Report: Add data
[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       # TODO: Add new data
177       csit-ligato-perf-verify-1901-3n-hsw:
178         - 8   # NDRPDR sel
179         - 9   # NDRPDR sel
180         - 11  # NDRPDR sel
181         - 12  # NDRPDR sel
182         - 13  # NDRPDR sel
183         - 14  # NDRPDR sel
184
185     plot-ligato-throughput-speedup-analysis-3n-hsw:
186       # TODO: Add new data
187       csit-ligato-perf-verify-1901-3n-hsw:
188         - 8   # NDRPDR sel
189         - 9   # NDRPDR sel
190         - 11  # NDRPDR sel
191         - 12  # NDRPDR sel
192         - 13  # NDRPDR sel
193         - 14  # NDRPDR sel
194
195     plot-dpdk-throughput-latency-3n-hsw:
196       csit-dpdk-perf-verify-1901-3n-hsw:
197         - 13  # NDRPDR sel
198         - 14  # NDRPDR sel
199         - 16  # NDRPDR sel
200         - 17  # NDRPDR sel
201         - 18  # NDRPDR sel
202         - 19  # NDRPDR sel
203         - 20  # NDRPDR sel
204         - 21  # NDRPDR sel
205         - 22  # NDRPDR sel
206         - 23  # NDRPDR sel
207
208     # 3n-skx
209
210     plot-vpp-throughput-latency-3n-skx:
211       csit-vpp-perf-verify-1901-3n-skx:
212         - 18  # NDRPDR sel
213         - 19  # NDRPDR sel
214         - 20  # NDRPDR sel
215         - 28  # NDRPDR sel
216         - 31  # NDRPDR sel
217         - 33  # NDRPDR sel
218         - 36  # NDRPDR sel
219         - 38  # NDRPDR sel
220         - 47  # NDRPDR sel
221         - 48  # NDRPDR sel
222
223     plot-throughput-speedup-analysis-3n-skx:
224       csit-vpp-perf-verify-1901-3n-skx:
225         - 18  # NDRPDR sel
226         - 19  # NDRPDR sel
227         - 20  # NDRPDR sel
228         - 28  # NDRPDR sel
229         - 31  # NDRPDR sel
230         - 33  # NDRPDR sel
231         - 36  # NDRPDR sel
232         - 38  # NDRPDR sel
233         - 47  # NDRPDR sel
234         - 48  # NDRPDR sel
235
236     plot-dpdk-throughput-latency-3n-skx:
237       csit-dpdk-perf-verify-1901-3n-skx:
238         - 3   # NDRPDR sel
239         - 5   # NDRPDR sel
240         - 6   # NDRPDR sel
241         - 7   # NDRPDR sel
242         - 8   # NDRPDR sel
243         - 9   # NDRPDR sel
244         - 10  # NDRPDR sel
245         - 11  # NDRPDR sel
246         - 12  # NDRPDR sel
247         - 13  # NDRPDR sel
248
249     # 2n-skx
250
251     plot-vpp-throughput-latency-2n-skx:
252       csit-vpp-perf-verify-1901-2n-skx:
253         - 5   # NDRPDR sel
254         - 12  # NDRPDR sel
255         - 13  # NDRPDR sel
256         - 21  # NDRPDR sel
257         - 23  # NDRPDR sel
258         - 31  # NDRPDR sel
259         - 34  # NDRPDR sel
260         - 40  # NDRPDR sel
261         - 42  # NDRPDR sel
262         - 43  # NDRPDR sel
263
264     plot-throughput-speedup-analysis-2n-skx:
265       csit-vpp-perf-verify-1901-2n-skx:
266         - 5   # NDRPDR sel
267         - 12  # NDRPDR sel
268         - 13  # NDRPDR sel
269         - 21  # NDRPDR sel
270         - 23  # NDRPDR sel
271         - 31  # NDRPDR sel
272         - 34  # NDRPDR sel
273         - 40  # NDRPDR sel
274         - 42  # NDRPDR sel
275         - 43  # NDRPDR sel
276
277     plot-vpp-soak-2n-skx:
278       csit-vpp-perf-verify-1901-2n-skx:
279         - 45  # SOAK sel
280
281     plot-vpp-nfv-2n-skx:
282       # TODO: Add new data
283       csit-vpp-perf-verify-1901-2n-skx:
284         - 28  # NFV NDRPDR
285         - 29  # NFV NDRPDR
286         - 32  # NFV NDRPDR
287         - 39  # NFV NDRPDR
288         - 46  # NFV NDRPDR
289
290     plot-vpp-nfv-2n-skx-mrr:
291       # TODO: Add new data
292       csit-vpp-perf-verify-1901-2n-skx:
293         - 24  # NFV MRR
294         - 26  # NFV MRR
295         - 27  # NFV MRR
296         - 35  # NFV MRR
297         - 37  # NFV MRR
298
299     plot-dpdk-throughput-latency-2n-skx:
300       csit-dpdk-perf-verify-1901-2n-skx:
301         - 12  # NDRPDR sel
302         - 13  # NDRPDR sel
303         - 14  # NDRPDR sel
304         - 15  # NDRPDR sel
305         - 16  # NDRPDR sel
306         - 17  # NDRPDR sel
307         - 18  # NDRPDR sel
308         - 19  # NDRPDR sel
309         - 20  # NDRPDR sel
310         - 21  # NDRPDR sel
311
312     # 3rd party
313
314     # Denverton:
315     intel-dnv-vpp:
316       # Not used
317       intel-dnv-vpp-release-1810:
318         - 1
319
320     ###########################################################################
321     # Simple tables (only one data set):
322
323     # NIC Comparisons
324
325     vpp-nic-comparison-3n-hsw:
326       csit-vpp-perf-verify-1901-3n-hsw:
327         - 10  # NDRPDR sel
328         - 19  # NDRPDR sel
329         - 31  # NDRPDR sel
330         - 36  # NDRPDR sel
331         - 40  # NDRPDR sel
332         - 42  # NDRPDR sel
333         - 44  # NDRPDR sel
334         - 46  # NDRPDR sel
335         - 47  # NDRPDR sel
336         - 48  # NDRPDR sel
337
338     vpp-nic-comparison-3n-skx:
339       csit-vpp-perf-verify-1901-3n-skx:
340         - 18  # NDRPDR sel
341         - 19  # NDRPDR sel
342         - 20  # NDRPDR sel
343         - 28  # NDRPDR sel
344         - 31  # NDRPDR sel
345         - 33  # NDRPDR sel
346         - 36  # NDRPDR sel
347         - 38  # NDRPDR sel
348         - 47  # NDRPDR sel
349         - 48  # NDRPDR sel
350
351     vpp-nic-comparison-2n-skx:
352       csit-vpp-perf-verify-1901-2n-skx:
353         - 5   # NDRPDR sel
354         - 12  # NDRPDR sel
355         - 13  # NDRPDR sel
356         - 21  # NDRPDR sel
357         - 23  # NDRPDR sel
358         - 31  # NDRPDR sel
359         - 34  # NDRPDR sel
360         - 40  # NDRPDR sel
361         - 42  # NDRPDR sel
362         - 43  # NDRPDR sel
363
364     vpp-nic-comparison-3n-hsw-mrr:
365       csit-vpp-perf-verify-1901-3n-hsw:
366         - 35  # MRR sel
367
368     vpp-nic-comparison-3n-skx-mrr:
369       csit-vpp-perf-verify-1901-3n-skx:
370         - 32  # MRR sel
371
372     vpp-nic-comparison-2n-skx-mrr:
373       csit-vpp-perf-verify-1901-2n-skx:
374         - 22  # MRR sel
375
376     # Results
377
378     vpp-perf-results-3n-hsw:
379       # TODO: Add FULL data
380       csit-vpp-perf-verify-1901-3n-hsw:
381         - 38  # NDRPDR full
382         - 43  # NDRPDR full
383         - 45  # NDRPDR full
384
385     vpp-perf-results-3n-skx:
386       csit-vpp-perf-verify-1901-3n-skx:
387         - 37  # NDRPDR full
388         - 39  # NDRPDR full
389         - 40  # NDRPDR full
390         - 49  # NDRPDR full
391
392     vpp-perf-results-2n-skx:
393       csit-vpp-perf-verify-1901-2n-skx:
394         - 25  # NDRPDR full
395         - 30  # NDRPDR full
396         - 33  # NDRPDR full
397         - 44  # NDRPDR full
398
399     vpp-mrr-results-3n-hsw:
400       csit-vpp-perf-verify-1901-3n-hsw:
401         - 35  # MRR sel
402
403     vpp-mrr-results-3n-skx:
404       csit-vpp-perf-verify-1901-3n-skx:
405         - 32  # MRR sel
406
407     vpp-mrr-results-2n-skx:
408       csit-vpp-perf-verify-1901-2n-skx:
409         - 22  # MRR sel
410
411     vpp-func-results-ubuntu:
412       csit-vpp-functional-1901-ubuntu1604-virl:
413         - 48
414
415     vpp-func-results-centos:
416       csit-vpp-functional-1901-centos7-virl:
417         - 50
418
419     vpp-device-results-ubuntu:
420       csit-vpp-device-1901-ubuntu1804-1n-skx:
421         - 49
422
423     # VPP Ligato
424     ligato-perf-results-3n-hsw:
425       csit-ligato-perf-verify-1901-3n-hsw:
426         - 10  # NDRPDR full
427
428     dpdk-perf-results-3n-hsw:
429       csit-dpdk-perf-verify-1901-3n-hsw:
430         - 20  # NDRPDR sel
431
432     dpdk-perf-results-3n-skx:
433       csit-dpdk-perf-verify-1901-3n-skx:
434         - 13  # NDRPDR sel
435
436     dpdk-perf-results-2n-skx:
437       csit-dpdk-perf-verify-1901-2n-skx:
438         - 21  # NDRPDR sel
439
440     # HoneyComb Functional
441     hc-func-results:
442       csit-hc2vpp-verify-func-1901-ubuntu1604:
443         - 3
444
445     # NSH SFC Functional
446     nsh-func-results:
447       # Not used
448       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
449         - 1
450
451     # DMM Functional
452     dmm-func-results:
453       csit-dmm-functional-1901-ubuntu1604-virl:
454         - 2
455
456     ###########################################################################
457     # Tables (more than one data set)
458
459     # Performance changes
460
461     vpp-performance-changes-3n-hsw-h1:
462       csit-vpp-perf-verify-1807-3n-hsw:
463         - 11  # NDRPDR full 1
464         - 22  # NDRPDR full 2
465         - 45  # NDRPDR full 3
466         - 46  # NDRPDR full 4
467         - 15  # NDRPDR sel
468         - 16  # NDRPDR sel
469         - 19  # NDRPDR sel
470         - 18  # NDRPDR sel
471         - 20  # NDRPDR sel
472         - 38  # NDRPDR sel
473         - 40  # NDRPDR sel
474         - 44  # NDRPDR sel
475         - 47  # NDRPDR sel
476     vpp-performance-changes-3n-hsw-ref:
477       csit-vpp-perf-verify-1810-3n-hsw:
478         - 8   # NDRPDR sel
479         - 12  # NDRPDR sel
480         - 14  # NDRPDR sel
481         - 18  # NDRPDR sel
482         - 23  # NDRPDR sel
483         - 25  # NDRPDR sel
484         - 38  # NDRPDR sel
485         - 39  # NDRPDR sel
486         - 41  # NDRPDR sel
487         - 42  # NDRPDR sel
488     vpp-performance-changes-3n-hsw-cmp:
489       csit-vpp-perf-verify-1901-3n-hsw:
490       - 10  # NDRPDR sel
491       - 19  # NDRPDR sel
492       - 31  # NDRPDR sel
493       - 36  # NDRPDR sel
494       - 40  # NDRPDR sel
495       - 42  # NDRPDR sel
496       - 44  # NDRPDR sel
497       - 46  # NDRPDR sel
498       - 47  # NDRPDR sel
499       - 48  # NDRPDR sel
500     vpp-performance-changes-3n-hsw:
501       - "vpp-performance-changes-3n-hsw-h1"
502       - "vpp-performance-changes-3n-hsw-ref"
503       - "vpp-performance-changes-3n-hsw-cmp"
504
505     vpp-performance-changes-3n-skx-h1:
506       csit-vpp-perf-verify-1807-3n-skx:
507         - 33  # NDRPDR sel
508         - 35  # NDRPDR sel
509         - 37  # NDRPDR sel
510         - 38  # NDRPDR sel
511         - 39  # NDRPDR sel
512         - 43  # NDRPDR sel
513         - 44  # NDRPDR sel
514         - 49  # NDRPDR sel
515         - 50  # NDRPDR sel
516         - 56  # NDRPDR sel
517     vpp-performance-changes-3n-skx-ref:
518       csit-vpp-perf-verify-1810-3n-skx:
519         - 10  # NDRPDR sel
520         - 14  # NDRPDR sel
521         - 15  # NDRPDR sel
522         - 16  # NDRPDR sel
523         - 17  # NDRPDR sel
524         - 19  # NDRPDR sel
525         - 20  # NDRPDR sel
526         - 21  # NDRPDR sel
527         - 22  # NDRPDR sel
528         - 25  # NDRPDR sel
529     vpp-performance-changes-3n-skx-cmp:
530       csit-vpp-perf-verify-1901-3n-skx:
531         - 18  # NDRPDR sel
532         - 19  # NDRPDR sel
533         - 20  # NDRPDR sel
534         - 28  # NDRPDR sel
535         - 31  # NDRPDR sel
536         - 33  # NDRPDR sel
537         - 36  # NDRPDR sel
538         - 38  # NDRPDR sel
539         - 47  # NDRPDR sel
540         - 48  # NDRPDR sel
541     vpp-performance-changes-3n-skx:
542       - "vpp-performance-changes-3n-skx-h1"
543       - "vpp-performance-changes-3n-skx-ref"
544       - "vpp-performance-changes-3n-skx-cmp"
545
546     vpp-performance-changes-2n-skx-h1:
547       csit-vpp-perf-verify-1807-2n-skx:
548         - 26  # NDRPDR sel
549         - 28  # NDRPDR sel
550         - 29  # NDRPDR sel
551         - 30  # NDRPDR sel
552         - 34  # NDRPDR sel
553         - 35  # NDRPDR sel
554         - 36  # NDRPDR sel
555         - 39  # NDRPDR sel
556         - 40  # NDRPDR sel
557         - 42  # NDRPDR sel
558     vpp-performance-changes-2n-skx-ref:
559       csit-vpp-perf-verify-1810-2n-skx:
560         - 9   # NDRPDR sel
561         - 13  # NDRPDR sel
562         - 14  # NDRPDR sel
563         - 19  # NDRPDR sel
564         - 20  # NDRPDR sel
565         - 21  # NDRPDR sel
566         - 22  # NDRPDR sel
567         - 23  # NDRPDR sel
568         - 24  # NDRPDR sel
569         - 27  # NDRPDR sel
570     vpp-performance-changes-2n-skx-cmp:
571       csit-vpp-perf-verify-1901-2n-skx:
572         - 5   # NDRPDR sel
573         - 12  # NDRPDR sel
574         - 13  # NDRPDR sel
575         - 21  # NDRPDR sel
576         - 23  # NDRPDR sel
577         - 31  # NDRPDR sel
578         - 34  # NDRPDR sel
579         - 40  # NDRPDR sel
580         - 42  # NDRPDR sel
581         - 43  # NDRPDR sel
582     vpp-performance-changes-2n-skx:
583       - "vpp-performance-changes-2n-skx-h1"
584       - "vpp-performance-changes-2n-skx-ref"
585       - "vpp-performance-changes-2n-skx-cmp"
586
587     vpp-performance-changes-3n-hsw-mrr-h1:
588       csit-vpp-perf-verify-1807-3n-hsw:
589         - 8   # MRR full
590         - 9   # MRR sel
591         - 21  # MRR sel
592         - 31  # MRR sel
593         - 33  # MRR sel
594         - 36  # MRR sel
595         - 41  # MRR sel
596         - 42  # MRR sel
597         - 48  # MRR sel
598     vpp-performance-changes-3n-hsw-mrr-ref:
599       csit-vpp-perf-verify-1810-3n-hsw:
600         - 9   # MRR sel
601     vpp-performance-changes-3n-hsw-mrr-cmp:
602       csit-vpp-perf-verify-1901-3n-hsw:
603         - 35  # MRR sel
604     vpp-performance-changes-3n-hsw-mrr:
605       - "vpp-performance-changes-3n-hsw-mrr-h1"
606       - "vpp-performance-changes-3n-hsw-mrr-ref"
607       - "vpp-performance-changes-3n-hsw-mrr-cmp"
608
609     vpp-performance-changes-3n-skx-mrr-h1:
610       csit-vpp-perf-verify-1807-3n-skx:
611         - 28  # MRR sel
612         - 32  # MRR sel
613         - 36  # MRR sel
614         - 42  # MRR sel
615         - 47  # MRR sel
616         - 48  # MRR sel
617         - 51  # MRR sel
618         - 52  # MRR sel
619         - 53  # MRR sel
620         - 54  # MRR sel
621     vpp-performance-changes-3n-skx-mrr-ref:
622       csit-vpp-perf-verify-1810-3n-skx:
623         - 9   # MRR sel
624         - 11  # MRR sel
625         - 12  # MRR sel
626         - 13  # MRR sel
627     vpp-performance-changes-3n-skx-mrr-cmp:
628       csit-vpp-perf-verify-1901-3n-skx:
629         - 32  # MRR sel
630     vpp-performance-changes-3n-skx-mrr:
631       - "vpp-performance-changes-3n-skx-mrr-h1"
632       - "vpp-performance-changes-3n-skx-mrr-ref"
633       - "vpp-performance-changes-3n-skx-mrr-cmp"
634
635     vpp-performance-changes-2n-skx-mrr-h1:
636       csit-vpp-perf-verify-1807-2n-skx:
637         - 31  # MRR sel
638         - 33  # MRR sel
639         - 37  # MRR sel
640         - 38  # MRR sel
641         - 41  # MRR sel
642         - 43  # MRR sel
643         - 44  # MRR sel
644         - 45  # MRR sel
645         - 46  # MRR sel
646         - 47  # MRR sel
647     vpp-performance-changes-2n-skx-mrr-ref:
648       csit-vpp-perf-verify-1810-2n-skx:
649         - 8   # MRR sel
650         - 10  # MRR sel
651         - 11  # MRR sel
652         - 12  # MRR sel
653     vpp-performance-changes-2n-skx-mrr-cmp:
654       csit-vpp-perf-verify-1901-2n-skx:
655         - 22  # MRR sel
656     vpp-performance-changes-2n-skx-mrr:
657       - "vpp-performance-changes-2n-skx-mrr-h1"
658       - "vpp-performance-changes-2n-skx-mrr-ref"
659       - "vpp-performance-changes-2n-skx-mrr-cmp"
660
661     dpdk-performance-changes-3n-hsw-h1:
662       csit-dpdk-perf-verify-1807-3n-hsw:
663         - 11
664         - 12  # full
665         - 14
666         - 15
667         - 16
668         - 17
669         - 20
670         - 21
671         - 22
672         - 23
673     dpdk-performance-changes-3n-hsw-ref:
674       csit-dpdk-perf-verify-1810-3n-hsw:
675         - 1   # NDRPDR sel
676         - 2   # NDRPDR sel
677         - 3   # NDRPDR sel
678         - 4   # NDRPDR sel
679         - 5   # NDRPDR sel
680         - 6   # NDRPDR sel
681         - 7   # NDRPDR sel
682         - 8   # NDRPDR sel
683         - 9   # NDRPDR sel
684         - 10  # NDRPDR sel
685     dpdk-performance-changes-3n-hsw-cmp:
686       csit-dpdk-perf-verify-1901-3n-hsw:
687         - 13  # NDRPDR sel
688         - 14  # NDRPDR sel
689         - 16  # NDRPDR sel
690         - 17  # NDRPDR sel
691         - 18  # NDRPDR sel
692         - 19  # NDRPDR sel
693         - 20  # NDRPDR sel
694         - 21  # NDRPDR sel
695         - 22  # NDRPDR sel
696         - 23  # NDRPDR sel
697     dpdk-performance-changes-3n-hsw:
698       - "dpdk-performance-changes-3n-hsw-h1"
699       - "dpdk-performance-changes-3n-hsw-ref"
700       - "dpdk-performance-changes-3n-hsw-cmp"
701
702     dpdk-performance-changes-3n-skx-h1:
703       csit-dpdk-perf-verify-1807-3n-skx:
704         - 1   # NDRPDR sel
705         - 2   # NDRPDR sel
706         - 3   # NDRPDR sel
707         - 6   # NDRPDR sel
708         - 7   # NDRPDR sel
709         - 8   # NDRPDR sel
710         - 9   # NDRPDR sel
711         - 10  # NDRPDR sel
712         - 11  # NDRPDR sel
713         - 12  # NDRPDR sel
714     dpdk-performance-changes-3n-skx-ref:
715       csit-dpdk-perf-verify-1810-3n-skx:
716         - 3   # NDRPDR sel
717         - 4   # NDRPDR sel
718         - 6   # NDRPDR sel
719         - 7   # NDRPDR sel
720         - 8   # NDRPDR sel
721         - 9   # NDRPDR sel
722         - 10  # NDRPDR sel
723         - 11  # NDRPDR sel
724         - 12  # NDRPDR sel
725         - 13  # NDRPDR sel
726     dpdk-performance-changes-3n-skx-cmp:
727       csit-dpdk-perf-verify-1901-3n-skx:
728         - 3   # NDRPDR sel
729         - 5   # NDRPDR sel
730         - 6   # NDRPDR sel
731         - 7   # NDRPDR sel
732         - 8   # NDRPDR sel
733         - 9   # NDRPDR sel
734         - 10  # NDRPDR sel
735         - 11  # NDRPDR sel
736         - 12  # NDRPDR sel
737         - 13  # NDRPDR sel
738     dpdk-performance-changes-3n-skx:
739       - "dpdk-performance-changes-3n-skx-h1"
740       - "dpdk-performance-changes-3n-skx-ref"
741       - "dpdk-performance-changes-3n-skx-cmp"
742
743     dpdk-performance-changes-2n-skx-ref:
744       csit-dpdk-perf-verify-1810-2n-skx:
745         - 3   # NDRPDR sel
746         - 4   # NDRPDR sel
747         - 5   # NDRPDR sel
748         - 7   # NDRPDR sel
749         - 8   # NDRPDR sel
750         - 9   # NDRPDR sel
751         - 10  # NDRPDR sel
752         - 11  # NDRPDR sel
753         - 12  # NDRPDR sel
754         - 13  # NDRPDR sel
755     dpdk-performance-changes-2n-skx-cmp:
756       csit-dpdk-perf-verify-1901-2n-skx:
757         - 12  # NDRPDR sel
758         - 13  # NDRPDR sel
759         - 14  # NDRPDR sel
760         - 15  # NDRPDR sel
761         - 16  # NDRPDR sel
762         - 17  # NDRPDR sel
763         - 18  # NDRPDR sel
764         - 19  # NDRPDR sel
765         - 20  # NDRPDR sel
766         - 21  # NDRPDR sel
767     dpdk-performance-changes-2n-skx:
768       - "dpdk-performance-changes-2n-skx-ref"
769       - "dpdk-performance-changes-2n-skx-cmp"
770
771     # Compare testbeds
772
773     vpp-compare-testbeds-ref:
774       csit-vpp-perf-verify-1901-3n-hsw:
775         - 10  # NDRPDR sel
776         - 19  # NDRPDR sel
777         - 31  # NDRPDR sel
778         - 36  # NDRPDR sel
779         - 40  # NDRPDR sel
780         - 42  # NDRPDR sel
781         - 44  # NDRPDR sel
782         - 46  # NDRPDR sel
783         - 47  # NDRPDR sel
784         - 48  # NDRPDR sel
785     vpp-compare-testbeds-cmp:
786       csit-vpp-perf-verify-1901-3n-skx:
787         - 18  # NDRPDR sel
788         - 19  # NDRPDR sel
789         - 20  # NDRPDR sel
790         - 28  # NDRPDR sel
791         - 31  # NDRPDR sel
792         - 33  # NDRPDR sel
793         - 36  # NDRPDR sel
794         - 38  # NDRPDR sel
795         - 47  # NDRPDR sel
796         - 48  # NDRPDR sel
797     vpp-compare-testbeds:
798       - "vpp-compare-testbeds-ref"
799       - "vpp-compare-testbeds-cmp"
800
801     vpp-compare-testbeds-mrr-ref:
802       csit-vpp-perf-verify-1901-3n-hsw:
803         - 35  # MRR sel
804     vpp-compare-testbeds-mrr-cmp:
805       csit-vpp-perf-verify-1901-3n-skx:
806         - 32  # MRR sel
807     vpp-compare-testbeds-mrr:
808       - "vpp-compare-testbeds-mrr-ref"
809       - "vpp-compare-testbeds-mrr-cmp"
810
811     dpdk-compare-testbeds-ref:
812       csit-dpdk-perf-verify-1901-3n-hsw:
813         - 13  # NDRPDR sel
814         - 14  # NDRPDR sel
815         - 16  # NDRPDR sel
816         - 17  # NDRPDR sel
817         - 18  # NDRPDR sel
818         - 19  # NDRPDR sel
819         - 20  # NDRPDR sel
820         - 21  # NDRPDR sel
821         - 22  # NDRPDR sel
822         - 23  # NDRPDR sel
823     dpdk-compare-testbeds-cmp:
824       csit-dpdk-perf-verify-1901-3n-skx:
825         - 3   # NDRPDR sel
826         - 5   # NDRPDR sel
827         - 6   # NDRPDR sel
828         - 7   # NDRPDR sel
829         - 8   # NDRPDR sel
830         - 9   # NDRPDR sel
831         - 10  # NDRPDR sel
832         - 11  # NDRPDR sel
833         - 12  # NDRPDR sel
834         - 13  # NDRPDR sel
835     dpdk-compare-testbeds:
836       - "dpdk-compare-testbeds-ref"
837       - "dpdk-compare-testbeds-cmp"
838
839     # Compare topologies
840
841     vpp-compare-topologies-ref:
842       csit-vpp-perf-verify-1901-3n-skx:
843         - 18  # NDRPDR sel
844         - 19  # NDRPDR sel
845         - 20  # NDRPDR sel
846         - 28  # NDRPDR sel
847         - 31  # NDRPDR sel
848         - 33  # NDRPDR sel
849         - 36  # NDRPDR sel
850         - 38  # NDRPDR sel
851         - 47  # NDRPDR sel
852         - 48  # NDRPDR sel
853     vpp-compare-topologies-cmp:
854       csit-vpp-perf-verify-1901-2n-skx:
855         - 5   # NDRPDR sel
856         - 12  # NDRPDR sel
857         - 13  # NDRPDR sel
858         - 21  # NDRPDR sel
859         - 23  # NDRPDR sel
860         - 31  # NDRPDR sel
861         - 34  # NDRPDR sel
862         - 40  # NDRPDR sel
863         - 42  # NDRPDR sel
864         - 43  # NDRPDR sel
865     vpp-compare-topologies:
866       - "vpp-compare-topologies-ref"
867       - "vpp-compare-topologies-cmp"
868
869     vpp-compare-topologies-mrr-ref:
870       csit-vpp-perf-verify-1901-3n-skx:
871         - 32  # MRR sel
872     vpp-compare-topologies-mrr-cmp:
873       csit-vpp-perf-verify-1901-2n-skx:
874         - 22  # MRR sel
875     vpp-compare-topologies-mrr:
876       - "vpp-compare-topologies-mrr-ref"
877       - "vpp-compare-topologies-mrr-cmp"
878
879     dpdk-compare-topologies-ref:
880       csit-dpdk-perf-verify-1901-3n-skx:
881         - 3   # NDRPDR sel
882         - 5   # NDRPDR sel
883         - 6   # NDRPDR sel
884         - 7   # NDRPDR sel
885         - 8   # NDRPDR sel
886         - 9   # NDRPDR sel
887         - 10  # NDRPDR sel
888         - 11  # NDRPDR sel
889         - 12  # NDRPDR sel
890         - 13  # NDRPDR sel
891     dpdk-compare-topologies-cmp:
892       csit-dpdk-perf-verify-1901-2n-skx:
893         - 12  # NDRPDR sel
894         - 13  # NDRPDR sel
895         - 14  # NDRPDR sel
896         - 15  # NDRPDR sel
897         - 16  # NDRPDR sel
898         - 17  # NDRPDR sel
899         - 18  # NDRPDR sel
900         - 19  # NDRPDR sel
901         - 20  # NDRPDR sel
902         - 21  # NDRPDR sel
903     dpdk-compare-topologies:
904       - "dpdk-compare-topologies-ref"
905       - "dpdk-compare-topologies-cmp"
906
907   plot-layouts:
908
909     plot-soak-throughput:
910       titlefont:
911         size: 18
912       xaxis:
913         title: "<b>Test Cases [Index]</b>"
914         titlefont:
915           size: 16
916         autorange: True
917         fixedrange: False
918         gridcolor: "rgb(230, 230, 230)"
919         linecolor: "rgb(220, 220, 220)"
920         linewidth: 1
921         showgrid: True
922         showline: True
923         showticklabels: True
924         tickcolor: "rgb(220, 220, 220)"
925         tickmode: "linear"
926         tickfont:
927           size: 16
928         zeroline: False
929       yaxis:
930         title: "<b>Packet Throughput [Mpps]</b>"
931         titlefont:
932           size: 16
933         gridcolor: "rgb(230, 230, 230)"
934         hoverformat: ".4s"
935         tickformat: ".3s"
936         linecolor: "rgb(220, 220, 220)"
937         linewidth: 1
938         showgrid: True
939         showline: True
940         showticklabels: True
941         tickcolor: "rgb(220, 220, 220)"
942         tickfont:
943           size: 16
944         zeroline: False
945         range: [0,50]
946       autosize: False
947       margin:
948         t: 50
949         b: 0
950         l: 80
951         r: 20
952       showlegend: True
953       legend:
954         orientation: "h"
955         font:
956           size: 16
957       width: 700
958       height: 900
959
960     plot-service-density:
961       titlefont:
962         size: 18
963       xaxis:
964         side: "top"
965         autorange: True
966         fixedrange: False
967         showgrid: False
968         showline: False
969         showticklabels: False
970         ticks: ""
971         ticklen: 0
972         tickwidth: 0
973         zeroline: False
974       yaxis:
975         autorange: "reversed"
976         showgrid: False
977         showline: False
978         showticklabels: False
979         ticks: ""
980         ticklen: 0
981         tickwidth: 0
982         zeroline: False
983       autosize: True
984       showlegend: False
985       width: 700
986       height: 700
987
988     plot-cps:
989       titlefont:
990         size: 18
991       xaxis:
992         title: "<b>Test Cases [Index]</b>"
993         titlefont:
994           size: 16
995         autorange: True
996         fixedrange: False
997         gridcolor: "rgb(230, 230, 230)"
998         linecolor: "rgb(220, 220, 220)"
999         linewidth: 1
1000         showgrid: True
1001         showline: True
1002         showticklabels: True
1003         tickcolor: "rgb(220, 220, 220)"
1004         tickmode: "linear"
1005         tickfont:
1006           size: 16
1007         zeroline: False
1008       yaxis:
1009         title: "<b>Connections Per Second [cps]</b>"
1010         titlefont:
1011           size: 16
1012         gridcolor: "rgb(230, 230, 230)"
1013         hoverformat: ".4s"
1014         linecolor: "rgb(220, 220, 220)"
1015         linewidth: 1
1016         rangemode: "tozero"
1017         showgrid: True
1018         showline: True
1019         showticklabels: True
1020         tickcolor: "rgb(220, 220, 220)"
1021         tickformat: ".3s"
1022         tickfont:
1023           size: 16
1024         zeroline: False
1025       boxmode: "group"
1026       boxgroupgap: 0.5
1027       autosize: False
1028       margin:
1029         t: 50
1030         b: 20
1031         l: 80
1032         r: 20
1033       showlegend: True
1034       legend:
1035         orientation: "h"
1036         font:
1037           size: 16
1038       width: 700
1039       height: 800
1040
1041     plot-rps:
1042       titlefont:
1043         size: 18
1044       xaxis:
1045         title: "<b>Test Cases [Index]</b>"
1046         titlefont:
1047           size: 16
1048         autorange: True
1049         fixedrange: False
1050         gridcolor: "rgb(230, 230, 230)"
1051         linecolor: "rgb(220, 220, 220)"
1052         linewidth: 1
1053         showgrid: True
1054         showline: True
1055         showticklabels: True
1056         tickcolor: "rgb(220, 220, 220)"
1057         tickmode: "linear"
1058         tickfont:
1059           size: 16
1060         zeroline: False
1061       yaxis:
1062         title: "<b>Requests Per Second [rps]</b>"
1063         titlefont:
1064           size: 16
1065         gridcolor: "rgb(230, 230, 230)"
1066         hoverformat: ".4s"
1067         linecolor: "rgb(220, 220, 220)"
1068         linewidth: 1
1069         rangemode: "tozero"
1070         showgrid: True
1071         showline: True
1072         showticklabels: True
1073         tickcolor: "rgb(230, 230, 230)"
1074         tickformat: ".3s"
1075         tickfont:
1076           size: 16
1077         zeroline: False
1078       boxmode: "group"
1079       boxgroupgap: 0.5
1080       autosize: False
1081       margin:
1082         t: 50
1083         b: 20
1084         l: 80
1085         r: 20
1086       showlegend: True
1087       legend:
1088         orientation: "h"
1089         font:
1090           size: 16
1091       width: 700
1092       height: 800
1093
1094     plot-throughput:
1095       titlefont:
1096         size: 18
1097       xaxis:
1098         title: "<b>Test Cases [Index]</b>"
1099         titlefont:
1100           size: 16
1101         autorange: True
1102         fixedrange: False
1103         gridcolor: "rgb(230, 230, 230)"
1104         linecolor: "rgb(220, 220, 220)"
1105         linewidth: 1
1106         showgrid: True
1107         showline: True
1108         showticklabels: True
1109         tickcolor: "rgb(220, 220, 220)"
1110         tickmode: "linear"
1111         tickfont:
1112           size: 16
1113         zeroline: False
1114       yaxis:
1115         title: "<b>Packet Throughput [Mpps]</b>"
1116         titlefont:
1117           size: 16
1118         gridcolor: "rgb(230, 230, 230)"
1119         hoverformat: ".4s"
1120         tickformat: ".3s"
1121         linecolor: "rgb(220, 220, 220)"
1122         linewidth: 1
1123         showgrid: True
1124         showline: True
1125         showticklabels: True
1126         tickcolor: "rgb(220, 220, 220)"
1127         tickfont:
1128           size: 16
1129         zeroline: False
1130         range: [0,50]
1131       boxmode: "group"
1132       boxgroupgap: 0.5
1133       autosize: False
1134       margin:
1135         t: 50
1136         b: 0
1137         l: 80
1138         r: 20
1139       showlegend: True
1140       legend:
1141         orientation: "h"
1142         font:
1143           size: 16
1144       width: 700
1145       height: 900
1146
1147     plot-throughput-speedup-analysis:
1148       titlefont:
1149         size: 18
1150       xaxis:
1151         title: "<b>Number of Cores [Qty]</b>"
1152         titlefont:
1153           size: 16
1154         autorange: True
1155         fixedrange: False
1156         gridcolor: "rgb(230, 230, 230)"
1157         linecolor: "rgb(220, 220, 220)"
1158         linewidth: 1
1159         showgrid: True
1160         showline: True
1161         showticklabels: True
1162         tickcolor: "rgb(238, 238, 238)"
1163         tickmode: "linear"
1164         tickfont:
1165           size: 16
1166         zeroline: False
1167       yaxis:
1168         title: "<b>Packet Throughput [Mpps]</b>"
1169         titlefont:
1170           size: 16
1171         type: "linear"
1172         gridcolor: "rgb(230, 230, 230)"
1173         hoverformat: ".4s"
1174         linecolor: "rgb(220, 220, 220)"
1175         linewidth: 1
1176         showgrid: True
1177         showline: True
1178         showticklabels: True
1179         tickcolor: "rgb(220, 220, 220)"
1180         tickformat: ".4s"
1181         tickfont:
1182           size: 16
1183         zeroline: True
1184         rangemode: "tozero"
1185         range: [0,100]
1186       legend:
1187         orientation: "h"
1188         font:
1189           size: 16
1190         xanchor: "left"
1191         yanchor: "top"
1192         x: 0
1193         y: -0.2
1194         bgcolor: "rgba(255, 255, 255, 0)"
1195         bordercolor: "rgba(255, 255, 255, 0)"
1196         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1197       autosize: False
1198       margin:
1199           't': 50
1200           'b': 150
1201           'l': 85
1202           'r': 10
1203       showlegend: True
1204       width: 700
1205       height: 700
1206       hoverlabel:
1207         namelength: -1
1208       annotations: [
1209         {
1210           text: "_ _          __          ...",
1211           align: "left",
1212           showarrow: False,
1213           xref: "paper",
1214           yref: "paper",
1215           xanchor: "left",
1216           yanchor: "top",
1217           x: 0,
1218           y: -0.13,
1219           font: {
1220             family: "Consolas, Courier New",
1221             size: 15
1222           },
1223         },
1224         {
1225           text: "    Perfect     Measured     Limit",
1226           align: "left",
1227           showarrow: False,
1228           xref: "paper",
1229           yref: "paper",
1230           xanchor: "left",
1231           yanchor: "top",
1232           x: 0,
1233           y: -0.15,
1234           font: {
1235             family: "Consolas, Courier New",
1236             size: 15
1237           },
1238         },
1239       ]
1240
1241     plot-latency:
1242       titlefont:
1243         size: 18
1244       xaxis:
1245         title: "<b>Direction</b>"
1246         titlefont:
1247           size: 16
1248         autorange: True
1249         fixedrange: False
1250         gridcolor: "rgb(230, 230, 230)"
1251         linecolor: "rgb(220, 220, 220)"
1252         linewidth: 1
1253         showgrid: True
1254         showline: True
1255         showticklabels: False
1256         tickcolor: "rgb(220, 220, 220)"
1257         tickmode: "linear"
1258         tickfont:
1259           size: 16
1260         zeroline: False
1261       yaxis:
1262         title: "<b>Packet Latency [uSec]</b>"
1263         titlefont:
1264           size: 16
1265         type: "linear"
1266         gridcolor: "rgb(230, 230, 230)"
1267         hoverformat: ".4s"
1268         linecolor: "rgb(220, 220, 220)"
1269         linewidth: 1
1270         showgrid: True
1271         showline: True
1272         showticklabels: True
1273         tickcolor: "rgb(220, 220, 220)"
1274         tickformat: ".4s"
1275         tickfont:
1276           size: 16
1277         zeroline: True
1278         rangemode: "tozero"
1279       legend:
1280         orientation: "h"
1281         font:
1282           size: 16
1283         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1284       autosize: False
1285       margin:
1286           't': 50
1287           'b': 150
1288           'l': 80
1289           'r': 10
1290       showlegend: True
1291       width: 700
1292       height: 700
1293       hoverlabel:
1294         namelength: -1
1295
1296 -
1297   type: "static"
1298   src-path: "{DIR[RST]}"
1299   dst-path: "{DIR[WORKING,SRC]}"
1300
1301 -
1302   type: "input"
1303   general:
1304     file-name: "robot-plugin.zip"
1305     file-format: ".zip"
1306     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1307     extract: "robot-plugin/output.xml"
1308
1309   builds:
1310
1311     # Not used
1312     intel-dnv-vpp-release-1810:
1313       - 1
1314
1315     csit-vpp-perf-verify-1807-3n-hsw:
1316       - 8   # MRR full
1317       - 9   # MRR sel
1318       - 21  # MRR sel
1319       - 31  # MRR sel
1320       - 33  # MRR sel
1321       - 36  # MRR sel
1322       - 41  # MRR sel
1323       - 42  # MRR sel
1324       - 48  # MRR sel
1325       - 11  # NDRPDR full 1
1326       - 22  # NDRPDR full 2
1327       - 45  # NDRPDR full 3
1328       - 46  # NDRPDR full 4
1329       - 15  # NDRPDR sel
1330       - 16  # NDRPDR sel
1331       - 19  # NDRPDR sel
1332       - 18  # NDRPDR sel
1333       - 20  # NDRPDR sel
1334       - 38  # NDRPDR sel
1335       - 40  # NDRPDR sel
1336       - 44  # NDRPDR sel
1337       - 47  # NDRPDR sel
1338     csit-vpp-perf-verify-1810-3n-hsw:
1339       - 9   # MRR sel
1340       - 20  # NDRPDR full
1341       - 21  # NDRPDR full
1342       - 22  # NDRPDR full
1343       - 27  # NDRPDR full
1344       - 8   # NDRPDR sel
1345       - 12  # NDRPDR sel
1346       - 14  # NDRPDR sel
1347       - 18  # NDRPDR sel
1348       - 23  # NDRPDR sel
1349       - 25  # NDRPDR sel
1350       - 38  # NDRPDR sel
1351       - 39  # NDRPDR sel
1352       - 41  # NDRPDR sel
1353       - 42  # NDRPDR sel
1354       - 28  # WRK
1355       - 29  # WRK
1356       - 30  # WRK
1357       - 31  # WRK
1358       - 32  # WRK
1359       - 33  # WRK
1360       - 34  # WRK
1361       - 35  # WRK
1362       - 36  # WRK
1363       - 37  # WRK
1364     csit-vpp-perf-verify-1901-3n-hsw:
1365       - 35  # MRR sel
1366       - 38  # NDRPDR full
1367       - 43  # NDRPDR full
1368       - 45  # NDRPDR full
1369       - 10  # NDRPDR sel
1370       - 19  # NDRPDR sel
1371       - 31  # NDRPDR sel
1372       - 36  # NDRPDR sel
1373       - 40  # NDRPDR sel
1374       - 42  # NDRPDR sel
1375       - 44  # NDRPDR sel
1376       - 46  # NDRPDR sel
1377       - 47  # NDRPDR sel
1378       - 48  # NDRPDR sel
1379     csit-vpp-perf-verify-1807-3n-skx:
1380       - 31  # MRR full
1381       - 28  # MRR sel
1382       - 32  # MRR sel
1383       - 36  # MRR sel
1384       - 42  # MRR sel
1385       - 47  # MRR sel
1386       - 48  # MRR sel
1387       - 51  # MRR sel
1388       - 52  # MRR sel
1389       - 53  # MRR sel
1390       - 54  # MRR sel
1391       - 40  # NDRPDR full 1
1392       - 41  # NDRPDR full 2
1393       - 33  # NDRPDR sel
1394       - 35  # NDRPDR sel
1395       - 37  # NDRPDR sel
1396       - 38  # NDRPDR sel
1397       - 39  # NDRPDR sel
1398       - 43  # NDRPDR sel
1399       - 44  # NDRPDR sel
1400       - 49  # NDRPDR sel
1401       - 50  # NDRPDR sel
1402       - 56  # NDRPDR sel
1403     csit-vpp-perf-verify-1810-3n-skx:
1404       - 9   # MRR sel
1405       - 11  # MRR sel
1406       - 12  # MRR sel
1407       - 13  # MRR sel
1408       - 23  # NDRPDR full
1409       - 24  # NDRPDR full
1410       - 10  # NDRPDR sel
1411       - 14  # NDRPDR sel
1412       - 15  # NDRPDR sel
1413       - 16  # NDRPDR sel
1414       - 17  # NDRPDR sel
1415       - 19  # NDRPDR sel
1416       - 20  # NDRPDR sel
1417       - 21  # NDRPDR sel
1418       - 22  # NDRPDR sel
1419       - 25  # NDRPDR sel
1420     csit-vpp-perf-verify-1901-3n-skx:
1421       - 32  # MRR sel
1422       - 37  # NDRPDR full
1423       - 39  # NDRPDR full
1424       - 40  # NDRPDR full
1425       - 49  # NDRPDR full
1426       - 18  # NDRPDR sel
1427       - 19  # NDRPDR sel
1428       - 20  # NDRPDR sel
1429       - 28  # NDRPDR sel
1430       - 31  # NDRPDR sel
1431       - 33  # NDRPDR sel
1432       - 36  # NDRPDR sel
1433       - 38  # NDRPDR sel
1434       - 47  # NDRPDR sel
1435       - 48  # NDRPDR sel
1436     csit-vpp-perf-verify-1807-2n-skx:
1437       - 27  # MRR full
1438       - 31  # MRR sel
1439       - 33  # MRR sel
1440       - 37  # MRR sel
1441       - 38  # MRR sel
1442       - 41  # MRR sel
1443       - 43  # MRR sel
1444       - 44  # MRR sel
1445       - 45  # MRR sel
1446       - 46  # MRR sel
1447       - 47  # MRR sel
1448       - 32  # NDRPDR full
1449       - 26  # NDRPDR sel
1450       - 28  # NDRPDR sel
1451       - 29  # NDRPDR sel
1452       - 30  # NDRPDR sel
1453       - 34  # NDRPDR sel
1454       - 35  # NDRPDR sel
1455       - 36  # NDRPDR sel
1456       - 39  # NDRPDR sel
1457       - 40  # NDRPDR sel
1458       - 42  # NDRPDR sel
1459     csit-vpp-perf-verify-1810-2n-skx:
1460       - 8   # MRR sel
1461       - 10  # MRR sel
1462       - 11  # MRR sel
1463       - 12  # MRR sel
1464       - 25  # NDRPDR full
1465       - 26  # NDRPDR full
1466       - 9   # NDRPDR sel
1467       - 13  # NDRPDR sel
1468       - 14  # NDRPDR sel
1469       - 19  # NDRPDR sel
1470       - 20  # NDRPDR sel
1471       - 21  # NDRPDR sel
1472       - 22  # NDRPDR sel
1473       - 23  # NDRPDR sel
1474       - 24  # NDRPDR sel
1475       - 27  # NDRPDR sel
1476     csit-vpp-perf-verify-1901-2n-skx:
1477       - 22  # MRR sel
1478       - 25  # NDRPDR full
1479       - 30  # NDRPDR full
1480       - 33  # NDRPDR full
1481       - 44  # NDRPDR full
1482       - 5   # NDRPDR sel
1483       - 12  # NDRPDR sel
1484       - 13  # NDRPDR sel
1485       - 21  # NDRPDR sel
1486       - 23  # NDRPDR sel
1487       - 31  # NDRPDR sel
1488       - 34  # NDRPDR sel
1489       - 40  # NDRPDR sel
1490       - 42  # NDRPDR sel
1491       - 43  # NDRPDR sel
1492       - 24  # NFV MRR
1493       - 26  # NFV MRR
1494       - 27  # NFV MRR
1495       - 35  # NFV MRR
1496       - 37  # NFV MRR
1497       - 28  # NFV NDRPDR
1498       - 29  # NFV NDRPDR
1499       - 32  # NFV NDRPDR
1500       - 39  # NFV NDRPDR
1501       - 46  # NFV NDRPDR
1502       - 45  # SOAK
1503     # TODO: Add new data
1504     csit-ligato-perf-verify-1901-3n-hsw:
1505       - 10  # NDRPDR full
1506       - 8   # NDRPDR sel
1507       - 9   # NDRPDR sel
1508       - 11  # NDRPDR sel
1509       - 12  # NDRPDR sel
1510       - 13  # NDRPDR sel
1511       - 14  # NDRPDR sel
1512     csit-dpdk-perf-verify-1807-3n-hsw:
1513       - 11
1514       - 12  # full
1515       - 14
1516       - 15
1517       - 16
1518       - 17
1519       - 20
1520       - 21
1521       - 22
1522       - 23
1523     csit-dpdk-perf-verify-1810-3n-hsw:
1524       - 1   # NDRPDR sel
1525       - 2   # NDRPDR sel
1526       - 3   # NDRPDR sel
1527       - 4   # NDRPDR sel
1528       - 5   # NDRPDR sel
1529       - 6   # NDRPDR sel
1530       - 7   # NDRPDR sel
1531       - 8   # NDRPDR sel
1532       - 9   # NDRPDR sel
1533       - 10  # NDRPDR sel
1534     csit-dpdk-perf-verify-1901-3n-hsw:
1535       - 13  # NDRPDR sel
1536       - 14  # NDRPDR sel
1537       - 16  # NDRPDR sel
1538       - 17  # NDRPDR sel
1539       - 18  # NDRPDR sel
1540       - 19  # NDRPDR sel
1541       - 20  # NDRPDR sel
1542       - 21  # NDRPDR sel
1543       - 22  # NDRPDR sel
1544       - 23  # NDRPDR sel
1545     csit-dpdk-perf-verify-1807-3n-skx:
1546       - 1   # NDRPDR sel
1547       - 2   # NDRPDR sel
1548       - 3   # NDRPDR sel
1549       - 6   # NDRPDR sel
1550       - 7   # NDRPDR sel
1551       - 8   # NDRPDR sel
1552       - 9   # NDRPDR sel
1553       - 10  # NDRPDR sel
1554       - 11  # NDRPDR sel
1555       - 12  # NDRPDR sel
1556     csit-dpdk-perf-verify-1810-3n-skx:
1557       - 3   # NDRPDR sel
1558       - 4   # NDRPDR sel
1559       - 6   # NDRPDR sel
1560       - 7   # NDRPDR sel
1561       - 8   # NDRPDR sel
1562       - 9   # NDRPDR sel
1563       - 10  # NDRPDR sel
1564       - 11  # NDRPDR sel
1565       - 12  # NDRPDR sel
1566       - 13  # NDRPDR sel
1567     csit-dpdk-perf-verify-1901-3n-skx:
1568       - 3   # NDRPDR sel
1569       - 5   # 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-1810-2n-skx:
1579       - 3   # NDRPDR sel
1580       - 4   # NDRPDR sel
1581       - 5   # 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-1901-2n-skx:
1590       - 12  # NDRPDR sel
1591       - 13  # NDRPDR sel
1592       - 14  # NDRPDR sel
1593       - 15  # NDRPDR sel
1594       - 16  # NDRPDR sel
1595       - 17  # NDRPDR sel
1596       - 18  # NDRPDR sel
1597       - 19  # NDRPDR sel
1598       - 20  # NDRPDR sel
1599       - 21  # NDRPDR sel
1600     csit-vpp-functional-1901-ubuntu1604-virl:
1601       - 48
1602     csit-vpp-functional-1901-centos7-virl:
1603       - 50
1604     csit-vpp-device-1901-ubuntu1804-1n-skx:
1605       - 49
1606     # Not used
1607     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1608       - 1
1609     csit-dmm-functional-1901-ubuntu1604-virl:
1610       - 2
1611     csit-hc2vpp-verify-func-1901-ubuntu1604:
1612       - 3
1613
1614 -
1615   type: "output"
1616   output: "report"
1617   format:
1618     html:
1619     - full
1620     pdf:
1621     - minimal
1622
1623 ################################################################################
1624 ###                               T A B L E S                                ###
1625 ################################################################################
1626
1627
1628 # VPP Compare NICs 3n-hsw 1t1c ndr
1629 -
1630   type: "table"
1631   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1632   algorithm: "table_nics_comparison"
1633   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1634   reference:
1635     title: "Intel-x520"
1636     nic: "NIC_Intel-X520-DA2"
1637   compare:
1638     title: "Intel-x710"
1639     nic: "NIC_Intel-X710"
1640   data: "vpp-nic-comparison-3n-hsw"
1641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1642   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1643   parameters:
1644   - "name"
1645   - "parent"
1646   - "throughput"
1647   - "tags"
1648
1649 # VPP Compare NICs 3n-hsw 2t2c ndr
1650 -
1651   type: "table"
1652   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1653   algorithm: "table_nics_comparison"
1654   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1655   reference:
1656     title: "Intel-x520"
1657     nic: "NIC_Intel-X520-DA2"
1658   compare:
1659     title: "Intel-x710"
1660     nic: "NIC_Intel-X710"
1661   data: "vpp-nic-comparison-3n-hsw"
1662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1663   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1664   parameters:
1665   - "name"
1666   - "parent"
1667   - "throughput"
1668   - "tags"
1669
1670 # VPP Compare NICs 3n-hsw 1t1c pdr
1671 -
1672   type: "table"
1673   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1674   algorithm: "table_nics_comparison"
1675   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1676   reference:
1677     title: "Intel-x520"
1678     nic: "NIC_Intel-X520-DA2"
1679   compare:
1680     title: "Intel-x710"
1681     nic: "NIC_Intel-X710"
1682   data: "vpp-nic-comparison-3n-hsw"
1683   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1684   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1685   parameters:
1686   - "name"
1687   - "parent"
1688   - "throughput"
1689   - "tags"
1690
1691 # VPP Compare NICs 3n-hsw 2t2c pdr
1692 -
1693   type: "table"
1694   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1695   algorithm: "table_nics_comparison"
1696   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1697   reference:
1698     title: "Intel-x520"
1699     nic: "NIC_Intel-X520-DA2"
1700   compare:
1701     title: "Intel-x710"
1702     nic: "NIC_Intel-X710"
1703   data: "vpp-nic-comparison-3n-hsw"
1704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1705   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1706   parameters:
1707   - "name"
1708   - "parent"
1709   - "throughput"
1710   - "tags"
1711
1712 # VPP Compare NICs 3n-hsw 1t1c mrr
1713 -
1714   type: "table"
1715   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1716   algorithm: "table_nics_comparison"
1717   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1718   reference:
1719     title: "Intel-x520"
1720     nic: "NIC_Intel-X520-DA2"
1721   compare:
1722     title: "Intel-x710"
1723     nic: "NIC_Intel-X710"
1724   data: "vpp-nic-comparison-3n-hsw-mrr"
1725   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1726   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1727   parameters:
1728   - "name"
1729   - "parent"
1730   - "result"
1731   - "tags"
1732
1733 # VPP Compare NICs 3n-hsw 2t2c mrr
1734 -
1735   type: "table"
1736   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1737   algorithm: "table_nics_comparison"
1738   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1739   reference:
1740     title: "Intel-x520"
1741     nic: "NIC_Intel-X520-DA2"
1742   compare:
1743     title: "Intel-x710"
1744     nic: "NIC_Intel-X710"
1745   data: "vpp-nic-comparison-3n-hsw-mrr"
1746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1747   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1748   parameters:
1749   - "name"
1750   - "parent"
1751   - "result"
1752   - "tags"
1753
1754 # VPP Compare NICs 3n-hsw 4t4c mrr
1755 -
1756   type: "table"
1757   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1758   algorithm: "table_nics_comparison"
1759   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1760   reference:
1761     title: "Intel-x520"
1762     nic: "NIC_Intel-X520-DA2"
1763   compare:
1764     title: "Intel-x710"
1765     nic: "NIC_Intel-X710"
1766   data: "vpp-nic-comparison-3n-hsw-mrr"
1767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1768   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1769   parameters:
1770   - "name"
1771   - "parent"
1772   - "result"
1773   - "tags"
1774
1775 # VPP Compare NICs 3n-skx 2t1c ndr
1776 -
1777   type: "table"
1778   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1779   algorithm: "table_nics_comparison"
1780   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1781   reference:
1782     title: "Intel-x710"
1783     nic: "NIC_Intel-X710"
1784   compare:
1785     title: "Intel-xxv710"
1786     nic: "NIC_Intel-XXV710"
1787   data: "vpp-nic-comparison-3n-skx"
1788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1789   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1790   parameters:
1791   - "name"
1792   - "parent"
1793   - "throughput"
1794   - "tags"
1795
1796 # VPP Compare NICs 3n-skx 4t2c ndr
1797 -
1798   type: "table"
1799   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1800   algorithm: "table_nics_comparison"
1801   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1802   reference:
1803     title: "Intel-x710"
1804     nic: "NIC_Intel-X710"
1805   compare:
1806     title: "Intel-xxv710"
1807     nic: "NIC_Intel-XXV710"
1808   data: "vpp-nic-comparison-3n-skx"
1809   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1810   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1811   parameters:
1812   - "name"
1813   - "parent"
1814   - "throughput"
1815   - "tags"
1816
1817 # VPP Compare NICs 3n-skx 2t1c pdr
1818 -
1819   type: "table"
1820   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1821   algorithm: "table_nics_comparison"
1822   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1823   reference:
1824     title: "Intel-x710"
1825     nic: "NIC_Intel-X710"
1826   compare:
1827     title: "Intel-xxv710"
1828     nic: "NIC_Intel-XXV710"
1829   data: "vpp-nic-comparison-3n-skx"
1830   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1831   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1832   parameters:
1833   - "name"
1834   - "parent"
1835   - "throughput"
1836   - "tags"
1837
1838  # VPP Compare NICs 3n-skx 4t2c pdr
1839 -
1840   type: "table"
1841   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1842   algorithm: "table_nics_comparison"
1843   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1844   reference:
1845     title: "Intel-x710"
1846     nic: "NIC_Intel-X710"
1847   compare:
1848     title: "Intel-xxv710"
1849     nic: "NIC_Intel-XXV710"
1850   data: "vpp-nic-comparison-3n-skx"
1851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1852   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1853   parameters:
1854   - "name"
1855   - "parent"
1856   - "throughput"
1857   - "tags"
1858
1859 # VPP Compare NICs 3n-skx 2t1c mrr
1860 -
1861   type: "table"
1862   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1863   algorithm: "table_nics_comparison"
1864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1865   reference:
1866     title: "Intel-x710"
1867     nic: "NIC_Intel-X710"
1868   compare:
1869     title: "Intel-xxv710"
1870     nic: "NIC_Intel-XXV710"
1871   data: "vpp-nic-comparison-3n-skx-mrr"
1872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1873   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1874   parameters:
1875   - "name"
1876   - "parent"
1877   - "result"
1878   - "tags"
1879
1880 # VPP Compare NICs 3n-skx 4t2c mrr
1881 -
1882   type: "table"
1883   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1884   algorithm: "table_nics_comparison"
1885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1886   reference:
1887     title: "Intel-x710"
1888     nic: "NIC_Intel-X710"
1889   compare:
1890     title: "Intel-xxv710"
1891     nic: "NIC_Intel-XXV710"
1892   data: "vpp-nic-comparison-3n-skx-mrr"
1893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1894   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1895   parameters:
1896   - "name"
1897   - "parent"
1898   - "result"
1899   - "tags"
1900
1901  # VPP Compare NICs 3n-skx 8t4c mrr
1902 -
1903   type: "table"
1904   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1905   algorithm: "table_nics_comparison"
1906   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1907   reference:
1908     title: "Intel-x710"
1909     nic: "NIC_Intel-X710"
1910   compare:
1911     title: "Intel-xxv710"
1912     nic: "NIC_Intel-XXV710"
1913   data: "vpp-nic-comparison-3n-skx-mrr"
1914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1915   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1916   parameters:
1917   - "name"
1918   - "parent"
1919   - "result"
1920   - "tags"
1921
1922 # VPP Compare NICs 2n-skx 2t1c ndr
1923 -
1924   type: "table"
1925   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1926   algorithm: "table_nics_comparison"
1927   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1928   reference:
1929     title: "Intel-x710"
1930     nic: "NIC_Intel-X710"
1931   compare:
1932     title: "Intel-xxv710"
1933     nic: "NIC_Intel-XXV710"
1934   data: "vpp-nic-comparison-2n-skx"
1935   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1936   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1937   parameters:
1938   - "name"
1939   - "parent"
1940   - "throughput"
1941   - "tags"
1942
1943 # VPP Compare NICs 2n-skx 4t2c ndr
1944 -
1945   type: "table"
1946   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1947   algorithm: "table_nics_comparison"
1948   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1949   reference:
1950     title: "Intel-x710"
1951     nic: "NIC_Intel-X710"
1952   compare:
1953     title: "Intel-xxv710"
1954     nic: "NIC_Intel-XXV710"
1955   data: "vpp-nic-comparison-2n-skx"
1956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1957   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1958   parameters:
1959   - "name"
1960   - "parent"
1961   - "throughput"
1962   - "tags"
1963
1964  # VPP Compare NICs 2n-skx 2t1c pdr
1965 -
1966   type: "table"
1967   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1968   algorithm: "table_nics_comparison"
1969   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1970   reference:
1971     title: "Intel-x710"
1972     nic: "NIC_Intel-X710"
1973   compare:
1974     title: "Intel-xxv710"
1975     nic: "NIC_Intel-XXV710"
1976   data: "vpp-nic-comparison-2n-skx"
1977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1978   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1979   parameters:
1980   - "name"
1981   - "parent"
1982   - "throughput"
1983   - "tags"
1984
1985 # VPP Compare NICs 2n-skx 4t2c pdr
1986 -
1987   type: "table"
1988   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1989   algorithm: "table_nics_comparison"
1990   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1991   reference:
1992     title: "Intel-x710"
1993     nic: "NIC_Intel-X710"
1994   compare:
1995     title: "Intel-xxv710"
1996     nic: "NIC_Intel-XXV710"
1997   data: "vpp-nic-comparison-2n-skx"
1998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1999   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2000   parameters:
2001   - "name"
2002   - "parent"
2003   - "throughput"
2004   - "tags"
2005
2006 # VPP Compare NICs 2n-skx 2t1c mrr
2007 -
2008   type: "table"
2009   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2010   algorithm: "table_nics_comparison"
2011   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2012   reference:
2013     title: "Intel-x710"
2014     nic: "NIC_Intel-X710"
2015   compare:
2016     title: "Intel-xxv710"
2017     nic: "NIC_Intel-XXV710"
2018   data: "vpp-nic-comparison-2n-skx-mrr"
2019   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2020   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2021   parameters:
2022   - "name"
2023   - "parent"
2024   - "result"
2025   - "tags"
2026
2027 # VPP Compare NICs 2n-skx 4t2c mrr
2028 -
2029   type: "table"
2030   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2031   algorithm: "table_nics_comparison"
2032   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2033   reference:
2034     title: "Intel-x710"
2035     nic: "NIC_Intel-X710"
2036   compare:
2037     title: "Intel-xxv710"
2038     nic: "NIC_Intel-XXV710"
2039   data: "vpp-nic-comparison-2n-skx-mrr"
2040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2041   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2042   parameters:
2043   - "name"
2044   - "parent"
2045   - "result"
2046   - "tags"
2047
2048 # VPP Compare NICs 2n-skx 8t4c mrr
2049 -
2050   type: "table"
2051   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2052   algorithm: "table_nics_comparison"
2053   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2054   reference:
2055     title: "Intel-x710"
2056     nic: "NIC_Intel-X710"
2057   compare:
2058     title: "Intel-xxv710"
2059     nic: "NIC_Intel-XXV710"
2060   data: "vpp-nic-comparison-2n-skx-mrr"
2061   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2062   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2063   parameters:
2064   - "name"
2065   - "parent"
2066   - "result"
2067   - "tags"
2068
2069 ################################################################################
2070 # VPP
2071
2072 # VPP Performance Changes 3n-hsw 1t1c pdr
2073 -
2074   type: "table"
2075   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2076   algorithm: "table_performance_comparison"
2077   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2078   history:
2079     -
2080       title: "rls1807"
2081       data: "vpp-performance-changes-3n-hsw-h1"
2082   reference:
2083     title: "rls1810"
2084     data: "vpp-performance-changes-3n-hsw-ref"
2085   compare:
2086     title: "rls1901"
2087     data: "vpp-performance-changes-3n-hsw-cmp"
2088   data: "vpp-performance-changes-3n-hsw"
2089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2090   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2091   parameters:
2092   - "name"
2093   - "parent"
2094   - "throughput"
2095
2096 # VPP Performance Changes 3n-hsw 2t2c pdr
2097 -
2098   type: "table"
2099   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2100   algorithm: "table_performance_comparison"
2101   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2102   history:
2103     -
2104       title: "rls1807"
2105       data: "vpp-performance-changes-3n-hsw-h1"
2106   reference:
2107     title: "rls1810"
2108     data: "vpp-performance-changes-3n-hsw-ref"
2109   compare:
2110     title: "rls1901"
2111     data: "vpp-performance-changes-3n-hsw-cmp"
2112   data: "vpp-performance-changes-3n-hsw"
2113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2114   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2115   parameters:
2116   - "name"
2117   - "parent"
2118   - "throughput"
2119
2120 # VPP Performance Changes 3n-hsw 1t1c ndr
2121 -
2122   type: "table"
2123   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2124   algorithm: "table_performance_comparison"
2125   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2126   history:
2127     -
2128       title: "rls1807"
2129       data: "vpp-performance-changes-3n-hsw-h1"
2130   reference:
2131     title: "rls1810"
2132     data: "vpp-performance-changes-3n-hsw-ref"
2133   compare:
2134     title: "rls1901"
2135     data: "vpp-performance-changes-3n-hsw-cmp"
2136   data: "vpp-performance-changes-3n-hsw"
2137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2138   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2139   parameters:
2140   - "name"
2141   - "parent"
2142   - "throughput"
2143
2144 # VPP Performance Changes 3n-hsw 2t2c ndr
2145 -
2146   type: "table"
2147   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2148   algorithm: "table_performance_comparison"
2149   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2150   history:
2151     -
2152       title: "rls1807"
2153       data: "vpp-performance-changes-3n-hsw-h1"
2154   reference:
2155     title: "rls1810"
2156     data: "vpp-performance-changes-3n-hsw-ref"
2157   compare:
2158     title: "rls1901"
2159     data: "vpp-performance-changes-3n-hsw-cmp"
2160   data: "vpp-performance-changes-3n-hsw"
2161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2162   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2163   parameters:
2164   - "name"
2165   - "parent"
2166   - "throughput"
2167
2168 # VPP Performance Changes 3n-skx 2t1c pdr
2169 -
2170   type: "table"
2171   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2172   algorithm: "table_performance_comparison"
2173   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2174   history:
2175     -
2176       title: "rls1807"
2177       data: "vpp-performance-changes-3n-skx-h1"
2178   reference:
2179     title: "rls1810"
2180     data: "vpp-performance-changes-3n-skx-ref"
2181   compare:
2182     title: "rls1901"
2183     data: "vpp-performance-changes-3n-skx-cmp"
2184   data: "vpp-performance-changes-3n-skx"
2185   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2186   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2187   parameters:
2188   - "name"
2189   - "parent"
2190   - "throughput"
2191
2192 # VPP Performance Changes 3n-skx 4t2c pdr
2193 -
2194   type: "table"
2195   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2196   algorithm: "table_performance_comparison"
2197   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2198   history:
2199     -
2200       title: "rls1807"
2201       data: "vpp-performance-changes-3n-skx-h1"
2202   reference:
2203     title: "rls1810"
2204     data: "vpp-performance-changes-3n-skx-ref"
2205   compare:
2206     title: "rls1901"
2207     data: "vpp-performance-changes-3n-skx-cmp"
2208   data: "vpp-performance-changes-3n-skx"
2209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2210   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2211   parameters:
2212   - "name"
2213   - "parent"
2214   - "throughput"
2215
2216 # VPP Performance Changes 3n-skx 2t1c ndr
2217 -
2218   type: "table"
2219   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2220   algorithm: "table_performance_comparison"
2221   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2222   history:
2223     -
2224       title: "rls1807"
2225       data: "vpp-performance-changes-3n-skx-h1"
2226   reference:
2227     title: "rls1810"
2228     data: "vpp-performance-changes-3n-skx-ref"
2229   compare:
2230     title: "rls1901"
2231     data: "vpp-performance-changes-3n-skx-cmp"
2232   data: "vpp-performance-changes-3n-skx"
2233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2234   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2235   parameters:
2236   - "name"
2237   - "parent"
2238   - "throughput"
2239
2240 # VPP Performance Changes 3n-skx 4t2c ndr
2241 -
2242   type: "table"
2243   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2244   algorithm: "table_performance_comparison"
2245   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2246   history:
2247     -
2248       title: "rls1807"
2249       data: "vpp-performance-changes-3n-skx-h1"
2250   reference:
2251     title: "rls1810"
2252     data: "vpp-performance-changes-3n-skx-ref"
2253   compare:
2254     title: "rls1901"
2255     data: "vpp-performance-changes-3n-skx-cmp"
2256   data: "vpp-performance-changes-3n-skx"
2257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2258   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2259   parameters:
2260   - "name"
2261   - "parent"
2262   - "throughput"
2263
2264 # VPP Performance Changes 2n-skx 2t1c pdr
2265 -
2266   type: "table"
2267   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2268   algorithm: "table_performance_comparison"
2269   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2270   history:
2271     -
2272       title: "rls1807"
2273       data: "vpp-performance-changes-2n-skx-h1"
2274   reference:
2275     title: "rls1810"
2276     data: "vpp-performance-changes-2n-skx-ref"
2277   compare:
2278     title: "rls1901"
2279     data: "vpp-performance-changes-2n-skx-cmp"
2280   data: "vpp-performance-changes-2n-skx"
2281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2282   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2283   parameters:
2284   - "name"
2285   - "parent"
2286   - "throughput"
2287
2288 # VPP Performance Changes 2n-skx 4t2c pdr
2289 -
2290   type: "table"
2291   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2292   algorithm: "table_performance_comparison"
2293   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2294   history:
2295     - title: "rls1807"
2296       data: "vpp-performance-changes-2n-skx-h1"
2297   reference:
2298     title: "rls1810"
2299     data: "vpp-performance-changes-2n-skx-ref"
2300   compare:
2301     title: "rls1901"
2302     data: "vpp-performance-changes-2n-skx-cmp"
2303   data: "vpp-performance-changes-2n-skx"
2304   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2305   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2306   parameters:
2307   - "name"
2308   - "parent"
2309   - "throughput"
2310
2311 # VPP Performance Changes 2n-skx 2t1c ndr
2312 -
2313   type: "table"
2314   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2315   algorithm: "table_performance_comparison"
2316   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2317   history:
2318     - title: "rls1807"
2319       data: "vpp-performance-changes-2n-skx-h1"
2320   reference:
2321     title: "rls1810"
2322     data: "vpp-performance-changes-2n-skx-ref"
2323   compare:
2324     title: "rls1901"
2325     data: "vpp-performance-changes-2n-skx-cmp"
2326   data: "vpp-performance-changes-2n-skx"
2327   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2328   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2329   parameters:
2330   - "name"
2331   - "parent"
2332   - "throughput"
2333
2334 # VPP Performance Changes 2n-skx 4t2c ndr
2335 -
2336   type: "table"
2337   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2338   algorithm: "table_performance_comparison"
2339   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2340   history:
2341     - title: "rls1807"
2342       data: "vpp-performance-changes-2n-skx-h1"
2343   reference:
2344     title: "rls1810"
2345     data: "vpp-performance-changes-2n-skx-ref"
2346   compare:
2347     title: "rls1901"
2348     data: "vpp-performance-changes-2n-skx-cmp"
2349   data: "vpp-performance-changes-2n-skx"
2350   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2351   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2352   parameters:
2353   - "name"
2354   - "parent"
2355   - "throughput"
2356
2357 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2358 -
2359   type: "table"
2360   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2361   algorithm: "table_performance_comparison"
2362   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2363   reference:
2364     title: "3-Node Hsw"
2365     data: "vpp-compare-testbeds-ref"
2366   compare:
2367     title: "3-Node Skx"
2368     data: "vpp-compare-testbeds-cmp"
2369   data: "vpp-compare-testbeds"
2370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2371   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2372   parameters:
2373   - "name"
2374   - "parent"
2375   - "throughput"
2376
2377 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2378 -
2379   type: "table"
2380   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2381   algorithm: "table_performance_comparison"
2382   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2383   reference:
2384     title: "3-Node Hsw"
2385     data: "vpp-compare-testbeds-ref"
2386   compare:
2387     title: "3-Node Skx"
2388     data: "vpp-compare-testbeds-cmp"
2389   data: "vpp-compare-testbeds"
2390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2391   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2392   parameters:
2393   - "name"
2394   - "parent"
2395   - "throughput"
2396
2397 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2398 -
2399   type: "table"
2400   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2401   algorithm: "table_performance_comparison"
2402   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2403   reference:
2404     title: "3-Node Hsw"
2405     data: "vpp-compare-testbeds-ref"
2406   compare:
2407     title: "3-Node Skx"
2408     data: "vpp-compare-testbeds-cmp"
2409   data: "vpp-compare-testbeds"
2410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2411   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2412   parameters:
2413   - "name"
2414   - "parent"
2415   - "throughput"
2416
2417 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2418 -
2419   type: "table"
2420   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2421   algorithm: "table_performance_comparison"
2422   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2423   reference:
2424     title: "3-Node Hsw"
2425     data: "vpp-compare-testbeds-ref"
2426   compare:
2427     title: "3-Node Skx"
2428     data: "vpp-compare-testbeds-cmp"
2429   data: "vpp-compare-testbeds"
2430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2431   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2432   parameters:
2433   - "name"
2434   - "parent"
2435   - "throughput"
2436
2437 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2438 -
2439   type: "table"
2440   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2441   algorithm: "table_performance_comparison"
2442   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2443   reference:
2444     title: "3-Node Skx"
2445     data: "vpp-compare-topologies-ref"
2446   compare:
2447     title: "2-Node Skx"
2448     data: "vpp-compare-topologies-cmp"
2449   data: "vpp-compare-topologies"
2450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2451   filter: "'NDRPDR' and '1C'"
2452   parameters:
2453   - "name"
2454   - "parent"
2455   - "throughput"
2456
2457 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2458 -
2459   type: "table"
2460   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2461   algorithm: "table_performance_comparison"
2462   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2463   reference:
2464     title: "3-Node Skx"
2465     data: "vpp-compare-topologies-ref"
2466   compare:
2467     title: "2-Node Skx"
2468     data: "vpp-compare-topologies-cmp"
2469   data: "vpp-compare-topologies"
2470   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2471   filter: "'NDRPDR' and '2C'"
2472   parameters:
2473   - "name"
2474   - "parent"
2475   - "throughput"
2476
2477 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2478 -
2479   type: "table"
2480   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2481   algorithm: "table_performance_comparison"
2482   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2483   reference:
2484     title: "3-Node Skx"
2485     data: "vpp-compare-topologies-ref"
2486   compare:
2487     title: "2-Node Skx"
2488     data: "vpp-compare-topologies-cmp"
2489   data: "vpp-compare-topologies"
2490   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2491   filter: "'NDRPDR' and '1C'"
2492   parameters:
2493   - "name"
2494   - "parent"
2495   - "throughput"
2496
2497 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2498 -
2499   type: "table"
2500   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2501   algorithm: "table_performance_comparison"
2502   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2503   reference:
2504     title: "3-Node Skx"
2505     data: "vpp-compare-topologies-ref"
2506   compare:
2507     title: "2-Node Skx"
2508     data: "vpp-compare-topologies-cmp"
2509   data: "vpp-compare-topologies"
2510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2511   filter: "'NDRPDR' and '2C'"
2512   parameters:
2513   - "name"
2514   - "parent"
2515   - "throughput"
2516
2517 # VPP Performance Changes 3n-hsw 1t1c MRR
2518 -
2519   type: "table"
2520   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2521   algorithm: "table_performance_comparison"
2522   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2523   history:
2524     -
2525       title: "rls1807"
2526       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2527   reference:
2528     title: "rls1810"
2529     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2530   compare:
2531     title: "rls1901"
2532     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2533   data: "vpp-performance-changes-3n-hsw-mrr"
2534   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2535   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2536   parameters:
2537   - "name"
2538   - "parent"
2539   - "result"
2540
2541 # VPP Performance Changes 3n-hsw 2t2c MRR
2542 -
2543   type: "table"
2544   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2545   algorithm: "table_performance_comparison"
2546   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2547   history:
2548     -
2549       title: "rls1807"
2550       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2551   reference:
2552     title: "rls1810"
2553     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2554   compare:
2555     title: "rls1901"
2556     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2557   data: "vpp-performance-changes-3n-hsw-mrr"
2558   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2559   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2560   parameters:
2561   - "name"
2562   - "parent"
2563   - "result"
2564
2565 # VPP Performance Changes 3n-hsw 4t4c MRR
2566 -
2567   type: "table"
2568   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2569   algorithm: "table_performance_comparison"
2570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2571   history:
2572     -
2573       title: "rls1807"
2574       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2575   reference:
2576     title: "rls1810"
2577     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2578   compare:
2579     title: "rls1901"
2580     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2581   data: "vpp-performance-changes-3n-hsw-mrr"
2582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2583   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2584   parameters:
2585   - "name"
2586   - "parent"
2587   - "result"
2588
2589 # VPP Performance Changes 3n-skx 2t1c MRR
2590 -
2591   type: "table"
2592   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2593   algorithm: "table_performance_comparison"
2594   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2595   history:
2596     -
2597       title: "rls1807"
2598       data: "vpp-performance-changes-3n-skx-mrr-h1"
2599   reference:
2600     title: "rls1810"
2601     data: "vpp-performance-changes-3n-skx-mrr-ref"
2602   compare:
2603     title: "rls1901"
2604     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2605   data: "vpp-performance-changes-3n-skx-mrr"
2606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2607   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2608   parameters:
2609   - "name"
2610   - "parent"
2611   - "result"
2612
2613 # VPP Performance Changes 3n-skx 4t2c MRR
2614 -
2615   type: "table"
2616   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2617   algorithm: "table_performance_comparison"
2618   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2619   history:
2620     -
2621       title: "rls1807"
2622       data: "vpp-performance-changes-3n-skx-mrr-h1"
2623   reference:
2624     title: "rls1810"
2625     data: "vpp-performance-changes-3n-skx-mrr-ref"
2626   compare:
2627     title: "rls1901"
2628     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2629   data: "vpp-performance-changes-3n-skx-mrr"
2630   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2631   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2632   parameters:
2633   - "name"
2634   - "parent"
2635   - "result"
2636
2637 # VPP Performance Changes 3n-skx 8t4c MRR
2638 -
2639   type: "table"
2640   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2641   algorithm: "table_performance_comparison"
2642   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2643   history:
2644     -
2645       title: "rls1807"
2646       data: "vpp-performance-changes-3n-skx-mrr-h1"
2647   reference:
2648     title: "rls1810"
2649     data: "vpp-performance-changes-3n-skx-mrr-ref"
2650   compare:
2651     title: "rls1901"
2652     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2653   data: "vpp-performance-changes-3n-skx-mrr"
2654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2655   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2656   parameters:
2657   - "name"
2658   - "parent"
2659   - "result"
2660
2661 # VPP Performance Changes 2n-skx 2t1c MRR
2662 -
2663   type: "table"
2664   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2665   algorithm: "table_performance_comparison"
2666   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2667   history:
2668     -
2669       title: "rls1807"
2670       data: "vpp-performance-changes-2n-skx-mrr-h1"
2671   reference:
2672     title: "rls1810"
2673     data: "vpp-performance-changes-2n-skx-mrr-ref"
2674   compare:
2675     title: "rls1901"
2676     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2677   data: "vpp-performance-changes-2n-skx-mrr"
2678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2679   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2680   parameters:
2681   - "name"
2682   - "parent"
2683   - "result"
2684
2685 # VPP Performance Changes 2n-skx 4t2c MRR
2686 -
2687   type: "table"
2688   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2689   algorithm: "table_performance_comparison"
2690   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2691   history:
2692     -
2693       title: "rls1807"
2694       data: "vpp-performance-changes-2n-skx-mrr-h1"
2695   reference:
2696     title: "rls1810"
2697     data: "vpp-performance-changes-2n-skx-mrr-ref"
2698   compare:
2699     title: "rls1901"
2700     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2701   data: "vpp-performance-changes-2n-skx-mrr"
2702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2703   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2704   parameters:
2705   - "name"
2706   - "parent"
2707   - "result"
2708
2709 # VPP Performance Changes 2n-skx 8t4c MRR
2710 -
2711   type: "table"
2712   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2713   algorithm: "table_performance_comparison"
2714   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2715   history:
2716     -
2717       title: "rls1807"
2718       data: "vpp-performance-changes-2n-skx-mrr-h1"
2719   reference:
2720     title: "rls1810"
2721     data: "vpp-performance-changes-2n-skx-mrr-ref"
2722   compare:
2723     title: "rls1901"
2724     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2725   data: "vpp-performance-changes-2n-skx-mrr"
2726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2727   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2728   parameters:
2729   - "name"
2730   - "parent"
2731   - "result"
2732
2733 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2734 -
2735   type: "table"
2736   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2737   algorithm: "table_performance_comparison"
2738   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2739   reference:
2740     title: "3-Node Hsw"
2741     data: "vpp-compare-testbeds-mrr-ref"
2742   compare:
2743     title: "3-Node Skx"
2744     data: "vpp-compare-testbeds-mrr-cmp"
2745   data: "vpp-compare-testbeds-mrr"
2746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2747   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2748   parameters:
2749   - "name"
2750   - "parent"
2751   - "result"
2752
2753 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2754 -
2755   type: "table"
2756   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2757   algorithm: "table_performance_comparison"
2758   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2759   reference:
2760     title: "3-Node Hsw"
2761     data: "vpp-compare-testbeds-mrr-ref"
2762   compare:
2763     title: "3-Node Skx"
2764     data: "vpp-compare-testbeds-mrr-cmp"
2765   data: "vpp-compare-testbeds-mrr"
2766   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2767   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2768   parameters:
2769   - "name"
2770   - "parent"
2771   - "result"
2772
2773 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2774 -
2775   type: "table"
2776   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2777   algorithm: "table_performance_comparison"
2778   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2779   reference:
2780     title: "3-Node Hsw"
2781     data: "vpp-compare-testbeds-mrr-ref"
2782   compare:
2783     title: "3-Node Skx"
2784     data: "vpp-compare-testbeds-mrr-cmp"
2785   data: "vpp-compare-testbeds-mrr"
2786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2787   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2788   parameters:
2789   - "name"
2790   - "parent"
2791   - "result"
2792
2793 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2794 -
2795   type: "table"
2796   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2797   algorithm: "table_performance_comparison"
2798   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2799   reference:
2800     title: "3-Node Skx"
2801     data: "vpp-compare-topologies-mrr-ref"
2802   compare:
2803     title: "2-Node Skx"
2804     data: "vpp-compare-topologies-mrr-cmp"
2805   data: "vpp-compare-topologies-mrr"
2806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2807   filter: "'MRR' and '1C'"
2808   parameters:
2809   - "name"
2810   - "parent"
2811   - "result"
2812
2813 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2814 -
2815   type: "table"
2816   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2817   algorithm: "table_performance_comparison"
2818   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2819   reference:
2820     title: "3-Node Skx"
2821     data: "vpp-compare-topologies-mrr-ref"
2822   compare:
2823     title: "2-Node Skx"
2824     data: "vpp-compare-topologies-mrr-cmp"
2825   data: "vpp-compare-topologies-mrr"
2826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2827   filter: "'MRR' and '2C'"
2828   parameters:
2829   - "name"
2830   - "parent"
2831   - "result"
2832
2833 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2834 -
2835   type: "table"
2836   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2837   algorithm: "table_performance_comparison"
2838   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2839   reference:
2840     title: "3-Node Skx"
2841     data: "vpp-compare-topologies-mrr-ref"
2842   compare:
2843     title: "2-Node Skx"
2844     data: "vpp-compare-topologies-mrr-cmp"
2845   data: "vpp-compare-topologies-mrr"
2846   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2847   filter: "'MRR' and '4C'"
2848   parameters:
2849   - "name"
2850   - "parent"
2851   - "result"
2852
2853 # Detailed Test Results - VPP Performance Results 3n-hsw
2854 -
2855   type: "table"
2856   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2857   algorithm: "table_merged_details"
2858   output-file-ext: ".csv"
2859   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2860   columns:
2861   -
2862     title: "Name"
2863     data: "data name"
2864   -
2865     title: "Status"
2866     data: "data msg"
2867   rows: "generated"
2868   data: "vpp-perf-results-3n-hsw"
2869   filter: "not 'NDRCHK' and not 'PDRCHK'"
2870   parameters:
2871   - "name"
2872   - "parent"
2873   - "msg"
2874
2875 # Detailed Test Results - VPP Performance Results 3n-skx
2876 -
2877   type: "table"
2878   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2879   algorithm: "table_merged_details"
2880   output-file-ext: ".csv"
2881   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2882   columns:
2883   -
2884     title: "Name"
2885     data: "data name"
2886   -
2887     title: "Status"
2888     data: "data msg"
2889   rows: "generated"
2890   data: "vpp-perf-results-3n-skx"
2891   filter: "not 'NDRCHK' and not 'PDRCHK'"
2892   parameters:
2893   - "name"
2894   - "parent"
2895   - "msg"
2896
2897 # Detailed Test Results - VPP Performance Results 2n-skx
2898 -
2899   type: "table"
2900   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2901   algorithm: "table_merged_details"
2902   output-file-ext: ".csv"
2903   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2904   columns:
2905   -
2906     title: "Name"
2907     data: "data name"
2908   -
2909     title: "Status"
2910     data: "data msg"
2911   rows: "generated"
2912   data: "vpp-perf-results-2n-skx"
2913   filter: "not 'NDRCHK' and not 'PDRCHK'"
2914   parameters:
2915   - "name"
2916   - "parent"
2917   - "msg"
2918
2919 # Detailed Test Results - VPP Performance Results 2n-dnv
2920 -
2921   type: "table"
2922   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2923   algorithm: "table_details"
2924   output-file-ext: ".csv"
2925   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2926   columns:
2927   -
2928     title: "Name"
2929     data: "data name"
2930   -
2931     title: "Status"
2932     data: "data msg"
2933   rows: "generated"
2934   data: "intel-dnv-vpp"
2935   filter: "'NDRPDR'"
2936   parameters:
2937   - "name"
2938   - "parent"
2939   - "msg"
2940
2941 # Test configuration - VPP Performance Test Configs 3n-hsw
2942 -
2943   type: "table"
2944   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2945   algorithm: "table_merged_details"
2946   output-file-ext: ".csv"
2947   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2948   columns:
2949   -
2950     title: "Name"
2951     data: "data name"
2952   -
2953     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2954     data: "data vat-history"
2955   rows: "generated"
2956   data: "vpp-perf-results-3n-hsw"
2957   filter: "not 'NDRCHK' and not 'PDRCHK'"
2958   parameters:
2959   - "parent"
2960   - "name"
2961   - "vat-history"
2962
2963 # Test configuration - VPP Performance Test Configs 3n-skx
2964 -
2965   type: "table"
2966   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2967   algorithm: "table_merged_details"
2968   output-file-ext: ".csv"
2969   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2970   columns:
2971   -
2972     title: "Name"
2973     data: "data name"
2974   -
2975     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2976     data: "data vat-history"
2977   rows: "generated"
2978   data: "vpp-perf-results-3n-skx"
2979   filter: "not 'NDRCHK' and not 'PDRCHK'"
2980   parameters:
2981   - "parent"
2982   - "name"
2983   - "vat-history"
2984
2985 # Test configuration - VPP Performance Test Configs 2n-skx
2986 -
2987   type: "table"
2988   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2989   algorithm: "table_merged_details"
2990   output-file-ext: ".csv"
2991   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2992   columns:
2993   -
2994     title: "Name"
2995     data: "data name"
2996   -
2997     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2998     data: "data vat-history"
2999   rows: "generated"
3000   data: "vpp-perf-results-2n-skx"
3001   filter: "not 'NDRCHK' and not 'PDRCHK'"
3002   parameters:
3003   - "parent"
3004   - "name"
3005   - "vat-history"
3006
3007 # Test configuration - VPP Performance Test Configs 2n-dnv
3008 -
3009   type: "table"
3010   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3011   algorithm: "table_details"
3012   output-file-ext: ".csv"
3013   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3014   columns:
3015   -
3016     title: "Name"
3017     data: "data name"
3018   -
3019     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3020     data: "data vat-history"
3021   rows: "generated"
3022   data: "intel-dnv-vpp"
3023   filter: "'NDRPDR'"
3024   parameters:
3025   - "parent"
3026   - "name"
3027   - "vat-history"
3028
3029 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3030 -
3031   type: "table"
3032   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3033   algorithm: "table_merged_details"
3034   output-file-ext: ".csv"
3035   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3036   columns:
3037   -
3038     title: "Name"
3039     data: "data name"
3040   -
3041     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3042     data: "data show-run"
3043   rows: "generated"
3044   data: "vpp-perf-results-3n-hsw"
3045   filter: "not 'NDRCHK' and not 'PDRCHK'"
3046   parameters:
3047   - "parent"
3048   - "name"
3049   - "show-run"
3050
3051 # Test Operational Data - VPP Performance Operational Data 3n-skx
3052 -
3053   type: "table"
3054   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3055   algorithm: "table_merged_details"
3056   output-file-ext: ".csv"
3057   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3058   columns:
3059   -
3060     title: "Name"
3061     data: "data name"
3062   -
3063     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3064     data: "data show-run"
3065   rows: "generated"
3066   data: "vpp-perf-results-3n-skx"
3067   filter: "not 'NDRCHK' and not 'PDRCHK'"
3068   parameters:
3069   - "parent"
3070   - "name"
3071   - "show-run"
3072
3073 # Test Operational Data - VPP Performance Operational Data 2n-skx
3074 -
3075   type: "table"
3076   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3077   algorithm: "table_merged_details"
3078   output-file-ext: ".csv"
3079   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3080   columns:
3081   -
3082     title: "Name"
3083     data: "data name"
3084   -
3085     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3086     data: "data show-run"
3087   rows: "generated"
3088   data: "vpp-perf-results-2n-skx"
3089   filter: "not 'NDRCHK' and not 'PDRCHK'"
3090   parameters:
3091   - "parent"
3092   - "name"
3093   - "show-run"
3094
3095 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3096 -
3097   type: "table"
3098   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3099   algorithm: "table_details"
3100   output-file-ext: ".csv"
3101   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3102   columns:
3103   -
3104     title: "Name"
3105     data: "data name"
3106   -
3107     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3108     data: "data show-run"
3109   rows: "generated"
3110   data: "intel-dnv-vpp"
3111   filter: "'NDRPDR'"
3112   parameters:
3113   - "parent"
3114   - "name"
3115   - "show-run"
3116
3117 # Detailed Test Results - VPP MRR Results 3n-hsw
3118 -
3119   type: "table"
3120   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3121   algorithm: "table_details"
3122   output-file-ext: ".csv"
3123   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3124   columns:
3125   -
3126     title: "Name"
3127     data: "data name"
3128   -
3129     title: "Status"
3130     data: "data msg"
3131   rows: "generated"
3132   data: "vpp-mrr-results-3n-hsw"
3133   filter: "'MRR'"
3134   parameters:
3135   - "name"
3136   - "parent"
3137   - "msg"
3138
3139 # Detailed Test Results - VPP MRR Results 3n-skx
3140 -
3141   type: "table"
3142   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3143   algorithm: "table_details"
3144   output-file-ext: ".csv"
3145   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3146   columns:
3147   -
3148     title: "Name"
3149     data: "data name"
3150   -
3151     title: "Status"
3152     data: "data msg"
3153   rows: "generated"
3154   data: "vpp-mrr-results-3n-skx"
3155   filter: "'MRR'"
3156   parameters:
3157   - "name"
3158   - "parent"
3159   - "msg"
3160
3161 # Detailed Test Results - VPP MRR Results 2n-skx
3162 -
3163   type: "table"
3164   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3165   algorithm: "table_details"
3166   output-file-ext: ".csv"
3167   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3168   columns:
3169   -
3170     title: "Name"
3171     data: "data name"
3172   -
3173     title: "Status"
3174     data: "data msg"
3175   rows: "generated"
3176   data: "vpp-mrr-results-2n-skx"
3177   filter: "'MRR'"
3178   parameters:
3179   - "name"
3180   - "parent"
3181   - "msg"
3182
3183 # Detailed Test Results - VPP MRR Results 2n-dnv
3184 -
3185   type: "table"
3186   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3187   algorithm: "table_details"
3188   output-file-ext: ".csv"
3189   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3190   columns:
3191   -
3192     title: "Name"
3193     data: "data name"
3194   -
3195     title: "Status"
3196     data: "data msg"
3197   rows: "generated"
3198   data: "intel-dnv-vpp"
3199   filter: "'MRR'"
3200   parameters:
3201   - "name"
3202   - "parent"
3203   - "msg"
3204
3205 # Test configuration - VPP MRR Test Configs 3n-hsw
3206 -
3207   type: "table"
3208   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3209   algorithm: "table_details"
3210   output-file-ext: ".csv"
3211   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3212   columns:
3213   -
3214     title: "Name"
3215     data: "data name"
3216   -
3217     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3218     data: "data vat-history"
3219   rows: "generated"
3220   data: "vpp-mrr-results-3n-hsw"
3221   filter: "'MRR'"
3222   parameters:
3223   - "parent"
3224   - "name"
3225   - "vat-history"
3226
3227 # Test configuration - VPP MRR Test Configs 3n-skx
3228 -
3229   type: "table"
3230   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3231   algorithm: "table_details"
3232   output-file-ext: ".csv"
3233   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3234   columns:
3235   -
3236     title: "Name"
3237     data: "data name"
3238   -
3239     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3240     data: "data vat-history"
3241   rows: "generated"
3242   data: "vpp-mrr-results-3n-skx"
3243   filter: "'MRR'"
3244   parameters:
3245   - "parent"
3246   - "name"
3247   - "vat-history"
3248
3249 # Test configuration - VPP MRR Test Configs 2n-skx
3250 -
3251   type: "table"
3252   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3253   algorithm: "table_details"
3254   output-file-ext: ".csv"
3255   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3256   columns:
3257   -
3258     title: "Name"
3259     data: "data name"
3260   -
3261     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3262     data: "data vat-history"
3263   rows: "generated"
3264   data: "vpp-mrr-results-2n-skx"
3265   filter: "'MRR'"
3266   parameters:
3267   - "parent"
3268   - "name"
3269   - "vat-history"
3270
3271 # Test configuration - VPP MRR Test Configs 2n-dnv
3272 -
3273   type: "table"
3274   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3275   algorithm: "table_details"
3276   output-file-ext: ".csv"
3277   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3278   columns:
3279   -
3280     title: "Name"
3281     data: "data name"
3282   -
3283     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3284     data: "data vat-history"
3285   rows: "generated"
3286   data: "intel-dnv-vpp"
3287   filter: "'MRR'"
3288   parameters:
3289   - "parent"
3290   - "name"
3291   - "vat-history"
3292
3293 # Detailed Test Results - VPP Functional Results - Ubuntu
3294 -
3295   type: "table"
3296   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3297   algorithm: "table_details"
3298   output-file-ext: ".csv"
3299   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3300   columns:
3301   -
3302     title: "Name"
3303     data: "data name"
3304   -
3305     title: "Documentation"
3306     data: "data doc"
3307   -
3308     title: "Status"
3309     data: "data status"
3310   rows: "generated"
3311   data: "vpp-func-results-ubuntu"
3312   filter: "all"
3313   parameters:
3314   - "name"
3315   - "parent"
3316   - "doc"
3317   - "status"
3318
3319 # Detailed Test Results - VPP Functional Results - CentOS
3320 -
3321   type: "table"
3322   title: "Detailed Test Results - VPP Functional Results - CentOS"
3323   algorithm: "table_details"
3324   output-file-ext: ".csv"
3325   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3326   columns:
3327   -
3328     title: "Name"
3329     data: "data name"
3330   -
3331     title: "Documentation"
3332     data: "data doc"
3333   -
3334     title: "Status"
3335     data: "data status"
3336   rows: "generated"
3337   data:
3338     "vpp-func-results-centos"
3339   filter: "all"
3340   parameters:
3341   - "name"
3342   - "parent"
3343   - "doc"
3344   - "status"
3345
3346 # Test configuration - VPP Functional Test Configs - Ubuntu
3347 -
3348   type: "table"
3349   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3350   algorithm: "table_details"
3351   output-file-ext: ".csv"
3352   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3353   columns:
3354   -
3355     title: "Name"
3356     data: "data name"
3357   -
3358     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3359     data: "data vat-history"
3360   rows: "generated"
3361   data: "vpp-func-results-ubuntu"
3362   filter: "all"
3363   parameters:
3364   - "parent"
3365   - "name"
3366   - "vat-history"
3367
3368 # Test configuration - VPP Functional Test Configs - CentOS
3369 -
3370   type: "table"
3371   title: "Test configuration - VPP Functional Test Configs - CentOS"
3372   algorithm: "table_details"
3373   output-file-ext: ".csv"
3374   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3375   columns:
3376   -
3377     title: "Name"
3378     data: "data name"
3379   -
3380     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3381     data: "data vat-history"
3382   rows: "generated"
3383   data: "vpp-func-results-centos"
3384   filter: "all"
3385   parameters:
3386   - "parent"
3387   - "name"
3388   - "vat-history"
3389
3390 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3391 -
3392   type: "table"
3393   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3394   algorithm: "table_details"
3395   output-file-ext: ".csv"
3396   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3397   columns:
3398   -
3399     title: "Name"
3400     data: "data name"
3401   -
3402     title: "Status"
3403     data: "data msg"
3404   rows: "generated"
3405   data: "ligato-perf-results-3n-hsw"
3406   filter: "all"
3407   parameters:
3408   - "name"
3409   - "parent"
3410   - "msg"
3411
3412 # Detailed Test Results - VPP Device Results - Ubuntu
3413 -
3414   type: "table"
3415   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3416   algorithm: "table_details"
3417   output-file-ext: ".csv"
3418   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3419   columns:
3420   -
3421     title: "Name"
3422     data: "data name"
3423   -
3424     title: "Documentation"
3425     data: "data doc"
3426   -
3427     title: "Status"
3428     data: "data status"
3429   rows: "generated"
3430   data: "vpp-device-results-ubuntu"
3431   filter: "all"
3432   parameters:
3433   - "name"
3434   - "parent"
3435   - "doc"
3436   - "status"
3437
3438 # Test configuration - VPP Device Test Configs - Ubuntu
3439 -
3440   type: "table"
3441   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3442   algorithm: "table_details"
3443   output-file-ext: ".csv"
3444   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3445   columns:
3446   -
3447     title: "Name"
3448     data: "data name"
3449   -
3450     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3451     data: "data vat-history"
3452   rows: "generated"
3453   data: "vpp-device-results-ubuntu"
3454   filter: "all"
3455   parameters:
3456   - "parent"
3457   - "name"
3458   - "vat-history"
3459
3460 ################################################################################
3461
3462 # DPDK Performance Changes 3n-hsw 1t1c pdr
3463 -
3464   type: "table"
3465   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3466   algorithm: "table_performance_comparison"
3467   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3468   history:
3469     -
3470       title: "rls1807"
3471       data: "dpdk-performance-changes-3n-hsw-h1"
3472   reference:
3473     title: "rls1810"
3474     data: "dpdk-performance-changes-3n-hsw-ref"
3475   compare:
3476     title: "rls1901"
3477     data: "dpdk-performance-changes-3n-hsw-cmp"
3478   data: "dpdk-performance-changes-3n-hsw"
3479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3480   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3481   parameters:
3482   - "name"
3483   - "parent"
3484   - "throughput"
3485
3486 # DPDK Performance Changes 3n-hsw 2t2c pdr
3487 -
3488   type: "table"
3489   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3490   algorithm: "table_performance_comparison"
3491   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3492   history:
3493     -
3494       title: "rls1807"
3495       data: "dpdk-performance-changes-3n-hsw-h1"
3496   reference:
3497     title: "rls1810"
3498     data: "dpdk-performance-changes-3n-hsw-ref"
3499   compare:
3500     title: "rls1901"
3501     data: "dpdk-performance-changes-3n-hsw-cmp"
3502   data: "dpdk-performance-changes-3n-hsw"
3503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3504   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3505   parameters:
3506   - "name"
3507   - "parent"
3508   - "throughput"
3509
3510 # DPDK Performance Changes 3n-hsw 1t1c ndr
3511 -
3512   type: "table"
3513   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3514   algorithm: "table_performance_comparison"
3515   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3516   history:
3517     -
3518       title: "rls1807"
3519       data: "dpdk-performance-changes-3n-hsw-h1"
3520   reference:
3521     title: "rls1810"
3522     data: "dpdk-performance-changes-3n-hsw-ref"
3523   compare:
3524     title: "rls1901"
3525     data: "dpdk-performance-changes-3n-hsw-cmp"
3526   data: "dpdk-performance-changes-3n-hsw"
3527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3529   parameters:
3530   - "name"
3531   - "parent"
3532   - "throughput"
3533
3534 # DPDK Performance Changes 3n-hsw 2t2c ndr
3535 -
3536   type: "table"
3537   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3538   algorithm: "table_performance_comparison"
3539   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3540   history:
3541     -
3542       title: "rls1807"
3543       data: "dpdk-performance-changes-3n-hsw-h1"
3544   reference:
3545     title: "rls1810"
3546     data: "dpdk-performance-changes-3n-hsw-ref"
3547   compare:
3548     title: "rls1901"
3549     data: "dpdk-performance-changes-3n-hsw-cmp"
3550   data: "dpdk-performance-changes-3n-hsw"
3551   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3552   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3553   parameters:
3554   - "name"
3555   - "parent"
3556   - "throughput"
3557
3558 # DPDK Performance Changes 3n-skx 2t1c pdr
3559 -
3560   type: "table"
3561   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3562   algorithm: "table_performance_comparison"
3563   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3564   history:
3565     -
3566       title: "rls1807"
3567       data: "dpdk-performance-changes-3n-skx-h1"
3568   reference:
3569     title: "rls1810"
3570     data: "dpdk-performance-changes-3n-skx-ref"
3571   compare:
3572     title: "rls1901"
3573     data: "dpdk-performance-changes-3n-skx-cmp"
3574   data: "dpdk-performance-changes-3n-skx"
3575   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3576   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3577   parameters:
3578   - "name"
3579   - "parent"
3580   - "throughput"
3581
3582 # DPDK Performance Changes 3n-skx 4t2c pdr
3583 -
3584   type: "table"
3585   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3586   algorithm: "table_performance_comparison"
3587   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3588   history:
3589     -
3590       title: "rls1807"
3591       data: "dpdk-performance-changes-3n-skx-h1"
3592   reference:
3593     title: "rls1810"
3594     data: "dpdk-performance-changes-3n-skx-ref"
3595   compare:
3596     title: "rls1901"
3597     data: "dpdk-performance-changes-3n-skx-cmp"
3598   data: "dpdk-performance-changes-3n-skx"
3599   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3600   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3601   parameters:
3602   - "name"
3603   - "parent"
3604   - "throughput"
3605
3606 # DPDK Performance Changes 3n-skx 2t1c ndr
3607 -
3608   type: "table"
3609   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3610   algorithm: "table_performance_comparison"
3611   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3612   history:
3613     -
3614       title: "rls1807"
3615       data: "dpdk-performance-changes-3n-skx-h1"
3616   reference:
3617     title: "rls1810"
3618     data: "dpdk-performance-changes-3n-skx-ref"
3619   compare:
3620     title: "rls1901"
3621     data: "dpdk-performance-changes-3n-skx-cmp"
3622   data: "dpdk-performance-changes-3n-skx"
3623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3624   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3625   parameters:
3626   - "name"
3627   - "parent"
3628   - "throughput"
3629
3630 # DPDK Performance Changes 3n-skx 4t2c ndr
3631 -
3632   type: "table"
3633   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3634   algorithm: "table_performance_comparison"
3635   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3636   history:
3637     -
3638       title: "rls1807"
3639       data: "dpdk-performance-changes-3n-skx-h1"
3640   reference:
3641     title: "rls1810"
3642     data: "dpdk-performance-changes-3n-skx-ref"
3643   compare:
3644     title: "rls1901"
3645     data: "dpdk-performance-changes-3n-skx-cmp"
3646   data: "dpdk-performance-changes-3n-skx"
3647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3648   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3649   parameters:
3650   - "name"
3651   - "parent"
3652   - "throughput"
3653
3654 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3655 -
3656   type: "table"
3657   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3658   algorithm: "table_performance_comparison"
3659   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3660   reference:
3661     title: "3-Node Hsw"
3662     data: "dpdk-compare-testbeds-ref"
3663   compare:
3664     title: "3-Node Skx"
3665     data: "dpdk-compare-testbeds-cmp"
3666   data: "dpdk-compare-testbeds"
3667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3668   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3669   parameters:
3670   - "name"
3671   - "parent"
3672   - "throughput"
3673
3674 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3675 -
3676   type: "table"
3677   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3678   algorithm: "table_performance_comparison"
3679   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3680   reference:
3681     title: "3-Node Hsw"
3682     data: "dpdk-compare-testbeds-ref"
3683   compare:
3684     title: "3-Node Skx"
3685     data: "dpdk-compare-testbeds-cmp"
3686   data: "dpdk-compare-testbeds"
3687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3688   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3689   parameters:
3690   - "name"
3691   - "parent"
3692   - "throughput"
3693
3694 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3695 -
3696   type: "table"
3697   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3698   algorithm: "table_performance_comparison"
3699   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3700   reference:
3701     title: "3-Node Skx"
3702     data: "dpdk-compare-topologies-ref"
3703   compare:
3704     title: "2-Node Skx"
3705     data: "dpdk-compare-topologies-cmp"
3706   data: "dpdk-compare-topologies"
3707   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3708   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3709   parameters:
3710   - "name"
3711   - "parent"
3712   - "throughput"
3713
3714 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3715 -
3716   type: "table"
3717   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3718   algorithm: "table_performance_comparison"
3719   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3720   reference:
3721     title: "3-Node Skx"
3722     data: "dpdk-compare-topologies-ref"
3723   compare:
3724     title: "2-Node Skx"
3725     data: "dpdk-compare-topologies-cmp"
3726   data: "dpdk-compare-topologies"
3727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3728   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3729   parameters:
3730   - "name"
3731   - "parent"
3732   - "throughput"
3733
3734 # DPDK Performance Changes 2n-skx 2t1c pdr
3735 -
3736   type: "table"
3737   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3738   algorithm: "table_performance_comparison"
3739   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3740   reference:
3741     title: "rls1810"
3742     data: "dpdk-performance-changes-2n-skx-ref"
3743   compare:
3744     title: "rls1901"
3745     data: "dpdk-performance-changes-2n-skx-cmp"
3746   data: "dpdk-performance-changes-2n-skx"
3747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3748   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3749   parameters:
3750   - "name"
3751   - "parent"
3752   - "throughput"
3753
3754 # DPDK Performance Changes 2n-skx 4t2c pdr
3755 -
3756   type: "table"
3757   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3758   algorithm: "table_performance_comparison"
3759   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3760   reference:
3761     title: "rls1810"
3762     data: "dpdk-performance-changes-2n-skx-ref"
3763   compare:
3764     title: "rls1901"
3765     data: "dpdk-performance-changes-2n-skx-cmp"
3766   data: "dpdk-performance-changes-2n-skx"
3767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3768   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3769   parameters:
3770   - "name"
3771   - "parent"
3772   - "throughput"
3773
3774 # DPDK Performance Changes 2n-skx 2t1c ndr
3775 -
3776   type: "table"
3777   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3778   algorithm: "table_performance_comparison"
3779   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3780   reference:
3781     title: "rls1810"
3782     data: "dpdk-performance-changes-2n-skx-ref"
3783   compare:
3784     title: "rls1901"
3785     data: "dpdk-performance-changes-2n-skx-cmp"
3786   data: "dpdk-performance-changes-2n-skx"
3787   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3788   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3789   parameters:
3790   - "name"
3791   - "parent"
3792   - "throughput"
3793
3794 # DPDK Performance Changes 2n-skx 4t2c ndr
3795 -
3796   type: "table"
3797   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3798   algorithm: "table_performance_comparison"
3799   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3800   reference:
3801     title: "rls1810"
3802     data: "dpdk-performance-changes-2n-skx-ref"
3803   compare:
3804     title: "rls1901"
3805     data: "dpdk-performance-changes-2n-skx-cmp"
3806   data: "dpdk-performance-changes-2n-skx"
3807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3808   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3809   parameters:
3810   - "name"
3811   - "parent"
3812   - "throughput"
3813
3814 # Detailed Test Results - DPDK Performance Results 3n-hsw
3815 -
3816   type: "table"
3817   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3818   algorithm: "table_details"
3819   output-file-ext: ".csv"
3820   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3821   columns:
3822   -
3823     title: "Name"
3824     data: "data name"
3825   -
3826     title: "Status"
3827     data: "data msg"
3828   rows: "generated"
3829   data: "dpdk-perf-results-3n-hsw"
3830   filter: "all"
3831   parameters:
3832   - "name"
3833   - "parent"
3834   - "msg"
3835
3836 # Detailed Test Results - DPDK Performance Results 3n-skx
3837 -
3838   type: "table"
3839   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3840   algorithm: "table_details"
3841   output-file-ext: ".csv"
3842   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3843   columns:
3844   -
3845     title: "Name"
3846     data: "data name"
3847   -
3848     title: "Status"
3849     data: "data msg"
3850   rows: "generated"
3851   data: "dpdk-perf-results-3n-skx"
3852   filter: "all"
3853   parameters:
3854   - "name"
3855   - "parent"
3856   - "msg"
3857
3858 # Detailed Test Results - DPDK Performance Results 2n-skx
3859 -
3860   type: "table"
3861   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3862   algorithm: "table_details"
3863   output-file-ext: ".csv"
3864   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3865   columns:
3866   -
3867     title: "Name"
3868     data: "data name"
3869   -
3870     title: "Status"
3871     data: "data msg"
3872   rows: "generated"
3873   data: "dpdk-perf-results-2n-skx"
3874   filter: "all"
3875   parameters:
3876   - "name"
3877   - "parent"
3878   - "msg"
3879
3880 ################################################################################
3881 # HoneyComb
3882 -
3883   type: "table"
3884   title: "Detailed Test Results - Honeycomb Functional Results"
3885   algorithm: "table_details"
3886   output-file-ext: ".csv"
3887   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3888   columns:
3889   -
3890     title: "Name"
3891     data: "data name"
3892   -
3893     title: "Documentation"
3894     data: "data doc"
3895   -
3896     title: "Status"
3897     data: "data status"
3898   rows: "generated"
3899   data:
3900     "hc-func-results"
3901   filter: "all"
3902   parameters:
3903   - "name"
3904   - "parent"
3905   - "doc"
3906   - "status"
3907
3908 ################################################################################
3909 # NSH SFC
3910 -
3911   type: "table"
3912   title: "Detailed Test Results - NSH SFC Functional Results"
3913   algorithm: "table_details"
3914   output-file-ext: ".csv"
3915   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3916   columns:
3917   -
3918     title: "Name"
3919     data: "data name"
3920   -
3921     title: "Documentation"
3922     data: "data doc"
3923   -
3924     title: "Status"
3925     data: "data status"
3926   rows: "generated"
3927   data:
3928     "nsh-func-results"
3929   filter: "all"
3930   parameters:
3931   - "name"
3932   - "parent"
3933   - "doc"
3934   - "status"
3935
3936 ################################################################################
3937 # DMM
3938 -
3939   type: "table"
3940   title: "Detailed Test Results - DMM Functional Results"
3941   algorithm: "table_details"
3942   output-file-ext: ".csv"
3943   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3944   columns:
3945   -
3946     title: "Name"
3947     data: "data name"
3948   -
3949     title: "Documentation"
3950     data: "data doc"
3951   -
3952     title: "Status"
3953     data: "data status"
3954   rows: "generated"
3955   data:
3956     "dmm-func-results"
3957   filter: "all"
3958   parameters:
3959   - "name"
3960   - "parent"
3961   - "doc"
3962   - "status"
3963
3964 ################################################################################
3965 ###                                F I L E S                                 ###
3966 ################################################################################
3967
3968 # VPP Performance Results 3n-hsw
3969 -
3970   type: "file"
3971   title: "VPP Performance Results 3n-hsw"
3972   algorithm: "file_test_results"
3973   output-file-ext: ".rst"
3974   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3975   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"
3976   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3977   data: "vpp-perf-results-3n-hsw"
3978   filter: "not 'NDRCHK' and not 'PDRCHK'"
3979   parameters:
3980   - "name"
3981   - "doc"
3982   - "level"
3983   - "parent"
3984   data-start-level: 3
3985
3986 # VPP Performance Results 3n-skx
3987 -
3988   type: "file"
3989   title: "VPP Performance Results 3n-skx"
3990   algorithm: "file_test_results"
3991   output-file-ext: ".rst"
3992   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3993   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"
3994   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3995   data: "vpp-perf-results-3n-skx"
3996   filter: "not 'NDRCHK' and not 'PDRCHK'"
3997   parameters:
3998   - "name"
3999   - "doc"
4000   - "level"
4001   - "parent"
4002   data-start-level: 3
4003
4004 # VPP Performance Results 2n-skx
4005 -
4006   type: "file"
4007   title: "VPP Performance Results 2n-skx"
4008   algorithm: "file_test_results"
4009   output-file-ext: ".rst"
4010   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4011   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"
4012   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4013   data: "vpp-perf-results-2n-skx"
4014   filter: "not 'NDRCHK' and not 'PDRCHK'"
4015   parameters:
4016   - "name"
4017   - "doc"
4018   - "level"
4019   - "parent"
4020   data-start-level: 3
4021
4022 # VPP Performance Results 2n-dnv
4023 -
4024   type: "file"
4025   title: "VPP Performance Results 2n-dnv"
4026   algorithm: "file_test_results"
4027   output-file-ext: ".rst"
4028   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4029   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"
4030   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4031   data: "intel-dnv-vpp"
4032   filter: "'NDRPDR'"
4033   parameters:
4034   - "name"
4035   - "doc"
4036   - "level"
4037   - "parent"
4038   data-start-level: 3
4039
4040 # VPP Performance Configuration 3n-hsw
4041 -
4042   type: "file"
4043   title: "VPP Performance Configuration 3n-hsw"
4044   algorithm: "file_test_results"
4045   output-file-ext: ".rst"
4046   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4047   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"
4048   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4049   data: "vpp-perf-results-3n-hsw"
4050   filter: "not 'NDRCHK' and not 'PDRCHK'"
4051   parameters:
4052   - "name"
4053   - "doc"
4054   - "level"
4055   - "parent"
4056   data-start-level: 3
4057
4058 # VPP Performance Configuration 3n-skx
4059 -
4060   type: "file"
4061   title: "VPP Performance Configuration 3n-skx"
4062   algorithm: "file_test_results"
4063   output-file-ext: ".rst"
4064   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4065   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"
4066   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4067   data: "vpp-perf-results-3n-skx"
4068   filter: "not 'NDRCHK' and not 'PDRCHK'"
4069   parameters:
4070   - "name"
4071   - "doc"
4072   - "level"
4073   - "parent"
4074   data-start-level: 3
4075
4076 # VPP Performance Configuration 2n-skx
4077 -
4078   type: "file"
4079   title: "VPP Performance Configuration 2n-skx"
4080   algorithm: "file_test_results"
4081   output-file-ext: ".rst"
4082   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4083   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4084   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4085   data: "vpp-perf-results-2n-skx"
4086   filter: "not 'NDRCHK' and not 'PDRCHK'"
4087   parameters:
4088   - "name"
4089   - "doc"
4090   - "level"
4091   - "parent"
4092   data-start-level: 3
4093
4094 # VPP Performance Configuration 2n-dnv
4095 -
4096   type: "file"
4097   title: "VPP Performance Configuration 2n-dnv"
4098   algorithm: "file_test_results"
4099   output-file-ext: ".rst"
4100   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4101   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4102   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4103   data: "intel-dnv-vpp"
4104   filter: "'NDRPDR'"
4105   parameters:
4106   - "name"
4107   - "doc"
4108   - "level"
4109   - "parent"
4110   data-start-level: 3
4111
4112 # VPP Performance Operational Data 3n-hsw
4113 -
4114   type: "file"
4115   title: "VPP Performance Operational Data 3n-hsw"
4116   algorithm: "file_test_results"
4117   output-file-ext: ".rst"
4118   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4119   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"
4120   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4121   data: "vpp-perf-results-3n-hsw"
4122   filter: "not 'NDRCHK' and not 'PDRCHK'"
4123   parameters:
4124   - "name"
4125   - "doc"
4126   - "level"
4127   - "parent"
4128   data-start-level: 3
4129
4130 # VPP Performance Operational Data 3n-skx
4131 -
4132   type: "file"
4133   title: "VPP Performance Operational Data 3n-skx"
4134   algorithm: "file_test_results"
4135   output-file-ext: ".rst"
4136   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4137   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"
4138   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4139   data: "vpp-perf-results-3n-skx"
4140   filter: "not 'NDRCHK' and not 'PDRCHK'"
4141   parameters:
4142   - "name"
4143   - "doc"
4144   - "level"
4145   - "parent"
4146   data-start-level: 3
4147
4148 # VPP Performance Operational Data 2n-skx
4149 -
4150   type: "file"
4151   title: "VPP Performance Operational Data 2n-skx"
4152   algorithm: "file_test_results"
4153   output-file-ext: ".rst"
4154   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4155   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"
4156   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4157   data: "vpp-perf-results-2n-skx"
4158   filter: "not 'NDRCHK' and not 'PDRCHK'"
4159   parameters:
4160   - "name"
4161   - "doc"
4162   - "level"
4163   - "parent"
4164   data-start-level: 3
4165
4166 # VPP Performance Operational Data 2n-dnv
4167 -
4168   type: "file"
4169   title: "VPP Performance Operational Data 2n-dnv"
4170   algorithm: "file_test_results"
4171   output-file-ext: ".rst"
4172   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4173   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"
4174   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4175   data: "intel-dnv-vpp"
4176   filter: "'NDRPDR'"
4177   parameters:
4178   - "name"
4179   - "doc"
4180   - "level"
4181   - "parent"
4182   data-start-level: 3
4183
4184 # VPP MRR Results 3n-hsw
4185 -
4186   type: "file"
4187   title: "VPP MRR Results 3n-hsw"
4188   algorithm: "file_test_results"
4189   output-file-ext: ".rst"
4190   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4191   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"
4192   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4193   data: "vpp-mrr-results-3n-hsw"
4194   filter: "'MRR'"
4195   parameters:
4196   - "name"
4197   - "doc"
4198   - "level"
4199   - "parent"
4200   data-start-level: 3
4201
4202 # VPP MRR Results 3n-skx
4203 -
4204   type: "file"
4205   title: "VPP MRR Results 3n-skx"
4206   algorithm: "file_test_results"
4207   output-file-ext: ".rst"
4208   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4209   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"
4210   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4211   data: "vpp-mrr-results-3n-skx"
4212   filter: "'MRR'"
4213   parameters:
4214   - "name"
4215   - "doc"
4216   - "level"
4217   - "parent"
4218   data-start-level: 3
4219
4220 # VPP MRR Results 2n-skx
4221 -
4222   type: "file"
4223   title: "VPP MRR Results 2n-skx"
4224   algorithm: "file_test_results"
4225   output-file-ext: ".rst"
4226   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4227   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"
4228   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4229   data: "vpp-mrr-results-2n-skx"
4230   filter: "all"
4231   parameters:
4232   - "name"
4233   - "doc"
4234   - "level"
4235   - "parent"
4236   data-start-level: 3
4237
4238 # VPP MRR Results 2n-dnv
4239 -
4240   type: "file"
4241   title: "VPP MRR Results 2n-dnv"
4242   algorithm: "file_test_results"
4243   output-file-ext: ".rst"
4244   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4245   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"
4246   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4247   data: "intel-dnv-vpp"
4248   filter: "'MRR'"
4249   parameters:
4250   - "name"
4251   - "doc"
4252   - "level"
4253   - "parent"
4254   data-start-level: 3
4255
4256 # VPP MRR Configuration 3n-hsw
4257 -
4258   type: "file"
4259   title: "VPP MRR Configuration 3n-hsw"
4260   algorithm: "file_test_results"
4261   output-file-ext: ".rst"
4262   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4263   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"
4264   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4265   data: "vpp-mrr-results-3n-hsw"
4266   filter: "'MRR'"
4267   parameters:
4268   - "name"
4269   - "doc"
4270   - "level"
4271   - "parent"
4272   data-start-level: 3
4273
4274 # VPP MRR Configuration 3n-skx
4275 -
4276   type: "file"
4277   title: "VPP MRR Configuration 3n-skx"
4278   algorithm: "file_test_results"
4279   output-file-ext: ".rst"
4280   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4281   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"
4282   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4283   data: "vpp-mrr-results-3n-skx"
4284   filter: "'MRR'"
4285   parameters:
4286   - "name"
4287   - "doc"
4288   - "level"
4289   - "parent"
4290   data-start-level: 3
4291
4292 # VPP MRR Configuration 2n-skx
4293 -
4294   type: "file"
4295   title: "VPP MRR Configuration 2n-skx"
4296   algorithm: "file_test_results"
4297   output-file-ext: ".rst"
4298   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4299   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"
4300   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4301   data: "vpp-mrr-results-2n-skx"
4302   filter: "'MRR'"
4303   parameters:
4304   - "name"
4305   - "doc"
4306   - "level"
4307   - "parent"
4308   data-start-level: 3
4309
4310 # VPP MRR Configuration 2n-dnv
4311 -
4312   type: "file"
4313   title: "VPP MRR Configuration 2n-dnv"
4314   algorithm: "file_test_results"
4315   output-file-ext: ".rst"
4316   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4317   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"
4318   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4319   data: "intel-dnv-vpp"
4320   filter: "'MRR'"
4321   parameters:
4322   - "name"
4323   - "doc"
4324   - "level"
4325   - "parent"
4326   data-start-level: 3
4327
4328 # VPP Functional Results - Ubuntu
4329 -
4330   type: "file"
4331   title: "VPP Functional Results - Ubuntu"
4332   algorithm: "file_test_results"
4333   output-file-ext: ".rst"
4334   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4335   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"
4336   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4337   data: "vpp-func-results-ubuntu"
4338   filter: "all"
4339   parameters:
4340   - "name"
4341   - "doc"
4342   - "level"
4343   - "parent"
4344   data-start-level: 3
4345
4346 # VPP Functional Results - CentOS
4347 -
4348   type: "file"
4349   title: "VPP Functional Results - CentOS"
4350   algorithm: "file_test_results"
4351   output-file-ext: ".rst"
4352   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4353   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"
4354   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4355   data:
4356     "vpp-func-results-centos"
4357   filter: "all"
4358   parameters:
4359   - "name"
4360   - "doc"
4361   - "level"
4362   - "parent"
4363   data-start-level: 3
4364
4365 # VPP Functional Configuration - Ubuntu
4366 -
4367   type: "file"
4368   title: "VPP Functional Configuration - Ubuntu"
4369   algorithm: "file_test_results"
4370   output-file-ext: ".rst"
4371   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4372   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"
4373   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4374   data: "vpp-func-results-ubuntu"
4375   filter: "all"
4376   parameters:
4377   - "name"
4378   - "doc"
4379   - "level"
4380   - "parent"
4381   data-start-level: 3
4382
4383 # VPP Functional Configuration - CentOS
4384 -
4385   type: "file"
4386   title: "VPP Functional Configuration - CentOS"
4387   algorithm: "file_test_results"
4388   output-file-ext: ".rst"
4389   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4390   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4391   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4392   data:
4393     "vpp-func-results-centos"
4394   filter: "all"
4395   parameters:
4396   - "name"
4397   - "doc"
4398   - "level"
4399   - "parent"
4400   data-start-level: 3
4401
4402 # VPP Device Results - Ubuntu
4403 -
4404   type: "file"
4405   title: "VPP Device Results - Ubuntu"
4406   algorithm: "file_test_results"
4407   output-file-ext: ".rst"
4408   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4409   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"
4410   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4411   data: "vpp-device-results-ubuntu"
4412   filter: "all"
4413   parameters:
4414   - "name"
4415   - "doc"
4416   - "level"
4417   - "parent"
4418   data-start-level: 2
4419
4420 # VPP Device Configuration - Ubuntu
4421 -
4422   type: "file"
4423   title: "VPP Device Configuration - Ubuntu"
4424   algorithm: "file_test_results"
4425   output-file-ext: ".rst"
4426   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4427   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"
4428   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4429   data: "vpp-device-results-ubuntu"
4430   filter: "all"
4431   parameters:
4432   - "name"
4433   - "doc"
4434   - "level"
4435   - "parent"
4436   data-start-level: 2
4437
4438 # Container Orchestrated Performance Results 3n-hsw
4439 -
4440   type: "file"
4441   title: "Container Orchestrated Performance Results 3n-hsw"
4442   algorithm: "file_test_results"
4443   output-file-ext: ".rst"
4444   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4445   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"
4446   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4447   data: "ligato-perf-results-3n-hsw"
4448   filter: "all"
4449   parameters:
4450   - "name"
4451   - "doc"
4452   - "level"
4453   - "parent"
4454   data-start-level: 3
4455
4456 # DPDK Performance Results 3n-hsw
4457 -
4458   type: "file"
4459   title: "DPDK Performance Results 3n-hsw"
4460   algorithm: "file_test_results"
4461   output-file-ext: ".rst"
4462   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4463   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"
4464   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4465   data: "dpdk-perf-results-3n-hsw"
4466   filter: "all"
4467   parameters:
4468   - "name"
4469   - "doc"
4470   - "level"
4471   - "parent"
4472   data-start-level: 3
4473
4474 # DPDK Performance Results 3n-skx
4475 -
4476   type: "file"
4477   title: "DPDK Performance Results 3n-skx"
4478   algorithm: "file_test_results"
4479   output-file-ext: ".rst"
4480   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4481   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"
4482   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4483   data: "dpdk-perf-results-3n-skx"
4484   filter: "all"
4485   parameters:
4486   - "name"
4487   - "doc"
4488   - "level"
4489   - "parent"
4490   data-start-level: 3
4491
4492 # DPDK Performance Results 2n-skx
4493 -
4494   type: "file"
4495   title: "DPDK Performance Results 2n-skx"
4496   algorithm: "file_test_results"
4497   output-file-ext: ".rst"
4498   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4499   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"
4500   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4501   data: "dpdk-perf-results-2n-skx"
4502   filter: "all"
4503   parameters:
4504   - "name"
4505   - "doc"
4506   - "level"
4507   - "parent"
4508   data-start-level: 3
4509
4510 # Honeycomb Functional Results
4511 -
4512   type: "file"
4513   title: "Honeycomb Functional Results"
4514   algorithm: "file_test_results"
4515   output-file-ext: ".rst"
4516   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4517   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"
4518   dir-tables: "{DIR[DTR,FUNC,HC]}"
4519   data:
4520     "hc-func-results"
4521   filter: "all"
4522   parameters:
4523   - "name"
4524   - "doc"
4525   - "level"
4526   - "parent"
4527   data-start-level: 3
4528
4529 # NSH SFC Functional Results
4530 -
4531   type: "file"
4532   title: "NSH SFC Functional Results"
4533   algorithm: "file_test_results"
4534   output-file-ext: ".rst"
4535   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4536   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"
4537   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4538   data:
4539     "nsh-func-results"
4540   filter: "all"
4541   parameters:
4542   - "name"
4543   - "doc"
4544   - "level"
4545   - "parent"
4546   data-start-level: 3
4547
4548 # DMM Functional Results
4549 -
4550   type: "file"
4551   title: "DMM Functional Results"
4552   algorithm: "file_test_results"
4553   output-file-ext: ".rst"
4554   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4555   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"
4556   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4557   data:
4558     "dmm-func-results"
4559   filter: "all"
4560   parameters:
4561   - "name"
4562   - "doc"
4563   - "level"
4564   - "parent"
4565   data-start-level: 3
4566
4567 ################################################################################
4568 ###                                P L O T S                                 ###
4569 ################################################################################
4570
4571 # Soak test - 30min Soak Test (PLRsearch), boxes
4572 -
4573   type: "plot"
4574   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4575   algorithm: "plot_soak_boxes"
4576   output-file-type: ".html"
4577   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4578   data: "plot-vpp-soak-2n-skx"
4579   filter: "'SOAK'"
4580   parameters:
4581   - "throughput"
4582   - "parent"
4583   - "tags"
4584   sort:
4585   - "L2PATCH"
4586 #  - "L2XCBASE"
4587 #  - "L2BDMACLRN"
4588 #  - "IP4FWD"
4589 #  - "IP6FWD"
4590   - "VHOST"
4591   layout:
4592     title: "30min Soak Test (PLRsearch)"
4593     layout: "plot-soak-throughput"
4594
4595 # Soak test - example, not used
4596 -
4597   type: "plot"
4598   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4599   algorithm: "plot_soak_bars"
4600   output-file-type: ".html"
4601   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4602   data: "plot-vpp-soak-2n-skx"
4603   filter: "'SOAK'"
4604   parameters:
4605   - "throughput"
4606   - "parent"
4607   - "tags"
4608   sort:
4609   - "L2PATCH"
4610 #  - "L2XCBASE"
4611 #  - "L2BDMACLRN"
4612 #  - "IP4FWD"
4613 #  - "IP6FWD"
4614   - "VHOST"
4615   layout:
4616     title: "30min Soak Test (PLRsearch)"
4617     layout: "plot-soak-throughput"
4618
4619 ################################################################################
4620 # Plots - NF Density - VSC
4621
4622 -
4623   type: "plot"
4624   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4625   algorithm: "plot_service_density_heatmap"
4626   output-file-type: ".html"
4627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4628   data: "plot-vpp-nfv-2n-skx-mrr"
4629   filter: "'NIC_Intel-X710' and
4630            'NF_DENSITY' and
4631            'VM' and
4632            'CHAIN' and
4633            '64B' and
4634            '2T1C' and
4635            'MRR'"
4636   parameters:
4637   - "result"
4638   - "name"
4639   - "tags"
4640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4641   x-axis: "X = VNFs per Service Chain"
4642   y-axis: "Y = Number of Service Chains"
4643   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4644   layout:
4645     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4646     layout: "plot-service-density"
4647
4648 -
4649   type: "plot"
4650   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4651   algorithm: "plot_service_density_heatmap"
4652   output-file-type: ".html"
4653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4654   data: "plot-vpp-nfv-2n-skx-mrr"
4655   filter: "'NIC_Intel-X710' and
4656            'NF_DENSITY' and
4657            'VM' and
4658            'CHAIN' and
4659            '64B' and
4660            '4T2C' and
4661            'MRR'"
4662   parameters:
4663   - "result"
4664   - "name"
4665   - "tags"
4666   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4667   x-axis: "X = VNFs per Service Chain"
4668   y-axis: "Y = Number of Service Chains"
4669   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4670   layout:
4671     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4672     layout: "plot-service-density"
4673
4674 -
4675   type: "plot"
4676   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4677   algorithm: "plot_service_density_heatmap"
4678   output-file-type: ".html"
4679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4680   data: "plot-vpp-nfv-2n-skx-mrr"
4681   filter: "'NIC_Intel-X710' and
4682            'NF_DENSITY' and
4683            'VM' and
4684            'CHAIN' and
4685            'IMIX' and
4686            '2T1C' and
4687            'MRR'"
4688   parameters:
4689   - "result"
4690   - "name"
4691   - "tags"
4692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4693   x-axis: "X = VNFs per Service Chain"
4694   y-axis: "Y = Number of Service Chains"
4695   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4696   layout:
4697     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4698     layout: "plot-service-density"
4699
4700 -
4701   type: "plot"
4702   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4703   algorithm: "plot_service_density_heatmap"
4704   output-file-type: ".html"
4705   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4706   data: "plot-vpp-nfv-2n-skx-mrr"
4707   filter: "'NIC_Intel-X710' and
4708            'NF_DENSITY' and
4709            'VM' and
4710            'CHAIN' and
4711            'IMIX' and
4712            '4T2C' and
4713            'MRR'"
4714   parameters:
4715   - "result"
4716   - "name"
4717   - "tags"
4718   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4719   x-axis: "X = VNFs per Service Chain"
4720   y-axis: "Y = Number of Service Chains"
4721   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4722   layout:
4723     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4724     layout: "plot-service-density"
4725
4726 -
4727   type: "plot"
4728   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4729   algorithm: "plot_service_density_heatmap"
4730   output-file-type: ".html"
4731   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4732   data: "plot-vpp-nfv-2n-skx"
4733   filter: "'NIC_Intel-X710' and
4734            'NF_DENSITY' and
4735            'VM' and
4736            'CHAIN' and
4737            '64B' and
4738            '2T1C' and
4739            'NDRPDR'"
4740   parameters:
4741   - "throughput"
4742   - "name"
4743   - "tags"
4744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4745   x-axis: "X = VNFs per Service Chain"
4746   y-axis: "Y = Number of Service Chains"
4747   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4748   layout:
4749     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4750     layout: "plot-service-density"
4751
4752 -
4753   type: "plot"
4754   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4755   algorithm: "plot_service_density_heatmap"
4756   output-file-type: ".html"
4757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4758   data: "plot-vpp-nfv-2n-skx"
4759   filter: "'NIC_Intel-X710' and
4760            'NF_DENSITY' and
4761            'VM' and
4762            'CHAIN' and
4763            '64B' and
4764            '4T2C' and
4765            'NDRPDR'"
4766   parameters:
4767   - "throughput"
4768   - "name"
4769   - "tags"
4770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4771   x-axis: "X = VNFs per Service Chain"
4772   y-axis: "Y = Number of Service Chains"
4773   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4774   layout:
4775     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4776     layout: "plot-service-density"
4777
4778 -
4779   type: "plot"
4780   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4781   algorithm: "plot_service_density_heatmap"
4782   output-file-type: ".html"
4783   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4784   data: "plot-vpp-nfv-2n-skx"
4785   filter: "'NIC_Intel-X710' and
4786            'NF_DENSITY' and
4787            'VM' and
4788            'CHAIN' and
4789            'IMIX' and
4790            '2T1C' and
4791            'NDRPDR'"
4792   parameters:
4793   - "throughput"
4794   - "name"
4795   - "tags"
4796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4797   x-axis: "X = VNFs per Service Chain"
4798   y-axis: "Y = Number of Service Chains"
4799   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4800   layout:
4801     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4802     layout: "plot-service-density"
4803
4804 -
4805   type: "plot"
4806   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4807   algorithm: "plot_service_density_heatmap"
4808   output-file-type: ".html"
4809   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4810   data: "plot-vpp-nfv-2n-skx"
4811   filter: "'NIC_Intel-X710' and
4812            'NF_DENSITY' and
4813            'VM' and
4814            'CHAIN' and
4815            'IMIX' and
4816            '4T2C' and
4817            'NDRPDR'"
4818   parameters:
4819   - "throughput"
4820   - "name"
4821   - "tags"
4822   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4823   x-axis: "X = VNFs per Service Chain"
4824   y-axis: "Y = Number of Service Chains"
4825   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4826   layout:
4827     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4828     layout: "plot-service-density"
4829
4830 -
4831   type: "plot"
4832   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4833   algorithm: "plot_service_density_heatmap"
4834   output-file-type: ".html"
4835   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4836   data: "plot-vpp-nfv-2n-skx"
4837   filter: "'NIC_Intel-X710' and
4838            'NF_DENSITY' and
4839            'VM' and
4840            'CHAIN' and
4841            '64B' and
4842            '2T1C' and
4843            'NDRPDR'"
4844   parameters:
4845   - "throughput"
4846   - "name"
4847   - "tags"
4848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4849   x-axis: "X = VNFs per Service Chain"
4850   y-axis: "Y = Number of Service Chains"
4851   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4852   layout:
4853     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4854     layout: "plot-service-density"
4855
4856 -
4857   type: "plot"
4858   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4859   algorithm: "plot_service_density_heatmap"
4860   output-file-type: ".html"
4861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4862   data: "plot-vpp-nfv-2n-skx"
4863   filter: "'NIC_Intel-X710' and
4864            'NF_DENSITY' and
4865            'VM' and
4866            'CHAIN' and
4867            '64B' and
4868            '4T2C' and
4869            'NDRPDR'"
4870   parameters:
4871   - "throughput"
4872   - "name"
4873   - "tags"
4874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4875   x-axis: "X = VNFs per Service Chain"
4876   y-axis: "Y = Number of Service Chains"
4877   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4878   layout:
4879     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4880     layout: "plot-service-density"
4881
4882 -
4883   type: "plot"
4884   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4885   algorithm: "plot_service_density_heatmap"
4886   output-file-type: ".html"
4887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
4888   data: "plot-vpp-nfv-2n-skx"
4889   filter: "'NIC_Intel-X710' and
4890            'NF_DENSITY' and
4891            'VM' and
4892            'CHAIN' and
4893            'IMIX' and
4894            '2T1C' and
4895            'NDRPDR'"
4896   parameters:
4897   - "throughput"
4898   - "name"
4899   - "tags"
4900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4901   x-axis: "X = VNFs per Service Chain"
4902   y-axis: "Y = Number of Service Chains"
4903   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4904   layout:
4905     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4906     layout: "plot-service-density"
4907
4908 -
4909   type: "plot"
4910   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4911   algorithm: "plot_service_density_heatmap"
4912   output-file-type: ".html"
4913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
4914   data: "plot-vpp-nfv-2n-skx"
4915   filter: "'NIC_Intel-X710' and
4916            'NF_DENSITY' and
4917            'VM' and
4918            'CHAIN' and
4919            'IMIX' and
4920            '4T2C' and
4921            'NDRPDR'"
4922   parameters:
4923   - "throughput"
4924   - "name"
4925   - "tags"
4926   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4927   x-axis: "X = VNFs per Service Chain"
4928   y-axis: "Y = Number of Service Chains"
4929   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4930   layout:
4931     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4932     layout: "plot-service-density"
4933
4934 ################################################################################
4935 # Plots - NF Density - CSC
4936
4937 -
4938   type: "plot"
4939   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4940   algorithm: "plot_service_density_heatmap"
4941   output-file-type: ".html"
4942   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
4943   data: "plot-vpp-nfv-2n-skx-mrr"
4944   filter: "'NIC_Intel-X710' and
4945            'NF_DENSITY' and
4946            'DOCKER' and
4947            'CHAIN' and
4948            '64B' and
4949            '2T1C' and
4950            'MRR'"
4951   parameters:
4952   - "result"
4953   - "name"
4954   - "tags"
4955   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4956   x-axis: "X = CNFs per Service Chain"
4957   y-axis: "Y = Number of Service Chains"
4958   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4959   layout:
4960     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4961     layout: "plot-service-density"
4962
4963 -
4964   type: "plot"
4965   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4966   algorithm: "plot_service_density_heatmap"
4967   output-file-type: ".html"
4968   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
4969   data: "plot-vpp-nfv-2n-skx-mrr"
4970   filter: "'NIC_Intel-X710' and
4971            'NF_DENSITY' and
4972            'DOCKER' and
4973            'CHAIN' and
4974            '64B' and
4975            '4T2C' and
4976            'MRR'"
4977   parameters:
4978   - "result"
4979   - "name"
4980   - "tags"
4981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4982   x-axis: "X = CNFs per Service Chain"
4983   y-axis: "Y = Number of Service Chains"
4984   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4985   layout:
4986     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4987     layout: "plot-service-density"
4988
4989 -
4990   type: "plot"
4991   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4992   algorithm: "plot_service_density_heatmap"
4993   output-file-type: ".html"
4994   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
4995   data: "plot-vpp-nfv-2n-skx-mrr"
4996   filter: "'NIC_Intel-X710' and
4997            'NF_DENSITY' and
4998            'DOCKER' and
4999            'CHAIN' and
5000            'IMIX' and
5001            '2T1C' and
5002            'MRR'"
5003   parameters:
5004   - "result"
5005   - "name"
5006   - "tags"
5007   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5008   x-axis: "X = CNFs per Service Chain"
5009   y-axis: "Y = Number of Service Chains"
5010   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5011   layout:
5012     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5013     layout: "plot-service-density"
5014
5015 -
5016   type: "plot"
5017   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5018   algorithm: "plot_service_density_heatmap"
5019   output-file-type: ".html"
5020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5021   data: "plot-vpp-nfv-2n-skx-mrr"
5022   filter: "'NIC_Intel-X710' and
5023            'NF_DENSITY' and
5024            'DOCKER' and
5025            'CHAIN' and
5026            'IMIX' and
5027            '4T2C' and
5028            'MRR'"
5029   parameters:
5030   - "result"
5031   - "name"
5032   - "tags"
5033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5034   x-axis: "X = CNFs per Service Chain"
5035   y-axis: "Y = Number of Service Chains"
5036   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5037   layout:
5038     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5039     layout: "plot-service-density"
5040
5041 -
5042   type: "plot"
5043   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5044   algorithm: "plot_service_density_heatmap"
5045   output-file-type: ".html"
5046   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5047   data: "plot-vpp-nfv-2n-skx"
5048   filter: "'NIC_Intel-X710' and
5049            'NF_DENSITY' and
5050            'DOCKER' and
5051            'CHAIN' and
5052            '64B' and
5053            '2T1C' and
5054            'NDRPDR'"
5055   parameters:
5056   - "throughput"
5057   - "name"
5058   - "tags"
5059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5060   x-axis: "X = CNFs per Service Chain"
5061   y-axis: "Y = Number of Service Chains"
5062   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5063   layout:
5064     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5065     layout: "plot-service-density"
5066
5067 -
5068   type: "plot"
5069   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5070   algorithm: "plot_service_density_heatmap"
5071   output-file-type: ".html"
5072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5073   data: "plot-vpp-nfv-2n-skx"
5074   filter: "'NIC_Intel-X710' and
5075            'NF_DENSITY' and
5076            'DOCKER' and
5077            'CHAIN' and
5078            '64B' and
5079            '4T2C' and
5080            'NDRPDR'"
5081   parameters:
5082   - "throughput"
5083   - "name"
5084   - "tags"
5085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5086   x-axis: "X = CNFs per Service Chain"
5087   y-axis: "Y = Number of Service Chains"
5088   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5089   layout:
5090     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5091     layout: "plot-service-density"
5092
5093 -
5094   type: "plot"
5095   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5096   algorithm: "plot_service_density_heatmap"
5097   output-file-type: ".html"
5098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5099   data: "plot-vpp-nfv-2n-skx"
5100   filter: "'NIC_Intel-X710' and
5101            'NF_DENSITY' and
5102            'DOCKER' and
5103            'CHAIN' and
5104            'IMIX' and
5105            '2T1C' and
5106            'NDRPDR'"
5107   parameters:
5108   - "throughput"
5109   - "name"
5110   - "tags"
5111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5112   x-axis: "X = CNFs per Service Chain"
5113   y-axis: "Y = Number of Service Chains"
5114   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5115   layout:
5116     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5117     layout: "plot-service-density"
5118
5119 -
5120   type: "plot"
5121   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5122   algorithm: "plot_service_density_heatmap"
5123   output-file-type: ".html"
5124   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5125   data: "plot-vpp-nfv-2n-skx"
5126   filter: "'NIC_Intel-X710' and
5127            'NF_DENSITY' and
5128            'DOCKER' and
5129            'CHAIN' and
5130            'IMIX' and
5131            '4T2C' and
5132            'NDRPDR'"
5133   parameters:
5134   - "throughput"
5135   - "name"
5136   - "tags"
5137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5138   x-axis: "X = CNFs per Service Chain"
5139   y-axis: "Y = Number of Service Chains"
5140   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5141   layout:
5142     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5143     layout: "plot-service-density"
5144
5145 -
5146   type: "plot"
5147   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5148   algorithm: "plot_service_density_heatmap"
5149   output-file-type: ".html"
5150   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5151   data: "plot-vpp-nfv-2n-skx"
5152   filter: "'NIC_Intel-X710' and
5153            'NF_DENSITY' and
5154            'DOCKER' and
5155            'CHAIN' and
5156            '64B' and
5157            '2T1C' and
5158            'NDRPDR'"
5159   parameters:
5160   - "throughput"
5161   - "name"
5162   - "tags"
5163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5164   x-axis: "X = CNFs per Service Chain"
5165   y-axis: "Y = Number of Service Chains"
5166   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5167   layout:
5168     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5169     layout: "plot-service-density"
5170
5171 -
5172   type: "plot"
5173   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5174   algorithm: "plot_service_density_heatmap"
5175   output-file-type: ".html"
5176   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5177   data: "plot-vpp-nfv-2n-skx"
5178   filter: "'NIC_Intel-X710' and
5179            'NF_DENSITY' and
5180            'DOCKER' and
5181            'CHAIN' and
5182            '64B' and
5183            '4T2C' and
5184            'NDRPDR'"
5185   parameters:
5186   - "throughput"
5187   - "name"
5188   - "tags"
5189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5190   x-axis: "X = CNFs per Service Chain"
5191   y-axis: "Y = Number of Service Chains"
5192   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5193   layout:
5194     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5195     layout: "plot-service-density"
5196
5197 -
5198   type: "plot"
5199   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5200   algorithm: "plot_service_density_heatmap"
5201   output-file-type: ".html"
5202   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5203   data: "plot-vpp-nfv-2n-skx"
5204   filter: "'NIC_Intel-X710' and
5205            'NF_DENSITY' and
5206            'DOCKER' and
5207            'CHAIN' and
5208            'IMIX' and
5209            '2T1C' and
5210            'NDRPDR'"
5211   parameters:
5212   - "throughput"
5213   - "name"
5214   - "tags"
5215   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5216   x-axis: "X = CNFs per Service Chain"
5217   y-axis: "Y = Number of Service Chains"
5218   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5219   layout:
5220     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5221     layout: "plot-service-density"
5222
5223 -
5224   type: "plot"
5225   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5226   algorithm: "plot_service_density_heatmap"
5227   output-file-type: ".html"
5228   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5229   data: "plot-vpp-nfv-2n-skx"
5230   filter: "'NIC_Intel-X710' and
5231            'NF_DENSITY' and
5232            'DOCKER' and
5233            'CHAIN' and
5234            'IMIX' and
5235            '4T2C' and
5236            'NDRPDR'"
5237   parameters:
5238   - "throughput"
5239   - "name"
5240   - "tags"
5241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5242   x-axis: "X = CNFs per Service Chain"
5243   y-axis: "Y = Number of Service Chains"
5244   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5245   layout:
5246     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5247     layout: "plot-service-density"
5248
5249 ################################################################################
5250 # Plots - NF Density - CSP
5251
5252 -
5253   type: "plot"
5254   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5255   algorithm: "plot_service_density_heatmap"
5256   output-file-type: ".html"
5257   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5258   data: "plot-vpp-nfv-2n-skx-mrr"
5259   filter: "'NIC_Intel-X710' and
5260            'NF_DENSITY' and
5261            'DOCKER' and
5262            'PIPELINE' and
5263            '64B' and
5264            '2T1C' and
5265            'MRR'"
5266   parameters:
5267   - "result"
5268   - "name"
5269   - "tags"
5270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5271   x-axis: "X = CNFs per Service Pipeline"
5272   y-axis: "Y = Number of Service Pipelines"
5273   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5274   layout:
5275     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5276     layout: "plot-service-density"
5277
5278 -
5279   type: "plot"
5280   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5281   algorithm: "plot_service_density_heatmap"
5282   output-file-type: ".html"
5283   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5284   data: "plot-vpp-nfv-2n-skx-mrr"
5285   filter: "'NIC_Intel-X710' and
5286            'NF_DENSITY' and
5287            'DOCKER' and
5288            'PIPELINE' and
5289            '64B' and
5290            '4T2C' and
5291            'MRR'"
5292   parameters:
5293   - "result"
5294   - "name"
5295   - "tags"
5296   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5297   x-axis: "X = CNFs per Service Pipeline"
5298   y-axis: "Y = Number of Service Pipelines"
5299   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5300   layout:
5301     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5302     layout: "plot-service-density"
5303
5304 -
5305   type: "plot"
5306   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5307   algorithm: "plot_service_density_heatmap"
5308   output-file-type: ".html"
5309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5310   data: "plot-vpp-nfv-2n-skx-mrr"
5311   filter: "'NIC_Intel-X710' and
5312            'NF_DENSITY' and
5313            'DOCKER' and
5314            'PIPELINE' and
5315            'IMIX' and
5316            '2T1C' and
5317            'MRR'"
5318   parameters:
5319   - "result"
5320   - "name"
5321   - "tags"
5322   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5323   x-axis: "X = CNFs per Service Pipeline"
5324   y-axis: "Y = Number of Service Pipelines"
5325   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5326   layout:
5327     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5328     layout: "plot-service-density"
5329
5330 -
5331   type: "plot"
5332   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5333   algorithm: "plot_service_density_heatmap"
5334   output-file-type: ".html"
5335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5336   data: "plot-vpp-nfv-2n-skx-mrr"
5337   filter: "'NIC_Intel-X710' and
5338            'NF_DENSITY' and
5339            'DOCKER' and
5340            'PIPELINE' and
5341            'IMIX' and
5342            '4T2C' and
5343            'MRR'"
5344   parameters:
5345   - "result"
5346   - "name"
5347   - "tags"
5348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5349   x-axis: "X = CNFs per Service Pipeline"
5350   y-axis: "Y = Number of Service Pipelines"
5351   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5352   layout:
5353     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5354     layout: "plot-service-density"
5355
5356 -
5357   type: "plot"
5358   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5359   algorithm: "plot_service_density_heatmap"
5360   output-file-type: ".html"
5361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5362   data: "plot-vpp-nfv-2n-skx"
5363   filter: "'NIC_Intel-X710' and
5364            'NF_DENSITY' and
5365            'DOCKER' and
5366            'PIPELINE' and
5367            '64B' and
5368            '2T1C' and
5369            'NDRPDR'"
5370   parameters:
5371   - "throughput"
5372   - "name"
5373   - "tags"
5374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5375   x-axis: "X = CNFs per Service Pipeline"
5376   y-axis: "Y = Number of Service Pipelines"
5377   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5378   layout:
5379     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5380     layout: "plot-service-density"
5381
5382 -
5383   type: "plot"
5384   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5385   algorithm: "plot_service_density_heatmap"
5386   output-file-type: ".html"
5387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5388   data: "plot-vpp-nfv-2n-skx"
5389   filter: "'NIC_Intel-X710' and
5390            'NF_DENSITY' and
5391            'DOCKER' and
5392            'PIPELINE' and
5393            '64B' and
5394            '4T2C' and
5395            'NDRPDR'"
5396   parameters:
5397   - "throughput"
5398   - "name"
5399   - "tags"
5400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5401   x-axis: "X = CNFs per Service Pipeline"
5402   y-axis: "Y = Number of Service Pipelines"
5403   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5404   layout:
5405     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5406     layout: "plot-service-density"
5407
5408 -
5409   type: "plot"
5410   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5411   algorithm: "plot_service_density_heatmap"
5412   output-file-type: ".html"
5413   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5414   data: "plot-vpp-nfv-2n-skx"
5415   filter: "'NIC_Intel-X710' and
5416            'NF_DENSITY' and
5417            'DOCKER' and
5418            'PIPELINE' and
5419            'IMIX' and
5420            '2T1C' and
5421            'NDRPDR'"
5422   parameters:
5423   - "throughput"
5424   - "name"
5425   - "tags"
5426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5427   x-axis: "X = CNFs per Service Pipeline"
5428   y-axis: "Y = Number of Service Pipelines"
5429   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5430   layout:
5431     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5432     layout: "plot-service-density"
5433
5434 -
5435   type: "plot"
5436   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5437   algorithm: "plot_service_density_heatmap"
5438   output-file-type: ".html"
5439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5440   data: "plot-vpp-nfv-2n-skx"
5441   filter: "'NIC_Intel-X710' and
5442            'NF_DENSITY' and
5443            'DOCKER' and
5444            'PIPELINE' and
5445            'IMIX' and
5446            '4T2C' and
5447            'NDRPDR'"
5448   parameters:
5449   - "throughput"
5450   - "name"
5451   - "tags"
5452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5453   x-axis: "X = CNFs per Service Pipeline"
5454   y-axis: "Y = Number of Service Pipelines"
5455   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5456   layout:
5457     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5458     layout: "plot-service-density"
5459
5460 -
5461   type: "plot"
5462   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5463   algorithm: "plot_service_density_heatmap"
5464   output-file-type: ".html"
5465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5466   data: "plot-vpp-nfv-2n-skx"
5467   filter: "'NIC_Intel-X710' and
5468            'NF_DENSITY' and
5469            'DOCKER' and
5470            'PIPELINE' and
5471            '64B' and
5472            '2T1C' and
5473            'NDRPDR'"
5474   parameters:
5475   - "throughput"
5476   - "name"
5477   - "tags"
5478   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5479   x-axis: "X = CNFs per Service Pipeline"
5480   y-axis: "Y = Number of Service Pipelines"
5481   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5482   layout:
5483     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5484     layout: "plot-service-density"
5485
5486 -
5487   type: "plot"
5488   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5489   algorithm: "plot_service_density_heatmap"
5490   output-file-type: ".html"
5491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5492   data: "plot-vpp-nfv-2n-skx"
5493   filter: "'NIC_Intel-X710' and
5494            'NF_DENSITY' and
5495            'DOCKER' and
5496            'PIPELINE' and
5497            '64B' and
5498            '4T2C' and
5499            'NDRPDR'"
5500   parameters:
5501   - "throughput"
5502   - "name"
5503   - "tags"
5504   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5505   x-axis: "X = CNFs per Service Pipeline"
5506   y-axis: "Y = Number of Service Pipelines"
5507   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5508   layout:
5509     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5510     layout: "plot-service-density"
5511
5512 -
5513   type: "plot"
5514   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5515   algorithm: "plot_service_density_heatmap"
5516   output-file-type: ".html"
5517   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5518   data: "plot-vpp-nfv-2n-skx"
5519   filter: "'NIC_Intel-X710' and
5520            'NF_DENSITY' and
5521            'DOCKER' and
5522            'PIPELINE' and
5523            'IMIX' and
5524            '2T1C' and
5525            'NDRPDR'"
5526   parameters:
5527   - "throughput"
5528   - "name"
5529   - "tags"
5530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5531   x-axis: "X = CNFs per Service Pipeline"
5532   y-axis: "Y = Number of Service Pipelines"
5533   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5534   layout:
5535     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5536     layout: "plot-service-density"
5537
5538 -
5539   type: "plot"
5540   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5541   algorithm: "plot_service_density_heatmap"
5542   output-file-type: ".html"
5543   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5544   data: "plot-vpp-nfv-2n-skx"
5545   filter: "'NIC_Intel-X710' and
5546            'NF_DENSITY' and
5547            'DOCKER' and
5548            'PIPELINE' and
5549            'IMIX' and
5550            '4T2C' and
5551            'NDRPDR'"
5552   parameters:
5553   - "throughput"
5554   - "name"
5555   - "tags"
5556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5557   x-axis: "X = CNFs per Service Pipeline"
5558   y-axis: "Y = Number of Service Pipelines"
5559   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5560   layout:
5561     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5562     layout: "plot-service-density"
5563
5564 ################################################################################
5565 # Plots VPP HTTP Server Performance
5566 -
5567   type: "plot"
5568   title: "VPP HTTP Server Performance"
5569   algorithm: "plot_http_server_performance_box"
5570   output-file-type: ".html"
5571   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5572   data:
5573     "plot-vpp-http-server-performance"
5574   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5575   # each tag is enclosed with ' (apostrophe).
5576   filter: "'HTTP' and 'TCP_CPS'"
5577   parameters:
5578   - "result"
5579   - "name"
5580   traces:
5581     hoverinfo: "x+y"
5582     boxpoints: "outliers"
5583     whiskerwidth: 0
5584   layout:
5585     title: "VPP HTTP Server Performance"
5586     layout:
5587       "plot-cps"
5588
5589 -
5590   type: "plot"
5591   title: "VPP HTTP Server Performance"
5592   algorithm: "plot_http_server_performance_box"
5593   output-file-type: ".html"
5594   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5595   data:
5596     "plot-vpp-http-server-performance"
5597   filter: "'HTTP' and 'TCP_RPS'"
5598   parameters:
5599   - "result"
5600   - "name"
5601   traces:
5602     hoverinfo: "x+y"
5603     boxpoints: "outliers"
5604     whiskerwidth: 0
5605   layout:
5606     title: "VPP HTTP Server Performance"
5607     layout:
5608       "plot-rps"
5609
5610 ################################################################################
5611
5612 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5613 -
5614   type: "plot"
5615   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5616   algorithm: "plot_performance_box"
5617   output-file-type: ".html"
5618   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5619   data: "plot-vpp-throughput-latency-3n-hsw"
5620   filter: "'NIC_Intel-X520-DA2' and
5621            '64B' and
5622            ('BASE' or 'SCALE') and
5623            'NDRPDR' and
5624            'ETH' and
5625            '1T1C' and
5626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5627            not 'VHOST' and
5628            not 'MEMIF'"
5629   parameters:
5630   - "throughput"
5631   - "parent"
5632   - "tags"
5633   sort:
5634   - "L2PATCH"
5635   - "L2XCBASE"
5636   - "BASE"
5637   - "FIB_10K"
5638   - "FIB_100K"
5639   - "FIB_1M"
5640   traces:
5641     hoverinfo: "x+y"
5642     boxpoints: "outliers"
5643     whiskerwidth: 0
5644   layout:
5645     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5646     layout: "plot-throughput"
5647
5648 -
5649   type: "plot"
5650   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5651   algorithm: "plot_performance_box"
5652   output-file-type: ".html"
5653   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5654   data: "plot-vpp-throughput-latency-3n-hsw"
5655   filter: "'NIC_Intel-X520-DA2' and
5656            '64B' and
5657            ('BASE' or 'SCALE') and
5658            'NDRPDR' and
5659            'ETH' and
5660            '1T1C' and
5661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5662            not 'VHOST' and
5663            not 'MEMIF'"
5664   parameters:
5665   - "throughput"
5666   - "parent"
5667   - "tags"
5668   sort:
5669   - "L2PATCH"
5670   - "L2XCBASE"
5671   - "BASE"
5672   - "FIB_10K"
5673   - "FIB_100K"
5674   - "FIB_1M"
5675   traces:
5676     hoverinfo: "x+y"
5677     boxpoints: "outliers"
5678     whiskerwidth: 0
5679   layout:
5680     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5681     layout: "plot-throughput"
5682
5683 -
5684   type: "plot"
5685   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5686   algorithm: "plot_performance_box"
5687   output-file-type: ".html"
5688   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5689   data: "plot-vpp-throughput-latency-3n-hsw"
5690   filter: "'NIC_Intel-X520-DA2' and
5691            '64B' and
5692            ('BASE' or 'SCALE') and
5693            'NDRPDR' and
5694            'ETH' and
5695            '2T2C' and
5696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5697            not 'VHOST' and
5698            not 'MEMIF'"
5699   parameters:
5700   - "throughput"
5701   - "parent"
5702   - "tags"
5703   sort:
5704   - "L2PATCH"
5705   - "L2XCBASE"
5706   - "BASE"
5707   - "FIB_10K"
5708   - "FIB_100K"
5709   - "FIB_1M"
5710   traces:
5711     hoverinfo: "x+y"
5712     boxpoints: "outliers"
5713     whiskerwidth: 0
5714   layout:
5715     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5716     layout: "plot-throughput"
5717
5718 -
5719   type: "plot"
5720   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5721   algorithm: "plot_performance_box"
5722   output-file-type: ".html"
5723   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5724   data: "plot-vpp-throughput-latency-3n-hsw"
5725   filter: "'NIC_Intel-X520-DA2' and
5726            '64B' and
5727            ('BASE' or 'SCALE') and
5728            'NDRPDR' and
5729            'ETH' and
5730            '2T2C' and
5731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5732            not 'VHOST' and
5733            not 'MEMIF'"
5734   parameters:
5735   - "throughput"
5736   - "parent"
5737   - "tags"
5738   sort:
5739   - "L2PATCH"
5740   - "L2XCBASE"
5741   - "BASE"
5742   - "FIB_10K"
5743   - "FIB_100K"
5744   - "FIB_1M"
5745   traces:
5746     hoverinfo: "x+y"
5747     boxpoints: "outliers"
5748     whiskerwidth: 0
5749   layout:
5750     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5751     layout: "plot-throughput"
5752
5753 # Packet Throughput - VPP L2 3n-hsw-x520 features
5754 -
5755   type: "plot"
5756   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5757   algorithm: "plot_performance_box"
5758   output-file-type: ".html"
5759   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5760   data: "plot-vpp-throughput-latency-3n-hsw"
5761   filter: "'NIC_Intel-X520-DA2' and
5762            '64B' and
5763            'NDRPDR' and
5764            '1T1C' and
5765            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5766            not 'ACL' and
5767            not 'VHOST' and
5768            not 'MEMIF'"
5769   parameters:
5770   - "throughput"
5771   - "parent"
5772   - "tags"
5773   sort:
5774   - "L2XCBASE"    # l2xcbase
5775   - "L2BDBASE"    # l2bdbase
5776   - "L2XCFWD"     # dot1q-l2xcbase
5777   - "L2BDMACLRN"  # dot1q-l2bdbase
5778   traces:
5779     hoverinfo: "x+y"
5780     boxpoints: "outliers"
5781     whiskerwidth: 0
5782   layout:
5783     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5784     layout: "plot-throughput"
5785
5786 -
5787   type: "plot"
5788   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5789   algorithm: "plot_performance_box"
5790   output-file-type: ".html"
5791   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5792   data: "plot-vpp-throughput-latency-3n-hsw"
5793   filter: "'NIC_Intel-X520-DA2' and
5794            '64B' and
5795            'NDRPDR' and
5796            '1T1C' and
5797            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5798            not 'ACL' and
5799            not 'VHOST' and
5800            not 'MEMIF'"
5801   parameters:
5802   - "throughput"
5803   - "parent"
5804   - "tags"
5805   sort:
5806   - "L2XCBASE"    # l2xcbase
5807   - "L2BDBASE"    # l2bdbase
5808   - "L2XCFWD"     # dot1q-l2xcbase
5809   - "L2BDMACLRN"  # dot1q-l2bdbase
5810   traces:
5811     hoverinfo: "x+y"
5812     boxpoints: "outliers"
5813     whiskerwidth: 0
5814   layout:
5815     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5816     layout: "plot-throughput"
5817
5818 -
5819   type: "plot"
5820   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5821   algorithm: "plot_performance_box"
5822   output-file-type: ".html"
5823   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5824   data: "plot-vpp-throughput-latency-3n-hsw"
5825   filter: "'NIC_Intel-X520-DA2' and
5826            '64B' and
5827            'NDRPDR' and
5828            '2T2C' and
5829            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5830            not 'ACL' and
5831            not 'VHOST' and
5832            not 'MEMIF'"
5833   parameters:
5834   - "throughput"
5835   - "parent"
5836   - "tags"
5837   sort:
5838   - "L2XCBASE"    # l2xcbase
5839   - "L2BDBASE"    # l2bdbase
5840   - "L2XCFWD"     # dot1q-l2xcbase
5841   - "L2BDMACLRN"  # dot1q-l2bdbase
5842   traces:
5843     hoverinfo: "x+y"
5844     boxpoints: "outliers"
5845     whiskerwidth: 0
5846   layout:
5847     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5848     layout: "plot-throughput"
5849
5850 -
5851   type: "plot"
5852   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5853   algorithm: "plot_performance_box"
5854   output-file-type: ".html"
5855   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5856   data: "plot-vpp-throughput-latency-3n-hsw"
5857   filter: "'NIC_Intel-X520-DA2' and
5858            '64B' and
5859            'NDRPDR' and
5860            '2T2C' and
5861            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5862            not 'ACL' and
5863            not 'VHOST' and
5864            not 'MEMIF'"
5865   parameters:
5866   - "throughput"
5867   - "parent"
5868   - "tags"
5869   sort:
5870   - "L2XCBASE"    # l2xcbase
5871   - "L2BDBASE"    # l2bdbase
5872   - "L2XCFWD"     # dot1q-l2xcbase
5873   - "L2BDMACLRN"  # dot1q-l2bdbase
5874   traces:
5875     hoverinfo: "x+y"
5876     boxpoints: "outliers"
5877     whiskerwidth: 0
5878   layout:
5879     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5880     layout: "plot-throughput"
5881
5882 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5883 -
5884   type: "plot"
5885   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5886   algorithm: "plot_performance_box"
5887   output-file-type: ".html"
5888   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5889   data: "plot-vpp-throughput-latency-3n-hsw"
5890   filter: "'NIC_Intel-X710' and
5891            '64B' and
5892            ('BASE' or 'SCALE') and
5893            'NDRPDR' and
5894            'ETH' and
5895            '1T1C' and
5896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5897            not 'VHOST' and
5898            not 'MEMIF'"
5899   parameters:
5900   - "throughput"
5901   - "parent"
5902   - "tags"
5903   sort:
5904   - "L2XCFWD"
5905   - "L2PATCH"
5906   - "L2BDMACLRN"
5907   - "FIB_10K"
5908   - "FIB_100K"
5909   - "FIB_1M"
5910   traces:
5911     hoverinfo: "x+y"
5912     boxpoints: "outliers"
5913     whiskerwidth: 0
5914   layout:
5915     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5916     layout: "plot-throughput"
5917
5918 -
5919   type: "plot"
5920   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5921   algorithm: "plot_performance_box"
5922   output-file-type: ".html"
5923   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5924   data: "plot-vpp-throughput-latency-3n-hsw"
5925   filter: "'NIC_Intel-X710' and
5926            '64B' and
5927            ('BASE' or 'SCALE') and
5928            'NDRPDR' and
5929            'ETH' and
5930            '1T1C' and
5931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5932            not 'VHOST' and
5933            not 'MEMIF'"
5934   parameters:
5935   - "throughput"
5936   - "parent"
5937   - "tags"
5938   sort:
5939   - "L2XCFWD"
5940   - "L2PATCH"
5941   - "L2BDMACLRN"
5942   - "FIB_10K"
5943   - "FIB_100K"
5944   - "FIB_1M"
5945   traces:
5946     hoverinfo: "x+y"
5947     boxpoints: "outliers"
5948     whiskerwidth: 0
5949   layout:
5950     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5951     layout: "plot-throughput"
5952
5953 -
5954   type: "plot"
5955   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5956   algorithm: "plot_performance_box"
5957   output-file-type: ".html"
5958   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5959   data: "plot-vpp-throughput-latency-3n-hsw"
5960   filter: "'NIC_Intel-X710' and
5961            '64B' and
5962            ('BASE' or 'SCALE') and
5963            'NDRPDR' and
5964            'ETH' and
5965            '2T2C' and
5966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5967            not 'VHOST' and
5968            not 'MEMIF'"
5969   parameters:
5970   - "throughput"
5971   - "parent"
5972   - "tags"
5973   sort:
5974   - "L2XCFWD"
5975   - "L2PATCH"
5976   - "L2BDMACLRN"
5977   - "FIB_10K"
5978   - "FIB_100K"
5979   - "FIB_1M"
5980   traces:
5981     hoverinfo: "x+y"
5982     boxpoints: "outliers"
5983     whiskerwidth: 0
5984   layout:
5985     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5986     layout: "plot-throughput"
5987
5988 -
5989   type: "plot"
5990   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5991   algorithm: "plot_performance_box"
5992   output-file-type: ".html"
5993   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5994   data: "plot-vpp-throughput-latency-3n-hsw"
5995   filter: "'NIC_Intel-X710' and
5996            '64B' and
5997            ('BASE' or 'SCALE') and
5998            'NDRPDR' and
5999            'ETH' and
6000            '2T2C' and
6001            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6002            not 'VHOST' and
6003            not 'MEMIF'"
6004   parameters:
6005   - "throughput"
6006   - "parent"
6007   - "tags"
6008   sort:
6009   - "L2XCFWD"
6010   - "L2PATCH"
6011   - "L2BDMACLRN"
6012   - "FIB_10K"
6013   - "FIB_100K"
6014   - "FIB_1M"
6015   traces:
6016     hoverinfo: "x+y"
6017     boxpoints: "outliers"
6018     whiskerwidth: 0
6019   layout:
6020     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6021     layout: "plot-throughput"
6022
6023 # Packet Throughput - VPP L2 3n-hsw-x710 features
6024 -
6025   type: "plot"
6026   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6027   algorithm: "plot_performance_box"
6028   output-file-type: ".html"
6029   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6030   data: "plot-vpp-throughput-latency-3n-hsw"
6031   filter: "'NIC_Intel-X710' and
6032            '64B' and
6033            'NDRPDR' and
6034            '1T1C' and
6035            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6036            not 'ACL' and
6037            not 'VHOST' and
6038            not 'MEMIF'"
6039   parameters:
6040   - "throughput"
6041   - "parent"
6042   - "tags"
6043   sort:
6044   - "L2XCBASE"    # l2xcbase
6045   - "L2BDBASE"    # l2bdbase
6046   - "L2XCFWD"     # dot1q-l2xcbase
6047   - "L2BDMACLRN"  # dot1q-l2bdbase
6048   traces:
6049     hoverinfo: "x+y"
6050     boxpoints: "outliers"
6051     whiskerwidth: 0
6052   layout:
6053     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6054     layout: "plot-throughput"
6055
6056 -
6057   type: "plot"
6058   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6059   algorithm: "plot_performance_box"
6060   output-file-type: ".html"
6061   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6062   data: "plot-vpp-throughput-latency-3n-hsw"
6063   filter: "'NIC_Intel-X710' and
6064            '64B' and
6065            'NDRPDR' and
6066            '1T1C' and
6067            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6068            not 'ACL' and
6069            not 'VHOST' and
6070            not 'MEMIF'"
6071   parameters:
6072   - "throughput"
6073   - "parent"
6074   - "tags"
6075   sort:
6076   - "L2XCBASE"    # l2xcbase
6077   - "L2BDBASE"    # l2bdbase
6078   - "L2XCFWD"     # dot1q-l2xcbase
6079   - "L2BDMACLRN"  # dot1q-l2bdbase
6080   traces:
6081     hoverinfo: "x+y"
6082     boxpoints: "outliers"
6083     whiskerwidth: 0
6084   layout:
6085     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6086     layout: "plot-throughput"
6087
6088 -
6089   type: "plot"
6090   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6091   algorithm: "plot_performance_box"
6092   output-file-type: ".html"
6093   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6094   data: "plot-vpp-throughput-latency-3n-hsw"
6095   filter: "'NIC_Intel-X710' and
6096            '64B' and
6097            'NDRPDR' and
6098            '2T2C' and
6099            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6100            not 'ACL' and
6101            not 'VHOST' and
6102            not 'MEMIF'"
6103   parameters:
6104   - "throughput"
6105   - "parent"
6106   - "tags"
6107   sort:
6108   - "L2XCBASE"    # l2xcbase
6109   - "L2BDBASE"    # l2bdbase
6110   - "L2XCFWD"     # dot1q-l2xcbase
6111   - "L2BDMACLRN"  # dot1q-l2bdbase
6112   traces:
6113     hoverinfo: "x+y"
6114     boxpoints: "outliers"
6115     whiskerwidth: 0
6116   layout:
6117     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6118     layout: "plot-throughput"
6119
6120 -
6121   type: "plot"
6122   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6123   algorithm: "plot_performance_box"
6124   output-file-type: ".html"
6125   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6126   data: "plot-vpp-throughput-latency-3n-hsw"
6127   filter: "'NIC_Intel-X710' and
6128            '64B' and
6129            'NDRPDR' and
6130            '2T2C' and
6131            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6132            not 'ACL' and
6133            not 'VHOST' and
6134            not 'MEMIF'"
6135   parameters:
6136   - "throughput"
6137   - "parent"
6138   - "tags"
6139   sort:
6140   - "L2XCBASE"    # l2xcbase
6141   - "L2BDBASE"    # l2bdbase
6142   - "L2XCFWD"     # dot1q-l2xcbase
6143   - "L2BDMACLRN"  # dot1q-l2bdbase
6144   traces:
6145     hoverinfo: "x+y"
6146     boxpoints: "outliers"
6147     whiskerwidth: 0
6148   layout:
6149     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6150     layout: "plot-throughput"
6151
6152 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6153 -
6154   type: "plot"
6155   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6156   algorithm: "plot_performance_box"
6157   output-file-type: ".html"
6158   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6159   data: "plot-vpp-throughput-latency-3n-hsw"
6160   filter: "'NIC_Intel-XL710' and
6161            '64B' and
6162            ('BASE' or 'SCALE') and
6163            'NDRPDR' and
6164            'ETH' and
6165            '1T1C' and
6166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6167            not 'VHOST' and
6168            not 'MEMIF'"
6169   parameters:
6170   - "throughput"
6171   - "parent"
6172   - "tags"
6173   sort:
6174   - "L2PATCH"
6175   - "L2XCBASE"
6176   - "BASE"
6177   - "FIB_10K"
6178   - "FIB_100K"
6179   - "FIB_1M"
6180   traces:
6181     hoverinfo: "x+y"
6182     boxpoints: "outliers"
6183     whiskerwidth: 0
6184   layout:
6185     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6186     layout: "plot-throughput"
6187
6188 -
6189   type: "plot"
6190   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6191   algorithm: "plot_performance_box"
6192   output-file-type: ".html"
6193   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6194   data: "plot-vpp-throughput-latency-3n-hsw"
6195   filter: "'NIC_Intel-XL710' and
6196            '64B' and
6197            ('BASE' or 'SCALE') and
6198            'NDRPDR' and
6199            'ETH' and
6200            '1T1C' and
6201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6202            not 'VHOST' and
6203            not 'MEMIF'"
6204   parameters:
6205   - "throughput"
6206   - "parent"
6207   - "tags"
6208   sort:
6209   - "L2PATCH"
6210   - "L2XCBASE"
6211   - "BASE"
6212   - "FIB_10K"
6213   - "FIB_100K"
6214   - "FIB_1M"
6215   traces:
6216     hoverinfo: "x+y"
6217     boxpoints: "outliers"
6218     whiskerwidth: 0
6219   layout:
6220     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6221     layout: "plot-throughput"
6222
6223 -
6224   type: "plot"
6225   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6226   algorithm: "plot_performance_box"
6227   output-file-type: ".html"
6228   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6229   data: "plot-vpp-throughput-latency-3n-hsw"
6230   filter: "'NIC_Intel-XL710' and
6231            '64B' and
6232            ('BASE' or 'SCALE') and
6233            'NDRPDR' and
6234            'ETH' and
6235            '2T2C' and
6236            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6237            not 'VHOST' and
6238            not 'MEMIF'"
6239   parameters:
6240   - "throughput"
6241   - "parent"
6242   - "tags"
6243   sort:
6244   - "L2PATCH"
6245   - "L2XCBASE"
6246   - "BASE"
6247   - "FIB_10K"
6248   - "FIB_100K"
6249   - "FIB_1M"
6250   traces:
6251     hoverinfo: "x+y"
6252     boxpoints: "outliers"
6253     whiskerwidth: 0
6254   layout:
6255     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6256     layout: "plot-throughput"
6257
6258 -
6259   type: "plot"
6260   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6261   algorithm: "plot_performance_box"
6262   output-file-type: ".html"
6263   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6264   data: "plot-vpp-throughput-latency-3n-hsw"
6265   filter: "'NIC_Intel-XL710' and
6266            '64B' and
6267            ('BASE' or 'SCALE') and
6268            'NDRPDR' and
6269            'ETH' and
6270            '2T2C' and
6271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6272            not 'VHOST' and
6273            not 'MEMIF'"
6274   parameters:
6275   - "throughput"
6276   - "parent"
6277   - "tags"
6278   sort:
6279   - "L2PATCH"
6280   - "L2XCBASE"
6281   - "BASE"
6282   - "FIB_10K"
6283   - "FIB_100K"
6284   - "FIB_1M"
6285   traces:
6286     hoverinfo: "x+y"
6287     boxpoints: "outliers"
6288     whiskerwidth: 0
6289   layout:
6290     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6291     layout: "plot-throughput"
6292
6293 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6294 -
6295   type: "plot"
6296   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6297   algorithm: "plot_performance_box"
6298   output-file-type: ".html"
6299   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6300   data: "plot-vpp-throughput-latency-3n-skx"
6301   filter: "'NIC_Intel-X710' and
6302            '64B' and
6303            ('BASE' or 'SCALE') and
6304            'NDRPDR' and
6305            'ETH' and
6306            '2T1C' and
6307            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6308            not 'VHOST' and
6309            not 'MEMIF' and
6310            not 'DRV_AVF'"
6311   parameters:
6312   - "throughput"
6313   - "parent"
6314   - "tags"
6315   sort:
6316   - "L2PATCH"
6317   - "L2XCBASE"
6318   - "BASE"
6319   - "FIB_10K"
6320   - "FIB_100K"
6321   - "FIB_1M"
6322   traces:
6323     hoverinfo: "x+y"
6324     boxpoints: "outliers"
6325     whiskerwidth: 0
6326   layout:
6327     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6328     layout: "plot-throughput"
6329
6330 -
6331   type: "plot"
6332   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6333   algorithm: "plot_performance_box"
6334   output-file-type: ".html"
6335   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6336   data: "plot-vpp-throughput-latency-3n-skx"
6337   filter: "'NIC_Intel-X710' and
6338            '64B' and
6339            ('BASE' or 'SCALE') and
6340            'NDRPDR' and
6341            'ETH' and
6342            '2T1C' and
6343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6344            not 'VHOST' and
6345            not 'MEMIF' and
6346            not 'DRV_AVF'"
6347   parameters:
6348   - "throughput"
6349   - "parent"
6350   - "tags"
6351   sort:
6352   - "L2PATCH"
6353   - "L2XCBASE"
6354   - "BASE"
6355   - "FIB_10K"
6356   - "FIB_100K"
6357   - "FIB_1M"
6358   traces:
6359     hoverinfo: "x+y"
6360     boxpoints: "outliers"
6361     whiskerwidth: 0
6362   layout:
6363     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6364     layout: "plot-throughput"
6365
6366 -
6367   type: "plot"
6368   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6369   algorithm: "plot_performance_box"
6370   output-file-type: ".html"
6371   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6372   data: "plot-vpp-throughput-latency-3n-skx"
6373   filter: "'NIC_Intel-X710' and
6374            '64B' and
6375            ('BASE' or 'SCALE') and
6376            'NDRPDR' and
6377            'ETH' and
6378            '4T2C' and
6379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6380            not 'VHOST' and
6381            not 'MEMIF' and
6382            not 'DRV_AVF'"
6383   parameters:
6384   - "throughput"
6385   - "parent"
6386   - "tags"
6387   sort:
6388   - "L2PATCH"
6389   - "L2XCBASE"
6390   - "BASE"
6391   - "FIB_10K"
6392   - "FIB_100K"
6393   - "FIB_1M"
6394   traces:
6395     hoverinfo: "x+y"
6396     boxpoints: "outliers"
6397     whiskerwidth: 0
6398   layout:
6399     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6400     layout: "plot-throughput"
6401
6402 -
6403   type: "plot"
6404   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6405   algorithm: "plot_performance_box"
6406   output-file-type: ".html"
6407   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6408   data: "plot-vpp-throughput-latency-3n-skx"
6409   filter: "'NIC_Intel-X710' and
6410            '64B' and
6411            ('BASE' or 'SCALE') and
6412            'NDRPDR' and
6413            'ETH' and
6414            '4T2C' and
6415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6416            not 'VHOST' and
6417            not 'MEMIF' and
6418            not 'DRV_AVF'"
6419   parameters:
6420   - "throughput"
6421   - "parent"
6422   - "tags"
6423   sort:
6424   - "L2PATCH"
6425   - "L2XCBASE"
6426   - "BASE"
6427   - "FIB_10K"
6428   - "FIB_100K"
6429   - "FIB_1M"
6430   traces:
6431     hoverinfo: "x+y"
6432     boxpoints: "outliers"
6433     whiskerwidth: 0
6434   layout:
6435     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6436     layout: "plot-throughput"
6437
6438 # Packet Throughput - VPP L2 3n-skx-x710 features
6439 -
6440   type: "plot"
6441   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6442   algorithm: "plot_performance_box"
6443   output-file-type: ".html"
6444   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6445   data: "plot-vpp-throughput-latency-3n-skx"
6446   filter: "'NIC_Intel-X710' and
6447            '64B' and
6448            'NDRPDR' and
6449            '2T1C' and
6450            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6451            not 'ACL' and
6452            not 'VHOST' and
6453            not 'MEMIF'"
6454   parameters:
6455   - "throughput"
6456   - "parent"
6457   - "tags"
6458   sort:
6459   - "L2XCBASE"    # l2xcbase
6460   - "L2BDBASE"    # l2bdbase
6461   - "L2XCFWD"     # dot1q-l2xcbase
6462   - "L2BDMACLRN"  # dot1q-l2bdbase
6463   traces:
6464     hoverinfo: "x+y"
6465     boxpoints: "outliers"
6466     whiskerwidth: 0
6467   layout:
6468     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6469     layout: "plot-throughput"
6470
6471 -
6472   type: "plot"
6473   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6474   algorithm: "plot_performance_box"
6475   output-file-type: ".html"
6476   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6477   data: "plot-vpp-throughput-latency-3n-skx"
6478   filter: "'NIC_Intel-X710' and
6479            '64B' and
6480            'NDRPDR' and
6481            '2T1C' and
6482            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6483            not 'ACL' and
6484            not 'VHOST' and
6485            not 'MEMIF'"
6486   parameters:
6487   - "throughput"
6488   - "parent"
6489   - "tags"
6490   sort:
6491   - "L2XCBASE"    # l2xcbase
6492   - "L2BDBASE"    # l2bdbase
6493   - "L2XCFWD"     # dot1q-l2xcbase
6494   - "L2BDMACLRN"  # dot1q-l2bdbase
6495   traces:
6496     hoverinfo: "x+y"
6497     boxpoints: "outliers"
6498     whiskerwidth: 0
6499   layout:
6500     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6501     layout: "plot-throughput"
6502
6503 -
6504   type: "plot"
6505   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6506   algorithm: "plot_performance_box"
6507   output-file-type: ".html"
6508   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6509   data: "plot-vpp-throughput-latency-3n-skx"
6510   filter: "'NIC_Intel-X710' and
6511            '64B' and
6512            'NDRPDR' and
6513            '4T2C' and
6514            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6515            not 'ACL' and
6516            not 'VHOST' and
6517            not 'MEMIF'"
6518   parameters:
6519   - "throughput"
6520   - "parent"
6521   - "tags"
6522   sort:
6523   - "L2XCBASE"    # l2xcbase
6524   - "L2BDBASE"    # l2bdbase
6525   - "L2XCFWD"     # dot1q-l2xcbase
6526   - "L2BDMACLRN"  # dot1q-l2bdbase
6527   traces:
6528     hoverinfo: "x+y"
6529     boxpoints: "outliers"
6530     whiskerwidth: 0
6531   layout:
6532     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6533     layout: "plot-throughput"
6534
6535 -
6536   type: "plot"
6537   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6538   algorithm: "plot_performance_box"
6539   output-file-type: ".html"
6540   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6541   data: "plot-vpp-throughput-latency-3n-skx"
6542   filter: "'NIC_Intel-X710' and
6543            '64B' and
6544            'NDRPDR' and
6545            '4T2C' and
6546            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6547            not 'ACL' and
6548            not 'VHOST' and
6549            not 'MEMIF'"
6550   parameters:
6551   - "throughput"
6552   - "parent"
6553   - "tags"
6554   sort:
6555   - "L2XCBASE"    # l2xcbase
6556   - "L2BDBASE"    # l2bdbase
6557   - "L2XCFWD"     # dot1q-l2xcbase
6558   - "L2BDMACLRN"  # dot1q-l2bdbase
6559   traces:
6560     hoverinfo: "x+y"
6561     boxpoints: "outliers"
6562     whiskerwidth: 0
6563   layout:
6564     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6565     layout: "plot-throughput"
6566
6567 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6568 -
6569   type: "plot"
6570   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6571   algorithm: "plot_performance_box"
6572   output-file-type: ".html"
6573   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6574   data: "plot-vpp-throughput-latency-3n-skx"
6575   filter: "'NIC_Intel-XXV710' and
6576            '64B' and
6577            ('BASE' or 'SCALE') and
6578            'NDRPDR' and
6579            'ETH' and
6580            '2T1C' and
6581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6582            not 'VHOST' and
6583            not 'MEMIF' and
6584            not 'DRV_AVF'"
6585   parameters:
6586   - "throughput"
6587   - "parent"
6588   - "tags"
6589   sort:
6590   - "L2PATCH"
6591   - "L2XCBASE"
6592   - "BASE"
6593   - "FIB_10K"
6594   - "FIB_100K"
6595   - "FIB_1M"
6596   traces:
6597     hoverinfo: "x+y"
6598     boxpoints: "outliers"
6599     whiskerwidth: 0
6600   layout:
6601     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6602     layout: "plot-throughput"
6603
6604 -
6605   type: "plot"
6606   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6607   algorithm: "plot_performance_box"
6608   output-file-type: ".html"
6609   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6610   data: "plot-vpp-throughput-latency-3n-skx"
6611   filter: "'NIC_Intel-XXV710' and
6612            '64B' and
6613            ('BASE' or 'SCALE') and
6614            'NDRPDR' and
6615            'ETH' and
6616            '2T1C' and
6617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6618            not 'VHOST' and
6619            not 'MEMIF' and
6620            not 'DRV_AVF'"
6621   parameters:
6622   - "throughput"
6623   - "parent"
6624   - "tags"
6625   sort:
6626   - "L2PATCH"
6627   - "L2XCBASE"
6628   - "BASE"
6629   - "FIB_10K"
6630   - "FIB_100K"
6631   - "FIB_1M"
6632   traces:
6633     hoverinfo: "x+y"
6634     boxpoints: "outliers"
6635     whiskerwidth: 0
6636   layout:
6637     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6638     layout: "plot-throughput"
6639
6640 -
6641   type: "plot"
6642   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6643   algorithm: "plot_performance_box"
6644   output-file-type: ".html"
6645   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6646   data: "plot-vpp-throughput-latency-3n-skx"
6647   filter: "'NIC_Intel-XXV710' and
6648            '64B' and
6649            ('BASE' or 'SCALE') and
6650            'NDRPDR' and
6651            'ETH' and
6652            '4T2C' and
6653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6654            not 'VHOST' and
6655            not 'MEMIF' and
6656            not 'DRV_AVF'"
6657   parameters:
6658   - "throughput"
6659   - "parent"
6660   - "tags"
6661   sort:
6662   - "L2PATCH"
6663   - "L2XCBASE"
6664   - "BASE"
6665   - "FIB_10K"
6666   - "FIB_100K"
6667   - "FIB_1M"
6668   traces:
6669     hoverinfo: "x+y"
6670     boxpoints: "outliers"
6671     whiskerwidth: 0
6672   layout:
6673     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6674     layout: "plot-throughput"
6675
6676 -
6677   type: "plot"
6678   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6679   algorithm: "plot_performance_box"
6680   output-file-type: ".html"
6681   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6682   data: "plot-vpp-throughput-latency-3n-skx"
6683   filter: "'NIC_Intel-XXV710' and
6684            '64B' and
6685            ('BASE' or 'SCALE') and
6686            'NDRPDR' and
6687            'ETH' and
6688            '4T2C' and
6689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6690            not 'VHOST' and
6691            not 'MEMIF' and
6692            not 'DRV_AVF'"
6693   parameters:
6694   - "throughput"
6695   - "parent"
6696   - "tags"
6697   sort:
6698   - "L2PATCH"
6699   - "L2XCBASE"
6700   - "BASE"
6701   - "FIB_10K"
6702   - "FIB_100K"
6703   - "FIB_1M"
6704   traces:
6705     hoverinfo: "x+y"
6706     boxpoints: "outliers"
6707     whiskerwidth: 0
6708   layout:
6709     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6710     layout: "plot-throughput"
6711
6712 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6713 -
6714   type: "plot"
6715   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6716   algorithm: "plot_performance_box"
6717   output-file-type: ".html"
6718   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6719   data: "plot-vpp-throughput-latency-2n-skx"
6720   filter: "'NIC_Intel-X710' and
6721            '64B' and
6722            ('BASE' or 'SCALE') and
6723            'NDRPDR' and
6724            'ETH' and
6725            '2T1C' and
6726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6727            not 'VHOST' and
6728            not 'MEMIF'"
6729   parameters:
6730   - "throughput"
6731   - "parent"
6732   - "tags"
6733   sort:
6734   - "L2PATCH"
6735   - "L2XCBASE"
6736   - "BASE"
6737   - "FIB_10K"
6738   - "FIB_100K"
6739   - "FIB_1M"
6740   traces:
6741     hoverinfo: "x+y"
6742     boxpoints: "outliers"
6743     whiskerwidth: 0
6744   layout:
6745     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6746     layout: "plot-throughput"
6747
6748 -
6749   type: "plot"
6750   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6751   algorithm: "plot_performance_box"
6752   output-file-type: ".html"
6753   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6754   data: "plot-vpp-throughput-latency-2n-skx"
6755   filter: "'NIC_Intel-X710' and
6756            '64B' and
6757            ('BASE' or 'SCALE') and
6758            'NDRPDR' and
6759            'ETH' and
6760            '2T1C' and
6761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6762            not 'VHOST' and
6763            not 'MEMIF'"
6764   parameters:
6765   - "throughput"
6766   - "parent"
6767   - "tags"
6768   sort:
6769   - "L2PATCH"
6770   - "L2XCBASE"
6771   - "BASE"
6772   - "FIB_10K"
6773   - "FIB_100K"
6774   - "FIB_1M"
6775   traces:
6776     hoverinfo: "x+y"
6777     boxpoints: "outliers"
6778     whiskerwidth: 0
6779   layout:
6780     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6781     layout: "plot-throughput"
6782
6783 -
6784   type: "plot"
6785   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6786   algorithm: "plot_performance_box"
6787   output-file-type: ".html"
6788   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6789   data: "plot-vpp-throughput-latency-2n-skx"
6790   filter: "'NIC_Intel-X710' and
6791            '64B' and
6792            ('BASE' or 'SCALE') and
6793            'NDRPDR' and
6794            'ETH' and
6795            '4T2C' and
6796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6797            not 'VHOST' and
6798            not 'MEMIF'"
6799   parameters:
6800   - "throughput"
6801   - "parent"
6802   - "tags"
6803   sort:
6804   - "L2PATCH"
6805   - "L2XCBASE"
6806   - "BASE"
6807   - "FIB_10K"
6808   - "FIB_100K"
6809   - "FIB_1M"
6810   traces:
6811     hoverinfo: "x+y"
6812     boxpoints: "outliers"
6813     whiskerwidth: 0
6814   layout:
6815     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6816     layout: "plot-throughput"
6817
6818 -
6819   type: "plot"
6820   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6821   algorithm: "plot_performance_box"
6822   output-file-type: ".html"
6823   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6824   data: "plot-vpp-throughput-latency-2n-skx"
6825   filter: "'NIC_Intel-X710' and
6826            '64B' and
6827            ('BASE' or 'SCALE') and
6828            'NDRPDR' and
6829            'ETH' and
6830            '4T2C' and
6831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6832            not 'VHOST' and
6833            not 'MEMIF'"
6834   parameters:
6835   - "throughput"
6836   - "parent"
6837   - "tags"
6838   sort:
6839   - "L2PATCH"
6840   - "L2XCBASE"
6841   - "BASE"
6842   - "FIB_10K"
6843   - "FIB_100K"
6844   - "FIB_1M"
6845   traces:
6846     hoverinfo: "x+y"
6847     boxpoints: "outliers"
6848     whiskerwidth: 0
6849   layout:
6850     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6851     layout: "plot-throughput"
6852
6853 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6854 -
6855   type: "plot"
6856   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6857   algorithm: "plot_performance_box"
6858   output-file-type: ".html"
6859   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6860   data: "plot-vpp-throughput-latency-2n-skx"
6861   filter: "'NIC_Intel-XXV710' and
6862            '64B' and
6863            ('BASE' or 'SCALE') and
6864            'NDRPDR' and
6865            'ETH' and
6866            '2T1C' and
6867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6868            not 'VHOST' and
6869            not 'MEMIF'"
6870   parameters:
6871   - "throughput"
6872   - "parent"
6873   - "tags"
6874   sort:
6875   - "L2PATCH"
6876   - "L2XCBASE"
6877   - "BASE"
6878   - "FIB_10K"
6879   - "FIB_100K"
6880   - "FIB_1M"
6881   traces:
6882     hoverinfo: "x+y"
6883     boxpoints: "outliers"
6884     whiskerwidth: 0
6885   layout:
6886     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6887     layout: "plot-throughput"
6888
6889 -
6890   type: "plot"
6891   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6892   algorithm: "plot_performance_box"
6893   output-file-type: ".html"
6894   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6895   data: "plot-vpp-throughput-latency-2n-skx"
6896   filter: "'NIC_Intel-XXV710' and
6897            '64B' and
6898            ('BASE' or 'SCALE') and
6899            'NDRPDR' and
6900            'ETH' and
6901            '2T1C' and
6902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6903            not 'VHOST' and
6904            not 'MEMIF'"
6905   parameters:
6906   - "throughput"
6907   - "parent"
6908   - "tags"
6909   sort:
6910   - "L2PATCH"
6911   - "L2XCBASE"
6912   - "BASE"
6913   - "FIB_10K"
6914   - "FIB_100K"
6915   - "FIB_1M"
6916   traces:
6917     hoverinfo: "x+y"
6918     boxpoints: "outliers"
6919     whiskerwidth: 0
6920   layout:
6921     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6922     layout: "plot-throughput"
6923
6924 -
6925   type: "plot"
6926   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6927   algorithm: "plot_performance_box"
6928   output-file-type: ".html"
6929   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6930   data: "plot-vpp-throughput-latency-2n-skx"
6931   filter: "'NIC_Intel-XXV710' and
6932            '64B' and
6933            ('BASE' or 'SCALE') and
6934            'NDRPDR' and
6935            'ETH' and
6936            '4T2C' and
6937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6938            not 'VHOST' and
6939            not 'MEMIF'"
6940   parameters:
6941   - "throughput"
6942   - "parent"
6943   - "tags"
6944   sort:
6945   - "L2PATCH"
6946   - "L2XCBASE"
6947   - "BASE"
6948   - "FIB_10K"
6949   - "FIB_100K"
6950   - "FIB_1M"
6951   traces:
6952     hoverinfo: "x+y"
6953     boxpoints: "outliers"
6954     whiskerwidth: 0
6955   layout:
6956     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6957     layout: "plot-throughput"
6958
6959 -
6960   type: "plot"
6961   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6962   algorithm: "plot_performance_box"
6963   output-file-type: ".html"
6964   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6965   data: "plot-vpp-throughput-latency-2n-skx"
6966   filter: "'NIC_Intel-XXV710' and
6967            '64B' and
6968            ('BASE' or 'SCALE') and
6969            'NDRPDR' and
6970            'ETH' and
6971            '4T2C' and
6972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6973            not 'VHOST' and
6974            not 'MEMIF'"
6975   parameters:
6976   - "throughput"
6977   - "parent"
6978   - "tags"
6979   sort:
6980   - "L2PATCH"
6981   - "L2XCBASE"
6982   - "BASE"
6983   - "FIB_10K"
6984   - "FIB_100K"
6985   - "FIB_1M"
6986   traces:
6987     hoverinfo: "x+y"
6988     boxpoints: "outliers"
6989     whiskerwidth: 0
6990   layout:
6991     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6992     layout: "plot-throughput"
6993
6994 # Packet Throughput - VPP L2 2n-dnv-x553 base
6995 -
6996   type: "plot"
6997   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6998   algorithm: "plot_performance_box"
6999   output-file-type: ".html"
7000   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7001   data: "intel-dnv-vpp"
7002   filter: "'NIC_Intel-X553' and
7003            '64B' and
7004            'BASE' and
7005            'NDRPDR' and
7006            'ETH' and
7007            '1T1C' and
7008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7009            not 'VHOST' and
7010            not 'MEMIF'"
7011   parameters:
7012   - "throughput"
7013   - "parent"
7014   - "tags"
7015   sort:
7016   - "L2XCBASE"
7017   - "L2BDMACLRN"
7018   - "L2PATCH"
7019   traces:
7020     hoverinfo: "x+y"
7021     boxpoints: "outliers"
7022     whiskerwidth: 0
7023   layout:
7024     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7025     layout: "plot-throughput"
7026
7027 -
7028   type: "plot"
7029   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7030   algorithm: "plot_performance_box"
7031   output-file-type: ".html"
7032   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7033   data: "intel-dnv-vpp"
7034   filter: "'NIC_Intel-X553' and
7035            '64B' and
7036            ('BASE' or 'SCALE') and
7037            'NDRPDR' and
7038            'ETH' and
7039            '1T1C' and
7040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7041            not 'VHOST' and
7042            not 'MEMIF'"
7043   parameters:
7044   - "throughput"
7045   - "parent"
7046   - "tags"
7047   sort:
7048   - "L2XCBASE"
7049   - "L2BDMACLRN"
7050   - "L2PATCH"
7051   traces:
7052     hoverinfo: "x+y"
7053     boxpoints: "outliers"
7054     whiskerwidth: 0
7055   layout:
7056     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7057     layout: "plot-throughput"
7058
7059 -
7060   type: "plot"
7061   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7062   algorithm: "plot_performance_box"
7063   output-file-type: ".html"
7064   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7065   data: "intel-dnv-vpp"
7066   filter: "'NIC_Intel-X553' and
7067            '64B' and
7068            ('BASE' or 'SCALE') and
7069            'NDRPDR' and
7070            'ETH' and
7071            '2T2C' and
7072            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7073            not 'VHOST' and
7074            not 'MEMIF'"
7075   parameters:
7076   - "throughput"
7077   - "parent"
7078   - "tags"
7079   sort:
7080   - "L2XCBASE"
7081   - "L2BDMACLRN"
7082   - "L2PATCH"
7083   traces:
7084     hoverinfo: "x+y"
7085     boxpoints: "outliers"
7086     whiskerwidth: 0
7087   layout:
7088     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7089     layout: "plot-throughput"
7090
7091 -
7092   type: "plot"
7093   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7094   algorithm: "plot_performance_box"
7095   output-file-type: ".html"
7096   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7097   data: "intel-dnv-vpp"
7098   filter: "'NIC_Intel-X553' and
7099            '64B' and
7100            ('BASE' or 'SCALE') and
7101            'NDRPDR' and
7102            'ETH' and
7103            '2T2C' and
7104            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7105            not 'VHOST' and
7106            not 'MEMIF'"
7107   parameters:
7108   - "throughput"
7109   - "parent"
7110   - "tags"
7111   sort:
7112   - "L2XCBASE"
7113   - "L2BDMACLRN"
7114   - "L2PATCH"
7115   traces:
7116     hoverinfo: "x+y"
7117     boxpoints: "outliers"
7118     whiskerwidth: 0
7119   layout:
7120     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7121     layout: "plot-throughput"
7122
7123 ################################################################################
7124
7125 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7126 -
7127   type: "plot"
7128   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7129   algorithm: "plot_performance_box"
7130   output-file-type: ".html"
7131   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7132   data: "plot-vpp-throughput-latency-3n-hsw"
7133   filter: "'NIC_Intel-X520-DA2' and
7134            '64B' and
7135            ('BASE' or 'SCALE') and
7136            'NDRPDR' and
7137            '1T1C' and
7138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7139            not 'VHOST' and
7140            'MEMIF'"
7141   parameters:
7142   - "throughput"
7143   - "parent"
7144   - "tags"
7145   sort:
7146   - "L2XCFWD"
7147   - "L2XCFWD"
7148   - "L2XCFWD"
7149   - "L2BDMACLRN"
7150   - "L2BDMACLRN"
7151   - "L2BDMACLRN"
7152   traces:
7153     hoverinfo: "x+y"
7154     boxpoints: "outliers"
7155     whiskerwidth: 0
7156   layout:
7157     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7158     layout: "plot-throughput"
7159
7160 -
7161   type: "plot"
7162   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7163   algorithm: "plot_performance_box"
7164   output-file-type: ".html"
7165   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7166   data: "plot-vpp-throughput-latency-3n-hsw"
7167   filter: "'NIC_Intel-X520-DA2' and
7168            '64B' and
7169            ('BASE' or 'SCALE') and
7170            'NDRPDR' and
7171            '1T1C' and
7172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7173            not 'VHOST' and
7174            'MEMIF'"
7175   parameters:
7176   - "throughput"
7177   - "parent"
7178   - "tags"
7179   sort:
7180   - "L2XCFWD"
7181   - "L2XCFWD"
7182   - "L2XCFWD"
7183   - "L2BDMACLRN"
7184   - "L2BDMACLRN"
7185   - "L2BDMACLRN"
7186   traces:
7187     hoverinfo: "x+y"
7188     boxpoints: "outliers"
7189     whiskerwidth: 0
7190   layout:
7191     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7192     layout: "plot-throughput"
7193
7194 -
7195   type: "plot"
7196   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-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_scale-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') 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   traces:
7221     hoverinfo: "x+y"
7222     boxpoints: "outliers"
7223     whiskerwidth: 0
7224   layout:
7225     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7226     layout: "plot-throughput"
7227
7228 -
7229   type: "plot"
7230   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7231   algorithm: "plot_performance_box"
7232   output-file-type: ".html"
7233   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7234   data: "plot-vpp-throughput-latency-3n-hsw"
7235   filter: "'NIC_Intel-X520-DA2' and
7236            '64B' and
7237            ('BASE' or 'SCALE') and
7238            'NDRPDR' and
7239            '2T2C' and
7240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7241            not 'VHOST' and
7242            'MEMIF'"
7243   parameters:
7244   - "throughput"
7245   - "parent"
7246   - "tags"
7247   sort:
7248   - "L2XCFWD"
7249   - "L2XCFWD"
7250   - "L2XCFWD"
7251   - "L2BDMACLRN"
7252   - "L2BDMACLRN"
7253   - "L2BDMACLRN"
7254   traces:
7255     hoverinfo: "x+y"
7256     boxpoints: "outliers"
7257     whiskerwidth: 0
7258   layout:
7259     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7260     layout: "plot-throughput"
7261
7262 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7263 -
7264   type: "plot"
7265   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7266   algorithm: "plot_performance_box"
7267   output-file-type: ".html"
7268   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7269   data: "plot-vpp-throughput-latency-3n-hsw"
7270   filter: "'NIC_Intel-X710' and
7271            '64B' and
7272            ('BASE' or 'SCALE') and
7273            'NDRPDR' and
7274            '1T1C' and
7275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7276            not 'VHOST' and
7277            'MEMIF'"
7278   parameters:
7279   - "throughput"
7280   - "parent"
7281   - "tags"
7282   sort:
7283   - "L2XCFWD"
7284   - "L2XCFWD"
7285   - "L2XCFWD"
7286   - "L2BDMACLRN"
7287   - "L2BDMACLRN"
7288   - "L2BDMACLRN"
7289   traces:
7290     hoverinfo: "x+y"
7291     boxpoints: "outliers"
7292     whiskerwidth: 0
7293   layout:
7294     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7295     layout: "plot-throughput"
7296
7297 -
7298   type: "plot"
7299   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7300   algorithm: "plot_performance_box"
7301   output-file-type: ".html"
7302   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7303   data: "plot-vpp-throughput-latency-3n-hsw"
7304   filter: "'NIC_Intel-X710' and
7305            '64B' and
7306            ('BASE' or 'SCALE') and
7307            'NDRPDR' and
7308            '1T1C' and
7309            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7310            not 'VHOST' and
7311            'MEMIF'"
7312   parameters:
7313   - "throughput"
7314   - "parent"
7315   - "tags"
7316   sort:
7317   - "L2XCFWD"
7318   - "L2XCFWD"
7319   - "L2XCFWD"
7320   - "L2BDMACLRN"
7321   - "L2BDMACLRN"
7322   - "L2BDMACLRN"
7323   traces:
7324     hoverinfo: "x+y"
7325     boxpoints: "outliers"
7326     whiskerwidth: 0
7327   layout:
7328     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7329     layout: "plot-throughput"
7330
7331 -
7332   type: "plot"
7333   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7334   algorithm: "plot_performance_box"
7335   output-file-type: ".html"
7336   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7337   data: "plot-vpp-throughput-latency-3n-hsw"
7338   filter: "'NIC_Intel-X710' and
7339            '64B' and
7340            ('BASE' or 'SCALE') and
7341            'NDRPDR' and
7342            '2T2C' and
7343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7344            not 'VHOST' and
7345            'MEMIF'"
7346   parameters:
7347   - "throughput"
7348   - "parent"
7349   - "tags"
7350   sort:
7351   - "L2XCFWD"
7352   - "L2XCFWD"
7353   - "L2XCFWD"
7354   - "L2BDMACLRN"
7355   - "L2BDMACLRN"
7356   - "L2BDMACLRN"
7357   traces:
7358     hoverinfo: "x+y"
7359     boxpoints: "outliers"
7360     whiskerwidth: 0
7361   layout:
7362     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7363     layout: "plot-throughput"
7364
7365 -
7366   type: "plot"
7367   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7368   algorithm: "plot_performance_box"
7369   output-file-type: ".html"
7370   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7371   data: "plot-vpp-throughput-latency-3n-hsw"
7372   filter: "'NIC_Intel-X710' and
7373            '64B' and
7374            ('BASE' or 'SCALE') and
7375            'NDRPDR' and
7376            '2T2C' and
7377            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7378            not 'VHOST' and
7379            'MEMIF'"
7380   parameters:
7381   - "throughput"
7382   - "parent"
7383   - "tags"
7384   sort:
7385   - "L2XCFWD"
7386   - "L2XCFWD"
7387   - "L2XCFWD"
7388   - "L2BDMACLRN"
7389   - "L2BDMACLRN"
7390   - "L2BDMACLRN"
7391   traces:
7392     hoverinfo: "x+y"
7393     boxpoints: "outliers"
7394     whiskerwidth: 0
7395   layout:
7396     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7397     layout: "plot-throughput"
7398
7399 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7400 -
7401   type: "plot"
7402   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7403   algorithm: "plot_performance_box"
7404   output-file-type: ".html"
7405   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7406   data: "plot-vpp-throughput-latency-3n-hsw"
7407   filter: "'NIC_Intel-XL710' and
7408            '64B' and
7409            ('BASE' or 'SCALE') and
7410            'NDRPDR' and
7411            '1T1C' and
7412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7413            not 'VHOST' and
7414            'MEMIF'"
7415   parameters:
7416   - "throughput"
7417   - "parent"
7418   - "tags"
7419   sort:
7420   - "L2XCFWD"
7421   - "L2XCFWD"
7422   - "L2XCFWD"
7423   - "L2BDMACLRN"
7424   - "L2BDMACLRN"
7425   - "L2BDMACLRN"
7426   traces:
7427     hoverinfo: "x+y"
7428     boxpoints: "outliers"
7429     whiskerwidth: 0
7430   layout:
7431     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7432     layout: "plot-throughput"
7433
7434 -
7435   type: "plot"
7436   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7437   algorithm: "plot_performance_box"
7438   output-file-type: ".html"
7439   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7440   data: "plot-vpp-throughput-latency-3n-hsw"
7441   filter: "'NIC_Intel-XL710' and
7442            '64B' and
7443            ('BASE' or 'SCALE') and
7444            'NDRPDR' and
7445            '1T1C' and
7446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7447            not 'VHOST' and
7448            'MEMIF'"
7449   parameters:
7450   - "throughput"
7451   - "parent"
7452   - "tags"
7453   sort:
7454   - "L2XCFWD"
7455   - "L2XCFWD"
7456   - "L2XCFWD"
7457   - "L2BDMACLRN"
7458   - "L2BDMACLRN"
7459   - "L2BDMACLRN"
7460   traces:
7461     hoverinfo: "x+y"
7462     boxpoints: "outliers"
7463     whiskerwidth: 0
7464   layout:
7465     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7466     layout: "plot-throughput"
7467
7468 -
7469   type: "plot"
7470   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7471   algorithm: "plot_performance_box"
7472   output-file-type: ".html"
7473   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7474   data: "plot-vpp-throughput-latency-3n-hsw"
7475   filter: "'NIC_Intel-XL710' and
7476            '64B' and
7477            ('BASE' or 'SCALE') and
7478            'NDRPDR' and
7479            '2T2C' and
7480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7481            not 'VHOST' and
7482            'MEMIF'"
7483   parameters:
7484   - "throughput"
7485   - "parent"
7486   - "tags"
7487   sort:
7488   - "L2XCFWD"
7489   - "L2XCFWD"
7490   - "L2XCFWD"
7491   - "L2BDMACLRN"
7492   - "L2BDMACLRN"
7493   - "L2BDMACLRN"
7494   traces:
7495     hoverinfo: "x+y"
7496     boxpoints: "outliers"
7497     whiskerwidth: 0
7498   layout:
7499     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7500     layout: "plot-throughput"
7501
7502 -
7503   type: "plot"
7504   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7505   algorithm: "plot_performance_box"
7506   output-file-type: ".html"
7507   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7508   data: "plot-vpp-throughput-latency-3n-hsw"
7509   filter: "'NIC_Intel-XL710' and
7510            '64B' and
7511            ('BASE' or 'SCALE') and
7512            'NDRPDR' and
7513            '2T2C' and
7514            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7515            not 'VHOST' and
7516            'MEMIF'"
7517   parameters:
7518   - "throughput"
7519   - "parent"
7520   - "tags"
7521   sort:
7522   - "L2XCFWD"
7523   - "L2XCFWD"
7524   - "L2XCFWD"
7525   - "L2BDMACLRN"
7526   - "L2BDMACLRN"
7527   - "L2BDMACLRN"
7528   traces:
7529     hoverinfo: "x+y"
7530     boxpoints: "outliers"
7531     whiskerwidth: 0
7532   layout:
7533     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7534     layout: "plot-throughput"
7535
7536 # Packet Throughput - VPP Container Memif 3n-skx-x710
7537 -
7538   type: "plot"
7539   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7540   algorithm: "plot_performance_box"
7541   output-file-type: ".html"
7542   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7543   data: "plot-vpp-throughput-latency-3n-skx"
7544   filter: "'NIC_Intel-X710' and
7545            '64B' and
7546            ('BASE' or 'SCALE') and
7547            'NDRPDR' and
7548            '2T1C' and
7549            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7550            not 'VHOST' and
7551            'MEMIF'"
7552   parameters:
7553   - "throughput"
7554   - "parent"
7555   - "tags"
7556   sort:
7557   - "L2XCFWD"
7558   - "L2XCFWD"
7559   - "L2XCFWD"
7560   - "L2BDMACLRN"
7561   - "L2BDMACLRN"
7562   - "L2BDMACLRN"
7563   traces:
7564     hoverinfo: "x+y"
7565     boxpoints: "outliers"
7566     whiskerwidth: 0
7567   layout:
7568     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7569     layout: "plot-throughput"
7570
7571 -
7572   type: "plot"
7573   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7574   algorithm: "plot_performance_box"
7575   output-file-type: ".html"
7576   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7577   data: "plot-vpp-throughput-latency-3n-skx"
7578   filter: "'NIC_Intel-X710' and
7579            '64B' and
7580            ('BASE' or 'SCALE') and
7581            'NDRPDR' and
7582            '2T1C' and
7583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7584            not 'VHOST' and
7585            'MEMIF'"
7586   parameters:
7587   - "throughput"
7588   - "parent"
7589   - "tags"
7590   sort:
7591   - "L2XCFWD"
7592   - "L2XCFWD"
7593   - "L2XCFWD"
7594   - "L2BDMACLRN"
7595   - "L2BDMACLRN"
7596   - "L2BDMACLRN"
7597   traces:
7598     hoverinfo: "x+y"
7599     boxpoints: "outliers"
7600     whiskerwidth: 0
7601   layout:
7602     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7603     layout: "plot-throughput"
7604
7605 -
7606   type: "plot"
7607   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7608   algorithm: "plot_performance_box"
7609   output-file-type: ".html"
7610   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7611   data: "plot-vpp-throughput-latency-3n-skx"
7612   filter: "'NIC_Intel-X710' and
7613            '64B' and
7614            ('BASE' or 'SCALE') and
7615            'NDRPDR' and
7616            '4T2C' and
7617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7618            not 'VHOST' and
7619            'MEMIF'"
7620   parameters:
7621   - "throughput"
7622   - "parent"
7623   - "tags"
7624   sort:
7625   - "L2XCFWD"
7626   - "L2XCFWD"
7627   - "L2XCFWD"
7628   - "L2BDMACLRN"
7629   - "L2BDMACLRN"
7630   - "L2BDMACLRN"
7631   traces:
7632     hoverinfo: "x+y"
7633     boxpoints: "outliers"
7634     whiskerwidth: 0
7635   layout:
7636     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7637     layout: "plot-throughput"
7638
7639 -
7640   type: "plot"
7641   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7642   algorithm: "plot_performance_box"
7643   output-file-type: ".html"
7644   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7645   data: "plot-vpp-throughput-latency-3n-skx"
7646   filter: "'NIC_Intel-X710' and
7647            '64B' and
7648            ('BASE' or 'SCALE') and
7649            'NDRPDR' and
7650            '4T2C' and
7651            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7652            not 'VHOST' and
7653            'MEMIF'"
7654   parameters:
7655   - "throughput"
7656   - "parent"
7657   - "tags"
7658   sort:
7659   - "L2XCFWD"
7660   - "L2XCFWD"
7661   - "L2XCFWD"
7662   - "L2BDMACLRN"
7663   - "L2BDMACLRN"
7664   - "L2BDMACLRN"
7665   traces:
7666     hoverinfo: "x+y"
7667     boxpoints: "outliers"
7668     whiskerwidth: 0
7669   layout:
7670     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7671     layout: "plot-throughput"
7672
7673 # Packet Throughput - VPP Container Memif 2n-skx-x710
7674 -
7675   type: "plot"
7676   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7677   algorithm: "plot_performance_box"
7678   output-file-type: ".html"
7679   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7680   data: "plot-vpp-throughput-latency-2n-skx"
7681   filter: "'NIC_Intel-X710' and
7682            '64B' and
7683            ('BASE' or 'SCALE') and
7684            'NDRPDR' and
7685            '2T1C' and
7686            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7687            not 'VHOST' and
7688            'MEMIF'"
7689   parameters:
7690   - "throughput"
7691   - "parent"
7692   - "tags"
7693   sort:
7694   - "L2XCFWD"
7695   - "L2XCFWD"
7696   - "L2XCFWD"
7697   - "L2BDMACLRN"
7698   - "L2BDMACLRN"
7699   - "L2BDMACLRN"
7700   traces:
7701     hoverinfo: "x+y"
7702     boxpoints: "outliers"
7703     whiskerwidth: 0
7704   layout:
7705     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7706     layout: "plot-throughput"
7707
7708 -
7709   type: "plot"
7710   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7711   algorithm: "plot_performance_box"
7712   output-file-type: ".html"
7713   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7714   data: "plot-vpp-throughput-latency-2n-skx"
7715   filter: "'NIC_Intel-X710' and
7716            '64B' and
7717            ('BASE' or 'SCALE') and
7718            'NDRPDR' and
7719            '2T1C' and
7720            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7721            not 'VHOST' and
7722            'MEMIF'"
7723   parameters:
7724   - "throughput"
7725   - "parent"
7726   - "tags"
7727   sort:
7728   - "L2XCFWD"
7729   - "L2XCFWD"
7730   - "L2XCFWD"
7731   - "L2BDMACLRN"
7732   - "L2BDMACLRN"
7733   - "L2BDMACLRN"
7734   traces:
7735     hoverinfo: "x+y"
7736     boxpoints: "outliers"
7737     whiskerwidth: 0
7738   layout:
7739     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7740     layout: "plot-throughput"
7741
7742 -
7743   type: "plot"
7744   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7745   algorithm: "plot_performance_box"
7746   output-file-type: ".html"
7747   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7748   data: "plot-vpp-throughput-latency-2n-skx"
7749   filter: "'NIC_Intel-X710' and
7750            '64B' and
7751            ('BASE' or 'SCALE') and
7752            'NDRPDR' and
7753            '4T2C' and
7754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7755            not 'VHOST' and
7756            'MEMIF'"
7757   parameters:
7758   - "throughput"
7759   - "parent"
7760   - "tags"
7761   sort:
7762   - "L2XCFWD"
7763   - "L2XCFWD"
7764   - "L2XCFWD"
7765   - "L2BDMACLRN"
7766   - "L2BDMACLRN"
7767   - "L2BDMACLRN"
7768   traces:
7769     hoverinfo: "x+y"
7770     boxpoints: "outliers"
7771     whiskerwidth: 0
7772   layout:
7773     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7774     layout: "plot-throughput"
7775
7776 -
7777   type: "plot"
7778   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7779   algorithm: "plot_performance_box"
7780   output-file-type: ".html"
7781   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7782   data: "plot-vpp-throughput-latency-2n-skx"
7783   filter: "'NIC_Intel-X710' and
7784            '64B' and
7785            ('BASE' or 'SCALE') and
7786            'NDRPDR' and
7787            '4T2C' and
7788            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7789            not 'VHOST' and
7790            'MEMIF'"
7791   parameters:
7792   - "throughput"
7793   - "parent"
7794   - "tags"
7795   sort:
7796   - "L2XCFWD"
7797   - "L2XCFWD"
7798   - "L2XCFWD"
7799   - "L2BDMACLRN"
7800   - "L2BDMACLRN"
7801   - "L2BDMACLRN"
7802   traces:
7803     hoverinfo: "x+y"
7804     boxpoints: "outliers"
7805     whiskerwidth: 0
7806   layout:
7807     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7808     layout: "plot-throughput"
7809
7810 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7811 -
7812   type: "plot"
7813   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7814   algorithm: "plot_performance_box"
7815   output-file-type: ".html"
7816   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7817   data: "plot-vpp-throughput-latency-2n-skx"
7818   filter: "'NIC_Intel-XXV710' and
7819            '64B' and
7820            ('BASE' or 'SCALE') and
7821            'NDRPDR' and
7822            '2T1C' and
7823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7824            not 'VHOST' and
7825            'MEMIF'"
7826   parameters:
7827   - "throughput"
7828   - "parent"
7829   - "tags"
7830   sort:
7831   - "L2XCFWD"
7832   - "L2XCFWD"
7833   - "L2XCFWD"
7834   - "L2BDMACLRN"
7835   - "L2BDMACLRN"
7836   - "L2BDMACLRN"
7837   traces:
7838     hoverinfo: "x+y"
7839     boxpoints: "outliers"
7840     whiskerwidth: 0
7841   layout:
7842     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7843     layout: "plot-throughput"
7844
7845 -
7846   type: "plot"
7847   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7848   algorithm: "plot_performance_box"
7849   output-file-type: ".html"
7850   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7851   data: "plot-vpp-throughput-latency-2n-skx"
7852   filter: "'NIC_Intel-XXV710' and
7853            '64B' and
7854            ('BASE' or 'SCALE') and
7855            'NDRPDR' and
7856            '2T1C' and
7857            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7858            not 'VHOST' and
7859            'MEMIF'"
7860   parameters:
7861   - "throughput"
7862   - "parent"
7863   - "tags"
7864   sort:
7865   - "L2XCFWD"
7866   - "L2XCFWD"
7867   - "L2XCFWD"
7868   - "L2BDMACLRN"
7869   - "L2BDMACLRN"
7870   - "L2BDMACLRN"
7871   traces:
7872     hoverinfo: "x+y"
7873     boxpoints: "outliers"
7874     whiskerwidth: 0
7875   layout:
7876     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7877     layout: "plot-throughput"
7878
7879 -
7880   type: "plot"
7881   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7882   algorithm: "plot_performance_box"
7883   output-file-type: ".html"
7884   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7885   data: "plot-vpp-throughput-latency-2n-skx"
7886   filter: "'NIC_Intel-XXV710' and
7887            '64B' and
7888            ('BASE' or 'SCALE') and
7889            'NDRPDR' and
7890            '4T2C' and
7891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7892            not 'VHOST' and
7893            'MEMIF'"
7894   parameters:
7895   - "throughput"
7896   - "parent"
7897   - "tags"
7898   sort:
7899   - "L2XCFWD"
7900   - "L2XCFWD"
7901   - "L2XCFWD"
7902   - "L2BDMACLRN"
7903   - "L2BDMACLRN"
7904   - "L2BDMACLRN"
7905   traces:
7906     hoverinfo: "x+y"
7907     boxpoints: "outliers"
7908     whiskerwidth: 0
7909   layout:
7910     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7911     layout: "plot-throughput"
7912
7913 -
7914   type: "plot"
7915   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7916   algorithm: "plot_performance_box"
7917   output-file-type: ".html"
7918   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7919   data: "plot-vpp-throughput-latency-2n-skx"
7920   filter: "'NIC_Intel-XXV710' and
7921            '64B' and
7922            ('BASE' or 'SCALE') and
7923            'NDRPDR' and
7924            '4T2C' and
7925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7926            not 'VHOST' and
7927            'MEMIF'"
7928   parameters:
7929   - "throughput"
7930   - "parent"
7931   - "tags"
7932   sort:
7933   - "L2XCFWD"
7934   - "L2XCFWD"
7935   - "L2XCFWD"
7936   - "L2BDMACLRN"
7937   - "L2BDMACLRN"
7938   - "L2BDMACLRN"
7939   traces:
7940     hoverinfo: "x+y"
7941     boxpoints: "outliers"
7942     whiskerwidth: 0
7943   layout:
7944     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7945     layout: "plot-throughput"
7946
7947 ################################################################################
7948
7949 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7950 -
7951   type: "plot"
7952   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7953   algorithm: "plot_performance_box"
7954   output-file-type: ".html"
7955   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7956   data: "plot-ligato-throughput-latency-3n-hsw"
7957   filter: "'NIC_Intel-X520-DA2' and
7958            '64B' and
7959            ('BASE' or 'SCALE') and
7960            'NDRPDR' and
7961            '1T1C' and
7962            'L2XCFWD' and
7963            not 'VHOST' and
7964            'MEMIF'"
7965   parameters:
7966   - "throughput"
7967   - "parent"
7968   - "tags"
7969   sort:
7970   - "1VNF"
7971   - "2VNF"
7972   - "4VNF"
7973   - "2VNF"
7974   - "4VNF"
7975   traces:
7976     hoverinfo: "x+y"
7977     boxpoints: "outliers"
7978     whiskerwidth: 0
7979   layout:
7980     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7981     layout: "plot-throughput"
7982
7983 -
7984   type: "plot"
7985   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7986   algorithm: "plot_performance_box"
7987   output-file-type: ".html"
7988   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7989   data: "plot-ligato-throughput-latency-3n-hsw"
7990   filter: "'NIC_Intel-X520-DA2' and
7991            '64B' and
7992            ('BASE' or 'SCALE') and
7993            'NDRPDR' and
7994            '1T1C' and
7995            'L2XCFWD' and
7996            not 'VHOST' and
7997            'MEMIF'"
7998   parameters:
7999   - "throughput"
8000   - "parent"
8001   - "tags"
8002   sort:
8003   - "1VNF"
8004   - "2VNF"
8005   - "4VNF"
8006   - "2VNF"
8007   - "4VNF"
8008   traces:
8009     hoverinfo: "x+y"
8010     boxpoints: "outliers"
8011     whiskerwidth: 0
8012   layout:
8013     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8014     layout: "plot-throughput"
8015
8016 -
8017   type: "plot"
8018   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8019   algorithm: "plot_performance_box"
8020   output-file-type: ".html"
8021   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8022   data: "plot-ligato-throughput-latency-3n-hsw"
8023   filter: "'NIC_Intel-X520-DA2' and
8024            '64B' and
8025            ('BASE' or 'SCALE') and
8026            'NDRPDR' and
8027            '2T2C' and
8028            'L2XCFWD' and
8029            not 'VHOST' and
8030            'MEMIF'"
8031   parameters:
8032   - "throughput"
8033   - "parent"
8034   - "tags"
8035   sort:
8036   - "1VNF"
8037   - "2VNF"
8038   - "4VNF"
8039   - "2VNF"
8040   - "4VNF"
8041   traces:
8042     hoverinfo: "x+y"
8043     boxpoints: "outliers"
8044     whiskerwidth: 0
8045   layout:
8046     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8047     layout: "plot-throughput"
8048
8049 -
8050   type: "plot"
8051   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8052   algorithm: "plot_performance_box"
8053   output-file-type: ".html"
8054   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8055   data: "plot-ligato-throughput-latency-3n-hsw"
8056   filter: "'NIC_Intel-X520-DA2' and
8057            '64B' and
8058            ('BASE' or 'SCALE') and
8059            'NDRPDR' and
8060            '2T2C' and
8061            'L2XCFWD' and
8062            not 'VHOST' and
8063            'MEMIF'"
8064   parameters:
8065   - "throughput"
8066   - "parent"
8067   - "tags"
8068   sort:
8069   - "1VNF"
8070   - "2VNF"
8071   - "4VNF"
8072   - "2VNF"
8073   - "4VNF"
8074   traces:
8075     hoverinfo: "x+y"
8076     boxpoints: "outliers"
8077     whiskerwidth: 0
8078   layout:
8079     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8080     layout: "plot-throughput"
8081
8082 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8083 -
8084   type: "plot"
8085   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8086   algorithm: "plot_performance_box"
8087   output-file-type: ".html"
8088   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8089   data: "plot-ligato-throughput-latency-3n-hsw"
8090   filter: "'NIC_Intel-X520-DA2' and
8091            '64B' and
8092            ('BASE' or 'SCALE') and
8093            'NDRPDR' and
8094            '1T1C' and
8095            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8096            not 'VHOST' and
8097            'MEMIF'"
8098   parameters:
8099   - "throughput"
8100   - "parent"
8101   - "tags"
8102   sort:
8103   - "1VNF"
8104   - "2VNF"
8105   - "4VNF"
8106   - "2VNF"
8107   - "4VNF"
8108   traces:
8109     hoverinfo: "x+y"
8110     boxpoints: "outliers"
8111     whiskerwidth: 0
8112   layout:
8113     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8114     layout: "plot-throughput"
8115
8116 -
8117   type: "plot"
8118   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8119   algorithm: "plot_performance_box"
8120   output-file-type: ".html"
8121   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8122   data: "plot-ligato-throughput-latency-3n-hsw"
8123   filter: "'NIC_Intel-X520-DA2' and
8124            '64B' and
8125            ('BASE' or 'SCALE') and
8126            'NDRPDR' and
8127            '1T1C' and
8128            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8129            not 'VHOST' and
8130            'MEMIF'"
8131   parameters:
8132   - "throughput"
8133   - "parent"
8134   - "tags"
8135   sort:
8136   - "1VNF"
8137   - "2VNF"
8138   - "4VNF"
8139   - "2VNF"
8140   - "4VNF"
8141   traces:
8142     hoverinfo: "x+y"
8143     boxpoints: "outliers"
8144     whiskerwidth: 0
8145   layout:
8146     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8147     layout: "plot-throughput"
8148
8149 -
8150   type: "plot"
8151   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8152   algorithm: "plot_performance_box"
8153   output-file-type: ".html"
8154   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8155   data: "plot-ligato-throughput-latency-3n-hsw"
8156   filter: "'NIC_Intel-X520-DA2' and
8157            '64B' and
8158            ('BASE' or 'SCALE') and
8159            'NDRPDR' and
8160            '2T2C' and
8161            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8162            not 'VHOST' and
8163            'MEMIF'"
8164   parameters:
8165   - "throughput"
8166   - "parent"
8167   - "tags"
8168   sort:
8169   - "1VNF"
8170   - "2VNF"
8171   - "4VNF"
8172   - "2VNF"
8173   - "4VNF"
8174   traces:
8175     hoverinfo: "x+y"
8176     boxpoints: "outliers"
8177     whiskerwidth: 0
8178   layout:
8179     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8180     layout: "plot-throughput"
8181
8182 -
8183   type: "plot"
8184   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8185   algorithm: "plot_performance_box"
8186   output-file-type: ".html"
8187   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8188   data: "plot-ligato-throughput-latency-3n-hsw"
8189   filter: "'NIC_Intel-X520-DA2' and
8190            '64B' and
8191            ('BASE' or 'SCALE') and
8192            'NDRPDR' and
8193            '2T2C' and
8194            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8195            not 'VHOST' 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-pdr"
8213     layout: "plot-throughput"
8214
8215 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8216 -
8217   type: "plot"
8218   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8219   algorithm: "plot_performance_box"
8220   output-file-type: ".html"
8221   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8222   data: "plot-ligato-throughput-latency-3n-hsw"
8223   filter: "'NIC_Intel-X710' and
8224            '64B' and
8225            ('BASE' or 'SCALE') and
8226            'NDRPDR' and
8227            '1T1C' and
8228            'L2XCFWD' and
8229            not 'VHOST' 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-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8247     layout: "plot-throughput"
8248
8249 -
8250   type: "plot"
8251   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8252   algorithm: "plot_performance_box"
8253   output-file-type: ".html"
8254   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8255   data: "plot-ligato-throughput-latency-3n-hsw"
8256   filter: "'NIC_Intel-X710' and
8257            '64B' and
8258            ('BASE' or 'SCALE') and
8259            'NDRPDR' and
8260            '1T1C' and
8261            'L2XCFWD' and
8262            not 'VHOST' and
8263            'MEMIF'"
8264   parameters:
8265   - "throughput"
8266   - "parent"
8267   - "tags"
8268   sort:
8269   - "1VNF"
8270   - "2VNF"
8271   - "4VNF"
8272   - "2VNF"
8273   - "4VNF"
8274   traces:
8275     hoverinfo: "x+y"
8276     boxpoints: "outliers"
8277     whiskerwidth: 0
8278   layout:
8279     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8280     layout: "plot-throughput"
8281
8282 -
8283   type: "plot"
8284   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8285   algorithm: "plot_performance_box"
8286   output-file-type: ".html"
8287   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8288   data: "plot-ligato-throughput-latency-3n-hsw"
8289   filter: "'NIC_Intel-X710' and
8290            '64B' and
8291            ('BASE' or 'SCALE') and
8292            'NDRPDR' and
8293            '2T2C' and
8294            'L2XCFWD' and
8295            not 'VHOST' and
8296            'MEMIF'"
8297   parameters:
8298   - "throughput"
8299   - "parent"
8300   - "tags"
8301   sort:
8302   - "1VNF"
8303   - "2VNF"
8304   - "4VNF"
8305   - "2VNF"
8306   - "4VNF"
8307   traces:
8308     hoverinfo: "x+y"
8309     boxpoints: "outliers"
8310     whiskerwidth: 0
8311   layout:
8312     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8313     layout: "plot-throughput"
8314
8315 -
8316   type: "plot"
8317   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8318   algorithm: "plot_performance_box"
8319   output-file-type: ".html"
8320   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8321   data: "plot-ligato-throughput-latency-3n-hsw"
8322   filter: "'NIC_Intel-X710' and
8323            '64B' and
8324            ('BASE' or 'SCALE') and
8325            'NDRPDR' and
8326            '2T2C' and
8327            'L2XCFWD' and
8328            not 'VHOST' and
8329            'MEMIF'"
8330   parameters:
8331   - "throughput"
8332   - "parent"
8333   - "tags"
8334   sort:
8335   - "1VNF"
8336   - "2VNF"
8337   - "4VNF"
8338   - "2VNF"
8339   - "4VNF"
8340   traces:
8341     hoverinfo: "x+y"
8342     boxpoints: "outliers"
8343     whiskerwidth: 0
8344   layout:
8345     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8346     layout: "plot-throughput"
8347
8348 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8349 -
8350   type: "plot"
8351   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8352   algorithm: "plot_performance_box"
8353   output-file-type: ".html"
8354   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8355   data: "plot-ligato-throughput-latency-3n-hsw"
8356   filter: "'NIC_Intel-X710' and
8357            '64B' and
8358            ('BASE' or 'SCALE') and
8359            'NDRPDR' and
8360            '1T1C' and
8361            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8362            not 'VHOST' and
8363            'MEMIF'"
8364   parameters:
8365   - "throughput"
8366   - "parent"
8367   - "tags"
8368   sort:
8369   - "1VNF"
8370   - "2VNF"
8371   - "4VNF"
8372   - "2VNF"
8373   - "4VNF"
8374   traces:
8375     hoverinfo: "x+y"
8376     boxpoints: "outliers"
8377     whiskerwidth: 0
8378   layout:
8379     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8380     layout: "plot-throughput"
8381
8382 -
8383   type: "plot"
8384   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8385   algorithm: "plot_performance_box"
8386   output-file-type: ".html"
8387   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8388   data: "plot-ligato-throughput-latency-3n-hsw"
8389   filter: "'NIC_Intel-X710' and
8390            '64B' and
8391            ('BASE' or 'SCALE') and
8392            'NDRPDR' and
8393            '1T1C' and
8394            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8395            not 'VHOST' and
8396            'MEMIF'"
8397   parameters:
8398   - "throughput"
8399   - "parent"
8400   - "tags"
8401   sort:
8402   - "1VNF"
8403   - "2VNF"
8404   - "4VNF"
8405   - "2VNF"
8406   - "4VNF"
8407   traces:
8408     hoverinfo: "x+y"
8409     boxpoints: "outliers"
8410     whiskerwidth: 0
8411   layout:
8412     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8413     layout: "plot-throughput"
8414
8415 -
8416   type: "plot"
8417   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8418   algorithm: "plot_performance_box"
8419   output-file-type: ".html"
8420   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8421   data: "plot-ligato-throughput-latency-3n-hsw"
8422   filter: "'NIC_Intel-X710' and
8423            '64B' and
8424            ('BASE' or 'SCALE') and
8425            'NDRPDR' and
8426            '2T2C' and
8427            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8428            not 'VHOST' and
8429            'MEMIF'"
8430   parameters:
8431   - "throughput"
8432   - "parent"
8433   - "tags"
8434   sort:
8435   - "1VNF"
8436   - "2VNF"
8437   - "4VNF"
8438   - "2VNF"
8439   - "4VNF"
8440   traces:
8441     hoverinfo: "x+y"
8442     boxpoints: "outliers"
8443     whiskerwidth: 0
8444   layout:
8445     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8446     layout: "plot-throughput"
8447
8448 -
8449   type: "plot"
8450   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8451   algorithm: "plot_performance_box"
8452   output-file-type: ".html"
8453   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8454   data: "plot-ligato-throughput-latency-3n-hsw"
8455   filter: "'NIC_Intel-X710' and
8456            '64B' and
8457            ('BASE' or 'SCALE') and
8458            'NDRPDR' and
8459            '2T2C' and
8460            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8461            not 'VHOST' and
8462            'MEMIF'"
8463   parameters:
8464   - "throughput"
8465   - "parent"
8466   - "tags"
8467   sort:
8468   - "1VNF"
8469   - "2VNF"
8470   - "4VNF"
8471   - "2VNF"
8472   - "4VNF"
8473   traces:
8474     hoverinfo: "x+y"
8475     boxpoints: "outliers"
8476     whiskerwidth: 0
8477   layout:
8478     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8479     layout: "plot-throughput"
8480
8481 ################################################################################
8482
8483 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8484 -
8485   type: "plot"
8486   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8487   algorithm: "plot_performance_box"
8488   output-file-type: ".html"
8489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8490   data: "plot-vpp-throughput-latency-3n-hsw"
8491   filter: "'NIC_Intel-X520-DA2' and
8492            '64B' and
8493            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8494            'NDRPDR' and
8495            '1T1C' and
8496            'IP4FWD' and
8497            not 'IPSEC' and
8498            not 'VHOST'"
8499   parameters:
8500   - "throughput"
8501   - "parent"
8502   - "tags"
8503   sort:
8504   - "DOT1Q"
8505   - "IP4BASE"
8506   - "FIB_20k"
8507   - "FIB_200k"
8508   - "FIB_2M"
8509   traces:
8510     hoverinfo: "x+y"
8511     boxpoints: "outliers"
8512     whiskerwidth: 0
8513   layout:
8514     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8515     layout: "plot-throughput"
8516
8517 -
8518   type: "plot"
8519   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8520   algorithm: "plot_performance_box"
8521   output-file-type: ".html"
8522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8523   data: "plot-vpp-throughput-latency-3n-hsw"
8524   filter: "'NIC_Intel-X520-DA2' and
8525            '64B' and
8526            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8527            'NDRPDR' and
8528            '1T1C' and
8529            'IP4FWD' and
8530            not 'IPSEC' and
8531            not 'VHOST'"
8532   parameters:
8533   - "throughput"
8534   - "parent"
8535   - "tags"
8536   sort:
8537   - "DOT1Q"
8538   - "IP4BASE"
8539   - "FIB_20k"
8540   - "FIB_200k"
8541   - "FIB_2M"
8542   traces:
8543     hoverinfo: "x+y"
8544     boxpoints: "outliers"
8545     whiskerwidth: 0
8546   layout:
8547     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8548     layout: "plot-throughput"
8549
8550 -
8551   type: "plot"
8552   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8553   algorithm: "plot_performance_box"
8554   output-file-type: ".html"
8555   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8556   data: "plot-vpp-throughput-latency-3n-hsw"
8557   filter: "'NIC_Intel-X520-DA2' and
8558            '64B' and
8559            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8560            'NDRPDR' and
8561            '2T2C' and
8562            'IP4FWD' and
8563            not 'IPSEC' and
8564            not 'VHOST'"
8565   parameters:
8566   - "throughput"
8567   - "parent"
8568   - "tags"
8569   sort:
8570   - "DOT1Q"
8571   - "IP4BASE"
8572   - "FIB_20k"
8573   - "FIB_200k"
8574   - "FIB_2M"
8575   traces:
8576     hoverinfo: "x+y"
8577     boxpoints: "outliers"
8578     whiskerwidth: 0
8579   layout:
8580     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8581     layout: "plot-throughput"
8582
8583 -
8584   type: "plot"
8585   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8586   algorithm: "plot_performance_box"
8587   output-file-type: ".html"
8588   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8589   data: "plot-vpp-throughput-latency-3n-hsw"
8590   filter: "'NIC_Intel-X520-DA2' and
8591            '64B' and
8592            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8593            'NDRPDR' and
8594            '2T2C' and
8595            'IP4FWD' and
8596            not 'IPSEC' and
8597            not 'VHOST'"
8598   parameters:
8599   - "throughput"
8600   - "parent"
8601   - "tags"
8602   sort:
8603   - "DOT1Q"
8604   - "IP4BASE"
8605   - "FIB_20k"
8606   - "FIB_200k"
8607   - "FIB_2M"
8608   traces:
8609     hoverinfo: "x+y"
8610     boxpoints: "outliers"
8611     whiskerwidth: 0
8612   layout:
8613     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8614     layout: "plot-throughput"
8615
8616 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8617 -
8618   type: "plot"
8619   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8620   algorithm: "plot_performance_box"
8621   output-file-type: ".html"
8622   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8623   data: "plot-vpp-throughput-latency-3n-hsw"
8624   filter: "'NIC_Intel-X520-DA2' and
8625            '64B' and
8626            ('IP4BASE' or
8627             'POLICE_MARK' or
8628             'COPWHLIST' or
8629             ('NAT44' and 'BASE') or
8630             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8631            'NDRPDR' and
8632            '1T1C' and
8633            'IP4FWD' and
8634            not 'IPSEC' and
8635            not 'VHOST'"
8636   parameters:
8637   - "throughput"
8638   - "parent"
8639   - "tags"
8640   sort:
8641   - "DOT1Q"
8642   - "IP4BASE"
8643   - "NAT44"
8644   - "POLICE_MARK"
8645   - "COPWHLIST"
8646   - "IACL"
8647   - "OACL"
8648   traces:
8649     hoverinfo: "x+y"
8650     boxpoints: "outliers"
8651     whiskerwidth: 0
8652   layout:
8653     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8654     layout: "plot-throughput"
8655
8656 -
8657   type: "plot"
8658   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8659   algorithm: "plot_performance_box"
8660   output-file-type: ".html"
8661   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8662   data: "plot-vpp-throughput-latency-3n-hsw"
8663   filter: "'NIC_Intel-X520-DA2' and
8664            '64B' and
8665            ('IP4BASE' or
8666             'POLICE_MARK' or
8667             'COPWHLIST' or
8668             ('NAT44' and 'BASE') or
8669             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8670            'NDRPDR' and
8671            '1T1C' and
8672            'IP4FWD' and
8673            not 'IPSEC' and
8674            not 'VHOST'"
8675   parameters:
8676   - "throughput"
8677   - "parent"
8678   - "tags"
8679   sort:
8680   - "DOT1Q"
8681   - "IP4BASE"
8682   - "NAT44"
8683   - "POLICE_MARK"
8684   - "COPWHLIST"
8685   - "IACL"
8686   - "OACL"
8687   traces:
8688     hoverinfo: "x+y"
8689     boxpoints: "outliers"
8690     whiskerwidth: 0
8691   layout:
8692     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8693     layout: "plot-throughput"
8694
8695 -
8696   type: "plot"
8697   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8698   algorithm: "plot_performance_box"
8699   output-file-type: ".html"
8700   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8701   data: "plot-vpp-throughput-latency-3n-hsw"
8702   filter: "'NIC_Intel-X520-DA2' and
8703            '64B' and
8704            ('IP4BASE' or
8705             'POLICE_MARK' or
8706             'COPWHLIST' or
8707             ('NAT44' and 'BASE') or
8708             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8709            'NDRPDR' and
8710            '2T2C' and
8711            'IP4FWD' and
8712            not 'IPSEC' and
8713            not 'VHOST'"
8714   parameters:
8715   - "throughput"
8716   - "parent"
8717   - "tags"
8718   sort:
8719   - "DOT1Q"
8720   - "IP4BASE"
8721   - "NAT44"
8722   - "POLICE_MARK"
8723   - "COPWHLIST"
8724   - "IACL"
8725   - "OACL"
8726   traces:
8727     hoverinfo: "x+y"
8728     boxpoints: "outliers"
8729     whiskerwidth: 0
8730   layout:
8731     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8732     layout: "plot-throughput"
8733
8734 -
8735   type: "plot"
8736   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8737   algorithm: "plot_performance_box"
8738   output-file-type: ".html"
8739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8740   data: "plot-vpp-throughput-latency-3n-hsw"
8741   filter: "'NIC_Intel-X520-DA2' and
8742            '64B' and
8743            ('IP4BASE' or
8744             'POLICE_MARK' or
8745             'COPWHLIST' or
8746             ('NAT44' and 'BASE') or
8747             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8748            'NDRPDR' and
8749            '2T2C' and
8750            'IP4FWD' and
8751            not 'IPSEC' and
8752            not 'VHOST'"
8753   parameters:
8754   - "throughput"
8755   - "parent"
8756   - "tags"
8757   sort:
8758   - "DOT1Q"
8759   - "IP4BASE"
8760   - "NAT44"
8761   - "POLICE_MARK"
8762   - "COPWHLIST"
8763   - "IACL"
8764   - "OACL"
8765   traces:
8766     hoverinfo: "x+y"
8767     boxpoints: "outliers"
8768     whiskerwidth: 0
8769   layout:
8770     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8771     layout: "plot-throughput"
8772
8773 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8774 -
8775   type: "plot"
8776   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8777   algorithm: "plot_performance_box"
8778   output-file-type: ".html"
8779   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8780   data: "plot-vpp-throughput-latency-3n-hsw"
8781   filter: "'NIC_Intel-X520-DA2' and
8782            '64B' and
8783            'NDRPDR' and
8784            '1T1C' and
8785            'IP4FWD' and
8786            'NAT44' and
8787            not 'IPSEC' and
8788            not 'VHOST'"
8789   parameters:
8790   - "throughput"
8791   - "parent"
8792   - "tags"
8793   sort:
8794   - "BASE"
8795   - "BASE"
8796   - "SRC_USER_10"
8797   - "SRC_USER_100"
8798   - "SRC_USER_1000"
8799   - "SRC_USER_2000"
8800   traces:
8801     hoverinfo: "x+y"
8802     boxpoints: "outliers"
8803     whiskerwidth: 0
8804   layout:
8805     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8806     layout: "plot-throughput"
8807
8808 -
8809   type: "plot"
8810   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8811   algorithm: "plot_performance_box"
8812   output-file-type: ".html"
8813   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8814   data: "plot-vpp-throughput-latency-3n-hsw"
8815   filter: "'NIC_Intel-X520-DA2' and
8816            '64B' and
8817            'NDRPDR' and
8818            '1T1C' and
8819            'IP4FWD' and
8820            'NAT44' and
8821            not 'IPSEC' and
8822            not 'VHOST'"
8823   parameters:
8824   - "throughput"
8825   - "parent"
8826   - "tags"
8827   sort:
8828   - "BASE"
8829   - "BASE"
8830   - "SRC_USER_10"
8831   - "SRC_USER_100"
8832   - "SRC_USER_1000"
8833   - "SRC_USER_2000"
8834   traces:
8835     hoverinfo: "x+y"
8836     boxpoints: "outliers"
8837     whiskerwidth: 0
8838   layout:
8839     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8840     layout: "plot-throughput"
8841
8842 -
8843   type: "plot"
8844   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8845   algorithm: "plot_performance_box"
8846   output-file-type: ".html"
8847   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8848   data: "plot-vpp-throughput-latency-3n-hsw"
8849   filter: "'NIC_Intel-X520-DA2' and
8850            '64B' and
8851            'NDRPDR' and
8852            '2T2C' and
8853            'IP4FWD' and
8854            'NAT44' and
8855            not 'IPSEC' and
8856            not 'VHOST'"
8857   parameters:
8858   - "throughput"
8859   - "parent"
8860   - "tags"
8861   sort:
8862   - "BASE"
8863   - "BASE"
8864   - "SRC_USER_10"
8865   - "SRC_USER_100"
8866   - "SRC_USER_1000"
8867   - "SRC_USER_2000"
8868   traces:
8869     hoverinfo: "x+y"
8870     boxpoints: "outliers"
8871     whiskerwidth: 0
8872   layout:
8873     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8874     layout: "plot-throughput"
8875
8876 -
8877   type: "plot"
8878   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8879   algorithm: "plot_performance_box"
8880   output-file-type: ".html"
8881   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8882   data: "plot-vpp-throughput-latency-3n-hsw"
8883   filter: "'NIC_Intel-X520-DA2' and
8884            '64B' and
8885            'NDRPDR' and
8886            '2T2C' and
8887            'IP4FWD' and
8888            'NAT44' and
8889            not 'IPSEC' and
8890            not 'VHOST'"
8891   parameters:
8892   - "throughput"
8893   - "parent"
8894   - "tags"
8895   sort:
8896   - "BASE"
8897   - "BASE"
8898   - "SRC_USER_10"
8899   - "SRC_USER_100"
8900   - "SRC_USER_1000"
8901   - "SRC_USER_2000"
8902   traces:
8903     hoverinfo: "x+y"
8904     boxpoints: "outliers"
8905     whiskerwidth: 0
8906   layout:
8907     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8908     layout: "plot-throughput"
8909
8910 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8911 -
8912   type: "plot"
8913   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8914   algorithm: "plot_performance_box"
8915   output-file-type: ".html"
8916   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8917   data: "plot-vpp-throughput-latency-3n-hsw"
8918   filter: "'NIC_Intel-X520-DA2' and
8919            '64B' and
8920            'NDRPDR' and
8921            '1T1C' and
8922            'IP4FWD' and
8923            'IACL' and
8924            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8925            not 'IPSEC' and
8926            not 'VHOST'"
8927   parameters:
8928   - "throughput"
8929   - "parent"
8930   - "tags"
8931   sort:
8932   - "ACL_STATELESS"
8933   - "ACL_STATEFUL"
8934   - "ACL_STATELESS"
8935   - "ACL_STATEFUL"
8936   traces:
8937     hoverinfo: "x+y"
8938     boxpoints: "outliers"
8939     whiskerwidth: 0
8940   layout:
8941     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8942     layout: "plot-throughput"
8943
8944 -
8945   type: "plot"
8946   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8947   algorithm: "plot_performance_box"
8948   output-file-type: ".html"
8949   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8950   data: "plot-vpp-throughput-latency-3n-hsw"
8951   filter: "'NIC_Intel-X520-DA2' and
8952            '64B' and
8953            'NDRPDR' and
8954            '1T1C' and
8955            'IP4FWD' and
8956            'IACL' and
8957            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8958            not 'IPSEC' and
8959            not 'VHOST'"
8960   parameters:
8961   - "throughput"
8962   - "parent"
8963   - "tags"
8964   sort:
8965   - "ACL_STATELESS"
8966   - "ACL_STATEFUL"
8967   - "ACL_STATELESS"
8968   - "ACL_STATEFUL"
8969   traces:
8970     hoverinfo: "x+y"
8971     boxpoints: "outliers"
8972     whiskerwidth: 0
8973   layout:
8974     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8975     layout: "plot-throughput"
8976
8977 -
8978   type: "plot"
8979   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8980   algorithm: "plot_performance_box"
8981   output-file-type: ".html"
8982   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8983   data: "plot-vpp-throughput-latency-3n-hsw"
8984   filter: "'NIC_Intel-X520-DA2' and
8985            '64B' and
8986            'NDRPDR' and
8987            '2T2C' and
8988            'IP4FWD' and
8989            'IACL' and
8990            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8991            not 'IPSEC' and
8992            not 'VHOST'"
8993   parameters:
8994   - "throughput"
8995   - "parent"
8996   - "tags"
8997   sort:
8998   - "ACL_STATELESS"
8999   - "ACL_STATEFUL"
9000   - "ACL_STATELESS"
9001   - "ACL_STATEFUL"
9002   traces:
9003     hoverinfo: "x+y"
9004     boxpoints: "outliers"
9005     whiskerwidth: 0
9006   layout:
9007     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9008     layout: "plot-throughput"
9009
9010 -
9011   type: "plot"
9012   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9013   algorithm: "plot_performance_box"
9014   output-file-type: ".html"
9015   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9016   data: "plot-vpp-throughput-latency-3n-hsw"
9017   filter: "'NIC_Intel-X520-DA2' and
9018            '64B' and
9019            'NDRPDR' and
9020            '2T2C' and
9021            'IP4FWD' and
9022            'IACL' and
9023            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9024            not 'IPSEC' and
9025            not 'VHOST'"
9026   parameters:
9027   - "throughput"
9028   - "parent"
9029   - "tags"
9030   sort:
9031   - "ACL_STATELESS"
9032   - "ACL_STATEFUL"
9033   - "ACL_STATELESS"
9034   - "ACL_STATEFUL"
9035   traces:
9036     hoverinfo: "x+y"
9037     boxpoints: "outliers"
9038     whiskerwidth: 0
9039   layout:
9040     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9041     layout: "plot-throughput"
9042
9043 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9044 -
9045   type: "plot"
9046   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9047   algorithm: "plot_performance_box"
9048   output-file-type: ".html"
9049   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9050   data: "plot-vpp-throughput-latency-3n-hsw"
9051   filter: "'NIC_Intel-X520-DA2' and
9052            '64B' and
9053            'NDRPDR' and
9054            '1T1C' and
9055            'IP4FWD' and
9056            'OACL' and
9057            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9058            not 'IPSEC' and
9059            not 'VHOST'"
9060   parameters:
9061   - "throughput"
9062   - "parent"
9063   - "tags"
9064   sort:
9065   - "ACL_STATELESS"
9066   - "ACL_STATEFUL"
9067   - "ACL_STATELESS"
9068   - "ACL_STATEFUL"
9069   traces:
9070     hoverinfo: "x+y"
9071     boxpoints: "outliers"
9072     whiskerwidth: 0
9073   layout:
9074     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9075     layout: "plot-throughput"
9076
9077 -
9078   type: "plot"
9079   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9080   algorithm: "plot_performance_box"
9081   output-file-type: ".html"
9082   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9083   data: "plot-vpp-throughput-latency-3n-hsw"
9084   filter: "'NIC_Intel-X520-DA2' and
9085            '64B' and
9086            'NDRPDR' and
9087            '1T1C' and
9088            'IP4FWD' and
9089            'OACL' and
9090            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9091            not 'IPSEC' and
9092            not 'VHOST'"
9093   parameters:
9094   - "throughput"
9095   - "parent"
9096   - "tags"
9097   sort:
9098   - "ACL_STATELESS"
9099   - "ACL_STATEFUL"
9100   - "ACL_STATELESS"
9101   - "ACL_STATEFUL"
9102   traces:
9103     hoverinfo: "x+y"
9104     boxpoints: "outliers"
9105     whiskerwidth: 0
9106   layout:
9107     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9108     layout: "plot-throughput"
9109
9110 -
9111   type: "plot"
9112   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9113   algorithm: "plot_performance_box"
9114   output-file-type: ".html"
9115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9116   data: "plot-vpp-throughput-latency-3n-hsw"
9117   filter: "'NIC_Intel-X520-DA2' and
9118            '64B' and
9119            'NDRPDR' and
9120            '2T2C' and
9121            'IP4FWD' and
9122            'OACL' and
9123            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9124            not 'IPSEC' and
9125            not 'VHOST'"
9126   parameters:
9127   - "throughput"
9128   - "parent"
9129   - "tags"
9130   sort:
9131   - "ACL_STATELESS"
9132   - "ACL_STATEFUL"
9133   - "ACL_STATELESS"
9134   - "ACL_STATEFUL"
9135   traces:
9136     hoverinfo: "x+y"
9137     boxpoints: "outliers"
9138     whiskerwidth: 0
9139   layout:
9140     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9141     layout: "plot-throughput"
9142
9143 -
9144   type: "plot"
9145   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9146   algorithm: "plot_performance_box"
9147   output-file-type: ".html"
9148   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9149   data: "plot-vpp-throughput-latency-3n-hsw"
9150   filter: "'NIC_Intel-X520-DA2' and
9151            '64B' and
9152            'NDRPDR' and
9153            '2T2C' and
9154            'IP4FWD' and
9155            'OACL' and
9156            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9157            not 'IPSEC' and
9158            not 'VHOST'"
9159   parameters:
9160   - "throughput"
9161   - "parent"
9162   - "tags"
9163   sort:
9164   - "ACL_STATELESS"
9165   - "ACL_STATEFUL"
9166   - "ACL_STATELESS"
9167   - "ACL_STATEFUL"
9168   traces:
9169     hoverinfo: "x+y"
9170     boxpoints: "outliers"
9171     whiskerwidth: 0
9172   layout:
9173     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9174     layout: "plot-throughput"
9175
9176 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9177 -
9178   type: "plot"
9179   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9180   algorithm: "plot_performance_box"
9181   output-file-type: ".html"
9182   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9183   data: "plot-vpp-throughput-latency-3n-hsw"
9184   filter: "'NIC_Intel-X710' and
9185            '64B' and
9186            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9187            'NDRPDR' and
9188            '1T1C' and
9189            'IP4FWD' and
9190            not 'IPSEC' and
9191            not 'VHOST'"
9192   parameters:
9193   - "throughput"
9194   - "parent"
9195   - "tags"
9196   sort:
9197   - "DOT1Q"
9198   - "IP4BASE"
9199   - "FIB_20K"
9200   - "FIB_200K"
9201   - "FIB_2M"
9202   traces:
9203     hoverinfo: "x+y"
9204     boxpoints: "outliers"
9205     whiskerwidth: 0
9206   layout:
9207     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9208     layout: "plot-throughput"
9209
9210 -
9211   type: "plot"
9212   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9213   algorithm: "plot_performance_box"
9214   output-file-type: ".html"
9215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9216   data: "plot-vpp-throughput-latency-3n-hsw"
9217   filter: "'NIC_Intel-X710' and
9218            '64B' and
9219            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9220            'NDRPDR' and
9221            '1T1C' and
9222            'IP4FWD' and
9223            not 'IPSEC' and
9224            not 'VHOST'"
9225   parameters:
9226   - "throughput"
9227   - "parent"
9228   - "tags"
9229   sort:
9230   - "DOT1Q"
9231   - "IP4BASE"
9232   - "FIB_20K"
9233   - "FIB_200K"
9234   - "FIB_2M"
9235   traces:
9236     hoverinfo: "x+y"
9237     boxpoints: "outliers"
9238     whiskerwidth: 0
9239   layout:
9240     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9241     layout: "plot-throughput"
9242
9243 -
9244   type: "plot"
9245   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9246   algorithm: "plot_performance_box"
9247   output-file-type: ".html"
9248   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9249   data: "plot-vpp-throughput-latency-3n-hsw"
9250   filter: "'NIC_Intel-X710' and
9251            '64B' and
9252            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9253            'NDRPDR' and
9254            '2T2C' and
9255            'IP4FWD' and
9256            not 'IPSEC' and
9257            not 'VHOST'"
9258   parameters:
9259   - "throughput"
9260   - "parent"
9261   - "tags"
9262   sort:
9263   - "DOT1Q"
9264   - "IP4BASE"
9265   - "FIB_20K"
9266   - "FIB_200K"
9267   - "FIB_2M"
9268   traces:
9269     hoverinfo: "x+y"
9270     boxpoints: "outliers"
9271     whiskerwidth: 0
9272   layout:
9273     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9274     layout: "plot-throughput"
9275
9276 -
9277   type: "plot"
9278   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9279   algorithm: "plot_performance_box"
9280   output-file-type: ".html"
9281   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9282   data: "plot-vpp-throughput-latency-3n-hsw"
9283   filter: "'NIC_Intel-X710' and
9284            '64B' and
9285            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9286            'NDRPDR' and
9287            '2T2C' and
9288            'IP4FWD' and
9289            not 'IPSEC' and
9290            not 'VHOST'"
9291   parameters:
9292   - "throughput"
9293   - "parent"
9294   - "tags"
9295   sort:
9296   - "DOT1Q"
9297   - "IP4BASE"
9298   - "FIB_20K"
9299   - "FIB_200K"
9300   - "FIB_2M"
9301   traces:
9302     hoverinfo: "x+y"
9303     boxpoints: "outliers"
9304     whiskerwidth: 0
9305   layout:
9306     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9307     layout: "plot-throughput"
9308
9309 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9310 -
9311   type: "plot"
9312   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9313   algorithm: "plot_performance_box"
9314   output-file-type: ".html"
9315   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9316   data: "plot-vpp-throughput-latency-3n-hsw"
9317   filter: "'NIC_Intel-X710' and
9318            '64B' and
9319            ('IP4BASE' or
9320             'POLICE_MARK' or
9321             'COPWHLIST' or
9322             ('NAT44' and 'BASE') or
9323             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9324            'NDRPDR' and
9325            '1T1C' and
9326            'IP4FWD' and
9327            not 'IPSEC' and
9328            not 'VHOST'"
9329   parameters:
9330   - "throughput"
9331   - "parent"
9332   - "tags"
9333   sort:
9334   - "IP4BASE"
9335   - "NAT44"
9336   - "POLICE_MARK"
9337   - "COPWHLIST"
9338   - "IACL"
9339   - "OACL"
9340   traces:
9341     hoverinfo: "x+y"
9342     boxpoints: "outliers"
9343     whiskerwidth: 0
9344   layout:
9345     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9346     layout: "plot-throughput"
9347
9348 -
9349   type: "plot"
9350   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9351   algorithm: "plot_performance_box"
9352   output-file-type: ".html"
9353   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9354   data: "plot-vpp-throughput-latency-3n-hsw"
9355   filter: "'NIC_Intel-X710' and
9356            '64B' and
9357            ('IP4BASE' or
9358             'POLICE_MARK' or
9359             'COPWHLIST' or
9360             ('NAT44' and 'BASE') or
9361             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9362            'NDRPDR' and
9363            '1T1C' and
9364            'IP4FWD' and
9365            not 'IPSEC' and
9366            not 'VHOST'"
9367   parameters:
9368   - "throughput"
9369   - "parent"
9370   - "tags"
9371   sort:
9372   - "IP4BASE"
9373   - "NAT44"
9374   - "POLICE_MARK"
9375   - "COPWHLIST"
9376   - "IACL"
9377   - "OACL"
9378   traces:
9379     hoverinfo: "x+y"
9380     boxpoints: "outliers"
9381     whiskerwidth: 0
9382   layout:
9383     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9384     layout: "plot-throughput"
9385
9386 -
9387   type: "plot"
9388   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9389   algorithm: "plot_performance_box"
9390   output-file-type: ".html"
9391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9392   data: "plot-vpp-throughput-latency-3n-hsw"
9393   filter: "'NIC_Intel-X710' and
9394            '64B' and
9395            ('IP4BASE' or
9396             'POLICE_MARK' or
9397             'COPWHLIST' or
9398             ('NAT44' and 'BASE') or
9399             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9400            'NDRPDR' and
9401            '2T2C' and
9402            'IP4FWD' and
9403            not 'IPSEC' and
9404            not 'VHOST'"
9405   parameters:
9406   - "throughput"
9407   - "parent"
9408   - "tags"
9409   sort:
9410   - "IP4BASE"
9411   - "NAT44"
9412   - "POLICE_MARK"
9413   - "COPWHLIST"
9414   - "IACL"
9415   - "OACL"
9416   traces:
9417     hoverinfo: "x+y"
9418     boxpoints: "outliers"
9419     whiskerwidth: 0
9420   layout:
9421     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9422     layout: "plot-throughput"
9423
9424 -
9425   type: "plot"
9426   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9427   algorithm: "plot_performance_box"
9428   output-file-type: ".html"
9429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9430   data: "plot-vpp-throughput-latency-3n-hsw"
9431   filter: "'NIC_Intel-X710' and
9432            '64B' and
9433            ('IP4BASE' or
9434             'POLICE_MARK' or
9435             'COPWHLIST' or
9436             ('NAT44' and 'BASE') or
9437             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9438            'NDRPDR' and
9439            '2T2C' and
9440            'IP4FWD' and
9441            not 'IPSEC' and
9442            not 'VHOST'"
9443   parameters:
9444   - "throughput"
9445   - "parent"
9446   - "tags"
9447   sort:
9448   - "IP4BASE"
9449   - "NAT44"
9450   - "POLICE_MARK"
9451   - "COPWHLIST"
9452   - "IACL"
9453   - "OACL"
9454   traces:
9455     hoverinfo: "x+y"
9456     boxpoints: "outliers"
9457     whiskerwidth: 0
9458   layout:
9459     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9460     layout: "plot-throughput"
9461
9462 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9463 -
9464   type: "plot"
9465   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9466   algorithm: "plot_performance_box"
9467   output-file-type: ".html"
9468   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9469   data: "plot-vpp-throughput-latency-3n-skx"
9470   filter: "'NIC_Intel-X710' and
9471            '64B' and
9472            'NDRPDR' and
9473            '2T1C' and
9474            'IP4FWD' and
9475            'NAT44' and
9476            not 'IPSEC' and
9477            not 'VHOST'"
9478   parameters:
9479   - "throughput"
9480   - "parent"
9481   - "tags"
9482   sort:
9483   - "BASE"
9484   - "BASE"
9485   - "SRC_USER_10"
9486   - "SRC_USER_100"
9487   - "SRC_USER_1000"
9488   - "SRC_USER_2000"
9489   traces:
9490     hoverinfo: "x+y"
9491     boxpoints: "outliers"
9492     whiskerwidth: 0
9493   layout:
9494     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9495     layout: "plot-throughput"
9496
9497 -
9498   type: "plot"
9499   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9500   algorithm: "plot_performance_box"
9501   output-file-type: ".html"
9502   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9503   data: "plot-vpp-throughput-latency-3n-skx"
9504   filter: "'NIC_Intel-X710' and
9505            '64B' and
9506            'NDRPDR' and
9507            '2T1C' and
9508            'IP4FWD' and
9509            'NAT44' and
9510            not 'IPSEC' and
9511            not 'VHOST'"
9512   parameters:
9513   - "throughput"
9514   - "parent"
9515   - "tags"
9516   sort:
9517   - "BASE"
9518   - "BASE"
9519   - "SRC_USER_10"
9520   - "SRC_USER_100"
9521   - "SRC_USER_1000"
9522   - "SRC_USER_2000"
9523   traces:
9524     hoverinfo: "x+y"
9525     boxpoints: "outliers"
9526     whiskerwidth: 0
9527   layout:
9528     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9529     layout: "plot-throughput"
9530
9531 -
9532   type: "plot"
9533   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9534   algorithm: "plot_performance_box"
9535   output-file-type: ".html"
9536   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9537   data: "plot-vpp-throughput-latency-3n-skx"
9538   filter: "'NIC_Intel-X710' and
9539            '64B' and
9540            'NDRPDR' and
9541            '4T2C' and
9542            'IP4FWD' and
9543            'NAT44' and
9544            not 'IPSEC' and
9545            not 'VHOST'"
9546   parameters:
9547   - "throughput"
9548   - "parent"
9549   - "tags"
9550   sort:
9551   - "BASE"
9552   - "BASE"
9553   - "SRC_USER_10"
9554   - "SRC_USER_100"
9555   - "SRC_USER_1000"
9556   - "SRC_USER_2000"
9557   traces:
9558     hoverinfo: "x+y"
9559     boxpoints: "outliers"
9560     whiskerwidth: 0
9561   layout:
9562     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9563     layout: "plot-throughput"
9564
9565 -
9566   type: "plot"
9567   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9568   algorithm: "plot_performance_box"
9569   output-file-type: ".html"
9570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9571   data: "plot-vpp-throughput-latency-3n-skx"
9572   filter: "'NIC_Intel-X710' and
9573            '64B' and
9574            'NDRPDR' and
9575            '4T2C' and
9576            'IP4FWD' and
9577            'NAT44' and
9578            not 'IPSEC' and
9579            not 'VHOST'"
9580   parameters:
9581   - "throughput"
9582   - "parent"
9583   - "tags"
9584   sort:
9585   - "BASE"
9586   - "BASE"
9587   - "SRC_USER_10"
9588   - "SRC_USER_100"
9589   - "SRC_USER_1000"
9590   - "SRC_USER_2000"
9591   traces:
9592     hoverinfo: "x+y"
9593     boxpoints: "outliers"
9594     whiskerwidth: 0
9595   layout:
9596     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9597     layout: "plot-throughput"
9598
9599 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9600 -
9601   type: "plot"
9602   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9603   algorithm: "plot_performance_box"
9604   output-file-type: ".html"
9605   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9606   data: "plot-vpp-throughput-latency-3n-skx"
9607   filter: "'NIC_Intel-X710' and
9608            '64B' and
9609            'NDRPDR' and
9610            '2T1C' and
9611            'IP4FWD' and
9612            'IACL' and
9613            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9614            not 'IPSEC' and
9615            not 'VHOST'"
9616   parameters:
9617   - "throughput"
9618   - "parent"
9619   - "tags"
9620   sort:
9621   - "ACL_STATELESS"
9622   - "ACL_STATEFUL"
9623   - "ACL_STATELESS"
9624   - "ACL_STATEFUL"
9625   traces:
9626     hoverinfo: "x+y"
9627     boxpoints: "outliers"
9628     whiskerwidth: 0
9629   layout:
9630     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9631     layout: "plot-throughput"
9632
9633 -
9634   type: "plot"
9635   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9636   algorithm: "plot_performance_box"
9637   output-file-type: ".html"
9638   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9639   data: "plot-vpp-throughput-latency-3n-skx"
9640   filter: "'NIC_Intel-X710' and
9641            '64B' and
9642            'NDRPDR' and
9643            '2T1C' and
9644            'IP4FWD' and
9645            'IACL' and
9646            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9647            not 'IPSEC' and
9648            not 'VHOST'"
9649   parameters:
9650   - "throughput"
9651   - "parent"
9652   - "tags"
9653   sort:
9654   - "ACL_STATELESS"
9655   - "ACL_STATEFUL"
9656   - "ACL_STATELESS"
9657   - "ACL_STATEFUL"
9658   traces:
9659     hoverinfo: "x+y"
9660     boxpoints: "outliers"
9661     whiskerwidth: 0
9662   layout:
9663     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9664     layout: "plot-throughput"
9665
9666 -
9667   type: "plot"
9668   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9669   algorithm: "plot_performance_box"
9670   output-file-type: ".html"
9671   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9672   data: "plot-vpp-throughput-latency-3n-skx"
9673   filter: "'NIC_Intel-X710' and
9674            '64B' and
9675            'NDRPDR' and
9676            '4T2C' and
9677            'IP4FWD' and
9678            'IACL' and
9679            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9680            not 'IPSEC' and
9681            not 'VHOST'"
9682   parameters:
9683   - "throughput"
9684   - "parent"
9685   - "tags"
9686   sort:
9687   - "ACL_STATELESS"
9688   - "ACL_STATEFUL"
9689   - "ACL_STATELESS"
9690   - "ACL_STATEFUL"
9691   traces:
9692     hoverinfo: "x+y"
9693     boxpoints: "outliers"
9694     whiskerwidth: 0
9695   layout:
9696     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9697     layout: "plot-throughput"
9698
9699 -
9700   type: "plot"
9701   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9702   algorithm: "plot_performance_box"
9703   output-file-type: ".html"
9704   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9705   data: "plot-vpp-throughput-latency-3n-skx"
9706   filter: "'NIC_Intel-X710' and
9707            '64B' and
9708            'NDRPDR' and
9709            '4T2C' and
9710            'IP4FWD' and
9711            'IACL' and
9712            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9713            not 'IPSEC' and
9714            not 'VHOST'"
9715   parameters:
9716   - "throughput"
9717   - "parent"
9718   - "tags"
9719   sort:
9720   - "ACL_STATELESS"
9721   - "ACL_STATEFUL"
9722   - "ACL_STATELESS"
9723   - "ACL_STATEFUL"
9724   traces:
9725     hoverinfo: "x+y"
9726     boxpoints: "outliers"
9727     whiskerwidth: 0
9728   layout:
9729     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9730     layout: "plot-throughput"
9731
9732 ## Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9733 #-
9734 #  type: "plot"
9735 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9736 #  algorithm: "plot_performance_box"
9737 #  output-file-type: ".html"
9738 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9739 #  data: "plot-vpp-throughput-latency-3n-skx"
9740 #  filter: "'NIC_Intel-X710' and
9741 #           '64B' and
9742 #           'NDRPDR' and
9743 #           '2T1C' and
9744 #           'IP4FWD' and
9745 #           'OACL' and
9746 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9747 #           not 'IPSEC' and
9748 #           not 'VHOST'"
9749 #  parameters:
9750 #  - "throughput"
9751 #  - "parent"
9752 #  - "tags"
9753 #  sort:
9754 #  - "ACL_STATELESS"
9755 #  - "ACL_STATEFUL"
9756 #  - "ACL_STATELESS"
9757 #  - "ACL_STATEFUL"
9758 #  traces:
9759 #    hoverinfo: "x+y"
9760 #    boxpoints: "outliers"
9761 #    whiskerwidth: 0
9762 #  layout:
9763 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9764 #    layout: "plot-throughput"
9765 #
9766 #-
9767 #  type: "plot"
9768 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9769 #  algorithm: "plot_performance_box"
9770 #  output-file-type: ".html"
9771 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9772 #  data: "plot-vpp-throughput-latency-3n-skx"
9773 #  filter: "'NIC_Intel-X710' and
9774 #           '64B' and
9775 #           'NDRPDR' and
9776 #           '2T1C' and
9777 #           'IP4FWD' and
9778 #           'OACL' and
9779 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9780 #           not 'IPSEC' and
9781 #           not 'VHOST'"
9782 #  parameters:
9783 #  - "throughput"
9784 #  - "parent"
9785 #  - "tags"
9786 #  sort:
9787 #  - "ACL_STATELESS"
9788 #  - "ACL_STATEFUL"
9789 #  - "ACL_STATELESS"
9790 #  - "ACL_STATEFUL"
9791 #  traces:
9792 #    hoverinfo: "x+y"
9793 #    boxpoints: "outliers"
9794 #    whiskerwidth: 0
9795 #  layout:
9796 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9797 #    layout: "plot-throughput"
9798 #
9799 #-
9800 #  type: "plot"
9801 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9802 #  algorithm: "plot_performance_box"
9803 #  output-file-type: ".html"
9804 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9805 #  data: "plot-vpp-throughput-latency-3n-skx"
9806 #  filter: "'NIC_Intel-X710' and
9807 #           '64B' and
9808 #           'NDRPDR' and
9809 #           '4T2C' and
9810 #           'IP4FWD' and
9811 #           'OACL' and
9812 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9813 #           not 'IPSEC' and
9814 #           not 'VHOST'"
9815 #  parameters:
9816 #  - "throughput"
9817 #  - "parent"
9818 #  - "tags"
9819 #  sort:
9820 #  - "ACL_STATELESS"
9821 #  - "ACL_STATEFUL"
9822 #  - "ACL_STATELESS"
9823 #  - "ACL_STATEFUL"
9824 #  traces:
9825 #    hoverinfo: "x+y"
9826 #    boxpoints: "outliers"
9827 #    whiskerwidth: 0
9828 #  layout:
9829 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9830 #    layout: "plot-throughput"
9831 #
9832 #-
9833 #  type: "plot"
9834 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9835 #  algorithm: "plot_performance_box"
9836 #  output-file-type: ".html"
9837 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9838 #  data: "plot-vpp-throughput-latency-3n-skx"
9839 #  filter: "'NIC_Intel-X710' and
9840 #           '64B' and
9841 #           'NDRPDR' and
9842 #           '4T2C' and
9843 #           'IP4FWD' and
9844 #           'OACL' and
9845 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9846 #           not 'IPSEC' and
9847 #           not 'VHOST'"
9848 #  parameters:
9849 #  - "throughput"
9850 #  - "parent"
9851 #  - "tags"
9852 #  sort:
9853 #  - "ACL_STATELESS"
9854 #  - "ACL_STATEFUL"
9855 #  - "ACL_STATELESS"
9856 #  - "ACL_STATEFUL"
9857 #  traces:
9858 #    hoverinfo: "x+y"
9859 #    boxpoints: "outliers"
9860 #    whiskerwidth: 0
9861 #  layout:
9862 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9863 #    layout: "plot-throughput"
9864
9865 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9866 -
9867   type: "plot"
9868   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9869   algorithm: "plot_performance_box"
9870   output-file-type: ".html"
9871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9872   data: "plot-vpp-throughput-latency-3n-hsw"
9873   filter: "'NIC_Intel-XL710' and
9874            '64B' and
9875            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9876            'NDRPDR' and
9877            '1T1C' and
9878            'IP4FWD' and
9879            not 'IPSEC' and
9880            not 'VHOST'"
9881   parameters:
9882   - "throughput"
9883   - "parent"
9884   - "tags"
9885   sort:
9886   - "IP4BASE"
9887   - "FIB_20K"
9888   - "FIB_200K"
9889   - "FIB_2M"
9890   traces:
9891     hoverinfo: "x+y"
9892     boxpoints: "outliers"
9893     whiskerwidth: 0
9894   layout:
9895     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9896     layout: "plot-throughput"
9897
9898 -
9899   type: "plot"
9900   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9901   algorithm: "plot_performance_box"
9902   output-file-type: ".html"
9903   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9904   data: "plot-vpp-throughput-latency-3n-hsw"
9905   filter: "'NIC_Intel-XL710' and
9906            '64B' and
9907            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9908            'NDRPDR' and
9909            '1T1C' and
9910            'IP4FWD' and
9911            not 'IPSEC' and
9912            not 'VHOST'"
9913   parameters:
9914   - "throughput"
9915   - "parent"
9916   - "tags"
9917   sort:
9918   - "IP4BASE"
9919   - "FIB_20K"
9920   - "FIB_200K"
9921   - "FIB_2M"
9922   traces:
9923     hoverinfo: "x+y"
9924     boxpoints: "outliers"
9925     whiskerwidth: 0
9926   layout:
9927     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9928     layout: "plot-throughput"
9929
9930 -
9931   type: "plot"
9932   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9933   algorithm: "plot_performance_box"
9934   output-file-type: ".html"
9935   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9936   data: "plot-vpp-throughput-latency-3n-hsw"
9937   filter: "'NIC_Intel-XL710' and
9938            '64B' and
9939            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9940            'NDRPDR' and
9941            '2T2C' and
9942            'IP4FWD' and
9943            not 'IPSEC' and
9944            not 'VHOST'"
9945   parameters:
9946   - "throughput"
9947   - "parent"
9948   - "tags"
9949   sort:
9950   - "IP4BASE"
9951   - "FIB_20K"
9952   - "FIB_200K"
9953   - "FIB_2M"
9954   traces:
9955     hoverinfo: "x+y"
9956     boxpoints: "outliers"
9957     whiskerwidth: 0
9958   layout:
9959     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9960     layout: "plot-throughput"
9961
9962 -
9963   type: "plot"
9964   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9965   algorithm: "plot_performance_box"
9966   output-file-type: ".html"
9967   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9968   data: "plot-vpp-throughput-latency-3n-hsw"
9969   filter: "'NIC_Intel-XL710' and
9970            '64B' and
9971            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9972            'NDRPDR' and
9973            '2T2C' and
9974            'IP4FWD' and
9975            not 'IPSEC' and
9976            not 'VHOST'"
9977   parameters:
9978   - "throughput"
9979   - "parent"
9980   - "tags"
9981   sort:
9982   - "IP4BASE"
9983   - "FIB_20K"
9984   - "FIB_200K"
9985   - "FIB_2M"
9986   traces:
9987     hoverinfo: "x+y"
9988     boxpoints: "outliers"
9989     whiskerwidth: 0
9990   layout:
9991     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9992     layout: "plot-throughput"
9993
9994 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
9995 -
9996   type: "plot"
9997   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9998   algorithm: "plot_performance_box"
9999   output-file-type: ".html"
10000   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10001   data: "plot-vpp-throughput-latency-3n-skx"
10002   filter: "'NIC_Intel-X710' and
10003            '64B' and
10004            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10005            'NDRPDR' and
10006            '2T1C' and
10007            'IP4FWD' and
10008            not 'IPSEC' and
10009            not 'VHOST'"
10010   parameters:
10011   - "throughput"
10012   - "parent"
10013   - "tags"
10014   sort:
10015   - "IP4BASE"
10016   - "FIB_20K"
10017   - "FIB_200K"
10018   - "FIB_2M"
10019   traces:
10020     hoverinfo: "x+y"
10021     boxpoints: "outliers"
10022     whiskerwidth: 0
10023   layout:
10024     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10025     layout: "plot-throughput"
10026
10027 -
10028   type: "plot"
10029   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10030   algorithm: "plot_performance_box"
10031   output-file-type: ".html"
10032   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10033   data: "plot-vpp-throughput-latency-3n-skx"
10034   filter: "'NIC_Intel-X710' and
10035            '64B' and
10036            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10037            'NDRPDR' and
10038            '2T1C' and
10039            'IP4FWD' and
10040            not 'IPSEC' and
10041            not 'VHOST'"
10042   parameters:
10043   - "throughput"
10044   - "parent"
10045   - "tags"
10046   sort:
10047   - "IP4BASE"
10048   - "FIB_20K"
10049   - "FIB_200K"
10050   - "FIB_2M"
10051   traces:
10052     hoverinfo: "x+y"
10053     boxpoints: "outliers"
10054     whiskerwidth: 0
10055   layout:
10056     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10057     layout: "plot-throughput"
10058
10059 -
10060   type: "plot"
10061   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10062   algorithm: "plot_performance_box"
10063   output-file-type: ".html"
10064   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10065   data: "plot-vpp-throughput-latency-3n-skx"
10066   filter: "'NIC_Intel-X710' and
10067            '64B' and
10068            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10069            'NDRPDR' and
10070            '4T2C' and
10071            'IP4FWD' and
10072            not 'IPSEC' and
10073            not 'VHOST'"
10074   parameters:
10075   - "throughput"
10076   - "parent"
10077   - "tags"
10078   sort:
10079   - "IP4BASE"
10080   - "FIB_20K"
10081   - "FIB_200K"
10082   - "FIB_2M"
10083   traces:
10084     hoverinfo: "x+y"
10085     boxpoints: "outliers"
10086     whiskerwidth: 0
10087   layout:
10088     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10089     layout: "plot-throughput"
10090
10091 -
10092   type: "plot"
10093   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10094   algorithm: "plot_performance_box"
10095   output-file-type: ".html"
10096   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10097   data: "plot-vpp-throughput-latency-3n-skx"
10098   filter: "'NIC_Intel-X710' and
10099            '64B' and
10100            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10101            'NDRPDR' and
10102            '4T2C' and
10103            'IP4FWD' and
10104            not 'IPSEC' and
10105            not 'VHOST'"
10106   parameters:
10107   - "throughput"
10108   - "parent"
10109   - "tags"
10110   sort:
10111   - "IP4BASE"
10112   - "FIB_20K"
10113   - "FIB_200K"
10114   - "FIB_2M"
10115   traces:
10116     hoverinfo: "x+y"
10117     boxpoints: "outliers"
10118     whiskerwidth: 0
10119   layout:
10120     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10121     layout: "plot-throughput"
10122
10123 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10124 -
10125   type: "plot"
10126   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10127   algorithm: "plot_performance_box"
10128   output-file-type: ".html"
10129   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10130   data: "plot-vpp-throughput-latency-3n-skx"
10131   filter: "'NIC_Intel-X710' and
10132            '64B' and
10133            ('IP4BASE' or
10134             'POLICE_MARK' or
10135             'COPWHLIST' or
10136             ('NAT44' and 'BASE') or
10137             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10138            'NDRPDR' and
10139            '2T1C' and
10140            'IP4FWD' and
10141            not 'IPSEC' and
10142            not 'VHOST'"
10143   parameters:
10144   - "throughput"
10145   - "parent"
10146   - "tags"
10147   sort:
10148   - "IP4BASE"
10149   - "NAT44"
10150   - "POLICE_MARK"
10151   - "COPWHLIST"
10152   - "IACL"
10153   - "OACL"
10154   traces:
10155     hoverinfo: "x+y"
10156     boxpoints: "outliers"
10157     whiskerwidth: 0
10158   layout:
10159     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10160     layout: "plot-throughput"
10161
10162 -
10163   type: "plot"
10164   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10165   algorithm: "plot_performance_box"
10166   output-file-type: ".html"
10167   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10168   data: "plot-vpp-throughput-latency-3n-skx"
10169   filter: "'NIC_Intel-X710' and
10170            '64B' and
10171            ('IP4BASE' or
10172             'POLICE_MARK' or
10173             'COPWHLIST' or
10174             ('NAT44' and 'BASE') or
10175             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10176            'NDRPDR' and
10177            '2T1C' and
10178            'IP4FWD' and
10179            not 'IPSEC' and
10180            not 'VHOST'"
10181   parameters:
10182   - "throughput"
10183   - "parent"
10184   - "tags"
10185   sort:
10186   - "IP4BASE"
10187   - "NAT44"
10188   - "POLICE_MARK"
10189   - "COPWHLIST"
10190   - "IACL"
10191   - "OACL"
10192   traces:
10193     hoverinfo: "x+y"
10194     boxpoints: "outliers"
10195     whiskerwidth: 0
10196   layout:
10197     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10198     layout: "plot-throughput"
10199
10200 -
10201   type: "plot"
10202   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10203   algorithm: "plot_performance_box"
10204   output-file-type: ".html"
10205   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10206   data: "plot-vpp-throughput-latency-3n-skx"
10207   filter: "'NIC_Intel-X710' and
10208            '64B' and
10209            ('IP4BASE' or
10210             'POLICE_MARK' or
10211             'COPWHLIST' or
10212             ('NAT44' and 'BASE') or
10213             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10214            'NDRPDR' and
10215            '4T2C' and
10216            'IP4FWD' and
10217            not 'IPSEC' and
10218            not 'VHOST'"
10219   parameters:
10220   - "throughput"
10221   - "parent"
10222   - "tags"
10223   sort:
10224   - "IP4BASE"
10225   - "NAT44"
10226   - "POLICE_MARK"
10227   - "COPWHLIST"
10228   - "IACL"
10229   - "OACL"
10230   traces:
10231     hoverinfo: "x+y"
10232     boxpoints: "outliers"
10233     whiskerwidth: 0
10234   layout:
10235     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10236     layout: "plot-throughput"
10237
10238 -
10239   type: "plot"
10240   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10241   algorithm: "plot_performance_box"
10242   output-file-type: ".html"
10243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10244   data: "plot-vpp-throughput-latency-3n-skx"
10245   filter: "'NIC_Intel-X710' and
10246            '64B' and
10247            ('IP4BASE' or
10248             'POLICE_MARK' or
10249             'COPWHLIST' or
10250             ('NAT44' and 'BASE') or
10251             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10252            'NDRPDR' and
10253            '4T2C' and
10254            'IP4FWD' and
10255            not 'IPSEC' and
10256            not 'VHOST'"
10257   parameters:
10258   - "throughput"
10259   - "parent"
10260   - "tags"
10261   sort:
10262   - "IP4BASE"
10263   - "NAT44"
10264   - "POLICE_MARK"
10265   - "COPWHLIST"
10266   - "IACL"
10267   - "OACL"
10268   traces:
10269     hoverinfo: "x+y"
10270     boxpoints: "outliers"
10271     whiskerwidth: 0
10272   layout:
10273     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10274     layout: "plot-throughput"
10275
10276 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10277 -
10278   type: "plot"
10279   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10280   algorithm: "plot_performance_box"
10281   output-file-type: ".html"
10282   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10283   data: "plot-vpp-throughput-latency-3n-hsw"
10284   filter: "'NIC_Intel-X710' and
10285            '64B' and
10286            'NDRPDR' and
10287            '1T1C' and
10288            'IP4FWD' and
10289            'NAT44' and
10290            not 'IPSEC' and
10291            not 'VHOST'"
10292   parameters:
10293   - "throughput"
10294   - "parent"
10295   - "tags"
10296   sort:
10297   - "BASE"
10298   - "BASE"
10299   - "SRC_USER_10"
10300   - "SRC_USER_100"
10301   - "SRC_USER_1000"
10302   - "SRC_USER_2000"
10303   traces:
10304     hoverinfo: "x+y"
10305     boxpoints: "outliers"
10306     whiskerwidth: 0
10307   layout:
10308     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10309     layout: "plot-throughput"
10310
10311 -
10312   type: "plot"
10313   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10314   algorithm: "plot_performance_box"
10315   output-file-type: ".html"
10316   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10317   data: "plot-vpp-throughput-latency-3n-hsw"
10318   filter: "'NIC_Intel-X710' and
10319            '64B' and
10320            'NDRPDR' and
10321            '1T1C' and
10322            'IP4FWD' and
10323            'NAT44' and
10324            not 'IPSEC' and
10325            not 'VHOST'"
10326   parameters:
10327   - "throughput"
10328   - "parent"
10329   - "tags"
10330   sort:
10331   - "BASE"
10332   - "BASE"
10333   - "SRC_USER_10"
10334   - "SRC_USER_100"
10335   - "SRC_USER_1000"
10336   - "SRC_USER_2000"
10337   traces:
10338     hoverinfo: "x+y"
10339     boxpoints: "outliers"
10340     whiskerwidth: 0
10341   layout:
10342     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10343     layout: "plot-throughput"
10344
10345 -
10346   type: "plot"
10347   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10348   algorithm: "plot_performance_box"
10349   output-file-type: ".html"
10350   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10351   data: "plot-vpp-throughput-latency-3n-hsw"
10352   filter: "'NIC_Intel-X710' and
10353            '64B' and
10354            'NDRPDR' and
10355            '2T2C' and
10356            'IP4FWD' and
10357            'NAT44' and
10358            not 'IPSEC' and
10359            not 'VHOST'"
10360   parameters:
10361   - "throughput"
10362   - "parent"
10363   - "tags"
10364   sort:
10365   - "BASE"
10366   - "BASE"
10367   - "SRC_USER_10"
10368   - "SRC_USER_100"
10369   - "SRC_USER_1000"
10370   - "SRC_USER_2000"
10371   traces:
10372     hoverinfo: "x+y"
10373     boxpoints: "outliers"
10374     whiskerwidth: 0
10375   layout:
10376     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10377     layout: "plot-throughput"
10378
10379 -
10380   type: "plot"
10381   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10382   algorithm: "plot_performance_box"
10383   output-file-type: ".html"
10384   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10385   data: "plot-vpp-throughput-latency-3n-hsw"
10386   filter: "'NIC_Intel-X710' and
10387            '64B' and
10388            'NDRPDR' and
10389            '2T2C' and
10390            'IP4FWD' and
10391            'NAT44' and
10392            not 'IPSEC' and
10393            not 'VHOST'"
10394   parameters:
10395   - "throughput"
10396   - "parent"
10397   - "tags"
10398   sort:
10399   - "BASE"
10400   - "BASE"
10401   - "SRC_USER_10"
10402   - "SRC_USER_100"
10403   - "SRC_USER_1000"
10404   - "SRC_USER_2000"
10405   traces:
10406     hoverinfo: "x+y"
10407     boxpoints: "outliers"
10408     whiskerwidth: 0
10409   layout:
10410     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10411     layout: "plot-throughput"
10412
10413 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10414 -
10415   type: "plot"
10416   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10417   algorithm: "plot_performance_box"
10418   output-file-type: ".html"
10419   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10420   data: "plot-vpp-throughput-latency-3n-hsw"
10421   filter: "'NIC_Intel-X710' and
10422            '64B' and
10423            'NDRPDR' and
10424            '1T1C' and
10425            'IP4FWD' and
10426            'IACL' and
10427            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10428            not 'IPSEC' and
10429            not 'VHOST'"
10430   parameters:
10431   - "throughput"
10432   - "parent"
10433   - "tags"
10434   sort:
10435   - "ACL_STATELESS"
10436   - "ACL_STATEFUL"
10437   - "ACL_STATELESS"
10438   - "ACL_STATEFUL"
10439   traces:
10440     hoverinfo: "x+y"
10441     boxpoints: "outliers"
10442     whiskerwidth: 0
10443   layout:
10444     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10445     layout: "plot-throughput"
10446
10447 -
10448   type: "plot"
10449   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10450   algorithm: "plot_performance_box"
10451   output-file-type: ".html"
10452   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10453   data: "plot-vpp-throughput-latency-3n-hsw"
10454   filter: "'NIC_Intel-X710' and
10455            '64B' and
10456            'NDRPDR' and
10457            '1T1C' and
10458            'IP4FWD' and
10459            'IACL' and
10460            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10461            not 'IPSEC' and
10462            not 'VHOST'"
10463   parameters:
10464   - "throughput"
10465   - "parent"
10466   - "tags"
10467   sort:
10468   - "ACL_STATELESS"
10469   - "ACL_STATEFUL"
10470   - "ACL_STATELESS"
10471   - "ACL_STATEFUL"
10472   traces:
10473     hoverinfo: "x+y"
10474     boxpoints: "outliers"
10475     whiskerwidth: 0
10476   layout:
10477     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10478     layout: "plot-throughput"
10479
10480 -
10481   type: "plot"
10482   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10483   algorithm: "plot_performance_box"
10484   output-file-type: ".html"
10485   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10486   data: "plot-vpp-throughput-latency-3n-hsw"
10487   filter: "'NIC_Intel-X710' and
10488            '64B' and
10489            'NDRPDR' and
10490            '2T2C' and
10491            'IP4FWD' and
10492            'IACL' and
10493            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10494            not 'IPSEC' and
10495            not 'VHOST'"
10496   parameters:
10497   - "throughput"
10498   - "parent"
10499   - "tags"
10500   sort:
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-2t2c-features-iacl-ndr"
10511     layout: "plot-throughput"
10512
10513 -
10514   type: "plot"
10515   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10516   algorithm: "plot_performance_box"
10517   output-file-type: ".html"
10518   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10519   data: "plot-vpp-throughput-latency-3n-hsw"
10520   filter: "'NIC_Intel-X710' and
10521            '64B' and
10522            'NDRPDR' and
10523            '2T2C' and
10524            'IP4FWD' and
10525            'IACL' and
10526            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10527            not 'IPSEC' and
10528            not 'VHOST'"
10529   parameters:
10530   - "throughput"
10531   - "parent"
10532   - "tags"
10533   sort:
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-2t2c-features-iacl-pdr"
10544     layout: "plot-throughput"
10545
10546 ## Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10547 #-
10548 #  type: "plot"
10549 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10550 #  algorithm: "plot_performance_box"
10551 #  output-file-type: ".html"
10552 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10553 #  data: "plot-vpp-throughput-latency-3n-hsw"
10554 #  filter: "'NIC_Intel-X710' and
10555 #           '64B' and
10556 #           'NDRPDR' and
10557 #           '1T1C' and
10558 #           'IP4FWD' and
10559 #           'OACL' and
10560 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10561 #           not 'IPSEC' and
10562 #           not 'VHOST'"
10563 #  parameters:
10564 #  - "throughput"
10565 #  - "parent"
10566 #  - "tags"
10567 #  sort:
10568 #  - "ACL_STATELESS"
10569 #  - "ACL_STATEFUL"
10570 #  - "ACL_STATELESS"
10571 #  - "ACL_STATEFUL"
10572 #  traces:
10573 #    hoverinfo: "x+y"
10574 #    boxpoints: "outliers"
10575 #    whiskerwidth: 0
10576 #  layout:
10577 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10578 #    layout: "plot-throughput"
10579 #
10580 #-
10581 #  type: "plot"
10582 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10583 #  algorithm: "plot_performance_box"
10584 #  output-file-type: ".html"
10585 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10586 #  data: "plot-vpp-throughput-latency-3n-hsw"
10587 #  filter: "'NIC_Intel-X710' and
10588 #           '64B' and
10589 #           'NDRPDR' and
10590 #           '1T1C' and
10591 #           'IP4FWD' and
10592 #           'OACL' and
10593 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10594 #           not 'IPSEC' and
10595 #           not 'VHOST'"
10596 #  parameters:
10597 #  - "throughput"
10598 #  - "parent"
10599 #  - "tags"
10600 #  sort:
10601 #  - "ACL_STATELESS"
10602 #  - "ACL_STATEFUL"
10603 #  - "ACL_STATELESS"
10604 #  - "ACL_STATEFUL"
10605 #  traces:
10606 #    hoverinfo: "x+y"
10607 #    boxpoints: "outliers"
10608 #    whiskerwidth: 0
10609 #  layout:
10610 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10611 #    layout: "plot-throughput"
10612 #
10613 #-
10614 #  type: "plot"
10615 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10616 #  algorithm: "plot_performance_box"
10617 #  output-file-type: ".html"
10618 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10619 #  data: "plot-vpp-throughput-latency-3n-hsw"
10620 #  filter: "'NIC_Intel-X710' and
10621 #           '64B' and
10622 #           'NDRPDR' and
10623 #           '2T2C' 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-2t2c-features-oacl-ndr"
10644 #    layout: "plot-throughput"
10645 #
10646 #-
10647 #  type: "plot"
10648 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10649 #  algorithm: "plot_performance_box"
10650 #  output-file-type: ".html"
10651 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10652 #  data: "plot-vpp-throughput-latency-3n-hsw"
10653 #  filter: "'NIC_Intel-X710' and
10654 #           '64B' and
10655 #           'NDRPDR' and
10656 #           '2T2C' 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-2t2c-features-oacl-pdr"
10677 #    layout: "plot-throughput"
10678
10679 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10680 -
10681   type: "plot"
10682   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10683   algorithm: "plot_performance_box"
10684   output-file-type: ".html"
10685   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10686   data: "plot-vpp-throughput-latency-2n-skx"
10687   filter: "'NIC_Intel-X710' and
10688            '64B' and
10689            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10690            'NDRPDR' and
10691            '2T1C' and
10692            'IP4FWD' and
10693            not 'IPSEC' and
10694            not 'VHOST'"
10695   parameters:
10696   - "throughput"
10697   - "parent"
10698   - "tags"
10699   sort:
10700   - "DOT1Q"
10701   - "IP4BASE"
10702   - "FIB_20k"
10703   - "FIB_200k"
10704   - "FIB_2M"
10705   traces:
10706     hoverinfo: "x+y"
10707     boxpoints: "outliers"
10708     whiskerwidth: 0
10709   layout:
10710     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10711     layout: "plot-throughput"
10712
10713 -
10714   type: "plot"
10715   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10716   algorithm: "plot_performance_box"
10717   output-file-type: ".html"
10718   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10719   data: "plot-vpp-throughput-latency-2n-skx"
10720   filter: "'NIC_Intel-X710' and
10721            '64B' and
10722            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10723            'NDRPDR' and
10724            '2T1C' and
10725            'IP4FWD' and
10726            not 'IPSEC' and
10727            not 'VHOST'"
10728   parameters:
10729   - "throughput"
10730   - "parent"
10731   - "tags"
10732   sort:
10733   - "DOT1Q"
10734   - "IP4BASE"
10735   - "FIB_20k"
10736   - "FIB_200k"
10737   - "FIB_2M"
10738   traces:
10739     hoverinfo: "x+y"
10740     boxpoints: "outliers"
10741     whiskerwidth: 0
10742   layout:
10743     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10744     layout: "plot-throughput"
10745
10746 -
10747   type: "plot"
10748   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-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-4t2c-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            '4T2C' and
10758            'IP4FWD' and
10759            not 'IPSEC' and
10760            not 'VHOST'"
10761   parameters:
10762   - "throughput"
10763   - "parent"
10764   - "tags"
10765   sort:
10766   - "DOT1Q"
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-4t2c-base_and_scale-ndr"
10777     layout: "plot-throughput"
10778
10779 -
10780   type: "plot"
10781   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-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-4t2c-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            '4T2C' and
10791            'IP4FWD' and
10792            not 'IPSEC' and
10793            not 'VHOST'"
10794   parameters:
10795   - "throughput"
10796   - "parent"
10797   - "tags"
10798   sort:
10799   - "DOT1Q"
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-4t2c-base_and_scale-pdr"
10810     layout: "plot-throughput"
10811
10812 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10813 -
10814   type: "plot"
10815   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10816   algorithm: "plot_performance_box"
10817   output-file-type: ".html"
10818   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10819   data: "plot-vpp-throughput-latency-2n-skx"
10820   filter: "'NIC_Intel-XXV710' and
10821            '64B' and
10822            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10823            'NDRPDR' and
10824            '2T1C' and
10825            'IP4FWD' and
10826            not 'IPSEC' and
10827            not 'VHOST'"
10828   parameters:
10829   - "throughput"
10830   - "parent"
10831   - "tags"
10832   sort:
10833   - "DOT1Q"
10834   - "IP4BASE"
10835   - "FIB_20k"
10836   - "FIB_200k"
10837   - "FIB_2M"
10838   traces:
10839     hoverinfo: "x+y"
10840     boxpoints: "outliers"
10841     whiskerwidth: 0
10842   layout:
10843     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10844     layout: "plot-throughput"
10845
10846 -
10847   type: "plot"
10848   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10849   algorithm: "plot_performance_box"
10850   output-file-type: ".html"
10851   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10852   data: "plot-vpp-throughput-latency-2n-skx"
10853   filter: "'NIC_Intel-XXV710' and
10854            '64B' and
10855            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10856            'NDRPDR' and
10857            '2T1C' and
10858            'IP4FWD' and
10859            not 'IPSEC' and
10860            not 'VHOST'"
10861   parameters:
10862   - "throughput"
10863   - "parent"
10864   - "tags"
10865   sort:
10866   - "DOT1Q"
10867   - "IP4BASE"
10868   - "FIB_20k"
10869   - "FIB_200k"
10870   - "FIB_2M"
10871   traces:
10872     hoverinfo: "x+y"
10873     boxpoints: "outliers"
10874     whiskerwidth: 0
10875   layout:
10876     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10877     layout: "plot-throughput"
10878
10879 -
10880   type: "plot"
10881   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-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-4t2c-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            '4T2C' and
10891            'IP4FWD' and
10892            not 'IPSEC' and
10893            not 'VHOST'"
10894   parameters:
10895   - "throughput"
10896   - "parent"
10897   - "tags"
10898   sort:
10899   - "DOT1Q"
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-4t2c-base_and_scale-ndr"
10910     layout: "plot-throughput"
10911
10912 -
10913   type: "plot"
10914   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-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-4t2c-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            '4T2C' and
10924            'IP4FWD' and
10925            not 'IPSEC' and
10926            not 'VHOST'"
10927   parameters:
10928   - "throughput"
10929   - "parent"
10930   - "tags"
10931   sort:
10932   - "DOT1Q"
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-4t2c-base_and_scale-pdr"
10943     layout: "plot-throughput"
10944
10945 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10946 -
10947   type: "plot"
10948   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10949   algorithm: "plot_performance_box"
10950   output-file-type: ".html"
10951   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10952   data: "intel-dnv-vpp"
10953   filter: "'NIC_Intel-X553' and
10954            '64B' and
10955            'IP4BASE' and
10956            'NDRPDR' and
10957            '1T1C' and
10958            'IP4FWD' and
10959            not 'IPSEC' and
10960            not 'VHOST'"
10961   parameters:
10962   - "throughput"
10963   - "parent"
10964   - "tags"
10965   sort:
10966   - "IP4BASE"
10967   traces:
10968     hoverinfo: "x+y"
10969     boxpoints: "outliers"
10970     whiskerwidth: 0
10971   layout:
10972     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10973     layout: "plot-throughput"
10974
10975 -
10976   type: "plot"
10977   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10978   algorithm: "plot_performance_box"
10979   output-file-type: ".html"
10980   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10981   data: "intel-dnv-vpp"
10982   filter: "'NIC_Intel-X553' and
10983            '64B' and
10984            'IP4BASE' and
10985            'NDRPDR' and
10986            '1T1C' and
10987            'IP4FWD' and
10988            not 'IPSEC' and
10989            not 'VHOST'"
10990   parameters:
10991   - "throughput"
10992   - "parent"
10993   - "tags"
10994   sort:
10995   - "IP4BASE"
10996   traces:
10997     hoverinfo: "x+y"
10998     boxpoints: "outliers"
10999     whiskerwidth: 0
11000   layout:
11001     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11002     layout: "plot-throughput"
11003
11004 -
11005   type: "plot"
11006   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11007   algorithm: "plot_performance_box"
11008   output-file-type: ".html"
11009   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11010   data: "intel-dnv-vpp"
11011   filter: "'NIC_Intel-X553' and
11012            '64B' and
11013            'IP4BASE' and
11014            'NDRPDR' and
11015            '2T2C' and
11016            'IP4FWD' and
11017            not 'IPSEC' and
11018            not 'VHOST'"
11019   parameters:
11020   - "throughput"
11021   - "parent"
11022   - "tags"
11023   sort:
11024   - "IP4BASE"
11025   traces:
11026     hoverinfo: "x+y"
11027     boxpoints: "outliers"
11028     whiskerwidth: 0
11029   layout:
11030     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11031     layout: "plot-throughput"
11032
11033 -
11034   type: "plot"
11035   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11036   algorithm: "plot_performance_box"
11037   output-file-type: ".html"
11038   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11039   data: "intel-dnv-vpp"
11040   filter: "'NIC_Intel-X553' and
11041            '64B' and
11042            'IP4BASE' and
11043            'NDRPDR' and
11044            '2T2C' and
11045            'IP4FWD' and
11046            not 'IPSEC' and
11047            not 'VHOST'"
11048   parameters:
11049   - "throughput"
11050   - "parent"
11051   - "tags"
11052   sort:
11053   - "IP4BASE"
11054   traces:
11055     hoverinfo: "x+y"
11056     boxpoints: "outliers"
11057     whiskerwidth: 0
11058   layout:
11059     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11060     layout: "plot-throughput"
11061
11062 ################################################################################
11063
11064 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
11065 #-
11066 #  type: "plot"
11067 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11068 #  algorithm: "plot_performance_box"
11069 #  output-file-type: ".html"
11070 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11071 #  data: "plot-vpp-throughput-latency-3n-hsw"
11072 #  filter: "'NIC_Intel-X520-DA2' and
11073 #           '64B' and
11074 #           'ENCAP' and
11075 #           'NDRPDR' and
11076 #           '1T1C' and
11077 #           ('VXLAN' or 'LISP') and
11078 #           not 'VHOST' and
11079 #           not 'IPSECHW'"
11080 #  parameters:
11081 #  - "throughput"
11082 #  - "parent"
11083 #  - "tags"
11084 #  sort:
11085 #  - "not DOT1Q"
11086 #  - "VXLAN_1"
11087 #  - "VXLAN_10"
11088 #  - "VXLAN_100"
11089 #  - "VXLAN_1000"
11090 #  traces:
11091 #    hoverinfo: "x+y"
11092 #    boxpoints: "outliers"
11093 #    whiskerwidth: 0
11094 #  layout:
11095 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11096 #    layout: "plot-throughput"
11097 #
11098 #-
11099 #  type: "plot"
11100 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11101 #  algorithm: "plot_performance_box"
11102 #  output-file-type: ".html"
11103 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11104 #  data: "plot-vpp-throughput-latency-3n-hsw"
11105 #  filter: "'NIC_Intel-X520-DA2' and
11106 #           '64B' and
11107 #           'ENCAP' and
11108 #           'NDRPDR' and
11109 #           '1T1C' and
11110 #           ('VXLAN' or 'LISP') and
11111 #           not 'VHOST' and
11112 #           not 'IPSECHW'"
11113 #  parameters:
11114 #  - "throughput"
11115 #  - "parent"
11116 #  - "tags"
11117 #  sort:
11118 #  - "not DOT1Q"
11119 #  - "VXLAN_1"
11120 #  - "VXLAN_10"
11121 #  - "VXLAN_100"
11122 #  - "VXLAN_1000"
11123 #  traces:
11124 #    hoverinfo: "x+y"
11125 #    boxpoints: "outliers"
11126 #    whiskerwidth: 0
11127 #  layout:
11128 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11129 #    layout: "plot-throughput"
11130 #
11131 #-
11132 #  type: "plot"
11133 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-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-2t2c-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 #           '2T2C' 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-2t2c-base_and_scale-ndr"
11162 #    layout: "plot-throughput"
11163 #
11164 #-
11165 #  type: "plot"
11166 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-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-2t2c-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 #           '2T2C' 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-2t2c-base_and_scale-pdr"
11195 #    layout: "plot-throughput"
11196
11197 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11198 -
11199   type: "plot"
11200   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11201   algorithm: "plot_performance_box"
11202   output-file-type: ".html"
11203   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11204   data: "plot-vpp-throughput-latency-3n-hsw"
11205   filter: "'NIC_Intel-X520-DA2' and
11206            '64B' and
11207            'ENCAP' and
11208            'NDRPDR' and
11209            '1T1C' and
11210            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11211            not 'DOT1Q' and
11212            not 'VHOST' and
11213            not 'IPSECHW'"
11214   parameters:
11215   - "throughput"
11216   - "parent"
11217   - "tags"
11218   sort:
11219   - "L2BDMACLRN"
11220   - "L2XCFWD"
11221   - "LISP"
11222   traces:
11223     hoverinfo: "x+y"
11224     boxpoints: "outliers"
11225     whiskerwidth: 0
11226   layout:
11227     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11228     layout: "plot-throughput"
11229
11230 -
11231   type: "plot"
11232   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11233   algorithm: "plot_performance_box"
11234   output-file-type: ".html"
11235   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
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' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11243            not 'DOT1Q' and
11244            not 'VHOST' and
11245            not 'IPSECHW'"
11246   parameters:
11247   - "throughput"
11248   - "parent"
11249   - "tags"
11250   sort:
11251   - "L2BDMACLRN"
11252   - "L2XCFWD"
11253   - "LISP"
11254   traces:
11255     hoverinfo: "x+y"
11256     boxpoints: "outliers"
11257     whiskerwidth: 0
11258   layout:
11259     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11260     layout: "plot-throughput"
11261
11262 -
11263   type: "plot"
11264   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11265   algorithm: "plot_performance_box"
11266   output-file-type: ".html"
11267   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11268   data: "plot-vpp-throughput-latency-3n-hsw"
11269   filter: "'NIC_Intel-X520-DA2' and
11270            '64B' and
11271            'ENCAP' and
11272            'NDRPDR' and
11273            '1T1C' and
11274            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11275            not 'DOT1Q' and
11276            not 'VHOST' and
11277            not 'IPSECHW'"
11278   parameters:
11279   - "throughput"
11280   - "parent"
11281   - "tags"
11282   sort:
11283   - "L2BDMACLRN"
11284   - "L2XCFWD"
11285   - "LISP"
11286   traces:
11287     hoverinfo: "x+y"
11288     boxpoints: "outliers"
11289     whiskerwidth: 0
11290   layout:
11291     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11292     layout: "plot-throughput"
11293
11294 -
11295   type: "plot"
11296   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11297   algorithm: "plot_performance_box"
11298   output-file-type: ".html"
11299   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11300   data: "plot-vpp-throughput-latency-3n-hsw"
11301   filter: "'NIC_Intel-X520-DA2' and
11302            '64B' and
11303            'ENCAP' and
11304            'NDRPDR' and
11305            '2T2C' and
11306            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11307            not 'DOT1Q' and
11308            not 'VHOST' and
11309            not 'IPSECHW'"
11310   parameters:
11311   - "throughput"
11312   - "parent"
11313   - "tags"
11314   sort:
11315   - "L2BDMACLRN"
11316   - "L2XCFWD"
11317   - "LISP"
11318   traces:
11319     hoverinfo: "x+y"
11320     boxpoints: "outliers"
11321     whiskerwidth: 0
11322   layout:
11323     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11324     layout: "plot-throughput"
11325
11326 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11327 -
11328   type: "plot"
11329   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11330   algorithm: "plot_performance_box"
11331   output-file-type: ".html"
11332   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11333   data: "plot-vpp-throughput-latency-3n-hsw"
11334   filter: "'NIC_Intel-X710' and
11335            '64B' and
11336            'ENCAP' and
11337            'NDRPDR' and
11338            '1T1C' and
11339            ('VXLAN' or 'LISP') and
11340            not 'VHOST' and
11341            not 'IPSECHW'"
11342   parameters:
11343   - "throughput"
11344   - "parent"
11345   - "tags"
11346   sort:
11347   - "LISP"
11348   - "VXLAN_1"
11349   - "VXLAN_10"
11350   - "VXLAN_100"
11351   - "VXLAN_1000"
11352   traces:
11353     hoverinfo: "x+y"
11354     boxpoints: "outliers"
11355     whiskerwidth: 0
11356   layout:
11357     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11358     layout: "plot-throughput"
11359
11360 -
11361   type: "plot"
11362   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11363   algorithm: "plot_performance_box"
11364   output-file-type: ".html"
11365   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11366   data: "plot-vpp-throughput-latency-3n-hsw"
11367   filter: "'NIC_Intel-X710' and
11368            '64B' and
11369            'ENCAP' and
11370            'NDRPDR' and
11371            '1T1C' and
11372            ('VXLAN' or 'LISP') and
11373            not 'VHOST' and
11374            not 'IPSECHW'"
11375   parameters:
11376   - "throughput"
11377   - "parent"
11378   - "tags"
11379   sort:
11380   - "LISP"
11381   - "VXLAN_1"
11382   - "VXLAN_10"
11383   - "VXLAN_100"
11384   - "VXLAN_1000"
11385   traces:
11386     hoverinfo: "x+y"
11387     boxpoints: "outliers"
11388     whiskerwidth: 0
11389   layout:
11390     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11391     layout: "plot-throughput"
11392
11393 -
11394   type: "plot"
11395   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11396   algorithm: "plot_performance_box"
11397   output-file-type: ".html"
11398   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11399   data: "plot-vpp-throughput-latency-3n-hsw"
11400   filter: "'NIC_Intel-X710' and
11401            '64B' and
11402            'ENCAP' and
11403            'NDRPDR' and
11404            '2T2C' and
11405            ('VXLAN' or 'LISP') and
11406            not 'VHOST' and
11407            not 'IPSECHW'"
11408   parameters:
11409   - "throughput"
11410   - "parent"
11411   - "tags"
11412   sort:
11413   - "LISP"
11414   - "VXLAN_1"
11415   - "VXLAN_10"
11416   - "VXLAN_100"
11417   - "VXLAN_1000"
11418   traces:
11419     hoverinfo: "x+y"
11420     boxpoints: "outliers"
11421     whiskerwidth: 0
11422   layout:
11423     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11424     layout: "plot-throughput"
11425
11426 -
11427   type: "plot"
11428   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11429   algorithm: "plot_performance_box"
11430   output-file-type: ".html"
11431   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11432   data: "plot-vpp-throughput-latency-3n-hsw"
11433   filter: "'NIC_Intel-X710' and
11434            '64B' and
11435            'ENCAP' and
11436            'NDRPDR' and
11437            '2T2C' and
11438            ('VXLAN' or 'LISP') and
11439            not 'VHOST' and
11440            not 'IPSECHW'"
11441   parameters:
11442   - "throughput"
11443   - "parent"
11444   - "tags"
11445   sort:
11446   - "LISP"
11447   - "VXLAN_1"
11448   - "VXLAN_10"
11449   - "VXLAN_100"
11450   - "VXLAN_1000"
11451   traces:
11452     hoverinfo: "x+y"
11453     boxpoints: "outliers"
11454     whiskerwidth: 0
11455   layout:
11456     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11457     layout: "plot-throughput"
11458
11459 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11460 -
11461   type: "plot"
11462   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11463   algorithm: "plot_performance_box"
11464   output-file-type: ".html"
11465   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11466   data: "plot-vpp-throughput-latency-3n-hsw"
11467   filter: "'NIC_Intel-X710' and
11468            '64B' and
11469            'ENCAP' and
11470            'NDRPDR' and
11471            '1T1C' and
11472            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11473            not 'DOT1Q' and
11474            not 'VHOST' and
11475            not 'IPSECHW'"
11476   parameters:
11477   - "throughput"
11478   - "parent"
11479   - "tags"
11480   sort:
11481   - "L2BDMACLRN"
11482   - "L2XCFWD"
11483   - "LISP"
11484   traces:
11485     hoverinfo: "x+y"
11486     boxpoints: "outliers"
11487     whiskerwidth: 0
11488   layout:
11489     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11490     layout: "plot-throughput"
11491
11492 -
11493   type: "plot"
11494   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11495   algorithm: "plot_performance_box"
11496   output-file-type: ".html"
11497   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11498   data: "plot-vpp-throughput-latency-3n-hsw"
11499   filter: "'NIC_Intel-X710' and
11500            '64B' and
11501            'ENCAP' and
11502            'NDRPDR' and
11503            '2T2C' and
11504            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11505            not 'DOT1Q' and
11506            not 'VHOST' and
11507            not 'IPSECHW'"
11508   parameters:
11509   - "throughput"
11510   - "parent"
11511   - "tags"
11512   sort:
11513   - "L2BDMACLRN"
11514   - "L2XCFWD"
11515   - "LISP"
11516   traces:
11517     hoverinfo: "x+y"
11518     boxpoints: "outliers"
11519     whiskerwidth: 0
11520   layout:
11521     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11522     layout: "plot-throughput"
11523
11524 -
11525   type: "plot"
11526   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11527   algorithm: "plot_performance_box"
11528   output-file-type: ".html"
11529   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11530   data: "plot-vpp-throughput-latency-3n-hsw"
11531   filter: "'NIC_Intel-X710' and
11532            '64B' and
11533            'ENCAP' and
11534            'NDRPDR' and
11535            '1T1C' and
11536            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11537            not 'DOT1Q' and
11538            not 'VHOST' and
11539            not 'IPSECHW'"
11540   parameters:
11541   - "throughput"
11542   - "parent"
11543   - "tags"
11544   sort:
11545   - "L2BDMACLRN"
11546   - "L2XCFWD"
11547   - "LISP"
11548   traces:
11549     hoverinfo: "x+y"
11550     boxpoints: "outliers"
11551     whiskerwidth: 0
11552   layout:
11553     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11554     layout: "plot-throughput"
11555
11556 -
11557   type: "plot"
11558   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11559   algorithm: "plot_performance_box"
11560   output-file-type: ".html"
11561   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11562   data: "plot-vpp-throughput-latency-3n-hsw"
11563   filter: "'NIC_Intel-X710' and
11564            '64B' and
11565            'ENCAP' and
11566            'NDRPDR' and
11567            '2T2C' and
11568            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11569            not 'DOT1Q' and
11570            not 'VHOST' and
11571            not 'IPSECHW'"
11572   parameters:
11573   - "throughput"
11574   - "parent"
11575   - "tags"
11576   sort:
11577   - "L2BDMACLRN"
11578   - "L2XCFWD"
11579   - "LISP"
11580   traces:
11581     hoverinfo: "x+y"
11582     boxpoints: "outliers"
11583     whiskerwidth: 0
11584   layout:
11585     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11586     layout: "plot-throughput"
11587
11588 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11589 -
11590   type: "plot"
11591   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11592   algorithm: "plot_performance_box"
11593   output-file-type: ".html"
11594   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11595   data: "plot-vpp-throughput-latency-3n-skx"
11596   filter: "'NIC_Intel-X710' and
11597            '64B' and
11598            'ENCAP' and
11599            'NDRPDR' and
11600            '2T1C' and
11601            ('VXLAN' or 'LISP') and
11602            not 'VHOST' and
11603            not 'IPSECHW'"
11604   parameters:
11605   - "throughput"
11606   - "parent"
11607   - "tags"
11608   sort:
11609   - "LISP"
11610   - "VXLAN_1"
11611   - "VXLAN_10"
11612   - "VXLAN_100"
11613   - "VXLAN_1000"
11614   traces:
11615     hoverinfo: "x+y"
11616     boxpoints: "outliers"
11617     whiskerwidth: 0
11618   layout:
11619     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11620     layout: "plot-throughput"
11621
11622 -
11623   type: "plot"
11624   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11625   algorithm: "plot_performance_box"
11626   output-file-type: ".html"
11627   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11628   data: "plot-vpp-throughput-latency-3n-skx"
11629   filter: "'NIC_Intel-X710' and
11630            '64B' and
11631            'ENCAP' and
11632            'NDRPDR' and
11633            '2T1C' and
11634            ('VXLAN' or 'LISP') and
11635            not 'VHOST' and
11636            not 'IPSECHW'"
11637   parameters:
11638   - "throughput"
11639   - "parent"
11640   - "tags"
11641   sort:
11642   - "LISP"
11643   - "VXLAN_1"
11644   - "VXLAN_10"
11645   - "VXLAN_100"
11646   - "VXLAN_1000"
11647   traces:
11648     hoverinfo: "x+y"
11649     boxpoints: "outliers"
11650     whiskerwidth: 0
11651   layout:
11652     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11653     layout: "plot-throughput"
11654
11655 -
11656   type: "plot"
11657   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11658   algorithm: "plot_performance_box"
11659   output-file-type: ".html"
11660   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11661   data: "plot-vpp-throughput-latency-3n-skx"
11662   filter: "'NIC_Intel-X710' and
11663            '64B' and
11664            'ENCAP' and
11665            'NDRPDR' and
11666            '4T2C' and
11667            ('VXLAN' or 'LISP') and
11668            not 'VHOST' and
11669            not 'IPSECHW'"
11670   parameters:
11671   - "throughput"
11672   - "parent"
11673   - "tags"
11674   sort:
11675   - "LISP"
11676   - "VXLAN_1"
11677   - "VXLAN_10"
11678   - "VXLAN_100"
11679   - "VXLAN_1000"
11680   traces:
11681     hoverinfo: "x+y"
11682     boxpoints: "outliers"
11683     whiskerwidth: 0
11684   layout:
11685     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11686     layout: "plot-throughput"
11687
11688 -
11689   type: "plot"
11690   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11691   algorithm: "plot_performance_box"
11692   output-file-type: ".html"
11693   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11694   data: "plot-vpp-throughput-latency-3n-skx"
11695   filter: "'NIC_Intel-X710' and
11696            '64B' and
11697            'ENCAP' and
11698            'NDRPDR' and
11699            '4T2C' and
11700            ('VXLAN' or 'LISP') and
11701            not 'VHOST' and
11702            not 'IPSECHW'"
11703   parameters:
11704   - "throughput"
11705   - "parent"
11706   - "tags"
11707   sort:
11708   - "LISP"
11709   - "VXLAN_1"
11710   - "VXLAN_10"
11711   - "VXLAN_100"
11712   - "VXLAN_1000"
11713   traces:
11714     hoverinfo: "x+y"
11715     boxpoints: "outliers"
11716     whiskerwidth: 0
11717   layout:
11718     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11719     layout: "plot-throughput"
11720
11721 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11722 -
11723   type: "plot"
11724   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11725   algorithm: "plot_performance_box"
11726   output-file-type: ".html"
11727   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11728   data: "plot-vpp-throughput-latency-3n-skx"
11729   filter: "'NIC_Intel-X710' and
11730            '64B' and
11731            'ENCAP' and
11732            'NDRPDR' and
11733            '2T1C' and
11734            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11735            not 'DOT1Q' and
11736            not 'VHOST' and
11737            not 'IPSECHW'"
11738   parameters:
11739   - "throughput"
11740   - "parent"
11741   - "tags"
11742   sort:
11743   - "L2BDMACLRN"
11744   - "L2XCFWD"
11745   - "LISP"
11746   traces:
11747     hoverinfo: "x+y"
11748     boxpoints: "outliers"
11749     whiskerwidth: 0
11750   layout:
11751     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11752     layout: "plot-throughput"
11753
11754 -
11755   type: "plot"
11756   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11757   algorithm: "plot_performance_box"
11758   output-file-type: ".html"
11759   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11760   data: "plot-vpp-throughput-latency-3n-skx"
11761   filter: "'NIC_Intel-X710' and
11762            '64B' and
11763            'ENCAP' and
11764            'NDRPDR' and
11765            '4T2C' and
11766            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11767            not 'DOT1Q' and
11768            not 'VHOST' and
11769            not 'IPSECHW'"
11770   parameters:
11771   - "throughput"
11772   - "parent"
11773   - "tags"
11774   sort:
11775   - "L2BDMACLRN"
11776   - "L2XCFWD"
11777   - "LISP"
11778   traces:
11779     hoverinfo: "x+y"
11780     boxpoints: "outliers"
11781     whiskerwidth: 0
11782   layout:
11783     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11784     layout: "plot-throughput"
11785
11786 -
11787   type: "plot"
11788   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11789   algorithm: "plot_performance_box"
11790   output-file-type: ".html"
11791   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11792   data: "plot-vpp-throughput-latency-3n-skx"
11793   filter: "'NIC_Intel-X710' and
11794            '64B' and
11795            'ENCAP' and
11796            'NDRPDR' and
11797            '2T1C' and
11798            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11799            not 'DOT1Q' and
11800            not 'VHOST' and
11801            not 'IPSECHW'"
11802   parameters:
11803   - "throughput"
11804   - "parent"
11805   - "tags"
11806   sort:
11807   - "L2BDMACLRN"
11808   - "L2XCFWD"
11809   - "LISP"
11810   traces:
11811     hoverinfo: "x+y"
11812     boxpoints: "outliers"
11813     whiskerwidth: 0
11814   layout:
11815     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11816     layout: "plot-throughput"
11817
11818 -
11819   type: "plot"
11820   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11821   algorithm: "plot_performance_box"
11822   output-file-type: ".html"
11823   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11824   data: "plot-vpp-throughput-latency-3n-skx"
11825   filter: "'NIC_Intel-X710' and
11826            '64B' and
11827            'ENCAP' and
11828            'NDRPDR' and
11829            '4T2C' and
11830            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11831            not 'DOT1Q' and
11832            not 'VHOST' and
11833            not 'IPSECHW'"
11834   parameters:
11835   - "throughput"
11836   - "parent"
11837   - "tags"
11838   sort:
11839   - "L2BDMACLRN"
11840   - "L2XCFWD"
11841   - "LISP"
11842   traces:
11843     hoverinfo: "x+y"
11844     boxpoints: "outliers"
11845     whiskerwidth: 0
11846   layout:
11847     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11848     layout: "plot-throughput"
11849
11850 ################################################################################
11851
11852 # Packet Throughput - VPP IPv6 3n-hsw-x520
11853 -
11854   type: "plot"
11855   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11856   algorithm: "plot_performance_box"
11857   output-file-type: ".html"
11858   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11859   data: "plot-vpp-throughput-latency-3n-hsw"
11860   filter: "'NIC_Intel-X520-DA2' and
11861            '78B' and
11862            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11863            'NDRPDR' and
11864            '1T1C' and
11865            'IP6FWD' and
11866            not 'SRv6' and
11867            not 'IPSEC' and
11868            not 'VHOST'"
11869   parameters:
11870   - "throughput"
11871   - "parent"
11872   - "tags"
11873   sort:
11874   - "IP6BASE"
11875   - "FIB_20K"
11876   - "FIB_200K"
11877   - "FIB_2M"
11878   traces:
11879     hoverinfo: "x+y"
11880     boxpoints: "outliers"
11881     whiskerwidth: 0
11882   layout:
11883     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11884     layout: "plot-throughput"
11885
11886 -
11887   type: "plot"
11888   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11889   algorithm: "plot_performance_box"
11890   output-file-type: ".html"
11891   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11892   data: "plot-vpp-throughput-latency-3n-hsw"
11893   filter: "'NIC_Intel-X520-DA2' and
11894            '78B' and
11895            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11896            'NDRPDR' and
11897            '1T1C' and
11898            'IP6FWD' and
11899            not 'SRv6' and
11900            not 'IPSEC' and
11901            not 'VHOST'"
11902   parameters:
11903   - "throughput"
11904   - "parent"
11905   - "tags"
11906   sort:
11907   - "IP6BASE"
11908   - "FIB_20K"
11909   - "FIB_200K"
11910   - "FIB_2M"
11911   traces:
11912     hoverinfo: "x+y"
11913     boxpoints: "outliers"
11914     whiskerwidth: 0
11915   layout:
11916     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11917     layout: "plot-throughput"
11918
11919 -
11920   type: "plot"
11921   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11922   algorithm: "plot_performance_box"
11923   output-file-type: ".html"
11924   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11925   data: "plot-vpp-throughput-latency-3n-hsw"
11926   filter: "'NIC_Intel-X520-DA2' and
11927            '78B' and
11928            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11929            'NDRPDR' and
11930            '2T2C' and
11931            'IP6FWD' and
11932            not 'SRv6' and
11933            not 'IPSEC' and
11934            not 'VHOST'"
11935   parameters:
11936   - "throughput"
11937   - "parent"
11938   - "tags"
11939   sort:
11940   - "IP6BASE"
11941   - "FIB_20K"
11942   - "FIB_200K"
11943   - "FIB_2M"
11944   traces:
11945     hoverinfo: "x+y"
11946     boxpoints: "outliers"
11947     whiskerwidth: 0
11948   layout:
11949     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11950     layout: "plot-throughput"
11951
11952 -
11953   type: "plot"
11954   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11955   algorithm: "plot_performance_box"
11956   output-file-type: ".html"
11957   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11958   data: "plot-vpp-throughput-latency-3n-hsw"
11959   filter: "'NIC_Intel-X520-DA2' and
11960            '78B' and
11961            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11962            'NDRPDR' and
11963            '2T2C' and
11964            'IP6FWD' and
11965            not 'SRv6' and
11966            not 'IPSEC' and
11967            not 'VHOST'"
11968   parameters:
11969   - "throughput"
11970   - "parent"
11971   - "tags"
11972   sort:
11973   - "IP6BASE"
11974   - "FIB_20K"
11975   - "FIB_200K"
11976   - "FIB_2M"
11977   traces:
11978     hoverinfo: "x+y"
11979     boxpoints: "outliers"
11980     whiskerwidth: 0
11981   layout:
11982     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11983     layout: "plot-throughput"
11984
11985 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
11986 -
11987   type: "plot"
11988   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11989   algorithm: "plot_performance_box"
11990   output-file-type: ".html"
11991   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11992   data: "plot-vpp-throughput-latency-3n-hsw"
11993   filter: "'NIC_Intel-X520-DA2' and
11994            '78B' and
11995            ('IP6BASE' or
11996             'POLICE_MARK' or
11997             'COPWHLIST' or
11998             'IACLDST') and
11999            'NDRPDR' and
12000            '1T1C' and
12001            'IP6FWD' and
12002            not 'SRv6' and
12003            not 'IPSEC' and
12004            not 'VHOST'"
12005   parameters:
12006   - "throughput"
12007   - "parent"
12008   - "tags"
12009   sort:
12010   - "IP6BASE"
12011   - "POLICE_MARK"
12012   - "COPWHLIST"
12013   - "IACLDST"
12014   traces:
12015     hoverinfo: "x+y"
12016     boxpoints: "outliers"
12017     whiskerwidth: 0
12018   layout:
12019     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12020     layout: "plot-throughput"
12021
12022 -
12023   type: "plot"
12024   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12025   algorithm: "plot_performance_box"
12026   output-file-type: ".html"
12027   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12028   data: "plot-vpp-throughput-latency-3n-hsw"
12029   filter: "'NIC_Intel-X520-DA2' and
12030            '78B' and
12031            ('IP6BASE' or
12032             'POLICE_MARK' or
12033             'COPWHLIST' or
12034             'IACLDST') and
12035            'NDRPDR' and
12036            '2T2C' and
12037            'IP6FWD' and
12038            not 'SRv6' and
12039            not 'IPSEC' and
12040            not 'VHOST'"
12041   parameters:
12042   - "throughput"
12043   - "parent"
12044   - "tags"
12045   sort:
12046   - "IP6BASE"
12047   - "POLICE_MARK"
12048   - "COPWHLIST"
12049   - "IACLDST"
12050   traces:
12051     hoverinfo: "x+y"
12052     boxpoints: "outliers"
12053     whiskerwidth: 0
12054   layout:
12055     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12056     layout: "plot-throughput"
12057
12058 -
12059   type: "plot"
12060   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12061   algorithm: "plot_performance_box"
12062   output-file-type: ".html"
12063   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12064   data: "plot-vpp-throughput-latency-3n-hsw"
12065   filter: "'NIC_Intel-X520-DA2' and
12066            '78B' and
12067            ('IP6BASE' or
12068             'POLICE_MARK' or
12069             'COPWHLIST' or
12070             'IACLDST') and
12071            'NDRPDR' and
12072            '1T1C' and
12073            'IP6FWD' and
12074            not 'SRv6' and
12075            not 'IPSEC' and
12076            not 'VHOST'"
12077   parameters:
12078   - "throughput"
12079   - "parent"
12080   - "tags"
12081   sort:
12082   - "IP6BASE"
12083   - "POLICE_MARK"
12084   - "COPWHLIST"
12085   - "IACLDST"
12086   traces:
12087     hoverinfo: "x+y"
12088     boxpoints: "outliers"
12089     whiskerwidth: 0
12090   layout:
12091     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12092     layout: "plot-throughput"
12093
12094 -
12095   type: "plot"
12096   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12097   algorithm: "plot_performance_box"
12098   output-file-type: ".html"
12099   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12100   data: "plot-vpp-throughput-latency-3n-hsw"
12101   filter: "'NIC_Intel-X520-DA2' and
12102            '78B' and
12103            ('IP6BASE' or
12104             'POLICE_MARK' or
12105             'COPWHLIST' or
12106             'IACLDST') and
12107            'NDRPDR' and
12108            '2T2C' and
12109            'IP6FWD' and
12110            not 'SRv6' and
12111            not 'IPSEC' and
12112            not 'VHOST'"
12113   parameters:
12114   - "throughput"
12115   - "parent"
12116   - "tags"
12117   sort:
12118   - "IP6BASE"
12119   - "POLICE_MARK"
12120   - "COPWHLIST"
12121   - "IACLDST"
12122   traces:
12123     hoverinfo: "x+y"
12124     boxpoints: "outliers"
12125     whiskerwidth: 0
12126   layout:
12127     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12128     layout: "plot-throughput"
12129
12130 # Packet Throughput - VPP IPv6 3n-hsw-x710
12131 -
12132   type: "plot"
12133   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12134   algorithm: "plot_performance_box"
12135   output-file-type: ".html"
12136   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12137   data: "plot-vpp-throughput-latency-3n-hsw"
12138   filter: "'NIC_Intel-X710' and
12139            '78B' and
12140            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12141            'NDRPDR' and
12142            '1T1C' and
12143            'IP6FWD' and
12144            not 'SRv6' and
12145            not 'IPSEC' and
12146            not 'VHOST'"
12147   parameters:
12148   - "throughput"
12149   - "parent"
12150   - "tags"
12151   sort:
12152   - "IP6BASE"
12153   - "FIB_20K"
12154   - "FIB_200K"
12155   - "FIB_2M"
12156   traces:
12157     hoverinfo: "x+y"
12158     boxpoints: "outliers"
12159     whiskerwidth: 0
12160   layout:
12161     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12162     layout: "plot-throughput"
12163
12164 -
12165   type: "plot"
12166   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12167   algorithm: "plot_performance_box"
12168   output-file-type: ".html"
12169   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12170   data: "plot-vpp-throughput-latency-3n-hsw"
12171   filter: "'NIC_Intel-X710' and
12172            '78B' and
12173            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12174            'NDRPDR' and
12175            '1T1C' and
12176            'IP6FWD' and
12177            not 'SRv6' and
12178            not 'IPSEC' and
12179            not 'VHOST'"
12180   parameters:
12181   - "throughput"
12182   - "parent"
12183   - "tags"
12184   sort:
12185   - "IP6BASE"
12186   - "FIB_20K"
12187   - "FIB_200K"
12188   - "FIB_2M"
12189   traces:
12190     hoverinfo: "x+y"
12191     boxpoints: "outliers"
12192     whiskerwidth: 0
12193   layout:
12194     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12195     layout: "plot-throughput"
12196
12197 -
12198   type: "plot"
12199   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12200   algorithm: "plot_performance_box"
12201   output-file-type: ".html"
12202   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12203   data: "plot-vpp-throughput-latency-3n-hsw"
12204   filter: "'NIC_Intel-X710' and
12205            '78B' and
12206            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12207            'NDRPDR' and
12208            '2T2C' and
12209            'IP6FWD' and
12210            not 'SRv6' and
12211            not 'IPSEC' and
12212            not 'VHOST'"
12213   parameters:
12214   - "throughput"
12215   - "parent"
12216   - "tags"
12217   sort:
12218   - "IP6BASE"
12219   - "FIB_20K"
12220   - "FIB_200K"
12221   - "FIB_2M"
12222   traces:
12223     hoverinfo: "x+y"
12224     boxpoints: "outliers"
12225     whiskerwidth: 0
12226   layout:
12227     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12228     layout: "plot-throughput"
12229
12230 -
12231   type: "plot"
12232   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12233   algorithm: "plot_performance_box"
12234   output-file-type: ".html"
12235   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12236   data: "plot-vpp-throughput-latency-3n-hsw"
12237   filter: "'NIC_Intel-X710' and
12238            '78B' and
12239            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12240            'NDRPDR' and
12241            '2T2C' and
12242            'IP6FWD' and
12243            not 'SRv6' and
12244            not 'IPSEC' and
12245            not 'VHOST'"
12246   parameters:
12247   - "throughput"
12248   - "parent"
12249   - "tags"
12250   sort:
12251   - "IP6BASE"
12252   - "FIB_20K"
12253   - "FIB_200K"
12254   - "FIB_2M"
12255   traces:
12256     hoverinfo: "x+y"
12257     boxpoints: "outliers"
12258     whiskerwidth: 0
12259   layout:
12260     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12261     layout: "plot-throughput"
12262
12263 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12264 -
12265   type: "plot"
12266   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12267   algorithm: "plot_performance_box"
12268   output-file-type: ".html"
12269   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12270   data: "plot-vpp-throughput-latency-3n-hsw"
12271   filter: "'NIC_Intel-X710' and
12272            '78B' and
12273            ('IP6BASE' or
12274             'POLICE_MARK' or
12275             'COPWHLIST' or
12276             'IACLDST') and
12277            'NDRPDR' and
12278            '1T1C' and
12279            'IP6FWD' and
12280            not 'SRv6' and
12281            not 'IPSEC' and
12282            not 'VHOST'"
12283   parameters:
12284   - "throughput"
12285   - "parent"
12286   - "tags"
12287   sort:
12288   - "IP6BASE"
12289   - "POLICE_MARK"
12290   - "COPWHLIST"
12291   - "IACLDST"
12292   traces:
12293     hoverinfo: "x+y"
12294     boxpoints: "outliers"
12295     whiskerwidth: 0
12296   layout:
12297     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12298     layout: "plot-throughput"
12299
12300 -
12301   type: "plot"
12302   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12303   algorithm: "plot_performance_box"
12304   output-file-type: ".html"
12305   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12306   data: "plot-vpp-throughput-latency-3n-hsw"
12307   filter: "'NIC_Intel-X710' and
12308            '78B' and
12309            ('IP6BASE' or
12310             'POLICE_MARK' or
12311             'COPWHLIST' or
12312             'IACLDST') and
12313            'NDRPDR' and
12314            '2T2C' and
12315            'IP6FWD' and
12316            not 'SRv6' and
12317            not 'IPSEC' and
12318            not 'VHOST'"
12319   parameters:
12320   - "throughput"
12321   - "parent"
12322   - "tags"
12323   sort:
12324   - "IP6BASE"
12325   - "POLICE_MARK"
12326   - "COPWHLIST"
12327   - "IACLDST"
12328   traces:
12329     hoverinfo: "x+y"
12330     boxpoints: "outliers"
12331     whiskerwidth: 0
12332   layout:
12333     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12334     layout: "plot-throughput"
12335
12336 -
12337   type: "plot"
12338   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12339   algorithm: "plot_performance_box"
12340   output-file-type: ".html"
12341   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12342   data: "plot-vpp-throughput-latency-3n-hsw"
12343   filter: "'NIC_Intel-X710' and
12344            '78B' and
12345            ('IP6BASE' or
12346             'POLICE_MARK' or
12347             'COPWHLIST' or
12348             'IACLDST') and
12349            'NDRPDR' and
12350            '1T1C' and
12351            'IP6FWD' and
12352            not 'SRv6' and
12353            not 'IPSEC' and
12354            not 'VHOST'"
12355   parameters:
12356   - "throughput"
12357   - "parent"
12358   - "tags"
12359   sort:
12360   - "IP6BASE"
12361   - "POLICE_MARK"
12362   - "COPWHLIST"
12363   - "IACLDST"
12364   traces:
12365     hoverinfo: "x+y"
12366     boxpoints: "outliers"
12367     whiskerwidth: 0
12368   layout:
12369     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12370     layout: "plot-throughput"
12371
12372 -
12373   type: "plot"
12374   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12375   algorithm: "plot_performance_box"
12376   output-file-type: ".html"
12377   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12378   data: "plot-vpp-throughput-latency-3n-hsw"
12379   filter: "'NIC_Intel-X710' and
12380            '78B' and
12381            ('IP6BASE' or
12382             'POLICE_MARK' or
12383             'COPWHLIST' or
12384             'IACLDST') and
12385            'NDRPDR' and
12386            '2T2C' and
12387            'IP6FWD' and
12388            not 'SRv6' and
12389            not 'IPSEC' and
12390            not 'VHOST'"
12391   parameters:
12392   - "throughput"
12393   - "parent"
12394   - "tags"
12395   sort:
12396   - "IP6BASE"
12397   - "POLICE_MARK"
12398   - "COPWHLIST"
12399   - "IACLDST"
12400   traces:
12401     hoverinfo: "x+y"
12402     boxpoints: "outliers"
12403     whiskerwidth: 0
12404   layout:
12405     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12406     layout: "plot-throughput"
12407
12408 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12409 -
12410   type: "plot"
12411   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12412   algorithm: "plot_performance_box"
12413   output-file-type: ".html"
12414   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12415   data: "plot-vpp-throughput-latency-3n-hsw"
12416   filter: "'NIC_Intel-XL710' and
12417            '78B' and
12418            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12419            'NDRPDR' and
12420            '1T1C' and
12421            'IP6FWD' and
12422            not 'SRv6' and
12423            not 'IPSEC' and
12424            not 'VHOST'"
12425   parameters:
12426   - "throughput"
12427   - "parent"
12428   - "tags"
12429   sort:
12430   - "IP6BASE"
12431   - "FIB_20K"
12432   - "FIB_200K"
12433   - "FIB_2M"
12434   traces:
12435     hoverinfo: "x+y"
12436     boxpoints: "outliers"
12437     whiskerwidth: 0
12438   layout:
12439     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12440     layout: "plot-throughput"
12441
12442 -
12443   type: "plot"
12444   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12445   algorithm: "plot_performance_box"
12446   output-file-type: ".html"
12447   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12448   data: "plot-vpp-throughput-latency-3n-hsw"
12449   filter: "'NIC_Intel-XL710' and
12450            '78B' and
12451            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12452            'NDRPDR' and
12453            '1T1C' and
12454            'IP6FWD' and
12455            not 'SRv6' and
12456            not 'IPSEC' and
12457            not 'VHOST'"
12458   parameters:
12459   - "throughput"
12460   - "parent"
12461   - "tags"
12462   sort:
12463   - "IP6BASE"
12464   - "FIB_20K"
12465   - "FIB_200K"
12466   - "FIB_2M"
12467   traces:
12468     hoverinfo: "x+y"
12469     boxpoints: "outliers"
12470     whiskerwidth: 0
12471   layout:
12472     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12473     layout: "plot-throughput"
12474
12475 -
12476   type: "plot"
12477   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12478   algorithm: "plot_performance_box"
12479   output-file-type: ".html"
12480   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12481   data: "plot-vpp-throughput-latency-3n-hsw"
12482   filter: "'NIC_Intel-XL710' and
12483            '78B' and
12484            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12485            'NDRPDR' and
12486            '2T2C' and
12487            'IP6FWD' and
12488            not 'SRv6' and
12489            not 'IPSEC' and
12490            not 'VHOST'"
12491   parameters:
12492   - "throughput"
12493   - "parent"
12494   - "tags"
12495   sort:
12496   - "IP6BASE"
12497   - "FIB_20K"
12498   - "FIB_200K"
12499   - "FIB_2M"
12500   traces:
12501     hoverinfo: "x+y"
12502     boxpoints: "outliers"
12503     whiskerwidth: 0
12504   layout:
12505     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12506     layout: "plot-throughput"
12507
12508 -
12509   type: "plot"
12510   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12511   algorithm: "plot_performance_box"
12512   output-file-type: ".html"
12513   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12514   data: "plot-vpp-throughput-latency-3n-hsw"
12515   filter: "'NIC_Intel-XL710' and
12516            '78B' and
12517            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12518            'NDRPDR' and
12519            '2T2C' and
12520            'IP6FWD' and
12521            not 'SRv6' and
12522            not 'IPSEC' and
12523            not 'VHOST'"
12524   parameters:
12525   - "throughput"
12526   - "parent"
12527   - "tags"
12528   sort:
12529   - "IP6BASE"
12530   - "FIB_20K"
12531   - "FIB_200K"
12532   - "FIB_2M"
12533   traces:
12534     hoverinfo: "x+y"
12535     boxpoints: "outliers"
12536     whiskerwidth: 0
12537   layout:
12538     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12539     layout: "plot-throughput"
12540
12541 # Packet Throughput - VPP IPv6 3n-skx-x710
12542 -
12543   type: "plot"
12544   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12545   algorithm: "plot_performance_box"
12546   output-file-type: ".html"
12547   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12548   data: "plot-vpp-throughput-latency-3n-skx"
12549   filter: "'NIC_Intel-X710' and
12550            '78B' and
12551            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12552            'NDRPDR' and
12553            '2T1C' and
12554            'IP6FWD' and
12555            not 'SRv6' and
12556            not 'IPSEC' and
12557            not 'VHOST'"
12558   parameters:
12559   - "throughput"
12560   - "parent"
12561   - "tags"
12562   sort:
12563   - "IP6BASE"
12564   - "FIB_20k"
12565   - "FIB_200k"
12566   - "FIB_2M"
12567   traces:
12568     hoverinfo: "x+y"
12569     boxpoints: "outliers"
12570     whiskerwidth: 0
12571   layout:
12572     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12573     layout: "plot-throughput"
12574
12575 -
12576   type: "plot"
12577   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12578   algorithm: "plot_performance_box"
12579   output-file-type: ".html"
12580   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12581   data: "plot-vpp-throughput-latency-3n-skx"
12582   filter: "'NIC_Intel-X710' and
12583            '78B' and
12584            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12585            'NDRPDR' and
12586            '2T1C' and
12587            'IP6FWD' and
12588            not 'SRv6' and
12589            not 'IPSEC' and
12590            not 'VHOST'"
12591   parameters:
12592   - "throughput"
12593   - "parent"
12594   - "tags"
12595   sort:
12596   - "IP6BASE"
12597   - "FIB_20k"
12598   - "FIB_200k"
12599   - "FIB_2M"
12600   traces:
12601     hoverinfo: "x+y"
12602     boxpoints: "outliers"
12603     whiskerwidth: 0
12604   layout:
12605     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12606     layout: "plot-throughput"
12607
12608 -
12609   type: "plot"
12610   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12611   algorithm: "plot_performance_box"
12612   output-file-type: ".html"
12613   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12614   data: "plot-vpp-throughput-latency-3n-skx"
12615   filter: "'NIC_Intel-X710' and
12616            '78B' and
12617            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12618            'NDRPDR' and
12619            '4T2C' and
12620            'IP6FWD' and
12621            not 'SRv6' and
12622            not 'IPSEC' and
12623            not 'VHOST'"
12624   parameters:
12625   - "throughput"
12626   - "parent"
12627   - "tags"
12628   sort:
12629   - "IP6BASE"
12630   - "FIB_20k"
12631   - "FIB_200k"
12632   - "FIB_2M"
12633   traces:
12634     hoverinfo: "x+y"
12635     boxpoints: "outliers"
12636     whiskerwidth: 0
12637   layout:
12638     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12639     layout: "plot-throughput"
12640
12641 -
12642   type: "plot"
12643   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12644   algorithm: "plot_performance_box"
12645   output-file-type: ".html"
12646   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12647   data: "plot-vpp-throughput-latency-3n-skx"
12648   filter: "'NIC_Intel-X710' and
12649            '78B' and
12650            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12651            'NDRPDR' and
12652            '4T2C' and
12653            'IP6FWD' and
12654            not 'SRv6' and
12655            not 'IPSEC' and
12656            not 'VHOST'"
12657   parameters:
12658   - "throughput"
12659   - "parent"
12660   - "tags"
12661   sort:
12662   - "IP6BASE"
12663   - "FIB_20k"
12664   - "FIB_200k"
12665   - "FIB_2M"
12666   traces:
12667     hoverinfo: "x+y"
12668     boxpoints: "outliers"
12669     whiskerwidth: 0
12670   layout:
12671     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12672     layout: "plot-throughput"
12673
12674 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12675 -
12676   type: "plot"
12677   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12678   algorithm: "plot_performance_box"
12679   output-file-type: ".html"
12680   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12681   data: "plot-vpp-throughput-latency-3n-skx"
12682   filter: "'NIC_Intel-X710' and
12683            '78B' and
12684            ('IP6BASE' or
12685             'POLICE_MARK' or
12686             'COPWHLIST' or
12687             'IACLDST') and
12688            'NDRPDR' and
12689            '2T1C' and
12690            'IP6FWD' and
12691            not 'SRv6' and
12692            not 'IPSEC' and
12693            not 'VHOST'"
12694   parameters:
12695   - "throughput"
12696   - "parent"
12697   - "tags"
12698   sort:
12699   - "IP6BASE"
12700   - "POLICE_MARK"
12701   - "COPWHLIST"
12702   - "IACLDST"
12703   traces:
12704     hoverinfo: "x+y"
12705     boxpoints: "outliers"
12706     whiskerwidth: 0
12707   layout:
12708     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12709     layout: "plot-throughput"
12710
12711 -
12712   type: "plot"
12713   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12714   algorithm: "plot_performance_box"
12715   output-file-type: ".html"
12716   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12717   data: "plot-vpp-throughput-latency-3n-skx"
12718   filter: "'NIC_Intel-X710' and
12719            '78B' and
12720            ('IP6BASE' or
12721             'POLICE_MARK' or
12722             'COPWHLIST' or
12723             'IACLDST') and
12724            'NDRPDR' and
12725            '4T2C' and
12726            'IP6FWD' and
12727            not 'SRv6' and
12728            not 'IPSEC' and
12729            not 'VHOST'"
12730   parameters:
12731   - "throughput"
12732   - "parent"
12733   - "tags"
12734   sort:
12735   - "IP6BASE"
12736   - "POLICE_MARK"
12737   - "COPWHLIST"
12738   - "IACLDST"
12739   traces:
12740     hoverinfo: "x+y"
12741     boxpoints: "outliers"
12742     whiskerwidth: 0
12743   layout:
12744     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12745     layout: "plot-throughput"
12746
12747 -
12748   type: "plot"
12749   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12750   algorithm: "plot_performance_box"
12751   output-file-type: ".html"
12752   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12753   data: "plot-vpp-throughput-latency-3n-skx"
12754   filter: "'NIC_Intel-X710' and
12755            '78B' and
12756            ('IP6BASE' or
12757             'POLICE_MARK' or
12758             'COPWHLIST' or
12759             'IACLDST') and
12760            'NDRPDR' and
12761            '2T1C' and
12762            'IP6FWD' and
12763            not 'SRv6' and
12764            not 'IPSEC' and
12765            not 'VHOST'"
12766   parameters:
12767   - "throughput"
12768   - "parent"
12769   - "tags"
12770   sort:
12771   - "IP6BASE"
12772   - "POLICE_MARK"
12773   - "COPWHLIST"
12774   - "IACLDST"
12775   traces:
12776     hoverinfo: "x+y"
12777     boxpoints: "outliers"
12778     whiskerwidth: 0
12779   layout:
12780     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12781     layout: "plot-throughput"
12782
12783 -
12784   type: "plot"
12785   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12786   algorithm: "plot_performance_box"
12787   output-file-type: ".html"
12788   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12789   data: "plot-vpp-throughput-latency-3n-skx"
12790   filter: "'NIC_Intel-X710' and
12791            '78B' and
12792            ('IP6BASE' or
12793             'POLICE_MARK' or
12794             'COPWHLIST' or
12795             'IACLDST') and
12796            'NDRPDR' and
12797            '4T2C' and
12798            'IP6FWD' and
12799            not 'SRv6' and
12800            not 'IPSEC' and
12801            not 'VHOST'"
12802   parameters:
12803   - "throughput"
12804   - "parent"
12805   - "tags"
12806   sort:
12807   - "IP6BASE"
12808   - "POLICE_MARK"
12809   - "COPWHLIST"
12810   - "IACLDST"
12811   traces:
12812     hoverinfo: "x+y"
12813     boxpoints: "outliers"
12814     whiskerwidth: 0
12815   layout:
12816     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12817     layout: "plot-throughput"
12818
12819 # Packet Throughput - VPP IPv6 2n-skx-x710
12820 -
12821   type: "plot"
12822   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12823   algorithm: "plot_performance_box"
12824   output-file-type: ".html"
12825   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12826   data: "plot-vpp-throughput-latency-2n-skx"
12827   filter: "'NIC_Intel-X710' and
12828            '78B' and
12829            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12830            'NDRPDR' and
12831            '2T1C' and
12832            'IP6FWD' and
12833            not 'SRv6' and
12834            not 'IPSEC' and
12835            not 'VHOST'"
12836   parameters:
12837   - "throughput"
12838   - "parent"
12839   - "tags"
12840   sort:
12841   - "IP6BASE"
12842   - "FIB_20k"
12843   - "FIB_200k"
12844   - "FIB_2M"
12845   traces:
12846     hoverinfo: "x+y"
12847     boxpoints: "outliers"
12848     whiskerwidth: 0
12849   layout:
12850     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12851     layout: "plot-throughput"
12852
12853 -
12854   type: "plot"
12855   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12856   algorithm: "plot_performance_box"
12857   output-file-type: ".html"
12858   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12859   data: "plot-vpp-throughput-latency-2n-skx"
12860   filter: "'NIC_Intel-X710' and
12861            '78B' and
12862            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12863            'NDRPDR' and
12864            '2T1C' and
12865            'IP6FWD' and
12866            not 'SRv6' and
12867            not 'IPSEC' and
12868            not 'VHOST'"
12869   parameters:
12870   - "throughput"
12871   - "parent"
12872   - "tags"
12873   sort:
12874   - "IP6BASE"
12875   - "FIB_20k"
12876   - "FIB_200k"
12877   - "FIB_2M"
12878   traces:
12879     hoverinfo: "x+y"
12880     boxpoints: "outliers"
12881     whiskerwidth: 0
12882   layout:
12883     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12884     layout: "plot-throughput"
12885
12886 -
12887   type: "plot"
12888   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12889   algorithm: "plot_performance_box"
12890   output-file-type: ".html"
12891   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12892   data: "plot-vpp-throughput-latency-2n-skx"
12893   filter: "'NIC_Intel-X710' and
12894            '78B' and
12895            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12896            'NDRPDR' and
12897            '4T2C' and
12898            'IP6FWD' and
12899            not 'SRv6' and
12900            not 'IPSEC' and
12901            not 'VHOST'"
12902   parameters:
12903   - "throughput"
12904   - "parent"
12905   - "tags"
12906   sort:
12907   - "IP6BASE"
12908   - "FIB_20k"
12909   - "FIB_200k"
12910   - "FIB_2M"
12911   traces:
12912     hoverinfo: "x+y"
12913     boxpoints: "outliers"
12914     whiskerwidth: 0
12915   layout:
12916     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12917     layout: "plot-throughput"
12918
12919 -
12920   type: "plot"
12921   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12922   algorithm: "plot_performance_box"
12923   output-file-type: ".html"
12924   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12925   data: "plot-vpp-throughput-latency-2n-skx"
12926   filter: "'NIC_Intel-X710' and
12927            '78B' and
12928            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12929            'NDRPDR' and
12930            '4T2C' and
12931            'IP6FWD' and
12932            not 'SRv6' and
12933            not 'IPSEC' and
12934            not 'VHOST'"
12935   parameters:
12936   - "throughput"
12937   - "parent"
12938   - "tags"
12939   sort:
12940   - "IP6BASE"
12941   - "FIB_20k"
12942   - "FIB_200k"
12943   - "FIB_2M"
12944   traces:
12945     hoverinfo: "x+y"
12946     boxpoints: "outliers"
12947     whiskerwidth: 0
12948   layout:
12949     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12950     layout: "plot-throughput"
12951
12952 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12953 -
12954   type: "plot"
12955   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12956   algorithm: "plot_performance_box"
12957   output-file-type: ".html"
12958   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12959   data: "plot-vpp-throughput-latency-2n-skx"
12960   filter: "'NIC_Intel-XXV710' and
12961            '78B' and
12962            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12963            'NDRPDR' and
12964            '2T1C' and
12965            'IP6FWD' and
12966            not 'SRv6' and
12967            not 'IPSEC' and
12968            not 'VHOST'"
12969   parameters:
12970   - "throughput"
12971   - "parent"
12972   - "tags"
12973   sort:
12974   - "IP6BASE"
12975   - "FIB_20k"
12976   - "FIB_200k"
12977   - "FIB_2M"
12978   traces:
12979     hoverinfo: "x+y"
12980     boxpoints: "outliers"
12981     whiskerwidth: 0
12982   layout:
12983     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12984     layout: "plot-throughput"
12985
12986 -
12987   type: "plot"
12988   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12989   algorithm: "plot_performance_box"
12990   output-file-type: ".html"
12991   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12992   data: "plot-vpp-throughput-latency-2n-skx"
12993   filter: "'NIC_Intel-XXV710' and
12994            '78B' and
12995            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12996            'NDRPDR' and
12997            '2T1C' and
12998            'IP6FWD' and
12999            not 'SRv6' and
13000            not 'IPSEC' and
13001            not 'VHOST'"
13002   parameters:
13003   - "throughput"
13004   - "parent"
13005   - "tags"
13006   sort:
13007   - "IP6BASE"
13008   - "FIB_20k"
13009   - "FIB_200k"
13010   - "FIB_2M"
13011   traces:
13012     hoverinfo: "x+y"
13013     boxpoints: "outliers"
13014     whiskerwidth: 0
13015   layout:
13016     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13017     layout: "plot-throughput"
13018
13019 -
13020   type: "plot"
13021   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13022   algorithm: "plot_performance_box"
13023   output-file-type: ".html"
13024   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13025   data: "plot-vpp-throughput-latency-2n-skx"
13026   filter: "'NIC_Intel-XXV710' and
13027            '78B' and
13028            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13029            'NDRPDR' and
13030            '4T2C' and
13031            'IP6FWD' and
13032            not 'SRv6' and
13033            not 'IPSEC' and
13034            not 'VHOST'"
13035   parameters:
13036   - "throughput"
13037   - "parent"
13038   - "tags"
13039   sort:
13040   - "IP6BASE"
13041   - "FIB_20k"
13042   - "FIB_200k"
13043   - "FIB_2M"
13044   traces:
13045     hoverinfo: "x+y"
13046     boxpoints: "outliers"
13047     whiskerwidth: 0
13048   layout:
13049     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13050     layout: "plot-throughput"
13051
13052 -
13053   type: "plot"
13054   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13055   algorithm: "plot_performance_box"
13056   output-file-type: ".html"
13057   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13058   data: "plot-vpp-throughput-latency-2n-skx"
13059   filter: "'NIC_Intel-XXV710' and
13060            '78B' and
13061            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13062            'NDRPDR' and
13063            '4T2C' and
13064            'IP6FWD' and
13065            not 'SRv6' and
13066            not 'IPSEC' and
13067            not 'VHOST'"
13068   parameters:
13069   - "throughput"
13070   - "parent"
13071   - "tags"
13072   sort:
13073   - "IP6BASE"
13074   - "FIB_20k"
13075   - "FIB_200k"
13076   - "FIB_2M"
13077   traces:
13078     hoverinfo: "x+y"
13079     boxpoints: "outliers"
13080     whiskerwidth: 0
13081   layout:
13082     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13083     layout: "plot-throughput"
13084
13085 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13086 -
13087   type: "plot"
13088   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13089   algorithm: "plot_performance_box"
13090   output-file-type: ".html"
13091   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13092   data: "intel-dnv-vpp"
13093   filter: "'NIC_Intel-X553' and
13094            '78B' and
13095            'IP6BASE' and
13096            'NDRPDR' and
13097            '1T1C' and
13098            'IP6FWD' and
13099            not 'SRv6' and
13100            not 'IPSEC' and
13101            not 'VHOST'"
13102   parameters:
13103   - "throughput"
13104   - "parent"
13105   - "tags"
13106   sort:
13107   - "IP6BASE"
13108   traces:
13109     hoverinfo: "x+y"
13110     boxpoints: "outliers"
13111     whiskerwidth: 0
13112   layout:
13113     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13114     layout: "plot-throughput"
13115
13116 -
13117   type: "plot"
13118   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13119   algorithm: "plot_performance_box"
13120   output-file-type: ".html"
13121   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13122   data: "intel-dnv-vpp"
13123   filter: "'NIC_Intel-X553' and
13124            '78B' and
13125            'IP6BASE' and
13126            'NDRPDR' and
13127            '1T1C' and
13128            'IP6FWD' and
13129            not 'SRv6' and
13130            not 'IPSEC' and
13131            not 'VHOST'"
13132   parameters:
13133   - "throughput"
13134   - "parent"
13135   - "tags"
13136   sort:
13137   - "IP6BASE"
13138   traces:
13139     hoverinfo: "x+y"
13140     boxpoints: "outliers"
13141     whiskerwidth: 0
13142   layout:
13143     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13144     layout: "plot-throughput"
13145
13146 -
13147   type: "plot"
13148   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13149   algorithm: "plot_performance_box"
13150   output-file-type: ".html"
13151   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13152   data: "intel-dnv-vpp"
13153   filter: "'NIC_Intel-X553' and
13154            '78B' and
13155            'IP6BASE' and
13156            'NDRPDR' and
13157            '2T2C' and
13158            'IP6FWD' and
13159            not 'SRv6' and
13160            not 'IPSEC' and
13161            not 'VHOST'"
13162   parameters:
13163   - "throughput"
13164   - "parent"
13165   - "tags"
13166   sort:
13167   - "IP6BASE"
13168   traces:
13169     hoverinfo: "x+y"
13170     boxpoints: "outliers"
13171     whiskerwidth: 0
13172   layout:
13173     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13174     layout: "plot-throughput"
13175
13176 -
13177   type: "plot"
13178   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13179   algorithm: "plot_performance_box"
13180   output-file-type: ".html"
13181   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13182   data: "intel-dnv-vpp"
13183   filter: "'NIC_Intel-X553' and
13184            '78B' and
13185            'IP6BASE' and
13186            'NDRPDR' and
13187            '2T2C' and
13188            'IP6FWD' and
13189            not 'SRv6' and
13190            not 'IPSEC' and
13191            not 'VHOST'"
13192   parameters:
13193   - "throughput"
13194   - "parent"
13195   - "tags"
13196   sort:
13197   - "IP6BASE"
13198   traces:
13199     hoverinfo: "x+y"
13200     boxpoints: "outliers"
13201     whiskerwidth: 0
13202   layout:
13203     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13204     layout: "plot-throughput"
13205
13206 ################################################################################
13207
13208 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13209 -
13210   type: "plot"
13211   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13212   algorithm: "plot_performance_box"
13213   output-file-type: ".html"
13214   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13215   data: "plot-vpp-throughput-latency-3n-hsw"
13216   filter: "'NIC_Intel-X520-DA2' and
13217            '78B' and
13218            'ENCAP' and
13219            'NDRPDR' and
13220            '1T1C' and
13221            'LISP' and
13222            not 'VHOST'"
13223   parameters:
13224   - "throughput"
13225   - "parent"
13226   - "tags"
13227   sort:
13228   - "IP4UNRLAY"
13229   - "IP6UNRLAY"
13230   traces:
13231     hoverinfo: "x+y"
13232     boxpoints: "outliers"
13233     whiskerwidth: 0
13234   layout:
13235     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13236     layout: "plot-throughput"
13237
13238 -
13239   type: "plot"
13240   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13241   algorithm: "plot_performance_box"
13242   output-file-type: ".html"
13243   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13244   data: "plot-vpp-throughput-latency-3n-hsw"
13245   filter: "'NIC_Intel-X520-DA2' and
13246            '78B' and
13247            'ENCAP' and
13248            'NDRPDR' and
13249            '1T1C' and
13250            'LISP' and
13251            not 'VHOST'"
13252   parameters:
13253   - "throughput"
13254   - "parent"
13255   - "tags"
13256   sort:
13257   - "IP4UNRLAY"
13258   - "IP6UNRLAY"
13259   traces:
13260     hoverinfo: "x+y"
13261     boxpoints: "outliers"
13262     whiskerwidth: 0
13263   layout:
13264     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13265     layout: "plot-throughput"
13266
13267 -
13268   type: "plot"
13269   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13270   algorithm: "plot_performance_box"
13271   output-file-type: ".html"
13272   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13273   data: "plot-vpp-throughput-latency-3n-hsw"
13274   filter: "'NIC_Intel-X520-DA2' and
13275            '78B' and
13276            'ENCAP' and
13277            'NDRPDR' and
13278            '2T2C' and
13279            'LISP' and
13280            not 'VHOST'"
13281   parameters:
13282   - "throughput"
13283   - "parent"
13284   - "tags"
13285   sort:
13286   - "IP4UNRLAY"
13287   - "IP6UNRLAY"
13288   traces:
13289     hoverinfo: "x+y"
13290     boxpoints: "outliers"
13291     whiskerwidth: 0
13292   layout:
13293     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13294     layout: "plot-throughput"
13295
13296 -
13297   type: "plot"
13298   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13299   algorithm: "plot_performance_box"
13300   output-file-type: ".html"
13301   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13302   data: "plot-vpp-throughput-latency-3n-hsw"
13303   filter: "'NIC_Intel-X520-DA2' and
13304            '78B' and
13305            'ENCAP' and
13306            'NDRPDR' and
13307            '2T2C' and
13308            'LISP' and
13309            not 'VHOST'"
13310   parameters:
13311   - "throughput"
13312   - "parent"
13313   - "tags"
13314   sort:
13315   - "IP4UNRLAY"
13316   - "IP6UNRLAY"
13317   traces:
13318     hoverinfo: "x+y"
13319     boxpoints: "outliers"
13320     whiskerwidth: 0
13321   layout:
13322     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13323     layout: "plot-throughput"
13324
13325 ################################################################################
13326
13327 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13328 -
13329   type: "plot"
13330   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13331   algorithm: "plot_performance_box"
13332   output-file-type: ".html"
13333   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13334   data: "plot-vpp-throughput-latency-3n-hsw"
13335   filter: "'NIC_Intel-XL710' and
13336            '64B' and
13337            'IP4FWD' and
13338            'NDRPDR' and
13339            'BASE' and
13340            '1T1C' and
13341            'IPSECHW' and
13342            ('IPSECTRAN' or 'IPSECTUN') and
13343            not 'VHOST'"
13344   parameters:
13345   - "throughput"
13346   - "parent"
13347   - "tags"
13348   traces:
13349     hoverinfo: "x+y"
13350     boxpoints: "outliers"
13351     whiskerwidth: 0
13352   layout:
13353     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13354     layout: "plot-throughput"
13355
13356 -
13357   type: "plot"
13358   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13359   algorithm: "plot_performance_box"
13360   output-file-type: ".html"
13361   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13362   data: "plot-vpp-throughput-latency-3n-hsw"
13363   filter: "'NIC_Intel-XL710' and
13364            '64B' and
13365            'IP4FWD' and
13366            'NDRPDR' and
13367            'BASE' and
13368            '1T1C' and
13369            'IPSECHW' and
13370            ('IPSECTRAN' or 'IPSECTUN') and
13371            not 'VHOST'"
13372   parameters:
13373   - "throughput"
13374   - "parent"
13375   - "tags"
13376   traces:
13377     hoverinfo: "x+y"
13378     boxpoints: "outliers"
13379     whiskerwidth: 0
13380   layout:
13381     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13382     layout: "plot-throughput"
13383
13384 -
13385   type: "plot"
13386   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13387   algorithm: "plot_performance_box"
13388   output-file-type: ".html"
13389   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13390   data: "plot-vpp-throughput-latency-3n-hsw"
13391   filter: "'NIC_Intel-XL710' and
13392            '64B' and
13393            'IP4FWD' and
13394            'NDRPDR' and
13395            'BASE' and
13396            '2T2C' and
13397            'IPSECHW' and
13398            ('IPSECTRAN' or 'IPSECTUN') and
13399            not 'VHOST'"
13400   parameters:
13401   - "throughput"
13402   - "parent"
13403   - "tags"
13404   traces:
13405     hoverinfo: "x+y"
13406     boxpoints: "outliers"
13407     whiskerwidth: 0
13408   layout:
13409     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13410     layout: "plot-throughput"
13411
13412 -
13413   type: "plot"
13414   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13415   algorithm: "plot_performance_box"
13416   output-file-type: ".html"
13417   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13418   data: "plot-vpp-throughput-latency-3n-hsw"
13419   filter: "'NIC_Intel-XL710' and
13420            '64B' and
13421            'IP4FWD' and
13422            'NDRPDR' and
13423            'BASE' and
13424            '2T2C' and
13425            'IPSECHW' and
13426            ('IPSECTRAN' or 'IPSECTUN') and
13427            not 'VHOST'"
13428   parameters:
13429   - "throughput"
13430   - "parent"
13431   - "tags"
13432   traces:
13433     hoverinfo: "x+y"
13434     boxpoints: "outliers"
13435     whiskerwidth: 0
13436   layout:
13437     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13438     layout: "plot-throughput"
13439
13440 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13441 -
13442   type: "plot"
13443   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13444   algorithm: "plot_performance_box"
13445   output-file-type: ".html"
13446   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13447   data: "plot-vpp-throughput-latency-3n-hsw"
13448   filter: "'NIC_Intel-XL710' and
13449            '64B' and
13450            'IP4FWD' and
13451            'NDRPDR' and
13452            'SCALE' and
13453            '1T1C' and
13454            'IPSECHW' and
13455            ('IPSECTRAN' or 'IPSECTUN') and
13456            not 'VHOST'"
13457   parameters:
13458   - "throughput"
13459   - "parent"
13460   - "tags"
13461   traces:
13462     hoverinfo: "x+y"
13463     boxpoints: "outliers"
13464     whiskerwidth: 0
13465   layout:
13466     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13467     layout: "plot-throughput"
13468
13469 -
13470   type: "plot"
13471   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13472   algorithm: "plot_performance_box"
13473   output-file-type: ".html"
13474   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13475   data: "plot-vpp-throughput-latency-3n-hsw"
13476   filter: "'NIC_Intel-XL710' and
13477            '64B' and
13478            'IP4FWD' and
13479            'NDRPDR' and
13480            'SCALE' and
13481            '1T1C' and
13482            'IPSECHW' and
13483            ('IPSECTRAN' or 'IPSECTUN') and
13484            not 'VHOST'"
13485   parameters:
13486   - "throughput"
13487   - "parent"
13488   - "tags"
13489   traces:
13490     hoverinfo: "x+y"
13491     boxpoints: "outliers"
13492     whiskerwidth: 0
13493   layout:
13494     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13495     layout: "plot-throughput"
13496
13497 -
13498   type: "plot"
13499   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13500   algorithm: "plot_performance_box"
13501   output-file-type: ".html"
13502   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13503   data: "plot-vpp-throughput-latency-3n-hsw"
13504   filter: "'NIC_Intel-XL710' and
13505            '64B' and
13506            'IP4FWD' and
13507            'NDRPDR' and
13508            'SCALE' and
13509            '2T2C' and
13510            'IPSECHW' and
13511            ('IPSECTRAN' or 'IPSECTUN') and
13512            not 'VHOST'"
13513   parameters:
13514   - "throughput"
13515   - "parent"
13516   - "tags"
13517   traces:
13518     hoverinfo: "x+y"
13519     boxpoints: "outliers"
13520     whiskerwidth: 0
13521   layout:
13522     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13523     layout: "plot-throughput"
13524
13525 -
13526   type: "plot"
13527   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13528   algorithm: "plot_performance_box"
13529   output-file-type: ".html"
13530   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13531   data: "plot-vpp-throughput-latency-3n-hsw"
13532   filter: "'NIC_Intel-XL710' and
13533            '64B' and
13534            'IP4FWD' and
13535            'NDRPDR' and
13536            'SCALE' and
13537            '2T2C' and
13538            'IPSECHW' and
13539            ('IPSECTRAN' or 'IPSECTUN') and
13540            not 'VHOST'"
13541   parameters:
13542   - "throughput"
13543   - "parent"
13544   - "tags"
13545   traces:
13546     hoverinfo: "x+y"
13547     boxpoints: "outliers"
13548     whiskerwidth: 0
13549   layout:
13550     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13551     layout: "plot-throughput"
13552
13553 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13554 -
13555   type: "plot"
13556   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13557   algorithm: "plot_performance_box"
13558   output-file-type: ".html"
13559   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13560   data: "plot-vpp-throughput-latency-3n-hsw"
13561   filter: "'NIC_Intel-XL710' and
13562            '64B' and
13563            'IP4FWD' and
13564            'NDRPDR' and
13565            '1T1C' and
13566            'IPSECSW' and
13567            ('IPSECTRAN' or 'IPSECTUN') and
13568            not 'VHOST'"
13569   parameters:
13570   - "throughput"
13571   - "parent"
13572   - "tags"
13573   traces:
13574     hoverinfo: "x+y"
13575     boxpoints: "outliers"
13576     whiskerwidth: 0
13577   layout:
13578     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13579     layout: "plot-throughput"
13580
13581 -
13582   type: "plot"
13583   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13584   algorithm: "plot_performance_box"
13585   output-file-type: ".html"
13586   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13587   data: "plot-vpp-throughput-latency-3n-hsw"
13588   filter: "'NIC_Intel-XL710' and
13589            '64B' and
13590            'IP4FWD' and
13591            'NDRPDR' and
13592            '1T1C' and
13593            'IPSECSW' and
13594            ('IPSECTRAN' or 'IPSECTUN') and
13595            not 'VHOST'"
13596   parameters:
13597   - "throughput"
13598   - "parent"
13599   - "tags"
13600   traces:
13601     hoverinfo: "x+y"
13602     boxpoints: "outliers"
13603     whiskerwidth: 0
13604   layout:
13605     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13606     layout: "plot-throughput"
13607
13608 -
13609   type: "plot"
13610   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13611   algorithm: "plot_performance_box"
13612   output-file-type: ".html"
13613   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13614   data: "plot-vpp-throughput-latency-3n-hsw"
13615   filter: "'NIC_Intel-XL710' and
13616            '64B' and
13617            'IP4FWD' and
13618            'NDRPDR' and
13619            '2T2C' and
13620            'IPSECSW' and
13621            ('IPSECTRAN' or 'IPSECTUN') and
13622            not 'VHOST'"
13623   parameters:
13624   - "throughput"
13625   - "parent"
13626   - "tags"
13627   traces:
13628     hoverinfo: "x+y"
13629     boxpoints: "outliers"
13630     whiskerwidth: 0
13631   layout:
13632     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13633     layout: "plot-throughput"
13634
13635 -
13636   type: "plot"
13637   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13638   algorithm: "plot_performance_box"
13639   output-file-type: ".html"
13640   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13641   data: "plot-vpp-throughput-latency-3n-hsw"
13642   filter: "'NIC_Intel-XL710' and
13643            '64B' and
13644            'IP4FWD' and
13645            'NDRPDR' and
13646            '2T2C' and
13647            'IPSECSW' and
13648            ('IPSECTRAN' or 'IPSECTUN') and
13649            not 'VHOST'"
13650   parameters:
13651   - "throughput"
13652   - "parent"
13653   - "tags"
13654   traces:
13655     hoverinfo: "x+y"
13656     boxpoints: "outliers"
13657     whiskerwidth: 0
13658   layout:
13659     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13660     layout: "plot-throughput"
13661
13662 ################################################################################
13663
13664 # Packet Throughput - VPP SRv6 3n-hsw-x520
13665 -
13666   type: "plot"
13667   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13668   algorithm: "plot_performance_box"
13669   output-file-type: ".html"
13670   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13671   data: "plot-vpp-throughput-latency-3n-hsw"
13672   filter: "'NIC_Intel-X520-DA2' and
13673            '78B' and
13674            'FEATURE' and
13675            'NDRPDR' and
13676            '1T1C' and
13677            'IP6FWD' and
13678            'SRv6'"
13679   parameters:
13680   - "throughput"
13681   - "parent"
13682   - "tags"
13683   traces:
13684     hoverinfo: "x+y"
13685     boxpoints: "outliers"
13686     whiskerwidth: 0
13687   layout:
13688     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13689     layout: "plot-throughput"
13690
13691 -
13692   type: "plot"
13693   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13694   algorithm: "plot_performance_box"
13695   output-file-type: ".html"
13696   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13697   data: "plot-vpp-throughput-latency-3n-hsw"
13698   filter: "'NIC_Intel-X520-DA2' and
13699            '78B' and
13700            'FEATURE' and
13701            'NDRPDR' and
13702            '1T1C' and
13703            'IP6FWD' and
13704            'SRv6'"
13705   parameters:
13706   - "throughput"
13707   - "parent"
13708   - "tags"
13709   traces:
13710     hoverinfo: "x+y"
13711     boxpoints: "outliers"
13712     whiskerwidth: 0
13713   layout:
13714     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13715     layout: "plot-throughput"
13716
13717 -
13718   type: "plot"
13719   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13720   algorithm: "plot_performance_box"
13721   output-file-type: ".html"
13722   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13723   data: "plot-vpp-throughput-latency-3n-hsw"
13724   filter: "'NIC_Intel-X520-DA2' and
13725            '78B' and
13726            'FEATURE' and
13727            'NDRPDR' and
13728            '2T2C' and
13729            'IP6FWD' and
13730            'SRv6'"
13731   parameters:
13732   - "throughput"
13733   - "parent"
13734   - "tags"
13735   traces:
13736     hoverinfo: "x+y"
13737     boxpoints: "outliers"
13738     whiskerwidth: 0
13739   layout:
13740     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13741     layout: "plot-throughput"
13742
13743 -
13744   type: "plot"
13745   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13746   algorithm: "plot_performance_box"
13747   output-file-type: ".html"
13748   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13749   data: "plot-vpp-throughput-latency-3n-hsw"
13750   filter: "'NIC_Intel-X520-DA2' and
13751            '78B' and
13752            'FEATURE' and
13753            'NDRPDR' and
13754            '2T2C' and
13755            'IP6FWD' and
13756            'SRv6'"
13757   parameters:
13758   - "throughput"
13759   - "parent"
13760   - "tags"
13761   traces:
13762     hoverinfo: "x+y"
13763     boxpoints: "outliers"
13764     whiskerwidth: 0
13765   layout:
13766     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13767     layout: "plot-throughput"
13768
13769 ################################################################################
13770
13771 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13772 -
13773   type: "plot"
13774   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13775   algorithm: "plot_performance_box"
13776   output-file-type: ".html"
13777   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13778   data: "plot-vpp-throughput-latency-3n-hsw"
13779   filter: "'NIC_Intel-X520-DA2' and
13780            '64B' and
13781            'NDRPDR' and
13782            'ETH' and
13783            'IP4FWD' and
13784            '1T1C' and
13785            'VHOST_1024' and
13786            not 'VXLAN' and
13787            not 'DOT1Q'"
13788   parameters:
13789   - "throughput"
13790   - "parent"
13791   - "tags"
13792   sort:
13793   - "not CFS_OPT"
13794   - "1VM"
13795   - "2VM"
13796   traces:
13797     hoverinfo: "x+y"
13798     boxpoints: "outliers"
13799     whiskerwidth: 0
13800   layout:
13801     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13802     layout: "plot-throughput"
13803
13804 -
13805   type: "plot"
13806   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13807   algorithm: "plot_performance_box"
13808   output-file-type: ".html"
13809   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13810   data: "plot-vpp-throughput-latency-3n-hsw"
13811   filter: "'NIC_Intel-X520-DA2' and
13812            '64B' and
13813            'NDRPDR' and
13814            'ETH' and
13815            'IP4FWD' and
13816            '2T2C' and
13817            'VHOST_1024' and
13818            not 'VXLAN' and
13819            not 'DOT1Q'"
13820   parameters:
13821   - "throughput"
13822   - "parent"
13823   - "tags"
13824   sort:
13825   - "not CFS_OPT"
13826   - "1VM"
13827   - "2VM"
13828   traces:
13829     hoverinfo: "x+y"
13830     boxpoints: "outliers"
13831     whiskerwidth: 0
13832   layout:
13833     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13834     layout: "plot-throughput"
13835
13836 -
13837   type: "plot"
13838   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13839   algorithm: "plot_performance_box"
13840   output-file-type: ".html"
13841   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13842   data: "plot-vpp-throughput-latency-3n-hsw"
13843   filter: "'NIC_Intel-X520-DA2' and
13844            '64B' and
13845            'NDRPDR' and
13846            'ETH' and
13847            'IP4FWD' and
13848            '1T1C' and
13849            'VHOST_1024' and
13850            not 'VXLAN' and
13851            not 'DOT1Q'"
13852   parameters:
13853   - "throughput"
13854   - "parent"
13855   - "tags"
13856   sort:
13857   - "not CFS_OPT"
13858   - "1VM"
13859   - "2VM"
13860   traces:
13861     hoverinfo: "x+y"
13862     boxpoints: "outliers"
13863     whiskerwidth: 0
13864   layout:
13865     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13866     layout: "plot-throughput"
13867
13868 -
13869   type: "plot"
13870   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13871   algorithm: "plot_performance_box"
13872   output-file-type: ".html"
13873   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13874   data: "plot-vpp-throughput-latency-3n-hsw"
13875   filter: "'NIC_Intel-X520-DA2' and
13876            '64B' and
13877            'NDRPDR' and
13878            'ETH' and
13879            'IP4FWD' and
13880            '2T2C' and
13881            'VHOST_1024' and
13882            not 'VXLAN' and
13883            not 'DOT1Q'"
13884   parameters:
13885   - "throughput"
13886   - "parent"
13887   - "tags"
13888   sort:
13889   - "not CFS_OPT"
13890   - "1VM"
13891   - "2VM"
13892   traces:
13893     hoverinfo: "x+y"
13894     boxpoints: "outliers"
13895     whiskerwidth: 0
13896   layout:
13897     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13898     layout: "plot-throughput"
13899
13900 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13901 -
13902   type: "plot"
13903   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13904   algorithm: "plot_performance_box"
13905   output-file-type: ".html"
13906   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13907   data: "plot-vpp-throughput-latency-3n-hsw"
13908   filter: "'NIC_Intel-X520-DA2' and
13909            '64B' and
13910            'NDRPDR' and
13911            ('ETH' or 'DOT1Q') and
13912            '1T1C' and
13913            'L2BDMACLRN' and
13914            'VHOST_1024' and
13915            not 'VXLAN' and
13916            not 'IP4FWD' and
13917            not '2VM'"
13918   parameters:
13919   - "throughput"
13920   - "parent"
13921   - "tags"
13922 #  sort:
13923 #  - "VM"  # "not CFS_OPT"
13924 #  - "CFS_OPT"
13925 #  - "FIB_10K"
13926 #  - "FIB_100K"
13927 #  - "FIB_1M"
13928   traces:
13929     hoverinfo: "x+y"
13930     boxpoints: "outliers"
13931     whiskerwidth: 0
13932   layout:
13933     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13934     layout: "plot-throughput"
13935
13936 -
13937   type: "plot"
13938   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13939   algorithm: "plot_performance_box"
13940   output-file-type: ".html"
13941   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13942   data: "plot-vpp-throughput-latency-3n-hsw"
13943   filter: "'NIC_Intel-X520-DA2' and
13944            '64B' and
13945            'NDRPDR' and
13946            ('ETH' or 'DOT1Q') and
13947            '2T2C' and
13948            'L2BDMACLRN' and
13949            'VHOST_1024' and
13950            not 'VXLAN' and
13951            not 'IP4FWD' and
13952            not '2VM'"
13953   parameters:
13954   - "throughput"
13955   - "parent"
13956   - "tags"
13957 #  sort:
13958 #  - "VM"  # "not CFS_OPT"
13959 #  - "CFS_OPT"
13960 #  - "FIB_10K"
13961 #  - "FIB_100K"
13962 #  - "FIB_1M"
13963   traces:
13964     hoverinfo: "x+y"
13965     boxpoints: "outliers"
13966     whiskerwidth: 0
13967   layout:
13968     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13969     layout: "plot-throughput"
13970
13971 -
13972   type: "plot"
13973   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13974   algorithm: "plot_performance_box"
13975   output-file-type: ".html"
13976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13977   data: "plot-vpp-throughput-latency-3n-hsw"
13978   filter: "'NIC_Intel-X520-DA2' and
13979            '64B' and
13980            'NDRPDR' and
13981            ('ETH' or 'DOT1Q') and
13982            '1T1C' and
13983            'L2BDMACLRN' and
13984            'VHOST_1024' and
13985            not 'VXLAN' and
13986            not 'IP4FWD' and
13987            not '2VM'"
13988   parameters:
13989   - "throughput"
13990   - "parent"
13991   - "tags"
13992 #  sort:
13993 #  - "VM"  # "not CFS_OPT"
13994 #  - "CFS_OPT"
13995 #  - "FIB_10K"
13996 #  - "FIB_100K"
13997 #  - "FIB_1M"
13998   traces:
13999     hoverinfo: "x+y"
14000     boxpoints: "outliers"
14001     whiskerwidth: 0
14002   layout:
14003     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14004     layout: "plot-throughput"
14005
14006 -
14007   type: "plot"
14008   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14009   algorithm: "plot_performance_box"
14010   output-file-type: ".html"
14011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14012   data: "plot-vpp-throughput-latency-3n-hsw"
14013   filter: "'NIC_Intel-X520-DA2' and
14014            '64B' and
14015            'NDRPDR' and
14016            ('ETH' or 'DOT1Q') and
14017            '2T2C' and
14018            'L2BDMACLRN' and
14019            'VHOST_1024' and
14020            not 'VXLAN' and
14021            not 'IP4FWD' and
14022            not '2VM'"
14023   parameters:
14024   - "throughput"
14025   - "parent"
14026   - "tags"
14027 #  sort:
14028 #  - "VM"  # "not CFS_OPT"
14029 #  - "CFS_OPT"
14030 #  - "FIB_10K"
14031 #  - "FIB_100K"
14032 #  - "FIB_1M"
14033   traces:
14034     hoverinfo: "x+y"
14035     boxpoints: "outliers"
14036     whiskerwidth: 0
14037   layout:
14038     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14039     layout: "plot-throughput"
14040
14041 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14042 -
14043   type: "plot"
14044   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14045   algorithm: "plot_performance_box"
14046   output-file-type: ".html"
14047   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14048   data: "plot-vpp-throughput-latency-3n-hsw"
14049   filter: "'NIC_Intel-X520-DA2' and
14050            '64B' and
14051            'NDRPDR' and
14052            ('ETH' or 'DOT1Q') and
14053            'BASE' and
14054            '1T1C' and
14055            ('L2BDMACLRN' or 'L2XCFWD') and
14056            'VHOST_1024' and
14057            not 'VXLAN' and
14058            not 'IP4FWD' and
14059            not '2VM'"
14060   parameters:
14061   - "throughput"
14062   - "parent"
14063   - "tags"
14064 #  sort:
14065 #  - "not CFS_OPT"
14066 #  - "L2XCFWD"
14067 #  - "not CFS_OPT"
14068 #  - "CFS_OPT"
14069   traces:
14070     hoverinfo: "x+y"
14071     boxpoints: "outliers"
14072     whiskerwidth: 0
14073   layout:
14074     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14075     layout: "plot-throughput"
14076
14077 -
14078   type: "plot"
14079   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14080   algorithm: "plot_performance_box"
14081   output-file-type: ".html"
14082   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14083   data: "plot-vpp-throughput-latency-3n-hsw"
14084   filter: "'NIC_Intel-X520-DA2' and
14085            '64B' and
14086            'NDRPDR' and
14087            ('ETH' or 'DOT1Q') and
14088            'BASE' and
14089            '1T1C' and
14090            ('L2BDMACLRN' or 'L2XCFWD') and
14091            'VHOST_1024' and
14092            not 'VXLAN' and
14093            not 'IP4FWD' and
14094            not '2VM'"
14095   parameters:
14096   - "throughput"
14097   - "parent"
14098   - "tags"
14099 #  sort:
14100 #  - "not CFS_OPT"
14101 #  - "L2XCFWD"
14102 #  - "not CFS_OPT"
14103 #  - "CFS_OPT"
14104   traces:
14105     hoverinfo: "x+y"
14106     boxpoints: "outliers"
14107     whiskerwidth: 0
14108   layout:
14109     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14110     layout: "plot-throughput"
14111
14112 -
14113   type: "plot"
14114   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14115   algorithm: "plot_performance_box"
14116   output-file-type: ".html"
14117   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14118   data: "plot-vpp-throughput-latency-3n-hsw"
14119   filter: "'NIC_Intel-X520-DA2' and
14120            '64B' and
14121            'NDRPDR' and
14122            ('ETH' or 'DOT1Q') and
14123            'BASE' and
14124            '2T2C' and
14125            ('L2BDMACLRN' or 'L2XCFWD') and
14126            'VHOST_1024' and
14127            not 'VXLAN' and
14128            not 'IP4FWD' and
14129            not '2VM'"
14130   parameters:
14131   - "throughput"
14132   - "parent"
14133   - "tags"
14134 #  sort:
14135 #  - "not CFS_OPT"
14136 #  - "L2XCFWD"
14137 #  - "not CFS_OPT"
14138 #  - "CFS_OPT"
14139   traces:
14140     hoverinfo: "x+y"
14141     boxpoints: "outliers"
14142     whiskerwidth: 0
14143   layout:
14144     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14145     layout: "plot-throughput"
14146
14147 -
14148   type: "plot"
14149   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14150   algorithm: "plot_performance_box"
14151   output-file-type: ".html"
14152   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14153   data: "plot-vpp-throughput-latency-3n-hsw"
14154   filter: "'NIC_Intel-X520-DA2' and
14155            '64B' and
14156            'NDRPDR' and
14157            ('ETH' or 'DOT1Q') and
14158            'BASE' and
14159            '2T2C' and
14160            ('L2BDMACLRN' or 'L2XCFWD') and
14161            'VHOST_1024' and
14162            not 'VXLAN' and
14163            not 'IP4FWD' and
14164            not '2VM'"
14165   parameters:
14166   - "throughput"
14167   - "parent"
14168   - "tags"
14169 #  sort:
14170 #  - "not CFS_OPT"
14171 #  - "L2XCFWD"
14172 #  - "not CFS_OPT"
14173 #  - "CFS_OPT"
14174   traces:
14175     hoverinfo: "x+y"
14176     boxpoints: "outliers"
14177     whiskerwidth: 0
14178   layout:
14179     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14180     layout: "plot-throughput"
14181
14182 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14183 -
14184   type: "plot"
14185   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14186   algorithm: "plot_performance_box"
14187   output-file-type: ".html"
14188   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14189   data: "plot-vpp-throughput-latency-3n-hsw"
14190   filter: "'NIC_Intel-X520-DA2' and
14191            '64B' and
14192            'NDRPDR' and
14193            ('ETH' or 'DOT1Q') and
14194            '1T1C' and
14195            ('L2BDMACLRN' or 'L2XCFWD') and
14196            'VHOST_1024' and
14197            not 'CFS_OPT' and
14198            not 'VXLAN' and
14199            not 'IP4FWD' and
14200            not 'LBOND'"
14201   parameters:
14202   - "throughput"
14203   - "parent"
14204   - "tags"
14205 #  sort:
14206 #  - "1VM"
14207 #  - "L2XCFWD"
14208 #  - "1VM"
14209 #  - "L2BDMACLRN"
14210   traces:
14211     hoverinfo: "x+y"
14212     boxpoints: "outliers"
14213     whiskerwidth: 0
14214   layout:
14215     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14216     layout: "plot-throughput"
14217
14218 -
14219   type: "plot"
14220   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14221   algorithm: "plot_performance_box"
14222   output-file-type: ".html"
14223   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14224   data: "plot-vpp-throughput-latency-3n-hsw"
14225   filter: "'NIC_Intel-X520-DA2' and
14226            '64B' and
14227            'NDRPDR' and
14228            ('ETH' or 'DOT1Q') and
14229            '1T1C' and
14230            ('L2BDMACLRN' or 'L2XCFWD') and
14231            'VHOST_1024' and
14232            not 'CFS_OPT' and
14233            not 'VXLAN' and
14234            not 'IP4FWD' and
14235            not 'LBOND'"
14236   parameters:
14237   - "throughput"
14238   - "parent"
14239   - "tags"
14240 #  sort:
14241 #  - "1VM"
14242 #  - "L2XCFWD"
14243 #  - "1VM"
14244 #  - "L2BDMACLRN"
14245   traces:
14246     hoverinfo: "x+y"
14247     boxpoints: "outliers"
14248     whiskerwidth: 0
14249   layout:
14250     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14251     layout: "plot-throughput"
14252
14253 -
14254   type: "plot"
14255   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14256   algorithm: "plot_performance_box"
14257   output-file-type: ".html"
14258   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14259   data: "plot-vpp-throughput-latency-3n-hsw"
14260   filter: "'NIC_Intel-X520-DA2' and
14261            '64B' and
14262            'NDRPDR' and
14263            ('ETH' or 'DOT1Q') and
14264            '2T2C' and
14265            ('L2BDMACLRN' or 'L2XCFWD') and
14266            'VHOST_1024' and
14267            not 'CFS_OPT' and
14268            not 'VXLAN' and
14269            not 'IP4FWD' and
14270            not 'LBOND'"
14271   parameters:
14272   - "throughput"
14273   - "parent"
14274   - "tags"
14275 #  sort:
14276 #  - "1VM"
14277 #  - "L2XCFWD"
14278 #  - "1VM"
14279 #  - "L2BDMACLRN"
14280   traces:
14281     hoverinfo: "x+y"
14282     boxpoints: "outliers"
14283     whiskerwidth: 0
14284   layout:
14285     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14286     layout: "plot-throughput"
14287
14288 -
14289   type: "plot"
14290   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14291   algorithm: "plot_performance_box"
14292   output-file-type: ".html"
14293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14294   data: "plot-vpp-throughput-latency-3n-hsw"
14295   filter: "'NIC_Intel-X520-DA2' and
14296            '64B' and
14297            'NDRPDR' and
14298            ('ETH' or 'DOT1Q') and
14299            '2T2C' and
14300            ('L2BDMACLRN' or 'L2XCFWD') and
14301            'VHOST_1024' and
14302            not 'CFS_OPT' and
14303            not 'VXLAN' and
14304            not 'IP4FWD' and
14305            not 'LBOND'"
14306   parameters:
14307   - "throughput"
14308   - "parent"
14309   - "tags"
14310 #  sort:
14311 #  - "1VM"
14312 #  - "L2XCFWD"
14313 #  - "1VM"
14314 #  - "L2BDMACLRN"
14315   traces:
14316     hoverinfo: "x+y"
14317     boxpoints: "outliers"
14318     whiskerwidth: 0
14319   layout:
14320     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14321     layout: "plot-throughput"
14322
14323 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14324 -
14325   type: "plot"
14326   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14327   algorithm: "plot_performance_box"
14328   output-file-type: ".html"
14329   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14330   data: "plot-vpp-throughput-latency-3n-hsw"
14331   filter: "'NIC_Intel-X710' and
14332            '64B' and
14333            'NDRPDR' and
14334            'ETH' and
14335            'IP4FWD' and
14336            '1T1C' and
14337            'VHOST_1024' and
14338            not 'VXLAN' and
14339            not 'DOT1Q'"
14340   parameters:
14341   - "throughput"
14342   - "parent"
14343   - "tags"
14344   sort:
14345   - "not CFS_OPT"
14346   - "1VM"
14347   - "2VM"
14348   traces:
14349     hoverinfo: "x+y"
14350     boxpoints: "outliers"
14351     whiskerwidth: 0
14352   layout:
14353     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14354     layout: "plot-throughput"
14355
14356 -
14357   type: "plot"
14358   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14359   algorithm: "plot_performance_box"
14360   output-file-type: ".html"
14361   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14362   data: "plot-vpp-throughput-latency-3n-hsw"
14363   filter: "'NIC_Intel-X710' and
14364            '64B' and
14365            'NDRPDR' and
14366            'ETH' and
14367            'IP4FWD' and
14368            '2T2C' and
14369            'VHOST_1024' and
14370            not 'VXLAN' and
14371            not 'DOT1Q'"
14372   parameters:
14373   - "throughput"
14374   - "parent"
14375   - "tags"
14376   sort:
14377   - "not CFS_OPT"
14378   - "1VM"
14379   - "2VM"
14380   traces:
14381     hoverinfo: "x+y"
14382     boxpoints: "outliers"
14383     whiskerwidth: 0
14384   layout:
14385     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14386     layout: "plot-throughput"
14387
14388 -
14389   type: "plot"
14390   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14391   algorithm: "plot_performance_box"
14392   output-file-type: ".html"
14393   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14394   data: "plot-vpp-throughput-latency-3n-hsw"
14395   filter: "'NIC_Intel-X710' and
14396            '64B' and
14397            'NDRPDR' and
14398            'ETH' and
14399            'IP4FWD' and
14400            '1T1C' and
14401            'VHOST_1024' and
14402            not 'VXLAN' and
14403            not 'DOT1Q'"
14404   parameters:
14405   - "throughput"
14406   - "parent"
14407   - "tags"
14408   sort:
14409   - "not CFS_OPT"
14410   - "1VM"
14411   - "2VM"
14412   traces:
14413     hoverinfo: "x+y"
14414     boxpoints: "outliers"
14415     whiskerwidth: 0
14416   layout:
14417     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14418     layout: "plot-throughput"
14419
14420 -
14421   type: "plot"
14422   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14423   algorithm: "plot_performance_box"
14424   output-file-type: ".html"
14425   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14426   data: "plot-vpp-throughput-latency-3n-hsw"
14427   filter: "'NIC_Intel-X710' and
14428            '64B' and
14429            'NDRPDR' and
14430            'ETH' and
14431            'IP4FWD' and
14432            '2T2C' and
14433            'VHOST_1024' and
14434            not 'VXLAN' and
14435            not 'DOT1Q'"
14436   parameters:
14437   - "throughput"
14438   - "parent"
14439   - "tags"
14440   sort:
14441   - "not CFS_OPT"
14442   - "1VM"
14443   - "2VM"
14444   traces:
14445     hoverinfo: "x+y"
14446     boxpoints: "outliers"
14447     whiskerwidth: 0
14448   layout:
14449     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14450     layout: "plot-throughput"
14451
14452 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14453 -
14454   type: "plot"
14455   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14456   algorithm: "plot_performance_box"
14457   output-file-type: ".html"
14458   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14459   data: "plot-vpp-throughput-latency-3n-hsw"
14460   filter: "'NIC_Intel-X710' and
14461            '64B' and
14462            'NDRPDR' and
14463            ('ETH' or 'DOT1Q') and
14464            '1T1C' and
14465            'L2BDMACLRN' and
14466            'VHOST_1024' and
14467            not 'VXLAN' and
14468            not 'IP4FWD' and
14469            not '2VM'"
14470   parameters:
14471   - "throughput"
14472   - "parent"
14473   - "tags"
14474 #  sort:
14475 #  - "VM"  # "not CFS_OPT"
14476 #  - "CFS_OPT"
14477 #  - "FIB_10K"
14478 #  - "FIB_100K"
14479 #  - "FIB_1M"
14480   traces:
14481     hoverinfo: "x+y"
14482     boxpoints: "outliers"
14483     whiskerwidth: 0
14484   layout:
14485     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14486     layout: "plot-throughput"
14487
14488 -
14489   type: "plot"
14490   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14491   algorithm: "plot_performance_box"
14492   output-file-type: ".html"
14493   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14494   data: "plot-vpp-throughput-latency-3n-hsw"
14495   filter: "'NIC_Intel-X710' and
14496            '64B' and
14497            'NDRPDR' and
14498            ('ETH' or 'DOT1Q') and
14499            '2T2C' and
14500            'L2BDMACLRN' and
14501            'VHOST_1024' and
14502            not 'VXLAN' and
14503            not 'IP4FWD' and
14504            not '2VM'"
14505   parameters:
14506   - "throughput"
14507   - "parent"
14508   - "tags"
14509 #  sort:
14510 #  - "VM"  # "not CFS_OPT"
14511 #  - "CFS_OPT"
14512 #  - "FIB_10K"
14513 #  - "FIB_100K"
14514 #  - "FIB_1M"
14515   traces:
14516     hoverinfo: "x+y"
14517     boxpoints: "outliers"
14518     whiskerwidth: 0
14519   layout:
14520     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14521     layout: "plot-throughput"
14522
14523 -
14524   type: "plot"
14525   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14526   algorithm: "plot_performance_box"
14527   output-file-type: ".html"
14528   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14529   data: "plot-vpp-throughput-latency-3n-hsw"
14530   filter: "'NIC_Intel-X710' and
14531            '64B' and
14532            'NDRPDR' and
14533            ('ETH' or 'DOT1Q') and
14534            '1T1C' and
14535            'L2BDMACLRN' and
14536            'VHOST_1024' and
14537            not 'VXLAN' and
14538            not 'IP4FWD' and
14539            not '2VM'"
14540   parameters:
14541   - "throughput"
14542   - "parent"
14543   - "tags"
14544 #  sort:
14545 #  - "VM"  # "not CFS_OPT"
14546 #  - "CFS_OPT"
14547 #  - "FIB_10K"
14548 #  - "FIB_100K"
14549 #  - "FIB_1M"
14550   traces:
14551     hoverinfo: "x+y"
14552     boxpoints: "outliers"
14553     whiskerwidth: 0
14554   layout:
14555     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14556     layout: "plot-throughput"
14557
14558 -
14559   type: "plot"
14560   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14561   algorithm: "plot_performance_box"
14562   output-file-type: ".html"
14563   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14564   data: "plot-vpp-throughput-latency-3n-hsw"
14565   filter: "'NIC_Intel-X710' and
14566            '64B' and
14567            'NDRPDR' and
14568            ('ETH' or 'DOT1Q') and
14569            '2T2C' and
14570            'L2BDMACLRN' and
14571            'VHOST_1024' and
14572            not 'VXLAN' and
14573            not 'IP4FWD' and
14574            not '2VM'"
14575   parameters:
14576   - "throughput"
14577   - "parent"
14578   - "tags"
14579 #  sort:
14580 #  - "VM"  # "not CFS_OPT"
14581 #  - "CFS_OPT"
14582 #  - "FIB_10K"
14583 #  - "FIB_100K"
14584 #  - "FIB_1M"
14585   traces:
14586     hoverinfo: "x+y"
14587     boxpoints: "outliers"
14588     whiskerwidth: 0
14589   layout:
14590     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14591     layout: "plot-throughput"
14592
14593 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14594 -
14595   type: "plot"
14596   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14597   algorithm: "plot_performance_box"
14598   output-file-type: ".html"
14599   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14600   data: "plot-vpp-throughput-latency-3n-hsw"
14601   filter: "'NIC_Intel-X710' and
14602            '64B' and
14603            'NDRPDR' and
14604            ('ETH' or 'DOT1Q') and
14605            'BASE' and
14606            '1T1C' and
14607            ('L2BDMACLRN' or 'L2XCFWD') and
14608            'VHOST_1024' and
14609            not 'VXLAN' and
14610            not 'IP4FWD' and
14611            not '2VM'"
14612   parameters:
14613   - "throughput"
14614   - "parent"
14615   - "tags"
14616 #  sort:
14617 #  - "not CFS_OPT"
14618 #  - "L2XCFWD"
14619 #  - "not CFS_OPT"
14620 #  - "CFS_OPT"
14621   traces:
14622     hoverinfo: "x+y"
14623     boxpoints: "outliers"
14624     whiskerwidth: 0
14625   layout:
14626     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14627     layout: "plot-throughput"
14628
14629 -
14630   type: "plot"
14631   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14632   algorithm: "plot_performance_box"
14633   output-file-type: ".html"
14634   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14635   data: "plot-vpp-throughput-latency-3n-hsw"
14636   filter: "'NIC_Intel-X710' and
14637            '64B' and
14638            'NDRPDR' and
14639            ('ETH' or 'DOT1Q') and
14640            'BASE' and
14641            '1T1C' and
14642            ('L2BDMACLRN' or 'L2XCFWD') and
14643            'VHOST_1024' and
14644            not 'VXLAN' and
14645            not 'IP4FWD' and
14646            not '2VM'"
14647   parameters:
14648   - "throughput"
14649   - "parent"
14650   - "tags"
14651 #  sort:
14652 #  - "not CFS_OPT"
14653 #  - "L2XCFWD"
14654 #  - "not CFS_OPT"
14655 #  - "CFS_OPT"
14656   traces:
14657     hoverinfo: "x+y"
14658     boxpoints: "outliers"
14659     whiskerwidth: 0
14660   layout:
14661     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14662     layout: "plot-throughput"
14663
14664 -
14665   type: "plot"
14666   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14667   algorithm: "plot_performance_box"
14668   output-file-type: ".html"
14669   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14670   data: "plot-vpp-throughput-latency-3n-hsw"
14671   filter: "'NIC_Intel-X710' and
14672            '64B' and
14673            'NDRPDR' and
14674            ('ETH' or 'DOT1Q') and
14675            'BASE' and
14676            '2T2C' and
14677            ('L2BDMACLRN' or 'L2XCFWD') and
14678            'VHOST_1024' and
14679            not 'VXLAN' and
14680            not 'IP4FWD' and
14681            not '2VM'"
14682   parameters:
14683   - "throughput"
14684   - "parent"
14685   - "tags"
14686 #  sort:
14687 #  - "not CFS_OPT"
14688 #  - "L2XCFWD"
14689 #  - "not CFS_OPT"
14690 #  - "CFS_OPT"
14691   traces:
14692     hoverinfo: "x+y"
14693     boxpoints: "outliers"
14694     whiskerwidth: 0
14695   layout:
14696     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14697     layout: "plot-throughput"
14698
14699 -
14700   type: "plot"
14701   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14702   algorithm: "plot_performance_box"
14703   output-file-type: ".html"
14704   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14705   data: "plot-vpp-throughput-latency-3n-hsw"
14706   filter: "'NIC_Intel-X710' and
14707            '64B' and
14708            'NDRPDR' and
14709            ('ETH' or 'DOT1Q') and
14710            'BASE' and
14711            '2T2C' and
14712            ('L2BDMACLRN' or 'L2XCFWD') and
14713            'VHOST_1024' and
14714            not 'VXLAN' and
14715            not 'IP4FWD' and
14716            not '2VM'"
14717   parameters:
14718   - "throughput"
14719   - "parent"
14720   - "tags"
14721 #  sort:
14722 #  - "not CFS_OPT"
14723 #  - "L2XCFWD"
14724 #  - "not CFS_OPT"
14725 #  - "CFS_OPT"
14726   traces:
14727     hoverinfo: "x+y"
14728     boxpoints: "outliers"
14729     whiskerwidth: 0
14730   layout:
14731     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14732     layout: "plot-throughput"
14733
14734 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14735 -
14736   type: "plot"
14737   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14738   algorithm: "plot_performance_box"
14739   output-file-type: ".html"
14740   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14741   data: "plot-vpp-throughput-latency-3n-hsw"
14742   filter: "'NIC_Intel-X710' and
14743            '64B' and
14744            'NDRPDR' and
14745            ('ETH' or 'DOT1Q') and
14746            '1T1C' and
14747            ('L2BDMACLRN' or 'L2XCFWD') and
14748            'VHOST_1024' and
14749            not 'CFS_OPT' and
14750            not 'VXLAN' and
14751            not 'IP4FWD' and
14752            not 'LBOND'"
14753   parameters:
14754   - "throughput"
14755   - "parent"
14756   - "tags"
14757 #  sort:
14758 #  - "1VM"
14759 #  - "L2XCFWD"
14760 #  - "1VM"
14761 #  - "L2BDMACLRN"
14762   traces:
14763     hoverinfo: "x+y"
14764     boxpoints: "outliers"
14765     whiskerwidth: 0
14766   layout:
14767     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14768     layout: "plot-throughput"
14769
14770 -
14771   type: "plot"
14772   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14773   algorithm: "plot_performance_box"
14774   output-file-type: ".html"
14775   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14776   data: "plot-vpp-throughput-latency-3n-hsw"
14777   filter: "'NIC_Intel-X710' and
14778            '64B' and
14779            'NDRPDR' and
14780            ('ETH' or 'DOT1Q') and
14781            '1T1C' and
14782            ('L2BDMACLRN' or 'L2XCFWD') and
14783            'VHOST_1024' and
14784            not 'CFS_OPT' and
14785            not 'VXLAN' and
14786            not 'IP4FWD' and
14787            not 'LBOND'"
14788   parameters:
14789   - "throughput"
14790   - "parent"
14791   - "tags"
14792 #  sort:
14793 #  - "1VM"
14794 #  - "L2XCFWD"
14795 #  - "1VM"
14796 #  - "L2BDMACLRN"
14797   traces:
14798     hoverinfo: "x+y"
14799     boxpoints: "outliers"
14800     whiskerwidth: 0
14801   layout:
14802     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14803     layout: "plot-throughput"
14804
14805 -
14806   type: "plot"
14807   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14808   algorithm: "plot_performance_box"
14809   output-file-type: ".html"
14810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14811   data: "plot-vpp-throughput-latency-3n-hsw"
14812   filter: "'NIC_Intel-X710' and
14813            '64B' and
14814            'NDRPDR' and
14815            ('ETH' or 'DOT1Q') and
14816            '2T2C' and
14817            ('L2BDMACLRN' or 'L2XCFWD') and
14818            'VHOST_1024' and
14819            not 'CFS_OPT' and
14820            not 'VXLAN' and
14821            not 'IP4FWD' and
14822            not 'LBOND'"
14823   parameters:
14824   - "throughput"
14825   - "parent"
14826   - "tags"
14827 #  sort:
14828 #  - "1VM"
14829 #  - "L2XCFWD"
14830 #  - "1VM"
14831 #  - "L2BDMACLRN"
14832   traces:
14833     hoverinfo: "x+y"
14834     boxpoints: "outliers"
14835     whiskerwidth: 0
14836   layout:
14837     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14838     layout: "plot-throughput"
14839
14840 -
14841   type: "plot"
14842   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14843   algorithm: "plot_performance_box"
14844   output-file-type: ".html"
14845   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14846   data: "plot-vpp-throughput-latency-3n-hsw"
14847   filter: "'NIC_Intel-X710' and
14848            '64B' and
14849            'NDRPDR' and
14850            ('ETH' or 'DOT1Q') and
14851            '2T2C' and
14852            ('L2BDMACLRN' or 'L2XCFWD') and
14853            'VHOST_1024' and
14854            not 'CFS_OPT' and
14855            not 'VXLAN' and
14856            not 'IP4FWD' and
14857            not 'LBOND'"
14858   parameters:
14859   - "throughput"
14860   - "parent"
14861   - "tags"
14862 #  sort:
14863 #  - "1VM"
14864 #  - "L2XCFWD"
14865 #  - "1VM"
14866 #  - "L2BDMACLRN"
14867   traces:
14868     hoverinfo: "x+y"
14869     boxpoints: "outliers"
14870     whiskerwidth: 0
14871   layout:
14872     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14873     layout: "plot-throughput"
14874
14875 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14876 -
14877   type: "plot"
14878   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14879   algorithm: "plot_performance_box"
14880   output-file-type: ".html"
14881   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14882   data: "plot-vpp-throughput-latency-3n-hsw"
14883   filter: "'NIC_Intel-XL710' and
14884            '64B' and
14885            'NDRPDR' and
14886            'ETH' and
14887            'IP4FWD' and
14888            '1T1C' and
14889            'VHOST_1024' and
14890            not 'VXLAN' and
14891            not 'DOT1Q'"
14892   parameters:
14893   - "throughput"
14894   - "parent"
14895   - "tags"
14896   sort:
14897   - "not CFS_OPT"
14898   - "1VM"
14899   - "2VM"
14900   traces:
14901     hoverinfo: "x+y"
14902     boxpoints: "outliers"
14903     whiskerwidth: 0
14904   layout:
14905     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14906     layout: "plot-throughput"
14907
14908 -
14909   type: "plot"
14910   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14911   algorithm: "plot_performance_box"
14912   output-file-type: ".html"
14913   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14914   data: "plot-vpp-throughput-latency-3n-hsw"
14915   filter: "'NIC_Intel-XL710' and
14916            '64B' and
14917            'NDRPDR' and
14918            'ETH' and
14919            'IP4FWD' and
14920            '2T2C' and
14921            'VHOST_1024' and
14922            not 'VXLAN' and
14923            not 'DOT1Q'"
14924   parameters:
14925   - "throughput"
14926   - "parent"
14927   - "tags"
14928   sort:
14929   - "not CFS_OPT"
14930   - "1VM"
14931   - "2VM"
14932   traces:
14933     hoverinfo: "x+y"
14934     boxpoints: "outliers"
14935     whiskerwidth: 0
14936   layout:
14937     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14938     layout: "plot-throughput"
14939
14940 -
14941   type: "plot"
14942   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14943   algorithm: "plot_performance_box"
14944   output-file-type: ".html"
14945   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14946   data: "plot-vpp-throughput-latency-3n-hsw"
14947   filter: "'NIC_Intel-XL710' and
14948            '64B' and
14949            'NDRPDR' and
14950            'ETH' and
14951            'IP4FWD' and
14952            '1T1C' and
14953            'VHOST_1024' and
14954            not 'VXLAN' and
14955            not 'DOT1Q'"
14956   parameters:
14957   - "throughput"
14958   - "parent"
14959   - "tags"
14960   sort:
14961   - "not CFS_OPT"
14962   - "1VM"
14963   - "2VM"
14964   traces:
14965     hoverinfo: "x+y"
14966     boxpoints: "outliers"
14967     whiskerwidth: 0
14968   layout:
14969     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14970     layout: "plot-throughput"
14971
14972 -
14973   type: "plot"
14974   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14975   algorithm: "plot_performance_box"
14976   output-file-type: ".html"
14977   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14978   data: "plot-vpp-throughput-latency-3n-hsw"
14979   filter: "'NIC_Intel-XL710' and
14980            '64B' and
14981            'NDRPDR' and
14982            'ETH' and
14983            'IP4FWD' and
14984            '2T2C' and
14985            'VHOST_1024' and
14986            not 'VXLAN' and
14987            not 'DOT1Q'"
14988   parameters:
14989   - "throughput"
14990   - "parent"
14991   - "tags"
14992   sort:
14993   - "not CFS_OPT"
14994   - "1VM"
14995   - "2VM"
14996   traces:
14997     hoverinfo: "x+y"
14998     boxpoints: "outliers"
14999     whiskerwidth: 0
15000   layout:
15001     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15002     layout: "plot-throughput"
15003
15004 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
15005 -
15006   type: "plot"
15007   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15008   algorithm: "plot_performance_box"
15009   output-file-type: ".html"
15010   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15011   data: "plot-vpp-throughput-latency-3n-hsw"
15012   filter: "'NIC_Intel-XL710' and
15013            '64B' and
15014            'NDRPDR' and
15015            ('ETH' or 'DOT1Q') and
15016            '1T1C' and
15017            'L2BDMACLRN' and
15018            'VHOST_1024' and
15019            not 'VXLAN' and
15020            not 'IP4FWD' and
15021            not '2VM'"
15022   parameters:
15023   - "throughput"
15024   - "parent"
15025   - "tags"
15026 #  sort:
15027 #  - "VM"  # "not CFS_OPT"
15028 #  - "CFS_OPT"
15029 #  - "FIB_10K"
15030 #  - "FIB_100K"
15031 #  - "FIB_1M"
15032   traces:
15033     hoverinfo: "x+y"
15034     boxpoints: "outliers"
15035     whiskerwidth: 0
15036   layout:
15037     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15038     layout: "plot-throughput"
15039
15040 -
15041   type: "plot"
15042   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15043   algorithm: "plot_performance_box"
15044   output-file-type: ".html"
15045   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15046   data: "plot-vpp-throughput-latency-3n-hsw"
15047   filter: "'NIC_Intel-XL710' and
15048            '64B' and
15049            'NDRPDR' and
15050            ('ETH' or 'DOT1Q') and
15051            '2T2C' and
15052            'L2BDMACLRN' and
15053            'VHOST_1024' and
15054            not 'VXLAN' and
15055            not 'IP4FWD' and
15056            not '2VM'"
15057   parameters:
15058   - "throughput"
15059   - "parent"
15060   - "tags"
15061 #  sort:
15062 #  - "VM"  # "not CFS_OPT"
15063 #  - "CFS_OPT"
15064 #  - "FIB_10K"
15065 #  - "FIB_100K"
15066 #  - "FIB_1M"
15067   traces:
15068     hoverinfo: "x+y"
15069     boxpoints: "outliers"
15070     whiskerwidth: 0
15071   layout:
15072     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15073     layout: "plot-throughput"
15074
15075 -
15076   type: "plot"
15077   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15078   algorithm: "plot_performance_box"
15079   output-file-type: ".html"
15080   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15081   data: "plot-vpp-throughput-latency-3n-hsw"
15082   filter: "'NIC_Intel-XL710' and
15083            '64B' and
15084            'NDRPDR' and
15085            ('ETH' or 'DOT1Q') and
15086            '1T1C' and
15087            'L2BDMACLRN' and
15088            'VHOST_1024' and
15089            not 'VXLAN' and
15090            not 'IP4FWD' and
15091            not '2VM'"
15092   parameters:
15093   - "throughput"
15094   - "parent"
15095   - "tags"
15096 #  sort:
15097 #  - "VM"  # "not CFS_OPT"
15098 #  - "CFS_OPT"
15099 #  - "FIB_10K"
15100 #  - "FIB_100K"
15101 #  - "FIB_1M"
15102   traces:
15103     hoverinfo: "x+y"
15104     boxpoints: "outliers"
15105     whiskerwidth: 0
15106   layout:
15107     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15108     layout: "plot-throughput"
15109
15110 -
15111   type: "plot"
15112   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15113   algorithm: "plot_performance_box"
15114   output-file-type: ".html"
15115   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15116   data: "plot-vpp-throughput-latency-3n-hsw"
15117   filter: "'NIC_Intel-XL710' and
15118            '64B' and
15119            'NDRPDR' and
15120            ('ETH' or 'DOT1Q') and
15121            '2T2C' and
15122            'L2BDMACLRN' and
15123            'VHOST_1024' and
15124            not 'VXLAN' and
15125            not 'IP4FWD' and
15126            not '2VM'"
15127   parameters:
15128   - "throughput"
15129   - "parent"
15130   - "tags"
15131 #  sort:
15132 #  - "VM"  # "not CFS_OPT"
15133 #  - "CFS_OPT"
15134 #  - "FIB_10K"
15135 #  - "FIB_100K"
15136 #  - "FIB_1M"
15137   traces:
15138     hoverinfo: "x+y"
15139     boxpoints: "outliers"
15140     whiskerwidth: 0
15141   layout:
15142     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15143     layout: "plot-throughput"
15144
15145 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15146 -
15147   type: "plot"
15148   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15149   algorithm: "plot_performance_box"
15150   output-file-type: ".html"
15151   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15152   data: "plot-vpp-throughput-latency-3n-hsw"
15153   filter: "'NIC_Intel-XL710' and
15154            '64B' and
15155            'NDRPDR' and
15156            ('ETH' or 'DOT1Q') and
15157            'BASE' and
15158            '1T1C' and
15159            ('L2BDMACLRN' or 'L2XCFWD') and
15160            'VHOST_1024' and
15161            not 'VXLAN' and
15162            not 'IP4FWD' and
15163            not '2VM'"
15164   parameters:
15165   - "throughput"
15166   - "parent"
15167   - "tags"
15168 #  sort:
15169 #  - "not CFS_OPT"
15170 #  - "L2XCFWD"
15171 #  - "not CFS_OPT"
15172 #  - "CFS_OPT"
15173   traces:
15174     hoverinfo: "x+y"
15175     boxpoints: "outliers"
15176     whiskerwidth: 0
15177   layout:
15178     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15179     layout: "plot-throughput"
15180
15181 -
15182   type: "plot"
15183   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15184   algorithm: "plot_performance_box"
15185   output-file-type: ".html"
15186   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15187   data: "plot-vpp-throughput-latency-3n-hsw"
15188   filter: "'NIC_Intel-XL710' and
15189            '64B' and
15190            'NDRPDR' and
15191            ('ETH' or 'DOT1Q') and
15192            'BASE' and
15193            '1T1C' and
15194            ('L2BDMACLRN' or 'L2XCFWD') and
15195            'VHOST_1024' and
15196            not 'VXLAN' and
15197            not 'IP4FWD' and
15198            not '2VM'"
15199   parameters:
15200   - "throughput"
15201   - "parent"
15202   - "tags"
15203 #  sort:
15204 #  - "not CFS_OPT"
15205 #  - "L2XCFWD"
15206 #  - "not CFS_OPT"
15207 #  - "CFS_OPT"
15208   traces:
15209     hoverinfo: "x+y"
15210     boxpoints: "outliers"
15211     whiskerwidth: 0
15212   layout:
15213     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15214     layout: "plot-throughput"
15215
15216 -
15217   type: "plot"
15218   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15219   algorithm: "plot_performance_box"
15220   output-file-type: ".html"
15221   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15222   data: "plot-vpp-throughput-latency-3n-hsw"
15223   filter: "'NIC_Intel-XL710' and
15224            '64B' and
15225            'NDRPDR' and
15226            ('ETH' or 'DOT1Q') and
15227            'BASE' and
15228            '2T2C' and
15229            ('L2BDMACLRN' or 'L2XCFWD') and
15230            'VHOST_1024' and
15231            not 'VXLAN' and
15232            not 'IP4FWD' and
15233            not '2VM'"
15234   parameters:
15235   - "throughput"
15236   - "parent"
15237   - "tags"
15238 #  sort:
15239 #  - "not CFS_OPT"
15240 #  - "L2XCFWD"
15241 #  - "not CFS_OPT"
15242 #  - "CFS_OPT"
15243   traces:
15244     hoverinfo: "x+y"
15245     boxpoints: "outliers"
15246     whiskerwidth: 0
15247   layout:
15248     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15249     layout: "plot-throughput"
15250
15251 -
15252   type: "plot"
15253   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15254   algorithm: "plot_performance_box"
15255   output-file-type: ".html"
15256   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15257   data: "plot-vpp-throughput-latency-3n-hsw"
15258   filter: "'NIC_Intel-XL710' and
15259            '64B' and
15260            'NDRPDR' and
15261            ('ETH' or 'DOT1Q') and
15262            'BASE' and
15263            '2T2C' and
15264            ('L2BDMACLRN' or 'L2XCFWD') and
15265            'VHOST_1024' and
15266            not 'VXLAN' and
15267            not 'IP4FWD' and
15268            not '2VM'"
15269   parameters:
15270   - "throughput"
15271   - "parent"
15272   - "tags"
15273 #  sort:
15274 #  - "not CFS_OPT"
15275 #  - "L2XCFWD"
15276 #  - "not CFS_OPT"
15277 #  - "CFS_OPT"
15278   traces:
15279     hoverinfo: "x+y"
15280     boxpoints: "outliers"
15281     whiskerwidth: 0
15282   layout:
15283     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15284     layout: "plot-throughput"
15285
15286 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15287 -
15288   type: "plot"
15289   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15290   algorithm: "plot_performance_box"
15291   output-file-type: ".html"
15292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15293   data: "plot-vpp-throughput-latency-3n-hsw"
15294   filter: "'NIC_Intel-XL710' and
15295            '64B' and
15296            'NDRPDR' and
15297            ('ETH' or 'DOT1Q') and
15298            '1T1C' and
15299            ('L2BDMACLRN' or 'L2XCFWD') and
15300            'VHOST_1024' and
15301            not 'CFS_OPT' and
15302            not 'VXLAN' and
15303            not 'IP4FWD'"
15304   parameters:
15305   - "throughput"
15306   - "parent"
15307   - "tags"
15308 #  sort:
15309 #  - "1VM"
15310 #  - "L2XCFWD"
15311 #  - "1VM"
15312 #  - "L2BDMACLRN"
15313   traces:
15314     hoverinfo: "x+y"
15315     boxpoints: "outliers"
15316     whiskerwidth: 0
15317   layout:
15318     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15319     layout: "plot-throughput"
15320
15321 -
15322   type: "plot"
15323   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15324   algorithm: "plot_performance_box"
15325   output-file-type: ".html"
15326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15327   data: "plot-vpp-throughput-latency-3n-hsw"
15328   filter: "'NIC_Intel-XL710' and
15329            '64B' and
15330            'NDRPDR' and
15331            ('ETH' or 'DOT1Q') and
15332            '1T1C' and
15333            ('L2BDMACLRN' or 'L2XCFWD') and
15334            'VHOST_1024' and
15335            not 'CFS_OPT' and
15336            not 'VXLAN' and
15337            not 'IP4FWD'"
15338   parameters:
15339   - "throughput"
15340   - "parent"
15341   - "tags"
15342 #  sort:
15343 #  - "1VM"
15344 #  - "L2XCFWD"
15345 #  - "1VM"
15346 #  - "L2BDMACLRN"
15347   traces:
15348     hoverinfo: "x+y"
15349     boxpoints: "outliers"
15350     whiskerwidth: 0
15351   layout:
15352     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15353     layout: "plot-throughput"
15354
15355 -
15356   type: "plot"
15357   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15358   algorithm: "plot_performance_box"
15359   output-file-type: ".html"
15360   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15361   data: "plot-vpp-throughput-latency-3n-hsw"
15362   filter: "'NIC_Intel-XL710' and
15363            '64B' and
15364            'NDRPDR' and
15365            ('ETH' or 'DOT1Q') and
15366            '2T2C' and
15367            ('L2BDMACLRN' or 'L2XCFWD') and
15368            'VHOST_1024' and
15369            not 'CFS_OPT' and
15370            not 'VXLAN' and
15371            not 'IP4FWD'"
15372   parameters:
15373   - "throughput"
15374   - "parent"
15375   - "tags"
15376 #  sort:
15377 #  - "1VM"
15378 #  - "L2XCFWD"
15379 #  - "1VM"
15380 #  - "L2BDMACLRN"
15381   traces:
15382     hoverinfo: "x+y"
15383     boxpoints: "outliers"
15384     whiskerwidth: 0
15385   layout:
15386     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15387     layout: "plot-throughput"
15388
15389 -
15390   type: "plot"
15391   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15392   algorithm: "plot_performance_box"
15393   output-file-type: ".html"
15394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15395   data: "plot-vpp-throughput-latency-3n-hsw"
15396   filter: "'NIC_Intel-XL710' and
15397            '64B' and
15398            'NDRPDR' and
15399            ('ETH' or 'DOT1Q') and
15400            '2T2C' and
15401            ('L2BDMACLRN' or 'L2XCFWD') and
15402            'VHOST_1024' and
15403            not 'CFS_OPT' and
15404            not 'VXLAN' and
15405            not 'IP4FWD'"
15406   parameters:
15407   - "throughput"
15408   - "parent"
15409   - "tags"
15410 #  sort:
15411 #  - "1VM"
15412 #  - "L2XCFWD"
15413 #  - "1VM"
15414 #  - "L2BDMACLRN"
15415   traces:
15416     hoverinfo: "x+y"
15417     boxpoints: "outliers"
15418     whiskerwidth: 0
15419   layout:
15420     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15421     layout: "plot-throughput"
15422
15423 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15424 -
15425   type: "plot"
15426   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15427   algorithm: "plot_performance_box"
15428   output-file-type: ".html"
15429   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15430   data: "plot-vpp-throughput-latency-3n-skx"
15431   filter: "'NIC_Intel-X710' and
15432            '64B' and
15433            'NDRPDR' and
15434            'ETH' and
15435            'IP4FWD' and
15436            '2T1C' and
15437            'VHOST_1024' and
15438            not 'VXLAN' and
15439            not 'DOT1Q'"
15440   parameters:
15441   - "throughput"
15442   - "parent"
15443   - "tags"
15444   sort:
15445   - "not CFS_OPT"
15446   - "1VM"
15447   - "2VM"
15448   traces:
15449     hoverinfo: "x+y"
15450     boxpoints: "outliers"
15451     whiskerwidth: 0
15452   layout:
15453     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15454     layout: "plot-throughput"
15455
15456 -
15457   type: "plot"
15458   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15459   algorithm: "plot_performance_box"
15460   output-file-type: ".html"
15461   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15462   data: "plot-vpp-throughput-latency-3n-skx"
15463   filter: "'NIC_Intel-X710' and
15464            '64B' and
15465            'NDRPDR' and
15466            'ETH' and
15467            'IP4FWD' and
15468            '4T2C' and
15469            'VHOST_1024' and
15470            not 'VXLAN' and
15471            not 'DOT1Q'"
15472   parameters:
15473   - "throughput"
15474   - "parent"
15475   - "tags"
15476   sort:
15477   - "not CFS_OPT"
15478   - "1VM"
15479   - "2VM"
15480   traces:
15481     hoverinfo: "x+y"
15482     boxpoints: "outliers"
15483     whiskerwidth: 0
15484   layout:
15485     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15486     layout: "plot-throughput"
15487
15488 -
15489   type: "plot"
15490   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15491   algorithm: "plot_performance_box"
15492   output-file-type: ".html"
15493   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15494   data: "plot-vpp-throughput-latency-3n-skx"
15495   filter: "'NIC_Intel-X710' and
15496            '64B' and
15497            'NDRPDR' and
15498            'ETH' and
15499            'IP4FWD' and
15500            '2T1C' and
15501            'VHOST_1024' and
15502            not 'VXLAN' and
15503            not 'DOT1Q'"
15504   parameters:
15505   - "throughput"
15506   - "parent"
15507   - "tags"
15508   sort:
15509   - "not CFS_OPT"
15510   - "1VM"
15511   - "2VM"
15512   traces:
15513     hoverinfo: "x+y"
15514     boxpoints: "outliers"
15515     whiskerwidth: 0
15516   layout:
15517     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15518     layout: "plot-throughput"
15519
15520 -
15521   type: "plot"
15522   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15523   algorithm: "plot_performance_box"
15524   output-file-type: ".html"
15525   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15526   data: "plot-vpp-throughput-latency-3n-skx"
15527   filter: "'NIC_Intel-X710' and
15528            '64B' and
15529            'NDRPDR' and
15530            'ETH' and
15531            'IP4FWD' and
15532            '4T2C' and
15533            'VHOST_1024' and
15534            not 'VXLAN' and
15535            not 'DOT1Q'"
15536   parameters:
15537   - "throughput"
15538   - "parent"
15539   - "tags"
15540   sort:
15541   - "not CFS_OPT"
15542   - "1VM"
15543   - "2VM"
15544   traces:
15545     hoverinfo: "x+y"
15546     boxpoints: "outliers"
15547     whiskerwidth: 0
15548   layout:
15549     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15550     layout: "plot-throughput"
15551
15552 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
15553 -
15554   type: "plot"
15555   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15556   algorithm: "plot_performance_box"
15557   output-file-type: ".html"
15558   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15559   data: "plot-vpp-throughput-latency-3n-skx"
15560   filter: "'NIC_Intel-X710' and
15561            '64B' and
15562            'NDRPDR' and
15563            ('ETH' or 'DOT1Q') and
15564            '2T1C' and
15565            'L2BDMACLRN' and
15566            'VHOST_1024' and
15567            not 'VXLAN' and
15568            not 'IP4FWD' and
15569            not '2VM'"
15570   parameters:
15571   - "throughput"
15572   - "parent"
15573   - "tags"
15574 #  sort:
15575 #  - "VM"  # "not CFS_OPT"
15576 #  - "CFS_OPT"
15577 #  - "FIB_10K"
15578 #  - "FIB_100K"
15579 #  - "FIB_1M"
15580   traces:
15581     hoverinfo: "x+y"
15582     boxpoints: "outliers"
15583     whiskerwidth: 0
15584   layout:
15585     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15586     layout: "plot-throughput"
15587
15588 -
15589   type: "plot"
15590   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15591   algorithm: "plot_performance_box"
15592   output-file-type: ".html"
15593   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15594   data: "plot-vpp-throughput-latency-3n-skx"
15595   filter: "'NIC_Intel-X710' and
15596            '64B' and
15597            'NDRPDR' and
15598            ('ETH' or 'DOT1Q') and
15599            '4T2C' and
15600            'L2BDMACLRN' and
15601            'VHOST_1024' and
15602            not 'VXLAN' and
15603            not 'IP4FWD' and
15604            not '2VM'"
15605   parameters:
15606   - "throughput"
15607   - "parent"
15608   - "tags"
15609 #  sort:
15610 #  - "VM"  # "not CFS_OPT"
15611 #  - "CFS_OPT"
15612 #  - "FIB_10K"
15613 #  - "FIB_100K"
15614 #  - "FIB_1M"
15615   traces:
15616     hoverinfo: "x+y"
15617     boxpoints: "outliers"
15618     whiskerwidth: 0
15619   layout:
15620     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15621     layout: "plot-throughput"
15622
15623 -
15624   type: "plot"
15625   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15626   algorithm: "plot_performance_box"
15627   output-file-type: ".html"
15628   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15629   data: "plot-vpp-throughput-latency-3n-skx"
15630   filter: "'NIC_Intel-X710' and
15631            '64B' and
15632            'NDRPDR' and
15633            ('ETH' or 'DOT1Q') and
15634            '2T1C' and
15635            'L2BDMACLRN' and
15636            'VHOST_1024' and
15637            not 'VXLAN' and
15638            not 'IP4FWD' and
15639            not '2VM'"
15640   parameters:
15641   - "throughput"
15642   - "parent"
15643   - "tags"
15644 #  sort:
15645 #  - "VM"  # "not CFS_OPT"
15646 #  - "CFS_OPT"
15647 #  - "FIB_10K"
15648 #  - "FIB_100K"
15649 #  - "FIB_1M"
15650   traces:
15651     hoverinfo: "x+y"
15652     boxpoints: "outliers"
15653     whiskerwidth: 0
15654   layout:
15655     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15656     layout: "plot-throughput"
15657
15658 -
15659   type: "plot"
15660   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15661   algorithm: "plot_performance_box"
15662   output-file-type: ".html"
15663   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15664   data: "plot-vpp-throughput-latency-3n-skx"
15665   filter: "'NIC_Intel-X710' and
15666            '64B' and
15667            'NDRPDR' and
15668            ('ETH' or 'DOT1Q') and
15669            '4T2C' and
15670            'L2BDMACLRN' and
15671            'VHOST_1024' and
15672            not 'VXLAN' and
15673            not 'IP4FWD' and
15674            not '2VM'"
15675   parameters:
15676   - "throughput"
15677   - "parent"
15678   - "tags"
15679 #  sort:
15680 #  - "VM"  # "not CFS_OPT"
15681 #  - "CFS_OPT"
15682 #  - "FIB_10K"
15683 #  - "FIB_100K"
15684 #  - "FIB_1M"
15685   traces:
15686     hoverinfo: "x+y"
15687     boxpoints: "outliers"
15688     whiskerwidth: 0
15689   layout:
15690     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15691     layout: "plot-throughput"
15692
15693 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15694 -
15695   type: "plot"
15696   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15697   algorithm: "plot_performance_box"
15698   output-file-type: ".html"
15699   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15700   data: "plot-vpp-throughput-latency-3n-skx"
15701   filter: "'NIC_Intel-X710' and
15702            '64B' and
15703            'NDRPDR' and
15704            ('ETH' or 'DOT1Q') and
15705            'BASE' and
15706            '2T1C' and
15707            ('L2BDMACLRN' or 'L2XCFWD') and
15708            'VHOST_1024' and
15709            not 'VXLAN' and
15710            not 'IP4FWD' and
15711            not '2VM' and
15712            not 'LBOND'"
15713   parameters:
15714   - "throughput"
15715   - "parent"
15716   - "tags"
15717 #  sort:
15718 #  - "not CFS_OPT"
15719 #  - "L2XCFWD"
15720 #  - "not CFS_OPT"
15721 #  - "CFS_OPT"
15722   traces:
15723     hoverinfo: "x+y"
15724     boxpoints: "outliers"
15725     whiskerwidth: 0
15726   layout:
15727     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15728     layout: "plot-throughput"
15729
15730 -
15731   type: "plot"
15732   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15733   algorithm: "plot_performance_box"
15734   output-file-type: ".html"
15735   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15736   data: "plot-vpp-throughput-latency-3n-skx"
15737   filter: "'NIC_Intel-X710' and
15738            '64B' and
15739            'NDRPDR' and
15740            ('ETH' or 'DOT1Q') and
15741            'BASE' and
15742            '2T1C' and
15743            ('L2BDMACLRN' or 'L2XCFWD') and
15744            'VHOST_1024' and
15745            not 'VXLAN' and
15746            not 'IP4FWD' and
15747            not '2VM' and
15748            not 'LBOND'"
15749   parameters:
15750   - "throughput"
15751   - "parent"
15752   - "tags"
15753 #  sort:
15754 #  - "not CFS_OPT"
15755 #  - "L2XCFWD"
15756 #  - "not CFS_OPT"
15757 #  - "CFS_OPT"
15758   traces:
15759     hoverinfo: "x+y"
15760     boxpoints: "outliers"
15761     whiskerwidth: 0
15762   layout:
15763     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15764     layout: "plot-throughput"
15765
15766 -
15767   type: "plot"
15768   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15769   algorithm: "plot_performance_box"
15770   output-file-type: ".html"
15771   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15772   data: "plot-vpp-throughput-latency-3n-skx"
15773   filter: "'NIC_Intel-X710' and
15774            '64B' and
15775            'NDRPDR' and
15776            ('ETH' or 'DOT1Q') and
15777            'BASE' and
15778            '4T2C' and
15779            ('L2BDMACLRN' or 'L2XCFWD') and
15780            'VHOST_1024' and
15781            not 'VXLAN' and
15782            not 'IP4FWD' and
15783            not '2VM' and
15784            not 'LBOND'"
15785   parameters:
15786   - "throughput"
15787   - "parent"
15788   - "tags"
15789 #  sort:
15790 #  - "not CFS_OPT"
15791 #  - "L2XCFWD"
15792 #  - "not CFS_OPT"
15793 #  - "CFS_OPT"
15794   traces:
15795     hoverinfo: "x+y"
15796     boxpoints: "outliers"
15797     whiskerwidth: 0
15798   layout:
15799     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15800     layout: "plot-throughput"
15801
15802 -
15803   type: "plot"
15804   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15805   algorithm: "plot_performance_box"
15806   output-file-type: ".html"
15807   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15808   data: "plot-vpp-throughput-latency-3n-skx"
15809   filter: "'NIC_Intel-X710' and
15810            '64B' and
15811            'NDRPDR' and
15812            ('ETH' or 'DOT1Q') and
15813            'BASE' and
15814            '4T2C' and
15815            ('L2BDMACLRN' or 'L2XCFWD') and
15816            'VHOST_1024' and
15817            not 'VXLAN' and
15818            not 'IP4FWD' and
15819            not '2VM' and
15820            not 'LBOND'"
15821   parameters:
15822   - "throughput"
15823   - "parent"
15824   - "tags"
15825 #  sort:
15826 #  - "not CFS_OPT"
15827 #  - "L2XCFWD"
15828 #  - "not CFS_OPT"
15829 #  - "CFS_OPT"
15830   traces:
15831     hoverinfo: "x+y"
15832     boxpoints: "outliers"
15833     whiskerwidth: 0
15834   layout:
15835     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15836     layout: "plot-throughput"
15837
15838 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15839 -
15840   type: "plot"
15841   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15842   algorithm: "plot_performance_box"
15843   output-file-type: ".html"
15844   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15845   data: "plot-vpp-throughput-latency-3n-skx"
15846   filter: "'NIC_Intel-X710' and
15847            '64B' and
15848            'NDRPDR' and
15849            ('ETH' or 'DOT1Q') and
15850            '2T1C' and
15851            ('L2BDMACLRN' or 'L2XCFWD') and
15852            'VHOST_1024' and
15853            not 'CFS_OPT' and
15854            not 'VXLAN' and
15855            not 'IP4FWD' and
15856            not 'LBOND'"
15857   parameters:
15858   - "throughput"
15859   - "parent"
15860   - "tags"
15861 #  sort:
15862 #  - "1VM"
15863 #  - "L2XCFWD"
15864 #  - "1VM"
15865 #  - "L2BDMACLRN"
15866   traces:
15867     hoverinfo: "x+y"
15868     boxpoints: "outliers"
15869     whiskerwidth: 0
15870   layout:
15871     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15872     layout: "plot-throughput"
15873
15874 -
15875   type: "plot"
15876   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15877   algorithm: "plot_performance_box"
15878   output-file-type: ".html"
15879   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15880   data: "plot-vpp-throughput-latency-3n-skx"
15881   filter: "'NIC_Intel-X710' and
15882            '64B' and
15883            'NDRPDR' and
15884            ('ETH' or 'DOT1Q') and
15885            '2T1C' and
15886            ('L2BDMACLRN' or 'L2XCFWD') and
15887            'VHOST_1024' and
15888            not 'CFS_OPT' and
15889            not 'VXLAN' and
15890            not 'IP4FWD' and
15891            not 'LBOND'"
15892   parameters:
15893   - "throughput"
15894   - "parent"
15895   - "tags"
15896 #  sort:
15897 #  - "1VM"
15898 #  - "L2XCFWD"
15899 #  - "1VM"
15900 #  - "L2BDMACLRN"
15901   traces:
15902     hoverinfo: "x+y"
15903     boxpoints: "outliers"
15904     whiskerwidth: 0
15905   layout:
15906     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15907     layout: "plot-throughput"
15908
15909 -
15910   type: "plot"
15911   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15912   algorithm: "plot_performance_box"
15913   output-file-type: ".html"
15914   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15915   data: "plot-vpp-throughput-latency-3n-skx"
15916   filter: "'NIC_Intel-X710' and
15917            '64B' and
15918            'NDRPDR' and
15919            ('ETH' or 'DOT1Q') and
15920            '4T2C' and
15921            ('L2BDMACLRN' or 'L2XCFWD') and
15922            'VHOST_1024' and
15923            not 'CFS_OPT' and
15924            not 'VXLAN' and
15925            not 'IP4FWD' and
15926            not 'LBOND'"
15927   parameters:
15928   - "throughput"
15929   - "parent"
15930   - "tags"
15931 #  sort:
15932 #  - "1VM"
15933 #  - "L2XCFWD"
15934 #  - "1VM"
15935 #  - "L2BDMACLRN"
15936   traces:
15937     hoverinfo: "x+y"
15938     boxpoints: "outliers"
15939     whiskerwidth: 0
15940   layout:
15941     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15942     layout: "plot-throughput"
15943
15944 -
15945   type: "plot"
15946   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15947   algorithm: "plot_performance_box"
15948   output-file-type: ".html"
15949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15950   data: "plot-vpp-throughput-latency-3n-skx"
15951   filter: "'NIC_Intel-X710' and
15952            '64B' and
15953            'NDRPDR' and
15954            ('ETH' or 'DOT1Q') and
15955            '4T2C' and
15956            ('L2BDMACLRN' or 'L2XCFWD') and
15957            'VHOST_1024' and
15958            not 'CFS_OPT' and
15959            not 'VXLAN' and
15960            not 'IP4FWD' and
15961            not 'LBOND'"
15962   parameters:
15963   - "throughput"
15964   - "parent"
15965   - "tags"
15966 #  sort:
15967 #  - "1VM"
15968 #  - "L2XCFWD"
15969 #  - "1VM"
15970 #  - "L2BDMACLRN"
15971   traces:
15972     hoverinfo: "x+y"
15973     boxpoints: "outliers"
15974     whiskerwidth: 0
15975   layout:
15976     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15977     layout: "plot-throughput"
15978
15979 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15980 -
15981   type: "plot"
15982   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15983   algorithm: "plot_performance_box"
15984   output-file-type: ".html"
15985   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15986   data: "plot-vpp-throughput-latency-2n-skx"
15987   filter: "'NIC_Intel-X710' and
15988            '64B' and
15989            'NDRPDR' and
15990            'ETH' and
15991            'IP4FWD' and
15992            '2T1C' and
15993            'VHOST_1024' and
15994            not 'VXLAN' and
15995            not 'NF_DENSITY' and
15996            not 'DOT1Q'"
15997   parameters:
15998   - "throughput"
15999   - "parent"
16000   - "tags"
16001   sort:
16002   - "not CFS_OPT"
16003   - "1VM"
16004   - "2VM"
16005   traces:
16006     hoverinfo: "x+y"
16007     boxpoints: "outliers"
16008     whiskerwidth: 0
16009   layout:
16010     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16011     layout: "plot-throughput"
16012
16013 -
16014   type: "plot"
16015   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16016   algorithm: "plot_performance_box"
16017   output-file-type: ".html"
16018   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16019   data: "plot-vpp-throughput-latency-2n-skx"
16020   filter: "'NIC_Intel-X710' and
16021            '64B' and
16022            'NDRPDR' and
16023            'ETH' and
16024            'IP4FWD' and
16025            '4T2C' and
16026            'VHOST_1024' and
16027            not 'VXLAN' and
16028            not 'NF_DENSITY' and
16029            not 'DOT1Q'"
16030   parameters:
16031   - "throughput"
16032   - "parent"
16033   - "tags"
16034   sort:
16035   - "not CFS_OPT"
16036   - "1VM"
16037   - "2VM"
16038   traces:
16039     hoverinfo: "x+y"
16040     boxpoints: "outliers"
16041     whiskerwidth: 0
16042   layout:
16043     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16044     layout: "plot-throughput"
16045
16046 -
16047   type: "plot"
16048   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16049   algorithm: "plot_performance_box"
16050   output-file-type: ".html"
16051   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16052   data: "plot-vpp-throughput-latency-2n-skx"
16053   filter: "'NIC_Intel-X710' and
16054            '64B' and
16055            'NDRPDR' and
16056            'ETH' and
16057            'IP4FWD' and
16058            '2T1C' and
16059            'VHOST_1024' and
16060            not 'VXLAN' and
16061            not 'NF_DENSITY' and
16062            not 'DOT1Q'"
16063   parameters:
16064   - "throughput"
16065   - "parent"
16066   - "tags"
16067   sort:
16068   - "not CFS_OPT"
16069   - "1VM"
16070   - "2VM"
16071   traces:
16072     hoverinfo: "x+y"
16073     boxpoints: "outliers"
16074     whiskerwidth: 0
16075   layout:
16076     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16077     layout: "plot-throughput"
16078
16079 -
16080   type: "plot"
16081   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16082   algorithm: "plot_performance_box"
16083   output-file-type: ".html"
16084   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16085   data: "plot-vpp-throughput-latency-2n-skx"
16086   filter: "'NIC_Intel-X710' and
16087            '64B' and
16088            'NDRPDR' and
16089            'ETH' and
16090            'IP4FWD' and
16091            '4T2C' and
16092            'VHOST_1024' and
16093            not 'VXLAN' and
16094            not 'NF_DENSITY' and
16095            not 'DOT1Q'"
16096   parameters:
16097   - "throughput"
16098   - "parent"
16099   - "tags"
16100   sort:
16101   - "not CFS_OPT"
16102   - "1VM"
16103   - "2VM"
16104   traces:
16105     hoverinfo: "x+y"
16106     boxpoints: "outliers"
16107     whiskerwidth: 0
16108   layout:
16109     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16110     layout: "plot-throughput"
16111
16112 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
16113 -
16114   type: "plot"
16115   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16116   algorithm: "plot_performance_box"
16117   output-file-type: ".html"
16118   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16119   data: "plot-vpp-throughput-latency-2n-skx"
16120   filter: "'NIC_Intel-X710' and
16121            '64B' and
16122            'NDRPDR' and
16123            ('ETH' or 'DOT1Q') and
16124            '2T1C' and
16125            'L2BDMACLRN' and
16126            'VHOST_1024' and
16127            not 'VXLAN' and
16128            not 'NF_DENSITY' and
16129            not 'IP4FWD' and
16130            not '2VM'"
16131   parameters:
16132   - "throughput"
16133   - "parent"
16134   - "tags"
16135 #  sort:
16136 #  - "VM"  # "not CFS_OPT"
16137 #  - "CFS_OPT"
16138 #  - "FIB_10K"
16139 #  - "FIB_100K"
16140 #  - "FIB_1M"
16141   traces:
16142     hoverinfo: "x+y"
16143     boxpoints: "outliers"
16144     whiskerwidth: 0
16145   layout:
16146     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16147     layout: "plot-throughput"
16148
16149 -
16150   type: "plot"
16151   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16152   algorithm: "plot_performance_box"
16153   output-file-type: ".html"
16154   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16155   data: "plot-vpp-throughput-latency-2n-skx"
16156   filter: "'NIC_Intel-X710' and
16157            '64B' and
16158            'NDRPDR' and
16159            ('ETH' or 'DOT1Q') and
16160            '4T2C' and
16161            'L2BDMACLRN' and
16162            'VHOST_1024' and
16163            not 'VXLAN' and
16164            not 'NF_DENSITY' and
16165            not 'IP4FWD' and
16166            not '2VM'"
16167   parameters:
16168   - "throughput"
16169   - "parent"
16170   - "tags"
16171 #  sort:
16172 #  - "VM"  # "not CFS_OPT"
16173 #  - "CFS_OPT"
16174 #  - "FIB_10K"
16175 #  - "FIB_100K"
16176 #  - "FIB_1M"
16177   traces:
16178     hoverinfo: "x+y"
16179     boxpoints: "outliers"
16180     whiskerwidth: 0
16181   layout:
16182     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16183     layout: "plot-throughput"
16184
16185 -
16186   type: "plot"
16187   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16188   algorithm: "plot_performance_box"
16189   output-file-type: ".html"
16190   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16191   data: "plot-vpp-throughput-latency-2n-skx"
16192   filter: "'NIC_Intel-X710' and
16193            '64B' and
16194            'NDRPDR' and
16195            ('ETH' or 'DOT1Q') and
16196            '2T1C' and
16197            'L2BDMACLRN' and
16198            'VHOST_1024' and
16199            not 'VXLAN' and
16200            not 'NF_DENSITY' and
16201            not 'IP4FWD' and
16202            not '2VM'"
16203   parameters:
16204   - "throughput"
16205   - "parent"
16206   - "tags"
16207 #  sort:
16208 #  - "VM"  # "not CFS_OPT"
16209 #  - "CFS_OPT"
16210 #  - "FIB_10K"
16211 #  - "FIB_100K"
16212 #  - "FIB_1M"
16213   traces:
16214     hoverinfo: "x+y"
16215     boxpoints: "outliers"
16216     whiskerwidth: 0
16217   layout:
16218     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16219     layout: "plot-throughput"
16220
16221 -
16222   type: "plot"
16223   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16224   algorithm: "plot_performance_box"
16225   output-file-type: ".html"
16226   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16227   data: "plot-vpp-throughput-latency-2n-skx"
16228   filter: "'NIC_Intel-X710' and
16229            '64B' and
16230            'NDRPDR' and
16231            ('ETH' or 'DOT1Q') and
16232            '4T2C' and
16233            'L2BDMACLRN' and
16234            'VHOST_1024' and
16235            not 'VXLAN' and
16236            not 'NF_DENSITY' and
16237            not 'IP4FWD' and
16238            not '2VM'"
16239   parameters:
16240   - "throughput"
16241   - "parent"
16242   - "tags"
16243 #  sort:
16244 #  - "VM"  # "not CFS_OPT"
16245 #  - "CFS_OPT"
16246 #  - "FIB_10K"
16247 #  - "FIB_100K"
16248 #  - "FIB_1M"
16249   traces:
16250     hoverinfo: "x+y"
16251     boxpoints: "outliers"
16252     whiskerwidth: 0
16253   layout:
16254     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16255     layout: "plot-throughput"
16256
16257 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16258 -
16259   type: "plot"
16260   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16261   algorithm: "plot_performance_box"
16262   output-file-type: ".html"
16263   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16264   data: "plot-vpp-throughput-latency-2n-skx"
16265   filter: "'NIC_Intel-X710' and
16266            '64B' and
16267            'NDRPDR' and
16268            ('ETH' or 'DOT1Q') and
16269            'BASE' and
16270            '2T1C' and
16271            ('L2BDMACLRN' or 'L2XCFWD') and
16272            'VHOST_1024' and
16273            not 'VXLAN' and
16274            not 'NF_DENSITY' and
16275            not 'IP4FWD' and
16276            not '2VM'"
16277   parameters:
16278   - "throughput"
16279   - "parent"
16280   - "tags"
16281 #  sort:
16282 #  - "not CFS_OPT"
16283 #  - "L2XCFWD"
16284 #  - "not CFS_OPT"
16285 #  - "CFS_OPT"
16286   traces:
16287     hoverinfo: "x+y"
16288     boxpoints: "outliers"
16289     whiskerwidth: 0
16290   layout:
16291     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16292     layout: "plot-throughput"
16293
16294 -
16295   type: "plot"
16296   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16297   algorithm: "plot_performance_box"
16298   output-file-type: ".html"
16299   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16300   data: "plot-vpp-throughput-latency-2n-skx"
16301   filter: "'NIC_Intel-X710' and
16302            '64B' and
16303            'NDRPDR' and
16304            ('ETH' or 'DOT1Q') and
16305            'BASE' and
16306            '2T1C' and
16307            ('L2BDMACLRN' or 'L2XCFWD') and
16308            'VHOST_1024' and
16309            not 'VXLAN' and
16310            not 'NF_DENSITY' and
16311            not 'IP4FWD' and
16312            not '2VM'"
16313   parameters:
16314   - "throughput"
16315   - "parent"
16316   - "tags"
16317 #  sort:
16318 #  - "not CFS_OPT"
16319 #  - "L2XCFWD"
16320 #  - "not CFS_OPT"
16321 #  - "CFS_OPT"
16322   traces:
16323     hoverinfo: "x+y"
16324     boxpoints: "outliers"
16325     whiskerwidth: 0
16326   layout:
16327     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16328     layout: "plot-throughput"
16329
16330 -
16331   type: "plot"
16332   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16333   algorithm: "plot_performance_box"
16334   output-file-type: ".html"
16335   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16336   data: "plot-vpp-throughput-latency-2n-skx"
16337   filter: "'NIC_Intel-X710' and
16338            '64B' and
16339            'NDRPDR' and
16340            ('ETH' or 'DOT1Q') and
16341            'BASE' and
16342            '4T2C' and
16343            ('L2BDMACLRN' or 'L2XCFWD') and
16344            'VHOST_1024' and
16345            not 'VXLAN' and
16346            not 'NF_DENSITY' and
16347            not 'IP4FWD' and
16348            not '2VM'"
16349   parameters:
16350   - "throughput"
16351   - "parent"
16352   - "tags"
16353 #  sort:
16354 #  - "not CFS_OPT"
16355 #  - "L2XCFWD"
16356 #  - "not CFS_OPT"
16357 #  - "CFS_OPT"
16358   traces:
16359     hoverinfo: "x+y"
16360     boxpoints: "outliers"
16361     whiskerwidth: 0
16362   layout:
16363     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16364     layout: "plot-throughput"
16365
16366 -
16367   type: "plot"
16368   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16369   algorithm: "plot_performance_box"
16370   output-file-type: ".html"
16371   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16372   data: "plot-vpp-throughput-latency-2n-skx"
16373   filter: "'NIC_Intel-X710' and
16374            '64B' and
16375            'NDRPDR' and
16376            ('ETH' or 'DOT1Q') and
16377            'BASE' and
16378            '4T2C' and
16379            ('L2BDMACLRN' or 'L2XCFWD') and
16380            'VHOST_1024' and
16381            not 'VXLAN' and
16382            not 'NF_DENSITY' and
16383            not 'IP4FWD' and
16384            not '2VM'"
16385   parameters:
16386   - "throughput"
16387   - "parent"
16388   - "tags"
16389 #  sort:
16390 #  - "not CFS_OPT"
16391 #  - "L2XCFWD"
16392 #  - "not CFS_OPT"
16393 #  - "CFS_OPT"
16394   traces:
16395     hoverinfo: "x+y"
16396     boxpoints: "outliers"
16397     whiskerwidth: 0
16398   layout:
16399     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16400     layout: "plot-throughput"
16401
16402 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16403 -
16404   type: "plot"
16405   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16406   algorithm: "plot_performance_box"
16407   output-file-type: ".html"
16408   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16409   data: "plot-vpp-throughput-latency-2n-skx"
16410   filter: "'NIC_Intel-X710' and
16411            '64B' and
16412            'NDRPDR' and
16413            ('ETH' or 'DOT1Q') and
16414            '2T1C' and
16415            ('L2BDMACLRN' or 'L2XCFWD') and
16416            'VHOST_1024' and
16417            not 'CFS_OPT' and
16418            not 'VXLAN' and
16419            not 'NF_DENSITY' and
16420            not 'IP4FWD'"
16421   parameters:
16422   - "throughput"
16423   - "parent"
16424   - "tags"
16425 #  sort:
16426 #  - "1VM"
16427 #  - "L2XCFWD"
16428 #  - "1VM"
16429 #  - "L2BDMACLRN"
16430   traces:
16431     hoverinfo: "x+y"
16432     boxpoints: "outliers"
16433     whiskerwidth: 0
16434   layout:
16435     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16436     layout: "plot-throughput"
16437
16438 -
16439   type: "plot"
16440   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16441   algorithm: "plot_performance_box"
16442   output-file-type: ".html"
16443   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16444   data: "plot-vpp-throughput-latency-2n-skx"
16445   filter: "'NIC_Intel-X710' and
16446            '64B' and
16447            'NDRPDR' and
16448            ('ETH' or 'DOT1Q') and
16449            '2T1C' and
16450            ('L2BDMACLRN' or 'L2XCFWD') and
16451            'VHOST_1024' and
16452            not 'CFS_OPT' and
16453            not 'VXLAN' and
16454            not 'NF_DENSITY' and
16455            not 'IP4FWD'"
16456   parameters:
16457   - "throughput"
16458   - "parent"
16459   - "tags"
16460 #  sort:
16461 #  - "1VM"
16462 #  - "L2XCFWD"
16463 #  - "1VM"
16464 #  - "L2BDMACLRN"
16465   traces:
16466     hoverinfo: "x+y"
16467     boxpoints: "outliers"
16468     whiskerwidth: 0
16469   layout:
16470     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16471     layout: "plot-throughput"
16472
16473 -
16474   type: "plot"
16475   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16476   algorithm: "plot_performance_box"
16477   output-file-type: ".html"
16478   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16479   data: "plot-vpp-throughput-latency-2n-skx"
16480   filter: "'NIC_Intel-X710' and
16481            '64B' and
16482            'NDRPDR' and
16483            ('ETH' or 'DOT1Q') and
16484            '4T2C' and
16485            ('L2BDMACLRN' or 'L2XCFWD') and
16486            'VHOST_1024' and
16487            not 'CFS_OPT' and
16488            not 'VXLAN' and
16489            not 'NF_DENSITY' and
16490            not 'IP4FWD'"
16491   parameters:
16492   - "throughput"
16493   - "parent"
16494   - "tags"
16495 #  sort:
16496 #  - "1VM"
16497 #  - "L2XCFWD"
16498 #  - "1VM"
16499 #  - "L2BDMACLRN"
16500   traces:
16501     hoverinfo: "x+y"
16502     boxpoints: "outliers"
16503     whiskerwidth: 0
16504   layout:
16505     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16506     layout: "plot-throughput"
16507
16508 -
16509   type: "plot"
16510   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16511   algorithm: "plot_performance_box"
16512   output-file-type: ".html"
16513   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16514   data: "plot-vpp-throughput-latency-2n-skx"
16515   filter: "'NIC_Intel-X710' and
16516            '64B' and
16517            'NDRPDR' and
16518            ('ETH' or 'DOT1Q') and
16519            '4T2C' and
16520            ('L2BDMACLRN' or 'L2XCFWD') and
16521            'VHOST_1024' and
16522            not 'CFS_OPT' and
16523            not 'VXLAN' and
16524            not 'NF_DENSITY' and
16525            not 'IP4FWD'"
16526   parameters:
16527   - "throughput"
16528   - "parent"
16529   - "tags"
16530 #  sort:
16531 #  - "1VM"
16532 #  - "L2XCFWD"
16533 #  - "1VM"
16534 #  - "L2BDMACLRN"
16535   traces:
16536     hoverinfo: "x+y"
16537     boxpoints: "outliers"
16538     whiskerwidth: 0
16539   layout:
16540     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16541     layout: "plot-throughput"
16542
16543 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16544 -
16545   type: "plot"
16546   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16547   algorithm: "plot_performance_box"
16548   output-file-type: ".html"
16549   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16550   data: "plot-vpp-throughput-latency-2n-skx"
16551   filter: "'NIC_Intel-XXV710' and
16552            '64B' and
16553            'NDRPDR' and
16554            'ETH' and
16555            'IP4FWD' and
16556            '2T1C' and
16557            'VHOST_1024' and
16558            not 'VXLAN' and
16559            not 'DOT1Q'"
16560   parameters:
16561   - "throughput"
16562   - "parent"
16563   - "tags"
16564   sort:
16565   - "not CFS_OPT"
16566   - "1VM"
16567   - "2VM"
16568   traces:
16569     hoverinfo: "x+y"
16570     boxpoints: "outliers"
16571     whiskerwidth: 0
16572   layout:
16573     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16574     layout: "plot-throughput"
16575
16576 -
16577   type: "plot"
16578   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16579   algorithm: "plot_performance_box"
16580   output-file-type: ".html"
16581   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16582   data: "plot-vpp-throughput-latency-2n-skx"
16583   filter: "'NIC_Intel-XXV710' and
16584            '64B' and
16585            'NDRPDR' and
16586            'ETH' and
16587            'IP4FWD' and
16588            '4T2C' and
16589            'VHOST_1024' and
16590            not 'VXLAN' and
16591            not 'DOT1Q'"
16592   parameters:
16593   - "throughput"
16594   - "parent"
16595   - "tags"
16596   sort:
16597   - "not CFS_OPT"
16598   - "1VM"
16599   - "2VM"
16600   traces:
16601     hoverinfo: "x+y"
16602     boxpoints: "outliers"
16603     whiskerwidth: 0
16604   layout:
16605     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16606     layout: "plot-throughput"
16607
16608 -
16609   type: "plot"
16610   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16611   algorithm: "plot_performance_box"
16612   output-file-type: ".html"
16613   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16614   data: "plot-vpp-throughput-latency-2n-skx"
16615   filter: "'NIC_Intel-XXV710' and
16616            '64B' and
16617            'NDRPDR' and
16618            'ETH' and
16619            'IP4FWD' and
16620            '2T1C' and
16621            'VHOST_1024' and
16622            not 'VXLAN' and
16623            not 'DOT1Q'"
16624   parameters:
16625   - "throughput"
16626   - "parent"
16627   - "tags"
16628   sort:
16629   - "not CFS_OPT"
16630   - "1VM"
16631   - "2VM"
16632   traces:
16633     hoverinfo: "x+y"
16634     boxpoints: "outliers"
16635     whiskerwidth: 0
16636   layout:
16637     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16638     layout: "plot-throughput"
16639
16640 -
16641   type: "plot"
16642   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16643   algorithm: "plot_performance_box"
16644   output-file-type: ".html"
16645   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16646   data: "plot-vpp-throughput-latency-2n-skx"
16647   filter: "'NIC_Intel-XXV710' and
16648            '64B' and
16649            'NDRPDR' and
16650            'ETH' and
16651            'IP4FWD' and
16652            '4T2C' and
16653            'VHOST_1024' and
16654            not 'VXLAN' and
16655            not 'DOT1Q'"
16656   parameters:
16657   - "throughput"
16658   - "parent"
16659   - "tags"
16660   sort:
16661   - "not CFS_OPT"
16662   - "1VM"
16663   - "2VM"
16664   traces:
16665     hoverinfo: "x+y"
16666     boxpoints: "outliers"
16667     whiskerwidth: 0
16668   layout:
16669     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16670     layout: "plot-throughput"
16671
16672 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16673 -
16674   type: "plot"
16675   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16676   algorithm: "plot_performance_box"
16677   output-file-type: ".html"
16678   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16679   data: "plot-vpp-throughput-latency-2n-skx"
16680   filter: "'NIC_Intel-XXV710' and
16681            '64B' and
16682            'NDRPDR' and
16683            ('ETH' or 'DOT1Q') and
16684            '2T1C' and
16685            'L2BDMACLRN' and
16686            'VHOST_1024' and
16687            not 'VXLAN' and
16688            not 'IP4FWD' and
16689            not '2VM'"
16690   parameters:
16691   - "throughput"
16692   - "parent"
16693   - "tags"
16694 #  sort:
16695 #  - "VM"  # "not CFS_OPT"
16696 #  - "CFS_OPT"
16697 #  - "FIB_10K"
16698 #  - "FIB_100K"
16699 #  - "FIB_1M"
16700   traces:
16701     hoverinfo: "x+y"
16702     boxpoints: "outliers"
16703     whiskerwidth: 0
16704   layout:
16705     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16706     layout: "plot-throughput"
16707
16708 -
16709   type: "plot"
16710   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16711   algorithm: "plot_performance_box"
16712   output-file-type: ".html"
16713   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16714   data: "plot-vpp-throughput-latency-2n-skx"
16715   filter: "'NIC_Intel-XXV710' and
16716            '64B' and
16717            'NDRPDR' and
16718            ('ETH' or 'DOT1Q') and
16719            '4T2C' and
16720            'L2BDMACLRN' and
16721            'VHOST_1024' and
16722            not 'VXLAN' and
16723            not 'IP4FWD' and
16724            not '2VM'"
16725   parameters:
16726   - "throughput"
16727   - "parent"
16728   - "tags"
16729 #  sort:
16730 #  - "VM"  # "not CFS_OPT"
16731 #  - "CFS_OPT"
16732 #  - "FIB_10K"
16733 #  - "FIB_100K"
16734 #  - "FIB_1M"
16735   traces:
16736     hoverinfo: "x+y"
16737     boxpoints: "outliers"
16738     whiskerwidth: 0
16739   layout:
16740     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16741     layout: "plot-throughput"
16742
16743 -
16744   type: "plot"
16745   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16746   algorithm: "plot_performance_box"
16747   output-file-type: ".html"
16748   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16749   data: "plot-vpp-throughput-latency-2n-skx"
16750   filter: "'NIC_Intel-XXV710' and
16751            '64B' and
16752            'NDRPDR' and
16753            ('ETH' or 'DOT1Q') and
16754            '2T1C' and
16755            'L2BDMACLRN' and
16756            'VHOST_1024' and
16757            not 'VXLAN' and
16758            not 'IP4FWD' and
16759            not '2VM'"
16760   parameters:
16761   - "throughput"
16762   - "parent"
16763   - "tags"
16764 #  sort:
16765 #  - "VM"  # "not CFS_OPT"
16766 #  - "CFS_OPT"
16767 #  - "FIB_10K"
16768 #  - "FIB_100K"
16769 #  - "FIB_1M"
16770   traces:
16771     hoverinfo: "x+y"
16772     boxpoints: "outliers"
16773     whiskerwidth: 0
16774   layout:
16775     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16776     layout: "plot-throughput"
16777
16778 -
16779   type: "plot"
16780   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16781   algorithm: "plot_performance_box"
16782   output-file-type: ".html"
16783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16784   data: "plot-vpp-throughput-latency-2n-skx"
16785   filter: "'NIC_Intel-XXV710' and
16786            '64B' and
16787            'NDRPDR' and
16788            ('ETH' or 'DOT1Q') and
16789            '4T2C' and
16790            'L2BDMACLRN' and
16791            'VHOST_1024' and
16792            not 'VXLAN' and
16793            not 'IP4FWD' and
16794            not '2VM'"
16795   parameters:
16796   - "throughput"
16797   - "parent"
16798   - "tags"
16799 #  sort:
16800 #  - "VM"  # "not CFS_OPT"
16801 #  - "CFS_OPT"
16802 #  - "FIB_10K"
16803 #  - "FIB_100K"
16804 #  - "FIB_1M"
16805   traces:
16806     hoverinfo: "x+y"
16807     boxpoints: "outliers"
16808     whiskerwidth: 0
16809   layout:
16810     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16811     layout: "plot-throughput"
16812
16813 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16814 -
16815   type: "plot"
16816   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16817   algorithm: "plot_performance_box"
16818   output-file-type: ".html"
16819   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16820   data: "plot-vpp-throughput-latency-2n-skx"
16821   filter: "'NIC_Intel-XXV710' and
16822            '64B' and
16823            'NDRPDR' and
16824            ('ETH' or 'DOT1Q') and
16825            'BASE' and
16826            '2T1C' and
16827            ('L2BDMACLRN' or 'L2XCFWD') and
16828            'VHOST_1024' and
16829            not 'VXLAN' and
16830            not 'IP4FWD' and
16831            not '2VM'"
16832   parameters:
16833   - "throughput"
16834   - "parent"
16835   - "tags"
16836 #  sort:
16837 #  - "not CFS_OPT"
16838 #  - "L2XCFWD"
16839 #  - "not CFS_OPT"
16840 #  - "CFS_OPT"
16841   traces:
16842     hoverinfo: "x+y"
16843     boxpoints: "outliers"
16844     whiskerwidth: 0
16845   layout:
16846     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16847     layout: "plot-throughput"
16848
16849 -
16850   type: "plot"
16851   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16852   algorithm: "plot_performance_box"
16853   output-file-type: ".html"
16854   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16855   data: "plot-vpp-throughput-latency-2n-skx"
16856   filter: "'NIC_Intel-XXV710' and
16857            '64B' and
16858            'NDRPDR' and
16859            ('ETH' or 'DOT1Q') and
16860            'BASE' and
16861            '2T1C' and
16862            ('L2BDMACLRN' or 'L2XCFWD') and
16863            'VHOST_1024' and
16864            not 'VXLAN' and
16865            not 'IP4FWD' and
16866            not '2VM'"
16867   parameters:
16868   - "throughput"
16869   - "parent"
16870   - "tags"
16871 #  sort:
16872 #  - "not CFS_OPT"
16873 #  - "L2XCFWD"
16874 #  - "not CFS_OPT"
16875 #  - "CFS_OPT"
16876   traces:
16877     hoverinfo: "x+y"
16878     boxpoints: "outliers"
16879     whiskerwidth: 0
16880   layout:
16881     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16882     layout: "plot-throughput"
16883
16884 -
16885   type: "plot"
16886   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16887   algorithm: "plot_performance_box"
16888   output-file-type: ".html"
16889   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16890   data: "plot-vpp-throughput-latency-2n-skx"
16891   filter: "'NIC_Intel-XXV710' and
16892            '64B' and
16893            'NDRPDR' and
16894            ('ETH' or 'DOT1Q') and
16895            'BASE' and
16896            '4T2C' and
16897            ('L2BDMACLRN' or 'L2XCFWD') and
16898            'VHOST_1024' and
16899            not 'VXLAN' and
16900            not 'IP4FWD' and
16901            not '2VM'"
16902   parameters:
16903   - "throughput"
16904   - "parent"
16905   - "tags"
16906 #  sort:
16907 #  - "not CFS_OPT"
16908 #  - "L2XCFWD"
16909 #  - "not CFS_OPT"
16910 #  - "CFS_OPT"
16911   traces:
16912     hoverinfo: "x+y"
16913     boxpoints: "outliers"
16914     whiskerwidth: 0
16915   layout:
16916     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16917     layout: "plot-throughput"
16918
16919 -
16920   type: "plot"
16921   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16922   algorithm: "plot_performance_box"
16923   output-file-type: ".html"
16924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16925   data: "plot-vpp-throughput-latency-2n-skx"
16926   filter: "'NIC_Intel-XXV710' and
16927            '64B' and
16928            'NDRPDR' and
16929            ('ETH' or 'DOT1Q') and
16930            'BASE' and
16931            '4T2C' and
16932            ('L2BDMACLRN' or 'L2XCFWD') and
16933            'VHOST_1024' and
16934            not 'VXLAN' and
16935            not 'IP4FWD' and
16936            not '2VM'"
16937   parameters:
16938   - "throughput"
16939   - "parent"
16940   - "tags"
16941 #  sort:
16942 #  - "not CFS_OPT"
16943 #  - "L2XCFWD"
16944 #  - "not CFS_OPT"
16945 #  - "CFS_OPT"
16946   traces:
16947     hoverinfo: "x+y"
16948     boxpoints: "outliers"
16949     whiskerwidth: 0
16950   layout:
16951     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16952     layout: "plot-throughput"
16953
16954 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16955 -
16956   type: "plot"
16957   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16958   algorithm: "plot_performance_box"
16959   output-file-type: ".html"
16960   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16961   data: "plot-vpp-throughput-latency-2n-skx"
16962   filter: "'NIC_Intel-XXV710' and
16963            '64B' and
16964            'NDRPDR' and
16965            ('ETH' or 'DOT1Q') and
16966            '2T1C' and
16967            ('L2BDMACLRN' or 'L2XCFWD') and
16968            'VHOST_1024' and
16969            not 'CFS_OPT' and
16970            not 'VXLAN' and
16971            not 'IP4FWD'"
16972   parameters:
16973   - "throughput"
16974   - "parent"
16975   - "tags"
16976 #  sort:
16977 #  - "1VM"
16978 #  - "L2XCFWD"
16979 #  - "1VM"
16980 #  - "L2BDMACLRN"
16981   traces:
16982     hoverinfo: "x+y"
16983     boxpoints: "outliers"
16984     whiskerwidth: 0
16985   layout:
16986     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16987     layout: "plot-throughput"
16988
16989 -
16990   type: "plot"
16991   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16992   algorithm: "plot_performance_box"
16993   output-file-type: ".html"
16994   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16995   data: "plot-vpp-throughput-latency-2n-skx"
16996   filter: "'NIC_Intel-XXV710' and
16997            '64B' and
16998            'NDRPDR' and
16999            ('ETH' or 'DOT1Q') and
17000            '2T1C' and
17001            ('L2BDMACLRN' or 'L2XCFWD') and
17002            'VHOST_1024' and
17003            not 'CFS_OPT' and
17004            not 'VXLAN' and
17005            not 'IP4FWD'"
17006   parameters:
17007   - "throughput"
17008   - "parent"
17009   - "tags"
17010 #  sort:
17011 #  - "1VM"
17012 #  - "L2XCFWD"
17013 #  - "1VM"
17014 #  - "L2BDMACLRN"
17015   traces:
17016     hoverinfo: "x+y"
17017     boxpoints: "outliers"
17018     whiskerwidth: 0
17019   layout:
17020     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17021     layout: "plot-throughput"
17022
17023 -
17024   type: "plot"
17025   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17026   algorithm: "plot_performance_box"
17027   output-file-type: ".html"
17028   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17029   data: "plot-vpp-throughput-latency-2n-skx"
17030   filter: "'NIC_Intel-XXV710' and
17031            '64B' and
17032            'NDRPDR' and
17033            ('ETH' or 'DOT1Q') and
17034            '4T2C' and
17035            ('L2BDMACLRN' or 'L2XCFWD') and
17036            'VHOST_1024' and
17037            not 'CFS_OPT' and
17038            not 'VXLAN' and
17039            not 'IP4FWD'"
17040   parameters:
17041   - "throughput"
17042   - "parent"
17043   - "tags"
17044 #  sort:
17045 #  - "1VM"
17046 #  - "L2XCFWD"
17047 #  - "1VM"
17048 #  - "L2BDMACLRN"
17049   traces:
17050     hoverinfo: "x+y"
17051     boxpoints: "outliers"
17052     whiskerwidth: 0
17053   layout:
17054     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17055     layout: "plot-throughput"
17056
17057 -
17058   type: "plot"
17059   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17060   algorithm: "plot_performance_box"
17061   output-file-type: ".html"
17062   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17063   data: "plot-vpp-throughput-latency-2n-skx"
17064   filter: "'NIC_Intel-XXV710' and
17065            '64B' and
17066            'NDRPDR' and
17067            ('ETH' or 'DOT1Q') and
17068            '4T2C' and
17069            ('L2BDMACLRN' or 'L2XCFWD') and
17070            'VHOST_1024' and
17071            not 'CFS_OPT' and
17072            not 'VXLAN' and
17073            not 'IP4FWD'"
17074   parameters:
17075   - "throughput"
17076   - "parent"
17077   - "tags"
17078 #  sort:
17079 #  - "1VM"
17080 #  - "L2XCFWD"
17081 #  - "1VM"
17082 #  - "L2BDMACLRN"
17083   traces:
17084     hoverinfo: "x+y"
17085     boxpoints: "outliers"
17086     whiskerwidth: 0
17087   layout:
17088     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17089     layout: "plot-throughput"
17090
17091 ################################################################################
17092
17093 # Packet Throughput - VPP VTS 3n-hsw-x520
17094 -
17095   type: "plot"
17096   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
17097   algorithm: "plot_performance_box"
17098   output-file-type: ".html"
17099   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
17100   data: "plot-vpp-throughput-latency-3n-hsw"
17101   filter: "'NIC_Intel-X520-DA2' and
17102            '114B' and
17103            'NDRPDR' and
17104            '1T1C' and
17105            'VTS'"
17106   parameters:
17107   - "throughput"
17108   - "parent"
17109   - "tags"
17110   traces:
17111     hoverinfo: "x+y"
17112     boxpoints: "outliers"
17113     whiskerwidth: 0
17114   layout:
17115     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17116     layout: "plot-throughput"
17117
17118 -
17119   type: "plot"
17120   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17121   algorithm: "plot_performance_box"
17122   output-file-type: ".html"
17123   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17124   data: "plot-vpp-throughput-latency-3n-hsw"
17125   filter: "'NIC_Intel-X520-DA2' and
17126            '114B' and
17127            'NDRPDR' and
17128            '2T2C' and
17129            'VTS'"
17130   parameters:
17131   - "throughput"
17132   - "parent"
17133   - "tags"
17134   traces:
17135     hoverinfo: "x+y"
17136     boxpoints: "outliers"
17137     whiskerwidth: 0
17138   layout:
17139     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17140     layout: "plot-throughput"
17141
17142 -
17143   type: "plot"
17144   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17145   algorithm: "plot_performance_box"
17146   output-file-type: ".html"
17147   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17148   data: "plot-vpp-throughput-latency-3n-hsw"
17149   filter: "'NIC_Intel-X520-DA2' and
17150            '114B' and
17151            'NDRPDR' and
17152            '1T1C' and
17153            'VTS'"
17154   parameters:
17155   - "throughput"
17156   - "parent"
17157   - "tags"
17158   traces:
17159     hoverinfo: "x+y"
17160     boxpoints: "outliers"
17161     whiskerwidth: 0
17162   layout:
17163     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17164     layout: "plot-throughput"
17165
17166 -
17167   type: "plot"
17168   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17169   algorithm: "plot_performance_box"
17170   output-file-type: ".html"
17171   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17172   data: "plot-vpp-throughput-latency-3n-hsw"
17173   filter: "'NIC_Intel-X520-DA2' and
17174            '114B' and
17175            'NDRPDR' and
17176            '2T2C' and
17177            'VTS'"
17178   parameters:
17179   - "throughput"
17180   - "parent"
17181   - "tags"
17182   traces:
17183     hoverinfo: "x+y"
17184     boxpoints: "outliers"
17185     whiskerwidth: 0
17186   layout:
17187     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17188     layout: "plot-throughput"
17189
17190 ################################################################################
17191
17192 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17193 -
17194   type: "plot"
17195   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17196   algorithm: "plot_performance_box"
17197   output-file-type: ".html"
17198   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17199   data: "plot-dpdk-throughput-latency-3n-hsw"
17200   filter: "'NIC_Intel-X520-DA2' and
17201            '64B' and
17202            'BASE' and
17203            'NDRPDR' and
17204            '1T1C' and
17205            'IP4FWD'"
17206   parameters:
17207   - "throughput"
17208   - "parent"
17209   - "tags"
17210   traces:
17211     hoverinfo: "x+y"
17212     boxpoints: "outliers"
17213     whiskerwidth: 0
17214   layout:
17215     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17216     layout: "plot-throughput"
17217
17218 -
17219   type: "plot"
17220   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17221   algorithm: "plot_performance_box"
17222   output-file-type: ".html"
17223   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17224   data: "plot-dpdk-throughput-latency-3n-hsw"
17225   filter: "'NIC_Intel-X520-DA2' and
17226            '64B' and
17227            'BASE' and
17228            'NDRPDR' and
17229            '2T2C' and
17230            'IP4FWD'"
17231   parameters:
17232   - "throughput"
17233   - "parent"
17234   - "tags"
17235   traces:
17236     hoverinfo: "x+y"
17237     boxpoints: "outliers"
17238     whiskerwidth: 0
17239   layout:
17240     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17241     layout: "plot-throughput"
17242
17243 -
17244   type: "plot"
17245   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17246   algorithm: "plot_performance_box"
17247   output-file-type: ".html"
17248   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17249   data: "plot-dpdk-throughput-latency-3n-hsw"
17250   filter: "'NIC_Intel-X520-DA2' and
17251            '64B' and
17252            'BASE' and
17253            'NDRPDR' and
17254            '1T1C' and
17255            'IP4FWD'"
17256   parameters:
17257   - "throughput"
17258   - "parent"
17259   - "tags"
17260   traces:
17261     hoverinfo: "x+y"
17262     boxpoints: "outliers"
17263     whiskerwidth: 0
17264   layout:
17265     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17266     layout: "plot-throughput"
17267
17268 -
17269   type: "plot"
17270   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17271   algorithm: "plot_performance_box"
17272   output-file-type: ".html"
17273   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17274   data: "plot-dpdk-throughput-latency-3n-hsw"
17275   filter: "'NIC_Intel-X520-DA2' and
17276            '64B' and
17277            'BASE' and
17278            'NDRPDR' and
17279            '2T2C' and
17280            'IP4FWD'"
17281   parameters:
17282   - "throughput"
17283   - "parent"
17284   - "tags"
17285   traces:
17286     hoverinfo: "x+y"
17287     boxpoints: "outliers"
17288     whiskerwidth: 0
17289   layout:
17290     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17291     layout: "plot-throughput"
17292
17293 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17294 -
17295   type: "plot"
17296   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17297   algorithm: "plot_performance_box"
17298   output-file-type: ".html"
17299   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17300   data: "plot-dpdk-throughput-latency-3n-hsw"
17301   filter: "'NIC_Intel-X710' and
17302            '64B' and
17303            'BASE' and
17304            'NDRPDR' and
17305            '1T1C' and
17306            'IP4FWD'"
17307   parameters:
17308   - "throughput"
17309   - "parent"
17310   - "tags"
17311   traces:
17312     hoverinfo: "x+y"
17313     boxpoints: "outliers"
17314     whiskerwidth: 0
17315   layout:
17316     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17317     layout: "plot-throughput"
17318
17319 -
17320   type: "plot"
17321   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17322   algorithm: "plot_performance_box"
17323   output-file-type: ".html"
17324   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17325   data: "plot-dpdk-throughput-latency-3n-hsw"
17326   filter: "'NIC_Intel-X710' and
17327            '64B' and
17328            'BASE' and
17329            'NDRPDR' and
17330            '2T2C' 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-x710-64b-2t2c-base-ndr"
17342     layout: "plot-throughput"
17343
17344 -
17345   type: "plot"
17346   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17347   algorithm: "plot_performance_box"
17348   output-file-type: ".html"
17349   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17350   data: "plot-dpdk-throughput-latency-3n-hsw"
17351   filter: "'NIC_Intel-X710' and
17352            '64B' and
17353            'BASE' and
17354            'NDRPDR' and
17355            '1T1C' 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-x710-64b-1t1c-base-pdr"
17367     layout: "plot-throughput"
17368
17369 -
17370   type: "plot"
17371   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17372   algorithm: "plot_performance_box"
17373   output-file-type: ".html"
17374   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17375   data: "plot-dpdk-throughput-latency-3n-hsw"
17376   filter: "'NIC_Intel-X710' and
17377            '64B' and
17378            'BASE' and
17379            'NDRPDR' and
17380            '2T2C' 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-x710-64b-2t2c-base-pdr"
17392     layout: "plot-throughput"
17393
17394 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17395 -
17396   type: "plot"
17397   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17398   algorithm: "plot_performance_box"
17399   output-file-type: ".html"
17400   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17401   data: "plot-dpdk-throughput-latency-3n-hsw"
17402   filter: "'NIC_Intel-XL710' and
17403            '64B' and
17404            'BASE' and
17405            'NDRPDR' and
17406            '1T1C' and
17407            'IP4FWD'"
17408   parameters:
17409   - "throughput"
17410   - "parent"
17411   - "tags"
17412   traces:
17413     hoverinfo: "x+y"
17414     boxpoints: "outliers"
17415     whiskerwidth: 0
17416   layout:
17417     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17418     layout: "plot-throughput"
17419
17420 -
17421   type: "plot"
17422   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17423   algorithm: "plot_performance_box"
17424   output-file-type: ".html"
17425   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17426   data: "plot-dpdk-throughput-latency-3n-hsw"
17427   filter: "'NIC_Intel-XL710' and
17428            '64B' and
17429            'BASE' and
17430            'NDRPDR' and
17431            '2T2C' 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-xl710-64b-2t2c-base-ndr"
17443     layout: "plot-throughput"
17444
17445 -
17446   type: "plot"
17447   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17448   algorithm: "plot_performance_box"
17449   output-file-type: ".html"
17450   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17451   data: "plot-dpdk-throughput-latency-3n-hsw"
17452   filter: "'NIC_Intel-XL710' and
17453            '64B' and
17454            'BASE' and
17455            'NDRPDR' and
17456            '1T1C' 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-xl710-64b-1t1c-base-pdr"
17468     layout: "plot-throughput"
17469
17470 -
17471   type: "plot"
17472   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17473   algorithm: "plot_performance_box"
17474   output-file-type: ".html"
17475   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17476   data: "plot-dpdk-throughput-latency-3n-hsw"
17477   filter: "'NIC_Intel-XL710' and
17478            '64B' and
17479            'BASE' and
17480            'NDRPDR' and
17481            '2T2C' 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-xl710-64b-2t2c-base-pdr"
17493     layout: "plot-throughput"
17494
17495 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17496 -
17497   type: "plot"
17498   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17499   algorithm: "plot_performance_box"
17500   output-file-type: ".html"
17501   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17502   data: "plot-dpdk-throughput-latency-3n-skx"
17503   filter: "'NIC_Intel-X710' and
17504            '64B' and
17505            'BASE' and
17506            'NDRPDR' and
17507            '2T1C' and
17508            'IP4FWD'"
17509   parameters:
17510   - "throughput"
17511   - "parent"
17512   - "tags"
17513   traces:
17514     hoverinfo: "x+y"
17515     boxpoints: "outliers"
17516     whiskerwidth: 0
17517   layout:
17518     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17519     layout: "plot-throughput"
17520
17521 -
17522   type: "plot"
17523   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17524   algorithm: "plot_performance_box"
17525   output-file-type: ".html"
17526   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17527   data: "plot-dpdk-throughput-latency-3n-skx"
17528   filter: "'NIC_Intel-X710' and
17529            '64B' and
17530            'BASE' and
17531            'NDRPDR' and
17532            '4T2C' 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-skx-x710-64b-4t2c-base-ndr"
17544     layout: "plot-throughput"
17545
17546 -
17547   type: "plot"
17548   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17549   algorithm: "plot_performance_box"
17550   output-file-type: ".html"
17551   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17552   data: "plot-dpdk-throughput-latency-3n-skx"
17553   filter: "'NIC_Intel-X710' and
17554            '64B' and
17555            'BASE' and
17556            'NDRPDR' and
17557            '2T1C' 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-skx-x710-64b-2t1c-base-pdr"
17569     layout: "plot-throughput"
17570
17571 -
17572   type: "plot"
17573   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17574   algorithm: "plot_performance_box"
17575   output-file-type: ".html"
17576   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17577   data: "plot-dpdk-throughput-latency-3n-skx"
17578   filter: "'NIC_Intel-X710' and
17579            '64B' and
17580            'BASE' and
17581            'NDRPDR' and
17582            '4T2C' 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-skx-x710-64b-4t2c-base-pdr"
17594     layout: "plot-throughput"
17595
17596 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17597 -
17598   type: "plot"
17599   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17600   algorithm: "plot_performance_box"
17601   output-file-type: ".html"
17602   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17603   data: "plot-dpdk-throughput-latency-3n-skx"
17604   filter: "'NIC_Intel-XXV710' and
17605            '64B' and
17606            'BASE' and
17607            'NDRPDR' and
17608            '2T1C' and
17609            'IP4FWD'"
17610   parameters:
17611   - "throughput"
17612   - "parent"
17613   - "tags"
17614   traces:
17615     hoverinfo: "x+y"
17616     boxpoints: "outliers"
17617     whiskerwidth: 0
17618   layout:
17619     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17620     layout: "plot-throughput"
17621
17622 -
17623   type: "plot"
17624   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17625   algorithm: "plot_performance_box"
17626   output-file-type: ".html"
17627   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17628   data: "plot-dpdk-throughput-latency-3n-skx"
17629   filter: "'NIC_Intel-XXV710' and
17630            '64B' and
17631            'BASE' and
17632            'NDRPDR' and
17633            '4T2C' 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-xxv710-64b-4t2c-base-ndr"
17645     layout: "plot-throughput"
17646
17647 -
17648   type: "plot"
17649   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17650   algorithm: "plot_performance_box"
17651   output-file-type: ".html"
17652   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17653   data: "plot-dpdk-throughput-latency-3n-skx"
17654   filter: "'NIC_Intel-XXV710' and
17655            '64B' and
17656            'BASE' and
17657            'NDRPDR' and
17658            '2T1C' 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-xxv710-64b-2t1c-base-pdr"
17670     layout: "plot-throughput"
17671
17672 -
17673   type: "plot"
17674   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17675   algorithm: "plot_performance_box"
17676   output-file-type: ".html"
17677   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17678   data: "plot-dpdk-throughput-latency-3n-skx"
17679   filter: "'NIC_Intel-XXV710' and
17680            '64B' and
17681            'BASE' and
17682            'NDRPDR' and
17683            '4T2C' 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-xxv710-64b-4t2c-base-pdr"
17695     layout: "plot-throughput"
17696
17697 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17698 -
17699   type: "plot"
17700   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17701   algorithm: "plot_performance_box"
17702   output-file-type: ".html"
17703   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17704   data: "plot-dpdk-throughput-latency-2n-skx"
17705   filter: "'NIC_Intel-X710' and
17706            '64B' and
17707            'BASE' and
17708            'NDRPDR' and
17709            '2T1C' and
17710            'IP4FWD'"
17711   parameters:
17712   - "throughput"
17713   - "parent"
17714   - "tags"
17715   traces:
17716     hoverinfo: "x+y"
17717     boxpoints: "outliers"
17718     whiskerwidth: 0
17719   layout:
17720     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17721     layout: "plot-throughput"
17722
17723 -
17724   type: "plot"
17725   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17726   algorithm: "plot_performance_box"
17727   output-file-type: ".html"
17728   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17729   data: "plot-dpdk-throughput-latency-2n-skx"
17730   filter: "'NIC_Intel-X710' and
17731            '64B' and
17732            'BASE' and
17733            'NDRPDR' and
17734            '4T2C' 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-2n-skx-x710-64b-4t2c-base-ndr"
17746     layout: "plot-throughput"
17747
17748 -
17749   type: "plot"
17750   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17751   algorithm: "plot_performance_box"
17752   output-file-type: ".html"
17753   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17754   data: "plot-dpdk-throughput-latency-2n-skx"
17755   filter: "'NIC_Intel-X710' and
17756            '64B' and
17757            'BASE' and
17758            'NDRPDR' and
17759            '2T1C' 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-2n-skx-x710-64b-2t1c-base-pdr"
17771     layout: "plot-throughput"
17772
17773 -
17774   type: "plot"
17775   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17776   algorithm: "plot_performance_box"
17777   output-file-type: ".html"
17778   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17779   data: "plot-dpdk-throughput-latency-2n-skx"
17780   filter: "'NIC_Intel-X710' and
17781            '64B' and
17782            'BASE' and
17783            'NDRPDR' and
17784            '4T2C' 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-2n-skx-x710-64b-4t2c-base-pdr"
17796     layout: "plot-throughput"
17797
17798 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17799 -
17800   type: "plot"
17801   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17802   algorithm: "plot_performance_box"
17803   output-file-type: ".html"
17804   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17805   data: "plot-dpdk-throughput-latency-2n-skx"
17806   filter: "'NIC_Intel-XXV710' and
17807            '64B' and
17808            'BASE' and
17809            'NDRPDR' and
17810            '2T1C' and
17811            'IP4FWD'"
17812   parameters:
17813   - "throughput"
17814   - "parent"
17815   - "tags"
17816   traces:
17817     hoverinfo: "x+y"
17818     boxpoints: "outliers"
17819     whiskerwidth: 0
17820   layout:
17821     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17822     layout: "plot-throughput"
17823
17824 -
17825   type: "plot"
17826   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17827   algorithm: "plot_performance_box"
17828   output-file-type: ".html"
17829   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17830   data: "plot-dpdk-throughput-latency-2n-skx"
17831   filter: "'NIC_Intel-XXV710' and
17832            '64B' and
17833            'BASE' and
17834            'NDRPDR' and
17835            '4T2C' 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-xxv710-64b-4t2c-base-ndr"
17847     layout: "plot-throughput"
17848
17849 -
17850   type: "plot"
17851   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17852   algorithm: "plot_performance_box"
17853   output-file-type: ".html"
17854   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17855   data: "plot-dpdk-throughput-latency-2n-skx"
17856   filter: "'NIC_Intel-XXV710' and
17857            '64B' and
17858            'BASE' and
17859            'NDRPDR' and
17860            '2T1C' 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-xxv710-64b-2t1c-base-pdr"
17872     layout: "plot-throughput"
17873
17874 -
17875   type: "plot"
17876   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17877   algorithm: "plot_performance_box"
17878   output-file-type: ".html"
17879   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17880   data: "plot-dpdk-throughput-latency-2n-skx"
17881   filter: "'NIC_Intel-XXV710' and
17882            '64B' and
17883            'BASE' and
17884            'NDRPDR' and
17885            '4T2C' 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-xxv710-64b-4t2c-base-pdr"
17897     layout: "plot-throughput"
17898
17899 ################################################################################
17900
17901 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17902 -
17903   type: "plot"
17904   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17905   algorithm: "plot_performance_box"
17906   output-file-type: ".html"
17907   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17908   data: "plot-dpdk-throughput-latency-3n-hsw"
17909   filter: "'NIC_Intel-X520-DA2' and
17910            '64B' and
17911            'BASE' and
17912            'NDRPDR' and
17913            '1T1C' and
17914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17915   parameters:
17916   - "throughput"
17917   - "parent"
17918   - "tags"
17919   traces:
17920     hoverinfo: "x+y"
17921     boxpoints: "outliers"
17922     whiskerwidth: 0
17923   layout:
17924     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17925     layout: "plot-throughput"
17926
17927 -
17928   type: "plot"
17929   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17930   algorithm: "plot_performance_box"
17931   output-file-type: ".html"
17932   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17933   data: "plot-dpdk-throughput-latency-3n-hsw"
17934   filter: "'NIC_Intel-X520-DA2' and
17935            '64B' and
17936            'BASE' and
17937            'NDRPDR' and
17938            '2T2C' and
17939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17940   parameters:
17941   - "throughput"
17942   - "parent"
17943   - "tags"
17944   traces:
17945     hoverinfo: "x+y"
17946     boxpoints: "outliers"
17947     whiskerwidth: 0
17948   layout:
17949     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17950     layout: "plot-throughput"
17951
17952 -
17953   type: "plot"
17954   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17955   algorithm: "plot_performance_box"
17956   output-file-type: ".html"
17957   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17958   data: "plot-dpdk-throughput-latency-3n-hsw"
17959   filter: "'NIC_Intel-X520-DA2' and
17960            '64B' and
17961            'BASE' and
17962            'NDRPDR' and
17963            '1T1C' and
17964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17965   parameters:
17966   - "throughput"
17967   - "parent"
17968   - "tags"
17969   traces:
17970     hoverinfo: "x+y"
17971     boxpoints: "outliers"
17972     whiskerwidth: 0
17973   layout:
17974     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17975     layout: "plot-throughput"
17976
17977 -
17978   type: "plot"
17979   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17980   algorithm: "plot_performance_box"
17981   output-file-type: ".html"
17982   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17983   data: "plot-dpdk-throughput-latency-3n-hsw"
17984   filter: "'NIC_Intel-X520-DA2' and
17985            '64B' and
17986            'BASE' and
17987            'NDRPDR' and
17988            '2T2C' and
17989            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17990   parameters:
17991   - "throughput"
17992   - "parent"
17993   - "tags"
17994   traces:
17995     hoverinfo: "x+y"
17996     boxpoints: "outliers"
17997     whiskerwidth: 0
17998   layout:
17999     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18000     layout: "plot-throughput"
18001
18002 # Packet Throughput - DPDK testpmd 3n-hsw-x710
18003 -
18004   type: "plot"
18005   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18006   algorithm: "plot_performance_box"
18007   output-file-type: ".html"
18008   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18009   data: "plot-dpdk-throughput-latency-3n-hsw"
18010   filter: "'NIC_Intel-X710' and
18011            '64B' and
18012            'BASE' and
18013            'NDRPDR' and
18014            '1T1C' and
18015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18016   parameters:
18017   - "throughput"
18018   - "parent"
18019   - "tags"
18020   traces:
18021     hoverinfo: "x+y"
18022     boxpoints: "outliers"
18023     whiskerwidth: 0
18024   layout:
18025     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18026     layout: "plot-throughput"
18027
18028 -
18029   type: "plot"
18030   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18031   algorithm: "plot_performance_box"
18032   output-file-type: ".html"
18033   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18034   data: "plot-dpdk-throughput-latency-3n-hsw"
18035   filter: "'NIC_Intel-X710' and
18036            '64B' and
18037            'BASE' and
18038            'NDRPDR' and
18039            '2T2C' 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-x710-64b-2t2c-base-ndr"
18051     layout: "plot-throughput"
18052
18053 -
18054   type: "plot"
18055   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18056   algorithm: "plot_performance_box"
18057   output-file-type: ".html"
18058   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18059   data: "plot-dpdk-throughput-latency-3n-hsw"
18060   filter: "'NIC_Intel-X710' and
18061            '64B' and
18062            'BASE' and
18063            'NDRPDR' and
18064            '1T1C' 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-x710-64b-1t1c-base-pdr"
18076     layout: "plot-throughput"
18077
18078 -
18079   type: "plot"
18080   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18081   algorithm: "plot_performance_box"
18082   output-file-type: ".html"
18083   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18084   data: "plot-dpdk-throughput-latency-3n-hsw"
18085   filter: "'NIC_Intel-X710' and
18086            '64B' and
18087            'BASE' and
18088            'NDRPDR' and
18089            '2T2C' 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-x710-64b-2t2c-base-pdr"
18101     layout: "plot-throughput"
18102
18103 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18104 -
18105   type: "plot"
18106   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18107   algorithm: "plot_performance_box"
18108   output-file-type: ".html"
18109   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18110   data: "plot-dpdk-throughput-latency-3n-hsw"
18111   filter: "'NIC_Intel-XL710' and
18112            '64B' and
18113            'BASE' and
18114            'NDRPDR' and
18115            '1T1C' and
18116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18117   parameters:
18118   - "throughput"
18119   - "parent"
18120   - "tags"
18121   traces:
18122     hoverinfo: "x+y"
18123     boxpoints: "outliers"
18124     whiskerwidth: 0
18125   layout:
18126     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18127     layout: "plot-throughput"
18128
18129 -
18130   type: "plot"
18131   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18132   algorithm: "plot_performance_box"
18133   output-file-type: ".html"
18134   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18135   data: "plot-dpdk-throughput-latency-3n-hsw"
18136   filter: "'NIC_Intel-XL710' and
18137            '64B' and
18138            'BASE' and
18139            'NDRPDR' and
18140            '2T2C' 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-xl710-64b-2t2c-base-ndr"
18152     layout: "plot-throughput"
18153
18154 -
18155   type: "plot"
18156   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18157   algorithm: "plot_performance_box"
18158   output-file-type: ".html"
18159   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18160   data: "plot-dpdk-throughput-latency-3n-hsw"
18161   filter: "'NIC_Intel-XL710' and
18162            '64B' and
18163            'BASE' and
18164            'NDRPDR' and
18165            '1T1C' 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-xl710-64b-1t1c-base-pdr"
18177     layout: "plot-throughput"
18178
18179 -
18180   type: "plot"
18181   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18182   algorithm: "plot_performance_box"
18183   output-file-type: ".html"
18184   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18185   data: "plot-dpdk-throughput-latency-3n-hsw"
18186   filter: "'NIC_Intel-XL710' and
18187            '64B' and
18188            'BASE' and
18189            'NDRPDR' and
18190            '2T2C' 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-xl710-64b-2t2c-base-pdr"
18202     layout: "plot-throughput"
18203
18204 # Packet Throughput - DPDK testpmd 3n-skx-x710
18205 -
18206   type: "plot"
18207   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18208   algorithm: "plot_performance_box"
18209   output-file-type: ".html"
18210   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18211   data: "plot-dpdk-throughput-latency-3n-skx"
18212   filter: "'NIC_Intel-X710' and
18213            '64B' and
18214            'BASE' and
18215            'NDRPDR' and
18216            '2T1C' and
18217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18218   parameters:
18219   - "throughput"
18220   - "parent"
18221   - "tags"
18222   traces:
18223     hoverinfo: "x+y"
18224     boxpoints: "outliers"
18225     whiskerwidth: 0
18226   layout:
18227     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18228     layout: "plot-throughput"
18229
18230 -
18231   type: "plot"
18232   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18233   algorithm: "plot_performance_box"
18234   output-file-type: ".html"
18235   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18236   data: "plot-dpdk-throughput-latency-3n-skx"
18237   filter: "'NIC_Intel-X710' and
18238            '64B' and
18239            'BASE' and
18240            'NDRPDR' and
18241            '4T2C' 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-skx-x710-64b-4t2c-base-ndr"
18253     layout: "plot-throughput"
18254
18255 -
18256   type: "plot"
18257   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18258   algorithm: "plot_performance_box"
18259   output-file-type: ".html"
18260   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18261   data: "plot-dpdk-throughput-latency-3n-skx"
18262   filter: "'NIC_Intel-X710' and
18263            '64B' and
18264            'BASE' and
18265            'NDRPDR' and
18266            '2T1C' 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-skx-x710-64b-2t1c-base-pdr"
18278     layout: "plot-throughput"
18279
18280 -
18281   type: "plot"
18282   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18283   algorithm: "plot_performance_box"
18284   output-file-type: ".html"
18285   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18286   data: "plot-dpdk-throughput-latency-3n-skx"
18287   filter: "'NIC_Intel-X710' and
18288            '64B' and
18289            'BASE' and
18290            'NDRPDR' and
18291            '4T2C' 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-skx-x710-64b-4t2c-base-pdr"
18303     layout: "plot-throughput"
18304
18305 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18306 -
18307   type: "plot"
18308   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18309   algorithm: "plot_performance_box"
18310   output-file-type: ".html"
18311   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18312   data: "plot-dpdk-throughput-latency-3n-skx"
18313   filter: "'NIC_Intel-XXV710' and
18314            '64B' and
18315            'BASE' and
18316            'NDRPDR' and
18317            '2T1C' and
18318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18319   parameters:
18320   - "throughput"
18321   - "parent"
18322   - "tags"
18323   traces:
18324     hoverinfo: "x+y"
18325     boxpoints: "outliers"
18326     whiskerwidth: 0
18327   layout:
18328     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18329     layout: "plot-throughput"
18330
18331 -
18332   type: "plot"
18333   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18334   algorithm: "plot_performance_box"
18335   output-file-type: ".html"
18336   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18337   data: "plot-dpdk-throughput-latency-3n-skx"
18338   filter: "'NIC_Intel-XXV710' and
18339            '64B' and
18340            'BASE' and
18341            'NDRPDR' and
18342            '4T2C' 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-xxv710-64b-4t2c-base-ndr"
18354     layout: "plot-throughput"
18355
18356 -
18357   type: "plot"
18358   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18359   algorithm: "plot_performance_box"
18360   output-file-type: ".html"
18361   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18362   data: "plot-dpdk-throughput-latency-3n-skx"
18363   filter: "'NIC_Intel-XXV710' and
18364            '64B' and
18365            'BASE' and
18366            'NDRPDR' and
18367            '2T1C' 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-xxv710-64b-2t1c-base-pdr"
18379     layout: "plot-throughput"
18380
18381 -
18382   type: "plot"
18383   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18384   algorithm: "plot_performance_box"
18385   output-file-type: ".html"
18386   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18387   data: "plot-dpdk-throughput-latency-3n-skx"
18388   filter: "'NIC_Intel-XXV710' and
18389            '64B' and
18390            'BASE' and
18391            'NDRPDR' and
18392            '4T2C' 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-xxv710-64b-4t2c-base-pdr"
18404     layout: "plot-throughput"
18405
18406 # Packet Throughput - DPDK testpmd 2n-skx-x710
18407 -
18408   type: "plot"
18409   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18410   algorithm: "plot_performance_box"
18411   output-file-type: ".html"
18412   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18413   data: "plot-dpdk-throughput-latency-2n-skx"
18414   filter: "'NIC_Intel-X710' and
18415            '64B' and
18416            'BASE' and
18417            'NDRPDR' and
18418            '2T1C' and
18419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18420   parameters:
18421   - "throughput"
18422   - "parent"
18423   - "tags"
18424   traces:
18425     hoverinfo: "x+y"
18426     boxpoints: "outliers"
18427     whiskerwidth: 0
18428   layout:
18429     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18430     layout: "plot-throughput"
18431
18432 -
18433   type: "plot"
18434   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18435   algorithm: "plot_performance_box"
18436   output-file-type: ".html"
18437   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18438   data: "plot-dpdk-throughput-latency-2n-skx"
18439   filter: "'NIC_Intel-X710' and
18440            '64B' and
18441            'BASE' and
18442            'NDRPDR' and
18443            '4T2C' 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-2n-skx-x710-64b-4t2c-base-ndr"
18455     layout: "plot-throughput"
18456
18457 -
18458   type: "plot"
18459   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18460   algorithm: "plot_performance_box"
18461   output-file-type: ".html"
18462   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18463   data: "plot-dpdk-throughput-latency-2n-skx"
18464   filter: "'NIC_Intel-X710' and
18465            '64B' and
18466            'BASE' and
18467            'NDRPDR' and
18468            '2T1C' 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-2n-skx-x710-64b-2t1c-base-pdr"
18480     layout: "plot-throughput"
18481
18482 -
18483   type: "plot"
18484   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18485   algorithm: "plot_performance_box"
18486   output-file-type: ".html"
18487   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18488   data: "plot-dpdk-throughput-latency-2n-skx"
18489   filter: "'NIC_Intel-X710' and
18490            '64B' and
18491            'BASE' and
18492            'NDRPDR' and
18493            '4T2C' 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-2n-skx-x710-64b-4t2c-base-pdr"
18505     layout: "plot-throughput"
18506
18507 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18508 -
18509   type: "plot"
18510   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18511   algorithm: "plot_performance_box"
18512   output-file-type: ".html"
18513   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18514   data: "plot-dpdk-throughput-latency-2n-skx"
18515   filter: "'NIC_Intel-XXV710' and
18516            '64B' and
18517            'BASE' and
18518            'NDRPDR' and
18519            '2T1C' and
18520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18521   parameters:
18522   - "throughput"
18523   - "parent"
18524   - "tags"
18525   traces:
18526     hoverinfo: "x+y"
18527     boxpoints: "outliers"
18528     whiskerwidth: 0
18529   layout:
18530     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18531     layout: "plot-throughput"
18532
18533 -
18534   type: "plot"
18535   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18536   algorithm: "plot_performance_box"
18537   output-file-type: ".html"
18538   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18539   data: "plot-dpdk-throughput-latency-2n-skx"
18540   filter: "'NIC_Intel-XXV710' and
18541            '64B' and
18542            'BASE' and
18543            'NDRPDR' and
18544            '4T2C' 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-xxv710-64b-4t2c-base-ndr"
18556     layout: "plot-throughput"
18557
18558 -
18559   type: "plot"
18560   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18561   algorithm: "plot_performance_box"
18562   output-file-type: ".html"
18563   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18564   data: "plot-dpdk-throughput-latency-2n-skx"
18565   filter: "'NIC_Intel-XXV710' and
18566            '64B' and
18567            'BASE' and
18568            'NDRPDR' and
18569            '2T1C' 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-xxv710-64b-2t1c-base-pdr"
18581     layout: "plot-throughput"
18582
18583 -
18584   type: "plot"
18585   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18586   algorithm: "plot_performance_box"
18587   output-file-type: ".html"
18588   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18589   data: "plot-dpdk-throughput-latency-2n-skx"
18590   filter: "'NIC_Intel-XXV710' and
18591            '64B' and
18592            'BASE' and
18593            'NDRPDR' and
18594            '4T2C' 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-xxv710-64b-4t2c-base-pdr"
18606     layout: "plot-throughput"
18607
18608 ################################################################################
18609
18610 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18611 -
18612   type: "plot"
18613   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18614   algorithm: "plot_latency_error_bars"
18615   output-file-type: ".html"
18616   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18617   data: "plot-vpp-throughput-latency-3n-hsw"
18618   filter: "'NIC_Intel-X520-DA2' and
18619            '64B' and
18620            ('BASE' or 'SCALE') and
18621            'NDRPDR' and
18622            'ETH' and
18623            '1T1C' and
18624            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18625            not 'VHOST' and
18626            not 'MEMIF'"
18627   parameters:
18628   - "latency"
18629   - "parent"
18630   - "tags"
18631   sort:
18632   - "L2XCFWD"
18633   - "L2PATCH"
18634   - "L2BDMACLRN"
18635   - "FIB_10K"
18636   - "FIB_100K"
18637   - "FIB_1M"
18638   layout:
18639     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18640     layout: "plot-latency"
18641
18642 -
18643   type: "plot"
18644   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18645   algorithm: "plot_latency_error_bars"
18646   output-file-type: ".html"
18647   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18648   data: "plot-vpp-throughput-latency-3n-hsw"
18649   filter: "'NIC_Intel-X520-DA2' and
18650            '64B' and
18651            ('BASE' or 'SCALE') and
18652            'NDRPDR' and
18653            'ETH' and
18654            '2T2C' and
18655            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18656            not 'VHOST' and
18657            not 'MEMIF'"
18658   parameters:
18659   - "latency"
18660   - "parent"
18661   - "tags"
18662   sort:
18663   - "L2XCFWD"
18664   - "L2PATCH"
18665   - "L2BDMACLRN"
18666   - "FIB_10K"
18667   - "FIB_100K"
18668   - "FIB_1M"
18669   layout:
18670     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18671     layout: "plot-latency"
18672
18673 # Packet Latency - VPP L2 3n-hsw-x520 features
18674 -
18675   type: "plot"
18676   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18677   algorithm: "plot_latency_error_bars"
18678   output-file-type: ".html"
18679   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18680   data: "plot-vpp-throughput-latency-3n-hsw"
18681   filter: "'NIC_Intel-X520-DA2' and
18682            '64B' and
18683            'NDRPDR' and
18684            '1T1C' and
18685            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18686            not 'ACL' and
18687            not 'VHOST' and
18688            not 'MEMIF'"
18689   parameters:
18690   - "latency"
18691   - "parent"
18692   - "tags"
18693   sort:
18694   - "L2XCBASE"    # l2xcbase
18695   - "L2BDBASE"    # l2bdbase
18696   - "L2XCFWD"     # dot1q-l2xcbase
18697   - "L2BDMACLRN"  # dot1q-l2bdbase
18698   layout:
18699     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18700     layout: "plot-latency"
18701
18702 -
18703   type: "plot"
18704   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18705   algorithm: "plot_latency_error_bars"
18706   output-file-type: ".html"
18707   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18708   data: "plot-vpp-throughput-latency-3n-hsw"
18709   filter: "'NIC_Intel-X520-DA2' and
18710            '64B' and
18711            'NDRPDR' and
18712            '2T2C' and
18713            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18714            not 'ACL' and
18715            not 'VHOST' and
18716            not 'MEMIF'"
18717   parameters:
18718   - "latency"
18719   - "parent"
18720   - "tags"
18721   sort:
18722   - "L2XCBASE"    # l2xcbase
18723   - "L2BDBASE"    # l2bdbase
18724   - "L2XCFWD"     # dot1q-l2xcbase
18725   - "L2BDMACLRN"  # dot1q-l2bdbase
18726   layout:
18727     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18728     layout: "plot-latency"
18729
18730 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18731 -
18732   type: "plot"
18733   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18734   algorithm: "plot_latency_error_bars"
18735   output-file-type: ".html"
18736   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18737   data: "plot-vpp-throughput-latency-3n-hsw"
18738   filter: "'NIC_Intel-X710' and
18739            '64B' and
18740            ('BASE' or 'SCALE') and
18741            'NDRPDR' and
18742            'ETH' and
18743            '1T1C' and
18744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18745            not 'VHOST' and
18746            not 'MEMIF'"
18747   parameters:
18748   - "latency"
18749   - "parent"
18750   - "tags"
18751   sort:
18752   - "L2PATCH"
18753   - "L2XCBASE"
18754   - "BASE"
18755   - "FIB_10K"
18756   - "FIB_100K"
18757   - "FIB_1M"
18758   layout:
18759     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18760     layout: "plot-latency"
18761
18762 -
18763   type: "plot"
18764   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18765   algorithm: "plot_latency_error_bars"
18766   output-file-type: ".html"
18767   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18768   data: "plot-vpp-throughput-latency-3n-hsw"
18769   filter: "'NIC_Intel-X710' and
18770            '64B' and
18771            ('BASE' or 'SCALE') and
18772            'NDRPDR' and
18773            'ETH' and
18774            '2T2C' and
18775            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18776            not 'VHOST' and
18777            not 'MEMIF'"
18778   parameters:
18779   - "latency"
18780   - "parent"
18781   - "tags"
18782   sort:
18783   - "L2PATCH"
18784   - "L2XCBASE"
18785   - "BASE"
18786   - "FIB_10K"
18787   - "FIB_100K"
18788   - "FIB_1M"
18789   layout:
18790     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18791     layout: "plot-latency"
18792
18793 # Packet Latency - VPP L2 3n-hsw-x710 features
18794 -
18795   type: "plot"
18796   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18797   algorithm: "plot_latency_error_bars"
18798   output-file-type: ".html"
18799   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18800   data: "plot-vpp-throughput-latency-3n-hsw"
18801   filter: "'NIC_Intel-X710' and
18802            '64B' and
18803            'NDRPDR' and
18804            '1T1C' and
18805            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18806            not 'ACL' and
18807            not 'VHOST' and
18808            not 'MEMIF'"
18809   parameters:
18810   - "latency"
18811   - "parent"
18812   - "tags"
18813   sort:
18814   - "L2XCBASE"    # l2xcbase
18815   - "L2BDBASE"    # l2bdbase
18816   - "L2XCFWD"     # dot1q-l2xcbase
18817   - "L2BDMACLRN"  # dot1q-l2bdbase
18818   layout:
18819     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18820     layout: "plot-latency"
18821
18822 -
18823   type: "plot"
18824   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18825   algorithm: "plot_latency_error_bars"
18826   output-file-type: ".html"
18827   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18828   data: "plot-vpp-throughput-latency-3n-hsw"
18829   filter: "'NIC_Intel-X710' and
18830            '64B' and
18831            'NDRPDR' and
18832            '2T2C' and
18833            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18834            not 'ACL' and
18835            not 'VHOST' and
18836            not 'MEMIF'"
18837   parameters:
18838   - "latency"
18839   - "parent"
18840   - "tags"
18841   sort:
18842   - "L2XCBASE"    # l2xcbase
18843   - "L2BDBASE"    # l2bdbase
18844   - "L2XCFWD"     # dot1q-l2xcbase
18845   - "L2BDMACLRN"  # dot1q-l2bdbase
18846   layout:
18847     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18848     layout: "plot-latency"
18849
18850 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18851 -
18852   type: "plot"
18853   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18854   algorithm: "plot_latency_error_bars"
18855   output-file-type: ".html"
18856   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18857   data: "plot-vpp-throughput-latency-3n-hsw"
18858   filter: "'NIC_Intel-XL710' and
18859            '64B' and
18860            ('BASE' or 'SCALE') and
18861            'NDRPDR' and
18862            'ETH' and
18863            '1T1C' and
18864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18865            not 'VHOST' and
18866            not 'MEMIF'"
18867   parameters:
18868   - "latency"
18869   - "parent"
18870   - "tags"
18871   sort:
18872   - "L2PATCH"
18873   - "L2XCBASE"
18874   - "BASE"
18875   - "FIB_10K"
18876   - "FIB_100K"
18877   - "FIB_1M"
18878   layout:
18879     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18880     layout: "plot-latency"
18881
18882 -
18883   type: "plot"
18884   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18885   algorithm: "plot_latency_error_bars"
18886   output-file-type: ".html"
18887   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18888   data: "plot-vpp-throughput-latency-3n-hsw"
18889   filter: "'NIC_Intel-XL710' and
18890            '64B' and
18891            ('BASE' or 'SCALE') and
18892            'NDRPDR' and
18893            'ETH' and
18894            '2T2C' and
18895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18896            not 'VHOST' and
18897            not 'MEMIF'"
18898   parameters:
18899   - "latency"
18900   - "parent"
18901   - "tags"
18902   sort:
18903   - "L2PATCH"
18904   - "L2XCBASE"
18905   - "BASE"
18906   - "FIB_10K"
18907   - "FIB_100K"
18908   - "FIB_1M"
18909   layout:
18910     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18911     layout: "plot-latency"
18912
18913 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18914 -
18915   type: "plot"
18916   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18917   algorithm: "plot_latency_error_bars"
18918   output-file-type: ".html"
18919   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18920   data: "plot-vpp-throughput-latency-3n-skx"
18921   filter: "'NIC_Intel-X710' and
18922            '64B' and
18923            ('BASE' or 'SCALE') and
18924            'NDRPDR' and
18925            'ETH' and
18926            '2T1C' and
18927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18928            not 'VHOST' and
18929            not 'MEMIF' and
18930            not 'DRV_AVF'"
18931   parameters:
18932   - "latency"
18933   - "parent"
18934   - "tags"
18935   sort:
18936   - "L2PATCH"
18937   - "L2XCBASE"
18938   - "BASE"
18939   - "FIB_10K"
18940   - "FIB_100K"
18941   - "FIB_1M"
18942   layout:
18943     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18944     layout: "plot-latency"
18945
18946 -
18947   type: "plot"
18948   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18949   algorithm: "plot_latency_error_bars"
18950   output-file-type: ".html"
18951   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18952   data: "plot-vpp-throughput-latency-3n-skx"
18953   filter: "'NIC_Intel-X710' and
18954            '64B' and
18955            ('BASE' or 'SCALE') and
18956            'NDRPDR' and
18957            'ETH' and
18958            '4T2C' and
18959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18960            not 'VHOST' and
18961            not 'MEMIF' and
18962            not 'DRV_AVF'"
18963   parameters:
18964   - "latency"
18965   - "parent"
18966   - "tags"
18967   sort:
18968   - "L2PATCH"
18969   - "L2XCBASE"
18970   - "BASE"
18971   - "FIB_10K"
18972   - "FIB_100K"
18973   - "FIB_1M"
18974   layout:
18975     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18976     layout: "plot-latency"
18977
18978 # Packet Latency - VPP L2 3n-skx-x710 features
18979 -
18980   type: "plot"
18981   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18982   algorithm: "plot_latency_error_bars"
18983   output-file-type: ".html"
18984   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18985   data: "plot-vpp-throughput-latency-3n-skx"
18986   filter: "'NIC_Intel-X710' and
18987            '64B' and
18988            'NDRPDR' and
18989            '2T1C' and
18990            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18991            not 'ACL' and
18992            not 'VHOST' and
18993            not 'MEMIF'"
18994   parameters:
18995   - "latency"
18996   - "parent"
18997   - "tags"
18998   sort:
18999   - "L2XCBASE"    # l2xcbase
19000   - "L2BDBASE"    # l2bdbase
19001   - "L2XCFWD"     # dot1q-l2xcbase
19002   - "L2BDMACLRN"  # dot1q-l2bdbase
19003   layout:
19004     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
19005     layout: "plot-latency"
19006
19007 -
19008   type: "plot"
19009   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19010   algorithm: "plot_latency_error_bars"
19011   output-file-type: ".html"
19012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19013   data: "plot-vpp-throughput-latency-3n-skx"
19014   filter: "'NIC_Intel-X710' and
19015            '64B' and
19016            'NDRPDR' and
19017            '4T2C' and
19018            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19019            not 'ACL' and
19020            not 'VHOST' and
19021            not 'MEMIF'"
19022   parameters:
19023   - "latency"
19024   - "parent"
19025   - "tags"
19026   sort:
19027   - "L2XCBASE"    # l2xcbase
19028   - "L2BDBASE"    # l2bdbase
19029   - "L2XCFWD"     # dot1q-l2xcbase
19030   - "L2BDMACLRN"  # dot1q-l2bdbase
19031   layout:
19032     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
19033     layout: "plot-latency"
19034
19035 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
19036 -
19037   type: "plot"
19038   title: "VPP Latency: l2sw-3n-skx-xxv710-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-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19042   data: "plot-vpp-throughput-latency-3n-skx"
19043   filter: "'NIC_Intel-XXV710' 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-xxv710-64b-2t1c-base_and_scale-ndr"
19066     layout: "plot-latency"
19067
19068 -
19069   type: "plot"
19070   title: "VPP Latency: l2sw-3n-skx-xxv710-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-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19074   data: "plot-vpp-throughput-latency-3n-skx"
19075   filter: "'NIC_Intel-XXV710' 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-xxv710-64b-4t2c-base_and_scale-ndr"
19098     layout: "plot-latency"
19099
19100 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19101 -
19102   type: "plot"
19103   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19104   algorithm: "plot_latency_error_bars"
19105   output-file-type: ".html"
19106   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19107   data: "plot-vpp-throughput-latency-2n-skx"
19108   filter: "'NIC_Intel-X710' and
19109            '64B' and
19110            'ETH' and
19111            ('BASE' or 'SCALE') and
19112            'NDRPDR' and
19113            '2T1C' and
19114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19115            not 'VHOST' and
19116            not 'MEMIF'"
19117   parameters:
19118   - "latency"
19119   - "parent"
19120   - "tags"
19121   sort:
19122   - "L2PATCH"
19123   - "L2XCBASE"
19124   - "BASE"
19125   - "FIB_10K"
19126   - "FIB_100K"
19127   - "FIB_1M"
19128   layout:
19129     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19130     layout: "plot-latency"
19131
19132 -
19133   type: "plot"
19134   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19135   algorithm: "plot_latency_error_bars"
19136   output-file-type: ".html"
19137   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19138   data: "plot-vpp-throughput-latency-2n-skx"
19139   filter: "'NIC_Intel-X710' and
19140            '64B' and
19141            ('BASE' or 'SCALE') and
19142            'NDRPDR' and
19143            'ETH' and
19144            '4T2C' and
19145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19146            not 'VHOST' and
19147            not 'MEMIF'"
19148   parameters:
19149   - "latency"
19150   - "parent"
19151   - "tags"
19152   sort:
19153   - "L2PATCH"
19154   - "L2XCBASE"
19155   - "BASE"
19156   - "FIB_10K"
19157   - "FIB_100K"
19158   - "FIB_1M"
19159   layout:
19160     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19161     layout: "plot-latency"
19162
19163 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19164 -
19165   type: "plot"
19166   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19167   algorithm: "plot_latency_error_bars"
19168   output-file-type: ".html"
19169   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19170   data: "plot-vpp-throughput-latency-2n-skx"
19171   filter: "'NIC_Intel-XXV710' and
19172            '64B' and
19173            ('BASE' or 'SCALE') and
19174            'NDRPDR' and
19175            'ETH' and
19176            '2T1C' and
19177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19178            not 'VHOST' and
19179            not 'MEMIF'"
19180   parameters:
19181   - "latency"
19182   - "parent"
19183   - "tags"
19184   sort:
19185   - "L2PATCH"
19186   - "L2XCBASE"
19187   - "BASE"
19188   - "FIB_10K"
19189   - "FIB_100K"
19190   - "FIB_1M"
19191   layout:
19192     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19193     layout: "plot-latency"
19194
19195 -
19196   type: "plot"
19197   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19198   algorithm: "plot_latency_error_bars"
19199   output-file-type: ".html"
19200   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19201   data: "plot-vpp-throughput-latency-2n-skx"
19202   filter: "'NIC_Intel-XXV710' and
19203            '64B' and
19204            ('BASE' or 'SCALE') and
19205            'NDRPDR' and
19206            'ETH' and
19207            '4T2C' and
19208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19209            not 'VHOST' and
19210            not 'MEMIF'"
19211   parameters:
19212   - "latency"
19213   - "parent"
19214   - "tags"
19215   sort:
19216   - "L2PATCH"
19217   - "L2XCBASE"
19218   - "BASE"
19219   - "FIB_10K"
19220   - "FIB_100K"
19221   - "FIB_1M"
19222   layout:
19223     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19224     layout: "plot-latency"
19225
19226 ################################################################################
19227
19228 # Packet Latency - VPP Container Memif 3n-hsw-x520
19229 -
19230   type: "plot"
19231   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19232   algorithm: "plot_latency_error_bars"
19233   output-file-type: ".html"
19234   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19235   data: "plot-vpp-throughput-latency-3n-hsw"
19236   filter: "'NIC_Intel-X520-DA2' and
19237            '64B' and
19238            ('BASE' or 'SCALE') and
19239            'NDRPDR' and
19240            '1T1C' and
19241            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19242            not 'VHOST' and
19243            'MEMIF'"
19244   parameters:
19245   - "latency"
19246   - "parent"
19247   - "tags"
19248   sort:
19249   - "L2XCFWD"
19250   - "L2XCFWD"
19251   - "L2XCFWD"
19252   - "L2BDMACLRN"
19253   - "L2BDMACLRN"
19254   - "L2BDMACLRN"
19255   layout:
19256     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19257     layout: "plot-latency"
19258
19259 -
19260   type: "plot"
19261   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19262   algorithm: "plot_latency_error_bars"
19263   output-file-type: ".html"
19264   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19265   data: "plot-vpp-throughput-latency-3n-hsw"
19266   filter: "'NIC_Intel-X520-DA2' and
19267            '64B' and
19268            ('BASE' or 'SCALE') and
19269            'NDRPDR' and
19270            '2T2C' and
19271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19272            not 'VHOST' and
19273            'MEMIF'"
19274   parameters:
19275   - "latency"
19276   - "parent"
19277   - "tags"
19278   sort:
19279   - "L2XCFWD"
19280   - "L2XCFWD"
19281   - "L2XCFWD"
19282   - "L2BDMACLRN"
19283   - "L2BDMACLRN"
19284   - "L2BDMACLRN"
19285   layout:
19286     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19287     layout: "plot-latency"
19288
19289 # Packet Latency - VPP Container Memif 3n-hsw-x710
19290 -
19291   type: "plot"
19292   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19293   algorithm: "plot_latency_error_bars"
19294   output-file-type: ".html"
19295   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19296   data: "plot-vpp-throughput-latency-3n-hsw"
19297   filter: "'NIC_Intel-X710' and
19298            '64B' and
19299            ('BASE' or 'SCALE') and
19300            'NDRPDR' and
19301            '1T1C' and
19302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19303            not 'VHOST' and
19304            'MEMIF'"
19305   parameters:
19306   - "latency"
19307   - "parent"
19308   - "tags"
19309   sort:
19310   - "L2XCFWD"
19311   - "L2XCFWD"
19312   - "L2XCFWD"
19313   - "L2BDMACLRN"
19314   - "L2BDMACLRN"
19315   - "L2BDMACLRN"
19316   layout:
19317     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19318     layout: "plot-latency"
19319
19320 -
19321   type: "plot"
19322   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19323   algorithm: "plot_latency_error_bars"
19324   output-file-type: ".html"
19325   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19326   data: "plot-vpp-throughput-latency-3n-hsw"
19327   filter: "'NIC_Intel-X710' and
19328            '64B' and
19329            ('BASE' or 'SCALE') and
19330            'NDRPDR' and
19331            '2T2C' and
19332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19333            not 'VHOST' and
19334            'MEMIF'"
19335   parameters:
19336   - "latency"
19337   - "parent"
19338   - "tags"
19339   sort:
19340   - "L2XCFWD"
19341   - "L2XCFWD"
19342   - "L2XCFWD"
19343   - "L2BDMACLRN"
19344   - "L2BDMACLRN"
19345   - "L2BDMACLRN"
19346   layout:
19347     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19348     layout: "plot-latency"
19349
19350 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19351 -
19352   type: "plot"
19353   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19354   algorithm: "plot_latency_error_bars"
19355   output-file-type: ".html"
19356   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19357   data: "plot-vpp-throughput-latency-3n-hsw"
19358   filter: "'NIC_Intel-XL710' and
19359            '64B' and
19360            ('BASE' or 'SCALE') and
19361            'NDRPDR' and
19362            '1T1C' and
19363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19364            not 'VHOST' and
19365            'MEMIF'"
19366   parameters:
19367   - "latency"
19368   - "parent"
19369   - "tags"
19370   sort:
19371   - "L2XCFWD"
19372   - "L2XCFWD"
19373   - "L2XCFWD"
19374   - "L2BDMACLRN"
19375   - "L2BDMACLRN"
19376   - "L2BDMACLRN"
19377   layout:
19378     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19379     layout: "plot-latency"
19380
19381 -
19382   type: "plot"
19383   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19384   algorithm: "plot_latency_error_bars"
19385   output-file-type: ".html"
19386   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19387   data: "plot-vpp-throughput-latency-3n-hsw"
19388   filter: "'NIC_Intel-XL710' and
19389            '64B' and
19390            ('BASE' or 'SCALE') and
19391            'NDRPDR' and
19392            '2T2C' and
19393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19394            not 'VHOST' and
19395            'MEMIF'"
19396   parameters:
19397   - "latency"
19398   - "parent"
19399   - "tags"
19400   sort:
19401   - "L2XCFWD"
19402   - "L2XCFWD"
19403   - "L2XCFWD"
19404   - "L2BDMACLRN"
19405   - "L2BDMACLRN"
19406   - "L2BDMACLRN"
19407   layout:
19408     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19409     layout: "plot-latency"
19410
19411 # Packet Latency - VPP Container Memif 3n-skx-x710
19412 -
19413   type: "plot"
19414   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19415   algorithm: "plot_latency_error_bars"
19416   output-file-type: ".html"
19417   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19418   data: "plot-vpp-throughput-latency-3n-skx"
19419   filter: "'NIC_Intel-X710' and
19420            '64B' and
19421            ('BASE' or 'SCALE') and
19422            'NDRPDR' and
19423            '2T1C' and
19424            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') 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   layout:
19439     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19440     layout: "plot-latency"
19441
19442 -
19443   type: "plot"
19444   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19445   algorithm: "plot_latency_error_bars"
19446   output-file-type: ".html"
19447   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19448   data: "plot-vpp-throughput-latency-3n-skx"
19449   filter: "'NIC_Intel-X710' and
19450            '64B' and
19451            ('BASE' or 'SCALE') and
19452            'NDRPDR' and
19453            '4T2C' and
19454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19455            not 'VHOST' and
19456            'MEMIF'"
19457   parameters:
19458   - "latency"
19459   - "parent"
19460   - "tags"
19461   sort:
19462   - "L2XCFWD"
19463   - "L2XCFWD"
19464   - "L2XCFWD"
19465   - "L2BDMACLRN"
19466   - "L2BDMACLRN"
19467   - "L2BDMACLRN"
19468   layout:
19469     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19470     layout: "plot-latency"
19471
19472 # Packet Latency - VPP Container Memif 2n-skx-x710
19473 -
19474   type: "plot"
19475   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19476   algorithm: "plot_latency_error_bars"
19477   output-file-type: ".html"
19478   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19479   data: "plot-vpp-throughput-latency-2n-skx"
19480   filter: "'NIC_Intel-X710' and
19481            '64B' and
19482            ('BASE' or 'SCALE') and
19483            'NDRPDR' and
19484            '2T1C' and
19485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19486            not 'VHOST' and
19487            'MEMIF'"
19488   parameters:
19489   - "latency"
19490   - "parent"
19491   - "tags"
19492   sort:
19493   - "L2XCFWD"
19494   - "L2XCFWD"
19495   - "L2XCFWD"
19496   - "L2BDMACLRN"
19497   - "L2BDMACLRN"
19498   - "L2BDMACLRN"
19499   layout:
19500     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19501     layout: "plot-latency"
19502
19503 -
19504   type: "plot"
19505   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19506   algorithm: "plot_latency_error_bars"
19507   output-file-type: ".html"
19508   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19509   data: "plot-vpp-throughput-latency-2n-skx"
19510   filter: "'NIC_Intel-X710' and
19511            '64B' and
19512            ('BASE' or 'SCALE') and
19513            'NDRPDR' and
19514            '4T2C' and
19515            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19516            not 'VHOST' and
19517            'MEMIF'"
19518   parameters:
19519   - "latency"
19520   - "parent"
19521   - "tags"
19522   sort:
19523   - "L2XCFWD"
19524   - "L2XCFWD"
19525   - "L2XCFWD"
19526   - "L2BDMACLRN"
19527   - "L2BDMACLRN"
19528   - "L2BDMACLRN"
19529   layout:
19530     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19531     layout: "plot-latency"
19532
19533 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19534 -
19535   type: "plot"
19536   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19537   algorithm: "plot_latency_error_bars"
19538   output-file-type: ".html"
19539   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19540   data: "plot-vpp-throughput-latency-2n-skx"
19541   filter: "'NIC_Intel-XXV710' and
19542            '64B' and
19543            ('BASE' or 'SCALE') and
19544            'NDRPDR' and
19545            '2T1C' and
19546            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19547            not 'VHOST' and
19548            'MEMIF'"
19549   parameters:
19550   - "latency"
19551   - "parent"
19552   - "tags"
19553   sort:
19554   - "L2XCFWD"
19555   - "L2XCFWD"
19556   - "L2XCFWD"
19557   - "L2BDMACLRN"
19558   - "L2BDMACLRN"
19559   - "L2BDMACLRN"
19560   layout:
19561     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19562     layout: "plot-latency"
19563
19564 -
19565   type: "plot"
19566   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19567   algorithm: "plot_latency_error_bars"
19568   output-file-type: ".html"
19569   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19570   data: "plot-vpp-throughput-latency-2n-skx"
19571   filter: "'NIC_Intel-XXV710' and
19572            '64B' and
19573            ('BASE' or 'SCALE') and
19574            'NDRPDR' and
19575            '4T2C' and
19576            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19577            not 'VHOST' and
19578            'MEMIF'"
19579   parameters:
19580   - "latency"
19581   - "parent"
19582   - "tags"
19583   sort:
19584   - "L2XCFWD"
19585   - "L2XCFWD"
19586   - "L2XCFWD"
19587   - "L2BDMACLRN"
19588   - "L2BDMACLRN"
19589   - "L2BDMACLRN"
19590   layout:
19591     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19592     layout: "plot-latency"
19593
19594 ################################################################################
19595
19596 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19597 -
19598   type: "plot"
19599   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19600   algorithm: "plot_latency_error_bars"
19601   output-file-type: ".html"
19602   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19603   data: "plot-ligato-throughput-latency-3n-hsw"
19604   filter: "'NIC_Intel-X520-DA2' and
19605            '64B' and
19606            ('BASE' or 'SCALE') and
19607            'NDRPDR' and
19608            '1T1C' and
19609            'L2XCFWD' and
19610            not 'VHOST' and
19611            'MEMIF'"
19612   parameters:
19613   - "latency"
19614   - "parent"
19615   - "tags"
19616   sort:
19617   - "1VNF"
19618   - "2VNF"
19619   - "4VNF"
19620   - "2VNF"
19621   - "4VNF"
19622   layout:
19623     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19624     layout: "plot-latency"
19625
19626 -
19627   type: "plot"
19628   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19629   algorithm: "plot_latency_error_bars"
19630   output-file-type: ".html"
19631   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19632   data: "plot-ligato-throughput-latency-3n-hsw"
19633   filter: "'NIC_Intel-X520-DA2' and
19634            '64B' and
19635            ('BASE' or 'SCALE') and
19636            'NDRPDR' and
19637            '2T2C' and
19638            'L2XCFWD' and
19639            not 'VHOST' and
19640            'MEMIF'"
19641   parameters:
19642   - "latency"
19643   - "parent"
19644   - "tags"
19645   sort:
19646   - "1VNF"
19647   - "2VNF"
19648   - "4VNF"
19649   - "2VNF"
19650   - "4VNF"
19651   layout:
19652     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19653     layout: "plot-latency"
19654
19655 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19656 -
19657   type: "plot"
19658   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19659   algorithm: "plot_latency_error_bars"
19660   output-file-type: ".html"
19661   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19662   data: "plot-ligato-throughput-latency-3n-hsw"
19663   filter: "'NIC_Intel-X520-DA2' and
19664            '64B' and
19665            ('BASE' or 'SCALE') and
19666            'NDRPDR' and
19667            '1T1C' and
19668            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19669            not 'VHOST' and
19670            'MEMIF'"
19671   parameters:
19672   - "latency"
19673   - "parent"
19674   - "tags"
19675   sort:
19676   - "1VNF"
19677   - "2VNF"
19678   - "4VNF"
19679   - "2VNF"
19680   - "4VNF"
19681   layout:
19682     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19683     layout: "plot-latency"
19684
19685 -
19686   type: "plot"
19687   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19688   algorithm: "plot_latency_error_bars"
19689   output-file-type: ".html"
19690   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19691   data: "plot-ligato-throughput-latency-3n-hsw"
19692   filter: "'NIC_Intel-X520-DA2' and
19693            '64B' and
19694            ('BASE' or 'SCALE') and
19695            'NDRPDR' and
19696            '2T2C' and
19697            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19698            not 'VHOST' and
19699            'MEMIF'"
19700   parameters:
19701   - "latency"
19702   - "parent"
19703   - "tags"
19704   sort:
19705   - "1VNF"
19706   - "2VNF"
19707   - "4VNF"
19708   - "2VNF"
19709   - "4VNF"
19710   layout:
19711     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19712     layout: "plot-latency"
19713
19714 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19715 -
19716   type: "plot"
19717   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19718   algorithm: "plot_latency_error_bars"
19719   output-file-type: ".html"
19720   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19721   data: "plot-ligato-throughput-latency-3n-hsw"
19722   filter: "'NIC_Intel-X710' and
19723            '64B' and
19724            ('BASE' or 'SCALE') and
19725            'NDRPDR' and
19726            '1T1C' and
19727            'L2XCFWD' and
19728            not 'VHOST' and
19729            'MEMIF'"
19730   parameters:
19731   - "latency"
19732   - "parent"
19733   - "tags"
19734   sort:
19735   - "1VNF"
19736   - "2VNF"
19737   - "4VNF"
19738   - "2VNF"
19739   - "4VNF"
19740   layout:
19741     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19742     layout: "plot-latency"
19743
19744 -
19745   type: "plot"
19746   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19747   algorithm: "plot_latency_error_bars"
19748   output-file-type: ".html"
19749   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19750   data: "plot-ligato-throughput-latency-3n-hsw"
19751   filter: "'NIC_Intel-X710' and
19752            '64B' and
19753            ('BASE' or 'SCALE') and
19754            'NDRPDR' and
19755            '2T2C' and
19756            'L2XCFWD' and
19757            not 'VHOST' and
19758            'MEMIF'"
19759   parameters:
19760   - "latency"
19761   - "parent"
19762   - "tags"
19763   sort:
19764   - "1VNF"
19765   - "2VNF"
19766   - "4VNF"
19767   - "2VNF"
19768   - "4VNF"
19769   layout:
19770     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19771     layout: "plot-latency"
19772
19773 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19774 -
19775   type: "plot"
19776   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19777   algorithm: "plot_latency_error_bars"
19778   output-file-type: ".html"
19779   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19780   data: "plot-ligato-throughput-latency-3n-hsw"
19781   filter: "'NIC_Intel-X710' and
19782            '64B' and
19783            ('BASE' or 'SCALE') and
19784            'NDRPDR' and
19785            '1T1C' and
19786            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19787            not 'VHOST' and
19788            'MEMIF'"
19789   parameters:
19790   - "latency"
19791   - "parent"
19792   - "tags"
19793   sort:
19794   - "1VNF"
19795   - "2VNF"
19796   - "4VNF"
19797   - "2VNF"
19798   - "4VNF"
19799   layout:
19800     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19801     layout: "plot-latency"
19802
19803 -
19804   type: "plot"
19805   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19806   algorithm: "plot_latency_error_bars"
19807   output-file-type: ".html"
19808   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19809   data: "plot-ligato-throughput-latency-3n-hsw"
19810   filter: "'NIC_Intel-X710' and
19811            '64B' and
19812            ('BASE' or 'SCALE') and
19813            'NDRPDR' and
19814            '2T2C' and
19815            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19816            not 'VHOST' and
19817            'MEMIF'"
19818   parameters:
19819   - "latency"
19820   - "parent"
19821   - "tags"
19822   sort:
19823   - "1VNF"
19824   - "2VNF"
19825   - "4VNF"
19826   - "2VNF"
19827   - "4VNF"
19828   layout:
19829     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19830     layout: "plot-latency"
19831
19832 ################################################################################
19833
19834 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19835 -
19836   type: "plot"
19837   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19838   algorithm: "plot_latency_error_bars"
19839   output-file-type: ".html"
19840   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19841   data: "plot-vpp-throughput-latency-3n-hsw"
19842   filter: "'NIC_Intel-X520-DA2' and
19843            '64B' and
19844            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19845            'NDRPDR' and
19846            '1T1C' and
19847            'IP4FWD' and
19848            not 'IPSEC' and
19849            not 'VHOST'"
19850   parameters:
19851   - "latency"
19852   - "parent"
19853   - "tags"
19854   sort:
19855   - "DOT1Q"
19856   - "IP4BASE"
19857   - "FIB_20k"
19858   - "FIB_200k"
19859   - "FIB_2M"
19860   layout:
19861     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19862     layout: "plot-latency"
19863
19864 -
19865   type: "plot"
19866   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19867   algorithm: "plot_latency_error_bars"
19868   output-file-type: ".html"
19869   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19870   data: "plot-vpp-throughput-latency-3n-hsw"
19871   filter: "'NIC_Intel-X520-DA2' and
19872            '64B' and
19873            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19874            'NDRPDR' and
19875            '2T2C' and
19876            'IP4FWD' and
19877            not 'IPSEC' and
19878            not 'VHOST'"
19879   parameters:
19880   - "latency"
19881   - "parent"
19882   - "tags"
19883   sort:
19884   - "DOT1Q"
19885   - "IP4BASE"
19886   - "FIB_20k"
19887   - "FIB_200k"
19888   - "FIB_2M"
19889   layout:
19890     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19891     layout: "plot-latency"
19892
19893 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19894 -
19895   type: "plot"
19896   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19897   algorithm: "plot_latency_error_bars"
19898   output-file-type: ".html"
19899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19900   data: "plot-vpp-throughput-latency-3n-hsw"
19901   filter: "'NIC_Intel-X520-DA2' and
19902            '64B' and
19903            ('IP4BASE' or
19904             'POLICE_MARK' or
19905             'COPWHLIST' or
19906             ('NAT44' and 'BASE') or
19907             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19908            'NDRPDR' and
19909            '1T1C' and
19910            'IP4FWD' and
19911            not 'IPSEC' and
19912            not 'VHOST'"
19913   parameters:
19914   - "latency"
19915   - "parent"
19916   - "tags"
19917   sort:
19918   - "DOT1Q"
19919   - "IP4BASE"
19920   - "NAT44"
19921   - "POLICE_MARK"
19922   - "COPWHLIST"
19923   - "IACL"
19924   - "OACL"
19925   layout:
19926     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19927     layout: "plot-latency"
19928
19929 -
19930   type: "plot"
19931   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19932   algorithm: "plot_latency_error_bars"
19933   output-file-type: ".html"
19934   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19935   data: "plot-vpp-throughput-latency-3n-hsw"
19936   filter: "'NIC_Intel-X520-DA2' and
19937            '64B' and
19938            ('IP4BASE' or
19939             'POLICE_MARK' or
19940             'COPWHLIST' or
19941             ('NAT44' and 'BASE') or
19942             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19943            'NDRPDR' and
19944            '2T2C' and
19945            'IP4FWD' and
19946            not 'IPSEC' and
19947            not 'VHOST'"
19948   parameters:
19949   - "latency"
19950   - "parent"
19951   - "tags"
19952   sort:
19953   - "DOT1Q"
19954   - "IP4BASE"
19955   - "NAT44"
19956   - "POLICE_MARK"
19957   - "COPWHLIST"
19958   - "IACL"
19959   - "OACL"
19960   layout:
19961     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19962     layout: "plot-latency"
19963
19964 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19965 -
19966   type: "plot"
19967   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19968   algorithm: "plot_latency_error_bars"
19969   output-file-type: ".html"
19970   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19971   data: "plot-vpp-throughput-latency-3n-hsw"
19972   filter: "'NIC_Intel-X520-DA2' and
19973            '64B' and
19974            'NDRPDR' and
19975            '1T1C' and
19976            'IP4FWD' and
19977            'NAT44' and
19978            not 'IPSEC' and
19979            not 'VHOST'"
19980   parameters:
19981   - "latency"
19982   - "parent"
19983   - "tags"
19984   sort:
19985   - "BASE"
19986   - "BASE"
19987   - "SRC_USER_10"
19988   - "SRC_USER_100"
19989   - "SRC_USER_1000"
19990   - "SRC_USER_2000"
19991   layout:
19992     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19993     layout: "plot-latency"
19994
19995 -
19996   type: "plot"
19997   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19998   algorithm: "plot_latency_error_bars"
19999   output-file-type: ".html"
20000   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20001   data: "plot-vpp-throughput-latency-3n-hsw"
20002   filter: "'NIC_Intel-X520-DA2' and
20003            '64B' and
20004            'NDRPDR' and
20005            '2T2C' and
20006            'IP4FWD' and
20007            'NAT44' and
20008            not 'IPSEC' and
20009            not 'VHOST'"
20010   parameters:
20011   - "latency"
20012   - "parent"
20013   - "tags"
20014   sort:
20015   - "BASE"
20016   - "BASE"
20017   - "SRC_USER_10"
20018   - "SRC_USER_100"
20019   - "SRC_USER_1000"
20020   - "SRC_USER_2000"
20021   layout:
20022     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20023     layout: "plot-latency"
20024
20025 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20026 -
20027   type: "plot"
20028   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20029   algorithm: "plot_latency_error_bars"
20030   output-file-type: ".html"
20031   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20032   data: "plot-vpp-throughput-latency-3n-hsw"
20033   filter: "'NIC_Intel-X520-DA2' and
20034            '64B' and
20035            'NDRPDR' and
20036            '1T1C' and
20037            'IP4FWD' and
20038            'IACL' and
20039            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20040            not 'IPSEC' and
20041            not 'VHOST'"
20042   parameters:
20043   - "latency"
20044   - "parent"
20045   - "tags"
20046   sort:
20047   - "ACL_STATELESS"
20048   - "ACL_STATEFUL"
20049   - "ACL_STATELESS"
20050   - "ACL_STATEFUL"
20051   layout:
20052     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
20053     layout: "plot-latency"
20054
20055 -
20056   type: "plot"
20057   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20058   algorithm: "plot_latency_error_bars"
20059   output-file-type: ".html"
20060   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20061   data: "plot-vpp-throughput-latency-3n-hsw"
20062   filter: "'NIC_Intel-X520-DA2' and
20063            '64B' and
20064            'NDRPDR' and
20065            '2T2C' and
20066            'IP4FWD' and
20067            'IACL' and
20068            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20069            not 'IPSEC' and
20070            not 'VHOST'"
20071   parameters:
20072   - "latency"
20073   - "parent"
20074   - "tags"
20075   sort:
20076   - "ACL_STATELESS"
20077   - "ACL_STATEFUL"
20078   - "ACL_STATELESS"
20079   - "ACL_STATEFUL"
20080   layout:
20081     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20082     layout: "plot-latency"
20083
20084 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20085 -
20086   type: "plot"
20087   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20088   algorithm: "plot_latency_error_bars"
20089   output-file-type: ".html"
20090   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20091   data: "plot-vpp-throughput-latency-3n-hsw"
20092   filter: "'NIC_Intel-X520-DA2' and
20093            '64B' and
20094            'NDRPDR' and
20095            '1T1C' and
20096            'IP4FWD' and
20097            'OACL' and
20098            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20099            not 'IPSEC' and
20100            not 'VHOST'"
20101   parameters:
20102   - "latency"
20103   - "parent"
20104   - "tags"
20105   sort:
20106   - "ACL_STATELESS"
20107   - "ACL_STATEFUL"
20108   - "ACL_STATELESS"
20109   - "ACL_STATEFUL"
20110   layout:
20111     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20112     layout: "plot-latency"
20113
20114 -
20115   type: "plot"
20116   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20117   algorithm: "plot_latency_error_bars"
20118   output-file-type: ".html"
20119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20120   data: "plot-vpp-throughput-latency-3n-hsw"
20121   filter: "'NIC_Intel-X520-DA2' and
20122            '64B' and
20123            'NDRPDR' and
20124            '2T2C' and
20125            'IP4FWD' and
20126            'OACL' and
20127            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20128            not 'IPSEC' and
20129            not 'VHOST'"
20130   parameters:
20131   - "latency"
20132   - "parent"
20133   - "tags"
20134   sort:
20135   - "ACL_STATELESS"
20136   - "ACL_STATEFUL"
20137   - "ACL_STATELESS"
20138   - "ACL_STATEFUL"
20139   layout:
20140     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20141     layout: "plot-latency"
20142
20143 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20144 -
20145   type: "plot"
20146   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20147   algorithm: "plot_latency_error_bars"
20148   output-file-type: ".html"
20149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20150   data: "plot-vpp-throughput-latency-3n-hsw"
20151   filter: "'NIC_Intel-X710' and
20152            '64B' and
20153            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20154            'NDRPDR' and
20155            '1T1C' and
20156            'IP4FWD' and
20157            not 'IPSEC' and
20158            not 'VHOST'"
20159   parameters:
20160   - "latency"
20161   - "parent"
20162   - "tags"
20163   sort:
20164   - "DOT1Q"
20165   - "IP4BASE"
20166   - "FIB_20K"
20167   - "FIB_200K"
20168   - "FIB_2M"
20169   layout:
20170     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20171     layout: "plot-latency"
20172
20173 -
20174   type: "plot"
20175   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20176   algorithm: "plot_latency_error_bars"
20177   output-file-type: ".html"
20178   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20179   data: "plot-vpp-throughput-latency-3n-hsw"
20180   filter: "'NIC_Intel-X710' and
20181            '64B' and
20182            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20183            'NDRPDR' and
20184            '2T2C' and
20185            'IP4FWD' and
20186            not 'IPSEC' and
20187            not 'VHOST'"
20188   parameters:
20189   - "latency"
20190   - "parent"
20191   - "tags"
20192   sort:
20193   - "DOT1Q"
20194   - "IP4BASE"
20195   - "FIB_20K"
20196   - "FIB_200K"
20197   - "FIB_2M"
20198   layout:
20199     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20200     layout: "plot-latency"
20201
20202 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20203 -
20204   type: "plot"
20205   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20206   algorithm: "plot_latency_error_bars"
20207   output-file-type: ".html"
20208   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20209   data: "plot-vpp-throughput-latency-3n-hsw"
20210   filter: "'NIC_Intel-X710' and
20211            '64B' and
20212            ('IP4BASE' or
20213             'POLICE_MARK' or
20214             'COPWHLIST' or
20215             ('NAT44' and 'BASE') or
20216             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20217            'NDRPDR' and
20218            '1T1C' and
20219            'IP4FWD' and
20220            not 'IPSEC' and
20221            not 'VHOST'"
20222   parameters:
20223   - "latency"
20224   - "parent"
20225   - "tags"
20226   sort:
20227   - "IP4BASE"
20228   - "NAT44"
20229   - "POLICE_MARK"
20230   - "COPWHLIST"
20231   - "IACL"
20232   - "OACL"
20233   layout:
20234     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20235     layout: "plot-latency"
20236
20237 -
20238   type: "plot"
20239   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20240   algorithm: "plot_latency_error_bars"
20241   output-file-type: ".html"
20242   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20243   data: "plot-vpp-throughput-latency-3n-hsw"
20244   filter: "'NIC_Intel-X710' and
20245            '64B' and
20246            ('IP4BASE' or
20247             'POLICE_MARK' or
20248             'COPWHLIST' or
20249             ('NAT44' and 'BASE') or
20250             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20251            'NDRPDR' and
20252            '2T2C' and
20253            'IP4FWD' and
20254            not 'IPSEC' and
20255            not 'VHOST'"
20256   parameters:
20257   - "latency"
20258   - "parent"
20259   - "tags"
20260   sort:
20261   - "IP4BASE"
20262   - "NAT44"
20263   - "POLICE_MARK"
20264   - "COPWHLIST"
20265   - "IACL"
20266   - "OACL"
20267   layout:
20268     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20269     layout: "plot-latency"
20270
20271 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20272 -
20273   type: "plot"
20274   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20275   algorithm: "plot_latency_error_bars"
20276   output-file-type: ".html"
20277   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20278   data: "plot-vpp-throughput-latency-3n-hsw"
20279   filter: "'NIC_Intel-X710' and
20280            '64B' and
20281            'NDRPDR' and
20282            '1T1C' and
20283            'IP4FWD' and
20284            'NAT44' and
20285            not 'IPSEC' and
20286            not 'VHOST'"
20287   parameters:
20288   - "latency"
20289   - "parent"
20290   - "tags"
20291   sort:
20292   - "BASE"
20293   - "BASE"
20294   - "SRC_USER_10"
20295   - "SRC_USER_100"
20296   - "SRC_USER_1000"
20297   - "SRC_USER_2000"
20298   layout:
20299     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20300     layout: "plot-latency"
20301
20302 -
20303   type: "plot"
20304   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20305   algorithm: "plot_latency_error_bars"
20306   output-file-type: ".html"
20307   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20308   data: "plot-vpp-throughput-latency-3n-hsw"
20309   filter: "'NIC_Intel-X710' and
20310            '64B' and
20311            'NDRPDR' and
20312            '2T2C' and
20313            'IP4FWD' and
20314            'NAT44' and
20315            not 'IPSEC' and
20316            not 'VHOST'"
20317   parameters:
20318   - "latency"
20319   - "parent"
20320   - "tags"
20321   sort:
20322   - "BASE"
20323   - "BASE"
20324   - "SRC_USER_10"
20325   - "SRC_USER_100"
20326   - "SRC_USER_1000"
20327   - "SRC_USER_2000"
20328   layout:
20329     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20330     layout: "plot-latency"
20331
20332 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20333 -
20334   type: "plot"
20335   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20336   algorithm: "plot_latency_error_bars"
20337   output-file-type: ".html"
20338   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20339   data: "plot-vpp-throughput-latency-3n-hsw"
20340   filter: "'NIC_Intel-X710' and
20341            '64B' and
20342            'NDRPDR' and
20343            '1T1C' and
20344            'IP4FWD' and
20345            'IACL' and
20346            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20347            not 'IPSEC' and
20348            not 'VHOST'"
20349   parameters:
20350   - "latency"
20351   - "parent"
20352   - "tags"
20353   sort:
20354   - "ACL_STATELESS"
20355   - "ACL_STATEFUL"
20356   - "ACL_STATELESS"
20357   - "ACL_STATEFUL"
20358   layout:
20359     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20360     layout: "plot-latency"
20361
20362 -
20363   type: "plot"
20364   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20365   algorithm: "plot_latency_error_bars"
20366   output-file-type: ".html"
20367   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20368   data: "plot-vpp-throughput-latency-3n-hsw"
20369   filter: "'NIC_Intel-X710' and
20370            '64B' and
20371            'NDRPDR' and
20372            '2T2C' and
20373            'IP4FWD' and
20374            'IACL' and
20375            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20376            not 'IPSEC' and
20377            not 'VHOST'"
20378   parameters:
20379   - "latency"
20380   - "parent"
20381   - "tags"
20382   sort:
20383   - "ACL_STATELESS"
20384   - "ACL_STATEFUL"
20385   - "ACL_STATELESS"
20386   - "ACL_STATEFUL"
20387   layout:
20388     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20389     layout: "plot-latency"
20390
20391 ## Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20392 #-
20393 #  type: "plot"
20394 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20395 #  algorithm: "plot_latency_error_bars"
20396 #  output-file-type: ".html"
20397 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20398 #  data: "plot-vpp-throughput-latency-3n-hsw"
20399 #  filter: "'NIC_Intel-X710' and
20400 #           '64B' and
20401 #           'NDRPDR' and
20402 #           '1T1C' and
20403 #           'IP4FWD' and
20404 #           'OACL' and
20405 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20406 #           not 'IPSEC' and
20407 #           not 'VHOST'"
20408 #  parameters:
20409 #  - "latency"
20410 #  - "parent"
20411 #  - "tags"
20412 #  sort:
20413 #  - "ACL_STATELESS"
20414 #  - "ACL_STATEFUL"
20415 #  - "ACL_STATELESS"
20416 #  - "ACL_STATEFUL"
20417 #  layout:
20418 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20419 #    layout: "plot-latency"
20420 #
20421 #-
20422 #  type: "plot"
20423 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20424 #  algorithm: "plot_latency_error_bars"
20425 #  output-file-type: ".html"
20426 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20427 #  data: "plot-vpp-throughput-latency-3n-hsw"
20428 #  filter: "'NIC_Intel-X710' and
20429 #           '64B' and
20430 #           'NDRPDR' and
20431 #           '2T2C' and
20432 #           'IP4FWD' and
20433 #           'OACL' and
20434 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20435 #           not 'IPSEC' and
20436 #           not 'VHOST'"
20437 #  parameters:
20438 #  - "latency"
20439 #  - "parent"
20440 #  - "tags"
20441 #  sort:
20442 #  - "ACL_STATELESS"
20443 #  - "ACL_STATEFUL"
20444 #  - "ACL_STATELESS"
20445 #  - "ACL_STATEFUL"
20446 #  layout:
20447 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20448 #    layout: "plot-latency"
20449
20450 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20451 -
20452   type: "plot"
20453   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20454   algorithm: "plot_latency_error_bars"
20455   output-file-type: ".html"
20456   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20457   data: "plot-vpp-throughput-latency-3n-hsw"
20458   filter: "'NIC_Intel-XL710' and
20459            '64B' and
20460            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20461            'NDRPDR' and
20462            '1T1C' and
20463            'IP4FWD' and
20464            not 'IPSEC' and
20465            not 'VHOST'"
20466   parameters:
20467   - "latency"
20468   - "parent"
20469   - "tags"
20470   sort:
20471   - "IP4BASE"
20472   - "FIB_20K"
20473   - "FIB_200K"
20474   - "FIB_2M"
20475   layout:
20476     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20477     layout: "plot-latency"
20478
20479 -
20480   type: "plot"
20481   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20482   algorithm: "plot_latency_error_bars"
20483   output-file-type: ".html"
20484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20485   data: "plot-vpp-throughput-latency-3n-hsw"
20486   filter: "'NIC_Intel-XL710' and
20487            '64B' and
20488            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20489            'NDRPDR' and
20490            '2T2C' and
20491            'IP4FWD' and
20492            not 'IPSEC' and
20493            not 'VHOST'"
20494   parameters:
20495   - "latency"
20496   - "parent"
20497   - "tags"
20498   sort:
20499   - "IP4BASE"
20500   - "FIB_20K"
20501   - "FIB_200K"
20502   - "FIB_2M"
20503   layout:
20504     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20505     layout: "plot-latency"
20506
20507 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20508 -
20509   type: "plot"
20510   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20511   algorithm: "plot_latency_error_bars"
20512   output-file-type: ".html"
20513   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20514   data: "plot-vpp-throughput-latency-3n-skx"
20515   filter: "'NIC_Intel-X710' and
20516            '64B' and
20517            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20518            'NDRPDR' and
20519            '2T1C' and
20520            'IP4FWD' and
20521            not 'IPSEC' and
20522            not 'VHOST'"
20523   parameters:
20524   - "latency"
20525   - "parent"
20526   - "tags"
20527   sort:
20528   - "IP4BASE"
20529   - "FIB_20K"
20530   - "FIB_200K"
20531   - "FIB_2M"
20532   layout:
20533     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20534     layout: "plot-latency"
20535
20536 -
20537   type: "plot"
20538   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20539   algorithm: "plot_latency_error_bars"
20540   output-file-type: ".html"
20541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20542   data: "plot-vpp-throughput-latency-3n-skx"
20543   filter: "'NIC_Intel-X710' and
20544            '64B' and
20545            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20546            'NDRPDR' and
20547            '4T2C' and
20548            'IP4FWD' and
20549            not 'IPSEC' and
20550            not 'VHOST'"
20551   parameters:
20552   - "latency"
20553   - "parent"
20554   - "tags"
20555   sort:
20556   - "IP4BASE"
20557   - "FIB_20K"
20558   - "FIB_200K"
20559   - "FIB_2M"
20560   layout:
20561     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20562     layout: "plot-latency"
20563
20564 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20565 -
20566   type: "plot"
20567   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20568   algorithm: "plot_latency_error_bars"
20569   output-file-type: ".html"
20570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20571   data: "plot-vpp-throughput-latency-3n-skx"
20572   filter: "'NIC_Intel-X710' and
20573            '64B' and
20574            ('IP4BASE' or
20575             'POLICE_MARK' or
20576             'COPWHLIST' or
20577             ('NAT44' and 'BASE') or
20578             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20579            'NDRPDR' and
20580            '2T1C' and
20581            'IP4FWD' and
20582            not 'IPSEC' and
20583            not 'VHOST'"
20584   parameters:
20585   - "latency"
20586   - "parent"
20587   - "tags"
20588   sort:
20589   - "IP4BASE"
20590   - "NAT44"
20591   - "POLICE_MARK"
20592   - "COPWHLIST"
20593   - "IACL"
20594   - "OACL"
20595   layout:
20596     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20597     layout: "plot-latency"
20598
20599 -
20600   type: "plot"
20601   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20602   algorithm: "plot_latency_error_bars"
20603   output-file-type: ".html"
20604   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20605   data: "plot-vpp-throughput-latency-3n-skx"
20606   filter: "'NIC_Intel-X710' and
20607            '64B' and
20608            ('IP4BASE' or
20609             'POLICE_MARK' or
20610             'COPWHLIST' or
20611             ('NAT44' and 'BASE') or
20612             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20613            'NDRPDR' and
20614            '4T2C' and
20615            'IP4FWD' and
20616            not 'IPSEC' and
20617            not 'VHOST'"
20618   parameters:
20619   - "latency"
20620   - "parent"
20621   - "tags"
20622   sort:
20623   - "IP4BASE"
20624   - "NAT44"
20625   - "POLICE_MARK"
20626   - "COPWHLIST"
20627   - "IACL"
20628   - "OACL"
20629   layout:
20630     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20631     layout: "plot-latency"
20632
20633 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20634 -
20635   type: "plot"
20636   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20637   algorithm: "plot_latency_error_bars"
20638   output-file-type: ".html"
20639   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20640   data: "plot-vpp-throughput-latency-3n-skx"
20641   filter: "'NIC_Intel-X710' and
20642            '64B' and
20643            'NDRPDR' and
20644            '2T1C' and
20645            'IP4FWD' and
20646            'NAT44' and
20647            not 'IPSEC' and
20648            not 'VHOST'"
20649   parameters:
20650   - "latency"
20651   - "parent"
20652   - "tags"
20653   sort:
20654   - "BASE"
20655   - "BASE"
20656   - "SRC_USER_10"
20657   - "SRC_USER_100"
20658   - "SRC_USER_1000"
20659   - "SRC_USER_2000"
20660   layout:
20661     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20662     layout: "plot-latency"
20663
20664 -
20665   type: "plot"
20666   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20667   algorithm: "plot_latency_error_bars"
20668   output-file-type: ".html"
20669   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20670   data: "plot-vpp-throughput-latency-3n-skx"
20671   filter: "'NIC_Intel-X710' and
20672            '64B' and
20673            'NDRPDR' and
20674            '4T2C' and
20675            'IP4FWD' and
20676            'NAT44' and
20677            not 'IPSEC' and
20678            not 'VHOST'"
20679   parameters:
20680   - "latency"
20681   - "parent"
20682   - "tags"
20683   sort:
20684   - "BASE"
20685   - "BASE"
20686   - "SRC_USER_10"
20687   - "SRC_USER_100"
20688   - "SRC_USER_1000"
20689   - "SRC_USER_2000"
20690   layout:
20691     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20692     layout: "plot-latency"
20693
20694 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20695 -
20696   type: "plot"
20697   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20698   algorithm: "plot_latency_error_bars"
20699   output-file-type: ".html"
20700   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20701   data: "plot-vpp-throughput-latency-3n-skx"
20702   filter: "'NIC_Intel-X710' and
20703            '64B' and
20704            'NDRPDR' and
20705            '2T1C' and
20706            'IP4FWD' and
20707            'IACL' and
20708            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20709            not 'IPSEC' and
20710            not 'VHOST'"
20711   parameters:
20712   - "latency"
20713   - "parent"
20714   - "tags"
20715   sort:
20716   - "ACL_STATELESS"
20717   - "ACL_STATEFUL"
20718   - "ACL_STATELESS"
20719   - "ACL_STATEFUL"
20720   layout:
20721     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20722     layout: "plot-latency"
20723
20724 -
20725   type: "plot"
20726   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20727   algorithm: "plot_latency_error_bars"
20728   output-file-type: ".html"
20729   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20730   data: "plot-vpp-throughput-latency-3n-skx"
20731   filter: "'NIC_Intel-X710' and
20732            '64B' and
20733            'NDRPDR' and
20734            '4T2C' and
20735            'IP4FWD' and
20736            'IACL' and
20737            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20738            not 'IPSEC' and
20739            not 'VHOST'"
20740   parameters:
20741   - "latency"
20742   - "parent"
20743   - "tags"
20744   sort:
20745   - "ACL_STATELESS"
20746   - "ACL_STATEFUL"
20747   - "ACL_STATELESS"
20748   - "ACL_STATEFUL"
20749   layout:
20750     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20751     layout: "plot-latency"
20752
20753 ## Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20754 #-
20755 #  type: "plot"
20756 #  title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20757 #  algorithm: "plot_latency_error_bars"
20758 #  output-file-type: ".html"
20759 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20760 #  data: "plot-vpp-throughput-latency-3n-skx"
20761 #  filter: "'NIC_Intel-X710' and
20762 #           '64B' and
20763 #           'NDRPDR' and
20764 #           '2T1C' and
20765 #           'IP4FWD' and
20766 #           'OACL' and
20767 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20768 #           not 'IPSEC' and
20769 #           not 'VHOST'"
20770 #  parameters:
20771 #  - "latency"
20772 #  - "parent"
20773 #  - "tags"
20774 #  sort:
20775 #  - "ACL_STATELESS"
20776 #  - "ACL_STATEFUL"
20777 #  - "ACL_STATELESS"
20778 #  - "ACL_STATEFUL"
20779 #  layout:
20780 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20781 #    layout: "plot-latency"
20782 #
20783 #-
20784 #  type: "plot"
20785 #  title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20786 #  algorithm: "plot_latency_error_bars"
20787 #  output-file-type: ".html"
20788 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20789 #  data: "plot-vpp-throughput-latency-3n-skx"
20790 #  filter: "'NIC_Intel-X710' and
20791 #           '64B' and
20792 #           'NDRPDR' and
20793 #           '4T2C' and
20794 #           'IP4FWD' and
20795 #           'OACL' and
20796 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20797 #           not 'IPSEC' and
20798 #           not 'VHOST'"
20799 #  parameters:
20800 #  - "latency"
20801 #  - "parent"
20802 #  - "tags"
20803 #  sort:
20804 #  - "ACL_STATELESS"
20805 #  - "ACL_STATEFUL"
20806 #  - "ACL_STATELESS"
20807 #  - "ACL_STATEFUL"
20808 #  layout:
20809 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20810 #    layout: "plot-latency"
20811
20812 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20813 -
20814   type: "plot"
20815   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20816   algorithm: "plot_latency_error_bars"
20817   output-file-type: ".html"
20818   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20819   data: "plot-vpp-throughput-latency-2n-skx"
20820   filter: "'NIC_Intel-X710' and
20821            '64B' and
20822            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20823            'NDRPDR' and
20824            '2T1C' and
20825            'IP4FWD' and
20826            not 'IPSEC' and
20827            not 'VHOST'"
20828   parameters:
20829   - "latency"
20830   - "parent"
20831   - "tags"
20832   sort:
20833   - "DOT1Q"
20834   - "IP4BASE"
20835   - "FIB_20k"
20836   - "FIB_200k"
20837   - "FIB_2M"
20838   layout:
20839     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20840     layout: "plot-latency"
20841
20842 -
20843   type: "plot"
20844   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20845   algorithm: "plot_latency_error_bars"
20846   output-file-type: ".html"
20847   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20848   data: "plot-vpp-throughput-latency-2n-skx"
20849   filter: "'NIC_Intel-X710' and
20850            '64B' and
20851            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20852            'NDRPDR' and
20853            '4T2C' and
20854            'IP4FWD' and
20855            not 'IPSEC' and
20856            not 'VHOST'"
20857   parameters:
20858   - "latency"
20859   - "parent"
20860   - "tags"
20861   sort:
20862   - "DOT1Q"
20863   - "IP4BASE"
20864   - "FIB_20k"
20865   - "FIB_200k"
20866   - "FIB_2M"
20867   layout:
20868     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20869     layout: "plot-latency"
20870
20871 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20872 -
20873   type: "plot"
20874   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20875   algorithm: "plot_latency_error_bars"
20876   output-file-type: ".html"
20877   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20878   data: "plot-vpp-throughput-latency-2n-skx"
20879   filter: "'NIC_Intel-XXV710' and
20880            '64B' and
20881            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20882            'NDRPDR' and
20883            '2T1C' and
20884            'IP4FWD' and
20885            not 'IPSEC' and
20886            not 'VHOST'"
20887   parameters:
20888   - "latency"
20889   - "parent"
20890   - "tags"
20891   sort:
20892   - "DOT1Q"
20893   - "IP4BASE"
20894   - "FIB_20k"
20895   - "FIB_200k"
20896   - "FIB_2M"
20897   layout:
20898     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20899     layout: "plot-latency"
20900
20901 -
20902   type: "plot"
20903   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20904   algorithm: "plot_latency_error_bars"
20905   output-file-type: ".html"
20906   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20907   data: "plot-vpp-throughput-latency-2n-skx"
20908   filter: "'NIC_Intel-XXV710' and
20909            '64B' and
20910            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20911            'NDRPDR' and
20912            '4T2C' and
20913            'IP4FWD' and
20914            not 'IPSEC' and
20915            not 'VHOST'"
20916   parameters:
20917   - "latency"
20918   - "parent"
20919   - "tags"
20920   sort:
20921   - "DOT1Q"
20922   - "IP4BASE"
20923   - "FIB_20k"
20924   - "FIB_200k"
20925   - "FIB_2M"
20926   layout:
20927     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20928     layout: "plot-latency"
20929
20930 ################################################################################
20931
20932 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20933 #-
20934 #  type: "plot"
20935 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20936 #  algorithm: "plot_latency_error_bars"
20937 #  output-file-type: ".html"
20938 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20939 #  data: "plot-vpp-throughput-latency-3n-hsw"
20940 #  filter: "'NIC_Intel-X520-DA2' and
20941 #           '64B' and
20942 #           'ENCAP' and
20943 #           'NDRPDR' and
20944 #           '1T1C' and
20945 #           ('VXLAN' or 'LISP') and
20946 #           not 'VHOST' and
20947 #           not 'IPSECHW'"
20948 #  parameters:
20949 #  - "latency"
20950 #  - "parent"
20951 #  - "tags"
20952 #  sort:
20953 #  - "not DOT1Q"
20954 #  - "VXLAN_1"
20955 #  - "VXLAN_10"
20956 #  - "VXLAN_100"
20957 #  - "VXLAN_1000"
20958 #  layout:
20959 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20960 #    layout: "plot-latency"
20961 #
20962 #-
20963 #  type: "plot"
20964 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20965 #  algorithm: "plot_latency_error_bars"
20966 #  output-file-type: ".html"
20967 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20968 #  data: "plot-vpp-throughput-latency-3n-hsw"
20969 #  filter: "'NIC_Intel-X520-DA2' and
20970 #           '64B' and
20971 #           'ENCAP' and
20972 #           'NDRPDR' and
20973 #           '2T2C' and
20974 #           ('VXLAN' or 'LISP') and
20975 #           not 'VHOST' and
20976 #           not 'IPSECHW'"
20977 #  parameters:
20978 #  - "latency"
20979 #  - "parent"
20980 #  - "tags"
20981 #  sort:
20982 #  - "not DOT1Q"
20983 #  - "VXLAN_1"
20984 #  - "VXLAN_10"
20985 #  - "VXLAN_100"
20986 #  - "VXLAN_1000"
20987 #  layout:
20988 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20989 #    layout: "plot-latency"
20990
20991 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20992 -
20993   type: "plot"
20994   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20995   algorithm: "plot_latency_error_bars"
20996   output-file-type: ".html"
20997   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20998   data: "plot-vpp-throughput-latency-3n-hsw"
20999   filter: "'NIC_Intel-X520-DA2' and
21000            '64B' and
21001            'ENCAP' and
21002            'NDRPDR' and
21003            '1T1C' and
21004            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21005            not 'DOT1Q' and
21006            not 'VHOST' and
21007            not 'IPSECHW'"
21008   parameters:
21009   - "latency"
21010   - "parent"
21011   - "tags"
21012 #  sort:
21013 #  - "L2BDMACLRN"
21014 #  - "L2XCFWD"
21015 #  - "LISP"
21016   layout:
21017     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21018     layout: "plot-latency"
21019
21020 -
21021   type: "plot"
21022   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21023   algorithm: "plot_latency_error_bars"
21024   output-file-type: ".html"
21025   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21026   data: "plot-vpp-throughput-latency-3n-hsw"
21027   filter: "'NIC_Intel-X520-DA2' and
21028            '64B' and
21029            'ENCAP' and
21030            'NDRPDR' and
21031            '2T2C' and
21032            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21033            not 'DOT1Q' and
21034            not 'VHOST' and
21035            not 'IPSECHW'"
21036   parameters:
21037   - "latency"
21038   - "parent"
21039   - "tags"
21040   sort:
21041   - "L2BDMACLRN"
21042   - "L2XCFWD"
21043   - "LISP"
21044   layout:
21045     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21046     layout: "plot-latency"
21047
21048 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
21049 -
21050   type: "plot"
21051   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21052   algorithm: "plot_latency_error_bars"
21053   output-file-type: ".html"
21054   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21055   data: "plot-vpp-throughput-latency-3n-hsw"
21056   filter: "'NIC_Intel-X710' and
21057            '64B' and
21058            'ENCAP' and
21059            'NDRPDR' and
21060            '1T1C' and
21061            ('VXLAN' or 'LISP') and
21062            not 'VHOST' and
21063            not 'IPSECHW'"
21064   parameters:
21065   - "latency"
21066   - "parent"
21067   - "tags"
21068   sort:
21069   - "LISP"
21070   - "VXLAN_1"
21071   - "VXLAN_10"
21072   - "VXLAN_100"
21073   - "VXLAN_1000"
21074   layout:
21075     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21076     layout: "plot-latency"
21077
21078 -
21079   type: "plot"
21080   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21081   algorithm: "plot_latency_error_bars"
21082   output-file-type: ".html"
21083   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21084   data: "plot-vpp-throughput-latency-3n-hsw"
21085   filter: "'NIC_Intel-X710' and
21086            '64B' and
21087            'ENCAP' and
21088            'NDRPDR' and
21089            '2T2C' and
21090            ('VXLAN' or 'LISP') and
21091            not 'VHOST' and
21092            not 'IPSECHW'"
21093   parameters:
21094   - "latency"
21095   - "parent"
21096   - "tags"
21097   sort:
21098   - "LISP"
21099   - "VXLAN_1"
21100   - "VXLAN_10"
21101   - "VXLAN_100"
21102   - "VXLAN_1000"
21103   layout:
21104     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21105     layout: "plot-latency"
21106
21107 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21108 -
21109   type: "plot"
21110   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21111   algorithm: "plot_latency_error_bars"
21112   output-file-type: ".html"
21113   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21114   data: "plot-vpp-throughput-latency-3n-hsw"
21115   filter: "'NIC_Intel-X710' and
21116            '64B' and
21117            'ENCAP' and
21118            'NDRPDR' and
21119            '1T1C' and
21120            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21121            not 'DOT1Q' and
21122            not 'VHOST' and
21123            not 'IPSECHW'"
21124   parameters:
21125   - "latency"
21126   - "parent"
21127   - "tags"
21128   sort:
21129   - "L2BDMACLRN"
21130   - "L2XCFWD"
21131   - "LISP"
21132   layout:
21133     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21134     layout: "plot-latency"
21135
21136 -
21137   type: "plot"
21138   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21139   algorithm: "plot_latency_error_bars"
21140   output-file-type: ".html"
21141   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21142   data: "plot-vpp-throughput-latency-3n-hsw"
21143   filter: "'NIC_Intel-X710' and
21144            '64B' and
21145            'ENCAP' and
21146            'NDRPDR' and
21147            '2T2C' and
21148            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21149            not 'DOT1Q' and
21150            not 'VHOST' and
21151            not 'IPSECHW'"
21152   parameters:
21153   - "latency"
21154   - "parent"
21155   - "tags"
21156   sort:
21157   - "L2BDMACLRN"
21158   - "L2XCFWD"
21159   - "LISP"
21160   layout:
21161     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21162     layout: "plot-latency"
21163
21164 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21165 -
21166   type: "plot"
21167   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21168   algorithm: "plot_latency_error_bars"
21169   output-file-type: ".html"
21170   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21171   data: "plot-vpp-throughput-latency-3n-skx"
21172   filter: "'NIC_Intel-X710' and
21173            '64B' and
21174            'ENCAP' and
21175            'NDRPDR' and
21176            '2T1C' and
21177            ('VXLAN' or 'LISP') and
21178            not 'VHOST' and
21179            not 'IPSECHW'"
21180   parameters:
21181   - "latency"
21182   - "parent"
21183   - "tags"
21184   sort:
21185   - "LISP"
21186   - "VXLAN_1"
21187   - "VXLAN_10"
21188   - "VXLAN_100"
21189   - "VXLAN_1000"
21190   layout:
21191     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21192     layout: "plot-latency"
21193
21194 -
21195   type: "plot"
21196   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21197   algorithm: "plot_latency_error_bars"
21198   output-file-type: ".html"
21199   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21200   data: "plot-vpp-throughput-latency-3n-skx"
21201   filter: "'NIC_Intel-X710' and
21202            '64B' and
21203            'ENCAP' and
21204            'NDRPDR' and
21205            '4T2C' and
21206            ('VXLAN' or 'LISP') and
21207            not 'VHOST' and
21208            not 'IPSECHW'"
21209   parameters:
21210   - "latency"
21211   - "parent"
21212   - "tags"
21213   sort:
21214   - "LISP"
21215   - "VXLAN_1"
21216   - "VXLAN_10"
21217   - "VXLAN_100"
21218   - "VXLAN_1000"
21219   layout:
21220     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21221     layout: "plot-latency"
21222
21223 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21224 -
21225   type: "plot"
21226   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21227   algorithm: "plot_latency_error_bars"
21228   output-file-type: ".html"
21229   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21230   data: "plot-vpp-throughput-latency-3n-skx"
21231   filter: "'NIC_Intel-X710' and
21232            '64B' and
21233            'ENCAP' and
21234            'NDRPDR' and
21235            '2T1C' and
21236            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21237            not 'DOT1Q' and
21238            not 'VHOST' and
21239            not 'IPSECHW'"
21240   parameters:
21241   - "latency"
21242   - "parent"
21243   - "tags"
21244   sort:
21245   - "L2BDMACLRN"
21246   - "L2XCFWD"
21247   - "LISP"
21248   layout:
21249     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21250     layout: "plot-latency"
21251
21252 -
21253   type: "plot"
21254   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21255   algorithm: "plot_latency_error_bars"
21256   output-file-type: ".html"
21257   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21258   data: "plot-vpp-throughput-latency-3n-skx"
21259   filter: "'NIC_Intel-X710' and
21260            '64B' and
21261            'ENCAP' and
21262            'NDRPDR' and
21263            '4T2C' and
21264            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21265            not 'DOT1Q' and
21266            not 'VHOST' and
21267            not 'IPSECHW'"
21268   parameters:
21269   - "latency"
21270   - "parent"
21271   - "tags"
21272   sort:
21273   - "L2BDMACLRN"
21274   - "L2XCFWD"
21275   - "LISP"
21276   layout:
21277     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21278     layout: "plot-latency"
21279
21280 ################################################################################
21281
21282 # Packet Latency - VPP IPv6 3n-hsw-x520
21283 -
21284   type: "plot"
21285   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21286   algorithm: "plot_latency_error_bars"
21287   output-file-type: ".html"
21288   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21289   data: "plot-vpp-throughput-latency-3n-hsw"
21290   filter: "'NIC_Intel-X520-DA2' and
21291            '78B' and
21292            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21293            'NDRPDR' and
21294            '1T1C' and
21295            'IP6FWD' and
21296            not 'SRv6' and
21297            not 'IPSEC' and
21298            not 'VHOST'"
21299   parameters:
21300   - "latency"
21301   - "parent"
21302   - "tags"
21303   sort:
21304   - "IP6BASE"
21305   - "FIB_20K"
21306   - "FIB_200K"
21307   - "FIB_2M"
21308   layout:
21309     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21310     layout: "plot-latency"
21311
21312 -
21313   type: "plot"
21314   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21315   algorithm: "plot_latency_error_bars"
21316   output-file-type: ".html"
21317   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21318   data: "plot-vpp-throughput-latency-3n-hsw"
21319   filter: "'NIC_Intel-X520-DA2' and
21320            '78B' and
21321            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21322            'NDRPDR' and
21323            '2T2C' and
21324            'IP6FWD' and
21325            not 'SRv6' and
21326            not 'IPSEC' and
21327            not 'VHOST'"
21328   parameters:
21329   - "latency"
21330   - "parent"
21331   - "tags"
21332   sort:
21333   - "IP6BASE"
21334   - "FIB_20K"
21335   - "FIB_200K"
21336   - "FIB_2M"
21337   layout:
21338     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21339     layout: "plot-latency"
21340
21341 # Packet Latency - VPP IPv6 3n-hsw-x710
21342 -
21343   type: "plot"
21344   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21345   algorithm: "plot_latency_error_bars"
21346   output-file-type: ".html"
21347   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21348   data: "plot-vpp-throughput-latency-3n-hsw"
21349   filter: "'NIC_Intel-X710' and
21350            '78B' and
21351            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21352            'NDRPDR' and
21353            '1T1C' and
21354            'IP6FWD' and
21355            not 'SRv6' and
21356            not 'IPSEC' and
21357            not 'VHOST'"
21358   parameters:
21359   - "latency"
21360   - "parent"
21361   - "tags"
21362   sort:
21363   - "IP6BASE"
21364   - "FIB_20K"
21365   - "FIB_200K"
21366   - "FIB_2M"
21367   layout:
21368     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21369     layout: "plot-latency"
21370
21371 -
21372   type: "plot"
21373   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21374   algorithm: "plot_latency_error_bars"
21375   output-file-type: ".html"
21376   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21377   data: "plot-vpp-throughput-latency-3n-hsw"
21378   filter: "'NIC_Intel-X710' and
21379            '78B' and
21380            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21381            'NDRPDR' and
21382            '2T2C' and
21383            'IP6FWD' and
21384            not 'SRv6' and
21385            not 'IPSEC' and
21386            not 'VHOST'"
21387   parameters:
21388   - "latency"
21389   - "parent"
21390   - "tags"
21391   sort:
21392   - "IP6BASE"
21393   - "FIB_20K"
21394   - "FIB_200K"
21395   - "FIB_2M"
21396   layout:
21397     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21398     layout: "plot-latency"
21399
21400 # Packet Latency - VPP IPv6 3n-hsw-xl710
21401 -
21402   type: "plot"
21403   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21404   algorithm: "plot_latency_error_bars"
21405   output-file-type: ".html"
21406   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21407   data: "plot-vpp-throughput-latency-3n-hsw"
21408   filter: "'NIC_Intel-XL710' and
21409            '78B' and
21410            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21411            'NDRPDR' and
21412            '1T1C' and
21413            'IP6FWD' and
21414            not 'SRv6' and
21415            not 'IPSEC' and
21416            not 'VHOST'"
21417   parameters:
21418   - "latency"
21419   - "parent"
21420   - "tags"
21421   sort:
21422   - "IP6BASE"
21423   - "FIB_20K"
21424   - "FIB_200K"
21425   - "FIB_2M"
21426   layout:
21427     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21428     layout: "plot-latency"
21429
21430 -
21431   type: "plot"
21432   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21433   algorithm: "plot_latency_error_bars"
21434   output-file-type: ".html"
21435   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21436   data: "plot-vpp-throughput-latency-3n-hsw"
21437   filter: "'NIC_Intel-XL710' and
21438            '78B' and
21439            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21440            'NDRPDR' and
21441            '2T2C' and
21442            'IP6FWD' and
21443            not 'SRv6' and
21444            not 'IPSEC' and
21445            not 'VHOST'"
21446   parameters:
21447   - "latency"
21448   - "parent"
21449   - "tags"
21450   sort:
21451   - "IP6BASE"
21452   - "FIB_20K"
21453   - "FIB_200K"
21454   - "FIB_2M"
21455   layout:
21456     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21457     layout: "plot-latency"
21458
21459 # Packet Latency - VPP IPv6 3n-skx-x710
21460 -
21461   type: "plot"
21462   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21463   algorithm: "plot_latency_error_bars"
21464   output-file-type: ".html"
21465   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21466   data: "plot-vpp-throughput-latency-3n-skx"
21467   filter: "'NIC_Intel-X710' and
21468            '78B' and
21469            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21470            'NDRPDR' and
21471            '2T1C' and
21472            'IP6FWD' and
21473            not 'SRv6' and
21474            not 'IPSEC' and
21475            not 'VHOST'"
21476   parameters:
21477   - "latency"
21478   - "parent"
21479   - "tags"
21480   sort:
21481   - "IP6BASE"
21482   - "FIB_20K"
21483   - "FIB_200K"
21484   - "FIB_2M"
21485   layout:
21486     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21487     layout: "plot-latency"
21488
21489 -
21490   type: "plot"
21491   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21492   algorithm: "plot_latency_error_bars"
21493   output-file-type: ".html"
21494   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21495   data: "plot-vpp-throughput-latency-3n-skx"
21496   filter: "'NIC_Intel-X710' and
21497            '78B' and
21498            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21499            'NDRPDR' and
21500            '4T2C' and
21501            'IP6FWD' and
21502            not 'SRv6' and
21503            not 'IPSEC' and
21504            not 'VHOST'"
21505   parameters:
21506   - "latency"
21507   - "parent"
21508   - "tags"
21509   sort:
21510   - "IP6BASE"
21511   - "FIB_20K"
21512   - "FIB_200K"
21513   - "FIB_2M"
21514   layout:
21515     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21516     layout: "plot-latency"
21517
21518 # Packet Latency - VPP IPv6 2n-skx-x710
21519 -
21520   type: "plot"
21521   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21522   algorithm: "plot_latency_error_bars"
21523   output-file-type: ".html"
21524   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21525   data: "plot-vpp-throughput-latency-2n-skx"
21526   filter: "'NIC_Intel-X710' and
21527            '78B' and
21528            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21529            'NDRPDR' and
21530            '2T1C' and
21531            'IP6FWD' and
21532            not 'SRv6' and
21533            not 'IPSEC' and
21534            not 'VHOST'"
21535   parameters:
21536   - "latency"
21537   - "parent"
21538   - "tags"
21539   sort:
21540   - "IP6BASE"
21541   - "FIB_20k"
21542   - "FIB_200k"
21543   - "FIB_2M"
21544   layout:
21545     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21546     layout: "plot-latency"
21547
21548 -
21549   type: "plot"
21550   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21551   algorithm: "plot_latency_error_bars"
21552   output-file-type: ".html"
21553   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21554   data: "plot-vpp-throughput-latency-2n-skx"
21555   filter: "'NIC_Intel-X710' and
21556            '78B' and
21557            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21558            'NDRPDR' and
21559            '4T2C' and
21560            'IP6FWD' and
21561            not 'SRv6' and
21562            not 'IPSEC' and
21563            not 'VHOST'"
21564   parameters:
21565   - "latency"
21566   - "parent"
21567   - "tags"
21568   sort:
21569   - "IP6BASE"
21570   - "FIB_20k"
21571   - "FIB_200k"
21572   - "FIB_2M"
21573   layout:
21574     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21575     layout: "plot-latency"
21576
21577 # Packet Latency - VPP IPv6 2n-skx-xxv710
21578 -
21579   type: "plot"
21580   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21581   algorithm: "plot_latency_error_bars"
21582   output-file-type: ".html"
21583   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21584   data: "plot-vpp-throughput-latency-2n-skx"
21585   filter: "'NIC_Intel-XXV710' and
21586            '78B' and
21587            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21588            'NDRPDR' and
21589            '2T1C' and
21590            'IP6FWD' and
21591            not 'SRv6' and
21592            not 'IPSEC' and
21593            not 'VHOST'"
21594   parameters:
21595   - "latency"
21596   - "parent"
21597   - "tags"
21598   sort:
21599   - "IP6BASE"
21600   - "FIB_20k"
21601   - "FIB_200k"
21602   - "FIB_2M"
21603   layout:
21604     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21605     layout: "plot-latency"
21606
21607 -
21608   type: "plot"
21609   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21610   algorithm: "plot_latency_error_bars"
21611   output-file-type: ".html"
21612   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21613   data: "plot-vpp-throughput-latency-2n-skx"
21614   filter: "'NIC_Intel-XXV710' and
21615            '78B' and
21616            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21617            'NDRPDR' and
21618            '4T2C' and
21619            'IP6FWD' and
21620            not 'SRv6' and
21621            not 'IPSEC' and
21622            not 'VHOST'"
21623   parameters:
21624   - "latency"
21625   - "parent"
21626   - "tags"
21627   sort:
21628   - "IP6BASE"
21629   - "FIB_20k"
21630   - "FIB_200k"
21631   - "FIB_2M"
21632   layout:
21633     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21634     layout: "plot-latency"
21635
21636 ################################################################################
21637
21638 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21639 -
21640   type: "plot"
21641   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21642   algorithm: "plot_latency_error_bars"
21643   output-file-type: ".html"
21644   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21645   data: "plot-vpp-throughput-latency-3n-hsw"
21646   filter: "'NIC_Intel-X520-DA2' and
21647            '78B' and
21648            'ENCAP' and
21649            'NDRPDR' and
21650            '1T1C' and
21651            'LISP' and
21652            not 'VHOST'"
21653   parameters:
21654   - "latency"
21655   - "parent"
21656   - "tags"
21657   sort:
21658   - "IP4UNRLAY"
21659   - "IP6UNRLAY"
21660   layout:
21661     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21662     layout: "plot-latency"
21663
21664 -
21665   type: "plot"
21666   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21667   algorithm: "plot_latency_error_bars"
21668   output-file-type: ".html"
21669   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21670   data: "plot-vpp-throughput-latency-3n-hsw"
21671   filter: "'NIC_Intel-X520-DA2' and
21672            '78B' and
21673            'ENCAP' and
21674            'NDRPDR' and
21675            '2T2C' and
21676            'LISP' and
21677            not 'VHOST'"
21678   parameters:
21679   - "latency"
21680   - "parent"
21681   - "tags"
21682   sort:
21683   - "IP4UNRLAY"
21684   - "IP6UNRLAY"
21685   layout:
21686     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21687     layout: "plot-latency"
21688
21689 ################################################################################
21690
21691 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21692 -
21693   type: "plot"
21694   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21695   algorithm: "plot_latency_error_bars"
21696   output-file-type: ".html"
21697   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21698   data: "plot-vpp-throughput-latency-3n-hsw"
21699   filter: "'NIC_Intel-XL710' and
21700            '64B' and
21701            'IP4FWD' and
21702            'NDRPDR' and
21703            'BASE' and
21704            '1T1C' and
21705            'IPSECHW' and
21706            ('IPSECTRAN' or 'IPSECTUN') and
21707            not 'VHOST'"
21708   parameters:
21709   - "latency"
21710   - "parent"
21711   - "tags"
21712   layout:
21713     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21714     layout: "plot-latency"
21715
21716 -
21717   type: "plot"
21718   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21719   algorithm: "plot_latency_error_bars"
21720   output-file-type: ".html"
21721   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21722   data: "plot-vpp-throughput-latency-3n-hsw"
21723   filter: "'NIC_Intel-XL710' and
21724            '64B' and
21725            'IP4FWD' and
21726            'NDRPDR' and
21727            'BASE' and
21728            '2T2C' and
21729            'IPSECHW' and
21730            ('IPSECTRAN' or 'IPSECTUN') and
21731            not 'VHOST'"
21732   parameters:
21733   - "latency"
21734   - "parent"
21735   - "tags"
21736   layout:
21737     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21738     layout: "plot-latency"
21739
21740 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21741 -
21742   type: "plot"
21743   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21744   algorithm: "plot_latency_error_bars"
21745   output-file-type: ".html"
21746   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21747   data: "plot-vpp-throughput-latency-3n-hsw"
21748   filter: "'NIC_Intel-XL710' and
21749            '64B' and
21750            'IP4FWD' and
21751            'NDRPDR' and
21752            'SCALE' and
21753            '1T1C' and
21754            'IPSECHW' and
21755            ('IPSECTRAN' or 'IPSECTUN') and
21756            not 'VHOST'"
21757   parameters:
21758   - "latency"
21759   - "parent"
21760   - "tags"
21761   layout:
21762     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21763     layout: "plot-latency"
21764
21765 -
21766   type: "plot"
21767   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21768   algorithm: "plot_latency_error_bars"
21769   output-file-type: ".html"
21770   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21771   data: "plot-vpp-throughput-latency-3n-hsw"
21772   filter: "'NIC_Intel-XL710' and
21773            '64B' and
21774            'IP4FWD' and
21775            'NDRPDR' and
21776            'SCALE' and
21777            '2T2C' and
21778            'IPSECHW' and
21779            ('IPSECTRAN' or 'IPSECTUN') and
21780            not 'VHOST'"
21781   parameters:
21782   - "latency"
21783   - "parent"
21784   - "tags"
21785   layout:
21786     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21787     layout: "plot-latency"
21788
21789 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21790 -
21791   type: "plot"
21792   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21793   algorithm: "plot_latency_error_bars"
21794   output-file-type: ".html"
21795   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21796   data: "plot-vpp-throughput-latency-3n-hsw"
21797   filter: "'NIC_Intel-XL710' and
21798            '64B' and
21799            'IP4FWD' and
21800            'NDRPDR' and
21801            '1T1C' and
21802            'IPSECSW' and
21803            ('IPSECTRAN' or 'IPSECTUN') and
21804            not 'VHOST'"
21805   parameters:
21806   - "latency"
21807   - "parent"
21808   - "tags"
21809   layout:
21810     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21811     layout: "plot-latency"
21812
21813 -
21814   type: "plot"
21815   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21816   algorithm: "plot_latency_error_bars"
21817   output-file-type: ".html"
21818   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21819   data: "plot-vpp-throughput-latency-3n-hsw"
21820   filter: "'NIC_Intel-XL710' and
21821            '64B' and
21822            'IP4FWD' and
21823            'NDRPDR' and
21824            '2T2C' and
21825            'IPSECSW' and
21826            ('IPSECTRAN' or 'IPSECTUN') and
21827            not 'VHOST'"
21828   parameters:
21829   - "latency"
21830   - "parent"
21831   - "tags"
21832   layout:
21833     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21834     layout: "plot-latency"
21835
21836 ################################################################################
21837
21838 # Packet Latency - VPP SRv6 3n-hsw-x520
21839 -
21840   type: "plot"
21841   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21842   algorithm: "plot_latency_error_bars"
21843   output-file-type: ".html"
21844   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21845   data: "plot-vpp-throughput-latency-3n-hsw"
21846   filter: "'NIC_Intel-X520-DA2' and
21847            '78B' and
21848            'FEATURE' and
21849            'NDRPDR' and
21850            '1T1C' and
21851            'IP6FWD' and
21852            'SRv6'"
21853   parameters:
21854   - "latency"
21855   - "parent"
21856   - "tags"
21857   layout:
21858     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21859     layout: "plot-latency"
21860
21861 -
21862   type: "plot"
21863   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21864   algorithm: "plot_latency_error_bars"
21865   output-file-type: ".html"
21866   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21867   data: "plot-vpp-throughput-latency-3n-hsw"
21868   filter: "'NIC_Intel-X520-DA2' and
21869            '78B' and
21870            'FEATURE' and
21871            'NDRPDR' and
21872            '2T2C' and
21873            'IP6FWD' and
21874            'SRv6'"
21875   parameters:
21876   - "latency"
21877   - "parent"
21878   - "tags"
21879   layout:
21880     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21881     layout: "plot-latency"
21882
21883 ################################################################################
21884
21885 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21886 -
21887   type: "plot"
21888   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21889   algorithm: "plot_latency_error_bars"
21890   output-file-type: ".html"
21891   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21892   data: "plot-vpp-throughput-latency-3n-hsw"
21893   filter: "'NIC_Intel-X520-DA2' and
21894            '64B' and
21895            'NDRPDR' and
21896            'ETH' and
21897            'IP4FWD' and
21898            '1T1C' and
21899            'VHOST_1024' and
21900            not 'VXLAN' and
21901            not 'DOT1Q'"
21902   parameters:
21903   - "latency"
21904   - "parent"
21905   - "tags"
21906   sort:
21907   - "not CFS_OPT"
21908   - "1VM"
21909   - "2VM"
21910   layout:
21911     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21912     layout: "plot-latency"
21913
21914 -
21915   type: "plot"
21916   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21917   algorithm: "plot_latency_error_bars"
21918   output-file-type: ".html"
21919   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21920   data: "plot-vpp-throughput-latency-3n-hsw"
21921   filter: "'NIC_Intel-X520-DA2' and
21922            '64B' and
21923            'NDRPDR' and
21924            'ETH' and
21925            'IP4FWD' and
21926            '2T2C' and
21927            'VHOST_1024' and
21928            not 'VXLAN' and
21929            not 'DOT1Q'"
21930   parameters:
21931   - "latency"
21932   - "parent"
21933   - "tags"
21934   sort:
21935   - "not CFS_OPT"
21936   - "1VM"
21937   - "2VM"
21938   layout:
21939     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21940     layout: "plot-latency"
21941
21942 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21943 -
21944   type: "plot"
21945   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21946   algorithm: "plot_latency_error_bars"
21947   output-file-type: ".html"
21948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21949   data: "plot-vpp-throughput-latency-3n-hsw"
21950   filter: "'NIC_Intel-X520-DA2' and
21951            '64B' and
21952            'NDRPDR' and
21953            ('ETH' or 'DOT1Q') and
21954            '1T1C' and
21955            'L2BDMACLRN' and
21956            'VHOST_1024' and
21957            not 'VXLAN' and
21958            not 'IP4FWD' and
21959            not '2VM'"
21960   parameters:
21961   - "latency"
21962   - "parent"
21963   - "tags"
21964 #  sort:
21965 #  - "VM"  # "not CFS_OPT"
21966 #  - "CFS_OPT"
21967 #  - "FIB_10K"
21968 #  - "FIB_100K"
21969 #  - "FIB_1M"
21970   layout:
21971     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21972     layout: "plot-latency"
21973
21974 -
21975   type: "plot"
21976   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21977   algorithm: "plot_latency_error_bars"
21978   output-file-type: ".html"
21979   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21980   data: "plot-vpp-throughput-latency-3n-hsw"
21981   filter: "'NIC_Intel-X520-DA2' and
21982            '64B' and
21983            'NDRPDR' and
21984            ('ETH' or 'DOT1Q') and
21985            '2T2C' and
21986            'L2BDMACLRN' and
21987            'VHOST_1024' and
21988            not 'VXLAN' and
21989            not 'IP4FWD' and
21990            not '2VM'"
21991   parameters:
21992   - "latency"
21993   - "parent"
21994   - "tags"
21995 #  sort:
21996 #  - "VM"  # "not CFS_OPT"
21997 #  - "CFS_OPT"
21998 #  - "FIB_10K"
21999 #  - "FIB_100K"
22000 #  - "FIB_1M"
22001   layout:
22002     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22003     layout: "plot-latency"
22004
22005 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
22006 -
22007   type: "plot"
22008   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22009   algorithm: "plot_latency_error_bars"
22010   output-file-type: ".html"
22011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22012   data: "plot-vpp-throughput-latency-3n-hsw"
22013   filter: "'NIC_Intel-X520-DA2' and
22014            '64B' and
22015            'NDRPDR' and
22016            ('ETH' or 'DOT1Q') and
22017            'BASE' and
22018            '1T1C' and
22019            ('L2BDMACLRN' or 'L2XCFWD') and
22020            'VHOST_1024' and
22021            not 'VXLAN' and
22022            not 'IP4FWD' and
22023            not '2VM'"
22024   parameters:
22025   - "latency"
22026   - "parent"
22027   - "tags"
22028 #  sort:
22029 #  - "not CFS_OPT"
22030 #  - "L2XCFWD"
22031 #  - "not CFS_OPT"
22032 #  - "CFS_OPT"
22033   layout:
22034     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
22035     layout: "plot-latency"
22036
22037 -
22038   type: "plot"
22039   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22040   algorithm: "plot_latency_error_bars"
22041   output-file-type: ".html"
22042   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22043   data: "plot-vpp-throughput-latency-3n-hsw"
22044   filter: "'NIC_Intel-X520-DA2' and
22045            '64B' and
22046            'NDRPDR' and
22047            ('ETH' or 'DOT1Q') and
22048            'BASE' and
22049            '2T2C' and
22050            ('L2BDMACLRN' or 'L2XCFWD') and
22051            'VHOST_1024' and
22052            not 'VXLAN' and
22053            not 'IP4FWD' and
22054            not '2VM'"
22055   parameters:
22056   - "latency"
22057   - "parent"
22058   - "tags"
22059 #  sort:
22060 #  - "not CFS_OPT"
22061 #  - "L2XCFWD"
22062 #  - "not CFS_OPT"
22063 #  - "CFS_OPT"
22064   layout:
22065     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22066     layout: "plot-latency"
22067
22068 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22069 -
22070   type: "plot"
22071   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22072   algorithm: "plot_latency_error_bars"
22073   output-file-type: ".html"
22074   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22075   data: "plot-vpp-throughput-latency-3n-hsw"
22076   filter: "'NIC_Intel-X520-DA2' and
22077            '64B' and
22078            'NDRPDR' and
22079            ('ETH' or 'DOT1Q') and
22080            '1T1C' and
22081            ('L2BDMACLRN' or 'L2XCFWD') and
22082            'VHOST_1024' and
22083            not 'CFS_OPT' and
22084            not 'VXLAN' and
22085            not 'IP4FWD' and
22086            not 'LBOND'"
22087   parameters:
22088   - "latency"
22089   - "parent"
22090   - "tags"
22091 #  sort:
22092 #  - "1VM"
22093 #  - "L2XCFWD"
22094 #  - "1VM"
22095 #  - "L2BDMACLRN"
22096   layout:
22097     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22098     layout: "plot-latency"
22099
22100 -
22101   type: "plot"
22102   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22103   algorithm: "plot_latency_error_bars"
22104   output-file-type: ".html"
22105   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22106   data: "plot-vpp-throughput-latency-3n-hsw"
22107   filter: "'NIC_Intel-X520-DA2' and
22108            '64B' and
22109            'NDRPDR' and
22110            ('ETH' or 'DOT1Q') and
22111            '2T2C' and
22112            ('L2BDMACLRN' or 'L2XCFWD') and
22113            'VHOST_1024' and
22114            not 'CFS_OPT' and
22115            not 'VXLAN' and
22116            not 'IP4FWD' and
22117            not 'LBOND'"
22118   parameters:
22119   - "latency"
22120   - "parent"
22121   - "tags"
22122 #  sort:
22123 #  - "1VM"
22124 #  - "L2XCFWD"
22125 #  - "1VM"
22126 #  - "L2BDMACLRN"
22127   layout:
22128     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22129     layout: "plot-latency"
22130
22131 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22132 -
22133   type: "plot"
22134   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22135   algorithm: "plot_latency_error_bars"
22136   output-file-type: ".html"
22137   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22138   data: "plot-vpp-throughput-latency-3n-hsw"
22139   filter: "'NIC_Intel-X710' and
22140            '64B' and
22141            'NDRPDR' and
22142            'ETH' and
22143            'IP4FWD' and
22144            '1T1C' and
22145            'VHOST_1024' and
22146            not 'VXLAN' and
22147            not 'DOT1Q'"
22148   parameters:
22149   - "latency"
22150   - "parent"
22151   - "tags"
22152   sort:
22153   - "not CFS_OPT"
22154   - "1VM"
22155   - "2VM"
22156   layout:
22157     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22158     layout: "plot-latency"
22159
22160 -
22161   type: "plot"
22162   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22163   algorithm: "plot_latency_error_bars"
22164   output-file-type: ".html"
22165   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22166   data: "plot-vpp-throughput-latency-3n-hsw"
22167   filter: "'NIC_Intel-X710' and
22168            '64B' and
22169            'NDRPDR' and
22170            'ETH' and
22171            'IP4FWD' and
22172            '2T2C' and
22173            'VHOST_1024' and
22174            not 'VXLAN' and
22175            not 'DOT1Q'"
22176   parameters:
22177   - "latency"
22178   - "parent"
22179   - "tags"
22180   sort:
22181   - "not CFS_OPT"
22182   - "1VM"
22183   - "2VM"
22184   layout:
22185     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22186     layout: "plot-latency"
22187
22188 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22189 -
22190   type: "plot"
22191   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22192   algorithm: "plot_latency_error_bars"
22193   output-file-type: ".html"
22194   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22195   data: "plot-vpp-throughput-latency-3n-hsw"
22196   filter: "'NIC_Intel-X710' and
22197            '64B' and
22198            'NDRPDR' and
22199            ('ETH' or 'DOT1Q') and
22200            '1T1C' and
22201            'L2BDMACLRN' and
22202            'VHOST_1024' and
22203            not 'VXLAN' and
22204            not 'IP4FWD' and
22205            not '2VM'"
22206   parameters:
22207   - "latency"
22208   - "parent"
22209   - "tags"
22210 #  sort:
22211 #  - "VM"  # "not CFS_OPT"
22212 #  - "CFS_OPT"
22213 #  - "FIB_10K"
22214 #  - "FIB_100K"
22215 #  - "FIB_1M"
22216   layout:
22217     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22218     layout: "plot-latency"
22219
22220 -
22221   type: "plot"
22222   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22223   algorithm: "plot_latency_error_bars"
22224   output-file-type: ".html"
22225   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22226   data: "plot-vpp-throughput-latency-3n-hsw"
22227   filter: "'NIC_Intel-X710' and
22228            '64B' and
22229            'NDRPDR' and
22230            ('ETH' or 'DOT1Q') and
22231            '2T2C' and
22232            'L2BDMACLRN' and
22233            'VHOST_1024' and
22234            not 'VXLAN' and
22235            not 'IP4FWD' and
22236            not '2VM'"
22237   parameters:
22238   - "latency"
22239   - "parent"
22240   - "tags"
22241 #  sort:
22242 #  - "VM"  # "not CFS_OPT"
22243 #  - "CFS_OPT"
22244 #  - "FIB_10K"
22245 #  - "FIB_100K"
22246 #  - "FIB_1M"
22247   layout:
22248     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22249     layout: "plot-latency"
22250
22251 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22252 -
22253   type: "plot"
22254   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22255   algorithm: "plot_latency_error_bars"
22256   output-file-type: ".html"
22257   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22258   data: "plot-vpp-throughput-latency-3n-hsw"
22259   filter: "'NIC_Intel-X710' and
22260            '64B' and
22261            'NDRPDR' and
22262            ('ETH' or 'DOT1Q') and
22263            'BASE' and
22264            '1T1C' and
22265            ('L2BDMACLRN' or 'L2XCFWD') and
22266            'VHOST_1024' and
22267            not 'VXLAN' and
22268            not 'IP4FWD' and
22269            not '2VM'"
22270   parameters:
22271   - "latency"
22272   - "parent"
22273   - "tags"
22274 #  sort:
22275 #  - "not CFS_OPT"
22276 #  - "L2XCFWD"
22277 #  - "not CFS_OPT"
22278 #  - "CFS_OPT"
22279   layout:
22280     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22281     layout: "plot-latency"
22282
22283 -
22284   type: "plot"
22285   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22286   algorithm: "plot_latency_error_bars"
22287   output-file-type: ".html"
22288   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22289   data: "plot-vpp-throughput-latency-3n-hsw"
22290   filter: "'NIC_Intel-X710' and
22291            '64B' and
22292            'NDRPDR' and
22293            ('ETH' or 'DOT1Q') and
22294            'BASE' and
22295            '2T2C' and
22296            ('L2BDMACLRN' or 'L2XCFWD') and
22297            'VHOST_1024' and
22298            not 'VXLAN' and
22299            not 'IP4FWD' and
22300            not '2VM'"
22301   parameters:
22302   - "latency"
22303   - "parent"
22304   - "tags"
22305 #  sort:
22306 #  - "not CFS_OPT"
22307 #  - "L2XCFWD"
22308 #  - "not CFS_OPT"
22309 #  - "CFS_OPT"
22310   layout:
22311     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22312     layout: "plot-latency"
22313
22314 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22315 -
22316   type: "plot"
22317   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22318   algorithm: "plot_latency_error_bars"
22319   output-file-type: ".html"
22320   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22321   data: "plot-vpp-throughput-latency-3n-hsw"
22322   filter: "'NIC_Intel-X710' and
22323            '64B' and
22324            'NDRPDR' and
22325            ('ETH' or 'DOT1Q') and
22326            '1T1C' and
22327            ('L2BDMACLRN' or 'L2XCFWD') and
22328            'VHOST_1024' and
22329            not 'CFS_OPT' and
22330            not 'VXLAN' and
22331            not 'IP4FWD' and
22332            not 'LBOND'"
22333   parameters:
22334   - "latency"
22335   - "parent"
22336   - "tags"
22337 #  sort:
22338 #  - "1VM"
22339 #  - "L2XCFWD"
22340 #  - "1VM"
22341 #  - "L2BDMACLRN"
22342   layout:
22343     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22344     layout: "plot-latency"
22345
22346 -
22347   type: "plot"
22348   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22349   algorithm: "plot_latency_error_bars"
22350   output-file-type: ".html"
22351   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22352   data: "plot-vpp-throughput-latency-3n-hsw"
22353   filter: "'NIC_Intel-X710' and
22354            '64B' and
22355            'NDRPDR' and
22356            ('ETH' or 'DOT1Q') and
22357            '2T2C' and
22358            ('L2BDMACLRN' or 'L2XCFWD') and
22359            'VHOST_1024' and
22360            not 'CFS_OPT' and
22361            not 'VXLAN' and
22362            not 'IP4FWD' and
22363            not 'LBOND'"
22364   parameters:
22365   - "latency"
22366   - "parent"
22367   - "tags"
22368 #  sort:
22369 #  - "1VM"
22370 #  - "L2XCFWD"
22371 #  - "1VM"
22372 #  - "L2BDMACLRN"
22373   layout:
22374     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22375     layout: "plot-latency"
22376
22377 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22378 -
22379   type: "plot"
22380   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22381   algorithm: "plot_latency_error_bars"
22382   output-file-type: ".html"
22383   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22384   data: "plot-vpp-throughput-latency-3n-hsw"
22385   filter: "'NIC_Intel-XL710' and
22386            '64B' and
22387            'NDRPDR' and
22388            'ETH' and
22389            'IP4FWD' and
22390            '1T1C' and
22391            'VHOST_1024' and
22392            not 'VXLAN' and
22393            not 'DOT1Q'"
22394   parameters:
22395   - "latency"
22396   - "parent"
22397   - "tags"
22398   sort:
22399   - "not CFS_OPT"
22400   - "1VM"
22401   - "2VM"
22402   layout:
22403     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22404     layout: "plot-latency"
22405
22406 -
22407   type: "plot"
22408   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22409   algorithm: "plot_latency_error_bars"
22410   output-file-type: ".html"
22411   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22412   data: "plot-vpp-throughput-latency-3n-hsw"
22413   filter: "'NIC_Intel-XL710' and
22414            '64B' and
22415            'NDRPDR' and
22416            'ETH' and
22417            'IP4FWD' and
22418            '2T2C' and
22419            'VHOST_1024' and
22420            not 'VXLAN' and
22421            not 'DOT1Q'"
22422   parameters:
22423   - "latency"
22424   - "parent"
22425   - "tags"
22426   sort:
22427   - "not CFS_OPT"
22428   - "1VM"
22429   - "2VM"
22430   layout:
22431     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22432     layout: "plot-latency"
22433
22434 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22435 -
22436   type: "plot"
22437   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22438   algorithm: "plot_latency_error_bars"
22439   output-file-type: ".html"
22440   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22441   data: "plot-vpp-throughput-latency-3n-hsw"
22442   filter: "'NIC_Intel-XL710' and
22443            '64B' and
22444            'NDRPDR' and
22445            ('ETH' or 'DOT1Q') and
22446            '1T1C' and
22447            'L2BDMACLRN' and
22448            'VHOST_1024' and
22449            not 'VXLAN' and
22450            not 'IP4FWD' and
22451            not '2VM'"
22452   parameters:
22453   - "latency"
22454   - "parent"
22455   - "tags"
22456 #  sort:
22457 #  - "VM"  # "not CFS_OPT"
22458 #  - "CFS_OPT"
22459 #  - "FIB_10K"
22460 #  - "FIB_100K"
22461 #  - "FIB_1M"
22462   layout:
22463     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22464     layout: "plot-latency"
22465
22466 -
22467   type: "plot"
22468   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22469   algorithm: "plot_latency_error_bars"
22470   output-file-type: ".html"
22471   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22472   data: "plot-vpp-throughput-latency-3n-hsw"
22473   filter: "'NIC_Intel-XL710' and
22474            '64B' and
22475            'NDRPDR' and
22476            ('ETH' or 'DOT1Q') and
22477            '2T2C' and
22478            'L2BDMACLRN' and
22479            'VHOST_1024' and
22480            not 'VXLAN' and
22481            not 'IP4FWD' and
22482            not '2VM'"
22483   parameters:
22484   - "latency"
22485   - "parent"
22486   - "tags"
22487 #  sort:
22488 #  - "VM"  # "not CFS_OPT"
22489 #  - "CFS_OPT"
22490 #  - "FIB_10K"
22491 #  - "FIB_100K"
22492 #  - "FIB_1M"
22493   layout:
22494     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22495     layout: "plot-latency"
22496
22497 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22498 -
22499   type: "plot"
22500   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22501   algorithm: "plot_latency_error_bars"
22502   output-file-type: ".html"
22503   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22504   data: "plot-vpp-throughput-latency-3n-hsw"
22505   filter: "'NIC_Intel-XL710' and
22506            '64B' and
22507            'NDRPDR' and
22508            ('ETH' or 'DOT1Q') and
22509            'BASE' and
22510            '1T1C' and
22511            ('L2BDMACLRN' or 'L2XCFWD') and
22512            'VHOST_1024' and
22513            not 'VXLAN' and
22514            not 'IP4FWD' and
22515            not '2VM'"
22516   parameters:
22517   - "latency"
22518   - "parent"
22519   - "tags"
22520 #  sort:
22521 #  - "not CFS_OPT"
22522 #  - "L2XCFWD"
22523 #  - "not CFS_OPT"
22524 #  - "CFS_OPT"
22525   layout:
22526     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22527     layout: "plot-latency"
22528
22529 -
22530   type: "plot"
22531   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22532   algorithm: "plot_latency_error_bars"
22533   output-file-type: ".html"
22534   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22535   data: "plot-vpp-throughput-latency-3n-hsw"
22536   filter: "'NIC_Intel-XL710' and
22537            '64B' and
22538            'NDRPDR' and
22539            ('ETH' or 'DOT1Q') and
22540            'BASE' and
22541            '2T2C' and
22542            ('L2BDMACLRN' or 'L2XCFWD') and
22543            'VHOST_1024' and
22544            not 'VXLAN' and
22545            not 'IP4FWD' and
22546            not '2VM'"
22547   parameters:
22548   - "latency"
22549   - "parent"
22550   - "tags"
22551 #  sort:
22552 #  - "not CFS_OPT"
22553 #  - "L2XCFWD"
22554 #  - "not CFS_OPT"
22555 #  - "CFS_OPT"
22556   layout:
22557     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22558     layout: "plot-latency"
22559
22560 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22561 -
22562   type: "plot"
22563   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22564   algorithm: "plot_latency_error_bars"
22565   output-file-type: ".html"
22566   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22567   data: "plot-vpp-throughput-latency-3n-hsw"
22568   filter: "'NIC_Intel-XL710' and
22569            '64B' and
22570            'NDRPDR' and
22571            ('ETH' or 'DOT1Q') and
22572            '1T1C' and
22573            ('L2BDMACLRN' or 'L2XCFWD') and
22574            'VHOST_1024' and
22575            not 'CFS_OPT' and
22576            not 'VXLAN' and
22577            not 'IP4FWD'"
22578   parameters:
22579   - "latency"
22580   - "parent"
22581   - "tags"
22582 #  sort:
22583 #  - "1VM"
22584 #  - "L2XCFWD"
22585 #  - "1VM"
22586 #  - "L2BDMACLRN"
22587   layout:
22588     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22589     layout: "plot-latency"
22590
22591 -
22592   type: "plot"
22593   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22594   algorithm: "plot_latency_error_bars"
22595   output-file-type: ".html"
22596   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22597   data: "plot-vpp-throughput-latency-3n-hsw"
22598   filter: "'NIC_Intel-XL710' and
22599            '64B' and
22600            'NDRPDR' and
22601            ('ETH' or 'DOT1Q') and
22602            '2T2C' and
22603            ('L2BDMACLRN' or 'L2XCFWD') and
22604            'VHOST_1024' and
22605            not 'CFS_OPT' and
22606            not 'VXLAN' and
22607            not 'IP4FWD'"
22608   parameters:
22609   - "latency"
22610   - "parent"
22611   - "tags"
22612 #  sort:
22613 #  - "1VM"
22614 #  - "L2XCFWD"
22615 #  - "1VM"
22616 #  - "L2BDMACLRN"
22617   layout:
22618     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22619     layout: "plot-latency"
22620
22621 # Packet Latency - VPP vhost ip4 3n-skx-x710
22622 -
22623   type: "plot"
22624   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22625   algorithm: "plot_latency_error_bars"
22626   output-file-type: ".html"
22627   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22628   data: "plot-vpp-throughput-latency-3n-skx"
22629   filter: "'NIC_Intel-X710' and
22630            '64B' and
22631            'NDRPDR' and
22632            'ETH' and
22633            'IP4FWD' and
22634            '2T1C' and
22635            'VHOST_1024' and
22636            not 'VXLAN' and
22637            not 'DOT1Q'"
22638   parameters:
22639   - "latency"
22640   - "parent"
22641   - "tags"
22642   sort:
22643   - "not CFS_OPT"
22644   - "1VM"
22645   - "2VM"
22646   layout:
22647     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22648     layout: "plot-latency"
22649
22650 -
22651   type: "plot"
22652   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22653   algorithm: "plot_latency_error_bars"
22654   output-file-type: ".html"
22655   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22656   data: "plot-vpp-throughput-latency-3n-skx"
22657   filter: "'NIC_Intel-X710' and
22658            '64B' and
22659            'NDRPDR' and
22660            'ETH' and
22661            'IP4FWD' and
22662            '4T2C' and
22663            'VHOST_1024' and
22664            not 'VXLAN' and
22665            not 'DOT1Q'"
22666   parameters:
22667   - "latency"
22668   - "parent"
22669   - "tags"
22670   sort:
22671   - "not CFS_OPT"
22672   - "1VM"
22673   - "2VM"
22674   layout:
22675     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22676     layout: "plot-latency"
22677
22678 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22679 -
22680   type: "plot"
22681   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22682   algorithm: "plot_latency_error_bars"
22683   output-file-type: ".html"
22684   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22685   data: "plot-vpp-throughput-latency-3n-skx"
22686   filter: "'NIC_Intel-X710' and
22687            '64B' and
22688            'NDRPDR' and
22689            ('ETH' or 'DOT1Q') and
22690            '2T1C' and
22691            'L2BDMACLRN' and
22692            'VHOST_1024' and
22693            not 'VXLAN' and
22694            not 'IP4FWD' and
22695            not '2VM'"
22696   parameters:
22697   - "latency"
22698   - "parent"
22699   - "tags"
22700 #  sort:
22701 #  - "VM"  # "not CFS_OPT"
22702 #  - "CFS_OPT"
22703 #  - "FIB_10K"
22704 #  - "FIB_100K"
22705 #  - "FIB_1M"
22706   layout:
22707     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22708     layout: "plot-latency"
22709
22710 -
22711   type: "plot"
22712   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22713   algorithm: "plot_latency_error_bars"
22714   output-file-type: ".html"
22715   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22716   data: "plot-vpp-throughput-latency-3n-skx"
22717   filter: "'NIC_Intel-X710' and
22718            '64B' and
22719            'NDRPDR' and
22720            ('ETH' or 'DOT1Q') and
22721            '4T2C' and
22722            'L2BDMACLRN' and
22723            'VHOST_1024' and
22724            not 'VXLAN' and
22725            not 'IP4FWD' and
22726            not '2VM'"
22727   parameters:
22728   - "latency"
22729   - "parent"
22730   - "tags"
22731 #  sort:
22732 #  - "VM"  # "not CFS_OPT"
22733 #  - "CFS_OPT"
22734 #  - "FIB_10K"
22735 #  - "FIB_100K"
22736 #  - "FIB_1M"
22737   layout:
22738     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22739     layout: "plot-latency"
22740
22741 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22742 -
22743   type: "plot"
22744   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22745   algorithm: "plot_latency_error_bars"
22746   output-file-type: ".html"
22747   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22748   data: "plot-vpp-throughput-latency-3n-skx"
22749   filter: "'NIC_Intel-X710' and
22750            '64B' and
22751            'NDRPDR' and
22752            ('ETH' or 'DOT1Q') and
22753            'BASE' and
22754            '2T1C' and
22755            ('L2BDMACLRN' or 'L2XCFWD') and
22756            'VHOST_1024' and
22757            not 'VXLAN' and
22758            not 'IP4FWD' and
22759            not '2VM' and
22760            not 'LBOND'"
22761   parameters:
22762   - "latency"
22763   - "parent"
22764   - "tags"
22765 #  sort:
22766 #  - "not CFS_OPT"
22767 #  - "L2XCFWD"
22768 #  - "not CFS_OPT"
22769 #  - "CFS_OPT"
22770   layout:
22771     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22772     layout: "plot-latency"
22773
22774 -
22775   type: "plot"
22776   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22777   algorithm: "plot_latency_error_bars"
22778   output-file-type: ".html"
22779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22780   data: "plot-vpp-throughput-latency-3n-skx"
22781   filter: "'NIC_Intel-X710' and
22782            '64B' and
22783            'NDRPDR' and
22784            ('ETH' or 'DOT1Q') and
22785            'BASE' and
22786            '4T2C' and
22787            ('L2BDMACLRN' or 'L2XCFWD') and
22788            'VHOST_1024' and
22789            not 'VXLAN' and
22790            not 'IP4FWD' and
22791            not '2VM' and
22792            not 'LBOND'"
22793   parameters:
22794   - "latency"
22795   - "parent"
22796   - "tags"
22797 #  sort:
22798 #  - "not CFS_OPT"
22799 #  - "L2XCFWD"
22800 #  - "not CFS_OPT"
22801 #  - "CFS_OPT"
22802   layout:
22803     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22804     layout: "plot-latency"
22805
22806 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22807 -
22808   type: "plot"
22809   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22810   algorithm: "plot_latency_error_bars"
22811   output-file-type: ".html"
22812   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22813   data: "plot-vpp-throughput-latency-3n-skx"
22814   filter: "'NIC_Intel-X710' and
22815            '64B' and
22816            'NDRPDR' and
22817            ('ETH' or 'DOT1Q') and
22818            '2T1C' and
22819            ('L2BDMACLRN' or 'L2XCFWD') and
22820            'VHOST_1024' and
22821            not 'CFS_OPT' and
22822            not 'VXLAN' and
22823            not 'IP4FWD' and
22824            not 'LBOND'"
22825   parameters:
22826   - "latency"
22827   - "parent"
22828   - "tags"
22829 #  sort:
22830 #  - "1VM"
22831 #  - "L2XCFWD"
22832 #  - "1VM"
22833 #  - "L2BDMACLRN"
22834   layout:
22835     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
22836     layout: "plot-latency"
22837
22838 -
22839   type: "plot"
22840   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22841   algorithm: "plot_latency_error_bars"
22842   output-file-type: ".html"
22843   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22844   data: "plot-vpp-throughput-latency-3n-skx"
22845   filter: "'NIC_Intel-X710' and
22846            '64B' and
22847            'NDRPDR' and
22848            ('ETH' or 'DOT1Q') and
22849            '4T2C' and
22850            ('L2BDMACLRN' or 'L2XCFWD') and
22851            'VHOST_1024' and
22852            not 'CFS_OPT' and
22853            not 'VXLAN' and
22854            not 'IP4FWD' and
22855            not 'LBOND'"
22856   parameters:
22857   - "latency"
22858   - "parent"
22859   - "tags"
22860 #  sort:
22861 #  - "1VM"
22862 #  - "L2XCFWD"
22863 #  - "1VM"
22864 #  - "L2BDMACLRN"
22865   layout:
22866     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
22867     layout: "plot-latency"
22868
22869 # Packet Latency - VPP vhost ip4 2n-skx-x710
22870 -
22871   type: "plot"
22872   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22873   algorithm: "plot_latency_error_bars"
22874   output-file-type: ".html"
22875   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22876   data: "plot-vpp-throughput-latency-2n-skx"
22877   filter: "'NIC_Intel-X710' and
22878            '64B' and
22879            'NDRPDR' and
22880            'ETH' and
22881            'IP4FWD' and
22882            '2T1C' and
22883            'VHOST_1024' and
22884            not 'VXLAN' and
22885            not 'NF_DENSITY' and
22886            not 'DOT1Q'"
22887   parameters:
22888   - "latency"
22889   - "parent"
22890   - "tags"
22891   sort:
22892   - "not CFS_OPT"
22893   - "1VM"
22894   - "2VM"
22895   layout:
22896     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22897     layout: "plot-latency"
22898
22899 -
22900   type: "plot"
22901   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22902   algorithm: "plot_latency_error_bars"
22903   output-file-type: ".html"
22904   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22905   data: "plot-vpp-throughput-latency-2n-skx"
22906   filter: "'NIC_Intel-X710' and
22907            '64B' and
22908            'NDRPDR' and
22909            'ETH' and
22910            'IP4FWD' and
22911            '4T2C' and
22912            'VHOST_1024' and
22913            not 'VXLAN' and
22914            not 'NF_DENSITY' and
22915            not 'DOT1Q'"
22916   parameters:
22917   - "latency"
22918   - "parent"
22919   - "tags"
22920   sort:
22921   - "not CFS_OPT"
22922   - "1VM"
22923   - "2VM"
22924   layout:
22925     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22926     layout: "plot-latency"
22927
22928 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22929 -
22930   type: "plot"
22931   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22932   algorithm: "plot_latency_error_bars"
22933   output-file-type: ".html"
22934   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22935   data: "plot-vpp-throughput-latency-2n-skx"
22936   filter: "'NIC_Intel-X710' and
22937            '64B' and
22938            'NDRPDR' and
22939            ('ETH' or 'DOT1Q') and
22940            '2T1C' and
22941            'L2BDMACLRN' and
22942            'VHOST_1024' and
22943            not 'VXLAN' and
22944            not 'IP4FWD' and
22945            not 'NF_DENSITY' and
22946            not '2VM'"
22947   parameters:
22948   - "latency"
22949   - "parent"
22950   - "tags"
22951 #  sort:
22952 #  - "VM"  # "not CFS_OPT"
22953 #  - "CFS_OPT"
22954 #  - "FIB_10K"
22955 #  - "FIB_100K"
22956 #  - "FIB_1M"
22957   layout:
22958     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22959     layout: "plot-latency"
22960
22961 -
22962   type: "plot"
22963   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22964   algorithm: "plot_latency_error_bars"
22965   output-file-type: ".html"
22966   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22967   data: "plot-vpp-throughput-latency-2n-skx"
22968   filter: "'NIC_Intel-X710' and
22969            '64B' and
22970            'NDRPDR' and
22971            ('ETH' or 'DOT1Q') and
22972            '4T2C' and
22973            'L2BDMACLRN' and
22974            'VHOST_1024' and
22975            not 'VXLAN' and
22976            not 'NF_DENSITY' and
22977            not 'IP4FWD' and
22978            not '2VM'"
22979   parameters:
22980   - "latency"
22981   - "parent"
22982   - "tags"
22983 #  sort:
22984 #  - "VM"  # "not CFS_OPT"
22985 #  - "CFS_OPT"
22986 #  - "FIB_10K"
22987 #  - "FIB_100K"
22988 #  - "FIB_1M"
22989   layout:
22990     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22991     layout: "plot-latency"
22992
22993 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22994 -
22995   type: "plot"
22996   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22997   algorithm: "plot_latency_error_bars"
22998   output-file-type: ".html"
22999   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23000   data: "plot-vpp-throughput-latency-2n-skx"
23001   filter: "'NIC_Intel-X710' and
23002            '64B' and
23003            'NDRPDR' and
23004            ('ETH' or 'DOT1Q') and
23005            'BASE' and
23006            '2T1C' and
23007            ('L2BDMACLRN' or 'L2XCFWD') and
23008            'VHOST_1024' and
23009            not 'VXLAN' and
23010            not 'NF_DENSITY' and
23011            not 'IP4FWD' and
23012            not '2VM'"
23013   parameters:
23014   - "latency"
23015   - "parent"
23016   - "tags"
23017 #  sort:
23018 #  - "not CFS_OPT"
23019 #  - "L2XCFWD"
23020 #  - "not CFS_OPT"
23021 #  - "CFS_OPT"
23022   layout:
23023     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23024     layout: "plot-latency"
23025
23026 -
23027   type: "plot"
23028   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23029   algorithm: "plot_latency_error_bars"
23030   output-file-type: ".html"
23031   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23032   data: "plot-vpp-throughput-latency-2n-skx"
23033   filter: "'NIC_Intel-X710' and
23034            '64B' and
23035            'NDRPDR' and
23036            ('ETH' or 'DOT1Q') and
23037            'BASE' and
23038            '4T2C' and
23039            ('L2BDMACLRN' or 'L2XCFWD') and
23040            'VHOST_1024' and
23041            not 'VXLAN' and
23042            not 'NF_DENSITY' and
23043            not 'IP4FWD' and
23044            not '2VM'"
23045   parameters:
23046   - "latency"
23047   - "parent"
23048   - "tags"
23049 #  sort:
23050 #  - "not CFS_OPT"
23051 #  - "L2XCFWD"
23052 #  - "not CFS_OPT"
23053 #  - "CFS_OPT"
23054   layout:
23055     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
23056     layout: "plot-latency"
23057
23058 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
23059 -
23060   type: "plot"
23061   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23062   algorithm: "plot_latency_error_bars"
23063   output-file-type: ".html"
23064   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23065   data: "plot-vpp-throughput-latency-2n-skx"
23066   filter: "'NIC_Intel-X710' and
23067            '64B' and
23068            'NDRPDR' and
23069            ('ETH' or 'DOT1Q') and
23070            '2T1C' and
23071            ('L2BDMACLRN' or 'L2XCFWD') and
23072            'VHOST_1024' and
23073            not 'CFS_OPT' and
23074            not 'VXLAN' and
23075            not 'NF_DENSITY' and
23076            not 'IP4FWD'"
23077   parameters:
23078   - "latency"
23079   - "parent"
23080   - "tags"
23081 #  sort:
23082 #  - "1VM"
23083 #  - "L2XCFWD"
23084 #  - "1VM"
23085 #  - "L2BDMACLRN"
23086   layout:
23087     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23088     layout: "plot-latency"
23089
23090 -
23091   type: "plot"
23092   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23093   algorithm: "plot_latency_error_bars"
23094   output-file-type: ".html"
23095   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23096   data: "plot-vpp-throughput-latency-2n-skx"
23097   filter: "'NIC_Intel-X710' and
23098            '64B' and
23099            'NDRPDR' and
23100            ('ETH' or 'DOT1Q') and
23101            '4T2C' and
23102            ('L2BDMACLRN' or 'L2XCFWD') and
23103            'VHOST_1024' and
23104            not 'CFS_OPT' and
23105            not 'VXLAN' and
23106            not 'NF_DENSITY' and
23107            not 'IP4FWD'"
23108   parameters:
23109   - "latency"
23110   - "parent"
23111   - "tags"
23112 #  sort:
23113 #  - "1VM"
23114 #  - "L2XCFWD"
23115 #  - "1VM"
23116 #  - "L2BDMACLRN"
23117   layout:
23118     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23119     layout: "plot-latency"
23120
23121 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23122 -
23123   type: "plot"
23124   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23125   algorithm: "plot_latency_error_bars"
23126   output-file-type: ".html"
23127   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23128   data: "plot-vpp-throughput-latency-2n-skx"
23129   filter: "'NIC_Intel-XXV710' and
23130            '64B' and
23131            'NDRPDR' and
23132            'ETH' and
23133            'IP4FWD' and
23134            '2T1C' and
23135            'VHOST_1024' and
23136            not 'VXLAN' and
23137            not 'DOT1Q'"
23138   parameters:
23139   - "latency"
23140   - "parent"
23141   - "tags"
23142   sort:
23143   - "not CFS_OPT"
23144   - "1VM"
23145   - "2VM"
23146   layout:
23147     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23148     layout: "plot-latency"
23149
23150 -
23151   type: "plot"
23152   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23153   algorithm: "plot_latency_error_bars"
23154   output-file-type: ".html"
23155   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23156   data: "plot-vpp-throughput-latency-2n-skx"
23157   filter: "'NIC_Intel-XXV710' and
23158            '64B' and
23159            'NDRPDR' and
23160            'ETH' and
23161            'IP4FWD' and
23162            '4T2C' and
23163            'VHOST_1024' and
23164            not 'VXLAN' and
23165            not 'DOT1Q'"
23166   parameters:
23167   - "latency"
23168   - "parent"
23169   - "tags"
23170   sort:
23171   - "not CFS_OPT"
23172   - "1VM"
23173   - "2VM"
23174   layout:
23175     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23176     layout: "plot-latency"
23177
23178 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23179 -
23180   type: "plot"
23181   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23182   algorithm: "plot_latency_error_bars"
23183   output-file-type: ".html"
23184   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23185   data: "plot-vpp-throughput-latency-2n-skx"
23186   filter: "'NIC_Intel-XXV710' and
23187            '64B' and
23188            'NDRPDR' and
23189            ('ETH' or 'DOT1Q') and
23190            '2T1C' and
23191            'L2BDMACLRN' and
23192            'VHOST_1024' and
23193            not 'VXLAN' and
23194            not 'IP4FWD' and
23195            not '2VM'"
23196   parameters:
23197   - "latency"
23198   - "parent"
23199   - "tags"
23200 #  sort:
23201 #  - "VM"  # "not CFS_OPT"
23202 #  - "CFS_OPT"
23203 #  - "FIB_10K"
23204 #  - "FIB_100K"
23205 #  - "FIB_1M"
23206   layout:
23207     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23208     layout: "plot-latency"
23209
23210 -
23211   type: "plot"
23212   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23213   algorithm: "plot_latency_error_bars"
23214   output-file-type: ".html"
23215   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23216   data: "plot-vpp-throughput-latency-2n-skx"
23217   filter: "'NIC_Intel-XXV710' and
23218            '64B' and
23219            'NDRPDR' and
23220            ('ETH' or 'DOT1Q') and
23221            '4T2C' and
23222            'L2BDMACLRN' and
23223            'VHOST_1024' and
23224            not 'VXLAN' and
23225            not 'IP4FWD' and
23226            not '2VM'"
23227   parameters:
23228   - "latency"
23229   - "parent"
23230   - "tags"
23231 #  sort:
23232 #  - "VM"  # "not CFS_OPT"
23233 #  - "CFS_OPT"
23234 #  - "FIB_10K"
23235 #  - "FIB_100K"
23236 #  - "FIB_1M"
23237   layout:
23238     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23239     layout: "plot-latency"
23240
23241 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23242 -
23243   type: "plot"
23244   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23245   algorithm: "plot_latency_error_bars"
23246   output-file-type: ".html"
23247   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23248   data: "plot-vpp-throughput-latency-2n-skx"
23249   filter: "'NIC_Intel-XXV710' and
23250            '64B' and
23251            'NDRPDR' and
23252            ('ETH' or 'DOT1Q') and
23253            'BASE' and
23254            '2T1C' and
23255            ('L2BDMACLRN' or 'L2XCFWD') and
23256            'VHOST_1024' and
23257            not 'VXLAN' and
23258            not 'IP4FWD' and
23259            not '2VM'"
23260   parameters:
23261   - "latency"
23262   - "parent"
23263   - "tags"
23264 #  sort:
23265 #  - "not CFS_OPT"
23266 #  - "L2XCFWD"
23267 #  - "not CFS_OPT"
23268 #  - "CFS_OPT"
23269   layout:
23270     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23271     layout: "plot-latency"
23272
23273 -
23274   type: "plot"
23275   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23276   algorithm: "plot_latency_error_bars"
23277   output-file-type: ".html"
23278   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23279   data: "plot-vpp-throughput-latency-2n-skx"
23280   filter: "'NIC_Intel-XXV710' and
23281            '64B' and
23282            'NDRPDR' and
23283            ('ETH' or 'DOT1Q') and
23284            'BASE' and
23285            '4T2C' and
23286            ('L2BDMACLRN' or 'L2XCFWD') and
23287            'VHOST_1024' and
23288            not 'VXLAN' and
23289            not 'IP4FWD' and
23290            not '2VM'"
23291   parameters:
23292   - "latency"
23293   - "parent"
23294   - "tags"
23295 #  sort:
23296 #  - "not CFS_OPT"
23297 #  - "L2XCFWD"
23298 #  - "not CFS_OPT"
23299 #  - "CFS_OPT"
23300   layout:
23301     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23302     layout: "plot-latency"
23303
23304 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23305 -
23306   type: "plot"
23307   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23308   algorithm: "plot_latency_error_bars"
23309   output-file-type: ".html"
23310   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23311   data: "plot-vpp-throughput-latency-2n-skx"
23312   filter: "'NIC_Intel-XXV710' and
23313            '64B' and
23314            'NDRPDR' and
23315            ('ETH' or 'DOT1Q') and
23316            '2T1C' and
23317            ('L2BDMACLRN' or 'L2XCFWD') and
23318            'VHOST_1024' and
23319            not 'CFS_OPT' and
23320            not 'VXLAN' and
23321            not 'IP4FWD'"
23322   parameters:
23323   - "latency"
23324   - "parent"
23325   - "tags"
23326 #  sort:
23327 #  - "1VM"
23328 #  - "L2XCFWD"
23329 #  - "1VM"
23330 #  - "L2BDMACLRN"
23331   layout:
23332     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
23333     layout: "plot-latency"
23334
23335 -
23336   type: "plot"
23337   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23338   algorithm: "plot_latency_error_bars"
23339   output-file-type: ".html"
23340   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23341   data: "plot-vpp-throughput-latency-2n-skx"
23342   filter: "'NIC_Intel-XXV710' and
23343            '64B' and
23344            'NDRPDR' and
23345            ('ETH' or 'DOT1Q') and
23346            '4T2C' and
23347            ('L2BDMACLRN' or 'L2XCFWD') and
23348            'VHOST_1024' and
23349            not 'CFS_OPT' and
23350            not 'VXLAN' and
23351            not 'IP4FWD'"
23352   parameters:
23353   - "latency"
23354   - "parent"
23355   - "tags"
23356 #  sort:
23357 #  - "1VM"
23358 #  - "L2XCFWD"
23359 #  - "1VM"
23360 #  - "L2BDMACLRN"
23361   layout:
23362     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23363     layout: "plot-latency"
23364
23365 ################################################################################
23366
23367 # Packet Latency - VPP VTS 3n-hsw-x520
23368 -
23369   type: "plot"
23370   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23371   algorithm: "plot_latency_error_bars"
23372   output-file-type: ".html"
23373   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23374   data: "plot-vpp-throughput-latency-3n-hsw"
23375   filter: "'NIC_Intel-X520-DA2' and
23376            '114B' and
23377            'NDRPDR' and
23378            '1T1C' and
23379            'VTS'"
23380   parameters:
23381   - "latency"
23382   - "parent"
23383   - "tags"
23384   layout:
23385     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23386     layout: "plot-latency"
23387
23388 -
23389   type: "plot"
23390   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23391   algorithm: "plot_latency_error_bars"
23392   output-file-type: ".html"
23393   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23394   data: "plot-vpp-throughput-latency-3n-hsw"
23395   filter: "'NIC_Intel-X520-DA2' and
23396            '114B' and
23397            'NDRPDR' and
23398            '2T2C' and
23399            'VTS'"
23400   parameters:
23401   - "latency"
23402   - "parent"
23403   - "tags"
23404   layout:
23405     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23406     layout: "plot-latency"
23407
23408 ################################################################################
23409
23410 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23411 -
23412   type: "plot"
23413   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23414   algorithm: "plot_latency_error_bars"
23415   output-file-type: ".html"
23416   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23417   data: "plot-dpdk-throughput-latency-3n-hsw"
23418   filter: "'NIC_Intel-X520-DA2' and
23419            '64B' and
23420            'BASE' and
23421            'NDRPDR' and
23422            '1T1C' and
23423            'IP4FWD'"
23424   parameters:
23425   - "latency"
23426   - "parent"
23427   - "tags"
23428   layout:
23429     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23430     layout: "plot-latency"
23431
23432 -
23433   type: "plot"
23434   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23435   algorithm: "plot_latency_error_bars"
23436   output-file-type: ".html"
23437   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23438   data: "plot-dpdk-throughput-latency-3n-hsw"
23439   filter: "'NIC_Intel-X520-DA2' and
23440            '64B' and
23441            'BASE' and
23442            'NDRPDR' and
23443            '2T2C' and
23444            'IP4FWD'"
23445   parameters:
23446   - "latency"
23447   - "parent"
23448   - "tags"
23449   layout:
23450     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23451     layout: "plot-latency"
23452
23453 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23454 -
23455   type: "plot"
23456   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23457   algorithm: "plot_latency_error_bars"
23458   output-file-type: ".html"
23459   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23460   data: "plot-dpdk-throughput-latency-3n-hsw"
23461   filter: "'NIC_Intel-X710' and
23462            '64B' and
23463            'BASE' and
23464            'NDRPDR' and
23465            '1T1C' and
23466            'IP4FWD'"
23467   parameters:
23468   - "latency"
23469   - "parent"
23470   - "tags"
23471   layout:
23472     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23473     layout: "plot-latency"
23474
23475 -
23476   type: "plot"
23477   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23478   algorithm: "plot_latency_error_bars"
23479   output-file-type: ".html"
23480   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23481   data: "plot-dpdk-throughput-latency-3n-hsw"
23482   filter: "'NIC_Intel-X710' and
23483            '64B' and
23484            'BASE' and
23485            'NDRPDR' and
23486            '2T2C' and
23487            'IP4FWD'"
23488   parameters:
23489   - "latency"
23490   - "parent"
23491   - "tags"
23492   layout:
23493     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23494     layout: "plot-latency"
23495
23496 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23497 -
23498   type: "plot"
23499   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23500   algorithm: "plot_latency_error_bars"
23501   output-file-type: ".html"
23502   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23503   data: "plot-dpdk-throughput-latency-3n-hsw"
23504   filter: "'NIC_Intel-XL710' and
23505            '64B' and
23506            'BASE' and
23507            'NDRPDR' and
23508            '1T1C' and
23509            'IP4FWD'"
23510   parameters:
23511   - "latency"
23512   - "parent"
23513   - "tags"
23514   layout:
23515     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23516     layout: "plot-latency"
23517
23518 -
23519   type: "plot"
23520   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23521   algorithm: "plot_latency_error_bars"
23522   output-file-type: ".html"
23523   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23524   data: "plot-dpdk-throughput-latency-3n-hsw"
23525   filter: "'NIC_Intel-XL710' and
23526            '64B' and
23527            'BASE' and
23528            'NDRPDR' and
23529            '2T2C' and
23530            'IP4FWD'"
23531   parameters:
23532   - "latency"
23533   - "parent"
23534   - "tags"
23535   layout:
23536     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23537     layout: "plot-latency"
23538
23539 # Packet Latency - DPDK l3fwd 3n-skx-x710
23540 -
23541   type: "plot"
23542   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23543   algorithm: "plot_latency_error_bars"
23544   output-file-type: ".html"
23545   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23546   data: "plot-dpdk-throughput-latency-3n-skx"
23547   filter: "'NIC_Intel-X710' and
23548            '64B' and
23549            'BASE' and
23550            'NDRPDR' and
23551            '2T1C' and
23552            'IP4FWD'"
23553   parameters:
23554   - "latency"
23555   - "parent"
23556   - "tags"
23557   layout:
23558     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23559     layout: "plot-latency"
23560
23561 -
23562   type: "plot"
23563   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23564   algorithm: "plot_latency_error_bars"
23565   output-file-type: ".html"
23566   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23567   data: "plot-dpdk-throughput-latency-3n-skx"
23568   filter: "'NIC_Intel-X710' and
23569            '64B' and
23570            'BASE' and
23571            'NDRPDR' and
23572            '4T2C' and
23573            'IP4FWD'"
23574   parameters:
23575   - "latency"
23576   - "parent"
23577   - "tags"
23578   layout:
23579     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23580     layout: "plot-latency"
23581
23582 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23583 -
23584   type: "plot"
23585   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23586   algorithm: "plot_latency_error_bars"
23587   output-file-type: ".html"
23588   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23589   data: "plot-dpdk-throughput-latency-3n-skx"
23590   filter: "'NIC_Intel-XXV710' and
23591            '64B' and
23592            'BASE' and
23593            'NDRPDR' and
23594            '2T1C' and
23595            'IP4FWD'"
23596   parameters:
23597   - "latency"
23598   - "parent"
23599   - "tags"
23600   layout:
23601     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23602     layout: "plot-latency"
23603
23604 -
23605   type: "plot"
23606   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23607   algorithm: "plot_latency_error_bars"
23608   output-file-type: ".html"
23609   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23610   data: "plot-dpdk-throughput-latency-3n-skx"
23611   filter: "'NIC_Intel-XXV710' and
23612            '64B' and
23613            'BASE' and
23614            'NDRPDR' and
23615            '4T2C' and
23616            'IP4FWD'"
23617   parameters:
23618   - "latency"
23619   - "parent"
23620   - "tags"
23621   layout:
23622     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23623     layout: "plot-latency"
23624
23625 # Packet Latency - DPDK l3fwd 2n-skx-x710
23626 -
23627   type: "plot"
23628   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23629   algorithm: "plot_latency_error_bars"
23630   output-file-type: ".html"
23631   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23632   data: "plot-dpdk-throughput-latency-2n-skx"
23633   filter: "'NIC_Intel-X710' and
23634            '64B' and
23635            'BASE' and
23636            'NDRPDR' and
23637            '2T1C' and
23638            'IP4FWD'"
23639   parameters:
23640   - "latency"
23641   - "parent"
23642   - "tags"
23643   layout:
23644     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23645     layout: "plot-latency"
23646
23647 -
23648   type: "plot"
23649   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23650   algorithm: "plot_latency_error_bars"
23651   output-file-type: ".html"
23652   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23653   data: "plot-dpdk-throughput-latency-2n-skx"
23654   filter: "'NIC_Intel-X710' and
23655            '64B' and
23656            'BASE' and
23657            'NDRPDR' and
23658            '4T2C' and
23659            'IP4FWD'"
23660   parameters:
23661   - "latency"
23662   - "parent"
23663   - "tags"
23664   layout:
23665     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23666     layout: "plot-latency"
23667
23668 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23669 -
23670   type: "plot"
23671   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23672   algorithm: "plot_latency_error_bars"
23673   output-file-type: ".html"
23674   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23675   data: "plot-dpdk-throughput-latency-2n-skx"
23676   filter: "'NIC_Intel-XXV710' and
23677            '64B' and
23678            'BASE' and
23679            'NDRPDR' and
23680            '2T1C' and
23681            'IP4FWD'"
23682   parameters:
23683   - "latency"
23684   - "parent"
23685   - "tags"
23686   layout:
23687     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23688     layout: "plot-latency"
23689
23690 -
23691   type: "plot"
23692   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23693   algorithm: "plot_latency_error_bars"
23694   output-file-type: ".html"
23695   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23696   data: "plot-dpdk-throughput-latency-2n-skx"
23697   filter: "'NIC_Intel-XXV710' and
23698            '64B' and
23699            'BASE' and
23700            'NDRPDR' and
23701            '4T2C' and
23702            'IP4FWD'"
23703   parameters:
23704   - "latency"
23705   - "parent"
23706   - "tags"
23707   layout:
23708     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23709     layout: "plot-latency"
23710
23711 ################################################################################
23712
23713 # Packet Latency - DPDK testpmd 3n-hsw-x520
23714 -
23715   type: "plot"
23716   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23717   algorithm: "plot_latency_error_bars"
23718   output-file-type: ".html"
23719   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23720   data: "plot-dpdk-throughput-latency-3n-hsw"
23721   filter: "'NIC_Intel-X520-DA2' and
23722            '64B' and
23723            'BASE' and
23724            'NDRPDR' and
23725            '1T1C' and
23726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23727   parameters:
23728   - "latency"
23729   - "parent"
23730   - "tags"
23731   layout:
23732     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23733     layout: "plot-latency"
23734
23735 -
23736   type: "plot"
23737   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23738   algorithm: "plot_latency_error_bars"
23739   output-file-type: ".html"
23740   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23741   data: "plot-dpdk-throughput-latency-3n-hsw"
23742   filter: "'NIC_Intel-X520-DA2' and
23743            '64B' and
23744            'BASE' and
23745            'NDRPDR' and
23746            '2T2C' and
23747            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23748   parameters:
23749   - "latency"
23750   - "parent"
23751   - "tags"
23752   layout:
23753     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23754     layout: "plot-latency"
23755
23756 # Packet Latency - DPDK testpmd 3n-hsw-x710
23757 -
23758   type: "plot"
23759   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23760   algorithm: "plot_latency_error_bars"
23761   output-file-type: ".html"
23762   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23763   data: "plot-dpdk-throughput-latency-3n-hsw"
23764   filter: "'NIC_Intel-X710' and
23765            '64B' and
23766            'BASE' and
23767            'NDRPDR' and
23768            '1T1C' and
23769            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23770   parameters:
23771   - "latency"
23772   - "parent"
23773   - "tags"
23774   layout:
23775     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23776     layout: "plot-latency"
23777
23778 -
23779   type: "plot"
23780   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23781   algorithm: "plot_latency_error_bars"
23782   output-file-type: ".html"
23783   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23784   data: "plot-dpdk-throughput-latency-3n-hsw"
23785   filter: "'NIC_Intel-X710' and
23786            '64B' and
23787            'BASE' and
23788            'NDRPDR' and
23789            '2T2C' and
23790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23791   parameters:
23792   - "latency"
23793   - "parent"
23794   - "tags"
23795   layout:
23796     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23797     layout: "plot-latency"
23798
23799 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23800 -
23801   type: "plot"
23802   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23803   algorithm: "plot_latency_error_bars"
23804   output-file-type: ".html"
23805   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23806   data: "plot-dpdk-throughput-latency-3n-hsw"
23807   filter: "'NIC_Intel-XL710' and
23808            '64B' and
23809            'BASE' and
23810            'NDRPDR' and
23811            '1T1C' and
23812            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23813   parameters:
23814   - "latency"
23815   - "parent"
23816   - "tags"
23817   layout:
23818     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23819     layout: "plot-latency"
23820
23821 -
23822   type: "plot"
23823   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23824   algorithm: "plot_latency_error_bars"
23825   output-file-type: ".html"
23826   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23827   data: "plot-dpdk-throughput-latency-3n-hsw"
23828   filter: "'NIC_Intel-XL710' and
23829            '64B' and
23830            'BASE' and
23831            'NDRPDR' and
23832            '2T2C' and
23833            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23834   parameters:
23835   - "latency"
23836   - "parent"
23837   - "tags"
23838   layout:
23839     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23840     layout: "plot-latency"
23841
23842 # Packet Latency - DPDK testpmd 3n-skx-x710
23843 -
23844   type: "plot"
23845   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23846   algorithm: "plot_latency_error_bars"
23847   output-file-type: ".html"
23848   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23849   data: "plot-dpdk-throughput-latency-3n-skx"
23850   filter: "'NIC_Intel-X710' and
23851            '64B' and
23852            'BASE' and
23853            'NDRPDR' and
23854            '2T1C' and
23855            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23856   parameters:
23857   - "latency"
23858   - "parent"
23859   - "tags"
23860   layout:
23861     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23862     layout: "plot-latency"
23863
23864 -
23865   type: "plot"
23866   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23867   algorithm: "plot_latency_error_bars"
23868   output-file-type: ".html"
23869   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23870   data: "plot-dpdk-throughput-latency-3n-skx"
23871   filter: "'NIC_Intel-X710' and
23872            '64B' and
23873            'BASE' and
23874            'NDRPDR' and
23875            '4T2C' and
23876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23877   parameters:
23878   - "latency"
23879   - "parent"
23880   - "tags"
23881   layout:
23882     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23883     layout: "plot-latency"
23884
23885 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23886 -
23887   type: "plot"
23888   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23889   algorithm: "plot_latency_error_bars"
23890   output-file-type: ".html"
23891   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23892   data: "plot-dpdk-throughput-latency-3n-skx"
23893   filter: "'NIC_Intel-XXV710' and
23894            '64B' and
23895            'BASE' and
23896            'NDRPDR' and
23897            '2T1C' and
23898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23899   parameters:
23900   - "latency"
23901   - "parent"
23902   - "tags"
23903   layout:
23904     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23905     layout: "plot-latency"
23906
23907 -
23908   type: "plot"
23909   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23910   algorithm: "plot_latency_error_bars"
23911   output-file-type: ".html"
23912   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23913   data: "plot-dpdk-throughput-latency-3n-skx"
23914   filter: "'NIC_Intel-XXV710' and
23915            '64B' and
23916            'BASE' and
23917            'NDRPDR' and
23918            '4T2C' and
23919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23920   parameters:
23921   - "latency"
23922   - "parent"
23923   - "tags"
23924   layout:
23925     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23926     layout: "plot-latency"
23927
23928 # Packet Latency - DPDK testpmd 2n-skx-x710
23929 -
23930   type: "plot"
23931   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23932   algorithm: "plot_latency_error_bars"
23933   output-file-type: ".html"
23934   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23935   data: "plot-dpdk-throughput-latency-2n-skx"
23936   filter: "'NIC_Intel-X710' and
23937            '64B' and
23938            'BASE' and
23939            'NDRPDR' and
23940            '2T1C' and
23941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23942   parameters:
23943   - "latency"
23944   - "parent"
23945   - "tags"
23946   layout:
23947     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23948     layout: "plot-latency"
23949
23950 -
23951   type: "plot"
23952   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23953   algorithm: "plot_latency_error_bars"
23954   output-file-type: ".html"
23955   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23956   data: "plot-dpdk-throughput-latency-2n-skx"
23957   filter: "'NIC_Intel-X710' and
23958            '64B' and
23959            'BASE' and
23960            'NDRPDR' and
23961            '4T2C' and
23962            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23963   parameters:
23964   - "latency"
23965   - "parent"
23966   - "tags"
23967   layout:
23968     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23969     layout: "plot-latency"
23970
23971 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23972 -
23973   type: "plot"
23974   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23975   algorithm: "plot_latency_error_bars"
23976   output-file-type: ".html"
23977   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23978   data: "plot-dpdk-throughput-latency-2n-skx"
23979   filter: "'NIC_Intel-XXV710' and
23980            '64B' and
23981            'BASE' and
23982            'NDRPDR' and
23983            '2T1C' and
23984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23985   parameters:
23986   - "latency"
23987   - "parent"
23988   - "tags"
23989   layout:
23990     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23991     layout: "plot-latency"
23992
23993 -
23994   type: "plot"
23995   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23996   algorithm: "plot_latency_error_bars"
23997   output-file-type: ".html"
23998   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23999   data: "plot-dpdk-throughput-latency-2n-skx"
24000   filter: "'NIC_Intel-XXV710' and
24001            '64B' and
24002            'BASE' and
24003            'NDRPDR' and
24004            '4T2C' and
24005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24006   parameters:
24007   - "latency"
24008   - "parent"
24009   - "tags"
24010   layout:
24011     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24012     layout: "plot-latency"
24013
24014 ################################################################################
24015
24016 # Speedup - VPP Container Memif 3n-hsw-x520
24017 -
24018   type: "plot"
24019   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24020   algorithm: "plot_throughput_speedup_analysis"
24021   output-file-type: ".html"
24022   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24023   data: "plot-throughput-speedup-analysis-3n-hsw"
24024   filter: "'NIC_Intel-X520-DA2' and
24025            '64B' and
24026            ('BASE' or 'SCALE') and
24027            'NDRPDR' and
24028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24029            not 'VHOST' and
24030            'MEMIF'"
24031   parameters:
24032   - "throughput"
24033   - "parent"
24034   - "tags"
24035   sort:
24036   - "L2XCFWD"
24037   - "L2XCFWD"
24038   - "L2XCFWD"
24039   - "L2BDMACLRN"
24040   - "L2BDMACLRN"
24041   - "L2BDMACLRN"
24042   layout:
24043     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
24044     layout: "plot-throughput-speedup-analysis"
24045
24046 -
24047   type: "plot"
24048   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24049   algorithm: "plot_throughput_speedup_analysis"
24050   output-file-type: ".html"
24051   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24052   data: "plot-throughput-speedup-analysis-3n-hsw"
24053   filter: "'NIC_Intel-X520-DA2' and
24054            '64B' and
24055            ('BASE' or 'SCALE') and
24056            'NDRPDR' and
24057            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24058            not 'VHOST' and
24059            'MEMIF'"
24060   parameters:
24061   - "throughput"
24062   - "parent"
24063   - "tags"
24064   sort:
24065   - "L2XCFWD"
24066   - "L2XCFWD"
24067   - "L2XCFWD"
24068   - "L2BDMACLRN"
24069   - "L2BDMACLRN"
24070   - "L2BDMACLRN"
24071   layout:
24072     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
24073     layout: "plot-throughput-speedup-analysis"
24074
24075 # Speedup - VPP Container Memif 3n-hsw-x710
24076 -
24077   type: "plot"
24078   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24079   algorithm: "plot_throughput_speedup_analysis"
24080   output-file-type: ".html"
24081   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24082   data: "plot-throughput-speedup-analysis-3n-hsw"
24083   filter: "'NIC_Intel-X710' and
24084            '64B' and
24085            ('BASE' or 'SCALE') and
24086            'NDRPDR' and
24087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24088            not 'VHOST' and
24089            'MEMIF'"
24090   parameters:
24091   - "throughput"
24092   - "parent"
24093   - "tags"
24094   sort:
24095   - "L2XCFWD"
24096   - "L2XCFWD"
24097   - "L2XCFWD"
24098   - "L2BDMACLRN"
24099   - "L2BDMACLRN"
24100   - "L2BDMACLRN"
24101   layout:
24102     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24103     layout: "plot-throughput-speedup-analysis"
24104
24105 -
24106   type: "plot"
24107   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24108   algorithm: "plot_throughput_speedup_analysis"
24109   output-file-type: ".html"
24110   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24111   data: "plot-throughput-speedup-analysis-3n-hsw"
24112   filter: "'NIC_Intel-X710' and
24113            '64B' and
24114            ('BASE' or 'SCALE') and
24115            'NDRPDR' and
24116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24117            not 'VHOST' and
24118            'MEMIF'"
24119   parameters:
24120   - "throughput"
24121   - "parent"
24122   - "tags"
24123   sort:
24124   - "L2XCFWD"
24125   - "L2XCFWD"
24126   - "L2XCFWD"
24127   - "L2BDMACLRN"
24128   - "L2BDMACLRN"
24129   - "L2BDMACLRN"
24130   layout:
24131     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24132     layout: "plot-throughput-speedup-analysis"
24133
24134 # Speedup - VPP Container Memif 3n-hsw-xl710
24135 -
24136   type: "plot"
24137   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24138   algorithm: "plot_throughput_speedup_analysis"
24139   output-file-type: ".html"
24140   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24141   data: "plot-throughput-speedup-analysis-3n-hsw"
24142   filter: "'NIC_Intel-XL710' and
24143            '64B' and
24144            ('BASE' or 'SCALE') and
24145            'NDRPDR' and
24146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24147            not 'VHOST' and
24148            'MEMIF'"
24149   parameters:
24150   - "throughput"
24151   - "parent"
24152   - "tags"
24153   sort:
24154   - "L2XCFWD"
24155   - "L2XCFWD"
24156   - "L2XCFWD"
24157   - "L2BDMACLRN"
24158   - "L2BDMACLRN"
24159   - "L2BDMACLRN"
24160   layout:
24161     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24162     layout: "plot-throughput-speedup-analysis"
24163
24164 -
24165   type: "plot"
24166   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24167   algorithm: "plot_throughput_speedup_analysis"
24168   output-file-type: ".html"
24169   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24170   data: "plot-throughput-speedup-analysis-3n-hsw"
24171   filter: "'NIC_Intel-XL710' and
24172            '64B' and
24173            ('BASE' or 'SCALE') and
24174            'NDRPDR' and
24175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24176            not 'VHOST' and
24177            'MEMIF'"
24178   parameters:
24179   - "throughput"
24180   - "parent"
24181   - "tags"
24182   sort:
24183   - "L2XCFWD"
24184   - "L2XCFWD"
24185   - "L2XCFWD"
24186   - "L2BDMACLRN"
24187   - "L2BDMACLRN"
24188   - "L2BDMACLRN"
24189   layout:
24190     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24191     layout: "plot-throughput-speedup-analysis"
24192
24193 # Speedup - VPP Container Memif 3n-skx-x710
24194 -
24195   type: "plot"
24196   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24197   algorithm: "plot_throughput_speedup_analysis"
24198   output-file-type: ".html"
24199   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24200   data: "plot-throughput-speedup-analysis-3n-skx"
24201   filter: "'NIC_Intel-X710' and
24202            '64B' and
24203            ('BASE' or 'SCALE') and
24204            'NDRPDR' and
24205            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24206            not 'VHOST' and
24207            'MEMIF'"
24208   parameters:
24209   - "throughput"
24210   - "parent"
24211   - "tags"
24212   sort:
24213   - "L2XCFWD"
24214   - "L2XCFWD"
24215   - "L2XCFWD"
24216   - "L2BDMACLRN"
24217   - "L2BDMACLRN"
24218   - "L2BDMACLRN"
24219   layout:
24220     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
24221     layout: "plot-throughput-speedup-analysis"
24222
24223 -
24224   type: "plot"
24225   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24226   algorithm: "plot_throughput_speedup_analysis"
24227   output-file-type: ".html"
24228   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24229   data: "plot-throughput-speedup-analysis-3n-skx"
24230   filter: "'NIC_Intel-X710' and
24231            '64B' and
24232            ('BASE' or 'SCALE') and
24233            'NDRPDR' and
24234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24235            not 'VHOST' and
24236            'MEMIF'"
24237   parameters:
24238   - "throughput"
24239   - "parent"
24240   - "tags"
24241   sort:
24242   - "L2XCFWD"
24243   - "L2XCFWD"
24244   - "L2XCFWD"
24245   - "L2BDMACLRN"
24246   - "L2BDMACLRN"
24247   - "L2BDMACLRN"
24248   layout:
24249     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24250     layout: "plot-throughput-speedup-analysis"
24251
24252 # Speedup - VPP Container Memif 2n-skx-x710
24253 -
24254   type: "plot"
24255   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24256   algorithm: "plot_throughput_speedup_analysis"
24257   output-file-type: ".html"
24258   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24259   data: "plot-throughput-speedup-analysis-2n-skx"
24260   filter: "'NIC_Intel-X710' and
24261            '64B' and
24262            ('BASE' or 'SCALE') and
24263            'NDRPDR' and
24264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24265            not 'VHOST' and
24266            not 'NF_DENSITY' and
24267            'MEMIF'"
24268   parameters:
24269   - "throughput"
24270   - "parent"
24271   - "tags"
24272   sort:
24273   - "L2XCFWD"
24274   - "L2XCFWD"
24275   - "L2XCFWD"
24276   - "L2BDMACLRN"
24277   - "L2BDMACLRN"
24278   - "L2BDMACLRN"
24279   layout:
24280     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24281     layout: "plot-throughput-speedup-analysis"
24282
24283 -
24284   type: "plot"
24285   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24286   algorithm: "plot_throughput_speedup_analysis"
24287   output-file-type: ".html"
24288   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24289   data: "plot-throughput-speedup-analysis-2n-skx"
24290   filter: "'NIC_Intel-X710' and
24291            '64B' and
24292            ('BASE' or 'SCALE') and
24293            'NDRPDR' and
24294            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24295            not 'VHOST' and
24296            not 'NF_DENSITY' and
24297            'MEMIF'"
24298   parameters:
24299   - "throughput"
24300   - "parent"
24301   - "tags"
24302   sort:
24303   - "L2XCFWD"
24304   - "L2XCFWD"
24305   - "L2XCFWD"
24306   - "L2BDMACLRN"
24307   - "L2BDMACLRN"
24308   - "L2BDMACLRN"
24309   layout:
24310     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24311     layout: "plot-throughput-speedup-analysis"
24312
24313 # Speedup - VPP Container Memif 2n-skx-xxv710
24314 -
24315   type: "plot"
24316   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24317   algorithm: "plot_throughput_speedup_analysis"
24318   output-file-type: ".html"
24319   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24320   data: "plot-throughput-speedup-analysis-2n-skx"
24321   filter: "'NIC_Intel-XXV710' and
24322            '64B' and
24323            ('BASE' or 'SCALE') and
24324            'NDRPDR' and
24325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24326            not 'VHOST' and
24327            'MEMIF'"
24328   parameters:
24329   - "throughput"
24330   - "parent"
24331   - "tags"
24332   sort:
24333   - "L2XCFWD"
24334   - "L2XCFWD"
24335   - "L2XCFWD"
24336   - "L2BDMACLRN"
24337   - "L2BDMACLRN"
24338   - "L2BDMACLRN"
24339   layout:
24340     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
24341     layout: "plot-throughput-speedup-analysis"
24342
24343 -
24344   type: "plot"
24345   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24346   algorithm: "plot_throughput_speedup_analysis"
24347   output-file-type: ".html"
24348   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24349   data: "plot-throughput-speedup-analysis-2n-skx"
24350   filter: "'NIC_Intel-XXV710' and
24351            '64B' and
24352            ('BASE' or 'SCALE') and
24353            'NDRPDR' and
24354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24355            not 'VHOST' and
24356            'MEMIF'"
24357   parameters:
24358   - "throughput"
24359   - "parent"
24360   - "tags"
24361   sort:
24362   - "L2XCFWD"
24363   - "L2XCFWD"
24364   - "L2XCFWD"
24365   - "L2BDMACLRN"
24366   - "L2BDMACLRN"
24367   - "L2BDMACLRN"
24368   layout:
24369     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
24370     layout: "plot-throughput-speedup-analysis"
24371
24372 ################################################################################
24373
24374 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24375 -
24376   type: "plot"
24377   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24378   algorithm: "plot_throughput_speedup_analysis"
24379   output-file-type: ".html"
24380   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24381   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24382   filter: "'NIC_Intel-X520-DA2' and
24383            '64B' and
24384            ('BASE' or 'SCALE') and
24385            'NDRPDR' and
24386            'L2XCFWD' and
24387            not 'VHOST' and
24388            'MEMIF'"
24389   parameters:
24390   - "throughput"
24391   - "parent"
24392   - "tags"
24393   sort:
24394   - "1VNF"
24395   - "2VNF"
24396   - "4VNF"
24397   - "2VNF"
24398   - "4VNF"
24399   layout:
24400     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24401     layout: "plot-throughput-speedup-analysis"
24402
24403 -
24404   type: "plot"
24405   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24406   algorithm: "plot_throughput_speedup_analysis"
24407   output-file-type: ".html"
24408   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24409   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24410   filter: "'NIC_Intel-X520-DA2' and
24411            '64B' and
24412            ('BASE' or 'SCALE') and
24413            'NDRPDR' and
24414            'L2XCFWD' and
24415            not 'VHOST' and
24416            'MEMIF'"
24417   parameters:
24418   - "throughput"
24419   - "parent"
24420   - "tags"
24421   sort:
24422   - "1VNF"
24423   - "2VNF"
24424   - "4VNF"
24425   - "2VNF"
24426   - "4VNF"
24427   layout:
24428     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24429     layout: "plot-throughput-speedup-analysis"
24430
24431 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24432 -
24433   type: "plot"
24434   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24435   algorithm: "plot_throughput_speedup_analysis"
24436   output-file-type: ".html"
24437   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24438   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24439   filter: "'NIC_Intel-X520-DA2' and
24440            '64B' and
24441            ('BASE' or 'SCALE') and
24442            'NDRPDR' and
24443            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24444            not 'VHOST' and
24445            'MEMIF'"
24446   parameters:
24447   - "throughput"
24448   - "parent"
24449   - "tags"
24450   sort:
24451   - "1VNF"
24452   - "2VNF"
24453   - "4VNF"
24454   - "2VNF"
24455   - "4VNF"
24456   layout:
24457     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24458     layout: "plot-throughput-speedup-analysis"
24459
24460 -
24461   type: "plot"
24462   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24463   algorithm: "plot_throughput_speedup_analysis"
24464   output-file-type: ".html"
24465   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24466   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24467   filter: "'NIC_Intel-X520-DA2' and
24468            '64B' and
24469            ('BASE' or 'SCALE') and
24470            'NDRPDR' and
24471            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24472            not 'VHOST' and
24473            'MEMIF'"
24474   parameters:
24475   - "throughput"
24476   - "parent"
24477   - "tags"
24478   sort:
24479   - "1VNF"
24480   - "2VNF"
24481   - "4VNF"
24482   - "2VNF"
24483   - "4VNF"
24484   layout:
24485     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24486     layout: "plot-throughput-speedup-analysis"
24487
24488 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24489 -
24490   type: "plot"
24491   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24492   algorithm: "plot_throughput_speedup_analysis"
24493   output-file-type: ".html"
24494   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24495   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24496   filter: "'NIC_Intel-X710' and
24497            '64B' and
24498            ('BASE' or 'SCALE') and
24499            'NDRPDR' and
24500            'L2XCFWD' and
24501            not 'VHOST' and
24502            'MEMIF'"
24503   parameters:
24504   - "throughput"
24505   - "parent"
24506   - "tags"
24507   sort:
24508   - "1VNF"
24509   - "2VNF"
24510   - "4VNF"
24511   - "2VNF"
24512   - "4VNF"
24513   layout:
24514     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24515     layout: "plot-throughput-speedup-analysis"
24516
24517 -
24518   type: "plot"
24519   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24520   algorithm: "plot_throughput_speedup_analysis"
24521   output-file-type: ".html"
24522   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24523   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24524   filter: "'NIC_Intel-X710' and
24525            '64B' and
24526            ('BASE' or 'SCALE') and
24527            'NDRPDR' and
24528            'L2XCFWD' and
24529            not 'VHOST' and
24530            'MEMIF'"
24531   parameters:
24532   - "throughput"
24533   - "parent"
24534   - "tags"
24535   sort:
24536   - "1VNF"
24537   - "2VNF"
24538   - "4VNF"
24539   - "2VNF"
24540   - "4VNF"
24541   layout:
24542     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24543     layout: "plot-throughput-speedup-analysis"
24544
24545 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24546 -
24547   type: "plot"
24548   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24549   algorithm: "plot_throughput_speedup_analysis"
24550   output-file-type: ".html"
24551   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24552   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24553   filter: "'NIC_Intel-X710' and
24554            '64B' and
24555            ('BASE' or 'SCALE') and
24556            'NDRPDR' and
24557            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24558            not 'VHOST' and
24559            'MEMIF'"
24560   parameters:
24561   - "throughput"
24562   - "parent"
24563   - "tags"
24564   sort:
24565   - "1VNF"
24566   - "2VNF"
24567   - "4VNF"
24568   - "2VNF"
24569   - "4VNF"
24570   layout:
24571     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24572     layout: "plot-throughput-speedup-analysis"
24573
24574 -
24575   type: "plot"
24576   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24577   algorithm: "plot_throughput_speedup_analysis"
24578   output-file-type: ".html"
24579   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24580   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24581   filter: "'NIC_Intel-X710' and
24582            '64B' and
24583            ('BASE' or 'SCALE') and
24584            'NDRPDR' and
24585            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24586            not 'VHOST' and
24587            'MEMIF'"
24588   parameters:
24589   - "throughput"
24590   - "parent"
24591   - "tags"
24592   sort:
24593   - "1VNF"
24594   - "2VNF"
24595   - "4VNF"
24596   - "2VNF"
24597   - "4VNF"
24598   layout:
24599     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24600     layout: "plot-throughput-speedup-analysis"
24601
24602 ################################################################################
24603
24604 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24605 -
24606   type: "plot"
24607   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24608   algorithm: "plot_throughput_speedup_analysis"
24609   output-file-type: ".html"
24610   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24611   data: "plot-throughput-speedup-analysis-3n-hsw"
24612   filter: "'NIC_Intel-X520-DA2' and
24613            '64B' and
24614            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24615            'NDRPDR' and
24616            'IP4FWD' and
24617            not 'IPSEC' and
24618            not 'VHOST'"
24619   parameters:
24620   - "throughput"
24621   - "parent"
24622   - "tags"
24623   sort:
24624   - "DOT1Q"
24625   - "IP4BASE"
24626   - "FIB_20k"
24627   - "FIB_200k"
24628   - "FIB_2M"
24629   layout:
24630     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24631     layout: "plot-throughput-speedup-analysis"
24632
24633 -
24634   type: "plot"
24635   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24636   algorithm: "plot_throughput_speedup_analysis"
24637   output-file-type: ".html"
24638   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24639   data: "plot-throughput-speedup-analysis-3n-hsw"
24640   filter: "'NIC_Intel-X520-DA2' and
24641            '64B' and
24642            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24643            'NDRPDR' and
24644            'IP4FWD' and
24645            not 'IPSEC' and
24646            not 'VHOST'"
24647   parameters:
24648   - "throughput"
24649   - "parent"
24650   - "tags"
24651   sort:
24652   - "DOT1Q"
24653   - "IP4BASE"
24654   - "FIB_20k"
24655   - "FIB_200k"
24656   - "FIB_2M"
24657   layout:
24658     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24659     layout: "plot-throughput-speedup-analysis"
24660
24661 # Speedup - VPP IPv4 3n-hsw-x520 features
24662 -
24663   type: "plot"
24664   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24665   algorithm: "plot_throughput_speedup_analysis"
24666   output-file-type: ".html"
24667   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24668   data: "plot-throughput-speedup-analysis-3n-hsw"
24669   filter: "'NIC_Intel-X520-DA2' and
24670            '64B' and
24671            ('IP4BASE' or
24672             'POLICE_MARK' or
24673             'COPWHLIST' or
24674             ('NAT44' and 'BASE') or
24675             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24676            'NDRPDR' and
24677            'IP4FWD' and
24678            not 'IPSEC' and
24679            not 'VHOST'"
24680   parameters:
24681   - "throughput"
24682   - "parent"
24683   - "tags"
24684   sort:
24685   - "DOT1Q"
24686   - "IP4BASE"
24687   - "NAT44"
24688   - "POLICE_MARK"
24689   - "COPWHLIST"
24690   - "IACL"
24691   - "OACL"
24692   layout:
24693     title: "ip4-3n-hsw-x520-64b-features-ndr"
24694     layout: "plot-throughput-speedup-analysis"
24695
24696 -
24697   type: "plot"
24698   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24699   algorithm: "plot_throughput_speedup_analysis"
24700   output-file-type: ".html"
24701   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24702   data: "plot-throughput-speedup-analysis-3n-hsw"
24703   filter: "'NIC_Intel-X520-DA2' and
24704            '64B' and
24705            ('IP4BASE' or
24706             'POLICE_MARK' or
24707             'COPWHLIST' or
24708             ('NAT44' and 'BASE') or
24709             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24710            'NDRPDR' and
24711            'IP4FWD' and
24712            not 'IPSEC' and
24713            not 'VHOST'"
24714   parameters:
24715   - "throughput"
24716   - "parent"
24717   - "tags"
24718   sort:
24719   - "DOT1Q"
24720   - "IP4BASE"
24721   - "NAT44"
24722   - "POLICE_MARK"
24723   - "COPWHLIST"
24724   - "IACL"
24725   - "OACL"
24726   layout:
24727     title: "ip4-3n-hsw-x520-64b-features-pdr"
24728     layout: "plot-throughput-speedup-analysis"
24729
24730 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24731 -
24732   type: "plot"
24733   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24734   algorithm: "plot_throughput_speedup_analysis"
24735   output-file-type: ".html"
24736   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24737   data: "plot-throughput-speedup-analysis-3n-hsw"
24738   filter: "'NIC_Intel-X520-DA2' and
24739            '64B' and
24740            'NDRPDR' and
24741            'IP4FWD' and
24742            'NAT44' and
24743            not 'IPSEC' and
24744            not 'VHOST'"
24745   parameters:
24746   - "throughput"
24747   - "parent"
24748   - "tags"
24749   sort:
24750   - "BASE"
24751   - "BASE"
24752   - "SRC_USER_10"
24753   - "SRC_USER_100"
24754   - "SRC_USER_1000"
24755   - "SRC_USER_2000"
24756   layout:
24757     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24758     layout: "plot-throughput-speedup-analysis"
24759
24760 -
24761   type: "plot"
24762   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24763   algorithm: "plot_throughput_speedup_analysis"
24764   output-file-type: ".html"
24765   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24766   data: "plot-throughput-speedup-analysis-3n-hsw"
24767   filter: "'NIC_Intel-X520-DA2' and
24768            '64B' and
24769            'NDRPDR' and
24770            'IP4FWD' and
24771            'NAT44' and
24772            not 'IPSEC' and
24773            not 'VHOST'"
24774   parameters:
24775   - "throughput"
24776   - "parent"
24777   - "tags"
24778   sort:
24779   - "BASE"
24780   - "BASE"
24781   - "SRC_USER_10"
24782   - "SRC_USER_100"
24783   - "SRC_USER_1000"
24784   - "SRC_USER_2000"
24785   layout:
24786     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
24787     layout: "plot-throughput-speedup-analysis"
24788
24789 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
24790 -
24791   type: "plot"
24792   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24793   algorithm: "plot_throughput_speedup_analysis"
24794   output-file-type: ".html"
24795   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24796   data: "plot-throughput-speedup-analysis-3n-hsw"
24797   filter: "'NIC_Intel-X520-DA2' and
24798            '64B' and
24799            'NDRPDR' and
24800            'IP4FWD' and
24801            'IACL' and
24802            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24803            not 'IPSEC' and
24804            not 'VHOST'"
24805   parameters:
24806   - "throughput"
24807   - "parent"
24808   - "tags"
24809   sort:
24810   - "ACL_STATELESS"
24811   - "ACL_STATEFUL"
24812   - "ACL_STATELESS"
24813   - "ACL_STATEFUL"
24814   layout:
24815     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24816     layout: "plot-throughput-speedup-analysis"
24817
24818 -
24819   type: "plot"
24820   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24821   algorithm: "plot_throughput_speedup_analysis"
24822   output-file-type: ".html"
24823   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24824   data: "plot-throughput-speedup-analysis-3n-hsw"
24825   filter: "'NIC_Intel-X520-DA2' and
24826            '64B' and
24827            'NDRPDR' and
24828            'IP4FWD' and
24829            'IACL' and
24830            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24831            not 'IPSEC' and
24832            not 'VHOST'"
24833   parameters:
24834   - "throughput"
24835   - "parent"
24836   - "tags"
24837   sort:
24838   - "ACL_STATELESS"
24839   - "ACL_STATEFUL"
24840   - "ACL_STATELESS"
24841   - "ACL_STATEFUL"
24842   layout:
24843     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24844     layout: "plot-throughput-speedup-analysis"
24845
24846 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24847 -
24848   type: "plot"
24849   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24850   algorithm: "plot_throughput_speedup_analysis"
24851   output-file-type: ".html"
24852   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24853   data: "plot-throughput-speedup-analysis-3n-hsw"
24854   filter: "'NIC_Intel-X520-DA2' and
24855            '64B' and
24856            'NDRPDR' and
24857            'IP4FWD' and
24858            'OACL' and
24859            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24860            not 'IPSEC' and
24861            not 'VHOST'"
24862   parameters:
24863   - "throughput"
24864   - "parent"
24865   - "tags"
24866   sort:
24867   - "ACL_STATELESS"
24868   - "ACL_STATEFUL"
24869   - "ACL_STATELESS"
24870   - "ACL_STATEFUL"
24871   layout:
24872     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24873     layout: "plot-throughput-speedup-analysis"
24874
24875 -
24876   type: "plot"
24877   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24878   algorithm: "plot_throughput_speedup_analysis"
24879   output-file-type: ".html"
24880   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24881   data: "plot-throughput-speedup-analysis-3n-hsw"
24882   filter: "'NIC_Intel-X520-DA2' and
24883            '64B' and
24884            'NDRPDR' and
24885            'IP4FWD' and
24886            'OACL' and
24887            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24888            not 'IPSEC' and
24889            not 'VHOST'"
24890   parameters:
24891   - "throughput"
24892   - "parent"
24893   - "tags"
24894   sort:
24895   - "ACL_STATELESS"
24896   - "ACL_STATEFUL"
24897   - "ACL_STATELESS"
24898   - "ACL_STATEFUL"
24899   layout:
24900     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24901     layout: "plot-throughput-speedup-analysis"
24902
24903 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24904 -
24905   type: "plot"
24906   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24907   algorithm: "plot_throughput_speedup_analysis"
24908   output-file-type: ".html"
24909   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24910   data: "plot-throughput-speedup-analysis-3n-hsw"
24911   filter: "'NIC_Intel-X710' and
24912            '64B' and
24913            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24914            'NDRPDR' and
24915            'IP4FWD' and
24916            not 'IPSEC' and
24917            not 'VHOST'"
24918   parameters:
24919   - "throughput"
24920   - "parent"
24921   - "tags"
24922   sort:
24923   - "DOT1Q"
24924   - "IP4BASE"
24925   - "FIB_20K"
24926   - "FIB_200K"
24927   - "FIB_2M"
24928   layout:
24929     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24930     layout: "plot-throughput-speedup-analysis"
24931
24932 -
24933   type: "plot"
24934   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24935   algorithm: "plot_throughput_speedup_analysis"
24936   output-file-type: ".html"
24937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24938   data: "plot-throughput-speedup-analysis-3n-hsw"
24939   filter: "'NIC_Intel-X710' and
24940            '64B' and
24941            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24942            'NDRPDR' and
24943            'IP4FWD' and
24944            not 'IPSEC' and
24945            not 'VHOST'"
24946   parameters:
24947   - "throughput"
24948   - "parent"
24949   - "tags"
24950   sort:
24951   - "DOT1Q"
24952   - "IP4BASE"
24953   - "FIB_20K"
24954   - "FIB_200K"
24955   - "FIB_2M"
24956   layout:
24957     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24958     layout: "plot-throughput-speedup-analysis"
24959
24960 # Speedup - VPP IPv4 3n-hsw-x710 features
24961 -
24962   type: "plot"
24963   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24964   algorithm: "plot_throughput_speedup_analysis"
24965   output-file-type: ".html"
24966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24967   data: "plot-throughput-speedup-analysis-3n-hsw"
24968   filter: "'NIC_Intel-X710' and
24969            '64B' and
24970            ('IP4BASE' or
24971             'POLICE_MARK' or
24972             'COPWHLIST' or
24973             ('NAT44' and 'BASE') or
24974             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24975            'NDRPDR' and
24976            'IP4FWD' and
24977            not 'IPSEC' and
24978            not 'VHOST'"
24979   parameters:
24980   - "throughput"
24981   - "parent"
24982   - "tags"
24983   sort:
24984   - "IP4BASE"
24985   - "NAT44"
24986   - "POLICE_MARK"
24987   - "COPWHLIST"
24988   - "IACL"
24989   - "OACL"
24990   layout:
24991     title: "ip4-3n-hsw-x710-64b-features-ndr"
24992     layout: "plot-throughput-speedup-analysis"
24993
24994 -
24995   type: "plot"
24996   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24997   algorithm: "plot_throughput_speedup_analysis"
24998   output-file-type: ".html"
24999   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25000   data: "plot-throughput-speedup-analysis-3n-hsw"
25001   filter: "'NIC_Intel-X710' and
25002            '64B' and
25003            ('IP4BASE' or
25004             'POLICE_MARK' or
25005             'COPWHLIST' or
25006             ('NAT44' and 'BASE') or
25007             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25008            'NDRPDR' and
25009            'IP4FWD' and
25010            not 'IPSEC' and
25011            not 'VHOST'"
25012   parameters:
25013   - "throughput"
25014   - "parent"
25015   - "tags"
25016   sort:
25017   - "IP4BASE"
25018   - "NAT44"
25019   - "POLICE_MARK"
25020   - "COPWHLIST"
25021   - "IACL"
25022   - "OACL"
25023   layout:
25024     title: "ip4-3n-hsw-x710-64b-features-pdr"
25025     layout: "plot-throughput-speedup-analysis"
25026
25027 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25028 -
25029   type: "plot"
25030   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25031   algorithm: "plot_throughput_speedup_analysis"
25032   output-file-type: ".html"
25033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25034   data: "plot-throughput-speedup-analysis-3n-hsw"
25035   filter: "'NIC_Intel-X710' and
25036            '64B' and
25037            'NDRPDR' and
25038            'IP4FWD' and
25039            'NAT44' and
25040            not 'IPSEC' and
25041            not 'VHOST'"
25042   parameters:
25043   - "throughput"
25044   - "parent"
25045   - "tags"
25046   sort:
25047   - "BASE"
25048   - "BASE"
25049   - "SRC_USER_10"
25050   - "SRC_USER_100"
25051   - "SRC_USER_1000"
25052   - "SRC_USER_2000"
25053   layout:
25054     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
25055     layout: "plot-throughput-speedup-analysis"
25056
25057 -
25058   type: "plot"
25059   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25060   algorithm: "plot_throughput_speedup_analysis"
25061   output-file-type: ".html"
25062   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25063   data: "plot-throughput-speedup-analysis-3n-hsw"
25064   filter: "'NIC_Intel-X710' and
25065            '64B' and
25066            'NDRPDR' and
25067            'IP4FWD' and
25068            'NAT44' and
25069            not 'IPSEC' and
25070            not 'VHOST'"
25071   parameters:
25072   - "throughput"
25073   - "parent"
25074   - "tags"
25075   sort:
25076   - "BASE"
25077   - "BASE"
25078   - "SRC_USER_10"
25079   - "SRC_USER_100"
25080   - "SRC_USER_1000"
25081   - "SRC_USER_2000"
25082   layout:
25083     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25084     layout: "plot-throughput-speedup-analysis"
25085
25086 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25087 -
25088   type: "plot"
25089   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25090   algorithm: "plot_throughput_speedup_analysis"
25091   output-file-type: ".html"
25092   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25093   data: "plot-throughput-speedup-analysis-3n-hsw"
25094   filter: "'NIC_Intel-X710' and
25095            '64B' and
25096            'NDRPDR' and
25097            'IP4FWD' and
25098            'IACL' and
25099            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25100            not 'IPSEC' and
25101            not 'VHOST'"
25102   parameters:
25103   - "throughput"
25104   - "parent"
25105   - "tags"
25106   sort:
25107   - "ACL_STATELESS"
25108   - "ACL_STATEFUL"
25109   - "ACL_STATELESS"
25110   - "ACL_STATEFUL"
25111   layout:
25112     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25113     layout: "plot-throughput-speedup-analysis"
25114
25115 -
25116   type: "plot"
25117   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25118   algorithm: "plot_throughput_speedup_analysis"
25119   output-file-type: ".html"
25120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25121   data: "plot-throughput-speedup-analysis-3n-hsw"
25122   filter: "'NIC_Intel-X710' and
25123            '64B' and
25124            'NDRPDR' and
25125            'IP4FWD' and
25126            'IACL' and
25127            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25128            not 'IPSEC' and
25129            not 'VHOST'"
25130   parameters:
25131   - "throughput"
25132   - "parent"
25133   - "tags"
25134   sort:
25135   - "ACL_STATELESS"
25136   - "ACL_STATEFUL"
25137   - "ACL_STATELESS"
25138   - "ACL_STATEFUL"
25139   layout:
25140     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25141     layout: "plot-throughput-speedup-analysis"
25142
25143 ## Speedup - VPP IPv4 3n-hsw-x710 features oacl
25144 #-
25145 #  type: "plot"
25146 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25147 #  algorithm: "plot_throughput_speedup_analysis"
25148 #  output-file-type: ".html"
25149 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25150 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25151 #  filter: "'NIC_Intel-X710' and
25152 #           '64B' and
25153 #           'NDRPDR' and
25154 #           'IP4FWD' and
25155 #           'OACL' and
25156 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25157 #           not 'IPSEC' and
25158 #           not 'VHOST'"
25159 #  parameters:
25160 #  - "throughput"
25161 #  - "parent"
25162 #  - "tags"
25163 #  sort:
25164 #  - "ACL_STATELESS"
25165 #  - "ACL_STATEFUL"
25166 #  - "ACL_STATELESS"
25167 #  - "ACL_STATEFUL"
25168 #  layout:
25169 #    title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25170 #    layout: "plot-throughput-speedup-analysis"
25171 #
25172 #-
25173 #  type: "plot"
25174 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25175 #  algorithm: "plot_throughput_speedup_analysis"
25176 #  output-file-type: ".html"
25177 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25178 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25179 #  filter: "'NIC_Intel-X710' and
25180 #           '64B' and
25181 #           'NDRPDR' and
25182 #           'IP4FWD' and
25183 #           'OACL' and
25184 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25185 #           not 'IPSEC' and
25186 #           not 'VHOST'"
25187 #  parameters:
25188 #  - "throughput"
25189 #  - "parent"
25190 #  - "tags"
25191 #  sort:
25192 #  - "ACL_STATELESS"
25193 #  - "ACL_STATEFUL"
25194 #  - "ACL_STATELESS"
25195 #  - "ACL_STATEFUL"
25196 #  layout:
25197 #    title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25198 #    layout: "plot-throughput-speedup-analysis"
25199
25200 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25201 -
25202   type: "plot"
25203   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25204   algorithm: "plot_throughput_speedup_analysis"
25205   output-file-type: ".html"
25206   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25207   data: "plot-throughput-speedup-analysis-3n-hsw"
25208   filter: "'NIC_Intel-XL710' and
25209            '64B' and
25210            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25211            'NDRPDR' and
25212            'IP4FWD' and
25213            not 'IPSEC' and
25214            not 'VHOST'"
25215   parameters:
25216   - "throughput"
25217   - "parent"
25218   - "tags"
25219   sort:
25220   - "IP4BASE"
25221   - "FIB_20K"
25222   - "FIB_200K"
25223   - "FIB_2M"
25224   layout:
25225     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25226     layout: "plot-throughput-speedup-analysis"
25227
25228 -
25229   type: "plot"
25230   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25231   algorithm: "plot_throughput_speedup_analysis"
25232   output-file-type: ".html"
25233   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25234   data: "plot-throughput-speedup-analysis-3n-hsw"
25235   filter: "'NIC_Intel-XL710' and
25236            '64B' and
25237            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25238            'NDRPDR' and
25239            'IP4FWD' and
25240            not 'IPSEC' and
25241            not 'VHOST'"
25242   parameters:
25243   - "throughput"
25244   - "parent"
25245   - "tags"
25246   sort:
25247   - "IP4BASE"
25248   - "FIB_20K"
25249   - "FIB_200K"
25250   - "FIB_2M"
25251   layout:
25252     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25253     layout: "plot-throughput-speedup-analysis"
25254
25255 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25256 -
25257   type: "plot"
25258   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25259   algorithm: "plot_throughput_speedup_analysis"
25260   output-file-type: ".html"
25261   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25262   data: "plot-throughput-speedup-analysis-3n-skx"
25263   filter: "'NIC_Intel-X710' and
25264            '64B' and
25265            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25266            'NDRPDR' and
25267            'IP4FWD' and
25268            not 'IPSEC' and
25269            not 'VHOST'"
25270   parameters:
25271   - "throughput"
25272   - "parent"
25273   - "tags"
25274   sort:
25275   - "IP4BASE"
25276   - "FIB_20K"
25277   - "FIB_200K"
25278   - "FIB_2M"
25279   layout:
25280     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25281     layout: "plot-throughput-speedup-analysis"
25282
25283 -
25284   type: "plot"
25285   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25286   algorithm: "plot_throughput_speedup_analysis"
25287   output-file-type: ".html"
25288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25289   data: "plot-throughput-speedup-analysis-3n-skx"
25290   filter: "'NIC_Intel-X710' and
25291            '64B' and
25292            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25293            'NDRPDR' and
25294            'IP4FWD' and
25295            not 'IPSEC' and
25296            not 'VHOST'"
25297   parameters:
25298   - "throughput"
25299   - "parent"
25300   - "tags"
25301   sort:
25302   - "IP4BASE"
25303   - "FIB_20K"
25304   - "FIB_200K"
25305   - "FIB_2M"
25306   layout:
25307     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25308     layout: "plot-throughput-speedup-analysis"
25309
25310 # Speedup - VPP IPv4 3n-skx-x710 features
25311 -
25312   type: "plot"
25313   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25314   algorithm: "plot_throughput_speedup_analysis"
25315   output-file-type: ".html"
25316   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25317   data: "plot-throughput-speedup-analysis-3n-skx"
25318   filter: "'NIC_Intel-X710' and
25319            '64B' and
25320            ('IP4BASE' or
25321             'POLICE_MARK' or
25322             'COPWHLIST' or
25323             ('NAT44' and 'BASE') or
25324             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25325            'NDRPDR' and
25326            'IP4FWD' and
25327            not 'IPSEC' and
25328            not 'VHOST'"
25329   parameters:
25330   - "throughput"
25331   - "parent"
25332   - "tags"
25333   sort:
25334   - "IP4BASE"
25335   - "NAT44"
25336   - "POLICE_MARK"
25337   - "COPWHLIST"
25338   - "IACL"
25339   - "OACL"
25340   layout:
25341     title: "ip4-3n-skx-x710-64b-features-ndr"
25342     layout: "plot-throughput-speedup-analysis"
25343
25344 -
25345   type: "plot"
25346   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25347   algorithm: "plot_throughput_speedup_analysis"
25348   output-file-type: ".html"
25349   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25350   data: "plot-throughput-speedup-analysis-3n-skx"
25351   filter: "'NIC_Intel-X710' and
25352            '64B' and
25353            ('IP4BASE' or
25354             'POLICE_MARK' or
25355             'COPWHLIST' or
25356             ('NAT44' and 'BASE') or
25357             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25358            'NDRPDR' and
25359            'IP4FWD' and
25360            not 'IPSEC' and
25361            not 'VHOST'"
25362   parameters:
25363   - "throughput"
25364   - "parent"
25365   - "tags"
25366   sort:
25367   - "IP4BASE"
25368   - "NAT44"
25369   - "POLICE_MARK"
25370   - "COPWHLIST"
25371   - "IACL"
25372   - "OACL"
25373   layout:
25374     title: "ip4-3n-skx-x710-64b-features-pdr"
25375     layout: "plot-throughput-speedup-analysis"
25376
25377 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25378 -
25379   type: "plot"
25380   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25381   algorithm: "plot_throughput_speedup_analysis"
25382   output-file-type: ".html"
25383   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25384   data: "plot-throughput-speedup-analysis-3n-skx"
25385   filter: "'NIC_Intel-X710' and
25386            '64B' and
25387            'NDRPDR' and
25388            'IP4FWD' and
25389            'NAT44' and
25390            not 'IPSEC' and
25391            not 'VHOST'"
25392   parameters:
25393   - "throughput"
25394   - "parent"
25395   - "tags"
25396   sort:
25397   - "BASE"
25398   - "BASE"
25399   - "SRC_USER_10"
25400   - "SRC_USER_100"
25401   - "SRC_USER_1000"
25402   - "SRC_USER_2000"
25403   layout:
25404     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25405     layout: "plot-throughput-speedup-analysis"
25406
25407 -
25408   type: "plot"
25409   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25410   algorithm: "plot_throughput_speedup_analysis"
25411   output-file-type: ".html"
25412   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25413   data: "plot-throughput-speedup-analysis-3n-skx"
25414   filter: "'NIC_Intel-X710' and
25415            '64B' and
25416            'NDRPDR' and
25417            'IP4FWD' and
25418            'NAT44' and
25419            not 'IPSEC' and
25420            not 'VHOST'"
25421   parameters:
25422   - "throughput"
25423   - "parent"
25424   - "tags"
25425   sort:
25426   - "BASE"
25427   - "BASE"
25428   - "SRC_USER_10"
25429   - "SRC_USER_100"
25430   - "SRC_USER_1000"
25431   - "SRC_USER_2000"
25432   layout:
25433     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25434     layout: "plot-throughput-speedup-analysis"
25435
25436 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25437 -
25438   type: "plot"
25439   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25440   algorithm: "plot_throughput_speedup_analysis"
25441   output-file-type: ".html"
25442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25443   data: "plot-throughput-speedup-analysis-3n-skx"
25444   filter: "'NIC_Intel-X710' and
25445            '64B' and
25446            'NDRPDR' and
25447            'IP4FWD' and
25448            'IACL' and
25449            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25450            not 'IPSEC' and
25451            not 'VHOST'"
25452   parameters:
25453   - "throughput"
25454   - "parent"
25455   - "tags"
25456   sort:
25457   - "ACL_STATELESS"
25458   - "ACL_STATEFUL"
25459   - "ACL_STATELESS"
25460   - "ACL_STATEFUL"
25461   layout:
25462     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25463     layout: "plot-throughput-speedup-analysis"
25464
25465 -
25466   type: "plot"
25467   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25468   algorithm: "plot_throughput_speedup_analysis"
25469   output-file-type: ".html"
25470   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25471   data: "plot-throughput-speedup-analysis-3n-skx"
25472   filter: "'NIC_Intel-X710' and
25473            '64B' and
25474            'NDRPDR' and
25475            'IP4FWD' and
25476            'IACL' and
25477            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25478            not 'IPSEC' and
25479            not 'VHOST'"
25480   parameters:
25481   - "throughput"
25482   - "parent"
25483   - "tags"
25484   sort:
25485   - "ACL_STATELESS"
25486   - "ACL_STATEFUL"
25487   - "ACL_STATELESS"
25488   - "ACL_STATEFUL"
25489   layout:
25490     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25491     layout: "plot-throughput-speedup-analysis"
25492
25493 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25494 -
25495   type: "plot"
25496   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25497   algorithm: "plot_throughput_speedup_analysis"
25498   output-file-type: ".html"
25499   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25500   data: "plot-throughput-speedup-analysis-3n-skx"
25501   filter: "'NIC_Intel-X710' and
25502            '64B' and
25503            'NDRPDR' and
25504            'IP4FWD' and
25505            'OACL' and
25506            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25507            not 'IPSEC' and
25508            not 'VHOST'"
25509   parameters:
25510   - "throughput"
25511   - "parent"
25512   - "tags"
25513   sort:
25514   - "ACL_STATELESS"
25515   - "ACL_STATEFUL"
25516   - "ACL_STATELESS"
25517   - "ACL_STATEFUL"
25518   layout:
25519     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25520     layout: "plot-throughput-speedup-analysis"
25521
25522 -
25523   type: "plot"
25524   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25525   algorithm: "plot_throughput_speedup_analysis"
25526   output-file-type: ".html"
25527   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25528   data: "plot-throughput-speedup-analysis-3n-skx"
25529   filter: "'NIC_Intel-X710' and
25530            '64B' and
25531            'NDRPDR' and
25532            'IP4FWD' and
25533            'OACL' and
25534            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25535            not 'IPSEC' and
25536            not 'VHOST'"
25537   parameters:
25538   - "throughput"
25539   - "parent"
25540   - "tags"
25541   sort:
25542   - "ACL_STATELESS"
25543   - "ACL_STATEFUL"
25544   - "ACL_STATELESS"
25545   - "ACL_STATEFUL"
25546   layout:
25547     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25548     layout: "plot-throughput-speedup-analysis"
25549
25550 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25551 -
25552   type: "plot"
25553   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25554   algorithm: "plot_throughput_speedup_analysis"
25555   output-file-type: ".html"
25556   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25557   data: "plot-throughput-speedup-analysis-2n-skx"
25558   filter: "'NIC_Intel-X710' and
25559            '64B' and
25560            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25561            'NDRPDR' and
25562            'IP4FWD' and
25563            not 'IPSEC' and
25564            not 'VHOST'"
25565   parameters:
25566   - "throughput"
25567   - "parent"
25568   - "tags"
25569   sort:
25570   - "DOT1Q"
25571   - "IP4BASE"
25572   - "FIB_20k"
25573   - "FIB_200k"
25574   - "FIB_2M"
25575   layout:
25576     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25577     layout: "plot-throughput-speedup-analysis"
25578
25579 -
25580   type: "plot"
25581   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25582   algorithm: "plot_throughput_speedup_analysis"
25583   output-file-type: ".html"
25584   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25585   data: "plot-throughput-speedup-analysis-2n-skx"
25586   filter: "'NIC_Intel-X710' and
25587            '64B' and
25588            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25589            'NDRPDR' and
25590            'IP4FWD' and
25591            not 'IPSEC' and
25592            not 'VHOST'"
25593   parameters:
25594   - "throughput"
25595   - "parent"
25596   - "tags"
25597   sort:
25598   - "DOT1Q"
25599   - "IP4BASE"
25600   - "FIB_20k"
25601   - "FIB_200k"
25602   - "FIB_2M"
25603   layout:
25604     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25605     layout: "plot-throughput-speedup-analysis"
25606
25607 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25608 -
25609   type: "plot"
25610   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25611   algorithm: "plot_throughput_speedup_analysis"
25612   output-file-type: ".html"
25613   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25614   data: "plot-throughput-speedup-analysis-2n-skx"
25615   filter: "'NIC_Intel-XXV710' and
25616            '64B' and
25617            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25618            'NDRPDR' and
25619            'IP4FWD' and
25620            not 'IPSEC' and
25621            not 'VHOST'"
25622   parameters:
25623   - "throughput"
25624   - "parent"
25625   - "tags"
25626   sort:
25627   - "DOT1Q"
25628   - "IP4BASE"
25629   - "FIB_20k"
25630   - "FIB_200k"
25631   - "FIB_2M"
25632   layout:
25633     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25634     layout: "plot-throughput-speedup-analysis"
25635
25636 -
25637   type: "plot"
25638   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25639   algorithm: "plot_throughput_speedup_analysis"
25640   output-file-type: ".html"
25641   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25642   data: "plot-throughput-speedup-analysis-2n-skx"
25643   filter: "'NIC_Intel-XXV710' and
25644            '64B' and
25645            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25646            'NDRPDR' and
25647            'IP4FWD' and
25648            not 'IPSEC' and
25649            not 'VHOST'"
25650   parameters:
25651   - "throughput"
25652   - "parent"
25653   - "tags"
25654   sort:
25655   - "DOT1Q"
25656   - "IP4BASE"
25657   - "FIB_20k"
25658   - "FIB_200k"
25659   - "FIB_2M"
25660   layout:
25661     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25662     layout: "plot-throughput-speedup-analysis"
25663
25664 # Speedup - VPP IPv4 2n-dnv-x553 base
25665 -
25666   type: "plot"
25667   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25668   algorithm: "plot_throughput_speedup_analysis"
25669   output-file-type: ".html"
25670   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25671   data: "intel-dnv-vpp"
25672   filter: "'NIC_Intel-X553' and
25673            '64B' and
25674            'IP4BASE' and
25675            'NDRPDR' and
25676            'IP4FWD' and
25677            not 'IPSEC' and
25678            not 'VHOST'"
25679   parameters:
25680   - "throughput"
25681   - "parent"
25682   - "tags"
25683   sort:
25684   - "IP4BASE"
25685   layout:
25686     title: "ip4-2n-dnv-x553-64b-base-ndr"
25687     layout: "plot-throughput-speedup-analysis"
25688
25689 -
25690   type: "plot"
25691   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25692   algorithm: "plot_throughput_speedup_analysis"
25693   output-file-type: ".html"
25694   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25695   data: "intel-dnv-vpp"
25696   filter: "'NIC_Intel-X553' and
25697            '64B' and
25698            'IP4BASE' and
25699            'NDRPDR' and
25700            'IP4FWD' and
25701            not 'IPSEC' and
25702            not 'VHOST'"
25703   parameters:
25704   - "throughput"
25705   - "parent"
25706   - "tags"
25707   sort:
25708   - "IP4BASE"
25709   layout:
25710     title: "ip4-2n-dnv-x553-64b-base-pdr"
25711     layout: "plot-throughput-speedup-analysis"
25712
25713 ################################################################################
25714
25715 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25716 #-
25717 #  type: "plot"
25718 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25719 #  algorithm: "plot_throughput_speedup_analysis"
25720 #  output-file-type: ".html"
25721 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25722 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25723 #  filter: "'NIC_Intel-X520_DA2' and
25724 #           '64B' and
25725 #           'ENCAP' and
25726 #           'NDRPDR' and
25727 #           ('VXLAN' or 'LISP') and
25728 #           not 'VHOST' and
25729 #           not 'IPSECHW'"
25730 #  parameters:
25731 #  - "throughput"
25732 #  - "parent"
25733 #  - "tags"
25734 #  sort:
25735 #  - "not DOT1Q"
25736 #  - "VXLAN_1"
25737 #  - "VXLAN_10"
25738 #  - "VXLAN_100"
25739 #  - "VXLAN_1000"
25740 #  layout:
25741 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25742 #    layout: "plot-throughput-speedup-analysis"
25743 #
25744 #-
25745 #  type: "plot"
25746 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25747 #  algorithm: "plot_throughput_speedup_analysis"
25748 #  output-file-type: ".html"
25749 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25750 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25751 #  filter: "'NIC_Intel-X520_DA2' and
25752 #           '64B' and
25753 #           'ENCAP' and
25754 #           'NDRPDR' and
25755 #           ('VXLAN' or 'LISP') and
25756 #           not 'VHOST' and
25757 #           not 'IPSECHW'"
25758 #  parameters:
25759 #  - "throughput"
25760 #  - "parent"
25761 #  - "tags"
25762 #  sort:
25763 #  - "not DOT1Q"
25764 #  - "VXLAN_1"
25765 #  - "VXLAN_10"
25766 #  - "VXLAN_100"
25767 #  - "VXLAN_1000"
25768 #  layout:
25769 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25770 #    layout: "plot-throughput-speedup-analysis"
25771
25772 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25773 -
25774   type: "plot"
25775   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25776   algorithm: "plot_throughput_speedup_analysis"
25777   output-file-type: ".html"
25778   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25779   data: "plot-throughput-speedup-analysis-3n-hsw"
25780   filter: "'NIC_Intel-X520-DA2' and
25781            '64B' and
25782            'ENCAP' and
25783            'NDRPDR' and
25784            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25785            not 'DOT1Q' and
25786            not 'VHOST' and
25787            not 'IPSECHW'"
25788   parameters:
25789   - "throughput"
25790   - "parent"
25791   - "tags"
25792   sort:
25793   - "L2BDMACLRN"
25794   - "L2XCFWD"
25795   - "LISP"
25796   layout:
25797     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
25798     layout: "plot-throughput-speedup-analysis"
25799
25800 -
25801   type: "plot"
25802   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25803   algorithm: "plot_throughput_speedup_analysis"
25804   output-file-type: ".html"
25805   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25806   data: "plot-throughput-speedup-analysis-3n-hsw"
25807   filter: "'NIC_Intel-X520-DA2' and
25808            '64B' and
25809            'ENCAP' and
25810            'NDRPDR' and
25811            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25812            not 'DOT1Q' and
25813            not 'VHOST' and
25814            not 'IPSECHW'"
25815   parameters:
25816   - "throughput"
25817   - "parent"
25818   - "tags"
25819   sort:
25820   - "L2BDMACLRN"
25821   - "L2XCFWD"
25822   - "LISP"
25823   layout:
25824     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
25825     layout: "plot-throughput-speedup-analysis"
25826
25827 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
25828 -
25829   type: "plot"
25830   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25831   algorithm: "plot_throughput_speedup_analysis"
25832   output-file-type: ".html"
25833   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25834   data: "plot-throughput-speedup-analysis-3n-hsw"
25835   filter: "'NIC_Intel-X710' and
25836            '64B' and
25837            'ENCAP' and
25838            'NDRPDR' and
25839            ('VXLAN' or 'LISP') and
25840            not 'VHOST' and
25841            not 'IPSECHW'"
25842   parameters:
25843   - "throughput"
25844   - "parent"
25845   - "tags"
25846   sort:
25847   - "LISP"
25848   - "VXLAN_1"
25849   - "VXLAN_10"
25850   - "VXLAN_100"
25851   - "VXLAN_1000"
25852   layout:
25853     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
25854     layout: "plot-throughput-speedup-analysis"
25855
25856 -
25857   type: "plot"
25858   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25859   algorithm: "plot_throughput_speedup_analysis"
25860   output-file-type: ".html"
25861   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25862   data: "plot-throughput-speedup-analysis-3n-hsw"
25863   filter: "'NIC_Intel-X710' and
25864            '64B' and
25865            'ENCAP' and
25866            'NDRPDR' and
25867            ('VXLAN' or 'LISP') and
25868            not 'VHOST' and
25869            not 'IPSECHW'"
25870   parameters:
25871   - "throughput"
25872   - "parent"
25873   - "tags"
25874   sort:
25875   - "LISP"
25876   - "VXLAN_1"
25877   - "VXLAN_10"
25878   - "VXLAN_100"
25879   - "VXLAN_1000"
25880   layout:
25881     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25882     layout: "plot-throughput-speedup-analysis"
25883
25884 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25885 -
25886   type: "plot"
25887   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25888   algorithm: "plot_throughput_speedup_analysis"
25889   output-file-type: ".html"
25890   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25891   data: "plot-throughput-speedup-analysis-3n-hsw"
25892   filter: "'NIC_Intel-X710' and
25893            '64B' and
25894            'ENCAP' and
25895            'NDRPDR' and
25896            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25897            not 'DOT1Q' and
25898            not 'VHOST' and
25899            not 'IPSECHW'"
25900   parameters:
25901   - "throughput"
25902   - "parent"
25903   - "tags"
25904   sort:
25905   - "L2BDMACLRN"
25906   - "L2XCFWD"
25907   - "LISP"
25908   layout:
25909     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25910     layout: "plot-throughput-speedup-analysis"
25911
25912 -
25913   type: "plot"
25914   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25915   algorithm: "plot_throughput_speedup_analysis"
25916   output-file-type: ".html"
25917   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25918   data: "plot-throughput-speedup-analysis-3n-hsw"
25919   filter: "'NIC_Intel-X710' and
25920            '64B' and
25921            'ENCAP' and
25922            'NDRPDR' and
25923            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25924            not 'DOT1Q' and
25925            not 'VHOST' and
25926            not 'IPSECHW'"
25927   parameters:
25928   - "throughput"
25929   - "parent"
25930   - "tags"
25931   sort:
25932   - "L2BDMACLRN"
25933   - "L2XCFWD"
25934   - "LISP"
25935   layout:
25936     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25937     layout: "plot-throughput-speedup-analysis"
25938
25939 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25940 -
25941   type: "plot"
25942   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25943   algorithm: "plot_throughput_speedup_analysis"
25944   output-file-type: ".html"
25945   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25946   data: "plot-throughput-speedup-analysis-3n-skx"
25947   filter: "'NIC_Intel-X710' and
25948            '64B' and
25949            'ENCAP' and
25950            'NDRPDR' and
25951            'VXLAN' and
25952            'L2BDMACLRN' and
25953            not 'VHOST' and
25954            not 'IPSECHW'"
25955   parameters:
25956   - "throughput"
25957   - "parent"
25958   - "tags"
25959   sort:
25960   - "LISP"
25961   - "VXLAN_1"
25962   - "VXLAN_10"
25963   - "VXLAN_100"
25964   - "VXLAN_1000"
25965   layout:
25966     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25967     layout: "plot-throughput-speedup-analysis"
25968
25969 -
25970   type: "plot"
25971   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25972   algorithm: "plot_throughput_speedup_analysis"
25973   output-file-type: ".html"
25974   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25975   data: "plot-throughput-speedup-analysis-3n-skx"
25976   filter: "'NIC_Intel-X710' and
25977            '64B' and
25978            'ENCAP' and
25979            'NDRPDR' and
25980            'VXLAN' and
25981            'L2BDMACLRN' and
25982            not 'VHOST' and
25983            not 'IPSECHW'"
25984   parameters:
25985   - "throughput"
25986   - "parent"
25987   - "tags"
25988   sort:
25989   - "LISP"
25990   - "VXLAN_1"
25991   - "VXLAN_10"
25992   - "VXLAN_100"
25993   - "VXLAN_1000"
25994   layout:
25995     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25996     layout: "plot-throughput-speedup-analysis"
25997
25998 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25999 -
26000   type: "plot"
26001   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26002   algorithm: "plot_throughput_speedup_analysis"
26003   output-file-type: ".html"
26004   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26005   data: "plot-throughput-speedup-analysis-3n-skx"
26006   filter: "'NIC_Intel-X710' and
26007            '64B' and
26008            'ENCAP' and
26009            'NDRPDR' and
26010            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26011            not 'DOT1Q' and
26012            not 'VHOST' and
26013            not 'IPSECHW'"
26014   parameters:
26015   - "throughput"
26016   - "parent"
26017   - "tags"
26018   sort:
26019   - "L2BDMACLRN"
26020   - "L2XCFWD"
26021   - "LISP"
26022   layout:
26023     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26024     layout: "plot-throughput-speedup-analysis"
26025
26026 -
26027   type: "plot"
26028   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26029   algorithm: "plot_throughput_speedup_analysis"
26030   output-file-type: ".html"
26031   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26032   data: "plot-throughput-speedup-analysis-3n-skx"
26033   filter: "'NIC_Intel-X710' and
26034            '64B' and
26035            'ENCAP' and
26036            'NDRPDR' and
26037            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26038            not 'DOT1Q' and
26039            not 'VHOST' and
26040            not 'IPSECHW'"
26041   parameters:
26042   - "throughput"
26043   - "parent"
26044   - "tags"
26045   sort:
26046   - "L2BDMACLRN"
26047   - "L2XCFWD"
26048   - "LISP"
26049   layout:
26050     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
26051     layout: "plot-throughput-speedup-analysis"
26052
26053 ################################################################################
26054
26055 # Speedup - VPP IPv6 3n-hsw-x520
26056 -
26057   type: "plot"
26058   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26059   algorithm: "plot_throughput_speedup_analysis"
26060   output-file-type: ".html"
26061   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26062   data: "plot-throughput-speedup-analysis-3n-hsw"
26063   filter: "'NIC_Intel-X520-DA2' and
26064            '78B' and
26065            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26066            'NDRPDR' and
26067            'IP6FWD' and
26068            not 'SRv6' and
26069            not 'IPSEC' and
26070            not 'VHOST'"
26071   parameters:
26072   - "throughput"
26073   - "parent"
26074   - "tags"
26075   sort:
26076   - "IP6BASE"
26077   - "FIB_20K"
26078   - "FIB_200K"
26079   - "FIB_2M"
26080   layout:
26081     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26082     layout: "plot-throughput-speedup-analysis"
26083
26084 -
26085   type: "plot"
26086   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26087   algorithm: "plot_throughput_speedup_analysis"
26088   output-file-type: ".html"
26089   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26090   data: "plot-throughput-speedup-analysis-3n-hsw"
26091   filter: "'NIC_Intel-X520-DA2' and
26092            '78B' and
26093            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26094            'NDRPDR' and
26095            'IP6FWD' and
26096            not 'SRv6' and
26097            not 'IPSEC' and
26098            not 'VHOST'"
26099   parameters:
26100   - "throughput"
26101   - "parent"
26102   - "tags"
26103   sort:
26104   - "IP6BASE"
26105   - "FIB_20K"
26106   - "FIB_200K"
26107   - "FIB_2M"
26108   layout:
26109     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26110     layout: "plot-throughput-speedup-analysis"
26111
26112 # Speedup - VPP IPv6 3n-hsw-x520 features
26113 -
26114   type: "plot"
26115   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26116   algorithm: "plot_throughput_speedup_analysis"
26117   output-file-type: ".html"
26118   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26119   data: "plot-throughput-speedup-analysis-3n-hsw"
26120   filter: "'NIC_Intel-X520-DA2' and
26121            '78B' and
26122            ('IP6BASE' or
26123             'POLICE_MARK' or
26124             'COPWHLIST' or
26125             'IACLDST') and
26126            'NDRPDR' and
26127            'IP6FWD' and
26128            not 'SRv6' and
26129            not 'IPSEC' and
26130            not 'VHOST'"
26131   parameters:
26132   - "throughput"
26133   - "parent"
26134   - "tags"
26135   sort:
26136   - "IP6BASE"
26137   - "POLICE_MARK"
26138   - "COPWHLIST"
26139   - "IACLDST"
26140   layout:
26141     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26142     layout: "plot-throughput-speedup-analysis"
26143
26144 -
26145   type: "plot"
26146   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26147   algorithm: "plot_throughput_speedup_analysis"
26148   output-file-type: ".html"
26149   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26150   data: "plot-throughput-speedup-analysis-3n-hsw"
26151   filter: "'NIC_Intel-X520-DA2' and
26152            '78B' and
26153            ('IP6BASE' or
26154             'POLICE_MARK' or
26155             'COPWHLIST' or
26156             'IACLDST') and
26157            'NDRPDR' and
26158            'IP6FWD' and
26159            not 'SRv6' and
26160            not 'IPSEC' and
26161            not 'VHOST'"
26162   parameters:
26163   - "throughput"
26164   - "parent"
26165   - "tags"
26166   sort:
26167   - "IP6BASE"
26168   - "POLICE_MARK"
26169   - "COPWHLIST"
26170   - "IACLDST"
26171   layout:
26172     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26173     layout: "plot-throughput-speedup-analysis"
26174
26175 # Speedup - VPP IPv6 3n-hsw-x710
26176 -
26177   type: "plot"
26178   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26179   algorithm: "plot_throughput_speedup_analysis"
26180   output-file-type: ".html"
26181   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26182   data: "plot-throughput-speedup-analysis-3n-hsw"
26183   filter: "'NIC_Intel-X710' and
26184            '78B' and
26185            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26186            'NDRPDR' and
26187            'IP6FWD' and
26188            not 'SRv6' and
26189            not 'IPSEC' and
26190            not 'VHOST'"
26191   parameters:
26192   - "throughput"
26193   - "parent"
26194   - "tags"
26195   sort:
26196   - "IP6BASE"
26197   - "FIB_20K"
26198   - "FIB_200K"
26199   - "FIB_2M"
26200   layout:
26201     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26202     layout: "plot-throughput-speedup-analysis"
26203
26204 -
26205   type: "plot"
26206   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26207   algorithm: "plot_throughput_speedup_analysis"
26208   output-file-type: ".html"
26209   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26210   data: "plot-throughput-speedup-analysis-3n-hsw"
26211   filter: "'NIC_Intel-X710' and
26212            '78B' and
26213            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26214            'NDRPDR' and
26215            'IP6FWD' and
26216            not 'SRv6' and
26217            not 'IPSEC' and
26218            not 'VHOST'"
26219   parameters:
26220   - "throughput"
26221   - "parent"
26222   - "tags"
26223   sort:
26224   - "IP6BASE"
26225   - "FIB_20K"
26226   - "FIB_200K"
26227   - "FIB_2M"
26228   layout:
26229     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26230     layout: "plot-throughput-speedup-analysis"
26231
26232 # Speedup - VPP IPv6 3n-hsw-x710 features
26233 -
26234   type: "plot"
26235   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26236   algorithm: "plot_throughput_speedup_analysis"
26237   output-file-type: ".html"
26238   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26239   data: "plot-throughput-speedup-analysis-3n-hsw"
26240   filter: "'NIC_Intel-X710' and
26241            '78B' and
26242            ('IP6BASE' or
26243             'POLICE_MARK' or
26244             'COPWHLIST' or
26245             'IACLDST') and
26246            'NDRPDR' and
26247            'IP6FWD' and
26248            not 'SRv6' and
26249            not 'IPSEC' and
26250            not 'VHOST'"
26251   parameters:
26252   - "throughput"
26253   - "parent"
26254   - "tags"
26255   sort:
26256   - "IP6BASE"
26257   - "POLICE_MARK"
26258   - "COPWHLIST"
26259   - "IACLDST"
26260   layout:
26261     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26262     layout: "plot-throughput-speedup-analysis"
26263
26264 -
26265   type: "plot"
26266   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26267   algorithm: "plot_throughput_speedup_analysis"
26268   output-file-type: ".html"
26269   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26270   data: "plot-throughput-speedup-analysis-3n-hsw"
26271   filter: "'NIC_Intel-X710' and
26272            '78B' and
26273            ('IP6BASE' or
26274             'POLICE_MARK' or
26275             'COPWHLIST' or
26276             'IACLDST') and
26277            'NDRPDR' and
26278            'IP6FWD' and
26279            not 'SRv6' and
26280            not 'IPSEC' and
26281            not 'VHOST'"
26282   parameters:
26283   - "throughput"
26284   - "parent"
26285   - "tags"
26286   sort:
26287   - "IP6BASE"
26288   - "POLICE_MARK"
26289   - "COPWHLIST"
26290   - "IACLDST"
26291   layout:
26292     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26293     layout: "plot-throughput-speedup-analysis"
26294
26295 # Speedup - VPP IPv6 3n-hsw-xl710
26296 -
26297   type: "plot"
26298   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26299   algorithm: "plot_throughput_speedup_analysis"
26300   output-file-type: ".html"
26301   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26302   data: "plot-throughput-speedup-analysis-3n-hsw"
26303   filter: "'NIC_Intel-XL710' and
26304            '78B' and
26305            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26306            'NDRPDR' and
26307            'IP6FWD' and
26308            not 'SRv6' and
26309            not 'IPSEC' and
26310            not 'VHOST'"
26311   parameters:
26312   - "throughput"
26313   - "parent"
26314   - "tags"
26315   sort:
26316   - "IP6BASE"
26317   - "FIB_20K"
26318   - "FIB_200K"
26319   - "FIB_2M"
26320   layout:
26321     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26322     layout: "plot-throughput-speedup-analysis"
26323
26324 -
26325   type: "plot"
26326   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26327   algorithm: "plot_throughput_speedup_analysis"
26328   output-file-type: ".html"
26329   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26330   data: "plot-throughput-speedup-analysis-3n-hsw"
26331   filter: "'NIC_Intel-XL710' and
26332            '78B' and
26333            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26334            'NDRPDR' and
26335            'IP6FWD' and
26336            not 'SRv6' and
26337            not 'IPSEC' and
26338            not 'VHOST'"
26339   parameters:
26340   - "throughput"
26341   - "parent"
26342   - "tags"
26343   sort:
26344   - "IP6BASE"
26345   - "FIB_20K"
26346   - "FIB_200K"
26347   - "FIB_2M"
26348   layout:
26349     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26350     layout: "plot-throughput-speedup-analysis"
26351
26352 # Speedup - VPP IPv6 3n-skx-x710
26353 -
26354   type: "plot"
26355   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26356   algorithm: "plot_throughput_speedup_analysis"
26357   output-file-type: ".html"
26358   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26359   data: "plot-throughput-speedup-analysis-3n-skx"
26360   filter: "'NIC_Intel-X710' and
26361            '78B' and
26362            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26363            'NDRPDR' and
26364            'IP6FWD' and
26365            not 'SRv6' and
26366            not 'IPSEC' and
26367            not 'VHOST'"
26368   parameters:
26369   - "throughput"
26370   - "parent"
26371   - "tags"
26372   sort:
26373   - "IP6BASE"
26374   - "FIB_20K"
26375   - "FIB_200K"
26376   - "FIB_2M"
26377   layout:
26378     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26379     layout: "plot-throughput-speedup-analysis"
26380
26381 -
26382   type: "plot"
26383   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26384   algorithm: "plot_throughput_speedup_analysis"
26385   output-file-type: ".html"
26386   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26387   data: "plot-throughput-speedup-analysis-3n-skx"
26388   filter: "'NIC_Intel-X710' and
26389            '78B' and
26390            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26391            'NDRPDR' and
26392            'IP6FWD' and
26393            not 'SRv6' and
26394            not 'IPSEC' and
26395            not 'VHOST'"
26396   parameters:
26397   - "throughput"
26398   - "parent"
26399   - "tags"
26400   sort:
26401   - "IP6BASE"
26402   - "FIB_20K"
26403   - "FIB_200K"
26404   - "FIB_2M"
26405   layout:
26406     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26407     layout: "plot-throughput-speedup-analysis"
26408
26409 # Speedup - VPP IPv6 3n-skx-x710 features
26410 -
26411   type: "plot"
26412   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26413   algorithm: "plot_throughput_speedup_analysis"
26414   output-file-type: ".html"
26415   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26416   data: "plot-throughput-speedup-analysis-3n-skx"
26417   filter: "'NIC_Intel-X710' and
26418            '78B' and
26419            ('IP6BASE' or
26420             'POLICE_MARK' or
26421             'COPWHLIST' or
26422             'IACLDST') and
26423            'NDRPDR' and
26424            'IP6FWD' and
26425            not 'SRv6' and
26426            not 'IPSEC' and
26427            not 'VHOST'"
26428   parameters:
26429   - "throughput"
26430   - "parent"
26431   - "tags"
26432   sort:
26433   - "IP6BASE"
26434   - "POLICE_MARK"
26435   - "COPWHLIST"
26436   - "IACLDST"
26437   layout:
26438     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
26439     layout: "plot-throughput-speedup-analysis"
26440
26441 -
26442   type: "plot"
26443   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26444   algorithm: "plot_throughput_speedup_analysis"
26445   output-file-type: ".html"
26446   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26447   data: "plot-throughput-speedup-analysis-3n-skx"
26448   filter: "'NIC_Intel-X710' and
26449            '78B' and
26450            ('IP6BASE' or
26451             'POLICE_MARK' or
26452             'COPWHLIST' or
26453             'IACLDST') and
26454            'NDRPDR' and
26455            'IP6FWD' and
26456            not 'SRv6' and
26457            not 'IPSEC' and
26458            not 'VHOST'"
26459   parameters:
26460   - "throughput"
26461   - "parent"
26462   - "tags"
26463   sort:
26464   - "IP6BASE"
26465   - "POLICE_MARK"
26466   - "COPWHLIST"
26467   - "IACLDST"
26468   layout:
26469     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
26470     layout: "plot-throughput-speedup-analysis"
26471
26472 # Speedup - VPP IPv6 2n-skx-x710
26473 -
26474   type: "plot"
26475   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26476   algorithm: "plot_throughput_speedup_analysis"
26477   output-file-type: ".html"
26478   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26479   data: "plot-throughput-speedup-analysis-2n-skx"
26480   filter: "'NIC_Intel-X710' and
26481            '78B' and
26482            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26483            'NDRPDR' and
26484            'IP6FWD' and
26485            not 'SRv6' and
26486            not 'IPSEC' and
26487            not 'VHOST'"
26488   parameters:
26489   - "throughput"
26490   - "parent"
26491   - "tags"
26492   sort:
26493   - "IP6BASE"
26494   - "FIB_20k"
26495   - "FIB_200k"
26496   - "FIB_2M"
26497   layout:
26498     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26499     layout: "plot-throughput-speedup-analysis"
26500
26501 -
26502   type: "plot"
26503   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26504   algorithm: "plot_throughput_speedup_analysis"
26505   output-file-type: ".html"
26506   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26507   data: "plot-throughput-speedup-analysis-2n-skx"
26508   filter: "'NIC_Intel-X710' and
26509            '78B' and
26510            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26511            'NDRPDR' and
26512            'IP6FWD' and
26513            not 'SRv6' and
26514            not 'IPSEC' and
26515            not 'VHOST'"
26516   parameters:
26517   - "throughput"
26518   - "parent"
26519   - "tags"
26520   sort:
26521   - "IP6BASE"
26522   - "FIB_20k"
26523   - "FIB_200k"
26524   - "FIB_2M"
26525   layout:
26526     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26527     layout: "plot-throughput-speedup-analysis"
26528
26529 # Speedup - VPP IPv6 2n-skx-xxv710
26530 -
26531   type: "plot"
26532   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26533   algorithm: "plot_throughput_speedup_analysis"
26534   output-file-type: ".html"
26535   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26536   data: "plot-throughput-speedup-analysis-2n-skx"
26537   filter: "'NIC_Intel-XXV710' and
26538            '78B' and
26539            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26540            'NDRPDR' and
26541            'IP6FWD' and
26542            not 'SRv6' and
26543            not 'IPSEC' and
26544            not 'VHOST'"
26545   parameters:
26546   - "throughput"
26547   - "parent"
26548   - "tags"
26549   sort:
26550   - "IP6BASE"
26551   - "FIB_20k"
26552   - "FIB_200k"
26553   - "FIB_2M"
26554   layout:
26555     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26556     layout: "plot-throughput-speedup-analysis"
26557
26558 -
26559   type: "plot"
26560   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26561   algorithm: "plot_throughput_speedup_analysis"
26562   output-file-type: ".html"
26563   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26564   data: "plot-throughput-speedup-analysis-2n-skx"
26565   filter: "'NIC_Intel-XXV710' and
26566            '78B' and
26567            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26568            'NDRPDR' and
26569            'IP6FWD' and
26570            not 'SRv6' and
26571            not 'IPSEC' and
26572            not 'VHOST'"
26573   parameters:
26574   - "throughput"
26575   - "parent"
26576   - "tags"
26577   sort:
26578   - "IP6BASE"
26579   - "FIB_20k"
26580   - "FIB_200k"
26581   - "FIB_2M"
26582   layout:
26583     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26584     layout: "plot-throughput-speedup-analysis"
26585
26586 # Speedup - VPP IPv6 2n-dnv-x553 base
26587 -
26588   type: "plot"
26589   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26590   algorithm: "plot_throughput_speedup_analysis"
26591   output-file-type: ".html"
26592   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26593   data: "intel-dnv-vpp"
26594   filter: "'NIC_Intel-X553' and
26595            '78B' and
26596            'IP6BASE' and
26597            'NDRPDR' and
26598            'IP6FWD' and
26599            not 'SRv6' and
26600            not 'IPSEC' and
26601            not 'VHOST'"
26602   parameters:
26603   - "throughput"
26604   - "parent"
26605   - "tags"
26606   sort:
26607   - "IP6BASE"
26608   layout:
26609     title: "ip6-2n-dnv-x553-78b-base-ndr"
26610     layout: "plot-throughput-speedup-analysis"
26611
26612 -
26613   type: "plot"
26614   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26615   algorithm: "plot_throughput_speedup_analysis"
26616   output-file-type: ".html"
26617   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26618   data: "intel-dnv-vpp"
26619   filter: "'NIC_Intel-X553' and
26620            '78B' and
26621            'IP6BASE' 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   layout:
26634     title: "ip6-2n-dnv-x553-78b-base-pdr"
26635     layout: "plot-throughput-speedup-analysis"
26636
26637 ################################################################################
26638
26639 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26640 -
26641   type: "plot"
26642   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26643   algorithm: "plot_throughput_speedup_analysis"
26644   output-file-type: ".html"
26645   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26646   data: "plot-throughput-speedup-analysis-3n-hsw"
26647   filter: "'NIC_Intel-X520-DA2' and
26648            '78B' and
26649            'ENCAP' and
26650            'NDRPDR' and
26651            'LISP' and
26652            not 'VHOST'"
26653   parameters:
26654   - "throughput"
26655   - "parent"
26656   - "tags"
26657   sort:
26658   - "IP4UNRLAY"
26659   - "IP6UNRLAY"
26660   layout:
26661     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26662     layout: "plot-throughput-speedup-analysis"
26663
26664 -
26665   type: "plot"
26666   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26667   algorithm: "plot_throughput_speedup_analysis"
26668   output-file-type: ".html"
26669   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26670   data: "plot-throughput-speedup-analysis-3n-hsw"
26671   filter: "'NIC_Intel-X520-DA2' and
26672            '78B' and
26673            'ENCAP' and
26674            'NDRPDR' and
26675            'LISP' and
26676            not 'VHOST'"
26677   parameters:
26678   - "throughput"
26679   - "parent"
26680   - "tags"
26681   sort:
26682   - "IP4UNRLAY"
26683   - "IP6UNRLAY"
26684   layout:
26685     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26686     layout: "plot-throughput-speedup-analysis"
26687
26688 ################################################################################
26689
26690 # Speedup - VPP IPSec 3n-hsw-xl710 base
26691 -
26692   type: "plot"
26693   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26694   algorithm: "plot_throughput_speedup_analysis"
26695   output-file-type: ".html"
26696   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26697   data: "plot-throughput-speedup-analysis-3n-hsw"
26698   filter: "'NIC_Intel-XL710' and
26699            '64B' and
26700            'IP4FWD' and
26701            'NDRPDR' and
26702            'BASE' and
26703            'IPSECHW' and
26704            ('IPSECTRAN' or 'IPSECTUN') and
26705            not 'VHOST'"
26706   parameters:
26707   - "throughput"
26708   - "parent"
26709   - "tags"
26710   layout:
26711     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26712     layout: "plot-throughput-speedup-analysis"
26713
26714 -
26715   type: "plot"
26716   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26717   algorithm: "plot_throughput_speedup_analysis"
26718   output-file-type: ".html"
26719   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26720   data: "plot-throughput-speedup-analysis-3n-hsw"
26721   filter: "'NIC_Intel-XL710' and
26722            '64B' and
26723            'IP4FWD' and
26724            'NDRPDR' and
26725            'BASE' and
26726            'IPSECHW' and
26727            ('IPSECTRAN' or 'IPSECTUN') and
26728            not 'VHOST'"
26729   parameters:
26730   - "throughput"
26731   - "parent"
26732   - "tags"
26733   layout:
26734     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26735     layout: "plot-throughput-speedup-analysis"
26736
26737 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26738 -
26739   type: "plot"
26740   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26741   algorithm: "plot_throughput_speedup_analysis"
26742   output-file-type: ".html"
26743   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26744   data: "plot-throughput-speedup-analysis-3n-hsw"
26745   filter: "'NIC_Intel-XL710' and
26746            '64B' and
26747            'IP4FWD' and
26748            'NDRPDR' and
26749            'SCALE' and
26750            'IPSECHW' and
26751            ('IPSECTRAN' or 'IPSECTUN') and
26752            not 'VHOST'"
26753   parameters:
26754   - "throughput"
26755   - "parent"
26756   - "tags"
26757   layout:
26758     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26759     layout: "plot-throughput-speedup-analysis"
26760
26761 -
26762   type: "plot"
26763   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26764   algorithm: "plot_throughput_speedup_analysis"
26765   output-file-type: ".html"
26766   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26767   data: "plot-throughput-speedup-analysis-3n-hsw"
26768   filter: "'NIC_Intel-XL710' and
26769            '64B' and
26770            'IP4FWD' and
26771            'NDRPDR' and
26772            'SCALE' and
26773            'IPSECHW' and
26774            ('IPSECTRAN' or 'IPSECTUN') and
26775            not 'VHOST'"
26776   parameters:
26777   - "throughput"
26778   - "parent"
26779   - "tags"
26780   layout:
26781     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
26782     layout: "plot-throughput-speedup-analysis"
26783
26784 # Speedup - VPP IPSec 3n-hsw-xl710 sw
26785 -
26786   type: "plot"
26787   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26788   algorithm: "plot_throughput_speedup_analysis"
26789   output-file-type: ".html"
26790   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26791   data: "plot-throughput-speedup-analysis-3n-hsw"
26792   filter: "'NIC_Intel-XL710' and
26793            '64B' and
26794            'IP4FWD' and
26795            'NDRPDR' and
26796            'IPSECSW' and
26797            ('IPSECTRAN' or 'IPSECTUN') and
26798            not 'VHOST'"
26799   parameters:
26800   - "throughput"
26801   - "parent"
26802   - "tags"
26803   layout:
26804     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
26805     layout: "plot-throughput-speedup-analysis"
26806
26807 -
26808   type: "plot"
26809   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26810   algorithm: "plot_throughput_speedup_analysis"
26811   output-file-type: ".html"
26812   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26813   data: "plot-throughput-speedup-analysis-3n-hsw"
26814   filter: "'NIC_Intel-XL710' and
26815            '64B' and
26816            'IP4FWD' and
26817            'NDRPDR' and
26818            'IPSECSW' and
26819            ('IPSECTRAN' or 'IPSECTUN') and
26820            not 'VHOST'"
26821   parameters:
26822   - "throughput"
26823   - "parent"
26824   - "tags"
26825   layout:
26826     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
26827     layout: "plot-throughput-speedup-analysis"
26828
26829 ################################################################################
26830
26831 # Speedup - VPP SRv6 3n-hsw-x520
26832 -
26833   type: "plot"
26834   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
26835   algorithm: "plot_throughput_speedup_analysis"
26836   output-file-type: ".html"
26837   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
26838   data: "plot-throughput-speedup-analysis-3n-hsw"
26839   filter: "'NIC_Intel-X520-DA2' and
26840            '78B' and
26841            'FEATURE' and
26842            'NDRPDR' and
26843            'IP6FWD' and
26844            'SRv6'"
26845   parameters:
26846   - "throughput"
26847   - "parent"
26848   - "tags"
26849   layout:
26850     title: "srv6-3n-hsw-x520-78b-features-ndr"
26851     layout: "plot-throughput-speedup-analysis"
26852
26853 -
26854   type: "plot"
26855   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
26856   algorithm: "plot_throughput_speedup_analysis"
26857   output-file-type: ".html"
26858   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
26859   data: "plot-throughput-speedup-analysis-3n-hsw"
26860   filter: "'NIC_Intel-X520-DA2' and
26861            '78B' and
26862            'FEATURE' and
26863            'NDRPDR' and
26864            'IP6FWD' and
26865            'SRv6'"
26866   parameters:
26867   - "throughput"
26868   - "parent"
26869   - "tags"
26870   layout:
26871     title: "srv6-3n-hsw-x520-78b-features-pdr"
26872     layout: "plot-throughput-speedup-analysis"
26873
26874 ################################################################################
26875
26876 # Speedup - VPP L2 3n-hsw-x520 base and scale
26877 -
26878   type: "plot"
26879   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26880   algorithm: "plot_throughput_speedup_analysis"
26881   output-file-type: ".html"
26882   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26883   data: "plot-throughput-speedup-analysis-3n-hsw"
26884   filter: "'NIC_Intel-X520-DA2' and
26885            '64B' and
26886            ('BASE' or 'SCALE') and
26887            'NDRPDR' and
26888            'ETH' and
26889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26890            not 'VHOST' and
26891            not 'MEMIF'"
26892   parameters:
26893   - "throughput"
26894   - "parent"
26895   - "tags"
26896   sort:
26897   - "L2XCFWD"
26898   - "L2PATCH"
26899   - "L2BDMACLRN"
26900   - "FIB_10K"
26901   - "FIB_100K"
26902   - "FIB_1M"
26903   layout:
26904     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26905     layout: "plot-throughput-speedup-analysis"
26906
26907 -
26908   type: "plot"
26909   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26910   algorithm: "plot_throughput_speedup_analysis"
26911   output-file-type: ".html"
26912   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26913   data: "plot-throughput-speedup-analysis-3n-hsw"
26914   filter: "'NIC_Intel-X520-DA2' and
26915            '64B' and
26916            ('BASE' or 'SCALE') and
26917            'NDRPDR' and
26918            'ETH' and
26919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26920            not 'VHOST' and
26921            not 'MEMIF'"
26922   parameters:
26923   - "throughput"
26924   - "parent"
26925   - "tags"
26926   sort:
26927   - "L2XCFWD"
26928   - "L2PATCH"
26929   - "L2BDMACLRN"
26930   - "FIB_10K"
26931   - "FIB_100K"
26932   - "FIB_1M"
26933   layout:
26934     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26935     layout: "plot-throughput-speedup-analysis"
26936
26937 # Speedup - VPP L2 3n-hsw-x520 features
26938 -
26939   type: "plot"
26940   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26941   algorithm: "plot_throughput_speedup_analysis"
26942   output-file-type: ".html"
26943   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26944   data: "plot-throughput-speedup-analysis-3n-hsw"
26945   filter: "'NIC_Intel-X520-DA2' and
26946            '64B' and
26947            'NDRPDR' and
26948            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26949            not 'ACL' and
26950            not 'VHOST' and
26951            not 'MEMIF'"
26952   parameters:
26953   - "throughput"
26954   - "parent"
26955   - "tags"
26956   sort:
26957   - "L2XCBASE"    # l2xcbase
26958   - "L2BDBASE"    # l2bdbase
26959   - "L2XCFWD"     # dot1q-l2xcbase
26960   - "L2BDMACLRN"  # dot1q-l2bdbase
26961   layout:
26962     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26963     layout: "plot-throughput-speedup-analysis"
26964
26965 -
26966   type: "plot"
26967   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26968   algorithm: "plot_throughput_speedup_analysis"
26969   output-file-type: ".html"
26970   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26971   data: "plot-throughput-speedup-analysis-3n-hsw"
26972   filter: "'NIC_Intel-X520-DA2' and
26973            '64B' and
26974            'NDRPDR' and
26975            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26976            not 'ACL' and
26977            not 'VHOST' and
26978            not 'MEMIF'"
26979   parameters:
26980   - "throughput"
26981   - "parent"
26982   - "tags"
26983   sort:
26984   - "L2XCBASE"    # l2xcbase
26985   - "L2BDBASE"    # l2bdbase
26986   - "L2XCFWD"     # dot1q-l2xcbase
26987   - "L2BDMACLRN"  # dot1q-l2bdbase
26988   layout:
26989     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26990     layout: "plot-throughput-speedup-analysis"
26991
26992 # Speedup - VPP L2 3n-hsw-x710 base and scale
26993 -
26994   type: "plot"
26995   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26996   algorithm: "plot_throughput_speedup_analysis"
26997   output-file-type: ".html"
26998   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26999   data: "plot-throughput-speedup-analysis-3n-hsw"
27000   filter: "'NIC_Intel-X710' and
27001            '64B' and
27002            ('BASE' or 'SCALE') and
27003            'NDRPDR' and
27004            'ETH' and
27005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27006            not 'VHOST' and
27007            not 'MEMIF' and
27008            not 'DRV_AVF'"
27009   parameters:
27010   - "throughput"
27011   - "parent"
27012   - "tags"
27013   sort:
27014   - "L2PATCH"
27015   - "L2XCBASE"
27016   - "BASE"
27017   - "FIB_10K"
27018   - "FIB_100K"
27019   - "FIB_1M"
27020   layout:
27021     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27022     layout: "plot-throughput-speedup-analysis"
27023
27024 -
27025   type: "plot"
27026   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27027   algorithm: "plot_throughput_speedup_analysis"
27028   output-file-type: ".html"
27029   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27030   data: "plot-throughput-speedup-analysis-3n-hsw"
27031   filter: "'NIC_Intel-X710' and
27032            '64B' and
27033            ('BASE' or 'SCALE') and
27034            'NDRPDR' and
27035            'ETH' and
27036            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27037            not 'VHOST' and
27038            not 'MEMIF' and
27039            not 'DRV_AVF'"
27040   parameters:
27041   - "throughput"
27042   - "parent"
27043   - "tags"
27044   sort:
27045   - "L2PATCH"
27046   - "L2XCBASE"
27047   - "BASE"
27048   - "FIB_10K"
27049   - "FIB_100K"
27050   - "FIB_1M"
27051   layout:
27052     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27053     layout: "plot-throughput-speedup-analysis"
27054
27055 # Speedup - VPP L2 3n-hsw-x710 features
27056 -
27057   type: "plot"
27058   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27059   algorithm: "plot_throughput_speedup_analysis"
27060   output-file-type: ".html"
27061   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27062   data: "plot-throughput-speedup-analysis-3n-hsw"
27063   filter: "'NIC_Intel-X710' and
27064            '64B' and
27065            'NDRPDR' and
27066            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27067            not 'ACL' and
27068            not 'VHOST' and
27069            not 'MEMIF'"
27070   parameters:
27071   - "throughput"
27072   - "parent"
27073   - "tags"
27074   sort:
27075   - "L2XCBASE"    # l2xcbase
27076   - "L2BDBASE"    # l2bdbase
27077   - "L2XCFWD"     # dot1q-l2xcbase
27078   - "L2BDMACLRN"  # dot1q-l2bdbase
27079   layout:
27080     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27081     layout: "plot-throughput-speedup-analysis"
27082
27083 -
27084   type: "plot"
27085   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27086   algorithm: "plot_throughput_speedup_analysis"
27087   output-file-type: ".html"
27088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27089   data: "plot-throughput-speedup-analysis-3n-hsw"
27090   filter: "'NIC_Intel-X710' and
27091            '64B' and
27092            'NDRPDR' and
27093            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27094            not 'ACL' and
27095            not 'VHOST' and
27096            not 'MEMIF'"
27097   parameters:
27098   - "throughput"
27099   - "parent"
27100   - "tags"
27101   sort:
27102   - "L2XCBASE"    # l2xcbase
27103   - "L2BDBASE"    # l2bdbase
27104   - "L2XCFWD"     # dot1q-l2xcbase
27105   - "L2BDMACLRN"  # dot1q-l2bdbase
27106   layout:
27107     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27108     layout: "plot-throughput-speedup-analysis"
27109
27110 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27111 -
27112   type: "plot"
27113   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27114   algorithm: "plot_throughput_speedup_analysis"
27115   output-file-type: ".html"
27116   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27117   data: "plot-throughput-speedup-analysis-3n-hsw"
27118   filter: "'NIC_Intel-XL710' and
27119            '64B' and
27120            ('BASE' or 'SCALE') and
27121            'NDRPDR' and
27122            'ETH' and
27123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27124            not 'VHOST' and
27125            not 'MEMIF'"
27126   parameters:
27127   - "throughput"
27128   - "parent"
27129   - "tags"
27130   sort:
27131   - "L2PATCH"
27132   - "L2XCBASE"
27133   - "BASE"
27134   - "FIB_10K"
27135   - "FIB_100K"
27136   - "FIB_1M"
27137   layout:
27138     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27139     layout: "plot-throughput-speedup-analysis"
27140
27141 -
27142   type: "plot"
27143   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27144   algorithm: "plot_throughput_speedup_analysis"
27145   output-file-type: ".html"
27146   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27147   data: "plot-throughput-speedup-analysis-3n-hsw"
27148   filter: "'NIC_Intel-XL710' and
27149            '64B' and
27150            ('BASE' or 'SCALE') and
27151            'NDRPDR' and
27152            'ETH' and
27153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27154            not 'VHOST' and
27155            not 'MEMIF'"
27156   parameters:
27157   - "throughput"
27158   - "parent"
27159   - "tags"
27160   sort:
27161   - "L2PATCH"
27162   - "L2XCBASE"
27163   - "BASE"
27164   - "FIB_10K"
27165   - "FIB_100K"
27166   - "FIB_1M"
27167   layout:
27168     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27169     layout: "plot-throughput-speedup-analysis"
27170
27171 # Speedup - VPP L2 3n-skx-x710 base and scale
27172 -
27173   type: "plot"
27174   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27175   algorithm: "plot_throughput_speedup_analysis"
27176   output-file-type: ".html"
27177   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27178   data: "plot-throughput-speedup-analysis-3n-skx"
27179   filter: "'NIC_Intel-X710' and
27180            '64B' and
27181            ('BASE' or 'SCALE') and
27182            'NDRPDR' and
27183            'ETH' and
27184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27185            not 'VHOST' and
27186            not 'DRV_AVF' and
27187            not 'MEMIF'"
27188   parameters:
27189   - "throughput"
27190   - "parent"
27191   - "tags"
27192   sort:
27193   - "L2PATCH"
27194   - "L2XCBASE"
27195   - "BASE"
27196   - "FIB_10K"
27197   - "FIB_100K"
27198   - "FIB_1M"
27199   layout:
27200     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27201     layout: "plot-throughput-speedup-analysis"
27202
27203 -
27204   type: "plot"
27205   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27206   algorithm: "plot_throughput_speedup_analysis"
27207   output-file-type: ".html"
27208   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27209   data: "plot-throughput-speedup-analysis-3n-skx"
27210   filter: "'NIC_Intel-X710' and
27211            '64B' and
27212            ('BASE' or 'SCALE') and
27213            'NDRPDR' and
27214            'ETH' and
27215            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27216            not 'VHOST' and
27217            not 'DRV_AVF' and
27218            not 'MEMIF'"
27219   parameters:
27220   - "throughput"
27221   - "parent"
27222   - "tags"
27223   sort:
27224   - "L2PATCH"
27225   - "L2XCBASE"
27226   - "BASE"
27227   - "FIB_10K"
27228   - "FIB_100K"
27229   - "FIB_1M"
27230   layout:
27231     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27232     layout: "plot-throughput-speedup-analysis"
27233
27234 # Speedup - VPP L2 3n-skx-x710 features
27235 -
27236   type: "plot"
27237   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27238   algorithm: "plot_throughput_speedup_analysis"
27239   output-file-type: ".html"
27240   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27241   data: "plot-throughput-speedup-analysis-3n-skx"
27242   filter: "'NIC_Intel-X710' and
27243            '64B' and
27244            'NDRPDR' and
27245            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27246            not 'ACL' and
27247            not 'VHOST' and
27248            not 'MEMIF'"
27249   parameters:
27250   - "throughput"
27251   - "parent"
27252   - "tags"
27253   sort:
27254   - "L2XCBASE"    # l2xcbase
27255   - "L2BDBASE"    # l2bdbase
27256   - "L2XCFWD"     # dot1q-l2xcbase
27257   - "L2BDMACLRN"  # dot1q-l2bdbase
27258   layout:
27259     title: "l2sw-3n-skx-x710-64b-features-ndr"
27260     layout: "plot-throughput-speedup-analysis"
27261
27262 -
27263   type: "plot"
27264   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27265   algorithm: "plot_throughput_speedup_analysis"
27266   output-file-type: ".html"
27267   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27268   data: "plot-throughput-speedup-analysis-3n-skx"
27269   filter: "'NIC_Intel-X710' and
27270            '64B' and
27271            'NDRPDR' and
27272            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27273            not 'ACL' and
27274            not 'VHOST' and
27275            not 'MEMIF'"
27276   parameters:
27277   - "throughput"
27278   - "parent"
27279   - "tags"
27280   sort:
27281   - "L2XCBASE"    # l2xcbase
27282   - "L2BDBASE"    # l2bdbase
27283   - "L2XCFWD"     # dot1q-l2xcbase
27284   - "L2BDMACLRN"  # dot1q-l2bdbase
27285   layout:
27286     title: "l2sw-3n-skx-x710-64b-features-pdr"
27287     layout: "plot-throughput-speedup-analysis"
27288
27289 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27290 -
27291   type: "plot"
27292   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27293   algorithm: "plot_throughput_speedup_analysis"
27294   output-file-type: ".html"
27295   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27296   data: "plot-throughput-speedup-analysis-3n-skx"
27297   filter: "'NIC_Intel-XXV710' and
27298            '64B' and
27299            ('BASE' or 'SCALE') and
27300            'NDRPDR' and
27301            'ETH' and
27302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27303            not 'VHOST' and
27304            not 'MEMIF' and
27305            not 'DRV_AVF'"
27306   parameters:
27307   - "throughput"
27308   - "parent"
27309   - "tags"
27310   sort:
27311   - "L2PATCH"
27312   - "L2XCBASE"
27313   - "BASE"
27314   - "FIB_10K"
27315   - "FIB_100K"
27316   - "FIB_1M"
27317   layout:
27318     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
27319     layout: "plot-throughput-speedup-analysis"
27320
27321 -
27322   type: "plot"
27323   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27324   algorithm: "plot_throughput_speedup_analysis"
27325   output-file-type: ".html"
27326   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27327   data: "plot-throughput-speedup-analysis-3n-skx"
27328   filter: "'NIC_Intel-XXV710' and
27329            '64B' and
27330            ('BASE' or 'SCALE') and
27331            'NDRPDR' and
27332            'ETH' and
27333            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27334            not 'VHOST' and
27335            not 'MEMIF' and
27336            not 'DRV_AVF'"
27337   parameters:
27338   - "throughput"
27339   - "parent"
27340   - "tags"
27341   sort:
27342   - "L2PATCH"
27343   - "L2XCBASE"
27344   - "BASE"
27345   - "FIB_10K"
27346   - "FIB_100K"
27347   - "FIB_1M"
27348   layout:
27349     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
27350     layout: "plot-throughput-speedup-analysis"
27351
27352 # Speedup - VPP L2 2n-skx-x710 base and scale
27353 -
27354   type: "plot"
27355   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27356   algorithm: "plot_throughput_speedup_analysis"
27357   output-file-type: ".html"
27358   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27359   data: "plot-throughput-speedup-analysis-2n-skx"
27360   filter: "'NIC_Intel-X710' and
27361            '64B' and
27362            ('BASE' or 'SCALE') and
27363            'NDRPDR' and
27364            'ETH' and
27365            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27366            not 'VHOST' and
27367            not 'MEMIF'"
27368   parameters:
27369   - "throughput"
27370   - "parent"
27371   - "tags"
27372   sort:
27373   - "L2PATCH"
27374   - "L2XCBASE"
27375   - "BASE"
27376   - "FIB_10K"
27377   - "FIB_100K"
27378   - "FIB_1M"
27379   layout:
27380     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27381     layout: "plot-throughput-speedup-analysis"
27382
27383 -
27384   type: "plot"
27385   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27386   algorithm: "plot_throughput_speedup_analysis"
27387   output-file-type: ".html"
27388   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27389   data: "plot-throughput-speedup-analysis-2n-skx"
27390   filter: "'NIC_Intel-X710' and
27391            '64B' and
27392            ('BASE' or 'SCALE') and
27393            'NDRPDR' and
27394            'ETH' and
27395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27396            not 'VHOST' and
27397            not 'MEMIF'"
27398   parameters:
27399   - "throughput"
27400   - "parent"
27401   - "tags"
27402   sort:
27403   - "L2PATCH"
27404   - "L2XCBASE"
27405   - "BASE"
27406   - "FIB_10K"
27407   - "FIB_100K"
27408   - "FIB_1M"
27409   layout:
27410     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27411     layout: "plot-throughput-speedup-analysis"
27412
27413 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27414 -
27415   type: "plot"
27416   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27417   algorithm: "plot_throughput_speedup_analysis"
27418   output-file-type: ".html"
27419   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27420   data: "plot-throughput-speedup-analysis-2n-skx"
27421   filter: "'NIC_Intel-XXV710' and
27422            '64B' and
27423            ('BASE' or 'SCALE') and
27424            'NDRPDR' and
27425            'ETH' and
27426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27427            not 'VHOST' and
27428            not 'MEMIF'"
27429   parameters:
27430   - "throughput"
27431   - "parent"
27432   - "tags"
27433   sort:
27434   - "L2PATCH"
27435   - "L2XCBASE"
27436   - "BASE"
27437   - "FIB_10K"
27438   - "FIB_100K"
27439   - "FIB_1M"
27440   layout:
27441     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27442     layout: "plot-throughput-speedup-analysis"
27443
27444 -
27445   type: "plot"
27446   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27447   algorithm: "plot_throughput_speedup_analysis"
27448   output-file-type: ".html"
27449   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27450   data: "plot-throughput-speedup-analysis-2n-skx"
27451   filter: "'NIC_Intel-XXV710' and
27452            '64B' and
27453            ('BASE' or 'SCALE') and
27454            'NDRPDR' and
27455            'ETH' and
27456            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27457            not 'VHOST' and
27458            not 'MEMIF'"
27459   parameters:
27460   - "throughput"
27461   - "parent"
27462   - "tags"
27463   sort:
27464   - "L2PATCH"
27465   - "L2XCBASE"
27466   - "BASE"
27467   - "FIB_10K"
27468   - "FIB_100K"
27469   - "FIB_1M"
27470   layout:
27471     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27472     layout: "plot-throughput-speedup-analysis"
27473
27474 # Speedup - VPP L2 2n-dnv-x553 base
27475 -
27476   type: "plot"
27477   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27478   algorithm: "plot_throughput_speedup_analysis"
27479   output-file-type: ".html"
27480   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27481   data: "intel-dnv-vpp"
27482   filter: "'NIC_Intel-X553' and
27483            '64B' and
27484            ('BASE' or 'SCALE') and
27485            'NDRPDR' and
27486            'ETH' and
27487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27488            not 'VHOST' and
27489            not 'MEMIF'"
27490   parameters:
27491   - "throughput"
27492   - "parent"
27493   - "tags"
27494   sort:
27495   - "L2XCBASE"
27496   - "L2BDMACLRN"
27497   - "L2PATCH"
27498   layout:
27499     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27500     layout: "plot-throughput-speedup-analysis"
27501
27502 -
27503   type: "plot"
27504   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27505   algorithm: "plot_throughput_speedup_analysis"
27506   output-file-type: ".html"
27507   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27508   data: "intel-dnv-vpp"
27509   filter: "'NIC_Intel-X553' and
27510            '64B' and
27511            ('BASE' or 'SCALE') and
27512            'NDRPDR' and
27513            'ETH' and
27514            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27515            not 'VHOST' and
27516            not 'MEMIF'"
27517   parameters:
27518   - "throughput"
27519   - "parent"
27520   - "tags"
27521   sort:
27522   - "L2XCBASE"
27523   - "L2BDMACLRN"
27524   - "L2PATCH"
27525   layout:
27526     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27527     layout: "plot-throughput-speedup-analysis"
27528
27529 ################################################################################
27530
27531 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27532 -
27533   type: "plot"
27534   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27535   algorithm: "plot_throughput_speedup_analysis"
27536   output-file-type: ".html"
27537   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27538   data: "plot-throughput-speedup-analysis-3n-hsw"
27539   filter: "'NIC_Intel-X520-DA2' and
27540            '64B' and
27541            'NDRPDR' and
27542            'ETH' and
27543            'IP4FWD' and
27544            'VHOST_1024' and
27545            not 'VXLAN' and
27546            not 'DOT1Q'"
27547   parameters:
27548   - "throughput"
27549   - "parent"
27550   - "tags"
27551   sort:
27552   - "not CFS_OPT"
27553   - "1VM"
27554   - "2VM"
27555   layout:
27556     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27557     layout: "plot-throughput-speedup-analysis"
27558
27559 -
27560   type: "plot"
27561   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27562   algorithm: "plot_throughput_speedup_analysis"
27563   output-file-type: ".html"
27564   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27565   data: "plot-throughput-speedup-analysis-3n-hsw"
27566   filter: "'NIC_Intel-X520-DA2' and
27567            '64B' and
27568            'NDRPDR' and
27569            'ETH' and
27570            'IP4FWD' and
27571            'VHOST_1024' and
27572            not 'VXLAN' and
27573            not 'DOT1Q'"
27574   parameters:
27575   - "throughput"
27576   - "parent"
27577   - "tags"
27578   sort:
27579   - "not CFS_OPT"
27580   - "1VM"
27581   - "2VM"
27582   layout:
27583     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27584     layout: "plot-throughput-speedup-analysis"
27585
27586 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27587 -
27588   type: "plot"
27589   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27590   algorithm: "plot_throughput_speedup_analysis"
27591   output-file-type: ".html"
27592   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27593   data: "plot-throughput-speedup-analysis-3n-hsw"
27594   filter: "'NIC_Intel-X520-DA2' and
27595            '64B' and
27596            'NDRPDR' and
27597            ('ETH' or 'DOT1Q') and
27598            'VHOST_1024' and
27599            not 'VXLAN' and
27600            not 'IP4FWD' and
27601            not '2VM'"
27602   parameters:
27603   - "throughput"
27604   - "parent"
27605   - "tags"
27606 #  sort:
27607 #  - "VM"  # "not CFS_OPT"
27608 #  - "CFS_OPT"
27609 #  - "FIB_10K"
27610 #  - "FIB_100K"
27611 #  - "FIB_1M"
27612   layout:
27613     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27614     layout: "plot-throughput-speedup-analysis"
27615
27616 -
27617   type: "plot"
27618   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27619   algorithm: "plot_throughput_speedup_analysis"
27620   output-file-type: ".html"
27621   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27622   data: "plot-throughput-speedup-analysis-3n-hsw"
27623   filter: "'NIC_Intel-X520-DA2' and
27624            '64B' and
27625            'NDRPDR' and
27626            ('ETH' or 'DOT1Q') and
27627            'L2BDMACLRN' and
27628            'VHOST_1024' and
27629            not 'VXLAN' and
27630            not 'IP4FWD' and
27631            not '2VM'"
27632   parameters:
27633   - "throughput"
27634   - "parent"
27635   - "tags"
27636 #  sort:
27637 #  - "VM"  # "not CFS_OPT"
27638 #  - "CFS_OPT"
27639 #  - "FIB_10K"
27640 #  - "FIB_100K"
27641 #  - "FIB_1M"
27642   layout:
27643     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27644     layout: "plot-throughput-speedup-analysis"
27645
27646 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27647 -
27648   type: "plot"
27649   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27650   algorithm: "plot_throughput_speedup_analysis"
27651   output-file-type: ".html"
27652   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27653   data: "plot-throughput-speedup-analysis-3n-hsw"
27654   filter: "'NIC_Intel-X520-DA2' and
27655            '64B' and
27656            'NDRPDR' and
27657            ('ETH' or 'DOT1Q') and
27658            'BASE' and
27659            ('L2BDMACLRN' or 'L2XCFWD') and
27660            'VHOST_1024' and
27661            not 'VXLAN' and
27662            not 'IP4FWD' and
27663            not '2VM'"
27664   parameters:
27665   - "throughput"
27666   - "parent"
27667   - "tags"
27668 #  sort:
27669 #  - "not CFS_OPT"
27670 #  - "L2XCFWD"
27671 #  - "not CFS_OPT"
27672 #  - "CFS_OPT"
27673   layout:
27674     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27675     layout: "plot-throughput-speedup-analysis"
27676
27677 -
27678   type: "plot"
27679   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27680   algorithm: "plot_throughput_speedup_analysis"
27681   output-file-type: ".html"
27682   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27683   data: "plot-throughput-speedup-analysis-3n-hsw"
27684   filter: "'NIC_Intel-X520-DA2' and
27685            '64B' and
27686            'NDRPDR' and
27687            ('ETH' or 'DOT1Q') and
27688            'BASE' and
27689            ('L2BDMACLRN' or 'L2XCFWD') and
27690            'VHOST_1024' and
27691            not 'VXLAN' and
27692            not 'IP4FWD' and
27693            not '2VM'"
27694   parameters:
27695   - "throughput"
27696   - "parent"
27697   - "tags"
27698 #  sort:
27699 #  - "not CFS_OPT"
27700 #  - "L2XCFWD"
27701 #  - "not CFS_OPT"
27702 #  - "CFS_OPT"
27703   layout:
27704     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27705     layout: "plot-throughput-speedup-analysis"
27706
27707 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27708 -
27709   type: "plot"
27710   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27711   algorithm: "plot_throughput_speedup_analysis"
27712   output-file-type: ".html"
27713   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27714   data: "plot-throughput-speedup-analysis-3n-hsw"
27715   filter: "'NIC_Intel-X520-DA2' and
27716            '64B' and
27717            'NDRPDR' and
27718            ('ETH' or 'DOT1Q') and
27719            ('L2BDMACLRN' or 'L2XCFWD') and
27720            'VHOST_1024' and
27721            not 'CFS_OPT' and
27722            not 'VXLAN' and
27723            not 'IP4FWD' and
27724            not 'LBOND'"
27725   parameters:
27726   - "throughput"
27727   - "parent"
27728   - "tags"
27729 #  sort:
27730 #  - "1VM"
27731 #  - "L2XCFWD"
27732 #  - "1VM"
27733 #  - "L2BDMACLRN"
27734   layout:
27735     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27736     layout: "plot-throughput-speedup-analysis"
27737
27738 -
27739   type: "plot"
27740   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27741   algorithm: "plot_throughput_speedup_analysis"
27742   output-file-type: ".html"
27743   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27744   data: "plot-throughput-speedup-analysis-3n-hsw"
27745   filter: "'NIC_Intel-X520-DA2' and
27746            '64B' and
27747            'NDRPDR' and
27748            ('ETH' or 'DOT1Q') and
27749            ('L2BDMACLRN' or 'L2XCFWD') and
27750            'VHOST_1024' and
27751            not 'CFS_OPT' and
27752            not 'VXLAN' and
27753            not 'IP4FWD' and
27754            not 'LBOND'"
27755   parameters:
27756   - "throughput"
27757   - "parent"
27758   - "tags"
27759 #  sort:
27760 #  - "1VM"
27761 #  - "L2XCFWD"
27762 #  - "1VM"
27763 #  - "L2BDMACLRN"
27764   layout:
27765     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27766     layout: "plot-throughput-speedup-analysis"
27767
27768 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27769 -
27770   type: "plot"
27771   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27772   algorithm: "plot_throughput_speedup_analysis"
27773   output-file-type: ".html"
27774   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27775   data: "plot-throughput-speedup-analysis-3n-hsw"
27776   filter: "'NIC_Intel-X710' and
27777            '64B' and
27778            'NDRPDR' and
27779            'ETH' and
27780            'IP4FWD' and
27781            'VHOST_1024' and
27782            not 'VXLAN' and
27783            not 'DOT1Q'"
27784   parameters:
27785   - "throughput"
27786   - "parent"
27787   - "tags"
27788   sort:
27789   - "not CFS_OPT"
27790   - "1VM"
27791   - "2VM"
27792   layout:
27793     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27794     layout: "plot-throughput-speedup-analysis"
27795
27796 -
27797   type: "plot"
27798   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27799   algorithm: "plot_throughput_speedup_analysis"
27800   output-file-type: ".html"
27801   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27802   data: "plot-throughput-speedup-analysis-3n-hsw"
27803   filter: "'NIC_Intel-X710' and
27804            '64B' and
27805            'NDRPDR' and
27806            'ETH' and
27807            'IP4FWD' and
27808            'VHOST_1024' and
27809            not 'VXLAN' and
27810            not 'DOT1Q'"
27811   parameters:
27812   - "throughput"
27813   - "parent"
27814   - "tags"
27815   sort:
27816   - "not CFS_OPT"
27817   - "1VM"
27818   - "2VM"
27819   layout:
27820     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27821     layout: "plot-throughput-speedup-analysis"
27822
27823 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
27824 -
27825   type: "plot"
27826   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27827   algorithm: "plot_throughput_speedup_analysis"
27828   output-file-type: ".html"
27829   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27830   data: "plot-throughput-speedup-analysis-3n-hsw"
27831   filter: "'NIC_Intel-X710' and
27832            '64B' and
27833            'NDRPDR' and
27834            ('ETH' or 'DOT1Q') and
27835            'L2BDMACLRN' and
27836            'VHOST_1024' and
27837            not 'VXLAN' and
27838            not 'IP4FWD' and
27839            not '2VM'"
27840   parameters:
27841   - "throughput"
27842   - "parent"
27843   - "tags"
27844 #  sort:
27845 #  - "VM"  # "not CFS_OPT"
27846 #  - "CFS_OPT"
27847 #  - "FIB_10K"
27848 #  - "FIB_100K"
27849 #  - "FIB_1M"
27850   layout:
27851     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27852     layout: "plot-throughput-speedup-analysis"
27853
27854 -
27855   type: "plot"
27856   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27857   algorithm: "plot_throughput_speedup_analysis"
27858   output-file-type: ".html"
27859   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27860   data: "plot-throughput-speedup-analysis-3n-hsw"
27861   filter: "'NIC_Intel-X710' and
27862            '64B' and
27863            'NDRPDR' and
27864            ('ETH' or 'DOT1Q') and
27865            'L2BDMACLRN' and
27866            'VHOST_1024' and
27867            not 'VXLAN' and
27868            not 'IP4FWD' and
27869            not '2VM'"
27870   parameters:
27871   - "throughput"
27872   - "parent"
27873   - "tags"
27874 #  sort:
27875 #  - "VM"  # "not CFS_OPT"
27876 #  - "CFS_OPT"
27877 #  - "FIB_10K"
27878 #  - "FIB_100K"
27879 #  - "FIB_1M"
27880   layout:
27881     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27882     layout: "plot-throughput-speedup-analysis"
27883
27884 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27885 -
27886   type: "plot"
27887   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27888   algorithm: "plot_throughput_speedup_analysis"
27889   output-file-type: ".html"
27890   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27891   data: "plot-throughput-speedup-analysis-3n-hsw"
27892   filter: "'NIC_Intel-X710' and
27893            '64B' and
27894            'NDRPDR' and
27895            ('ETH' or 'DOT1Q') and
27896            'BASE' and
27897            ('L2BDMACLRN' or 'L2XCFWD') and
27898            'VHOST_1024' and
27899            not 'VXLAN' and
27900            not 'IP4FWD' and
27901            not '2VM'"
27902   parameters:
27903   - "throughput"
27904   - "parent"
27905   - "tags"
27906 #  sort:
27907 #  - "not CFS_OPT"
27908 #  - "L2XCFWD"
27909 #  - "not CFS_OPT"
27910 #  - "CFS_OPT"
27911   layout:
27912     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
27913     layout: "plot-throughput-speedup-analysis"
27914
27915 -
27916   type: "plot"
27917   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27918   algorithm: "plot_throughput_speedup_analysis"
27919   output-file-type: ".html"
27920   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27921   data: "plot-throughput-speedup-analysis-3n-hsw"
27922   filter: "'NIC_Intel-X710' and
27923            '64B' and
27924            'NDRPDR' and
27925            ('ETH' or 'DOT1Q') and
27926            'BASE' and
27927            ('L2BDMACLRN' or 'L2XCFWD') and
27928            'VHOST_1024' and
27929            not 'VXLAN' and
27930            not 'IP4FWD' and
27931            not '2VM'"
27932   parameters:
27933   - "throughput"
27934   - "parent"
27935   - "tags"
27936 #  sort:
27937 #  - "not CFS_OPT"
27938 #  - "L2XCFWD"
27939 #  - "not CFS_OPT"
27940 #  - "CFS_OPT"
27941   layout:
27942     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27943     layout: "plot-throughput-speedup-analysis"
27944
27945 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27946 -
27947   type: "plot"
27948   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27949   algorithm: "plot_throughput_speedup_analysis"
27950   output-file-type: ".html"
27951   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27952   data: "plot-throughput-speedup-analysis-3n-hsw"
27953   filter: "'NIC_Intel-X710' and
27954            '64B' and
27955            'NDRPDR' and
27956            ('ETH' or 'DOT1Q') and
27957            ('L2BDMACLRN' or 'L2XCFWD') and
27958            'VHOST_1024' and
27959            not 'CFS_OPT' and
27960            not 'VXLAN' and
27961            not 'IP4FWD' and
27962            not 'LBOND'"
27963   parameters:
27964   - "throughput"
27965   - "parent"
27966   - "tags"
27967 #  sort:
27968 #  - "1VM"
27969 #  - "L2XCFWD"
27970 #  - "1VM"
27971 #  - "L2BDMACLRN"
27972   layout:
27973     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27974     layout: "plot-throughput-speedup-analysis"
27975
27976 -
27977   type: "plot"
27978   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27979   algorithm: "plot_throughput_speedup_analysis"
27980   output-file-type: ".html"
27981   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27982   data: "plot-throughput-speedup-analysis-3n-hsw"
27983   filter: "'NIC_Intel-X710' and
27984            '64B' and
27985            'NDRPDR' and
27986            ('ETH' or 'DOT1Q') and
27987            ('L2BDMACLRN' or 'L2XCFWD') and
27988            'VHOST_1024' and
27989            not 'CFS_OPT' and
27990            not 'VXLAN' and
27991            not 'IP4FWD' and
27992            not 'LBOND'"
27993   parameters:
27994   - "throughput"
27995   - "parent"
27996   - "tags"
27997 #  sort:
27998 #  - "1VM"
27999 #  - "L2XCFWD"
28000 #  - "1VM"
28001 #  - "L2BDMACLRN"
28002   layout:
28003     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28004     layout: "plot-throughput-speedup-analysis"
28005
28006 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28007 -
28008   type: "plot"
28009   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28010   algorithm: "plot_throughput_speedup_analysis"
28011   output-file-type: ".html"
28012   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28013   data: "plot-throughput-speedup-analysis-3n-hsw"
28014   filter: "'NIC_Intel-XL710' and
28015            '64B' and
28016            'NDRPDR' and
28017            'ETH' and
28018            'IP4FWD' and
28019            'VHOST_1024' and
28020            not 'VXLAN' and
28021            not 'DOT1Q'"
28022   parameters:
28023   - "throughput"
28024   - "parent"
28025   - "tags"
28026   sort:
28027   - "not CFS_OPT"
28028   - "1VM"
28029   - "2VM"
28030   layout:
28031     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28032     layout: "plot-throughput-speedup-analysis"
28033
28034 -
28035   type: "plot"
28036   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28037   algorithm: "plot_throughput_speedup_analysis"
28038   output-file-type: ".html"
28039   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28040   data: "plot-throughput-speedup-analysis-3n-hsw"
28041   filter: "'NIC_Intel-XL710' and
28042            '64B' and
28043            'NDRPDR' and
28044            'ETH' and
28045            'IP4FWD' and
28046            'VHOST_1024' and
28047            not 'VXLAN' and
28048            not 'DOT1Q'"
28049   parameters:
28050   - "throughput"
28051   - "parent"
28052   - "tags"
28053   sort:
28054   - "not CFS_OPT"
28055   - "1VM"
28056   - "2VM"
28057   layout:
28058     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
28059     layout: "plot-throughput-speedup-analysis"
28060
28061 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
28062 -
28063   type: "plot"
28064   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28065   algorithm: "plot_throughput_speedup_analysis"
28066   output-file-type: ".html"
28067   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28068   data: "plot-throughput-speedup-analysis-3n-hsw"
28069   filter: "'NIC_Intel-XL710' and
28070            '64B' and
28071            'NDRPDR' and
28072            ('ETH' or 'DOT1Q') and
28073            'L2BDMACLRN' and
28074            'VHOST_1024' and
28075            not 'VXLAN' and
28076            not 'IP4FWD' and
28077            not '2VM'"
28078   parameters:
28079   - "throughput"
28080   - "parent"
28081   - "tags"
28082 #  sort:
28083 #  - "VM"  # "not CFS_OPT"
28084 #  - "CFS_OPT"
28085 #  - "FIB_10K"
28086 #  - "FIB_100K"
28087 #  - "FIB_1M"
28088   layout:
28089     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28090     layout: "plot-throughput-speedup-analysis"
28091
28092 -
28093   type: "plot"
28094   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28095   algorithm: "plot_throughput_speedup_analysis"
28096   output-file-type: ".html"
28097   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28098   data: "plot-throughput-speedup-analysis-3n-hsw"
28099   filter: "'NIC_Intel-XL710' and
28100            '64B' and
28101            'NDRPDR' and
28102            ('ETH' or 'DOT1Q') and
28103            'L2BDMACLRN' and
28104            'VHOST_1024' and
28105            not 'VXLAN' and
28106            not 'IP4FWD' and
28107            not '2VM'"
28108   parameters:
28109   - "throughput"
28110   - "parent"
28111   - "tags"
28112 #  sort:
28113 #  - "VM"  # "not CFS_OPT"
28114 #  - "CFS_OPT"
28115 #  - "FIB_10K"
28116 #  - "FIB_100K"
28117 #  - "FIB_1M"
28118   layout:
28119     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28120     layout: "plot-throughput-speedup-analysis"
28121
28122 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28123 -
28124   type: "plot"
28125   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28126   algorithm: "plot_throughput_speedup_analysis"
28127   output-file-type: ".html"
28128   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28129   data: "plot-throughput-speedup-analysis-3n-hsw"
28130   filter: "'NIC_Intel-XL710' and
28131            '64B' and
28132            'NDRPDR' and
28133            ('ETH' or 'DOT1Q') and
28134            'BASE' and
28135            ('L2BDMACLRN' or 'L2XCFWD') and
28136            'VHOST_1024' and
28137            not 'VXLAN' and
28138            not 'IP4FWD' and
28139            not '2VM'"
28140   parameters:
28141   - "throughput"
28142   - "parent"
28143   - "tags"
28144 #  sort:
28145 #  - "not CFS_OPT"
28146 #  - "L2XCFWD"
28147 #  - "not CFS_OPT"
28148 #  - "CFS_OPT"
28149   layout:
28150     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28151     layout: "plot-throughput-speedup-analysis"
28152
28153 -
28154   type: "plot"
28155   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28156   algorithm: "plot_throughput_speedup_analysis"
28157   output-file-type: ".html"
28158   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28159   data: "plot-throughput-speedup-analysis-3n-hsw"
28160   filter: "'NIC_Intel-XL710' and
28161            '64B' and
28162            'NDRPDR' and
28163            ('ETH' or 'DOT1Q') and
28164            'BASE' and
28165            ('L2BDMACLRN' or 'L2XCFWD') and
28166            'VHOST_1024' and
28167            not 'VXLAN' and
28168            not 'IP4FWD' and
28169            not '2VM'"
28170   parameters:
28171   - "throughput"
28172   - "parent"
28173   - "tags"
28174 #  sort:
28175 #  - "not CFS_OPT"
28176 #  - "L2XCFWD"
28177 #  - "not CFS_OPT"
28178 #  - "CFS_OPT"
28179   layout:
28180     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28181     layout: "plot-throughput-speedup-analysis"
28182
28183 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28184 -
28185   type: "plot"
28186   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28187   algorithm: "plot_throughput_speedup_analysis"
28188   output-file-type: ".html"
28189   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28190   data: "plot-throughput-speedup-analysis-3n-hsw"
28191   filter: "'NIC_Intel-XL710' and
28192            '64B' and
28193            'NDRPDR' and
28194            ('ETH' or 'DOT1Q') and
28195            ('L2BDMACLRN' or 'L2XCFWD') and
28196            'VHOST_1024' and
28197            not 'CFS_OPT' and
28198            not 'VXLAN' and
28199            not 'IP4FWD'"
28200   parameters:
28201   - "throughput"
28202   - "parent"
28203   - "tags"
28204 #  sort:
28205 #  - "1VM"
28206 #  - "L2XCFWD"
28207 #  - "1VM"
28208 #  - "L2BDMACLRN"
28209   layout:
28210     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
28211     layout: "plot-throughput-speedup-analysis"
28212
28213 -
28214   type: "plot"
28215   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-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-xl710-64b-base-vm-pdr-tsa"
28219   data: "plot-throughput-speedup-analysis-3n-hsw"
28220   filter: "'NIC_Intel-XL710' 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'"
28229   parameters:
28230   - "throughput"
28231   - "parent"
28232   - "tags"
28233 #  sort:
28234 #  - "1VM"
28235 #  - "L2XCFWD"
28236 #  - "1VM"
28237 #  - "L2BDMACLRN"
28238   layout:
28239     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28240     layout: "plot-throughput-speedup-analysis"
28241
28242 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28243 -
28244   type: "plot"
28245   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28246   algorithm: "plot_throughput_speedup_analysis"
28247   output-file-type: ".html"
28248   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28249   data: "plot-throughput-speedup-analysis-3n-skx"
28250   filter: "'NIC_Intel-X710' and
28251            '64B' and
28252            'NDRPDR' and
28253            'ETH' and
28254            'IP4FWD' and
28255            'VHOST_1024' and
28256            not 'VXLAN' and
28257            not 'DOT1Q'"
28258   parameters:
28259   - "throughput"
28260   - "parent"
28261   - "tags"
28262   sort:
28263   - "not CFS_OPT"
28264   - "1VM"
28265   - "2VM"
28266   layout:
28267     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28268     layout: "plot-throughput-speedup-analysis"
28269
28270 -
28271   type: "plot"
28272   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28273   algorithm: "plot_throughput_speedup_analysis"
28274   output-file-type: ".html"
28275   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28276   data: "plot-throughput-speedup-analysis-3n-skx"
28277   filter: "'NIC_Intel-X710' and
28278            '64B' and
28279            'NDRPDR' and
28280            'ETH' and
28281            'IP4FWD' and
28282            'VHOST_1024' and
28283            not 'VXLAN' and
28284            not 'DOT1Q'"
28285   parameters:
28286   - "throughput"
28287   - "parent"
28288   - "tags"
28289   sort:
28290   - "not CFS_OPT"
28291   - "1VM"
28292   - "2VM"
28293   layout:
28294     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28295     layout: "plot-throughput-speedup-analysis"
28296
28297 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28298 -
28299   type: "plot"
28300   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28301   algorithm: "plot_throughput_speedup_analysis"
28302   output-file-type: ".html"
28303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28304   data: "plot-throughput-speedup-analysis-3n-skx"
28305   filter: "'NIC_Intel-X710' and
28306            '64B' and
28307            'NDRPDR' and
28308            ('ETH' or 'DOT1Q') and
28309            'L2BDMACLRN' and
28310            'VHOST_1024' and
28311            not 'VXLAN' and
28312            not 'IP4FWD' and
28313            not '2VM'"
28314   parameters:
28315   - "throughput"
28316   - "parent"
28317   - "tags"
28318 #  sort:
28319 #  - "VM"  # "not CFS_OPT"
28320 #  - "CFS_OPT"
28321 #  - "FIB_10K"
28322 #  - "FIB_100K"
28323 #  - "FIB_1M"
28324   layout:
28325     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28326     layout: "plot-throughput-speedup-analysis"
28327
28328 -
28329   type: "plot"
28330   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28331   algorithm: "plot_throughput_speedup_analysis"
28332   output-file-type: ".html"
28333   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28334   data: "plot-throughput-speedup-analysis-3n-skx"
28335   filter: "'NIC_Intel-X710' and
28336            '64B' and
28337            'NDRPDR' and
28338            ('ETH' or 'DOT1Q') and
28339            'L2BDMACLRN' and
28340            'VHOST_1024' and
28341            not 'VXLAN' and
28342            not 'IP4FWD' and
28343            not '2VM'"
28344   parameters:
28345   - "throughput"
28346   - "parent"
28347   - "tags"
28348 #  sort:
28349 #  - "VM"  # "not CFS_OPT"
28350 #  - "CFS_OPT"
28351 #  - "FIB_10K"
28352 #  - "FIB_100K"
28353 #  - "FIB_1M"
28354   layout:
28355     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28356     layout: "plot-throughput-speedup-analysis"
28357
28358 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28359 -
28360   type: "plot"
28361   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28362   algorithm: "plot_throughput_speedup_analysis"
28363   output-file-type: ".html"
28364   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28365   data: "plot-throughput-speedup-analysis-3n-skx"
28366   filter: "'NIC_Intel-X710' and
28367            '64B' and
28368            'NDRPDR' and
28369            ('ETH' or 'DOT1Q') and
28370            'BASE' and
28371            ('L2BDMACLRN' or 'L2XCFWD') and
28372            'VHOST_1024' and
28373            not 'VXLAN' and
28374            not 'IP4FWD' and
28375            not '2VM' and
28376            not 'LBOND'"
28377   parameters:
28378   - "throughput"
28379   - "parent"
28380   - "tags"
28381 #  sort:
28382 #  - "not CFS_OPT"
28383 #  - "L2XCFWD"
28384 #  - "not CFS_OPT"
28385 #  - "CFS_OPT"
28386   layout:
28387     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28388     layout: "plot-throughput-speedup-analysis"
28389
28390 -
28391   type: "plot"
28392   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28393   algorithm: "plot_throughput_speedup_analysis"
28394   output-file-type: ".html"
28395   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28396   data: "plot-throughput-speedup-analysis-3n-skx"
28397   filter: "'NIC_Intel-X710' and
28398            '64B' and
28399            'NDRPDR' and
28400            ('ETH' or 'DOT1Q') and
28401            'BASE' and
28402            ('L2BDMACLRN' or 'L2XCFWD') and
28403            'VHOST_1024' and
28404            not 'VXLAN' and
28405            not 'IP4FWD' and
28406            not '2VM' and
28407            not 'LBOND'"
28408   parameters:
28409   - "throughput"
28410   - "parent"
28411   - "tags"
28412 #  sort:
28413 #  - "not CFS_OPT"
28414 #  - "L2XCFWD"
28415 #  - "not CFS_OPT"
28416 #  - "CFS_OPT"
28417   layout:
28418     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28419     layout: "plot-throughput-speedup-analysis"
28420
28421 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28422 -
28423   type: "plot"
28424   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28425   algorithm: "plot_throughput_speedup_analysis"
28426   output-file-type: ".html"
28427   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28428   data: "plot-throughput-speedup-analysis-3n-skx"
28429   filter: "'NIC_Intel-X710' and
28430            '64B' and
28431            'NDRPDR' and
28432            ('ETH' or 'DOT1Q') and
28433            ('L2BDMACLRN' or 'L2XCFWD') and
28434            'VHOST_1024' and
28435            not 'CFS_OPT' and
28436            not 'VXLAN' and
28437            not 'IP4FWD' and
28438            not 'LBOND'"
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-skx-x710-64b-base-vm-ndr"
28450     layout: "plot-throughput-speedup-analysis"
28451
28452 -
28453   type: "plot"
28454   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-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-skx-x710-64b-base-vm-pdr-tsa"
28458   data: "plot-throughput-speedup-analysis-3n-skx"
28459   filter: "'NIC_Intel-X710' 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' and
28468            not 'LBOND'"
28469   parameters:
28470   - "throughput"
28471   - "parent"
28472   - "tags"
28473 #  sort:
28474 #  - "1VM"
28475 #  - "L2XCFWD"
28476 #  - "1VM"
28477 #  - "L2BDMACLRN"
28478   layout:
28479     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28480     layout: "plot-throughput-speedup-analysis"
28481
28482 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28483 -
28484   type: "plot"
28485   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28486   algorithm: "plot_throughput_speedup_analysis"
28487   output-file-type: ".html"
28488   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28489   data: "plot-throughput-speedup-analysis-2n-skx"
28490   filter: "'NIC_Intel-X710' and
28491            '64B' and
28492            'NDRPDR' and
28493            'ETH' and
28494            'IP4FWD' and
28495            'VHOST_1024' and
28496            not 'VXLAN' and
28497            not 'NF_DENSITY' and
28498            not 'DOT1Q'"
28499   parameters:
28500   - "throughput"
28501   - "parent"
28502   - "tags"
28503   sort:
28504   - "not CFS_OPT"
28505   - "1VM"
28506   - "2VM"
28507   layout:
28508     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28509     layout: "plot-throughput-speedup-analysis"
28510
28511 -
28512   type: "plot"
28513   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28514   algorithm: "plot_throughput_speedup_analysis"
28515   output-file-type: ".html"
28516   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28517   data: "plot-throughput-speedup-analysis-2n-skx"
28518   filter: "'NIC_Intel-X710' and
28519            '64B' and
28520            'NDRPDR' and
28521            'ETH' and
28522            'IP4FWD' and
28523            'VHOST_1024' and
28524            not 'VXLAN' and
28525            not 'NF_DENSITY' and
28526            not 'DOT1Q'"
28527   parameters:
28528   - "throughput"
28529   - "parent"
28530   - "tags"
28531   sort:
28532   - "not CFS_OPT"
28533   - "1VM"
28534   - "2VM"
28535   layout:
28536     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28537     layout: "plot-throughput-speedup-analysis"
28538
28539 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28540 -
28541   type: "plot"
28542   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28543   algorithm: "plot_throughput_speedup_analysis"
28544   output-file-type: ".html"
28545   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28546   data: "plot-throughput-speedup-analysis-2n-skx"
28547   filter: "'NIC_Intel-X710' and
28548            '64B' and
28549            'NDRPDR' and
28550            ('ETH' or 'DOT1Q') and
28551            'L2BDMACLRN' and
28552            'VHOST_1024' and
28553            not 'VXLAN' and
28554            not 'NF_DENSITY' and
28555            not 'IP4FWD' and
28556            not '2VM'"
28557   parameters:
28558   - "throughput"
28559   - "parent"
28560   - "tags"
28561 #  sort:
28562 #  - "VM"  # "not CFS_OPT"
28563 #  - "CFS_OPT"
28564 #  - "FIB_10K"
28565 #  - "FIB_100K"
28566 #  - "FIB_1M"
28567   layout:
28568     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28569     layout: "plot-throughput-speedup-analysis"
28570
28571 -
28572   type: "plot"
28573   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28574   algorithm: "plot_throughput_speedup_analysis"
28575   output-file-type: ".html"
28576   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28577   data: "plot-throughput-speedup-analysis-2n-skx"
28578   filter: "'NIC_Intel-X710' and
28579            '64B' and
28580            'NDRPDR' and
28581            ('ETH' or 'DOT1Q') and
28582            'L2BDMACLRN' and
28583            'VHOST_1024' and
28584            not 'VXLAN' and
28585            not 'NF_DENSITY' and
28586            not 'IP4FWD' and
28587            not '2VM'"
28588   parameters:
28589   - "throughput"
28590   - "parent"
28591   - "tags"
28592 #  sort:
28593 #  - "VM"  # "not CFS_OPT"
28594 #  - "CFS_OPT"
28595 #  - "FIB_10K"
28596 #  - "FIB_100K"
28597 #  - "FIB_1M"
28598   layout:
28599     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28600     layout: "plot-throughput-speedup-analysis"
28601
28602 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28603 -
28604   type: "plot"
28605   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28606   algorithm: "plot_throughput_speedup_analysis"
28607   output-file-type: ".html"
28608   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28609   data: "plot-throughput-speedup-analysis-2n-skx"
28610   filter: "'NIC_Intel-X710' and
28611            '64B' and
28612            'NDRPDR' and
28613            ('ETH' or 'DOT1Q') and
28614            'BASE' and
28615            ('L2BDMACLRN' or 'L2XCFWD') and
28616            'VHOST_1024' and
28617            not 'VXLAN' and
28618            not 'NF_DENSITY' and
28619            not 'IP4FWD' and
28620            not '2VM'"
28621   parameters:
28622   - "throughput"
28623   - "parent"
28624   - "tags"
28625 #  sort:
28626 #  - "not CFS_OPT"
28627 #  - "L2XCFWD"
28628 #  - "not CFS_OPT"
28629 #  - "CFS_OPT"
28630   layout:
28631     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28632     layout: "plot-throughput-speedup-analysis"
28633
28634 -
28635   type: "plot"
28636   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28637   algorithm: "plot_throughput_speedup_analysis"
28638   output-file-type: ".html"
28639   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28640   data: "plot-throughput-speedup-analysis-2n-skx"
28641   filter: "'NIC_Intel-X710' and
28642            '64B' and
28643            'NDRPDR' and
28644            ('ETH' or 'DOT1Q') and
28645            'BASE' and
28646            ('L2BDMACLRN' or 'L2XCFWD') and
28647            'VHOST_1024' and
28648            not 'VXLAN' and
28649            not 'NF_DENSITY' and
28650            not 'IP4FWD' and
28651            not '2VM'"
28652   parameters:
28653   - "throughput"
28654   - "parent"
28655   - "tags"
28656 #  sort:
28657 #  - "not CFS_OPT"
28658 #  - "L2XCFWD"
28659 #  - "not CFS_OPT"
28660 #  - "CFS_OPT"
28661   layout:
28662     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28663     layout: "plot-throughput-speedup-analysis"
28664
28665 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28666 -
28667   type: "plot"
28668   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28669   algorithm: "plot_throughput_speedup_analysis"
28670   output-file-type: ".html"
28671   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28672   data: "plot-throughput-speedup-analysis-2n-skx"
28673   filter: "'NIC_Intel-X710' and
28674            '64B' and
28675            'NDRPDR' and
28676            ('ETH' or 'DOT1Q') and
28677            ('L2BDMACLRN' or 'L2XCFWD') and
28678            'VHOST_1024' and
28679            not 'CFS_OPT' and
28680            not 'VXLAN' and
28681            not 'NF_DENSITY' and
28682            not 'IP4FWD'"
28683   parameters:
28684   - "throughput"
28685   - "parent"
28686   - "tags"
28687 #  sort:
28688 #  - "1VM"
28689 #  - "L2XCFWD"
28690 #  - "1VM"
28691 #  - "L2BDMACLRN"
28692   layout:
28693     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28694     layout: "plot-throughput-speedup-analysis"
28695
28696 -
28697   type: "plot"
28698   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28699   algorithm: "plot_throughput_speedup_analysis"
28700   output-file-type: ".html"
28701   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28702   data: "plot-throughput-speedup-analysis-2n-skx"
28703   filter: "'NIC_Intel-X710' and
28704            '64B' and
28705            'NDRPDR' and
28706            ('ETH' or 'DOT1Q') and
28707            ('L2BDMACLRN' or 'L2XCFWD') and
28708            'VHOST_1024' and
28709            not 'CFS_OPT' and
28710            not 'VXLAN' and
28711            not 'NF_DENSITY' and
28712            not 'IP4FWD'"
28713   parameters:
28714   - "throughput"
28715   - "parent"
28716   - "tags"
28717 #  sort:
28718 #  - "1VM"
28719 #  - "L2XCFWD"
28720 #  - "1VM"
28721 #  - "L2BDMACLRN"
28722   layout:
28723     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28724     layout: "plot-throughput-speedup-analysis"
28725
28726 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28727 -
28728   type: "plot"
28729   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28730   algorithm: "plot_throughput_speedup_analysis"
28731   output-file-type: ".html"
28732   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28733   data: "plot-throughput-speedup-analysis-2n-skx"
28734   filter: "'NIC_Intel-XXV710' and
28735            '64B' and
28736            'NDRPDR' and
28737            'ETH' and
28738            'IP4FWD' and
28739            'VHOST_1024' and
28740            not 'VXLAN' and
28741            not 'DOT1Q'"
28742   parameters:
28743   - "throughput"
28744   - "parent"
28745   - "tags"
28746   sort:
28747   - "not CFS_OPT"
28748   - "1VM"
28749   - "2VM"
28750   layout:
28751     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28752     layout: "plot-throughput-speedup-analysis"
28753
28754 -
28755   type: "plot"
28756   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28757   algorithm: "plot_throughput_speedup_analysis"
28758   output-file-type: ".html"
28759   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28760   data: "plot-throughput-speedup-analysis-2n-skx"
28761   filter: "'NIC_Intel-XXV710' and
28762            '64B' and
28763            'NDRPDR' and
28764            'ETH' and
28765            'IP4FWD' and
28766            'VHOST_1024' and
28767            not 'VXLAN' and
28768            not 'DOT1Q'"
28769   parameters:
28770   - "throughput"
28771   - "parent"
28772   - "tags"
28773   sort:
28774   - "not CFS_OPT"
28775   - "1VM"
28776   - "2VM"
28777   layout:
28778     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
28779     layout: "plot-throughput-speedup-analysis"
28780
28781 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
28782 -
28783   type: "plot"
28784   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28785   algorithm: "plot_throughput_speedup_analysis"
28786   output-file-type: ".html"
28787   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28788   data: "plot-throughput-speedup-analysis-2n-skx"
28789   filter: "'NIC_Intel-XXV710' and
28790            '64B' and
28791            'NDRPDR' and
28792            ('ETH' or 'DOT1Q') and
28793            'L2BDMACLRN' and
28794            'VHOST_1024' and
28795            not 'VXLAN' 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-xxv710-64b-base_and_scale-ndr"
28810     layout: "plot-throughput-speedup-analysis"
28811
28812 -
28813   type: "plot"
28814   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-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-xxv710-64b-base_and_scale-pdr-tsa"
28818   data: "plot-throughput-speedup-analysis-2n-skx"
28819   filter: "'NIC_Intel-XXV710' 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 'IP4FWD' and
28827            not '2VM'"
28828   parameters:
28829   - "throughput"
28830   - "parent"
28831   - "tags"
28832 #  sort:
28833 #  - "VM"  # "not CFS_OPT"
28834 #  - "CFS_OPT"
28835 #  - "FIB_10K"
28836 #  - "FIB_100K"
28837 #  - "FIB_1M"
28838   layout:
28839     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28840     layout: "plot-throughput-speedup-analysis"
28841
28842 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
28843 -
28844   type: "plot"
28845   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28846   algorithm: "plot_throughput_speedup_analysis"
28847   output-file-type: ".html"
28848   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28849   data: "plot-throughput-speedup-analysis-2n-skx"
28850   filter: "'NIC_Intel-XXV710' and
28851            '64B' and
28852            'NDRPDR' and
28853            ('ETH' or 'DOT1Q') and
28854            'BASE' and
28855            ('L2BDMACLRN' or 'L2XCFWD') and
28856            'VHOST_1024' and
28857            not 'VXLAN' and
28858            not 'IP4FWD' and
28859            not '2VM'"
28860   parameters:
28861   - "throughput"
28862   - "parent"
28863   - "tags"
28864 #  sort:
28865 #  - "not CFS_OPT"
28866 #  - "L2XCFWD"
28867 #  - "not CFS_OPT"
28868 #  - "CFS_OPT"
28869   layout:
28870     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
28871     layout: "plot-throughput-speedup-analysis"
28872
28873 -
28874   type: "plot"
28875   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28876   algorithm: "plot_throughput_speedup_analysis"
28877   output-file-type: ".html"
28878   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28879   data: "plot-throughput-speedup-analysis-2n-skx"
28880   filter: "'NIC_Intel-XXV710' and
28881            '64B' and
28882            'NDRPDR' and
28883            ('ETH' or 'DOT1Q') and
28884            'BASE' and
28885            ('L2BDMACLRN' or 'L2XCFWD') and
28886            'VHOST_1024' and
28887            not 'VXLAN' and
28888            not 'IP4FWD' and
28889            not '2VM'"
28890   parameters:
28891   - "throughput"
28892   - "parent"
28893   - "tags"
28894 #  sort:
28895 #  - "not CFS_OPT"
28896 #  - "L2XCFWD"
28897 #  - "not CFS_OPT"
28898 #  - "CFS_OPT"
28899   layout:
28900     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
28901     layout: "plot-throughput-speedup-analysis"
28902
28903 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
28904 -
28905   type: "plot"
28906   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28907   algorithm: "plot_throughput_speedup_analysis"
28908   output-file-type: ".html"
28909   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28910   data: "plot-throughput-speedup-analysis-2n-skx"
28911   filter: "'NIC_Intel-XXV710' and
28912            '64B' and
28913            'NDRPDR' and
28914            ('ETH' or 'DOT1Q') and
28915            ('L2BDMACLRN' or 'L2XCFWD') and
28916            'VHOST_1024' and
28917            not 'CFS_OPT' and
28918            not 'VXLAN' and
28919            not 'IP4FWD'"
28920   parameters:
28921   - "throughput"
28922   - "parent"
28923   - "tags"
28924 #  sort:
28925 #  - "1VM"
28926 #  - "L2XCFWD"
28927 #  - "1VM"
28928 #  - "L2BDMACLRN"
28929   layout:
28930     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28931     layout: "plot-throughput-speedup-analysis"
28932
28933 -
28934   type: "plot"
28935   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28936   algorithm: "plot_throughput_speedup_analysis"
28937   output-file-type: ".html"
28938   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28939   data: "plot-throughput-speedup-analysis-2n-skx"
28940   filter: "'NIC_Intel-XXV710' and
28941            '64B' and
28942            'NDRPDR' and
28943            ('ETH' or 'DOT1Q') and
28944            ('L2BDMACLRN' or 'L2XCFWD') and
28945            'VHOST_1024' and
28946            not 'CFS_OPT' and
28947            not 'VXLAN' and
28948            not 'IP4FWD'"
28949   parameters:
28950   - "throughput"
28951   - "parent"
28952   - "tags"
28953 #  sort:
28954 #  - "1VM"
28955 #  - "L2XCFWD"
28956 #  - "1VM"
28957 #  - "L2BDMACLRN"
28958   layout:
28959     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28960     layout: "plot-throughput-speedup-analysis"
28961
28962 ################################################################################
28963
28964 # Speedup - VPP vts 3n-hsw-x520
28965 -
28966   type: "plot"
28967   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28968   algorithm: "plot_throughput_speedup_analysis"
28969   output-file-type: ".html"
28970   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28971   data: "plot-throughput-speedup-analysis-3n-hsw"
28972   filter: "'NIC_Intel-X520-DA2' and
28973            '114B' and
28974            'NDRPDR' and
28975            'VTS'"
28976   parameters:
28977   - "throughput"
28978   - "parent"
28979   - "tags"
28980   layout:
28981     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
28982     layout: "plot-throughput-speedup-analysis"
28983
28984 -
28985   type: "plot"
28986   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28987   algorithm: "plot_throughput_speedup_analysis"
28988   output-file-type: ".html"
28989   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28990   data: "plot-throughput-speedup-analysis-3n-hsw"
28991   filter: "'NIC_Intel-X520-DA2' and
28992            '114B' and
28993            'NDRPDR' and
28994            'VTS'"
28995   parameters:
28996   - "throughput"
28997   - "parent"
28998   - "tags"
28999   layout:
29000     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29001     layout: "plot-throughput-speedup-analysis"