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   - "L2XCFWD"
18880   - "L2BDMACLRN"
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   - "L2XCFWD"
18911   - "L2BDMACLRN"
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 'L2OVRLAY' and
18935            not 'MEMIF'"
18936   parameters:
18937   - "latency"
18938   - "parent"
18939   - "tags"
18940   sort:
18941   - "L2XCBASE"    # l2xcbase
18942   - "L2BDBASE"    # l2bdbase
18943   - "L2XCFWD"     # dot1q-l2xcbase
18944   - "L2BDMACLRN"  # dot1q-l2bdbase
18945   layout:
18946     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18947     layout: "plot-latency"
18948
18949 -
18950   type: "plot"
18951   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18952   algorithm: "plot_latency_error_bars"
18953   output-file-type: ".html"
18954   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18955   data: "plot-vpp-throughput-latency-3n-hsw"
18956   filter: "'NIC_Intel-X710' and
18957            '64B' and
18958            'NDRPDR' and
18959            '2T2C' and
18960            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18961            not 'ACL' and
18962            not 'VHOST' and
18963            not 'L2OVRLAY' and
18964            not 'MEMIF'"
18965   parameters:
18966   - "latency"
18967   - "parent"
18968   - "tags"
18969   sort:
18970   - "L2XCBASE"    # l2xcbase
18971   - "L2BDBASE"    # l2bdbase
18972   - "L2XCFWD"     # dot1q-l2xcbase
18973   - "L2BDMACLRN"  # dot1q-l2bdbase
18974   layout:
18975     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18976     layout: "plot-latency"
18977
18978 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18979 -
18980   type: "plot"
18981   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18982   algorithm: "plot_latency_error_bars"
18983   output-file-type: ".html"
18984   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18985   data: "plot-vpp-throughput-latency-3n-hsw"
18986   filter: "'NIC_Intel-XL710' and
18987            '64B' and
18988            'BASE' and
18989            'NDRPDR' and
18990            'ETH' and
18991            '1T1C' and
18992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18993            not 'VHOST' and
18994            not 'MEMIF'"
18995   parameters:
18996   - "latency"
18997   - "parent"
18998   - "tags"
18999   sort:
19000   - "L2PATCH"
19001   - "L2XCFWD"
19002   - "L2BDMACLRN"
19003   layout:
19004     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
19005     layout: "plot-latency"
19006
19007 -
19008   type: "plot"
19009   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19010   algorithm: "plot_latency_error_bars"
19011   output-file-type: ".html"
19012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19013   data: "plot-vpp-throughput-latency-3n-hsw"
19014   filter: "'NIC_Intel-XL710' and
19015            '64B' and
19016            'BASE' and
19017            'NDRPDR' and
19018            'ETH' and
19019            '2T2C' and
19020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19021            not 'VHOST' and
19022            not 'MEMIF'"
19023   parameters:
19024   - "latency"
19025   - "parent"
19026   - "tags"
19027   sort:
19028   - "L2PATCH"
19029   - "L2XCFWD"
19030   - "L2BDMACLRN"
19031   layout:
19032     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
19033     layout: "plot-latency"
19034
19035 # Packet Latency - VPP L2 3n-skx-x710 base and scale
19036 -
19037   type: "plot"
19038   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19039   algorithm: "plot_latency_error_bars"
19040   output-file-type: ".html"
19041   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19042   data: "plot-vpp-throughput-latency-3n-skx"
19043   filter: "'NIC_Intel-X710' and
19044            '64B' and
19045            ('BASE' or 'SCALE') and
19046            'NDRPDR' and
19047            'ETH' and
19048            '2T1C' and
19049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19050            not 'VHOST' and
19051            not 'MEMIF' and
19052            not 'DRV_AVF'"
19053   parameters:
19054   - "latency"
19055   - "parent"
19056   - "tags"
19057   sort:
19058   - "L2PATCH"
19059   - "L2XCBASE"
19060   - "BASE"
19061   - "FIB_10K"
19062   - "FIB_100K"
19063   - "FIB_1M"
19064   layout:
19065     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19066     layout: "plot-latency"
19067
19068 -
19069   type: "plot"
19070   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19071   algorithm: "plot_latency_error_bars"
19072   output-file-type: ".html"
19073   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19074   data: "plot-vpp-throughput-latency-3n-skx"
19075   filter: "'NIC_Intel-X710' and
19076            '64B' and
19077            ('BASE' or 'SCALE') and
19078            'NDRPDR' and
19079            'ETH' and
19080            '4T2C' and
19081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19082            not 'VHOST' and
19083            not 'MEMIF' and
19084            not 'DRV_AVF'"
19085   parameters:
19086   - "latency"
19087   - "parent"
19088   - "tags"
19089   sort:
19090   - "L2PATCH"
19091   - "L2XCBASE"
19092   - "BASE"
19093   - "FIB_10K"
19094   - "FIB_100K"
19095   - "FIB_1M"
19096   layout:
19097     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19098     layout: "plot-latency"
19099
19100 # Packet Latency - VPP L2 3n-skx-x710 features
19101 -
19102   type: "plot"
19103   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19104   algorithm: "plot_latency_error_bars"
19105   output-file-type: ".html"
19106   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19107   data: "plot-vpp-throughput-latency-3n-skx"
19108   filter: "'NIC_Intel-X710' and
19109            '64B' and
19110            'NDRPDR' and
19111            '2T1C' and
19112            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19113            not 'ACL' and
19114            not 'VHOST' and
19115            not 'DRV_AVF' and
19116            not 'L2OVRLAY' and
19117            not 'MEMIF'"
19118   parameters:
19119   - "latency"
19120   - "parent"
19121   - "tags"
19122   sort:
19123   - "L2XCBASE"    # l2xcbase
19124   - "L2BDBASE"    # l2bdbase
19125   - "L2XCFWD"     # dot1q-l2xcbase
19126   - "L2BDMACLRN"  # dot1q-l2bdbase
19127   layout:
19128     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
19129     layout: "plot-latency"
19130
19131 -
19132   type: "plot"
19133   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19134   algorithm: "plot_latency_error_bars"
19135   output-file-type: ".html"
19136   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19137   data: "plot-vpp-throughput-latency-3n-skx"
19138   filter: "'NIC_Intel-X710' and
19139            '64B' and
19140            'NDRPDR' and
19141            '4T2C' and
19142            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19143            not 'ACL' and
19144            not 'VHOST' and
19145            not 'DRV_AVF' and
19146            not 'L2OVRLAY' 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-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-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'"
19178   parameters:
19179   - "latency"
19180   - "parent"
19181   - "tags"
19182   sort:
19183   - "L2PATCH"
19184   - "L2PATCH"
19185   - "L2XCBASE"
19186   - "L2BDMACLRN"
19187   layout:
19188     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
19189     layout: "plot-latency"
19190
19191 -
19192   type: "plot"
19193   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
19194   algorithm: "plot_latency_error_bars"
19195   output-file-type: ".html"
19196   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
19197   data: "plot-vpp-throughput-latency-3n-skx"
19198   filter: "'NIC_Intel-XXV710' and
19199            '64B' and
19200            ('BASE' or 'SCALE') and
19201            'NDRPDR' and
19202            'ETH' and
19203            '4T2C' and
19204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19205            not 'VHOST' and
19206            not 'MEMIF'"
19207   parameters:
19208   - "latency"
19209   - "parent"
19210   - "tags"
19211   sort:
19212   - "L2PATCH"
19213   - "L2PATCH"
19214   - "L2XCBASE"
19215   - "L2BDMACLRN"
19216   layout:
19217     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
19218     layout: "plot-latency"
19219
19220 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19221 -
19222   type: "plot"
19223   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19224   algorithm: "plot_latency_error_bars"
19225   output-file-type: ".html"
19226   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19227   data: "plot-vpp-throughput-latency-2n-skx"
19228   filter: "'NIC_Intel-X710' and
19229            '64B' and
19230            'ETH' and
19231            ('BASE' or 'SCALE') and
19232            'NDRPDR' and
19233            '2T1C' and
19234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19235            not 'VHOST' and
19236            not 'MEMIF'"
19237   parameters:
19238   - "latency"
19239   - "parent"
19240   - "tags"
19241   sort:
19242   - "L2PATCH"
19243   - "L2XCBASE"
19244   - "BASE"
19245   - "FIB_10K"
19246   - "FIB_100K"
19247   - "FIB_1M"
19248   layout:
19249     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19250     layout: "plot-latency"
19251
19252 -
19253   type: "plot"
19254   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19255   algorithm: "plot_latency_error_bars"
19256   output-file-type: ".html"
19257   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19258   data: "plot-vpp-throughput-latency-2n-skx"
19259   filter: "'NIC_Intel-X710' and
19260            '64B' and
19261            ('BASE' or 'SCALE') and
19262            'NDRPDR' and
19263            'ETH' and
19264            '4T2C' and
19265            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19266            not 'VHOST' and
19267            not 'MEMIF'"
19268   parameters:
19269   - "latency"
19270   - "parent"
19271   - "tags"
19272   sort:
19273   - "L2PATCH"
19274   - "L2XCBASE"
19275   - "BASE"
19276   - "FIB_10K"
19277   - "FIB_100K"
19278   - "FIB_1M"
19279   layout:
19280     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19281     layout: "plot-latency"
19282
19283 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19284 -
19285   type: "plot"
19286   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19287   algorithm: "plot_latency_error_bars"
19288   output-file-type: ".html"
19289   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19290   data: "plot-vpp-throughput-latency-2n-skx"
19291   filter: "'NIC_Intel-XXV710' and
19292            '64B' and
19293            ('BASE' or 'SCALE') and
19294            'NDRPDR' and
19295            'ETH' and
19296            '2T1C' and
19297            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19298            not 'VHOST' and
19299            not 'MEMIF'"
19300   parameters:
19301   - "latency"
19302   - "parent"
19303   - "tags"
19304   sort:
19305   - "L2PATCH"
19306   - "L2XCBASE"
19307   - "BASE"
19308   - "FIB_10K"
19309   - "FIB_100K"
19310   - "FIB_1M"
19311   layout:
19312     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19313     layout: "plot-latency"
19314
19315 -
19316   type: "plot"
19317   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19318   algorithm: "plot_latency_error_bars"
19319   output-file-type: ".html"
19320   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19321   data: "plot-vpp-throughput-latency-2n-skx"
19322   filter: "'NIC_Intel-XXV710' and
19323            '64B' and
19324            ('BASE' or 'SCALE') and
19325            'NDRPDR' and
19326            'ETH' and
19327            '4T2C' and
19328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19329            not 'VHOST' and
19330            not 'MEMIF'"
19331   parameters:
19332   - "latency"
19333   - "parent"
19334   - "tags"
19335   sort:
19336   - "L2PATCH"
19337   - "L2XCBASE"
19338   - "BASE"
19339   - "FIB_10K"
19340   - "FIB_100K"
19341   - "FIB_1M"
19342   layout:
19343     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19344     layout: "plot-latency"
19345
19346 ################################################################################
19347
19348 # Packet Latency - VPP Container Memif 3n-hsw-x520
19349 -
19350   type: "plot"
19351   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19352   algorithm: "plot_latency_error_bars"
19353   output-file-type: ".html"
19354   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19355   data: "plot-vpp-throughput-latency-3n-hsw"
19356   filter: "'NIC_Intel-X520-DA2' and
19357            '64B' and
19358            ('BASE' or 'SCALE') and
19359            'NDRPDR' and
19360            '1T1C' and
19361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19362            not 'VHOST' and
19363            'MEMIF'"
19364   parameters:
19365   - "latency"
19366   - "parent"
19367   - "tags"
19368   sort:
19369   - "L2XCFWD"
19370   - "L2XCFWD"
19371   - "L2XCFWD"
19372   - "L2BDMACLRN"
19373   - "L2BDMACLRN"
19374   - "L2BDMACLRN"
19375   - "IP4FWD"
19376   layout:
19377     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19378     layout: "plot-latency"
19379
19380 -
19381   type: "plot"
19382   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19383   algorithm: "plot_latency_error_bars"
19384   output-file-type: ".html"
19385   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19386   data: "plot-vpp-throughput-latency-3n-hsw"
19387   filter: "'NIC_Intel-X520-DA2' and
19388            '64B' and
19389            ('BASE' or 'SCALE') and
19390            'NDRPDR' and
19391            '2T2C' and
19392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19393            not 'VHOST' and
19394            'MEMIF'"
19395   parameters:
19396   - "latency"
19397   - "parent"
19398   - "tags"
19399   sort:
19400   - "L2XCFWD"
19401   - "L2XCFWD"
19402   - "L2XCFWD"
19403   - "L2BDMACLRN"
19404   - "L2BDMACLRN"
19405   - "L2BDMACLRN"
19406   - "IP4FWD"
19407   layout:
19408     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19409     layout: "plot-latency"
19410
19411 # Packet Latency - VPP Container Memif 3n-hsw-x710
19412 -
19413   type: "plot"
19414   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19415   algorithm: "plot_latency_error_bars"
19416   output-file-type: ".html"
19417   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19418   data: "plot-vpp-throughput-latency-3n-hsw"
19419   filter: "'NIC_Intel-X710' and
19420            '64B' and
19421            ('BASE' or 'SCALE') and
19422            'NDRPDR' and
19423            '1T1C' and
19424            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19425            not 'VHOST' and
19426            'MEMIF'"
19427   parameters:
19428   - "latency"
19429   - "parent"
19430   - "tags"
19431   sort:
19432   - "L2XCFWD"
19433   - "L2XCFWD"
19434   - "L2XCFWD"
19435   - "L2BDMACLRN"
19436   - "L2BDMACLRN"
19437   - "L2BDMACLRN"
19438   - "IP4FWD"
19439   layout:
19440     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19441     layout: "plot-latency"
19442
19443 -
19444   type: "plot"
19445   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19446   algorithm: "plot_latency_error_bars"
19447   output-file-type: ".html"
19448   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19449   data: "plot-vpp-throughput-latency-3n-hsw"
19450   filter: "'NIC_Intel-X710' and
19451            '64B' and
19452            ('BASE' or 'SCALE') and
19453            'NDRPDR' and
19454            '2T2C' and
19455            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19456            not 'VHOST' and
19457            'MEMIF'"
19458   parameters:
19459   - "latency"
19460   - "parent"
19461   - "tags"
19462   sort:
19463   - "L2XCFWD"
19464   - "L2XCFWD"
19465   - "L2XCFWD"
19466   - "L2BDMACLRN"
19467   - "L2BDMACLRN"
19468   - "L2BDMACLRN"
19469   - "IP4FWD"
19470   layout:
19471     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19472     layout: "plot-latency"
19473
19474 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19475 -
19476   type: "plot"
19477   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19478   algorithm: "plot_latency_error_bars"
19479   output-file-type: ".html"
19480   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19481   data: "plot-vpp-throughput-latency-3n-hsw"
19482   filter: "'NIC_Intel-XL710' and
19483            '64B' and
19484            ('BASE' or 'SCALE') and
19485            'NDRPDR' and
19486            '1T1C' and
19487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19488            not 'VHOST' and
19489            'MEMIF'"
19490   parameters:
19491   - "latency"
19492   - "parent"
19493   - "tags"
19494   sort:
19495   - "L2XCFWD"
19496   - "L2XCFWD"
19497   - "L2XCFWD"
19498   - "L2BDMACLRN"
19499   - "L2BDMACLRN"
19500   - "L2BDMACLRN"
19501   - "IP4FWD"
19502   layout:
19503     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19504     layout: "plot-latency"
19505
19506 -
19507   type: "plot"
19508   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19509   algorithm: "plot_latency_error_bars"
19510   output-file-type: ".html"
19511   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19512   data: "plot-vpp-throughput-latency-3n-hsw"
19513   filter: "'NIC_Intel-XL710' and
19514            '64B' and
19515            ('BASE' or 'SCALE') and
19516            'NDRPDR' and
19517            '2T2C' and
19518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19519            not 'VHOST' and
19520            'MEMIF'"
19521   parameters:
19522   - "latency"
19523   - "parent"
19524   - "tags"
19525   sort:
19526   - "L2XCFWD"
19527   - "L2XCFWD"
19528   - "L2XCFWD"
19529   - "L2BDMACLRN"
19530   - "L2BDMACLRN"
19531   - "L2BDMACLRN"
19532   - "IP4FWD"
19533   layout:
19534     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-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_features-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_features-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' or 'IP4FWD') 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   - "IP4FWD"
19565   layout:
19566     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19567     layout: "plot-latency"
19568
19569 -
19570   type: "plot"
19571   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19572   algorithm: "plot_latency_error_bars"
19573   output-file-type: ".html"
19574   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19575   data: "plot-vpp-throughput-latency-3n-skx"
19576   filter: "'NIC_Intel-X710' and
19577            '64B' and
19578            ('BASE' or 'SCALE') and
19579            'NDRPDR' and
19580            '4T2C' and
19581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19582            not 'VHOST' and
19583            'MEMIF'"
19584   parameters:
19585   - "latency"
19586   - "parent"
19587   - "tags"
19588   sort:
19589   - "L2XCFWD"
19590   - "L2XCFWD"
19591   - "L2XCFWD"
19592   - "L2BDMACLRN"
19593   - "L2BDMACLRN"
19594   - "L2BDMACLRN"
19595   - "IP4FWD"
19596   layout:
19597     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19598     layout: "plot-latency"
19599
19600 # Packet Latency - VPP Container Memif 2n-skx-x710
19601 -
19602   type: "plot"
19603   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base-ndr-lat"
19604   algorithm: "plot_latency_error_bars"
19605   output-file-type: ".html"
19606   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base-ndr-lat"
19607   data: "plot-vpp-throughput-latency-2n-skx"
19608   filter: "'NIC_Intel-X710' and
19609            '64B' and
19610            ('BASE' or 'SCALE') and
19611            'NDRPDR' and
19612            '2T1C' and
19613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19614            not 'VHOST' and
19615            not 'NF_DENSITY' and
19616            'MEMIF'"
19617   parameters:
19618   - "latency"
19619   - "parent"
19620   - "tags"
19621   sort:
19622   - "L2XCFWD"
19623   - "L2XCFWD"
19624   - "L2XCFWD"
19625   - "L2BDMACLRN"
19626   - "L2BDMACLRN"
19627   - "L2BDMACLRN"
19628   - "IP4FWD"
19629   layout:
19630     title: "memif-2n-skx-x710-64b-2t1c-base-ndr"
19631     layout: "plot-latency"
19632
19633 -
19634   type: "plot"
19635   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base-ndr-lat"
19636   algorithm: "plot_latency_error_bars"
19637   output-file-type: ".html"
19638   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base-ndr-lat"
19639   data: "plot-vpp-throughput-latency-2n-skx"
19640   filter: "'NIC_Intel-X710' and
19641            '64B' and
19642            ('BASE' or 'SCALE') and
19643            'NDRPDR' and
19644            '4T2C' and
19645            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19646            not 'VHOST' and
19647            not 'NF_DENSITY' and
19648            'MEMIF'"
19649   parameters:
19650   - "latency"
19651   - "parent"
19652   - "tags"
19653   sort:
19654   - "L2XCFWD"
19655   - "L2XCFWD"
19656   - "L2XCFWD"
19657   - "L2BDMACLRN"
19658   - "L2BDMACLRN"
19659   - "L2BDMACLRN"
19660   - "IP4FWD"
19661   layout:
19662     title: "memif-2n-skx-x710-64b-4t2c-base-ndr"
19663     layout: "plot-latency"
19664
19665 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19666 -
19667   type: "plot"
19668   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19669   algorithm: "plot_latency_error_bars"
19670   output-file-type: ".html"
19671   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19672   data: "plot-vpp-throughput-latency-2n-skx"
19673   filter: "'NIC_Intel-XXV710' and
19674            '64B' and
19675            ('BASE' or 'SCALE') and
19676            'NDRPDR' and
19677            '2T1C' and
19678            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19679            not 'VHOST' and
19680            'MEMIF'"
19681   parameters:
19682   - "latency"
19683   - "parent"
19684   - "tags"
19685   sort:
19686   - "L2XCFWD"
19687   - "L2XCFWD"
19688   - "L2XCFWD"
19689   - "L2BDMACLRN"
19690   - "L2BDMACLRN"
19691   - "L2BDMACLRN"
19692   - "IP4FWD"
19693   layout:
19694     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19695     layout: "plot-latency"
19696
19697 -
19698   type: "plot"
19699   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19700   algorithm: "plot_latency_error_bars"
19701   output-file-type: ".html"
19702   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19703   data: "plot-vpp-throughput-latency-2n-skx"
19704   filter: "'NIC_Intel-XXV710' and
19705            '64B' and
19706            ('BASE' or 'SCALE') and
19707            'NDRPDR' and
19708            '4T2C' and
19709            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19710            not 'VHOST' and
19711            'MEMIF'"
19712   parameters:
19713   - "latency"
19714   - "parent"
19715   - "tags"
19716   sort:
19717   - "L2XCFWD"
19718   - "L2XCFWD"
19719   - "L2XCFWD"
19720   - "L2BDMACLRN"
19721   - "L2BDMACLRN"
19722   - "L2BDMACLRN"
19723   - "IP4FWD"
19724   layout:
19725     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19726     layout: "plot-latency"
19727
19728 ################################################################################
19729
19730 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19731 -
19732   type: "plot"
19733   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19734   algorithm: "plot_latency_error_bars"
19735   output-file-type: ".html"
19736   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19737   data: "plot-ligato-throughput-latency-3n-hsw"
19738   filter: "'NIC_Intel-X520-DA2' and
19739            '64B' and
19740            ('BASE' or 'SCALE') and
19741            'NDRPDR' and
19742            '1T1C' and
19743            'L2XCFWD' and
19744            not 'VHOST' and
19745            not 'NF_DENSITY' and
19746            'MEMIF'"
19747   parameters:
19748   - "latency"
19749   - "parent"
19750   - "tags"
19751   sort:
19752   - "1VNF"
19753   - "2VNF"
19754   - "4VNF"
19755   - "2VNF"
19756   - "4VNF"
19757   layout:
19758     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19759     layout: "plot-latency"
19760
19761 -
19762   type: "plot"
19763   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19764   algorithm: "plot_latency_error_bars"
19765   output-file-type: ".html"
19766   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19767   data: "plot-ligato-throughput-latency-3n-hsw"
19768   filter: "'NIC_Intel-X520-DA2' and
19769            '64B' and
19770            ('BASE' or 'SCALE') and
19771            'NDRPDR' and
19772            '2T2C' and
19773            'L2XCFWD' and
19774            not 'VHOST' and
19775            not 'NF_DENSITY' and
19776            'MEMIF'"
19777   parameters:
19778   - "latency"
19779   - "parent"
19780   - "tags"
19781   sort:
19782   - "1VNF"
19783   - "2VNF"
19784   - "4VNF"
19785   - "2VNF"
19786   - "4VNF"
19787   layout:
19788     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19789     layout: "plot-latency"
19790
19791 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19792 -
19793   type: "plot"
19794   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19795   algorithm: "plot_latency_error_bars"
19796   output-file-type: ".html"
19797   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19798   data: "plot-ligato-throughput-latency-3n-hsw"
19799   filter: "'NIC_Intel-X520-DA2' and
19800            '64B' and
19801            ('BASE' or 'SCALE') and
19802            'NDRPDR' and
19803            '1T1C' and
19804            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19805            not 'VHOST' and
19806            not 'NF_DENSITY' and
19807            'MEMIF'"
19808   parameters:
19809   - "latency"
19810   - "parent"
19811   - "tags"
19812   sort:
19813   - "1VNF"
19814   - "2VNF"
19815   - "4VNF"
19816   - "2VNF"
19817   - "4VNF"
19818   layout:
19819     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19820     layout: "plot-latency"
19821
19822 -
19823   type: "plot"
19824   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19825   algorithm: "plot_latency_error_bars"
19826   output-file-type: ".html"
19827   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19828   data: "plot-ligato-throughput-latency-3n-hsw"
19829   filter: "'NIC_Intel-X520-DA2' and
19830            '64B' and
19831            ('BASE' or 'SCALE') and
19832            'NDRPDR' and
19833            '2T2C' and
19834            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19835            not 'VHOST' and
19836            not 'NF_DENSITY' and
19837            'MEMIF'"
19838   parameters:
19839   - "latency"
19840   - "parent"
19841   - "tags"
19842   sort:
19843   - "1VNF"
19844   - "2VNF"
19845   - "4VNF"
19846   - "2VNF"
19847   - "4VNF"
19848   layout:
19849     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19850     layout: "plot-latency"
19851
19852 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19853 -
19854   type: "plot"
19855   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19856   algorithm: "plot_latency_error_bars"
19857   output-file-type: ".html"
19858   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19859   data: "plot-ligato-throughput-latency-3n-hsw"
19860   filter: "'NIC_Intel-X710' and
19861            '64B' and
19862            ('BASE' or 'SCALE') and
19863            'NDRPDR' and
19864            '1T1C' and
19865            'L2XCFWD' and
19866            not 'VHOST' and
19867            not 'NF_DENSITY' and
19868            'MEMIF'"
19869   parameters:
19870   - "latency"
19871   - "parent"
19872   - "tags"
19873   sort:
19874   - "1VNF"
19875   - "2VNF"
19876   - "4VNF"
19877   - "2VNF"
19878   - "4VNF"
19879   layout:
19880     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19881     layout: "plot-latency"
19882
19883 -
19884   type: "plot"
19885   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19886   algorithm: "plot_latency_error_bars"
19887   output-file-type: ".html"
19888   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19889   data: "plot-ligato-throughput-latency-3n-hsw"
19890   filter: "'NIC_Intel-X710' and
19891            '64B' and
19892            ('BASE' or 'SCALE') and
19893            'NDRPDR' and
19894            '2T2C' and
19895            'L2XCFWD' and
19896            not 'VHOST' and
19897            not 'NF_DENSITY' and
19898            'MEMIF'"
19899   parameters:
19900   - "latency"
19901   - "parent"
19902   - "tags"
19903   sort:
19904   - "1VNF"
19905   - "2VNF"
19906   - "4VNF"
19907   - "2VNF"
19908   - "4VNF"
19909   layout:
19910     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19911     layout: "plot-latency"
19912
19913 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19914 -
19915   type: "plot"
19916   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19917   algorithm: "plot_latency_error_bars"
19918   output-file-type: ".html"
19919   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19920   data: "plot-ligato-throughput-latency-3n-hsw"
19921   filter: "'NIC_Intel-X710' and
19922            '64B' and
19923            ('BASE' or 'SCALE') and
19924            'NDRPDR' and
19925            '1T1C' and
19926            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19927            not 'VHOST' and
19928            not 'NF_DENSITY' and
19929            'MEMIF'"
19930   parameters:
19931   - "latency"
19932   - "parent"
19933   - "tags"
19934   sort:
19935   - "1VNF"
19936   - "2VNF"
19937   - "4VNF"
19938   - "2VNF"
19939   - "4VNF"
19940   layout:
19941     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19942     layout: "plot-latency"
19943
19944 -
19945   type: "plot"
19946   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19947   algorithm: "plot_latency_error_bars"
19948   output-file-type: ".html"
19949   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19950   data: "plot-ligato-throughput-latency-3n-hsw"
19951   filter: "'NIC_Intel-X710' and
19952            '64B' and
19953            ('BASE' or 'SCALE') and
19954            'NDRPDR' and
19955            '2T2C' and
19956            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19957            not 'VHOST' and
19958            not 'NF_DENSITY' and
19959            'MEMIF'"
19960   parameters:
19961   - "latency"
19962   - "parent"
19963   - "tags"
19964   sort:
19965   - "1VNF"
19966   - "2VNF"
19967   - "4VNF"
19968   - "2VNF"
19969   - "4VNF"
19970   layout:
19971     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19972     layout: "plot-latency"
19973
19974 ################################################################################
19975
19976 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19977 -
19978   type: "plot"
19979   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19980   algorithm: "plot_latency_error_bars"
19981   output-file-type: ".html"
19982   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19983   data: "plot-vpp-throughput-latency-3n-hsw"
19984   filter: "'NIC_Intel-X520-DA2' and
19985            '64B' and
19986            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19987            'NDRPDR' and
19988            '1T1C' and
19989            'IP4FWD' and
19990            not 'IPSEC' and
19991            not 'DOT1Q' and
19992            not 'VHOST'"
19993   parameters:
19994   - "latency"
19995   - "parent"
19996   - "tags"
19997   sort:
19998   - "DOT1Q"
19999   - "IP4BASE"
20000   - "FIB_20k"
20001   - "FIB_200k"
20002   - "FIB_2M"
20003   layout:
20004     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20005     layout: "plot-latency"
20006
20007 -
20008   type: "plot"
20009   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20010   algorithm: "plot_latency_error_bars"
20011   output-file-type: ".html"
20012   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20013   data: "plot-vpp-throughput-latency-3n-hsw"
20014   filter: "'NIC_Intel-X520-DA2' and
20015            '64B' and
20016            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20017            'NDRPDR' and
20018            '2T2C' and
20019            'IP4FWD' and
20020            not 'IPSEC' and
20021            not 'DOT1Q' and
20022            not 'VHOST'"
20023   parameters:
20024   - "latency"
20025   - "parent"
20026   - "tags"
20027   sort:
20028   - "DOT1Q"
20029   - "IP4BASE"
20030   - "FIB_20k"
20031   - "FIB_200k"
20032   - "FIB_2M"
20033   layout:
20034     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20035     layout: "plot-latency"
20036
20037 # Packet Latency - VPP IPv4 3n-hsw-x520 features
20038 -
20039   type: "plot"
20040   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20041   algorithm: "plot_latency_error_bars"
20042   output-file-type: ".html"
20043   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20044   data: "plot-vpp-throughput-latency-3n-hsw"
20045   filter: "'NIC_Intel-X520-DA2' and
20046            '64B' and
20047            ('IP4BASE' or
20048             'POLICE_MARK' or
20049             'COPWHLIST' or
20050             ('NAT44' and 'BASE') or
20051             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20052            'NDRPDR' and
20053            '1T1C' and
20054            'IP4FWD' and
20055            not 'IPSEC' and
20056            not 'VHOST'"
20057   parameters:
20058   - "latency"
20059   - "parent"
20060   - "tags"
20061   sort:
20062   - "DOT1Q"
20063   - "IP4BASE"
20064   - "NAT44"
20065   - "POLICE_MARK"
20066   - "COPWHLIST"
20067   - "IACL"
20068   - "OACL"
20069   layout:
20070     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
20071     layout: "plot-latency"
20072
20073 -
20074   type: "plot"
20075   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20076   algorithm: "plot_latency_error_bars"
20077   output-file-type: ".html"
20078   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20079   data: "plot-vpp-throughput-latency-3n-hsw"
20080   filter: "'NIC_Intel-X520-DA2' and
20081            '64B' and
20082            ('IP4BASE' or
20083             'POLICE_MARK' or
20084             'COPWHLIST' or
20085             ('NAT44' and 'BASE') or
20086             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20087            'NDRPDR' and
20088            '2T2C' and
20089            'IP4FWD' and
20090            not 'IPSEC' and
20091            not 'VHOST'"
20092   parameters:
20093   - "latency"
20094   - "parent"
20095   - "tags"
20096   sort:
20097   - "DOT1Q"
20098   - "IP4BASE"
20099   - "NAT44"
20100   - "POLICE_MARK"
20101   - "COPWHLIST"
20102   - "IACL"
20103   - "OACL"
20104   layout:
20105     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
20106     layout: "plot-latency"
20107
20108 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
20109 -
20110   type: "plot"
20111   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20112   algorithm: "plot_latency_error_bars"
20113   output-file-type: ".html"
20114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20115   data: "plot-vpp-throughput-latency-3n-hsw"
20116   filter: "'NIC_Intel-X520-DA2' and
20117            '64B' and
20118            'NDRPDR' and
20119            '1T1C' and
20120            'IP4FWD' and
20121            ('NAT44' or 'IP4BASE') and
20122            not 'DOT1Q' and
20123            not 'IPSEC' and
20124            not 'VHOST'"
20125   parameters:
20126   - "latency"
20127   - "parent"
20128   - "tags"
20129   sort:
20130   - "IP4BASE"
20131   - "BASE"
20132   - "SRC_USER_10"
20133   - "SRC_USER_100"
20134   - "SRC_USER_1000"
20135   - "SRC_USER_2000"
20136   layout:
20137     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
20138     layout: "plot-latency"
20139
20140 -
20141   type: "plot"
20142   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20143   algorithm: "plot_latency_error_bars"
20144   output-file-type: ".html"
20145   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20146   data: "plot-vpp-throughput-latency-3n-hsw"
20147   filter: "'NIC_Intel-X520-DA2' and
20148            '64B' and
20149            'NDRPDR' and
20150            '2T2C' and
20151            'IP4FWD' and
20152            ('NAT44' or 'IP4BASE') and
20153            not 'DOT1Q' and
20154            not 'IPSEC' and
20155            not 'VHOST'"
20156   parameters:
20157   - "latency"
20158   - "parent"
20159   - "tags"
20160   sort:
20161   - "IP4BASE"
20162   - "BASE"
20163   - "SRC_USER_10"
20164   - "SRC_USER_100"
20165   - "SRC_USER_1000"
20166   - "SRC_USER_2000"
20167   layout:
20168     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20169     layout: "plot-latency"
20170
20171 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20172 -
20173   type: "plot"
20174   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20175   algorithm: "plot_latency_error_bars"
20176   output-file-type: ".html"
20177   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20178   data: "plot-vpp-throughput-latency-3n-hsw"
20179   filter: "'NIC_Intel-X520-DA2' and
20180            '64B' and
20181            'NDRPDR' and
20182            '1T1C' and
20183            'IP4FWD' and
20184            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
20185            not 'IPSEC' and
20186            not 'DOT1Q' and
20187            not 'VHOST'"
20188   parameters:
20189   - "latency"
20190   - "parent"
20191   - "tags"
20192   sort:
20193   - "IP4BASE"
20194   - "ACL_STATELESS"
20195   - "ACL_STATEFUL"
20196   - "ACL_STATELESS"
20197   - "ACL_STATEFUL"
20198   layout:
20199     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
20200     layout: "plot-latency"
20201
20202 -
20203   type: "plot"
20204   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20205   algorithm: "plot_latency_error_bars"
20206   output-file-type: ".html"
20207   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20208   data: "plot-vpp-throughput-latency-3n-hsw"
20209   filter: "'NIC_Intel-X520-DA2' and
20210            '64B' and
20211            'NDRPDR' and
20212            '2T2C' and
20213            'IP4FWD' and
20214            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
20215            not 'IPSEC' and
20216            not 'DOT1Q' and
20217            not 'VHOST'"
20218   parameters:
20219   - "latency"
20220   - "parent"
20221   - "tags"
20222   sort:
20223   - "IP4BASE"
20224   - "ACL_STATELESS"
20225   - "ACL_STATEFUL"
20226   - "ACL_STATELESS"
20227   - "ACL_STATEFUL"
20228   layout:
20229     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20230     layout: "plot-latency"
20231
20232 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20233 -
20234   type: "plot"
20235   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20236   algorithm: "plot_latency_error_bars"
20237   output-file-type: ".html"
20238   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20239   data: "plot-vpp-throughput-latency-3n-hsw"
20240   filter: "'NIC_Intel-X520-DA2' and
20241            '64B' and
20242            'NDRPDR' and
20243            '1T1C' and
20244            'IP4FWD' and
20245            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
20246            not 'IPSEC' and
20247            not 'DOT1Q' and
20248            not 'VHOST'"
20249   parameters:
20250   - "latency"
20251   - "parent"
20252   - "tags"
20253   sort:
20254   - "IP4BASE"
20255   - "ACL_STATELESS"
20256   - "ACL_STATEFUL"
20257   - "ACL_STATELESS"
20258   - "ACL_STATEFUL"
20259   layout:
20260     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20261     layout: "plot-latency"
20262
20263 -
20264   type: "plot"
20265   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20266   algorithm: "plot_latency_error_bars"
20267   output-file-type: ".html"
20268   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20269   data: "plot-vpp-throughput-latency-3n-hsw"
20270   filter: "'NIC_Intel-X520-DA2' and
20271            '64B' and
20272            'NDRPDR' and
20273            '2T2C' and
20274            'IP4FWD' and
20275            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
20276            not 'IPSEC' and
20277            not 'DOT1Q' and
20278            not 'VHOST'"
20279   parameters:
20280   - "latency"
20281   - "parent"
20282   - "tags"
20283   sort:
20284   - "IP4BASE"
20285   - "ACL_STATELESS"
20286   - "ACL_STATEFUL"
20287   - "ACL_STATELESS"
20288   - "ACL_STATEFUL"
20289   layout:
20290     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20291     layout: "plot-latency"
20292
20293 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20294 -
20295   type: "plot"
20296   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20297   algorithm: "plot_latency_error_bars"
20298   output-file-type: ".html"
20299   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20300   data: "plot-vpp-throughput-latency-3n-hsw"
20301   filter: "'NIC_Intel-X710' and
20302            '64B' and
20303            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20304            'NDRPDR' and
20305            '1T1C' and
20306            'IP4FWD' and
20307            not 'IPSEC' and
20308            not 'DOT1Q' and
20309            not 'VHOST'"
20310   parameters:
20311   - "latency"
20312   - "parent"
20313   - "tags"
20314   sort:
20315   - "IP4BASE"
20316   - "FIB_20K"
20317   - "FIB_200K"
20318   - "FIB_2M"
20319   layout:
20320     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20321     layout: "plot-latency"
20322
20323 -
20324   type: "plot"
20325   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20326   algorithm: "plot_latency_error_bars"
20327   output-file-type: ".html"
20328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20329   data: "plot-vpp-throughput-latency-3n-hsw"
20330   filter: "'NIC_Intel-X710' and
20331            '64B' and
20332            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20333            'NDRPDR' and
20334            '2T2C' and
20335            'IP4FWD' and
20336            not 'IPSEC' and
20337            not 'DOT1Q' and
20338            not 'VHOST'"
20339   parameters:
20340   - "latency"
20341   - "parent"
20342   - "tags"
20343   sort:
20344   - "IP4BASE"
20345   - "FIB_20K"
20346   - "FIB_200K"
20347   - "FIB_2M"
20348   layout:
20349     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20350     layout: "plot-latency"
20351
20352 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20353 -
20354   type: "plot"
20355   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20356   algorithm: "plot_latency_error_bars"
20357   output-file-type: ".html"
20358   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20359   data: "plot-vpp-throughput-latency-3n-hsw"
20360   filter: "'NIC_Intel-X710' and
20361            '64B' and
20362            ('IP4BASE' or
20363             'POLICE_MARK' or
20364             'COPWHLIST' or
20365             ('NAT44' and 'BASE') or
20366             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20367            'NDRPDR' and
20368            '1T1C' and
20369            'IP4FWD' and
20370            not 'IPSEC' and
20371            not 'VHOST'"
20372   parameters:
20373   - "latency"
20374   - "parent"
20375   - "tags"
20376   sort:
20377   - "DOT1Q"
20378   - "IP4BASE"
20379   - "NAT44"
20380   - "POLICE_MARK"
20381   - "COPWHLIST"
20382   - "IACL"
20383   - "OACL"
20384   layout:
20385     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20386     layout: "plot-latency"
20387
20388 -
20389   type: "plot"
20390   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20391   algorithm: "plot_latency_error_bars"
20392   output-file-type: ".html"
20393   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20394   data: "plot-vpp-throughput-latency-3n-hsw"
20395   filter: "'NIC_Intel-X710' and
20396            '64B' and
20397            ('IP4BASE' or
20398             'POLICE_MARK' or
20399             'COPWHLIST' or
20400             ('NAT44' and 'BASE') or
20401             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20402            'NDRPDR' and
20403            '2T2C' and
20404            'IP4FWD' and
20405            not 'IPSEC' and
20406            not 'VHOST'"
20407   parameters:
20408   - "latency"
20409   - "parent"
20410   - "tags"
20411   sort:
20412   - "DOT1Q"
20413   - "IP4BASE"
20414   - "NAT44"
20415   - "POLICE_MARK"
20416   - "COPWHLIST"
20417   - "IACL"
20418   - "OACL"
20419   layout:
20420     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20421     layout: "plot-latency"
20422
20423 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20424 -
20425   type: "plot"
20426   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20427   algorithm: "plot_latency_error_bars"
20428   output-file-type: ".html"
20429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20430   data: "plot-vpp-throughput-latency-3n-hsw"
20431   filter: "'NIC_Intel-X710' and
20432            '64B' and
20433            'NDRPDR' and
20434            '1T1C' and
20435            'IP4FWD' and
20436            ('NAT44' or 'IP4BASE') and
20437            not 'IPSEC' and
20438            not 'VHOST'"
20439   parameters:
20440   - "latency"
20441   - "parent"
20442   - "tags"
20443   sort:
20444   - "IP4BASE"
20445   - "BASE"
20446   - "SRC_USER_10"
20447   - "SRC_USER_100"
20448   - "SRC_USER_1000"
20449   - "SRC_USER_2000"
20450   layout:
20451     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20452     layout: "plot-latency"
20453
20454 -
20455   type: "plot"
20456   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20457   algorithm: "plot_latency_error_bars"
20458   output-file-type: ".html"
20459   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20460   data: "plot-vpp-throughput-latency-3n-hsw"
20461   filter: "'NIC_Intel-X710' and
20462            '64B' and
20463            'NDRPDR' and
20464            '2T2C' and
20465            'IP4FWD' and
20466            ('NAT44' or 'IP4BASE') and
20467            not 'IPSEC' and
20468            not 'VHOST'"
20469   parameters:
20470   - "latency"
20471   - "parent"
20472   - "tags"
20473   sort:
20474   - "IP4BASE"
20475   - "BASE"
20476   - "SRC_USER_10"
20477   - "SRC_USER_100"
20478   - "SRC_USER_1000"
20479   - "SRC_USER_2000"
20480   layout:
20481     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20482     layout: "plot-latency"
20483
20484 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20485 -
20486   type: "plot"
20487   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20488   algorithm: "plot_latency_error_bars"
20489   output-file-type: ".html"
20490   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20491   data: "plot-vpp-throughput-latency-3n-hsw"
20492   filter: "'NIC_Intel-X710' and
20493            '64B' and
20494            'NDRPDR' and
20495            '1T1C' and
20496            'IP4FWD' and
20497            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
20498            not 'IPSEC' and
20499            not 'VHOST'"
20500   parameters:
20501   - "latency"
20502   - "parent"
20503   - "tags"
20504   sort:
20505   - "IP4BASE"
20506   - "ACL_STATELESS"
20507   - "ACL_STATEFUL"
20508   - "ACL_STATELESS"
20509   - "ACL_STATEFUL"
20510   layout:
20511     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20512     layout: "plot-latency"
20513
20514 -
20515   type: "plot"
20516   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20517   algorithm: "plot_latency_error_bars"
20518   output-file-type: ".html"
20519   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20520   data: "plot-vpp-throughput-latency-3n-hsw"
20521   filter: "'NIC_Intel-X710' and
20522            '64B' and
20523            'NDRPDR' and
20524            '2T2C' and
20525            'IP4FWD' and
20526            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
20527            not 'IPSEC' and
20528            not 'VHOST'"
20529   parameters:
20530   - "latency"
20531   - "parent"
20532   - "tags"
20533   sort:
20534   - "IP4BASE"
20535   - "ACL_STATELESS"
20536   - "ACL_STATEFUL"
20537   - "ACL_STATELESS"
20538   - "ACL_STATEFUL"
20539   layout:
20540     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20541     layout: "plot-latency"
20542
20543 ## Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20544 #-
20545 #  type: "plot"
20546 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20547 #  algorithm: "plot_latency_error_bars"
20548 #  output-file-type: ".html"
20549 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20550 #  data: "plot-vpp-throughput-latency-3n-hsw"
20551 #  filter: "'NIC_Intel-X710' and
20552 #           '64B' and
20553 #           'NDRPDR' and
20554 #           '1T1C' and
20555 #           'IP4FWD' and
20556 #           'OACL' and
20557 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20558 #           not 'IPSEC' and
20559 #           not 'VHOST'"
20560 #  parameters:
20561 #  - "latency"
20562 #  - "parent"
20563 #  - "tags"
20564 #  sort:
20565 #  - "ACL_STATELESS"
20566 #  - "ACL_STATEFUL"
20567 #  - "ACL_STATELESS"
20568 #  - "ACL_STATEFUL"
20569 #  layout:
20570 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20571 #    layout: "plot-latency"
20572 #
20573 #-
20574 #  type: "plot"
20575 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20576 #  algorithm: "plot_latency_error_bars"
20577 #  output-file-type: ".html"
20578 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20579 #  data: "plot-vpp-throughput-latency-3n-hsw"
20580 #  filter: "'NIC_Intel-X710' and
20581 #           '64B' and
20582 #           'NDRPDR' and
20583 #           '2T2C' and
20584 #           'IP4FWD' and
20585 #           'OACL' and
20586 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20587 #           not 'IPSEC' and
20588 #           not 'VHOST'"
20589 #  parameters:
20590 #  - "latency"
20591 #  - "parent"
20592 #  - "tags"
20593 #  sort:
20594 #  - "ACL_STATELESS"
20595 #  - "ACL_STATEFUL"
20596 #  - "ACL_STATELESS"
20597 #  - "ACL_STATEFUL"
20598 #  layout:
20599 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20600 #    layout: "plot-latency"
20601
20602 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20603 -
20604   type: "plot"
20605   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20606   algorithm: "plot_latency_error_bars"
20607   output-file-type: ".html"
20608   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20609   data: "plot-vpp-throughput-latency-3n-hsw"
20610   filter: "'NIC_Intel-XL710' and
20611            '64B' and
20612            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20613            'NDRPDR' and
20614            '1T1C' and
20615            'IP4FWD' and
20616            not 'IPSEC' and
20617            not 'VHOST'"
20618   parameters:
20619   - "latency"
20620   - "parent"
20621   - "tags"
20622   sort:
20623   - "IP4BASE"
20624   - "FIB_20K"
20625   - "FIB_200K"
20626   - "FIB_2M"
20627   layout:
20628     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20629     layout: "plot-latency"
20630
20631 -
20632   type: "plot"
20633   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20634   algorithm: "plot_latency_error_bars"
20635   output-file-type: ".html"
20636   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20637   data: "plot-vpp-throughput-latency-3n-hsw"
20638   filter: "'NIC_Intel-XL710' and
20639            '64B' and
20640            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20641            'NDRPDR' and
20642            '2T2C' and
20643            'IP4FWD' and
20644            not 'IPSEC' and
20645            not 'VHOST'"
20646   parameters:
20647   - "latency"
20648   - "parent"
20649   - "tags"
20650   sort:
20651   - "IP4BASE"
20652   - "FIB_20K"
20653   - "FIB_200K"
20654   - "FIB_2M"
20655   layout:
20656     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20657     layout: "plot-latency"
20658
20659 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20660 -
20661   type: "plot"
20662   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20663   algorithm: "plot_latency_error_bars"
20664   output-file-type: ".html"
20665   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20666   data: "plot-vpp-throughput-latency-3n-skx"
20667   filter: "'NIC_Intel-X710' and
20668            '64B' and
20669            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20670            'NDRPDR' and
20671            '2T1C' and
20672            'IP4FWD' and
20673            not 'IPSEC' and
20674            not 'DOT1Q' and
20675            not 'VHOST'"
20676   parameters:
20677   - "latency"
20678   - "parent"
20679   - "tags"
20680   sort:
20681   - "IP4BASE"
20682   - "FIB_20K"
20683   - "FIB_200K"
20684   - "FIB_2M"
20685   layout:
20686     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20687     layout: "plot-latency"
20688
20689 -
20690   type: "plot"
20691   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20692   algorithm: "plot_latency_error_bars"
20693   output-file-type: ".html"
20694   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20695   data: "plot-vpp-throughput-latency-3n-skx"
20696   filter: "'NIC_Intel-X710' and
20697            '64B' and
20698            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20699            'NDRPDR' and
20700            '4T2C' and
20701            'IP4FWD' and
20702            not 'IPSEC' and
20703            not 'DOT1Q' and
20704            not 'VHOST'"
20705   parameters:
20706   - "latency"
20707   - "parent"
20708   - "tags"
20709   sort:
20710   - "IP4BASE"
20711   - "FIB_20K"
20712   - "FIB_200K"
20713   - "FIB_2M"
20714   layout:
20715     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20716     layout: "plot-latency"
20717
20718 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20719 -
20720   type: "plot"
20721   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20722   algorithm: "plot_latency_error_bars"
20723   output-file-type: ".html"
20724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20725   data: "plot-vpp-throughput-latency-3n-skx"
20726   filter: "'NIC_Intel-X710' and
20727            '64B' and
20728            ('IP4BASE' or
20729             'POLICE_MARK' or
20730             'COPWHLIST' or
20731             ('NAT44' and 'BASE') or
20732             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20733            'NDRPDR' and
20734            '2T1C' and
20735            'IP4FWD' and
20736            not 'IPSEC' and
20737            not 'VHOST'"
20738   parameters:
20739   - "latency"
20740   - "parent"
20741   - "tags"
20742   sort:
20743   - "DOT1Q"
20744   - "IP4BASE"
20745   - "NAT44"
20746   - "POLICE_MARK"
20747   - "COPWHLIST"
20748   - "IACL"
20749   - "OACL"
20750   layout:
20751     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20752     layout: "plot-latency"
20753
20754 -
20755   type: "plot"
20756   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20757   algorithm: "plot_latency_error_bars"
20758   output-file-type: ".html"
20759   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20760   data: "plot-vpp-throughput-latency-3n-skx"
20761   filter: "'NIC_Intel-X710' and
20762            '64B' and
20763            ('IP4BASE' or
20764             'POLICE_MARK' or
20765             'COPWHLIST' or
20766             ('NAT44' and 'BASE') or
20767             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20768            'NDRPDR' and
20769            '4T2C' and
20770            'IP4FWD' and
20771            not 'IPSEC' and
20772            not 'VHOST'"
20773   parameters:
20774   - "latency"
20775   - "parent"
20776   - "tags"
20777   sort:
20778   - "DOT1Q"
20779   - "IP4BASE"
20780   - "NAT44"
20781   - "POLICE_MARK"
20782   - "COPWHLIST"
20783   - "IACL"
20784   - "OACL"
20785   layout:
20786     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20787     layout: "plot-latency"
20788
20789 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20790 -
20791   type: "plot"
20792   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20793   algorithm: "plot_latency_error_bars"
20794   output-file-type: ".html"
20795   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20796   data: "plot-vpp-throughput-latency-3n-skx"
20797   filter: "'NIC_Intel-X710' and
20798            '64B' and
20799            'NDRPDR' and
20800            '2T1C' and
20801            'IP4FWD' and
20802            ('NAT44' or 'IP4BASE') and
20803            not 'IPSEC' and
20804            not 'VHOST'"
20805   parameters:
20806   - "latency"
20807   - "parent"
20808   - "tags"
20809   sort:
20810   - "IP4BASE"
20811   - "BASE"
20812   - "SRC_USER_10"
20813   - "SRC_USER_100"
20814   - "SRC_USER_1000"
20815   - "SRC_USER_2000"
20816   layout:
20817     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20818     layout: "plot-latency"
20819
20820 -
20821   type: "plot"
20822   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20823   algorithm: "plot_latency_error_bars"
20824   output-file-type: ".html"
20825   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20826   data: "plot-vpp-throughput-latency-3n-skx"
20827   filter: "'NIC_Intel-X710' and
20828            '64B' and
20829            'NDRPDR' and
20830            '4T2C' and
20831            'IP4FWD' and
20832            ('NAT44' or 'IP4BASE') and
20833            not 'IPSEC' and
20834            not 'VHOST'"
20835   parameters:
20836   - "latency"
20837   - "parent"
20838   - "tags"
20839   sort:
20840   - "IP4BASE"
20841   - "BASE"
20842   - "SRC_USER_10"
20843   - "SRC_USER_100"
20844   - "SRC_USER_1000"
20845   - "SRC_USER_2000"
20846   layout:
20847     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20848     layout: "plot-latency"
20849
20850 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20851 -
20852   type: "plot"
20853   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20854   algorithm: "plot_latency_error_bars"
20855   output-file-type: ".html"
20856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20857   data: "plot-vpp-throughput-latency-3n-skx"
20858   filter: "'NIC_Intel-X710' and
20859            '64B' and
20860            'NDRPDR' and
20861            '2T1C' and
20862            'IP4FWD' and
20863            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
20864            not 'IPSEC' and
20865            not 'VHOST'"
20866   parameters:
20867   - "latency"
20868   - "parent"
20869   - "tags"
20870   sort:
20871   - "IP4BASE"
20872   - "ACL_STATELESS"
20873   - "ACL_STATEFUL"
20874   - "ACL_STATELESS"
20875   - "ACL_STATEFUL"
20876   layout:
20877     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20878     layout: "plot-latency"
20879
20880 -
20881   type: "plot"
20882   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20883   algorithm: "plot_latency_error_bars"
20884   output-file-type: ".html"
20885   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20886   data: "plot-vpp-throughput-latency-3n-skx"
20887   filter: "'NIC_Intel-X710' and
20888            '64B' and
20889            'NDRPDR' and
20890            '4T2C' and
20891            'IP4FWD' and
20892            'IACL' and
20893            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
20894            not 'IPSEC' and
20895            not 'VHOST'"
20896   parameters:
20897   - "latency"
20898   - "parent"
20899   - "tags"
20900   sort:
20901   - "IP4BASE"
20902   - "ACL_STATELESS"
20903   - "ACL_STATEFUL"
20904   - "ACL_STATELESS"
20905   - "ACL_STATEFUL"
20906   layout:
20907     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20908     layout: "plot-latency"
20909
20910 ## Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20911 #-
20912 #  type: "plot"
20913 #  title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20914 #  algorithm: "plot_latency_error_bars"
20915 #  output-file-type: ".html"
20916 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20917 #  data: "plot-vpp-throughput-latency-3n-skx"
20918 #  filter: "'NIC_Intel-X710' and
20919 #           '64B' and
20920 #           'NDRPDR' and
20921 #           '2T1C' and
20922 #           'IP4FWD' and
20923 #           'OACL' and
20924 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20925 #           not 'IPSEC' and
20926 #           not 'VHOST'"
20927 #  parameters:
20928 #  - "latency"
20929 #  - "parent"
20930 #  - "tags"
20931 #  sort:
20932 #  - "ACL_STATELESS"
20933 #  - "ACL_STATEFUL"
20934 #  - "ACL_STATELESS"
20935 #  - "ACL_STATEFUL"
20936 #  layout:
20937 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20938 #    layout: "plot-latency"
20939 #
20940 #-
20941 #  type: "plot"
20942 #  title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20943 #  algorithm: "plot_latency_error_bars"
20944 #  output-file-type: ".html"
20945 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20946 #  data: "plot-vpp-throughput-latency-3n-skx"
20947 #  filter: "'NIC_Intel-X710' and
20948 #           '64B' and
20949 #           'NDRPDR' and
20950 #           '4T2C' and
20951 #           'IP4FWD' and
20952 #           'OACL' and
20953 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20954 #           not 'IPSEC' and
20955 #           not 'VHOST'"
20956 #  parameters:
20957 #  - "latency"
20958 #  - "parent"
20959 #  - "tags"
20960 #  sort:
20961 #  - "ACL_STATELESS"
20962 #  - "ACL_STATEFUL"
20963 #  - "ACL_STATELESS"
20964 #  - "ACL_STATEFUL"
20965 #  layout:
20966 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20967 #    layout: "plot-latency"
20968
20969 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20970 -
20971   type: "plot"
20972   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20973   algorithm: "plot_latency_error_bars"
20974   output-file-type: ".html"
20975   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20976   data: "plot-vpp-throughput-latency-2n-skx"
20977   filter: "'NIC_Intel-X710' and
20978            '64B' and
20979            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20980            'NDRPDR' and
20981            '2T1C' and
20982            'IP4FWD' and
20983            not 'IPSEC' and
20984            not 'DOT1Q' and
20985            not 'VHOST'"
20986   parameters:
20987   - "latency"
20988   - "parent"
20989   - "tags"
20990   sort:
20991   - "IP4BASE"
20992   - "FIB_20k"
20993   - "FIB_200k"
20994   - "FIB_2M"
20995   layout:
20996     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20997     layout: "plot-latency"
20998
20999 -
21000   type: "plot"
21001   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21002   algorithm: "plot_latency_error_bars"
21003   output-file-type: ".html"
21004   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21005   data: "plot-vpp-throughput-latency-2n-skx"
21006   filter: "'NIC_Intel-X710' and
21007            '64B' and
21008            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21009            'NDRPDR' and
21010            '4T2C' and
21011            'IP4FWD' and
21012            not 'IPSEC' and
21013            not 'DOT1Q' and
21014            not 'VHOST'"
21015   parameters:
21016   - "latency"
21017   - "parent"
21018   - "tags"
21019   sort:
21020   - "IP4BASE"
21021   - "FIB_20k"
21022   - "FIB_200k"
21023   - "FIB_2M"
21024   layout:
21025     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21026     layout: "plot-latency"
21027
21028 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
21029 -
21030   type: "plot"
21031   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21032   algorithm: "plot_latency_error_bars"
21033   output-file-type: ".html"
21034   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21035   data: "plot-vpp-throughput-latency-2n-skx"
21036   filter: "'NIC_Intel-XXV710' and
21037            '64B' and
21038            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21039            'NDRPDR' and
21040            '2T1C' and
21041            'IP4FWD' and
21042            not 'IPSEC' and
21043            not 'DOT1Q' and
21044            not 'VHOST'"
21045   parameters:
21046   - "latency"
21047   - "parent"
21048   - "tags"
21049   sort:
21050   - "IP4BASE"
21051   - "FIB_20k"
21052   - "FIB_200k"
21053   - "FIB_2M"
21054   layout:
21055     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21056     layout: "plot-latency"
21057
21058 -
21059   type: "plot"
21060   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21061   algorithm: "plot_latency_error_bars"
21062   output-file-type: ".html"
21063   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21064   data: "plot-vpp-throughput-latency-2n-skx"
21065   filter: "'NIC_Intel-XXV710' and
21066            '64B' and
21067            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21068            'NDRPDR' and
21069            '4T2C' and
21070            'IP4FWD' and
21071            not 'IPSEC' and
21072            not 'DOT1Q' and
21073            not 'VHOST'"
21074   parameters:
21075   - "latency"
21076   - "parent"
21077   - "tags"
21078   sort:
21079   - "IP4BASE"
21080   - "FIB_20k"
21081   - "FIB_200k"
21082   - "FIB_2M"
21083   layout:
21084     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21085     layout: "plot-latency"
21086
21087 ################################################################################
21088
21089 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
21090 #-
21091 #  type: "plot"
21092 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21093 #  algorithm: "plot_latency_error_bars"
21094 #  output-file-type: ".html"
21095 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21096 #  data: "plot-vpp-throughput-latency-3n-hsw"
21097 #  filter: "'NIC_Intel-X520-DA2' and
21098 #           '64B' and
21099 #           'ENCAP' and
21100 #           'NDRPDR' and
21101 #           '1T1C' and
21102 #           ('VXLAN' or 'LISP') and
21103 #           not 'VHOST' and
21104 #           not 'IPSECHW'"
21105 #  parameters:
21106 #  - "latency"
21107 #  - "parent"
21108 #  - "tags"
21109 #  sort:
21110 #  - "not DOT1Q"
21111 #  - "VXLAN_1"
21112 #  - "VXLAN_10"
21113 #  - "VXLAN_100"
21114 #  - "VXLAN_1000"
21115 #  layout:
21116 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21117 #    layout: "plot-latency"
21118 #
21119 #-
21120 #  type: "plot"
21121 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21122 #  algorithm: "plot_latency_error_bars"
21123 #  output-file-type: ".html"
21124 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21125 #  data: "plot-vpp-throughput-latency-3n-hsw"
21126 #  filter: "'NIC_Intel-X520-DA2' and
21127 #           '64B' and
21128 #           'ENCAP' and
21129 #           'NDRPDR' and
21130 #           '2T2C' and
21131 #           ('VXLAN' or 'LISP') and
21132 #           not 'VHOST' and
21133 #           not 'IPSECHW'"
21134 #  parameters:
21135 #  - "latency"
21136 #  - "parent"
21137 #  - "tags"
21138 #  sort:
21139 #  - "not DOT1Q"
21140 #  - "VXLAN_1"
21141 #  - "VXLAN_10"
21142 #  - "VXLAN_100"
21143 #  - "VXLAN_1000"
21144 #  layout:
21145 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21146 #    layout: "plot-latency"
21147
21148 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
21149 -
21150   type: "plot"
21151   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21152   algorithm: "plot_latency_error_bars"
21153   output-file-type: ".html"
21154   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21155   data: "plot-vpp-throughput-latency-3n-hsw"
21156   filter: "'NIC_Intel-X520-DA2' and
21157            '64B' and
21158            'ENCAP' and
21159            'NDRPDR' and
21160            '1T1C' and
21161            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21162            not 'DOT1Q' and
21163            not 'VHOST' and
21164            not 'IPSECHW'"
21165   parameters:
21166   - "latency"
21167   - "parent"
21168   - "tags"
21169   sort:
21170   - "IP4BASE"
21171   - "L2BDMACLRN"
21172   - "L2XCFWD"
21173   - "LISP"
21174   layout:
21175     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21176     layout: "plot-latency"
21177
21178 -
21179   type: "plot"
21180   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21181   algorithm: "plot_latency_error_bars"
21182   output-file-type: ".html"
21183   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21184   data: "plot-vpp-throughput-latency-3n-hsw"
21185   filter: "'NIC_Intel-X520-DA2' and
21186            '64B' and
21187            'ENCAP' and
21188            'NDRPDR' and
21189            '2T2C' and
21190            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21191            not 'DOT1Q' and
21192            not 'VHOST' and
21193            not 'IPSECHW'"
21194   parameters:
21195   - "latency"
21196   - "parent"
21197   - "tags"
21198   sort:
21199   - "IP4BASE"
21200   - "L2BDMACLRN"
21201   - "L2XCFWD"
21202   - "LISP"
21203   layout:
21204     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21205     layout: "plot-latency"
21206
21207 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
21208 -
21209   type: "plot"
21210   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21211   algorithm: "plot_latency_error_bars"
21212   output-file-type: ".html"
21213   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21214   data: "plot-vpp-throughput-latency-3n-hsw"
21215   filter: "'NIC_Intel-X710' and
21216            '64B' and
21217            'ENCAP' and
21218            'NDRPDR' and
21219            '1T1C' and
21220            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
21221            not 'VHOST' and
21222            not 'IPSECHW'"
21223   parameters:
21224   - "latency"
21225   - "parent"
21226   - "tags"
21227   sort:
21228   - "IP4BASE"
21229   - "LISP"
21230   - "VXLAN_1"
21231   - "VXLAN_10"
21232   - "VXLAN_100"
21233   - "VXLAN_1000"
21234   layout:
21235     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21236     layout: "plot-latency"
21237
21238 -
21239   type: "plot"
21240   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21241   algorithm: "plot_latency_error_bars"
21242   output-file-type: ".html"
21243   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21244   data: "plot-vpp-throughput-latency-3n-hsw"
21245   filter: "'NIC_Intel-X710' and
21246            '64B' and
21247            'ENCAP' and
21248            'NDRPDR' and
21249            '2T2C' and
21250            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
21251            not 'VHOST' and
21252            not 'IPSECHW'"
21253   parameters:
21254   - "latency"
21255   - "parent"
21256   - "tags"
21257   sort:
21258   - "IP4BASE"
21259   - "LISP"
21260   - "VXLAN_1"
21261   - "VXLAN_10"
21262   - "VXLAN_100"
21263   - "VXLAN_1000"
21264   layout:
21265     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21266     layout: "plot-latency"
21267
21268 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21269 -
21270   type: "plot"
21271   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21272   algorithm: "plot_latency_error_bars"
21273   output-file-type: ".html"
21274   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21275   data: "plot-vpp-throughput-latency-3n-hsw"
21276   filter: "'NIC_Intel-X710' and
21277            '64B' and
21278            'ENCAP' and
21279            'NDRPDR' and
21280            '1T1C' and
21281            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
21282            not 'DOT1Q' and
21283            not 'VHOST' and
21284            not 'IPSECHW'"
21285   parameters:
21286   - "latency"
21287   - "parent"
21288   - "tags"
21289   sort:
21290   - "IP4BASE"
21291   - "L2BDMACLRN"
21292   - "L2XCFWD"
21293   - "LISP"
21294   layout:
21295     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21296     layout: "plot-latency"
21297
21298 -
21299   type: "plot"
21300   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21301   algorithm: "plot_latency_error_bars"
21302   output-file-type: ".html"
21303   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21304   data: "plot-vpp-throughput-latency-3n-hsw"
21305   filter: "'NIC_Intel-X710' and
21306            '64B' and
21307            'ENCAP' and
21308            'NDRPDR' and
21309            '2T2C' and
21310            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
21311            not 'DOT1Q' and
21312            not 'VHOST' and
21313            not 'IPSECHW'"
21314   parameters:
21315   - "latency"
21316   - "parent"
21317   - "tags"
21318   sort:
21319   - "IP4BASE"
21320   - "L2BDMACLRN"
21321   - "L2XCFWD"
21322   - "LISP"
21323   layout:
21324     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21325     layout: "plot-latency"
21326
21327 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21328 -
21329   type: "plot"
21330   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-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-2t1c-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            '2T1C' and
21340            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
21341            not 'VHOST' and
21342            not 'IPSECHW'"
21343   parameters:
21344   - "latency"
21345   - "parent"
21346   - "tags"
21347   sort:
21348   - "IP4BASE"
21349   - "LISP"
21350   - "VXLAN_1"
21351   - "VXLAN_10"
21352   - "VXLAN_100"
21353   - "VXLAN_1000"
21354   layout:
21355     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21356     layout: "plot-latency"
21357
21358 -
21359   type: "plot"
21360   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21361   algorithm: "plot_latency_error_bars"
21362   output-file-type: ".html"
21363   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-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            '4T2C' and
21370            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
21371            not 'VHOST' and
21372            not 'IPSECHW'"
21373   parameters:
21374   - "latency"
21375   - "parent"
21376   - "tags"
21377   sort:
21378   - "IP4BASE"
21379   - "LISP"
21380   - "VXLAN_1"
21381   - "VXLAN_10"
21382   - "VXLAN_100"
21383   - "VXLAN_1000"
21384   layout:
21385     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21386     layout: "plot-latency"
21387
21388 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21389 -
21390   type: "plot"
21391   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21392   algorithm: "plot_latency_error_bars"
21393   output-file-type: ".html"
21394   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21395   data: "plot-vpp-throughput-latency-3n-skx"
21396   filter: "'NIC_Intel-X710' and
21397            '64B' and
21398            'ENCAP' and
21399            'NDRPDR' and
21400            '2T1C' and
21401            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21402            not 'DOT1Q' and
21403            not 'VHOST' and
21404            not 'IPSECHW'"
21405   parameters:
21406   - "latency"
21407   - "parent"
21408   - "tags"
21409   sort:
21410   - "IP4BASE"
21411   - "L2BDMACLRN"
21412   - "L2XCFWD"
21413   - "LISP"
21414   layout:
21415     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21416     layout: "plot-latency"
21417
21418 -
21419   type: "plot"
21420   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21421   algorithm: "plot_latency_error_bars"
21422   output-file-type: ".html"
21423   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21424   data: "plot-vpp-throughput-latency-3n-skx"
21425   filter: "'NIC_Intel-X710' and
21426            '64B' and
21427            'ENCAP' and
21428            'NDRPDR' and
21429            '4T2C' and
21430            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21431            not 'DOT1Q' and
21432            not 'VHOST' and
21433            not 'IPSECHW'"
21434   parameters:
21435   - "latency"
21436   - "parent"
21437   - "tags"
21438   sort:
21439   - "IP4BASE"
21440   - "L2BDMACLRN"
21441   - "L2XCFWD"
21442   - "LISP"
21443   layout:
21444     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21445     layout: "plot-latency"
21446
21447 ################################################################################
21448
21449 # Packet Latency - VPP IPv6 3n-hsw-x520
21450 -
21451   type: "plot"
21452   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21453   algorithm: "plot_latency_error_bars"
21454   output-file-type: ".html"
21455   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21456   data: "plot-vpp-throughput-latency-3n-hsw"
21457   filter: "'NIC_Intel-X520-DA2' and
21458            '78B' and
21459            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21460            'NDRPDR' and
21461            '1T1C' and
21462            'IP6FWD' and
21463            not 'SRv6' and
21464            not 'IPSEC' and
21465            not 'VHOST'"
21466   parameters:
21467   - "latency"
21468   - "parent"
21469   - "tags"
21470   sort:
21471   - "IP6BASE"
21472   - "FIB_20K"
21473   - "FIB_200K"
21474   - "FIB_2M"
21475   layout:
21476     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21477     layout: "plot-latency"
21478
21479 -
21480   type: "plot"
21481   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21482   algorithm: "plot_latency_error_bars"
21483   output-file-type: ".html"
21484   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21485   data: "plot-vpp-throughput-latency-3n-hsw"
21486   filter: "'NIC_Intel-X520-DA2' and
21487            '78B' and
21488            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21489            'NDRPDR' and
21490            '2T2C' and
21491            'IP6FWD' and
21492            not 'SRv6' and
21493            not 'IPSEC' and
21494            not 'VHOST'"
21495   parameters:
21496   - "latency"
21497   - "parent"
21498   - "tags"
21499   sort:
21500   - "IP6BASE"
21501   - "FIB_20K"
21502   - "FIB_200K"
21503   - "FIB_2M"
21504   layout:
21505     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21506     layout: "plot-latency"
21507
21508 # Packet Latency - VPP IPv6 3n-hsw-x710
21509 -
21510   type: "plot"
21511   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21512   algorithm: "plot_latency_error_bars"
21513   output-file-type: ".html"
21514   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21515   data: "plot-vpp-throughput-latency-3n-hsw"
21516   filter: "'NIC_Intel-X710' and
21517            '78B' and
21518            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21519            'NDRPDR' and
21520            '1T1C' and
21521            'IP6FWD' and
21522            not 'SRv6' and
21523            not 'IPSEC' and
21524            not 'VHOST'"
21525   parameters:
21526   - "latency"
21527   - "parent"
21528   - "tags"
21529   sort:
21530   - "IP6BASE"
21531   - "FIB_20K"
21532   - "FIB_200K"
21533   - "FIB_2M"
21534   layout:
21535     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21536     layout: "plot-latency"
21537
21538 -
21539   type: "plot"
21540   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21541   algorithm: "plot_latency_error_bars"
21542   output-file-type: ".html"
21543   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21544   data: "plot-vpp-throughput-latency-3n-hsw"
21545   filter: "'NIC_Intel-X710' and
21546            '78B' and
21547            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21548            'NDRPDR' and
21549            '2T2C' and
21550            'IP6FWD' and
21551            not 'SRv6' and
21552            not 'IPSEC' and
21553            not 'VHOST'"
21554   parameters:
21555   - "latency"
21556   - "parent"
21557   - "tags"
21558   sort:
21559   - "IP6BASE"
21560   - "FIB_20K"
21561   - "FIB_200K"
21562   - "FIB_2M"
21563   layout:
21564     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21565     layout: "plot-latency"
21566
21567 # Packet Latency - VPP IPv6 3n-hsw-xl710
21568 -
21569   type: "plot"
21570   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21571   algorithm: "plot_latency_error_bars"
21572   output-file-type: ".html"
21573   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21574   data: "plot-vpp-throughput-latency-3n-hsw"
21575   filter: "'NIC_Intel-XL710' and
21576            '78B' and
21577            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21578            'NDRPDR' and
21579            '1T1C' and
21580            'IP6FWD' and
21581            not 'SRv6' and
21582            not 'IPSEC' and
21583            not 'VHOST'"
21584   parameters:
21585   - "latency"
21586   - "parent"
21587   - "tags"
21588   sort:
21589   - "IP6BASE"
21590   - "FIB_20K"
21591   - "FIB_200K"
21592   - "FIB_2M"
21593   layout:
21594     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21595     layout: "plot-latency"
21596
21597 -
21598   type: "plot"
21599   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21600   algorithm: "plot_latency_error_bars"
21601   output-file-type: ".html"
21602   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21603   data: "plot-vpp-throughput-latency-3n-hsw"
21604   filter: "'NIC_Intel-XL710' and
21605            '78B' and
21606            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21607            'NDRPDR' and
21608            '2T2C' and
21609            'IP6FWD' and
21610            not 'SRv6' and
21611            not 'IPSEC' and
21612            not 'VHOST'"
21613   parameters:
21614   - "latency"
21615   - "parent"
21616   - "tags"
21617   sort:
21618   - "IP6BASE"
21619   - "FIB_20K"
21620   - "FIB_200K"
21621   - "FIB_2M"
21622   layout:
21623     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21624     layout: "plot-latency"
21625
21626 # Packet Latency - VPP IPv6 3n-skx-x710
21627 -
21628   type: "plot"
21629   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21630   algorithm: "plot_latency_error_bars"
21631   output-file-type: ".html"
21632   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21633   data: "plot-vpp-throughput-latency-3n-skx"
21634   filter: "'NIC_Intel-X710' and
21635            '78B' and
21636            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21637            'NDRPDR' and
21638            '2T1C' and
21639            'IP6FWD' and
21640            not 'SRv6' and
21641            not 'IPSEC' and
21642            not 'VHOST'"
21643   parameters:
21644   - "latency"
21645   - "parent"
21646   - "tags"
21647   sort:
21648   - "IP6BASE"
21649   - "FIB_20K"
21650   - "FIB_200K"
21651   - "FIB_2M"
21652   layout:
21653     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21654     layout: "plot-latency"
21655
21656 -
21657   type: "plot"
21658   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21659   algorithm: "plot_latency_error_bars"
21660   output-file-type: ".html"
21661   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21662   data: "plot-vpp-throughput-latency-3n-skx"
21663   filter: "'NIC_Intel-X710' and
21664            '78B' and
21665            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21666            'NDRPDR' and
21667            '4T2C' and
21668            'IP6FWD' and
21669            not 'SRv6' and
21670            not 'IPSEC' and
21671            not 'VHOST'"
21672   parameters:
21673   - "latency"
21674   - "parent"
21675   - "tags"
21676   sort:
21677   - "IP6BASE"
21678   - "FIB_20K"
21679   - "FIB_200K"
21680   - "FIB_2M"
21681   layout:
21682     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21683     layout: "plot-latency"
21684
21685 # Packet Latency - VPP IPv6 2n-skx-x710
21686 -
21687   type: "plot"
21688   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21689   algorithm: "plot_latency_error_bars"
21690   output-file-type: ".html"
21691   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21692   data: "plot-vpp-throughput-latency-2n-skx"
21693   filter: "'NIC_Intel-X710' and
21694            '78B' and
21695            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21696            'NDRPDR' and
21697            '2T1C' and
21698            'IP6FWD' and
21699            not 'SRv6' and
21700            not 'IPSEC' and
21701            not 'VHOST'"
21702   parameters:
21703   - "latency"
21704   - "parent"
21705   - "tags"
21706   sort:
21707   - "IP6BASE"
21708   - "FIB_20k"
21709   - "FIB_200k"
21710   - "FIB_2M"
21711   layout:
21712     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21713     layout: "plot-latency"
21714
21715 -
21716   type: "plot"
21717   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21718   algorithm: "plot_latency_error_bars"
21719   output-file-type: ".html"
21720   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21721   data: "plot-vpp-throughput-latency-2n-skx"
21722   filter: "'NIC_Intel-X710' and
21723            '78B' and
21724            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21725            'NDRPDR' and
21726            '4T2C' and
21727            'IP6FWD' and
21728            not 'SRv6' and
21729            not 'IPSEC' and
21730            not 'VHOST'"
21731   parameters:
21732   - "latency"
21733   - "parent"
21734   - "tags"
21735   sort:
21736   - "IP6BASE"
21737   - "FIB_20k"
21738   - "FIB_200k"
21739   - "FIB_2M"
21740   layout:
21741     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21742     layout: "plot-latency"
21743
21744 # Packet Latency - VPP IPv6 2n-skx-xxv710
21745 -
21746   type: "plot"
21747   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21748   algorithm: "plot_latency_error_bars"
21749   output-file-type: ".html"
21750   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21751   data: "plot-vpp-throughput-latency-2n-skx"
21752   filter: "'NIC_Intel-XXV710' and
21753            '78B' and
21754            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21755            'NDRPDR' and
21756            '2T1C' and
21757            'IP6FWD' and
21758            not 'SRv6' and
21759            not 'IPSEC' and
21760            not 'VHOST'"
21761   parameters:
21762   - "latency"
21763   - "parent"
21764   - "tags"
21765   sort:
21766   - "IP6BASE"
21767   - "FIB_20k"
21768   - "FIB_200k"
21769   - "FIB_2M"
21770   layout:
21771     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21772     layout: "plot-latency"
21773
21774 -
21775   type: "plot"
21776   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21777   algorithm: "plot_latency_error_bars"
21778   output-file-type: ".html"
21779   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21780   data: "plot-vpp-throughput-latency-2n-skx"
21781   filter: "'NIC_Intel-XXV710' and
21782            '78B' and
21783            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21784            'NDRPDR' and
21785            '4T2C' and
21786            'IP6FWD' and
21787            not 'SRv6' and
21788            not 'IPSEC' and
21789            not 'VHOST'"
21790   parameters:
21791   - "latency"
21792   - "parent"
21793   - "tags"
21794   sort:
21795   - "IP6BASE"
21796   - "FIB_20k"
21797   - "FIB_200k"
21798   - "FIB_2M"
21799   layout:
21800     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21801     layout: "plot-latency"
21802
21803 ################################################################################
21804
21805 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21806 -
21807   type: "plot"
21808   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21809   algorithm: "plot_latency_error_bars"
21810   output-file-type: ".html"
21811   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21812   data: "plot-vpp-throughput-latency-3n-hsw"
21813   filter: "'NIC_Intel-X520-DA2' and
21814            '78B' and
21815            'ENCAP' and
21816            'NDRPDR' and
21817            '1T1C' and
21818            'LISP' and
21819            not 'VHOST'"
21820   parameters:
21821   - "latency"
21822   - "parent"
21823   - "tags"
21824   sort:
21825   - "IP4UNRLAY"
21826   - "IP6UNRLAY"
21827   layout:
21828     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21829     layout: "plot-latency"
21830
21831 -
21832   type: "plot"
21833   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21834   algorithm: "plot_latency_error_bars"
21835   output-file-type: ".html"
21836   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21837   data: "plot-vpp-throughput-latency-3n-hsw"
21838   filter: "'NIC_Intel-X520-DA2' and
21839            '78B' and
21840            'ENCAP' and
21841            'NDRPDR' and
21842            '2T2C' and
21843            'LISP' and
21844            not 'VHOST'"
21845   parameters:
21846   - "latency"
21847   - "parent"
21848   - "tags"
21849   sort:
21850   - "IP4UNRLAY"
21851   - "IP6UNRLAY"
21852   layout:
21853     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21854     layout: "plot-latency"
21855
21856 ################################################################################
21857
21858 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21859 -
21860   type: "plot"
21861   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21862   algorithm: "plot_latency_error_bars"
21863   output-file-type: ".html"
21864   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21865   data: "plot-vpp-throughput-latency-3n-hsw"
21866   filter: "'NIC_Intel-XL710' and
21867            '64B' and
21868            'IP4FWD' and
21869            'NDRPDR' and
21870            'BASE' and
21871            '1T1C' and
21872            'IPSECHW' and
21873            ('IPSECTRAN' or 'IPSECTUN') and
21874            not 'VHOST'"
21875   parameters:
21876   - "latency"
21877   - "parent"
21878   - "tags"
21879   layout:
21880     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21881     layout: "plot-latency"
21882
21883 -
21884   type: "plot"
21885   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21886   algorithm: "plot_latency_error_bars"
21887   output-file-type: ".html"
21888   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21889   data: "plot-vpp-throughput-latency-3n-hsw"
21890   filter: "'NIC_Intel-XL710' and
21891            '64B' and
21892            'IP4FWD' and
21893            'NDRPDR' and
21894            'BASE' and
21895            '2T2C' and
21896            'IPSECHW' and
21897            ('IPSECTRAN' or 'IPSECTUN') and
21898            not 'VHOST'"
21899   parameters:
21900   - "latency"
21901   - "parent"
21902   - "tags"
21903   layout:
21904     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21905     layout: "plot-latency"
21906
21907 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21908 -
21909   type: "plot"
21910   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21911   algorithm: "plot_latency_error_bars"
21912   output-file-type: ".html"
21913   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21914   data: "plot-vpp-throughput-latency-3n-hsw"
21915   filter: "'NIC_Intel-XL710' and
21916            '64B' and
21917            'IP4FWD' and
21918            'NDRPDR' and
21919            'SCALE' and
21920            '1T1C' and
21921            'IPSECHW' and
21922            ('IPSECTRAN' or 'IPSECTUN') and
21923            not 'VHOST'"
21924   parameters:
21925   - "latency"
21926   - "parent"
21927   - "tags"
21928   layout:
21929     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21930     layout: "plot-latency"
21931
21932 -
21933   type: "plot"
21934   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21935   algorithm: "plot_latency_error_bars"
21936   output-file-type: ".html"
21937   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21938   data: "plot-vpp-throughput-latency-3n-hsw"
21939   filter: "'NIC_Intel-XL710' and
21940            '64B' and
21941            'IP4FWD' and
21942            'NDRPDR' and
21943            'SCALE' and
21944            '2T2C' and
21945            'IPSECHW' and
21946            ('IPSECTRAN' or 'IPSECTUN') and
21947            not 'VHOST'"
21948   parameters:
21949   - "latency"
21950   - "parent"
21951   - "tags"
21952   layout:
21953     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21954     layout: "plot-latency"
21955
21956 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21957 -
21958   type: "plot"
21959   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21960   algorithm: "plot_latency_error_bars"
21961   output-file-type: ".html"
21962   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21963   data: "plot-vpp-throughput-latency-3n-hsw"
21964   filter: "'NIC_Intel-XL710' and
21965            '64B' and
21966            'IP4FWD' and
21967            'NDRPDR' and
21968            '1T1C' and
21969            'IPSECSW' and
21970            ('IPSECTRAN' or 'IPSECTUN') and
21971            not 'VHOST'"
21972   parameters:
21973   - "latency"
21974   - "parent"
21975   - "tags"
21976   layout:
21977     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21978     layout: "plot-latency"
21979
21980 -
21981   type: "plot"
21982   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21983   algorithm: "plot_latency_error_bars"
21984   output-file-type: ".html"
21985   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21986   data: "plot-vpp-throughput-latency-3n-hsw"
21987   filter: "'NIC_Intel-XL710' and
21988            '64B' and
21989            'IP4FWD' and
21990            'NDRPDR' and
21991            '2T2C' and
21992            'IPSECSW' and
21993            ('IPSECTRAN' or 'IPSECTUN') and
21994            not 'VHOST'"
21995   parameters:
21996   - "latency"
21997   - "parent"
21998   - "tags"
21999   layout:
22000     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
22001     layout: "plot-latency"
22002
22003 ################################################################################
22004
22005 # Packet Latency - VPP SRv6 3n-hsw-x520
22006 -
22007   type: "plot"
22008   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22009   algorithm: "plot_latency_error_bars"
22010   output-file-type: ".html"
22011   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22012   data: "plot-vpp-throughput-latency-3n-hsw"
22013   filter: "'NIC_Intel-X520-DA2' and
22014            '78B' and
22015            'FEATURE' and
22016            'NDRPDR' and
22017            '1T1C' and
22018            'IP6FWD' and
22019            'SRv6'"
22020   parameters:
22021   - "latency"
22022   - "parent"
22023   - "tags"
22024   layout:
22025     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
22026     layout: "plot-latency"
22027
22028 -
22029   type: "plot"
22030   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22031   algorithm: "plot_latency_error_bars"
22032   output-file-type: ".html"
22033   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22034   data: "plot-vpp-throughput-latency-3n-hsw"
22035   filter: "'NIC_Intel-X520-DA2' and
22036            '78B' and
22037            'FEATURE' and
22038            'NDRPDR' and
22039            '2T2C' and
22040            'IP6FWD' and
22041            'SRv6'"
22042   parameters:
22043   - "latency"
22044   - "parent"
22045   - "tags"
22046   layout:
22047     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
22048     layout: "plot-latency"
22049
22050 ################################################################################
22051
22052 # Packet Latency - VPP vhost ip4 3n-hsw-x520
22053 -
22054   type: "plot"
22055   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22056   algorithm: "plot_latency_error_bars"
22057   output-file-type: ".html"
22058   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22059   data: "plot-vpp-throughput-latency-3n-hsw"
22060   filter: "'NIC_Intel-X520-DA2' and
22061            '64B' and
22062            'NDRPDR' and
22063            'ETH' and
22064            'IP4FWD' and
22065            '1T1C' and
22066            'VHOST_1024' and
22067            not 'VXLAN' and
22068            not 'DOT1Q'"
22069   parameters:
22070   - "latency"
22071   - "parent"
22072   - "tags"
22073   sort:
22074   - "not CFS_OPT"
22075   - "1VM"
22076   - "2VM"
22077   layout:
22078     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22079     layout: "plot-latency"
22080
22081 -
22082   type: "plot"
22083   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22084   algorithm: "plot_latency_error_bars"
22085   output-file-type: ".html"
22086   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22087   data: "plot-vpp-throughput-latency-3n-hsw"
22088   filter: "'NIC_Intel-X520-DA2' and
22089            '64B' and
22090            'NDRPDR' and
22091            'ETH' and
22092            'IP4FWD' and
22093            '2T2C' and
22094            'VHOST_1024' and
22095            not 'VXLAN' and
22096            not 'DOT1Q'"
22097   parameters:
22098   - "latency"
22099   - "parent"
22100   - "tags"
22101   sort:
22102   - "not CFS_OPT"
22103   - "1VM"
22104   - "2VM"
22105   layout:
22106     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22107     layout: "plot-latency"
22108
22109 ## Packet Latency - VPP vhost l2sw 3n-hsw-x520
22110 #-
22111 #  type: "plot"
22112 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22113 #  algorithm: "plot_latency_error_bars"
22114 #  output-file-type: ".html"
22115 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22116 #  data: "plot-vpp-throughput-latency-3n-hsw"
22117 #  filter: "'NIC_Intel-X520-DA2' and
22118 #           '64B' and
22119 #           'NDRPDR' and
22120 #           ('ETH' or 'DOT1Q') and
22121 #           '1T1C' and
22122 #           'L2BDMACLRN' and
22123 #           'VHOST_1024' and
22124 #           not 'VXLAN' and
22125 #           not 'IP4FWD' and
22126 #           not '2VM'"
22127 #  parameters:
22128 #  - "latency"
22129 #  - "parent"
22130 #  - "tags"
22131 ##  sort:
22132 ##  - "VM"  # "not CFS_OPT"
22133 ##  - "CFS_OPT"
22134 ##  - "FIB_10K"
22135 ##  - "FIB_100K"
22136 ##  - "FIB_1M"
22137 #  layout:
22138 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22139 #    layout: "plot-latency"
22140 #
22141 #-
22142 #  type: "plot"
22143 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22144 #  algorithm: "plot_latency_error_bars"
22145 #  output-file-type: ".html"
22146 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22147 #  data: "plot-vpp-throughput-latency-3n-hsw"
22148 #  filter: "'NIC_Intel-X520-DA2' and
22149 #           '64B' and
22150 #           'NDRPDR' and
22151 #           ('ETH' or 'DOT1Q') and
22152 #           '2T2C' and
22153 #           'L2BDMACLRN' 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 ##  - "VM"  # "not CFS_OPT"
22164 ##  - "CFS_OPT"
22165 ##  - "FIB_10K"
22166 ##  - "FIB_100K"
22167 ##  - "FIB_1M"
22168 #  layout:
22169 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22170 #    layout: "plot-latency"
22171
22172 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
22173 -
22174   type: "plot"
22175   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22176   algorithm: "plot_latency_error_bars"
22177   output-file-type: ".html"
22178   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22179   data: "plot-vpp-throughput-latency-3n-hsw"
22180   filter: "'NIC_Intel-X520-DA2' and
22181            '64B' and
22182            'NDRPDR' and
22183            ('ETH' or 'DOT1Q') and
22184            'BASE' and
22185            '1T1C' and
22186            ('L2BDMACLRN' or 'L2XCFWD') and
22187            'VHOST_1024' and
22188            not 'VXLAN' and
22189            not 'IP4FWD' and
22190            not '2VM'"
22191   parameters:
22192   - "latency"
22193   - "parent"
22194   - "tags"
22195   sort:
22196   - "L2BDMACLRN"
22197   - "L2BDMACLRN"
22198   - "L2BDMACLRN"
22199   - "L2XCFWD"
22200   - "L2XCFWD"
22201   - "L2XCFWD"
22202   layout:
22203     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
22204     layout: "plot-latency"
22205
22206 -
22207   type: "plot"
22208   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22209   algorithm: "plot_latency_error_bars"
22210   output-file-type: ".html"
22211   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22212   data: "plot-vpp-throughput-latency-3n-hsw"
22213   filter: "'NIC_Intel-X520-DA2' and
22214            '64B' and
22215            'NDRPDR' and
22216            ('ETH' or 'DOT1Q') and
22217            'BASE' and
22218            '2T2C' and
22219            ('L2BDMACLRN' or 'L2XCFWD') and
22220            'VHOST_1024' and
22221            not 'VXLAN' and
22222            not 'IP4FWD' and
22223            not '2VM'"
22224   parameters:
22225   - "latency"
22226   - "parent"
22227   - "tags"
22228   sort:
22229   - "L2BDMACLRN"
22230   - "L2BDMACLRN"
22231   - "L2BDMACLRN"
22232   - "L2XCFWD"
22233   - "L2XCFWD"
22234   - "L2XCFWD"
22235   layout:
22236     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22237     layout: "plot-latency"
22238
22239 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22240 -
22241   type: "plot"
22242   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22243   algorithm: "plot_latency_error_bars"
22244   output-file-type: ".html"
22245   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22246   data: "plot-vpp-throughput-latency-3n-hsw"
22247   filter: "'NIC_Intel-X520-DA2' and
22248            '64B' and
22249            'NDRPDR' and
22250            ('ETH' or 'DOT1Q') and
22251            '1T1C' and
22252            ('L2BDMACLRN' or 'L2XCFWD') and
22253            'VHOST_1024' and
22254            not 'CFS_OPT' and
22255            not 'DOT1Q' and
22256            not 'VXLAN' and
22257            not 'IP4FWD' and
22258            not 'LBOND'"
22259   parameters:
22260   - "latency"
22261   - "parent"
22262   - "tags"
22263 #  sort:
22264 #  - "1VM"
22265 #  - "L2XCFWD"
22266 #  - "1VM"
22267 #  - "L2BDMACLRN"
22268   layout:
22269     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22270     layout: "plot-latency"
22271
22272 -
22273   type: "plot"
22274   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22275   algorithm: "plot_latency_error_bars"
22276   output-file-type: ".html"
22277   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22278   data: "plot-vpp-throughput-latency-3n-hsw"
22279   filter: "'NIC_Intel-X520-DA2' and
22280            '64B' and
22281            'NDRPDR' and
22282            ('ETH' or 'DOT1Q') and
22283            '2T2C' and
22284            ('L2BDMACLRN' or 'L2XCFWD') and
22285            'VHOST_1024' and
22286            not 'CFS_OPT' and
22287            not 'DOT1Q' and
22288            not 'VXLAN' and
22289            not 'IP4FWD' and
22290            not 'LBOND'"
22291   parameters:
22292   - "latency"
22293   - "parent"
22294   - "tags"
22295 #  sort:
22296 #  - "1VM"
22297 #  - "L2XCFWD"
22298 #  - "1VM"
22299 #  - "L2BDMACLRN"
22300   layout:
22301     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22302     layout: "plot-latency"
22303
22304 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22305 -
22306   type: "plot"
22307   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22308   algorithm: "plot_latency_error_bars"
22309   output-file-type: ".html"
22310   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22311   data: "plot-vpp-throughput-latency-3n-hsw"
22312   filter: "'NIC_Intel-X710' and
22313            '64B' and
22314            'NDRPDR' and
22315            'ETH' and
22316            'IP4FWD' and
22317            '1T1C' and
22318            'VHOST_1024' and
22319            not 'VXLAN' and
22320            not 'CFS_OPT' and
22321            not 'DOT1Q'"
22322   parameters:
22323   - "latency"
22324   - "parent"
22325   - "tags"
22326   sort:
22327   - "1VM"
22328   - "2VM"
22329   layout:
22330     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22331     layout: "plot-latency"
22332
22333 -
22334   type: "plot"
22335   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22336   algorithm: "plot_latency_error_bars"
22337   output-file-type: ".html"
22338   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22339   data: "plot-vpp-throughput-latency-3n-hsw"
22340   filter: "'NIC_Intel-X710' and
22341            '64B' and
22342            'NDRPDR' and
22343            'ETH' and
22344            'IP4FWD' and
22345            '2T2C' and
22346            'VHOST_1024' and
22347            not 'VXLAN' and
22348            not 'CFS_OPT' and
22349            not 'DOT1Q'"
22350   parameters:
22351   - "latency"
22352   - "parent"
22353   - "tags"
22354   sort:
22355   - "1VM"
22356   - "2VM"
22357   layout:
22358     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22359     layout: "plot-latency"
22360
22361 ## Packet Latency - VPP vhost l2sw 3n-hsw-x710
22362 #-
22363 #  type: "plot"
22364 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22365 #  algorithm: "plot_latency_error_bars"
22366 #  output-file-type: ".html"
22367 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22368 #  data: "plot-vpp-throughput-latency-3n-hsw"
22369 #  filter: "'NIC_Intel-X710' and
22370 #           '64B' and
22371 #           'NDRPDR' and
22372 #           ('ETH' or 'DOT1Q') and
22373 #           '1T1C' and
22374 #           'L2BDMACLRN' and
22375 #           'VHOST_1024' and
22376 #           not 'VXLAN' and
22377 #           not 'IP4FWD' and
22378 #           not '2VM'"
22379 #  parameters:
22380 #  - "latency"
22381 #  - "parent"
22382 #  - "tags"
22383 ##  sort:
22384 ##  - "VM"  # "not CFS_OPT"
22385 ##  - "CFS_OPT"
22386 ##  - "FIB_10K"
22387 ##  - "FIB_100K"
22388 ##  - "FIB_1M"
22389 #  layout:
22390 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22391 #    layout: "plot-latency"
22392 #
22393 #-
22394 #  type: "plot"
22395 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22396 #  algorithm: "plot_latency_error_bars"
22397 #  output-file-type: ".html"
22398 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22399 #  data: "plot-vpp-throughput-latency-3n-hsw"
22400 #  filter: "'NIC_Intel-X710' and
22401 #           '64B' and
22402 #           'NDRPDR' and
22403 #           ('ETH' or 'DOT1Q') and
22404 #           '2T2C' and
22405 #           'L2BDMACLRN' and
22406 #           'VHOST_1024' and
22407 #           not 'VXLAN' and
22408 #           not 'IP4FWD' and
22409 #           not '2VM'"
22410 #  parameters:
22411 #  - "latency"
22412 #  - "parent"
22413 #  - "tags"
22414 ##  sort:
22415 ##  - "VM"  # "not CFS_OPT"
22416 ##  - "CFS_OPT"
22417 ##  - "FIB_10K"
22418 ##  - "FIB_100K"
22419 ##  - "FIB_1M"
22420 #  layout:
22421 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22422 #    layout: "plot-latency"
22423
22424 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22425 -
22426   type: "plot"
22427   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22428   algorithm: "plot_latency_error_bars"
22429   output-file-type: ".html"
22430   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22431   data: "plot-vpp-throughput-latency-3n-hsw"
22432   filter: "'NIC_Intel-X710' and
22433            '64B' and
22434            'NDRPDR' and
22435            ('ETH' or 'DOT1Q') and
22436            'BASE' and
22437            '1T1C' and
22438            ('L2BDMACLRN' or 'L2XCFWD') and
22439            'VHOST_1024' and
22440            not 'VXLAN' and
22441            not 'IP4FWD' and
22442            not '2VM'"
22443   parameters:
22444   - "latency"
22445   - "parent"
22446   - "tags"
22447   sort:
22448   - "L2BDMACLRN"
22449   - "L2BDMACLRN"
22450   - "L2BDMACLRN"
22451   - "L2XCFWD"
22452   - "L2XCFWD"
22453   - "L2XCFWD"
22454   layout:
22455     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22456     layout: "plot-latency"
22457
22458 -
22459   type: "plot"
22460   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22461   algorithm: "plot_latency_error_bars"
22462   output-file-type: ".html"
22463   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22464   data: "plot-vpp-throughput-latency-3n-hsw"
22465   filter: "'NIC_Intel-X710' and
22466            '64B' and
22467            'NDRPDR' and
22468            ('ETH' or 'DOT1Q') and
22469            'BASE' and
22470            '2T2C' and
22471            ('L2BDMACLRN' or 'L2XCFWD') and
22472            'VHOST_1024' and
22473            not 'VXLAN' and
22474            not 'IP4FWD' and
22475            not '2VM'"
22476   parameters:
22477   - "latency"
22478   - "parent"
22479   - "tags"
22480   sort:
22481   - "L2BDMACLRN"
22482   - "L2BDMACLRN"
22483   - "L2BDMACLRN"
22484   - "L2XCFWD"
22485   - "L2XCFWD"
22486   - "L2XCFWD"
22487   layout:
22488     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22489     layout: "plot-latency"
22490
22491 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22492 -
22493   type: "plot"
22494   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22495   algorithm: "plot_latency_error_bars"
22496   output-file-type: ".html"
22497   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22498   data: "plot-vpp-throughput-latency-3n-hsw"
22499   filter: "'NIC_Intel-X710' and
22500            '64B' and
22501            'NDRPDR' and
22502            ('ETH' or 'DOT1Q') and
22503            '1T1C' and
22504            ('L2BDMACLRN' or 'L2XCFWD') and
22505            'VHOST_1024' and
22506            not 'CFS_OPT' and
22507            not 'VXLAN' and
22508            not 'IP4FWD' and
22509            not 'LBOND'"
22510   parameters:
22511   - "latency"
22512   - "parent"
22513   - "tags"
22514   sort:
22515   - "L2BDMACLRN"
22516   - "L2BDMACLRN"
22517   - "L2BDMACLRN"
22518   - "L2XCFWD"
22519   - "L2XCFWD"
22520   - "L2XCFWD"
22521   layout:
22522     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22523     layout: "plot-latency"
22524
22525 -
22526   type: "plot"
22527   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22528   algorithm: "plot_latency_error_bars"
22529   output-file-type: ".html"
22530   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22531   data: "plot-vpp-throughput-latency-3n-hsw"
22532   filter: "'NIC_Intel-X710' and
22533            '64B' and
22534            'NDRPDR' and
22535            ('ETH' or 'DOT1Q') and
22536            '2T2C' and
22537            ('L2BDMACLRN' or 'L2XCFWD') and
22538            'VHOST_1024' and
22539            not 'CFS_OPT' and
22540            not 'VXLAN' and
22541            not 'IP4FWD' and
22542            not 'LBOND'"
22543   parameters:
22544   - "latency"
22545   - "parent"
22546   - "tags"
22547   sort:
22548   - "L2BDMACLRN"
22549   - "L2BDMACLRN"
22550   - "L2BDMACLRN"
22551   - "L2XCFWD"
22552   - "L2XCFWD"
22553   - "L2XCFWD"
22554   layout:
22555     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22556     layout: "plot-latency"
22557
22558 ## Packet Latency - VPP vhost ip4 3n-hsw-xl710
22559 #-
22560 #  type: "plot"
22561 #  title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22562 #  algorithm: "plot_latency_error_bars"
22563 #  output-file-type: ".html"
22564 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22565 #  data: "plot-vpp-throughput-latency-3n-hsw"
22566 #  filter: "'NIC_Intel-XL710' and
22567 #           '64B' and
22568 #           'NDRPDR' and
22569 #           'ETH' and
22570 #           'IP4FWD' and
22571 #           '1T1C' and
22572 #           'VHOST_1024' and
22573 #           not 'VXLAN' and
22574 #           not 'DOT1Q'"
22575 #  parameters:
22576 #  - "latency"
22577 #  - "parent"
22578 #  - "tags"
22579 #  sort:
22580 #  - "not CFS_OPT"
22581 #  - "1VM"
22582 #  - "2VM"
22583 #  layout:
22584 #    title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22585 #    layout: "plot-latency"
22586 #
22587 #-
22588 #  type: "plot"
22589 #  title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22590 #  algorithm: "plot_latency_error_bars"
22591 #  output-file-type: ".html"
22592 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22593 #  data: "plot-vpp-throughput-latency-3n-hsw"
22594 #  filter: "'NIC_Intel-XL710' and
22595 #           '64B' and
22596 #           'NDRPDR' and
22597 #           'ETH' and
22598 #           'IP4FWD' and
22599 #           '2T2C' and
22600 #           'VHOST_1024' and
22601 #           not 'VXLAN' and
22602 #           not 'DOT1Q'"
22603 #  parameters:
22604 #  - "latency"
22605 #  - "parent"
22606 #  - "tags"
22607 #  sort:
22608 #  - "not CFS_OPT"
22609 #  - "1VM"
22610 #  - "2VM"
22611 #  layout:
22612 #    title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22613 #    layout: "plot-latency"
22614 #
22615 ## Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22616 #-
22617 #  type: "plot"
22618 #  title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22619 #  algorithm: "plot_latency_error_bars"
22620 #  output-file-type: ".html"
22621 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22622 #  data: "plot-vpp-throughput-latency-3n-hsw"
22623 #  filter: "'NIC_Intel-XL710' and
22624 #           '64B' and
22625 #           'NDRPDR' and
22626 #           ('ETH' or 'DOT1Q') and
22627 #           '1T1C' and
22628 #           'L2BDMACLRN' and
22629 #           'VHOST_1024' and
22630 #           not 'VXLAN' and
22631 #           not 'IP4FWD' and
22632 #           not '2VM'"
22633 #  parameters:
22634 #  - "latency"
22635 #  - "parent"
22636 #  - "tags"
22637 ##  sort:
22638 ##  - "VM"  # "not CFS_OPT"
22639 ##  - "CFS_OPT"
22640 ##  - "FIB_10K"
22641 ##  - "FIB_100K"
22642 ##  - "FIB_1M"
22643 #  layout:
22644 #    title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22645 #    layout: "plot-latency"
22646 #
22647 #-
22648 #  type: "plot"
22649 #  title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22650 #  algorithm: "plot_latency_error_bars"
22651 #  output-file-type: ".html"
22652 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22653 #  data: "plot-vpp-throughput-latency-3n-hsw"
22654 #  filter: "'NIC_Intel-XL710' and
22655 #           '64B' and
22656 #           'NDRPDR' and
22657 #           ('ETH' or 'DOT1Q') and
22658 #           '2T2C' and
22659 #           'L2BDMACLRN' and
22660 #           'VHOST_1024' and
22661 #           not 'VXLAN' and
22662 #           not 'IP4FWD' and
22663 #           not '2VM'"
22664 #  parameters:
22665 #  - "latency"
22666 #  - "parent"
22667 #  - "tags"
22668 ##  sort:
22669 ##  - "VM"  # "not CFS_OPT"
22670 ##  - "CFS_OPT"
22671 ##  - "FIB_10K"
22672 ##  - "FIB_100K"
22673 ##  - "FIB_1M"
22674 #  layout:
22675 #    title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22676 #    layout: "plot-latency"
22677 #
22678 ## Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22679 #-
22680 #  type: "plot"
22681 #  title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22682 #  algorithm: "plot_latency_error_bars"
22683 #  output-file-type: ".html"
22684 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22685 #  data: "plot-vpp-throughput-latency-3n-hsw"
22686 #  filter: "'NIC_Intel-XL710' and
22687 #           '64B' and
22688 #           'NDRPDR' and
22689 #           ('ETH' or 'DOT1Q') and
22690 #           'BASE' and
22691 #           '1T1C' and
22692 #           ('L2BDMACLRN' or 'L2XCFWD') and
22693 #           'VHOST_1024' and
22694 #           not 'VXLAN' and
22695 #           not 'IP4FWD' and
22696 #           not '2VM'"
22697 #  parameters:
22698 #  - "latency"
22699 #  - "parent"
22700 #  - "tags"
22701 ##  sort:
22702 ##  - "not CFS_OPT"
22703 ##  - "L2XCFWD"
22704 ##  - "not CFS_OPT"
22705 ##  - "CFS_OPT"
22706 #  layout:
22707 #    title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22708 #    layout: "plot-latency"
22709 #
22710 #-
22711 #  type: "plot"
22712 #  title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22713 #  algorithm: "plot_latency_error_bars"
22714 #  output-file-type: ".html"
22715 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22716 #  data: "plot-vpp-throughput-latency-3n-hsw"
22717 #  filter: "'NIC_Intel-XL710' and
22718 #           '64B' and
22719 #           'NDRPDR' and
22720 #           ('ETH' or 'DOT1Q') and
22721 #           'BASE' and
22722 #           '2T2C' and
22723 #           ('L2BDMACLRN' or 'L2XCFWD') and
22724 #           'VHOST_1024' and
22725 #           not 'VXLAN' and
22726 #           not 'IP4FWD' and
22727 #           not '2VM'"
22728 #  parameters:
22729 #  - "latency"
22730 #  - "parent"
22731 #  - "tags"
22732 ##  sort:
22733 ##  - "not CFS_OPT"
22734 ##  - "L2XCFWD"
22735 ##  - "not CFS_OPT"
22736 ##  - "CFS_OPT"
22737 #  layout:
22738 #    title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22739 #    layout: "plot-latency"
22740 #
22741 ## Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22742 #-
22743 #  type: "plot"
22744 #  title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22745 #  algorithm: "plot_latency_error_bars"
22746 #  output-file-type: ".html"
22747 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22748 #  data: "plot-vpp-throughput-latency-3n-hsw"
22749 #  filter: "'NIC_Intel-XL710' and
22750 #           '64B' and
22751 #           'NDRPDR' and
22752 #           ('ETH' or 'DOT1Q') and
22753 #           '1T1C' and
22754 #           ('L2BDMACLRN' or 'L2XCFWD') and
22755 #           'VHOST_1024' and
22756 #           not 'CFS_OPT' and
22757 #           not 'VXLAN' and
22758 #           not 'IP4FWD'"
22759 #  parameters:
22760 #  - "latency"
22761 #  - "parent"
22762 #  - "tags"
22763 ##  sort:
22764 ##  - "1VM"
22765 ##  - "L2XCFWD"
22766 ##  - "1VM"
22767 ##  - "L2BDMACLRN"
22768 #  layout:
22769 #    title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22770 #    layout: "plot-latency"
22771 #
22772 #-
22773 #  type: "plot"
22774 #  title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22775 #  algorithm: "plot_latency_error_bars"
22776 #  output-file-type: ".html"
22777 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22778 #  data: "plot-vpp-throughput-latency-3n-hsw"
22779 #  filter: "'NIC_Intel-XL710' and
22780 #           '64B' and
22781 #           'NDRPDR' and
22782 #           ('ETH' or 'DOT1Q') and
22783 #           '2T2C' and
22784 #           ('L2BDMACLRN' or 'L2XCFWD') and
22785 #           'VHOST_1024' and
22786 #           not 'CFS_OPT' and
22787 #           not 'VXLAN' and
22788 #           not 'IP4FWD'"
22789 #  parameters:
22790 #  - "latency"
22791 #  - "parent"
22792 #  - "tags"
22793 ##  sort:
22794 ##  - "1VM"
22795 ##  - "L2XCFWD"
22796 ##  - "1VM"
22797 ##  - "L2BDMACLRN"
22798 #  layout:
22799 #    title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22800 #    layout: "plot-latency"
22801
22802 # Packet Latency - VPP vhost ip4 3n-skx-x710
22803 -
22804   type: "plot"
22805   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22806   algorithm: "plot_latency_error_bars"
22807   output-file-type: ".html"
22808   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22809   data: "plot-vpp-throughput-latency-3n-skx"
22810   filter: "'NIC_Intel-X710' and
22811            '64B' and
22812            'NDRPDR' and
22813            'ETH' and
22814            'IP4FWD' and
22815            '2T1C' and
22816            'VHOST_1024' and
22817            not 'VXLAN' and
22818            not 'DOT1Q'"
22819   parameters:
22820   - "latency"
22821   - "parent"
22822   - "tags"
22823   sort:
22824   - "1VM"
22825   - "2VM"
22826   layout:
22827     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22828     layout: "plot-latency"
22829
22830 -
22831   type: "plot"
22832   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22833   algorithm: "plot_latency_error_bars"
22834   output-file-type: ".html"
22835   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22836   data: "plot-vpp-throughput-latency-3n-skx"
22837   filter: "'NIC_Intel-X710' and
22838            '64B' and
22839            'NDRPDR' and
22840            'ETH' and
22841            'IP4FWD' and
22842            '4T2C' and
22843            'VHOST_1024' and
22844            not 'VXLAN' and
22845            not 'DOT1Q'"
22846   parameters:
22847   - "latency"
22848   - "parent"
22849   - "tags"
22850   sort:
22851   - "1VM"
22852   - "2VM"
22853   layout:
22854     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22855     layout: "plot-latency"
22856
22857 ## Packet Latency - VPP vhost l2sw 3n-skx-x710
22858 #-
22859 #  type: "plot"
22860 #  title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22861 #  algorithm: "plot_latency_error_bars"
22862 #  output-file-type: ".html"
22863 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22864 #  data: "plot-vpp-throughput-latency-3n-skx"
22865 #  filter: "'NIC_Intel-X710' and
22866 #           '64B' and
22867 #           'NDRPDR' and
22868 #           ('ETH' or 'DOT1Q') and
22869 #           '2T1C' and
22870 #           'L2BDMACLRN' and
22871 #           'VHOST_1024' and
22872 #           not 'VXLAN' and
22873 #           not 'IP4FWD' and
22874 #           not '2VM'"
22875 #  parameters:
22876 #  - "latency"
22877 #  - "parent"
22878 #  - "tags"
22879 ##  sort:
22880 ##  - "VM"  # "not CFS_OPT"
22881 ##  - "CFS_OPT"
22882 ##  - "FIB_10K"
22883 ##  - "FIB_100K"
22884 ##  - "FIB_1M"
22885 #  layout:
22886 #    title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22887 #    layout: "plot-latency"
22888 #
22889 #-
22890 #  type: "plot"
22891 #  title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22892 #  algorithm: "plot_latency_error_bars"
22893 #  output-file-type: ".html"
22894 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22895 #  data: "plot-vpp-throughput-latency-3n-skx"
22896 #  filter: "'NIC_Intel-X710' and
22897 #           '64B' and
22898 #           'NDRPDR' and
22899 #           ('ETH' or 'DOT1Q') and
22900 #           '4T2C' and
22901 #           'L2BDMACLRN' and
22902 #           'VHOST_1024' and
22903 #           not 'VXLAN' and
22904 #           not 'IP4FWD' and
22905 #           not '2VM'"
22906 #  parameters:
22907 #  - "latency"
22908 #  - "parent"
22909 #  - "tags"
22910 ##  sort:
22911 ##  - "VM"  # "not CFS_OPT"
22912 ##  - "CFS_OPT"
22913 ##  - "FIB_10K"
22914 ##  - "FIB_100K"
22915 ##  - "FIB_1M"
22916 #  layout:
22917 #    title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22918 #    layout: "plot-latency"
22919
22920 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22921 -
22922   type: "plot"
22923   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22924   algorithm: "plot_latency_error_bars"
22925   output-file-type: ".html"
22926   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22927   data: "plot-vpp-throughput-latency-3n-skx"
22928   filter: "'NIC_Intel-X710' and
22929            '64B' and
22930            'NDRPDR' and
22931            ('ETH' or 'DOT1Q') and
22932            'BASE' and
22933            '2T1C' and
22934            ('L2BDMACLRN' or 'L2XCFWD') and
22935            'VHOST_1024' and
22936            not 'VXLAN' and
22937            not 'IP4FWD' and
22938            not '2VM' and
22939            not 'LBOND'"
22940   parameters:
22941   - "latency"
22942   - "parent"
22943   - "tags"
22944   sort:
22945   - "L2BDMACLRN"
22946   - "L2BDMACLRN"
22947   - "L2XCFWD"
22948   - "L2XCFWD"
22949   layout:
22950     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22951     layout: "plot-latency"
22952
22953 -
22954   type: "plot"
22955   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22956   algorithm: "plot_latency_error_bars"
22957   output-file-type: ".html"
22958   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22959   data: "plot-vpp-throughput-latency-3n-skx"
22960   filter: "'NIC_Intel-X710' and
22961            '64B' and
22962            'NDRPDR' and
22963            ('ETH' or 'DOT1Q') and
22964            'BASE' and
22965            '4T2C' and
22966            ('L2BDMACLRN' or 'L2XCFWD') and
22967            'VHOST_1024' and
22968            not 'VXLAN' and
22969            not 'IP4FWD' and
22970            not '2VM' and
22971            not 'LBOND'"
22972   parameters:
22973   - "latency"
22974   - "parent"
22975   - "tags"
22976   sort:
22977   - "L2BDMACLRN"
22978   - "L2BDMACLRN"
22979   - "L2XCFWD"
22980   - "L2XCFWD"
22981   layout:
22982     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22983     layout: "plot-latency"
22984
22985 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22986 -
22987   type: "plot"
22988   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22989   algorithm: "plot_latency_error_bars"
22990   output-file-type: ".html"
22991   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22992   data: "plot-vpp-throughput-latency-3n-skx"
22993   filter: "'NIC_Intel-X710' and
22994            '64B' and
22995            'NDRPDR' and
22996            ('ETH' or 'DOT1Q') and
22997            '2T1C' and
22998            ('L2BDMACLRN' or 'L2XCFWD') and
22999            'VHOST_1024' and
23000            not 'CFS_OPT' and
23001            not 'VXLAN' and
23002            not 'IP4FWD' and
23003            not 'LBOND'"
23004   parameters:
23005   - "latency"
23006   - "parent"
23007   - "tags"
23008   sort:
23009   - "L2BDMACLRN"
23010   - "L2BDMACLRN"
23011   - "L2BDMACLRN"
23012   - "L2XCFWD"
23013   - "L2XCFWD"
23014   - "L2XCFWD"
23015   layout:
23016     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
23017     layout: "plot-latency"
23018
23019 -
23020   type: "plot"
23021   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23022   algorithm: "plot_latency_error_bars"
23023   output-file-type: ".html"
23024   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23025   data: "plot-vpp-throughput-latency-3n-skx"
23026   filter: "'NIC_Intel-X710' and
23027            '64B' and
23028            'NDRPDR' and
23029            ('ETH' or 'DOT1Q') and
23030            '4T2C' and
23031            ('L2BDMACLRN' or 'L2XCFWD') and
23032            'VHOST_1024' and
23033            not 'CFS_OPT' and
23034            not 'VXLAN' and
23035            not 'IP4FWD' and
23036            not 'LBOND'"
23037   parameters:
23038   - "latency"
23039   - "parent"
23040   - "tags"
23041   sort:
23042   - "L2BDMACLRN"
23043   - "L2BDMACLRN"
23044   - "L2BDMACLRN"
23045   - "L2XCFWD"
23046   - "L2XCFWD"
23047   - "L2XCFWD"
23048   layout:
23049     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
23050     layout: "plot-latency"
23051
23052 # Packet Latency - VPP vhost ip4 2n-skx-x710
23053 -
23054   type: "plot"
23055   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23056   algorithm: "plot_latency_error_bars"
23057   output-file-type: ".html"
23058   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23059   data: "plot-vpp-throughput-latency-2n-skx"
23060   filter: "'NIC_Intel-X710' and
23061            '64B' and
23062            'NDRPDR' and
23063            'ETH' and
23064            'IP4FWD' and
23065            '2T1C' and
23066            'VHOST_1024' and
23067            not 'VXLAN' and
23068            not 'NF_DENSITY' and
23069            not 'CFS_OPT' and
23070            not 'DOT1Q'"
23071   parameters:
23072   - "latency"
23073   - "parent"
23074   - "tags"
23075   sort:
23076   - "1VM"
23077   - "2VM"
23078   layout:
23079     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23080     layout: "plot-latency"
23081
23082 -
23083   type: "plot"
23084   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23085   algorithm: "plot_latency_error_bars"
23086   output-file-type: ".html"
23087   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23088   data: "plot-vpp-throughput-latency-2n-skx"
23089   filter: "'NIC_Intel-X710' and
23090            '64B' and
23091            'NDRPDR' and
23092            'ETH' and
23093            'IP4FWD' and
23094            '4T2C' and
23095            'VHOST_1024' and
23096            not 'VXLAN' and
23097            not 'NF_DENSITY' and
23098            not 'CFS_OPT' and
23099            not 'DOT1Q'"
23100   parameters:
23101   - "latency"
23102   - "parent"
23103   - "tags"
23104   sort:
23105   - "1VM"
23106   - "2VM"
23107   layout:
23108     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23109     layout: "plot-latency"
23110
23111 ## Packet Latency - VPP vhost l2sw 2n-skx-x710
23112 #-
23113 #  type: "plot"
23114 #  title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23115 #  algorithm: "plot_latency_error_bars"
23116 #  output-file-type: ".html"
23117 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23118 #  data: "plot-vpp-throughput-latency-2n-skx"
23119 #  filter: "'NIC_Intel-X710' and
23120 #           '64B' and
23121 #           'NDRPDR' and
23122 #           ('ETH' or 'DOT1Q') and
23123 #           '2T1C' and
23124 #           'L2BDMACLRN' and
23125 #           'VHOST_1024' and
23126 #           not 'VXLAN' and
23127 #           not 'IP4FWD' and
23128 #           not 'NF_DENSITY' and
23129 #           not '2VM'"
23130 #  parameters:
23131 #  - "latency"
23132 #  - "parent"
23133 #  - "tags"
23134 ##  sort:
23135 ##  - "VM"  # "not CFS_OPT"
23136 ##  - "CFS_OPT"
23137 ##  - "FIB_10K"
23138 ##  - "FIB_100K"
23139 ##  - "FIB_1M"
23140 #  layout:
23141 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23142 #    layout: "plot-latency"
23143 #
23144 #-
23145 #  type: "plot"
23146 #  title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23147 #  algorithm: "plot_latency_error_bars"
23148 #  output-file-type: ".html"
23149 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23150 #  data: "plot-vpp-throughput-latency-2n-skx"
23151 #  filter: "'NIC_Intel-X710' and
23152 #           '64B' and
23153 #           'NDRPDR' and
23154 #           ('ETH' or 'DOT1Q') and
23155 #           '4T2C' and
23156 #           'L2BDMACLRN' and
23157 #           'VHOST_1024' and
23158 #           not 'VXLAN' and
23159 #           not 'NF_DENSITY' and
23160 #           not 'IP4FWD' and
23161 #           not '2VM'"
23162 #  parameters:
23163 #  - "latency"
23164 #  - "parent"
23165 #  - "tags"
23166 ##  sort:
23167 ##  - "VM"  # "not CFS_OPT"
23168 ##  - "CFS_OPT"
23169 ##  - "FIB_10K"
23170 ##  - "FIB_100K"
23171 ##  - "FIB_1M"
23172 #  layout:
23173 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23174 #    layout: "plot-latency"
23175
23176 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
23177 -
23178   type: "plot"
23179   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23180   algorithm: "plot_latency_error_bars"
23181   output-file-type: ".html"
23182   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23183   data: "plot-vpp-throughput-latency-2n-skx"
23184   filter: "'NIC_Intel-X710' and
23185            '64B' and
23186            'NDRPDR' and
23187            ('ETH' or 'DOT1Q') and
23188            'BASE' and
23189            '2T1C' and
23190            ('L2BDMACLRN' or 'L2XCFWD') and
23191            'VHOST_1024' and
23192            not 'VXLAN' and
23193            not 'NF_DENSITY' and
23194            not 'IP4FWD' and
23195            not '2VM'"
23196   parameters:
23197   - "latency"
23198   - "parent"
23199   - "tags"
23200 #  sort:
23201 #  - "not CFS_OPT"
23202 #  - "L2XCFWD"
23203 #  - "not CFS_OPT"
23204 #  - "CFS_OPT"
23205   layout:
23206     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23207     layout: "plot-latency"
23208
23209 -
23210   type: "plot"
23211   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23212   algorithm: "plot_latency_error_bars"
23213   output-file-type: ".html"
23214   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23215   data: "plot-vpp-throughput-latency-2n-skx"
23216   filter: "'NIC_Intel-X710' and
23217            '64B' and
23218            'NDRPDR' and
23219            ('ETH' or 'DOT1Q') and
23220            'BASE' and
23221            '4T2C' and
23222            ('L2BDMACLRN' or 'L2XCFWD') and
23223            'VHOST_1024' and
23224            not 'VXLAN' and
23225            not 'NF_DENSITY' and
23226            not 'IP4FWD' and
23227            not '2VM'"
23228   parameters:
23229   - "latency"
23230   - "parent"
23231   - "tags"
23232 #  sort:
23233 #  - "not CFS_OPT"
23234 #  - "L2XCFWD"
23235 #  - "not CFS_OPT"
23236 #  - "CFS_OPT"
23237   layout:
23238     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
23239     layout: "plot-latency"
23240
23241 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
23242 -
23243   type: "plot"
23244   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23245   algorithm: "plot_latency_error_bars"
23246   output-file-type: ".html"
23247   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23248   data: "plot-vpp-throughput-latency-2n-skx"
23249   filter: "'NIC_Intel-X710' and
23250            '64B' and
23251            'NDRPDR' and
23252            ('ETH' or 'DOT1Q') and
23253            '2T1C' and
23254            ('L2BDMACLRN' or 'L2XCFWD') and
23255            'VHOST_1024' and
23256            not 'CFS_OPT' and
23257            not 'VXLAN' and
23258            not 'NF_DENSITY' and
23259            not 'DOT1Q' and
23260            not 'IP4FWD'"
23261   parameters:
23262   - "latency"
23263   - "parent"
23264   - "tags"
23265 #  sort:
23266 #  - "1VM"
23267 #  - "L2XCFWD"
23268 #  - "1VM"
23269 #  - "L2BDMACLRN"
23270   layout:
23271     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23272     layout: "plot-latency"
23273
23274 -
23275   type: "plot"
23276   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23277   algorithm: "plot_latency_error_bars"
23278   output-file-type: ".html"
23279   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23280   data: "plot-vpp-throughput-latency-2n-skx"
23281   filter: "'NIC_Intel-X710' and
23282            '64B' and
23283            'NDRPDR' and
23284            ('ETH' or 'DOT1Q') and
23285            '4T2C' and
23286            ('L2BDMACLRN' or 'L2XCFWD') and
23287            'VHOST_1024' and
23288            not 'CFS_OPT' and
23289            not 'VXLAN' and
23290            not 'NF_DENSITY' and
23291            not 'DOT1Q' and
23292            not 'IP4FWD'"
23293   parameters:
23294   - "latency"
23295   - "parent"
23296   - "tags"
23297 #  sort:
23298 #  - "1VM"
23299 #  - "L2XCFWD"
23300 #  - "1VM"
23301 #  - "L2BDMACLRN"
23302   layout:
23303     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23304     layout: "plot-latency"
23305
23306 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23307 -
23308   type: "plot"
23309   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23310   algorithm: "plot_latency_error_bars"
23311   output-file-type: ".html"
23312   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23313   data: "plot-vpp-throughput-latency-2n-skx"
23314   filter: "'NIC_Intel-XXV710' and
23315            '64B' and
23316            'NDRPDR' and
23317            'ETH' and
23318            'IP4FWD' and
23319            '2T1C' and
23320            'VHOST_1024' and
23321            not 'VXLAN' and
23322            not 'CFS_OPT' and
23323            not 'DOT1Q'"
23324   parameters:
23325   - "latency"
23326   - "parent"
23327   - "tags"
23328   sort:
23329   - "not CFS_OPT"
23330   - "1VM"
23331   - "2VM"
23332   layout:
23333     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23334     layout: "plot-latency"
23335
23336 -
23337   type: "plot"
23338   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23339   algorithm: "plot_latency_error_bars"
23340   output-file-type: ".html"
23341   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23342   data: "plot-vpp-throughput-latency-2n-skx"
23343   filter: "'NIC_Intel-XXV710' and
23344            '64B' and
23345            'NDRPDR' and
23346            'ETH' and
23347            'IP4FWD' and
23348            '4T2C' and
23349            'VHOST_1024' and
23350            not 'VXLAN' and
23351            not 'CFS_OPT' and
23352            not 'DOT1Q'"
23353   parameters:
23354   - "latency"
23355   - "parent"
23356   - "tags"
23357   sort:
23358   - "not CFS_OPT"
23359   - "1VM"
23360   - "2VM"
23361   layout:
23362     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23363     layout: "plot-latency"
23364
23365 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23366 #-
23367 #  type: "plot"
23368 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23369 #  algorithm: "plot_latency_error_bars"
23370 #  output-file-type: ".html"
23371 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23372 #  data: "plot-vpp-throughput-latency-2n-skx"
23373 #  filter: "'NIC_Intel-XXV710' and
23374 #           '64B' and
23375 #           'NDRPDR' and
23376 #           ('ETH' or 'DOT1Q') and
23377 #           '2T1C' and
23378 #           'L2BDMACLRN' and
23379 #           'VHOST_1024' and
23380 #           not 'VXLAN' and
23381 #           not 'IP4FWD' and
23382 #           not '2VM'"
23383 #  parameters:
23384 #  - "latency"
23385 #  - "parent"
23386 #  - "tags"
23387 ##  sort:
23388 ##  - "VM"  # "not CFS_OPT"
23389 ##  - "CFS_OPT"
23390 ##  - "FIB_10K"
23391 ##  - "FIB_100K"
23392 ##  - "FIB_1M"
23393 #  layout:
23394 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23395 #    layout: "plot-latency"
23396 #
23397 #-
23398 #  type: "plot"
23399 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23400 #  algorithm: "plot_latency_error_bars"
23401 #  output-file-type: ".html"
23402 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23403 #  data: "plot-vpp-throughput-latency-2n-skx"
23404 #  filter: "'NIC_Intel-XXV710' and
23405 #           '64B' and
23406 #           'NDRPDR' and
23407 #           ('ETH' or 'DOT1Q') and
23408 #           '4T2C' and
23409 #           'L2BDMACLRN' and
23410 #           'VHOST_1024' and
23411 #           not 'VXLAN' and
23412 #           not 'IP4FWD' and
23413 #           not '2VM'"
23414 #  parameters:
23415 #  - "latency"
23416 #  - "parent"
23417 #  - "tags"
23418 ##  sort:
23419 ##  - "VM"  # "not CFS_OPT"
23420 ##  - "CFS_OPT"
23421 ##  - "FIB_10K"
23422 ##  - "FIB_100K"
23423 ##  - "FIB_1M"
23424 #  layout:
23425 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23426 #    layout: "plot-latency"
23427
23428 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23429 -
23430   type: "plot"
23431   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23432   algorithm: "plot_latency_error_bars"
23433   output-file-type: ".html"
23434   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23435   data: "plot-vpp-throughput-latency-2n-skx"
23436   filter: "'NIC_Intel-XXV710' and
23437            '64B' and
23438            'NDRPDR' and
23439            ('ETH' or 'DOT1Q') and
23440            'BASE' and
23441            '2T1C' and
23442            ('L2BDMACLRN' or 'L2XCFWD') and
23443            'VHOST_1024' and
23444            not 'VXLAN' and
23445            not 'IP4FWD' and
23446            not '2VM'"
23447   parameters:
23448   - "latency"
23449   - "parent"
23450   - "tags"
23451 #  sort:
23452 #  - "not CFS_OPT"
23453 #  - "L2XCFWD"
23454 #  - "not CFS_OPT"
23455 #  - "CFS_OPT"
23456   layout:
23457     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23458     layout: "plot-latency"
23459
23460 -
23461   type: "plot"
23462   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23463   algorithm: "plot_latency_error_bars"
23464   output-file-type: ".html"
23465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23466   data: "plot-vpp-throughput-latency-2n-skx"
23467   filter: "'NIC_Intel-XXV710' and
23468            '64B' and
23469            'NDRPDR' and
23470            ('ETH' or 'DOT1Q') and
23471            'BASE' and
23472            '4T2C' and
23473            ('L2BDMACLRN' or 'L2XCFWD') and
23474            'VHOST_1024' and
23475            not 'VXLAN' and
23476            not 'IP4FWD' and
23477            not '2VM'"
23478   parameters:
23479   - "latency"
23480   - "parent"
23481   - "tags"
23482 #  sort:
23483 #  - "not CFS_OPT"
23484 #  - "L2XCFWD"
23485 #  - "not CFS_OPT"
23486 #  - "CFS_OPT"
23487   layout:
23488     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23489     layout: "plot-latency"
23490
23491 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23492 -
23493   type: "plot"
23494   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23495   algorithm: "plot_latency_error_bars"
23496   output-file-type: ".html"
23497   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23498   data: "plot-vpp-throughput-latency-2n-skx"
23499   filter: "'NIC_Intel-XXV710' and
23500            '64B' and
23501            'NDRPDR' and
23502            ('ETH' or 'DOT1Q') and
23503            '2T1C' and
23504            ('L2BDMACLRN' or 'L2XCFWD') and
23505            'VHOST_1024' and
23506            not 'CFS_OPT' and
23507            not 'VXLAN' and
23508            not 'DOT1Q' and
23509            not 'IP4FWD'"
23510   parameters:
23511   - "latency"
23512   - "parent"
23513   - "tags"
23514 #  sort:
23515 #  - "1VM"
23516 #  - "L2XCFWD"
23517 #  - "1VM"
23518 #  - "L2BDMACLRN"
23519   layout:
23520     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
23521     layout: "plot-latency"
23522
23523 -
23524   type: "plot"
23525   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23526   algorithm: "plot_latency_error_bars"
23527   output-file-type: ".html"
23528   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23529   data: "plot-vpp-throughput-latency-2n-skx"
23530   filter: "'NIC_Intel-XXV710' and
23531            '64B' and
23532            'NDRPDR' and
23533            ('ETH' or 'DOT1Q') and
23534            '4T2C' and
23535            ('L2BDMACLRN' or 'L2XCFWD') and
23536            'VHOST_1024' and
23537            not 'CFS_OPT' and
23538            not 'VXLAN' and
23539            not 'DOT1Q' and
23540            not 'IP4FWD'"
23541   parameters:
23542   - "latency"
23543   - "parent"
23544   - "tags"
23545 #  sort:
23546 #  - "1VM"
23547 #  - "L2XCFWD"
23548 #  - "1VM"
23549 #  - "L2BDMACLRN"
23550   layout:
23551     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23552     layout: "plot-latency"
23553
23554 ################################################################################
23555
23556 # Packet Latency - VPP VTS 3n-hsw-x520
23557 -
23558   type: "plot"
23559   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23560   algorithm: "plot_latency_error_bars"
23561   output-file-type: ".html"
23562   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23563   data: "plot-vpp-throughput-latency-3n-hsw"
23564   filter: "'NIC_Intel-X520-DA2' and
23565            '114B' and
23566            'NDRPDR' and
23567            '1T1C' and
23568            'VTS'"
23569   parameters:
23570   - "latency"
23571   - "parent"
23572   - "tags"
23573   layout:
23574     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23575     layout: "plot-latency"
23576
23577 -
23578   type: "plot"
23579   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23580   algorithm: "plot_latency_error_bars"
23581   output-file-type: ".html"
23582   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23583   data: "plot-vpp-throughput-latency-3n-hsw"
23584   filter: "'NIC_Intel-X520-DA2' and
23585            '114B' and
23586            'NDRPDR' and
23587            '2T2C' and
23588            'VTS'"
23589   parameters:
23590   - "latency"
23591   - "parent"
23592   - "tags"
23593   layout:
23594     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23595     layout: "plot-latency"
23596
23597 ################################################################################
23598
23599 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23600 -
23601   type: "plot"
23602   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23603   algorithm: "plot_latency_error_bars"
23604   output-file-type: ".html"
23605   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23606   data: "plot-dpdk-throughput-latency-3n-hsw"
23607   filter: "'NIC_Intel-X520-DA2' and
23608            '64B' and
23609            'BASE' and
23610            'NDRPDR' and
23611            '1T1C' and
23612            'IP4FWD'"
23613   parameters:
23614   - "latency"
23615   - "parent"
23616   - "tags"
23617   layout:
23618     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23619     layout: "plot-latency"
23620
23621 -
23622   type: "plot"
23623   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23624   algorithm: "plot_latency_error_bars"
23625   output-file-type: ".html"
23626   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23627   data: "plot-dpdk-throughput-latency-3n-hsw"
23628   filter: "'NIC_Intel-X520-DA2' and
23629            '64B' and
23630            'BASE' and
23631            'NDRPDR' and
23632            '2T2C' and
23633            'IP4FWD'"
23634   parameters:
23635   - "latency"
23636   - "parent"
23637   - "tags"
23638   layout:
23639     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23640     layout: "plot-latency"
23641
23642 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23643 -
23644   type: "plot"
23645   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23646   algorithm: "plot_latency_error_bars"
23647   output-file-type: ".html"
23648   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23649   data: "plot-dpdk-throughput-latency-3n-hsw"
23650   filter: "'NIC_Intel-X710' and
23651            '64B' and
23652            'BASE' and
23653            'NDRPDR' and
23654            '1T1C' and
23655            'IP4FWD'"
23656   parameters:
23657   - "latency"
23658   - "parent"
23659   - "tags"
23660   layout:
23661     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23662     layout: "plot-latency"
23663
23664 -
23665   type: "plot"
23666   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23667   algorithm: "plot_latency_error_bars"
23668   output-file-type: ".html"
23669   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23670   data: "plot-dpdk-throughput-latency-3n-hsw"
23671   filter: "'NIC_Intel-X710' and
23672            '64B' and
23673            'BASE' and
23674            'NDRPDR' and
23675            '2T2C' and
23676            'IP4FWD'"
23677   parameters:
23678   - "latency"
23679   - "parent"
23680   - "tags"
23681   layout:
23682     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23683     layout: "plot-latency"
23684
23685 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23686 -
23687   type: "plot"
23688   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23689   algorithm: "plot_latency_error_bars"
23690   output-file-type: ".html"
23691   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23692   data: "plot-dpdk-throughput-latency-3n-hsw"
23693   filter: "'NIC_Intel-XL710' and
23694            '64B' and
23695            'BASE' and
23696            'NDRPDR' and
23697            '1T1C' and
23698            'IP4FWD'"
23699   parameters:
23700   - "latency"
23701   - "parent"
23702   - "tags"
23703   layout:
23704     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23705     layout: "plot-latency"
23706
23707 -
23708   type: "plot"
23709   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23710   algorithm: "plot_latency_error_bars"
23711   output-file-type: ".html"
23712   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23713   data: "plot-dpdk-throughput-latency-3n-hsw"
23714   filter: "'NIC_Intel-XL710' and
23715            '64B' and
23716            'BASE' and
23717            'NDRPDR' and
23718            '2T2C' and
23719            'IP4FWD'"
23720   parameters:
23721   - "latency"
23722   - "parent"
23723   - "tags"
23724   layout:
23725     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23726     layout: "plot-latency"
23727
23728 # Packet Latency - DPDK l3fwd 3n-skx-x710
23729 -
23730   type: "plot"
23731   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23732   algorithm: "plot_latency_error_bars"
23733   output-file-type: ".html"
23734   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23735   data: "plot-dpdk-throughput-latency-3n-skx"
23736   filter: "'NIC_Intel-X710' and
23737            '64B' and
23738            'BASE' and
23739            'NDRPDR' and
23740            '2T1C' and
23741            'IP4FWD'"
23742   parameters:
23743   - "latency"
23744   - "parent"
23745   - "tags"
23746   layout:
23747     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23748     layout: "plot-latency"
23749
23750 -
23751   type: "plot"
23752   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23753   algorithm: "plot_latency_error_bars"
23754   output-file-type: ".html"
23755   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23756   data: "plot-dpdk-throughput-latency-3n-skx"
23757   filter: "'NIC_Intel-X710' and
23758            '64B' and
23759            'BASE' and
23760            'NDRPDR' and
23761            '4T2C' and
23762            'IP4FWD'"
23763   parameters:
23764   - "latency"
23765   - "parent"
23766   - "tags"
23767   layout:
23768     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23769     layout: "plot-latency"
23770
23771 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23772 -
23773   type: "plot"
23774   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23775   algorithm: "plot_latency_error_bars"
23776   output-file-type: ".html"
23777   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23778   data: "plot-dpdk-throughput-latency-3n-skx"
23779   filter: "'NIC_Intel-XXV710' and
23780            '64B' and
23781            'BASE' and
23782            'NDRPDR' and
23783            '2T1C' and
23784            'IP4FWD'"
23785   parameters:
23786   - "latency"
23787   - "parent"
23788   - "tags"
23789   layout:
23790     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23791     layout: "plot-latency"
23792
23793 -
23794   type: "plot"
23795   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23796   algorithm: "plot_latency_error_bars"
23797   output-file-type: ".html"
23798   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23799   data: "plot-dpdk-throughput-latency-3n-skx"
23800   filter: "'NIC_Intel-XXV710' and
23801            '64B' and
23802            'BASE' and
23803            'NDRPDR' and
23804            '4T2C' and
23805            'IP4FWD'"
23806   parameters:
23807   - "latency"
23808   - "parent"
23809   - "tags"
23810   layout:
23811     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23812     layout: "plot-latency"
23813
23814 # Packet Latency - DPDK l3fwd 2n-skx-x710
23815 -
23816   type: "plot"
23817   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23818   algorithm: "plot_latency_error_bars"
23819   output-file-type: ".html"
23820   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23821   data: "plot-dpdk-throughput-latency-2n-skx"
23822   filter: "'NIC_Intel-X710' and
23823            '64B' and
23824            'BASE' and
23825            'NDRPDR' and
23826            '2T1C' and
23827            'IP4FWD'"
23828   parameters:
23829   - "latency"
23830   - "parent"
23831   - "tags"
23832   layout:
23833     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23834     layout: "plot-latency"
23835
23836 -
23837   type: "plot"
23838   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23839   algorithm: "plot_latency_error_bars"
23840   output-file-type: ".html"
23841   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23842   data: "plot-dpdk-throughput-latency-2n-skx"
23843   filter: "'NIC_Intel-X710' and
23844            '64B' and
23845            'BASE' and
23846            'NDRPDR' and
23847            '4T2C' and
23848            'IP4FWD'"
23849   parameters:
23850   - "latency"
23851   - "parent"
23852   - "tags"
23853   layout:
23854     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23855     layout: "plot-latency"
23856
23857 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23858 -
23859   type: "plot"
23860   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23861   algorithm: "plot_latency_error_bars"
23862   output-file-type: ".html"
23863   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23864   data: "plot-dpdk-throughput-latency-2n-skx"
23865   filter: "'NIC_Intel-XXV710' and
23866            '64B' and
23867            'BASE' and
23868            'NDRPDR' and
23869            '2T1C' and
23870            'IP4FWD'"
23871   parameters:
23872   - "latency"
23873   - "parent"
23874   - "tags"
23875   layout:
23876     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23877     layout: "plot-latency"
23878
23879 -
23880   type: "plot"
23881   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23882   algorithm: "plot_latency_error_bars"
23883   output-file-type: ".html"
23884   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23885   data: "plot-dpdk-throughput-latency-2n-skx"
23886   filter: "'NIC_Intel-XXV710' and
23887            '64B' and
23888            'BASE' and
23889            'NDRPDR' and
23890            '4T2C' and
23891            'IP4FWD'"
23892   parameters:
23893   - "latency"
23894   - "parent"
23895   - "tags"
23896   layout:
23897     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23898     layout: "plot-latency"
23899
23900 ################################################################################
23901
23902 # Packet Latency - DPDK testpmd 3n-hsw-x520
23903 -
23904   type: "plot"
23905   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23906   algorithm: "plot_latency_error_bars"
23907   output-file-type: ".html"
23908   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23909   data: "plot-dpdk-throughput-latency-3n-hsw"
23910   filter: "'NIC_Intel-X520-DA2' and
23911            '64B' and
23912            'BASE' and
23913            'NDRPDR' and
23914            '1T1C' and
23915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23916   parameters:
23917   - "latency"
23918   - "parent"
23919   - "tags"
23920   layout:
23921     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23922     layout: "plot-latency"
23923
23924 -
23925   type: "plot"
23926   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23927   algorithm: "plot_latency_error_bars"
23928   output-file-type: ".html"
23929   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23930   data: "plot-dpdk-throughput-latency-3n-hsw"
23931   filter: "'NIC_Intel-X520-DA2' and
23932            '64B' and
23933            'BASE' and
23934            'NDRPDR' and
23935            '2T2C' and
23936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23937   parameters:
23938   - "latency"
23939   - "parent"
23940   - "tags"
23941   layout:
23942     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23943     layout: "plot-latency"
23944
23945 # Packet Latency - DPDK testpmd 3n-hsw-x710
23946 -
23947   type: "plot"
23948   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23949   algorithm: "plot_latency_error_bars"
23950   output-file-type: ".html"
23951   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23952   data: "plot-dpdk-throughput-latency-3n-hsw"
23953   filter: "'NIC_Intel-X710' and
23954            '64B' and
23955            'BASE' and
23956            'NDRPDR' and
23957            '1T1C' and
23958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23959   parameters:
23960   - "latency"
23961   - "parent"
23962   - "tags"
23963   layout:
23964     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23965     layout: "plot-latency"
23966
23967 -
23968   type: "plot"
23969   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23970   algorithm: "plot_latency_error_bars"
23971   output-file-type: ".html"
23972   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23973   data: "plot-dpdk-throughput-latency-3n-hsw"
23974   filter: "'NIC_Intel-X710' and
23975            '64B' and
23976            'BASE' and
23977            'NDRPDR' and
23978            '2T2C' and
23979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23980   parameters:
23981   - "latency"
23982   - "parent"
23983   - "tags"
23984   layout:
23985     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23986     layout: "plot-latency"
23987
23988 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23989 -
23990   type: "plot"
23991   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23992   algorithm: "plot_latency_error_bars"
23993   output-file-type: ".html"
23994   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23995   data: "plot-dpdk-throughput-latency-3n-hsw"
23996   filter: "'NIC_Intel-XL710' and
23997            '64B' and
23998            'BASE' and
23999            'NDRPDR' and
24000            '1T1C' and
24001            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24002   parameters:
24003   - "latency"
24004   - "parent"
24005   - "tags"
24006   layout:
24007     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
24008     layout: "plot-latency"
24009
24010 -
24011   type: "plot"
24012   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24013   algorithm: "plot_latency_error_bars"
24014   output-file-type: ".html"
24015   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24016   data: "plot-dpdk-throughput-latency-3n-hsw"
24017   filter: "'NIC_Intel-XL710' and
24018            '64B' and
24019            'BASE' and
24020            'NDRPDR' and
24021            '2T2C' and
24022            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24023   parameters:
24024   - "latency"
24025   - "parent"
24026   - "tags"
24027   layout:
24028     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
24029     layout: "plot-latency"
24030
24031 # Packet Latency - DPDK testpmd 3n-skx-x710
24032 -
24033   type: "plot"
24034   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24035   algorithm: "plot_latency_error_bars"
24036   output-file-type: ".html"
24037   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24038   data: "plot-dpdk-throughput-latency-3n-skx"
24039   filter: "'NIC_Intel-X710' and
24040            '64B' and
24041            'BASE' and
24042            'NDRPDR' and
24043            '2T1C' and
24044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24045   parameters:
24046   - "latency"
24047   - "parent"
24048   - "tags"
24049   layout:
24050     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
24051     layout: "plot-latency"
24052
24053 -
24054   type: "plot"
24055   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24056   algorithm: "plot_latency_error_bars"
24057   output-file-type: ".html"
24058   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24059   data: "plot-dpdk-throughput-latency-3n-skx"
24060   filter: "'NIC_Intel-X710' and
24061            '64B' and
24062            'BASE' and
24063            'NDRPDR' and
24064            '4T2C' and
24065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24066   parameters:
24067   - "latency"
24068   - "parent"
24069   - "tags"
24070   layout:
24071     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
24072     layout: "plot-latency"
24073
24074 # Packet Latency - DPDK testpmd 3n-skx-xxv710
24075 -
24076   type: "plot"
24077   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24078   algorithm: "plot_latency_error_bars"
24079   output-file-type: ".html"
24080   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24081   data: "plot-dpdk-throughput-latency-3n-skx"
24082   filter: "'NIC_Intel-XXV710' and
24083            '64B' and
24084            'BASE' and
24085            'NDRPDR' and
24086            '2T1C' and
24087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24088   parameters:
24089   - "latency"
24090   - "parent"
24091   - "tags"
24092   layout:
24093     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
24094     layout: "plot-latency"
24095
24096 -
24097   type: "plot"
24098   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24099   algorithm: "plot_latency_error_bars"
24100   output-file-type: ".html"
24101   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24102   data: "plot-dpdk-throughput-latency-3n-skx"
24103   filter: "'NIC_Intel-XXV710' and
24104            '64B' and
24105            'BASE' and
24106            'NDRPDR' and
24107            '4T2C' and
24108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24109   parameters:
24110   - "latency"
24111   - "parent"
24112   - "tags"
24113   layout:
24114     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
24115     layout: "plot-latency"
24116
24117 # Packet Latency - DPDK testpmd 2n-skx-x710
24118 -
24119   type: "plot"
24120   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24121   algorithm: "plot_latency_error_bars"
24122   output-file-type: ".html"
24123   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24124   data: "plot-dpdk-throughput-latency-2n-skx"
24125   filter: "'NIC_Intel-X710' and
24126            '64B' and
24127            'BASE' and
24128            'NDRPDR' and
24129            '2T1C' and
24130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24131   parameters:
24132   - "latency"
24133   - "parent"
24134   - "tags"
24135   layout:
24136     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
24137     layout: "plot-latency"
24138
24139 -
24140   type: "plot"
24141   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24142   algorithm: "plot_latency_error_bars"
24143   output-file-type: ".html"
24144   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24145   data: "plot-dpdk-throughput-latency-2n-skx"
24146   filter: "'NIC_Intel-X710' and
24147            '64B' and
24148            'BASE' and
24149            'NDRPDR' and
24150            '4T2C' and
24151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24152   parameters:
24153   - "latency"
24154   - "parent"
24155   - "tags"
24156   layout:
24157     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
24158     layout: "plot-latency"
24159
24160 # Packet Latency - DPDK testpmd 2n-skx-xxv710
24161 -
24162   type: "plot"
24163   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24164   algorithm: "plot_latency_error_bars"
24165   output-file-type: ".html"
24166   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24167   data: "plot-dpdk-throughput-latency-2n-skx"
24168   filter: "'NIC_Intel-XXV710' and
24169            '64B' and
24170            'BASE' and
24171            'NDRPDR' and
24172            '2T1C' and
24173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24174   parameters:
24175   - "latency"
24176   - "parent"
24177   - "tags"
24178   layout:
24179     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
24180     layout: "plot-latency"
24181
24182 -
24183   type: "plot"
24184   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24185   algorithm: "plot_latency_error_bars"
24186   output-file-type: ".html"
24187   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24188   data: "plot-dpdk-throughput-latency-2n-skx"
24189   filter: "'NIC_Intel-XXV710' and
24190            '64B' and
24191            'BASE' and
24192            'NDRPDR' and
24193            '4T2C' and
24194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24195   parameters:
24196   - "latency"
24197   - "parent"
24198   - "tags"
24199   layout:
24200     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24201     layout: "plot-latency"
24202
24203 ################################################################################
24204
24205 # Speedup - VPP Container Memif 3n-hsw-x520
24206 -
24207   type: "plot"
24208   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24209   algorithm: "plot_throughput_speedup_analysis"
24210   output-file-type: ".html"
24211   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24212   data: "plot-throughput-speedup-analysis-3n-hsw"
24213   filter: "'NIC_Intel-X520-DA2' and
24214            '64B' and
24215            ('BASE' or 'SCALE') and
24216            'NDRPDR' and
24217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
24218            not 'VHOST' and
24219            'MEMIF'"
24220   parameters:
24221   - "throughput"
24222   - "parent"
24223   - "tags"
24224   sort:
24225   - "L2XCFWD"
24226   - "L2XCFWD"
24227   - "L2XCFWD"
24228   - "L2BDMACLRN"
24229   - "L2BDMACLRN"
24230   - "L2BDMACLRN"
24231   - "IP4FWD"
24232   layout:
24233     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
24234     layout: "plot-throughput-speedup-analysis"
24235
24236 -
24237   type: "plot"
24238   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24239   algorithm: "plot_throughput_speedup_analysis"
24240   output-file-type: ".html"
24241   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24242   data: "plot-throughput-speedup-analysis-3n-hsw"
24243   filter: "'NIC_Intel-X520-DA2' and
24244            '64B' and
24245            ('BASE' or 'SCALE') and
24246            'NDRPDR' and
24247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
24248            not 'VHOST' and
24249            'MEMIF'"
24250   parameters:
24251   - "throughput"
24252   - "parent"
24253   - "tags"
24254   sort:
24255   - "L2XCFWD"
24256   - "L2XCFWD"
24257   - "L2XCFWD"
24258   - "L2BDMACLRN"
24259   - "L2BDMACLRN"
24260   - "L2BDMACLRN"
24261   - "IP4FWD"
24262   layout:
24263     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
24264     layout: "plot-throughput-speedup-analysis"
24265
24266 # Speedup - VPP Container Memif 3n-hsw-x710
24267 -
24268   type: "plot"
24269   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24270   algorithm: "plot_throughput_speedup_analysis"
24271   output-file-type: ".html"
24272   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24273   data: "plot-throughput-speedup-analysis-3n-hsw"
24274   filter: "'NIC_Intel-X710' and
24275            '64B' and
24276            ('BASE' or 'SCALE') and
24277            'NDRPDR' and
24278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
24279            not 'VHOST' and
24280            'MEMIF'"
24281   parameters:
24282   - "throughput"
24283   - "parent"
24284   - "tags"
24285   sort:
24286   - "L2XCFWD"
24287   - "L2XCFWD"
24288   - "L2XCFWD"
24289   - "L2BDMACLRN"
24290   - "L2BDMACLRN"
24291   - "L2BDMACLRN"
24292   - "IP4FWD"
24293   layout:
24294     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
24295     layout: "plot-throughput-speedup-analysis"
24296
24297 -
24298   type: "plot"
24299   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24300   algorithm: "plot_throughput_speedup_analysis"
24301   output-file-type: ".html"
24302   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24303   data: "plot-throughput-speedup-analysis-3n-hsw"
24304   filter: "'NIC_Intel-X710' and
24305            '64B' and
24306            ('BASE' or 'SCALE') and
24307            'NDRPDR' and
24308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
24309            not 'VHOST' and
24310            'MEMIF'"
24311   parameters:
24312   - "throughput"
24313   - "parent"
24314   - "tags"
24315   sort:
24316   - "L2XCFWD"
24317   - "L2XCFWD"
24318   - "L2XCFWD"
24319   - "L2BDMACLRN"
24320   - "L2BDMACLRN"
24321   - "L2BDMACLRN"
24322   - "IP4FWD"
24323   layout:
24324     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
24325     layout: "plot-throughput-speedup-analysis"
24326
24327 # Speedup - VPP Container Memif 3n-hsw-xl710
24328 -
24329   type: "plot"
24330   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
24331   algorithm: "plot_throughput_speedup_analysis"
24332   output-file-type: ".html"
24333   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
24334   data: "plot-throughput-speedup-analysis-3n-hsw"
24335   filter: "'NIC_Intel-XL710' and
24336            '64B' and
24337            ('BASE' or 'SCALE') and
24338            'NDRPDR' and
24339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') 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   - "IP4FWD"
24354   layout:
24355     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
24356     layout: "plot-throughput-speedup-analysis"
24357
24358 -
24359   type: "plot"
24360   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
24361   algorithm: "plot_throughput_speedup_analysis"
24362   output-file-type: ".html"
24363   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
24364   data: "plot-throughput-speedup-analysis-3n-hsw"
24365   filter: "'NIC_Intel-XL710' and
24366            '64B' and
24367            ('BASE' or 'SCALE') and
24368            'NDRPDR' and
24369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
24370            not 'VHOST' and
24371            'MEMIF'"
24372   parameters:
24373   - "throughput"
24374   - "parent"
24375   - "tags"
24376   sort:
24377   - "L2XCFWD"
24378   - "L2XCFWD"
24379   - "L2XCFWD"
24380   - "L2BDMACLRN"
24381   - "L2BDMACLRN"
24382   - "L2BDMACLRN"
24383   - "IP4FWD"
24384   layout:
24385     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
24386     layout: "plot-throughput-speedup-analysis"
24387
24388 # Speedup - VPP Container Memif 3n-skx-x710
24389 -
24390   type: "plot"
24391   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
24392   algorithm: "plot_throughput_speedup_analysis"
24393   output-file-type: ".html"
24394   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
24395   data: "plot-throughput-speedup-analysis-3n-skx"
24396   filter: "'NIC_Intel-X710' and
24397            '64B' and
24398            ('BASE' or 'SCALE') and
24399            'NDRPDR' and
24400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
24401            not 'VHOST' and
24402            'MEMIF'"
24403   parameters:
24404   - "throughput"
24405   - "parent"
24406   - "tags"
24407   sort:
24408   - "L2XCFWD"
24409   - "L2XCFWD"
24410   - "L2XCFWD"
24411   - "L2BDMACLRN"
24412   - "L2BDMACLRN"
24413   - "L2BDMACLRN"
24414   - "IP4FWD"
24415   layout:
24416     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
24417     layout: "plot-throughput-speedup-analysis"
24418
24419 -
24420   type: "plot"
24421   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
24422   algorithm: "plot_throughput_speedup_analysis"
24423   output-file-type: ".html"
24424   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
24425   data: "plot-throughput-speedup-analysis-3n-skx"
24426   filter: "'NIC_Intel-X710' and
24427            '64B' and
24428            ('BASE' or 'SCALE') and
24429            'NDRPDR' and
24430            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
24431            not 'VHOST' and
24432            'MEMIF'"
24433   parameters:
24434   - "throughput"
24435   - "parent"
24436   - "tags"
24437   sort:
24438   - "L2XCFWD"
24439   - "L2XCFWD"
24440   - "L2XCFWD"
24441   - "L2BDMACLRN"
24442   - "L2BDMACLRN"
24443   - "L2BDMACLRN"
24444   - "IP4FWD"
24445   layout:
24446     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
24447     layout: "plot-throughput-speedup-analysis"
24448
24449 # Speedup - VPP Container Memif 2n-skx-x710
24450 -
24451   type: "plot"
24452   title: "Speedup: memif-2n-skx-x710-64b-base-ndr-tsa"
24453   algorithm: "plot_throughput_speedup_analysis"
24454   output-file-type: ".html"
24455   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base-ndr-tsa"
24456   data: "plot-throughput-speedup-analysis-2n-skx"
24457   filter: "'NIC_Intel-X710' and
24458            '64B' and
24459            ('BASE' or 'SCALE') and
24460            'NDRPDR' and
24461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
24462            not 'VHOST' and
24463            not 'NF_DENSITY' and
24464            'MEMIF'"
24465   parameters:
24466   - "throughput"
24467   - "parent"
24468   - "tags"
24469   sort:
24470   - "L2XCFWD"
24471   - "L2XCFWD"
24472   - "L2XCFWD"
24473   - "L2BDMACLRN"
24474   - "L2BDMACLRN"
24475   - "L2BDMACLRN"
24476   - "IP4FWD"
24477   layout:
24478     title: "memif-2n-skx-x710-64b-base-ndr"
24479     layout: "plot-throughput-speedup-analysis"
24480
24481 -
24482   type: "plot"
24483   title: "Speedup: memif-2n-skx-x710-64b-base-pdr-tsa"
24484   algorithm: "plot_throughput_speedup_analysis"
24485   output-file-type: ".html"
24486   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base-pdr-tsa"
24487   data: "plot-throughput-speedup-analysis-2n-skx"
24488   filter: "'NIC_Intel-X710' and
24489            '64B' and
24490            ('BASE' or 'SCALE') and
24491            'NDRPDR' and
24492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
24493            not 'VHOST' and
24494            not 'NF_DENSITY' and
24495            'MEMIF'"
24496   parameters:
24497   - "throughput"
24498   - "parent"
24499   - "tags"
24500   sort:
24501   - "L2XCFWD"
24502   - "L2XCFWD"
24503   - "L2XCFWD"
24504   - "L2BDMACLRN"
24505   - "L2BDMACLRN"
24506   - "L2BDMACLRN"
24507   - "IP4FWD"
24508   layout:
24509     title: "memif-2n-skx-x710-64b-base-pdr"
24510     layout: "plot-throughput-speedup-analysis"
24511
24512 # Speedup - VPP Container Memif 2n-skx-xxv710
24513 -
24514   type: "plot"
24515   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
24516   algorithm: "plot_throughput_speedup_analysis"
24517   output-file-type: ".html"
24518   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
24519   data: "plot-throughput-speedup-analysis-2n-skx"
24520   filter: "'NIC_Intel-XXV710' and
24521            '64B' and
24522            ('BASE' or 'SCALE') and
24523            'NDRPDR' and
24524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
24525            not 'VHOST' and
24526            'MEMIF'"
24527   parameters:
24528   - "throughput"
24529   - "parent"
24530   - "tags"
24531   sort:
24532   - "L2XCFWD"
24533   - "L2XCFWD"
24534   - "L2XCFWD"
24535   - "L2BDMACLRN"
24536   - "L2BDMACLRN"
24537   - "L2BDMACLRN"
24538   - "IP4FWD"
24539   layout:
24540     title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
24541     layout: "plot-throughput-speedup-analysis"
24542
24543 -
24544   type: "plot"
24545   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
24546   algorithm: "plot_throughput_speedup_analysis"
24547   output-file-type: ".html"
24548   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
24549   data: "plot-throughput-speedup-analysis-2n-skx"
24550   filter: "'NIC_Intel-XXV710' and
24551            '64B' and
24552            ('BASE' or 'SCALE') and
24553            'NDRPDR' and
24554            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
24555            not 'VHOST' and
24556            'MEMIF'"
24557   parameters:
24558   - "throughput"
24559   - "parent"
24560   - "tags"
24561   sort:
24562   - "L2XCFWD"
24563   - "L2XCFWD"
24564   - "L2XCFWD"
24565   - "L2BDMACLRN"
24566   - "L2BDMACLRN"
24567   - "L2BDMACLRN"
24568   - "IP4FWD"
24569   layout:
24570     title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
24571     layout: "plot-throughput-speedup-analysis"
24572
24573 ################################################################################
24574
24575 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24576 -
24577   type: "plot"
24578   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24579   algorithm: "plot_throughput_speedup_analysis"
24580   output-file-type: ".html"
24581   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24582   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24583   filter: "'NIC_Intel-X520-DA2' and
24584            '64B' and
24585            ('BASE' or 'SCALE') and
24586            'NDRPDR' and
24587            'L2XCFWD' and
24588            not 'VHOST' and
24589            not 'NF_DENSITY' and
24590            'MEMIF'"
24591   parameters:
24592   - "throughput"
24593   - "parent"
24594   - "tags"
24595   sort:
24596   - "1VNF"
24597   - "2VNF"
24598   - "4VNF"
24599   - "2VNF"
24600   - "4VNF"
24601   layout:
24602     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24603     layout: "plot-throughput-speedup-analysis"
24604
24605 -
24606   type: "plot"
24607   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24608   algorithm: "plot_throughput_speedup_analysis"
24609   output-file-type: ".html"
24610   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24611   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24612   filter: "'NIC_Intel-X520-DA2' and
24613            '64B' and
24614            ('BASE' or 'SCALE') and
24615            'NDRPDR' and
24616            'L2XCFWD' and
24617            not 'VHOST' and
24618            not 'NF_DENSITY' and
24619            'MEMIF'"
24620   parameters:
24621   - "throughput"
24622   - "parent"
24623   - "tags"
24624   sort:
24625   - "1VNF"
24626   - "2VNF"
24627   - "4VNF"
24628   - "2VNF"
24629   - "4VNF"
24630   layout:
24631     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24632     layout: "plot-throughput-speedup-analysis"
24633
24634 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24635 -
24636   type: "plot"
24637   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24638   algorithm: "plot_throughput_speedup_analysis"
24639   output-file-type: ".html"
24640   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24641   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24642   filter: "'NIC_Intel-X520-DA2' and
24643            '64B' and
24644            ('BASE' or 'SCALE') and
24645            'NDRPDR' and
24646            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24647            not 'VHOST' and
24648            not 'NF_DENSITY' and
24649            'MEMIF'"
24650   parameters:
24651   - "throughput"
24652   - "parent"
24653   - "tags"
24654   sort:
24655   - "1VNF"
24656   - "2VNF"
24657   - "4VNF"
24658   - "2VNF"
24659   - "4VNF"
24660   layout:
24661     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24662     layout: "plot-throughput-speedup-analysis"
24663
24664 -
24665   type: "plot"
24666   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24667   algorithm: "plot_throughput_speedup_analysis"
24668   output-file-type: ".html"
24669   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24670   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24671   filter: "'NIC_Intel-X520-DA2' and
24672            '64B' and
24673            ('BASE' or 'SCALE') and
24674            'NDRPDR' and
24675            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24676            not 'VHOST' and
24677            not 'NF_DENSITY' and
24678            'MEMIF'"
24679   parameters:
24680   - "throughput"
24681   - "parent"
24682   - "tags"
24683   sort:
24684   - "1VNF"
24685   - "2VNF"
24686   - "4VNF"
24687   - "2VNF"
24688   - "4VNF"
24689   layout:
24690     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24691     layout: "plot-throughput-speedup-analysis"
24692
24693 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24694 -
24695   type: "plot"
24696   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24697   algorithm: "plot_throughput_speedup_analysis"
24698   output-file-type: ".html"
24699   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24700   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24701   filter: "'NIC_Intel-X710' and
24702            '64B' and
24703            ('BASE' or 'SCALE') and
24704            'NDRPDR' and
24705            'L2XCFWD' and
24706            not 'VHOST' and
24707            not 'NF_DENSITY' and
24708            'MEMIF'"
24709   parameters:
24710   - "throughput"
24711   - "parent"
24712   - "tags"
24713   sort:
24714   - "1VNF"
24715   - "2VNF"
24716   - "4VNF"
24717   - "2VNF"
24718   - "4VNF"
24719   layout:
24720     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24721     layout: "plot-throughput-speedup-analysis"
24722
24723 -
24724   type: "plot"
24725   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24726   algorithm: "plot_throughput_speedup_analysis"
24727   output-file-type: ".html"
24728   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24729   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24730   filter: "'NIC_Intel-X710' and
24731            '64B' and
24732            ('BASE' or 'SCALE') and
24733            'NDRPDR' and
24734            'L2XCFWD' and
24735            not 'VHOST' and
24736            not 'NF_DENSITY' and
24737            'MEMIF'"
24738   parameters:
24739   - "throughput"
24740   - "parent"
24741   - "tags"
24742   sort:
24743   - "1VNF"
24744   - "2VNF"
24745   - "4VNF"
24746   - "2VNF"
24747   - "4VNF"
24748   layout:
24749     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24750     layout: "plot-throughput-speedup-analysis"
24751
24752 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24753 -
24754   type: "plot"
24755   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24756   algorithm: "plot_throughput_speedup_analysis"
24757   output-file-type: ".html"
24758   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24759   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24760   filter: "'NIC_Intel-X710' and
24761            '64B' and
24762            ('BASE' or 'SCALE') and
24763            'NDRPDR' and
24764            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24765            not 'VHOST' and
24766            not 'NF_DENSITY' and
24767            'MEMIF'"
24768   parameters:
24769   - "throughput"
24770   - "parent"
24771   - "tags"
24772   sort:
24773   - "1VNF"
24774   - "2VNF"
24775   - "4VNF"
24776   - "2VNF"
24777   - "4VNF"
24778   layout:
24779     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24780     layout: "plot-throughput-speedup-analysis"
24781
24782 -
24783   type: "plot"
24784   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24785   algorithm: "plot_throughput_speedup_analysis"
24786   output-file-type: ".html"
24787   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24788   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24789   filter: "'NIC_Intel-X710' and
24790            '64B' and
24791            ('BASE' or 'SCALE') and
24792            'NDRPDR' and
24793            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24794            not 'VHOST' and
24795            not 'NF_DENSITY' and
24796            'MEMIF'"
24797   parameters:
24798   - "throughput"
24799   - "parent"
24800   - "tags"
24801   sort:
24802   - "1VNF"
24803   - "2VNF"
24804   - "4VNF"
24805   - "2VNF"
24806   - "4VNF"
24807   layout:
24808     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24809     layout: "plot-throughput-speedup-analysis"
24810
24811 ################################################################################
24812
24813 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24814 -
24815   type: "plot"
24816   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24817   algorithm: "plot_throughput_speedup_analysis"
24818   output-file-type: ".html"
24819   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24820   data: "plot-throughput-speedup-analysis-3n-hsw"
24821   filter: "'NIC_Intel-X520-DA2' and
24822            '64B' and
24823            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24824            'NDRPDR' and
24825            'IP4FWD' and
24826            not 'IPSEC' and
24827            not 'DOT1Q' and
24828            not 'VHOST'"
24829   parameters:
24830   - "throughput"
24831   - "parent"
24832   - "tags"
24833   sort:
24834   - "DOT1Q"
24835   - "IP4BASE"
24836   - "FIB_20k"
24837   - "FIB_200k"
24838   - "FIB_2M"
24839   layout:
24840     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24841     layout: "plot-throughput-speedup-analysis"
24842
24843 -
24844   type: "plot"
24845   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24846   algorithm: "plot_throughput_speedup_analysis"
24847   output-file-type: ".html"
24848   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24849   data: "plot-throughput-speedup-analysis-3n-hsw"
24850   filter: "'NIC_Intel-X520-DA2' and
24851            '64B' and
24852            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24853            'NDRPDR' and
24854            'IP4FWD' and
24855            not 'IPSEC' and
24856            not 'DOT1Q' and
24857            not 'VHOST'"
24858   parameters:
24859   - "throughput"
24860   - "parent"
24861   - "tags"
24862   sort:
24863   - "DOT1Q"
24864   - "IP4BASE"
24865   - "FIB_20k"
24866   - "FIB_200k"
24867   - "FIB_2M"
24868   layout:
24869     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24870     layout: "plot-throughput-speedup-analysis"
24871
24872 # Speedup - VPP IPv4 3n-hsw-x520 features
24873 -
24874   type: "plot"
24875   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24876   algorithm: "plot_throughput_speedup_analysis"
24877   output-file-type: ".html"
24878   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24879   data: "plot-throughput-speedup-analysis-3n-hsw"
24880   filter: "'NIC_Intel-X520-DA2' and
24881            '64B' and
24882            ('IP4BASE' or
24883             'POLICE_MARK' or
24884             'COPWHLIST' or
24885             ('NAT44' and 'BASE') or
24886             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24887            'NDRPDR' and
24888            'IP4FWD' and
24889            not 'IPSEC' and
24890            not 'VHOST'"
24891   parameters:
24892   - "throughput"
24893   - "parent"
24894   - "tags"
24895   sort:
24896   - "DOT1Q"
24897   - "IP4BASE"
24898   - "NAT44"
24899   - "POLICE_MARK"
24900   - "COPWHLIST"
24901   - "IACL"
24902   - "OACL"
24903   layout:
24904     title: "ip4-3n-hsw-x520-64b-features-ndr"
24905     layout: "plot-throughput-speedup-analysis"
24906
24907 -
24908   type: "plot"
24909   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24910   algorithm: "plot_throughput_speedup_analysis"
24911   output-file-type: ".html"
24912   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24913   data: "plot-throughput-speedup-analysis-3n-hsw"
24914   filter: "'NIC_Intel-X520-DA2' and
24915            '64B' and
24916            ('IP4BASE' or
24917             'POLICE_MARK' or
24918             'COPWHLIST' or
24919             ('NAT44' and 'BASE') or
24920             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24921            'NDRPDR' and
24922            'IP4FWD' and
24923            not 'IPSEC' and
24924            not 'VHOST'"
24925   parameters:
24926   - "throughput"
24927   - "parent"
24928   - "tags"
24929   sort:
24930   - "DOT1Q"
24931   - "IP4BASE"
24932   - "NAT44"
24933   - "POLICE_MARK"
24934   - "COPWHLIST"
24935   - "IACL"
24936   - "OACL"
24937   layout:
24938     title: "ip4-3n-hsw-x520-64b-features-pdr"
24939     layout: "plot-throughput-speedup-analysis"
24940
24941 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24942 -
24943   type: "plot"
24944   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24945   algorithm: "plot_throughput_speedup_analysis"
24946   output-file-type: ".html"
24947   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24948   data: "plot-throughput-speedup-analysis-3n-hsw"
24949   filter: "'NIC_Intel-X520-DA2' and
24950            '64B' and
24951            'NDRPDR' and
24952            'IP4FWD' and
24953            ('NAT44' or 'IP4BASE') and
24954            not 'DOT1Q' and
24955            not 'IPSEC' and
24956            not 'VHOST'"
24957   parameters:
24958   - "throughput"
24959   - "parent"
24960   - "tags"
24961   sort:
24962   - "IP4BASE"
24963   - "BASE"
24964   - "SRC_USER_10"
24965   - "SRC_USER_100"
24966   - "SRC_USER_1000"
24967   - "SRC_USER_2000"
24968   layout:
24969     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24970     layout: "plot-throughput-speedup-analysis"
24971
24972 -
24973   type: "plot"
24974   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24975   algorithm: "plot_throughput_speedup_analysis"
24976   output-file-type: ".html"
24977   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24978   data: "plot-throughput-speedup-analysis-3n-hsw"
24979   filter: "'NIC_Intel-X520-DA2' and
24980            '64B' and
24981            'NDRPDR' and
24982            'IP4FWD' and
24983            ('NAT44' or 'IP4BASE') and
24984            not 'DOT1Q' and
24985            not 'IPSEC' and
24986            not 'VHOST'"
24987   parameters:
24988   - "throughput"
24989   - "parent"
24990   - "tags"
24991   sort:
24992   - "IP4BASE"
24993   - "BASE"
24994   - "SRC_USER_10"
24995   - "SRC_USER_100"
24996   - "SRC_USER_1000"
24997   - "SRC_USER_2000"
24998   layout:
24999     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
25000     layout: "plot-throughput-speedup-analysis"
25001
25002 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
25003 -
25004   type: "plot"
25005   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25006   algorithm: "plot_throughput_speedup_analysis"
25007   output-file-type: ".html"
25008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25009   data: "plot-throughput-speedup-analysis-3n-hsw"
25010   filter: "'NIC_Intel-X520-DA2' and
25011            '64B' and
25012            'NDRPDR' and
25013            'IP4FWD' and
25014            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
25015            not 'IPSEC' and
25016            not 'DOT1Q' and
25017            not 'VHOST'"
25018   parameters:
25019   - "throughput"
25020   - "parent"
25021   - "tags"
25022   sort:
25023   - "IP4BASE"
25024   - "ACL_STATELESS"
25025   - "ACL_STATEFUL"
25026   - "ACL_STATELESS"
25027   - "ACL_STATEFUL"
25028   layout:
25029     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
25030     layout: "plot-throughput-speedup-analysis"
25031
25032 -
25033   type: "plot"
25034   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25035   algorithm: "plot_throughput_speedup_analysis"
25036   output-file-type: ".html"
25037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25038   data: "plot-throughput-speedup-analysis-3n-hsw"
25039   filter: "'NIC_Intel-X520-DA2' and
25040            '64B' and
25041            'NDRPDR' and
25042            'IP4FWD' and
25043            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
25044            not 'IPSEC' and
25045            not 'DOT1Q' and
25046            not 'VHOST'"
25047   parameters:
25048   - "throughput"
25049   - "parent"
25050   - "tags"
25051   sort:
25052   - "IP4BASE"
25053   - "ACL_STATELESS"
25054   - "ACL_STATEFUL"
25055   - "ACL_STATELESS"
25056   - "ACL_STATEFUL"
25057   layout:
25058     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
25059     layout: "plot-throughput-speedup-analysis"
25060
25061 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
25062 -
25063   type: "plot"
25064   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25065   algorithm: "plot_throughput_speedup_analysis"
25066   output-file-type: ".html"
25067   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25068   data: "plot-throughput-speedup-analysis-3n-hsw"
25069   filter: "'NIC_Intel-X520-DA2' and
25070            '64B' and
25071            'NDRPDR' and
25072            'IP4FWD' and
25073            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
25074            not 'IPSEC' and
25075            not 'DOT1Q' and
25076            not 'VHOST'"
25077   parameters:
25078   - "throughput"
25079   - "parent"
25080   - "tags"
25081   sort:
25082   - "IP4BASE"
25083   - "ACL_STATELESS"
25084   - "ACL_STATEFUL"
25085   - "ACL_STATELESS"
25086   - "ACL_STATEFUL"
25087   layout:
25088     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
25089     layout: "plot-throughput-speedup-analysis"
25090
25091 -
25092   type: "plot"
25093   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25094   algorithm: "plot_throughput_speedup_analysis"
25095   output-file-type: ".html"
25096   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25097   data: "plot-throughput-speedup-analysis-3n-hsw"
25098   filter: "'NIC_Intel-X520-DA2' and
25099            '64B' and
25100            'NDRPDR' and
25101            'IP4FWD' and
25102            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
25103            not 'IPSEC' and
25104            not 'DOT1Q' and
25105            not 'VHOST'"
25106   parameters:
25107   - "throughput"
25108   - "parent"
25109   - "tags"
25110   sort:
25111   - "IP4BASE"
25112   - "ACL_STATELESS"
25113   - "ACL_STATEFUL"
25114   - "ACL_STATELESS"
25115   - "ACL_STATEFUL"
25116   layout:
25117     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
25118     layout: "plot-throughput-speedup-analysis"
25119
25120 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
25121 -
25122   type: "plot"
25123   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25124   algorithm: "plot_throughput_speedup_analysis"
25125   output-file-type: ".html"
25126   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25127   data: "plot-throughput-speedup-analysis-3n-hsw"
25128   filter: "'NIC_Intel-X710' and
25129            '64B' and
25130            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25131            'NDRPDR' and
25132            'IP4FWD' and
25133            not 'IPSEC' and
25134            not 'DOT1Q' and
25135            not 'VHOST'"
25136   parameters:
25137   - "throughput"
25138   - "parent"
25139   - "tags"
25140   sort:
25141   - "IP4BASE"
25142   - "FIB_20K"
25143   - "FIB_200K"
25144   - "FIB_2M"
25145   layout:
25146     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25147     layout: "plot-throughput-speedup-analysis"
25148
25149 -
25150   type: "plot"
25151   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25152   algorithm: "plot_throughput_speedup_analysis"
25153   output-file-type: ".html"
25154   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25155   data: "plot-throughput-speedup-analysis-3n-hsw"
25156   filter: "'NIC_Intel-X710' and
25157            '64B' and
25158            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25159            'NDRPDR' and
25160            'IP4FWD' and
25161            not 'IPSEC' and
25162            not 'DOT1Q' and
25163            not 'VHOST'"
25164   parameters:
25165   - "throughput"
25166   - "parent"
25167   - "tags"
25168   sort:
25169   - "IP4BASE"
25170   - "FIB_20K"
25171   - "FIB_200K"
25172   - "FIB_2M"
25173   layout:
25174     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25175     layout: "plot-throughput-speedup-analysis"
25176
25177 # Speedup - VPP IPv4 3n-hsw-x710 features
25178 -
25179   type: "plot"
25180   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
25181   algorithm: "plot_throughput_speedup_analysis"
25182   output-file-type: ".html"
25183   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
25184   data: "plot-throughput-speedup-analysis-3n-hsw"
25185   filter: "'NIC_Intel-X710' and
25186            '64B' and
25187            ('IP4BASE' or
25188             'POLICE_MARK' or
25189             'COPWHLIST' or
25190             ('NAT44' and 'BASE') or
25191             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25192            'NDRPDR' and
25193            'IP4FWD' and
25194            not 'IPSEC' and
25195            not 'VHOST'"
25196   parameters:
25197   - "throughput"
25198   - "parent"
25199   - "tags"
25200   sort:
25201   - "DOT1Q"
25202   - "IP4BASE"
25203   - "NAT44"
25204   - "POLICE_MARK"
25205   - "COPWHLIST"
25206   - "IACL"
25207   - "OACL"
25208   layout:
25209     title: "ip4-3n-hsw-x710-64b-features-ndr"
25210     layout: "plot-throughput-speedup-analysis"
25211
25212 -
25213   type: "plot"
25214   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
25215   algorithm: "plot_throughput_speedup_analysis"
25216   output-file-type: ".html"
25217   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25218   data: "plot-throughput-speedup-analysis-3n-hsw"
25219   filter: "'NIC_Intel-X710' and
25220            '64B' and
25221            ('IP4BASE' or
25222             'POLICE_MARK' or
25223             'COPWHLIST' or
25224             ('NAT44' and 'BASE') or
25225             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25226            'NDRPDR' and
25227            'IP4FWD' and
25228            not 'IPSEC' and
25229            not 'VHOST'"
25230   parameters:
25231   - "throughput"
25232   - "parent"
25233   - "tags"
25234   sort:
25235   - "DOT1Q"
25236   - "IP4BASE"
25237   - "NAT44"
25238   - "POLICE_MARK"
25239   - "COPWHLIST"
25240   - "IACL"
25241   - "OACL"
25242   layout:
25243     title: "ip4-3n-hsw-x710-64b-features-pdr"
25244     layout: "plot-throughput-speedup-analysis"
25245
25246 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25247 -
25248   type: "plot"
25249   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25250   algorithm: "plot_throughput_speedup_analysis"
25251   output-file-type: ".html"
25252   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25253   data: "plot-throughput-speedup-analysis-3n-hsw"
25254   filter: "'NIC_Intel-X710' and
25255            '64B' and
25256            'NDRPDR' and
25257            'IP4FWD' and
25258            ('NAT44' or 'IP4BASE') and
25259            not 'IPSEC' and
25260            not 'VHOST'"
25261   parameters:
25262   - "throughput"
25263   - "parent"
25264   - "tags"
25265   sort:
25266   - "IP4BASE"
25267   - "BASE"
25268   - "SRC_USER_10"
25269   - "SRC_USER_100"
25270   - "SRC_USER_1000"
25271   - "SRC_USER_2000"
25272   layout:
25273     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
25274     layout: "plot-throughput-speedup-analysis"
25275
25276 -
25277   type: "plot"
25278   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25279   algorithm: "plot_throughput_speedup_analysis"
25280   output-file-type: ".html"
25281   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25282   data: "plot-throughput-speedup-analysis-3n-hsw"
25283   filter: "'NIC_Intel-X710' and
25284            '64B' and
25285            'NDRPDR' and
25286            'IP4FWD' and
25287            ('NAT44' or 'IP4BASE') and
25288            not 'IPSEC' and
25289            not 'VHOST'"
25290   parameters:
25291   - "throughput"
25292   - "parent"
25293   - "tags"
25294   sort:
25295   - "IP4BASE"
25296   - "BASE"
25297   - "SRC_USER_10"
25298   - "SRC_USER_100"
25299   - "SRC_USER_1000"
25300   - "SRC_USER_2000"
25301   layout:
25302     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25303     layout: "plot-throughput-speedup-analysis"
25304
25305 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25306 -
25307   type: "plot"
25308   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25309   algorithm: "plot_throughput_speedup_analysis"
25310   output-file-type: ".html"
25311   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-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            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
25318            not 'IPSEC' and
25319            not 'VHOST'"
25320   parameters:
25321   - "throughput"
25322   - "parent"
25323   - "tags"
25324   sort:
25325   - "IP4BASE"
25326   - "ACL_STATELESS"
25327   - "ACL_STATEFUL"
25328   - "ACL_STATELESS"
25329   - "ACL_STATEFUL"
25330   layout:
25331     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25332     layout: "plot-throughput-speedup-analysis"
25333
25334 -
25335   type: "plot"
25336   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25337   algorithm: "plot_throughput_speedup_analysis"
25338   output-file-type: ".html"
25339   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25340   data: "plot-throughput-speedup-analysis-3n-hsw"
25341   filter: "'NIC_Intel-X710' and
25342            '64B' and
25343            'NDRPDR' and
25344            'IP4FWD' and
25345            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
25346            not 'IPSEC' and
25347            not 'VHOST'"
25348   parameters:
25349   - "throughput"
25350   - "parent"
25351   - "tags"
25352   sort:
25353   - "IP4BASE"
25354   - "ACL_STATELESS"
25355   - "ACL_STATEFUL"
25356   - "ACL_STATELESS"
25357   - "ACL_STATEFUL"
25358   layout:
25359     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25360     layout: "plot-throughput-speedup-analysis"
25361
25362 ## Speedup - VPP IPv4 3n-hsw-x710 features oacl
25363 #-
25364 #  type: "plot"
25365 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25366 #  algorithm: "plot_throughput_speedup_analysis"
25367 #  output-file-type: ".html"
25368 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25369 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25370 #  filter: "'NIC_Intel-X710' and
25371 #           '64B' and
25372 #           'NDRPDR' and
25373 #           'IP4FWD' and
25374 #           'OACL' and
25375 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25376 #           not 'IPSEC' and
25377 #           not 'VHOST'"
25378 #  parameters:
25379 #  - "throughput"
25380 #  - "parent"
25381 #  - "tags"
25382 #  sort:
25383 #  - "ACL_STATELESS"
25384 #  - "ACL_STATEFUL"
25385 #  - "ACL_STATELESS"
25386 #  - "ACL_STATEFUL"
25387 #  layout:
25388 #    title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25389 #    layout: "plot-throughput-speedup-analysis"
25390 #
25391 #-
25392 #  type: "plot"
25393 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25394 #  algorithm: "plot_throughput_speedup_analysis"
25395 #  output-file-type: ".html"
25396 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25397 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25398 #  filter: "'NIC_Intel-X710' and
25399 #           '64B' and
25400 #           'NDRPDR' and
25401 #           'IP4FWD' and
25402 #           'OACL' and
25403 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25404 #           not 'IPSEC' and
25405 #           not 'VHOST'"
25406 #  parameters:
25407 #  - "throughput"
25408 #  - "parent"
25409 #  - "tags"
25410 #  sort:
25411 #  - "ACL_STATELESS"
25412 #  - "ACL_STATEFUL"
25413 #  - "ACL_STATELESS"
25414 #  - "ACL_STATEFUL"
25415 #  layout:
25416 #    title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25417 #    layout: "plot-throughput-speedup-analysis"
25418
25419 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25420 -
25421   type: "plot"
25422   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25423   algorithm: "plot_throughput_speedup_analysis"
25424   output-file-type: ".html"
25425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25426   data: "plot-throughput-speedup-analysis-3n-hsw"
25427   filter: "'NIC_Intel-XL710' and
25428            '64B' and
25429            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25430            'NDRPDR' and
25431            'IP4FWD' and
25432            not 'IPSEC' and
25433            not 'VHOST'"
25434   parameters:
25435   - "throughput"
25436   - "parent"
25437   - "tags"
25438   sort:
25439   - "IP4BASE"
25440   - "FIB_20K"
25441   - "FIB_200K"
25442   - "FIB_2M"
25443   layout:
25444     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25445     layout: "plot-throughput-speedup-analysis"
25446
25447 -
25448   type: "plot"
25449   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25450   algorithm: "plot_throughput_speedup_analysis"
25451   output-file-type: ".html"
25452   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25453   data: "plot-throughput-speedup-analysis-3n-hsw"
25454   filter: "'NIC_Intel-XL710' and
25455            '64B' and
25456            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25457            'NDRPDR' and
25458            'IP4FWD' and
25459            not 'IPSEC' and
25460            not 'VHOST'"
25461   parameters:
25462   - "throughput"
25463   - "parent"
25464   - "tags"
25465   sort:
25466   - "IP4BASE"
25467   - "FIB_20K"
25468   - "FIB_200K"
25469   - "FIB_2M"
25470   layout:
25471     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25472     layout: "plot-throughput-speedup-analysis"
25473
25474 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25475 -
25476   type: "plot"
25477   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25478   algorithm: "plot_throughput_speedup_analysis"
25479   output-file-type: ".html"
25480   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25481   data: "plot-throughput-speedup-analysis-3n-skx"
25482   filter: "'NIC_Intel-X710' and
25483            '64B' and
25484            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25485            'NDRPDR' and
25486            'IP4FWD' and
25487            not 'IPSEC' and
25488            not 'DOT1Q' and
25489            not 'VHOST'"
25490   parameters:
25491   - "throughput"
25492   - "parent"
25493   - "tags"
25494   sort:
25495   - "IP4BASE"
25496   - "FIB_20K"
25497   - "FIB_200K"
25498   - "FIB_2M"
25499   layout:
25500     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25501     layout: "plot-throughput-speedup-analysis"
25502
25503 -
25504   type: "plot"
25505   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25506   algorithm: "plot_throughput_speedup_analysis"
25507   output-file-type: ".html"
25508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25509   data: "plot-throughput-speedup-analysis-3n-skx"
25510   filter: "'NIC_Intel-X710' and
25511            '64B' and
25512            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25513            'NDRPDR' and
25514            'IP4FWD' and
25515            not 'IPSEC' and
25516            not 'DOT1Q' and
25517            not 'VHOST'"
25518   parameters:
25519   - "throughput"
25520   - "parent"
25521   - "tags"
25522   sort:
25523   - "IP4BASE"
25524   - "FIB_20K"
25525   - "FIB_200K"
25526   - "FIB_2M"
25527   layout:
25528     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25529     layout: "plot-throughput-speedup-analysis"
25530
25531 # Speedup - VPP IPv4 3n-skx-x710 features
25532 -
25533   type: "plot"
25534   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25535   algorithm: "plot_throughput_speedup_analysis"
25536   output-file-type: ".html"
25537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25538   data: "plot-throughput-speedup-analysis-3n-skx"
25539   filter: "'NIC_Intel-X710' and
25540            '64B' and
25541            ('IP4BASE' or
25542             'POLICE_MARK' or
25543             'COPWHLIST' or
25544             ('NAT44' and 'BASE') or
25545             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25546            'NDRPDR' and
25547            'IP4FWD' and
25548            not 'IPSEC' and
25549            not 'VHOST'"
25550   parameters:
25551   - "throughput"
25552   - "parent"
25553   - "tags"
25554   sort:
25555   - "DOT1Q"
25556   - "IP4BASE"
25557   - "NAT44"
25558   - "POLICE_MARK"
25559   - "COPWHLIST"
25560   - "IACL"
25561   - "OACL"
25562   layout:
25563     title: "ip4-3n-skx-x710-64b-features-ndr"
25564     layout: "plot-throughput-speedup-analysis"
25565
25566 -
25567   type: "plot"
25568   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25569   algorithm: "plot_throughput_speedup_analysis"
25570   output-file-type: ".html"
25571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25572   data: "plot-throughput-speedup-analysis-3n-skx"
25573   filter: "'NIC_Intel-X710' and
25574            '64B' and
25575            ('IP4BASE' or
25576             'POLICE_MARK' or
25577             'COPWHLIST' or
25578             ('NAT44' and 'BASE') or
25579             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25580            'NDRPDR' and
25581            'IP4FWD' and
25582            not 'IPSEC' and
25583            not 'VHOST'"
25584   parameters:
25585   - "throughput"
25586   - "parent"
25587   - "tags"
25588   sort:
25589   - "DOT1Q"
25590   - "IP4BASE"
25591   - "NAT44"
25592   - "POLICE_MARK"
25593   - "COPWHLIST"
25594   - "IACL"
25595   - "OACL"
25596   layout:
25597     title: "ip4-3n-skx-x710-64b-features-pdr"
25598     layout: "plot-throughput-speedup-analysis"
25599
25600 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25601 -
25602   type: "plot"
25603   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25604   algorithm: "plot_throughput_speedup_analysis"
25605   output-file-type: ".html"
25606   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25607   data: "plot-throughput-speedup-analysis-3n-skx"
25608   filter: "'NIC_Intel-X710' and
25609            '64B' and
25610            'NDRPDR' and
25611            'IP4FWD' and
25612            ('NAT44' or 'IP4BASE') and
25613            not 'IPSEC' and
25614            not 'VHOST'"
25615   parameters:
25616   - "throughput"
25617   - "parent"
25618   - "tags"
25619   sort:
25620   - "IP4BASE"
25621   - "BASE"
25622   - "SRC_USER_10"
25623   - "SRC_USER_100"
25624   - "SRC_USER_1000"
25625   - "SRC_USER_2000"
25626   layout:
25627     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25628     layout: "plot-throughput-speedup-analysis"
25629
25630 -
25631   type: "plot"
25632   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25633   algorithm: "plot_throughput_speedup_analysis"
25634   output-file-type: ".html"
25635   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25636   data: "plot-throughput-speedup-analysis-3n-skx"
25637   filter: "'NIC_Intel-X710' and
25638            '64B' and
25639            'NDRPDR' and
25640            'IP4FWD' and
25641            ('NAT44' or 'IP4BASE') and
25642            not 'IPSEC' and
25643            not 'VHOST'"
25644   parameters:
25645   - "throughput"
25646   - "parent"
25647   - "tags"
25648   sort:
25649   - "IP4BASE"
25650   - "BASE"
25651   - "SRC_USER_10"
25652   - "SRC_USER_100"
25653   - "SRC_USER_1000"
25654   - "SRC_USER_2000"
25655   layout:
25656     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25657     layout: "plot-throughput-speedup-analysis"
25658
25659 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25660 -
25661   type: "plot"
25662   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25663   algorithm: "plot_throughput_speedup_analysis"
25664   output-file-type: ".html"
25665   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25666   data: "plot-throughput-speedup-analysis-3n-skx"
25667   filter: "'NIC_Intel-X710' and
25668            '64B' and
25669            'NDRPDR' and
25670            'IP4FWD' and
25671            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
25672            not 'IPSEC' and
25673            not 'VHOST'"
25674   parameters:
25675   - "throughput"
25676   - "parent"
25677   - "tags"
25678   sort:
25679   - "IP4BASE"
25680   - "ACL_STATELESS"
25681   - "ACL_STATEFUL"
25682   - "ACL_STATELESS"
25683   - "ACL_STATEFUL"
25684   layout:
25685     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25686     layout: "plot-throughput-speedup-analysis"
25687
25688 -
25689   type: "plot"
25690   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25691   algorithm: "plot_throughput_speedup_analysis"
25692   output-file-type: ".html"
25693   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25694   data: "plot-throughput-speedup-analysis-3n-skx"
25695   filter: "'NIC_Intel-X710' and
25696            '64B' and
25697            'NDRPDR' and
25698            'IP4FWD' and
25699            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
25700            not 'IPSEC' and
25701            not 'VHOST'"
25702   parameters:
25703   - "throughput"
25704   - "parent"
25705   - "tags"
25706   sort:
25707   - "IP4BASE"
25708   - "ACL_STATELESS"
25709   - "ACL_STATEFUL"
25710   - "ACL_STATELESS"
25711   - "ACL_STATEFUL"
25712   layout:
25713     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25714     layout: "plot-throughput-speedup-analysis"
25715
25716 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25717 -
25718   type: "plot"
25719   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25720   algorithm: "plot_throughput_speedup_analysis"
25721   output-file-type: ".html"
25722   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25723   data: "plot-throughput-speedup-analysis-3n-skx"
25724   filter: "'NIC_Intel-X710' and
25725            '64B' and
25726            'NDRPDR' and
25727            'IP4FWD' and
25728            'OACL' and
25729            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25730            not 'IPSEC' and
25731            not 'VHOST'"
25732   parameters:
25733   - "throughput"
25734   - "parent"
25735   - "tags"
25736   sort:
25737   - "ACL_STATELESS"
25738   - "ACL_STATEFUL"
25739   - "ACL_STATELESS"
25740   - "ACL_STATEFUL"
25741   layout:
25742     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25743     layout: "plot-throughput-speedup-analysis"
25744
25745 -
25746   type: "plot"
25747   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25748   algorithm: "plot_throughput_speedup_analysis"
25749   output-file-type: ".html"
25750   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25751   data: "plot-throughput-speedup-analysis-3n-skx"
25752   filter: "'NIC_Intel-X710' and
25753            '64B' and
25754            'NDRPDR' and
25755            'IP4FWD' and
25756            'OACL' and
25757            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25758            not 'IPSEC' and
25759            not 'VHOST'"
25760   parameters:
25761   - "throughput"
25762   - "parent"
25763   - "tags"
25764   sort:
25765   - "ACL_STATELESS"
25766   - "ACL_STATEFUL"
25767   - "ACL_STATELESS"
25768   - "ACL_STATEFUL"
25769   layout:
25770     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25771     layout: "plot-throughput-speedup-analysis"
25772
25773 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25774 -
25775   type: "plot"
25776   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25777   algorithm: "plot_throughput_speedup_analysis"
25778   output-file-type: ".html"
25779   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25780   data: "plot-throughput-speedup-analysis-2n-skx"
25781   filter: "'NIC_Intel-X710' and
25782            '64B' and
25783            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25784            'NDRPDR' and
25785            'IP4FWD' and
25786            not 'IPSEC' and
25787            not 'DOT1Q' and
25788            not 'VHOST'"
25789   parameters:
25790   - "throughput"
25791   - "parent"
25792   - "tags"
25793   sort:
25794   - "IP4BASE"
25795   - "FIB_20k"
25796   - "FIB_200k"
25797   - "FIB_2M"
25798   layout:
25799     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25800     layout: "plot-throughput-speedup-analysis"
25801
25802 -
25803   type: "plot"
25804   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25805   algorithm: "plot_throughput_speedup_analysis"
25806   output-file-type: ".html"
25807   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25808   data: "plot-throughput-speedup-analysis-2n-skx"
25809   filter: "'NIC_Intel-X710' and
25810            '64B' and
25811            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25812            'NDRPDR' and
25813            'IP4FWD' and
25814            not 'IPSEC' and
25815            not 'DOT1Q' and
25816            not 'VHOST'"
25817   parameters:
25818   - "throughput"
25819   - "parent"
25820   - "tags"
25821   sort:
25822   - "IP4BASE"
25823   - "FIB_20k"
25824   - "FIB_200k"
25825   - "FIB_2M"
25826   layout:
25827     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25828     layout: "plot-throughput-speedup-analysis"
25829
25830 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25831 -
25832   type: "plot"
25833   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25834   algorithm: "plot_throughput_speedup_analysis"
25835   output-file-type: ".html"
25836   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25837   data: "plot-throughput-speedup-analysis-2n-skx"
25838   filter: "'NIC_Intel-XXV710' and
25839            '64B' and
25840            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25841            'NDRPDR' and
25842            'IP4FWD' and
25843            not 'IPSEC' and
25844            not 'DOT1Q' and
25845            not 'VHOST'"
25846   parameters:
25847   - "throughput"
25848   - "parent"
25849   - "tags"
25850   sort:
25851   - "IP4BASE"
25852   - "FIB_20k"
25853   - "FIB_200k"
25854   - "FIB_2M"
25855   layout:
25856     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25857     layout: "plot-throughput-speedup-analysis"
25858
25859 -
25860   type: "plot"
25861   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25862   algorithm: "plot_throughput_speedup_analysis"
25863   output-file-type: ".html"
25864   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25865   data: "plot-throughput-speedup-analysis-2n-skx"
25866   filter: "'NIC_Intel-XXV710' and
25867            '64B' and
25868            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25869            'NDRPDR' and
25870            'IP4FWD' and
25871            not 'IPSEC' and
25872            not 'DOT1Q' and
25873            not 'VHOST'"
25874   parameters:
25875   - "throughput"
25876   - "parent"
25877   - "tags"
25878   sort:
25879   - "IP4BASE"
25880   - "FIB_20k"
25881   - "FIB_200k"
25882   - "FIB_2M"
25883   layout:
25884     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25885     layout: "plot-throughput-speedup-analysis"
25886
25887 # Speedup - VPP IPv4 2n-dnv-x553 base
25888 -
25889   type: "plot"
25890   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25891   algorithm: "plot_throughput_speedup_analysis"
25892   output-file-type: ".html"
25893   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25894   data: "intel-dnv-vpp"
25895   filter: "'NIC_Intel-X553' and
25896            '64B' and
25897            'IP4BASE' and
25898            'NDRPDR' and
25899            'IP4FWD' and
25900            not 'IPSEC' and
25901            not 'VHOST'"
25902   parameters:
25903   - "throughput"
25904   - "parent"
25905   - "tags"
25906   sort:
25907   - "IP4BASE"
25908   layout:
25909     title: "ip4-2n-dnv-x553-64b-base-ndr"
25910     layout: "plot-throughput-speedup-analysis"
25911
25912 -
25913   type: "plot"
25914   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25915   algorithm: "plot_throughput_speedup_analysis"
25916   output-file-type: ".html"
25917   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25918   data: "intel-dnv-vpp"
25919   filter: "'NIC_Intel-X553' and
25920            '64B' and
25921            'IP4BASE' and
25922            'NDRPDR' and
25923            'IP4FWD' and
25924            not 'IPSEC' and
25925            not 'VHOST'"
25926   parameters:
25927   - "throughput"
25928   - "parent"
25929   - "tags"
25930   sort:
25931   - "IP4BASE"
25932   layout:
25933     title: "ip4-2n-dnv-x553-64b-base-pdr"
25934     layout: "plot-throughput-speedup-analysis"
25935
25936 ################################################################################
25937
25938 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25939 #-
25940 #  type: "plot"
25941 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25942 #  algorithm: "plot_throughput_speedup_analysis"
25943 #  output-file-type: ".html"
25944 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25945 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25946 #  filter: "'NIC_Intel-X520_DA2' and
25947 #           '64B' and
25948 #           'ENCAP' and
25949 #           'NDRPDR' and
25950 #           ('VXLAN' or 'LISP') and
25951 #           not 'VHOST' and
25952 #           not 'IPSECHW'"
25953 #  parameters:
25954 #  - "throughput"
25955 #  - "parent"
25956 #  - "tags"
25957 #  sort:
25958 #  - "not DOT1Q"
25959 #  - "VXLAN_1"
25960 #  - "VXLAN_10"
25961 #  - "VXLAN_100"
25962 #  - "VXLAN_1000"
25963 #  layout:
25964 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25965 #    layout: "plot-throughput-speedup-analysis"
25966 #
25967 #-
25968 #  type: "plot"
25969 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25970 #  algorithm: "plot_throughput_speedup_analysis"
25971 #  output-file-type: ".html"
25972 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25973 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25974 #  filter: "'NIC_Intel-X520_DA2' and
25975 #           '64B' and
25976 #           'ENCAP' and
25977 #           'NDRPDR' and
25978 #           ('VXLAN' or 'LISP') and
25979 #           not 'VHOST' and
25980 #           not 'IPSECHW'"
25981 #  parameters:
25982 #  - "throughput"
25983 #  - "parent"
25984 #  - "tags"
25985 #  sort:
25986 #  - "not DOT1Q"
25987 #  - "VXLAN_1"
25988 #  - "VXLAN_10"
25989 #  - "VXLAN_100"
25990 #  - "VXLAN_1000"
25991 #  layout:
25992 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25993 #    layout: "plot-throughput-speedup-analysis"
25994
25995 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25996 -
25997   type: "plot"
25998   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25999   algorithm: "plot_throughput_speedup_analysis"
26000   output-file-type: ".html"
26001   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26002   data: "plot-throughput-speedup-analysis-3n-hsw"
26003   filter: "'NIC_Intel-X520-DA2' and
26004            '64B' and
26005            'ENCAP' and
26006            'NDRPDR' and
26007            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
26008            not 'DOT1Q' and
26009            not 'VHOST' and
26010            not 'IPSECHW'"
26011   parameters:
26012   - "throughput"
26013   - "parent"
26014   - "tags"
26015   sort:
26016   - "IP4BASE"
26017   - "L2BDMACLRN"
26018   - "L2XCFWD"
26019   - "LISP"
26020   layout:
26021     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
26022     layout: "plot-throughput-speedup-analysis"
26023
26024 -
26025   type: "plot"
26026   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26027   algorithm: "plot_throughput_speedup_analysis"
26028   output-file-type: ".html"
26029   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26030   data: "plot-throughput-speedup-analysis-3n-hsw"
26031   filter: "'NIC_Intel-X520-DA2' and
26032            '64B' and
26033            'ENCAP' and
26034            'NDRPDR' and
26035            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
26036            not 'DOT1Q' and
26037            not 'VHOST' and
26038            not 'IPSECHW'"
26039   parameters:
26040   - "throughput"
26041   - "parent"
26042   - "tags"
26043   sort:
26044   - "IP4BASE"
26045   - "L2BDMACLRN"
26046   - "L2XCFWD"
26047   - "LISP"
26048   layout:
26049     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
26050     layout: "plot-throughput-speedup-analysis"
26051
26052 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
26053 -
26054   type: "plot"
26055   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26056   algorithm: "plot_throughput_speedup_analysis"
26057   output-file-type: ".html"
26058   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26059   data: "plot-throughput-speedup-analysis-3n-hsw"
26060   filter: "'NIC_Intel-X710' and
26061            '64B' and
26062            'ENCAP' and
26063            'NDRPDR' and
26064            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
26065            not 'VHOST' and
26066            not 'IPSECHW'"
26067   parameters:
26068   - "throughput"
26069   - "parent"
26070   - "tags"
26071   sort:
26072   - "IP4BASE"
26073   - "LISP"
26074   - "VXLAN_1"
26075   - "VXLAN_10"
26076   - "VXLAN_100"
26077   - "VXLAN_1000"
26078   layout:
26079     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
26080     layout: "plot-throughput-speedup-analysis"
26081
26082 -
26083   type: "plot"
26084   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26085   algorithm: "plot_throughput_speedup_analysis"
26086   output-file-type: ".html"
26087   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26088   data: "plot-throughput-speedup-analysis-3n-hsw"
26089   filter: "'NIC_Intel-X710' and
26090            '64B' and
26091            'ENCAP' and
26092            'NDRPDR' and
26093            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
26094            not 'VHOST' and
26095            not 'IPSECHW'"
26096   parameters:
26097   - "throughput"
26098   - "parent"
26099   - "tags"
26100   sort:
26101   - "IP4BASE"
26102   - "LISP"
26103   - "VXLAN_1"
26104   - "VXLAN_10"
26105   - "VXLAN_100"
26106   - "VXLAN_1000"
26107   layout:
26108     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
26109     layout: "plot-throughput-speedup-analysis"
26110
26111 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
26112 -
26113   type: "plot"
26114   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26115   algorithm: "plot_throughput_speedup_analysis"
26116   output-file-type: ".html"
26117   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26118   data: "plot-throughput-speedup-analysis-3n-hsw"
26119   filter: "'NIC_Intel-X710' and
26120            '64B' and
26121            'ENCAP' and
26122            'NDRPDR' and
26123            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
26124            not 'DOT1Q' and
26125            not 'VHOST' and
26126            not 'IPSECHW'"
26127   parameters:
26128   - "throughput"
26129   - "parent"
26130   - "tags"
26131   sort:
26132   - "IP4BASE"
26133   - "L2BDMACLRN"
26134   - "L2XCFWD"
26135   - "LISP"
26136   layout:
26137     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
26138     layout: "plot-throughput-speedup-analysis"
26139
26140 -
26141   type: "plot"
26142   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26143   algorithm: "plot_throughput_speedup_analysis"
26144   output-file-type: ".html"
26145   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26146   data: "plot-throughput-speedup-analysis-3n-hsw"
26147   filter: "'NIC_Intel-X710' and
26148            '64B' and
26149            'ENCAP' and
26150            'NDRPDR' and
26151            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
26152            not 'DOT1Q' and
26153            not 'VHOST' and
26154            not 'IPSECHW'"
26155   parameters:
26156   - "throughput"
26157   - "parent"
26158   - "tags"
26159   sort:
26160   - "IP4BASE"
26161   - "L2BDMACLRN"
26162   - "L2XCFWD"
26163   - "LISP"
26164   layout:
26165     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
26166     layout: "plot-throughput-speedup-analysis"
26167
26168 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
26169 -
26170   type: "plot"
26171   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26172   algorithm: "plot_throughput_speedup_analysis"
26173   output-file-type: ".html"
26174   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26175   data: "plot-throughput-speedup-analysis-3n-skx"
26176   filter: "'NIC_Intel-X710' and
26177            '64B' and
26178            'ENCAP' and
26179            'NDRPDR' and
26180            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
26181            not 'VHOST' and
26182            not 'IPSECHW'"
26183   parameters:
26184   - "throughput"
26185   - "parent"
26186   - "tags"
26187   sort:
26188   - "IP4BASE"
26189   - "LISP"
26190   - "VXLAN_1"
26191   - "VXLAN_10"
26192   - "VXLAN_100"
26193   - "VXLAN_1000"
26194   layout:
26195     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
26196     layout: "plot-throughput-speedup-analysis"
26197
26198 -
26199   type: "plot"
26200   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26201   algorithm: "plot_throughput_speedup_analysis"
26202   output-file-type: ".html"
26203   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26204   data: "plot-throughput-speedup-analysis-3n-skx"
26205   filter: "'NIC_Intel-X710' and
26206            '64B' and
26207            'ENCAP' and
26208            'NDRPDR' and
26209            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
26210            not 'VHOST' and
26211            not 'IPSECHW'"
26212   parameters:
26213   - "throughput"
26214   - "parent"
26215   - "tags"
26216   sort:
26217   - "IP4BASE"
26218   - "LISP"
26219   - "VXLAN_1"
26220   - "VXLAN_10"
26221   - "VXLAN_100"
26222   - "VXLAN_1000"
26223   layout:
26224     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
26225     layout: "plot-throughput-speedup-analysis"
26226
26227 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
26228 -
26229   type: "plot"
26230   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26231   algorithm: "plot_throughput_speedup_analysis"
26232   output-file-type: ".html"
26233   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26234   data: "plot-throughput-speedup-analysis-3n-skx"
26235   filter: "'NIC_Intel-X710' and
26236            '64B' and
26237            'ENCAP' and
26238            'NDRPDR' and
26239            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
26240            not 'DOT1Q' and
26241            not 'VHOST' and
26242            not 'IPSECHW'"
26243   parameters:
26244   - "throughput"
26245   - "parent"
26246   - "tags"
26247   sort:
26248   - "IP4BASE"
26249   - "L2BDMACLRN"
26250   - "L2XCFWD"
26251   - "LISP"
26252   layout:
26253     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26254     layout: "plot-throughput-speedup-analysis"
26255
26256 -
26257   type: "plot"
26258   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26259   algorithm: "plot_throughput_speedup_analysis"
26260   output-file-type: ".html"
26261   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26262   data: "plot-throughput-speedup-analysis-3n-skx"
26263   filter: "'NIC_Intel-X710' and
26264            '64B' and
26265            'ENCAP' and
26266            'NDRPDR' and
26267            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
26268            not 'DOT1Q' and
26269            not 'VHOST' and
26270            not 'IPSECHW'"
26271   parameters:
26272   - "throughput"
26273   - "parent"
26274   - "tags"
26275   sort:
26276   - "IP4BASE"
26277   - "L2BDMACLRN"
26278   - "L2XCFWD"
26279   - "LISP"
26280   layout:
26281     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
26282     layout: "plot-throughput-speedup-analysis"
26283
26284 ################################################################################
26285
26286 # Speedup - VPP IPv6 3n-hsw-x520
26287 -
26288   type: "plot"
26289   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26290   algorithm: "plot_throughput_speedup_analysis"
26291   output-file-type: ".html"
26292   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26293   data: "plot-throughput-speedup-analysis-3n-hsw"
26294   filter: "'NIC_Intel-X520-DA2' and
26295            '78B' and
26296            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26297            'NDRPDR' and
26298            'IP6FWD' and
26299            not 'SRv6' and
26300            not 'IPSEC' and
26301            not 'VHOST'"
26302   parameters:
26303   - "throughput"
26304   - "parent"
26305   - "tags"
26306   sort:
26307   - "IP6BASE"
26308   - "FIB_20K"
26309   - "FIB_200K"
26310   - "FIB_2M"
26311   layout:
26312     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26313     layout: "plot-throughput-speedup-analysis"
26314
26315 -
26316   type: "plot"
26317   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26318   algorithm: "plot_throughput_speedup_analysis"
26319   output-file-type: ".html"
26320   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26321   data: "plot-throughput-speedup-analysis-3n-hsw"
26322   filter: "'NIC_Intel-X520-DA2' and
26323            '78B' and
26324            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26325            'NDRPDR' and
26326            'IP6FWD' and
26327            not 'SRv6' and
26328            not 'IPSEC' and
26329            not 'VHOST'"
26330   parameters:
26331   - "throughput"
26332   - "parent"
26333   - "tags"
26334   sort:
26335   - "IP6BASE"
26336   - "FIB_20K"
26337   - "FIB_200K"
26338   - "FIB_2M"
26339   layout:
26340     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26341     layout: "plot-throughput-speedup-analysis"
26342
26343 # Speedup - VPP IPv6 3n-hsw-x520 features
26344 -
26345   type: "plot"
26346   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26347   algorithm: "plot_throughput_speedup_analysis"
26348   output-file-type: ".html"
26349   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26350   data: "plot-throughput-speedup-analysis-3n-hsw"
26351   filter: "'NIC_Intel-X520-DA2' and
26352            '78B' and
26353            ('IP6BASE' or
26354             'POLICE_MARK' or
26355             'COPWHLIST' or
26356             'IACLDST') and
26357            'NDRPDR' and
26358            'IP6FWD' and
26359            not 'SRv6' and
26360            not 'IPSEC' and
26361            not 'VHOST'"
26362   parameters:
26363   - "throughput"
26364   - "parent"
26365   - "tags"
26366   sort:
26367   - "IP6BASE"
26368   - "POLICE_MARK"
26369   - "COPWHLIST"
26370   - "IACLDST"
26371   layout:
26372     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26373     layout: "plot-throughput-speedup-analysis"
26374
26375 -
26376   type: "plot"
26377   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26378   algorithm: "plot_throughput_speedup_analysis"
26379   output-file-type: ".html"
26380   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26381   data: "plot-throughput-speedup-analysis-3n-hsw"
26382   filter: "'NIC_Intel-X520-DA2' and
26383            '78B' and
26384            ('IP6BASE' or
26385             'POLICE_MARK' or
26386             'COPWHLIST' or
26387             'IACLDST') and
26388            'NDRPDR' and
26389            'IP6FWD' and
26390            not 'SRv6' and
26391            not 'IPSEC' and
26392            not 'VHOST'"
26393   parameters:
26394   - "throughput"
26395   - "parent"
26396   - "tags"
26397   sort:
26398   - "IP6BASE"
26399   - "POLICE_MARK"
26400   - "COPWHLIST"
26401   - "IACLDST"
26402   layout:
26403     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26404     layout: "plot-throughput-speedup-analysis"
26405
26406 # Speedup - VPP IPv6 3n-hsw-x710
26407 -
26408   type: "plot"
26409   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26410   algorithm: "plot_throughput_speedup_analysis"
26411   output-file-type: ".html"
26412   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26413   data: "plot-throughput-speedup-analysis-3n-hsw"
26414   filter: "'NIC_Intel-X710' and
26415            '78B' and
26416            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26417            'NDRPDR' and
26418            'IP6FWD' and
26419            not 'SRv6' and
26420            not 'IPSEC' and
26421            not 'VHOST'"
26422   parameters:
26423   - "throughput"
26424   - "parent"
26425   - "tags"
26426   sort:
26427   - "IP6BASE"
26428   - "FIB_20K"
26429   - "FIB_200K"
26430   - "FIB_2M"
26431   layout:
26432     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26433     layout: "plot-throughput-speedup-analysis"
26434
26435 -
26436   type: "plot"
26437   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26438   algorithm: "plot_throughput_speedup_analysis"
26439   output-file-type: ".html"
26440   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26441   data: "plot-throughput-speedup-analysis-3n-hsw"
26442   filter: "'NIC_Intel-X710' and
26443            '78B' and
26444            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26445            'NDRPDR' and
26446            'IP6FWD' and
26447            not 'SRv6' and
26448            not 'IPSEC' and
26449            not 'VHOST'"
26450   parameters:
26451   - "throughput"
26452   - "parent"
26453   - "tags"
26454   sort:
26455   - "IP6BASE"
26456   - "FIB_20K"
26457   - "FIB_200K"
26458   - "FIB_2M"
26459   layout:
26460     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26461     layout: "plot-throughput-speedup-analysis"
26462
26463 # Speedup - VPP IPv6 3n-hsw-x710 features
26464 -
26465   type: "plot"
26466   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26467   algorithm: "plot_throughput_speedup_analysis"
26468   output-file-type: ".html"
26469   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26470   data: "plot-throughput-speedup-analysis-3n-hsw"
26471   filter: "'NIC_Intel-X710' and
26472            '78B' and
26473            ('IP6BASE' or
26474             'POLICE_MARK' or
26475             'COPWHLIST' or
26476             'IACLDST') and
26477            'NDRPDR' and
26478            'IP6FWD' and
26479            not 'SRv6' and
26480            not 'IPSEC' and
26481            not 'VHOST'"
26482   parameters:
26483   - "throughput"
26484   - "parent"
26485   - "tags"
26486   sort:
26487   - "IP6BASE"
26488   - "POLICE_MARK"
26489   - "COPWHLIST"
26490   - "IACLDST"
26491   layout:
26492     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26493     layout: "plot-throughput-speedup-analysis"
26494
26495 -
26496   type: "plot"
26497   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26498   algorithm: "plot_throughput_speedup_analysis"
26499   output-file-type: ".html"
26500   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26501   data: "plot-throughput-speedup-analysis-3n-hsw"
26502   filter: "'NIC_Intel-X710' and
26503            '78B' and
26504            ('IP6BASE' or
26505             'POLICE_MARK' or
26506             'COPWHLIST' or
26507             'IACLDST') and
26508            'NDRPDR' and
26509            'IP6FWD' and
26510            not 'SRv6' and
26511            not 'IPSEC' and
26512            not 'VHOST'"
26513   parameters:
26514   - "throughput"
26515   - "parent"
26516   - "tags"
26517   sort:
26518   - "IP6BASE"
26519   - "POLICE_MARK"
26520   - "COPWHLIST"
26521   - "IACLDST"
26522   layout:
26523     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26524     layout: "plot-throughput-speedup-analysis"
26525
26526 # Speedup - VPP IPv6 3n-hsw-xl710
26527 -
26528   type: "plot"
26529   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26530   algorithm: "plot_throughput_speedup_analysis"
26531   output-file-type: ".html"
26532   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26533   data: "plot-throughput-speedup-analysis-3n-hsw"
26534   filter: "'NIC_Intel-XL710' and
26535            '78B' and
26536            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26537            'NDRPDR' and
26538            'IP6FWD' and
26539            not 'SRv6' and
26540            not 'IPSEC' and
26541            not 'VHOST'"
26542   parameters:
26543   - "throughput"
26544   - "parent"
26545   - "tags"
26546   sort:
26547   - "IP6BASE"
26548   - "FIB_20K"
26549   - "FIB_200K"
26550   - "FIB_2M"
26551   layout:
26552     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26553     layout: "plot-throughput-speedup-analysis"
26554
26555 -
26556   type: "plot"
26557   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26558   algorithm: "plot_throughput_speedup_analysis"
26559   output-file-type: ".html"
26560   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26561   data: "plot-throughput-speedup-analysis-3n-hsw"
26562   filter: "'NIC_Intel-XL710' and
26563            '78B' and
26564            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26565            'NDRPDR' and
26566            'IP6FWD' and
26567            not 'SRv6' and
26568            not 'IPSEC' and
26569            not 'VHOST'"
26570   parameters:
26571   - "throughput"
26572   - "parent"
26573   - "tags"
26574   sort:
26575   - "IP6BASE"
26576   - "FIB_20K"
26577   - "FIB_200K"
26578   - "FIB_2M"
26579   layout:
26580     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26581     layout: "plot-throughput-speedup-analysis"
26582
26583 # Speedup - VPP IPv6 3n-skx-x710
26584 -
26585   type: "plot"
26586   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26587   algorithm: "plot_throughput_speedup_analysis"
26588   output-file-type: ".html"
26589   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26590   data: "plot-throughput-speedup-analysis-3n-skx"
26591   filter: "'NIC_Intel-X710' and
26592            '78B' and
26593            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26594            'NDRPDR' and
26595            'IP6FWD' and
26596            not 'SRv6' and
26597            not 'IPSEC' and
26598            not 'VHOST'"
26599   parameters:
26600   - "throughput"
26601   - "parent"
26602   - "tags"
26603   sort:
26604   - "IP6BASE"
26605   - "FIB_20K"
26606   - "FIB_200K"
26607   - "FIB_2M"
26608   layout:
26609     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26610     layout: "plot-throughput-speedup-analysis"
26611
26612 -
26613   type: "plot"
26614   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26615   algorithm: "plot_throughput_speedup_analysis"
26616   output-file-type: ".html"
26617   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26618   data: "plot-throughput-speedup-analysis-3n-skx"
26619   filter: "'NIC_Intel-X710' and
26620            '78B' and
26621            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26622            'NDRPDR' and
26623            'IP6FWD' and
26624            not 'SRv6' and
26625            not 'IPSEC' and
26626            not 'VHOST'"
26627   parameters:
26628   - "throughput"
26629   - "parent"
26630   - "tags"
26631   sort:
26632   - "IP6BASE"
26633   - "FIB_20K"
26634   - "FIB_200K"
26635   - "FIB_2M"
26636   layout:
26637     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26638     layout: "plot-throughput-speedup-analysis"
26639
26640 # Speedup - VPP IPv6 3n-skx-x710 features
26641 -
26642   type: "plot"
26643   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26644   algorithm: "plot_throughput_speedup_analysis"
26645   output-file-type: ".html"
26646   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26647   data: "plot-throughput-speedup-analysis-3n-skx"
26648   filter: "'NIC_Intel-X710' and
26649            '78B' and
26650            ('IP6BASE' or
26651             'POLICE_MARK' or
26652             'COPWHLIST' or
26653             'IACLDST') and
26654            'NDRPDR' and
26655            'IP6FWD' and
26656            not 'SRv6' and
26657            not 'IPSEC' and
26658            not 'VHOST'"
26659   parameters:
26660   - "throughput"
26661   - "parent"
26662   - "tags"
26663   sort:
26664   - "IP6BASE"
26665   - "POLICE_MARK"
26666   - "COPWHLIST"
26667   - "IACLDST"
26668   layout:
26669     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
26670     layout: "plot-throughput-speedup-analysis"
26671
26672 -
26673   type: "plot"
26674   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26675   algorithm: "plot_throughput_speedup_analysis"
26676   output-file-type: ".html"
26677   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26678   data: "plot-throughput-speedup-analysis-3n-skx"
26679   filter: "'NIC_Intel-X710' and
26680            '78B' and
26681            ('IP6BASE' or
26682             'POLICE_MARK' or
26683             'COPWHLIST' or
26684             'IACLDST') and
26685            'NDRPDR' and
26686            'IP6FWD' and
26687            not 'SRv6' and
26688            not 'IPSEC' and
26689            not 'VHOST'"
26690   parameters:
26691   - "throughput"
26692   - "parent"
26693   - "tags"
26694   sort:
26695   - "IP6BASE"
26696   - "POLICE_MARK"
26697   - "COPWHLIST"
26698   - "IACLDST"
26699   layout:
26700     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
26701     layout: "plot-throughput-speedup-analysis"
26702
26703 # Speedup - VPP IPv6 2n-skx-x710
26704 -
26705   type: "plot"
26706   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26707   algorithm: "plot_throughput_speedup_analysis"
26708   output-file-type: ".html"
26709   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26710   data: "plot-throughput-speedup-analysis-2n-skx"
26711   filter: "'NIC_Intel-X710' and
26712            '78B' and
26713            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26714            'NDRPDR' and
26715            'IP6FWD' and
26716            not 'SRv6' and
26717            not 'IPSEC' and
26718            not 'VHOST'"
26719   parameters:
26720   - "throughput"
26721   - "parent"
26722   - "tags"
26723   sort:
26724   - "IP6BASE"
26725   - "FIB_20k"
26726   - "FIB_200k"
26727   - "FIB_2M"
26728   layout:
26729     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26730     layout: "plot-throughput-speedup-analysis"
26731
26732 -
26733   type: "plot"
26734   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26735   algorithm: "plot_throughput_speedup_analysis"
26736   output-file-type: ".html"
26737   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26738   data: "plot-throughput-speedup-analysis-2n-skx"
26739   filter: "'NIC_Intel-X710' and
26740            '78B' and
26741            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26742            'NDRPDR' and
26743            'IP6FWD' and
26744            not 'SRv6' and
26745            not 'IPSEC' and
26746            not 'VHOST'"
26747   parameters:
26748   - "throughput"
26749   - "parent"
26750   - "tags"
26751   sort:
26752   - "IP6BASE"
26753   - "FIB_20k"
26754   - "FIB_200k"
26755   - "FIB_2M"
26756   layout:
26757     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26758     layout: "plot-throughput-speedup-analysis"
26759
26760 # Speedup - VPP IPv6 2n-skx-xxv710
26761 -
26762   type: "plot"
26763   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26764   algorithm: "plot_throughput_speedup_analysis"
26765   output-file-type: ".html"
26766   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26767   data: "plot-throughput-speedup-analysis-2n-skx"
26768   filter: "'NIC_Intel-XXV710' and
26769            '78B' and
26770            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26771            'NDRPDR' and
26772            'IP6FWD' and
26773            not 'SRv6' and
26774            not 'IPSEC' and
26775            not 'VHOST'"
26776   parameters:
26777   - "throughput"
26778   - "parent"
26779   - "tags"
26780   sort:
26781   - "IP6BASE"
26782   - "FIB_20k"
26783   - "FIB_200k"
26784   - "FIB_2M"
26785   layout:
26786     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26787     layout: "plot-throughput-speedup-analysis"
26788
26789 -
26790   type: "plot"
26791   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26792   algorithm: "plot_throughput_speedup_analysis"
26793   output-file-type: ".html"
26794   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26795   data: "plot-throughput-speedup-analysis-2n-skx"
26796   filter: "'NIC_Intel-XXV710' and
26797            '78B' and
26798            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26799            'NDRPDR' and
26800            'IP6FWD' and
26801            not 'SRv6' and
26802            not 'IPSEC' and
26803            not 'VHOST'"
26804   parameters:
26805   - "throughput"
26806   - "parent"
26807   - "tags"
26808   sort:
26809   - "IP6BASE"
26810   - "FIB_20k"
26811   - "FIB_200k"
26812   - "FIB_2M"
26813   layout:
26814     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26815     layout: "plot-throughput-speedup-analysis"
26816
26817 # Speedup - VPP IPv6 2n-dnv-x553 base
26818 -
26819   type: "plot"
26820   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26821   algorithm: "plot_throughput_speedup_analysis"
26822   output-file-type: ".html"
26823   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26824   data: "intel-dnv-vpp"
26825   filter: "'NIC_Intel-X553' and
26826            '78B' and
26827            'IP6BASE' and
26828            'NDRPDR' and
26829            'IP6FWD' and
26830            not 'SRv6' and
26831            not 'IPSEC' and
26832            not 'VHOST'"
26833   parameters:
26834   - "throughput"
26835   - "parent"
26836   - "tags"
26837   sort:
26838   - "IP6BASE"
26839   layout:
26840     title: "ip6-2n-dnv-x553-78b-base-ndr"
26841     layout: "plot-throughput-speedup-analysis"
26842
26843 -
26844   type: "plot"
26845   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26846   algorithm: "plot_throughput_speedup_analysis"
26847   output-file-type: ".html"
26848   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26849   data: "intel-dnv-vpp"
26850   filter: "'NIC_Intel-X553' and
26851            '78B' and
26852            'IP6BASE' and
26853            'NDRPDR' and
26854            'IP6FWD' and
26855            not 'SRv6' and
26856            not 'IPSEC' and
26857            not 'VHOST'"
26858   parameters:
26859   - "throughput"
26860   - "parent"
26861   - "tags"
26862   sort:
26863   - "IP6BASE"
26864   layout:
26865     title: "ip6-2n-dnv-x553-78b-base-pdr"
26866     layout: "plot-throughput-speedup-analysis"
26867
26868 ################################################################################
26869
26870 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26871 -
26872   type: "plot"
26873   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26874   algorithm: "plot_throughput_speedup_analysis"
26875   output-file-type: ".html"
26876   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26877   data: "plot-throughput-speedup-analysis-3n-hsw"
26878   filter: "'NIC_Intel-X520-DA2' and
26879            '78B' and
26880            'ENCAP' and
26881            'NDRPDR' and
26882            'LISP' and
26883            not 'VHOST'"
26884   parameters:
26885   - "throughput"
26886   - "parent"
26887   - "tags"
26888   sort:
26889   - "IP4UNRLAY"
26890   - "IP6UNRLAY"
26891   layout:
26892     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26893     layout: "plot-throughput-speedup-analysis"
26894
26895 -
26896   type: "plot"
26897   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26898   algorithm: "plot_throughput_speedup_analysis"
26899   output-file-type: ".html"
26900   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26901   data: "plot-throughput-speedup-analysis-3n-hsw"
26902   filter: "'NIC_Intel-X520-DA2' and
26903            '78B' and
26904            'ENCAP' and
26905            'NDRPDR' and
26906            'LISP' and
26907            not 'VHOST'"
26908   parameters:
26909   - "throughput"
26910   - "parent"
26911   - "tags"
26912   sort:
26913   - "IP4UNRLAY"
26914   - "IP6UNRLAY"
26915   layout:
26916     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26917     layout: "plot-throughput-speedup-analysis"
26918
26919 ################################################################################
26920
26921 # Speedup - VPP IPSec 3n-hsw-xl710 base
26922 -
26923   type: "plot"
26924   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26925   algorithm: "plot_throughput_speedup_analysis"
26926   output-file-type: ".html"
26927   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26928   data: "plot-throughput-speedup-analysis-3n-hsw"
26929   filter: "'NIC_Intel-XL710' and
26930            '64B' and
26931            'IP4FWD' and
26932            'NDRPDR' and
26933            'BASE' and
26934            'IPSECHW' and
26935            ('IPSECTRAN' or 'IPSECTUN') and
26936            not 'VHOST'"
26937   parameters:
26938   - "throughput"
26939   - "parent"
26940   - "tags"
26941   layout:
26942     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26943     layout: "plot-throughput-speedup-analysis"
26944
26945 -
26946   type: "plot"
26947   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26948   algorithm: "plot_throughput_speedup_analysis"
26949   output-file-type: ".html"
26950   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26951   data: "plot-throughput-speedup-analysis-3n-hsw"
26952   filter: "'NIC_Intel-XL710' and
26953            '64B' and
26954            'IP4FWD' and
26955            'NDRPDR' and
26956            'BASE' and
26957            'IPSECHW' and
26958            ('IPSECTRAN' or 'IPSECTUN') and
26959            not 'VHOST'"
26960   parameters:
26961   - "throughput"
26962   - "parent"
26963   - "tags"
26964   layout:
26965     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26966     layout: "plot-throughput-speedup-analysis"
26967
26968 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26969 -
26970   type: "plot"
26971   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26972   algorithm: "plot_throughput_speedup_analysis"
26973   output-file-type: ".html"
26974   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26975   data: "plot-throughput-speedup-analysis-3n-hsw"
26976   filter: "'NIC_Intel-XL710' and
26977            '64B' and
26978            'IP4FWD' and
26979            'NDRPDR' and
26980            'SCALE' and
26981            'IPSECHW' and
26982            ('IPSECTRAN' or 'IPSECTUN') and
26983            not 'VHOST'"
26984   parameters:
26985   - "throughput"
26986   - "parent"
26987   - "tags"
26988   layout:
26989     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26990     layout: "plot-throughput-speedup-analysis"
26991
26992 -
26993   type: "plot"
26994   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26995   algorithm: "plot_throughput_speedup_analysis"
26996   output-file-type: ".html"
26997   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26998   data: "plot-throughput-speedup-analysis-3n-hsw"
26999   filter: "'NIC_Intel-XL710' and
27000            '64B' and
27001            'IP4FWD' and
27002            'NDRPDR' and
27003            'SCALE' and
27004            'IPSECHW' and
27005            ('IPSECTRAN' or 'IPSECTUN') and
27006            not 'VHOST'"
27007   parameters:
27008   - "throughput"
27009   - "parent"
27010   - "tags"
27011   layout:
27012     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
27013     layout: "plot-throughput-speedup-analysis"
27014
27015 # Speedup - VPP IPSec 3n-hsw-xl710 sw
27016 -
27017   type: "plot"
27018   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27019   algorithm: "plot_throughput_speedup_analysis"
27020   output-file-type: ".html"
27021   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27022   data: "plot-throughput-speedup-analysis-3n-hsw"
27023   filter: "'NIC_Intel-XL710' and
27024            '64B' and
27025            'IP4FWD' and
27026            'NDRPDR' and
27027            'IPSECSW' and
27028            ('IPSECTRAN' or 'IPSECTUN') and
27029            not 'VHOST'"
27030   parameters:
27031   - "throughput"
27032   - "parent"
27033   - "tags"
27034   layout:
27035     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
27036     layout: "plot-throughput-speedup-analysis"
27037
27038 -
27039   type: "plot"
27040   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27041   algorithm: "plot_throughput_speedup_analysis"
27042   output-file-type: ".html"
27043   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27044   data: "plot-throughput-speedup-analysis-3n-hsw"
27045   filter: "'NIC_Intel-XL710' and
27046            '64B' and
27047            'IP4FWD' and
27048            'NDRPDR' and
27049            'IPSECSW' and
27050            ('IPSECTRAN' or 'IPSECTUN') and
27051            not 'VHOST'"
27052   parameters:
27053   - "throughput"
27054   - "parent"
27055   - "tags"
27056   layout:
27057     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
27058     layout: "plot-throughput-speedup-analysis"
27059
27060 ################################################################################
27061
27062 # Speedup - VPP SRv6 3n-hsw-x520
27063 -
27064   type: "plot"
27065   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
27066   algorithm: "plot_throughput_speedup_analysis"
27067   output-file-type: ".html"
27068   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
27069   data: "plot-throughput-speedup-analysis-3n-hsw"
27070   filter: "'NIC_Intel-X520-DA2' and
27071            '78B' and
27072            'FEATURE' and
27073            'NDRPDR' and
27074            'IP6FWD' and
27075            'SRv6'"
27076   parameters:
27077   - "throughput"
27078   - "parent"
27079   - "tags"
27080   layout:
27081     title: "srv6-3n-hsw-x520-78b-features-ndr"
27082     layout: "plot-throughput-speedup-analysis"
27083
27084 -
27085   type: "plot"
27086   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
27087   algorithm: "plot_throughput_speedup_analysis"
27088   output-file-type: ".html"
27089   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
27090   data: "plot-throughput-speedup-analysis-3n-hsw"
27091   filter: "'NIC_Intel-X520-DA2' and
27092            '78B' and
27093            'FEATURE' and
27094            'NDRPDR' and
27095            'IP6FWD' and
27096            'SRv6'"
27097   parameters:
27098   - "throughput"
27099   - "parent"
27100   - "tags"
27101   layout:
27102     title: "srv6-3n-hsw-x520-78b-features-pdr"
27103     layout: "plot-throughput-speedup-analysis"
27104
27105 ################################################################################
27106
27107 # Speedup - VPP L2 3n-hsw-x520 base and scale
27108 -
27109   type: "plot"
27110   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27111   algorithm: "plot_throughput_speedup_analysis"
27112   output-file-type: ".html"
27113   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27114   data: "plot-throughput-speedup-analysis-3n-hsw"
27115   filter: "'NIC_Intel-X520-DA2' and
27116            '64B' and
27117            ('BASE' or 'SCALE') and
27118            'NDRPDR' and
27119            'ETH' and
27120            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27121            not 'VHOST' and
27122            not 'MEMIF'"
27123   parameters:
27124   - "throughput"
27125   - "parent"
27126   - "tags"
27127   sort:
27128   - "L2XCFWD"
27129   - "L2PATCH"
27130   - "L2BDMACLRN"
27131   - "FIB_10K"
27132   - "FIB_100K"
27133   - "FIB_1M"
27134   layout:
27135     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27136     layout: "plot-throughput-speedup-analysis"
27137
27138 -
27139   type: "plot"
27140   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27141   algorithm: "plot_throughput_speedup_analysis"
27142   output-file-type: ".html"
27143   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27144   data: "plot-throughput-speedup-analysis-3n-hsw"
27145   filter: "'NIC_Intel-X520-DA2' and
27146            '64B' and
27147            ('BASE' or 'SCALE') and
27148            'NDRPDR' and
27149            'ETH' and
27150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27151            not 'VHOST' and
27152            not 'MEMIF'"
27153   parameters:
27154   - "throughput"
27155   - "parent"
27156   - "tags"
27157   sort:
27158   - "L2XCFWD"
27159   - "L2PATCH"
27160   - "L2BDMACLRN"
27161   - "FIB_10K"
27162   - "FIB_100K"
27163   - "FIB_1M"
27164   layout:
27165     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27166     layout: "plot-throughput-speedup-analysis"
27167
27168 # Speedup - VPP L2 3n-hsw-x520 features
27169 -
27170   type: "plot"
27171   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27172   algorithm: "plot_throughput_speedup_analysis"
27173   output-file-type: ".html"
27174   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27175   data: "plot-throughput-speedup-analysis-3n-hsw"
27176   filter: "'NIC_Intel-X520-DA2' and
27177            '64B' and
27178            'NDRPDR' and
27179            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27180            not 'ACL' and
27181            not 'VHOST' and
27182            not 'MEMIF'"
27183   parameters:
27184   - "throughput"
27185   - "parent"
27186   - "tags"
27187   sort:
27188   - "L2XCBASE"    # l2xcbase
27189   - "L2BDBASE"    # l2bdbase
27190   - "L2XCFWD"     # dot1q-l2xcbase
27191   - "L2BDMACLRN"  # dot1q-l2bdbase
27192   layout:
27193     title: "l2sw-3n-hsw-x520-64b-features-ndr"
27194     layout: "plot-throughput-speedup-analysis"
27195
27196 -
27197   type: "plot"
27198   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27199   algorithm: "plot_throughput_speedup_analysis"
27200   output-file-type: ".html"
27201   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27202   data: "plot-throughput-speedup-analysis-3n-hsw"
27203   filter: "'NIC_Intel-X520-DA2' and
27204            '64B' and
27205            'NDRPDR' and
27206            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27207            not 'ACL' and
27208            not 'VHOST' and
27209            not 'MEMIF'"
27210   parameters:
27211   - "throughput"
27212   - "parent"
27213   - "tags"
27214   sort:
27215   - "L2XCBASE"    # l2xcbase
27216   - "L2BDBASE"    # l2bdbase
27217   - "L2XCFWD"     # dot1q-l2xcbase
27218   - "L2BDMACLRN"  # dot1q-l2bdbase
27219   layout:
27220     title: "l2sw-3n-hsw-x520-64b-features-pdr"
27221     layout: "plot-throughput-speedup-analysis"
27222
27223 # Speedup - VPP L2 3n-hsw-x710 base and scale
27224 -
27225   type: "plot"
27226   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27227   algorithm: "plot_throughput_speedup_analysis"
27228   output-file-type: ".html"
27229   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27230   data: "plot-throughput-speedup-analysis-3n-hsw"
27231   filter: "'NIC_Intel-X710' and
27232            '64B' and
27233            ('BASE' or 'SCALE') and
27234            'NDRPDR' and
27235            'ETH' and
27236            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27237            not 'VHOST' and
27238            not 'MEMIF' and
27239            not 'DRV_AVF'"
27240   parameters:
27241   - "throughput"
27242   - "parent"
27243   - "tags"
27244   sort:
27245   - "L2PATCH"
27246   - "L2XCFWD"
27247   - "L2BDMACLRN"
27248   - "FIB_10K"
27249   - "FIB_100K"
27250   - "FIB_1M"
27251   layout:
27252     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27253     layout: "plot-throughput-speedup-analysis"
27254
27255 -
27256   type: "plot"
27257   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27258   algorithm: "plot_throughput_speedup_analysis"
27259   output-file-type: ".html"
27260   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27261   data: "plot-throughput-speedup-analysis-3n-hsw"
27262   filter: "'NIC_Intel-X710' and
27263            '64B' and
27264            ('BASE' or 'SCALE') and
27265            'NDRPDR' and
27266            'ETH' and
27267            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27268            not 'VHOST' and
27269            not 'MEMIF' and
27270            not 'DRV_AVF'"
27271   parameters:
27272   - "throughput"
27273   - "parent"
27274   - "tags"
27275   sort:
27276   - "L2PATCH"
27277   - "L2XCFWD"
27278   - "L2BDMACLRN"
27279   - "FIB_10K"
27280   - "FIB_100K"
27281   - "FIB_1M"
27282   layout:
27283     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27284     layout: "plot-throughput-speedup-analysis"
27285
27286 # Speedup - VPP L2 3n-hsw-x710 features
27287 -
27288   type: "plot"
27289   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27290   algorithm: "plot_throughput_speedup_analysis"
27291   output-file-type: ".html"
27292   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27293   data: "plot-throughput-speedup-analysis-3n-hsw"
27294   filter: "'NIC_Intel-X710' and
27295            '64B' and
27296            'NDRPDR' and
27297            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27298            not 'ACL' and
27299            not 'VHOST' and
27300            not 'L2OVRLAY' and
27301            not 'MEMIF'"
27302   parameters:
27303   - "throughput"
27304   - "parent"
27305   - "tags"
27306   sort:
27307   - "L2XCBASE"    # l2xcbase
27308   - "L2BDBASE"    # l2bdbase
27309   - "L2XCFWD"     # dot1q-l2xcbase
27310   - "L2BDMACLRN"  # dot1q-l2bdbase
27311   layout:
27312     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27313     layout: "plot-throughput-speedup-analysis"
27314
27315 -
27316   type: "plot"
27317   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27318   algorithm: "plot_throughput_speedup_analysis"
27319   output-file-type: ".html"
27320   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27321   data: "plot-throughput-speedup-analysis-3n-hsw"
27322   filter: "'NIC_Intel-X710' and
27323            '64B' and
27324            'NDRPDR' and
27325            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27326            not 'ACL' and
27327            not 'VHOST' and
27328            not 'L2OVRLAY' and
27329            not 'MEMIF'"
27330   parameters:
27331   - "throughput"
27332   - "parent"
27333   - "tags"
27334   sort:
27335   - "L2XCBASE"    # l2xcbase
27336   - "L2BDBASE"    # l2bdbase
27337   - "L2XCFWD"     # dot1q-l2xcbase
27338   - "L2BDMACLRN"  # dot1q-l2bdbase
27339   layout:
27340     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27341     layout: "plot-throughput-speedup-analysis"
27342
27343 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27344 -
27345   type: "plot"
27346   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
27347   algorithm: "plot_throughput_speedup_analysis"
27348   output-file-type: ".html"
27349   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
27350   data: "plot-throughput-speedup-analysis-3n-hsw"
27351   filter: "'NIC_Intel-XL710' and
27352            '64B' and
27353            'BASE' and
27354            'NDRPDR' and
27355            'ETH' and
27356            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27357            not 'VHOST' and
27358            not 'MEMIF'"
27359   parameters:
27360   - "throughput"
27361   - "parent"
27362   - "tags"
27363   sort:
27364   - "L2PATCH"
27365   - "L2XCFWD"
27366   - "L2BDMACLRN"
27367   layout:
27368     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
27369     layout: "plot-throughput-speedup-analysis"
27370
27371 -
27372   type: "plot"
27373   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
27374   algorithm: "plot_throughput_speedup_analysis"
27375   output-file-type: ".html"
27376   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
27377   data: "plot-throughput-speedup-analysis-3n-hsw"
27378   filter: "'NIC_Intel-XL710' and
27379            '64B' and
27380            'BASE' and
27381            'NDRPDR' and
27382            'ETH' and
27383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27384            not 'VHOST' and
27385            not 'MEMIF'"
27386   parameters:
27387   - "throughput"
27388   - "parent"
27389   - "tags"
27390   sort:
27391   - "L2PATCH"
27392   - "L2XCFWD"
27393   - "L2BDMACLRN"
27394   layout:
27395     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
27396     layout: "plot-throughput-speedup-analysis"
27397
27398 # Speedup - VPP L2 3n-skx-x710 base and scale
27399 -
27400   type: "plot"
27401   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27402   algorithm: "plot_throughput_speedup_analysis"
27403   output-file-type: ".html"
27404   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27405   data: "plot-throughput-speedup-analysis-3n-skx"
27406   filter: "'NIC_Intel-X710' and
27407            '64B' and
27408            ('BASE' or 'SCALE') and
27409            'NDRPDR' and
27410            'ETH' and
27411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27412            not 'VHOST' and
27413            not 'DRV_AVF' and
27414            not 'MEMIF'"
27415   parameters:
27416   - "throughput"
27417   - "parent"
27418   - "tags"
27419   sort:
27420   - "L2PATCH"
27421   - "L2XCBASE"
27422   - "BASE"
27423   - "FIB_10K"
27424   - "FIB_100K"
27425   - "FIB_1M"
27426   layout:
27427     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27428     layout: "plot-throughput-speedup-analysis"
27429
27430 -
27431   type: "plot"
27432   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27433   algorithm: "plot_throughput_speedup_analysis"
27434   output-file-type: ".html"
27435   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27436   data: "plot-throughput-speedup-analysis-3n-skx"
27437   filter: "'NIC_Intel-X710' and
27438            '64B' and
27439            ('BASE' or 'SCALE') and
27440            'NDRPDR' and
27441            'ETH' and
27442            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27443            not 'VHOST' and
27444            not 'DRV_AVF' and
27445            not 'MEMIF'"
27446   parameters:
27447   - "throughput"
27448   - "parent"
27449   - "tags"
27450   sort:
27451   - "L2PATCH"
27452   - "L2XCBASE"
27453   - "BASE"
27454   - "FIB_10K"
27455   - "FIB_100K"
27456   - "FIB_1M"
27457   layout:
27458     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27459     layout: "plot-throughput-speedup-analysis"
27460
27461 # Speedup - VPP L2 3n-skx-x710 features
27462 -
27463   type: "plot"
27464   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27465   algorithm: "plot_throughput_speedup_analysis"
27466   output-file-type: ".html"
27467   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27468   data: "plot-throughput-speedup-analysis-3n-skx"
27469   filter: "'NIC_Intel-X710' and
27470            '64B' and
27471            'NDRPDR' and
27472            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27473            not 'ACL' and
27474            not 'VHOST' and
27475            not 'DRV_AVF' and
27476            not 'L2OVRLAY' and
27477            not 'MEMIF'"
27478   parameters:
27479   - "throughput"
27480   - "parent"
27481   - "tags"
27482   sort:
27483   - "L2XCBASE"    # l2xcbase
27484   - "L2BDBASE"    # l2bdbase
27485   - "L2XCFWD"     # dot1q-l2xcbase
27486   - "L2BDMACLRN"  # dot1q-l2bdbase
27487   layout:
27488     title: "l2sw-3n-skx-x710-64b-features-ndr"
27489     layout: "plot-throughput-speedup-analysis"
27490
27491 -
27492   type: "plot"
27493   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27494   algorithm: "plot_throughput_speedup_analysis"
27495   output-file-type: ".html"
27496   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27497   data: "plot-throughput-speedup-analysis-3n-skx"
27498   filter: "'NIC_Intel-X710' and
27499            '64B' and
27500            'NDRPDR' and
27501            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27502            not 'ACL' and
27503            not 'VHOST' and
27504            not 'DRV_AVF' and
27505            not 'L2OVRLAY' and
27506            not 'MEMIF'"
27507   parameters:
27508   - "throughput"
27509   - "parent"
27510   - "tags"
27511   sort:
27512   - "L2XCBASE"    # l2xcbase
27513   - "L2BDBASE"    # l2bdbase
27514   - "L2XCFWD"     # dot1q-l2xcbase
27515   - "L2BDMACLRN"  # dot1q-l2bdbase
27516   layout:
27517     title: "l2sw-3n-skx-x710-64b-features-pdr"
27518     layout: "plot-throughput-speedup-analysis"
27519
27520 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27521 -
27522   type: "plot"
27523   title: "Speedup: l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
27524   algorithm: "plot_throughput_speedup_analysis"
27525   output-file-type: ".html"
27526   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
27527   data: "plot-throughput-speedup-analysis-3n-skx"
27528   filter: "'NIC_Intel-XXV710' and
27529            '64B' and
27530            ('BASE' or 'SCALE') and
27531            'NDRPDR' and
27532            'ETH' and
27533            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27534            not 'VHOST' and
27535            not 'MEMIF'"
27536   parameters:
27537   - "throughput"
27538   - "parent"
27539   - "tags"
27540   sort:
27541   - "L2PATCH"
27542   - "L2PATCH"
27543   - "L2XCBASE"
27544   - "L2BDMACLRN"
27545   layout:
27546     title: "l2sw-3n-skx-xxv710-64b-base-ndr"
27547     layout: "plot-throughput-speedup-analysis"
27548
27549 -
27550   type: "plot"
27551   title: "Speedup: l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
27552   algorithm: "plot_throughput_speedup_analysis"
27553   output-file-type: ".html"
27554   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
27555   data: "plot-throughput-speedup-analysis-3n-skx"
27556   filter: "'NIC_Intel-XXV710' and
27557            '64B' and
27558            ('BASE' or 'SCALE') and
27559            'NDRPDR' and
27560            'ETH' and
27561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27562            not 'VHOST' and
27563            not 'MEMIF'"
27564   parameters:
27565   - "throughput"
27566   - "parent"
27567   - "tags"
27568   sort:
27569   - "L2PATCH"
27570   - "L2PATCH"
27571   - "L2XCBASE"
27572   - "L2BDMACLRN"
27573   layout:
27574     title: "l2sw-3n-skx-xxv710-64b-base-pdr"
27575     layout: "plot-throughput-speedup-analysis"
27576
27577 # Speedup - VPP L2 2n-skx-x710 base and scale
27578 -
27579   type: "plot"
27580   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27581   algorithm: "plot_throughput_speedup_analysis"
27582   output-file-type: ".html"
27583   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27584   data: "plot-throughput-speedup-analysis-2n-skx"
27585   filter: "'NIC_Intel-X710' 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-x710-64b-base_and_scale-ndr"
27606     layout: "plot-throughput-speedup-analysis"
27607
27608 -
27609   type: "plot"
27610   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27611   algorithm: "plot_throughput_speedup_analysis"
27612   output-file-type: ".html"
27613   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27614   data: "plot-throughput-speedup-analysis-2n-skx"
27615   filter: "'NIC_Intel-X710' and
27616            '64B' and
27617            ('BASE' or 'SCALE') and
27618            'NDRPDR' and
27619            'ETH' and
27620            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27621            not 'VHOST' and
27622            not 'MEMIF'"
27623   parameters:
27624   - "throughput"
27625   - "parent"
27626   - "tags"
27627   sort:
27628   - "L2PATCH"
27629   - "L2XCBASE"
27630   - "BASE"
27631   - "FIB_10K"
27632   - "FIB_100K"
27633   - "FIB_1M"
27634   layout:
27635     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27636     layout: "plot-throughput-speedup-analysis"
27637
27638 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27639 -
27640   type: "plot"
27641   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27642   algorithm: "plot_throughput_speedup_analysis"
27643   output-file-type: ".html"
27644   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27645   data: "plot-throughput-speedup-analysis-2n-skx"
27646   filter: "'NIC_Intel-XXV710' and
27647            '64B' and
27648            ('BASE' or 'SCALE') and
27649            'NDRPDR' and
27650            'ETH' and
27651            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27652            not 'VHOST' and
27653            not 'MEMIF'"
27654   parameters:
27655   - "throughput"
27656   - "parent"
27657   - "tags"
27658   sort:
27659   - "L2PATCH"
27660   - "L2XCBASE"
27661   - "BASE"
27662   - "FIB_10K"
27663   - "FIB_100K"
27664   - "FIB_1M"
27665   layout:
27666     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27667     layout: "plot-throughput-speedup-analysis"
27668
27669 -
27670   type: "plot"
27671   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27672   algorithm: "plot_throughput_speedup_analysis"
27673   output-file-type: ".html"
27674   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27675   data: "plot-throughput-speedup-analysis-2n-skx"
27676   filter: "'NIC_Intel-XXV710' and
27677            '64B' and
27678            ('BASE' or 'SCALE') and
27679            'NDRPDR' and
27680            'ETH' and
27681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27682            not 'VHOST' and
27683            not 'MEMIF'"
27684   parameters:
27685   - "throughput"
27686   - "parent"
27687   - "tags"
27688   sort:
27689   - "L2PATCH"
27690   - "L2XCBASE"
27691   - "BASE"
27692   - "FIB_10K"
27693   - "FIB_100K"
27694   - "FIB_1M"
27695   layout:
27696     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27697     layout: "plot-throughput-speedup-analysis"
27698
27699 # Speedup - VPP L2 2n-dnv-x553 base
27700 -
27701   type: "plot"
27702   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27703   algorithm: "plot_throughput_speedup_analysis"
27704   output-file-type: ".html"
27705   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27706   data: "intel-dnv-vpp"
27707   filter: "'NIC_Intel-X553' and
27708            '64B' and
27709            ('BASE' or 'SCALE') and
27710            'NDRPDR' and
27711            'ETH' and
27712            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27713            not 'VHOST' and
27714            not 'MEMIF'"
27715   parameters:
27716   - "throughput"
27717   - "parent"
27718   - "tags"
27719   sort:
27720   - "L2XCBASE"
27721   - "L2BDMACLRN"
27722   - "L2PATCH"
27723   layout:
27724     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27725     layout: "plot-throughput-speedup-analysis"
27726
27727 -
27728   type: "plot"
27729   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27730   algorithm: "plot_throughput_speedup_analysis"
27731   output-file-type: ".html"
27732   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27733   data: "intel-dnv-vpp"
27734   filter: "'NIC_Intel-X553' and
27735            '64B' and
27736            ('BASE' or 'SCALE') and
27737            'NDRPDR' and
27738            'ETH' and
27739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27740            not 'VHOST' and
27741            not 'MEMIF'"
27742   parameters:
27743   - "throughput"
27744   - "parent"
27745   - "tags"
27746   sort:
27747   - "L2XCBASE"
27748   - "L2BDMACLRN"
27749   - "L2PATCH"
27750   layout:
27751     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27752     layout: "plot-throughput-speedup-analysis"
27753
27754 ################################################################################
27755
27756 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27757 -
27758   type: "plot"
27759   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27760   algorithm: "plot_throughput_speedup_analysis"
27761   output-file-type: ".html"
27762   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27763   data: "plot-throughput-speedup-analysis-3n-hsw"
27764   filter: "'NIC_Intel-X520-DA2' and
27765            '64B' and
27766            'NDRPDR' and
27767            'ETH' and
27768            'IP4FWD' and
27769            'VHOST_1024' and
27770            not 'VXLAN' and
27771            not 'DOT1Q'"
27772   parameters:
27773   - "throughput"
27774   - "parent"
27775   - "tags"
27776   sort:
27777   - "not CFS_OPT"
27778   - "1VM"
27779   - "2VM"
27780   layout:
27781     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27782     layout: "plot-throughput-speedup-analysis"
27783
27784 -
27785   type: "plot"
27786   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27787   algorithm: "plot_throughput_speedup_analysis"
27788   output-file-type: ".html"
27789   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27790   data: "plot-throughput-speedup-analysis-3n-hsw"
27791   filter: "'NIC_Intel-X520-DA2' and
27792            '64B' and
27793            'NDRPDR' and
27794            'ETH' and
27795            'IP4FWD' and
27796            'VHOST_1024' and
27797            not 'VXLAN' and
27798            not 'DOT1Q'"
27799   parameters:
27800   - "throughput"
27801   - "parent"
27802   - "tags"
27803   sort:
27804   - "not CFS_OPT"
27805   - "1VM"
27806   - "2VM"
27807   layout:
27808     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27809     layout: "plot-throughput-speedup-analysis"
27810
27811 ## Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27812 #-
27813 #  type: "plot"
27814 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27815 #  algorithm: "plot_throughput_speedup_analysis"
27816 #  output-file-type: ".html"
27817 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27818 #  data: "plot-throughput-speedup-analysis-3n-hsw"
27819 #  filter: "'NIC_Intel-X520-DA2' and
27820 #           '64B' and
27821 #           'NDRPDR' and
27822 #           ('ETH' or 'DOT1Q') and
27823 #           'VHOST_1024' and
27824 #           not 'VXLAN' and
27825 #           not 'IP4FWD' and
27826 #           not '2VM'"
27827 #  parameters:
27828 #  - "throughput"
27829 #  - "parent"
27830 #  - "tags"
27831 ##  sort:
27832 ##  - "VM"  # "not CFS_OPT"
27833 ##  - "CFS_OPT"
27834 ##  - "FIB_10K"
27835 ##  - "FIB_100K"
27836 ##  - "FIB_1M"
27837 #  layout:
27838 #    title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27839 #    layout: "plot-throughput-speedup-analysis"
27840 #
27841 #-
27842 #  type: "plot"
27843 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27844 #  algorithm: "plot_throughput_speedup_analysis"
27845 #  output-file-type: ".html"
27846 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27847 #  data: "plot-throughput-speedup-analysis-3n-hsw"
27848 #  filter: "'NIC_Intel-X520-DA2' and
27849 #           '64B' and
27850 #           'NDRPDR' and
27851 #           ('ETH' or 'DOT1Q') and
27852 #           'L2BDMACLRN' and
27853 #           'VHOST_1024' and
27854 #           not 'VXLAN' and
27855 #           not 'IP4FWD' and
27856 #           not '2VM'"
27857 #  parameters:
27858 #  - "throughput"
27859 #  - "parent"
27860 #  - "tags"
27861 ##  sort:
27862 ##  - "VM"  # "not CFS_OPT"
27863 ##  - "CFS_OPT"
27864 ##  - "FIB_10K"
27865 ##  - "FIB_100K"
27866 ##  - "FIB_1M"
27867 #  layout:
27868 #    title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27869 #    layout: "plot-throughput-speedup-analysis"
27870
27871 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27872 -
27873   type: "plot"
27874   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-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-ndr-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            'BASE' and
27884            ('L2BDMACLRN' or 'L2XCFWD') and
27885            'VHOST_1024' and
27886            not 'VXLAN' and
27887            not 'IP4FWD' and
27888            not '2VM'"
27889   parameters:
27890   - "throughput"
27891   - "parent"
27892   - "tags"
27893   sort:
27894   - "L2BDMACLRN"
27895   - "L2BDMACLRN"
27896   - "L2BDMACLRN"
27897   - "L2XCFWD"
27898   - "L2XCFWD"
27899   - "L2XCFWD"
27900   layout:
27901     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27902     layout: "plot-throughput-speedup-analysis"
27903
27904 -
27905   type: "plot"
27906   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27907   algorithm: "plot_throughput_speedup_analysis"
27908   output-file-type: ".html"
27909   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27910   data: "plot-throughput-speedup-analysis-3n-hsw"
27911   filter: "'NIC_Intel-X520-DA2' and
27912            '64B' and
27913            'NDRPDR' and
27914            ('ETH' or 'DOT1Q') and
27915            'BASE' and
27916            ('L2BDMACLRN' or 'L2XCFWD') and
27917            'VHOST_1024' and
27918            not 'VXLAN' and
27919            not 'IP4FWD' and
27920            not '2VM'"
27921   parameters:
27922   - "throughput"
27923   - "parent"
27924   - "tags"
27925   sort:
27926   - "L2BDMACLRN"
27927   - "L2BDMACLRN"
27928   - "L2BDMACLRN"
27929   - "L2XCFWD"
27930   - "L2XCFWD"
27931   - "L2XCFWD"
27932   layout:
27933     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27934     layout: "plot-throughput-speedup-analysis"
27935
27936 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27937 -
27938   type: "plot"
27939   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27940   algorithm: "plot_throughput_speedup_analysis"
27941   output-file-type: ".html"
27942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27943   data: "plot-throughput-speedup-analysis-3n-hsw"
27944   filter: "'NIC_Intel-X520-DA2' and
27945            '64B' and
27946            'NDRPDR' and
27947            ('ETH' or 'DOT1Q') and
27948            ('L2BDMACLRN' or 'L2XCFWD') and
27949            'VHOST_1024' and
27950            not 'CFS_OPT' and
27951            not 'DOT1Q' and
27952            not 'VXLAN' and
27953            not 'IP4FWD' and
27954            not 'LBOND'"
27955   parameters:
27956   - "throughput"
27957   - "parent"
27958   - "tags"
27959 #  sort:
27960 #  - "1VM"
27961 #  - "L2XCFWD"
27962 #  - "1VM"
27963 #  - "L2BDMACLRN"
27964   layout:
27965     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27966     layout: "plot-throughput-speedup-analysis"
27967
27968 -
27969   type: "plot"
27970   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27971   algorithm: "plot_throughput_speedup_analysis"
27972   output-file-type: ".html"
27973   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27974   data: "plot-throughput-speedup-analysis-3n-hsw"
27975   filter: "'NIC_Intel-X520-DA2' and
27976            '64B' and
27977            'NDRPDR' and
27978            ('ETH' or 'DOT1Q') and
27979            ('L2BDMACLRN' or 'L2XCFWD') and
27980            'VHOST_1024' and
27981            not 'CFS_OPT' and
27982            not 'DOT1Q' and
27983            not 'VXLAN' and
27984            not 'IP4FWD' and
27985            not 'LBOND'"
27986   parameters:
27987   - "throughput"
27988   - "parent"
27989   - "tags"
27990 #  sort:
27991 #  - "1VM"
27992 #  - "L2XCFWD"
27993 #  - "1VM"
27994 #  - "L2BDMACLRN"
27995   layout:
27996     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27997     layout: "plot-throughput-speedup-analysis"
27998
27999 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
28000 -
28001   type: "plot"
28002   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28003   algorithm: "plot_throughput_speedup_analysis"
28004   output-file-type: ".html"
28005   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28006   data: "plot-throughput-speedup-analysis-3n-hsw"
28007   filter: "'NIC_Intel-X710' and
28008            '64B' and
28009            'NDRPDR' and
28010            'ETH' and
28011            'IP4FWD' and
28012            'VHOST_1024' and
28013            not 'VXLAN' and
28014            not 'CFS_OPT' and
28015            not 'DOT1Q'"
28016   parameters:
28017   - "throughput"
28018   - "parent"
28019   - "tags"
28020   sort:
28021   - "1VM"
28022   - "2VM"
28023   layout:
28024     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
28025     layout: "plot-throughput-speedup-analysis"
28026
28027 -
28028   type: "plot"
28029   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28030   algorithm: "plot_throughput_speedup_analysis"
28031   output-file-type: ".html"
28032   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28033   data: "plot-throughput-speedup-analysis-3n-hsw"
28034   filter: "'NIC_Intel-X710' and
28035            '64B' and
28036            'NDRPDR' and
28037            'ETH' and
28038            'IP4FWD' and
28039            'VHOST_1024' and
28040            not 'VXLAN' and
28041            not 'CFS_OPT' and
28042            not 'DOT1Q'"
28043   parameters:
28044   - "throughput"
28045   - "parent"
28046   - "tags"
28047   sort:
28048   - "1VM"
28049   - "2VM"
28050   layout:
28051     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
28052     layout: "plot-throughput-speedup-analysis"
28053
28054 ## Packet Speedup - VPP vhost l2sw 3n-hsw-x710
28055 #-
28056 #  type: "plot"
28057 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28058 #  algorithm: "plot_throughput_speedup_analysis"
28059 #  output-file-type: ".html"
28060 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28061 #  data: "plot-throughput-speedup-analysis-3n-hsw"
28062 #  filter: "'NIC_Intel-X710' and
28063 #           '64B' and
28064 #           'NDRPDR' and
28065 #           ('ETH' or 'DOT1Q') and
28066 #           'L2BDMACLRN' and
28067 #           'VHOST_1024' and
28068 #           not 'VXLAN' and
28069 #           not 'IP4FWD' and
28070 #           not '2VM'"
28071 #  parameters:
28072 #  - "throughput"
28073 #  - "parent"
28074 #  - "tags"
28075 ##  sort:
28076 ##  - "VM"  # "not CFS_OPT"
28077 ##  - "CFS_OPT"
28078 ##  - "FIB_10K"
28079 ##  - "FIB_100K"
28080 ##  - "FIB_1M"
28081 #  layout:
28082 #    title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
28083 #    layout: "plot-throughput-speedup-analysis"
28084 #
28085 #-
28086 #  type: "plot"
28087 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28088 #  algorithm: "plot_throughput_speedup_analysis"
28089 #  output-file-type: ".html"
28090 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28091 #  data: "plot-throughput-speedup-analysis-3n-hsw"
28092 #  filter: "'NIC_Intel-X710' and
28093 #           '64B' and
28094 #           'NDRPDR' and
28095 #           ('ETH' or 'DOT1Q') and
28096 #           'L2BDMACLRN' and
28097 #           'VHOST_1024' and
28098 #           not 'VXLAN' and
28099 #           not 'IP4FWD' and
28100 #           not '2VM'"
28101 #  parameters:
28102 #  - "throughput"
28103 #  - "parent"
28104 #  - "tags"
28105 ##  sort:
28106 ##  - "VM"  # "not CFS_OPT"
28107 ##  - "CFS_OPT"
28108 ##  - "FIB_10K"
28109 ##  - "FIB_100K"
28110 ##  - "FIB_1M"
28111 #  layout:
28112 #    title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28113 #    layout: "plot-throughput-speedup-analysis"
28114
28115 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
28116 -
28117   type: "plot"
28118   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28119   algorithm: "plot_throughput_speedup_analysis"
28120   output-file-type: ".html"
28121   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28122   data: "plot-throughput-speedup-analysis-3n-hsw"
28123   filter: "'NIC_Intel-X710' and
28124            '64B' and
28125            'NDRPDR' and
28126            ('ETH' or 'DOT1Q') and
28127            'BASE' and
28128            ('L2BDMACLRN' or 'L2XCFWD') and
28129            'VHOST_1024' and
28130            not 'VXLAN' and
28131            not 'IP4FWD' and
28132            not '2VM'"
28133   parameters:
28134   - "throughput"
28135   - "parent"
28136   - "tags"
28137   sort:
28138   - "L2BDMACLRN"
28139   - "L2BDMACLRN"
28140   - "L2BDMACLRN"
28141   - "L2XCFWD"
28142   - "L2XCFWD"
28143   - "L2XCFWD"
28144   layout:
28145     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
28146     layout: "plot-throughput-speedup-analysis"
28147
28148 -
28149   type: "plot"
28150   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28151   algorithm: "plot_throughput_speedup_analysis"
28152   output-file-type: ".html"
28153   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28154   data: "plot-throughput-speedup-analysis-3n-hsw"
28155   filter: "'NIC_Intel-X710' and
28156            '64B' and
28157            'NDRPDR' and
28158            ('ETH' or 'DOT1Q') and
28159            'BASE' and
28160            ('L2BDMACLRN' or 'L2XCFWD') and
28161            'VHOST_1024' and
28162            not 'VXLAN' and
28163            not 'IP4FWD' and
28164            not '2VM'"
28165   parameters:
28166   - "throughput"
28167   - "parent"
28168   - "tags"
28169   sort:
28170   - "L2BDMACLRN"
28171   - "L2BDMACLRN"
28172   - "L2BDMACLRN"
28173   - "L2XCFWD"
28174   - "L2XCFWD"
28175   - "L2XCFWD"
28176   layout:
28177     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
28178     layout: "plot-throughput-speedup-analysis"
28179
28180 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
28181 -
28182   type: "plot"
28183   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28184   algorithm: "plot_throughput_speedup_analysis"
28185   output-file-type: ".html"
28186   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28187   data: "plot-throughput-speedup-analysis-3n-hsw"
28188   filter: "'NIC_Intel-X710' and
28189            '64B' and
28190            'NDRPDR' and
28191            ('ETH' or 'DOT1Q') and
28192            ('L2BDMACLRN' or 'L2XCFWD') and
28193            'VHOST_1024' and
28194            not 'CFS_OPT' and
28195            not 'VXLAN' and
28196            not 'IP4FWD' and
28197            not 'LBOND'"
28198   parameters:
28199   - "throughput"
28200   - "parent"
28201   - "tags"
28202   sort:
28203   - "L2BDMACLRN"
28204   - "L2BDMACLRN"
28205   - "L2BDMACLRN"
28206   - "L2XCFWD"
28207   - "L2XCFWD"
28208   - "L2XCFWD"
28209   layout:
28210     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
28211     layout: "plot-throughput-speedup-analysis"
28212
28213 -
28214   type: "plot"
28215   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28216   algorithm: "plot_throughput_speedup_analysis"
28217   output-file-type: ".html"
28218   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28219   data: "plot-throughput-speedup-analysis-3n-hsw"
28220   filter: "'NIC_Intel-X710' and
28221            '64B' and
28222            'NDRPDR' and
28223            ('ETH' or 'DOT1Q') and
28224            ('L2BDMACLRN' or 'L2XCFWD') and
28225            'VHOST_1024' and
28226            not 'CFS_OPT' and
28227            not 'VXLAN' and
28228            not 'IP4FWD' and
28229            not 'LBOND'"
28230   parameters:
28231   - "throughput"
28232   - "parent"
28233   - "tags"
28234   sort:
28235   - "L2BDMACLRN"
28236   - "L2BDMACLRN"
28237   - "L2BDMACLRN"
28238   - "L2XCFWD"
28239   - "L2XCFWD"
28240   - "L2XCFWD"
28241   layout:
28242     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28243     layout: "plot-throughput-speedup-analysis"
28244
28245 ## Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28246 #-
28247 #  type: "plot"
28248 #  title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28249 #  algorithm: "plot_throughput_speedup_analysis"
28250 #  output-file-type: ".html"
28251 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28252 #  data: "plot-throughput-speedup-analysis-3n-hsw"
28253 #  filter: "'NIC_Intel-XL710' and
28254 #           '64B' and
28255 #           'NDRPDR' and
28256 #           'ETH' and
28257 #           'IP4FWD' and
28258 #           'VHOST_1024' and
28259 #           not 'VXLAN' and
28260 #           not 'DOT1Q'"
28261 #  parameters:
28262 #  - "throughput"
28263 #  - "parent"
28264 #  - "tags"
28265 #  sort:
28266 #  - "not CFS_OPT"
28267 #  - "1VM"
28268 #  - "2VM"
28269 #  layout:
28270 #    title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28271 #    layout: "plot-throughput-speedup-analysis"
28272 #
28273 #-
28274 #  type: "plot"
28275 #  title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28276 #  algorithm: "plot_throughput_speedup_analysis"
28277 #  output-file-type: ".html"
28278 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28279 #  data: "plot-throughput-speedup-analysis-3n-hsw"
28280 #  filter: "'NIC_Intel-XL710' and
28281 #           '64B' and
28282 #           'NDRPDR' and
28283 #           'ETH' and
28284 #           'IP4FWD' and
28285 #           'VHOST_1024' and
28286 #           not 'VXLAN' and
28287 #           not 'DOT1Q'"
28288 #  parameters:
28289 #  - "throughput"
28290 #  - "parent"
28291 #  - "tags"
28292 #  sort:
28293 #  - "not CFS_OPT"
28294 #  - "1VM"
28295 #  - "2VM"
28296 #  layout:
28297 #    title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
28298 #    layout: "plot-throughput-speedup-analysis"
28299 #
28300 ## Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
28301 #-
28302 #  type: "plot"
28303 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28304 #  algorithm: "plot_throughput_speedup_analysis"
28305 #  output-file-type: ".html"
28306 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28307 #  data: "plot-throughput-speedup-analysis-3n-hsw"
28308 #  filter: "'NIC_Intel-XL710' and
28309 #           '64B' and
28310 #           'NDRPDR' and
28311 #           ('ETH' or 'DOT1Q') and
28312 #           'L2BDMACLRN' and
28313 #           'VHOST_1024' and
28314 #           not 'VXLAN' and
28315 #           not 'IP4FWD' and
28316 #           not '2VM'"
28317 #  parameters:
28318 #  - "throughput"
28319 #  - "parent"
28320 #  - "tags"
28321 ##  sort:
28322 ##  - "VM"  # "not CFS_OPT"
28323 ##  - "CFS_OPT"
28324 ##  - "FIB_10K"
28325 ##  - "FIB_100K"
28326 ##  - "FIB_1M"
28327 #  layout:
28328 #    title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28329 #    layout: "plot-throughput-speedup-analysis"
28330 #
28331 #-
28332 #  type: "plot"
28333 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28334 #  algorithm: "plot_throughput_speedup_analysis"
28335 #  output-file-type: ".html"
28336 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28337 #  data: "plot-throughput-speedup-analysis-3n-hsw"
28338 #  filter: "'NIC_Intel-XL710' and
28339 #           '64B' and
28340 #           'NDRPDR' and
28341 #           ('ETH' or 'DOT1Q') and
28342 #           'L2BDMACLRN' and
28343 #           'VHOST_1024' and
28344 #           not 'VXLAN' and
28345 #           not 'IP4FWD' and
28346 #           not '2VM'"
28347 #  parameters:
28348 #  - "throughput"
28349 #  - "parent"
28350 #  - "tags"
28351 ##  sort:
28352 ##  - "VM"  # "not CFS_OPT"
28353 ##  - "CFS_OPT"
28354 ##  - "FIB_10K"
28355 ##  - "FIB_100K"
28356 ##  - "FIB_1M"
28357 #  layout:
28358 #    title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28359 #    layout: "plot-throughput-speedup-analysis"
28360 #
28361 ## Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28362 #-
28363 #  type: "plot"
28364 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28365 #  algorithm: "plot_throughput_speedup_analysis"
28366 #  output-file-type: ".html"
28367 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28368 #  data: "plot-throughput-speedup-analysis-3n-hsw"
28369 #  filter: "'NIC_Intel-XL710' and
28370 #           '64B' and
28371 #           'NDRPDR' and
28372 #           ('ETH' or 'DOT1Q') and
28373 #           'BASE' and
28374 #           ('L2BDMACLRN' or 'L2XCFWD') and
28375 #           'VHOST_1024' and
28376 #           not 'VXLAN' and
28377 #           not 'IP4FWD' and
28378 #           not '2VM'"
28379 #  parameters:
28380 #  - "throughput"
28381 #  - "parent"
28382 #  - "tags"
28383 ##  sort:
28384 ##  - "not CFS_OPT"
28385 ##  - "L2XCFWD"
28386 ##  - "not CFS_OPT"
28387 ##  - "CFS_OPT"
28388 #  layout:
28389 #    title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28390 #    layout: "plot-throughput-speedup-analysis"
28391 #
28392 #-
28393 #  type: "plot"
28394 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28395 #  algorithm: "plot_throughput_speedup_analysis"
28396 #  output-file-type: ".html"
28397 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28398 #  data: "plot-throughput-speedup-analysis-3n-hsw"
28399 #  filter: "'NIC_Intel-XL710' and
28400 #           '64B' and
28401 #           'NDRPDR' and
28402 #           ('ETH' or 'DOT1Q') and
28403 #           'BASE' and
28404 #           ('L2BDMACLRN' or 'L2XCFWD') and
28405 #           'VHOST_1024' and
28406 #           not 'VXLAN' and
28407 #           not 'IP4FWD' and
28408 #           not '2VM'"
28409 #  parameters:
28410 #  - "throughput"
28411 #  - "parent"
28412 #  - "tags"
28413 ##  sort:
28414 ##  - "not CFS_OPT"
28415 ##  - "L2XCFWD"
28416 ##  - "not CFS_OPT"
28417 ##  - "CFS_OPT"
28418 #  layout:
28419 #    title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28420 #    layout: "plot-throughput-speedup-analysis"
28421 #
28422 ## Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28423 #-
28424 #  type: "plot"
28425 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28426 #  algorithm: "plot_throughput_speedup_analysis"
28427 #  output-file-type: ".html"
28428 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28429 #  data: "plot-throughput-speedup-analysis-3n-hsw"
28430 #  filter: "'NIC_Intel-XL710' and
28431 #           '64B' and
28432 #           'NDRPDR' and
28433 #           ('ETH' or 'DOT1Q') and
28434 #           ('L2BDMACLRN' or 'L2XCFWD') and
28435 #           'VHOST_1024' and
28436 #           not 'CFS_OPT' and
28437 #           not 'VXLAN' and
28438 #           not 'IP4FWD'"
28439 #  parameters:
28440 #  - "throughput"
28441 #  - "parent"
28442 #  - "tags"
28443 ##  sort:
28444 ##  - "1VM"
28445 ##  - "L2XCFWD"
28446 ##  - "1VM"
28447 ##  - "L2BDMACLRN"
28448 #  layout:
28449 #    title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
28450 #    layout: "plot-throughput-speedup-analysis"
28451 #
28452 #-
28453 #  type: "plot"
28454 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28455 #  algorithm: "plot_throughput_speedup_analysis"
28456 #  output-file-type: ".html"
28457 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28458 #  data: "plot-throughput-speedup-analysis-3n-hsw"
28459 #  filter: "'NIC_Intel-XL710' and
28460 #           '64B' and
28461 #           'NDRPDR' and
28462 #           ('ETH' or 'DOT1Q') and
28463 #           ('L2BDMACLRN' or 'L2XCFWD') and
28464 #           'VHOST_1024' and
28465 #           not 'CFS_OPT' and
28466 #           not 'VXLAN' and
28467 #           not 'IP4FWD'"
28468 #  parameters:
28469 #  - "throughput"
28470 #  - "parent"
28471 #  - "tags"
28472 ##  sort:
28473 ##  - "1VM"
28474 ##  - "L2XCFWD"
28475 ##  - "1VM"
28476 ##  - "L2BDMACLRN"
28477 #  layout:
28478 #    title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28479 #    layout: "plot-throughput-speedup-analysis"
28480
28481 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28482 -
28483   type: "plot"
28484   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28485   algorithm: "plot_throughput_speedup_analysis"
28486   output-file-type: ".html"
28487   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28488   data: "plot-throughput-speedup-analysis-3n-skx"
28489   filter: "'NIC_Intel-X710' and
28490            '64B' and
28491            'NDRPDR' and
28492            'ETH' and
28493            'IP4FWD' and
28494            'VHOST_1024' and
28495            not 'VXLAN' and
28496            not 'DOT1Q'"
28497   parameters:
28498   - "throughput"
28499   - "parent"
28500   - "tags"
28501   sort:
28502   - "1VM"
28503   - "2VM"
28504   layout:
28505     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28506     layout: "plot-throughput-speedup-analysis"
28507
28508 -
28509   type: "plot"
28510   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28511   algorithm: "plot_throughput_speedup_analysis"
28512   output-file-type: ".html"
28513   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28514   data: "plot-throughput-speedup-analysis-3n-skx"
28515   filter: "'NIC_Intel-X710' and
28516            '64B' and
28517            'NDRPDR' and
28518            'ETH' and
28519            'IP4FWD' and
28520            'VHOST_1024' and
28521            not 'VXLAN' and
28522            not 'DOT1Q'"
28523   parameters:
28524   - "throughput"
28525   - "parent"
28526   - "tags"
28527   sort:
28528   - "1VM"
28529   - "2VM"
28530   layout:
28531     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28532     layout: "plot-throughput-speedup-analysis"
28533
28534 ## Packet Speedup - VPP vhost l2sw 3n-skx-x710
28535 #-
28536 #  type: "plot"
28537 #  title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28538 #  algorithm: "plot_throughput_speedup_analysis"
28539 #  output-file-type: ".html"
28540 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28541 #  data: "plot-throughput-speedup-analysis-3n-skx"
28542 #  filter: "'NIC_Intel-X710' and
28543 #           '64B' and
28544 #           'NDRPDR' and
28545 #           ('ETH' or 'DOT1Q') and
28546 #           'L2BDMACLRN' and
28547 #           'VHOST_1024' and
28548 #           not 'VXLAN' and
28549 #           not 'IP4FWD' and
28550 #           not '2VM'"
28551 #  parameters:
28552 #  - "throughput"
28553 #  - "parent"
28554 #  - "tags"
28555 ##  sort:
28556 ##  - "VM"  # "not CFS_OPT"
28557 ##  - "CFS_OPT"
28558 ##  - "FIB_10K"
28559 ##  - "FIB_100K"
28560 ##  - "FIB_1M"
28561 #  layout:
28562 #    title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28563 #    layout: "plot-throughput-speedup-analysis"
28564 #
28565 #-
28566 #  type: "plot"
28567 #  title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28568 #  algorithm: "plot_throughput_speedup_analysis"
28569 #  output-file-type: ".html"
28570 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28571 #  data: "plot-throughput-speedup-analysis-3n-skx"
28572 #  filter: "'NIC_Intel-X710' and
28573 #           '64B' and
28574 #           'NDRPDR' and
28575 #           ('ETH' or 'DOT1Q') and
28576 #           'L2BDMACLRN' and
28577 #           'VHOST_1024' and
28578 #           not 'VXLAN' and
28579 #           not 'IP4FWD' and
28580 #           not '2VM'"
28581 #  parameters:
28582 #  - "throughput"
28583 #  - "parent"
28584 #  - "tags"
28585 ##  sort:
28586 ##  - "VM"  # "not CFS_OPT"
28587 ##  - "CFS_OPT"
28588 ##  - "FIB_10K"
28589 ##  - "FIB_100K"
28590 ##  - "FIB_1M"
28591 #  layout:
28592 #    title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28593 #    layout: "plot-throughput-speedup-analysis"
28594
28595 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28596 -
28597   type: "plot"
28598   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28599   algorithm: "plot_throughput_speedup_analysis"
28600   output-file-type: ".html"
28601   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28602   data: "plot-throughput-speedup-analysis-3n-skx"
28603   filter: "'NIC_Intel-X710' and
28604            '64B' and
28605            'NDRPDR' and
28606            ('ETH' or 'DOT1Q') and
28607            'BASE' and
28608            ('L2BDMACLRN' or 'L2XCFWD') and
28609            'VHOST_1024' and
28610            not 'VXLAN' and
28611            not 'IP4FWD' and
28612            not '2VM' and
28613            not 'LBOND'"
28614   parameters:
28615   - "throughput"
28616   - "parent"
28617   - "tags"
28618   sort:
28619   - "L2BDMACLRN"
28620   - "L2BDMACLRN"
28621   - "L2XCFWD"
28622   - "L2XCFWD"
28623   layout:
28624     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28625     layout: "plot-throughput-speedup-analysis"
28626
28627 -
28628   type: "plot"
28629   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28630   algorithm: "plot_throughput_speedup_analysis"
28631   output-file-type: ".html"
28632   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28633   data: "plot-throughput-speedup-analysis-3n-skx"
28634   filter: "'NIC_Intel-X710' and
28635            '64B' and
28636            'NDRPDR' and
28637            ('ETH' or 'DOT1Q') and
28638            'BASE' and
28639            ('L2BDMACLRN' or 'L2XCFWD') and
28640            'VHOST_1024' and
28641            not 'VXLAN' and
28642            not 'IP4FWD' and
28643            not '2VM' and
28644            not 'LBOND'"
28645   parameters:
28646   - "throughput"
28647   - "parent"
28648   - "tags"
28649   sort:
28650   - "L2BDMACLRN"
28651   - "L2BDMACLRN"
28652   - "L2XCFWD"
28653   - "L2XCFWD"
28654   layout:
28655     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28656     layout: "plot-throughput-speedup-analysis"
28657
28658 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28659 -
28660   type: "plot"
28661   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28662   algorithm: "plot_throughput_speedup_analysis"
28663   output-file-type: ".html"
28664   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28665   data: "plot-throughput-speedup-analysis-3n-skx"
28666   filter: "'NIC_Intel-X710' and
28667            '64B' and
28668            'NDRPDR' and
28669            ('ETH' or 'DOT1Q') and
28670            ('L2BDMACLRN' or 'L2XCFWD') and
28671            'VHOST_1024' and
28672            not 'CFS_OPT' and
28673            not 'VXLAN' and
28674            not 'IP4FWD' and
28675            not 'LBOND'"
28676   parameters:
28677   - "throughput"
28678   - "parent"
28679   - "tags"
28680   sort:
28681   - "L2BDMACLRN"
28682   - "L2BDMACLRN"
28683   - "L2BDMACLRN"
28684   - "L2XCFWD"
28685   - "L2XCFWD"
28686   - "L2XCFWD"
28687   layout:
28688     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28689     layout: "plot-throughput-speedup-analysis"
28690
28691 -
28692   type: "plot"
28693   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28694   algorithm: "plot_throughput_speedup_analysis"
28695   output-file-type: ".html"
28696   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28697   data: "plot-throughput-speedup-analysis-3n-skx"
28698   filter: "'NIC_Intel-X710' and
28699            '64B' and
28700            'NDRPDR' and
28701            ('ETH' or 'DOT1Q') and
28702            ('L2BDMACLRN' or 'L2XCFWD') and
28703            'VHOST_1024' and
28704            not 'CFS_OPT' and
28705            not 'VXLAN' and
28706            not 'IP4FWD' and
28707            not 'LBOND'"
28708   parameters:
28709   - "throughput"
28710   - "parent"
28711   - "tags"
28712   sort:
28713   - "L2BDMACLRN"
28714   - "L2BDMACLRN"
28715   - "L2BDMACLRN"
28716   - "L2XCFWD"
28717   - "L2XCFWD"
28718   - "L2XCFWD"
28719   layout:
28720     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28721     layout: "plot-throughput-speedup-analysis"
28722
28723 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28724 -
28725   type: "plot"
28726   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28727   algorithm: "plot_throughput_speedup_analysis"
28728   output-file-type: ".html"
28729   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28730   data: "plot-throughput-speedup-analysis-2n-skx"
28731   filter: "'NIC_Intel-X710' and
28732            '64B' and
28733            'NDRPDR' and
28734            'ETH' and
28735            'IP4FWD' and
28736            'VHOST_1024' and
28737            not 'VXLAN' and
28738            not 'NF_DENSITY' and
28739            not 'CFS_OPT' and
28740            not 'DOT1Q'"
28741   parameters:
28742   - "throughput"
28743   - "parent"
28744   - "tags"
28745   sort:
28746   - "1VM"
28747   - "2VM"
28748   layout:
28749     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28750     layout: "plot-throughput-speedup-analysis"
28751
28752 -
28753   type: "plot"
28754   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28755   algorithm: "plot_throughput_speedup_analysis"
28756   output-file-type: ".html"
28757   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28758   data: "plot-throughput-speedup-analysis-2n-skx"
28759   filter: "'NIC_Intel-X710' and
28760            '64B' and
28761            'NDRPDR' and
28762            'ETH' and
28763            'IP4FWD' and
28764            'VHOST_1024' and
28765            not 'VXLAN' and
28766            not 'NF_DENSITY' and
28767            not 'CFS_OPT' and
28768            not 'DOT1Q'"
28769   parameters:
28770   - "throughput"
28771   - "parent"
28772   - "tags"
28773   sort:
28774   - "1VM"
28775   - "2VM"
28776   layout:
28777     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28778     layout: "plot-throughput-speedup-analysis"
28779
28780 ## Packet Speedup - VPP vhost l2sw 2n-skx-x710
28781 #-
28782 #  type: "plot"
28783 #  title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28784 #  algorithm: "plot_throughput_speedup_analysis"
28785 #  output-file-type: ".html"
28786 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28787 #  data: "plot-throughput-speedup-analysis-2n-skx"
28788 #  filter: "'NIC_Intel-X710' and
28789 #           '64B' and
28790 #           'NDRPDR' and
28791 #           ('ETH' or 'DOT1Q') and
28792 #           'L2BDMACLRN' and
28793 #           'VHOST_1024' and
28794 #           not 'VXLAN' and
28795 #           not 'NF_DENSITY' and
28796 #           not 'IP4FWD' and
28797 #           not '2VM'"
28798 #  parameters:
28799 #  - "throughput"
28800 #  - "parent"
28801 #  - "tags"
28802 ##  sort:
28803 ##  - "VM"  # "not CFS_OPT"
28804 ##  - "CFS_OPT"
28805 ##  - "FIB_10K"
28806 ##  - "FIB_100K"
28807 ##  - "FIB_1M"
28808 #  layout:
28809 #    title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28810 #    layout: "plot-throughput-speedup-analysis"
28811 #
28812 #-
28813 #  type: "plot"
28814 #  title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28815 #  algorithm: "plot_throughput_speedup_analysis"
28816 #  output-file-type: ".html"
28817 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28818 #  data: "plot-throughput-speedup-analysis-2n-skx"
28819 #  filter: "'NIC_Intel-X710' and
28820 #           '64B' and
28821 #           'NDRPDR' and
28822 #           ('ETH' or 'DOT1Q') and
28823 #           'L2BDMACLRN' and
28824 #           'VHOST_1024' and
28825 #           not 'VXLAN' and
28826 #           not 'NF_DENSITY' and
28827 #           not 'IP4FWD' and
28828 #           not '2VM'"
28829 #  parameters:
28830 #  - "throughput"
28831 #  - "parent"
28832 #  - "tags"
28833 ##  sort:
28834 ##  - "VM"  # "not CFS_OPT"
28835 ##  - "CFS_OPT"
28836 ##  - "FIB_10K"
28837 ##  - "FIB_100K"
28838 ##  - "FIB_1M"
28839 #  layout:
28840 #    title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28841 #    layout: "plot-throughput-speedup-analysis"
28842
28843 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28844 -
28845   type: "plot"
28846   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28847   algorithm: "plot_throughput_speedup_analysis"
28848   output-file-type: ".html"
28849   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28850   data: "plot-throughput-speedup-analysis-2n-skx"
28851   filter: "'NIC_Intel-X710' and
28852            '64B' and
28853            'NDRPDR' and
28854            ('ETH' or 'DOT1Q') and
28855            'BASE' and
28856            ('L2BDMACLRN' or 'L2XCFWD') and
28857            'VHOST_1024' and
28858            not 'VXLAN' and
28859            not 'NF_DENSITY' and
28860            not 'IP4FWD' and
28861            not '2VM'"
28862   parameters:
28863   - "throughput"
28864   - "parent"
28865   - "tags"
28866 #  sort:
28867 #  - "not CFS_OPT"
28868 #  - "L2XCFWD"
28869 #  - "not CFS_OPT"
28870 #  - "CFS_OPT"
28871   layout:
28872     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28873     layout: "plot-throughput-speedup-analysis"
28874
28875 -
28876   type: "plot"
28877   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28878   algorithm: "plot_throughput_speedup_analysis"
28879   output-file-type: ".html"
28880   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28881   data: "plot-throughput-speedup-analysis-2n-skx"
28882   filter: "'NIC_Intel-X710' and
28883            '64B' and
28884            'NDRPDR' and
28885            ('ETH' or 'DOT1Q') and
28886            'BASE' and
28887            ('L2BDMACLRN' or 'L2XCFWD') and
28888            'VHOST_1024' and
28889            not 'VXLAN' and
28890            not 'NF_DENSITY' and
28891            not 'IP4FWD' and
28892            not '2VM'"
28893   parameters:
28894   - "throughput"
28895   - "parent"
28896   - "tags"
28897 #  sort:
28898 #  - "not CFS_OPT"
28899 #  - "L2XCFWD"
28900 #  - "not CFS_OPT"
28901 #  - "CFS_OPT"
28902   layout:
28903     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28904     layout: "plot-throughput-speedup-analysis"
28905
28906 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28907 -
28908   type: "plot"
28909   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28910   algorithm: "plot_throughput_speedup_analysis"
28911   output-file-type: ".html"
28912   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28913   data: "plot-throughput-speedup-analysis-2n-skx"
28914   filter: "'NIC_Intel-X710' and
28915            '64B' and
28916            'NDRPDR' and
28917            ('ETH' or 'DOT1Q') and
28918            ('L2BDMACLRN' or 'L2XCFWD') and
28919            'VHOST_1024' and
28920            not 'CFS_OPT' and
28921            not 'VXLAN' and
28922            not 'NF_DENSITY' and
28923            not 'DOT1Q' and
28924            not 'IP4FWD'"
28925   parameters:
28926   - "throughput"
28927   - "parent"
28928   - "tags"
28929 #  sort:
28930 #  - "1VM"
28931 #  - "L2XCFWD"
28932 #  - "1VM"
28933 #  - "L2BDMACLRN"
28934   layout:
28935     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28936     layout: "plot-throughput-speedup-analysis"
28937
28938 -
28939   type: "plot"
28940   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28941   algorithm: "plot_throughput_speedup_analysis"
28942   output-file-type: ".html"
28943   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28944   data: "plot-throughput-speedup-analysis-2n-skx"
28945   filter: "'NIC_Intel-X710' and
28946            '64B' and
28947            'NDRPDR' and
28948            ('ETH' or 'DOT1Q') and
28949            ('L2BDMACLRN' or 'L2XCFWD') and
28950            'VHOST_1024' and
28951            not 'CFS_OPT' and
28952            not 'VXLAN' and
28953            not 'NF_DENSITY' and
28954            not 'DOT1Q' and
28955            not 'IP4FWD'"
28956   parameters:
28957   - "throughput"
28958   - "parent"
28959   - "tags"
28960 #  sort:
28961 #  - "1VM"
28962 #  - "L2XCFWD"
28963 #  - "1VM"
28964 #  - "L2BDMACLRN"
28965   layout:
28966     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28967     layout: "plot-throughput-speedup-analysis"
28968
28969 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28970 -
28971   type: "plot"
28972   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28973   algorithm: "plot_throughput_speedup_analysis"
28974   output-file-type: ".html"
28975   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28976   data: "plot-throughput-speedup-analysis-2n-skx"
28977   filter: "'NIC_Intel-XXV710' and
28978            '64B' and
28979            'NDRPDR' and
28980            'ETH' and
28981            'IP4FWD' and
28982            'VHOST_1024' and
28983            not 'VXLAN' and
28984            not 'CFS_OPT' and
28985            not 'DOT1Q'"
28986   parameters:
28987   - "throughput"
28988   - "parent"
28989   - "tags"
28990   sort:
28991   - "not CFS_OPT"
28992   - "1VM"
28993   - "2VM"
28994   layout:
28995     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28996     layout: "plot-throughput-speedup-analysis"
28997
28998 -
28999   type: "plot"
29000   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29001   algorithm: "plot_throughput_speedup_analysis"
29002   output-file-type: ".html"
29003   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29004   data: "plot-throughput-speedup-analysis-2n-skx"
29005   filter: "'NIC_Intel-XXV710' and
29006            '64B' and
29007            'NDRPDR' and
29008            'ETH' and
29009            'IP4FWD' and
29010            'VHOST_1024' and
29011            not 'VXLAN' and
29012            not 'CFS_OPT' and
29013            not 'DOT1Q'"
29014   parameters:
29015   - "throughput"
29016   - "parent"
29017   - "tags"
29018   sort:
29019   - "not CFS_OPT"
29020   - "1VM"
29021   - "2VM"
29022   layout:
29023     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
29024     layout: "plot-throughput-speedup-analysis"
29025
29026 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
29027 #-
29028 #  type: "plot"
29029 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29030 #  algorithm: "plot_throughput_speedup_analysis"
29031 #  output-file-type: ".html"
29032 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29033 #  data: "plot-throughput-speedup-analysis-2n-skx"
29034 #  filter: "'NIC_Intel-XXV710' and
29035 #           '64B' and
29036 #           'NDRPDR' and
29037 #           ('ETH' or 'DOT1Q') and
29038 #           'L2BDMACLRN' and
29039 #           'VHOST_1024' and
29040 #           not 'VXLAN' and
29041 #           not 'IP4FWD' and
29042 #           not '2VM'"
29043 #  parameters:
29044 #  - "throughput"
29045 #  - "parent"
29046 #  - "tags"
29047 ##  sort:
29048 ##  - "VM"  # "not CFS_OPT"
29049 ##  - "CFS_OPT"
29050 ##  - "FIB_10K"
29051 ##  - "FIB_100K"
29052 ##  - "FIB_1M"
29053 #  layout:
29054 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
29055 #    layout: "plot-throughput-speedup-analysis"
29056 #
29057 #-
29058 #  type: "plot"
29059 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29060 #  algorithm: "plot_throughput_speedup_analysis"
29061 #  output-file-type: ".html"
29062 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29063 #  data: "plot-throughput-speedup-analysis-2n-skx"
29064 #  filter: "'NIC_Intel-XXV710' and
29065 #           '64B' and
29066 #           'NDRPDR' and
29067 #           ('ETH' or 'DOT1Q') and
29068 #           'L2BDMACLRN' and
29069 #           'VHOST_1024' and
29070 #           not 'VXLAN' and
29071 #           not 'IP4FWD' and
29072 #           not '2VM'"
29073 #  parameters:
29074 #  - "throughput"
29075 #  - "parent"
29076 #  - "tags"
29077 ##  sort:
29078 ##  - "VM"  # "not CFS_OPT"
29079 ##  - "CFS_OPT"
29080 ##  - "FIB_10K"
29081 ##  - "FIB_100K"
29082 ##  - "FIB_1M"
29083 #  layout:
29084 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
29085 #    layout: "plot-throughput-speedup-analysis"
29086
29087 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
29088 -
29089   type: "plot"
29090   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29091   algorithm: "plot_throughput_speedup_analysis"
29092   output-file-type: ".html"
29093   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29094   data: "plot-throughput-speedup-analysis-2n-skx"
29095   filter: "'NIC_Intel-XXV710' and
29096            '64B' and
29097            'NDRPDR' and
29098            ('ETH' or 'DOT1Q') and
29099            'BASE' and
29100            ('L2BDMACLRN' or 'L2XCFWD') and
29101            'VHOST_1024' and
29102            not 'VXLAN' and
29103            not 'IP4FWD' and
29104            not '2VM'"
29105   parameters:
29106   - "throughput"
29107   - "parent"
29108   - "tags"
29109 #  sort:
29110 #  - "not CFS_OPT"
29111 #  - "L2XCFWD"
29112 #  - "not CFS_OPT"
29113 #  - "CFS_OPT"
29114   layout:
29115     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
29116     layout: "plot-throughput-speedup-analysis"
29117
29118 -
29119   type: "plot"
29120   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29121   algorithm: "plot_throughput_speedup_analysis"
29122   output-file-type: ".html"
29123   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29124   data: "plot-throughput-speedup-analysis-2n-skx"
29125   filter: "'NIC_Intel-XXV710' and
29126            '64B' and
29127            'NDRPDR' and
29128            ('ETH' or 'DOT1Q') and
29129            'BASE' and
29130            ('L2BDMACLRN' or 'L2XCFWD') and
29131            'VHOST_1024' and
29132            not 'VXLAN' and
29133            not 'IP4FWD' and
29134            not '2VM'"
29135   parameters:
29136   - "throughput"
29137   - "parent"
29138   - "tags"
29139 #  sort:
29140 #  - "not CFS_OPT"
29141 #  - "L2XCFWD"
29142 #  - "not CFS_OPT"
29143 #  - "CFS_OPT"
29144   layout:
29145     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
29146     layout: "plot-throughput-speedup-analysis"
29147
29148 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
29149 -
29150   type: "plot"
29151   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29152   algorithm: "plot_throughput_speedup_analysis"
29153   output-file-type: ".html"
29154   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29155   data: "plot-throughput-speedup-analysis-2n-skx"
29156   filter: "'NIC_Intel-XXV710' and
29157            '64B' and
29158            'NDRPDR' and
29159            ('ETH' or 'DOT1Q') and
29160            ('L2BDMACLRN' or 'L2XCFWD') and
29161            'VHOST_1024' and
29162            not 'CFS_OPT' and
29163            not 'VXLAN' and
29164            not 'DOT1Q' and
29165            not 'IP4FWD'"
29166   parameters:
29167   - "throughput"
29168   - "parent"
29169   - "tags"
29170 #  sort:
29171 #  - "1VM"
29172 #  - "L2XCFWD"
29173 #  - "1VM"
29174 #  - "L2BDMACLRN"
29175   layout:
29176     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
29177     layout: "plot-throughput-speedup-analysis"
29178
29179 -
29180   type: "plot"
29181   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29182   algorithm: "plot_throughput_speedup_analysis"
29183   output-file-type: ".html"
29184   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29185   data: "plot-throughput-speedup-analysis-2n-skx"
29186   filter: "'NIC_Intel-XXV710' and
29187            '64B' and
29188            'NDRPDR' and
29189            ('ETH' or 'DOT1Q') and
29190            ('L2BDMACLRN' or 'L2XCFWD') and
29191            'VHOST_1024' and
29192            not 'CFS_OPT' and
29193            not 'VXLAN' and
29194            not 'DOT1Q' and
29195            not 'IP4FWD'"
29196   parameters:
29197   - "throughput"
29198   - "parent"
29199   - "tags"
29200 #  sort:
29201 #  - "1VM"
29202 #  - "L2XCFWD"
29203 #  - "1VM"
29204 #  - "L2BDMACLRN"
29205   layout:
29206     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
29207     layout: "plot-throughput-speedup-analysis"
29208
29209 ################################################################################
29210
29211 # Speedup - VPP vts 3n-hsw-x520
29212 -
29213   type: "plot"
29214   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29215   algorithm: "plot_throughput_speedup_analysis"
29216   output-file-type: ".html"
29217   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29218   data: "plot-throughput-speedup-analysis-3n-hsw"
29219   filter: "'NIC_Intel-X520-DA2' and
29220            '114B' and
29221            'NDRPDR' and
29222            'VTS'"
29223   parameters:
29224   - "throughput"
29225   - "parent"
29226   - "tags"
29227   layout:
29228     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
29229     layout: "plot-throughput-speedup-analysis"
29230
29231 -
29232   type: "plot"
29233   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29234   algorithm: "plot_throughput_speedup_analysis"
29235   output-file-type: ".html"
29236   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29237   data: "plot-throughput-speedup-analysis-3n-hsw"
29238   filter: "'NIC_Intel-X520-DA2' and
29239            '114B' and
29240            'NDRPDR' and
29241            'VTS'"
29242   parameters:
29243   - "throughput"
29244   - "parent"
29245   - "tags"
29246   layout:
29247     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29248     layout: "plot-throughput-speedup-analysis"