Report: Remove disabled models from specification
[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         - 61  # NDRPDR LB
147         - 62  # NDRPDR LB
148         - 63  # NDRPDR LB
149         - 64  # NDRPDR LB
150         - 65  # NDRPDR LB
151         - 66  # NDRPDR LB
152         - 67  # NDRPDR LB
153         - 69  # NDRPDR LB
154         - 70  # NDRPDR LB
155         - 71  # NDRPDR LB
156
157     plot-throughput-speedup-analysis-3n-hsw:
158       csit-vpp-perf-verify-1901-3n-hsw:
159         - 10  # NDRPDR sel
160         - 19  # NDRPDR sel
161         - 31  # NDRPDR sel
162         - 36  # NDRPDR sel
163         - 40  # NDRPDR sel
164         - 42  # NDRPDR sel
165         - 44  # NDRPDR sel
166         - 46  # NDRPDR sel
167         - 47  # NDRPDR sel
168         - 48  # NDRPDR sel
169         - 61  # NDRPDR LB
170         - 62  # NDRPDR LB
171         - 63  # NDRPDR LB
172         - 64  # NDRPDR LB
173         - 65  # NDRPDR LB
174         - 66  # NDRPDR LB
175         - 67  # NDRPDR LB
176         - 69  # NDRPDR LB
177         - 70  # NDRPDR LB
178         - 71  # NDRPDR LB
179
180     plot-vpp-http-server-performance:
181       # TODO: Replace with new data
182       # csit-vpp-perf-verify-1901-3n-hsw:
183       csit-vpp-perf-verify-1810-3n-hsw:
184         - 28  # WRK
185         - 29  # WRK
186         - 30  # WRK
187         - 31  # WRK
188         - 32  # WRK
189         - 33  # WRK
190         - 34  # WRK
191         - 35  # WRK
192         - 36  # WRK
193         - 37  # WRK
194
195     plot-ligato-throughput-latency-3n-hsw:
196       csit-ligato-perf-verify-1901-3n-hsw:
197         - 8   # NDRPDR sel
198         - 9   # NDRPDR sel
199         - 11  # NDRPDR sel
200         - 12  # NDRPDR sel
201         - 13  # NDRPDR sel
202         - 14  # NDRPDR sel
203         - 15  # NDRPDR sel
204         - 16  # NDRPDR sel
205         - 17  # NDRPDR sel
206         - 18  # NDRPDR sel
207
208     plot-ligato-throughput-speedup-analysis-3n-hsw:
209       csit-ligato-perf-verify-1901-3n-hsw:
210         - 8   # NDRPDR sel
211         - 9   # NDRPDR sel
212         - 11  # NDRPDR sel
213         - 12  # NDRPDR sel
214         - 13  # NDRPDR sel
215         - 14  # NDRPDR sel
216         - 15  # NDRPDR sel
217         - 16  # NDRPDR sel
218         - 17  # NDRPDR sel
219         - 18  # NDRPDR sel
220
221     plot-dpdk-throughput-latency-3n-hsw:
222       csit-dpdk-perf-verify-1901-3n-hsw:
223         - 13  # NDRPDR sel
224         - 14  # NDRPDR sel
225         - 16  # NDRPDR sel
226         - 17  # NDRPDR sel
227         - 18  # NDRPDR sel
228         - 19  # NDRPDR sel
229         - 20  # NDRPDR sel
230         - 21  # NDRPDR sel
231         - 22  # NDRPDR sel
232         - 23  # NDRPDR sel
233
234     # 3n-skx
235
236     plot-vpp-throughput-latency-3n-skx:
237       csit-vpp-perf-verify-1901-3n-skx:
238         - 18  # NDRPDR sel
239         - 19  # NDRPDR sel
240         - 20  # NDRPDR sel
241         - 28  # NDRPDR sel
242         - 31  # NDRPDR sel
243         - 33  # NDRPDR sel
244         - 36  # NDRPDR sel
245         - 38  # NDRPDR sel
246         - 47  # NDRPDR sel
247         - 48  # NDRPDR sel
248         - 54  # NDRPDR LB
249         - 57  # NDRPDR LB
250         - 58  # NDRPDR LB
251         - 59  # NDRPDR LB
252         - 60  # NDRPDR LB
253
254     plot-throughput-speedup-analysis-3n-skx:
255       csit-vpp-perf-verify-1901-3n-skx:
256         - 18  # NDRPDR sel
257         - 19  # NDRPDR sel
258         - 20  # NDRPDR sel
259         - 28  # NDRPDR sel
260         - 31  # NDRPDR sel
261         - 33  # NDRPDR sel
262         - 36  # NDRPDR sel
263         - 38  # NDRPDR sel
264         - 47  # NDRPDR sel
265         - 48  # NDRPDR sel
266         - 54  # NDRPDR LB
267         - 57  # NDRPDR LB
268         - 58  # NDRPDR LB
269         - 59  # NDRPDR LB
270         - 60  # NDRPDR LB
271
272     plot-dpdk-throughput-latency-3n-skx:
273       csit-dpdk-perf-verify-1901-3n-skx:
274         - 3   # NDRPDR sel
275         - 5   # NDRPDR sel
276         - 6   # NDRPDR sel
277         - 7   # NDRPDR sel
278         - 8   # NDRPDR sel
279         - 9   # NDRPDR sel
280         - 10  # NDRPDR sel
281         - 11  # NDRPDR sel
282         - 12  # NDRPDR sel
283         - 13  # NDRPDR sel
284
285     # 2n-skx
286
287     plot-vpp-throughput-latency-2n-skx:
288       csit-vpp-perf-verify-1901-2n-skx:
289         - 5   # NDRPDR sel
290         - 12  # NDRPDR sel
291         - 13  # NDRPDR sel
292         - 21  # NDRPDR sel
293         - 23  # NDRPDR sel
294         - 31  # NDRPDR sel
295         - 34  # NDRPDR sel
296         - 40  # NDRPDR sel
297         - 42  # NDRPDR sel
298         - 43  # NDRPDR sel
299
300     plot-throughput-speedup-analysis-2n-skx:
301       csit-vpp-perf-verify-1901-2n-skx:
302         - 5   # NDRPDR sel
303         - 12  # NDRPDR sel
304         - 13  # NDRPDR sel
305         - 21  # NDRPDR sel
306         - 23  # NDRPDR sel
307         - 31  # NDRPDR sel
308         - 34  # NDRPDR sel
309         - 40  # NDRPDR sel
310         - 42  # NDRPDR sel
311         - 43  # NDRPDR sel
312
313     plot-vpp-soak-2n-skx:
314       csit-vpp-perf-verify-1901-2n-skx:
315         - 45  # SOAK sel
316
317     plot-vpp-nfv-2n-skx:
318       # TODO: Add new data
319       csit-vpp-perf-verify-1901-2n-skx:
320         - 28  # NFV NDRPDR
321         - 29  # NFV NDRPDR
322         - 32  # NFV NDRPDR
323         - 39  # NFV NDRPDR
324         - 46  # NFV NDRPDR
325
326     plot-vpp-nfv-2n-skx-mrr:
327       # TODO: Add new data
328       csit-vpp-perf-verify-1901-2n-skx:
329         - 24  # NFV MRR
330         - 26  # NFV MRR
331         - 27  # NFV MRR
332         - 35  # NFV MRR
333         - 37  # NFV MRR
334
335     plot-dpdk-throughput-latency-2n-skx:
336       csit-dpdk-perf-verify-1901-2n-skx:
337         - 12  # NDRPDR sel
338         - 13  # NDRPDR sel
339         - 14  # NDRPDR sel
340         - 15  # NDRPDR sel
341         - 16  # NDRPDR sel
342         - 17  # NDRPDR sel
343         - 18  # NDRPDR sel
344         - 19  # NDRPDR sel
345         - 20  # NDRPDR sel
346         - 21  # NDRPDR sel
347
348     # 3rd party
349
350     # Denverton:
351     intel-dnv-vpp:
352       # Not used
353       intel-dnv-vpp-release-1810:
354         - 1
355
356     ###########################################################################
357     # Simple tables (only one data set):
358
359     # NIC Comparisons
360
361     vpp-nic-comparison-3n-hsw:
362       csit-vpp-perf-verify-1901-3n-hsw:
363         - 10  # NDRPDR sel
364         - 19  # NDRPDR sel
365         - 31  # NDRPDR sel
366         - 36  # NDRPDR sel
367         - 40  # NDRPDR sel
368         - 42  # NDRPDR sel
369         - 44  # NDRPDR sel
370         - 46  # NDRPDR sel
371         - 47  # NDRPDR sel
372         - 48  # NDRPDR sel
373         - 61  # NDRPDR LB
374         - 62  # NDRPDR LB
375         - 63  # NDRPDR LB
376         - 64  # NDRPDR LB
377         - 65  # NDRPDR LB
378         - 66  # NDRPDR LB
379         - 67  # NDRPDR LB
380         - 69  # NDRPDR LB
381         - 70  # NDRPDR LB
382         - 71  # NDRPDR LB
383
384     vpp-nic-comparison-3n-skx:
385       csit-vpp-perf-verify-1901-3n-skx:
386         - 18  # NDRPDR sel
387         - 19  # NDRPDR sel
388         - 20  # NDRPDR sel
389         - 28  # NDRPDR sel
390         - 31  # NDRPDR sel
391         - 33  # NDRPDR sel
392         - 36  # NDRPDR sel
393         - 38  # NDRPDR sel
394         - 47  # NDRPDR sel
395         - 48  # NDRPDR sel
396         - 54  # NDRPDR LB
397         - 57  # NDRPDR LB
398         - 58  # NDRPDR LB
399         - 59  # NDRPDR LB
400         - 60  # NDRPDR LB
401
402     vpp-nic-comparison-2n-skx:
403       csit-vpp-perf-verify-1901-2n-skx:
404         - 5   # NDRPDR sel
405         - 12  # NDRPDR sel
406         - 13  # NDRPDR sel
407         - 21  # NDRPDR sel
408         - 23  # NDRPDR sel
409         - 31  # NDRPDR sel
410         - 34  # NDRPDR sel
411         - 40  # NDRPDR sel
412         - 42  # NDRPDR sel
413         - 43  # NDRPDR sel
414
415     vpp-nic-comparison-3n-hsw-mrr:
416       csit-vpp-perf-verify-1901-3n-hsw:
417         - 35  # MRR sel
418
419     vpp-nic-comparison-3n-skx-mrr:
420       csit-vpp-perf-verify-1901-3n-skx:
421         - 32  # MRR sel
422
423     vpp-nic-comparison-2n-skx-mrr:
424       csit-vpp-perf-verify-1901-2n-skx:
425         - 22  # MRR sel
426
427     # Results
428
429     vpp-perf-results-3n-hsw:
430       csit-vpp-perf-verify-1901-3n-hsw:
431         - 38  # NDRPDR full
432         - 43  # NDRPDR full
433         - 45  # NDRPDR full
434         - 49  # NDRPDR full
435
436     vpp-perf-results-3n-skx:
437       csit-vpp-perf-verify-1901-3n-skx:
438         - 37  # NDRPDR full
439         - 39  # NDRPDR full
440         - 40  # NDRPDR full
441         - 49  # NDRPDR full
442
443     vpp-perf-results-2n-skx:
444       csit-vpp-perf-verify-1901-2n-skx:
445         - 25  # NDRPDR full
446         - 30  # NDRPDR full
447         - 33  # NDRPDR full
448         - 44  # NDRPDR full
449
450     vpp-mrr-results-3n-hsw:
451       csit-vpp-perf-verify-1901-3n-hsw:
452         - 35  # MRR sel
453
454     vpp-mrr-results-3n-skx:
455       csit-vpp-perf-verify-1901-3n-skx:
456         - 32  # MRR sel
457
458     vpp-mrr-results-2n-skx:
459       csit-vpp-perf-verify-1901-2n-skx:
460         - 22  # MRR sel
461
462     vpp-func-results-ubuntu:
463       csit-vpp-functional-1901-ubuntu1604-virl:
464         - 48
465
466     vpp-func-results-centos:
467       csit-vpp-functional-1901-centos7-virl:
468         - 50
469
470     vpp-device-results-ubuntu:
471       csit-vpp-device-1901-ubuntu1804-1n-skx:
472         - 49
473
474     # VPP Ligato
475     ligato-perf-results-3n-hsw:
476       csit-ligato-perf-verify-1901-3n-hsw:
477         - 10  # NDRPDR full
478
479     dpdk-perf-results-3n-hsw:
480       csit-dpdk-perf-verify-1901-3n-hsw:
481         - 20  # NDRPDR sel
482
483     dpdk-perf-results-3n-skx:
484       csit-dpdk-perf-verify-1901-3n-skx:
485         - 13  # NDRPDR sel
486
487     dpdk-perf-results-2n-skx:
488       csit-dpdk-perf-verify-1901-2n-skx:
489         - 21  # NDRPDR sel
490
491     # HoneyComb Functional
492     hc-func-results:
493       csit-hc2vpp-verify-func-1901-ubuntu1604:
494         - 3
495
496     # NSH SFC Functional
497     nsh-func-results:
498       # Not used
499       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
500         - 1
501
502     # DMM Functional
503     dmm-func-results:
504       csit-dmm-functional-1901-ubuntu1604-virl:
505         - 2
506
507     ###########################################################################
508     # Tables (more than one data set)
509
510     # Performance changes
511
512     vpp-performance-changes-3n-hsw-h1:
513       csit-vpp-perf-verify-1807-3n-hsw:
514         - 11  # NDRPDR full 1
515         - 22  # NDRPDR full 2
516         - 45  # NDRPDR full 3
517         - 46  # NDRPDR full 4
518         - 15  # NDRPDR sel
519         - 16  # NDRPDR sel
520         - 19  # NDRPDR sel
521         - 18  # NDRPDR sel
522         - 20  # NDRPDR sel
523         - 38  # NDRPDR sel
524         - 40  # NDRPDR sel
525         - 44  # NDRPDR sel
526         - 47  # NDRPDR sel
527     vpp-performance-changes-3n-hsw-ref:
528       csit-vpp-perf-verify-1810-3n-hsw:
529         - 8   # NDRPDR sel
530         - 12  # NDRPDR sel
531         - 14  # NDRPDR sel
532         - 18  # NDRPDR sel
533         - 23  # NDRPDR sel
534         - 25  # NDRPDR sel
535         - 38  # NDRPDR sel
536         - 39  # NDRPDR sel
537         - 41  # NDRPDR sel
538         - 42  # NDRPDR sel
539     vpp-performance-changes-3n-hsw-cmp:
540       csit-vpp-perf-verify-1901-3n-hsw:
541         - 10  # NDRPDR sel
542         - 19  # NDRPDR sel
543         - 31  # NDRPDR sel
544         - 36  # NDRPDR sel
545         - 40  # NDRPDR sel
546         - 42  # NDRPDR sel
547         - 44  # NDRPDR sel
548         - 46  # NDRPDR sel
549         - 47  # NDRPDR sel
550         - 48  # NDRPDR sel
551         - 61  # NDRPDR LB
552         - 62  # NDRPDR LB
553         - 63  # NDRPDR LB
554         - 64  # NDRPDR LB
555         - 65  # NDRPDR LB
556         - 66  # NDRPDR LB
557         - 67  # NDRPDR LB
558         - 69  # NDRPDR LB
559         - 70  # NDRPDR LB
560         - 71  # NDRPDR LB
561     vpp-performance-changes-3n-hsw:
562       - "vpp-performance-changes-3n-hsw-h1"
563       - "vpp-performance-changes-3n-hsw-ref"
564       - "vpp-performance-changes-3n-hsw-cmp"
565
566     vpp-performance-changes-3n-skx-h1:
567       csit-vpp-perf-verify-1807-3n-skx:
568         - 33  # NDRPDR sel
569         - 35  # NDRPDR sel
570         - 37  # NDRPDR sel
571         - 38  # NDRPDR sel
572         - 39  # NDRPDR sel
573         - 43  # NDRPDR sel
574         - 44  # NDRPDR sel
575         - 49  # NDRPDR sel
576         - 50  # NDRPDR sel
577         - 56  # NDRPDR sel
578     vpp-performance-changes-3n-skx-ref:
579       csit-vpp-perf-verify-1810-3n-skx:
580         - 10  # NDRPDR sel
581         - 14  # NDRPDR sel
582         - 15  # NDRPDR sel
583         - 16  # NDRPDR sel
584         - 17  # NDRPDR sel
585         - 19  # NDRPDR sel
586         - 20  # NDRPDR sel
587         - 21  # NDRPDR sel
588         - 22  # NDRPDR sel
589         - 25  # NDRPDR sel
590     vpp-performance-changes-3n-skx-cmp:
591       csit-vpp-perf-verify-1901-3n-skx:
592         - 18  # NDRPDR sel
593         - 19  # NDRPDR sel
594         - 20  # NDRPDR sel
595         - 28  # NDRPDR sel
596         - 31  # NDRPDR sel
597         - 33  # NDRPDR sel
598         - 36  # NDRPDR sel
599         - 38  # NDRPDR sel
600         - 47  # NDRPDR sel
601         - 48  # NDRPDR sel
602         - 54  # NDRPDR LB
603         - 57  # NDRPDR LB
604         - 58  # NDRPDR LB
605         - 59  # NDRPDR LB
606         - 60  # NDRPDR LB
607     vpp-performance-changes-3n-skx:
608       - "vpp-performance-changes-3n-skx-h1"
609       - "vpp-performance-changes-3n-skx-ref"
610       - "vpp-performance-changes-3n-skx-cmp"
611
612     vpp-performance-changes-2n-skx-h1:
613       csit-vpp-perf-verify-1807-2n-skx:
614         - 26  # NDRPDR sel
615         - 28  # NDRPDR sel
616         - 29  # NDRPDR sel
617         - 30  # NDRPDR sel
618         - 34  # NDRPDR sel
619         - 35  # NDRPDR sel
620         - 36  # NDRPDR sel
621         - 39  # NDRPDR sel
622         - 40  # NDRPDR sel
623         - 42  # NDRPDR sel
624     vpp-performance-changes-2n-skx-ref:
625       csit-vpp-perf-verify-1810-2n-skx:
626         - 9   # NDRPDR sel
627         - 13  # NDRPDR sel
628         - 14  # NDRPDR sel
629         - 19  # NDRPDR sel
630         - 20  # NDRPDR sel
631         - 21  # NDRPDR sel
632         - 22  # NDRPDR sel
633         - 23  # NDRPDR sel
634         - 24  # NDRPDR sel
635         - 27  # NDRPDR sel
636     vpp-performance-changes-2n-skx-cmp:
637       csit-vpp-perf-verify-1901-2n-skx:
638         - 5   # NDRPDR sel
639         - 12  # NDRPDR sel
640         - 13  # NDRPDR sel
641         - 21  # NDRPDR sel
642         - 23  # NDRPDR sel
643         - 31  # NDRPDR sel
644         - 34  # NDRPDR sel
645         - 40  # NDRPDR sel
646         - 42  # NDRPDR sel
647         - 43  # NDRPDR sel
648     vpp-performance-changes-2n-skx:
649       - "vpp-performance-changes-2n-skx-h1"
650       - "vpp-performance-changes-2n-skx-ref"
651       - "vpp-performance-changes-2n-skx-cmp"
652
653     vpp-performance-changes-3n-hsw-mrr-h1:
654       csit-vpp-perf-verify-1807-3n-hsw:
655         - 8   # MRR full
656         - 9   # MRR sel
657         - 21  # MRR sel
658         - 31  # MRR sel
659         - 33  # MRR sel
660         - 36  # MRR sel
661         - 41  # MRR sel
662         - 42  # MRR sel
663         - 48  # MRR sel
664     vpp-performance-changes-3n-hsw-mrr-ref:
665       csit-vpp-perf-verify-1810-3n-hsw:
666         - 9   # MRR sel
667     vpp-performance-changes-3n-hsw-mrr-cmp:
668       csit-vpp-perf-verify-1901-3n-hsw:
669         - 35  # MRR sel
670     vpp-performance-changes-3n-hsw-mrr:
671       - "vpp-performance-changes-3n-hsw-mrr-h1"
672       - "vpp-performance-changes-3n-hsw-mrr-ref"
673       - "vpp-performance-changes-3n-hsw-mrr-cmp"
674
675     vpp-performance-changes-3n-skx-mrr-h1:
676       csit-vpp-perf-verify-1807-3n-skx:
677         - 28  # MRR sel
678         - 32  # MRR sel
679         - 36  # MRR sel
680         - 42  # MRR sel
681         - 47  # MRR sel
682         - 48  # MRR sel
683         - 51  # MRR sel
684         - 52  # MRR sel
685         - 53  # MRR sel
686         - 54  # MRR sel
687     vpp-performance-changes-3n-skx-mrr-ref:
688       csit-vpp-perf-verify-1810-3n-skx:
689         - 9   # MRR sel
690         - 11  # MRR sel
691         - 12  # MRR sel
692         - 13  # MRR sel
693     vpp-performance-changes-3n-skx-mrr-cmp:
694       csit-vpp-perf-verify-1901-3n-skx:
695         - 32  # MRR sel
696     vpp-performance-changes-3n-skx-mrr:
697       - "vpp-performance-changes-3n-skx-mrr-h1"
698       - "vpp-performance-changes-3n-skx-mrr-ref"
699       - "vpp-performance-changes-3n-skx-mrr-cmp"
700
701     vpp-performance-changes-2n-skx-mrr-h1:
702       csit-vpp-perf-verify-1807-2n-skx:
703         - 31  # MRR sel
704         - 33  # MRR sel
705         - 37  # MRR sel
706         - 38  # MRR sel
707         - 41  # MRR sel
708         - 43  # MRR sel
709         - 44  # MRR sel
710         - 45  # MRR sel
711         - 46  # MRR sel
712         - 47  # MRR sel
713     vpp-performance-changes-2n-skx-mrr-ref:
714       csit-vpp-perf-verify-1810-2n-skx:
715         - 8   # MRR sel
716         - 10  # MRR sel
717         - 11  # MRR sel
718         - 12  # MRR sel
719     vpp-performance-changes-2n-skx-mrr-cmp:
720       csit-vpp-perf-verify-1901-2n-skx:
721         - 22  # MRR sel
722     vpp-performance-changes-2n-skx-mrr:
723       - "vpp-performance-changes-2n-skx-mrr-h1"
724       - "vpp-performance-changes-2n-skx-mrr-ref"
725       - "vpp-performance-changes-2n-skx-mrr-cmp"
726
727     dpdk-performance-changes-3n-hsw-h1:
728       csit-dpdk-perf-verify-1807-3n-hsw:
729         - 11
730         - 12  # full
731         - 14
732         - 15
733         - 16
734         - 17
735         - 20
736         - 21
737         - 22
738         - 23
739     dpdk-performance-changes-3n-hsw-ref:
740       csit-dpdk-perf-verify-1810-3n-hsw:
741         - 1   # NDRPDR sel
742         - 2   # NDRPDR sel
743         - 3   # NDRPDR sel
744         - 4   # NDRPDR sel
745         - 5   # NDRPDR sel
746         - 6   # NDRPDR sel
747         - 7   # NDRPDR sel
748         - 8   # NDRPDR sel
749         - 9   # NDRPDR sel
750         - 10  # NDRPDR sel
751     dpdk-performance-changes-3n-hsw-cmp:
752       csit-dpdk-perf-verify-1901-3n-hsw:
753         - 13  # NDRPDR sel
754         - 14  # NDRPDR sel
755         - 16  # NDRPDR sel
756         - 17  # NDRPDR sel
757         - 18  # NDRPDR sel
758         - 19  # NDRPDR sel
759         - 20  # NDRPDR sel
760         - 21  # NDRPDR sel
761         - 22  # NDRPDR sel
762         - 23  # NDRPDR sel
763     dpdk-performance-changes-3n-hsw:
764       - "dpdk-performance-changes-3n-hsw-h1"
765       - "dpdk-performance-changes-3n-hsw-ref"
766       - "dpdk-performance-changes-3n-hsw-cmp"
767
768     dpdk-performance-changes-3n-skx-h1:
769       csit-dpdk-perf-verify-1807-3n-skx:
770         - 1   # NDRPDR sel
771         - 2   # NDRPDR sel
772         - 3   # NDRPDR sel
773         - 6   # NDRPDR sel
774         - 7   # NDRPDR sel
775         - 8   # NDRPDR sel
776         - 9   # NDRPDR sel
777         - 10  # NDRPDR sel
778         - 11  # NDRPDR sel
779         - 12  # NDRPDR sel
780     dpdk-performance-changes-3n-skx-ref:
781       csit-dpdk-perf-verify-1810-3n-skx:
782         - 3   # NDRPDR sel
783         - 4   # NDRPDR sel
784         - 6   # NDRPDR sel
785         - 7   # NDRPDR sel
786         - 8   # NDRPDR sel
787         - 9   # NDRPDR sel
788         - 10  # NDRPDR sel
789         - 11  # NDRPDR sel
790         - 12  # NDRPDR sel
791         - 13  # NDRPDR sel
792     dpdk-performance-changes-3n-skx-cmp:
793       csit-dpdk-perf-verify-1901-3n-skx:
794         - 3   # NDRPDR sel
795         - 5   # NDRPDR sel
796         - 6   # NDRPDR sel
797         - 7   # NDRPDR sel
798         - 8   # NDRPDR sel
799         - 9   # NDRPDR sel
800         - 10  # NDRPDR sel
801         - 11  # NDRPDR sel
802         - 12  # NDRPDR sel
803         - 13  # NDRPDR sel
804     dpdk-performance-changes-3n-skx:
805       - "dpdk-performance-changes-3n-skx-h1"
806       - "dpdk-performance-changes-3n-skx-ref"
807       - "dpdk-performance-changes-3n-skx-cmp"
808
809     dpdk-performance-changes-2n-skx-ref:
810       csit-dpdk-perf-verify-1810-2n-skx:
811         - 3   # NDRPDR sel
812         - 4   # NDRPDR sel
813         - 5   # NDRPDR sel
814         - 7   # NDRPDR sel
815         - 8   # NDRPDR sel
816         - 9   # NDRPDR sel
817         - 10  # NDRPDR sel
818         - 11  # NDRPDR sel
819         - 12  # NDRPDR sel
820         - 13  # NDRPDR sel
821     dpdk-performance-changes-2n-skx-cmp:
822       csit-dpdk-perf-verify-1901-2n-skx:
823         - 12  # NDRPDR sel
824         - 13  # NDRPDR sel
825         - 14  # NDRPDR sel
826         - 15  # NDRPDR sel
827         - 16  # NDRPDR sel
828         - 17  # NDRPDR sel
829         - 18  # NDRPDR sel
830         - 19  # NDRPDR sel
831         - 20  # NDRPDR sel
832         - 21  # NDRPDR sel
833     dpdk-performance-changes-2n-skx:
834       - "dpdk-performance-changes-2n-skx-ref"
835       - "dpdk-performance-changes-2n-skx-cmp"
836
837     # Compare testbeds
838
839     vpp-compare-testbeds-ref:
840       csit-vpp-perf-verify-1901-3n-hsw:
841         - 10  # NDRPDR sel
842         - 19  # NDRPDR sel
843         - 31  # NDRPDR sel
844         - 36  # NDRPDR sel
845         - 40  # NDRPDR sel
846         - 42  # NDRPDR sel
847         - 44  # NDRPDR sel
848         - 46  # NDRPDR sel
849         - 47  # NDRPDR sel
850         - 48  # NDRPDR sel
851         - 61  # NDRPDR LB
852         - 62  # NDRPDR LB
853         - 63  # NDRPDR LB
854         - 64  # NDRPDR LB
855         - 65  # NDRPDR LB
856         - 66  # NDRPDR LB
857         - 67  # NDRPDR LB
858         - 69  # NDRPDR LB
859         - 70  # NDRPDR LB
860         - 71  # NDRPDR LB
861     vpp-compare-testbeds-cmp:
862       csit-vpp-perf-verify-1901-3n-skx:
863         - 18  # NDRPDR sel
864         - 19  # NDRPDR sel
865         - 20  # NDRPDR sel
866         - 28  # NDRPDR sel
867         - 31  # NDRPDR sel
868         - 33  # NDRPDR sel
869         - 36  # NDRPDR sel
870         - 38  # NDRPDR sel
871         - 47  # NDRPDR sel
872         - 48  # NDRPDR sel
873         - 54  # NDRPDR LB
874         - 57  # NDRPDR LB
875         - 58  # NDRPDR LB
876         - 59  # NDRPDR LB
877         - 60  # NDRPDR LB
878     vpp-compare-testbeds:
879       - "vpp-compare-testbeds-ref"
880       - "vpp-compare-testbeds-cmp"
881
882     vpp-compare-testbeds-mrr-ref:
883       csit-vpp-perf-verify-1901-3n-hsw:
884         - 35  # MRR sel
885     vpp-compare-testbeds-mrr-cmp:
886       csit-vpp-perf-verify-1901-3n-skx:
887         - 32  # MRR sel
888     vpp-compare-testbeds-mrr:
889       - "vpp-compare-testbeds-mrr-ref"
890       - "vpp-compare-testbeds-mrr-cmp"
891
892     dpdk-compare-testbeds-ref:
893       csit-dpdk-perf-verify-1901-3n-hsw:
894         - 13  # NDRPDR sel
895         - 14  # NDRPDR sel
896         - 16  # NDRPDR sel
897         - 17  # NDRPDR sel
898         - 18  # NDRPDR sel
899         - 19  # NDRPDR sel
900         - 20  # NDRPDR sel
901         - 21  # NDRPDR sel
902         - 22  # NDRPDR sel
903         - 23  # NDRPDR sel
904     dpdk-compare-testbeds-cmp:
905       csit-dpdk-perf-verify-1901-3n-skx:
906         - 3   # NDRPDR sel
907         - 5   # NDRPDR sel
908         - 6   # NDRPDR sel
909         - 7   # NDRPDR sel
910         - 8   # NDRPDR sel
911         - 9   # NDRPDR sel
912         - 10  # NDRPDR sel
913         - 11  # NDRPDR sel
914         - 12  # NDRPDR sel
915         - 13  # NDRPDR sel
916     dpdk-compare-testbeds:
917       - "dpdk-compare-testbeds-ref"
918       - "dpdk-compare-testbeds-cmp"
919
920     # Compare topologies
921
922     vpp-compare-topologies-ref:
923       csit-vpp-perf-verify-1901-3n-skx:
924         - 18  # NDRPDR sel
925         - 19  # NDRPDR sel
926         - 20  # NDRPDR sel
927         - 28  # NDRPDR sel
928         - 31  # NDRPDR sel
929         - 33  # NDRPDR sel
930         - 36  # NDRPDR sel
931         - 38  # NDRPDR sel
932         - 47  # NDRPDR sel
933         - 48  # NDRPDR sel
934     vpp-compare-topologies-cmp:
935       csit-vpp-perf-verify-1901-2n-skx:
936         - 5   # NDRPDR sel
937         - 12  # NDRPDR sel
938         - 13  # NDRPDR sel
939         - 21  # NDRPDR sel
940         - 23  # NDRPDR sel
941         - 31  # NDRPDR sel
942         - 34  # NDRPDR sel
943         - 40  # NDRPDR sel
944         - 42  # NDRPDR sel
945         - 43  # NDRPDR sel
946     vpp-compare-topologies:
947       - "vpp-compare-topologies-ref"
948       - "vpp-compare-topologies-cmp"
949
950     vpp-compare-topologies-mrr-ref:
951       csit-vpp-perf-verify-1901-3n-skx:
952         - 32  # MRR sel
953     vpp-compare-topologies-mrr-cmp:
954       csit-vpp-perf-verify-1901-2n-skx:
955         - 22  # MRR sel
956     vpp-compare-topologies-mrr:
957       - "vpp-compare-topologies-mrr-ref"
958       - "vpp-compare-topologies-mrr-cmp"
959
960     dpdk-compare-topologies-ref:
961       csit-dpdk-perf-verify-1901-3n-skx:
962         - 3   # NDRPDR sel
963         - 5   # NDRPDR sel
964         - 6   # NDRPDR sel
965         - 7   # NDRPDR sel
966         - 8   # NDRPDR sel
967         - 9   # NDRPDR sel
968         - 10  # NDRPDR sel
969         - 11  # NDRPDR sel
970         - 12  # NDRPDR sel
971         - 13  # NDRPDR sel
972     dpdk-compare-topologies-cmp:
973       csit-dpdk-perf-verify-1901-2n-skx:
974         - 12  # NDRPDR sel
975         - 13  # NDRPDR sel
976         - 14  # NDRPDR sel
977         - 15  # NDRPDR sel
978         - 16  # NDRPDR sel
979         - 17  # NDRPDR sel
980         - 18  # NDRPDR sel
981         - 19  # NDRPDR sel
982         - 20  # NDRPDR sel
983         - 21  # NDRPDR sel
984     dpdk-compare-topologies:
985       - "dpdk-compare-topologies-ref"
986       - "dpdk-compare-topologies-cmp"
987
988   plot-layouts:
989
990     plot-soak-throughput:
991       titlefont:
992         size: 18
993       xaxis:
994         title: "<b>Test Cases [Index]</b>"
995         titlefont:
996           size: 16
997         autorange: True
998         fixedrange: False
999         gridcolor: "rgb(230, 230, 230)"
1000         linecolor: "rgb(220, 220, 220)"
1001         linewidth: 1
1002         showgrid: True
1003         showline: True
1004         showticklabels: True
1005         tickcolor: "rgb(220, 220, 220)"
1006         tickmode: "linear"
1007         tickfont:
1008           size: 16
1009         zeroline: False
1010       yaxis:
1011         title: "<b>Packet Throughput [Mpps]</b>"
1012         titlefont:
1013           size: 16
1014         gridcolor: "rgb(230, 230, 230)"
1015         hoverformat: ".4s"
1016         tickformat: ".3s"
1017         linecolor: "rgb(220, 220, 220)"
1018         linewidth: 1
1019         showgrid: True
1020         showline: True
1021         showticklabels: True
1022         tickcolor: "rgb(220, 220, 220)"
1023         tickfont:
1024           size: 16
1025         zeroline: False
1026         range: [0,50]
1027       autosize: False
1028       margin:
1029         t: 50
1030         b: 0
1031         l: 80
1032         r: 20
1033       showlegend: True
1034       legend:
1035         orientation: "h"
1036         font:
1037           size: 16
1038       width: 700
1039       height: 900
1040
1041     plot-service-density:
1042       titlefont:
1043         size: 18
1044       xaxis:
1045         side: "top"
1046         autorange: True
1047         fixedrange: False
1048         showgrid: False
1049         showline: False
1050         showticklabels: False
1051         ticks: ""
1052         ticklen: 0
1053         tickwidth: 0
1054         zeroline: False
1055       yaxis:
1056         autorange: "reversed"
1057         showgrid: False
1058         showline: False
1059         showticklabels: False
1060         ticks: ""
1061         ticklen: 0
1062         tickwidth: 0
1063         zeroline: False
1064       autosize: True
1065       showlegend: False
1066       width: 700
1067       height: 700
1068
1069     plot-cps:
1070       titlefont:
1071         size: 18
1072       xaxis:
1073         title: "<b>Test Cases [Index]</b>"
1074         titlefont:
1075           size: 16
1076         autorange: True
1077         fixedrange: False
1078         gridcolor: "rgb(230, 230, 230)"
1079         linecolor: "rgb(220, 220, 220)"
1080         linewidth: 1
1081         showgrid: True
1082         showline: True
1083         showticklabels: True
1084         tickcolor: "rgb(220, 220, 220)"
1085         tickmode: "linear"
1086         tickfont:
1087           size: 16
1088         zeroline: False
1089       yaxis:
1090         title: "<b>Connections Per Second [cps]</b>"
1091         titlefont:
1092           size: 16
1093         gridcolor: "rgb(230, 230, 230)"
1094         hoverformat: ".4s"
1095         linecolor: "rgb(220, 220, 220)"
1096         linewidth: 1
1097         rangemode: "tozero"
1098         showgrid: True
1099         showline: True
1100         showticklabels: True
1101         tickcolor: "rgb(220, 220, 220)"
1102         tickformat: ".3s"
1103         tickfont:
1104           size: 16
1105         zeroline: False
1106       boxmode: "group"
1107       boxgroupgap: 0.5
1108       autosize: False
1109       margin:
1110         t: 50
1111         b: 20
1112         l: 80
1113         r: 20
1114       showlegend: True
1115       legend:
1116         orientation: "h"
1117         font:
1118           size: 16
1119       width: 700
1120       height: 800
1121
1122     plot-rps:
1123       titlefont:
1124         size: 18
1125       xaxis:
1126         title: "<b>Test Cases [Index]</b>"
1127         titlefont:
1128           size: 16
1129         autorange: True
1130         fixedrange: False
1131         gridcolor: "rgb(230, 230, 230)"
1132         linecolor: "rgb(220, 220, 220)"
1133         linewidth: 1
1134         showgrid: True
1135         showline: True
1136         showticklabels: True
1137         tickcolor: "rgb(220, 220, 220)"
1138         tickmode: "linear"
1139         tickfont:
1140           size: 16
1141         zeroline: False
1142       yaxis:
1143         title: "<b>Requests Per Second [rps]</b>"
1144         titlefont:
1145           size: 16
1146         gridcolor: "rgb(230, 230, 230)"
1147         hoverformat: ".4s"
1148         linecolor: "rgb(220, 220, 220)"
1149         linewidth: 1
1150         rangemode: "tozero"
1151         showgrid: True
1152         showline: True
1153         showticklabels: True
1154         tickcolor: "rgb(230, 230, 230)"
1155         tickformat: ".3s"
1156         tickfont:
1157           size: 16
1158         zeroline: False
1159       boxmode: "group"
1160       boxgroupgap: 0.5
1161       autosize: False
1162       margin:
1163         t: 50
1164         b: 20
1165         l: 80
1166         r: 20
1167       showlegend: True
1168       legend:
1169         orientation: "h"
1170         font:
1171           size: 16
1172       width: 700
1173       height: 800
1174
1175     plot-throughput:
1176       titlefont:
1177         size: 18
1178       xaxis:
1179         title: "<b>Test Cases [Index]</b>"
1180         titlefont:
1181           size: 16
1182         autorange: True
1183         fixedrange: False
1184         gridcolor: "rgb(230, 230, 230)"
1185         linecolor: "rgb(220, 220, 220)"
1186         linewidth: 1
1187         showgrid: True
1188         showline: True
1189         showticklabels: True
1190         tickcolor: "rgb(220, 220, 220)"
1191         tickmode: "linear"
1192         tickfont:
1193           size: 16
1194         zeroline: False
1195       yaxis:
1196         title: "<b>Packet Throughput [Mpps]</b>"
1197         titlefont:
1198           size: 16
1199         gridcolor: "rgb(230, 230, 230)"
1200         hoverformat: ".4s"
1201         tickformat: ".3s"
1202         linecolor: "rgb(220, 220, 220)"
1203         linewidth: 1
1204         showgrid: True
1205         showline: True
1206         showticklabels: True
1207         tickcolor: "rgb(220, 220, 220)"
1208         tickfont:
1209           size: 16
1210         zeroline: False
1211         range: [0,50]
1212       boxmode: "group"
1213       boxgroupgap: 0.5
1214       autosize: False
1215       margin:
1216         t: 50
1217         b: 0
1218         l: 80
1219         r: 20
1220       showlegend: True
1221       legend:
1222         orientation: "h"
1223         font:
1224           size: 16
1225       width: 700
1226       height: 900
1227
1228     plot-throughput-speedup-analysis:
1229       titlefont:
1230         size: 18
1231       xaxis:
1232         title: "<b>Number of Cores [Qty]</b>"
1233         titlefont:
1234           size: 16
1235         autorange: True
1236         fixedrange: False
1237         gridcolor: "rgb(230, 230, 230)"
1238         linecolor: "rgb(220, 220, 220)"
1239         linewidth: 1
1240         showgrid: True
1241         showline: True
1242         showticklabels: True
1243         tickcolor: "rgb(238, 238, 238)"
1244         tickmode: "linear"
1245         tickfont:
1246           size: 16
1247         zeroline: False
1248       yaxis:
1249         title: "<b>Packet Throughput [Mpps]</b>"
1250         titlefont:
1251           size: 16
1252         type: "linear"
1253         gridcolor: "rgb(230, 230, 230)"
1254         hoverformat: ".4s"
1255         linecolor: "rgb(220, 220, 220)"
1256         linewidth: 1
1257         showgrid: True
1258         showline: True
1259         showticklabels: True
1260         tickcolor: "rgb(220, 220, 220)"
1261         tickformat: ".4s"
1262         tickfont:
1263           size: 16
1264         zeroline: True
1265         rangemode: "tozero"
1266         range: [0,100]
1267       legend:
1268         orientation: "h"
1269         font:
1270           size: 16
1271         xanchor: "left"
1272         yanchor: "top"
1273         x: 0
1274         y: -0.2
1275         bgcolor: "rgba(255, 255, 255, 0)"
1276         bordercolor: "rgba(255, 255, 255, 0)"
1277         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1278       autosize: False
1279       margin:
1280           't': 50
1281           'b': 150
1282           'l': 85
1283           'r': 10
1284       showlegend: True
1285       width: 700
1286       height: 700
1287       hoverlabel:
1288         namelength: -1
1289       annotations: [
1290         {
1291           text: "_ _          __          ...",
1292           align: "left",
1293           showarrow: False,
1294           xref: "paper",
1295           yref: "paper",
1296           xanchor: "left",
1297           yanchor: "top",
1298           x: 0,
1299           y: -0.13,
1300           font: {
1301             family: "Consolas, Courier New",
1302             size: 15
1303           },
1304         },
1305         {
1306           text: "    Perfect     Measured     Limit",
1307           align: "left",
1308           showarrow: False,
1309           xref: "paper",
1310           yref: "paper",
1311           xanchor: "left",
1312           yanchor: "top",
1313           x: 0,
1314           y: -0.15,
1315           font: {
1316             family: "Consolas, Courier New",
1317             size: 15
1318           },
1319         },
1320       ]
1321
1322     plot-latency:
1323       titlefont:
1324         size: 18
1325       xaxis:
1326         title: "<b>Direction</b>"
1327         titlefont:
1328           size: 16
1329         autorange: True
1330         fixedrange: False
1331         gridcolor: "rgb(230, 230, 230)"
1332         linecolor: "rgb(220, 220, 220)"
1333         linewidth: 1
1334         showgrid: True
1335         showline: True
1336         showticklabels: False
1337         tickcolor: "rgb(220, 220, 220)"
1338         tickmode: "linear"
1339         tickfont:
1340           size: 16
1341         zeroline: False
1342       yaxis:
1343         title: "<b>Packet Latency [uSec]</b>"
1344         titlefont:
1345           size: 16
1346         type: "linear"
1347         gridcolor: "rgb(230, 230, 230)"
1348         hoverformat: ".4s"
1349         linecolor: "rgb(220, 220, 220)"
1350         linewidth: 1
1351         showgrid: True
1352         showline: True
1353         showticklabels: True
1354         tickcolor: "rgb(220, 220, 220)"
1355         tickformat: ".4s"
1356         tickfont:
1357           size: 16
1358         zeroline: True
1359         rangemode: "tozero"
1360       legend:
1361         orientation: "h"
1362         font:
1363           size: 16
1364         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1365       autosize: False
1366       margin:
1367           't': 50
1368           'b': 150
1369           'l': 80
1370           'r': 10
1371       showlegend: True
1372       width: 700
1373       height: 700
1374       hoverlabel:
1375         namelength: -1
1376
1377 -
1378   type: "static"
1379   src-path: "{DIR[RST]}"
1380   dst-path: "{DIR[WORKING,SRC]}"
1381
1382 -
1383   type: "input"
1384   general:
1385     file-name: "robot-plugin.zip"
1386     file-format: ".zip"
1387     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1388     extract: "robot-plugin/output.xml"
1389
1390   builds:
1391
1392     # Not used
1393     intel-dnv-vpp-release-1810:
1394       - 1
1395
1396     csit-vpp-perf-verify-1807-3n-hsw:
1397       - 8   # MRR full
1398       - 9   # MRR sel
1399       - 21  # MRR sel
1400       - 31  # MRR sel
1401       - 33  # MRR sel
1402       - 36  # MRR sel
1403       - 41  # MRR sel
1404       - 42  # MRR sel
1405       - 48  # MRR sel
1406       - 11  # NDRPDR full 1
1407       - 22  # NDRPDR full 2
1408       - 45  # NDRPDR full 3
1409       - 46  # NDRPDR full 4
1410       - 15  # NDRPDR sel
1411       - 16  # NDRPDR sel
1412       - 19  # NDRPDR sel
1413       - 18  # NDRPDR sel
1414       - 20  # NDRPDR sel
1415       - 38  # NDRPDR sel
1416       - 40  # NDRPDR sel
1417       - 44  # NDRPDR sel
1418       - 47  # NDRPDR sel
1419     csit-vpp-perf-verify-1810-3n-hsw:
1420       - 9   # MRR sel
1421       - 20  # NDRPDR full
1422       - 21  # NDRPDR full
1423       - 22  # NDRPDR full
1424       - 27  # NDRPDR full
1425       - 8   # NDRPDR sel
1426       - 12  # NDRPDR sel
1427       - 14  # NDRPDR sel
1428       - 18  # NDRPDR sel
1429       - 23  # NDRPDR sel
1430       - 25  # NDRPDR sel
1431       - 38  # NDRPDR sel
1432       - 39  # NDRPDR sel
1433       - 41  # NDRPDR sel
1434       - 42  # NDRPDR sel
1435       - 28  # WRK
1436       - 29  # WRK
1437       - 30  # WRK
1438       - 31  # WRK
1439       - 32  # WRK
1440       - 33  # WRK
1441       - 34  # WRK
1442       - 35  # WRK
1443       - 36  # WRK
1444       - 37  # WRK
1445     csit-vpp-perf-verify-1901-3n-hsw:
1446       - 35  # MRR sel
1447       - 38  # NDRPDR full
1448       - 43  # NDRPDR full
1449       - 45  # NDRPDR full
1450       - 49  # NDRPDR full
1451       - 10  # NDRPDR sel
1452       - 19  # NDRPDR sel
1453       - 31  # NDRPDR sel
1454       - 36  # NDRPDR sel
1455       - 40  # NDRPDR sel
1456       - 42  # NDRPDR sel
1457       - 44  # NDRPDR sel
1458       - 46  # NDRPDR sel
1459       - 47  # NDRPDR sel
1460       - 48  # NDRPDR sel
1461       - 61  # NDRPDR LB
1462       - 62  # NDRPDR LB
1463       - 63  # NDRPDR LB
1464       - 64  # NDRPDR LB
1465       - 65  # NDRPDR LB
1466       - 66  # NDRPDR LB
1467       - 67  # NDRPDR LB
1468       - 69  # NDRPDR LB
1469       - 70  # NDRPDR LB
1470       - 71  # NDRPDR LB
1471     csit-vpp-perf-verify-1807-3n-skx:
1472       - 31  # MRR full
1473       - 28  # MRR sel
1474       - 32  # MRR sel
1475       - 36  # MRR sel
1476       - 42  # MRR sel
1477       - 47  # MRR sel
1478       - 48  # MRR sel
1479       - 51  # MRR sel
1480       - 52  # MRR sel
1481       - 53  # MRR sel
1482       - 54  # MRR sel
1483       - 40  # NDRPDR full 1
1484       - 41  # NDRPDR full 2
1485       - 33  # NDRPDR sel
1486       - 35  # NDRPDR sel
1487       - 37  # NDRPDR sel
1488       - 38  # NDRPDR sel
1489       - 39  # NDRPDR sel
1490       - 43  # NDRPDR sel
1491       - 44  # NDRPDR sel
1492       - 49  # NDRPDR sel
1493       - 50  # NDRPDR sel
1494       - 56  # NDRPDR sel
1495     csit-vpp-perf-verify-1810-3n-skx:
1496       - 9   # MRR sel
1497       - 11  # MRR sel
1498       - 12  # MRR sel
1499       - 13  # MRR sel
1500       - 23  # NDRPDR full
1501       - 24  # NDRPDR full
1502       - 10  # NDRPDR sel
1503       - 14  # NDRPDR sel
1504       - 15  # NDRPDR sel
1505       - 16  # NDRPDR sel
1506       - 17  # NDRPDR sel
1507       - 19  # NDRPDR sel
1508       - 20  # NDRPDR sel
1509       - 21  # NDRPDR sel
1510       - 22  # NDRPDR sel
1511       - 25  # NDRPDR sel
1512     csit-vpp-perf-verify-1901-3n-skx:
1513       - 32  # MRR sel
1514       - 37  # NDRPDR full
1515       - 39  # NDRPDR full
1516       - 40  # NDRPDR full
1517       - 49  # NDRPDR full
1518       - 18  # NDRPDR sel
1519       - 19  # NDRPDR sel
1520       - 20  # NDRPDR sel
1521       - 28  # NDRPDR sel
1522       - 31  # NDRPDR sel
1523       - 33  # NDRPDR sel
1524       - 36  # NDRPDR sel
1525       - 38  # NDRPDR sel
1526       - 47  # NDRPDR sel
1527       - 48  # NDRPDR sel
1528       - 54  # NDRPDR LB
1529       - 57  # NDRPDR LB
1530       - 58  # NDRPDR LB
1531       - 59  # NDRPDR LB
1532       - 60  # NDRPDR LB
1533     csit-vpp-perf-verify-1807-2n-skx:
1534       - 27  # MRR full
1535       - 31  # MRR sel
1536       - 33  # MRR sel
1537       - 37  # MRR sel
1538       - 38  # MRR sel
1539       - 41  # MRR sel
1540       - 43  # MRR sel
1541       - 44  # MRR sel
1542       - 45  # MRR sel
1543       - 46  # MRR sel
1544       - 47  # MRR sel
1545       - 32  # NDRPDR full
1546       - 26  # NDRPDR sel
1547       - 28  # NDRPDR sel
1548       - 29  # NDRPDR sel
1549       - 30  # NDRPDR sel
1550       - 34  # NDRPDR sel
1551       - 35  # NDRPDR sel
1552       - 36  # NDRPDR sel
1553       - 39  # NDRPDR sel
1554       - 40  # NDRPDR sel
1555       - 42  # NDRPDR sel
1556     csit-vpp-perf-verify-1810-2n-skx:
1557       - 8   # MRR sel
1558       - 10  # MRR sel
1559       - 11  # MRR sel
1560       - 12  # MRR sel
1561       - 25  # NDRPDR full
1562       - 26  # NDRPDR full
1563       - 9   # NDRPDR sel
1564       - 13  # NDRPDR sel
1565       - 14  # NDRPDR sel
1566       - 19  # NDRPDR sel
1567       - 20  # NDRPDR sel
1568       - 21  # NDRPDR sel
1569       - 22  # NDRPDR sel
1570       - 23  # NDRPDR sel
1571       - 24  # NDRPDR sel
1572       - 27  # NDRPDR sel
1573     csit-vpp-perf-verify-1901-2n-skx:
1574       - 22  # MRR sel
1575       - 25  # NDRPDR full
1576       - 30  # NDRPDR full
1577       - 33  # NDRPDR full
1578       - 44  # NDRPDR full
1579       - 5   # NDRPDR sel
1580       - 12  # NDRPDR sel
1581       - 13  # NDRPDR sel
1582       - 21  # NDRPDR sel
1583       - 23  # NDRPDR sel
1584       - 31  # NDRPDR sel
1585       - 34  # NDRPDR sel
1586       - 40  # NDRPDR sel
1587       - 42  # NDRPDR sel
1588       - 43  # NDRPDR sel
1589       - 24  # NFV MRR
1590       - 26  # NFV MRR
1591       - 27  # NFV MRR
1592       - 35  # NFV MRR
1593       - 37  # NFV MRR
1594       - 28  # NFV NDRPDR
1595       - 29  # NFV NDRPDR
1596       - 32  # NFV NDRPDR
1597       - 39  # NFV NDRPDR
1598       - 46  # NFV NDRPDR
1599       - 45  # SOAK
1600     # TODO: Add new data
1601     csit-ligato-perf-verify-1901-3n-hsw:
1602       - 10  # NDRPDR full
1603       - 8   # NDRPDR sel
1604       - 9   # NDRPDR sel
1605       - 11  # NDRPDR sel
1606       - 12  # NDRPDR sel
1607       - 13  # NDRPDR sel
1608       - 14  # NDRPDR sel
1609       - 15  # NDRPDR sel
1610       - 16  # NDRPDR sel
1611       - 17  # NDRPDR sel
1612       - 18  # NDRPDR sel
1613     csit-dpdk-perf-verify-1807-3n-hsw:
1614       - 11
1615       - 12  # full
1616       - 14
1617       - 15
1618       - 16
1619       - 17
1620       - 20
1621       - 21
1622       - 22
1623       - 23
1624     csit-dpdk-perf-verify-1810-3n-hsw:
1625       - 1   # NDRPDR sel
1626       - 2   # NDRPDR sel
1627       - 3   # NDRPDR sel
1628       - 4   # NDRPDR sel
1629       - 5   # NDRPDR sel
1630       - 6   # NDRPDR sel
1631       - 7   # NDRPDR sel
1632       - 8   # NDRPDR sel
1633       - 9   # NDRPDR sel
1634       - 10  # NDRPDR sel
1635     csit-dpdk-perf-verify-1901-3n-hsw:
1636       - 13  # NDRPDR sel
1637       - 14  # NDRPDR sel
1638       - 16  # NDRPDR sel
1639       - 17  # NDRPDR sel
1640       - 18  # NDRPDR sel
1641       - 19  # NDRPDR sel
1642       - 20  # NDRPDR sel
1643       - 21  # NDRPDR sel
1644       - 22  # NDRPDR sel
1645       - 23  # NDRPDR sel
1646     csit-dpdk-perf-verify-1807-3n-skx:
1647       - 1   # NDRPDR sel
1648       - 2   # NDRPDR sel
1649       - 3   # NDRPDR sel
1650       - 6   # NDRPDR sel
1651       - 7   # NDRPDR sel
1652       - 8   # NDRPDR sel
1653       - 9   # NDRPDR sel
1654       - 10  # NDRPDR sel
1655       - 11  # NDRPDR sel
1656       - 12  # NDRPDR sel
1657     csit-dpdk-perf-verify-1810-3n-skx:
1658       - 3   # NDRPDR sel
1659       - 4   # NDRPDR sel
1660       - 6   # NDRPDR sel
1661       - 7   # NDRPDR sel
1662       - 8   # NDRPDR sel
1663       - 9   # NDRPDR sel
1664       - 10  # NDRPDR sel
1665       - 11  # NDRPDR sel
1666       - 12  # NDRPDR sel
1667       - 13  # NDRPDR sel
1668     csit-dpdk-perf-verify-1901-3n-skx:
1669       - 3   # NDRPDR sel
1670       - 5   # NDRPDR sel
1671       - 6   # NDRPDR sel
1672       - 7   # NDRPDR sel
1673       - 8   # NDRPDR sel
1674       - 9   # NDRPDR sel
1675       - 10  # NDRPDR sel
1676       - 11  # NDRPDR sel
1677       - 12  # NDRPDR sel
1678       - 13  # NDRPDR sel
1679     csit-dpdk-perf-verify-1810-2n-skx:
1680       - 3   # NDRPDR sel
1681       - 4   # NDRPDR sel
1682       - 5   # NDRPDR sel
1683       - 7   # NDRPDR sel
1684       - 8   # NDRPDR sel
1685       - 9   # NDRPDR sel
1686       - 10  # NDRPDR sel
1687       - 11  # NDRPDR sel
1688       - 12  # NDRPDR sel
1689       - 13  # NDRPDR sel
1690     csit-dpdk-perf-verify-1901-2n-skx:
1691       - 12  # NDRPDR sel
1692       - 13  # NDRPDR sel
1693       - 14  # NDRPDR sel
1694       - 15  # NDRPDR sel
1695       - 16  # NDRPDR sel
1696       - 17  # NDRPDR sel
1697       - 18  # NDRPDR sel
1698       - 19  # NDRPDR sel
1699       - 20  # NDRPDR sel
1700       - 21  # NDRPDR sel
1701     csit-vpp-functional-1901-ubuntu1604-virl:
1702       - 48
1703     csit-vpp-functional-1901-centos7-virl:
1704       - 50
1705     csit-vpp-device-1901-ubuntu1804-1n-skx:
1706       - 49
1707     # Not used
1708     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1709       - 1
1710     csit-dmm-functional-1901-ubuntu1604-virl:
1711       - 2
1712     csit-hc2vpp-verify-func-1901-ubuntu1604:
1713       - 3
1714
1715 -
1716   type: "output"
1717   output: "report"
1718   format:
1719     html:
1720     - full
1721     pdf:
1722     - minimal
1723
1724 ################################################################################
1725 ###                               T A B L E S                                ###
1726 ################################################################################
1727
1728 # VPP Compare NICs 3n-hsw 1t1c ndr
1729 -
1730   type: "table"
1731   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1732   algorithm: "table_nics_comparison"
1733   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1734   reference:
1735     title: "Intel-x520"
1736     nic: "NIC_Intel-X520-DA2"
1737   compare:
1738     title: "Intel-x710"
1739     nic: "NIC_Intel-X710"
1740   data: "vpp-nic-comparison-3n-hsw"
1741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1742   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1743   parameters:
1744   - "name"
1745   - "parent"
1746   - "throughput"
1747   - "tags"
1748
1749 # VPP Compare NICs 3n-hsw 2t2c ndr
1750 -
1751   type: "table"
1752   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1753   algorithm: "table_nics_comparison"
1754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1755   reference:
1756     title: "Intel-x520"
1757     nic: "NIC_Intel-X520-DA2"
1758   compare:
1759     title: "Intel-x710"
1760     nic: "NIC_Intel-X710"
1761   data: "vpp-nic-comparison-3n-hsw"
1762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1763   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1764   parameters:
1765   - "name"
1766   - "parent"
1767   - "throughput"
1768   - "tags"
1769
1770 # VPP Compare NICs 3n-hsw 1t1c pdr
1771 -
1772   type: "table"
1773   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1774   algorithm: "table_nics_comparison"
1775   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1776   reference:
1777     title: "Intel-x520"
1778     nic: "NIC_Intel-X520-DA2"
1779   compare:
1780     title: "Intel-x710"
1781     nic: "NIC_Intel-X710"
1782   data: "vpp-nic-comparison-3n-hsw"
1783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1784   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1785   parameters:
1786   - "name"
1787   - "parent"
1788   - "throughput"
1789   - "tags"
1790
1791 # VPP Compare NICs 3n-hsw 2t2c pdr
1792 -
1793   type: "table"
1794   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1795   algorithm: "table_nics_comparison"
1796   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1797   reference:
1798     title: "Intel-x520"
1799     nic: "NIC_Intel-X520-DA2"
1800   compare:
1801     title: "Intel-x710"
1802     nic: "NIC_Intel-X710"
1803   data: "vpp-nic-comparison-3n-hsw"
1804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1805   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1806   parameters:
1807   - "name"
1808   - "parent"
1809   - "throughput"
1810   - "tags"
1811
1812 # VPP Compare NICs 3n-hsw 1t1c mrr
1813 -
1814   type: "table"
1815   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1816   algorithm: "table_nics_comparison"
1817   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1818   reference:
1819     title: "Intel-x520"
1820     nic: "NIC_Intel-X520-DA2"
1821   compare:
1822     title: "Intel-x710"
1823     nic: "NIC_Intel-X710"
1824   data: "vpp-nic-comparison-3n-hsw-mrr"
1825   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1826   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1827   parameters:
1828   - "name"
1829   - "parent"
1830   - "result"
1831   - "tags"
1832
1833 # VPP Compare NICs 3n-hsw 2t2c mrr
1834 -
1835   type: "table"
1836   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1837   algorithm: "table_nics_comparison"
1838   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1839   reference:
1840     title: "Intel-x520"
1841     nic: "NIC_Intel-X520-DA2"
1842   compare:
1843     title: "Intel-x710"
1844     nic: "NIC_Intel-X710"
1845   data: "vpp-nic-comparison-3n-hsw-mrr"
1846   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1847   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1848   parameters:
1849   - "name"
1850   - "parent"
1851   - "result"
1852   - "tags"
1853
1854 # VPP Compare NICs 3n-hsw 4t4c mrr
1855 -
1856   type: "table"
1857   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1858   algorithm: "table_nics_comparison"
1859   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1860   reference:
1861     title: "Intel-x520"
1862     nic: "NIC_Intel-X520-DA2"
1863   compare:
1864     title: "Intel-x710"
1865     nic: "NIC_Intel-X710"
1866   data: "vpp-nic-comparison-3n-hsw-mrr"
1867   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1868   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1869   parameters:
1870   - "name"
1871   - "parent"
1872   - "result"
1873   - "tags"
1874
1875 # VPP Compare NICs 3n-skx 2t1c ndr
1876 -
1877   type: "table"
1878   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1879   algorithm: "table_nics_comparison"
1880   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1881   reference:
1882     title: "Intel-x710"
1883     nic: "NIC_Intel-X710"
1884   compare:
1885     title: "Intel-xxv710"
1886     nic: "NIC_Intel-XXV710"
1887   data: "vpp-nic-comparison-3n-skx"
1888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1889   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1890   parameters:
1891   - "name"
1892   - "parent"
1893   - "throughput"
1894   - "tags"
1895
1896 # VPP Compare NICs 3n-skx 4t2c ndr
1897 -
1898   type: "table"
1899   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1900   algorithm: "table_nics_comparison"
1901   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1902   reference:
1903     title: "Intel-x710"
1904     nic: "NIC_Intel-X710"
1905   compare:
1906     title: "Intel-xxv710"
1907     nic: "NIC_Intel-XXV710"
1908   data: "vpp-nic-comparison-3n-skx"
1909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1910   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1911   parameters:
1912   - "name"
1913   - "parent"
1914   - "throughput"
1915   - "tags"
1916
1917 # VPP Compare NICs 3n-skx 2t1c pdr
1918 -
1919   type: "table"
1920   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1921   algorithm: "table_nics_comparison"
1922   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1923   reference:
1924     title: "Intel-x710"
1925     nic: "NIC_Intel-X710"
1926   compare:
1927     title: "Intel-xxv710"
1928     nic: "NIC_Intel-XXV710"
1929   data: "vpp-nic-comparison-3n-skx"
1930   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1931   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1932   parameters:
1933   - "name"
1934   - "parent"
1935   - "throughput"
1936   - "tags"
1937
1938  # VPP Compare NICs 3n-skx 4t2c pdr
1939 -
1940   type: "table"
1941   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1942   algorithm: "table_nics_comparison"
1943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1944   reference:
1945     title: "Intel-x710"
1946     nic: "NIC_Intel-X710"
1947   compare:
1948     title: "Intel-xxv710"
1949     nic: "NIC_Intel-XXV710"
1950   data: "vpp-nic-comparison-3n-skx"
1951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1952   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1953   parameters:
1954   - "name"
1955   - "parent"
1956   - "throughput"
1957   - "tags"
1958
1959 # VPP Compare NICs 3n-skx 2t1c mrr
1960 -
1961   type: "table"
1962   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1963   algorithm: "table_nics_comparison"
1964   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1965   reference:
1966     title: "Intel-x710"
1967     nic: "NIC_Intel-X710"
1968   compare:
1969     title: "Intel-xxv710"
1970     nic: "NIC_Intel-XXV710"
1971   data: "vpp-nic-comparison-3n-skx-mrr"
1972   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1973   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1974   parameters:
1975   - "name"
1976   - "parent"
1977   - "result"
1978   - "tags"
1979
1980 # VPP Compare NICs 3n-skx 4t2c mrr
1981 -
1982   type: "table"
1983   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1984   algorithm: "table_nics_comparison"
1985   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1986   reference:
1987     title: "Intel-x710"
1988     nic: "NIC_Intel-X710"
1989   compare:
1990     title: "Intel-xxv710"
1991     nic: "NIC_Intel-XXV710"
1992   data: "vpp-nic-comparison-3n-skx-mrr"
1993   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1994   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1995   parameters:
1996   - "name"
1997   - "parent"
1998   - "result"
1999   - "tags"
2000
2001  # VPP Compare NICs 3n-skx 8t4c mrr
2002 -
2003   type: "table"
2004   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2005   algorithm: "table_nics_comparison"
2006   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2007   reference:
2008     title: "Intel-x710"
2009     nic: "NIC_Intel-X710"
2010   compare:
2011     title: "Intel-xxv710"
2012     nic: "NIC_Intel-XXV710"
2013   data: "vpp-nic-comparison-3n-skx-mrr"
2014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2015   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2016   parameters:
2017   - "name"
2018   - "parent"
2019   - "result"
2020   - "tags"
2021
2022 # VPP Compare NICs 2n-skx 2t1c ndr
2023 -
2024   type: "table"
2025   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2026   algorithm: "table_nics_comparison"
2027   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2028   reference:
2029     title: "Intel-x710"
2030     nic: "NIC_Intel-X710"
2031   compare:
2032     title: "Intel-xxv710"
2033     nic: "NIC_Intel-XXV710"
2034   data: "vpp-nic-comparison-2n-skx"
2035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2036   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2037   parameters:
2038   - "name"
2039   - "parent"
2040   - "throughput"
2041   - "tags"
2042
2043 # VPP Compare NICs 2n-skx 4t2c ndr
2044 -
2045   type: "table"
2046   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2047   algorithm: "table_nics_comparison"
2048   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2049   reference:
2050     title: "Intel-x710"
2051     nic: "NIC_Intel-X710"
2052   compare:
2053     title: "Intel-xxv710"
2054     nic: "NIC_Intel-XXV710"
2055   data: "vpp-nic-comparison-2n-skx"
2056   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2057   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2058   parameters:
2059   - "name"
2060   - "parent"
2061   - "throughput"
2062   - "tags"
2063
2064  # VPP Compare NICs 2n-skx 2t1c pdr
2065 -
2066   type: "table"
2067   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2068   algorithm: "table_nics_comparison"
2069   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2070   reference:
2071     title: "Intel-x710"
2072     nic: "NIC_Intel-X710"
2073   compare:
2074     title: "Intel-xxv710"
2075     nic: "NIC_Intel-XXV710"
2076   data: "vpp-nic-comparison-2n-skx"
2077   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2078   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2079   parameters:
2080   - "name"
2081   - "parent"
2082   - "throughput"
2083   - "tags"
2084
2085 # VPP Compare NICs 2n-skx 4t2c pdr
2086 -
2087   type: "table"
2088   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2089   algorithm: "table_nics_comparison"
2090   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2091   reference:
2092     title: "Intel-x710"
2093     nic: "NIC_Intel-X710"
2094   compare:
2095     title: "Intel-xxv710"
2096     nic: "NIC_Intel-XXV710"
2097   data: "vpp-nic-comparison-2n-skx"
2098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2099   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2100   parameters:
2101   - "name"
2102   - "parent"
2103   - "throughput"
2104   - "tags"
2105
2106 # VPP Compare NICs 2n-skx 2t1c mrr
2107 -
2108   type: "table"
2109   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2110   algorithm: "table_nics_comparison"
2111   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2112   reference:
2113     title: "Intel-x710"
2114     nic: "NIC_Intel-X710"
2115   compare:
2116     title: "Intel-xxv710"
2117     nic: "NIC_Intel-XXV710"
2118   data: "vpp-nic-comparison-2n-skx-mrr"
2119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2120   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2121   parameters:
2122   - "name"
2123   - "parent"
2124   - "result"
2125   - "tags"
2126
2127 # VPP Compare NICs 2n-skx 4t2c mrr
2128 -
2129   type: "table"
2130   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2131   algorithm: "table_nics_comparison"
2132   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2133   reference:
2134     title: "Intel-x710"
2135     nic: "NIC_Intel-X710"
2136   compare:
2137     title: "Intel-xxv710"
2138     nic: "NIC_Intel-XXV710"
2139   data: "vpp-nic-comparison-2n-skx-mrr"
2140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2141   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2142   parameters:
2143   - "name"
2144   - "parent"
2145   - "result"
2146   - "tags"
2147
2148 # VPP Compare NICs 2n-skx 8t4c mrr
2149 -
2150   type: "table"
2151   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2152   algorithm: "table_nics_comparison"
2153   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2154   reference:
2155     title: "Intel-x710"
2156     nic: "NIC_Intel-X710"
2157   compare:
2158     title: "Intel-xxv710"
2159     nic: "NIC_Intel-XXV710"
2160   data: "vpp-nic-comparison-2n-skx-mrr"
2161   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2162   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2163   parameters:
2164   - "name"
2165   - "parent"
2166   - "result"
2167   - "tags"
2168
2169 ################################################################################
2170 # VPP
2171
2172 # VPP Performance Changes 3n-hsw 1t1c pdr
2173 -
2174   type: "table"
2175   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2176   algorithm: "table_performance_comparison"
2177   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2178   history:
2179     -
2180       title: "rls1807"
2181       data: "vpp-performance-changes-3n-hsw-h1"
2182   reference:
2183     title: "rls1810"
2184     data: "vpp-performance-changes-3n-hsw-ref"
2185   compare:
2186     title: "rls1901"
2187     data: "vpp-performance-changes-3n-hsw-cmp"
2188   data: "vpp-performance-changes-3n-hsw"
2189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2190   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2191   parameters:
2192   - "name"
2193   - "parent"
2194   - "throughput"
2195
2196 # VPP Performance Changes 3n-hsw 2t2c pdr
2197 -
2198   type: "table"
2199   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2200   algorithm: "table_performance_comparison"
2201   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2202   history:
2203     -
2204       title: "rls1807"
2205       data: "vpp-performance-changes-3n-hsw-h1"
2206   reference:
2207     title: "rls1810"
2208     data: "vpp-performance-changes-3n-hsw-ref"
2209   compare:
2210     title: "rls1901"
2211     data: "vpp-performance-changes-3n-hsw-cmp"
2212   data: "vpp-performance-changes-3n-hsw"
2213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2214   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2215   parameters:
2216   - "name"
2217   - "parent"
2218   - "throughput"
2219
2220 # VPP Performance Changes 3n-hsw 1t1c ndr
2221 -
2222   type: "table"
2223   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2224   algorithm: "table_performance_comparison"
2225   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2226   history:
2227     -
2228       title: "rls1807"
2229       data: "vpp-performance-changes-3n-hsw-h1"
2230   reference:
2231     title: "rls1810"
2232     data: "vpp-performance-changes-3n-hsw-ref"
2233   compare:
2234     title: "rls1901"
2235     data: "vpp-performance-changes-3n-hsw-cmp"
2236   data: "vpp-performance-changes-3n-hsw"
2237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2238   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2239   parameters:
2240   - "name"
2241   - "parent"
2242   - "throughput"
2243
2244 # VPP Performance Changes 3n-hsw 2t2c ndr
2245 -
2246   type: "table"
2247   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2248   algorithm: "table_performance_comparison"
2249   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2250   history:
2251     -
2252       title: "rls1807"
2253       data: "vpp-performance-changes-3n-hsw-h1"
2254   reference:
2255     title: "rls1810"
2256     data: "vpp-performance-changes-3n-hsw-ref"
2257   compare:
2258     title: "rls1901"
2259     data: "vpp-performance-changes-3n-hsw-cmp"
2260   data: "vpp-performance-changes-3n-hsw"
2261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2262   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2263   parameters:
2264   - "name"
2265   - "parent"
2266   - "throughput"
2267
2268 # VPP Performance Changes 3n-skx 2t1c pdr
2269 -
2270   type: "table"
2271   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2272   algorithm: "table_performance_comparison"
2273   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2274   history:
2275     -
2276       title: "rls1807"
2277       data: "vpp-performance-changes-3n-skx-h1"
2278   reference:
2279     title: "rls1810"
2280     data: "vpp-performance-changes-3n-skx-ref"
2281   compare:
2282     title: "rls1901"
2283     data: "vpp-performance-changes-3n-skx-cmp"
2284   data: "vpp-performance-changes-3n-skx"
2285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2286   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2287   parameters:
2288   - "name"
2289   - "parent"
2290   - "throughput"
2291
2292 # VPP Performance Changes 3n-skx 4t2c pdr
2293 -
2294   type: "table"
2295   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2296   algorithm: "table_performance_comparison"
2297   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2298   history:
2299     -
2300       title: "rls1807"
2301       data: "vpp-performance-changes-3n-skx-h1"
2302   reference:
2303     title: "rls1810"
2304     data: "vpp-performance-changes-3n-skx-ref"
2305   compare:
2306     title: "rls1901"
2307     data: "vpp-performance-changes-3n-skx-cmp"
2308   data: "vpp-performance-changes-3n-skx"
2309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2310   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2311   parameters:
2312   - "name"
2313   - "parent"
2314   - "throughput"
2315
2316 # VPP Performance Changes 3n-skx 2t1c ndr
2317 -
2318   type: "table"
2319   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2320   algorithm: "table_performance_comparison"
2321   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2322   history:
2323     -
2324       title: "rls1807"
2325       data: "vpp-performance-changes-3n-skx-h1"
2326   reference:
2327     title: "rls1810"
2328     data: "vpp-performance-changes-3n-skx-ref"
2329   compare:
2330     title: "rls1901"
2331     data: "vpp-performance-changes-3n-skx-cmp"
2332   data: "vpp-performance-changes-3n-skx"
2333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2334   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2335   parameters:
2336   - "name"
2337   - "parent"
2338   - "throughput"
2339
2340 # VPP Performance Changes 3n-skx 4t2c ndr
2341 -
2342   type: "table"
2343   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2344   algorithm: "table_performance_comparison"
2345   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2346   history:
2347     -
2348       title: "rls1807"
2349       data: "vpp-performance-changes-3n-skx-h1"
2350   reference:
2351     title: "rls1810"
2352     data: "vpp-performance-changes-3n-skx-ref"
2353   compare:
2354     title: "rls1901"
2355     data: "vpp-performance-changes-3n-skx-cmp"
2356   data: "vpp-performance-changes-3n-skx"
2357   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2358   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2359   parameters:
2360   - "name"
2361   - "parent"
2362   - "throughput"
2363
2364 # VPP Performance Changes 2n-skx 2t1c pdr
2365 -
2366   type: "table"
2367   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2368   algorithm: "table_performance_comparison"
2369   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2370   history:
2371     -
2372       title: "rls1807"
2373       data: "vpp-performance-changes-2n-skx-h1"
2374   reference:
2375     title: "rls1810"
2376     data: "vpp-performance-changes-2n-skx-ref"
2377   compare:
2378     title: "rls1901"
2379     data: "vpp-performance-changes-2n-skx-cmp"
2380   data: "vpp-performance-changes-2n-skx"
2381   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2382   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2383   parameters:
2384   - "name"
2385   - "parent"
2386   - "throughput"
2387
2388 # VPP Performance Changes 2n-skx 4t2c pdr
2389 -
2390   type: "table"
2391   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2392   algorithm: "table_performance_comparison"
2393   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2394   history:
2395     - title: "rls1807"
2396       data: "vpp-performance-changes-2n-skx-h1"
2397   reference:
2398     title: "rls1810"
2399     data: "vpp-performance-changes-2n-skx-ref"
2400   compare:
2401     title: "rls1901"
2402     data: "vpp-performance-changes-2n-skx-cmp"
2403   data: "vpp-performance-changes-2n-skx"
2404   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2405   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2406   parameters:
2407   - "name"
2408   - "parent"
2409   - "throughput"
2410
2411 # VPP Performance Changes 2n-skx 2t1c ndr
2412 -
2413   type: "table"
2414   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2415   algorithm: "table_performance_comparison"
2416   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2417   history:
2418     - title: "rls1807"
2419       data: "vpp-performance-changes-2n-skx-h1"
2420   reference:
2421     title: "rls1810"
2422     data: "vpp-performance-changes-2n-skx-ref"
2423   compare:
2424     title: "rls1901"
2425     data: "vpp-performance-changes-2n-skx-cmp"
2426   data: "vpp-performance-changes-2n-skx"
2427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2428   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2429   parameters:
2430   - "name"
2431   - "parent"
2432   - "throughput"
2433
2434 # VPP Performance Changes 2n-skx 4t2c ndr
2435 -
2436   type: "table"
2437   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2438   algorithm: "table_performance_comparison"
2439   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2440   history:
2441     - title: "rls1807"
2442       data: "vpp-performance-changes-2n-skx-h1"
2443   reference:
2444     title: "rls1810"
2445     data: "vpp-performance-changes-2n-skx-ref"
2446   compare:
2447     title: "rls1901"
2448     data: "vpp-performance-changes-2n-skx-cmp"
2449   data: "vpp-performance-changes-2n-skx"
2450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2451   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2452   parameters:
2453   - "name"
2454   - "parent"
2455   - "throughput"
2456
2457 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2458 -
2459   type: "table"
2460   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2461   algorithm: "table_performance_comparison"
2462   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2463   reference:
2464     title: "3-Node Hsw"
2465     data: "vpp-compare-testbeds-ref"
2466   compare:
2467     title: "3-Node Skx"
2468     data: "vpp-compare-testbeds-cmp"
2469   data: "vpp-compare-testbeds"
2470   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2471   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2472   parameters:
2473   - "name"
2474   - "parent"
2475   - "throughput"
2476
2477 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2478 -
2479   type: "table"
2480   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2481   algorithm: "table_performance_comparison"
2482   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2483   reference:
2484     title: "3-Node Hsw"
2485     data: "vpp-compare-testbeds-ref"
2486   compare:
2487     title: "3-Node Skx"
2488     data: "vpp-compare-testbeds-cmp"
2489   data: "vpp-compare-testbeds"
2490   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2491   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2492   parameters:
2493   - "name"
2494   - "parent"
2495   - "throughput"
2496
2497 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2498 -
2499   type: "table"
2500   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2501   algorithm: "table_performance_comparison"
2502   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2503   reference:
2504     title: "3-Node Hsw"
2505     data: "vpp-compare-testbeds-ref"
2506   compare:
2507     title: "3-Node Skx"
2508     data: "vpp-compare-testbeds-cmp"
2509   data: "vpp-compare-testbeds"
2510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2511   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2512   parameters:
2513   - "name"
2514   - "parent"
2515   - "throughput"
2516
2517 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2518 -
2519   type: "table"
2520   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2521   algorithm: "table_performance_comparison"
2522   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2523   reference:
2524     title: "3-Node Hsw"
2525     data: "vpp-compare-testbeds-ref"
2526   compare:
2527     title: "3-Node Skx"
2528     data: "vpp-compare-testbeds-cmp"
2529   data: "vpp-compare-testbeds"
2530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2531   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2532   parameters:
2533   - "name"
2534   - "parent"
2535   - "throughput"
2536
2537 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2538 -
2539   type: "table"
2540   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2541   algorithm: "table_performance_comparison"
2542   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2543   reference:
2544     title: "3-Node Skx"
2545     data: "vpp-compare-topologies-ref"
2546   compare:
2547     title: "2-Node Skx"
2548     data: "vpp-compare-topologies-cmp"
2549   data: "vpp-compare-topologies"
2550   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2551   filter: "'NDRPDR' and '1C'"
2552   parameters:
2553   - "name"
2554   - "parent"
2555   - "throughput"
2556
2557 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2558 -
2559   type: "table"
2560   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2561   algorithm: "table_performance_comparison"
2562   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2563   reference:
2564     title: "3-Node Skx"
2565     data: "vpp-compare-topologies-ref"
2566   compare:
2567     title: "2-Node Skx"
2568     data: "vpp-compare-topologies-cmp"
2569   data: "vpp-compare-topologies"
2570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2571   filter: "'NDRPDR' and '2C'"
2572   parameters:
2573   - "name"
2574   - "parent"
2575   - "throughput"
2576
2577 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2578 -
2579   type: "table"
2580   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2581   algorithm: "table_performance_comparison"
2582   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2583   reference:
2584     title: "3-Node Skx"
2585     data: "vpp-compare-topologies-ref"
2586   compare:
2587     title: "2-Node Skx"
2588     data: "vpp-compare-topologies-cmp"
2589   data: "vpp-compare-topologies"
2590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2591   filter: "'NDRPDR' and '1C'"
2592   parameters:
2593   - "name"
2594   - "parent"
2595   - "throughput"
2596
2597 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2598 -
2599   type: "table"
2600   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2601   algorithm: "table_performance_comparison"
2602   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2603   reference:
2604     title: "3-Node Skx"
2605     data: "vpp-compare-topologies-ref"
2606   compare:
2607     title: "2-Node Skx"
2608     data: "vpp-compare-topologies-cmp"
2609   data: "vpp-compare-topologies"
2610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2611   filter: "'NDRPDR' and '2C'"
2612   parameters:
2613   - "name"
2614   - "parent"
2615   - "throughput"
2616
2617 # VPP Performance Changes 3n-hsw 1t1c MRR
2618 -
2619   type: "table"
2620   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2621   algorithm: "table_performance_comparison"
2622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2623   history:
2624     -
2625       title: "rls1807"
2626       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2627   reference:
2628     title: "rls1810"
2629     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2630   compare:
2631     title: "rls1901"
2632     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2633   data: "vpp-performance-changes-3n-hsw-mrr"
2634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2635   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2636   parameters:
2637   - "name"
2638   - "parent"
2639   - "result"
2640
2641 # VPP Performance Changes 3n-hsw 2t2c MRR
2642 -
2643   type: "table"
2644   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2645   algorithm: "table_performance_comparison"
2646   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2647   history:
2648     -
2649       title: "rls1807"
2650       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2651   reference:
2652     title: "rls1810"
2653     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2654   compare:
2655     title: "rls1901"
2656     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2657   data: "vpp-performance-changes-3n-hsw-mrr"
2658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2659   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2660   parameters:
2661   - "name"
2662   - "parent"
2663   - "result"
2664
2665 # VPP Performance Changes 3n-hsw 4t4c MRR
2666 -
2667   type: "table"
2668   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2669   algorithm: "table_performance_comparison"
2670   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2671   history:
2672     -
2673       title: "rls1807"
2674       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2675   reference:
2676     title: "rls1810"
2677     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2678   compare:
2679     title: "rls1901"
2680     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2681   data: "vpp-performance-changes-3n-hsw-mrr"
2682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2683   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2684   parameters:
2685   - "name"
2686   - "parent"
2687   - "result"
2688
2689 # VPP Performance Changes 3n-skx 2t1c MRR
2690 -
2691   type: "table"
2692   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2693   algorithm: "table_performance_comparison"
2694   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2695   history:
2696     -
2697       title: "rls1807"
2698       data: "vpp-performance-changes-3n-skx-mrr-h1"
2699   reference:
2700     title: "rls1810"
2701     data: "vpp-performance-changes-3n-skx-mrr-ref"
2702   compare:
2703     title: "rls1901"
2704     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2705   data: "vpp-performance-changes-3n-skx-mrr"
2706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2707   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2708   parameters:
2709   - "name"
2710   - "parent"
2711   - "result"
2712
2713 # VPP Performance Changes 3n-skx 4t2c MRR
2714 -
2715   type: "table"
2716   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2717   algorithm: "table_performance_comparison"
2718   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2719   history:
2720     -
2721       title: "rls1807"
2722       data: "vpp-performance-changes-3n-skx-mrr-h1"
2723   reference:
2724     title: "rls1810"
2725     data: "vpp-performance-changes-3n-skx-mrr-ref"
2726   compare:
2727     title: "rls1901"
2728     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2729   data: "vpp-performance-changes-3n-skx-mrr"
2730   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2731   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2732   parameters:
2733   - "name"
2734   - "parent"
2735   - "result"
2736
2737 # VPP Performance Changes 3n-skx 8t4c MRR
2738 -
2739   type: "table"
2740   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2741   algorithm: "table_performance_comparison"
2742   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2743   history:
2744     -
2745       title: "rls1807"
2746       data: "vpp-performance-changes-3n-skx-mrr-h1"
2747   reference:
2748     title: "rls1810"
2749     data: "vpp-performance-changes-3n-skx-mrr-ref"
2750   compare:
2751     title: "rls1901"
2752     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2753   data: "vpp-performance-changes-3n-skx-mrr"
2754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2755   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2756   parameters:
2757   - "name"
2758   - "parent"
2759   - "result"
2760
2761 # VPP Performance Changes 2n-skx 2t1c MRR
2762 -
2763   type: "table"
2764   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2765   algorithm: "table_performance_comparison"
2766   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2767   history:
2768     -
2769       title: "rls1807"
2770       data: "vpp-performance-changes-2n-skx-mrr-h1"
2771   reference:
2772     title: "rls1810"
2773     data: "vpp-performance-changes-2n-skx-mrr-ref"
2774   compare:
2775     title: "rls1901"
2776     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2777   data: "vpp-performance-changes-2n-skx-mrr"
2778   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2779   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2780   parameters:
2781   - "name"
2782   - "parent"
2783   - "result"
2784
2785 # VPP Performance Changes 2n-skx 4t2c MRR
2786 -
2787   type: "table"
2788   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2789   algorithm: "table_performance_comparison"
2790   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2791   history:
2792     -
2793       title: "rls1807"
2794       data: "vpp-performance-changes-2n-skx-mrr-h1"
2795   reference:
2796     title: "rls1810"
2797     data: "vpp-performance-changes-2n-skx-mrr-ref"
2798   compare:
2799     title: "rls1901"
2800     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2801   data: "vpp-performance-changes-2n-skx-mrr"
2802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2803   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2804   parameters:
2805   - "name"
2806   - "parent"
2807   - "result"
2808
2809 # VPP Performance Changes 2n-skx 8t4c MRR
2810 -
2811   type: "table"
2812   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2813   algorithm: "table_performance_comparison"
2814   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2815   history:
2816     -
2817       title: "rls1807"
2818       data: "vpp-performance-changes-2n-skx-mrr-h1"
2819   reference:
2820     title: "rls1810"
2821     data: "vpp-performance-changes-2n-skx-mrr-ref"
2822   compare:
2823     title: "rls1901"
2824     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2825   data: "vpp-performance-changes-2n-skx-mrr"
2826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2827   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2828   parameters:
2829   - "name"
2830   - "parent"
2831   - "result"
2832
2833 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2834 -
2835   type: "table"
2836   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2837   algorithm: "table_performance_comparison"
2838   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2839   reference:
2840     title: "3-Node Hsw"
2841     data: "vpp-compare-testbeds-mrr-ref"
2842   compare:
2843     title: "3-Node Skx"
2844     data: "vpp-compare-testbeds-mrr-cmp"
2845   data: "vpp-compare-testbeds-mrr"
2846   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2847   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2848   parameters:
2849   - "name"
2850   - "parent"
2851   - "result"
2852
2853 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2854 -
2855   type: "table"
2856   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2857   algorithm: "table_performance_comparison"
2858   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2859   reference:
2860     title: "3-Node Hsw"
2861     data: "vpp-compare-testbeds-mrr-ref"
2862   compare:
2863     title: "3-Node Skx"
2864     data: "vpp-compare-testbeds-mrr-cmp"
2865   data: "vpp-compare-testbeds-mrr"
2866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2867   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2868   parameters:
2869   - "name"
2870   - "parent"
2871   - "result"
2872
2873 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2874 -
2875   type: "table"
2876   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2877   algorithm: "table_performance_comparison"
2878   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2879   reference:
2880     title: "3-Node Hsw"
2881     data: "vpp-compare-testbeds-mrr-ref"
2882   compare:
2883     title: "3-Node Skx"
2884     data: "vpp-compare-testbeds-mrr-cmp"
2885   data: "vpp-compare-testbeds-mrr"
2886   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2887   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2888   parameters:
2889   - "name"
2890   - "parent"
2891   - "result"
2892
2893 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2894 -
2895   type: "table"
2896   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2897   algorithm: "table_performance_comparison"
2898   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2899   reference:
2900     title: "3-Node Skx"
2901     data: "vpp-compare-topologies-mrr-ref"
2902   compare:
2903     title: "2-Node Skx"
2904     data: "vpp-compare-topologies-mrr-cmp"
2905   data: "vpp-compare-topologies-mrr"
2906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2907   filter: "'MRR' and '1C'"
2908   parameters:
2909   - "name"
2910   - "parent"
2911   - "result"
2912
2913 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2914 -
2915   type: "table"
2916   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2917   algorithm: "table_performance_comparison"
2918   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2919   reference:
2920     title: "3-Node Skx"
2921     data: "vpp-compare-topologies-mrr-ref"
2922   compare:
2923     title: "2-Node Skx"
2924     data: "vpp-compare-topologies-mrr-cmp"
2925   data: "vpp-compare-topologies-mrr"
2926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2927   filter: "'MRR' and '2C'"
2928   parameters:
2929   - "name"
2930   - "parent"
2931   - "result"
2932
2933 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2934 -
2935   type: "table"
2936   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2937   algorithm: "table_performance_comparison"
2938   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2939   reference:
2940     title: "3-Node Skx"
2941     data: "vpp-compare-topologies-mrr-ref"
2942   compare:
2943     title: "2-Node Skx"
2944     data: "vpp-compare-topologies-mrr-cmp"
2945   data: "vpp-compare-topologies-mrr"
2946   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2947   filter: "'MRR' and '4C'"
2948   parameters:
2949   - "name"
2950   - "parent"
2951   - "result"
2952
2953 # Detailed Test Results - VPP Performance Results 3n-hsw
2954 -
2955   type: "table"
2956   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2957   algorithm: "table_merged_details"
2958   output-file-ext: ".csv"
2959   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2960   columns:
2961   -
2962     title: "Name"
2963     data: "data name"
2964   -
2965     title: "Status"
2966     data: "data msg"
2967   rows: "generated"
2968   data: "vpp-perf-results-3n-hsw"
2969   filter: "not 'NDRCHK' and not 'PDRCHK'"
2970   parameters:
2971   - "name"
2972   - "parent"
2973   - "msg"
2974
2975 # Detailed Test Results - VPP Performance Results 3n-skx
2976 -
2977   type: "table"
2978   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2979   algorithm: "table_merged_details"
2980   output-file-ext: ".csv"
2981   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2982   columns:
2983   -
2984     title: "Name"
2985     data: "data name"
2986   -
2987     title: "Status"
2988     data: "data msg"
2989   rows: "generated"
2990   data: "vpp-perf-results-3n-skx"
2991   filter: "not 'NDRCHK' and not 'PDRCHK'"
2992   parameters:
2993   - "name"
2994   - "parent"
2995   - "msg"
2996
2997 # Detailed Test Results - VPP Performance Results 2n-skx
2998 -
2999   type: "table"
3000   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3001   algorithm: "table_merged_details"
3002   output-file-ext: ".csv"
3003   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3004   columns:
3005   -
3006     title: "Name"
3007     data: "data name"
3008   -
3009     title: "Status"
3010     data: "data msg"
3011   rows: "generated"
3012   data: "vpp-perf-results-2n-skx"
3013   filter: "not 'NDRCHK' and not 'PDRCHK'"
3014   parameters:
3015   - "name"
3016   - "parent"
3017   - "msg"
3018
3019 # Detailed Test Results - VPP Performance Results 2n-dnv
3020 -
3021   type: "table"
3022   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3023   algorithm: "table_details"
3024   output-file-ext: ".csv"
3025   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3026   columns:
3027   -
3028     title: "Name"
3029     data: "data name"
3030   -
3031     title: "Status"
3032     data: "data msg"
3033   rows: "generated"
3034   data: "intel-dnv-vpp"
3035   filter: "'NDRPDR'"
3036   parameters:
3037   - "name"
3038   - "parent"
3039   - "msg"
3040
3041 # Test configuration - VPP Performance Test Configs 3n-hsw
3042 -
3043   type: "table"
3044   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3045   algorithm: "table_merged_details"
3046   output-file-ext: ".csv"
3047   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3048   columns:
3049   -
3050     title: "Name"
3051     data: "data name"
3052   -
3053     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3054     data: "data vat-history"
3055   rows: "generated"
3056   data: "vpp-perf-results-3n-hsw"
3057   filter: "not 'NDRCHK' and not 'PDRCHK'"
3058   parameters:
3059   - "parent"
3060   - "name"
3061   - "vat-history"
3062
3063 # Test configuration - VPP Performance Test Configs 3n-skx
3064 -
3065   type: "table"
3066   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3067   algorithm: "table_merged_details"
3068   output-file-ext: ".csv"
3069   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3070   columns:
3071   -
3072     title: "Name"
3073     data: "data name"
3074   -
3075     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3076     data: "data vat-history"
3077   rows: "generated"
3078   data: "vpp-perf-results-3n-skx"
3079   filter: "not 'NDRCHK' and not 'PDRCHK'"
3080   parameters:
3081   - "parent"
3082   - "name"
3083   - "vat-history"
3084
3085 # Test configuration - VPP Performance Test Configs 2n-skx
3086 -
3087   type: "table"
3088   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3089   algorithm: "table_merged_details"
3090   output-file-ext: ".csv"
3091   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3092   columns:
3093   -
3094     title: "Name"
3095     data: "data name"
3096   -
3097     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3098     data: "data vat-history"
3099   rows: "generated"
3100   data: "vpp-perf-results-2n-skx"
3101   filter: "not 'NDRCHK' and not 'PDRCHK'"
3102   parameters:
3103   - "parent"
3104   - "name"
3105   - "vat-history"
3106
3107 # Test configuration - VPP Performance Test Configs 2n-dnv
3108 -
3109   type: "table"
3110   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3111   algorithm: "table_details"
3112   output-file-ext: ".csv"
3113   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3114   columns:
3115   -
3116     title: "Name"
3117     data: "data name"
3118   -
3119     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3120     data: "data vat-history"
3121   rows: "generated"
3122   data: "intel-dnv-vpp"
3123   filter: "'NDRPDR'"
3124   parameters:
3125   - "parent"
3126   - "name"
3127   - "vat-history"
3128
3129 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3130 -
3131   type: "table"
3132   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3133   algorithm: "table_merged_details"
3134   output-file-ext: ".csv"
3135   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3136   columns:
3137   -
3138     title: "Name"
3139     data: "data name"
3140   -
3141     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3142     data: "data show-run"
3143   rows: "generated"
3144   data: "vpp-perf-results-3n-hsw"
3145   filter: "not 'NDRCHK' and not 'PDRCHK'"
3146   parameters:
3147   - "parent"
3148   - "name"
3149   - "show-run"
3150
3151 # Test Operational Data - VPP Performance Operational Data 3n-skx
3152 -
3153   type: "table"
3154   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3155   algorithm: "table_merged_details"
3156   output-file-ext: ".csv"
3157   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3158   columns:
3159   -
3160     title: "Name"
3161     data: "data name"
3162   -
3163     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3164     data: "data show-run"
3165   rows: "generated"
3166   data: "vpp-perf-results-3n-skx"
3167   filter: "not 'NDRCHK' and not 'PDRCHK'"
3168   parameters:
3169   - "parent"
3170   - "name"
3171   - "show-run"
3172
3173 # Test Operational Data - VPP Performance Operational Data 2n-skx
3174 -
3175   type: "table"
3176   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3177   algorithm: "table_merged_details"
3178   output-file-ext: ".csv"
3179   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3180   columns:
3181   -
3182     title: "Name"
3183     data: "data name"
3184   -
3185     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3186     data: "data show-run"
3187   rows: "generated"
3188   data: "vpp-perf-results-2n-skx"
3189   filter: "not 'NDRCHK' and not 'PDRCHK'"
3190   parameters:
3191   - "parent"
3192   - "name"
3193   - "show-run"
3194
3195 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3196 -
3197   type: "table"
3198   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3199   algorithm: "table_details"
3200   output-file-ext: ".csv"
3201   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3202   columns:
3203   -
3204     title: "Name"
3205     data: "data name"
3206   -
3207     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3208     data: "data show-run"
3209   rows: "generated"
3210   data: "intel-dnv-vpp"
3211   filter: "'NDRPDR'"
3212   parameters:
3213   - "parent"
3214   - "name"
3215   - "show-run"
3216
3217 # Detailed Test Results - VPP MRR Results 3n-hsw
3218 -
3219   type: "table"
3220   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3221   algorithm: "table_details"
3222   output-file-ext: ".csv"
3223   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3224   columns:
3225   -
3226     title: "Name"
3227     data: "data name"
3228   -
3229     title: "Status"
3230     data: "data msg"
3231   rows: "generated"
3232   data: "vpp-mrr-results-3n-hsw"
3233   filter: "'MRR'"
3234   parameters:
3235   - "name"
3236   - "parent"
3237   - "msg"
3238
3239 # Detailed Test Results - VPP MRR Results 3n-skx
3240 -
3241   type: "table"
3242   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3243   algorithm: "table_details"
3244   output-file-ext: ".csv"
3245   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3246   columns:
3247   -
3248     title: "Name"
3249     data: "data name"
3250   -
3251     title: "Status"
3252     data: "data msg"
3253   rows: "generated"
3254   data: "vpp-mrr-results-3n-skx"
3255   filter: "'MRR'"
3256   parameters:
3257   - "name"
3258   - "parent"
3259   - "msg"
3260
3261 # Detailed Test Results - VPP MRR Results 2n-skx
3262 -
3263   type: "table"
3264   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3265   algorithm: "table_details"
3266   output-file-ext: ".csv"
3267   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3268   columns:
3269   -
3270     title: "Name"
3271     data: "data name"
3272   -
3273     title: "Status"
3274     data: "data msg"
3275   rows: "generated"
3276   data: "vpp-mrr-results-2n-skx"
3277   filter: "'MRR'"
3278   parameters:
3279   - "name"
3280   - "parent"
3281   - "msg"
3282
3283 # Detailed Test Results - VPP MRR Results 2n-dnv
3284 -
3285   type: "table"
3286   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3287   algorithm: "table_details"
3288   output-file-ext: ".csv"
3289   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3290   columns:
3291   -
3292     title: "Name"
3293     data: "data name"
3294   -
3295     title: "Status"
3296     data: "data msg"
3297   rows: "generated"
3298   data: "intel-dnv-vpp"
3299   filter: "'MRR'"
3300   parameters:
3301   - "name"
3302   - "parent"
3303   - "msg"
3304
3305 # Test configuration - VPP MRR Test Configs 3n-hsw
3306 -
3307   type: "table"
3308   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3309   algorithm: "table_details"
3310   output-file-ext: ".csv"
3311   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3312   columns:
3313   -
3314     title: "Name"
3315     data: "data name"
3316   -
3317     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3318     data: "data vat-history"
3319   rows: "generated"
3320   data: "vpp-mrr-results-3n-hsw"
3321   filter: "'MRR'"
3322   parameters:
3323   - "parent"
3324   - "name"
3325   - "vat-history"
3326
3327 # Test configuration - VPP MRR Test Configs 3n-skx
3328 -
3329   type: "table"
3330   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3331   algorithm: "table_details"
3332   output-file-ext: ".csv"
3333   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3334   columns:
3335   -
3336     title: "Name"
3337     data: "data name"
3338   -
3339     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3340     data: "data vat-history"
3341   rows: "generated"
3342   data: "vpp-mrr-results-3n-skx"
3343   filter: "'MRR'"
3344   parameters:
3345   - "parent"
3346   - "name"
3347   - "vat-history"
3348
3349 # Test configuration - VPP MRR Test Configs 2n-skx
3350 -
3351   type: "table"
3352   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3353   algorithm: "table_details"
3354   output-file-ext: ".csv"
3355   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3356   columns:
3357   -
3358     title: "Name"
3359     data: "data name"
3360   -
3361     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3362     data: "data vat-history"
3363   rows: "generated"
3364   data: "vpp-mrr-results-2n-skx"
3365   filter: "'MRR'"
3366   parameters:
3367   - "parent"
3368   - "name"
3369   - "vat-history"
3370
3371 # Test configuration - VPP MRR Test Configs 2n-dnv
3372 -
3373   type: "table"
3374   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3375   algorithm: "table_details"
3376   output-file-ext: ".csv"
3377   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3378   columns:
3379   -
3380     title: "Name"
3381     data: "data name"
3382   -
3383     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3384     data: "data vat-history"
3385   rows: "generated"
3386   data: "intel-dnv-vpp"
3387   filter: "'MRR'"
3388   parameters:
3389   - "parent"
3390   - "name"
3391   - "vat-history"
3392
3393 # Detailed Test Results - VPP Functional Results - Ubuntu
3394 -
3395   type: "table"
3396   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3397   algorithm: "table_details"
3398   output-file-ext: ".csv"
3399   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3400   columns:
3401   -
3402     title: "Name"
3403     data: "data name"
3404   -
3405     title: "Documentation"
3406     data: "data doc"
3407   -
3408     title: "Status"
3409     data: "data status"
3410   rows: "generated"
3411   data: "vpp-func-results-ubuntu"
3412   filter: "all"
3413   parameters:
3414   - "name"
3415   - "parent"
3416   - "doc"
3417   - "status"
3418
3419 # Detailed Test Results - VPP Functional Results - CentOS
3420 -
3421   type: "table"
3422   title: "Detailed Test Results - VPP Functional Results - CentOS"
3423   algorithm: "table_details"
3424   output-file-ext: ".csv"
3425   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3426   columns:
3427   -
3428     title: "Name"
3429     data: "data name"
3430   -
3431     title: "Documentation"
3432     data: "data doc"
3433   -
3434     title: "Status"
3435     data: "data status"
3436   rows: "generated"
3437   data:
3438     "vpp-func-results-centos"
3439   filter: "all"
3440   parameters:
3441   - "name"
3442   - "parent"
3443   - "doc"
3444   - "status"
3445
3446 # Test configuration - VPP Functional Test Configs - Ubuntu
3447 -
3448   type: "table"
3449   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3450   algorithm: "table_details"
3451   output-file-ext: ".csv"
3452   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3453   columns:
3454   -
3455     title: "Name"
3456     data: "data name"
3457   -
3458     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3459     data: "data vat-history"
3460   rows: "generated"
3461   data: "vpp-func-results-ubuntu"
3462   filter: "all"
3463   parameters:
3464   - "parent"
3465   - "name"
3466   - "vat-history"
3467
3468 # Test configuration - VPP Functional Test Configs - CentOS
3469 -
3470   type: "table"
3471   title: "Test configuration - VPP Functional Test Configs - CentOS"
3472   algorithm: "table_details"
3473   output-file-ext: ".csv"
3474   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3475   columns:
3476   -
3477     title: "Name"
3478     data: "data name"
3479   -
3480     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3481     data: "data vat-history"
3482   rows: "generated"
3483   data: "vpp-func-results-centos"
3484   filter: "all"
3485   parameters:
3486   - "parent"
3487   - "name"
3488   - "vat-history"
3489
3490 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3491 -
3492   type: "table"
3493   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3494   algorithm: "table_details"
3495   output-file-ext: ".csv"
3496   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3497   columns:
3498   -
3499     title: "Name"
3500     data: "data name"
3501   -
3502     title: "Status"
3503     data: "data msg"
3504   rows: "generated"
3505   data: "ligato-perf-results-3n-hsw"
3506   filter: "all"
3507   parameters:
3508   - "name"
3509   - "parent"
3510   - "msg"
3511
3512 # Detailed Test Results - VPP Device Results - Ubuntu
3513 -
3514   type: "table"
3515   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3516   algorithm: "table_details"
3517   output-file-ext: ".csv"
3518   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3519   columns:
3520   -
3521     title: "Name"
3522     data: "data name"
3523   -
3524     title: "Documentation"
3525     data: "data doc"
3526   -
3527     title: "Status"
3528     data: "data status"
3529   rows: "generated"
3530   data: "vpp-device-results-ubuntu"
3531   filter: "all"
3532   parameters:
3533   - "name"
3534   - "parent"
3535   - "doc"
3536   - "status"
3537
3538 # Test configuration - VPP Device Test Configs - Ubuntu
3539 -
3540   type: "table"
3541   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3542   algorithm: "table_details"
3543   output-file-ext: ".csv"
3544   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3545   columns:
3546   -
3547     title: "Name"
3548     data: "data name"
3549   -
3550     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3551     data: "data vat-history"
3552   rows: "generated"
3553   data: "vpp-device-results-ubuntu"
3554   filter: "all"
3555   parameters:
3556   - "parent"
3557   - "name"
3558   - "vat-history"
3559
3560 ################################################################################
3561
3562 # DPDK Performance Changes 3n-hsw 1t1c pdr
3563 -
3564   type: "table"
3565   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3566   algorithm: "table_performance_comparison"
3567   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3568   history:
3569     -
3570       title: "rls1807"
3571       data: "dpdk-performance-changes-3n-hsw-h1"
3572   reference:
3573     title: "rls1810"
3574     data: "dpdk-performance-changes-3n-hsw-ref"
3575   compare:
3576     title: "rls1901"
3577     data: "dpdk-performance-changes-3n-hsw-cmp"
3578   data: "dpdk-performance-changes-3n-hsw"
3579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3580   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3581   parameters:
3582   - "name"
3583   - "parent"
3584   - "throughput"
3585
3586 # DPDK Performance Changes 3n-hsw 2t2c pdr
3587 -
3588   type: "table"
3589   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3590   algorithm: "table_performance_comparison"
3591   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3592   history:
3593     -
3594       title: "rls1807"
3595       data: "dpdk-performance-changes-3n-hsw-h1"
3596   reference:
3597     title: "rls1810"
3598     data: "dpdk-performance-changes-3n-hsw-ref"
3599   compare:
3600     title: "rls1901"
3601     data: "dpdk-performance-changes-3n-hsw-cmp"
3602   data: "dpdk-performance-changes-3n-hsw"
3603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3604   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3605   parameters:
3606   - "name"
3607   - "parent"
3608   - "throughput"
3609
3610 # DPDK Performance Changes 3n-hsw 1t1c ndr
3611 -
3612   type: "table"
3613   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3614   algorithm: "table_performance_comparison"
3615   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3616   history:
3617     -
3618       title: "rls1807"
3619       data: "dpdk-performance-changes-3n-hsw-h1"
3620   reference:
3621     title: "rls1810"
3622     data: "dpdk-performance-changes-3n-hsw-ref"
3623   compare:
3624     title: "rls1901"
3625     data: "dpdk-performance-changes-3n-hsw-cmp"
3626   data: "dpdk-performance-changes-3n-hsw"
3627   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3628   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3629   parameters:
3630   - "name"
3631   - "parent"
3632   - "throughput"
3633
3634 # DPDK Performance Changes 3n-hsw 2t2c ndr
3635 -
3636   type: "table"
3637   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3638   algorithm: "table_performance_comparison"
3639   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3640   history:
3641     -
3642       title: "rls1807"
3643       data: "dpdk-performance-changes-3n-hsw-h1"
3644   reference:
3645     title: "rls1810"
3646     data: "dpdk-performance-changes-3n-hsw-ref"
3647   compare:
3648     title: "rls1901"
3649     data: "dpdk-performance-changes-3n-hsw-cmp"
3650   data: "dpdk-performance-changes-3n-hsw"
3651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3652   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3653   parameters:
3654   - "name"
3655   - "parent"
3656   - "throughput"
3657
3658 # DPDK Performance Changes 3n-skx 2t1c pdr
3659 -
3660   type: "table"
3661   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3662   algorithm: "table_performance_comparison"
3663   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3664   history:
3665     -
3666       title: "rls1807"
3667       data: "dpdk-performance-changes-3n-skx-h1"
3668   reference:
3669     title: "rls1810"
3670     data: "dpdk-performance-changes-3n-skx-ref"
3671   compare:
3672     title: "rls1901"
3673     data: "dpdk-performance-changes-3n-skx-cmp"
3674   data: "dpdk-performance-changes-3n-skx"
3675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3676   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3677   parameters:
3678   - "name"
3679   - "parent"
3680   - "throughput"
3681
3682 # DPDK Performance Changes 3n-skx 4t2c pdr
3683 -
3684   type: "table"
3685   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3686   algorithm: "table_performance_comparison"
3687   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3688   history:
3689     -
3690       title: "rls1807"
3691       data: "dpdk-performance-changes-3n-skx-h1"
3692   reference:
3693     title: "rls1810"
3694     data: "dpdk-performance-changes-3n-skx-ref"
3695   compare:
3696     title: "rls1901"
3697     data: "dpdk-performance-changes-3n-skx-cmp"
3698   data: "dpdk-performance-changes-3n-skx"
3699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3700   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3701   parameters:
3702   - "name"
3703   - "parent"
3704   - "throughput"
3705
3706 # DPDK Performance Changes 3n-skx 2t1c ndr
3707 -
3708   type: "table"
3709   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3710   algorithm: "table_performance_comparison"
3711   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3712   history:
3713     -
3714       title: "rls1807"
3715       data: "dpdk-performance-changes-3n-skx-h1"
3716   reference:
3717     title: "rls1810"
3718     data: "dpdk-performance-changes-3n-skx-ref"
3719   compare:
3720     title: "rls1901"
3721     data: "dpdk-performance-changes-3n-skx-cmp"
3722   data: "dpdk-performance-changes-3n-skx"
3723   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3724   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3725   parameters:
3726   - "name"
3727   - "parent"
3728   - "throughput"
3729
3730 # DPDK Performance Changes 3n-skx 4t2c ndr
3731 -
3732   type: "table"
3733   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3734   algorithm: "table_performance_comparison"
3735   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3736   history:
3737     -
3738       title: "rls1807"
3739       data: "dpdk-performance-changes-3n-skx-h1"
3740   reference:
3741     title: "rls1810"
3742     data: "dpdk-performance-changes-3n-skx-ref"
3743   compare:
3744     title: "rls1901"
3745     data: "dpdk-performance-changes-3n-skx-cmp"
3746   data: "dpdk-performance-changes-3n-skx"
3747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3748   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3749   parameters:
3750   - "name"
3751   - "parent"
3752   - "throughput"
3753
3754 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3755 -
3756   type: "table"
3757   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3758   algorithm: "table_performance_comparison"
3759   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3760   reference:
3761     title: "3-Node Hsw"
3762     data: "dpdk-compare-testbeds-ref"
3763   compare:
3764     title: "3-Node Skx"
3765     data: "dpdk-compare-testbeds-cmp"
3766   data: "dpdk-compare-testbeds"
3767   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3768   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3769   parameters:
3770   - "name"
3771   - "parent"
3772   - "throughput"
3773
3774 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3775 -
3776   type: "table"
3777   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3778   algorithm: "table_performance_comparison"
3779   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3780   reference:
3781     title: "3-Node Hsw"
3782     data: "dpdk-compare-testbeds-ref"
3783   compare:
3784     title: "3-Node Skx"
3785     data: "dpdk-compare-testbeds-cmp"
3786   data: "dpdk-compare-testbeds"
3787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3788   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3789   parameters:
3790   - "name"
3791   - "parent"
3792   - "throughput"
3793
3794 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3795 -
3796   type: "table"
3797   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3798   algorithm: "table_performance_comparison"
3799   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3800   reference:
3801     title: "3-Node Skx"
3802     data: "dpdk-compare-topologies-ref"
3803   compare:
3804     title: "2-Node Skx"
3805     data: "dpdk-compare-topologies-cmp"
3806   data: "dpdk-compare-topologies"
3807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3808   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3809   parameters:
3810   - "name"
3811   - "parent"
3812   - "throughput"
3813
3814 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3815 -
3816   type: "table"
3817   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3818   algorithm: "table_performance_comparison"
3819   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3820   reference:
3821     title: "3-Node Skx"
3822     data: "dpdk-compare-topologies-ref"
3823   compare:
3824     title: "2-Node Skx"
3825     data: "dpdk-compare-topologies-cmp"
3826   data: "dpdk-compare-topologies"
3827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3828   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3829   parameters:
3830   - "name"
3831   - "parent"
3832   - "throughput"
3833
3834 # DPDK Performance Changes 2n-skx 2t1c pdr
3835 -
3836   type: "table"
3837   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3838   algorithm: "table_performance_comparison"
3839   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3840   reference:
3841     title: "rls1810"
3842     data: "dpdk-performance-changes-2n-skx-ref"
3843   compare:
3844     title: "rls1901"
3845     data: "dpdk-performance-changes-2n-skx-cmp"
3846   data: "dpdk-performance-changes-2n-skx"
3847   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3848   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3849   parameters:
3850   - "name"
3851   - "parent"
3852   - "throughput"
3853
3854 # DPDK Performance Changes 2n-skx 4t2c pdr
3855 -
3856   type: "table"
3857   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3858   algorithm: "table_performance_comparison"
3859   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3860   reference:
3861     title: "rls1810"
3862     data: "dpdk-performance-changes-2n-skx-ref"
3863   compare:
3864     title: "rls1901"
3865     data: "dpdk-performance-changes-2n-skx-cmp"
3866   data: "dpdk-performance-changes-2n-skx"
3867   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3868   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3869   parameters:
3870   - "name"
3871   - "parent"
3872   - "throughput"
3873
3874 # DPDK Performance Changes 2n-skx 2t1c ndr
3875 -
3876   type: "table"
3877   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3878   algorithm: "table_performance_comparison"
3879   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3880   reference:
3881     title: "rls1810"
3882     data: "dpdk-performance-changes-2n-skx-ref"
3883   compare:
3884     title: "rls1901"
3885     data: "dpdk-performance-changes-2n-skx-cmp"
3886   data: "dpdk-performance-changes-2n-skx"
3887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3888   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3889   parameters:
3890   - "name"
3891   - "parent"
3892   - "throughput"
3893
3894 # DPDK Performance Changes 2n-skx 4t2c ndr
3895 -
3896   type: "table"
3897   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3898   algorithm: "table_performance_comparison"
3899   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3900   reference:
3901     title: "rls1810"
3902     data: "dpdk-performance-changes-2n-skx-ref"
3903   compare:
3904     title: "rls1901"
3905     data: "dpdk-performance-changes-2n-skx-cmp"
3906   data: "dpdk-performance-changes-2n-skx"
3907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3908   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3909   parameters:
3910   - "name"
3911   - "parent"
3912   - "throughput"
3913
3914 # Detailed Test Results - DPDK Performance Results 3n-hsw
3915 -
3916   type: "table"
3917   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3918   algorithm: "table_details"
3919   output-file-ext: ".csv"
3920   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3921   columns:
3922   -
3923     title: "Name"
3924     data: "data name"
3925   -
3926     title: "Status"
3927     data: "data msg"
3928   rows: "generated"
3929   data: "dpdk-perf-results-3n-hsw"
3930   filter: "all"
3931   parameters:
3932   - "name"
3933   - "parent"
3934   - "msg"
3935
3936 # Detailed Test Results - DPDK Performance Results 3n-skx
3937 -
3938   type: "table"
3939   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3940   algorithm: "table_details"
3941   output-file-ext: ".csv"
3942   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3943   columns:
3944   -
3945     title: "Name"
3946     data: "data name"
3947   -
3948     title: "Status"
3949     data: "data msg"
3950   rows: "generated"
3951   data: "dpdk-perf-results-3n-skx"
3952   filter: "all"
3953   parameters:
3954   - "name"
3955   - "parent"
3956   - "msg"
3957
3958 # Detailed Test Results - DPDK Performance Results 2n-skx
3959 -
3960   type: "table"
3961   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3962   algorithm: "table_details"
3963   output-file-ext: ".csv"
3964   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3965   columns:
3966   -
3967     title: "Name"
3968     data: "data name"
3969   -
3970     title: "Status"
3971     data: "data msg"
3972   rows: "generated"
3973   data: "dpdk-perf-results-2n-skx"
3974   filter: "all"
3975   parameters:
3976   - "name"
3977   - "parent"
3978   - "msg"
3979
3980 ################################################################################
3981 # HoneyComb
3982 -
3983   type: "table"
3984   title: "Detailed Test Results - Honeycomb Functional Results"
3985   algorithm: "table_details"
3986   output-file-ext: ".csv"
3987   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3988   columns:
3989   -
3990     title: "Name"
3991     data: "data name"
3992   -
3993     title: "Documentation"
3994     data: "data doc"
3995   -
3996     title: "Status"
3997     data: "data status"
3998   rows: "generated"
3999   data:
4000     "hc-func-results"
4001   filter: "all"
4002   parameters:
4003   - "name"
4004   - "parent"
4005   - "doc"
4006   - "status"
4007
4008 ################################################################################
4009 # NSH SFC
4010 -
4011   type: "table"
4012   title: "Detailed Test Results - NSH SFC Functional Results"
4013   algorithm: "table_details"
4014   output-file-ext: ".csv"
4015   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4016   columns:
4017   -
4018     title: "Name"
4019     data: "data name"
4020   -
4021     title: "Documentation"
4022     data: "data doc"
4023   -
4024     title: "Status"
4025     data: "data status"
4026   rows: "generated"
4027   data:
4028     "nsh-func-results"
4029   filter: "all"
4030   parameters:
4031   - "name"
4032   - "parent"
4033   - "doc"
4034   - "status"
4035
4036 ################################################################################
4037 # DMM
4038 -
4039   type: "table"
4040   title: "Detailed Test Results - DMM Functional Results"
4041   algorithm: "table_details"
4042   output-file-ext: ".csv"
4043   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4044   columns:
4045   -
4046     title: "Name"
4047     data: "data name"
4048   -
4049     title: "Documentation"
4050     data: "data doc"
4051   -
4052     title: "Status"
4053     data: "data status"
4054   rows: "generated"
4055   data:
4056     "dmm-func-results"
4057   filter: "all"
4058   parameters:
4059   - "name"
4060   - "parent"
4061   - "doc"
4062   - "status"
4063
4064 ################################################################################
4065 ###                                F I L E S                                 ###
4066 ################################################################################
4067
4068 # VPP Performance Results 3n-hsw
4069 -
4070   type: "file"
4071   title: "VPP Performance Results 3n-hsw"
4072   algorithm: "file_test_results"
4073   output-file-ext: ".rst"
4074   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4075   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4076   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4077   data: "vpp-perf-results-3n-hsw"
4078   filter: "not 'NDRCHK' and not 'PDRCHK'"
4079   parameters:
4080   - "name"
4081   - "doc"
4082   - "level"
4083   - "parent"
4084   data-start-level: 3
4085
4086 # VPP Performance Results 3n-skx
4087 -
4088   type: "file"
4089   title: "VPP Performance Results 3n-skx"
4090   algorithm: "file_test_results"
4091   output-file-ext: ".rst"
4092   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4093   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4094   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4095   data: "vpp-perf-results-3n-skx"
4096   filter: "not 'NDRCHK' and not 'PDRCHK'"
4097   parameters:
4098   - "name"
4099   - "doc"
4100   - "level"
4101   - "parent"
4102   data-start-level: 3
4103
4104 # VPP Performance Results 2n-skx
4105 -
4106   type: "file"
4107   title: "VPP Performance Results 2n-skx"
4108   algorithm: "file_test_results"
4109   output-file-ext: ".rst"
4110   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4111   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4112   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4113   data: "vpp-perf-results-2n-skx"
4114   filter: "not 'NDRCHK' and not 'PDRCHK'"
4115   parameters:
4116   - "name"
4117   - "doc"
4118   - "level"
4119   - "parent"
4120   data-start-level: 3
4121
4122 # VPP Performance Results 2n-dnv
4123 -
4124   type: "file"
4125   title: "VPP Performance Results 2n-dnv"
4126   algorithm: "file_test_results"
4127   output-file-ext: ".rst"
4128   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4129   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4130   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4131   data: "intel-dnv-vpp"
4132   filter: "'NDRPDR'"
4133   parameters:
4134   - "name"
4135   - "doc"
4136   - "level"
4137   - "parent"
4138   data-start-level: 3
4139
4140 # VPP Performance Configuration 3n-hsw
4141 -
4142   type: "file"
4143   title: "VPP Performance Configuration 3n-hsw"
4144   algorithm: "file_test_results"
4145   output-file-ext: ".rst"
4146   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4147   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4148   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4149   data: "vpp-perf-results-3n-hsw"
4150   filter: "not 'NDRCHK' and not 'PDRCHK'"
4151   parameters:
4152   - "name"
4153   - "doc"
4154   - "level"
4155   - "parent"
4156   data-start-level: 3
4157
4158 # VPP Performance Configuration 3n-skx
4159 -
4160   type: "file"
4161   title: "VPP Performance Configuration 3n-skx"
4162   algorithm: "file_test_results"
4163   output-file-ext: ".rst"
4164   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4165   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4166   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4167   data: "vpp-perf-results-3n-skx"
4168   filter: "not 'NDRCHK' and not 'PDRCHK'"
4169   parameters:
4170   - "name"
4171   - "doc"
4172   - "level"
4173   - "parent"
4174   data-start-level: 3
4175
4176 # VPP Performance Configuration 2n-skx
4177 -
4178   type: "file"
4179   title: "VPP Performance Configuration 2n-skx"
4180   algorithm: "file_test_results"
4181   output-file-ext: ".rst"
4182   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4183   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4184   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4185   data: "vpp-perf-results-2n-skx"
4186   filter: "not 'NDRCHK' and not 'PDRCHK'"
4187   parameters:
4188   - "name"
4189   - "doc"
4190   - "level"
4191   - "parent"
4192   data-start-level: 3
4193
4194 # VPP Performance Configuration 2n-dnv
4195 -
4196   type: "file"
4197   title: "VPP Performance Configuration 2n-dnv"
4198   algorithm: "file_test_results"
4199   output-file-ext: ".rst"
4200   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4201   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4202   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4203   data: "intel-dnv-vpp"
4204   filter: "'NDRPDR'"
4205   parameters:
4206   - "name"
4207   - "doc"
4208   - "level"
4209   - "parent"
4210   data-start-level: 3
4211
4212 # VPP Performance Operational Data 3n-hsw
4213 -
4214   type: "file"
4215   title: "VPP Performance Operational Data 3n-hsw"
4216   algorithm: "file_test_results"
4217   output-file-ext: ".rst"
4218   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4219   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4220   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4221   data: "vpp-perf-results-3n-hsw"
4222   filter: "not 'NDRCHK' and not 'PDRCHK'"
4223   parameters:
4224   - "name"
4225   - "doc"
4226   - "level"
4227   - "parent"
4228   data-start-level: 3
4229
4230 # VPP Performance Operational Data 3n-skx
4231 -
4232   type: "file"
4233   title: "VPP Performance Operational Data 3n-skx"
4234   algorithm: "file_test_results"
4235   output-file-ext: ".rst"
4236   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4237   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4238   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4239   data: "vpp-perf-results-3n-skx"
4240   filter: "not 'NDRCHK' and not 'PDRCHK'"
4241   parameters:
4242   - "name"
4243   - "doc"
4244   - "level"
4245   - "parent"
4246   data-start-level: 3
4247
4248 # VPP Performance Operational Data 2n-skx
4249 -
4250   type: "file"
4251   title: "VPP Performance Operational Data 2n-skx"
4252   algorithm: "file_test_results"
4253   output-file-ext: ".rst"
4254   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4255   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4256   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4257   data: "vpp-perf-results-2n-skx"
4258   filter: "not 'NDRCHK' and not 'PDRCHK'"
4259   parameters:
4260   - "name"
4261   - "doc"
4262   - "level"
4263   - "parent"
4264   data-start-level: 3
4265
4266 # VPP Performance Operational Data 2n-dnv
4267 -
4268   type: "file"
4269   title: "VPP Performance Operational Data 2n-dnv"
4270   algorithm: "file_test_results"
4271   output-file-ext: ".rst"
4272   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4273   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4274   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4275   data: "intel-dnv-vpp"
4276   filter: "'NDRPDR'"
4277   parameters:
4278   - "name"
4279   - "doc"
4280   - "level"
4281   - "parent"
4282   data-start-level: 3
4283
4284 # VPP MRR Results 3n-hsw
4285 -
4286   type: "file"
4287   title: "VPP MRR Results 3n-hsw"
4288   algorithm: "file_test_results"
4289   output-file-ext: ".rst"
4290   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4291   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4292   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4293   data: "vpp-mrr-results-3n-hsw"
4294   filter: "'MRR'"
4295   parameters:
4296   - "name"
4297   - "doc"
4298   - "level"
4299   - "parent"
4300   data-start-level: 3
4301
4302 # VPP MRR Results 3n-skx
4303 -
4304   type: "file"
4305   title: "VPP MRR Results 3n-skx"
4306   algorithm: "file_test_results"
4307   output-file-ext: ".rst"
4308   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4309   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4310   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4311   data: "vpp-mrr-results-3n-skx"
4312   filter: "'MRR'"
4313   parameters:
4314   - "name"
4315   - "doc"
4316   - "level"
4317   - "parent"
4318   data-start-level: 3
4319
4320 # VPP MRR Results 2n-skx
4321 -
4322   type: "file"
4323   title: "VPP MRR Results 2n-skx"
4324   algorithm: "file_test_results"
4325   output-file-ext: ".rst"
4326   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4327   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4328   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4329   data: "vpp-mrr-results-2n-skx"
4330   filter: "all"
4331   parameters:
4332   - "name"
4333   - "doc"
4334   - "level"
4335   - "parent"
4336   data-start-level: 3
4337
4338 # VPP MRR Results 2n-dnv
4339 -
4340   type: "file"
4341   title: "VPP MRR Results 2n-dnv"
4342   algorithm: "file_test_results"
4343   output-file-ext: ".rst"
4344   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4345   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4346   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4347   data: "intel-dnv-vpp"
4348   filter: "'MRR'"
4349   parameters:
4350   - "name"
4351   - "doc"
4352   - "level"
4353   - "parent"
4354   data-start-level: 3
4355
4356 # VPP MRR Configuration 3n-hsw
4357 -
4358   type: "file"
4359   title: "VPP MRR Configuration 3n-hsw"
4360   algorithm: "file_test_results"
4361   output-file-ext: ".rst"
4362   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4363   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4364   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4365   data: "vpp-mrr-results-3n-hsw"
4366   filter: "'MRR'"
4367   parameters:
4368   - "name"
4369   - "doc"
4370   - "level"
4371   - "parent"
4372   data-start-level: 3
4373
4374 # VPP MRR Configuration 3n-skx
4375 -
4376   type: "file"
4377   title: "VPP MRR Configuration 3n-skx"
4378   algorithm: "file_test_results"
4379   output-file-ext: ".rst"
4380   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4381   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"
4382   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4383   data: "vpp-mrr-results-3n-skx"
4384   filter: "'MRR'"
4385   parameters:
4386   - "name"
4387   - "doc"
4388   - "level"
4389   - "parent"
4390   data-start-level: 3
4391
4392 # VPP MRR Configuration 2n-skx
4393 -
4394   type: "file"
4395   title: "VPP MRR Configuration 2n-skx"
4396   algorithm: "file_test_results"
4397   output-file-ext: ".rst"
4398   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4399   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"
4400   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4401   data: "vpp-mrr-results-2n-skx"
4402   filter: "'MRR'"
4403   parameters:
4404   - "name"
4405   - "doc"
4406   - "level"
4407   - "parent"
4408   data-start-level: 3
4409
4410 # VPP MRR Configuration 2n-dnv
4411 -
4412   type: "file"
4413   title: "VPP MRR Configuration 2n-dnv"
4414   algorithm: "file_test_results"
4415   output-file-ext: ".rst"
4416   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4417   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"
4418   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4419   data: "intel-dnv-vpp"
4420   filter: "'MRR'"
4421   parameters:
4422   - "name"
4423   - "doc"
4424   - "level"
4425   - "parent"
4426   data-start-level: 3
4427
4428 # VPP Functional Results - Ubuntu
4429 -
4430   type: "file"
4431   title: "VPP Functional Results - Ubuntu"
4432   algorithm: "file_test_results"
4433   output-file-ext: ".rst"
4434   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4435   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"
4436   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4437   data: "vpp-func-results-ubuntu"
4438   filter: "all"
4439   parameters:
4440   - "name"
4441   - "doc"
4442   - "level"
4443   - "parent"
4444   data-start-level: 3
4445
4446 # VPP Functional Results - CentOS
4447 -
4448   type: "file"
4449   title: "VPP Functional Results - CentOS"
4450   algorithm: "file_test_results"
4451   output-file-ext: ".rst"
4452   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4453   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"
4454   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4455   data:
4456     "vpp-func-results-centos"
4457   filter: "all"
4458   parameters:
4459   - "name"
4460   - "doc"
4461   - "level"
4462   - "parent"
4463   data-start-level: 3
4464
4465 # VPP Functional Configuration - Ubuntu
4466 -
4467   type: "file"
4468   title: "VPP Functional Configuration - Ubuntu"
4469   algorithm: "file_test_results"
4470   output-file-ext: ".rst"
4471   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4472   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"
4473   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4474   data: "vpp-func-results-ubuntu"
4475   filter: "all"
4476   parameters:
4477   - "name"
4478   - "doc"
4479   - "level"
4480   - "parent"
4481   data-start-level: 3
4482
4483 # VPP Functional Configuration - CentOS
4484 -
4485   type: "file"
4486   title: "VPP Functional Configuration - CentOS"
4487   algorithm: "file_test_results"
4488   output-file-ext: ".rst"
4489   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4490   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"
4491   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4492   data:
4493     "vpp-func-results-centos"
4494   filter: "all"
4495   parameters:
4496   - "name"
4497   - "doc"
4498   - "level"
4499   - "parent"
4500   data-start-level: 3
4501
4502 # VPP Device Results - Ubuntu
4503 -
4504   type: "file"
4505   title: "VPP Device Results - Ubuntu"
4506   algorithm: "file_test_results"
4507   output-file-ext: ".rst"
4508   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4509   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4510   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4511   data: "vpp-device-results-ubuntu"
4512   filter: "all"
4513   parameters:
4514   - "name"
4515   - "doc"
4516   - "level"
4517   - "parent"
4518   data-start-level: 2
4519
4520 # VPP Device Configuration - Ubuntu
4521 -
4522   type: "file"
4523   title: "VPP Device Configuration - Ubuntu"
4524   algorithm: "file_test_results"
4525   output-file-ext: ".rst"
4526   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4527   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4528   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4529   data: "vpp-device-results-ubuntu"
4530   filter: "all"
4531   parameters:
4532   - "name"
4533   - "doc"
4534   - "level"
4535   - "parent"
4536   data-start-level: 2
4537
4538 # Container Orchestrated Performance Results 3n-hsw
4539 -
4540   type: "file"
4541   title: "Container Orchestrated Performance Results 3n-hsw"
4542   algorithm: "file_test_results"
4543   output-file-ext: ".rst"
4544   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4545   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"
4546   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4547   data: "ligato-perf-results-3n-hsw"
4548   filter: "all"
4549   parameters:
4550   - "name"
4551   - "doc"
4552   - "level"
4553   - "parent"
4554   data-start-level: 3
4555
4556 # DPDK Performance Results 3n-hsw
4557 -
4558   type: "file"
4559   title: "DPDK Performance Results 3n-hsw"
4560   algorithm: "file_test_results"
4561   output-file-ext: ".rst"
4562   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4563   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"
4564   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4565   data: "dpdk-perf-results-3n-hsw"
4566   filter: "all"
4567   parameters:
4568   - "name"
4569   - "doc"
4570   - "level"
4571   - "parent"
4572   data-start-level: 3
4573
4574 # DPDK Performance Results 3n-skx
4575 -
4576   type: "file"
4577   title: "DPDK Performance Results 3n-skx"
4578   algorithm: "file_test_results"
4579   output-file-ext: ".rst"
4580   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4581   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"
4582   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4583   data: "dpdk-perf-results-3n-skx"
4584   filter: "all"
4585   parameters:
4586   - "name"
4587   - "doc"
4588   - "level"
4589   - "parent"
4590   data-start-level: 3
4591
4592 # DPDK Performance Results 2n-skx
4593 -
4594   type: "file"
4595   title: "DPDK Performance Results 2n-skx"
4596   algorithm: "file_test_results"
4597   output-file-ext: ".rst"
4598   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4599   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"
4600   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4601   data: "dpdk-perf-results-2n-skx"
4602   filter: "all"
4603   parameters:
4604   - "name"
4605   - "doc"
4606   - "level"
4607   - "parent"
4608   data-start-level: 3
4609
4610 # Honeycomb Functional Results
4611 -
4612   type: "file"
4613   title: "Honeycomb Functional Results"
4614   algorithm: "file_test_results"
4615   output-file-ext: ".rst"
4616   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4617   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"
4618   dir-tables: "{DIR[DTR,FUNC,HC]}"
4619   data:
4620     "hc-func-results"
4621   filter: "all"
4622   parameters:
4623   - "name"
4624   - "doc"
4625   - "level"
4626   - "parent"
4627   data-start-level: 3
4628
4629 # NSH SFC Functional Results
4630 -
4631   type: "file"
4632   title: "NSH SFC Functional Results"
4633   algorithm: "file_test_results"
4634   output-file-ext: ".rst"
4635   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4636   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"
4637   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4638   data:
4639     "nsh-func-results"
4640   filter: "all"
4641   parameters:
4642   - "name"
4643   - "doc"
4644   - "level"
4645   - "parent"
4646   data-start-level: 3
4647
4648 # DMM Functional Results
4649 -
4650   type: "file"
4651   title: "DMM Functional Results"
4652   algorithm: "file_test_results"
4653   output-file-ext: ".rst"
4654   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4655   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"
4656   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4657   data:
4658     "dmm-func-results"
4659   filter: "all"
4660   parameters:
4661   - "name"
4662   - "doc"
4663   - "level"
4664   - "parent"
4665   data-start-level: 3
4666
4667 ################################################################################
4668 ###                                P L O T S                                 ###
4669 ################################################################################
4670
4671 # Soak test - 30min Soak Test (PLRsearch), boxes
4672 -
4673   type: "plot"
4674   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4675   algorithm: "plot_soak_boxes"
4676   output-file-type: ".html"
4677   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4678   data: "plot-vpp-soak-2n-skx"
4679   filter: "'SOAK'"
4680   parameters:
4681   - "throughput"
4682   - "parent"
4683   - "tags"
4684   sort:
4685   - "L2PATCH"
4686 #  - "L2XCBASE"
4687 #  - "L2BDMACLRN"
4688 #  - "IP4FWD"
4689 #  - "IP6FWD"
4690   - "VHOST"
4691   layout:
4692     title: "30min Soak Test (PLRsearch)"
4693     layout: "plot-soak-throughput"
4694
4695 # Soak test - example, not used
4696 -
4697   type: "plot"
4698   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4699   algorithm: "plot_soak_bars"
4700   output-file-type: ".html"
4701   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4702   data: "plot-vpp-soak-2n-skx"
4703   filter: "'SOAK'"
4704   parameters:
4705   - "throughput"
4706   - "parent"
4707   - "tags"
4708   sort:
4709   - "L2PATCH"
4710 #  - "L2XCBASE"
4711 #  - "L2BDMACLRN"
4712 #  - "IP4FWD"
4713 #  - "IP6FWD"
4714   - "VHOST"
4715   layout:
4716     title: "30min Soak Test (PLRsearch)"
4717     layout: "plot-soak-throughput"
4718
4719 ################################################################################
4720 # Plots - NF Density - VSC
4721
4722 -
4723   type: "plot"
4724   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4725   algorithm: "plot_service_density_heatmap"
4726   output-file-type: ".html"
4727   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4728   data: "plot-vpp-nfv-2n-skx-mrr"
4729   filter: "'NIC_Intel-X710' and
4730            'NF_DENSITY' and
4731            'VM' and
4732            'CHAIN' and
4733            '64B' and
4734            '2T1C' and
4735            'MRR'"
4736   parameters:
4737   - "result"
4738   - "name"
4739   - "tags"
4740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4741   x-axis: "X = VNFs per Service Chain"
4742   y-axis: "Y = Number of Service Chains"
4743   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4744   layout:
4745     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4746     layout: "plot-service-density"
4747
4748 -
4749   type: "plot"
4750   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4751   algorithm: "plot_service_density_heatmap"
4752   output-file-type: ".html"
4753   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4754   data: "plot-vpp-nfv-2n-skx-mrr"
4755   filter: "'NIC_Intel-X710' and
4756            'NF_DENSITY' and
4757            'VM' and
4758            'CHAIN' and
4759            '64B' and
4760            '4T2C' and
4761            'MRR'"
4762   parameters:
4763   - "result"
4764   - "name"
4765   - "tags"
4766   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4767   x-axis: "X = VNFs per Service Chain"
4768   y-axis: "Y = Number of Service Chains"
4769   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4770   layout:
4771     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4772     layout: "plot-service-density"
4773
4774 -
4775   type: "plot"
4776   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4777   algorithm: "plot_service_density_heatmap"
4778   output-file-type: ".html"
4779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4780   data: "plot-vpp-nfv-2n-skx-mrr"
4781   filter: "'NIC_Intel-X710' and
4782            'NF_DENSITY' and
4783            'VM' and
4784            'CHAIN' and
4785            'IMIX' and
4786            '2T1C' and
4787            'MRR'"
4788   parameters:
4789   - "result"
4790   - "name"
4791   - "tags"
4792   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4793   x-axis: "X = VNFs per Service Chain"
4794   y-axis: "Y = Number of Service Chains"
4795   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4796   layout:
4797     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4798     layout: "plot-service-density"
4799
4800 -
4801   type: "plot"
4802   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4803   algorithm: "plot_service_density_heatmap"
4804   output-file-type: ".html"
4805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4806   data: "plot-vpp-nfv-2n-skx-mrr"
4807   filter: "'NIC_Intel-X710' and
4808            'NF_DENSITY' and
4809            'VM' and
4810            'CHAIN' and
4811            'IMIX' and
4812            '4T2C' and
4813            'MRR'"
4814   parameters:
4815   - "result"
4816   - "name"
4817   - "tags"
4818   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4819   x-axis: "X = VNFs per Service Chain"
4820   y-axis: "Y = Number of Service Chains"
4821   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4822   layout:
4823     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4824     layout: "plot-service-density"
4825
4826 -
4827   type: "plot"
4828   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4829   algorithm: "plot_service_density_heatmap"
4830   output-file-type: ".html"
4831   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4832   data: "plot-vpp-nfv-2n-skx"
4833   filter: "'NIC_Intel-X710' and
4834            'NF_DENSITY' and
4835            'VM' and
4836            'CHAIN' and
4837            '64B' and
4838            '2T1C' and
4839            'NDRPDR'"
4840   parameters:
4841   - "throughput"
4842   - "name"
4843   - "tags"
4844   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4845   x-axis: "X = VNFs per Service Chain"
4846   y-axis: "Y = Number of Service Chains"
4847   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4848   layout:
4849     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4850     layout: "plot-service-density"
4851
4852 -
4853   type: "plot"
4854   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4855   algorithm: "plot_service_density_heatmap"
4856   output-file-type: ".html"
4857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4858   data: "plot-vpp-nfv-2n-skx"
4859   filter: "'NIC_Intel-X710' and
4860            'NF_DENSITY' and
4861            'VM' and
4862            'CHAIN' and
4863            '64B' and
4864            '4T2C' and
4865            'NDRPDR'"
4866   parameters:
4867   - "throughput"
4868   - "name"
4869   - "tags"
4870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4871   x-axis: "X = VNFs per Service Chain"
4872   y-axis: "Y = Number of Service Chains"
4873   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4874   layout:
4875     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4876     layout: "plot-service-density"
4877
4878 -
4879   type: "plot"
4880   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4881   algorithm: "plot_service_density_heatmap"
4882   output-file-type: ".html"
4883   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4884   data: "plot-vpp-nfv-2n-skx"
4885   filter: "'NIC_Intel-X710' and
4886            'NF_DENSITY' and
4887            'VM' and
4888            'CHAIN' and
4889            'IMIX' and
4890            '2T1C' and
4891            'NDRPDR'"
4892   parameters:
4893   - "throughput"
4894   - "name"
4895   - "tags"
4896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4897   x-axis: "X = VNFs per Service Chain"
4898   y-axis: "Y = Number of Service Chains"
4899   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4900   layout:
4901     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4902     layout: "plot-service-density"
4903
4904 -
4905   type: "plot"
4906   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4907   algorithm: "plot_service_density_heatmap"
4908   output-file-type: ".html"
4909   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4910   data: "plot-vpp-nfv-2n-skx"
4911   filter: "'NIC_Intel-X710' and
4912            'NF_DENSITY' and
4913            'VM' and
4914            'CHAIN' and
4915            'IMIX' and
4916            '4T2C' and
4917            'NDRPDR'"
4918   parameters:
4919   - "throughput"
4920   - "name"
4921   - "tags"
4922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4923   x-axis: "X = VNFs per Service Chain"
4924   y-axis: "Y = Number of Service Chains"
4925   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4926   layout:
4927     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4928     layout: "plot-service-density"
4929
4930 -
4931   type: "plot"
4932   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4933   algorithm: "plot_service_density_heatmap"
4934   output-file-type: ".html"
4935   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4936   data: "plot-vpp-nfv-2n-skx"
4937   filter: "'NIC_Intel-X710' and
4938            'NF_DENSITY' and
4939            'VM' and
4940            'CHAIN' and
4941            '64B' and
4942            '2T1C' and
4943            'NDRPDR'"
4944   parameters:
4945   - "throughput"
4946   - "name"
4947   - "tags"
4948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4949   x-axis: "X = VNFs per Service Chain"
4950   y-axis: "Y = Number of Service Chains"
4951   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4952   layout:
4953     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4954     layout: "plot-service-density"
4955
4956 -
4957   type: "plot"
4958   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4959   algorithm: "plot_service_density_heatmap"
4960   output-file-type: ".html"
4961   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4962   data: "plot-vpp-nfv-2n-skx"
4963   filter: "'NIC_Intel-X710' and
4964            'NF_DENSITY' and
4965            'VM' and
4966            'CHAIN' and
4967            '64B' and
4968            '4T2C' and
4969            'NDRPDR'"
4970   parameters:
4971   - "throughput"
4972   - "name"
4973   - "tags"
4974   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4975   x-axis: "X = VNFs per Service Chain"
4976   y-axis: "Y = Number of Service Chains"
4977   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4978   layout:
4979     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4980     layout: "plot-service-density"
4981
4982 -
4983   type: "plot"
4984   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4985   algorithm: "plot_service_density_heatmap"
4986   output-file-type: ".html"
4987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
4988   data: "plot-vpp-nfv-2n-skx"
4989   filter: "'NIC_Intel-X710' and
4990            'NF_DENSITY' and
4991            'VM' and
4992            'CHAIN' and
4993            'IMIX' and
4994            '2T1C' and
4995            'NDRPDR'"
4996   parameters:
4997   - "throughput"
4998   - "name"
4999   - "tags"
5000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5001   x-axis: "X = VNFs per Service Chain"
5002   y-axis: "Y = Number of Service Chains"
5003   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5004   layout:
5005     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5006     layout: "plot-service-density"
5007
5008 -
5009   type: "plot"
5010   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5011   algorithm: "plot_service_density_heatmap"
5012   output-file-type: ".html"
5013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5014   data: "plot-vpp-nfv-2n-skx"
5015   filter: "'NIC_Intel-X710' and
5016            'NF_DENSITY' and
5017            'VM' and
5018            'CHAIN' and
5019            'IMIX' and
5020            '4T2C' and
5021            'NDRPDR'"
5022   parameters:
5023   - "throughput"
5024   - "name"
5025   - "tags"
5026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5027   x-axis: "X = VNFs per Service Chain"
5028   y-axis: "Y = Number of Service Chains"
5029   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5030   layout:
5031     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5032     layout: "plot-service-density"
5033
5034 ################################################################################
5035 # Plots - NF Density - CSC
5036
5037 -
5038   type: "plot"
5039   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5040   algorithm: "plot_service_density_heatmap"
5041   output-file-type: ".html"
5042   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5043   data: "plot-vpp-nfv-2n-skx-mrr"
5044   filter: "'NIC_Intel-X710' and
5045            'NF_DENSITY' and
5046            'DOCKER' and
5047            'CHAIN' and
5048            '64B' and
5049            '2T1C' and
5050            'MRR'"
5051   parameters:
5052   - "result"
5053   - "name"
5054   - "tags"
5055   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5056   x-axis: "X = CNFs per Service Chain"
5057   y-axis: "Y = Number of Service Chains"
5058   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5059   layout:
5060     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5061     layout: "plot-service-density"
5062
5063 -
5064   type: "plot"
5065   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5066   algorithm: "plot_service_density_heatmap"
5067   output-file-type: ".html"
5068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5069   data: "plot-vpp-nfv-2n-skx-mrr"
5070   filter: "'NIC_Intel-X710' and
5071            'NF_DENSITY' and
5072            'DOCKER' and
5073            'CHAIN' and
5074            '64B' and
5075            '4T2C' and
5076            'MRR'"
5077   parameters:
5078   - "result"
5079   - "name"
5080   - "tags"
5081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5082   x-axis: "X = CNFs per Service Chain"
5083   y-axis: "Y = Number of Service Chains"
5084   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5085   layout:
5086     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5087     layout: "plot-service-density"
5088
5089 -
5090   type: "plot"
5091   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5092   algorithm: "plot_service_density_heatmap"
5093   output-file-type: ".html"
5094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5095   data: "plot-vpp-nfv-2n-skx-mrr"
5096   filter: "'NIC_Intel-X710' and
5097            'NF_DENSITY' and
5098            'DOCKER' and
5099            'CHAIN' and
5100            'IMIX' and
5101            '2T1C' and
5102            'MRR'"
5103   parameters:
5104   - "result"
5105   - "name"
5106   - "tags"
5107   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5108   x-axis: "X = CNFs per Service Chain"
5109   y-axis: "Y = Number of Service Chains"
5110   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5111   layout:
5112     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5113     layout: "plot-service-density"
5114
5115 -
5116   type: "plot"
5117   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5118   algorithm: "plot_service_density_heatmap"
5119   output-file-type: ".html"
5120   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5121   data: "plot-vpp-nfv-2n-skx-mrr"
5122   filter: "'NIC_Intel-X710' and
5123            'NF_DENSITY' and
5124            'DOCKER' and
5125            'CHAIN' and
5126            'IMIX' and
5127            '4T2C' and
5128            'MRR'"
5129   parameters:
5130   - "result"
5131   - "name"
5132   - "tags"
5133   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5134   x-axis: "X = CNFs per Service Chain"
5135   y-axis: "Y = Number of Service Chains"
5136   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5137   layout:
5138     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5139     layout: "plot-service-density"
5140
5141 -
5142   type: "plot"
5143   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5144   algorithm: "plot_service_density_heatmap"
5145   output-file-type: ".html"
5146   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5147   data: "plot-vpp-nfv-2n-skx"
5148   filter: "'NIC_Intel-X710' and
5149            'NF_DENSITY' and
5150            'DOCKER' and
5151            'CHAIN' and
5152            '64B' and
5153            '2T1C' and
5154            'NDRPDR'"
5155   parameters:
5156   - "throughput"
5157   - "name"
5158   - "tags"
5159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5160   x-axis: "X = CNFs per Service Chain"
5161   y-axis: "Y = Number of Service Chains"
5162   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5163   layout:
5164     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5165     layout: "plot-service-density"
5166
5167 -
5168   type: "plot"
5169   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5170   algorithm: "plot_service_density_heatmap"
5171   output-file-type: ".html"
5172   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5173   data: "plot-vpp-nfv-2n-skx"
5174   filter: "'NIC_Intel-X710' and
5175            'NF_DENSITY' and
5176            'DOCKER' and
5177            'CHAIN' and
5178            '64B' and
5179            '4T2C' and
5180            'NDRPDR'"
5181   parameters:
5182   - "throughput"
5183   - "name"
5184   - "tags"
5185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5186   x-axis: "X = CNFs per Service Chain"
5187   y-axis: "Y = Number of Service Chains"
5188   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5189   layout:
5190     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5191     layout: "plot-service-density"
5192
5193 -
5194   type: "plot"
5195   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5196   algorithm: "plot_service_density_heatmap"
5197   output-file-type: ".html"
5198   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5199   data: "plot-vpp-nfv-2n-skx"
5200   filter: "'NIC_Intel-X710' and
5201            'NF_DENSITY' and
5202            'DOCKER' and
5203            'CHAIN' and
5204            'IMIX' and
5205            '2T1C' and
5206            'NDRPDR'"
5207   parameters:
5208   - "throughput"
5209   - "name"
5210   - "tags"
5211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5212   x-axis: "X = CNFs per Service Chain"
5213   y-axis: "Y = Number of Service Chains"
5214   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5215   layout:
5216     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5217     layout: "plot-service-density"
5218
5219 -
5220   type: "plot"
5221   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5222   algorithm: "plot_service_density_heatmap"
5223   output-file-type: ".html"
5224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5225   data: "plot-vpp-nfv-2n-skx"
5226   filter: "'NIC_Intel-X710' and
5227            'NF_DENSITY' and
5228            'DOCKER' and
5229            'CHAIN' and
5230            'IMIX' and
5231            '4T2C' and
5232            'NDRPDR'"
5233   parameters:
5234   - "throughput"
5235   - "name"
5236   - "tags"
5237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5238   x-axis: "X = CNFs per Service Chain"
5239   y-axis: "Y = Number of Service Chains"
5240   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5241   layout:
5242     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5243     layout: "plot-service-density"
5244
5245 -
5246   type: "plot"
5247   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5248   algorithm: "plot_service_density_heatmap"
5249   output-file-type: ".html"
5250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5251   data: "plot-vpp-nfv-2n-skx"
5252   filter: "'NIC_Intel-X710' and
5253            'NF_DENSITY' and
5254            'DOCKER' and
5255            'CHAIN' and
5256            '64B' and
5257            '2T1C' and
5258            'NDRPDR'"
5259   parameters:
5260   - "throughput"
5261   - "name"
5262   - "tags"
5263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5264   x-axis: "X = CNFs per Service Chain"
5265   y-axis: "Y = Number of Service Chains"
5266   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5267   layout:
5268     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5269     layout: "plot-service-density"
5270
5271 -
5272   type: "plot"
5273   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5274   algorithm: "plot_service_density_heatmap"
5275   output-file-type: ".html"
5276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5277   data: "plot-vpp-nfv-2n-skx"
5278   filter: "'NIC_Intel-X710' and
5279            'NF_DENSITY' and
5280            'DOCKER' and
5281            'CHAIN' and
5282            '64B' and
5283            '4T2C' and
5284            'NDRPDR'"
5285   parameters:
5286   - "throughput"
5287   - "name"
5288   - "tags"
5289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5290   x-axis: "X = CNFs per Service Chain"
5291   y-axis: "Y = Number of Service Chains"
5292   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5293   layout:
5294     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5295     layout: "plot-service-density"
5296
5297 -
5298   type: "plot"
5299   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5300   algorithm: "plot_service_density_heatmap"
5301   output-file-type: ".html"
5302   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5303   data: "plot-vpp-nfv-2n-skx"
5304   filter: "'NIC_Intel-X710' and
5305            'NF_DENSITY' and
5306            'DOCKER' and
5307            'CHAIN' and
5308            'IMIX' and
5309            '2T1C' and
5310            'NDRPDR'"
5311   parameters:
5312   - "throughput"
5313   - "name"
5314   - "tags"
5315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5316   x-axis: "X = CNFs per Service Chain"
5317   y-axis: "Y = Number of Service Chains"
5318   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5319   layout:
5320     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5321     layout: "plot-service-density"
5322
5323 -
5324   type: "plot"
5325   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5326   algorithm: "plot_service_density_heatmap"
5327   output-file-type: ".html"
5328   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5329   data: "plot-vpp-nfv-2n-skx"
5330   filter: "'NIC_Intel-X710' and
5331            'NF_DENSITY' and
5332            'DOCKER' and
5333            'CHAIN' and
5334            'IMIX' and
5335            '4T2C' and
5336            'NDRPDR'"
5337   parameters:
5338   - "throughput"
5339   - "name"
5340   - "tags"
5341   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5342   x-axis: "X = CNFs per Service Chain"
5343   y-axis: "Y = Number of Service Chains"
5344   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5345   layout:
5346     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5347     layout: "plot-service-density"
5348
5349 ################################################################################
5350 # Plots - NF Density - CSP
5351
5352 -
5353   type: "plot"
5354   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5355   algorithm: "plot_service_density_heatmap"
5356   output-file-type: ".html"
5357   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5358   data: "plot-vpp-nfv-2n-skx-mrr"
5359   filter: "'NIC_Intel-X710' and
5360            'NF_DENSITY' and
5361            'DOCKER' and
5362            'PIPELINE' and
5363            '64B' and
5364            '2T1C' and
5365            'MRR'"
5366   parameters:
5367   - "result"
5368   - "name"
5369   - "tags"
5370   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5371   x-axis: "X = CNFs per Service Pipeline"
5372   y-axis: "Y = Number of Service Pipelines"
5373   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5374   layout:
5375     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5376     layout: "plot-service-density"
5377
5378 -
5379   type: "plot"
5380   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5381   algorithm: "plot_service_density_heatmap"
5382   output-file-type: ".html"
5383   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5384   data: "plot-vpp-nfv-2n-skx-mrr"
5385   filter: "'NIC_Intel-X710' and
5386            'NF_DENSITY' and
5387            'DOCKER' and
5388            'PIPELINE' and
5389            '64B' and
5390            '4T2C' and
5391            'MRR'"
5392   parameters:
5393   - "result"
5394   - "name"
5395   - "tags"
5396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5397   x-axis: "X = CNFs per Service Pipeline"
5398   y-axis: "Y = Number of Service Pipelines"
5399   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5400   layout:
5401     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5402     layout: "plot-service-density"
5403
5404 -
5405   type: "plot"
5406   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5407   algorithm: "plot_service_density_heatmap"
5408   output-file-type: ".html"
5409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5410   data: "plot-vpp-nfv-2n-skx-mrr"
5411   filter: "'NIC_Intel-X710' and
5412            'NF_DENSITY' and
5413            'DOCKER' and
5414            'PIPELINE' and
5415            'IMIX' and
5416            '2T1C' and
5417            'MRR'"
5418   parameters:
5419   - "result"
5420   - "name"
5421   - "tags"
5422   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5423   x-axis: "X = CNFs per Service Pipeline"
5424   y-axis: "Y = Number of Service Pipelines"
5425   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5426   layout:
5427     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5428     layout: "plot-service-density"
5429
5430 -
5431   type: "plot"
5432   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5433   algorithm: "plot_service_density_heatmap"
5434   output-file-type: ".html"
5435   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5436   data: "plot-vpp-nfv-2n-skx-mrr"
5437   filter: "'NIC_Intel-X710' and
5438            'NF_DENSITY' and
5439            'DOCKER' and
5440            'PIPELINE' and
5441            'IMIX' and
5442            '4T2C' and
5443            'MRR'"
5444   parameters:
5445   - "result"
5446   - "name"
5447   - "tags"
5448   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5449   x-axis: "X = CNFs per Service Pipeline"
5450   y-axis: "Y = Number of Service Pipelines"
5451   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5452   layout:
5453     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5454     layout: "plot-service-density"
5455
5456 -
5457   type: "plot"
5458   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5459   algorithm: "plot_service_density_heatmap"
5460   output-file-type: ".html"
5461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5462   data: "plot-vpp-nfv-2n-skx"
5463   filter: "'NIC_Intel-X710' and
5464            'NF_DENSITY' and
5465            'DOCKER' and
5466            'PIPELINE' and
5467            '64B' and
5468            '2T1C' and
5469            'NDRPDR'"
5470   parameters:
5471   - "throughput"
5472   - "name"
5473   - "tags"
5474   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5475   x-axis: "X = CNFs per Service Pipeline"
5476   y-axis: "Y = Number of Service Pipelines"
5477   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5478   layout:
5479     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5480     layout: "plot-service-density"
5481
5482 -
5483   type: "plot"
5484   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5485   algorithm: "plot_service_density_heatmap"
5486   output-file-type: ".html"
5487   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5488   data: "plot-vpp-nfv-2n-skx"
5489   filter: "'NIC_Intel-X710' and
5490            'NF_DENSITY' and
5491            'DOCKER' and
5492            'PIPELINE' and
5493            '64B' and
5494            '4T2C' and
5495            'NDRPDR'"
5496   parameters:
5497   - "throughput"
5498   - "name"
5499   - "tags"
5500   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5501   x-axis: "X = CNFs per Service Pipeline"
5502   y-axis: "Y = Number of Service Pipelines"
5503   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5504   layout:
5505     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5506     layout: "plot-service-density"
5507
5508 -
5509   type: "plot"
5510   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5511   algorithm: "plot_service_density_heatmap"
5512   output-file-type: ".html"
5513   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5514   data: "plot-vpp-nfv-2n-skx"
5515   filter: "'NIC_Intel-X710' and
5516            'NF_DENSITY' and
5517            'DOCKER' and
5518            'PIPELINE' and
5519            'IMIX' and
5520            '2T1C' and
5521            'NDRPDR'"
5522   parameters:
5523   - "throughput"
5524   - "name"
5525   - "tags"
5526   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5527   x-axis: "X = CNFs per Service Pipeline"
5528   y-axis: "Y = Number of Service Pipelines"
5529   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5530   layout:
5531     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5532     layout: "plot-service-density"
5533
5534 -
5535   type: "plot"
5536   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5537   algorithm: "plot_service_density_heatmap"
5538   output-file-type: ".html"
5539   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5540   data: "plot-vpp-nfv-2n-skx"
5541   filter: "'NIC_Intel-X710' and
5542            'NF_DENSITY' and
5543            'DOCKER' and
5544            'PIPELINE' and
5545            'IMIX' and
5546            '4T2C' and
5547            'NDRPDR'"
5548   parameters:
5549   - "throughput"
5550   - "name"
5551   - "tags"
5552   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5553   x-axis: "X = CNFs per Service Pipeline"
5554   y-axis: "Y = Number of Service Pipelines"
5555   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5556   layout:
5557     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5558     layout: "plot-service-density"
5559
5560 -
5561   type: "plot"
5562   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5563   algorithm: "plot_service_density_heatmap"
5564   output-file-type: ".html"
5565   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5566   data: "plot-vpp-nfv-2n-skx"
5567   filter: "'NIC_Intel-X710' and
5568            'NF_DENSITY' and
5569            'DOCKER' and
5570            'PIPELINE' and
5571            '64B' and
5572            '2T1C' and
5573            'NDRPDR'"
5574   parameters:
5575   - "throughput"
5576   - "name"
5577   - "tags"
5578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5579   x-axis: "X = CNFs per Service Pipeline"
5580   y-axis: "Y = Number of Service Pipelines"
5581   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5582   layout:
5583     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5584     layout: "plot-service-density"
5585
5586 -
5587   type: "plot"
5588   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5589   algorithm: "plot_service_density_heatmap"
5590   output-file-type: ".html"
5591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5592   data: "plot-vpp-nfv-2n-skx"
5593   filter: "'NIC_Intel-X710' and
5594            'NF_DENSITY' and
5595            'DOCKER' and
5596            'PIPELINE' and
5597            '64B' and
5598            '4T2C' and
5599            'NDRPDR'"
5600   parameters:
5601   - "throughput"
5602   - "name"
5603   - "tags"
5604   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5605   x-axis: "X = CNFs per Service Pipeline"
5606   y-axis: "Y = Number of Service Pipelines"
5607   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5608   layout:
5609     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5610     layout: "plot-service-density"
5611
5612 -
5613   type: "plot"
5614   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5615   algorithm: "plot_service_density_heatmap"
5616   output-file-type: ".html"
5617   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5618   data: "plot-vpp-nfv-2n-skx"
5619   filter: "'NIC_Intel-X710' and
5620            'NF_DENSITY' and
5621            'DOCKER' and
5622            'PIPELINE' and
5623            'IMIX' and
5624            '2T1C' and
5625            'NDRPDR'"
5626   parameters:
5627   - "throughput"
5628   - "name"
5629   - "tags"
5630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5631   x-axis: "X = CNFs per Service Pipeline"
5632   y-axis: "Y = Number of Service Pipelines"
5633   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5634   layout:
5635     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5636     layout: "plot-service-density"
5637
5638 -
5639   type: "plot"
5640   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5641   algorithm: "plot_service_density_heatmap"
5642   output-file-type: ".html"
5643   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5644   data: "plot-vpp-nfv-2n-skx"
5645   filter: "'NIC_Intel-X710' and
5646            'NF_DENSITY' and
5647            'DOCKER' and
5648            'PIPELINE' and
5649            'IMIX' and
5650            '4T2C' and
5651            'NDRPDR'"
5652   parameters:
5653   - "throughput"
5654   - "name"
5655   - "tags"
5656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5657   x-axis: "X = CNFs per Service Pipeline"
5658   y-axis: "Y = Number of Service Pipelines"
5659   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5660   layout:
5661     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5662     layout: "plot-service-density"
5663
5664 ################################################################################
5665 # Plots VPP HTTP Server Performance
5666 -
5667   type: "plot"
5668   title: "VPP HTTP Server Performance"
5669   algorithm: "plot_http_server_performance_box"
5670   output-file-type: ".html"
5671   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5672   data:
5673     "plot-vpp-http-server-performance"
5674   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5675   # each tag is enclosed with ' (apostrophe).
5676   filter: "'HTTP' and 'TCP_CPS'"
5677   parameters:
5678   - "result"
5679   - "name"
5680   traces:
5681     hoverinfo: "x+y"
5682     boxpoints: "outliers"
5683     whiskerwidth: 0
5684   layout:
5685     title: "VPP HTTP Server Performance"
5686     layout:
5687       "plot-cps"
5688
5689 -
5690   type: "plot"
5691   title: "VPP HTTP Server Performance"
5692   algorithm: "plot_http_server_performance_box"
5693   output-file-type: ".html"
5694   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5695   data:
5696     "plot-vpp-http-server-performance"
5697   filter: "'HTTP' and 'TCP_RPS'"
5698   parameters:
5699   - "result"
5700   - "name"
5701   traces:
5702     hoverinfo: "x+y"
5703     boxpoints: "outliers"
5704     whiskerwidth: 0
5705   layout:
5706     title: "VPP HTTP Server Performance"
5707     layout:
5708       "plot-rps"
5709
5710 ################################################################################
5711
5712 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5713 -
5714   type: "plot"
5715   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5716   algorithm: "plot_performance_box"
5717   output-file-type: ".html"
5718   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5719   data: "plot-vpp-throughput-latency-3n-hsw"
5720   filter: "'NIC_Intel-X520-DA2' and
5721            '64B' and
5722            ('BASE' or 'SCALE') and
5723            'NDRPDR' and
5724            'ETH' and
5725            '1T1C' and
5726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5727            not 'VHOST' and
5728            not 'MEMIF'"
5729   parameters:
5730   - "throughput"
5731   - "parent"
5732   - "tags"
5733   sort:
5734   - "L2PATCH"
5735   - "L2XCBASE"
5736   - "BASE"
5737   - "FIB_10K"
5738   - "FIB_100K"
5739   - "FIB_1M"
5740   traces:
5741     hoverinfo: "x+y"
5742     boxpoints: "outliers"
5743     whiskerwidth: 0
5744   layout:
5745     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5746     layout: "plot-throughput"
5747
5748 -
5749   type: "plot"
5750   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5751   algorithm: "plot_performance_box"
5752   output-file-type: ".html"
5753   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5754   data: "plot-vpp-throughput-latency-3n-hsw"
5755   filter: "'NIC_Intel-X520-DA2' and
5756            '64B' and
5757            ('BASE' or 'SCALE') and
5758            'NDRPDR' and
5759            'ETH' and
5760            '1T1C' and
5761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5762            not 'VHOST' and
5763            not 'MEMIF'"
5764   parameters:
5765   - "throughput"
5766   - "parent"
5767   - "tags"
5768   sort:
5769   - "L2PATCH"
5770   - "L2XCBASE"
5771   - "BASE"
5772   - "FIB_10K"
5773   - "FIB_100K"
5774   - "FIB_1M"
5775   traces:
5776     hoverinfo: "x+y"
5777     boxpoints: "outliers"
5778     whiskerwidth: 0
5779   layout:
5780     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5781     layout: "plot-throughput"
5782
5783 -
5784   type: "plot"
5785   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5786   algorithm: "plot_performance_box"
5787   output-file-type: ".html"
5788   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5789   data: "plot-vpp-throughput-latency-3n-hsw"
5790   filter: "'NIC_Intel-X520-DA2' and
5791            '64B' and
5792            ('BASE' or 'SCALE') and
5793            'NDRPDR' and
5794            'ETH' and
5795            '2T2C' and
5796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5797            not 'VHOST' and
5798            not 'MEMIF'"
5799   parameters:
5800   - "throughput"
5801   - "parent"
5802   - "tags"
5803   sort:
5804   - "L2PATCH"
5805   - "L2XCBASE"
5806   - "BASE"
5807   - "FIB_10K"
5808   - "FIB_100K"
5809   - "FIB_1M"
5810   traces:
5811     hoverinfo: "x+y"
5812     boxpoints: "outliers"
5813     whiskerwidth: 0
5814   layout:
5815     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5816     layout: "plot-throughput"
5817
5818 -
5819   type: "plot"
5820   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5821   algorithm: "plot_performance_box"
5822   output-file-type: ".html"
5823   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5824   data: "plot-vpp-throughput-latency-3n-hsw"
5825   filter: "'NIC_Intel-X520-DA2' and
5826            '64B' and
5827            ('BASE' or 'SCALE') and
5828            'NDRPDR' and
5829            'ETH' and
5830            '2T2C' and
5831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5832            not 'VHOST' and
5833            not 'MEMIF'"
5834   parameters:
5835   - "throughput"
5836   - "parent"
5837   - "tags"
5838   sort:
5839   - "L2PATCH"
5840   - "L2XCBASE"
5841   - "BASE"
5842   - "FIB_10K"
5843   - "FIB_100K"
5844   - "FIB_1M"
5845   traces:
5846     hoverinfo: "x+y"
5847     boxpoints: "outliers"
5848     whiskerwidth: 0
5849   layout:
5850     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5851     layout: "plot-throughput"
5852
5853 # Packet Throughput - VPP L2 3n-hsw-x520 features
5854 -
5855   type: "plot"
5856   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5857   algorithm: "plot_performance_box"
5858   output-file-type: ".html"
5859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5860   data: "plot-vpp-throughput-latency-3n-hsw"
5861   filter: "'NIC_Intel-X520-DA2' and
5862            '64B' and
5863            'NDRPDR' and
5864            '1T1C' and
5865            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5866            not 'ACL' and
5867            not 'VHOST' and
5868            not 'MEMIF'"
5869   parameters:
5870   - "throughput"
5871   - "parent"
5872   - "tags"
5873   sort:
5874   - "L2XCBASE"    # l2xcbase
5875   - "L2BDBASE"    # l2bdbase
5876   - "L2XCFWD"     # dot1q-l2xcbase
5877   - "L2BDMACLRN"  # dot1q-l2bdbase
5878   traces:
5879     hoverinfo: "x+y"
5880     boxpoints: "outliers"
5881     whiskerwidth: 0
5882   layout:
5883     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5884     layout: "plot-throughput"
5885
5886 -
5887   type: "plot"
5888   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5889   algorithm: "plot_performance_box"
5890   output-file-type: ".html"
5891   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5892   data: "plot-vpp-throughput-latency-3n-hsw"
5893   filter: "'NIC_Intel-X520-DA2' and
5894            '64B' and
5895            'NDRPDR' and
5896            '1T1C' and
5897            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5898            not 'ACL' and
5899            not 'VHOST' and
5900            not 'MEMIF'"
5901   parameters:
5902   - "throughput"
5903   - "parent"
5904   - "tags"
5905   sort:
5906   - "L2XCBASE"    # l2xcbase
5907   - "L2BDBASE"    # l2bdbase
5908   - "L2XCFWD"     # dot1q-l2xcbase
5909   - "L2BDMACLRN"  # dot1q-l2bdbase
5910   traces:
5911     hoverinfo: "x+y"
5912     boxpoints: "outliers"
5913     whiskerwidth: 0
5914   layout:
5915     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5916     layout: "plot-throughput"
5917
5918 -
5919   type: "plot"
5920   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5921   algorithm: "plot_performance_box"
5922   output-file-type: ".html"
5923   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5924   data: "plot-vpp-throughput-latency-3n-hsw"
5925   filter: "'NIC_Intel-X520-DA2' and
5926            '64B' and
5927            'NDRPDR' and
5928            '2T2C' and
5929            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5930            not 'ACL' and
5931            not 'VHOST' and
5932            not 'MEMIF'"
5933   parameters:
5934   - "throughput"
5935   - "parent"
5936   - "tags"
5937   sort:
5938   - "L2XCBASE"    # l2xcbase
5939   - "L2BDBASE"    # l2bdbase
5940   - "L2XCFWD"     # dot1q-l2xcbase
5941   - "L2BDMACLRN"  # dot1q-l2bdbase
5942   traces:
5943     hoverinfo: "x+y"
5944     boxpoints: "outliers"
5945     whiskerwidth: 0
5946   layout:
5947     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5948     layout: "plot-throughput"
5949
5950 -
5951   type: "plot"
5952   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5953   algorithm: "plot_performance_box"
5954   output-file-type: ".html"
5955   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5956   data: "plot-vpp-throughput-latency-3n-hsw"
5957   filter: "'NIC_Intel-X520-DA2' and
5958            '64B' and
5959            'NDRPDR' and
5960            '2T2C' and
5961            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5962            not 'ACL' and
5963            not 'VHOST' and
5964            not 'MEMIF'"
5965   parameters:
5966   - "throughput"
5967   - "parent"
5968   - "tags"
5969   sort:
5970   - "L2XCBASE"    # l2xcbase
5971   - "L2BDBASE"    # l2bdbase
5972   - "L2XCFWD"     # dot1q-l2xcbase
5973   - "L2BDMACLRN"  # dot1q-l2bdbase
5974   traces:
5975     hoverinfo: "x+y"
5976     boxpoints: "outliers"
5977     whiskerwidth: 0
5978   layout:
5979     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5980     layout: "plot-throughput"
5981
5982 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5983 -
5984   type: "plot"
5985   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5986   algorithm: "plot_performance_box"
5987   output-file-type: ".html"
5988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5989   data: "plot-vpp-throughput-latency-3n-hsw"
5990   filter: "'NIC_Intel-X710' and
5991            '64B' and
5992            ('BASE' or 'SCALE') and
5993            'NDRPDR' and
5994            'ETH' and
5995            '1T1C' and
5996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5997            not 'VHOST' and
5998            not 'MEMIF'"
5999   parameters:
6000   - "throughput"
6001   - "parent"
6002   - "tags"
6003   sort:
6004   - "L2PATCH"
6005   - "L2XCFWD"
6006   - "L2BDMACLRN"
6007   - "FIB_10K"
6008   - "FIB_100K"
6009   - "FIB_1M"
6010   traces:
6011     hoverinfo: "x+y"
6012     boxpoints: "outliers"
6013     whiskerwidth: 0
6014   layout:
6015     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6016     layout: "plot-throughput"
6017
6018 -
6019   type: "plot"
6020   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6021   algorithm: "plot_performance_box"
6022   output-file-type: ".html"
6023   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6024   data: "plot-vpp-throughput-latency-3n-hsw"
6025   filter: "'NIC_Intel-X710' and
6026            '64B' and
6027            ('BASE' or 'SCALE') and
6028            'NDRPDR' and
6029            'ETH' and
6030            '1T1C' and
6031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6032            not 'VHOST' and
6033            not 'MEMIF'"
6034   parameters:
6035   - "throughput"
6036   - "parent"
6037   - "tags"
6038   sort:
6039   - "L2PATCH"
6040   - "L2XCFWD"
6041   - "L2BDMACLRN"
6042   - "FIB_10K"
6043   - "FIB_100K"
6044   - "FIB_1M"
6045   traces:
6046     hoverinfo: "x+y"
6047     boxpoints: "outliers"
6048     whiskerwidth: 0
6049   layout:
6050     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6051     layout: "plot-throughput"
6052
6053 -
6054   type: "plot"
6055   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6056   algorithm: "plot_performance_box"
6057   output-file-type: ".html"
6058   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6059   data: "plot-vpp-throughput-latency-3n-hsw"
6060   filter: "'NIC_Intel-X710' and
6061            '64B' and
6062            ('BASE' or 'SCALE') and
6063            'NDRPDR' and
6064            'ETH' and
6065            '2T2C' and
6066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6067            not 'VHOST' and
6068            not 'MEMIF'"
6069   parameters:
6070   - "throughput"
6071   - "parent"
6072   - "tags"
6073   sort:
6074   - "L2PATCH"
6075   - "L2XCFWD"
6076   - "L2BDMACLRN"
6077   - "FIB_10K"
6078   - "FIB_100K"
6079   - "FIB_1M"
6080   traces:
6081     hoverinfo: "x+y"
6082     boxpoints: "outliers"
6083     whiskerwidth: 0
6084   layout:
6085     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6086     layout: "plot-throughput"
6087
6088 -
6089   type: "plot"
6090   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6091   algorithm: "plot_performance_box"
6092   output-file-type: ".html"
6093   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6094   data: "plot-vpp-throughput-latency-3n-hsw"
6095   filter: "'NIC_Intel-X710' and
6096            '64B' and
6097            ('BASE' or 'SCALE') and
6098            'NDRPDR' and
6099            'ETH' and
6100            '2T2C' and
6101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6102            not 'VHOST' and
6103            not 'MEMIF'"
6104   parameters:
6105   - "throughput"
6106   - "parent"
6107   - "tags"
6108   sort:
6109   - "L2PATCH"
6110   - "L2XCFWD"
6111   - "L2BDMACLRN"
6112   - "FIB_10K"
6113   - "FIB_100K"
6114   - "FIB_1M"
6115   traces:
6116     hoverinfo: "x+y"
6117     boxpoints: "outliers"
6118     whiskerwidth: 0
6119   layout:
6120     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6121     layout: "plot-throughput"
6122
6123 # Packet Throughput - VPP L2 3n-hsw-x710 features
6124 -
6125   type: "plot"
6126   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6127   algorithm: "plot_performance_box"
6128   output-file-type: ".html"
6129   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6130   data: "plot-vpp-throughput-latency-3n-hsw"
6131   filter: "'NIC_Intel-X710' and
6132            '64B' and
6133            'NDRPDR' and
6134            '1T1C' and
6135            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6136            not 'ACL' and
6137            not 'VHOST' and
6138            not 'L2OVRLAY' and
6139            not 'MEMIF'"
6140   parameters:
6141   - "throughput"
6142   - "parent"
6143   - "tags"
6144   sort:
6145   - "L2XCBASE"    # l2xcbase
6146   - "L2BDBASE"    # l2bdbase
6147   - "L2XCFWD"     # dot1q-l2xcbase
6148   - "L2BDMACLRN"  # dot1q-l2bdbase
6149   traces:
6150     hoverinfo: "x+y"
6151     boxpoints: "outliers"
6152     whiskerwidth: 0
6153   layout:
6154     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6155     layout: "plot-throughput"
6156
6157 -
6158   type: "plot"
6159   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6160   algorithm: "plot_performance_box"
6161   output-file-type: ".html"
6162   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6163   data: "plot-vpp-throughput-latency-3n-hsw"
6164   filter: "'NIC_Intel-X710' and
6165            '64B' and
6166            'NDRPDR' and
6167            '1T1C' and
6168            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6169            not 'ACL' and
6170            not 'VHOST' and
6171            not 'L2OVRLAY' and
6172            not 'MEMIF'"
6173   parameters:
6174   - "throughput"
6175   - "parent"
6176   - "tags"
6177   sort:
6178   - "L2XCBASE"    # l2xcbase
6179   - "L2BDBASE"    # l2bdbase
6180   - "L2XCFWD"     # dot1q-l2xcbase
6181   - "L2BDMACLRN"  # dot1q-l2bdbase
6182   traces:
6183     hoverinfo: "x+y"
6184     boxpoints: "outliers"
6185     whiskerwidth: 0
6186   layout:
6187     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6188     layout: "plot-throughput"
6189
6190 -
6191   type: "plot"
6192   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6193   algorithm: "plot_performance_box"
6194   output-file-type: ".html"
6195   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6196   data: "plot-vpp-throughput-latency-3n-hsw"
6197   filter: "'NIC_Intel-X710' and
6198            '64B' and
6199            'NDRPDR' and
6200            '2T2C' and
6201            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6202            not 'ACL' and
6203            not 'VHOST' and
6204            not 'L2OVRLAY' and
6205            not 'MEMIF'"
6206   parameters:
6207   - "throughput"
6208   - "parent"
6209   - "tags"
6210   sort:
6211   - "L2XCBASE"    # l2xcbase
6212   - "L2BDBASE"    # l2bdbase
6213   - "L2XCFWD"     # dot1q-l2xcbase
6214   - "L2BDMACLRN"  # dot1q-l2bdbase
6215   traces:
6216     hoverinfo: "x+y"
6217     boxpoints: "outliers"
6218     whiskerwidth: 0
6219   layout:
6220     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6221     layout: "plot-throughput"
6222
6223 -
6224   type: "plot"
6225   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6226   algorithm: "plot_performance_box"
6227   output-file-type: ".html"
6228   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6229   data: "plot-vpp-throughput-latency-3n-hsw"
6230   filter: "'NIC_Intel-X710' and
6231            '64B' and
6232            'NDRPDR' and
6233            '2T2C' and
6234            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6235            not 'ACL' and
6236            not 'VHOST' and
6237            not 'L2OVRLAY' and
6238            not 'MEMIF'"
6239   parameters:
6240   - "throughput"
6241   - "parent"
6242   - "tags"
6243   sort:
6244   - "L2XCBASE"    # l2xcbase
6245   - "L2BDBASE"    # l2bdbase
6246   - "L2XCFWD"     # dot1q-l2xcbase
6247   - "L2BDMACLRN"  # dot1q-l2bdbase
6248   traces:
6249     hoverinfo: "x+y"
6250     boxpoints: "outliers"
6251     whiskerwidth: 0
6252   layout:
6253     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6254     layout: "plot-throughput"
6255
6256 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6257 -
6258   type: "plot"
6259   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6260   algorithm: "plot_performance_box"
6261   output-file-type: ".html"
6262   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6263   data: "plot-vpp-throughput-latency-3n-hsw"
6264   filter: "'NIC_Intel-XL710' and
6265            '64B' and
6266            'BASE' and
6267            'NDRPDR' and
6268            'ETH' and
6269            '1T1C' and
6270            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6271            not 'VHOST' and
6272            not 'MEMIF'"
6273   parameters:
6274   - "throughput"
6275   - "parent"
6276   - "tags"
6277   sort:
6278   - "L2PATCH"
6279   - "L2XCFWD"
6280   - "L2BDMACLRN"
6281   traces:
6282     hoverinfo: "x+y"
6283     boxpoints: "outliers"
6284     whiskerwidth: 0
6285   layout:
6286     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6287     layout: "plot-throughput"
6288
6289 -
6290   type: "plot"
6291   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6292   algorithm: "plot_performance_box"
6293   output-file-type: ".html"
6294   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6295   data: "plot-vpp-throughput-latency-3n-hsw"
6296   filter: "'NIC_Intel-XL710' and
6297            '64B' and
6298            'BASE' and
6299            'NDRPDR' and
6300            'ETH' and
6301            '1T1C' and
6302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6303            not 'VHOST' and
6304            not 'MEMIF'"
6305   parameters:
6306   - "throughput"
6307   - "parent"
6308   - "tags"
6309   sort:
6310   - "L2PATCH"
6311   - "L2XCFWD"
6312   - "L2BDMACLRN"
6313   traces:
6314     hoverinfo: "x+y"
6315     boxpoints: "outliers"
6316     whiskerwidth: 0
6317   layout:
6318     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6319     layout: "plot-throughput"
6320
6321 -
6322   type: "plot"
6323   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6324   algorithm: "plot_performance_box"
6325   output-file-type: ".html"
6326   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6327   data: "plot-vpp-throughput-latency-3n-hsw"
6328   filter: "'NIC_Intel-XL710' and
6329            '64B' and
6330            'BASE' and
6331            'NDRPDR' and
6332            'ETH' and
6333            '2T2C' and
6334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6335            not 'VHOST' and
6336            not 'MEMIF'"
6337   parameters:
6338   - "throughput"
6339   - "parent"
6340   - "tags"
6341   sort:
6342   - "L2PATCH"
6343   - "L2XCFWD"
6344   - "L2BDMACLRN"
6345   traces:
6346     hoverinfo: "x+y"
6347     boxpoints: "outliers"
6348     whiskerwidth: 0
6349   layout:
6350     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6351     layout: "plot-throughput"
6352
6353 -
6354   type: "plot"
6355   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6356   algorithm: "plot_performance_box"
6357   output-file-type: ".html"
6358   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6359   data: "plot-vpp-throughput-latency-3n-hsw"
6360   filter: "'NIC_Intel-XL710' and
6361            '64B' and
6362            'BASE' and
6363            'NDRPDR' and
6364            'ETH' and
6365            '2T2C' and
6366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6367            not 'VHOST' and
6368            not 'MEMIF'"
6369   parameters:
6370   - "throughput"
6371   - "parent"
6372   - "tags"
6373   sort:
6374   - "L2PATCH"
6375   - "L2XCFWD"
6376   - "L2BDMACLRN"
6377   traces:
6378     hoverinfo: "x+y"
6379     boxpoints: "outliers"
6380     whiskerwidth: 0
6381   layout:
6382     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6383     layout: "plot-throughput"
6384
6385 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6386 -
6387   type: "plot"
6388   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6389   algorithm: "plot_performance_box"
6390   output-file-type: ".html"
6391   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6392   data: "plot-vpp-throughput-latency-3n-skx"
6393   filter: "'NIC_Intel-X710' and
6394            '64B' and
6395            ('BASE' or 'SCALE') and
6396            'NDRPDR' and
6397            'ETH' and
6398            '2T1C' and
6399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6400            not 'VHOST' and
6401            not 'MEMIF' and
6402            not 'DRV_AVF'"
6403   parameters:
6404   - "throughput"
6405   - "parent"
6406   - "tags"
6407   sort:
6408   - "L2PATCH"
6409   - "L2XCBASE"
6410   - "BASE"
6411   - "FIB_10K"
6412   - "FIB_100K"
6413   - "FIB_1M"
6414   traces:
6415     hoverinfo: "x+y"
6416     boxpoints: "outliers"
6417     whiskerwidth: 0
6418   layout:
6419     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6420     layout: "plot-throughput"
6421
6422 -
6423   type: "plot"
6424   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6425   algorithm: "plot_performance_box"
6426   output-file-type: ".html"
6427   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6428   data: "plot-vpp-throughput-latency-3n-skx"
6429   filter: "'NIC_Intel-X710' and
6430            '64B' and
6431            ('BASE' or 'SCALE') and
6432            'NDRPDR' and
6433            'ETH' and
6434            '2T1C' and
6435            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6436            not 'VHOST' and
6437            not 'MEMIF' and
6438            not 'DRV_AVF'"
6439   parameters:
6440   - "throughput"
6441   - "parent"
6442   - "tags"
6443   sort:
6444   - "L2PATCH"
6445   - "L2XCBASE"
6446   - "BASE"
6447   - "FIB_10K"
6448   - "FIB_100K"
6449   - "FIB_1M"
6450   traces:
6451     hoverinfo: "x+y"
6452     boxpoints: "outliers"
6453     whiskerwidth: 0
6454   layout:
6455     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6456     layout: "plot-throughput"
6457
6458 -
6459   type: "plot"
6460   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6461   algorithm: "plot_performance_box"
6462   output-file-type: ".html"
6463   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6464   data: "plot-vpp-throughput-latency-3n-skx"
6465   filter: "'NIC_Intel-X710' and
6466            '64B' and
6467            ('BASE' or 'SCALE') and
6468            'NDRPDR' and
6469            'ETH' and
6470            '4T2C' and
6471            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6472            not 'VHOST' and
6473            not 'MEMIF' and
6474            not 'DRV_AVF'"
6475   parameters:
6476   - "throughput"
6477   - "parent"
6478   - "tags"
6479   sort:
6480   - "L2PATCH"
6481   - "L2XCBASE"
6482   - "BASE"
6483   - "FIB_10K"
6484   - "FIB_100K"
6485   - "FIB_1M"
6486   traces:
6487     hoverinfo: "x+y"
6488     boxpoints: "outliers"
6489     whiskerwidth: 0
6490   layout:
6491     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6492     layout: "plot-throughput"
6493
6494 -
6495   type: "plot"
6496   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6497   algorithm: "plot_performance_box"
6498   output-file-type: ".html"
6499   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6500   data: "plot-vpp-throughput-latency-3n-skx"
6501   filter: "'NIC_Intel-X710' and
6502            '64B' and
6503            ('BASE' or 'SCALE') and
6504            'NDRPDR' and
6505            'ETH' and
6506            '4T2C' and
6507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6508            not 'VHOST' and
6509            not 'MEMIF' and
6510            not 'DRV_AVF'"
6511   parameters:
6512   - "throughput"
6513   - "parent"
6514   - "tags"
6515   sort:
6516   - "L2PATCH"
6517   - "L2XCBASE"
6518   - "BASE"
6519   - "FIB_10K"
6520   - "FIB_100K"
6521   - "FIB_1M"
6522   traces:
6523     hoverinfo: "x+y"
6524     boxpoints: "outliers"
6525     whiskerwidth: 0
6526   layout:
6527     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6528     layout: "plot-throughput"
6529
6530 # Packet Throughput - VPP L2 3n-skx-x710 features
6531 -
6532   type: "plot"
6533   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6534   algorithm: "plot_performance_box"
6535   output-file-type: ".html"
6536   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6537   data: "plot-vpp-throughput-latency-3n-skx"
6538   filter: "'NIC_Intel-X710' and
6539            '64B' and
6540            'NDRPDR' and
6541            '2T1C' and
6542            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6543            not 'ACL' and
6544            not 'VHOST' and
6545            not 'DRV_AVF' and
6546            not 'L2OVRLAY' and
6547            not 'MEMIF'"
6548   parameters:
6549   - "throughput"
6550   - "parent"
6551   - "tags"
6552   sort:
6553   - "L2XCBASE"    # l2xcbase
6554   - "L2BDBASE"    # l2bdbase
6555   - "L2XCFWD"     # dot1q-l2xcbase
6556   - "L2BDMACLRN"  # dot1q-l2bdbase
6557   traces:
6558     hoverinfo: "x+y"
6559     boxpoints: "outliers"
6560     whiskerwidth: 0
6561   layout:
6562     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6563     layout: "plot-throughput"
6564
6565 -
6566   type: "plot"
6567   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6568   algorithm: "plot_performance_box"
6569   output-file-type: ".html"
6570   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6571   data: "plot-vpp-throughput-latency-3n-skx"
6572   filter: "'NIC_Intel-X710' and
6573            '64B' and
6574            'NDRPDR' and
6575            '2T1C' and
6576            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6577            not 'ACL' and
6578            not 'VHOST' and
6579            not 'DRV_AVF' and
6580            not 'L2OVRLAY' and
6581            not 'MEMIF'"
6582   parameters:
6583   - "throughput"
6584   - "parent"
6585   - "tags"
6586   sort:
6587   - "L2XCBASE"    # l2xcbase
6588   - "L2BDBASE"    # l2bdbase
6589   - "L2XCFWD"     # dot1q-l2xcbase
6590   - "L2BDMACLRN"  # dot1q-l2bdbase
6591   traces:
6592     hoverinfo: "x+y"
6593     boxpoints: "outliers"
6594     whiskerwidth: 0
6595   layout:
6596     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6597     layout: "plot-throughput"
6598
6599 -
6600   type: "plot"
6601   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6602   algorithm: "plot_performance_box"
6603   output-file-type: ".html"
6604   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6605   data: "plot-vpp-throughput-latency-3n-skx"
6606   filter: "'NIC_Intel-X710' and
6607            '64B' and
6608            'NDRPDR' and
6609            '4T2C' and
6610            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6611            not 'ACL' and
6612            not 'VHOST' and
6613            not 'DRV_AVF' and
6614            not 'L2OVRLAY' and
6615            not 'MEMIF'"
6616   parameters:
6617   - "throughput"
6618   - "parent"
6619   - "tags"
6620   sort:
6621   - "L2XCBASE"    # l2xcbase
6622   - "L2BDBASE"    # l2bdbase
6623   - "L2XCFWD"     # dot1q-l2xcbase
6624   - "L2BDMACLRN"  # dot1q-l2bdbase
6625   traces:
6626     hoverinfo: "x+y"
6627     boxpoints: "outliers"
6628     whiskerwidth: 0
6629   layout:
6630     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6631     layout: "plot-throughput"
6632
6633 -
6634   type: "plot"
6635   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6636   algorithm: "plot_performance_box"
6637   output-file-type: ".html"
6638   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6639   data: "plot-vpp-throughput-latency-3n-skx"
6640   filter: "'NIC_Intel-X710' and
6641            '64B' and
6642            'NDRPDR' and
6643            '4T2C' and
6644            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6645            not 'ACL' and
6646            not 'VHOST' and
6647            not 'DRV_AVF' and
6648            not 'L2OVRLAY' and
6649            not 'MEMIF'"
6650   parameters:
6651   - "throughput"
6652   - "parent"
6653   - "tags"
6654   sort:
6655   - "L2XCBASE"    # l2xcbase
6656   - "L2BDBASE"    # l2bdbase
6657   - "L2XCFWD"     # dot1q-l2xcbase
6658   - "L2BDMACLRN"  # dot1q-l2bdbase
6659   traces:
6660     hoverinfo: "x+y"
6661     boxpoints: "outliers"
6662     whiskerwidth: 0
6663   layout:
6664     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6665     layout: "plot-throughput"
6666
6667 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6668 -
6669   type: "plot"
6670   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6671   algorithm: "plot_performance_box"
6672   output-file-type: ".html"
6673   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6674   data: "plot-vpp-throughput-latency-3n-skx"
6675   filter: "'NIC_Intel-XXV710' and
6676            '64B' and
6677            ('BASE' or 'SCALE') and
6678            'NDRPDR' and
6679            'ETH' and
6680            '2T1C' and
6681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6682            not 'VHOST' and
6683            not 'MEMIF'"
6684   parameters:
6685   - "throughput"
6686   - "parent"
6687   - "tags"
6688   sort:
6689   - "L2PATCH"
6690   - "L2PATCH"
6691   - "L2XCBASE"
6692   - "L2BDMACLRN"
6693   traces:
6694     hoverinfo: "x+y"
6695     boxpoints: "outliers"
6696     whiskerwidth: 0
6697   layout:
6698     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6699     layout: "plot-throughput"
6700
6701 -
6702   type: "plot"
6703   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6704   algorithm: "plot_performance_box"
6705   output-file-type: ".html"
6706   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6707   data: "plot-vpp-throughput-latency-3n-skx"
6708   filter: "'NIC_Intel-XXV710' and
6709            '64B' and
6710            ('BASE' or 'SCALE') and
6711            'NDRPDR' and
6712            'ETH' and
6713            '2T1C' and
6714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6715            not 'VHOST' and
6716            not 'MEMIF'"
6717   parameters:
6718   - "throughput"
6719   - "parent"
6720   - "tags"
6721   sort:
6722   - "L2PATCH"
6723   - "L2PATCH"
6724   - "L2XCBASE"
6725   - "L2BDMACLRN"
6726   traces:
6727     hoverinfo: "x+y"
6728     boxpoints: "outliers"
6729     whiskerwidth: 0
6730   layout:
6731     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6732     layout: "plot-throughput"
6733
6734 -
6735   type: "plot"
6736   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6737   algorithm: "plot_performance_box"
6738   output-file-type: ".html"
6739   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6740   data: "plot-vpp-throughput-latency-3n-skx"
6741   filter: "'NIC_Intel-XXV710' and
6742            '64B' and
6743            ('BASE' or 'SCALE') and
6744            'NDRPDR' and
6745            'ETH' and
6746            '4T2C' and
6747            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6748            not 'VHOST' and
6749            not 'MEMIF'"
6750   parameters:
6751   - "throughput"
6752   - "parent"
6753   - "tags"
6754   sort:
6755   - "L2PATCH"
6756   - "L2PATCH"
6757   - "L2XCBASE"
6758   - "L2BDMACLRN"
6759   traces:
6760     hoverinfo: "x+y"
6761     boxpoints: "outliers"
6762     whiskerwidth: 0
6763   layout:
6764     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6765     layout: "plot-throughput"
6766
6767 -
6768   type: "plot"
6769   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
6770   algorithm: "plot_performance_box"
6771   output-file-type: ".html"
6772   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
6773   data: "plot-vpp-throughput-latency-3n-skx"
6774   filter: "'NIC_Intel-XXV710' and
6775            '64B' and
6776            ('BASE' or 'SCALE') and
6777            'NDRPDR' and
6778            'ETH' and
6779            '4T2C' and
6780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6781            not 'VHOST' and
6782            not 'MEMIF'"
6783   parameters:
6784   - "throughput"
6785   - "parent"
6786   - "tags"
6787   sort:
6788   - "L2PATCH"
6789   - "L2PATCH"
6790   - "L2XCBASE"
6791   - "L2BDMACLRN"
6792   traces:
6793     hoverinfo: "x+y"
6794     boxpoints: "outliers"
6795     whiskerwidth: 0
6796   layout:
6797     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
6798     layout: "plot-throughput"
6799
6800 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6801 -
6802   type: "plot"
6803   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6804   algorithm: "plot_performance_box"
6805   output-file-type: ".html"
6806   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6807   data: "plot-vpp-throughput-latency-2n-skx"
6808   filter: "'NIC_Intel-X710' and
6809            '64B' and
6810            ('BASE' or 'SCALE') and
6811            'NDRPDR' and
6812            'ETH' and
6813            '2T1C' and
6814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6815            not 'VHOST' and
6816            not 'MEMIF'"
6817   parameters:
6818   - "throughput"
6819   - "parent"
6820   - "tags"
6821   sort:
6822   - "L2PATCH"
6823   - "L2XCBASE"
6824   - "BASE"
6825   - "FIB_10K"
6826   - "FIB_100K"
6827   - "FIB_1M"
6828   traces:
6829     hoverinfo: "x+y"
6830     boxpoints: "outliers"
6831     whiskerwidth: 0
6832   layout:
6833     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6834     layout: "plot-throughput"
6835
6836 -
6837   type: "plot"
6838   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6839   algorithm: "plot_performance_box"
6840   output-file-type: ".html"
6841   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6842   data: "plot-vpp-throughput-latency-2n-skx"
6843   filter: "'NIC_Intel-X710' and
6844            '64B' and
6845            ('BASE' or 'SCALE') and
6846            'NDRPDR' and
6847            'ETH' and
6848            '2T1C' and
6849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6850            not 'VHOST' and
6851            not 'MEMIF'"
6852   parameters:
6853   - "throughput"
6854   - "parent"
6855   - "tags"
6856   sort:
6857   - "L2PATCH"
6858   - "L2XCBASE"
6859   - "BASE"
6860   - "FIB_10K"
6861   - "FIB_100K"
6862   - "FIB_1M"
6863   traces:
6864     hoverinfo: "x+y"
6865     boxpoints: "outliers"
6866     whiskerwidth: 0
6867   layout:
6868     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6869     layout: "plot-throughput"
6870
6871 -
6872   type: "plot"
6873   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6874   algorithm: "plot_performance_box"
6875   output-file-type: ".html"
6876   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6877   data: "plot-vpp-throughput-latency-2n-skx"
6878   filter: "'NIC_Intel-X710' and
6879            '64B' and
6880            ('BASE' or 'SCALE') and
6881            'NDRPDR' and
6882            'ETH' and
6883            '4T2C' and
6884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6885            not 'VHOST' and
6886            not 'MEMIF'"
6887   parameters:
6888   - "throughput"
6889   - "parent"
6890   - "tags"
6891   sort:
6892   - "L2PATCH"
6893   - "L2XCBASE"
6894   - "BASE"
6895   - "FIB_10K"
6896   - "FIB_100K"
6897   - "FIB_1M"
6898   traces:
6899     hoverinfo: "x+y"
6900     boxpoints: "outliers"
6901     whiskerwidth: 0
6902   layout:
6903     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6904     layout: "plot-throughput"
6905
6906 -
6907   type: "plot"
6908   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6909   algorithm: "plot_performance_box"
6910   output-file-type: ".html"
6911   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6912   data: "plot-vpp-throughput-latency-2n-skx"
6913   filter: "'NIC_Intel-X710' and
6914            '64B' and
6915            ('BASE' or 'SCALE') and
6916            'NDRPDR' and
6917            'ETH' and
6918            '4T2C' and
6919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6920            not 'VHOST' and
6921            not 'MEMIF'"
6922   parameters:
6923   - "throughput"
6924   - "parent"
6925   - "tags"
6926   sort:
6927   - "L2PATCH"
6928   - "L2XCBASE"
6929   - "BASE"
6930   - "FIB_10K"
6931   - "FIB_100K"
6932   - "FIB_1M"
6933   traces:
6934     hoverinfo: "x+y"
6935     boxpoints: "outliers"
6936     whiskerwidth: 0
6937   layout:
6938     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6939     layout: "plot-throughput"
6940
6941 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6942 -
6943   type: "plot"
6944   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6945   algorithm: "plot_performance_box"
6946   output-file-type: ".html"
6947   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6948   data: "plot-vpp-throughput-latency-2n-skx"
6949   filter: "'NIC_Intel-XXV710' and
6950            '64B' and
6951            ('BASE' or 'SCALE') and
6952            'NDRPDR' and
6953            'ETH' and
6954            '2T1C' and
6955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6956            not 'VHOST' and
6957            not 'MEMIF'"
6958   parameters:
6959   - "throughput"
6960   - "parent"
6961   - "tags"
6962   sort:
6963   - "L2PATCH"
6964   - "L2XCBASE"
6965   - "BASE"
6966   - "FIB_10K"
6967   - "FIB_100K"
6968   - "FIB_1M"
6969   traces:
6970     hoverinfo: "x+y"
6971     boxpoints: "outliers"
6972     whiskerwidth: 0
6973   layout:
6974     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6975     layout: "plot-throughput"
6976
6977 -
6978   type: "plot"
6979   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6980   algorithm: "plot_performance_box"
6981   output-file-type: ".html"
6982   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6983   data: "plot-vpp-throughput-latency-2n-skx"
6984   filter: "'NIC_Intel-XXV710' and
6985            '64B' and
6986            ('BASE' or 'SCALE') and
6987            'NDRPDR' and
6988            'ETH' and
6989            '2T1C' and
6990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6991            not 'VHOST' and
6992            not 'MEMIF'"
6993   parameters:
6994   - "throughput"
6995   - "parent"
6996   - "tags"
6997   sort:
6998   - "L2PATCH"
6999   - "L2XCBASE"
7000   - "BASE"
7001   - "FIB_10K"
7002   - "FIB_100K"
7003   - "FIB_1M"
7004   traces:
7005     hoverinfo: "x+y"
7006     boxpoints: "outliers"
7007     whiskerwidth: 0
7008   layout:
7009     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7010     layout: "plot-throughput"
7011
7012 -
7013   type: "plot"
7014   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7015   algorithm: "plot_performance_box"
7016   output-file-type: ".html"
7017   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7018   data: "plot-vpp-throughput-latency-2n-skx"
7019   filter: "'NIC_Intel-XXV710' and
7020            '64B' and
7021            ('BASE' or 'SCALE') and
7022            'NDRPDR' and
7023            'ETH' and
7024            '4T2C' and
7025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7026            not 'VHOST' and
7027            not 'MEMIF'"
7028   parameters:
7029   - "throughput"
7030   - "parent"
7031   - "tags"
7032   sort:
7033   - "L2PATCH"
7034   - "L2XCBASE"
7035   - "BASE"
7036   - "FIB_10K"
7037   - "FIB_100K"
7038   - "FIB_1M"
7039   traces:
7040     hoverinfo: "x+y"
7041     boxpoints: "outliers"
7042     whiskerwidth: 0
7043   layout:
7044     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7045     layout: "plot-throughput"
7046
7047 -
7048   type: "plot"
7049   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7050   algorithm: "plot_performance_box"
7051   output-file-type: ".html"
7052   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7053   data: "plot-vpp-throughput-latency-2n-skx"
7054   filter: "'NIC_Intel-XXV710' and
7055            '64B' and
7056            ('BASE' or 'SCALE') and
7057            'NDRPDR' and
7058            'ETH' and
7059            '4T2C' and
7060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7061            not 'VHOST' and
7062            not 'MEMIF'"
7063   parameters:
7064   - "throughput"
7065   - "parent"
7066   - "tags"
7067   sort:
7068   - "L2PATCH"
7069   - "L2XCBASE"
7070   - "BASE"
7071   - "FIB_10K"
7072   - "FIB_100K"
7073   - "FIB_1M"
7074   traces:
7075     hoverinfo: "x+y"
7076     boxpoints: "outliers"
7077     whiskerwidth: 0
7078   layout:
7079     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7080     layout: "plot-throughput"
7081
7082 # Packet Throughput - VPP L2 2n-dnv-x553 base
7083 -
7084   type: "plot"
7085   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7086   algorithm: "plot_performance_box"
7087   output-file-type: ".html"
7088   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7089   data: "intel-dnv-vpp"
7090   filter: "'NIC_Intel-X553' and
7091            '64B' and
7092            'BASE' and
7093            'NDRPDR' and
7094            'ETH' and
7095            '1T1C' and
7096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7097            not 'VHOST' and
7098            not 'MEMIF'"
7099   parameters:
7100   - "throughput"
7101   - "parent"
7102   - "tags"
7103   sort:
7104   - "L2XCBASE"
7105   - "L2BDMACLRN"
7106   - "L2PATCH"
7107   traces:
7108     hoverinfo: "x+y"
7109     boxpoints: "outliers"
7110     whiskerwidth: 0
7111   layout:
7112     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7113     layout: "plot-throughput"
7114
7115 -
7116   type: "plot"
7117   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7118   algorithm: "plot_performance_box"
7119   output-file-type: ".html"
7120   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7121   data: "intel-dnv-vpp"
7122   filter: "'NIC_Intel-X553' and
7123            '64B' and
7124            ('BASE' or 'SCALE') and
7125            'NDRPDR' and
7126            'ETH' and
7127            '1T1C' and
7128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7129            not 'VHOST' and
7130            not 'MEMIF'"
7131   parameters:
7132   - "throughput"
7133   - "parent"
7134   - "tags"
7135   sort:
7136   - "L2XCBASE"
7137   - "L2BDMACLRN"
7138   - "L2PATCH"
7139   traces:
7140     hoverinfo: "x+y"
7141     boxpoints: "outliers"
7142     whiskerwidth: 0
7143   layout:
7144     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7145     layout: "plot-throughput"
7146
7147 -
7148   type: "plot"
7149   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7150   algorithm: "plot_performance_box"
7151   output-file-type: ".html"
7152   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7153   data: "intel-dnv-vpp"
7154   filter: "'NIC_Intel-X553' and
7155            '64B' and
7156            ('BASE' or 'SCALE') and
7157            'NDRPDR' and
7158            'ETH' and
7159            '2T2C' and
7160            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7161            not 'VHOST' and
7162            not 'MEMIF'"
7163   parameters:
7164   - "throughput"
7165   - "parent"
7166   - "tags"
7167   sort:
7168   - "L2XCBASE"
7169   - "L2BDMACLRN"
7170   - "L2PATCH"
7171   traces:
7172     hoverinfo: "x+y"
7173     boxpoints: "outliers"
7174     whiskerwidth: 0
7175   layout:
7176     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7177     layout: "plot-throughput"
7178
7179 -
7180   type: "plot"
7181   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7182   algorithm: "plot_performance_box"
7183   output-file-type: ".html"
7184   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7185   data: "intel-dnv-vpp"
7186   filter: "'NIC_Intel-X553' and
7187            '64B' and
7188            ('BASE' or 'SCALE') and
7189            'NDRPDR' and
7190            'ETH' and
7191            '2T2C' and
7192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7193            not 'VHOST' and
7194            not 'MEMIF'"
7195   parameters:
7196   - "throughput"
7197   - "parent"
7198   - "tags"
7199   sort:
7200   - "L2XCBASE"
7201   - "L2BDMACLRN"
7202   - "L2PATCH"
7203   traces:
7204     hoverinfo: "x+y"
7205     boxpoints: "outliers"
7206     whiskerwidth: 0
7207   layout:
7208     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7209     layout: "plot-throughput"
7210
7211 ################################################################################
7212
7213 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7214 -
7215   type: "plot"
7216   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7217   algorithm: "plot_performance_box"
7218   output-file-type: ".html"
7219   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7220   data: "plot-vpp-throughput-latency-3n-hsw"
7221   filter: "'NIC_Intel-X520-DA2' and
7222            '64B' and
7223            ('BASE' or 'SCALE') and
7224            'NDRPDR' and
7225            '1T1C' and
7226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7227            not 'VHOST' and
7228            'MEMIF'"
7229   parameters:
7230   - "throughput"
7231   - "parent"
7232   - "tags"
7233   sort:
7234   - "L2XCFWD"
7235   - "L2XCFWD"
7236   - "L2XCFWD"
7237   - "L2BDMACLRN"
7238   - "L2BDMACLRN"
7239   - "L2BDMACLRN"
7240   - "IP4FWD"
7241   traces:
7242     hoverinfo: "x+y"
7243     boxpoints: "outliers"
7244     whiskerwidth: 0
7245   layout:
7246     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7247     layout: "plot-throughput"
7248
7249 -
7250   type: "plot"
7251   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7252   algorithm: "plot_performance_box"
7253   output-file-type: ".html"
7254   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7255   data: "plot-vpp-throughput-latency-3n-hsw"
7256   filter: "'NIC_Intel-X520-DA2' and
7257            '64B' and
7258            ('BASE' or 'SCALE') and
7259            'NDRPDR' and
7260            '1T1C' and
7261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7262            not 'VHOST' and
7263            'MEMIF'"
7264   parameters:
7265   - "throughput"
7266   - "parent"
7267   - "tags"
7268   sort:
7269   - "L2XCFWD"
7270   - "L2XCFWD"
7271   - "L2XCFWD"
7272   - "L2BDMACLRN"
7273   - "L2BDMACLRN"
7274   - "L2BDMACLRN"
7275   - "IP4FWD"
7276   traces:
7277     hoverinfo: "x+y"
7278     boxpoints: "outliers"
7279     whiskerwidth: 0
7280   layout:
7281     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7282     layout: "plot-throughput"
7283
7284 -
7285   type: "plot"
7286   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7287   algorithm: "plot_performance_box"
7288   output-file-type: ".html"
7289   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7290   data: "plot-vpp-throughput-latency-3n-hsw"
7291   filter: "'NIC_Intel-X520-DA2' and
7292            '64B' and
7293            ('BASE' or 'SCALE') and
7294            'NDRPDR' and
7295            '2T2C' and
7296            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7297            not 'VHOST' and
7298            'MEMIF'"
7299   parameters:
7300   - "throughput"
7301   - "parent"
7302   - "tags"
7303   sort:
7304   - "L2XCFWD"
7305   - "L2XCFWD"
7306   - "L2XCFWD"
7307   - "L2BDMACLRN"
7308   - "L2BDMACLRN"
7309   - "L2BDMACLRN"
7310   - "IP4FWD"
7311   traces:
7312     hoverinfo: "x+y"
7313     boxpoints: "outliers"
7314     whiskerwidth: 0
7315   layout:
7316     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7317     layout: "plot-throughput"
7318
7319 -
7320   type: "plot"
7321   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7322   algorithm: "plot_performance_box"
7323   output-file-type: ".html"
7324   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7325   data: "plot-vpp-throughput-latency-3n-hsw"
7326   filter: "'NIC_Intel-X520-DA2' and
7327            '64B' and
7328            ('BASE' or 'SCALE') and
7329            'NDRPDR' and
7330            '2T2C' and
7331            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7332            not 'VHOST' and
7333            'MEMIF'"
7334   parameters:
7335   - "throughput"
7336   - "parent"
7337   - "tags"
7338   sort:
7339   - "L2XCFWD"
7340   - "L2XCFWD"
7341   - "L2XCFWD"
7342   - "L2BDMACLRN"
7343   - "L2BDMACLRN"
7344   - "L2BDMACLRN"
7345   - "IP4FWD"
7346   traces:
7347     hoverinfo: "x+y"
7348     boxpoints: "outliers"
7349     whiskerwidth: 0
7350   layout:
7351     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7352     layout: "plot-throughput"
7353
7354 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7355 -
7356   type: "plot"
7357   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7358   algorithm: "plot_performance_box"
7359   output-file-type: ".html"
7360   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7361   data: "plot-vpp-throughput-latency-3n-hsw"
7362   filter: "'NIC_Intel-X710' and
7363            '64B' and
7364            ('BASE' or 'SCALE') and
7365            'NDRPDR' and
7366            '1T1C' and
7367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7368            not 'VHOST' and
7369            'MEMIF'"
7370   parameters:
7371   - "throughput"
7372   - "parent"
7373   - "tags"
7374   sort:
7375   - "L2XCFWD"
7376   - "L2XCFWD"
7377   - "L2XCFWD"
7378   - "L2BDMACLRN"
7379   - "L2BDMACLRN"
7380   - "L2BDMACLRN"
7381   - "IP4FWD"
7382   traces:
7383     hoverinfo: "x+y"
7384     boxpoints: "outliers"
7385     whiskerwidth: 0
7386   layout:
7387     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7388     layout: "plot-throughput"
7389
7390 -
7391   type: "plot"
7392   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7393   algorithm: "plot_performance_box"
7394   output-file-type: ".html"
7395   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7396   data: "plot-vpp-throughput-latency-3n-hsw"
7397   filter: "'NIC_Intel-X710' and
7398            '64B' and
7399            ('BASE' or 'SCALE') and
7400            'NDRPDR' and
7401            '1T1C' and
7402            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7403            not 'VHOST' and
7404            'MEMIF'"
7405   parameters:
7406   - "throughput"
7407   - "parent"
7408   - "tags"
7409   sort:
7410   - "L2XCFWD"
7411   - "L2XCFWD"
7412   - "L2XCFWD"
7413   - "L2BDMACLRN"
7414   - "L2BDMACLRN"
7415   - "L2BDMACLRN"
7416   - "IP4FWD"
7417   traces:
7418     hoverinfo: "x+y"
7419     boxpoints: "outliers"
7420     whiskerwidth: 0
7421   layout:
7422     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7423     layout: "plot-throughput"
7424
7425 -
7426   type: "plot"
7427   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7428   algorithm: "plot_performance_box"
7429   output-file-type: ".html"
7430   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7431   data: "plot-vpp-throughput-latency-3n-hsw"
7432   filter: "'NIC_Intel-X710' and
7433            '64B' and
7434            ('BASE' or 'SCALE') and
7435            'NDRPDR' and
7436            '2T2C' and
7437            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7438            not 'VHOST' and
7439            'MEMIF'"
7440   parameters:
7441   - "throughput"
7442   - "parent"
7443   - "tags"
7444   sort:
7445   - "L2XCFWD"
7446   - "L2XCFWD"
7447   - "L2XCFWD"
7448   - "L2BDMACLRN"
7449   - "L2BDMACLRN"
7450   - "L2BDMACLRN"
7451   - "IP4FWD"
7452   traces:
7453     hoverinfo: "x+y"
7454     boxpoints: "outliers"
7455     whiskerwidth: 0
7456   layout:
7457     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7458     layout: "plot-throughput"
7459
7460 -
7461   type: "plot"
7462   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7463   algorithm: "plot_performance_box"
7464   output-file-type: ".html"
7465   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7466   data: "plot-vpp-throughput-latency-3n-hsw"
7467   filter: "'NIC_Intel-X710' and
7468            '64B' and
7469            ('BASE' or 'SCALE') and
7470            'NDRPDR' and
7471            '2T2C' and
7472            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7473            not 'VHOST' and
7474            'MEMIF'"
7475   parameters:
7476   - "throughput"
7477   - "parent"
7478   - "tags"
7479   sort:
7480   - "L2XCFWD"
7481   - "L2XCFWD"
7482   - "L2XCFWD"
7483   - "L2BDMACLRN"
7484   - "L2BDMACLRN"
7485   - "L2BDMACLRN"
7486   - "IP4FWD"
7487   traces:
7488     hoverinfo: "x+y"
7489     boxpoints: "outliers"
7490     whiskerwidth: 0
7491   layout:
7492     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7493     layout: "plot-throughput"
7494
7495 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7496 -
7497   type: "plot"
7498   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7499   algorithm: "plot_performance_box"
7500   output-file-type: ".html"
7501   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7502   data: "plot-vpp-throughput-latency-3n-hsw"
7503   filter: "'NIC_Intel-XL710' and
7504            '64B' and
7505            ('BASE' or 'SCALE') and
7506            'NDRPDR' and
7507            '1T1C' and
7508            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7509            not 'VHOST' and
7510            'MEMIF'"
7511   parameters:
7512   - "throughput"
7513   - "parent"
7514   - "tags"
7515   sort:
7516   - "L2XCFWD"
7517   - "L2XCFWD"
7518   - "L2XCFWD"
7519   - "L2BDMACLRN"
7520   - "L2BDMACLRN"
7521   - "L2BDMACLRN"
7522   - "IP4FWD"
7523   traces:
7524     hoverinfo: "x+y"
7525     boxpoints: "outliers"
7526     whiskerwidth: 0
7527   layout:
7528     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7529     layout: "plot-throughput"
7530
7531 -
7532   type: "plot"
7533   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7534   algorithm: "plot_performance_box"
7535   output-file-type: ".html"
7536   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7537   data: "plot-vpp-throughput-latency-3n-hsw"
7538   filter: "'NIC_Intel-XL710' and
7539            '64B' and
7540            ('BASE' or 'SCALE') and
7541            'NDRPDR' and
7542            '1T1C' and
7543            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7544            not 'VHOST' and
7545            'MEMIF'"
7546   parameters:
7547   - "throughput"
7548   - "parent"
7549   - "tags"
7550   sort:
7551   - "L2XCFWD"
7552   - "L2XCFWD"
7553   - "L2XCFWD"
7554   - "L2BDMACLRN"
7555   - "L2BDMACLRN"
7556   - "L2BDMACLRN"
7557   - "IP4FWD"
7558   traces:
7559     hoverinfo: "x+y"
7560     boxpoints: "outliers"
7561     whiskerwidth: 0
7562   layout:
7563     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7564     layout: "plot-throughput"
7565
7566 -
7567   type: "plot"
7568   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7569   algorithm: "plot_performance_box"
7570   output-file-type: ".html"
7571   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7572   data: "plot-vpp-throughput-latency-3n-hsw"
7573   filter: "'NIC_Intel-XL710' and
7574            '64B' and
7575            ('BASE' or 'SCALE') and
7576            'NDRPDR' and
7577            '2T2C' and
7578            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7579            not 'VHOST' and
7580            'MEMIF'"
7581   parameters:
7582   - "throughput"
7583   - "parent"
7584   - "tags"
7585   sort:
7586   - "L2XCFWD"
7587   - "L2XCFWD"
7588   - "L2XCFWD"
7589   - "L2BDMACLRN"
7590   - "L2BDMACLRN"
7591   - "L2BDMACLRN"
7592   - "IP4FWD"
7593   traces:
7594     hoverinfo: "x+y"
7595     boxpoints: "outliers"
7596     whiskerwidth: 0
7597   layout:
7598     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7599     layout: "plot-throughput"
7600
7601 -
7602   type: "plot"
7603   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7604   algorithm: "plot_performance_box"
7605   output-file-type: ".html"
7606   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7607   data: "plot-vpp-throughput-latency-3n-hsw"
7608   filter: "'NIC_Intel-XL710' and
7609            '64B' and
7610            ('BASE' or 'SCALE') and
7611            'NDRPDR' and
7612            '2T2C' and
7613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7614            not 'VHOST' and
7615            'MEMIF'"
7616   parameters:
7617   - "throughput"
7618   - "parent"
7619   - "tags"
7620   sort:
7621   - "L2XCFWD"
7622   - "L2XCFWD"
7623   - "L2XCFWD"
7624   - "L2BDMACLRN"
7625   - "L2BDMACLRN"
7626   - "L2BDMACLRN"
7627   - "IP4FWD"
7628   traces:
7629     hoverinfo: "x+y"
7630     boxpoints: "outliers"
7631     whiskerwidth: 0
7632   layout:
7633     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7634     layout: "plot-throughput"
7635
7636 # Packet Throughput - VPP Container Memif 3n-skx-x710
7637 -
7638   type: "plot"
7639   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7640   algorithm: "plot_performance_box"
7641   output-file-type: ".html"
7642   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7643   data: "plot-vpp-throughput-latency-3n-skx"
7644   filter: "'NIC_Intel-X710' and
7645            '64B' and
7646            ('BASE' or 'SCALE') and
7647            'NDRPDR' and
7648            '2T1C' and
7649            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7650            not 'VHOST' and
7651            'MEMIF'"
7652   parameters:
7653   - "throughput"
7654   - "parent"
7655   - "tags"
7656   sort:
7657   - "L2XCFWD"
7658   - "L2XCFWD"
7659   - "L2XCFWD"
7660   - "L2BDMACLRN"
7661   - "L2BDMACLRN"
7662   - "L2BDMACLRN"
7663   - "IP4FWD"
7664   traces:
7665     hoverinfo: "x+y"
7666     boxpoints: "outliers"
7667     whiskerwidth: 0
7668   layout:
7669     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7670     layout: "plot-throughput"
7671
7672 -
7673   type: "plot"
7674   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7675   algorithm: "plot_performance_box"
7676   output-file-type: ".html"
7677   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7678   data: "plot-vpp-throughput-latency-3n-skx"
7679   filter: "'NIC_Intel-X710' and
7680            '64B' and
7681            ('BASE' or 'SCALE') and
7682            'NDRPDR' and
7683            '2T1C' and
7684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7685            not 'VHOST' and
7686            'MEMIF'"
7687   parameters:
7688   - "throughput"
7689   - "parent"
7690   - "tags"
7691   sort:
7692   - "L2XCFWD"
7693   - "L2XCFWD"
7694   - "L2XCFWD"
7695   - "L2BDMACLRN"
7696   - "L2BDMACLRN"
7697   - "L2BDMACLRN"
7698   - "IP4FWD"
7699   traces:
7700     hoverinfo: "x+y"
7701     boxpoints: "outliers"
7702     whiskerwidth: 0
7703   layout:
7704     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7705     layout: "plot-throughput"
7706
7707 -
7708   type: "plot"
7709   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7710   algorithm: "plot_performance_box"
7711   output-file-type: ".html"
7712   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7713   data: "plot-vpp-throughput-latency-3n-skx"
7714   filter: "'NIC_Intel-X710' and
7715            '64B' and
7716            ('BASE' or 'SCALE') and
7717            'NDRPDR' and
7718            '4T2C' and
7719            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7720            not 'VHOST' and
7721            'MEMIF'"
7722   parameters:
7723   - "throughput"
7724   - "parent"
7725   - "tags"
7726   sort:
7727   - "L2XCFWD"
7728   - "L2XCFWD"
7729   - "L2XCFWD"
7730   - "L2BDMACLRN"
7731   - "L2BDMACLRN"
7732   - "L2BDMACLRN"
7733   - "IP4FWD"
7734   traces:
7735     hoverinfo: "x+y"
7736     boxpoints: "outliers"
7737     whiskerwidth: 0
7738   layout:
7739     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7740     layout: "plot-throughput"
7741
7742 -
7743   type: "plot"
7744   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7745   algorithm: "plot_performance_box"
7746   output-file-type: ".html"
7747   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7748   data: "plot-vpp-throughput-latency-3n-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' or 'IP4FWD') 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   - "IP4FWD"
7769   traces:
7770     hoverinfo: "x+y"
7771     boxpoints: "outliers"
7772     whiskerwidth: 0
7773   layout:
7774     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7775     layout: "plot-throughput"
7776
7777 # Packet Throughput - VPP Container Memif 2n-skx-x710
7778 -
7779   type: "plot"
7780   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
7781   algorithm: "plot_performance_box"
7782   output-file-type: ".html"
7783   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
7784   data: "plot-vpp-throughput-latency-2n-skx"
7785   filter: "'NIC_Intel-X710' and
7786            '64B' and
7787            ('BASE' or 'SCALE') and
7788            'NDRPDR' and
7789            '2T1C' and
7790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7791            not 'VHOST' and
7792            not 'NF_DENSITY' and
7793            'MEMIF'"
7794   parameters:
7795   - "throughput"
7796   - "parent"
7797   - "tags"
7798   sort:
7799   - "L2XCFWD"
7800   - "L2XCFWD"
7801   - "L2XCFWD"
7802   - "L2BDMACLRN"
7803   - "L2BDMACLRN"
7804   - "L2BDMACLRN"
7805   - "IP4FWD"
7806   traces:
7807     hoverinfo: "x+y"
7808     boxpoints: "outliers"
7809     whiskerwidth: 0
7810   layout:
7811     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
7812     layout: "plot-throughput"
7813
7814 -
7815   type: "plot"
7816   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
7817   algorithm: "plot_performance_box"
7818   output-file-type: ".html"
7819   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
7820   data: "plot-vpp-throughput-latency-2n-skx"
7821   filter: "'NIC_Intel-X710' and
7822            '64B' and
7823            ('BASE' or 'SCALE') and
7824            'NDRPDR' and
7825            '2T1C' and
7826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7827            not 'VHOST' and
7828            not 'NF_DENSITY' and
7829            'MEMIF'"
7830   parameters:
7831   - "throughput"
7832   - "parent"
7833   - "tags"
7834   sort:
7835   - "L2XCFWD"
7836   - "L2XCFWD"
7837   - "L2XCFWD"
7838   - "L2BDMACLRN"
7839   - "L2BDMACLRN"
7840   - "L2BDMACLRN"
7841   - "IP4FWD"
7842   traces:
7843     hoverinfo: "x+y"
7844     boxpoints: "outliers"
7845     whiskerwidth: 0
7846   layout:
7847     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
7848     layout: "plot-throughput"
7849
7850 -
7851   type: "plot"
7852   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
7853   algorithm: "plot_performance_box"
7854   output-file-type: ".html"
7855   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
7856   data: "plot-vpp-throughput-latency-2n-skx"
7857   filter: "'NIC_Intel-X710' and
7858            '64B' and
7859            ('BASE' or 'SCALE') and
7860            'NDRPDR' and
7861            '4T2C' and
7862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7863            not 'VHOST' and
7864            not 'NF_DENSITY' and
7865            'MEMIF'"
7866   parameters:
7867   - "throughput"
7868   - "parent"
7869   - "tags"
7870   sort:
7871   - "L2XCFWD"
7872   - "L2XCFWD"
7873   - "L2XCFWD"
7874   - "L2BDMACLRN"
7875   - "L2BDMACLRN"
7876   - "L2BDMACLRN"
7877   - "IP4FWD"
7878   traces:
7879     hoverinfo: "x+y"
7880     boxpoints: "outliers"
7881     whiskerwidth: 0
7882   layout:
7883     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
7884     layout: "plot-throughput"
7885
7886 -
7887   type: "plot"
7888   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
7889   algorithm: "plot_performance_box"
7890   output-file-type: ".html"
7891   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
7892   data: "plot-vpp-throughput-latency-2n-skx"
7893   filter: "'NIC_Intel-X710' and
7894            '64B' and
7895            ('BASE' or 'SCALE') and
7896            'NDRPDR' and
7897            '4T2C' and
7898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7899            not 'VHOST' and
7900            not 'NF_DENSITY' and
7901            'MEMIF'"
7902   parameters:
7903   - "throughput"
7904   - "parent"
7905   - "tags"
7906   sort:
7907   - "L2XCFWD"
7908   - "L2XCFWD"
7909   - "L2XCFWD"
7910   - "L2BDMACLRN"
7911   - "L2BDMACLRN"
7912   - "L2BDMACLRN"
7913   - "IP4FWD"
7914   traces:
7915     hoverinfo: "x+y"
7916     boxpoints: "outliers"
7917     whiskerwidth: 0
7918   layout:
7919     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
7920     layout: "plot-throughput"
7921
7922 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7923 -
7924   type: "plot"
7925   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
7926   algorithm: "plot_performance_box"
7927   output-file-type: ".html"
7928   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
7929   data: "plot-vpp-throughput-latency-2n-skx"
7930   filter: "'NIC_Intel-XXV710' and
7931            '64B' and
7932            ('BASE' or 'SCALE') and
7933            'NDRPDR' and
7934            '2T1C' and
7935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7936            not 'VHOST' and
7937            'MEMIF'"
7938   parameters:
7939   - "throughput"
7940   - "parent"
7941   - "tags"
7942   sort:
7943   - "L2XCFWD"
7944   - "L2XCFWD"
7945   - "L2XCFWD"
7946   - "L2BDMACLRN"
7947   - "L2BDMACLRN"
7948   - "L2BDMACLRN"
7949   - "IP4FWD"
7950   traces:
7951     hoverinfo: "x+y"
7952     boxpoints: "outliers"
7953     whiskerwidth: 0
7954   layout:
7955     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
7956     layout: "plot-throughput"
7957
7958 -
7959   type: "plot"
7960   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
7961   algorithm: "plot_performance_box"
7962   output-file-type: ".html"
7963   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
7964   data: "plot-vpp-throughput-latency-2n-skx"
7965   filter: "'NIC_Intel-XXV710' and
7966            '64B' and
7967            ('BASE' or 'SCALE') and
7968            'NDRPDR' and
7969            '2T1C' and
7970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7971            not 'VHOST' and
7972            'MEMIF'"
7973   parameters:
7974   - "throughput"
7975   - "parent"
7976   - "tags"
7977   sort:
7978   - "L2XCFWD"
7979   - "L2XCFWD"
7980   - "L2XCFWD"
7981   - "L2BDMACLRN"
7982   - "L2BDMACLRN"
7983   - "L2BDMACLRN"
7984   - "IP4FWD"
7985   traces:
7986     hoverinfo: "x+y"
7987     boxpoints: "outliers"
7988     whiskerwidth: 0
7989   layout:
7990     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
7991     layout: "plot-throughput"
7992
7993 -
7994   type: "plot"
7995   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
7996   algorithm: "plot_performance_box"
7997   output-file-type: ".html"
7998   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
7999   data: "plot-vpp-throughput-latency-2n-skx"
8000   filter: "'NIC_Intel-XXV710' and
8001            '64B' and
8002            ('BASE' or 'SCALE') and
8003            'NDRPDR' and
8004            '4T2C' and
8005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8006            not 'VHOST' and
8007            'MEMIF'"
8008   parameters:
8009   - "throughput"
8010   - "parent"
8011   - "tags"
8012   sort:
8013   - "L2XCFWD"
8014   - "L2XCFWD"
8015   - "L2XCFWD"
8016   - "L2BDMACLRN"
8017   - "L2BDMACLRN"
8018   - "L2BDMACLRN"
8019   - "IP4FWD"
8020   traces:
8021     hoverinfo: "x+y"
8022     boxpoints: "outliers"
8023     whiskerwidth: 0
8024   layout:
8025     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8026     layout: "plot-throughput"
8027
8028 -
8029   type: "plot"
8030   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8031   algorithm: "plot_performance_box"
8032   output-file-type: ".html"
8033   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8034   data: "plot-vpp-throughput-latency-2n-skx"
8035   filter: "'NIC_Intel-XXV710' and
8036            '64B' and
8037            ('BASE' or 'SCALE') and
8038            'NDRPDR' and
8039            '4T2C' and
8040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8041            not 'VHOST' and
8042            'MEMIF'"
8043   parameters:
8044   - "throughput"
8045   - "parent"
8046   - "tags"
8047   sort:
8048   - "L2XCFWD"
8049   - "L2XCFWD"
8050   - "L2XCFWD"
8051   - "L2BDMACLRN"
8052   - "L2BDMACLRN"
8053   - "L2BDMACLRN"
8054   - "IP4FWD"
8055   traces:
8056     hoverinfo: "x+y"
8057     boxpoints: "outliers"
8058     whiskerwidth: 0
8059   layout:
8060     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8061     layout: "plot-throughput"
8062
8063 ################################################################################
8064
8065 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8066 -
8067   type: "plot"
8068   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8069   algorithm: "plot_performance_box"
8070   output-file-type: ".html"
8071   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8072   data: "plot-ligato-throughput-latency-3n-hsw"
8073   filter: "'NIC_Intel-X520-DA2' and
8074            '64B' and
8075            ('BASE' or 'SCALE') and
8076            'NDRPDR' and
8077            '1T1C' and
8078            'L2XCFWD' and
8079            not 'VHOST' and
8080            not 'NF_DENSITY' and
8081            'MEMIF'"
8082   parameters:
8083   - "throughput"
8084   - "parent"
8085   - "tags"
8086   sort:
8087   - "1VNF"
8088   - "2VNF"
8089   - "4VNF"
8090   - "2VNF"
8091   - "4VNF"
8092   traces:
8093     hoverinfo: "x+y"
8094     boxpoints: "outliers"
8095     whiskerwidth: 0
8096   layout:
8097     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8098     layout: "plot-throughput"
8099
8100 -
8101   type: "plot"
8102   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8103   algorithm: "plot_performance_box"
8104   output-file-type: ".html"
8105   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8106   data: "plot-ligato-throughput-latency-3n-hsw"
8107   filter: "'NIC_Intel-X520-DA2' and
8108            '64B' and
8109            ('BASE' or 'SCALE') and
8110            'NDRPDR' and
8111            '1T1C' and
8112            'L2XCFWD' and
8113            not 'VHOST' and
8114            not 'NF_DENSITY' and
8115            'MEMIF'"
8116   parameters:
8117   - "throughput"
8118   - "parent"
8119   - "tags"
8120   sort:
8121   - "1VNF"
8122   - "2VNF"
8123   - "4VNF"
8124   - "2VNF"
8125   - "4VNF"
8126   traces:
8127     hoverinfo: "x+y"
8128     boxpoints: "outliers"
8129     whiskerwidth: 0
8130   layout:
8131     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8132     layout: "plot-throughput"
8133
8134 -
8135   type: "plot"
8136   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8137   algorithm: "plot_performance_box"
8138   output-file-type: ".html"
8139   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8140   data: "plot-ligato-throughput-latency-3n-hsw"
8141   filter: "'NIC_Intel-X520-DA2' and
8142            '64B' and
8143            ('BASE' or 'SCALE') and
8144            'NDRPDR' and
8145            '2T2C' and
8146            'L2XCFWD' and
8147            not 'VHOST' and
8148            not 'NF_DENSITY' and
8149            'MEMIF'"
8150   parameters:
8151   - "throughput"
8152   - "parent"
8153   - "tags"
8154   sort:
8155   - "1VNF"
8156   - "2VNF"
8157   - "4VNF"
8158   - "2VNF"
8159   - "4VNF"
8160   traces:
8161     hoverinfo: "x+y"
8162     boxpoints: "outliers"
8163     whiskerwidth: 0
8164   layout:
8165     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8166     layout: "plot-throughput"
8167
8168 -
8169   type: "plot"
8170   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8171   algorithm: "plot_performance_box"
8172   output-file-type: ".html"
8173   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8174   data: "plot-ligato-throughput-latency-3n-hsw"
8175   filter: "'NIC_Intel-X520-DA2' and
8176            '64B' and
8177            ('BASE' or 'SCALE') and
8178            'NDRPDR' and
8179            '2T2C' and
8180            'L2XCFWD' and
8181            not 'VHOST' and
8182            not 'NF_DENSITY' and
8183            'MEMIF'"
8184   parameters:
8185   - "throughput"
8186   - "parent"
8187   - "tags"
8188   sort:
8189   - "1VNF"
8190   - "2VNF"
8191   - "4VNF"
8192   - "2VNF"
8193   - "4VNF"
8194   traces:
8195     hoverinfo: "x+y"
8196     boxpoints: "outliers"
8197     whiskerwidth: 0
8198   layout:
8199     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8200     layout: "plot-throughput"
8201
8202 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8203 -
8204   type: "plot"
8205   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8206   algorithm: "plot_performance_box"
8207   output-file-type: ".html"
8208   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8209   data: "plot-ligato-throughput-latency-3n-hsw"
8210   filter: "'NIC_Intel-X520-DA2' and
8211            '64B' and
8212            ('BASE' or 'SCALE') and
8213            'NDRPDR' and
8214            '1T1C' and
8215            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8216            not 'VHOST' and
8217            not 'NF_DENSITY' and
8218            'MEMIF'"
8219   parameters:
8220   - "throughput"
8221   - "parent"
8222   - "tags"
8223   sort:
8224   - "1VNF"
8225   - "2VNF"
8226   - "4VNF"
8227   - "2VNF"
8228   - "4VNF"
8229   traces:
8230     hoverinfo: "x+y"
8231     boxpoints: "outliers"
8232     whiskerwidth: 0
8233   layout:
8234     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8235     layout: "plot-throughput"
8236
8237 -
8238   type: "plot"
8239   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8240   algorithm: "plot_performance_box"
8241   output-file-type: ".html"
8242   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8243   data: "plot-ligato-throughput-latency-3n-hsw"
8244   filter: "'NIC_Intel-X520-DA2' and
8245            '64B' and
8246            ('BASE' or 'SCALE') and
8247            'NDRPDR' and
8248            '1T1C' and
8249            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8250            not 'VHOST' and
8251            not 'NF_DENSITY' and
8252            'MEMIF'"
8253   parameters:
8254   - "throughput"
8255   - "parent"
8256   - "tags"
8257   sort:
8258   - "1VNF"
8259   - "2VNF"
8260   - "4VNF"
8261   - "2VNF"
8262   - "4VNF"
8263   traces:
8264     hoverinfo: "x+y"
8265     boxpoints: "outliers"
8266     whiskerwidth: 0
8267   layout:
8268     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8269     layout: "plot-throughput"
8270
8271 -
8272   type: "plot"
8273   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8274   algorithm: "plot_performance_box"
8275   output-file-type: ".html"
8276   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8277   data: "plot-ligato-throughput-latency-3n-hsw"
8278   filter: "'NIC_Intel-X520-DA2' and
8279            '64B' and
8280            ('BASE' or 'SCALE') and
8281            'NDRPDR' and
8282            '2T2C' and
8283            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8284            not 'VHOST' and
8285            not 'NF_DENSITY' and
8286            'MEMIF'"
8287   parameters:
8288   - "throughput"
8289   - "parent"
8290   - "tags"
8291   sort:
8292   - "1VNF"
8293   - "2VNF"
8294   - "4VNF"
8295   - "2VNF"
8296   - "4VNF"
8297   traces:
8298     hoverinfo: "x+y"
8299     boxpoints: "outliers"
8300     whiskerwidth: 0
8301   layout:
8302     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8303     layout: "plot-throughput"
8304
8305 -
8306   type: "plot"
8307   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8308   algorithm: "plot_performance_box"
8309   output-file-type: ".html"
8310   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8311   data: "plot-ligato-throughput-latency-3n-hsw"
8312   filter: "'NIC_Intel-X520-DA2' and
8313            '64B' and
8314            ('BASE' or 'SCALE') and
8315            'NDRPDR' and
8316            '2T2C' and
8317            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8318            not 'VHOST' and
8319            not 'NF_DENSITY' and
8320            'MEMIF'"
8321   parameters:
8322   - "throughput"
8323   - "parent"
8324   - "tags"
8325   sort:
8326   - "1VNF"
8327   - "2VNF"
8328   - "4VNF"
8329   - "2VNF"
8330   - "4VNF"
8331   traces:
8332     hoverinfo: "x+y"
8333     boxpoints: "outliers"
8334     whiskerwidth: 0
8335   layout:
8336     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8337     layout: "plot-throughput"
8338
8339 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8340 -
8341   type: "plot"
8342   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8343   algorithm: "plot_performance_box"
8344   output-file-type: ".html"
8345   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8346   data: "plot-ligato-throughput-latency-3n-hsw"
8347   filter: "'NIC_Intel-X710' and
8348            '64B' and
8349            ('BASE' or 'SCALE') and
8350            'NDRPDR' and
8351            '1T1C' and
8352            'L2XCFWD' and
8353            not 'VHOST' and
8354            not 'NF_DENSITY' and
8355            'MEMIF'"
8356   parameters:
8357   - "throughput"
8358   - "parent"
8359   - "tags"
8360   sort:
8361   - "1VNF"
8362   - "2VNF"
8363   - "4VNF"
8364   - "2VNF"
8365   - "4VNF"
8366   traces:
8367     hoverinfo: "x+y"
8368     boxpoints: "outliers"
8369     whiskerwidth: 0
8370   layout:
8371     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8372     layout: "plot-throughput"
8373
8374 -
8375   type: "plot"
8376   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8377   algorithm: "plot_performance_box"
8378   output-file-type: ".html"
8379   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8380   data: "plot-ligato-throughput-latency-3n-hsw"
8381   filter: "'NIC_Intel-X710' and
8382            '64B' and
8383            ('BASE' or 'SCALE') and
8384            'NDRPDR' and
8385            '1T1C' and
8386            'L2XCFWD' and
8387            not 'VHOST' and
8388            not 'NF_DENSITY' and
8389            'MEMIF'"
8390   parameters:
8391   - "throughput"
8392   - "parent"
8393   - "tags"
8394   sort:
8395   - "1VNF"
8396   - "2VNF"
8397   - "4VNF"
8398   - "2VNF"
8399   - "4VNF"
8400   traces:
8401     hoverinfo: "x+y"
8402     boxpoints: "outliers"
8403     whiskerwidth: 0
8404   layout:
8405     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8406     layout: "plot-throughput"
8407
8408 -
8409   type: "plot"
8410   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8411   algorithm: "plot_performance_box"
8412   output-file-type: ".html"
8413   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8414   data: "plot-ligato-throughput-latency-3n-hsw"
8415   filter: "'NIC_Intel-X710' and
8416            '64B' and
8417            ('BASE' or 'SCALE') and
8418            'NDRPDR' and
8419            '2T2C' and
8420            'L2XCFWD' and
8421            not 'VHOST' and
8422            not 'NF_DENSITY' and
8423            'MEMIF'"
8424   parameters:
8425   - "throughput"
8426   - "parent"
8427   - "tags"
8428   sort:
8429   - "1VNF"
8430   - "2VNF"
8431   - "4VNF"
8432   - "2VNF"
8433   - "4VNF"
8434   traces:
8435     hoverinfo: "x+y"
8436     boxpoints: "outliers"
8437     whiskerwidth: 0
8438   layout:
8439     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8440     layout: "plot-throughput"
8441
8442 -
8443   type: "plot"
8444   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8445   algorithm: "plot_performance_box"
8446   output-file-type: ".html"
8447   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8448   data: "plot-ligato-throughput-latency-3n-hsw"
8449   filter: "'NIC_Intel-X710' and
8450            '64B' and
8451            ('BASE' or 'SCALE') and
8452            'NDRPDR' and
8453            '2T2C' and
8454            'L2XCFWD' and
8455            not 'VHOST' and
8456            not 'NF_DENSITY' and
8457            'MEMIF'"
8458   parameters:
8459   - "throughput"
8460   - "parent"
8461   - "tags"
8462   sort:
8463   - "1VNF"
8464   - "2VNF"
8465   - "4VNF"
8466   - "2VNF"
8467   - "4VNF"
8468   traces:
8469     hoverinfo: "x+y"
8470     boxpoints: "outliers"
8471     whiskerwidth: 0
8472   layout:
8473     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8474     layout: "plot-throughput"
8475
8476 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8477 -
8478   type: "plot"
8479   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8480   algorithm: "plot_performance_box"
8481   output-file-type: ".html"
8482   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8483   data: "plot-ligato-throughput-latency-3n-hsw"
8484   filter: "'NIC_Intel-X710' and
8485            '64B' and
8486            ('BASE' or 'SCALE') and
8487            'NDRPDR' and
8488            '1T1C' and
8489            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8490            not 'VHOST' and
8491            not 'NF_DENSITY' and
8492            'MEMIF'"
8493   parameters:
8494   - "throughput"
8495   - "parent"
8496   - "tags"
8497   sort:
8498   - "1VNF"
8499   - "2VNF"
8500   - "4VNF"
8501   - "2VNF"
8502   - "4VNF"
8503   traces:
8504     hoverinfo: "x+y"
8505     boxpoints: "outliers"
8506     whiskerwidth: 0
8507   layout:
8508     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8509     layout: "plot-throughput"
8510
8511 -
8512   type: "plot"
8513   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8514   algorithm: "plot_performance_box"
8515   output-file-type: ".html"
8516   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8517   data: "plot-ligato-throughput-latency-3n-hsw"
8518   filter: "'NIC_Intel-X710' and
8519            '64B' and
8520            ('BASE' or 'SCALE') and
8521            'NDRPDR' and
8522            '1T1C' and
8523            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8524            not 'VHOST' and
8525            not 'NF_DENSITY' and
8526            'MEMIF'"
8527   parameters:
8528   - "throughput"
8529   - "parent"
8530   - "tags"
8531   sort:
8532   - "1VNF"
8533   - "2VNF"
8534   - "4VNF"
8535   - "2VNF"
8536   - "4VNF"
8537   traces:
8538     hoverinfo: "x+y"
8539     boxpoints: "outliers"
8540     whiskerwidth: 0
8541   layout:
8542     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8543     layout: "plot-throughput"
8544
8545 -
8546   type: "plot"
8547   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8548   algorithm: "plot_performance_box"
8549   output-file-type: ".html"
8550   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8551   data: "plot-ligato-throughput-latency-3n-hsw"
8552   filter: "'NIC_Intel-X710' and
8553            '64B' and
8554            ('BASE' or 'SCALE') and
8555            'NDRPDR' and
8556            '2T2C' and
8557            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8558            not 'VHOST' and
8559            not 'NF_DENSITY' and
8560            'MEMIF'"
8561   parameters:
8562   - "throughput"
8563   - "parent"
8564   - "tags"
8565   sort:
8566   - "1VNF"
8567   - "2VNF"
8568   - "4VNF"
8569   - "2VNF"
8570   - "4VNF"
8571   traces:
8572     hoverinfo: "x+y"
8573     boxpoints: "outliers"
8574     whiskerwidth: 0
8575   layout:
8576     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8577     layout: "plot-throughput"
8578
8579 -
8580   type: "plot"
8581   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8582   algorithm: "plot_performance_box"
8583   output-file-type: ".html"
8584   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8585   data: "plot-ligato-throughput-latency-3n-hsw"
8586   filter: "'NIC_Intel-X710' and
8587            '64B' and
8588            ('BASE' or 'SCALE') and
8589            'NDRPDR' and
8590            '2T2C' and
8591            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8592            not 'VHOST' and
8593            not 'NF_DENSITY' and
8594            'MEMIF'"
8595   parameters:
8596   - "throughput"
8597   - "parent"
8598   - "tags"
8599   sort:
8600   - "1VNF"
8601   - "2VNF"
8602   - "4VNF"
8603   - "2VNF"
8604   - "4VNF"
8605   traces:
8606     hoverinfo: "x+y"
8607     boxpoints: "outliers"
8608     whiskerwidth: 0
8609   layout:
8610     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8611     layout: "plot-throughput"
8612
8613 ################################################################################
8614
8615 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8616 -
8617   type: "plot"
8618   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8619   algorithm: "plot_performance_box"
8620   output-file-type: ".html"
8621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8622   data: "plot-vpp-throughput-latency-3n-hsw"
8623   filter: "'NIC_Intel-X520-DA2' and
8624            '64B' and
8625            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8626            'NDRPDR' and
8627            '1T1C' and
8628            'IP4FWD' and
8629            not 'IPSEC' and
8630            not 'DOT1Q' and
8631            not 'VHOST'"
8632   parameters:
8633   - "throughput"
8634   - "parent"
8635   - "tags"
8636   sort:
8637   - "IP4BASE"
8638   - "FIB_20k"
8639   - "FIB_200k"
8640   - "FIB_2M"
8641   traces:
8642     hoverinfo: "x+y"
8643     boxpoints: "outliers"
8644     whiskerwidth: 0
8645   layout:
8646     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8647     layout: "plot-throughput"
8648
8649 -
8650   type: "plot"
8651   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8652   algorithm: "plot_performance_box"
8653   output-file-type: ".html"
8654   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8655   data: "plot-vpp-throughput-latency-3n-hsw"
8656   filter: "'NIC_Intel-X520-DA2' and
8657            '64B' and
8658            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8659            'NDRPDR' and
8660            '1T1C' and
8661            'IP4FWD' and
8662            not 'IPSEC' and
8663            not 'DOT1Q' and
8664            not 'VHOST'"
8665   parameters:
8666   - "throughput"
8667   - "parent"
8668   - "tags"
8669   sort:
8670   - "IP4BASE"
8671   - "FIB_20k"
8672   - "FIB_200k"
8673   - "FIB_2M"
8674   traces:
8675     hoverinfo: "x+y"
8676     boxpoints: "outliers"
8677     whiskerwidth: 0
8678   layout:
8679     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8680     layout: "plot-throughput"
8681
8682 -
8683   type: "plot"
8684   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8685   algorithm: "plot_performance_box"
8686   output-file-type: ".html"
8687   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8688   data: "plot-vpp-throughput-latency-3n-hsw"
8689   filter: "'NIC_Intel-X520-DA2' and
8690            '64B' and
8691            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8692            'NDRPDR' and
8693            '2T2C' and
8694            'IP4FWD' and
8695            not 'IPSEC' and
8696            not 'DOT1Q' and
8697            not 'VHOST'"
8698   parameters:
8699   - "throughput"
8700   - "parent"
8701   - "tags"
8702   sort:
8703   - "IP4BASE"
8704   - "FIB_20k"
8705   - "FIB_200k"
8706   - "FIB_2M"
8707   traces:
8708     hoverinfo: "x+y"
8709     boxpoints: "outliers"
8710     whiskerwidth: 0
8711   layout:
8712     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8713     layout: "plot-throughput"
8714
8715 -
8716   type: "plot"
8717   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8718   algorithm: "plot_performance_box"
8719   output-file-type: ".html"
8720   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8721   data: "plot-vpp-throughput-latency-3n-hsw"
8722   filter: "'NIC_Intel-X520-DA2' and
8723            '64B' and
8724            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8725            'NDRPDR' and
8726            '2T2C' and
8727            'IP4FWD' and
8728            not 'IPSEC' and
8729            not 'DOT1Q' and
8730            not 'VHOST'"
8731   parameters:
8732   - "throughput"
8733   - "parent"
8734   - "tags"
8735   sort:
8736   - "IP4BASE"
8737   - "FIB_20k"
8738   - "FIB_200k"
8739   - "FIB_2M"
8740   traces:
8741     hoverinfo: "x+y"
8742     boxpoints: "outliers"
8743     whiskerwidth: 0
8744   layout:
8745     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8746     layout: "plot-throughput"
8747
8748 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8749 -
8750   type: "plot"
8751   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8752   algorithm: "plot_performance_box"
8753   output-file-type: ".html"
8754   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8755   data: "plot-vpp-throughput-latency-3n-hsw"
8756   filter: "'NIC_Intel-X520-DA2' and
8757            '64B' and
8758            ('IP4BASE' or
8759             'POLICE_MARK' or
8760             'COPWHLIST' or
8761             ('NAT44' and 'BASE') or
8762             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8763            'NDRPDR' and
8764            '1T1C' and
8765            'IP4FWD' and
8766            not 'IPSEC' and
8767            not 'VHOST'"
8768   parameters:
8769   - "throughput"
8770   - "parent"
8771   - "tags"
8772   sort:
8773   - "DOT1Q"
8774   - "IP4BASE"
8775   - "NAT44"
8776   - "POLICE_MARK"
8777   - "COPWHLIST"
8778   - "IACL"
8779   - "OACL"
8780   traces:
8781     hoverinfo: "x+y"
8782     boxpoints: "outliers"
8783     whiskerwidth: 0
8784   layout:
8785     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8786     layout: "plot-throughput"
8787
8788 -
8789   type: "plot"
8790   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8791   algorithm: "plot_performance_box"
8792   output-file-type: ".html"
8793   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8794   data: "plot-vpp-throughput-latency-3n-hsw"
8795   filter: "'NIC_Intel-X520-DA2' and
8796            '64B' and
8797            ('IP4BASE' or
8798             'POLICE_MARK' or
8799             'COPWHLIST' or
8800             ('NAT44' and 'BASE') or
8801             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8802            'NDRPDR' and
8803            '1T1C' and
8804            'IP4FWD' and
8805            not 'IPSEC' and
8806            not 'VHOST'"
8807   parameters:
8808   - "throughput"
8809   - "parent"
8810   - "tags"
8811   sort:
8812   - "DOT1Q"
8813   - "IP4BASE"
8814   - "NAT44"
8815   - "POLICE_MARK"
8816   - "COPWHLIST"
8817   - "IACL"
8818   - "OACL"
8819   traces:
8820     hoverinfo: "x+y"
8821     boxpoints: "outliers"
8822     whiskerwidth: 0
8823   layout:
8824     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8825     layout: "plot-throughput"
8826
8827 -
8828   type: "plot"
8829   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8830   algorithm: "plot_performance_box"
8831   output-file-type: ".html"
8832   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8833   data: "plot-vpp-throughput-latency-3n-hsw"
8834   filter: "'NIC_Intel-X520-DA2' and
8835            '64B' and
8836            ('IP4BASE' or
8837             'POLICE_MARK' or
8838             'COPWHLIST' or
8839             ('NAT44' and 'BASE') or
8840             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8841            'NDRPDR' and
8842            '2T2C' and
8843            'IP4FWD' and
8844            not 'IPSEC' and
8845            not 'VHOST'"
8846   parameters:
8847   - "throughput"
8848   - "parent"
8849   - "tags"
8850   sort:
8851   - "DOT1Q"
8852   - "IP4BASE"
8853   - "NAT44"
8854   - "POLICE_MARK"
8855   - "COPWHLIST"
8856   - "IACL"
8857   - "OACL"
8858   traces:
8859     hoverinfo: "x+y"
8860     boxpoints: "outliers"
8861     whiskerwidth: 0
8862   layout:
8863     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8864     layout: "plot-throughput"
8865
8866 -
8867   type: "plot"
8868   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8869   algorithm: "plot_performance_box"
8870   output-file-type: ".html"
8871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8872   data: "plot-vpp-throughput-latency-3n-hsw"
8873   filter: "'NIC_Intel-X520-DA2' and
8874            '64B' and
8875            ('IP4BASE' or
8876             'POLICE_MARK' or
8877             'COPWHLIST' or
8878             ('NAT44' and 'BASE') or
8879             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8880            'NDRPDR' and
8881            '2T2C' and
8882            'IP4FWD' and
8883            not 'IPSEC' and
8884            not 'VHOST'"
8885   parameters:
8886   - "throughput"
8887   - "parent"
8888   - "tags"
8889   sort:
8890   - "DOT1Q"
8891   - "IP4BASE"
8892   - "NAT44"
8893   - "POLICE_MARK"
8894   - "COPWHLIST"
8895   - "IACL"
8896   - "OACL"
8897   traces:
8898     hoverinfo: "x+y"
8899     boxpoints: "outliers"
8900     whiskerwidth: 0
8901   layout:
8902     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8903     layout: "plot-throughput"
8904
8905 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8906 -
8907   type: "plot"
8908   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8909   algorithm: "plot_performance_box"
8910   output-file-type: ".html"
8911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8912   data: "plot-vpp-throughput-latency-3n-hsw"
8913   filter: "'NIC_Intel-X520-DA2' and
8914            '64B' and
8915            'NDRPDR' and
8916            '1T1C' and
8917            'IP4FWD' and
8918            ('NAT44' or 'IP4BASE') and
8919            not 'DOT1Q' and
8920            not 'IPSEC' and
8921            not 'VHOST'"
8922   parameters:
8923   - "throughput"
8924   - "parent"
8925   - "tags"
8926   sort:
8927   - "IP4BASE"
8928   - "BASE"
8929   - "SRC_USER_10"
8930   - "SRC_USER_100"
8931   - "SRC_USER_1000"
8932   - "SRC_USER_2000"
8933   traces:
8934     hoverinfo: "x+y"
8935     boxpoints: "outliers"
8936     whiskerwidth: 0
8937   layout:
8938     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8939     layout: "plot-throughput"
8940
8941 -
8942   type: "plot"
8943   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8944   algorithm: "plot_performance_box"
8945   output-file-type: ".html"
8946   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8947   data: "plot-vpp-throughput-latency-3n-hsw"
8948   filter: "'NIC_Intel-X520-DA2' and
8949            '64B' and
8950            'NDRPDR' and
8951            '1T1C' and
8952            'IP4FWD' and
8953            ('NAT44' or 'IP4BASE') and
8954            not 'DOT1Q' and
8955            not 'IPSEC' and
8956            not 'VHOST'"
8957   parameters:
8958   - "throughput"
8959   - "parent"
8960   - "tags"
8961   sort:
8962   - "IP4BASE"
8963   - "BASE"
8964   - "SRC_USER_10"
8965   - "SRC_USER_100"
8966   - "SRC_USER_1000"
8967   - "SRC_USER_2000"
8968   traces:
8969     hoverinfo: "x+y"
8970     boxpoints: "outliers"
8971     whiskerwidth: 0
8972   layout:
8973     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8974     layout: "plot-throughput"
8975
8976 -
8977   type: "plot"
8978   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8979   algorithm: "plot_performance_box"
8980   output-file-type: ".html"
8981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8982   data: "plot-vpp-throughput-latency-3n-hsw"
8983   filter: "'NIC_Intel-X520-DA2' and
8984            '64B' and
8985            'NDRPDR' and
8986            '2T2C' and
8987            'IP4FWD' and
8988            ('NAT44' or 'IP4BASE') and
8989            not 'DOT1Q' and
8990            not 'IPSEC' and
8991            not 'VHOST'"
8992   parameters:
8993   - "throughput"
8994   - "parent"
8995   - "tags"
8996   sort:
8997   - "IP4BASE"
8998   - "BASE"
8999   - "SRC_USER_10"
9000   - "SRC_USER_100"
9001   - "SRC_USER_1000"
9002   - "SRC_USER_2000"
9003   traces:
9004     hoverinfo: "x+y"
9005     boxpoints: "outliers"
9006     whiskerwidth: 0
9007   layout:
9008     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9009     layout: "plot-throughput"
9010
9011 -
9012   type: "plot"
9013   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9014   algorithm: "plot_performance_box"
9015   output-file-type: ".html"
9016   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9017   data: "plot-vpp-throughput-latency-3n-hsw"
9018   filter: "'NIC_Intel-X520-DA2' and
9019            '64B' and
9020            'NDRPDR' and
9021            '2T2C' and
9022            'IP4FWD' and
9023            ('NAT44' or 'IP4BASE') and
9024            not 'DOT1Q' and
9025            not 'IPSEC' and
9026            not 'VHOST'"
9027   parameters:
9028   - "throughput"
9029   - "parent"
9030   - "tags"
9031   sort:
9032   - "IP4BASE"
9033   - "BASE"
9034   - "SRC_USER_10"
9035   - "SRC_USER_100"
9036   - "SRC_USER_1000"
9037   - "SRC_USER_2000"
9038   traces:
9039     hoverinfo: "x+y"
9040     boxpoints: "outliers"
9041     whiskerwidth: 0
9042   layout:
9043     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9044     layout: "plot-throughput"
9045
9046 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9047 -
9048   type: "plot"
9049   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9050   algorithm: "plot_performance_box"
9051   output-file-type: ".html"
9052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9053   data: "plot-vpp-throughput-latency-3n-hsw"
9054   filter: "'NIC_Intel-X520-DA2' and
9055            '64B' and
9056            'NDRPDR' and
9057            '1T1C' and
9058            'IP4FWD' and
9059            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9060            not 'IPSEC' and
9061            not 'DOT1Q' and
9062            not 'VHOST'"
9063   parameters:
9064   - "throughput"
9065   - "parent"
9066   - "tags"
9067   sort:
9068   - "IP4BASE"
9069   - "ACL_STATELESS"
9070   - "ACL_STATEFUL"
9071   - "ACL_STATELESS"
9072   - "ACL_STATEFUL"
9073   traces:
9074     hoverinfo: "x+y"
9075     boxpoints: "outliers"
9076     whiskerwidth: 0
9077   layout:
9078     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9079     layout: "plot-throughput"
9080
9081 -
9082   type: "plot"
9083   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9084   algorithm: "plot_performance_box"
9085   output-file-type: ".html"
9086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9087   data: "plot-vpp-throughput-latency-3n-hsw"
9088   filter: "'NIC_Intel-X520-DA2' and
9089            '64B' and
9090            'NDRPDR' and
9091            '1T1C' and
9092            'IP4FWD' and
9093            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9094            not 'IPSEC' and
9095            not 'DOT1Q' and
9096            not 'VHOST'"
9097   parameters:
9098   - "throughput"
9099   - "parent"
9100   - "tags"
9101   sort:
9102   - "IP4BASE"
9103   - "ACL_STATELESS"
9104   - "ACL_STATEFUL"
9105   - "ACL_STATELESS"
9106   - "ACL_STATEFUL"
9107   traces:
9108     hoverinfo: "x+y"
9109     boxpoints: "outliers"
9110     whiskerwidth: 0
9111   layout:
9112     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9113     layout: "plot-throughput"
9114
9115 -
9116   type: "plot"
9117   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9118   algorithm: "plot_performance_box"
9119   output-file-type: ".html"
9120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9121   data: "plot-vpp-throughput-latency-3n-hsw"
9122   filter: "'NIC_Intel-X520-DA2' and
9123            '64B' and
9124            'NDRPDR' and
9125            '2T2C' and
9126            'IP4FWD' and
9127            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9128            not 'IPSEC' and
9129            not 'DOT1Q' and
9130            not 'VHOST'"
9131   parameters:
9132   - "throughput"
9133   - "parent"
9134   - "tags"
9135   sort:
9136   - "IP4BASE"
9137   - "ACL_STATELESS"
9138   - "ACL_STATEFUL"
9139   - "ACL_STATELESS"
9140   - "ACL_STATEFUL"
9141   traces:
9142     hoverinfo: "x+y"
9143     boxpoints: "outliers"
9144     whiskerwidth: 0
9145   layout:
9146     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9147     layout: "plot-throughput"
9148
9149 -
9150   type: "plot"
9151   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9152   algorithm: "plot_performance_box"
9153   output-file-type: ".html"
9154   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9155   data: "plot-vpp-throughput-latency-3n-hsw"
9156   filter: "'NIC_Intel-X520-DA2' and
9157            '64B' and
9158            'NDRPDR' and
9159            '2T2C' and
9160            'IP4FWD' and
9161            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9162            not 'IPSEC' and
9163            not 'DOT1Q' and
9164            not 'VHOST'"
9165   parameters:
9166   - "throughput"
9167   - "parent"
9168   - "tags"
9169   sort:
9170   - "IP4BASE"
9171   - "ACL_STATELESS"
9172   - "ACL_STATEFUL"
9173   - "ACL_STATELESS"
9174   - "ACL_STATEFUL"
9175   traces:
9176     hoverinfo: "x+y"
9177     boxpoints: "outliers"
9178     whiskerwidth: 0
9179   layout:
9180     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9181     layout: "plot-throughput"
9182
9183 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9184 -
9185   type: "plot"
9186   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9187   algorithm: "plot_performance_box"
9188   output-file-type: ".html"
9189   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9190   data: "plot-vpp-throughput-latency-3n-hsw"
9191   filter: "'NIC_Intel-X520-DA2' and
9192            '64B' and
9193            'NDRPDR' and
9194            '1T1C' and
9195            'IP4FWD' and
9196            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9197            not 'IPSEC' and
9198            not 'DOT1Q' and
9199            not 'VHOST'"
9200   parameters:
9201   - "throughput"
9202   - "parent"
9203   - "tags"
9204   sort:
9205   - "IP4BASE"
9206   - "ACL_STATELESS"
9207   - "ACL_STATEFUL"
9208   - "ACL_STATELESS"
9209   - "ACL_STATEFUL"
9210   traces:
9211     hoverinfo: "x+y"
9212     boxpoints: "outliers"
9213     whiskerwidth: 0
9214   layout:
9215     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9216     layout: "plot-throughput"
9217
9218 -
9219   type: "plot"
9220   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9221   algorithm: "plot_performance_box"
9222   output-file-type: ".html"
9223   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9224   data: "plot-vpp-throughput-latency-3n-hsw"
9225   filter: "'NIC_Intel-X520-DA2' and
9226            '64B' and
9227            'NDRPDR' and
9228            '1T1C' and
9229            'IP4FWD' and
9230            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9231            not 'IPSEC' and
9232            not 'DOT1Q' and
9233            not 'VHOST'"
9234   parameters:
9235   - "throughput"
9236   - "parent"
9237   - "tags"
9238   sort:
9239   - "IP4BASE"
9240   - "ACL_STATELESS"
9241   - "ACL_STATEFUL"
9242   - "ACL_STATELESS"
9243   - "ACL_STATEFUL"
9244   traces:
9245     hoverinfo: "x+y"
9246     boxpoints: "outliers"
9247     whiskerwidth: 0
9248   layout:
9249     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9250     layout: "plot-throughput"
9251
9252 -
9253   type: "plot"
9254   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9255   algorithm: "plot_performance_box"
9256   output-file-type: ".html"
9257   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9258   data: "plot-vpp-throughput-latency-3n-hsw"
9259   filter: "'NIC_Intel-X520-DA2' and
9260            '64B' and
9261            'NDRPDR' and
9262            '2T2C' and
9263            'IP4FWD' and
9264            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9265            not 'IPSEC' and
9266            not 'DOT1Q' and
9267            not 'VHOST'"
9268   parameters:
9269   - "throughput"
9270   - "parent"
9271   - "tags"
9272   sort:
9273   - "IP4BASE"
9274   - "ACL_STATELESS"
9275   - "ACL_STATEFUL"
9276   - "ACL_STATELESS"
9277   - "ACL_STATEFUL"
9278   traces:
9279     hoverinfo: "x+y"
9280     boxpoints: "outliers"
9281     whiskerwidth: 0
9282   layout:
9283     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9284     layout: "plot-throughput"
9285
9286 -
9287   type: "plot"
9288   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9289   algorithm: "plot_performance_box"
9290   output-file-type: ".html"
9291   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9292   data: "plot-vpp-throughput-latency-3n-hsw"
9293   filter: "'NIC_Intel-X520-DA2' and
9294            '64B' and
9295            'NDRPDR' and
9296            '2T2C' and
9297            'IP4FWD' and
9298            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9299            not 'IPSEC' and
9300            not 'DOT1Q' and
9301            not 'VHOST'"
9302   parameters:
9303   - "throughput"
9304   - "parent"
9305   - "tags"
9306   sort:
9307   - "IP4BASE"
9308   - "ACL_STATELESS"
9309   - "ACL_STATEFUL"
9310   - "ACL_STATELESS"
9311   - "ACL_STATEFUL"
9312   traces:
9313     hoverinfo: "x+y"
9314     boxpoints: "outliers"
9315     whiskerwidth: 0
9316   layout:
9317     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9318     layout: "plot-throughput"
9319
9320 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9321 -
9322   type: "plot"
9323   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9324   algorithm: "plot_performance_box"
9325   output-file-type: ".html"
9326   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9327   data: "plot-vpp-throughput-latency-3n-hsw"
9328   filter: "'NIC_Intel-X710' and
9329            '64B' and
9330            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9331            'NDRPDR' and
9332            '1T1C' and
9333            'IP4FWD' and
9334            not 'IPSEC' and
9335            not 'DOT1Q' and
9336            not 'VHOST'"
9337   parameters:
9338   - "throughput"
9339   - "parent"
9340   - "tags"
9341   sort:
9342   - "IP4BASE"
9343   - "FIB_20K"
9344   - "FIB_200K"
9345   - "FIB_2M"
9346   traces:
9347     hoverinfo: "x+y"
9348     boxpoints: "outliers"
9349     whiskerwidth: 0
9350   layout:
9351     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9352     layout: "plot-throughput"
9353
9354 -
9355   type: "plot"
9356   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9357   algorithm: "plot_performance_box"
9358   output-file-type: ".html"
9359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9360   data: "plot-vpp-throughput-latency-3n-hsw"
9361   filter: "'NIC_Intel-X710' and
9362            '64B' and
9363            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9364            'NDRPDR' and
9365            '1T1C' and
9366            'IP4FWD' and
9367            not 'IPSEC' and
9368            not 'DOT1Q' and
9369            not 'VHOST'"
9370   parameters:
9371   - "throughput"
9372   - "parent"
9373   - "tags"
9374   sort:
9375   - "IP4BASE"
9376   - "FIB_20K"
9377   - "FIB_200K"
9378   - "FIB_2M"
9379   traces:
9380     hoverinfo: "x+y"
9381     boxpoints: "outliers"
9382     whiskerwidth: 0
9383   layout:
9384     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9385     layout: "plot-throughput"
9386
9387 -
9388   type: "plot"
9389   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9390   algorithm: "plot_performance_box"
9391   output-file-type: ".html"
9392   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9393   data: "plot-vpp-throughput-latency-3n-hsw"
9394   filter: "'NIC_Intel-X710' and
9395            '64B' and
9396            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9397            'NDRPDR' and
9398            '2T2C' and
9399            'IP4FWD' and
9400            not 'IPSEC' and
9401            not 'DOT1Q' and
9402            not 'VHOST'"
9403   parameters:
9404   - "throughput"
9405   - "parent"
9406   - "tags"
9407   sort:
9408   - "IP4BASE"
9409   - "FIB_20K"
9410   - "FIB_200K"
9411   - "FIB_2M"
9412   traces:
9413     hoverinfo: "x+y"
9414     boxpoints: "outliers"
9415     whiskerwidth: 0
9416   layout:
9417     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9418     layout: "plot-throughput"
9419
9420 -
9421   type: "plot"
9422   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9423   algorithm: "plot_performance_box"
9424   output-file-type: ".html"
9425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9426   data: "plot-vpp-throughput-latency-3n-hsw"
9427   filter: "'NIC_Intel-X710' and
9428            '64B' and
9429            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9430            'NDRPDR' and
9431            '2T2C' and
9432            'IP4FWD' and
9433            not 'IPSEC' and
9434            not 'DOT1Q' and
9435            not 'VHOST'"
9436   parameters:
9437   - "throughput"
9438   - "parent"
9439   - "tags"
9440   sort:
9441   - "IP4BASE"
9442   - "FIB_20K"
9443   - "FIB_200K"
9444   - "FIB_2M"
9445   traces:
9446     hoverinfo: "x+y"
9447     boxpoints: "outliers"
9448     whiskerwidth: 0
9449   layout:
9450     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9451     layout: "plot-throughput"
9452
9453 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9454 -
9455   type: "plot"
9456   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9457   algorithm: "plot_performance_box"
9458   output-file-type: ".html"
9459   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9460   data: "plot-vpp-throughput-latency-3n-hsw"
9461   filter: "'NIC_Intel-X710' and
9462            '64B' and
9463            ('IP4BASE' or
9464             'POLICE_MARK' or
9465             'COPWHLIST' or
9466             ('NAT44' and 'BASE') or
9467             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9468            'NDRPDR' and
9469            '1T1C' and
9470            'IP4FWD' and
9471            not 'IPSEC' and
9472            not 'VHOST'"
9473   parameters:
9474   - "throughput"
9475   - "parent"
9476   - "tags"
9477   sort:
9478   - "DOT1Q"
9479   - "IP4BASE"
9480   - "NAT44"
9481   - "POLICE_MARK"
9482   - "COPWHLIST"
9483   - "IACL"
9484   - "OACL"
9485   traces:
9486     hoverinfo: "x+y"
9487     boxpoints: "outliers"
9488     whiskerwidth: 0
9489   layout:
9490     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9491     layout: "plot-throughput"
9492
9493 -
9494   type: "plot"
9495   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9496   algorithm: "plot_performance_box"
9497   output-file-type: ".html"
9498   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9499   data: "plot-vpp-throughput-latency-3n-hsw"
9500   filter: "'NIC_Intel-X710' and
9501            '64B' and
9502            ('IP4BASE' or
9503             'POLICE_MARK' or
9504             'COPWHLIST' or
9505             ('NAT44' and 'BASE') or
9506             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9507            'NDRPDR' and
9508            '1T1C' and
9509            'IP4FWD' and
9510            not 'IPSEC' and
9511            not 'VHOST'"
9512   parameters:
9513   - "throughput"
9514   - "parent"
9515   - "tags"
9516   sort:
9517   - "DOT1Q"
9518   - "IP4BASE"
9519   - "NAT44"
9520   - "POLICE_MARK"
9521   - "COPWHLIST"
9522   - "IACL"
9523   - "OACL"
9524   traces:
9525     hoverinfo: "x+y"
9526     boxpoints: "outliers"
9527     whiskerwidth: 0
9528   layout:
9529     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9530     layout: "plot-throughput"
9531
9532 -
9533   type: "plot"
9534   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9535   algorithm: "plot_performance_box"
9536   output-file-type: ".html"
9537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9538   data: "plot-vpp-throughput-latency-3n-hsw"
9539   filter: "'NIC_Intel-X710' and
9540            '64B' and
9541            ('IP4BASE' or
9542             'POLICE_MARK' or
9543             'COPWHLIST' or
9544             ('NAT44' and 'BASE') or
9545             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9546            'NDRPDR' and
9547            '2T2C' and
9548            'IP4FWD' and
9549            not 'IPSEC' and
9550            not 'VHOST'"
9551   parameters:
9552   - "throughput"
9553   - "parent"
9554   - "tags"
9555   sort:
9556   - "DOT1Q"
9557   - "IP4BASE"
9558   - "NAT44"
9559   - "POLICE_MARK"
9560   - "COPWHLIST"
9561   - "IACL"
9562   - "OACL"
9563   traces:
9564     hoverinfo: "x+y"
9565     boxpoints: "outliers"
9566     whiskerwidth: 0
9567   layout:
9568     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9569     layout: "plot-throughput"
9570
9571 -
9572   type: "plot"
9573   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9574   algorithm: "plot_performance_box"
9575   output-file-type: ".html"
9576   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9577   data: "plot-vpp-throughput-latency-3n-hsw"
9578   filter: "'NIC_Intel-X710' and
9579            '64B' and
9580            ('IP4BASE' or
9581             'POLICE_MARK' or
9582             'COPWHLIST' or
9583             ('NAT44' and 'BASE') or
9584             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9585            'NDRPDR' and
9586            '2T2C' and
9587            'IP4FWD' and
9588            not 'IPSEC' and
9589            not 'VHOST'"
9590   parameters:
9591   - "throughput"
9592   - "parent"
9593   - "tags"
9594   sort:
9595   - "DOT1Q"
9596   - "IP4BASE"
9597   - "NAT44"
9598   - "POLICE_MARK"
9599   - "COPWHLIST"
9600   - "IACL"
9601   - "OACL"
9602   traces:
9603     hoverinfo: "x+y"
9604     boxpoints: "outliers"
9605     whiskerwidth: 0
9606   layout:
9607     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9608     layout: "plot-throughput"
9609
9610 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9611 -
9612   type: "plot"
9613   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9614   algorithm: "plot_performance_box"
9615   output-file-type: ".html"
9616   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9617   data: "plot-vpp-throughput-latency-3n-skx"
9618   filter: "'NIC_Intel-X710' and
9619            '64B' and
9620            'NDRPDR' and
9621            '2T1C' and
9622            'IP4FWD' and
9623            ('NAT44' or 'IP4BASE') and
9624            not 'IPSEC' and
9625            not 'VHOST'"
9626   parameters:
9627   - "throughput"
9628   - "parent"
9629   - "tags"
9630   sort:
9631   - "IP4BASE"
9632   - "BASE"
9633   - "SRC_USER_10"
9634   - "SRC_USER_100"
9635   - "SRC_USER_1000"
9636   - "SRC_USER_2000"
9637   traces:
9638     hoverinfo: "x+y"
9639     boxpoints: "outliers"
9640     whiskerwidth: 0
9641   layout:
9642     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9643     layout: "plot-throughput"
9644
9645 -
9646   type: "plot"
9647   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9648   algorithm: "plot_performance_box"
9649   output-file-type: ".html"
9650   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9651   data: "plot-vpp-throughput-latency-3n-skx"
9652   filter: "'NIC_Intel-X710' and
9653            '64B' and
9654            'NDRPDR' and
9655            '2T1C' and
9656            'IP4FWD' and
9657            ('NAT44' or 'IP4BASE') and
9658            not 'IPSEC' and
9659            not 'VHOST'"
9660   parameters:
9661   - "throughput"
9662   - "parent"
9663   - "tags"
9664   sort:
9665   - "IP4BASE"
9666   - "BASE"
9667   - "SRC_USER_10"
9668   - "SRC_USER_100"
9669   - "SRC_USER_1000"
9670   - "SRC_USER_2000"
9671   traces:
9672     hoverinfo: "x+y"
9673     boxpoints: "outliers"
9674     whiskerwidth: 0
9675   layout:
9676     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9677     layout: "plot-throughput"
9678
9679 -
9680   type: "plot"
9681   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9682   algorithm: "plot_performance_box"
9683   output-file-type: ".html"
9684   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9685   data: "plot-vpp-throughput-latency-3n-skx"
9686   filter: "'NIC_Intel-X710' and
9687            '64B' and
9688            'NDRPDR' and
9689            '4T2C' and
9690            'IP4FWD' and
9691            ('NAT44' or 'IP4BASE') and
9692            not 'IPSEC' and
9693            not 'VHOST'"
9694   parameters:
9695   - "throughput"
9696   - "parent"
9697   - "tags"
9698   sort:
9699   - "IP4BASE"
9700   - "BASE"
9701   - "SRC_USER_10"
9702   - "SRC_USER_100"
9703   - "SRC_USER_1000"
9704   - "SRC_USER_2000"
9705   traces:
9706     hoverinfo: "x+y"
9707     boxpoints: "outliers"
9708     whiskerwidth: 0
9709   layout:
9710     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9711     layout: "plot-throughput"
9712
9713 -
9714   type: "plot"
9715   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9716   algorithm: "plot_performance_box"
9717   output-file-type: ".html"
9718   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9719   data: "plot-vpp-throughput-latency-3n-skx"
9720   filter: "'NIC_Intel-X710' and
9721            '64B' and
9722            'NDRPDR' and
9723            '4T2C' and
9724            'IP4FWD' and
9725            ('NAT44' or 'IP4BASE') and
9726            not 'IPSEC' and
9727            not 'VHOST'"
9728   parameters:
9729   - "throughput"
9730   - "parent"
9731   - "tags"
9732   sort:
9733   - "IP4BASE"
9734   - "BASE"
9735   - "SRC_USER_10"
9736   - "SRC_USER_100"
9737   - "SRC_USER_1000"
9738   - "SRC_USER_2000"
9739   traces:
9740     hoverinfo: "x+y"
9741     boxpoints: "outliers"
9742     whiskerwidth: 0
9743   layout:
9744     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9745     layout: "plot-throughput"
9746
9747 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9748 -
9749   type: "plot"
9750   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9751   algorithm: "plot_performance_box"
9752   output-file-type: ".html"
9753   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9754   data: "plot-vpp-throughput-latency-3n-skx"
9755   filter: "'NIC_Intel-X710' and
9756            '64B' and
9757            'NDRPDR' and
9758            '2T1C' and
9759            'IP4FWD' and
9760            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9761            not 'IPSEC' and
9762            not 'VHOST'"
9763   parameters:
9764   - "throughput"
9765   - "parent"
9766   - "tags"
9767   sort:
9768   - "IP4BASE"
9769   - "ACL_STATELESS"
9770   - "ACL_STATEFUL"
9771   - "ACL_STATELESS"
9772   - "ACL_STATEFUL"
9773   traces:
9774     hoverinfo: "x+y"
9775     boxpoints: "outliers"
9776     whiskerwidth: 0
9777   layout:
9778     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9779     layout: "plot-throughput"
9780
9781 -
9782   type: "plot"
9783   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9784   algorithm: "plot_performance_box"
9785   output-file-type: ".html"
9786   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9787   data: "plot-vpp-throughput-latency-3n-skx"
9788   filter: "'NIC_Intel-X710' and
9789            '64B' and
9790            'NDRPDR' and
9791            '2T1C' and
9792            'IP4FWD' and
9793            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9794            not 'IPSEC' and
9795            not 'VHOST'"
9796   parameters:
9797   - "throughput"
9798   - "parent"
9799   - "tags"
9800   sort:
9801   - "IP4BASE"
9802   - "ACL_STATELESS"
9803   - "ACL_STATEFUL"
9804   - "ACL_STATELESS"
9805   - "ACL_STATEFUL"
9806   traces:
9807     hoverinfo: "x+y"
9808     boxpoints: "outliers"
9809     whiskerwidth: 0
9810   layout:
9811     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9812     layout: "plot-throughput"
9813
9814 -
9815   type: "plot"
9816   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9817   algorithm: "plot_performance_box"
9818   output-file-type: ".html"
9819   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9820   data: "plot-vpp-throughput-latency-3n-skx"
9821   filter: "'NIC_Intel-X710' and
9822            '64B' and
9823            'NDRPDR' and
9824            '4T2C' and
9825            'IP4FWD' and
9826            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9827            not 'IPSEC' and
9828            not 'VHOST'"
9829   parameters:
9830   - "throughput"
9831   - "parent"
9832   - "tags"
9833   sort:
9834   - "IP4BASE"
9835   - "ACL_STATELESS"
9836   - "ACL_STATEFUL"
9837   - "ACL_STATELESS"
9838   - "ACL_STATEFUL"
9839   traces:
9840     hoverinfo: "x+y"
9841     boxpoints: "outliers"
9842     whiskerwidth: 0
9843   layout:
9844     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9845     layout: "plot-throughput"
9846
9847 -
9848   type: "plot"
9849   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9850   algorithm: "plot_performance_box"
9851   output-file-type: ".html"
9852   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9853   data: "plot-vpp-throughput-latency-3n-skx"
9854   filter: "'NIC_Intel-X710' and
9855            '64B' and
9856            'NDRPDR' and
9857            '4T2C' and
9858            'IP4FWD' and
9859            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9860            not 'IPSEC' and
9861            not 'VHOST'"
9862   parameters:
9863   - "throughput"
9864   - "parent"
9865   - "tags"
9866   sort:
9867   - "IP4BASE"
9868   - "ACL_STATELESS"
9869   - "ACL_STATEFUL"
9870   - "ACL_STATELESS"
9871   - "ACL_STATEFUL"
9872   traces:
9873     hoverinfo: "x+y"
9874     boxpoints: "outliers"
9875     whiskerwidth: 0
9876   layout:
9877     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9878     layout: "plot-throughput"
9879
9880 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9881 -
9882   type: "plot"
9883   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
9884   algorithm: "plot_performance_box"
9885   output-file-type: ".html"
9886   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
9887   data: "plot-vpp-throughput-latency-3n-hsw"
9888   filter: "'NIC_Intel-XL710' and
9889            '64B' and
9890            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9891            'NDRPDR' and
9892            '1T1C' and
9893            'IP4FWD' and
9894            not 'IPSEC' and
9895            not 'VHOST'"
9896   parameters:
9897   - "throughput"
9898   - "parent"
9899   - "tags"
9900   sort:
9901   - "IP4BASE"
9902   - "FIB_20K"
9903   - "FIB_200K"
9904   - "FIB_2M"
9905   traces:
9906     hoverinfo: "x+y"
9907     boxpoints: "outliers"
9908     whiskerwidth: 0
9909   layout:
9910     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
9911     layout: "plot-throughput"
9912
9913 -
9914   type: "plot"
9915   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
9916   algorithm: "plot_performance_box"
9917   output-file-type: ".html"
9918   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
9919   data: "plot-vpp-throughput-latency-3n-hsw"
9920   filter: "'NIC_Intel-XL710' and
9921            '64B' and
9922            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9923            'NDRPDR' and
9924            '1T1C' and
9925            'IP4FWD' and
9926            not 'IPSEC' and
9927            not 'VHOST'"
9928   parameters:
9929   - "throughput"
9930   - "parent"
9931   - "tags"
9932   sort:
9933   - "IP4BASE"
9934   - "FIB_20K"
9935   - "FIB_200K"
9936   - "FIB_2M"
9937   traces:
9938     hoverinfo: "x+y"
9939     boxpoints: "outliers"
9940     whiskerwidth: 0
9941   layout:
9942     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
9943     layout: "plot-throughput"
9944
9945 -
9946   type: "plot"
9947   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
9948   algorithm: "plot_performance_box"
9949   output-file-type: ".html"
9950   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
9951   data: "plot-vpp-throughput-latency-3n-hsw"
9952   filter: "'NIC_Intel-XL710' and
9953            '64B' and
9954            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9955            'NDRPDR' and
9956            '2T2C' and
9957            'IP4FWD' and
9958            not 'IPSEC' and
9959            not 'VHOST'"
9960   parameters:
9961   - "throughput"
9962   - "parent"
9963   - "tags"
9964   sort:
9965   - "IP4BASE"
9966   - "FIB_20K"
9967   - "FIB_200K"
9968   - "FIB_2M"
9969   traces:
9970     hoverinfo: "x+y"
9971     boxpoints: "outliers"
9972     whiskerwidth: 0
9973   layout:
9974     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
9975     layout: "plot-throughput"
9976
9977 -
9978   type: "plot"
9979   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
9980   algorithm: "plot_performance_box"
9981   output-file-type: ".html"
9982   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
9983   data: "plot-vpp-throughput-latency-3n-hsw"
9984   filter: "'NIC_Intel-XL710' and
9985            '64B' and
9986            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9987            'NDRPDR' and
9988            '2T2C' and
9989            'IP4FWD' and
9990            not 'IPSEC' and
9991            not 'VHOST'"
9992   parameters:
9993   - "throughput"
9994   - "parent"
9995   - "tags"
9996   sort:
9997   - "IP4BASE"
9998   - "FIB_20K"
9999   - "FIB_200K"
10000   - "FIB_2M"
10001   traces:
10002     hoverinfo: "x+y"
10003     boxpoints: "outliers"
10004     whiskerwidth: 0
10005   layout:
10006     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10007     layout: "plot-throughput"
10008
10009 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10010 -
10011   type: "plot"
10012   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10013   algorithm: "plot_performance_box"
10014   output-file-type: ".html"
10015   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10016   data: "plot-vpp-throughput-latency-3n-skx"
10017   filter: "'NIC_Intel-X710' and
10018            '64B' and
10019            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10020            'NDRPDR' and
10021            '2T1C' and
10022            'IP4FWD' and
10023            not 'IPSEC' and
10024            not 'DOT1Q' and
10025            not 'VHOST'"
10026   parameters:
10027   - "throughput"
10028   - "parent"
10029   - "tags"
10030   sort:
10031   - "IP4BASE"
10032   - "FIB_20K"
10033   - "FIB_200K"
10034   - "FIB_2M"
10035   traces:
10036     hoverinfo: "x+y"
10037     boxpoints: "outliers"
10038     whiskerwidth: 0
10039   layout:
10040     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10041     layout: "plot-throughput"
10042
10043 -
10044   type: "plot"
10045   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10046   algorithm: "plot_performance_box"
10047   output-file-type: ".html"
10048   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10049   data: "plot-vpp-throughput-latency-3n-skx"
10050   filter: "'NIC_Intel-X710' and
10051            '64B' and
10052            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10053            'NDRPDR' and
10054            '2T1C' and
10055            'IP4FWD' and
10056            not 'IPSEC' and
10057            not 'DOT1Q' and
10058            not 'VHOST'"
10059   parameters:
10060   - "throughput"
10061   - "parent"
10062   - "tags"
10063   sort:
10064   - "IP4BASE"
10065   - "FIB_20K"
10066   - "FIB_200K"
10067   - "FIB_2M"
10068   traces:
10069     hoverinfo: "x+y"
10070     boxpoints: "outliers"
10071     whiskerwidth: 0
10072   layout:
10073     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10074     layout: "plot-throughput"
10075
10076 -
10077   type: "plot"
10078   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10079   algorithm: "plot_performance_box"
10080   output-file-type: ".html"
10081   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10082   data: "plot-vpp-throughput-latency-3n-skx"
10083   filter: "'NIC_Intel-X710' and
10084            '64B' and
10085            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10086            'NDRPDR' and
10087            '4T2C' and
10088            'IP4FWD' and
10089            not 'IPSEC' and
10090            not 'DOT1Q' and
10091            not 'VHOST'"
10092   parameters:
10093   - "throughput"
10094   - "parent"
10095   - "tags"
10096   sort:
10097   - "IP4BASE"
10098   - "FIB_20K"
10099   - "FIB_200K"
10100   - "FIB_2M"
10101   traces:
10102     hoverinfo: "x+y"
10103     boxpoints: "outliers"
10104     whiskerwidth: 0
10105   layout:
10106     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10107     layout: "plot-throughput"
10108
10109 -
10110   type: "plot"
10111   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10112   algorithm: "plot_performance_box"
10113   output-file-type: ".html"
10114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10115   data: "plot-vpp-throughput-latency-3n-skx"
10116   filter: "'NIC_Intel-X710' and
10117            '64B' and
10118            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10119            'NDRPDR' and
10120            '4T2C' and
10121            'IP4FWD' and
10122            not 'IPSEC' and
10123            not 'DOT1Q' and
10124            not 'VHOST'"
10125   parameters:
10126   - "throughput"
10127   - "parent"
10128   - "tags"
10129   sort:
10130   - "IP4BASE"
10131   - "FIB_20K"
10132   - "FIB_200K"
10133   - "FIB_2M"
10134   traces:
10135     hoverinfo: "x+y"
10136     boxpoints: "outliers"
10137     whiskerwidth: 0
10138   layout:
10139     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10140     layout: "plot-throughput"
10141
10142 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10143 -
10144   type: "plot"
10145   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10146   algorithm: "plot_performance_box"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10149   data: "plot-vpp-throughput-latency-3n-skx"
10150   filter: "'NIC_Intel-X710' and
10151            '64B' and
10152            ('IP4BASE' or
10153             'POLICE_MARK' or
10154             'COPWHLIST' or
10155             ('NAT44' and 'BASE') or
10156             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10157            'NDRPDR' and
10158            '2T1C' and
10159            'IP4FWD' and
10160            not 'IPSEC' and
10161            not 'VHOST'"
10162   parameters:
10163   - "throughput"
10164   - "parent"
10165   - "tags"
10166   sort:
10167   - "DOT1Q"
10168   - "IP4BASE"
10169   - "NAT44"
10170   - "POLICE_MARK"
10171   - "COPWHLIST"
10172   - "IACL"
10173   - "OACL"
10174   traces:
10175     hoverinfo: "x+y"
10176     boxpoints: "outliers"
10177     whiskerwidth: 0
10178   layout:
10179     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10180     layout: "plot-throughput"
10181
10182 -
10183   type: "plot"
10184   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10185   algorithm: "plot_performance_box"
10186   output-file-type: ".html"
10187   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10188   data: "plot-vpp-throughput-latency-3n-skx"
10189   filter: "'NIC_Intel-X710' and
10190            '64B' and
10191            ('IP4BASE' or
10192             'POLICE_MARK' or
10193             'COPWHLIST' or
10194             ('NAT44' and 'BASE') or
10195             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10196            'NDRPDR' and
10197            '2T1C' and
10198            'IP4FWD' and
10199            not 'IPSEC' and
10200            not 'VHOST'"
10201   parameters:
10202   - "throughput"
10203   - "parent"
10204   - "tags"
10205   sort:
10206   - "DOT1Q"
10207   - "IP4BASE"
10208   - "NAT44"
10209   - "POLICE_MARK"
10210   - "COPWHLIST"
10211   - "IACL"
10212   - "OACL"
10213   traces:
10214     hoverinfo: "x+y"
10215     boxpoints: "outliers"
10216     whiskerwidth: 0
10217   layout:
10218     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10219     layout: "plot-throughput"
10220
10221 -
10222   type: "plot"
10223   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10224   algorithm: "plot_performance_box"
10225   output-file-type: ".html"
10226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10227   data: "plot-vpp-throughput-latency-3n-skx"
10228   filter: "'NIC_Intel-X710' and
10229            '64B' and
10230            ('IP4BASE' or
10231             'POLICE_MARK' or
10232             'COPWHLIST' or
10233             ('NAT44' and 'BASE') or
10234             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10235            'NDRPDR' and
10236            '4T2C' and
10237            'IP4FWD' and
10238            not 'IPSEC' and
10239            not 'VHOST'"
10240   parameters:
10241   - "throughput"
10242   - "parent"
10243   - "tags"
10244   sort:
10245   - "DOT1Q"
10246   - "IP4BASE"
10247   - "NAT44"
10248   - "POLICE_MARK"
10249   - "COPWHLIST"
10250   - "IACL"
10251   - "OACL"
10252   traces:
10253     hoverinfo: "x+y"
10254     boxpoints: "outliers"
10255     whiskerwidth: 0
10256   layout:
10257     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10258     layout: "plot-throughput"
10259
10260 -
10261   type: "plot"
10262   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10263   algorithm: "plot_performance_box"
10264   output-file-type: ".html"
10265   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10266   data: "plot-vpp-throughput-latency-3n-skx"
10267   filter: "'NIC_Intel-X710' and
10268            '64B' and
10269            ('IP4BASE' or
10270             'POLICE_MARK' or
10271             'COPWHLIST' or
10272             ('NAT44' and 'BASE') or
10273             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10274            'NDRPDR' and
10275            '4T2C' and
10276            'IP4FWD' and
10277            not 'IPSEC' and
10278            not 'VHOST'"
10279   parameters:
10280   - "throughput"
10281   - "parent"
10282   - "tags"
10283   sort:
10284   - "DOT1Q"
10285   - "IP4BASE"
10286   - "NAT44"
10287   - "POLICE_MARK"
10288   - "COPWHLIST"
10289   - "IACL"
10290   - "OACL"
10291   traces:
10292     hoverinfo: "x+y"
10293     boxpoints: "outliers"
10294     whiskerwidth: 0
10295   layout:
10296     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10297     layout: "plot-throughput"
10298
10299 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10300 -
10301   type: "plot"
10302   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10303   algorithm: "plot_performance_box"
10304   output-file-type: ".html"
10305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10306   data: "plot-vpp-throughput-latency-3n-hsw"
10307   filter: "'NIC_Intel-X710' and
10308            '64B' and
10309            'NDRPDR' and
10310            '1T1C' and
10311            'IP4FWD' and
10312            ('NAT44' or 'IP4BASE') and
10313            not 'IPSEC' and
10314            not 'VHOST'"
10315   parameters:
10316   - "throughput"
10317   - "parent"
10318   - "tags"
10319   sort:
10320   - "IP4BASE"
10321   - "BASE"
10322   - "SRC_USER_10"
10323   - "SRC_USER_100"
10324   - "SRC_USER_1000"
10325   - "SRC_USER_2000"
10326   traces:
10327     hoverinfo: "x+y"
10328     boxpoints: "outliers"
10329     whiskerwidth: 0
10330   layout:
10331     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10332     layout: "plot-throughput"
10333
10334 -
10335   type: "plot"
10336   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10337   algorithm: "plot_performance_box"
10338   output-file-type: ".html"
10339   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10340   data: "plot-vpp-throughput-latency-3n-hsw"
10341   filter: "'NIC_Intel-X710' and
10342            '64B' and
10343            'NDRPDR' and
10344            '1T1C' and
10345            'IP4FWD' and
10346            ('NAT44' or 'IP4BASE') and
10347            not 'IPSEC' and
10348            not 'VHOST'"
10349   parameters:
10350   - "throughput"
10351   - "parent"
10352   - "tags"
10353   sort:
10354   - "IP4BASE"
10355   - "BASE"
10356   - "SRC_USER_10"
10357   - "SRC_USER_100"
10358   - "SRC_USER_1000"
10359   - "SRC_USER_2000"
10360   traces:
10361     hoverinfo: "x+y"
10362     boxpoints: "outliers"
10363     whiskerwidth: 0
10364   layout:
10365     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10366     layout: "plot-throughput"
10367
10368 -
10369   type: "plot"
10370   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10371   algorithm: "plot_performance_box"
10372   output-file-type: ".html"
10373   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10374   data: "plot-vpp-throughput-latency-3n-hsw"
10375   filter: "'NIC_Intel-X710' and
10376            '64B' and
10377            'NDRPDR' and
10378            '2T2C' and
10379            'IP4FWD' and
10380            ('NAT44' or 'IP4BASE') and
10381            not 'IPSEC' and
10382            not 'VHOST'"
10383   parameters:
10384   - "throughput"
10385   - "parent"
10386   - "tags"
10387   sort:
10388   - "IP4BASE"
10389   - "BASE"
10390   - "SRC_USER_10"
10391   - "SRC_USER_100"
10392   - "SRC_USER_1000"
10393   - "SRC_USER_2000"
10394   traces:
10395     hoverinfo: "x+y"
10396     boxpoints: "outliers"
10397     whiskerwidth: 0
10398   layout:
10399     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10400     layout: "plot-throughput"
10401
10402 -
10403   type: "plot"
10404   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10405   algorithm: "plot_performance_box"
10406   output-file-type: ".html"
10407   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10408   data: "plot-vpp-throughput-latency-3n-hsw"
10409   filter: "'NIC_Intel-X710' and
10410            '64B' and
10411            'NDRPDR' and
10412            '2T2C' and
10413            'IP4FWD' and
10414            ('NAT44' or 'IP4BASE') and
10415            not 'IPSEC' and
10416            not 'VHOST'"
10417   parameters:
10418   - "throughput"
10419   - "parent"
10420   - "tags"
10421   sort:
10422   - "IP4BASE"
10423   - "BASE"
10424   - "SRC_USER_10"
10425   - "SRC_USER_100"
10426   - "SRC_USER_1000"
10427   - "SRC_USER_2000"
10428   traces:
10429     hoverinfo: "x+y"
10430     boxpoints: "outliers"
10431     whiskerwidth: 0
10432   layout:
10433     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10434     layout: "plot-throughput"
10435
10436 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10437 -
10438   type: "plot"
10439   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10440   algorithm: "plot_performance_box"
10441   output-file-type: ".html"
10442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10443   data: "plot-vpp-throughput-latency-3n-hsw"
10444   filter: "'NIC_Intel-X710' and
10445            '64B' and
10446            'NDRPDR' and
10447            '1T1C' and
10448            'IP4FWD' and
10449            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10450            not 'IPSEC' and
10451            not 'VHOST'"
10452   parameters:
10453   - "throughput"
10454   - "parent"
10455   - "tags"
10456   sort:
10457   - "IP4BASE"
10458   - "ACL_STATELESS"
10459   - "ACL_STATEFUL"
10460   - "ACL_STATELESS"
10461   - "ACL_STATEFUL"
10462   traces:
10463     hoverinfo: "x+y"
10464     boxpoints: "outliers"
10465     whiskerwidth: 0
10466   layout:
10467     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10468     layout: "plot-throughput"
10469
10470 -
10471   type: "plot"
10472   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10473   algorithm: "plot_performance_box"
10474   output-file-type: ".html"
10475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10476   data: "plot-vpp-throughput-latency-3n-hsw"
10477   filter: "'NIC_Intel-X710' and
10478            '64B' and
10479            'NDRPDR' and
10480            '1T1C' and
10481            'IP4FWD' and
10482            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10483            not 'IPSEC' and
10484            not 'VHOST'"
10485   parameters:
10486   - "throughput"
10487   - "parent"
10488   - "tags"
10489   sort:
10490   - "IP4BASE"
10491   - "ACL_STATELESS"
10492   - "ACL_STATEFUL"
10493   - "ACL_STATELESS"
10494   - "ACL_STATEFUL"
10495   traces:
10496     hoverinfo: "x+y"
10497     boxpoints: "outliers"
10498     whiskerwidth: 0
10499   layout:
10500     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10501     layout: "plot-throughput"
10502
10503 -
10504   type: "plot"
10505   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10506   algorithm: "plot_performance_box"
10507   output-file-type: ".html"
10508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10509   data: "plot-vpp-throughput-latency-3n-hsw"
10510   filter: "'NIC_Intel-X710' and
10511            '64B' and
10512            'NDRPDR' and
10513            '2T2C' and
10514            'IP4FWD' and
10515            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10516            not 'IPSEC' and
10517            not 'VHOST'"
10518   parameters:
10519   - "throughput"
10520   - "parent"
10521   - "tags"
10522   sort:
10523   - "IP4BASE"
10524   - "ACL_STATELESS"
10525   - "ACL_STATEFUL"
10526   - "ACL_STATELESS"
10527   - "ACL_STATEFUL"
10528   traces:
10529     hoverinfo: "x+y"
10530     boxpoints: "outliers"
10531     whiskerwidth: 0
10532   layout:
10533     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10534     layout: "plot-throughput"
10535
10536 -
10537   type: "plot"
10538   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10539   algorithm: "plot_performance_box"
10540   output-file-type: ".html"
10541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10542   data: "plot-vpp-throughput-latency-3n-hsw"
10543   filter: "'NIC_Intel-X710' and
10544            '64B' and
10545            'NDRPDR' and
10546            '2T2C' and
10547            'IP4FWD' and
10548            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10549            not 'IPSEC' and
10550            not 'VHOST'"
10551   parameters:
10552   - "throughput"
10553   - "parent"
10554   - "tags"
10555   sort:
10556   - "IP4BASE"
10557   - "ACL_STATELESS"
10558   - "ACL_STATEFUL"
10559   - "ACL_STATELESS"
10560   - "ACL_STATEFUL"
10561   traces:
10562     hoverinfo: "x+y"
10563     boxpoints: "outliers"
10564     whiskerwidth: 0
10565   layout:
10566     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10567     layout: "plot-throughput"
10568
10569 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10570 -
10571   type: "plot"
10572   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10573   algorithm: "plot_performance_box"
10574   output-file-type: ".html"
10575   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10576   data: "plot-vpp-throughput-latency-2n-skx"
10577   filter: "'NIC_Intel-X710' and
10578            '64B' and
10579            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10580            'NDRPDR' and
10581            '2T1C' and
10582            'IP4FWD' and
10583            not 'IPSEC' and
10584            not 'DOT1Q' and
10585            not 'VHOST'"
10586   parameters:
10587   - "throughput"
10588   - "parent"
10589   - "tags"
10590   sort:
10591   - "IP4BASE"
10592   - "FIB_20k"
10593   - "FIB_200k"
10594   - "FIB_2M"
10595   traces:
10596     hoverinfo: "x+y"
10597     boxpoints: "outliers"
10598     whiskerwidth: 0
10599   layout:
10600     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10601     layout: "plot-throughput"
10602
10603 -
10604   type: "plot"
10605   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10606   algorithm: "plot_performance_box"
10607   output-file-type: ".html"
10608   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10609   data: "plot-vpp-throughput-latency-2n-skx"
10610   filter: "'NIC_Intel-X710' and
10611            '64B' and
10612            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10613            'NDRPDR' and
10614            '2T1C' and
10615            'IP4FWD' and
10616            not 'IPSEC' and
10617            not 'DOT1Q' and
10618            not 'VHOST'"
10619   parameters:
10620   - "throughput"
10621   - "parent"
10622   - "tags"
10623   sort:
10624   - "IP4BASE"
10625   - "FIB_20k"
10626   - "FIB_200k"
10627   - "FIB_2M"
10628   traces:
10629     hoverinfo: "x+y"
10630     boxpoints: "outliers"
10631     whiskerwidth: 0
10632   layout:
10633     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10634     layout: "plot-throughput"
10635
10636 -
10637   type: "plot"
10638   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10639   algorithm: "plot_performance_box"
10640   output-file-type: ".html"
10641   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10642   data: "plot-vpp-throughput-latency-2n-skx"
10643   filter: "'NIC_Intel-X710' and
10644            '64B' and
10645            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10646            'NDRPDR' and
10647            '4T2C' and
10648            'IP4FWD' and
10649            not 'IPSEC' and
10650            not 'DOT1Q' and
10651            not 'VHOST'"
10652   parameters:
10653   - "throughput"
10654   - "parent"
10655   - "tags"
10656   sort:
10657   - "IP4BASE"
10658   - "FIB_20k"
10659   - "FIB_200k"
10660   - "FIB_2M"
10661   traces:
10662     hoverinfo: "x+y"
10663     boxpoints: "outliers"
10664     whiskerwidth: 0
10665   layout:
10666     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10667     layout: "plot-throughput"
10668
10669 -
10670   type: "plot"
10671   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10672   algorithm: "plot_performance_box"
10673   output-file-type: ".html"
10674   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10675   data: "plot-vpp-throughput-latency-2n-skx"
10676   filter: "'NIC_Intel-X710' and
10677            '64B' and
10678            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10679            'NDRPDR' and
10680            '4T2C' and
10681            'IP4FWD' and
10682            not 'IPSEC' and
10683            not 'DOT1Q' and
10684            not 'VHOST'"
10685   parameters:
10686   - "throughput"
10687   - "parent"
10688   - "tags"
10689   sort:
10690   - "IP4BASE"
10691   - "FIB_20k"
10692   - "FIB_200k"
10693   - "FIB_2M"
10694   traces:
10695     hoverinfo: "x+y"
10696     boxpoints: "outliers"
10697     whiskerwidth: 0
10698   layout:
10699     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10700     layout: "plot-throughput"
10701
10702 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10703 -
10704   type: "plot"
10705   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10706   algorithm: "plot_performance_box"
10707   output-file-type: ".html"
10708   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10709   data: "plot-vpp-throughput-latency-2n-skx"
10710   filter: "'NIC_Intel-XXV710' and
10711            '64B' and
10712            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10713            'NDRPDR' and
10714            '2T1C' and
10715            'IP4FWD' and
10716            not 'IPSEC' and
10717            not 'DOT1Q' and
10718            not 'VHOST'"
10719   parameters:
10720   - "throughput"
10721   - "parent"
10722   - "tags"
10723   sort:
10724   - "IP4BASE"
10725   - "FIB_20k"
10726   - "FIB_200k"
10727   - "FIB_2M"
10728   traces:
10729     hoverinfo: "x+y"
10730     boxpoints: "outliers"
10731     whiskerwidth: 0
10732   layout:
10733     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10734     layout: "plot-throughput"
10735
10736 -
10737   type: "plot"
10738   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10739   algorithm: "plot_performance_box"
10740   output-file-type: ".html"
10741   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10742   data: "plot-vpp-throughput-latency-2n-skx"
10743   filter: "'NIC_Intel-XXV710' and
10744            '64B' and
10745            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10746            'NDRPDR' and
10747            '2T1C' and
10748            'IP4FWD' and
10749            not 'IPSEC' and
10750            not 'DOT1Q' and
10751            not 'VHOST'"
10752   parameters:
10753   - "throughput"
10754   - "parent"
10755   - "tags"
10756   sort:
10757   - "IP4BASE"
10758   - "FIB_20k"
10759   - "FIB_200k"
10760   - "FIB_2M"
10761   traces:
10762     hoverinfo: "x+y"
10763     boxpoints: "outliers"
10764     whiskerwidth: 0
10765   layout:
10766     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10767     layout: "plot-throughput"
10768
10769 -
10770   type: "plot"
10771   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10772   algorithm: "plot_performance_box"
10773   output-file-type: ".html"
10774   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10775   data: "plot-vpp-throughput-latency-2n-skx"
10776   filter: "'NIC_Intel-XXV710' and
10777            '64B' and
10778            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10779            'NDRPDR' and
10780            '4T2C' and
10781            'IP4FWD' and
10782            not 'IPSEC' and
10783            not 'DOT1Q' and
10784            not 'VHOST'"
10785   parameters:
10786   - "throughput"
10787   - "parent"
10788   - "tags"
10789   sort:
10790   - "IP4BASE"
10791   - "FIB_20k"
10792   - "FIB_200k"
10793   - "FIB_2M"
10794   traces:
10795     hoverinfo: "x+y"
10796     boxpoints: "outliers"
10797     whiskerwidth: 0
10798   layout:
10799     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10800     layout: "plot-throughput"
10801
10802 -
10803   type: "plot"
10804   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10805   algorithm: "plot_performance_box"
10806   output-file-type: ".html"
10807   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10808   data: "plot-vpp-throughput-latency-2n-skx"
10809   filter: "'NIC_Intel-XXV710' and
10810            '64B' and
10811            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10812            'NDRPDR' and
10813            '4T2C' and
10814            'IP4FWD' and
10815            not 'IPSEC' and
10816            not 'DOT1Q' and
10817            not 'VHOST'"
10818   parameters:
10819   - "throughput"
10820   - "parent"
10821   - "tags"
10822   sort:
10823   - "IP4BASE"
10824   - "FIB_20k"
10825   - "FIB_200k"
10826   - "FIB_2M"
10827   traces:
10828     hoverinfo: "x+y"
10829     boxpoints: "outliers"
10830     whiskerwidth: 0
10831   layout:
10832     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10833     layout: "plot-throughput"
10834
10835 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10836 -
10837   type: "plot"
10838   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10839   algorithm: "plot_performance_box"
10840   output-file-type: ".html"
10841   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10842   data: "intel-dnv-vpp"
10843   filter: "'NIC_Intel-X553' and
10844            '64B' and
10845            'IP4BASE' and
10846            'NDRPDR' and
10847            '1T1C' and
10848            'IP4FWD' and
10849            not 'IPSEC' and
10850            not 'VHOST'"
10851   parameters:
10852   - "throughput"
10853   - "parent"
10854   - "tags"
10855   sort:
10856   - "IP4BASE"
10857   traces:
10858     hoverinfo: "x+y"
10859     boxpoints: "outliers"
10860     whiskerwidth: 0
10861   layout:
10862     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10863     layout: "plot-throughput"
10864
10865 -
10866   type: "plot"
10867   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10868   algorithm: "plot_performance_box"
10869   output-file-type: ".html"
10870   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10871   data: "intel-dnv-vpp"
10872   filter: "'NIC_Intel-X553' and
10873            '64B' and
10874            'IP4BASE' and
10875            'NDRPDR' and
10876            '1T1C' and
10877            'IP4FWD' and
10878            not 'IPSEC' and
10879            not 'VHOST'"
10880   parameters:
10881   - "throughput"
10882   - "parent"
10883   - "tags"
10884   sort:
10885   - "IP4BASE"
10886   traces:
10887     hoverinfo: "x+y"
10888     boxpoints: "outliers"
10889     whiskerwidth: 0
10890   layout:
10891     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10892     layout: "plot-throughput"
10893
10894 -
10895   type: "plot"
10896   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10897   algorithm: "plot_performance_box"
10898   output-file-type: ".html"
10899   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10900   data: "intel-dnv-vpp"
10901   filter: "'NIC_Intel-X553' and
10902            '64B' and
10903            'IP4BASE' and
10904            'NDRPDR' and
10905            '2T2C' and
10906            'IP4FWD' and
10907            not 'IPSEC' and
10908            not 'VHOST'"
10909   parameters:
10910   - "throughput"
10911   - "parent"
10912   - "tags"
10913   sort:
10914   - "IP4BASE"
10915   traces:
10916     hoverinfo: "x+y"
10917     boxpoints: "outliers"
10918     whiskerwidth: 0
10919   layout:
10920     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10921     layout: "plot-throughput"
10922
10923 -
10924   type: "plot"
10925   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10926   algorithm: "plot_performance_box"
10927   output-file-type: ".html"
10928   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10929   data: "intel-dnv-vpp"
10930   filter: "'NIC_Intel-X553' and
10931            '64B' and
10932            'IP4BASE' and
10933            'NDRPDR' and
10934            '2T2C' and
10935            'IP4FWD' and
10936            not 'IPSEC' and
10937            not 'VHOST'"
10938   parameters:
10939   - "throughput"
10940   - "parent"
10941   - "tags"
10942   sort:
10943   - "IP4BASE"
10944   traces:
10945     hoverinfo: "x+y"
10946     boxpoints: "outliers"
10947     whiskerwidth: 0
10948   layout:
10949     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10950     layout: "plot-throughput"
10951
10952 ################################################################################
10953
10954 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
10955 -
10956   type: "plot"
10957   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10958   algorithm: "plot_performance_box"
10959   output-file-type: ".html"
10960   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10961   data: "plot-vpp-throughput-latency-3n-hsw"
10962   filter: "'NIC_Intel-X520-DA2' and
10963            '64B' and
10964            'ENCAP' and
10965            'NDRPDR' and
10966            '1T1C' and
10967            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
10968            not 'DOT1Q' and
10969            not 'VHOST' and
10970            not 'IPSECHW'"
10971   parameters:
10972   - "throughput"
10973   - "parent"
10974   - "tags"
10975   sort:
10976   - "IP4BASE"
10977   - "L2BDMACLRN"
10978   - "L2XCFWD"
10979   - "LISP"
10980   traces:
10981     hoverinfo: "x+y"
10982     boxpoints: "outliers"
10983     whiskerwidth: 0
10984   layout:
10985     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10986     layout: "plot-throughput"
10987
10988 -
10989   type: "plot"
10990   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10991   algorithm: "plot_performance_box"
10992   output-file-type: ".html"
10993   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10994   data: "plot-vpp-throughput-latency-3n-hsw"
10995   filter: "'NIC_Intel-X520-DA2' and
10996            '64B' and
10997            'ENCAP' and
10998            'NDRPDR' and
10999            '2T2C' and
11000            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11001            not 'DOT1Q' and
11002            not 'VHOST' and
11003            not 'IPSECHW'"
11004   parameters:
11005   - "throughput"
11006   - "parent"
11007   - "tags"
11008   sort:
11009   - "IP4BASE"
11010   - "L2BDMACLRN"
11011   - "L2XCFWD"
11012   - "LISP"
11013   traces:
11014     hoverinfo: "x+y"
11015     boxpoints: "outliers"
11016     whiskerwidth: 0
11017   layout:
11018     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11019     layout: "plot-throughput"
11020
11021 -
11022   type: "plot"
11023   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11024   algorithm: "plot_performance_box"
11025   output-file-type: ".html"
11026   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11027   data: "plot-vpp-throughput-latency-3n-hsw"
11028   filter: "'NIC_Intel-X520-DA2' and
11029            '64B' and
11030            'ENCAP' and
11031            'NDRPDR' and
11032            '1T1C' and
11033            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11034            not 'DOT1Q' and
11035            not 'VHOST' and
11036            not 'IPSECHW'"
11037   parameters:
11038   - "throughput"
11039   - "parent"
11040   - "tags"
11041   sort:
11042   - "IP4BASE"
11043   - "L2BDMACLRN"
11044   - "L2XCFWD"
11045   - "LISP"
11046   traces:
11047     hoverinfo: "x+y"
11048     boxpoints: "outliers"
11049     whiskerwidth: 0
11050   layout:
11051     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11052     layout: "plot-throughput"
11053
11054 -
11055   type: "plot"
11056   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11057   algorithm: "plot_performance_box"
11058   output-file-type: ".html"
11059   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11060   data: "plot-vpp-throughput-latency-3n-hsw"
11061   filter: "'NIC_Intel-X520-DA2' and
11062            '64B' and
11063            'ENCAP' and
11064            'NDRPDR' and
11065            '2T2C' and
11066            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11067            not 'DOT1Q' and
11068            not 'VHOST' and
11069            not 'IPSECHW'"
11070   parameters:
11071   - "throughput"
11072   - "parent"
11073   - "tags"
11074   sort:
11075   - "IP4BASE"
11076   - "L2BDMACLRN"
11077   - "L2XCFWD"
11078   - "LISP"
11079   traces:
11080     hoverinfo: "x+y"
11081     boxpoints: "outliers"
11082     whiskerwidth: 0
11083   layout:
11084     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11085     layout: "plot-throughput"
11086
11087 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11088 -
11089   type: "plot"
11090   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11091   algorithm: "plot_performance_box"
11092   output-file-type: ".html"
11093   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11094   data: "plot-vpp-throughput-latency-3n-hsw"
11095   filter: "'NIC_Intel-X710' and
11096            '64B' and
11097            'ENCAP' and
11098            'NDRPDR' and
11099            '1T1C' and
11100            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11101            not 'VHOST' and
11102            not 'IPSECHW'"
11103   parameters:
11104   - "throughput"
11105   - "parent"
11106   - "tags"
11107   sort:
11108   - "IP4BASE"
11109   - "LISP"
11110   - "VXLAN_1"
11111   - "VXLAN_10"
11112   - "VXLAN_100"
11113   - "VXLAN_1000"
11114   traces:
11115     hoverinfo: "x+y"
11116     boxpoints: "outliers"
11117     whiskerwidth: 0
11118   layout:
11119     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11120     layout: "plot-throughput"
11121
11122 -
11123   type: "plot"
11124   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11125   algorithm: "plot_performance_box"
11126   output-file-type: ".html"
11127   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11128   data: "plot-vpp-throughput-latency-3n-hsw"
11129   filter: "'NIC_Intel-X710' and
11130            '64B' and
11131            'ENCAP' and
11132            'NDRPDR' and
11133            '1T1C' and
11134            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11135            not 'VHOST' and
11136            not 'IPSECHW'"
11137   parameters:
11138   - "throughput"
11139   - "parent"
11140   - "tags"
11141   sort:
11142   - "IP4BASE"
11143   - "LISP"
11144   - "VXLAN_1"
11145   - "VXLAN_10"
11146   - "VXLAN_100"
11147   - "VXLAN_1000"
11148   traces:
11149     hoverinfo: "x+y"
11150     boxpoints: "outliers"
11151     whiskerwidth: 0
11152   layout:
11153     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11154     layout: "plot-throughput"
11155
11156 -
11157   type: "plot"
11158   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11159   algorithm: "plot_performance_box"
11160   output-file-type: ".html"
11161   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11162   data: "plot-vpp-throughput-latency-3n-hsw"
11163   filter: "'NIC_Intel-X710' and
11164            '64B' and
11165            'ENCAP' and
11166            'NDRPDR' and
11167            '2T2C' and
11168            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11169            not 'VHOST' and
11170            not 'IPSECHW'"
11171   parameters:
11172   - "throughput"
11173   - "parent"
11174   - "tags"
11175   sort:
11176   - "IP4BASE"
11177   - "LISP"
11178   - "VXLAN_1"
11179   - "VXLAN_10"
11180   - "VXLAN_100"
11181   - "VXLAN_1000"
11182   traces:
11183     hoverinfo: "x+y"
11184     boxpoints: "outliers"
11185     whiskerwidth: 0
11186   layout:
11187     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11188     layout: "plot-throughput"
11189
11190 -
11191   type: "plot"
11192   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11193   algorithm: "plot_performance_box"
11194   output-file-type: ".html"
11195   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11196   data: "plot-vpp-throughput-latency-3n-hsw"
11197   filter: "'NIC_Intel-X710' and
11198            '64B' and
11199            'ENCAP' and
11200            'NDRPDR' and
11201            '2T2C' and
11202            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11203            not 'VHOST' and
11204            not 'IPSECHW'"
11205   parameters:
11206   - "throughput"
11207   - "parent"
11208   - "tags"
11209   sort:
11210   - "IP4BASE"
11211   - "LISP"
11212   - "VXLAN_1"
11213   - "VXLAN_10"
11214   - "VXLAN_100"
11215   - "VXLAN_1000"
11216   traces:
11217     hoverinfo: "x+y"
11218     boxpoints: "outliers"
11219     whiskerwidth: 0
11220   layout:
11221     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11222     layout: "plot-throughput"
11223
11224 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11225 -
11226   type: "plot"
11227   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11228   algorithm: "plot_performance_box"
11229   output-file-type: ".html"
11230   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11231   data: "plot-vpp-throughput-latency-3n-hsw"
11232   filter: "'NIC_Intel-X710' and
11233            '64B' and
11234            'ENCAP' and
11235            'NDRPDR' and
11236            '1T1C' and
11237            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
11238            not 'DOT1Q' and
11239            not 'VHOST' and
11240            not 'IPSECHW'"
11241   parameters:
11242   - "throughput"
11243   - "parent"
11244   - "tags"
11245   sort:
11246   - "IP4BASE"
11247   - "L2BDMACLRN"
11248   - "L2XCFWD"
11249   - "LISP"
11250   traces:
11251     hoverinfo: "x+y"
11252     boxpoints: "outliers"
11253     whiskerwidth: 0
11254   layout:
11255     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11256     layout: "plot-throughput"
11257
11258 -
11259   type: "plot"
11260   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11261   algorithm: "plot_performance_box"
11262   output-file-type: ".html"
11263   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11264   data: "plot-vpp-throughput-latency-3n-hsw"
11265   filter: "'NIC_Intel-X710' and
11266            '64B' and
11267            'ENCAP' and
11268            'NDRPDR' and
11269            '2T2C' and
11270            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11271            not 'DOT1Q' and
11272            not 'VHOST' and
11273            not 'IPSECHW'"
11274   parameters:
11275   - "throughput"
11276   - "parent"
11277   - "tags"
11278   sort:
11279   - "IP4BASE"
11280   - "L2BDMACLRN"
11281   - "L2XCFWD"
11282   - "LISP"
11283   traces:
11284     hoverinfo: "x+y"
11285     boxpoints: "outliers"
11286     whiskerwidth: 0
11287   layout:
11288     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11289     layout: "plot-throughput"
11290
11291 -
11292   type: "plot"
11293   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11294   algorithm: "plot_performance_box"
11295   output-file-type: ".html"
11296   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11297   data: "plot-vpp-throughput-latency-3n-hsw"
11298   filter: "'NIC_Intel-X710' and
11299            '64B' and
11300            'ENCAP' and
11301            'NDRPDR' and
11302            '1T1C' and
11303            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11304            not 'DOT1Q' and
11305            not 'VHOST' and
11306            not 'IPSECHW'"
11307   parameters:
11308   - "throughput"
11309   - "parent"
11310   - "tags"
11311   sort:
11312   - "IP4BASE"
11313   - "L2BDMACLRN"
11314   - "L2XCFWD"
11315   - "LISP"
11316   traces:
11317     hoverinfo: "x+y"
11318     boxpoints: "outliers"
11319     whiskerwidth: 0
11320   layout:
11321     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11322     layout: "plot-throughput"
11323
11324 -
11325   type: "plot"
11326   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11327   algorithm: "plot_performance_box"
11328   output-file-type: ".html"
11329   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11330   data: "plot-vpp-throughput-latency-3n-hsw"
11331   filter: "'NIC_Intel-X710' and
11332            '64B' and
11333            'ENCAP' and
11334            'NDRPDR' and
11335            '2T2C' and
11336            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11337            not 'DOT1Q' and
11338            not 'VHOST' and
11339            not 'IPSECHW'"
11340   parameters:
11341   - "throughput"
11342   - "parent"
11343   - "tags"
11344   sort:
11345   - "IP4BASE"
11346   - "L2BDMACLRN"
11347   - "L2XCFWD"
11348   - "LISP"
11349   traces:
11350     hoverinfo: "x+y"
11351     boxpoints: "outliers"
11352     whiskerwidth: 0
11353   layout:
11354     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11355     layout: "plot-throughput"
11356
11357 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11358 -
11359   type: "plot"
11360   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11361   algorithm: "plot_performance_box"
11362   output-file-type: ".html"
11363   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11364   data: "plot-vpp-throughput-latency-3n-skx"
11365   filter: "'NIC_Intel-X710' and
11366            '64B' and
11367            'ENCAP' and
11368            'NDRPDR' and
11369            '2T1C' and
11370            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11371            not 'VHOST' and
11372            not 'IPSECHW'"
11373   parameters:
11374   - "throughput"
11375   - "parent"
11376   - "tags"
11377   sort:
11378   - "IP4BASE"
11379   - "LISP"
11380   - "VXLAN_1"
11381   - "VXLAN_10"
11382   - "VXLAN_100"
11383   - "VXLAN_1000"
11384   traces:
11385     hoverinfo: "x+y"
11386     boxpoints: "outliers"
11387     whiskerwidth: 0
11388   layout:
11389     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11390     layout: "plot-throughput"
11391
11392 -
11393   type: "plot"
11394   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11395   algorithm: "plot_performance_box"
11396   output-file-type: ".html"
11397   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11398   data: "plot-vpp-throughput-latency-3n-skx"
11399   filter: "'NIC_Intel-X710' and
11400            '64B' and
11401            'ENCAP' and
11402            'NDRPDR' and
11403            '2T1C' and
11404            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11405            not 'VHOST' and
11406            not 'IPSECHW'"
11407   parameters:
11408   - "throughput"
11409   - "parent"
11410   - "tags"
11411   sort:
11412   - "IP4BASE"
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-skx-x710-64b-2t1c-base_and_scale-pdr"
11424     layout: "plot-throughput"
11425
11426 -
11427   type: "plot"
11428   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11429   algorithm: "plot_performance_box"
11430   output-file-type: ".html"
11431   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11432   data: "plot-vpp-throughput-latency-3n-skx"
11433   filter: "'NIC_Intel-X710' and
11434            '64B' and
11435            'ENCAP' and
11436            'NDRPDR' and
11437            '4T2C' and
11438            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11439            not 'VHOST' and
11440            not 'IPSECHW'"
11441   parameters:
11442   - "throughput"
11443   - "parent"
11444   - "tags"
11445   sort:
11446   - "IP4BASE"
11447   - "LISP"
11448   - "VXLAN_1"
11449   - "VXLAN_10"
11450   - "VXLAN_100"
11451   - "VXLAN_1000"
11452   traces:
11453     hoverinfo: "x+y"
11454     boxpoints: "outliers"
11455     whiskerwidth: 0
11456   layout:
11457     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11458     layout: "plot-throughput"
11459
11460 -
11461   type: "plot"
11462   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11463   algorithm: "plot_performance_box"
11464   output-file-type: ".html"
11465   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11466   data: "plot-vpp-throughput-latency-3n-skx"
11467   filter: "'NIC_Intel-X710' and
11468            '64B' and
11469            'ENCAP' and
11470            'NDRPDR' and
11471            '4T2C' and
11472            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11473            not 'VHOST' and
11474            not 'IPSECHW'"
11475   parameters:
11476   - "throughput"
11477   - "parent"
11478   - "tags"
11479   sort:
11480   - "IP4BASE"
11481   - "LISP"
11482   - "VXLAN_1"
11483   - "VXLAN_10"
11484   - "VXLAN_100"
11485   - "VXLAN_1000"
11486   traces:
11487     hoverinfo: "x+y"
11488     boxpoints: "outliers"
11489     whiskerwidth: 0
11490   layout:
11491     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11492     layout: "plot-throughput"
11493
11494 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11495 -
11496   type: "plot"
11497   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11498   algorithm: "plot_performance_box"
11499   output-file-type: ".html"
11500   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11501   data: "plot-vpp-throughput-latency-3n-skx"
11502   filter: "'NIC_Intel-X710' and
11503            '64B' and
11504            'ENCAP' and
11505            'NDRPDR' and
11506            '2T1C' and
11507            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11508            not 'DOT1Q' and
11509            not 'VHOST' and
11510            not 'IPSECHW'"
11511   parameters:
11512   - "throughput"
11513   - "parent"
11514   - "tags"
11515   sort:
11516   - "IP4BASE"
11517   - "L2BDMACLRN"
11518   - "L2XCFWD"
11519   - "LISP"
11520   traces:
11521     hoverinfo: "x+y"
11522     boxpoints: "outliers"
11523     whiskerwidth: 0
11524   layout:
11525     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11526     layout: "plot-throughput"
11527
11528 -
11529   type: "plot"
11530   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11531   algorithm: "plot_performance_box"
11532   output-file-type: ".html"
11533   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11534   data: "plot-vpp-throughput-latency-3n-skx"
11535   filter: "'NIC_Intel-X710' and
11536            '64B' and
11537            'ENCAP' and
11538            'NDRPDR' and
11539            '4T2C' and
11540            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11541            not 'DOT1Q' and
11542            not 'VHOST' and
11543            not 'IPSECHW'"
11544   parameters:
11545   - "throughput"
11546   - "parent"
11547   - "tags"
11548   sort:
11549   - "IP4BASE"
11550   - "L2BDMACLRN"
11551   - "L2XCFWD"
11552   - "LISP"
11553   traces:
11554     hoverinfo: "x+y"
11555     boxpoints: "outliers"
11556     whiskerwidth: 0
11557   layout:
11558     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11559     layout: "plot-throughput"
11560
11561 -
11562   type: "plot"
11563   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11564   algorithm: "plot_performance_box"
11565   output-file-type: ".html"
11566   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11567   data: "plot-vpp-throughput-latency-3n-skx"
11568   filter: "'NIC_Intel-X710' and
11569            '64B' and
11570            'ENCAP' and
11571            'NDRPDR' and
11572            '2T1C' and
11573            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11574            not 'DOT1Q' and
11575            not 'VHOST' and
11576            not 'IPSECHW'"
11577   parameters:
11578   - "throughput"
11579   - "parent"
11580   - "tags"
11581   sort:
11582   - "IP4BASE"
11583   - "L2BDMACLRN"
11584   - "L2XCFWD"
11585   - "LISP"
11586   traces:
11587     hoverinfo: "x+y"
11588     boxpoints: "outliers"
11589     whiskerwidth: 0
11590   layout:
11591     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11592     layout: "plot-throughput"
11593
11594 -
11595   type: "plot"
11596   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11597   algorithm: "plot_performance_box"
11598   output-file-type: ".html"
11599   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11600   data: "plot-vpp-throughput-latency-3n-skx"
11601   filter: "'NIC_Intel-X710' and
11602            '64B' and
11603            'ENCAP' and
11604            'NDRPDR' and
11605            '4T2C' and
11606            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11607            not 'DOT1Q' and
11608            not 'VHOST' and
11609            not 'IPSECHW'"
11610   parameters:
11611   - "throughput"
11612   - "parent"
11613   - "tags"
11614   sort:
11615   - "IP4BASE"
11616   - "L2BDMACLRN"
11617   - "L2XCFWD"
11618   - "LISP"
11619   traces:
11620     hoverinfo: "x+y"
11621     boxpoints: "outliers"
11622     whiskerwidth: 0
11623   layout:
11624     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11625     layout: "plot-throughput"
11626
11627 ################################################################################
11628
11629 # Packet Throughput - VPP IPv6 3n-hsw-x520
11630 -
11631   type: "plot"
11632   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11633   algorithm: "plot_performance_box"
11634   output-file-type: ".html"
11635   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11636   data: "plot-vpp-throughput-latency-3n-hsw"
11637   filter: "'NIC_Intel-X520-DA2' and
11638            '78B' and
11639            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11640            'NDRPDR' and
11641            '1T1C' and
11642            'IP6FWD' and
11643            not 'SRv6' and
11644            not 'IPSEC' and
11645            not 'VHOST'"
11646   parameters:
11647   - "throughput"
11648   - "parent"
11649   - "tags"
11650   sort:
11651   - "IP6BASE"
11652   - "FIB_20K"
11653   - "FIB_200K"
11654   - "FIB_2M"
11655   traces:
11656     hoverinfo: "x+y"
11657     boxpoints: "outliers"
11658     whiskerwidth: 0
11659   layout:
11660     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11661     layout: "plot-throughput"
11662
11663 -
11664   type: "plot"
11665   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11666   algorithm: "plot_performance_box"
11667   output-file-type: ".html"
11668   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11669   data: "plot-vpp-throughput-latency-3n-hsw"
11670   filter: "'NIC_Intel-X520-DA2' and
11671            '78B' and
11672            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11673            'NDRPDR' and
11674            '1T1C' and
11675            'IP6FWD' and
11676            not 'SRv6' and
11677            not 'IPSEC' and
11678            not 'VHOST'"
11679   parameters:
11680   - "throughput"
11681   - "parent"
11682   - "tags"
11683   sort:
11684   - "IP6BASE"
11685   - "FIB_20K"
11686   - "FIB_200K"
11687   - "FIB_2M"
11688   traces:
11689     hoverinfo: "x+y"
11690     boxpoints: "outliers"
11691     whiskerwidth: 0
11692   layout:
11693     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11694     layout: "plot-throughput"
11695
11696 -
11697   type: "plot"
11698   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11699   algorithm: "plot_performance_box"
11700   output-file-type: ".html"
11701   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11702   data: "plot-vpp-throughput-latency-3n-hsw"
11703   filter: "'NIC_Intel-X520-DA2' and
11704            '78B' and
11705            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11706            'NDRPDR' and
11707            '2T2C' and
11708            'IP6FWD' and
11709            not 'SRv6' and
11710            not 'IPSEC' and
11711            not 'VHOST'"
11712   parameters:
11713   - "throughput"
11714   - "parent"
11715   - "tags"
11716   sort:
11717   - "IP6BASE"
11718   - "FIB_20K"
11719   - "FIB_200K"
11720   - "FIB_2M"
11721   traces:
11722     hoverinfo: "x+y"
11723     boxpoints: "outliers"
11724     whiskerwidth: 0
11725   layout:
11726     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11727     layout: "plot-throughput"
11728
11729 -
11730   type: "plot"
11731   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11732   algorithm: "plot_performance_box"
11733   output-file-type: ".html"
11734   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11735   data: "plot-vpp-throughput-latency-3n-hsw"
11736   filter: "'NIC_Intel-X520-DA2' and
11737            '78B' and
11738            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11739            'NDRPDR' and
11740            '2T2C' and
11741            'IP6FWD' and
11742            not 'SRv6' and
11743            not 'IPSEC' and
11744            not 'VHOST'"
11745   parameters:
11746   - "throughput"
11747   - "parent"
11748   - "tags"
11749   sort:
11750   - "IP6BASE"
11751   - "FIB_20K"
11752   - "FIB_200K"
11753   - "FIB_2M"
11754   traces:
11755     hoverinfo: "x+y"
11756     boxpoints: "outliers"
11757     whiskerwidth: 0
11758   layout:
11759     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11760     layout: "plot-throughput"
11761
11762 # Packet Throughput - VPP IPv6 3n-hsw-x710
11763 -
11764   type: "plot"
11765   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11766   algorithm: "plot_performance_box"
11767   output-file-type: ".html"
11768   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11769   data: "plot-vpp-throughput-latency-3n-hsw"
11770   filter: "'NIC_Intel-X710' and
11771            '78B' and
11772            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11773            'NDRPDR' and
11774            '1T1C' and
11775            'IP6FWD' and
11776            not 'SRv6' and
11777            not 'IPSEC' and
11778            not 'VHOST'"
11779   parameters:
11780   - "throughput"
11781   - "parent"
11782   - "tags"
11783   sort:
11784   - "IP6BASE"
11785   - "FIB_20K"
11786   - "FIB_200K"
11787   - "FIB_2M"
11788   traces:
11789     hoverinfo: "x+y"
11790     boxpoints: "outliers"
11791     whiskerwidth: 0
11792   layout:
11793     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11794     layout: "plot-throughput"
11795
11796 -
11797   type: "plot"
11798   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11799   algorithm: "plot_performance_box"
11800   output-file-type: ".html"
11801   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11802   data: "plot-vpp-throughput-latency-3n-hsw"
11803   filter: "'NIC_Intel-X710' and
11804            '78B' and
11805            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11806            'NDRPDR' and
11807            '1T1C' and
11808            'IP6FWD' and
11809            not 'SRv6' and
11810            not 'IPSEC' and
11811            not 'VHOST'"
11812   parameters:
11813   - "throughput"
11814   - "parent"
11815   - "tags"
11816   sort:
11817   - "IP6BASE"
11818   - "FIB_20K"
11819   - "FIB_200K"
11820   - "FIB_2M"
11821   traces:
11822     hoverinfo: "x+y"
11823     boxpoints: "outliers"
11824     whiskerwidth: 0
11825   layout:
11826     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11827     layout: "plot-throughput"
11828
11829 -
11830   type: "plot"
11831   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11832   algorithm: "plot_performance_box"
11833   output-file-type: ".html"
11834   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11835   data: "plot-vpp-throughput-latency-3n-hsw"
11836   filter: "'NIC_Intel-X710' and
11837            '78B' and
11838            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11839            'NDRPDR' and
11840            '2T2C' and
11841            'IP6FWD' and
11842            not 'SRv6' and
11843            not 'IPSEC' and
11844            not 'VHOST'"
11845   parameters:
11846   - "throughput"
11847   - "parent"
11848   - "tags"
11849   sort:
11850   - "IP6BASE"
11851   - "FIB_20K"
11852   - "FIB_200K"
11853   - "FIB_2M"
11854   traces:
11855     hoverinfo: "x+y"
11856     boxpoints: "outliers"
11857     whiskerwidth: 0
11858   layout:
11859     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11860     layout: "plot-throughput"
11861
11862 -
11863   type: "plot"
11864   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11865   algorithm: "plot_performance_box"
11866   output-file-type: ".html"
11867   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11868   data: "plot-vpp-throughput-latency-3n-hsw"
11869   filter: "'NIC_Intel-X710' and
11870            '78B' and
11871            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11872            'NDRPDR' and
11873            '2T2C' and
11874            'IP6FWD' and
11875            not 'SRv6' and
11876            not 'IPSEC' and
11877            not 'VHOST'"
11878   parameters:
11879   - "throughput"
11880   - "parent"
11881   - "tags"
11882   sort:
11883   - "IP6BASE"
11884   - "FIB_20K"
11885   - "FIB_200K"
11886   - "FIB_2M"
11887   traces:
11888     hoverinfo: "x+y"
11889     boxpoints: "outliers"
11890     whiskerwidth: 0
11891   layout:
11892     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11893     layout: "plot-throughput"
11894
11895 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
11896 -
11897   type: "plot"
11898   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11899   algorithm: "plot_performance_box"
11900   output-file-type: ".html"
11901   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11902   data: "plot-vpp-throughput-latency-3n-hsw"
11903   filter: "'NIC_Intel-X710' and
11904            '78B' and
11905            ('IP6BASE' or
11906             'POLICE_MARK' or
11907             'COPWHLIST' or
11908             'IACLDST') and
11909            'NDRPDR' and
11910            '1T1C' and
11911            'IP6FWD' and
11912            not 'SRv6' and
11913            not 'IPSEC' and
11914            not 'VHOST'"
11915   parameters:
11916   - "throughput"
11917   - "parent"
11918   - "tags"
11919   sort:
11920   - "IP6BASE"
11921   - "POLICE_MARK"
11922   - "COPWHLIST"
11923   - "IACLDST"
11924   traces:
11925     hoverinfo: "x+y"
11926     boxpoints: "outliers"
11927     whiskerwidth: 0
11928   layout:
11929     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11930     layout: "plot-throughput"
11931
11932 -
11933   type: "plot"
11934   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11935   algorithm: "plot_performance_box"
11936   output-file-type: ".html"
11937   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11938   data: "plot-vpp-throughput-latency-3n-hsw"
11939   filter: "'NIC_Intel-X710' and
11940            '78B' and
11941            ('IP6BASE' or
11942             'POLICE_MARK' or
11943             'COPWHLIST' or
11944             'IACLDST') and
11945            'NDRPDR' and
11946            '2T2C' and
11947            'IP6FWD' and
11948            not 'SRv6' and
11949            not 'IPSEC' and
11950            not 'VHOST'"
11951   parameters:
11952   - "throughput"
11953   - "parent"
11954   - "tags"
11955   sort:
11956   - "IP6BASE"
11957   - "POLICE_MARK"
11958   - "COPWHLIST"
11959   - "IACLDST"
11960   traces:
11961     hoverinfo: "x+y"
11962     boxpoints: "outliers"
11963     whiskerwidth: 0
11964   layout:
11965     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11966     layout: "plot-throughput"
11967
11968 -
11969   type: "plot"
11970   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11971   algorithm: "plot_performance_box"
11972   output-file-type: ".html"
11973   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11974   data: "plot-vpp-throughput-latency-3n-hsw"
11975   filter: "'NIC_Intel-X710' and
11976            '78B' and
11977            ('IP6BASE' or
11978             'POLICE_MARK' or
11979             'COPWHLIST' or
11980             'IACLDST') and
11981            'NDRPDR' and
11982            '1T1C' and
11983            'IP6FWD' and
11984            not 'SRv6' and
11985            not 'IPSEC' and
11986            not 'VHOST'"
11987   parameters:
11988   - "throughput"
11989   - "parent"
11990   - "tags"
11991   sort:
11992   - "IP6BASE"
11993   - "POLICE_MARK"
11994   - "COPWHLIST"
11995   - "IACLDST"
11996   traces:
11997     hoverinfo: "x+y"
11998     boxpoints: "outliers"
11999     whiskerwidth: 0
12000   layout:
12001     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12002     layout: "plot-throughput"
12003
12004 -
12005   type: "plot"
12006   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12007   algorithm: "plot_performance_box"
12008   output-file-type: ".html"
12009   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12010   data: "plot-vpp-throughput-latency-3n-hsw"
12011   filter: "'NIC_Intel-X710' and
12012            '78B' and
12013            ('IP6BASE' or
12014             'POLICE_MARK' or
12015             'COPWHLIST' or
12016             'IACLDST') and
12017            'NDRPDR' and
12018            '2T2C' and
12019            'IP6FWD' and
12020            not 'SRv6' and
12021            not 'IPSEC' and
12022            not 'VHOST'"
12023   parameters:
12024   - "throughput"
12025   - "parent"
12026   - "tags"
12027   sort:
12028   - "IP6BASE"
12029   - "POLICE_MARK"
12030   - "COPWHLIST"
12031   - "IACLDST"
12032   traces:
12033     hoverinfo: "x+y"
12034     boxpoints: "outliers"
12035     whiskerwidth: 0
12036   layout:
12037     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12038     layout: "plot-throughput"
12039
12040 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12041 -
12042   type: "plot"
12043   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12044   algorithm: "plot_performance_box"
12045   output-file-type: ".html"
12046   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12047   data: "plot-vpp-throughput-latency-3n-hsw"
12048   filter: "'NIC_Intel-XL710' and
12049            '78B' and
12050            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12051            'NDRPDR' and
12052            '1T1C' and
12053            'IP6FWD' and
12054            not 'SRv6' and
12055            not 'IPSEC' and
12056            not 'VHOST'"
12057   parameters:
12058   - "throughput"
12059   - "parent"
12060   - "tags"
12061   sort:
12062   - "IP6BASE"
12063   - "FIB_20K"
12064   - "FIB_200K"
12065   - "FIB_2M"
12066   traces:
12067     hoverinfo: "x+y"
12068     boxpoints: "outliers"
12069     whiskerwidth: 0
12070   layout:
12071     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12072     layout: "plot-throughput"
12073
12074 -
12075   type: "plot"
12076   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12077   algorithm: "plot_performance_box"
12078   output-file-type: ".html"
12079   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12080   data: "plot-vpp-throughput-latency-3n-hsw"
12081   filter: "'NIC_Intel-XL710' and
12082            '78B' and
12083            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12084            'NDRPDR' and
12085            '1T1C' and
12086            'IP6FWD' and
12087            not 'SRv6' and
12088            not 'IPSEC' and
12089            not 'VHOST'"
12090   parameters:
12091   - "throughput"
12092   - "parent"
12093   - "tags"
12094   sort:
12095   - "IP6BASE"
12096   - "FIB_20K"
12097   - "FIB_200K"
12098   - "FIB_2M"
12099   traces:
12100     hoverinfo: "x+y"
12101     boxpoints: "outliers"
12102     whiskerwidth: 0
12103   layout:
12104     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12105     layout: "plot-throughput"
12106
12107 -
12108   type: "plot"
12109   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12110   algorithm: "plot_performance_box"
12111   output-file-type: ".html"
12112   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12113   data: "plot-vpp-throughput-latency-3n-hsw"
12114   filter: "'NIC_Intel-XL710' and
12115            '78B' and
12116            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12117            'NDRPDR' and
12118            '2T2C' and
12119            'IP6FWD' and
12120            not 'SRv6' and
12121            not 'IPSEC' and
12122            not 'VHOST'"
12123   parameters:
12124   - "throughput"
12125   - "parent"
12126   - "tags"
12127   sort:
12128   - "IP6BASE"
12129   - "FIB_20K"
12130   - "FIB_200K"
12131   - "FIB_2M"
12132   traces:
12133     hoverinfo: "x+y"
12134     boxpoints: "outliers"
12135     whiskerwidth: 0
12136   layout:
12137     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12138     layout: "plot-throughput"
12139
12140 -
12141   type: "plot"
12142   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12143   algorithm: "plot_performance_box"
12144   output-file-type: ".html"
12145   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12146   data: "plot-vpp-throughput-latency-3n-hsw"
12147   filter: "'NIC_Intel-XL710' and
12148            '78B' and
12149            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12150            'NDRPDR' and
12151            '2T2C' and
12152            'IP6FWD' and
12153            not 'SRv6' and
12154            not 'IPSEC' and
12155            not 'VHOST'"
12156   parameters:
12157   - "throughput"
12158   - "parent"
12159   - "tags"
12160   sort:
12161   - "IP6BASE"
12162   - "FIB_20K"
12163   - "FIB_200K"
12164   - "FIB_2M"
12165   traces:
12166     hoverinfo: "x+y"
12167     boxpoints: "outliers"
12168     whiskerwidth: 0
12169   layout:
12170     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12171     layout: "plot-throughput"
12172
12173 # Packet Throughput - VPP IPv6 3n-skx-x710
12174 -
12175   type: "plot"
12176   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12177   algorithm: "plot_performance_box"
12178   output-file-type: ".html"
12179   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12180   data: "plot-vpp-throughput-latency-3n-skx"
12181   filter: "'NIC_Intel-X710' and
12182            '78B' and
12183            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12184            'NDRPDR' and
12185            '2T1C' and
12186            'IP6FWD' and
12187            not 'SRv6' and
12188            not 'IPSEC' and
12189            not 'VHOST'"
12190   parameters:
12191   - "throughput"
12192   - "parent"
12193   - "tags"
12194   sort:
12195   - "IP6BASE"
12196   - "FIB_20k"
12197   - "FIB_200k"
12198   - "FIB_2M"
12199   traces:
12200     hoverinfo: "x+y"
12201     boxpoints: "outliers"
12202     whiskerwidth: 0
12203   layout:
12204     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12205     layout: "plot-throughput"
12206
12207 -
12208   type: "plot"
12209   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12210   algorithm: "plot_performance_box"
12211   output-file-type: ".html"
12212   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12213   data: "plot-vpp-throughput-latency-3n-skx"
12214   filter: "'NIC_Intel-X710' and
12215            '78B' and
12216            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12217            'NDRPDR' and
12218            '2T1C' and
12219            'IP6FWD' and
12220            not 'SRv6' and
12221            not 'IPSEC' and
12222            not 'VHOST'"
12223   parameters:
12224   - "throughput"
12225   - "parent"
12226   - "tags"
12227   sort:
12228   - "IP6BASE"
12229   - "FIB_20k"
12230   - "FIB_200k"
12231   - "FIB_2M"
12232   traces:
12233     hoverinfo: "x+y"
12234     boxpoints: "outliers"
12235     whiskerwidth: 0
12236   layout:
12237     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12238     layout: "plot-throughput"
12239
12240 -
12241   type: "plot"
12242   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12243   algorithm: "plot_performance_box"
12244   output-file-type: ".html"
12245   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12246   data: "plot-vpp-throughput-latency-3n-skx"
12247   filter: "'NIC_Intel-X710' and
12248            '78B' and
12249            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12250            'NDRPDR' and
12251            '4T2C' and
12252            'IP6FWD' and
12253            not 'SRv6' and
12254            not 'IPSEC' and
12255            not 'VHOST'"
12256   parameters:
12257   - "throughput"
12258   - "parent"
12259   - "tags"
12260   sort:
12261   - "IP6BASE"
12262   - "FIB_20k"
12263   - "FIB_200k"
12264   - "FIB_2M"
12265   traces:
12266     hoverinfo: "x+y"
12267     boxpoints: "outliers"
12268     whiskerwidth: 0
12269   layout:
12270     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12271     layout: "plot-throughput"
12272
12273 -
12274   type: "plot"
12275   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12276   algorithm: "plot_performance_box"
12277   output-file-type: ".html"
12278   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12279   data: "plot-vpp-throughput-latency-3n-skx"
12280   filter: "'NIC_Intel-X710' and
12281            '78B' and
12282            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12283            'NDRPDR' and
12284            '4T2C' and
12285            'IP6FWD' and
12286            not 'SRv6' and
12287            not 'IPSEC' and
12288            not 'VHOST'"
12289   parameters:
12290   - "throughput"
12291   - "parent"
12292   - "tags"
12293   sort:
12294   - "IP6BASE"
12295   - "FIB_20k"
12296   - "FIB_200k"
12297   - "FIB_2M"
12298   traces:
12299     hoverinfo: "x+y"
12300     boxpoints: "outliers"
12301     whiskerwidth: 0
12302   layout:
12303     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12304     layout: "plot-throughput"
12305
12306 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12307 -
12308   type: "plot"
12309   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12310   algorithm: "plot_performance_box"
12311   output-file-type: ".html"
12312   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12313   data: "plot-vpp-throughput-latency-3n-skx"
12314   filter: "'NIC_Intel-X710' and
12315            '78B' and
12316            ('IP6BASE' or
12317             'POLICE_MARK' or
12318             'COPWHLIST' or
12319             'IACLDST') and
12320            'NDRPDR' and
12321            '2T1C' and
12322            'IP6FWD' and
12323            not 'SRv6' and
12324            not 'IPSEC' and
12325            not 'VHOST'"
12326   parameters:
12327   - "throughput"
12328   - "parent"
12329   - "tags"
12330   sort:
12331   - "IP6BASE"
12332   - "POLICE_MARK"
12333   - "COPWHLIST"
12334   - "IACLDST"
12335   traces:
12336     hoverinfo: "x+y"
12337     boxpoints: "outliers"
12338     whiskerwidth: 0
12339   layout:
12340     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12341     layout: "plot-throughput"
12342
12343 -
12344   type: "plot"
12345   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12346   algorithm: "plot_performance_box"
12347   output-file-type: ".html"
12348   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12349   data: "plot-vpp-throughput-latency-3n-skx"
12350   filter: "'NIC_Intel-X710' and
12351            '78B' and
12352            ('IP6BASE' or
12353             'POLICE_MARK' or
12354             'COPWHLIST' or
12355             'IACLDST') and
12356            'NDRPDR' and
12357            '4T2C' and
12358            'IP6FWD' and
12359            not 'SRv6' and
12360            not 'IPSEC' and
12361            not 'VHOST'"
12362   parameters:
12363   - "throughput"
12364   - "parent"
12365   - "tags"
12366   sort:
12367   - "IP6BASE"
12368   - "POLICE_MARK"
12369   - "COPWHLIST"
12370   - "IACLDST"
12371   traces:
12372     hoverinfo: "x+y"
12373     boxpoints: "outliers"
12374     whiskerwidth: 0
12375   layout:
12376     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12377     layout: "plot-throughput"
12378
12379 -
12380   type: "plot"
12381   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12382   algorithm: "plot_performance_box"
12383   output-file-type: ".html"
12384   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12385   data: "plot-vpp-throughput-latency-3n-skx"
12386   filter: "'NIC_Intel-X710' and
12387            '78B' and
12388            ('IP6BASE' or
12389             'POLICE_MARK' or
12390             'COPWHLIST' or
12391             'IACLDST') and
12392            'NDRPDR' and
12393            '2T1C' and
12394            'IP6FWD' and
12395            not 'SRv6' and
12396            not 'IPSEC' and
12397            not 'VHOST'"
12398   parameters:
12399   - "throughput"
12400   - "parent"
12401   - "tags"
12402   sort:
12403   - "IP6BASE"
12404   - "POLICE_MARK"
12405   - "COPWHLIST"
12406   - "IACLDST"
12407   traces:
12408     hoverinfo: "x+y"
12409     boxpoints: "outliers"
12410     whiskerwidth: 0
12411   layout:
12412     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12413     layout: "plot-throughput"
12414
12415 -
12416   type: "plot"
12417   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12418   algorithm: "plot_performance_box"
12419   output-file-type: ".html"
12420   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12421   data: "plot-vpp-throughput-latency-3n-skx"
12422   filter: "'NIC_Intel-X710' and
12423            '78B' and
12424            ('IP6BASE' or
12425             'POLICE_MARK' or
12426             'COPWHLIST' or
12427             'IACLDST') and
12428            'NDRPDR' and
12429            '4T2C' and
12430            'IP6FWD' and
12431            not 'SRv6' and
12432            not 'IPSEC' and
12433            not 'VHOST'"
12434   parameters:
12435   - "throughput"
12436   - "parent"
12437   - "tags"
12438   sort:
12439   - "IP6BASE"
12440   - "POLICE_MARK"
12441   - "COPWHLIST"
12442   - "IACLDST"
12443   traces:
12444     hoverinfo: "x+y"
12445     boxpoints: "outliers"
12446     whiskerwidth: 0
12447   layout:
12448     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12449     layout: "plot-throughput"
12450
12451 # Packet Throughput - VPP IPv6 2n-skx-x710
12452 -
12453   type: "plot"
12454   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12455   algorithm: "plot_performance_box"
12456   output-file-type: ".html"
12457   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12458   data: "plot-vpp-throughput-latency-2n-skx"
12459   filter: "'NIC_Intel-X710' and
12460            '78B' and
12461            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12462            'NDRPDR' and
12463            '2T1C' and
12464            'IP6FWD' and
12465            not 'SRv6' and
12466            not 'IPSEC' and
12467            not 'VHOST'"
12468   parameters:
12469   - "throughput"
12470   - "parent"
12471   - "tags"
12472   sort:
12473   - "IP6BASE"
12474   - "FIB_20k"
12475   - "FIB_200k"
12476   - "FIB_2M"
12477   traces:
12478     hoverinfo: "x+y"
12479     boxpoints: "outliers"
12480     whiskerwidth: 0
12481   layout:
12482     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12483     layout: "plot-throughput"
12484
12485 -
12486   type: "plot"
12487   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12488   algorithm: "plot_performance_box"
12489   output-file-type: ".html"
12490   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12491   data: "plot-vpp-throughput-latency-2n-skx"
12492   filter: "'NIC_Intel-X710' and
12493            '78B' and
12494            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12495            'NDRPDR' and
12496            '2T1C' and
12497            'IP6FWD' and
12498            not 'SRv6' and
12499            not 'IPSEC' and
12500            not 'VHOST'"
12501   parameters:
12502   - "throughput"
12503   - "parent"
12504   - "tags"
12505   sort:
12506   - "IP6BASE"
12507   - "FIB_20k"
12508   - "FIB_200k"
12509   - "FIB_2M"
12510   traces:
12511     hoverinfo: "x+y"
12512     boxpoints: "outliers"
12513     whiskerwidth: 0
12514   layout:
12515     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12516     layout: "plot-throughput"
12517
12518 -
12519   type: "plot"
12520   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12521   algorithm: "plot_performance_box"
12522   output-file-type: ".html"
12523   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12524   data: "plot-vpp-throughput-latency-2n-skx"
12525   filter: "'NIC_Intel-X710' and
12526            '78B' and
12527            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12528            'NDRPDR' and
12529            '4T2C' and
12530            'IP6FWD' and
12531            not 'SRv6' and
12532            not 'IPSEC' and
12533            not 'VHOST'"
12534   parameters:
12535   - "throughput"
12536   - "parent"
12537   - "tags"
12538   sort:
12539   - "IP6BASE"
12540   - "FIB_20k"
12541   - "FIB_200k"
12542   - "FIB_2M"
12543   traces:
12544     hoverinfo: "x+y"
12545     boxpoints: "outliers"
12546     whiskerwidth: 0
12547   layout:
12548     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12549     layout: "plot-throughput"
12550
12551 -
12552   type: "plot"
12553   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12554   algorithm: "plot_performance_box"
12555   output-file-type: ".html"
12556   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12557   data: "plot-vpp-throughput-latency-2n-skx"
12558   filter: "'NIC_Intel-X710' and
12559            '78B' and
12560            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12561            'NDRPDR' and
12562            '4T2C' and
12563            'IP6FWD' and
12564            not 'SRv6' and
12565            not 'IPSEC' and
12566            not 'VHOST'"
12567   parameters:
12568   - "throughput"
12569   - "parent"
12570   - "tags"
12571   sort:
12572   - "IP6BASE"
12573   - "FIB_20k"
12574   - "FIB_200k"
12575   - "FIB_2M"
12576   traces:
12577     hoverinfo: "x+y"
12578     boxpoints: "outliers"
12579     whiskerwidth: 0
12580   layout:
12581     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12582     layout: "plot-throughput"
12583
12584 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12585 -
12586   type: "plot"
12587   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12588   algorithm: "plot_performance_box"
12589   output-file-type: ".html"
12590   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12591   data: "plot-vpp-throughput-latency-2n-skx"
12592   filter: "'NIC_Intel-XXV710' and
12593            '78B' and
12594            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12595            'NDRPDR' and
12596            '2T1C' and
12597            'IP6FWD' and
12598            not 'SRv6' and
12599            not 'IPSEC' and
12600            not 'VHOST'"
12601   parameters:
12602   - "throughput"
12603   - "parent"
12604   - "tags"
12605   sort:
12606   - "IP6BASE"
12607   - "FIB_20k"
12608   - "FIB_200k"
12609   - "FIB_2M"
12610   traces:
12611     hoverinfo: "x+y"
12612     boxpoints: "outliers"
12613     whiskerwidth: 0
12614   layout:
12615     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12616     layout: "plot-throughput"
12617
12618 -
12619   type: "plot"
12620   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12621   algorithm: "plot_performance_box"
12622   output-file-type: ".html"
12623   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12624   data: "plot-vpp-throughput-latency-2n-skx"
12625   filter: "'NIC_Intel-XXV710' and
12626            '78B' and
12627            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12628            'NDRPDR' and
12629            '2T1C' and
12630            'IP6FWD' and
12631            not 'SRv6' and
12632            not 'IPSEC' and
12633            not 'VHOST'"
12634   parameters:
12635   - "throughput"
12636   - "parent"
12637   - "tags"
12638   sort:
12639   - "IP6BASE"
12640   - "FIB_20k"
12641   - "FIB_200k"
12642   - "FIB_2M"
12643   traces:
12644     hoverinfo: "x+y"
12645     boxpoints: "outliers"
12646     whiskerwidth: 0
12647   layout:
12648     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12649     layout: "plot-throughput"
12650
12651 -
12652   type: "plot"
12653   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12654   algorithm: "plot_performance_box"
12655   output-file-type: ".html"
12656   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12657   data: "plot-vpp-throughput-latency-2n-skx"
12658   filter: "'NIC_Intel-XXV710' and
12659            '78B' and
12660            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12661            'NDRPDR' and
12662            '4T2C' and
12663            'IP6FWD' and
12664            not 'SRv6' and
12665            not 'IPSEC' and
12666            not 'VHOST'"
12667   parameters:
12668   - "throughput"
12669   - "parent"
12670   - "tags"
12671   sort:
12672   - "IP6BASE"
12673   - "FIB_20k"
12674   - "FIB_200k"
12675   - "FIB_2M"
12676   traces:
12677     hoverinfo: "x+y"
12678     boxpoints: "outliers"
12679     whiskerwidth: 0
12680   layout:
12681     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12682     layout: "plot-throughput"
12683
12684 -
12685   type: "plot"
12686   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12687   algorithm: "plot_performance_box"
12688   output-file-type: ".html"
12689   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12690   data: "plot-vpp-throughput-latency-2n-skx"
12691   filter: "'NIC_Intel-XXV710' and
12692            '78B' and
12693            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12694            'NDRPDR' and
12695            '4T2C' and
12696            'IP6FWD' and
12697            not 'SRv6' and
12698            not 'IPSEC' and
12699            not 'VHOST'"
12700   parameters:
12701   - "throughput"
12702   - "parent"
12703   - "tags"
12704   sort:
12705   - "IP6BASE"
12706   - "FIB_20k"
12707   - "FIB_200k"
12708   - "FIB_2M"
12709   traces:
12710     hoverinfo: "x+y"
12711     boxpoints: "outliers"
12712     whiskerwidth: 0
12713   layout:
12714     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12715     layout: "plot-throughput"
12716
12717 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
12718 -
12719   type: "plot"
12720   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12721   algorithm: "plot_performance_box"
12722   output-file-type: ".html"
12723   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12724   data: "intel-dnv-vpp"
12725   filter: "'NIC_Intel-X553' and
12726            '78B' and
12727            'IP6BASE' and
12728            'NDRPDR' and
12729            '1T1C' and
12730            'IP6FWD' and
12731            not 'SRv6' and
12732            not 'IPSEC' and
12733            not 'VHOST'"
12734   parameters:
12735   - "throughput"
12736   - "parent"
12737   - "tags"
12738   sort:
12739   - "IP6BASE"
12740   traces:
12741     hoverinfo: "x+y"
12742     boxpoints: "outliers"
12743     whiskerwidth: 0
12744   layout:
12745     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12746     layout: "plot-throughput"
12747
12748 -
12749   type: "plot"
12750   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12751   algorithm: "plot_performance_box"
12752   output-file-type: ".html"
12753   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12754   data: "intel-dnv-vpp"
12755   filter: "'NIC_Intel-X553' and
12756            '78B' and
12757            'IP6BASE' and
12758            'NDRPDR' and
12759            '1T1C' and
12760            'IP6FWD' and
12761            not 'SRv6' and
12762            not 'IPSEC' and
12763            not 'VHOST'"
12764   parameters:
12765   - "throughput"
12766   - "parent"
12767   - "tags"
12768   sort:
12769   - "IP6BASE"
12770   traces:
12771     hoverinfo: "x+y"
12772     boxpoints: "outliers"
12773     whiskerwidth: 0
12774   layout:
12775     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12776     layout: "plot-throughput"
12777
12778 -
12779   type: "plot"
12780   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12781   algorithm: "plot_performance_box"
12782   output-file-type: ".html"
12783   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12784   data: "intel-dnv-vpp"
12785   filter: "'NIC_Intel-X553' and
12786            '78B' and
12787            'IP6BASE' and
12788            'NDRPDR' and
12789            '2T2C' and
12790            'IP6FWD' and
12791            not 'SRv6' and
12792            not 'IPSEC' and
12793            not 'VHOST'"
12794   parameters:
12795   - "throughput"
12796   - "parent"
12797   - "tags"
12798   sort:
12799   - "IP6BASE"
12800   traces:
12801     hoverinfo: "x+y"
12802     boxpoints: "outliers"
12803     whiskerwidth: 0
12804   layout:
12805     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12806     layout: "plot-throughput"
12807
12808 -
12809   type: "plot"
12810   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12811   algorithm: "plot_performance_box"
12812   output-file-type: ".html"
12813   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12814   data: "intel-dnv-vpp"
12815   filter: "'NIC_Intel-X553' and
12816            '78B' and
12817            'IP6BASE' and
12818            'NDRPDR' and
12819            '2T2C' and
12820            'IP6FWD' and
12821            not 'SRv6' and
12822            not 'IPSEC' and
12823            not 'VHOST'"
12824   parameters:
12825   - "throughput"
12826   - "parent"
12827   - "tags"
12828   sort:
12829   - "IP6BASE"
12830   traces:
12831     hoverinfo: "x+y"
12832     boxpoints: "outliers"
12833     whiskerwidth: 0
12834   layout:
12835     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12836     layout: "plot-throughput"
12837
12838 ################################################################################
12839
12840 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
12841 -
12842   type: "plot"
12843   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
12844   algorithm: "plot_performance_box"
12845   output-file-type: ".html"
12846   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
12847   data: "plot-vpp-throughput-latency-3n-hsw"
12848   filter: "'NIC_Intel-X520-DA2' and
12849            '78B' and
12850            'ENCAP' and
12851            'NDRPDR' and
12852            '1T1C' and
12853            'LISP' and
12854            not 'VHOST'"
12855   parameters:
12856   - "throughput"
12857   - "parent"
12858   - "tags"
12859   sort:
12860   - "IP4UNRLAY"
12861   - "IP6UNRLAY"
12862   traces:
12863     hoverinfo: "x+y"
12864     boxpoints: "outliers"
12865     whiskerwidth: 0
12866   layout:
12867     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
12868     layout: "plot-throughput"
12869
12870 -
12871   type: "plot"
12872   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
12873   algorithm: "plot_performance_box"
12874   output-file-type: ".html"
12875   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
12876   data: "plot-vpp-throughput-latency-3n-hsw"
12877   filter: "'NIC_Intel-X520-DA2' and
12878            '78B' and
12879            'ENCAP' and
12880            'NDRPDR' and
12881            '1T1C' and
12882            'LISP' and
12883            not 'VHOST'"
12884   parameters:
12885   - "throughput"
12886   - "parent"
12887   - "tags"
12888   sort:
12889   - "IP4UNRLAY"
12890   - "IP6UNRLAY"
12891   traces:
12892     hoverinfo: "x+y"
12893     boxpoints: "outliers"
12894     whiskerwidth: 0
12895   layout:
12896     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
12897     layout: "plot-throughput"
12898
12899 -
12900   type: "plot"
12901   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
12902   algorithm: "plot_performance_box"
12903   output-file-type: ".html"
12904   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
12905   data: "plot-vpp-throughput-latency-3n-hsw"
12906   filter: "'NIC_Intel-X520-DA2' and
12907            '78B' and
12908            'ENCAP' and
12909            'NDRPDR' and
12910            '2T2C' and
12911            'LISP' and
12912            not 'VHOST'"
12913   parameters:
12914   - "throughput"
12915   - "parent"
12916   - "tags"
12917   sort:
12918   - "IP4UNRLAY"
12919   - "IP6UNRLAY"
12920   traces:
12921     hoverinfo: "x+y"
12922     boxpoints: "outliers"
12923     whiskerwidth: 0
12924   layout:
12925     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
12926     layout: "plot-throughput"
12927
12928 -
12929   type: "plot"
12930   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
12931   algorithm: "plot_performance_box"
12932   output-file-type: ".html"
12933   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
12934   data: "plot-vpp-throughput-latency-3n-hsw"
12935   filter: "'NIC_Intel-X520-DA2' and
12936            '78B' and
12937            'ENCAP' and
12938            'NDRPDR' and
12939            '2T2C' and
12940            'LISP' and
12941            not 'VHOST'"
12942   parameters:
12943   - "throughput"
12944   - "parent"
12945   - "tags"
12946   sort:
12947   - "IP4UNRLAY"
12948   - "IP6UNRLAY"
12949   traces:
12950     hoverinfo: "x+y"
12951     boxpoints: "outliers"
12952     whiskerwidth: 0
12953   layout:
12954     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
12955     layout: "plot-throughput"
12956
12957 ################################################################################
12958
12959 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
12960 -
12961   type: "plot"
12962   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12963   algorithm: "plot_performance_box"
12964   output-file-type: ".html"
12965   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12966   data: "plot-vpp-throughput-latency-3n-hsw"
12967   filter: "'NIC_Intel-XL710' and
12968            '64B' and
12969            'IP4FWD' and
12970            'NDRPDR' and
12971            'BASE' and
12972            '1T1C' and
12973            'IPSECHW' and
12974            ('IPSECTRAN' or 'IPSECTUN') and
12975            not 'VHOST'"
12976   parameters:
12977   - "throughput"
12978   - "parent"
12979   - "tags"
12980   traces:
12981     hoverinfo: "x+y"
12982     boxpoints: "outliers"
12983     whiskerwidth: 0
12984   layout:
12985     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12986     layout: "plot-throughput"
12987
12988 -
12989   type: "plot"
12990   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12991   algorithm: "plot_performance_box"
12992   output-file-type: ".html"
12993   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12994   data: "plot-vpp-throughput-latency-3n-hsw"
12995   filter: "'NIC_Intel-XL710' and
12996            '64B' and
12997            'IP4FWD' and
12998            'NDRPDR' and
12999            'BASE' and
13000            '1T1C' and
13001            'IPSECHW' and
13002            ('IPSECTRAN' or 'IPSECTUN') and
13003            not 'VHOST'"
13004   parameters:
13005   - "throughput"
13006   - "parent"
13007   - "tags"
13008   traces:
13009     hoverinfo: "x+y"
13010     boxpoints: "outliers"
13011     whiskerwidth: 0
13012   layout:
13013     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13014     layout: "plot-throughput"
13015
13016 -
13017   type: "plot"
13018   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13019   algorithm: "plot_performance_box"
13020   output-file-type: ".html"
13021   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13022   data: "plot-vpp-throughput-latency-3n-hsw"
13023   filter: "'NIC_Intel-XL710' and
13024            '64B' and
13025            'IP4FWD' and
13026            'NDRPDR' and
13027            'BASE' and
13028            '2T2C' and
13029            'IPSECHW' and
13030            ('IPSECTRAN' or 'IPSECTUN') and
13031            not 'VHOST'"
13032   parameters:
13033   - "throughput"
13034   - "parent"
13035   - "tags"
13036   traces:
13037     hoverinfo: "x+y"
13038     boxpoints: "outliers"
13039     whiskerwidth: 0
13040   layout:
13041     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13042     layout: "plot-throughput"
13043
13044 -
13045   type: "plot"
13046   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13047   algorithm: "plot_performance_box"
13048   output-file-type: ".html"
13049   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13050   data: "plot-vpp-throughput-latency-3n-hsw"
13051   filter: "'NIC_Intel-XL710' and
13052            '64B' and
13053            'IP4FWD' and
13054            'NDRPDR' and
13055            'BASE' and
13056            '2T2C' and
13057            'IPSECHW' and
13058            ('IPSECTRAN' or 'IPSECTUN') and
13059            not 'VHOST'"
13060   parameters:
13061   - "throughput"
13062   - "parent"
13063   - "tags"
13064   traces:
13065     hoverinfo: "x+y"
13066     boxpoints: "outliers"
13067     whiskerwidth: 0
13068   layout:
13069     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13070     layout: "plot-throughput"
13071
13072 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13073 -
13074   type: "plot"
13075   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13076   algorithm: "plot_performance_box"
13077   output-file-type: ".html"
13078   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13079   data: "plot-vpp-throughput-latency-3n-hsw"
13080   filter: "'NIC_Intel-XL710' and
13081            '64B' and
13082            'IP4FWD' and
13083            'NDRPDR' and
13084            'SCALE' and
13085            '1T1C' and
13086            'IPSECHW' and
13087            ('IPSECTRAN' or 'IPSECTUN') and
13088            not 'VHOST'"
13089   parameters:
13090   - "throughput"
13091   - "parent"
13092   - "tags"
13093   traces:
13094     hoverinfo: "x+y"
13095     boxpoints: "outliers"
13096     whiskerwidth: 0
13097   layout:
13098     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13099     layout: "plot-throughput"
13100
13101 -
13102   type: "plot"
13103   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13104   algorithm: "plot_performance_box"
13105   output-file-type: ".html"
13106   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13107   data: "plot-vpp-throughput-latency-3n-hsw"
13108   filter: "'NIC_Intel-XL710' and
13109            '64B' and
13110            'IP4FWD' and
13111            'NDRPDR' and
13112            'SCALE' and
13113            '1T1C' and
13114            'IPSECHW' and
13115            ('IPSECTRAN' or 'IPSECTUN') and
13116            not 'VHOST'"
13117   parameters:
13118   - "throughput"
13119   - "parent"
13120   - "tags"
13121   traces:
13122     hoverinfo: "x+y"
13123     boxpoints: "outliers"
13124     whiskerwidth: 0
13125   layout:
13126     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13127     layout: "plot-throughput"
13128
13129 -
13130   type: "plot"
13131   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13132   algorithm: "plot_performance_box"
13133   output-file-type: ".html"
13134   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13135   data: "plot-vpp-throughput-latency-3n-hsw"
13136   filter: "'NIC_Intel-XL710' and
13137            '64B' and
13138            'IP4FWD' and
13139            'NDRPDR' and
13140            'SCALE' and
13141            '2T2C' and
13142            'IPSECHW' and
13143            ('IPSECTRAN' or 'IPSECTUN') and
13144            not 'VHOST'"
13145   parameters:
13146   - "throughput"
13147   - "parent"
13148   - "tags"
13149   traces:
13150     hoverinfo: "x+y"
13151     boxpoints: "outliers"
13152     whiskerwidth: 0
13153   layout:
13154     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13155     layout: "plot-throughput"
13156
13157 -
13158   type: "plot"
13159   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13160   algorithm: "plot_performance_box"
13161   output-file-type: ".html"
13162   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13163   data: "plot-vpp-throughput-latency-3n-hsw"
13164   filter: "'NIC_Intel-XL710' and
13165            '64B' and
13166            'IP4FWD' and
13167            'NDRPDR' and
13168            'SCALE' and
13169            '2T2C' and
13170            'IPSECHW' and
13171            ('IPSECTRAN' or 'IPSECTUN') and
13172            not 'VHOST'"
13173   parameters:
13174   - "throughput"
13175   - "parent"
13176   - "tags"
13177   traces:
13178     hoverinfo: "x+y"
13179     boxpoints: "outliers"
13180     whiskerwidth: 0
13181   layout:
13182     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13183     layout: "plot-throughput"
13184
13185 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13186 -
13187   type: "plot"
13188   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13189   algorithm: "plot_performance_box"
13190   output-file-type: ".html"
13191   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13192   data: "plot-vpp-throughput-latency-3n-hsw"
13193   filter: "'NIC_Intel-XL710' and
13194            '64B' and
13195            'IP4FWD' and
13196            'NDRPDR' and
13197            '1T1C' and
13198            'IPSECSW' and
13199            ('IPSECTRAN' or 'IPSECTUN') and
13200            not 'VHOST'"
13201   parameters:
13202   - "throughput"
13203   - "parent"
13204   - "tags"
13205   traces:
13206     hoverinfo: "x+y"
13207     boxpoints: "outliers"
13208     whiskerwidth: 0
13209   layout:
13210     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13211     layout: "plot-throughput"
13212
13213 -
13214   type: "plot"
13215   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13216   algorithm: "plot_performance_box"
13217   output-file-type: ".html"
13218   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13219   data: "plot-vpp-throughput-latency-3n-hsw"
13220   filter: "'NIC_Intel-XL710' and
13221            '64B' and
13222            'IP4FWD' and
13223            'NDRPDR' and
13224            '1T1C' and
13225            'IPSECSW' and
13226            ('IPSECTRAN' or 'IPSECTUN') and
13227            not 'VHOST'"
13228   parameters:
13229   - "throughput"
13230   - "parent"
13231   - "tags"
13232   traces:
13233     hoverinfo: "x+y"
13234     boxpoints: "outliers"
13235     whiskerwidth: 0
13236   layout:
13237     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13238     layout: "plot-throughput"
13239
13240 -
13241   type: "plot"
13242   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13243   algorithm: "plot_performance_box"
13244   output-file-type: ".html"
13245   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13246   data: "plot-vpp-throughput-latency-3n-hsw"
13247   filter: "'NIC_Intel-XL710' and
13248            '64B' and
13249            'IP4FWD' and
13250            'NDRPDR' and
13251            '2T2C' and
13252            'IPSECSW' and
13253            ('IPSECTRAN' or 'IPSECTUN') and
13254            not 'VHOST'"
13255   parameters:
13256   - "throughput"
13257   - "parent"
13258   - "tags"
13259   traces:
13260     hoverinfo: "x+y"
13261     boxpoints: "outliers"
13262     whiskerwidth: 0
13263   layout:
13264     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13265     layout: "plot-throughput"
13266
13267 -
13268   type: "plot"
13269   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13270   algorithm: "plot_performance_box"
13271   output-file-type: ".html"
13272   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13273   data: "plot-vpp-throughput-latency-3n-hsw"
13274   filter: "'NIC_Intel-XL710' and
13275            '64B' and
13276            'IP4FWD' and
13277            'NDRPDR' and
13278            '2T2C' and
13279            'IPSECSW' and
13280            ('IPSECTRAN' or 'IPSECTUN') and
13281            not 'VHOST'"
13282   parameters:
13283   - "throughput"
13284   - "parent"
13285   - "tags"
13286   traces:
13287     hoverinfo: "x+y"
13288     boxpoints: "outliers"
13289     whiskerwidth: 0
13290   layout:
13291     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13292     layout: "plot-throughput"
13293
13294 ################################################################################
13295
13296 # Packet Throughput - VPP SRv6 3n-hsw-x520
13297 -
13298   type: "plot"
13299   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13300   algorithm: "plot_performance_box"
13301   output-file-type: ".html"
13302   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13303   data: "plot-vpp-throughput-latency-3n-hsw"
13304   filter: "'NIC_Intel-X520-DA2' and
13305            '78B' and
13306            'FEATURE' and
13307            'NDRPDR' and
13308            '1T1C' and
13309            'IP6FWD' and
13310            'SRv6'"
13311   parameters:
13312   - "throughput"
13313   - "parent"
13314   - "tags"
13315   traces:
13316     hoverinfo: "x+y"
13317     boxpoints: "outliers"
13318     whiskerwidth: 0
13319   layout:
13320     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13321     layout: "plot-throughput"
13322
13323 -
13324   type: "plot"
13325   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13326   algorithm: "plot_performance_box"
13327   output-file-type: ".html"
13328   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13329   data: "plot-vpp-throughput-latency-3n-hsw"
13330   filter: "'NIC_Intel-X520-DA2' and
13331            '78B' and
13332            'FEATURE' and
13333            'NDRPDR' and
13334            '1T1C' and
13335            'IP6FWD' and
13336            'SRv6'"
13337   parameters:
13338   - "throughput"
13339   - "parent"
13340   - "tags"
13341   traces:
13342     hoverinfo: "x+y"
13343     boxpoints: "outliers"
13344     whiskerwidth: 0
13345   layout:
13346     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13347     layout: "plot-throughput"
13348
13349 -
13350   type: "plot"
13351   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13352   algorithm: "plot_performance_box"
13353   output-file-type: ".html"
13354   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13355   data: "plot-vpp-throughput-latency-3n-hsw"
13356   filter: "'NIC_Intel-X520-DA2' and
13357            '78B' and
13358            'FEATURE' and
13359            'NDRPDR' and
13360            '2T2C' and
13361            'IP6FWD' and
13362            'SRv6'"
13363   parameters:
13364   - "throughput"
13365   - "parent"
13366   - "tags"
13367   traces:
13368     hoverinfo: "x+y"
13369     boxpoints: "outliers"
13370     whiskerwidth: 0
13371   layout:
13372     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13373     layout: "plot-throughput"
13374
13375 -
13376   type: "plot"
13377   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13378   algorithm: "plot_performance_box"
13379   output-file-type: ".html"
13380   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13381   data: "plot-vpp-throughput-latency-3n-hsw"
13382   filter: "'NIC_Intel-X520-DA2' and
13383            '78B' and
13384            'FEATURE' and
13385            'NDRPDR' and
13386            '2T2C' and
13387            'IP6FWD' and
13388            'SRv6'"
13389   parameters:
13390   - "throughput"
13391   - "parent"
13392   - "tags"
13393   traces:
13394     hoverinfo: "x+y"
13395     boxpoints: "outliers"
13396     whiskerwidth: 0
13397   layout:
13398     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13399     layout: "plot-throughput"
13400
13401 ################################################################################
13402
13403 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13404 -
13405   type: "plot"
13406   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13407   algorithm: "plot_performance_box"
13408   output-file-type: ".html"
13409   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13410   data: "plot-vpp-throughput-latency-3n-hsw"
13411   filter: "'NIC_Intel-X520-DA2' and
13412            '64B' and
13413            'NDRPDR' and
13414            'ETH' and
13415            'IP4FWD' and
13416            '1T1C' and
13417            'VHOST_1024' and
13418            not 'VXLAN' and
13419            not 'DOT1Q'"
13420   parameters:
13421   - "throughput"
13422   - "parent"
13423   - "tags"
13424   sort:
13425   - "not CFS_OPT"
13426   - "1VM"
13427   - "2VM"
13428   traces:
13429     hoverinfo: "x+y"
13430     boxpoints: "outliers"
13431     whiskerwidth: 0
13432   layout:
13433     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13434     layout: "plot-throughput"
13435
13436 -
13437   type: "plot"
13438   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13439   algorithm: "plot_performance_box"
13440   output-file-type: ".html"
13441   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13442   data: "plot-vpp-throughput-latency-3n-hsw"
13443   filter: "'NIC_Intel-X520-DA2' and
13444            '64B' and
13445            'NDRPDR' and
13446            'ETH' and
13447            'IP4FWD' and
13448            '2T2C' and
13449            'VHOST_1024' and
13450            not 'VXLAN' and
13451            not 'DOT1Q'"
13452   parameters:
13453   - "throughput"
13454   - "parent"
13455   - "tags"
13456   sort:
13457   - "not CFS_OPT"
13458   - "1VM"
13459   - "2VM"
13460   traces:
13461     hoverinfo: "x+y"
13462     boxpoints: "outliers"
13463     whiskerwidth: 0
13464   layout:
13465     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13466     layout: "plot-throughput"
13467
13468 -
13469   type: "plot"
13470   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13471   algorithm: "plot_performance_box"
13472   output-file-type: ".html"
13473   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13474   data: "plot-vpp-throughput-latency-3n-hsw"
13475   filter: "'NIC_Intel-X520-DA2' and
13476            '64B' and
13477            'NDRPDR' and
13478            'ETH' and
13479            'IP4FWD' and
13480            '1T1C' and
13481            'VHOST_1024' and
13482            not 'VXLAN' and
13483            not 'DOT1Q'"
13484   parameters:
13485   - "throughput"
13486   - "parent"
13487   - "tags"
13488   sort:
13489   - "not CFS_OPT"
13490   - "1VM"
13491   - "2VM"
13492   traces:
13493     hoverinfo: "x+y"
13494     boxpoints: "outliers"
13495     whiskerwidth: 0
13496   layout:
13497     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13498     layout: "plot-throughput"
13499
13500 -
13501   type: "plot"
13502   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13503   algorithm: "plot_performance_box"
13504   output-file-type: ".html"
13505   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13506   data: "plot-vpp-throughput-latency-3n-hsw"
13507   filter: "'NIC_Intel-X520-DA2' and
13508            '64B' and
13509            'NDRPDR' and
13510            'ETH' and
13511            'IP4FWD' and
13512            '2T2C' and
13513            'VHOST_1024' and
13514            not 'VXLAN' and
13515            not 'DOT1Q'"
13516   parameters:
13517   - "throughput"
13518   - "parent"
13519   - "tags"
13520   sort:
13521   - "not CFS_OPT"
13522   - "1VM"
13523   - "2VM"
13524   traces:
13525     hoverinfo: "x+y"
13526     boxpoints: "outliers"
13527     whiskerwidth: 0
13528   layout:
13529     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13530     layout: "plot-throughput"
13531
13532 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13533 -
13534   type: "plot"
13535   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13536   algorithm: "plot_performance_box"
13537   output-file-type: ".html"
13538   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13539   data: "plot-vpp-throughput-latency-3n-hsw"
13540   filter: "'NIC_Intel-X520-DA2' and
13541            '64B' and
13542            'NDRPDR' and
13543            ('ETH' or 'DOT1Q') and
13544            'BASE' and
13545            '1T1C' and
13546            ('L2BDMACLRN' or 'L2XCFWD') and
13547            'VHOST_1024' and
13548            not 'VXLAN' and
13549            not 'IP4FWD' and
13550            not '2VM'"
13551   parameters:
13552   - "throughput"
13553   - "parent"
13554   - "tags"
13555   sort:
13556   - "L2BDMACLRN"
13557   - "L2BDMACLRN"
13558   - "L2BDMACLRN"
13559   - "L2XCFWD"
13560   - "L2XCFWD"
13561   - "L2XCFWD"
13562   traces:
13563     hoverinfo: "x+y"
13564     boxpoints: "outliers"
13565     whiskerwidth: 0
13566   layout:
13567     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13568     layout: "plot-throughput"
13569
13570 -
13571   type: "plot"
13572   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13573   algorithm: "plot_performance_box"
13574   output-file-type: ".html"
13575   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13576   data: "plot-vpp-throughput-latency-3n-hsw"
13577   filter: "'NIC_Intel-X520-DA2' and
13578            '64B' and
13579            'NDRPDR' and
13580            ('ETH' or 'DOT1Q') and
13581            'BASE' and
13582            '1T1C' and
13583            ('L2BDMACLRN' or 'L2XCFWD') and
13584            'VHOST_1024' and
13585            not 'VXLAN' and
13586            not 'IP4FWD' and
13587            not '2VM'"
13588   parameters:
13589   - "throughput"
13590   - "parent"
13591   - "tags"
13592   sort:
13593   - "L2BDMACLRN"
13594   - "L2BDMACLRN"
13595   - "L2BDMACLRN"
13596   - "L2XCFWD"
13597   - "L2XCFWD"
13598   - "L2XCFWD"
13599   traces:
13600     hoverinfo: "x+y"
13601     boxpoints: "outliers"
13602     whiskerwidth: 0
13603   layout:
13604     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13605     layout: "plot-throughput"
13606
13607 -
13608   type: "plot"
13609   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13610   algorithm: "plot_performance_box"
13611   output-file-type: ".html"
13612   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13613   data: "plot-vpp-throughput-latency-3n-hsw"
13614   filter: "'NIC_Intel-X520-DA2' and
13615            '64B' and
13616            'NDRPDR' and
13617            ('ETH' or 'DOT1Q') and
13618            'BASE' and
13619            '2T2C' and
13620            ('L2BDMACLRN' or 'L2XCFWD') and
13621            'VHOST_1024' and
13622            not 'VXLAN' and
13623            not 'IP4FWD' and
13624            not '2VM'"
13625   parameters:
13626   - "throughput"
13627   - "parent"
13628   - "tags"
13629   sort:
13630   - "L2BDMACLRN"
13631   - "L2BDMACLRN"
13632   - "L2BDMACLRN"
13633   - "L2XCFWD"
13634   - "L2XCFWD"
13635   - "L2XCFWD"
13636   traces:
13637     hoverinfo: "x+y"
13638     boxpoints: "outliers"
13639     whiskerwidth: 0
13640   layout:
13641     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13642     layout: "plot-throughput"
13643
13644 -
13645   type: "plot"
13646   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13647   algorithm: "plot_performance_box"
13648   output-file-type: ".html"
13649   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13650   data: "plot-vpp-throughput-latency-3n-hsw"
13651   filter: "'NIC_Intel-X520-DA2' and
13652            '64B' and
13653            'NDRPDR' and
13654            ('ETH' or 'DOT1Q') and
13655            'BASE' and
13656            '2T2C' and
13657            ('L2BDMACLRN' or 'L2XCFWD') and
13658            'VHOST_1024' and
13659            not 'VXLAN' and
13660            not 'IP4FWD' and
13661            not '2VM'"
13662   parameters:
13663   - "throughput"
13664   - "parent"
13665   - "tags"
13666   sort:
13667   - "L2BDMACLRN"
13668   - "L2BDMACLRN"
13669   - "L2BDMACLRN"
13670   - "L2XCFWD"
13671   - "L2XCFWD"
13672   - "L2XCFWD"
13673   traces:
13674     hoverinfo: "x+y"
13675     boxpoints: "outliers"
13676     whiskerwidth: 0
13677   layout:
13678     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13679     layout: "plot-throughput"
13680
13681 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
13682 -
13683   type: "plot"
13684   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13685   algorithm: "plot_performance_box"
13686   output-file-type: ".html"
13687   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13688   data: "plot-vpp-throughput-latency-3n-hsw"
13689   filter: "'NIC_Intel-X520-DA2' and
13690            '64B' and
13691            'NDRPDR' and
13692            ('ETH' or 'DOT1Q') and
13693            '1T1C' and
13694            ('L2BDMACLRN' or 'L2XCFWD') and
13695            'VHOST_1024' and
13696            not 'CFS_OPT' and
13697            not 'DOT1Q' and
13698            not 'VXLAN' and
13699            not 'IP4FWD' and
13700            not 'LBOND'"
13701   parameters:
13702   - "throughput"
13703   - "parent"
13704   - "tags"
13705 #  sort:
13706 #  - "1VM"
13707 #  - "L2XCFWD"
13708 #  - "1VM"
13709 #  - "L2BDMACLRN"
13710   traces:
13711     hoverinfo: "x+y"
13712     boxpoints: "outliers"
13713     whiskerwidth: 0
13714   layout:
13715     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13716     layout: "plot-throughput"
13717
13718 -
13719   type: "plot"
13720   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13721   algorithm: "plot_performance_box"
13722   output-file-type: ".html"
13723   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13724   data: "plot-vpp-throughput-latency-3n-hsw"
13725   filter: "'NIC_Intel-X520-DA2' and
13726            '64B' and
13727            'NDRPDR' and
13728            ('ETH' or 'DOT1Q') and
13729            '1T1C' and
13730            ('L2BDMACLRN' or 'L2XCFWD') and
13731            'VHOST_1024' and
13732            not 'CFS_OPT' and
13733            not 'DOT1Q' and
13734            not 'VXLAN' and
13735            not 'IP4FWD' and
13736            not 'LBOND'"
13737   parameters:
13738   - "throughput"
13739   - "parent"
13740   - "tags"
13741 #  sort:
13742 #  - "1VM"
13743 #  - "L2XCFWD"
13744 #  - "1VM"
13745 #  - "L2BDMACLRN"
13746   traces:
13747     hoverinfo: "x+y"
13748     boxpoints: "outliers"
13749     whiskerwidth: 0
13750   layout:
13751     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13752     layout: "plot-throughput"
13753
13754 -
13755   type: "plot"
13756   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13757   algorithm: "plot_performance_box"
13758   output-file-type: ".html"
13759   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13760   data: "plot-vpp-throughput-latency-3n-hsw"
13761   filter: "'NIC_Intel-X520-DA2' and
13762            '64B' and
13763            'NDRPDR' and
13764            ('ETH' or 'DOT1Q') and
13765            '2T2C' and
13766            ('L2BDMACLRN' or 'L2XCFWD') and
13767            'VHOST_1024' and
13768            not 'CFS_OPT' and
13769            not 'DOT1Q' and
13770            not 'VXLAN' and
13771            not 'IP4FWD' and
13772            not 'LBOND'"
13773   parameters:
13774   - "throughput"
13775   - "parent"
13776   - "tags"
13777 #  sort:
13778 #  - "1VM"
13779 #  - "L2XCFWD"
13780 #  - "1VM"
13781 #  - "L2BDMACLRN"
13782   traces:
13783     hoverinfo: "x+y"
13784     boxpoints: "outliers"
13785     whiskerwidth: 0
13786   layout:
13787     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13788     layout: "plot-throughput"
13789
13790 -
13791   type: "plot"
13792   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13793   algorithm: "plot_performance_box"
13794   output-file-type: ".html"
13795   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13796   data: "plot-vpp-throughput-latency-3n-hsw"
13797   filter: "'NIC_Intel-X520-DA2' and
13798            '64B' and
13799            'NDRPDR' and
13800            ('ETH' or 'DOT1Q') and
13801            '2T2C' and
13802            ('L2BDMACLRN' or 'L2XCFWD') and
13803            'VHOST_1024' and
13804            not 'CFS_OPT' and
13805            not 'DOT1Q' and
13806            not 'VXLAN' and
13807            not 'IP4FWD' and
13808            not 'LBOND'"
13809   parameters:
13810   - "throughput"
13811   - "parent"
13812   - "tags"
13813 #  sort:
13814 #  - "1VM"
13815 #  - "L2XCFWD"
13816 #  - "1VM"
13817 #  - "L2BDMACLRN"
13818   traces:
13819     hoverinfo: "x+y"
13820     boxpoints: "outliers"
13821     whiskerwidth: 0
13822   layout:
13823     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13824     layout: "plot-throughput"
13825
13826 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
13827 -
13828   type: "plot"
13829   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13830   algorithm: "plot_performance_box"
13831   output-file-type: ".html"
13832   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13833   data: "plot-vpp-throughput-latency-3n-hsw"
13834   filter: "'NIC_Intel-X710' and
13835            '64B' and
13836            'NDRPDR' and
13837            'ETH' and
13838            'IP4FWD' and
13839            '1T1C' and
13840            'VHOST_1024' and
13841            not 'VXLAN' and
13842            not 'CFS_OPT' and
13843            not 'DOT1Q'"
13844   parameters:
13845   - "throughput"
13846   - "parent"
13847   - "tags"
13848   sort:
13849   - "1VM"
13850   - "2VM"
13851   traces:
13852     hoverinfo: "x+y"
13853     boxpoints: "outliers"
13854     whiskerwidth: 0
13855   layout:
13856     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13857     layout: "plot-throughput"
13858
13859 -
13860   type: "plot"
13861   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13862   algorithm: "plot_performance_box"
13863   output-file-type: ".html"
13864   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13865   data: "plot-vpp-throughput-latency-3n-hsw"
13866   filter: "'NIC_Intel-X710' and
13867            '64B' and
13868            'NDRPDR' and
13869            'ETH' and
13870            'IP4FWD' and
13871            '2T2C' and
13872            'VHOST_1024' and
13873            not 'VXLAN' and
13874            not 'CFS_OPT' and
13875            not 'DOT1Q'"
13876   parameters:
13877   - "throughput"
13878   - "parent"
13879   - "tags"
13880   sort:
13881   - "1VM"
13882   - "2VM"
13883   traces:
13884     hoverinfo: "x+y"
13885     boxpoints: "outliers"
13886     whiskerwidth: 0
13887   layout:
13888     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13889     layout: "plot-throughput"
13890
13891 -
13892   type: "plot"
13893   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13894   algorithm: "plot_performance_box"
13895   output-file-type: ".html"
13896   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13897   data: "plot-vpp-throughput-latency-3n-hsw"
13898   filter: "'NIC_Intel-X710' and
13899            '64B' and
13900            'NDRPDR' and
13901            'ETH' and
13902            'IP4FWD' and
13903            '1T1C' and
13904            'VHOST_1024' and
13905            not 'VXLAN' and
13906            not 'CFS_OPT' and
13907            not 'DOT1Q'"
13908   parameters:
13909   - "throughput"
13910   - "parent"
13911   - "tags"
13912   sort:
13913   - "1VM"
13914   - "2VM"
13915   traces:
13916     hoverinfo: "x+y"
13917     boxpoints: "outliers"
13918     whiskerwidth: 0
13919   layout:
13920     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13921     layout: "plot-throughput"
13922
13923 -
13924   type: "plot"
13925   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13926   algorithm: "plot_performance_box"
13927   output-file-type: ".html"
13928   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13929   data: "plot-vpp-throughput-latency-3n-hsw"
13930   filter: "'NIC_Intel-X710' and
13931            '64B' and
13932            'NDRPDR' and
13933            'ETH' and
13934            'IP4FWD' and
13935            '2T2C' and
13936            'VHOST_1024' and
13937            not 'VXLAN' and
13938            not 'CFS_OPT' and
13939            not 'DOT1Q'"
13940   parameters:
13941   - "throughput"
13942   - "parent"
13943   - "tags"
13944   sort:
13945   - "1VM"
13946   - "2VM"
13947   traces:
13948     hoverinfo: "x+y"
13949     boxpoints: "outliers"
13950     whiskerwidth: 0
13951   layout:
13952     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13953     layout: "plot-throughput"
13954
13955 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
13956 -
13957   type: "plot"
13958   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
13959   algorithm: "plot_performance_box"
13960   output-file-type: ".html"
13961   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
13962   data: "plot-vpp-throughput-latency-3n-hsw"
13963   filter: "'NIC_Intel-X710' and
13964            '64B' and
13965            'NDRPDR' and
13966            ('ETH' or 'DOT1Q') and
13967            'BASE' and
13968            '1T1C' and
13969            ('L2BDMACLRN' or 'L2XCFWD') and
13970            'VHOST_1024' and
13971            not 'VXLAN' and
13972            not 'IP4FWD' and
13973            not '2VM'"
13974   parameters:
13975   - "throughput"
13976   - "parent"
13977   - "tags"
13978   sort:
13979   - "L2BDMACLRN"
13980   - "L2BDMACLRN"
13981   - "L2BDMACLRN"
13982   - "L2XCFWD"
13983   - "L2XCFWD"
13984   - "L2XCFWD"
13985   traces:
13986     hoverinfo: "x+y"
13987     boxpoints: "outliers"
13988     whiskerwidth: 0
13989   layout:
13990     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
13991     layout: "plot-throughput"
13992
13993 -
13994   type: "plot"
13995   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
13996   algorithm: "plot_performance_box"
13997   output-file-type: ".html"
13998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
13999   data: "plot-vpp-throughput-latency-3n-hsw"
14000   filter: "'NIC_Intel-X710' and
14001            '64B' and
14002            'NDRPDR' and
14003            ('ETH' or 'DOT1Q') and
14004            'BASE' and
14005            '1T1C' and
14006            ('L2BDMACLRN' or 'L2XCFWD') and
14007            'VHOST_1024' and
14008            not 'VXLAN' and
14009            not 'IP4FWD' and
14010            not '2VM'"
14011   parameters:
14012   - "throughput"
14013   - "parent"
14014   - "tags"
14015   sort:
14016   - "L2BDMACLRN"
14017   - "L2BDMACLRN"
14018   - "L2BDMACLRN"
14019   - "L2XCFWD"
14020   - "L2XCFWD"
14021   - "L2XCFWD"
14022   traces:
14023     hoverinfo: "x+y"
14024     boxpoints: "outliers"
14025     whiskerwidth: 0
14026   layout:
14027     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14028     layout: "plot-throughput"
14029
14030 -
14031   type: "plot"
14032   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14033   algorithm: "plot_performance_box"
14034   output-file-type: ".html"
14035   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14036   data: "plot-vpp-throughput-latency-3n-hsw"
14037   filter: "'NIC_Intel-X710' and
14038            '64B' and
14039            'NDRPDR' and
14040            ('ETH' or 'DOT1Q') and
14041            'BASE' and
14042            '2T2C' and
14043            ('L2BDMACLRN' or 'L2XCFWD') and
14044            'VHOST_1024' and
14045            not 'VXLAN' and
14046            not 'IP4FWD' and
14047            not '2VM'"
14048   parameters:
14049   - "throughput"
14050   - "parent"
14051   - "tags"
14052   sort:
14053   - "L2BDMACLRN"
14054   - "L2BDMACLRN"
14055   - "L2BDMACLRN"
14056   - "L2XCFWD"
14057   - "L2XCFWD"
14058   - "L2XCFWD"
14059   traces:
14060     hoverinfo: "x+y"
14061     boxpoints: "outliers"
14062     whiskerwidth: 0
14063   layout:
14064     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14065     layout: "plot-throughput"
14066
14067 -
14068   type: "plot"
14069   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14070   algorithm: "plot_performance_box"
14071   output-file-type: ".html"
14072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14073   data: "plot-vpp-throughput-latency-3n-hsw"
14074   filter: "'NIC_Intel-X710' and
14075            '64B' and
14076            'NDRPDR' and
14077            ('ETH' or 'DOT1Q') and
14078            'BASE' and
14079            '2T2C' and
14080            ('L2BDMACLRN' or 'L2XCFWD') and
14081            'VHOST_1024' and
14082            not 'VXLAN' and
14083            not 'IP4FWD' and
14084            not '2VM'"
14085   parameters:
14086   - "throughput"
14087   - "parent"
14088   - "tags"
14089   sort:
14090   - "L2BDMACLRN"
14091   - "L2BDMACLRN"
14092   - "L2BDMACLRN"
14093   - "L2XCFWD"
14094   - "L2XCFWD"
14095   - "L2XCFWD"
14096   traces:
14097     hoverinfo: "x+y"
14098     boxpoints: "outliers"
14099     whiskerwidth: 0
14100   layout:
14101     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14102     layout: "plot-throughput"
14103
14104 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14105 -
14106   type: "plot"
14107   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14108   algorithm: "plot_performance_box"
14109   output-file-type: ".html"
14110   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14111   data: "plot-vpp-throughput-latency-3n-hsw"
14112   filter: "'NIC_Intel-X710' and
14113            '64B' and
14114            'NDRPDR' and
14115            ('ETH' or 'DOT1Q') and
14116            '1T1C' and
14117            ('L2BDMACLRN' or 'L2XCFWD') and
14118            'VHOST_1024' and
14119            not 'CFS_OPT' and
14120            not 'VXLAN' and
14121            not 'IP4FWD' and
14122            not 'LBOND'"
14123   parameters:
14124   - "throughput"
14125   - "parent"
14126   - "tags"
14127   sort:
14128   - "L2BDMACLRN"
14129   - "L2BDMACLRN"
14130   - "L2BDMACLRN"
14131   - "L2XCFWD"
14132   - "L2XCFWD"
14133   - "L2XCFWD"
14134   traces:
14135     hoverinfo: "x+y"
14136     boxpoints: "outliers"
14137     whiskerwidth: 0
14138   layout:
14139     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14140     layout: "plot-throughput"
14141
14142 -
14143   type: "plot"
14144   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14145   algorithm: "plot_performance_box"
14146   output-file-type: ".html"
14147   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14148   data: "plot-vpp-throughput-latency-3n-hsw"
14149   filter: "'NIC_Intel-X710' and
14150            '64B' and
14151            'NDRPDR' and
14152            ('ETH' or 'DOT1Q') and
14153            '1T1C' and
14154            ('L2BDMACLRN' or 'L2XCFWD') and
14155            'VHOST_1024' and
14156            not 'CFS_OPT' and
14157            not 'VXLAN' and
14158            not 'IP4FWD' and
14159            not 'LBOND'"
14160   parameters:
14161   - "throughput"
14162   - "parent"
14163   - "tags"
14164   sort:
14165   - "L2BDMACLRN"
14166   - "L2BDMACLRN"
14167   - "L2BDMACLRN"
14168   - "L2XCFWD"
14169   - "L2XCFWD"
14170   - "L2XCFWD"
14171   traces:
14172     hoverinfo: "x+y"
14173     boxpoints: "outliers"
14174     whiskerwidth: 0
14175   layout:
14176     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14177     layout: "plot-throughput"
14178
14179 -
14180   type: "plot"
14181   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14182   algorithm: "plot_performance_box"
14183   output-file-type: ".html"
14184   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14185   data: "plot-vpp-throughput-latency-3n-hsw"
14186   filter: "'NIC_Intel-X710' and
14187            '64B' and
14188            'NDRPDR' and
14189            ('ETH' or 'DOT1Q') and
14190            '2T2C' and
14191            ('L2BDMACLRN' or 'L2XCFWD') and
14192            'VHOST_1024' and
14193            not 'CFS_OPT' and
14194            not 'VXLAN' and
14195            not 'IP4FWD' and
14196            not 'LBOND'"
14197   parameters:
14198   - "throughput"
14199   - "parent"
14200   - "tags"
14201   sort:
14202   - "L2BDMACLRN"
14203   - "L2BDMACLRN"
14204   - "L2BDMACLRN"
14205   - "L2XCFWD"
14206   - "L2XCFWD"
14207   - "L2XCFWD"
14208   traces:
14209     hoverinfo: "x+y"
14210     boxpoints: "outliers"
14211     whiskerwidth: 0
14212   layout:
14213     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14214     layout: "plot-throughput"
14215
14216 -
14217   type: "plot"
14218   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14219   algorithm: "plot_performance_box"
14220   output-file-type: ".html"
14221   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14222   data: "plot-vpp-throughput-latency-3n-hsw"
14223   filter: "'NIC_Intel-X710' and
14224            '64B' and
14225            'NDRPDR' and
14226            ('ETH' or 'DOT1Q') and
14227            '2T2C' and
14228            ('L2BDMACLRN' or 'L2XCFWD') and
14229            'VHOST_1024' and
14230            not 'CFS_OPT' and
14231            not 'VXLAN' and
14232            not 'IP4FWD' and
14233            not 'LBOND'"
14234   parameters:
14235   - "throughput"
14236   - "parent"
14237   - "tags"
14238   sort:
14239   - "L2BDMACLRN"
14240   - "L2BDMACLRN"
14241   - "L2BDMACLRN"
14242   - "L2XCFWD"
14243   - "L2XCFWD"
14244   - "L2XCFWD"
14245   traces:
14246     hoverinfo: "x+y"
14247     boxpoints: "outliers"
14248     whiskerwidth: 0
14249   layout:
14250     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14251     layout: "plot-throughput"
14252
14253 # Packet Throughput - VPP vhost ip4 3n-skx-x710
14254 -
14255   type: "plot"
14256   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14257   algorithm: "plot_performance_box"
14258   output-file-type: ".html"
14259   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14260   data: "plot-vpp-throughput-latency-3n-skx"
14261   filter: "'NIC_Intel-X710' and
14262            '64B' and
14263            'NDRPDR' and
14264            'ETH' and
14265            'IP4FWD' and
14266            '2T1C' and
14267            'VHOST_1024' and
14268            not 'VXLAN' and
14269            not 'DOT1Q'"
14270   parameters:
14271   - "throughput"
14272   - "parent"
14273   - "tags"
14274   sort:
14275   - "1VM"
14276   - "2VM"
14277   traces:
14278     hoverinfo: "x+y"
14279     boxpoints: "outliers"
14280     whiskerwidth: 0
14281   layout:
14282     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14283     layout: "plot-throughput"
14284
14285 -
14286   type: "plot"
14287   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14288   algorithm: "plot_performance_box"
14289   output-file-type: ".html"
14290   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14291   data: "plot-vpp-throughput-latency-3n-skx"
14292   filter: "'NIC_Intel-X710' and
14293            '64B' and
14294            'NDRPDR' and
14295            'ETH' and
14296            'IP4FWD' and
14297            '4T2C' and
14298            'VHOST_1024' and
14299            not 'VXLAN' and
14300            not 'DOT1Q'"
14301   parameters:
14302   - "throughput"
14303   - "parent"
14304   - "tags"
14305   sort:
14306   - "1VM"
14307   - "2VM"
14308   traces:
14309     hoverinfo: "x+y"
14310     boxpoints: "outliers"
14311     whiskerwidth: 0
14312   layout:
14313     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14314     layout: "plot-throughput"
14315
14316 -
14317   type: "plot"
14318   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14319   algorithm: "plot_performance_box"
14320   output-file-type: ".html"
14321   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14322   data: "plot-vpp-throughput-latency-3n-skx"
14323   filter: "'NIC_Intel-X710' and
14324            '64B' and
14325            'NDRPDR' and
14326            'ETH' and
14327            'IP4FWD' and
14328            '2T1C' and
14329            'VHOST_1024' and
14330            not 'VXLAN' and
14331            not 'DOT1Q'"
14332   parameters:
14333   - "throughput"
14334   - "parent"
14335   - "tags"
14336   sort:
14337   - "1VM"
14338   - "2VM"
14339   traces:
14340     hoverinfo: "x+y"
14341     boxpoints: "outliers"
14342     whiskerwidth: 0
14343   layout:
14344     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14345     layout: "plot-throughput"
14346
14347 -
14348   type: "plot"
14349   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14350   algorithm: "plot_performance_box"
14351   output-file-type: ".html"
14352   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14353   data: "plot-vpp-throughput-latency-3n-skx"
14354   filter: "'NIC_Intel-X710' and
14355            '64B' and
14356            'NDRPDR' and
14357            'ETH' and
14358            'IP4FWD' and
14359            '4T2C' and
14360            'VHOST_1024' and
14361            not 'VXLAN' and
14362            not 'DOT1Q'"
14363   parameters:
14364   - "throughput"
14365   - "parent"
14366   - "tags"
14367   sort:
14368   - "1VM"
14369   - "2VM"
14370   traces:
14371     hoverinfo: "x+y"
14372     boxpoints: "outliers"
14373     whiskerwidth: 0
14374   layout:
14375     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14376     layout: "plot-throughput"
14377
14378 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14379 -
14380   type: "plot"
14381   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14382   algorithm: "plot_performance_box"
14383   output-file-type: ".html"
14384   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14385   data: "plot-vpp-throughput-latency-3n-skx"
14386   filter: "'NIC_Intel-X710' and
14387            '64B' and
14388            'NDRPDR' and
14389            ('ETH' or 'DOT1Q') and
14390            'BASE' and
14391            '2T1C' and
14392            ('L2BDMACLRN' or 'L2XCFWD') and
14393            'VHOST_1024' and
14394            not 'VXLAN' and
14395            not 'IP4FWD' and
14396            not '2VM'"
14397   parameters:
14398   - "throughput"
14399   - "parent"
14400   - "tags"
14401   sort:
14402   - "L2BDMACLRN"
14403   - "L2BDMACLRN"
14404   - "L2BDMACLRN"
14405   - "L2XCFWD"
14406   - "L2XCFWD"
14407   - "L2XCFWD"
14408   traces:
14409     hoverinfo: "x+y"
14410     boxpoints: "outliers"
14411     whiskerwidth: 0
14412   layout:
14413     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14414     layout: "plot-throughput"
14415
14416 -
14417   type: "plot"
14418   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14419   algorithm: "plot_performance_box"
14420   output-file-type: ".html"
14421   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14422   data: "plot-vpp-throughput-latency-3n-skx"
14423   filter: "'NIC_Intel-X710' and
14424            '64B' and
14425            'NDRPDR' and
14426            ('ETH' or 'DOT1Q') and
14427            'BASE' and
14428            '2T1C' and
14429            ('L2BDMACLRN' or 'L2XCFWD') and
14430            'VHOST_1024' and
14431            not 'VXLAN' and
14432            not 'IP4FWD' and
14433            not '2VM'"
14434   parameters:
14435   - "throughput"
14436   - "parent"
14437   - "tags"
14438   sort:
14439   - "L2BDMACLRN"
14440   - "L2BDMACLRN"
14441   - "L2BDMACLRN"
14442   - "L2XCFWD"
14443   - "L2XCFWD"
14444   - "L2XCFWD"
14445   traces:
14446     hoverinfo: "x+y"
14447     boxpoints: "outliers"
14448     whiskerwidth: 0
14449   layout:
14450     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14451     layout: "plot-throughput"
14452
14453 -
14454   type: "plot"
14455   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14456   algorithm: "plot_performance_box"
14457   output-file-type: ".html"
14458   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14459   data: "plot-vpp-throughput-latency-3n-skx"
14460   filter: "'NIC_Intel-X710' and
14461            '64B' and
14462            'NDRPDR' and
14463            ('ETH' or 'DOT1Q') and
14464            'BASE' and
14465            '4T2C' and
14466            ('L2BDMACLRN' or 'L2XCFWD') and
14467            'VHOST_1024' and
14468            not 'VXLAN' and
14469            not 'IP4FWD' and
14470            not '2VM'"
14471   parameters:
14472   - "throughput"
14473   - "parent"
14474   - "tags"
14475   sort:
14476   - "L2BDMACLRN"
14477   - "L2BDMACLRN"
14478   - "L2BDMACLRN"
14479   - "L2XCFWD"
14480   - "L2XCFWD"
14481   - "L2XCFWD"
14482   traces:
14483     hoverinfo: "x+y"
14484     boxpoints: "outliers"
14485     whiskerwidth: 0
14486   layout:
14487     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14488     layout: "plot-throughput"
14489
14490 -
14491   type: "plot"
14492   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14493   algorithm: "plot_performance_box"
14494   output-file-type: ".html"
14495   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14496   data: "plot-vpp-throughput-latency-3n-skx"
14497   filter: "'NIC_Intel-X710' and
14498            '64B' and
14499            'NDRPDR' and
14500            ('ETH' or 'DOT1Q') and
14501            'BASE' and
14502            '4T2C' and
14503            ('L2BDMACLRN' or 'L2XCFWD') and
14504            'VHOST_1024' and
14505            not 'VXLAN' and
14506            not 'IP4FWD' and
14507            not '2VM'"
14508   parameters:
14509   - "throughput"
14510   - "parent"
14511   - "tags"
14512   sort:
14513   - "L2BDMACLRN"
14514   - "L2BDMACLRN"
14515   - "L2BDMACLRN"
14516   - "L2XCFWD"
14517   - "L2XCFWD"
14518   - "L2XCFWD"
14519   traces:
14520     hoverinfo: "x+y"
14521     boxpoints: "outliers"
14522     whiskerwidth: 0
14523   layout:
14524     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14525     layout: "plot-throughput"
14526
14527 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14528 -
14529   type: "plot"
14530   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14531   algorithm: "plot_performance_box"
14532   output-file-type: ".html"
14533   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14534   data: "plot-vpp-throughput-latency-3n-skx"
14535   filter: "'NIC_Intel-X710' and
14536            '64B' and
14537            'NDRPDR' and
14538            ('ETH' or 'DOT1Q') and
14539            '2T1C' and
14540            ('L2BDMACLRN' or 'L2XCFWD') and
14541            'VHOST_1024' and
14542            not 'CFS_OPT' and
14543            not 'VXLAN' and
14544            not 'IP4FWD' and
14545            not 'LBOND'"
14546   parameters:
14547   - "throughput"
14548   - "parent"
14549   - "tags"
14550   sort:
14551   - "L2BDMACLRN"
14552   - "L2BDMACLRN"
14553   - "L2BDMACLRN"
14554   - "L2XCFWD"
14555   - "L2XCFWD"
14556   - "L2XCFWD"
14557   traces:
14558     hoverinfo: "x+y"
14559     boxpoints: "outliers"
14560     whiskerwidth: 0
14561   layout:
14562     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14563     layout: "plot-throughput"
14564
14565 -
14566   type: "plot"
14567   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14568   algorithm: "plot_performance_box"
14569   output-file-type: ".html"
14570   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14571   data: "plot-vpp-throughput-latency-3n-skx"
14572   filter: "'NIC_Intel-X710' and
14573            '64B' and
14574            'NDRPDR' and
14575            ('ETH' or 'DOT1Q') and
14576            '2T1C' and
14577            ('L2BDMACLRN' or 'L2XCFWD') and
14578            'VHOST_1024' and
14579            not 'CFS_OPT' and
14580            not 'VXLAN' and
14581            not 'IP4FWD' and
14582            not 'LBOND'"
14583   parameters:
14584   - "throughput"
14585   - "parent"
14586   - "tags"
14587   sort:
14588   - "L2BDMACLRN"
14589   - "L2BDMACLRN"
14590   - "L2BDMACLRN"
14591   - "L2XCFWD"
14592   - "L2XCFWD"
14593   - "L2XCFWD"
14594   traces:
14595     hoverinfo: "x+y"
14596     boxpoints: "outliers"
14597     whiskerwidth: 0
14598   layout:
14599     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14600     layout: "plot-throughput"
14601
14602 -
14603   type: "plot"
14604   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14605   algorithm: "plot_performance_box"
14606   output-file-type: ".html"
14607   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14608   data: "plot-vpp-throughput-latency-3n-skx"
14609   filter: "'NIC_Intel-X710' and
14610            '64B' and
14611            'NDRPDR' and
14612            ('ETH' or 'DOT1Q') and
14613            '4T2C' and
14614            ('L2BDMACLRN' or 'L2XCFWD') and
14615            'VHOST_1024' and
14616            not 'CFS_OPT' and
14617            not 'VXLAN' and
14618            not 'IP4FWD' and
14619            not 'LBOND'"
14620   parameters:
14621   - "throughput"
14622   - "parent"
14623   - "tags"
14624   sort:
14625   - "L2BDMACLRN"
14626   - "L2BDMACLRN"
14627   - "L2BDMACLRN"
14628   - "L2XCFWD"
14629   - "L2XCFWD"
14630   - "L2XCFWD"
14631   traces:
14632     hoverinfo: "x+y"
14633     boxpoints: "outliers"
14634     whiskerwidth: 0
14635   layout:
14636     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14637     layout: "plot-throughput"
14638
14639 -
14640   type: "plot"
14641   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14642   algorithm: "plot_performance_box"
14643   output-file-type: ".html"
14644   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14645   data: "plot-vpp-throughput-latency-3n-skx"
14646   filter: "'NIC_Intel-X710' and
14647            '64B' and
14648            'NDRPDR' and
14649            ('ETH' or 'DOT1Q') and
14650            '4T2C' and
14651            ('L2BDMACLRN' or 'L2XCFWD') and
14652            'VHOST_1024' and
14653            not 'CFS_OPT' and
14654            not 'VXLAN' and
14655            not 'IP4FWD' and
14656            not 'LBOND'"
14657   parameters:
14658   - "throughput"
14659   - "parent"
14660   - "tags"
14661   sort:
14662   - "L2BDMACLRN"
14663   - "L2BDMACLRN"
14664   - "L2BDMACLRN"
14665   - "L2XCFWD"
14666   - "L2XCFWD"
14667   - "L2XCFWD"
14668   traces:
14669     hoverinfo: "x+y"
14670     boxpoints: "outliers"
14671     whiskerwidth: 0
14672   layout:
14673     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14674     layout: "plot-throughput"
14675
14676 # Packet Throughput - VPP vhost ip4 2n-skx-x710
14677 -
14678   type: "plot"
14679   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14680   algorithm: "plot_performance_box"
14681   output-file-type: ".html"
14682   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14683   data: "plot-vpp-throughput-latency-2n-skx"
14684   filter: "'NIC_Intel-X710' and
14685            '64B' and
14686            'NDRPDR' and
14687            'ETH' and
14688            'IP4FWD' and
14689            '2T1C' and
14690            'VHOST_1024' and
14691            not 'VXLAN' and
14692            not 'NF_DENSITY' and
14693            not 'CFS_OPT' and
14694            not 'DOT1Q'"
14695   parameters:
14696   - "throughput"
14697   - "parent"
14698   - "tags"
14699   sort:
14700   - "1VM"
14701   - "2VM"
14702   traces:
14703     hoverinfo: "x+y"
14704     boxpoints: "outliers"
14705     whiskerwidth: 0
14706   layout:
14707     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14708     layout: "plot-throughput"
14709
14710 -
14711   type: "plot"
14712   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14713   algorithm: "plot_performance_box"
14714   output-file-type: ".html"
14715   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14716   data: "plot-vpp-throughput-latency-2n-skx"
14717   filter: "'NIC_Intel-X710' and
14718            '64B' and
14719            'NDRPDR' and
14720            'ETH' and
14721            'IP4FWD' and
14722            '4T2C' and
14723            'VHOST_1024' and
14724            not 'VXLAN' and
14725            not 'NF_DENSITY' and
14726            not 'CFS_OPT' and
14727            not 'DOT1Q'"
14728   parameters:
14729   - "throughput"
14730   - "parent"
14731   - "tags"
14732   sort:
14733   - "1VM"
14734   - "2VM"
14735   traces:
14736     hoverinfo: "x+y"
14737     boxpoints: "outliers"
14738     whiskerwidth: 0
14739   layout:
14740     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14741     layout: "plot-throughput"
14742
14743 -
14744   type: "plot"
14745   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14746   algorithm: "plot_performance_box"
14747   output-file-type: ".html"
14748   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14749   data: "plot-vpp-throughput-latency-2n-skx"
14750   filter: "'NIC_Intel-X710' and
14751            '64B' and
14752            'NDRPDR' and
14753            'ETH' and
14754            'IP4FWD' and
14755            '2T1C' and
14756            'VHOST_1024' and
14757            not 'VXLAN' and
14758            not 'NF_DENSITY' and
14759            not 'CFS_OPT' and
14760            not 'DOT1Q'"
14761   parameters:
14762   - "throughput"
14763   - "parent"
14764   - "tags"
14765   sort:
14766   - "1VM"
14767   - "2VM"
14768   traces:
14769     hoverinfo: "x+y"
14770     boxpoints: "outliers"
14771     whiskerwidth: 0
14772   layout:
14773     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14774     layout: "plot-throughput"
14775
14776 -
14777   type: "plot"
14778   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14779   algorithm: "plot_performance_box"
14780   output-file-type: ".html"
14781   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14782   data: "plot-vpp-throughput-latency-2n-skx"
14783   filter: "'NIC_Intel-X710' and
14784            '64B' and
14785            'NDRPDR' and
14786            'ETH' and
14787            'IP4FWD' and
14788            '4T2C' and
14789            'VHOST_1024' and
14790            not 'VXLAN' and
14791            not 'NF_DENSITY' and
14792            not 'CFS_OPT' and
14793            not 'DOT1Q'"
14794   parameters:
14795   - "throughput"
14796   - "parent"
14797   - "tags"
14798   sort:
14799   - "1VM"
14800   - "2VM"
14801   traces:
14802     hoverinfo: "x+y"
14803     boxpoints: "outliers"
14804     whiskerwidth: 0
14805   layout:
14806     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14807     layout: "plot-throughput"
14808
14809 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
14810 -
14811   type: "plot"
14812   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
14813   algorithm: "plot_performance_box"
14814   output-file-type: ".html"
14815   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
14816   data: "plot-vpp-throughput-latency-2n-skx"
14817   filter: "'NIC_Intel-X710' and
14818            '64B' and
14819            'NDRPDR' and
14820            ('ETH' or 'DOT1Q') and
14821            'BASE' and
14822            '2T1C' and
14823            ('L2BDMACLRN' or 'L2XCFWD') and
14824            'VHOST_1024' and
14825            not 'VXLAN' and
14826            not 'NF_DENSITY' and
14827            not 'IP4FWD' and
14828            not '2VM'"
14829   parameters:
14830   - "throughput"
14831   - "parent"
14832   - "tags"
14833 #  sort:
14834 #  - "not CFS_OPT"
14835 #  - "L2XCFWD"
14836 #  - "not CFS_OPT"
14837 #  - "CFS_OPT"
14838   traces:
14839     hoverinfo: "x+y"
14840     boxpoints: "outliers"
14841     whiskerwidth: 0
14842   layout:
14843     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
14844     layout: "plot-throughput"
14845
14846 -
14847   type: "plot"
14848   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
14849   algorithm: "plot_performance_box"
14850   output-file-type: ".html"
14851   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
14852   data: "plot-vpp-throughput-latency-2n-skx"
14853   filter: "'NIC_Intel-X710' and
14854            '64B' and
14855            'NDRPDR' and
14856            ('ETH' or 'DOT1Q') and
14857            'BASE' and
14858            '2T1C' and
14859            ('L2BDMACLRN' or 'L2XCFWD') and
14860            'VHOST_1024' and
14861            not 'VXLAN' and
14862            not 'NF_DENSITY' and
14863            not 'IP4FWD' and
14864            not '2VM'"
14865   parameters:
14866   - "throughput"
14867   - "parent"
14868   - "tags"
14869 #  sort:
14870 #  - "not CFS_OPT"
14871 #  - "L2XCFWD"
14872 #  - "not CFS_OPT"
14873 #  - "CFS_OPT"
14874   traces:
14875     hoverinfo: "x+y"
14876     boxpoints: "outliers"
14877     whiskerwidth: 0
14878   layout:
14879     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
14880     layout: "plot-throughput"
14881
14882 -
14883   type: "plot"
14884   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
14885   algorithm: "plot_performance_box"
14886   output-file-type: ".html"
14887   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
14888   data: "plot-vpp-throughput-latency-2n-skx"
14889   filter: "'NIC_Intel-X710' and
14890            '64B' and
14891            'NDRPDR' and
14892            ('ETH' or 'DOT1Q') and
14893            'BASE' and
14894            '4T2C' and
14895            ('L2BDMACLRN' or 'L2XCFWD') and
14896            'VHOST_1024' and
14897            not 'VXLAN' and
14898            not 'NF_DENSITY' and
14899            not 'IP4FWD' and
14900            not '2VM'"
14901   parameters:
14902   - "throughput"
14903   - "parent"
14904   - "tags"
14905 #  sort:
14906 #  - "not CFS_OPT"
14907 #  - "L2XCFWD"
14908 #  - "not CFS_OPT"
14909 #  - "CFS_OPT"
14910   traces:
14911     hoverinfo: "x+y"
14912     boxpoints: "outliers"
14913     whiskerwidth: 0
14914   layout:
14915     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
14916     layout: "plot-throughput"
14917
14918 -
14919   type: "plot"
14920   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
14921   algorithm: "plot_performance_box"
14922   output-file-type: ".html"
14923   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
14924   data: "plot-vpp-throughput-latency-2n-skx"
14925   filter: "'NIC_Intel-X710' and
14926            '64B' and
14927            'NDRPDR' and
14928            ('ETH' or 'DOT1Q') and
14929            'BASE' and
14930            '4T2C' and
14931            ('L2BDMACLRN' or 'L2XCFWD') and
14932            'VHOST_1024' and
14933            not 'VXLAN' and
14934            not 'NF_DENSITY' and
14935            not 'IP4FWD' and
14936            not '2VM'"
14937   parameters:
14938   - "throughput"
14939   - "parent"
14940   - "tags"
14941 #  sort:
14942 #  - "not CFS_OPT"
14943 #  - "L2XCFWD"
14944 #  - "not CFS_OPT"
14945 #  - "CFS_OPT"
14946   traces:
14947     hoverinfo: "x+y"
14948     boxpoints: "outliers"
14949     whiskerwidth: 0
14950   layout:
14951     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
14952     layout: "plot-throughput"
14953
14954 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
14955 -
14956   type: "plot"
14957   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14958   algorithm: "plot_performance_box"
14959   output-file-type: ".html"
14960   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14961   data: "plot-vpp-throughput-latency-2n-skx"
14962   filter: "'NIC_Intel-X710' and
14963            '64B' and
14964            'NDRPDR' and
14965            ('ETH' or 'DOT1Q') and
14966            '2T1C' and
14967            ('L2BDMACLRN' or 'L2XCFWD') and
14968            'VHOST_1024' and
14969            not 'CFS_OPT' and
14970            not 'VXLAN' and
14971            not 'NF_DENSITY' and
14972            not 'DOT1Q' and
14973            not 'IP4FWD'"
14974   parameters:
14975   - "throughput"
14976   - "parent"
14977   - "tags"
14978 #  sort:
14979 #  - "1VM"
14980 #  - "L2XCFWD"
14981 #  - "1VM"
14982 #  - "L2BDMACLRN"
14983   traces:
14984     hoverinfo: "x+y"
14985     boxpoints: "outliers"
14986     whiskerwidth: 0
14987   layout:
14988     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14989     layout: "plot-throughput"
14990
14991 -
14992   type: "plot"
14993   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14994   algorithm: "plot_performance_box"
14995   output-file-type: ".html"
14996   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14997   data: "plot-vpp-throughput-latency-2n-skx"
14998   filter: "'NIC_Intel-X710' and
14999            '64B' and
15000            'NDRPDR' and
15001            ('ETH' or 'DOT1Q') and
15002            '2T1C' and
15003            ('L2BDMACLRN' or 'L2XCFWD') and
15004            'VHOST_1024' and
15005            not 'CFS_OPT' and
15006            not 'VXLAN' and
15007            not 'NF_DENSITY' and
15008            not 'DOT1Q' and
15009            not 'IP4FWD'"
15010   parameters:
15011   - "throughput"
15012   - "parent"
15013   - "tags"
15014 #  sort:
15015 #  - "1VM"
15016 #  - "L2XCFWD"
15017 #  - "1VM"
15018 #  - "L2BDMACLRN"
15019   traces:
15020     hoverinfo: "x+y"
15021     boxpoints: "outliers"
15022     whiskerwidth: 0
15023   layout:
15024     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15025     layout: "plot-throughput"
15026
15027 -
15028   type: "plot"
15029   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15030   algorithm: "plot_performance_box"
15031   output-file-type: ".html"
15032   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15033   data: "plot-vpp-throughput-latency-2n-skx"
15034   filter: "'NIC_Intel-X710' and
15035            '64B' and
15036            'NDRPDR' and
15037            ('ETH' or 'DOT1Q') and
15038            '4T2C' and
15039            ('L2BDMACLRN' or 'L2XCFWD') and
15040            'VHOST_1024' and
15041            not 'CFS_OPT' and
15042            not 'VXLAN' and
15043            not 'NF_DENSITY' and
15044            not 'DOT1Q' and
15045            not 'IP4FWD'"
15046   parameters:
15047   - "throughput"
15048   - "parent"
15049   - "tags"
15050 #  sort:
15051 #  - "1VM"
15052 #  - "L2XCFWD"
15053 #  - "1VM"
15054 #  - "L2BDMACLRN"
15055   traces:
15056     hoverinfo: "x+y"
15057     boxpoints: "outliers"
15058     whiskerwidth: 0
15059   layout:
15060     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15061     layout: "plot-throughput"
15062
15063 -
15064   type: "plot"
15065   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15066   algorithm: "plot_performance_box"
15067   output-file-type: ".html"
15068   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15069   data: "plot-vpp-throughput-latency-2n-skx"
15070   filter: "'NIC_Intel-X710' and
15071            '64B' and
15072            'NDRPDR' and
15073            ('ETH' or 'DOT1Q') and
15074            '4T2C' and
15075            ('L2BDMACLRN' or 'L2XCFWD') and
15076            'VHOST_1024' and
15077            not 'CFS_OPT' and
15078            not 'VXLAN' and
15079            not 'NF_DENSITY' and
15080            not 'DOT1Q' and
15081            not 'IP4FWD'"
15082   parameters:
15083   - "throughput"
15084   - "parent"
15085   - "tags"
15086 #  sort:
15087 #  - "1VM"
15088 #  - "L2XCFWD"
15089 #  - "1VM"
15090 #  - "L2BDMACLRN"
15091   traces:
15092     hoverinfo: "x+y"
15093     boxpoints: "outliers"
15094     whiskerwidth: 0
15095   layout:
15096     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15097     layout: "plot-throughput"
15098
15099 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
15100 -
15101   type: "plot"
15102   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15103   algorithm: "plot_performance_box"
15104   output-file-type: ".html"
15105   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15106   data: "plot-vpp-throughput-latency-2n-skx"
15107   filter: "'NIC_Intel-XXV710' and
15108            '64B' and
15109            'NDRPDR' and
15110            'ETH' and
15111            'IP4FWD' and
15112            '2T1C' and
15113            'VHOST_1024' and
15114            not 'VXLAN' and
15115            not 'CFS_OPT' and
15116            not 'DOT1Q'"
15117   parameters:
15118   - "throughput"
15119   - "parent"
15120   - "tags"
15121   sort:
15122   - "1VM"
15123   - "2VM"
15124   traces:
15125     hoverinfo: "x+y"
15126     boxpoints: "outliers"
15127     whiskerwidth: 0
15128   layout:
15129     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15130     layout: "plot-throughput"
15131
15132 -
15133   type: "plot"
15134   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15135   algorithm: "plot_performance_box"
15136   output-file-type: ".html"
15137   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15138   data: "plot-vpp-throughput-latency-2n-skx"
15139   filter: "'NIC_Intel-XXV710' and
15140            '64B' and
15141            'NDRPDR' and
15142            'ETH' and
15143            'IP4FWD' and
15144            '4T2C' and
15145            'VHOST_1024' and
15146            not 'VXLAN' and
15147            not 'CFS_OPT' and
15148            not 'DOT1Q'"
15149   parameters:
15150   - "throughput"
15151   - "parent"
15152   - "tags"
15153   sort:
15154   - "1VM"
15155   - "2VM"
15156   traces:
15157     hoverinfo: "x+y"
15158     boxpoints: "outliers"
15159     whiskerwidth: 0
15160   layout:
15161     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15162     layout: "plot-throughput"
15163
15164 -
15165   type: "plot"
15166   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15167   algorithm: "plot_performance_box"
15168   output-file-type: ".html"
15169   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15170   data: "plot-vpp-throughput-latency-2n-skx"
15171   filter: "'NIC_Intel-XXV710' and
15172            '64B' and
15173            'NDRPDR' and
15174            'ETH' and
15175            'IP4FWD' and
15176            '2T1C' and
15177            'VHOST_1024' and
15178            not 'VXLAN' and
15179            not 'CFS_OPT' and
15180            not 'DOT1Q'"
15181   parameters:
15182   - "throughput"
15183   - "parent"
15184   - "tags"
15185   sort:
15186   - "1VM"
15187   - "2VM"
15188   traces:
15189     hoverinfo: "x+y"
15190     boxpoints: "outliers"
15191     whiskerwidth: 0
15192   layout:
15193     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15194     layout: "plot-throughput"
15195
15196 -
15197   type: "plot"
15198   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15199   algorithm: "plot_performance_box"
15200   output-file-type: ".html"
15201   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15202   data: "plot-vpp-throughput-latency-2n-skx"
15203   filter: "'NIC_Intel-XXV710' and
15204            '64B' and
15205            'NDRPDR' and
15206            'ETH' and
15207            'IP4FWD' and
15208            '4T2C' and
15209            'VHOST_1024' and
15210            not 'VXLAN' and
15211            not 'CFS_OPT' and
15212            not 'DOT1Q'"
15213   parameters:
15214   - "throughput"
15215   - "parent"
15216   - "tags"
15217   sort:
15218   - "1VM"
15219   - "2VM"
15220   traces:
15221     hoverinfo: "x+y"
15222     boxpoints: "outliers"
15223     whiskerwidth: 0
15224   layout:
15225     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15226     layout: "plot-throughput"
15227
15228 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15229 -
15230   type: "plot"
15231   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15232   algorithm: "plot_performance_box"
15233   output-file-type: ".html"
15234   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15235   data: "plot-vpp-throughput-latency-2n-skx"
15236   filter: "'NIC_Intel-XXV710' and
15237            '64B' and
15238            'NDRPDR' and
15239            ('ETH' or 'DOT1Q') and
15240            'BASE' and
15241            '2T1C' and
15242            ('L2BDMACLRN' or 'L2XCFWD') and
15243            'VHOST_1024' and
15244            not 'VXLAN' and
15245            not 'IP4FWD' and
15246            not '2VM'"
15247   parameters:
15248   - "throughput"
15249   - "parent"
15250   - "tags"
15251 #  sort:
15252 #  - "not CFS_OPT"
15253 #  - "L2XCFWD"
15254 #  - "not CFS_OPT"
15255 #  - "CFS_OPT"
15256   traces:
15257     hoverinfo: "x+y"
15258     boxpoints: "outliers"
15259     whiskerwidth: 0
15260   layout:
15261     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15262     layout: "plot-throughput"
15263
15264 -
15265   type: "plot"
15266   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15267   algorithm: "plot_performance_box"
15268   output-file-type: ".html"
15269   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15270   data: "plot-vpp-throughput-latency-2n-skx"
15271   filter: "'NIC_Intel-XXV710' and
15272            '64B' and
15273            'NDRPDR' and
15274            ('ETH' or 'DOT1Q') and
15275            'BASE' and
15276            '2T1C' and
15277            ('L2BDMACLRN' or 'L2XCFWD') and
15278            'VHOST_1024' and
15279            not 'VXLAN' and
15280            not 'IP4FWD' and
15281            not '2VM'"
15282   parameters:
15283   - "throughput"
15284   - "parent"
15285   - "tags"
15286 #  sort:
15287 #  - "not CFS_OPT"
15288 #  - "L2XCFWD"
15289 #  - "not CFS_OPT"
15290 #  - "CFS_OPT"
15291   traces:
15292     hoverinfo: "x+y"
15293     boxpoints: "outliers"
15294     whiskerwidth: 0
15295   layout:
15296     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15297     layout: "plot-throughput"
15298
15299 -
15300   type: "plot"
15301   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15302   algorithm: "plot_performance_box"
15303   output-file-type: ".html"
15304   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15305   data: "plot-vpp-throughput-latency-2n-skx"
15306   filter: "'NIC_Intel-XXV710' and
15307            '64B' and
15308            'NDRPDR' and
15309            ('ETH' or 'DOT1Q') and
15310            'BASE' and
15311            '4T2C' and
15312            ('L2BDMACLRN' or 'L2XCFWD') and
15313            'VHOST_1024' and
15314            not 'VXLAN' and
15315            not 'IP4FWD' and
15316            not '2VM'"
15317   parameters:
15318   - "throughput"
15319   - "parent"
15320   - "tags"
15321 #  sort:
15322 #  - "not CFS_OPT"
15323 #  - "L2XCFWD"
15324 #  - "not CFS_OPT"
15325 #  - "CFS_OPT"
15326   traces:
15327     hoverinfo: "x+y"
15328     boxpoints: "outliers"
15329     whiskerwidth: 0
15330   layout:
15331     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15332     layout: "plot-throughput"
15333
15334 -
15335   type: "plot"
15336   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15337   algorithm: "plot_performance_box"
15338   output-file-type: ".html"
15339   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15340   data: "plot-vpp-throughput-latency-2n-skx"
15341   filter: "'NIC_Intel-XXV710' and
15342            '64B' and
15343            'NDRPDR' and
15344            ('ETH' or 'DOT1Q') and
15345            'BASE' and
15346            '4T2C' and
15347            ('L2BDMACLRN' or 'L2XCFWD') and
15348            'VHOST_1024' and
15349            not 'VXLAN' and
15350            not 'IP4FWD' and
15351            not '2VM'"
15352   parameters:
15353   - "throughput"
15354   - "parent"
15355   - "tags"
15356 #  sort:
15357 #  - "not CFS_OPT"
15358 #  - "L2XCFWD"
15359 #  - "not CFS_OPT"
15360 #  - "CFS_OPT"
15361   traces:
15362     hoverinfo: "x+y"
15363     boxpoints: "outliers"
15364     whiskerwidth: 0
15365   layout:
15366     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15367     layout: "plot-throughput"
15368
15369 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15370 -
15371   type: "plot"
15372   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15373   algorithm: "plot_performance_box"
15374   output-file-type: ".html"
15375   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15376   data: "plot-vpp-throughput-latency-2n-skx"
15377   filter: "'NIC_Intel-XXV710' and
15378            '64B' and
15379            'NDRPDR' and
15380            ('ETH' or 'DOT1Q') and
15381            '2T1C' and
15382            ('L2BDMACLRN' or 'L2XCFWD') and
15383            'VHOST_1024' and
15384            not 'CFS_OPT' and
15385            not 'VXLAN' and
15386            not 'DOT1Q' and
15387            not 'IP4FWD'"
15388   parameters:
15389   - "throughput"
15390   - "parent"
15391   - "tags"
15392 #  sort:
15393 #  - "1VM"
15394 #  - "L2XCFWD"
15395 #  - "1VM"
15396 #  - "L2BDMACLRN"
15397   traces:
15398     hoverinfo: "x+y"
15399     boxpoints: "outliers"
15400     whiskerwidth: 0
15401   layout:
15402     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15403     layout: "plot-throughput"
15404
15405 -
15406   type: "plot"
15407   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15408   algorithm: "plot_performance_box"
15409   output-file-type: ".html"
15410   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15411   data: "plot-vpp-throughput-latency-2n-skx"
15412   filter: "'NIC_Intel-XXV710' and
15413            '64B' and
15414            'NDRPDR' and
15415            ('ETH' or 'DOT1Q') and
15416            '2T1C' and
15417            ('L2BDMACLRN' or 'L2XCFWD') and
15418            'VHOST_1024' and
15419            not 'CFS_OPT' and
15420            not 'VXLAN' and
15421            not 'DOT1Q' and
15422            not 'IP4FWD'"
15423   parameters:
15424   - "throughput"
15425   - "parent"
15426   - "tags"
15427 #  sort:
15428 #  - "1VM"
15429 #  - "L2XCFWD"
15430 #  - "1VM"
15431 #  - "L2BDMACLRN"
15432   traces:
15433     hoverinfo: "x+y"
15434     boxpoints: "outliers"
15435     whiskerwidth: 0
15436   layout:
15437     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15438     layout: "plot-throughput"
15439
15440 -
15441   type: "plot"
15442   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15443   algorithm: "plot_performance_box"
15444   output-file-type: ".html"
15445   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15446   data: "plot-vpp-throughput-latency-2n-skx"
15447   filter: "'NIC_Intel-XXV710' and
15448            '64B' and
15449            'NDRPDR' and
15450            ('ETH' or 'DOT1Q') and
15451            '4T2C' and
15452            ('L2BDMACLRN' or 'L2XCFWD') and
15453            'VHOST_1024' and
15454            not 'CFS_OPT' and
15455            not 'VXLAN' and
15456            not 'DOT1Q' and
15457            not 'IP4FWD'"
15458   parameters:
15459   - "throughput"
15460   - "parent"
15461   - "tags"
15462 #  sort:
15463 #  - "1VM"
15464 #  - "L2XCFWD"
15465 #  - "1VM"
15466 #  - "L2BDMACLRN"
15467   traces:
15468     hoverinfo: "x+y"
15469     boxpoints: "outliers"
15470     whiskerwidth: 0
15471   layout:
15472     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15473     layout: "plot-throughput"
15474
15475 -
15476   type: "plot"
15477   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15478   algorithm: "plot_performance_box"
15479   output-file-type: ".html"
15480   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15481   data: "plot-vpp-throughput-latency-2n-skx"
15482   filter: "'NIC_Intel-XXV710' and
15483            '64B' and
15484            'NDRPDR' and
15485            ('ETH' or 'DOT1Q') and
15486            '4T2C' and
15487            ('L2BDMACLRN' or 'L2XCFWD') and
15488            'VHOST_1024' and
15489            not 'CFS_OPT' and
15490            not 'VXLAN' and
15491            not 'DOT1Q' and
15492            not 'IP4FWD'"
15493   parameters:
15494   - "throughput"
15495   - "parent"
15496   - "tags"
15497 #  sort:
15498 #  - "1VM"
15499 #  - "L2XCFWD"
15500 #  - "1VM"
15501 #  - "L2BDMACLRN"
15502   traces:
15503     hoverinfo: "x+y"
15504     boxpoints: "outliers"
15505     whiskerwidth: 0
15506   layout:
15507     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15508     layout: "plot-throughput"
15509
15510 ################################################################################
15511
15512 # Packet Throughput - VPP VTS 3n-hsw-x520
15513 -
15514   type: "plot"
15515   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15516   algorithm: "plot_performance_box"
15517   output-file-type: ".html"
15518   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15519   data: "plot-vpp-throughput-latency-3n-hsw"
15520   filter: "'NIC_Intel-X520-DA2' and
15521            '114B' and
15522            'NDRPDR' and
15523            '1T1C' and
15524            'VTS'"
15525   parameters:
15526   - "throughput"
15527   - "parent"
15528   - "tags"
15529   traces:
15530     hoverinfo: "x+y"
15531     boxpoints: "outliers"
15532     whiskerwidth: 0
15533   layout:
15534     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15535     layout: "plot-throughput"
15536
15537 -
15538   type: "plot"
15539   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15540   algorithm: "plot_performance_box"
15541   output-file-type: ".html"
15542   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15543   data: "plot-vpp-throughput-latency-3n-hsw"
15544   filter: "'NIC_Intel-X520-DA2' and
15545            '114B' and
15546            'NDRPDR' and
15547            '2T2C' and
15548            'VTS'"
15549   parameters:
15550   - "throughput"
15551   - "parent"
15552   - "tags"
15553   traces:
15554     hoverinfo: "x+y"
15555     boxpoints: "outliers"
15556     whiskerwidth: 0
15557   layout:
15558     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15559     layout: "plot-throughput"
15560
15561 -
15562   type: "plot"
15563   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15564   algorithm: "plot_performance_box"
15565   output-file-type: ".html"
15566   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15567   data: "plot-vpp-throughput-latency-3n-hsw"
15568   filter: "'NIC_Intel-X520-DA2' and
15569            '114B' and
15570            'NDRPDR' and
15571            '1T1C' and
15572            'VTS'"
15573   parameters:
15574   - "throughput"
15575   - "parent"
15576   - "tags"
15577   traces:
15578     hoverinfo: "x+y"
15579     boxpoints: "outliers"
15580     whiskerwidth: 0
15581   layout:
15582     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15583     layout: "plot-throughput"
15584
15585 -
15586   type: "plot"
15587   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15588   algorithm: "plot_performance_box"
15589   output-file-type: ".html"
15590   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15591   data: "plot-vpp-throughput-latency-3n-hsw"
15592   filter: "'NIC_Intel-X520-DA2' and
15593            '114B' and
15594            'NDRPDR' and
15595            '2T2C' and
15596            'VTS'"
15597   parameters:
15598   - "throughput"
15599   - "parent"
15600   - "tags"
15601   traces:
15602     hoverinfo: "x+y"
15603     boxpoints: "outliers"
15604     whiskerwidth: 0
15605   layout:
15606     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
15607     layout: "plot-throughput"
15608
15609 ################################################################################
15610
15611 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
15612 -
15613   type: "plot"
15614   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15615   algorithm: "plot_performance_box"
15616   output-file-type: ".html"
15617   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15618   data: "plot-dpdk-throughput-latency-3n-hsw"
15619   filter: "'NIC_Intel-X520-DA2' and
15620            '64B' and
15621            'BASE' and
15622            'NDRPDR' and
15623            '1T1C' and
15624            'IP4FWD'"
15625   parameters:
15626   - "throughput"
15627   - "parent"
15628   - "tags"
15629   traces:
15630     hoverinfo: "x+y"
15631     boxpoints: "outliers"
15632     whiskerwidth: 0
15633   layout:
15634     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15635     layout: "plot-throughput"
15636
15637 -
15638   type: "plot"
15639   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15640   algorithm: "plot_performance_box"
15641   output-file-type: ".html"
15642   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15643   data: "plot-dpdk-throughput-latency-3n-hsw"
15644   filter: "'NIC_Intel-X520-DA2' and
15645            '64B' and
15646            'BASE' and
15647            'NDRPDR' and
15648            '2T2C' and
15649            'IP4FWD'"
15650   parameters:
15651   - "throughput"
15652   - "parent"
15653   - "tags"
15654   traces:
15655     hoverinfo: "x+y"
15656     boxpoints: "outliers"
15657     whiskerwidth: 0
15658   layout:
15659     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15660     layout: "plot-throughput"
15661
15662 -
15663   type: "plot"
15664   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15665   algorithm: "plot_performance_box"
15666   output-file-type: ".html"
15667   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15668   data: "plot-dpdk-throughput-latency-3n-hsw"
15669   filter: "'NIC_Intel-X520-DA2' and
15670            '64B' and
15671            'BASE' and
15672            'NDRPDR' and
15673            '1T1C' and
15674            'IP4FWD'"
15675   parameters:
15676   - "throughput"
15677   - "parent"
15678   - "tags"
15679   traces:
15680     hoverinfo: "x+y"
15681     boxpoints: "outliers"
15682     whiskerwidth: 0
15683   layout:
15684     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15685     layout: "plot-throughput"
15686
15687 -
15688   type: "plot"
15689   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15690   algorithm: "plot_performance_box"
15691   output-file-type: ".html"
15692   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15693   data: "plot-dpdk-throughput-latency-3n-hsw"
15694   filter: "'NIC_Intel-X520-DA2' and
15695            '64B' and
15696            'BASE' and
15697            'NDRPDR' and
15698            '2T2C' and
15699            'IP4FWD'"
15700   parameters:
15701   - "throughput"
15702   - "parent"
15703   - "tags"
15704   traces:
15705     hoverinfo: "x+y"
15706     boxpoints: "outliers"
15707     whiskerwidth: 0
15708   layout:
15709     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15710     layout: "plot-throughput"
15711
15712 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
15713 -
15714   type: "plot"
15715   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15716   algorithm: "plot_performance_box"
15717   output-file-type: ".html"
15718   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15719   data: "plot-dpdk-throughput-latency-3n-hsw"
15720   filter: "'NIC_Intel-X710' and
15721            '64B' and
15722            'BASE' and
15723            'NDRPDR' and
15724            '1T1C' and
15725            'IP4FWD'"
15726   parameters:
15727   - "throughput"
15728   - "parent"
15729   - "tags"
15730   traces:
15731     hoverinfo: "x+y"
15732     boxpoints: "outliers"
15733     whiskerwidth: 0
15734   layout:
15735     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15736     layout: "plot-throughput"
15737
15738 -
15739   type: "plot"
15740   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15741   algorithm: "plot_performance_box"
15742   output-file-type: ".html"
15743   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15744   data: "plot-dpdk-throughput-latency-3n-hsw"
15745   filter: "'NIC_Intel-X710' and
15746            '64B' and
15747            'BASE' and
15748            'NDRPDR' and
15749            '2T2C' and
15750            'IP4FWD'"
15751   parameters:
15752   - "throughput"
15753   - "parent"
15754   - "tags"
15755   traces:
15756     hoverinfo: "x+y"
15757     boxpoints: "outliers"
15758     whiskerwidth: 0
15759   layout:
15760     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15761     layout: "plot-throughput"
15762
15763 -
15764   type: "plot"
15765   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15766   algorithm: "plot_performance_box"
15767   output-file-type: ".html"
15768   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15769   data: "plot-dpdk-throughput-latency-3n-hsw"
15770   filter: "'NIC_Intel-X710' and
15771            '64B' and
15772            'BASE' and
15773            'NDRPDR' and
15774            '1T1C' and
15775            'IP4FWD'"
15776   parameters:
15777   - "throughput"
15778   - "parent"
15779   - "tags"
15780   traces:
15781     hoverinfo: "x+y"
15782     boxpoints: "outliers"
15783     whiskerwidth: 0
15784   layout:
15785     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15786     layout: "plot-throughput"
15787
15788 -
15789   type: "plot"
15790   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15791   algorithm: "plot_performance_box"
15792   output-file-type: ".html"
15793   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15794   data: "plot-dpdk-throughput-latency-3n-hsw"
15795   filter: "'NIC_Intel-X710' and
15796            '64B' and
15797            'BASE' and
15798            'NDRPDR' and
15799            '2T2C' and
15800            'IP4FWD'"
15801   parameters:
15802   - "throughput"
15803   - "parent"
15804   - "tags"
15805   traces:
15806     hoverinfo: "x+y"
15807     boxpoints: "outliers"
15808     whiskerwidth: 0
15809   layout:
15810     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15811     layout: "plot-throughput"
15812
15813 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
15814 -
15815   type: "plot"
15816   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15817   algorithm: "plot_performance_box"
15818   output-file-type: ".html"
15819   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15820   data: "plot-dpdk-throughput-latency-3n-hsw"
15821   filter: "'NIC_Intel-XL710' and
15822            '64B' and
15823            'BASE' and
15824            'NDRPDR' and
15825            '1T1C' and
15826            'IP4FWD'"
15827   parameters:
15828   - "throughput"
15829   - "parent"
15830   - "tags"
15831   traces:
15832     hoverinfo: "x+y"
15833     boxpoints: "outliers"
15834     whiskerwidth: 0
15835   layout:
15836     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15837     layout: "plot-throughput"
15838
15839 -
15840   type: "plot"
15841   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15842   algorithm: "plot_performance_box"
15843   output-file-type: ".html"
15844   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15845   data: "plot-dpdk-throughput-latency-3n-hsw"
15846   filter: "'NIC_Intel-XL710' and
15847            '64B' and
15848            'BASE' and
15849            'NDRPDR' and
15850            '2T2C' and
15851            'IP4FWD'"
15852   parameters:
15853   - "throughput"
15854   - "parent"
15855   - "tags"
15856   traces:
15857     hoverinfo: "x+y"
15858     boxpoints: "outliers"
15859     whiskerwidth: 0
15860   layout:
15861     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15862     layout: "plot-throughput"
15863
15864 -
15865   type: "plot"
15866   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15867   algorithm: "plot_performance_box"
15868   output-file-type: ".html"
15869   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15870   data: "plot-dpdk-throughput-latency-3n-hsw"
15871   filter: "'NIC_Intel-XL710' and
15872            '64B' and
15873            'BASE' and
15874            'NDRPDR' and
15875            '1T1C' and
15876            'IP4FWD'"
15877   parameters:
15878   - "throughput"
15879   - "parent"
15880   - "tags"
15881   traces:
15882     hoverinfo: "x+y"
15883     boxpoints: "outliers"
15884     whiskerwidth: 0
15885   layout:
15886     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15887     layout: "plot-throughput"
15888
15889 -
15890   type: "plot"
15891   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15892   algorithm: "plot_performance_box"
15893   output-file-type: ".html"
15894   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15895   data: "plot-dpdk-throughput-latency-3n-hsw"
15896   filter: "'NIC_Intel-XL710' and
15897            '64B' and
15898            'BASE' and
15899            'NDRPDR' and
15900            '2T2C' and
15901            'IP4FWD'"
15902   parameters:
15903   - "throughput"
15904   - "parent"
15905   - "tags"
15906   traces:
15907     hoverinfo: "x+y"
15908     boxpoints: "outliers"
15909     whiskerwidth: 0
15910   layout:
15911     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15912     layout: "plot-throughput"
15913
15914 # Packet Throughput - DPDK l3fwd 3n-skx-x710
15915 -
15916   type: "plot"
15917   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15918   algorithm: "plot_performance_box"
15919   output-file-type: ".html"
15920   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15921   data: "plot-dpdk-throughput-latency-3n-skx"
15922   filter: "'NIC_Intel-X710' and
15923            '64B' and
15924            'BASE' and
15925            'NDRPDR' and
15926            '2T1C' and
15927            'IP4FWD'"
15928   parameters:
15929   - "throughput"
15930   - "parent"
15931   - "tags"
15932   traces:
15933     hoverinfo: "x+y"
15934     boxpoints: "outliers"
15935     whiskerwidth: 0
15936   layout:
15937     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15938     layout: "plot-throughput"
15939
15940 -
15941   type: "plot"
15942   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15943   algorithm: "plot_performance_box"
15944   output-file-type: ".html"
15945   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15946   data: "plot-dpdk-throughput-latency-3n-skx"
15947   filter: "'NIC_Intel-X710' and
15948            '64B' and
15949            'BASE' and
15950            'NDRPDR' and
15951            '4T2C' and
15952            'IP4FWD'"
15953   parameters:
15954   - "throughput"
15955   - "parent"
15956   - "tags"
15957   traces:
15958     hoverinfo: "x+y"
15959     boxpoints: "outliers"
15960     whiskerwidth: 0
15961   layout:
15962     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15963     layout: "plot-throughput"
15964
15965 -
15966   type: "plot"
15967   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15968   algorithm: "plot_performance_box"
15969   output-file-type: ".html"
15970   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15971   data: "plot-dpdk-throughput-latency-3n-skx"
15972   filter: "'NIC_Intel-X710' and
15973            '64B' and
15974            'BASE' and
15975            'NDRPDR' and
15976            '2T1C' and
15977            'IP4FWD'"
15978   parameters:
15979   - "throughput"
15980   - "parent"
15981   - "tags"
15982   traces:
15983     hoverinfo: "x+y"
15984     boxpoints: "outliers"
15985     whiskerwidth: 0
15986   layout:
15987     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15988     layout: "plot-throughput"
15989
15990 -
15991   type: "plot"
15992   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15993   algorithm: "plot_performance_box"
15994   output-file-type: ".html"
15995   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15996   data: "plot-dpdk-throughput-latency-3n-skx"
15997   filter: "'NIC_Intel-X710' and
15998            '64B' and
15999            'BASE' and
16000            'NDRPDR' and
16001            '4T2C' and
16002            'IP4FWD'"
16003   parameters:
16004   - "throughput"
16005   - "parent"
16006   - "tags"
16007   traces:
16008     hoverinfo: "x+y"
16009     boxpoints: "outliers"
16010     whiskerwidth: 0
16011   layout:
16012     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16013     layout: "plot-throughput"
16014
16015 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
16016 -
16017   type: "plot"
16018   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16019   algorithm: "plot_performance_box"
16020   output-file-type: ".html"
16021   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16022   data: "plot-dpdk-throughput-latency-3n-skx"
16023   filter: "'NIC_Intel-XXV710' and
16024            '64B' and
16025            'BASE' and
16026            'NDRPDR' and
16027            '2T1C' and
16028            'IP4FWD'"
16029   parameters:
16030   - "throughput"
16031   - "parent"
16032   - "tags"
16033   traces:
16034     hoverinfo: "x+y"
16035     boxpoints: "outliers"
16036     whiskerwidth: 0
16037   layout:
16038     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16039     layout: "plot-throughput"
16040
16041 -
16042   type: "plot"
16043   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16044   algorithm: "plot_performance_box"
16045   output-file-type: ".html"
16046   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16047   data: "plot-dpdk-throughput-latency-3n-skx"
16048   filter: "'NIC_Intel-XXV710' and
16049            '64B' and
16050            'BASE' and
16051            'NDRPDR' and
16052            '4T2C' and
16053            'IP4FWD'"
16054   parameters:
16055   - "throughput"
16056   - "parent"
16057   - "tags"
16058   traces:
16059     hoverinfo: "x+y"
16060     boxpoints: "outliers"
16061     whiskerwidth: 0
16062   layout:
16063     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16064     layout: "plot-throughput"
16065
16066 -
16067   type: "plot"
16068   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16069   algorithm: "plot_performance_box"
16070   output-file-type: ".html"
16071   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16072   data: "plot-dpdk-throughput-latency-3n-skx"
16073   filter: "'NIC_Intel-XXV710' and
16074            '64B' and
16075            'BASE' and
16076            'NDRPDR' and
16077            '2T1C' and
16078            'IP4FWD'"
16079   parameters:
16080   - "throughput"
16081   - "parent"
16082   - "tags"
16083   traces:
16084     hoverinfo: "x+y"
16085     boxpoints: "outliers"
16086     whiskerwidth: 0
16087   layout:
16088     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16089     layout: "plot-throughput"
16090
16091 -
16092   type: "plot"
16093   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16094   algorithm: "plot_performance_box"
16095   output-file-type: ".html"
16096   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16097   data: "plot-dpdk-throughput-latency-3n-skx"
16098   filter: "'NIC_Intel-XXV710' and
16099            '64B' and
16100            'BASE' and
16101            'NDRPDR' and
16102            '4T2C' and
16103            'IP4FWD'"
16104   parameters:
16105   - "throughput"
16106   - "parent"
16107   - "tags"
16108   traces:
16109     hoverinfo: "x+y"
16110     boxpoints: "outliers"
16111     whiskerwidth: 0
16112   layout:
16113     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16114     layout: "plot-throughput"
16115
16116 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16117 -
16118   type: "plot"
16119   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16120   algorithm: "plot_performance_box"
16121   output-file-type: ".html"
16122   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16123   data: "plot-dpdk-throughput-latency-2n-skx"
16124   filter: "'NIC_Intel-X710' and
16125            '64B' and
16126            'BASE' and
16127            'NDRPDR' and
16128            '2T1C' and
16129            'IP4FWD'"
16130   parameters:
16131   - "throughput"
16132   - "parent"
16133   - "tags"
16134   traces:
16135     hoverinfo: "x+y"
16136     boxpoints: "outliers"
16137     whiskerwidth: 0
16138   layout:
16139     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16140     layout: "plot-throughput"
16141
16142 -
16143   type: "plot"
16144   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16145   algorithm: "plot_performance_box"
16146   output-file-type: ".html"
16147   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16148   data: "plot-dpdk-throughput-latency-2n-skx"
16149   filter: "'NIC_Intel-X710' and
16150            '64B' and
16151            'BASE' and
16152            'NDRPDR' and
16153            '4T2C' and
16154            'IP4FWD'"
16155   parameters:
16156   - "throughput"
16157   - "parent"
16158   - "tags"
16159   traces:
16160     hoverinfo: "x+y"
16161     boxpoints: "outliers"
16162     whiskerwidth: 0
16163   layout:
16164     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16165     layout: "plot-throughput"
16166
16167 -
16168   type: "plot"
16169   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16170   algorithm: "plot_performance_box"
16171   output-file-type: ".html"
16172   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16173   data: "plot-dpdk-throughput-latency-2n-skx"
16174   filter: "'NIC_Intel-X710' and
16175            '64B' and
16176            'BASE' and
16177            'NDRPDR' and
16178            '2T1C' and
16179            'IP4FWD'"
16180   parameters:
16181   - "throughput"
16182   - "parent"
16183   - "tags"
16184   traces:
16185     hoverinfo: "x+y"
16186     boxpoints: "outliers"
16187     whiskerwidth: 0
16188   layout:
16189     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16190     layout: "plot-throughput"
16191
16192 -
16193   type: "plot"
16194   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16195   algorithm: "plot_performance_box"
16196   output-file-type: ".html"
16197   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16198   data: "plot-dpdk-throughput-latency-2n-skx"
16199   filter: "'NIC_Intel-X710' and
16200            '64B' and
16201            'BASE' and
16202            'NDRPDR' and
16203            '4T2C' and
16204            'IP4FWD'"
16205   parameters:
16206   - "throughput"
16207   - "parent"
16208   - "tags"
16209   traces:
16210     hoverinfo: "x+y"
16211     boxpoints: "outliers"
16212     whiskerwidth: 0
16213   layout:
16214     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16215     layout: "plot-throughput"
16216
16217 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16218 -
16219   type: "plot"
16220   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16221   algorithm: "plot_performance_box"
16222   output-file-type: ".html"
16223   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16224   data: "plot-dpdk-throughput-latency-2n-skx"
16225   filter: "'NIC_Intel-XXV710' and
16226            '64B' and
16227            'BASE' and
16228            'NDRPDR' and
16229            '2T1C' and
16230            'IP4FWD'"
16231   parameters:
16232   - "throughput"
16233   - "parent"
16234   - "tags"
16235   traces:
16236     hoverinfo: "x+y"
16237     boxpoints: "outliers"
16238     whiskerwidth: 0
16239   layout:
16240     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16241     layout: "plot-throughput"
16242
16243 -
16244   type: "plot"
16245   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16246   algorithm: "plot_performance_box"
16247   output-file-type: ".html"
16248   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16249   data: "plot-dpdk-throughput-latency-2n-skx"
16250   filter: "'NIC_Intel-XXV710' and
16251            '64B' and
16252            'BASE' and
16253            'NDRPDR' and
16254            '4T2C' and
16255            'IP4FWD'"
16256   parameters:
16257   - "throughput"
16258   - "parent"
16259   - "tags"
16260   traces:
16261     hoverinfo: "x+y"
16262     boxpoints: "outliers"
16263     whiskerwidth: 0
16264   layout:
16265     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16266     layout: "plot-throughput"
16267
16268 -
16269   type: "plot"
16270   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16271   algorithm: "plot_performance_box"
16272   output-file-type: ".html"
16273   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16274   data: "plot-dpdk-throughput-latency-2n-skx"
16275   filter: "'NIC_Intel-XXV710' and
16276            '64B' and
16277            'BASE' and
16278            'NDRPDR' and
16279            '2T1C' and
16280            'IP4FWD'"
16281   parameters:
16282   - "throughput"
16283   - "parent"
16284   - "tags"
16285   traces:
16286     hoverinfo: "x+y"
16287     boxpoints: "outliers"
16288     whiskerwidth: 0
16289   layout:
16290     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16291     layout: "plot-throughput"
16292
16293 -
16294   type: "plot"
16295   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16296   algorithm: "plot_performance_box"
16297   output-file-type: ".html"
16298   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16299   data: "plot-dpdk-throughput-latency-2n-skx"
16300   filter: "'NIC_Intel-XXV710' and
16301            '64B' and
16302            'BASE' and
16303            'NDRPDR' and
16304            '4T2C' and
16305            'IP4FWD'"
16306   parameters:
16307   - "throughput"
16308   - "parent"
16309   - "tags"
16310   traces:
16311     hoverinfo: "x+y"
16312     boxpoints: "outliers"
16313     whiskerwidth: 0
16314   layout:
16315     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16316     layout: "plot-throughput"
16317
16318 ################################################################################
16319
16320 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16321 -
16322   type: "plot"
16323   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16324   algorithm: "plot_performance_box"
16325   output-file-type: ".html"
16326   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16327   data: "plot-dpdk-throughput-latency-3n-hsw"
16328   filter: "'NIC_Intel-X520-DA2' and
16329            '64B' and
16330            'BASE' and
16331            'NDRPDR' and
16332            '1T1C' and
16333            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16334   parameters:
16335   - "throughput"
16336   - "parent"
16337   - "tags"
16338   traces:
16339     hoverinfo: "x+y"
16340     boxpoints: "outliers"
16341     whiskerwidth: 0
16342   layout:
16343     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16344     layout: "plot-throughput"
16345
16346 -
16347   type: "plot"
16348   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16349   algorithm: "plot_performance_box"
16350   output-file-type: ".html"
16351   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16352   data: "plot-dpdk-throughput-latency-3n-hsw"
16353   filter: "'NIC_Intel-X520-DA2' and
16354            '64B' and
16355            'BASE' and
16356            'NDRPDR' and
16357            '2T2C' and
16358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16359   parameters:
16360   - "throughput"
16361   - "parent"
16362   - "tags"
16363   traces:
16364     hoverinfo: "x+y"
16365     boxpoints: "outliers"
16366     whiskerwidth: 0
16367   layout:
16368     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16369     layout: "plot-throughput"
16370
16371 -
16372   type: "plot"
16373   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16374   algorithm: "plot_performance_box"
16375   output-file-type: ".html"
16376   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16377   data: "plot-dpdk-throughput-latency-3n-hsw"
16378   filter: "'NIC_Intel-X520-DA2' and
16379            '64B' and
16380            'BASE' and
16381            'NDRPDR' and
16382            '1T1C' and
16383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16384   parameters:
16385   - "throughput"
16386   - "parent"
16387   - "tags"
16388   traces:
16389     hoverinfo: "x+y"
16390     boxpoints: "outliers"
16391     whiskerwidth: 0
16392   layout:
16393     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16394     layout: "plot-throughput"
16395
16396 -
16397   type: "plot"
16398   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16399   algorithm: "plot_performance_box"
16400   output-file-type: ".html"
16401   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16402   data: "plot-dpdk-throughput-latency-3n-hsw"
16403   filter: "'NIC_Intel-X520-DA2' and
16404            '64B' and
16405            'BASE' and
16406            'NDRPDR' and
16407            '2T2C' and
16408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16409   parameters:
16410   - "throughput"
16411   - "parent"
16412   - "tags"
16413   traces:
16414     hoverinfo: "x+y"
16415     boxpoints: "outliers"
16416     whiskerwidth: 0
16417   layout:
16418     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16419     layout: "plot-throughput"
16420
16421 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16422 -
16423   type: "plot"
16424   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16425   algorithm: "plot_performance_box"
16426   output-file-type: ".html"
16427   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16428   data: "plot-dpdk-throughput-latency-3n-hsw"
16429   filter: "'NIC_Intel-X710' and
16430            '64B' and
16431            'BASE' and
16432            'NDRPDR' and
16433            '1T1C' and
16434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16435   parameters:
16436   - "throughput"
16437   - "parent"
16438   - "tags"
16439   traces:
16440     hoverinfo: "x+y"
16441     boxpoints: "outliers"
16442     whiskerwidth: 0
16443   layout:
16444     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16445     layout: "plot-throughput"
16446
16447 -
16448   type: "plot"
16449   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16450   algorithm: "plot_performance_box"
16451   output-file-type: ".html"
16452   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16453   data: "plot-dpdk-throughput-latency-3n-hsw"
16454   filter: "'NIC_Intel-X710' and
16455            '64B' and
16456            'BASE' and
16457            'NDRPDR' and
16458            '2T2C' and
16459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16460   parameters:
16461   - "throughput"
16462   - "parent"
16463   - "tags"
16464   traces:
16465     hoverinfo: "x+y"
16466     boxpoints: "outliers"
16467     whiskerwidth: 0
16468   layout:
16469     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16470     layout: "plot-throughput"
16471
16472 -
16473   type: "plot"
16474   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16475   algorithm: "plot_performance_box"
16476   output-file-type: ".html"
16477   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16478   data: "plot-dpdk-throughput-latency-3n-hsw"
16479   filter: "'NIC_Intel-X710' and
16480            '64B' and
16481            'BASE' and
16482            'NDRPDR' and
16483            '1T1C' and
16484            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16485   parameters:
16486   - "throughput"
16487   - "parent"
16488   - "tags"
16489   traces:
16490     hoverinfo: "x+y"
16491     boxpoints: "outliers"
16492     whiskerwidth: 0
16493   layout:
16494     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16495     layout: "plot-throughput"
16496
16497 -
16498   type: "plot"
16499   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16500   algorithm: "plot_performance_box"
16501   output-file-type: ".html"
16502   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16503   data: "plot-dpdk-throughput-latency-3n-hsw"
16504   filter: "'NIC_Intel-X710' and
16505            '64B' and
16506            'BASE' and
16507            'NDRPDR' and
16508            '2T2C' and
16509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16510   parameters:
16511   - "throughput"
16512   - "parent"
16513   - "tags"
16514   traces:
16515     hoverinfo: "x+y"
16516     boxpoints: "outliers"
16517     whiskerwidth: 0
16518   layout:
16519     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16520     layout: "plot-throughput"
16521
16522 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16523 -
16524   type: "plot"
16525   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16526   algorithm: "plot_performance_box"
16527   output-file-type: ".html"
16528   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16529   data: "plot-dpdk-throughput-latency-3n-hsw"
16530   filter: "'NIC_Intel-XL710' and
16531            '64B' and
16532            'BASE' and
16533            'NDRPDR' and
16534            '1T1C' and
16535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16536   parameters:
16537   - "throughput"
16538   - "parent"
16539   - "tags"
16540   traces:
16541     hoverinfo: "x+y"
16542     boxpoints: "outliers"
16543     whiskerwidth: 0
16544   layout:
16545     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16546     layout: "plot-throughput"
16547
16548 -
16549   type: "plot"
16550   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16551   algorithm: "plot_performance_box"
16552   output-file-type: ".html"
16553   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16554   data: "plot-dpdk-throughput-latency-3n-hsw"
16555   filter: "'NIC_Intel-XL710' and
16556            '64B' and
16557            'BASE' and
16558            'NDRPDR' and
16559            '2T2C' and
16560            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16561   parameters:
16562   - "throughput"
16563   - "parent"
16564   - "tags"
16565   traces:
16566     hoverinfo: "x+y"
16567     boxpoints: "outliers"
16568     whiskerwidth: 0
16569   layout:
16570     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16571     layout: "plot-throughput"
16572
16573 -
16574   type: "plot"
16575   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16576   algorithm: "plot_performance_box"
16577   output-file-type: ".html"
16578   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16579   data: "plot-dpdk-throughput-latency-3n-hsw"
16580   filter: "'NIC_Intel-XL710' and
16581            '64B' and
16582            'BASE' and
16583            'NDRPDR' and
16584            '1T1C' and
16585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16586   parameters:
16587   - "throughput"
16588   - "parent"
16589   - "tags"
16590   traces:
16591     hoverinfo: "x+y"
16592     boxpoints: "outliers"
16593     whiskerwidth: 0
16594   layout:
16595     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16596     layout: "plot-throughput"
16597
16598 -
16599   type: "plot"
16600   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16601   algorithm: "plot_performance_box"
16602   output-file-type: ".html"
16603   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16604   data: "plot-dpdk-throughput-latency-3n-hsw"
16605   filter: "'NIC_Intel-XL710' and
16606            '64B' and
16607            'BASE' and
16608            'NDRPDR' and
16609            '2T2C' and
16610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16611   parameters:
16612   - "throughput"
16613   - "parent"
16614   - "tags"
16615   traces:
16616     hoverinfo: "x+y"
16617     boxpoints: "outliers"
16618     whiskerwidth: 0
16619   layout:
16620     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16621     layout: "plot-throughput"
16622
16623 # Packet Throughput - DPDK testpmd 3n-skx-x710
16624 -
16625   type: "plot"
16626   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16627   algorithm: "plot_performance_box"
16628   output-file-type: ".html"
16629   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16630   data: "plot-dpdk-throughput-latency-3n-skx"
16631   filter: "'NIC_Intel-X710' and
16632            '64B' and
16633            'BASE' and
16634            'NDRPDR' and
16635            '2T1C' and
16636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16637   parameters:
16638   - "throughput"
16639   - "parent"
16640   - "tags"
16641   traces:
16642     hoverinfo: "x+y"
16643     boxpoints: "outliers"
16644     whiskerwidth: 0
16645   layout:
16646     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16647     layout: "plot-throughput"
16648
16649 -
16650   type: "plot"
16651   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16652   algorithm: "plot_performance_box"
16653   output-file-type: ".html"
16654   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16655   data: "plot-dpdk-throughput-latency-3n-skx"
16656   filter: "'NIC_Intel-X710' and
16657            '64B' and
16658            'BASE' and
16659            'NDRPDR' and
16660            '4T2C' and
16661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16662   parameters:
16663   - "throughput"
16664   - "parent"
16665   - "tags"
16666   traces:
16667     hoverinfo: "x+y"
16668     boxpoints: "outliers"
16669     whiskerwidth: 0
16670   layout:
16671     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16672     layout: "plot-throughput"
16673
16674 -
16675   type: "plot"
16676   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16677   algorithm: "plot_performance_box"
16678   output-file-type: ".html"
16679   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16680   data: "plot-dpdk-throughput-latency-3n-skx"
16681   filter: "'NIC_Intel-X710' and
16682            '64B' and
16683            'BASE' and
16684            'NDRPDR' and
16685            '2T1C' and
16686            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16687   parameters:
16688   - "throughput"
16689   - "parent"
16690   - "tags"
16691   traces:
16692     hoverinfo: "x+y"
16693     boxpoints: "outliers"
16694     whiskerwidth: 0
16695   layout:
16696     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16697     layout: "plot-throughput"
16698
16699 -
16700   type: "plot"
16701   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16702   algorithm: "plot_performance_box"
16703   output-file-type: ".html"
16704   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16705   data: "plot-dpdk-throughput-latency-3n-skx"
16706   filter: "'NIC_Intel-X710' and
16707            '64B' and
16708            'BASE' and
16709            'NDRPDR' and
16710            '4T2C' and
16711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16712   parameters:
16713   - "throughput"
16714   - "parent"
16715   - "tags"
16716   traces:
16717     hoverinfo: "x+y"
16718     boxpoints: "outliers"
16719     whiskerwidth: 0
16720   layout:
16721     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16722     layout: "plot-throughput"
16723
16724 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
16725 -
16726   type: "plot"
16727   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16728   algorithm: "plot_performance_box"
16729   output-file-type: ".html"
16730   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16731   data: "plot-dpdk-throughput-latency-3n-skx"
16732   filter: "'NIC_Intel-XXV710' and
16733            '64B' and
16734            'BASE' and
16735            'NDRPDR' and
16736            '2T1C' and
16737            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16738   parameters:
16739   - "throughput"
16740   - "parent"
16741   - "tags"
16742   traces:
16743     hoverinfo: "x+y"
16744     boxpoints: "outliers"
16745     whiskerwidth: 0
16746   layout:
16747     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16748     layout: "plot-throughput"
16749
16750 -
16751   type: "plot"
16752   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16753   algorithm: "plot_performance_box"
16754   output-file-type: ".html"
16755   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16756   data: "plot-dpdk-throughput-latency-3n-skx"
16757   filter: "'NIC_Intel-XXV710' and
16758            '64B' and
16759            'BASE' and
16760            'NDRPDR' and
16761            '4T2C' and
16762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16763   parameters:
16764   - "throughput"
16765   - "parent"
16766   - "tags"
16767   traces:
16768     hoverinfo: "x+y"
16769     boxpoints: "outliers"
16770     whiskerwidth: 0
16771   layout:
16772     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16773     layout: "plot-throughput"
16774
16775 -
16776   type: "plot"
16777   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16778   algorithm: "plot_performance_box"
16779   output-file-type: ".html"
16780   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16781   data: "plot-dpdk-throughput-latency-3n-skx"
16782   filter: "'NIC_Intel-XXV710' and
16783            '64B' and
16784            'BASE' and
16785            'NDRPDR' and
16786            '2T1C' and
16787            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16788   parameters:
16789   - "throughput"
16790   - "parent"
16791   - "tags"
16792   traces:
16793     hoverinfo: "x+y"
16794     boxpoints: "outliers"
16795     whiskerwidth: 0
16796   layout:
16797     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16798     layout: "plot-throughput"
16799
16800 -
16801   type: "plot"
16802   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16803   algorithm: "plot_performance_box"
16804   output-file-type: ".html"
16805   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16806   data: "plot-dpdk-throughput-latency-3n-skx"
16807   filter: "'NIC_Intel-XXV710' and
16808            '64B' and
16809            'BASE' and
16810            'NDRPDR' and
16811            '4T2C' and
16812            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16813   parameters:
16814   - "throughput"
16815   - "parent"
16816   - "tags"
16817   traces:
16818     hoverinfo: "x+y"
16819     boxpoints: "outliers"
16820     whiskerwidth: 0
16821   layout:
16822     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16823     layout: "plot-throughput"
16824
16825 # Packet Throughput - DPDK testpmd 2n-skx-x710
16826 -
16827   type: "plot"
16828   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16829   algorithm: "plot_performance_box"
16830   output-file-type: ".html"
16831   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16832   data: "plot-dpdk-throughput-latency-2n-skx"
16833   filter: "'NIC_Intel-X710' and
16834            '64B' and
16835            'BASE' and
16836            'NDRPDR' and
16837            '2T1C' and
16838            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16839   parameters:
16840   - "throughput"
16841   - "parent"
16842   - "tags"
16843   traces:
16844     hoverinfo: "x+y"
16845     boxpoints: "outliers"
16846     whiskerwidth: 0
16847   layout:
16848     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16849     layout: "plot-throughput"
16850
16851 -
16852   type: "plot"
16853   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16854   algorithm: "plot_performance_box"
16855   output-file-type: ".html"
16856   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16857   data: "plot-dpdk-throughput-latency-2n-skx"
16858   filter: "'NIC_Intel-X710' and
16859            '64B' and
16860            'BASE' and
16861            'NDRPDR' and
16862            '4T2C' and
16863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16864   parameters:
16865   - "throughput"
16866   - "parent"
16867   - "tags"
16868   traces:
16869     hoverinfo: "x+y"
16870     boxpoints: "outliers"
16871     whiskerwidth: 0
16872   layout:
16873     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16874     layout: "plot-throughput"
16875
16876 -
16877   type: "plot"
16878   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16879   algorithm: "plot_performance_box"
16880   output-file-type: ".html"
16881   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16882   data: "plot-dpdk-throughput-latency-2n-skx"
16883   filter: "'NIC_Intel-X710' and
16884            '64B' and
16885            'BASE' and
16886            'NDRPDR' and
16887            '2T1C' and
16888            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16889   parameters:
16890   - "throughput"
16891   - "parent"
16892   - "tags"
16893   traces:
16894     hoverinfo: "x+y"
16895     boxpoints: "outliers"
16896     whiskerwidth: 0
16897   layout:
16898     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16899     layout: "plot-throughput"
16900
16901 -
16902   type: "plot"
16903   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16904   algorithm: "plot_performance_box"
16905   output-file-type: ".html"
16906   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16907   data: "plot-dpdk-throughput-latency-2n-skx"
16908   filter: "'NIC_Intel-X710' and
16909            '64B' and
16910            'BASE' and
16911            'NDRPDR' and
16912            '4T2C' and
16913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16914   parameters:
16915   - "throughput"
16916   - "parent"
16917   - "tags"
16918   traces:
16919     hoverinfo: "x+y"
16920     boxpoints: "outliers"
16921     whiskerwidth: 0
16922   layout:
16923     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16924     layout: "plot-throughput"
16925
16926 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
16927 -
16928   type: "plot"
16929   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16930   algorithm: "plot_performance_box"
16931   output-file-type: ".html"
16932   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16933   data: "plot-dpdk-throughput-latency-2n-skx"
16934   filter: "'NIC_Intel-XXV710' and
16935            '64B' and
16936            'BASE' and
16937            'NDRPDR' and
16938            '2T1C' and
16939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16940   parameters:
16941   - "throughput"
16942   - "parent"
16943   - "tags"
16944   traces:
16945     hoverinfo: "x+y"
16946     boxpoints: "outliers"
16947     whiskerwidth: 0
16948   layout:
16949     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16950     layout: "plot-throughput"
16951
16952 -
16953   type: "plot"
16954   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16955   algorithm: "plot_performance_box"
16956   output-file-type: ".html"
16957   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16958   data: "plot-dpdk-throughput-latency-2n-skx"
16959   filter: "'NIC_Intel-XXV710' and
16960            '64B' and
16961            'BASE' and
16962            'NDRPDR' and
16963            '4T2C' and
16964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16965   parameters:
16966   - "throughput"
16967   - "parent"
16968   - "tags"
16969   traces:
16970     hoverinfo: "x+y"
16971     boxpoints: "outliers"
16972     whiskerwidth: 0
16973   layout:
16974     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16975     layout: "plot-throughput"
16976
16977 -
16978   type: "plot"
16979   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16980   algorithm: "plot_performance_box"
16981   output-file-type: ".html"
16982   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16983   data: "plot-dpdk-throughput-latency-2n-skx"
16984   filter: "'NIC_Intel-XXV710' and
16985            '64B' and
16986            'BASE' and
16987            'NDRPDR' and
16988            '2T1C' and
16989            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16990   parameters:
16991   - "throughput"
16992   - "parent"
16993   - "tags"
16994   traces:
16995     hoverinfo: "x+y"
16996     boxpoints: "outliers"
16997     whiskerwidth: 0
16998   layout:
16999     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17000     layout: "plot-throughput"
17001
17002 -
17003   type: "plot"
17004   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17005   algorithm: "plot_performance_box"
17006   output-file-type: ".html"
17007   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17008   data: "plot-dpdk-throughput-latency-2n-skx"
17009   filter: "'NIC_Intel-XXV710' and
17010            '64B' and
17011            'BASE' and
17012            'NDRPDR' and
17013            '4T2C' and
17014            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17015   parameters:
17016   - "throughput"
17017   - "parent"
17018   - "tags"
17019   traces:
17020     hoverinfo: "x+y"
17021     boxpoints: "outliers"
17022     whiskerwidth: 0
17023   layout:
17024     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17025     layout: "plot-throughput"
17026
17027 ################################################################################
17028
17029 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
17030 -
17031   type: "plot"
17032   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17033   algorithm: "plot_latency_error_bars"
17034   output-file-type: ".html"
17035   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17036   data: "plot-vpp-throughput-latency-3n-hsw"
17037   filter: "'NIC_Intel-X520-DA2' and
17038            '64B' and
17039            ('BASE' or 'SCALE') and
17040            'NDRPDR' and
17041            'ETH' and
17042            '1T1C' and
17043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17044            not 'VHOST' and
17045            not 'MEMIF'"
17046   parameters:
17047   - "latency"
17048   - "parent"
17049   - "tags"
17050   sort:
17051   - "L2XCFWD"
17052   - "L2PATCH"
17053   - "L2BDMACLRN"
17054   - "FIB_10K"
17055   - "FIB_100K"
17056   - "FIB_1M"
17057   layout:
17058     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17059     layout: "plot-latency"
17060
17061 -
17062   type: "plot"
17063   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17064   algorithm: "plot_latency_error_bars"
17065   output-file-type: ".html"
17066   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17067   data: "plot-vpp-throughput-latency-3n-hsw"
17068   filter: "'NIC_Intel-X520-DA2' and
17069            '64B' and
17070            ('BASE' or 'SCALE') and
17071            'NDRPDR' and
17072            'ETH' and
17073            '2T2C' and
17074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17075            not 'VHOST' and
17076            not 'MEMIF'"
17077   parameters:
17078   - "latency"
17079   - "parent"
17080   - "tags"
17081   sort:
17082   - "L2XCFWD"
17083   - "L2PATCH"
17084   - "L2BDMACLRN"
17085   - "FIB_10K"
17086   - "FIB_100K"
17087   - "FIB_1M"
17088   layout:
17089     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17090     layout: "plot-latency"
17091
17092 # Packet Latency - VPP L2 3n-hsw-x520 features
17093 -
17094   type: "plot"
17095   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17096   algorithm: "plot_latency_error_bars"
17097   output-file-type: ".html"
17098   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17099   data: "plot-vpp-throughput-latency-3n-hsw"
17100   filter: "'NIC_Intel-X520-DA2' and
17101            '64B' and
17102            'NDRPDR' and
17103            '1T1C' and
17104            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17105            not 'ACL' and
17106            not 'VHOST' and
17107            not 'MEMIF'"
17108   parameters:
17109   - "latency"
17110   - "parent"
17111   - "tags"
17112   sort:
17113   - "L2XCBASE"    # l2xcbase
17114   - "L2BDBASE"    # l2bdbase
17115   - "L2XCFWD"     # dot1q-l2xcbase
17116   - "L2BDMACLRN"  # dot1q-l2bdbase
17117   layout:
17118     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17119     layout: "plot-latency"
17120
17121 -
17122   type: "plot"
17123   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17124   algorithm: "plot_latency_error_bars"
17125   output-file-type: ".html"
17126   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17127   data: "plot-vpp-throughput-latency-3n-hsw"
17128   filter: "'NIC_Intel-X520-DA2' and
17129            '64B' and
17130            'NDRPDR' and
17131            '2T2C' and
17132            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17133            not 'ACL' and
17134            not 'VHOST' and
17135            not 'MEMIF'"
17136   parameters:
17137   - "latency"
17138   - "parent"
17139   - "tags"
17140   sort:
17141   - "L2XCBASE"    # l2xcbase
17142   - "L2BDBASE"    # l2bdbase
17143   - "L2XCFWD"     # dot1q-l2xcbase
17144   - "L2BDMACLRN"  # dot1q-l2bdbase
17145   layout:
17146     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17147     layout: "plot-latency"
17148
17149 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
17150 -
17151   type: "plot"
17152   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17153   algorithm: "plot_latency_error_bars"
17154   output-file-type: ".html"
17155   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17156   data: "plot-vpp-throughput-latency-3n-hsw"
17157   filter: "'NIC_Intel-X710' and
17158            '64B' and
17159            ('BASE' or 'SCALE') and
17160            'NDRPDR' and
17161            'ETH' and
17162            '1T1C' and
17163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17164            not 'VHOST' and
17165            not 'MEMIF'"
17166   parameters:
17167   - "latency"
17168   - "parent"
17169   - "tags"
17170   sort:
17171   - "L2PATCH"
17172   - "L2XCFWD"
17173   - "L2BDMACLRN"
17174   - "FIB_10K"
17175   - "FIB_100K"
17176   - "FIB_1M"
17177   layout:
17178     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17179     layout: "plot-latency"
17180
17181 -
17182   type: "plot"
17183   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17184   algorithm: "plot_latency_error_bars"
17185   output-file-type: ".html"
17186   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17187   data: "plot-vpp-throughput-latency-3n-hsw"
17188   filter: "'NIC_Intel-X710' and
17189            '64B' and
17190            ('BASE' or 'SCALE') and
17191            'NDRPDR' and
17192            'ETH' and
17193            '2T2C' and
17194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17195            not 'VHOST' and
17196            not 'MEMIF'"
17197   parameters:
17198   - "latency"
17199   - "parent"
17200   - "tags"
17201   sort:
17202   - "L2PATCH"
17203   - "L2XCFWD"
17204   - "L2BDMACLRN"
17205   - "FIB_10K"
17206   - "FIB_100K"
17207   - "FIB_1M"
17208   layout:
17209     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17210     layout: "plot-latency"
17211
17212 # Packet Latency - VPP L2 3n-hsw-x710 features
17213 -
17214   type: "plot"
17215   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17216   algorithm: "plot_latency_error_bars"
17217   output-file-type: ".html"
17218   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17219   data: "plot-vpp-throughput-latency-3n-hsw"
17220   filter: "'NIC_Intel-X710' and
17221            '64B' and
17222            'NDRPDR' and
17223            '1T1C' and
17224            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17225            not 'ACL' and
17226            not 'VHOST' and
17227            not 'L2OVRLAY' and
17228            not 'MEMIF'"
17229   parameters:
17230   - "latency"
17231   - "parent"
17232   - "tags"
17233   sort:
17234   - "L2XCBASE"    # l2xcbase
17235   - "L2BDBASE"    # l2bdbase
17236   - "L2XCFWD"     # dot1q-l2xcbase
17237   - "L2BDMACLRN"  # dot1q-l2bdbase
17238   layout:
17239     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17240     layout: "plot-latency"
17241
17242 -
17243   type: "plot"
17244   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17245   algorithm: "plot_latency_error_bars"
17246   output-file-type: ".html"
17247   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17248   data: "plot-vpp-throughput-latency-3n-hsw"
17249   filter: "'NIC_Intel-X710' and
17250            '64B' and
17251            'NDRPDR' and
17252            '2T2C' and
17253            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17254            not 'ACL' and
17255            not 'VHOST' and
17256            not 'L2OVRLAY' and
17257            not 'MEMIF'"
17258   parameters:
17259   - "latency"
17260   - "parent"
17261   - "tags"
17262   sort:
17263   - "L2XCBASE"    # l2xcbase
17264   - "L2BDBASE"    # l2bdbase
17265   - "L2XCFWD"     # dot1q-l2xcbase
17266   - "L2BDMACLRN"  # dot1q-l2bdbase
17267   layout:
17268     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17269     layout: "plot-latency"
17270
17271 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17272 -
17273   type: "plot"
17274   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17275   algorithm: "plot_latency_error_bars"
17276   output-file-type: ".html"
17277   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17278   data: "plot-vpp-throughput-latency-3n-hsw"
17279   filter: "'NIC_Intel-XL710' and
17280            '64B' and
17281            'BASE' and
17282            'NDRPDR' and
17283            'ETH' and
17284            '1T1C' and
17285            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17286            not 'VHOST' and
17287            not 'MEMIF'"
17288   parameters:
17289   - "latency"
17290   - "parent"
17291   - "tags"
17292   sort:
17293   - "L2PATCH"
17294   - "L2XCFWD"
17295   - "L2BDMACLRN"
17296   layout:
17297     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
17298     layout: "plot-latency"
17299
17300 -
17301   type: "plot"
17302   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17303   algorithm: "plot_latency_error_bars"
17304   output-file-type: ".html"
17305   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17306   data: "plot-vpp-throughput-latency-3n-hsw"
17307   filter: "'NIC_Intel-XL710' and
17308            '64B' and
17309            'BASE' and
17310            'NDRPDR' and
17311            'ETH' and
17312            '2T2C' and
17313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17314            not 'VHOST' and
17315            not 'MEMIF'"
17316   parameters:
17317   - "latency"
17318   - "parent"
17319   - "tags"
17320   sort:
17321   - "L2PATCH"
17322   - "L2XCFWD"
17323   - "L2BDMACLRN"
17324   layout:
17325     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
17326     layout: "plot-latency"
17327
17328 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17329 -
17330   type: "plot"
17331   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17332   algorithm: "plot_latency_error_bars"
17333   output-file-type: ".html"
17334   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17335   data: "plot-vpp-throughput-latency-3n-skx"
17336   filter: "'NIC_Intel-X710' and
17337            '64B' and
17338            ('BASE' or 'SCALE') and
17339            'NDRPDR' and
17340            'ETH' and
17341            '2T1C' and
17342            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17343            not 'VHOST' and
17344            not 'MEMIF' and
17345            not 'DRV_AVF'"
17346   parameters:
17347   - "latency"
17348   - "parent"
17349   - "tags"
17350   sort:
17351   - "L2PATCH"
17352   - "L2XCBASE"
17353   - "BASE"
17354   - "FIB_10K"
17355   - "FIB_100K"
17356   - "FIB_1M"
17357   layout:
17358     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17359     layout: "plot-latency"
17360
17361 -
17362   type: "plot"
17363   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17364   algorithm: "plot_latency_error_bars"
17365   output-file-type: ".html"
17366   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17367   data: "plot-vpp-throughput-latency-3n-skx"
17368   filter: "'NIC_Intel-X710' and
17369            '64B' and
17370            ('BASE' or 'SCALE') and
17371            'NDRPDR' and
17372            'ETH' and
17373            '4T2C' and
17374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17375            not 'VHOST' and
17376            not 'MEMIF' and
17377            not 'DRV_AVF'"
17378   parameters:
17379   - "latency"
17380   - "parent"
17381   - "tags"
17382   sort:
17383   - "L2PATCH"
17384   - "L2XCBASE"
17385   - "BASE"
17386   - "FIB_10K"
17387   - "FIB_100K"
17388   - "FIB_1M"
17389   layout:
17390     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17391     layout: "plot-latency"
17392
17393 # Packet Latency - VPP L2 3n-skx-x710 features
17394 -
17395   type: "plot"
17396   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17397   algorithm: "plot_latency_error_bars"
17398   output-file-type: ".html"
17399   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17400   data: "plot-vpp-throughput-latency-3n-skx"
17401   filter: "'NIC_Intel-X710' and
17402            '64B' and
17403            'NDRPDR' and
17404            '2T1C' and
17405            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17406            not 'ACL' and
17407            not 'VHOST' and
17408            not 'DRV_AVF' and
17409            not 'L2OVRLAY' and
17410            not 'MEMIF'"
17411   parameters:
17412   - "latency"
17413   - "parent"
17414   - "tags"
17415   sort:
17416   - "L2XCBASE"    # l2xcbase
17417   - "L2BDBASE"    # l2bdbase
17418   - "L2XCFWD"     # dot1q-l2xcbase
17419   - "L2BDMACLRN"  # dot1q-l2bdbase
17420   layout:
17421     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17422     layout: "plot-latency"
17423
17424 -
17425   type: "plot"
17426   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17427   algorithm: "plot_latency_error_bars"
17428   output-file-type: ".html"
17429   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17430   data: "plot-vpp-throughput-latency-3n-skx"
17431   filter: "'NIC_Intel-X710' and
17432            '64B' and
17433            'NDRPDR' and
17434            '4T2C' and
17435            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17436            not 'ACL' and
17437            not 'VHOST' and
17438            not 'DRV_AVF' and
17439            not 'L2OVRLAY' and
17440            not 'MEMIF'"
17441   parameters:
17442   - "latency"
17443   - "parent"
17444   - "tags"
17445   sort:
17446   - "L2XCBASE"    # l2xcbase
17447   - "L2BDBASE"    # l2bdbase
17448   - "L2XCFWD"     # dot1q-l2xcbase
17449   - "L2BDMACLRN"  # dot1q-l2bdbase
17450   layout:
17451     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17452     layout: "plot-latency"
17453
17454 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
17455 -
17456   type: "plot"
17457   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17458   algorithm: "plot_latency_error_bars"
17459   output-file-type: ".html"
17460   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17461   data: "plot-vpp-throughput-latency-3n-skx"
17462   filter: "'NIC_Intel-XXV710' and
17463            '64B' and
17464            ('BASE' or 'SCALE') and
17465            'NDRPDR' and
17466            'ETH' and
17467            '2T1C' and
17468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17469            not 'VHOST' and
17470            not 'MEMIF'"
17471   parameters:
17472   - "latency"
17473   - "parent"
17474   - "tags"
17475   sort:
17476   - "L2PATCH"
17477   - "L2PATCH"
17478   - "L2XCBASE"
17479   - "L2BDMACLRN"
17480   layout:
17481     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
17482     layout: "plot-latency"
17483
17484 -
17485   type: "plot"
17486   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17487   algorithm: "plot_latency_error_bars"
17488   output-file-type: ".html"
17489   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17490   data: "plot-vpp-throughput-latency-3n-skx"
17491   filter: "'NIC_Intel-XXV710' and
17492            '64B' and
17493            ('BASE' or 'SCALE') and
17494            'NDRPDR' and
17495            'ETH' and
17496            '4T2C' and
17497            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17498            not 'VHOST' and
17499            not 'MEMIF'"
17500   parameters:
17501   - "latency"
17502   - "parent"
17503   - "tags"
17504   sort:
17505   - "L2PATCH"
17506   - "L2PATCH"
17507   - "L2XCBASE"
17508   - "L2BDMACLRN"
17509   layout:
17510     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
17511     layout: "plot-latency"
17512
17513 # Packet Latency - VPP L2 2n-skx-x710 base and scale
17514 -
17515   type: "plot"
17516   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17517   algorithm: "plot_latency_error_bars"
17518   output-file-type: ".html"
17519   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17520   data: "plot-vpp-throughput-latency-2n-skx"
17521   filter: "'NIC_Intel-X710' and
17522            '64B' and
17523            'ETH' and
17524            ('BASE' or 'SCALE') and
17525            'NDRPDR' and
17526            '2T1C' and
17527            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17528            not 'VHOST' and
17529            not 'MEMIF'"
17530   parameters:
17531   - "latency"
17532   - "parent"
17533   - "tags"
17534   sort:
17535   - "L2PATCH"
17536   - "L2XCBASE"
17537   - "BASE"
17538   - "FIB_10K"
17539   - "FIB_100K"
17540   - "FIB_1M"
17541   layout:
17542     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17543     layout: "plot-latency"
17544
17545 -
17546   type: "plot"
17547   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17548   algorithm: "plot_latency_error_bars"
17549   output-file-type: ".html"
17550   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17551   data: "plot-vpp-throughput-latency-2n-skx"
17552   filter: "'NIC_Intel-X710' and
17553            '64B' and
17554            ('BASE' or 'SCALE') and
17555            'NDRPDR' and
17556            'ETH' and
17557            '4T2C' and
17558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17559            not 'VHOST' and
17560            not 'MEMIF'"
17561   parameters:
17562   - "latency"
17563   - "parent"
17564   - "tags"
17565   sort:
17566   - "L2PATCH"
17567   - "L2XCBASE"
17568   - "BASE"
17569   - "FIB_10K"
17570   - "FIB_100K"
17571   - "FIB_1M"
17572   layout:
17573     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17574     layout: "plot-latency"
17575
17576 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
17577 -
17578   type: "plot"
17579   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17580   algorithm: "plot_latency_error_bars"
17581   output-file-type: ".html"
17582   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17583   data: "plot-vpp-throughput-latency-2n-skx"
17584   filter: "'NIC_Intel-XXV710' and
17585            '64B' and
17586            ('BASE' or 'SCALE') and
17587            'NDRPDR' and
17588            'ETH' and
17589            '2T1C' and
17590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17591            not 'VHOST' and
17592            not 'MEMIF'"
17593   parameters:
17594   - "latency"
17595   - "parent"
17596   - "tags"
17597   sort:
17598   - "L2PATCH"
17599   - "L2XCBASE"
17600   - "BASE"
17601   - "FIB_10K"
17602   - "FIB_100K"
17603   - "FIB_1M"
17604   layout:
17605     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17606     layout: "plot-latency"
17607
17608 -
17609   type: "plot"
17610   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17611   algorithm: "plot_latency_error_bars"
17612   output-file-type: ".html"
17613   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17614   data: "plot-vpp-throughput-latency-2n-skx"
17615   filter: "'NIC_Intel-XXV710' and
17616            '64B' and
17617            ('BASE' or 'SCALE') and
17618            'NDRPDR' and
17619            'ETH' and
17620            '4T2C' and
17621            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17622            not 'VHOST' and
17623            not 'MEMIF'"
17624   parameters:
17625   - "latency"
17626   - "parent"
17627   - "tags"
17628   sort:
17629   - "L2PATCH"
17630   - "L2XCBASE"
17631   - "BASE"
17632   - "FIB_10K"
17633   - "FIB_100K"
17634   - "FIB_1M"
17635   layout:
17636     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17637     layout: "plot-latency"
17638
17639 ################################################################################
17640
17641 # Packet Latency - VPP Container Memif 3n-hsw-x520
17642 -
17643   type: "plot"
17644   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
17645   algorithm: "plot_latency_error_bars"
17646   output-file-type: ".html"
17647   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
17648   data: "plot-vpp-throughput-latency-3n-hsw"
17649   filter: "'NIC_Intel-X520-DA2' and
17650            '64B' and
17651            ('BASE' or 'SCALE') and
17652            'NDRPDR' and
17653            '1T1C' and
17654            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17655            not 'VHOST' and
17656            'MEMIF'"
17657   parameters:
17658   - "latency"
17659   - "parent"
17660   - "tags"
17661   sort:
17662   - "L2XCFWD"
17663   - "L2XCFWD"
17664   - "L2XCFWD"
17665   - "L2BDMACLRN"
17666   - "L2BDMACLRN"
17667   - "L2BDMACLRN"
17668   - "IP4FWD"
17669   layout:
17670     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
17671     layout: "plot-latency"
17672
17673 -
17674   type: "plot"
17675   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
17676   algorithm: "plot_latency_error_bars"
17677   output-file-type: ".html"
17678   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
17679   data: "plot-vpp-throughput-latency-3n-hsw"
17680   filter: "'NIC_Intel-X520-DA2' and
17681            '64B' and
17682            ('BASE' or 'SCALE') and
17683            'NDRPDR' and
17684            '2T2C' and
17685            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17686            not 'VHOST' and
17687            'MEMIF'"
17688   parameters:
17689   - "latency"
17690   - "parent"
17691   - "tags"
17692   sort:
17693   - "L2XCFWD"
17694   - "L2XCFWD"
17695   - "L2XCFWD"
17696   - "L2BDMACLRN"
17697   - "L2BDMACLRN"
17698   - "L2BDMACLRN"
17699   - "IP4FWD"
17700   layout:
17701     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
17702     layout: "plot-latency"
17703
17704 # Packet Latency - VPP Container Memif 3n-hsw-x710
17705 -
17706   type: "plot"
17707   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
17708   algorithm: "plot_latency_error_bars"
17709   output-file-type: ".html"
17710   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
17711   data: "plot-vpp-throughput-latency-3n-hsw"
17712   filter: "'NIC_Intel-X710' and
17713            '64B' and
17714            ('BASE' or 'SCALE') and
17715            'NDRPDR' and
17716            '1T1C' and
17717            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17718            not 'VHOST' and
17719            'MEMIF'"
17720   parameters:
17721   - "latency"
17722   - "parent"
17723   - "tags"
17724   sort:
17725   - "L2XCFWD"
17726   - "L2XCFWD"
17727   - "L2XCFWD"
17728   - "L2BDMACLRN"
17729   - "L2BDMACLRN"
17730   - "L2BDMACLRN"
17731   - "IP4FWD"
17732   layout:
17733     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
17734     layout: "plot-latency"
17735
17736 -
17737   type: "plot"
17738   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
17739   algorithm: "plot_latency_error_bars"
17740   output-file-type: ".html"
17741   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
17742   data: "plot-vpp-throughput-latency-3n-hsw"
17743   filter: "'NIC_Intel-X710' and
17744            '64B' and
17745            ('BASE' or 'SCALE') and
17746            'NDRPDR' and
17747            '2T2C' and
17748            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17749            not 'VHOST' and
17750            'MEMIF'"
17751   parameters:
17752   - "latency"
17753   - "parent"
17754   - "tags"
17755   sort:
17756   - "L2XCFWD"
17757   - "L2XCFWD"
17758   - "L2XCFWD"
17759   - "L2BDMACLRN"
17760   - "L2BDMACLRN"
17761   - "L2BDMACLRN"
17762   - "IP4FWD"
17763   layout:
17764     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
17765     layout: "plot-latency"
17766
17767 # Packet Latency - VPP Container Memif 3n-hsw-xl710
17768 -
17769   type: "plot"
17770   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
17771   algorithm: "plot_latency_error_bars"
17772   output-file-type: ".html"
17773   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
17774   data: "plot-vpp-throughput-latency-3n-hsw"
17775   filter: "'NIC_Intel-XL710' and
17776            '64B' and
17777            ('BASE' or 'SCALE') and
17778            'NDRPDR' and
17779            '1T1C' and
17780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17781            not 'VHOST' and
17782            'MEMIF'"
17783   parameters:
17784   - "latency"
17785   - "parent"
17786   - "tags"
17787   sort:
17788   - "L2XCFWD"
17789   - "L2XCFWD"
17790   - "L2XCFWD"
17791   - "L2BDMACLRN"
17792   - "L2BDMACLRN"
17793   - "L2BDMACLRN"
17794   - "IP4FWD"
17795   layout:
17796     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
17797     layout: "plot-latency"
17798
17799 -
17800   type: "plot"
17801   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
17802   algorithm: "plot_latency_error_bars"
17803   output-file-type: ".html"
17804   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
17805   data: "plot-vpp-throughput-latency-3n-hsw"
17806   filter: "'NIC_Intel-XL710' and
17807            '64B' and
17808            ('BASE' or 'SCALE') and
17809            'NDRPDR' and
17810            '2T2C' and
17811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17812            not 'VHOST' and
17813            'MEMIF'"
17814   parameters:
17815   - "latency"
17816   - "parent"
17817   - "tags"
17818   sort:
17819   - "L2XCFWD"
17820   - "L2XCFWD"
17821   - "L2XCFWD"
17822   - "L2BDMACLRN"
17823   - "L2BDMACLRN"
17824   - "L2BDMACLRN"
17825   - "IP4FWD"
17826   layout:
17827     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
17828     layout: "plot-latency"
17829
17830 # Packet Latency - VPP Container Memif 3n-skx-x710
17831 -
17832   type: "plot"
17833   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
17834   algorithm: "plot_latency_error_bars"
17835   output-file-type: ".html"
17836   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
17837   data: "plot-vpp-throughput-latency-3n-skx"
17838   filter: "'NIC_Intel-X710' and
17839            '64B' and
17840            ('BASE' or 'SCALE') and
17841            'NDRPDR' and
17842            '2T1C' and
17843            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17844            not 'VHOST' and
17845            'MEMIF'"
17846   parameters:
17847   - "latency"
17848   - "parent"
17849   - "tags"
17850   sort:
17851   - "L2XCFWD"
17852   - "L2XCFWD"
17853   - "L2XCFWD"
17854   - "L2BDMACLRN"
17855   - "L2BDMACLRN"
17856   - "L2BDMACLRN"
17857   - "IP4FWD"
17858   layout:
17859     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
17860     layout: "plot-latency"
17861
17862 -
17863   type: "plot"
17864   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
17865   algorithm: "plot_latency_error_bars"
17866   output-file-type: ".html"
17867   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
17868   data: "plot-vpp-throughput-latency-3n-skx"
17869   filter: "'NIC_Intel-X710' and
17870            '64B' and
17871            ('BASE' or 'SCALE') and
17872            'NDRPDR' and
17873            '4T2C' and
17874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17875            not 'VHOST' and
17876            'MEMIF'"
17877   parameters:
17878   - "latency"
17879   - "parent"
17880   - "tags"
17881   sort:
17882   - "L2XCFWD"
17883   - "L2XCFWD"
17884   - "L2XCFWD"
17885   - "L2BDMACLRN"
17886   - "L2BDMACLRN"
17887   - "L2BDMACLRN"
17888   - "IP4FWD"
17889   layout:
17890     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
17891     layout: "plot-latency"
17892
17893 # Packet Latency - VPP Container Memif 2n-skx-x710
17894 -
17895   type: "plot"
17896   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
17897   algorithm: "plot_latency_error_bars"
17898   output-file-type: ".html"
17899   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
17900   data: "plot-vpp-throughput-latency-2n-skx"
17901   filter: "'NIC_Intel-X710' and
17902            '64B' and
17903            ('BASE' or 'SCALE') and
17904            'NDRPDR' and
17905            '2T1C' and
17906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17907            not 'VHOST' and
17908            not 'NF_DENSITY' and
17909            'MEMIF'"
17910   parameters:
17911   - "latency"
17912   - "parent"
17913   - "tags"
17914   sort:
17915   - "L2XCFWD"
17916   - "L2XCFWD"
17917   - "L2XCFWD"
17918   - "L2BDMACLRN"
17919   - "L2BDMACLRN"
17920   - "L2BDMACLRN"
17921   - "IP4FWD"
17922   layout:
17923     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
17924     layout: "plot-latency"
17925
17926 -
17927   type: "plot"
17928   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
17929   algorithm: "plot_latency_error_bars"
17930   output-file-type: ".html"
17931   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
17932   data: "plot-vpp-throughput-latency-2n-skx"
17933   filter: "'NIC_Intel-X710' and
17934            '64B' and
17935            ('BASE' or 'SCALE') and
17936            'NDRPDR' and
17937            '4T2C' and
17938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17939            not 'VHOST' and
17940            not 'NF_DENSITY' and
17941            'MEMIF'"
17942   parameters:
17943   - "latency"
17944   - "parent"
17945   - "tags"
17946   sort:
17947   - "L2XCFWD"
17948   - "L2XCFWD"
17949   - "L2XCFWD"
17950   - "L2BDMACLRN"
17951   - "L2BDMACLRN"
17952   - "L2BDMACLRN"
17953   - "IP4FWD"
17954   layout:
17955     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
17956     layout: "plot-latency"
17957
17958 # Packet Latency - VPP Container Memif 2n-skx-xxv710
17959 -
17960   type: "plot"
17961   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
17962   algorithm: "plot_latency_error_bars"
17963   output-file-type: ".html"
17964   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
17965   data: "plot-vpp-throughput-latency-2n-skx"
17966   filter: "'NIC_Intel-XXV710' and
17967            '64B' and
17968            ('BASE' or 'SCALE') and
17969            'NDRPDR' and
17970            '2T1C' and
17971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17972            not 'VHOST' and
17973            'MEMIF'"
17974   parameters:
17975   - "latency"
17976   - "parent"
17977   - "tags"
17978   sort:
17979   - "L2XCFWD"
17980   - "L2XCFWD"
17981   - "L2XCFWD"
17982   - "L2BDMACLRN"
17983   - "L2BDMACLRN"
17984   - "L2BDMACLRN"
17985   - "IP4FWD"
17986   layout:
17987     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
17988     layout: "plot-latency"
17989
17990 -
17991   type: "plot"
17992   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
17993   algorithm: "plot_latency_error_bars"
17994   output-file-type: ".html"
17995   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
17996   data: "plot-vpp-throughput-latency-2n-skx"
17997   filter: "'NIC_Intel-XXV710' and
17998            '64B' and
17999            ('BASE' or 'SCALE') and
18000            'NDRPDR' and
18001            '4T2C' and
18002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18003            not 'VHOST' and
18004            'MEMIF'"
18005   parameters:
18006   - "latency"
18007   - "parent"
18008   - "tags"
18009   sort:
18010   - "L2XCFWD"
18011   - "L2XCFWD"
18012   - "L2XCFWD"
18013   - "L2BDMACLRN"
18014   - "L2BDMACLRN"
18015   - "L2BDMACLRN"
18016   - "IP4FWD"
18017   layout:
18018     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
18019     layout: "plot-latency"
18020
18021 ################################################################################
18022
18023 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
18024 -
18025   type: "plot"
18026   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18027   algorithm: "plot_latency_error_bars"
18028   output-file-type: ".html"
18029   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18030   data: "plot-ligato-throughput-latency-3n-hsw"
18031   filter: "'NIC_Intel-X520-DA2' and
18032            '64B' and
18033            ('BASE' or 'SCALE') and
18034            'NDRPDR' and
18035            '1T1C' and
18036            'L2XCFWD' and
18037            not 'VHOST' and
18038            not 'NF_DENSITY' and
18039            'MEMIF'"
18040   parameters:
18041   - "latency"
18042   - "parent"
18043   - "tags"
18044   sort:
18045   - "1VNF"
18046   - "2VNF"
18047   - "4VNF"
18048   - "2VNF"
18049   - "4VNF"
18050   layout:
18051     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
18052     layout: "plot-latency"
18053
18054 -
18055   type: "plot"
18056   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18057   algorithm: "plot_latency_error_bars"
18058   output-file-type: ".html"
18059   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18060   data: "plot-ligato-throughput-latency-3n-hsw"
18061   filter: "'NIC_Intel-X520-DA2' and
18062            '64B' and
18063            ('BASE' or 'SCALE') and
18064            'NDRPDR' and
18065            '2T2C' and
18066            'L2XCFWD' and
18067            not 'VHOST' and
18068            not 'NF_DENSITY' and
18069            'MEMIF'"
18070   parameters:
18071   - "latency"
18072   - "parent"
18073   - "tags"
18074   sort:
18075   - "1VNF"
18076   - "2VNF"
18077   - "4VNF"
18078   - "2VNF"
18079   - "4VNF"
18080   layout:
18081     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
18082     layout: "plot-latency"
18083
18084 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
18085 -
18086   type: "plot"
18087   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18088   algorithm: "plot_latency_error_bars"
18089   output-file-type: ".html"
18090   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18091   data: "plot-ligato-throughput-latency-3n-hsw"
18092   filter: "'NIC_Intel-X520-DA2' and
18093            '64B' and
18094            ('BASE' or 'SCALE') and
18095            'NDRPDR' and
18096            '1T1C' and
18097            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18098            not 'VHOST' and
18099            not 'NF_DENSITY' and
18100            'MEMIF'"
18101   parameters:
18102   - "latency"
18103   - "parent"
18104   - "tags"
18105   sort:
18106   - "1VNF"
18107   - "2VNF"
18108   - "4VNF"
18109   - "2VNF"
18110   - "4VNF"
18111   layout:
18112     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18113     layout: "plot-latency"
18114
18115 -
18116   type: "plot"
18117   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18118   algorithm: "plot_latency_error_bars"
18119   output-file-type: ".html"
18120   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18121   data: "plot-ligato-throughput-latency-3n-hsw"
18122   filter: "'NIC_Intel-X520-DA2' and
18123            '64B' and
18124            ('BASE' or 'SCALE') and
18125            'NDRPDR' and
18126            '2T2C' and
18127            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18128            not 'VHOST' and
18129            not 'NF_DENSITY' and
18130            'MEMIF'"
18131   parameters:
18132   - "latency"
18133   - "parent"
18134   - "tags"
18135   sort:
18136   - "1VNF"
18137   - "2VNF"
18138   - "4VNF"
18139   - "2VNF"
18140   - "4VNF"
18141   layout:
18142     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18143     layout: "plot-latency"
18144
18145 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18146 -
18147   type: "plot"
18148   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18149   algorithm: "plot_latency_error_bars"
18150   output-file-type: ".html"
18151   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18152   data: "plot-ligato-throughput-latency-3n-hsw"
18153   filter: "'NIC_Intel-X710' and
18154            '64B' and
18155            ('BASE' or 'SCALE') and
18156            'NDRPDR' and
18157            '1T1C' and
18158            'L2XCFWD' and
18159            not 'VHOST' and
18160            not 'NF_DENSITY' and
18161            'MEMIF'"
18162   parameters:
18163   - "latency"
18164   - "parent"
18165   - "tags"
18166   sort:
18167   - "1VNF"
18168   - "2VNF"
18169   - "4VNF"
18170   - "2VNF"
18171   - "4VNF"
18172   layout:
18173     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18174     layout: "plot-latency"
18175
18176 -
18177   type: "plot"
18178   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18179   algorithm: "plot_latency_error_bars"
18180   output-file-type: ".html"
18181   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18182   data: "plot-ligato-throughput-latency-3n-hsw"
18183   filter: "'NIC_Intel-X710' and
18184            '64B' and
18185            ('BASE' or 'SCALE') and
18186            'NDRPDR' and
18187            '2T2C' and
18188            'L2XCFWD' and
18189            not 'VHOST' and
18190            not 'NF_DENSITY' and
18191            'MEMIF'"
18192   parameters:
18193   - "latency"
18194   - "parent"
18195   - "tags"
18196   sort:
18197   - "1VNF"
18198   - "2VNF"
18199   - "4VNF"
18200   - "2VNF"
18201   - "4VNF"
18202   layout:
18203     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18204     layout: "plot-latency"
18205
18206 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18207 -
18208   type: "plot"
18209   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18210   algorithm: "plot_latency_error_bars"
18211   output-file-type: ".html"
18212   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18213   data: "plot-ligato-throughput-latency-3n-hsw"
18214   filter: "'NIC_Intel-X710' and
18215            '64B' and
18216            ('BASE' or 'SCALE') and
18217            'NDRPDR' and
18218            '1T1C' and
18219            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18220            not 'VHOST' and
18221            not 'NF_DENSITY' and
18222            'MEMIF'"
18223   parameters:
18224   - "latency"
18225   - "parent"
18226   - "tags"
18227   sort:
18228   - "1VNF"
18229   - "2VNF"
18230   - "4VNF"
18231   - "2VNF"
18232   - "4VNF"
18233   layout:
18234     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18235     layout: "plot-latency"
18236
18237 -
18238   type: "plot"
18239   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18240   algorithm: "plot_latency_error_bars"
18241   output-file-type: ".html"
18242   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18243   data: "plot-ligato-throughput-latency-3n-hsw"
18244   filter: "'NIC_Intel-X710' and
18245            '64B' and
18246            ('BASE' or 'SCALE') and
18247            'NDRPDR' and
18248            '2T2C' and
18249            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18250            not 'VHOST' and
18251            not 'NF_DENSITY' and
18252            'MEMIF'"
18253   parameters:
18254   - "latency"
18255   - "parent"
18256   - "tags"
18257   sort:
18258   - "1VNF"
18259   - "2VNF"
18260   - "4VNF"
18261   - "2VNF"
18262   - "4VNF"
18263   layout:
18264     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18265     layout: "plot-latency"
18266
18267 ################################################################################
18268
18269 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18270 -
18271   type: "plot"
18272   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18273   algorithm: "plot_latency_error_bars"
18274   output-file-type: ".html"
18275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18276   data: "plot-vpp-throughput-latency-3n-hsw"
18277   filter: "'NIC_Intel-X520-DA2' and
18278            '64B' and
18279            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
18280            'NDRPDR' and
18281            '1T1C' and
18282            'IP4FWD' and
18283            not 'IPSEC' and
18284            not 'DOT1Q' and
18285            not 'VHOST'"
18286   parameters:
18287   - "latency"
18288   - "parent"
18289   - "tags"
18290   sort:
18291   - "DOT1Q"
18292   - "IP4BASE"
18293   - "FIB_20k"
18294   - "FIB_200k"
18295   - "FIB_2M"
18296   layout:
18297     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18298     layout: "plot-latency"
18299
18300 -
18301   type: "plot"
18302   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18303   algorithm: "plot_latency_error_bars"
18304   output-file-type: ".html"
18305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18306   data: "plot-vpp-throughput-latency-3n-hsw"
18307   filter: "'NIC_Intel-X520-DA2' and
18308            '64B' and
18309            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
18310            'NDRPDR' and
18311            '2T2C' and
18312            'IP4FWD' and
18313            not 'IPSEC' and
18314            not 'DOT1Q' and
18315            not 'VHOST'"
18316   parameters:
18317   - "latency"
18318   - "parent"
18319   - "tags"
18320   sort:
18321   - "DOT1Q"
18322   - "IP4BASE"
18323   - "FIB_20k"
18324   - "FIB_200k"
18325   - "FIB_2M"
18326   layout:
18327     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18328     layout: "plot-latency"
18329
18330 # Packet Latency - VPP IPv4 3n-hsw-x520 features
18331 -
18332   type: "plot"
18333   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18334   algorithm: "plot_latency_error_bars"
18335   output-file-type: ".html"
18336   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18337   data: "plot-vpp-throughput-latency-3n-hsw"
18338   filter: "'NIC_Intel-X520-DA2' and
18339            '64B' and
18340            ('IP4BASE' or
18341             'POLICE_MARK' or
18342             'COPWHLIST' or
18343             ('NAT44' and 'BASE') or
18344             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18345            'NDRPDR' and
18346            '1T1C' and
18347            'IP4FWD' and
18348            not 'IPSEC' and
18349            not 'VHOST'"
18350   parameters:
18351   - "latency"
18352   - "parent"
18353   - "tags"
18354   sort:
18355   - "DOT1Q"
18356   - "IP4BASE"
18357   - "NAT44"
18358   - "POLICE_MARK"
18359   - "COPWHLIST"
18360   - "IACL"
18361   - "OACL"
18362   layout:
18363     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18364     layout: "plot-latency"
18365
18366 -
18367   type: "plot"
18368   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18369   algorithm: "plot_latency_error_bars"
18370   output-file-type: ".html"
18371   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18372   data: "plot-vpp-throughput-latency-3n-hsw"
18373   filter: "'NIC_Intel-X520-DA2' and
18374            '64B' and
18375            ('IP4BASE' or
18376             'POLICE_MARK' or
18377             'COPWHLIST' or
18378             ('NAT44' and 'BASE') or
18379             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18380            'NDRPDR' and
18381            '2T2C' and
18382            'IP4FWD' and
18383            not 'IPSEC' and
18384            not 'VHOST'"
18385   parameters:
18386   - "latency"
18387   - "parent"
18388   - "tags"
18389   sort:
18390   - "DOT1Q"
18391   - "IP4BASE"
18392   - "NAT44"
18393   - "POLICE_MARK"
18394   - "COPWHLIST"
18395   - "IACL"
18396   - "OACL"
18397   layout:
18398     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18399     layout: "plot-latency"
18400
18401 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18402 -
18403   type: "plot"
18404   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18405   algorithm: "plot_latency_error_bars"
18406   output-file-type: ".html"
18407   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18408   data: "plot-vpp-throughput-latency-3n-hsw"
18409   filter: "'NIC_Intel-X520-DA2' and
18410            '64B' and
18411            'NDRPDR' and
18412            '1T1C' and
18413            'IP4FWD' and
18414            ('NAT44' or 'IP4BASE') and
18415            not 'DOT1Q' and
18416            not 'IPSEC' and
18417            not 'VHOST'"
18418   parameters:
18419   - "latency"
18420   - "parent"
18421   - "tags"
18422   sort:
18423   - "IP4BASE"
18424   - "BASE"
18425   - "SRC_USER_10"
18426   - "SRC_USER_100"
18427   - "SRC_USER_1000"
18428   - "SRC_USER_2000"
18429   layout:
18430     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18431     layout: "plot-latency"
18432
18433 -
18434   type: "plot"
18435   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18436   algorithm: "plot_latency_error_bars"
18437   output-file-type: ".html"
18438   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18439   data: "plot-vpp-throughput-latency-3n-hsw"
18440   filter: "'NIC_Intel-X520-DA2' and
18441            '64B' and
18442            'NDRPDR' and
18443            '2T2C' and
18444            'IP4FWD' and
18445            ('NAT44' or 'IP4BASE') and
18446            not 'DOT1Q' and
18447            not 'IPSEC' and
18448            not 'VHOST'"
18449   parameters:
18450   - "latency"
18451   - "parent"
18452   - "tags"
18453   sort:
18454   - "IP4BASE"
18455   - "BASE"
18456   - "SRC_USER_10"
18457   - "SRC_USER_100"
18458   - "SRC_USER_1000"
18459   - "SRC_USER_2000"
18460   layout:
18461     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18462     layout: "plot-latency"
18463
18464 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18465 -
18466   type: "plot"
18467   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18468   algorithm: "plot_latency_error_bars"
18469   output-file-type: ".html"
18470   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18471   data: "plot-vpp-throughput-latency-3n-hsw"
18472   filter: "'NIC_Intel-X520-DA2' and
18473            '64B' and
18474            'NDRPDR' and
18475            '1T1C' and
18476            'IP4FWD' and
18477            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18478            not 'IPSEC' and
18479            not 'DOT1Q' and
18480            not 'VHOST'"
18481   parameters:
18482   - "latency"
18483   - "parent"
18484   - "tags"
18485   sort:
18486   - "IP4BASE"
18487   - "ACL_STATELESS"
18488   - "ACL_STATEFUL"
18489   - "ACL_STATELESS"
18490   - "ACL_STATEFUL"
18491   layout:
18492     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18493     layout: "plot-latency"
18494
18495 -
18496   type: "plot"
18497   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18498   algorithm: "plot_latency_error_bars"
18499   output-file-type: ".html"
18500   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18501   data: "plot-vpp-throughput-latency-3n-hsw"
18502   filter: "'NIC_Intel-X520-DA2' and
18503            '64B' and
18504            'NDRPDR' and
18505            '2T2C' and
18506            'IP4FWD' and
18507            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18508            not 'IPSEC' and
18509            not 'DOT1Q' and
18510            not 'VHOST'"
18511   parameters:
18512   - "latency"
18513   - "parent"
18514   - "tags"
18515   sort:
18516   - "IP4BASE"
18517   - "ACL_STATELESS"
18518   - "ACL_STATEFUL"
18519   - "ACL_STATELESS"
18520   - "ACL_STATEFUL"
18521   layout:
18522     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18523     layout: "plot-latency"
18524
18525 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18526 -
18527   type: "plot"
18528   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18529   algorithm: "plot_latency_error_bars"
18530   output-file-type: ".html"
18531   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18532   data: "plot-vpp-throughput-latency-3n-hsw"
18533   filter: "'NIC_Intel-X520-DA2' and
18534            '64B' and
18535            'NDRPDR' and
18536            '1T1C' and
18537            'IP4FWD' and
18538            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18539            not 'IPSEC' and
18540            not 'DOT1Q' and
18541            not 'VHOST'"
18542   parameters:
18543   - "latency"
18544   - "parent"
18545   - "tags"
18546   sort:
18547   - "IP4BASE"
18548   - "ACL_STATELESS"
18549   - "ACL_STATEFUL"
18550   - "ACL_STATELESS"
18551   - "ACL_STATEFUL"
18552   layout:
18553     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18554     layout: "plot-latency"
18555
18556 -
18557   type: "plot"
18558   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18559   algorithm: "plot_latency_error_bars"
18560   output-file-type: ".html"
18561   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18562   data: "plot-vpp-throughput-latency-3n-hsw"
18563   filter: "'NIC_Intel-X520-DA2' and
18564            '64B' and
18565            'NDRPDR' and
18566            '2T2C' and
18567            'IP4FWD' and
18568            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18569            not 'IPSEC' and
18570            not 'DOT1Q' and
18571            not 'VHOST'"
18572   parameters:
18573   - "latency"
18574   - "parent"
18575   - "tags"
18576   sort:
18577   - "IP4BASE"
18578   - "ACL_STATELESS"
18579   - "ACL_STATEFUL"
18580   - "ACL_STATELESS"
18581   - "ACL_STATEFUL"
18582   layout:
18583     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18584     layout: "plot-latency"
18585
18586 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
18587 -
18588   type: "plot"
18589   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18590   algorithm: "plot_latency_error_bars"
18591   output-file-type: ".html"
18592   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18593   data: "plot-vpp-throughput-latency-3n-hsw"
18594   filter: "'NIC_Intel-X710' and
18595            '64B' and
18596            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18597            'NDRPDR' and
18598            '1T1C' and
18599            'IP4FWD' and
18600            not 'IPSEC' and
18601            not 'DOT1Q' and
18602            not 'VHOST'"
18603   parameters:
18604   - "latency"
18605   - "parent"
18606   - "tags"
18607   sort:
18608   - "IP4BASE"
18609   - "FIB_20K"
18610   - "FIB_200K"
18611   - "FIB_2M"
18612   layout:
18613     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18614     layout: "plot-latency"
18615
18616 -
18617   type: "plot"
18618   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18619   algorithm: "plot_latency_error_bars"
18620   output-file-type: ".html"
18621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18622   data: "plot-vpp-throughput-latency-3n-hsw"
18623   filter: "'NIC_Intel-X710' and
18624            '64B' and
18625            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18626            'NDRPDR' and
18627            '2T2C' and
18628            'IP4FWD' and
18629            not 'IPSEC' and
18630            not 'DOT1Q' and
18631            not 'VHOST'"
18632   parameters:
18633   - "latency"
18634   - "parent"
18635   - "tags"
18636   sort:
18637   - "IP4BASE"
18638   - "FIB_20K"
18639   - "FIB_200K"
18640   - "FIB_2M"
18641   layout:
18642     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18643     layout: "plot-latency"
18644
18645 # Packet Latency - VPP IPv4 3n-hsw-x710 features
18646 -
18647   type: "plot"
18648   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18649   algorithm: "plot_latency_error_bars"
18650   output-file-type: ".html"
18651   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18652   data: "plot-vpp-throughput-latency-3n-hsw"
18653   filter: "'NIC_Intel-X710' and
18654            '64B' and
18655            ('IP4BASE' or
18656             'POLICE_MARK' or
18657             'COPWHLIST' or
18658             ('NAT44' and 'BASE') or
18659             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18660            'NDRPDR' and
18661            '1T1C' and
18662            'IP4FWD' and
18663            not 'IPSEC' and
18664            not 'VHOST'"
18665   parameters:
18666   - "latency"
18667   - "parent"
18668   - "tags"
18669   sort:
18670   - "DOT1Q"
18671   - "IP4BASE"
18672   - "NAT44"
18673   - "POLICE_MARK"
18674   - "COPWHLIST"
18675   - "IACL"
18676   - "OACL"
18677   layout:
18678     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
18679     layout: "plot-latency"
18680
18681 -
18682   type: "plot"
18683   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18684   algorithm: "plot_latency_error_bars"
18685   output-file-type: ".html"
18686   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18687   data: "plot-vpp-throughput-latency-3n-hsw"
18688   filter: "'NIC_Intel-X710' and
18689            '64B' and
18690            ('IP4BASE' or
18691             'POLICE_MARK' or
18692             'COPWHLIST' or
18693             ('NAT44' and 'BASE') or
18694             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18695            'NDRPDR' and
18696            '2T2C' and
18697            'IP4FWD' and
18698            not 'IPSEC' and
18699            not 'VHOST'"
18700   parameters:
18701   - "latency"
18702   - "parent"
18703   - "tags"
18704   sort:
18705   - "DOT1Q"
18706   - "IP4BASE"
18707   - "NAT44"
18708   - "POLICE_MARK"
18709   - "COPWHLIST"
18710   - "IACL"
18711   - "OACL"
18712   layout:
18713     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
18714     layout: "plot-latency"
18715
18716 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
18717 -
18718   type: "plot"
18719   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18720   algorithm: "plot_latency_error_bars"
18721   output-file-type: ".html"
18722   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18723   data: "plot-vpp-throughput-latency-3n-hsw"
18724   filter: "'NIC_Intel-X710' and
18725            '64B' and
18726            'NDRPDR' and
18727            '1T1C' and
18728            'IP4FWD' and
18729            ('NAT44' or 'IP4BASE') and
18730            not 'IPSEC' and
18731            not 'VHOST'"
18732   parameters:
18733   - "latency"
18734   - "parent"
18735   - "tags"
18736   sort:
18737   - "IP4BASE"
18738   - "BASE"
18739   - "SRC_USER_10"
18740   - "SRC_USER_100"
18741   - "SRC_USER_1000"
18742   - "SRC_USER_2000"
18743   layout:
18744     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
18745     layout: "plot-latency"
18746
18747 -
18748   type: "plot"
18749   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18750   algorithm: "plot_latency_error_bars"
18751   output-file-type: ".html"
18752   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18753   data: "plot-vpp-throughput-latency-3n-hsw"
18754   filter: "'NIC_Intel-X710' and
18755            '64B' and
18756            'NDRPDR' and
18757            '2T2C' and
18758            'IP4FWD' and
18759            ('NAT44' or 'IP4BASE') and
18760            not 'IPSEC' and
18761            not 'VHOST'"
18762   parameters:
18763   - "latency"
18764   - "parent"
18765   - "tags"
18766   sort:
18767   - "IP4BASE"
18768   - "BASE"
18769   - "SRC_USER_10"
18770   - "SRC_USER_100"
18771   - "SRC_USER_1000"
18772   - "SRC_USER_2000"
18773   layout:
18774     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
18775     layout: "plot-latency"
18776
18777 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
18778 -
18779   type: "plot"
18780   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18781   algorithm: "plot_latency_error_bars"
18782   output-file-type: ".html"
18783   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18784   data: "plot-vpp-throughput-latency-3n-hsw"
18785   filter: "'NIC_Intel-X710' and
18786            '64B' and
18787            'NDRPDR' and
18788            '1T1C' and
18789            'IP4FWD' and
18790            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18791            not 'IPSEC' and
18792            not 'VHOST'"
18793   parameters:
18794   - "latency"
18795   - "parent"
18796   - "tags"
18797   sort:
18798   - "IP4BASE"
18799   - "ACL_STATELESS"
18800   - "ACL_STATEFUL"
18801   - "ACL_STATELESS"
18802   - "ACL_STATEFUL"
18803   layout:
18804     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18805     layout: "plot-latency"
18806
18807 -
18808   type: "plot"
18809   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18810   algorithm: "plot_latency_error_bars"
18811   output-file-type: ".html"
18812   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18813   data: "plot-vpp-throughput-latency-3n-hsw"
18814   filter: "'NIC_Intel-X710' and
18815            '64B' and
18816            'NDRPDR' and
18817            '2T2C' and
18818            'IP4FWD' and
18819            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18820            not 'IPSEC' and
18821            not 'VHOST'"
18822   parameters:
18823   - "latency"
18824   - "parent"
18825   - "tags"
18826   sort:
18827   - "IP4BASE"
18828   - "ACL_STATELESS"
18829   - "ACL_STATEFUL"
18830   - "ACL_STATELESS"
18831   - "ACL_STATEFUL"
18832   layout:
18833     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18834     layout: "plot-latency"
18835
18836 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
18837 -
18838   type: "plot"
18839   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18840   algorithm: "plot_latency_error_bars"
18841   output-file-type: ".html"
18842   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18843   data: "plot-vpp-throughput-latency-3n-hsw"
18844   filter: "'NIC_Intel-XL710' and
18845            '64B' and
18846            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18847            'NDRPDR' and
18848            '1T1C' and
18849            'IP4FWD' and
18850            not 'IPSEC' and
18851            not 'VHOST'"
18852   parameters:
18853   - "latency"
18854   - "parent"
18855   - "tags"
18856   sort:
18857   - "IP4BASE"
18858   - "FIB_20K"
18859   - "FIB_200K"
18860   - "FIB_2M"
18861   layout:
18862     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
18863     layout: "plot-latency"
18864
18865 -
18866   type: "plot"
18867   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18868   algorithm: "plot_latency_error_bars"
18869   output-file-type: ".html"
18870   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18871   data: "plot-vpp-throughput-latency-3n-hsw"
18872   filter: "'NIC_Intel-XL710' and
18873            '64B' and
18874            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18875            'NDRPDR' and
18876            '2T2C' and
18877            'IP4FWD' and
18878            not 'IPSEC' and
18879            not 'VHOST'"
18880   parameters:
18881   - "latency"
18882   - "parent"
18883   - "tags"
18884   sort:
18885   - "IP4BASE"
18886   - "FIB_20K"
18887   - "FIB_200K"
18888   - "FIB_2M"
18889   layout:
18890     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
18891     layout: "plot-latency"
18892
18893 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
18894 -
18895   type: "plot"
18896   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18897   algorithm: "plot_latency_error_bars"
18898   output-file-type: ".html"
18899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18900   data: "plot-vpp-throughput-latency-3n-skx"
18901   filter: "'NIC_Intel-X710' and
18902            '64B' and
18903            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18904            'NDRPDR' and
18905            '2T1C' and
18906            'IP4FWD' and
18907            not 'IPSEC' and
18908            not 'DOT1Q' and
18909            not 'VHOST'"
18910   parameters:
18911   - "latency"
18912   - "parent"
18913   - "tags"
18914   sort:
18915   - "IP4BASE"
18916   - "FIB_20K"
18917   - "FIB_200K"
18918   - "FIB_2M"
18919   layout:
18920     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18921     layout: "plot-latency"
18922
18923 -
18924   type: "plot"
18925   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18926   algorithm: "plot_latency_error_bars"
18927   output-file-type: ".html"
18928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18929   data: "plot-vpp-throughput-latency-3n-skx"
18930   filter: "'NIC_Intel-X710' and
18931            '64B' and
18932            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18933            'NDRPDR' and
18934            '4T2C' and
18935            'IP4FWD' and
18936            not 'IPSEC' and
18937            not 'DOT1Q' and
18938            not 'VHOST'"
18939   parameters:
18940   - "latency"
18941   - "parent"
18942   - "tags"
18943   sort:
18944   - "IP4BASE"
18945   - "FIB_20K"
18946   - "FIB_200K"
18947   - "FIB_2M"
18948   layout:
18949     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18950     layout: "plot-latency"
18951
18952 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
18953 -
18954   type: "plot"
18955   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
18956   algorithm: "plot_latency_error_bars"
18957   output-file-type: ".html"
18958   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
18959   data: "plot-vpp-throughput-latency-3n-skx"
18960   filter: "'NIC_Intel-X710' and
18961            '64B' and
18962            ('IP4BASE' or
18963             'POLICE_MARK' or
18964             'COPWHLIST' or
18965             ('NAT44' and 'BASE') or
18966             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18967            'NDRPDR' and
18968            '2T1C' and
18969            'IP4FWD' and
18970            not 'IPSEC' and
18971            not 'VHOST'"
18972   parameters:
18973   - "latency"
18974   - "parent"
18975   - "tags"
18976   sort:
18977   - "DOT1Q"
18978   - "IP4BASE"
18979   - "NAT44"
18980   - "POLICE_MARK"
18981   - "COPWHLIST"
18982   - "IACL"
18983   - "OACL"
18984   layout:
18985     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
18986     layout: "plot-latency"
18987
18988 -
18989   type: "plot"
18990   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
18991   algorithm: "plot_latency_error_bars"
18992   output-file-type: ".html"
18993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
18994   data: "plot-vpp-throughput-latency-3n-skx"
18995   filter: "'NIC_Intel-X710' and
18996            '64B' and
18997            ('IP4BASE' or
18998             'POLICE_MARK' or
18999             'COPWHLIST' or
19000             ('NAT44' and 'BASE') or
19001             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19002            'NDRPDR' and
19003            '4T2C' and
19004            'IP4FWD' and
19005            not 'IPSEC' and
19006            not 'VHOST'"
19007   parameters:
19008   - "latency"
19009   - "parent"
19010   - "tags"
19011   sort:
19012   - "DOT1Q"
19013   - "IP4BASE"
19014   - "NAT44"
19015   - "POLICE_MARK"
19016   - "COPWHLIST"
19017   - "IACL"
19018   - "OACL"
19019   layout:
19020     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
19021     layout: "plot-latency"
19022
19023 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
19024 -
19025   type: "plot"
19026   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19027   algorithm: "plot_latency_error_bars"
19028   output-file-type: ".html"
19029   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19030   data: "plot-vpp-throughput-latency-3n-skx"
19031   filter: "'NIC_Intel-X710' and
19032            '64B' and
19033            'NDRPDR' and
19034            '2T1C' and
19035            'IP4FWD' and
19036            ('NAT44' or 'IP4BASE') and
19037            not 'IPSEC' and
19038            not 'VHOST'"
19039   parameters:
19040   - "latency"
19041   - "parent"
19042   - "tags"
19043   sort:
19044   - "IP4BASE"
19045   - "BASE"
19046   - "SRC_USER_10"
19047   - "SRC_USER_100"
19048   - "SRC_USER_1000"
19049   - "SRC_USER_2000"
19050   layout:
19051     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
19052     layout: "plot-latency"
19053
19054 -
19055   type: "plot"
19056   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19057   algorithm: "plot_latency_error_bars"
19058   output-file-type: ".html"
19059   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19060   data: "plot-vpp-throughput-latency-3n-skx"
19061   filter: "'NIC_Intel-X710' and
19062            '64B' and
19063            'NDRPDR' and
19064            '4T2C' and
19065            'IP4FWD' and
19066            ('NAT44' or 'IP4BASE') and
19067            not 'IPSEC' and
19068            not 'VHOST'"
19069   parameters:
19070   - "latency"
19071   - "parent"
19072   - "tags"
19073   sort:
19074   - "IP4BASE"
19075   - "BASE"
19076   - "SRC_USER_10"
19077   - "SRC_USER_100"
19078   - "SRC_USER_1000"
19079   - "SRC_USER_2000"
19080   layout:
19081     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19082     layout: "plot-latency"
19083
19084 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19085 -
19086   type: "plot"
19087   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19088   algorithm: "plot_latency_error_bars"
19089   output-file-type: ".html"
19090   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19091   data: "plot-vpp-throughput-latency-3n-skx"
19092   filter: "'NIC_Intel-X710' and
19093            '64B' and
19094            'NDRPDR' and
19095            '2T1C' and
19096            'IP4FWD' and
19097            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19098            not 'IPSEC' and
19099            not 'VHOST'"
19100   parameters:
19101   - "latency"
19102   - "parent"
19103   - "tags"
19104   sort:
19105   - "IP4BASE"
19106   - "ACL_STATELESS"
19107   - "ACL_STATEFUL"
19108   - "ACL_STATELESS"
19109   - "ACL_STATEFUL"
19110   layout:
19111     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19112     layout: "plot-latency"
19113
19114 -
19115   type: "plot"
19116   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19117   algorithm: "plot_latency_error_bars"
19118   output-file-type: ".html"
19119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19120   data: "plot-vpp-throughput-latency-3n-skx"
19121   filter: "'NIC_Intel-X710' and
19122            '64B' and
19123            'NDRPDR' and
19124            '4T2C' and
19125            'IP4FWD' and
19126            'IACL' and
19127            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19128            not 'IPSEC' and
19129            not 'VHOST'"
19130   parameters:
19131   - "latency"
19132   - "parent"
19133   - "tags"
19134   sort:
19135   - "IP4BASE"
19136   - "ACL_STATELESS"
19137   - "ACL_STATEFUL"
19138   - "ACL_STATELESS"
19139   - "ACL_STATEFUL"
19140   layout:
19141     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19142     layout: "plot-latency"
19143
19144 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19145 -
19146   type: "plot"
19147   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19148   algorithm: "plot_latency_error_bars"
19149   output-file-type: ".html"
19150   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19151   data: "plot-vpp-throughput-latency-2n-skx"
19152   filter: "'NIC_Intel-X710' and
19153            '64B' and
19154            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19155            'NDRPDR' and
19156            '2T1C' and
19157            'IP4FWD' and
19158            not 'IPSEC' and
19159            not 'DOT1Q' and
19160            not 'VHOST'"
19161   parameters:
19162   - "latency"
19163   - "parent"
19164   - "tags"
19165   sort:
19166   - "IP4BASE"
19167   - "FIB_20k"
19168   - "FIB_200k"
19169   - "FIB_2M"
19170   layout:
19171     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19172     layout: "plot-latency"
19173
19174 -
19175   type: "plot"
19176   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19177   algorithm: "plot_latency_error_bars"
19178   output-file-type: ".html"
19179   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19180   data: "plot-vpp-throughput-latency-2n-skx"
19181   filter: "'NIC_Intel-X710' and
19182            '64B' and
19183            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19184            'NDRPDR' and
19185            '4T2C' and
19186            'IP4FWD' and
19187            not 'IPSEC' and
19188            not 'DOT1Q' and
19189            not 'VHOST'"
19190   parameters:
19191   - "latency"
19192   - "parent"
19193   - "tags"
19194   sort:
19195   - "IP4BASE"
19196   - "FIB_20k"
19197   - "FIB_200k"
19198   - "FIB_2M"
19199   layout:
19200     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19201     layout: "plot-latency"
19202
19203 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19204 -
19205   type: "plot"
19206   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19207   algorithm: "plot_latency_error_bars"
19208   output-file-type: ".html"
19209   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19210   data: "plot-vpp-throughput-latency-2n-skx"
19211   filter: "'NIC_Intel-XXV710' and
19212            '64B' and
19213            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19214            'NDRPDR' and
19215            '2T1C' and
19216            'IP4FWD' and
19217            not 'IPSEC' and
19218            not 'DOT1Q' and
19219            not 'VHOST'"
19220   parameters:
19221   - "latency"
19222   - "parent"
19223   - "tags"
19224   sort:
19225   - "IP4BASE"
19226   - "FIB_20k"
19227   - "FIB_200k"
19228   - "FIB_2M"
19229   layout:
19230     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19231     layout: "plot-latency"
19232
19233 -
19234   type: "plot"
19235   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19236   algorithm: "plot_latency_error_bars"
19237   output-file-type: ".html"
19238   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19239   data: "plot-vpp-throughput-latency-2n-skx"
19240   filter: "'NIC_Intel-XXV710' and
19241            '64B' and
19242            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19243            'NDRPDR' and
19244            '4T2C' and
19245            'IP4FWD' and
19246            not 'IPSEC' and
19247            not 'DOT1Q' and
19248            not 'VHOST'"
19249   parameters:
19250   - "latency"
19251   - "parent"
19252   - "tags"
19253   sort:
19254   - "IP4BASE"
19255   - "FIB_20k"
19256   - "FIB_200k"
19257   - "FIB_2M"
19258   layout:
19259     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19260     layout: "plot-latency"
19261
19262 ################################################################################
19263
19264 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19265 -
19266   type: "plot"
19267   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19268   algorithm: "plot_latency_error_bars"
19269   output-file-type: ".html"
19270   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19271   data: "plot-vpp-throughput-latency-3n-hsw"
19272   filter: "'NIC_Intel-X520-DA2' and
19273            '64B' and
19274            'ENCAP' and
19275            'NDRPDR' and
19276            '1T1C' and
19277            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19278            not 'DOT1Q' and
19279            not 'VHOST' and
19280            not 'IPSECHW'"
19281   parameters:
19282   - "latency"
19283   - "parent"
19284   - "tags"
19285   sort:
19286   - "IP4BASE"
19287   - "L2BDMACLRN"
19288   - "L2XCFWD"
19289   - "LISP"
19290   layout:
19291     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19292     layout: "plot-latency"
19293
19294 -
19295   type: "plot"
19296   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19297   algorithm: "plot_latency_error_bars"
19298   output-file-type: ".html"
19299   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19300   data: "plot-vpp-throughput-latency-3n-hsw"
19301   filter: "'NIC_Intel-X520-DA2' and
19302            '64B' and
19303            'ENCAP' and
19304            'NDRPDR' and
19305            '2T2C' and
19306            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19307            not 'DOT1Q' and
19308            not 'VHOST' and
19309            not 'IPSECHW'"
19310   parameters:
19311   - "latency"
19312   - "parent"
19313   - "tags"
19314   sort:
19315   - "IP4BASE"
19316   - "L2BDMACLRN"
19317   - "L2XCFWD"
19318   - "LISP"
19319   layout:
19320     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19321     layout: "plot-latency"
19322
19323 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19324 -
19325   type: "plot"
19326   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19327   algorithm: "plot_latency_error_bars"
19328   output-file-type: ".html"
19329   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19330   data: "plot-vpp-throughput-latency-3n-hsw"
19331   filter: "'NIC_Intel-X710' and
19332            '64B' and
19333            'ENCAP' and
19334            'NDRPDR' and
19335            '1T1C' and
19336            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19337            not 'VHOST' and
19338            not 'IPSECHW'"
19339   parameters:
19340   - "latency"
19341   - "parent"
19342   - "tags"
19343   sort:
19344   - "IP4BASE"
19345   - "LISP"
19346   - "VXLAN_1"
19347   - "VXLAN_10"
19348   - "VXLAN_100"
19349   - "VXLAN_1000"
19350   layout:
19351     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19352     layout: "plot-latency"
19353
19354 -
19355   type: "plot"
19356   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19357   algorithm: "plot_latency_error_bars"
19358   output-file-type: ".html"
19359   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19360   data: "plot-vpp-throughput-latency-3n-hsw"
19361   filter: "'NIC_Intel-X710' and
19362            '64B' and
19363            'ENCAP' and
19364            'NDRPDR' and
19365            '2T2C' and
19366            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19367            not 'VHOST' and
19368            not 'IPSECHW'"
19369   parameters:
19370   - "latency"
19371   - "parent"
19372   - "tags"
19373   sort:
19374   - "IP4BASE"
19375   - "LISP"
19376   - "VXLAN_1"
19377   - "VXLAN_10"
19378   - "VXLAN_100"
19379   - "VXLAN_1000"
19380   layout:
19381     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19382     layout: "plot-latency"
19383
19384 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19385 -
19386   type: "plot"
19387   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19388   algorithm: "plot_latency_error_bars"
19389   output-file-type: ".html"
19390   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19391   data: "plot-vpp-throughput-latency-3n-hsw"
19392   filter: "'NIC_Intel-X710' and
19393            '64B' and
19394            'ENCAP' and
19395            'NDRPDR' and
19396            '1T1C' and
19397            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19398            not 'DOT1Q' and
19399            not 'VHOST' and
19400            not 'IPSECHW'"
19401   parameters:
19402   - "latency"
19403   - "parent"
19404   - "tags"
19405   sort:
19406   - "IP4BASE"
19407   - "L2BDMACLRN"
19408   - "L2XCFWD"
19409   - "LISP"
19410   layout:
19411     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19412     layout: "plot-latency"
19413
19414 -
19415   type: "plot"
19416   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19417   algorithm: "plot_latency_error_bars"
19418   output-file-type: ".html"
19419   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19420   data: "plot-vpp-throughput-latency-3n-hsw"
19421   filter: "'NIC_Intel-X710' and
19422            '64B' and
19423            'ENCAP' and
19424            'NDRPDR' and
19425            '2T2C' and
19426            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19427            not 'DOT1Q' and
19428            not 'VHOST' and
19429            not 'IPSECHW'"
19430   parameters:
19431   - "latency"
19432   - "parent"
19433   - "tags"
19434   sort:
19435   - "IP4BASE"
19436   - "L2BDMACLRN"
19437   - "L2XCFWD"
19438   - "LISP"
19439   layout:
19440     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19441     layout: "plot-latency"
19442
19443 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19444 -
19445   type: "plot"
19446   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19447   algorithm: "plot_latency_error_bars"
19448   output-file-type: ".html"
19449   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19450   data: "plot-vpp-throughput-latency-3n-skx"
19451   filter: "'NIC_Intel-X710' and
19452            '64B' and
19453            'ENCAP' and
19454            'NDRPDR' and
19455            '2T1C' and
19456            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19457            not 'VHOST' and
19458            not 'IPSECHW'"
19459   parameters:
19460   - "latency"
19461   - "parent"
19462   - "tags"
19463   sort:
19464   - "IP4BASE"
19465   - "LISP"
19466   - "VXLAN_1"
19467   - "VXLAN_10"
19468   - "VXLAN_100"
19469   - "VXLAN_1000"
19470   layout:
19471     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19472     layout: "plot-latency"
19473
19474 -
19475   type: "plot"
19476   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19477   algorithm: "plot_latency_error_bars"
19478   output-file-type: ".html"
19479   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19480   data: "plot-vpp-throughput-latency-3n-skx"
19481   filter: "'NIC_Intel-X710' and
19482            '64B' and
19483            'ENCAP' and
19484            'NDRPDR' and
19485            '4T2C' and
19486            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19487            not 'VHOST' and
19488            not 'IPSECHW'"
19489   parameters:
19490   - "latency"
19491   - "parent"
19492   - "tags"
19493   sort:
19494   - "IP4BASE"
19495   - "LISP"
19496   - "VXLAN_1"
19497   - "VXLAN_10"
19498   - "VXLAN_100"
19499   - "VXLAN_1000"
19500   layout:
19501     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19502     layout: "plot-latency"
19503
19504 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
19505 -
19506   type: "plot"
19507   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19508   algorithm: "plot_latency_error_bars"
19509   output-file-type: ".html"
19510   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19511   data: "plot-vpp-throughput-latency-3n-skx"
19512   filter: "'NIC_Intel-X710' and
19513            '64B' and
19514            'ENCAP' and
19515            'NDRPDR' and
19516            '2T1C' and
19517            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19518            not 'DOT1Q' and
19519            not 'VHOST' and
19520            not 'IPSECHW'"
19521   parameters:
19522   - "latency"
19523   - "parent"
19524   - "tags"
19525   sort:
19526   - "IP4BASE"
19527   - "L2BDMACLRN"
19528   - "L2XCFWD"
19529   - "LISP"
19530   layout:
19531     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19532     layout: "plot-latency"
19533
19534 -
19535   type: "plot"
19536   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19537   algorithm: "plot_latency_error_bars"
19538   output-file-type: ".html"
19539   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19540   data: "plot-vpp-throughput-latency-3n-skx"
19541   filter: "'NIC_Intel-X710' and
19542            '64B' and
19543            'ENCAP' and
19544            'NDRPDR' and
19545            '4T2C' and
19546            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19547            not 'DOT1Q' and
19548            not 'VHOST' and
19549            not 'IPSECHW'"
19550   parameters:
19551   - "latency"
19552   - "parent"
19553   - "tags"
19554   sort:
19555   - "IP4BASE"
19556   - "L2BDMACLRN"
19557   - "L2XCFWD"
19558   - "LISP"
19559   layout:
19560     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19561     layout: "plot-latency"
19562
19563 ################################################################################
19564
19565 # Packet Latency - VPP IPv6 3n-hsw-x520
19566 -
19567   type: "plot"
19568   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19569   algorithm: "plot_latency_error_bars"
19570   output-file-type: ".html"
19571   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19572   data: "plot-vpp-throughput-latency-3n-hsw"
19573   filter: "'NIC_Intel-X520-DA2' and
19574            '78B' and
19575            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19576            'NDRPDR' and
19577            '1T1C' and
19578            'IP6FWD' and
19579            not 'SRv6' and
19580            not 'IPSEC' and
19581            not 'VHOST'"
19582   parameters:
19583   - "latency"
19584   - "parent"
19585   - "tags"
19586   sort:
19587   - "IP6BASE"
19588   - "FIB_20K"
19589   - "FIB_200K"
19590   - "FIB_2M"
19591   layout:
19592     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
19593     layout: "plot-latency"
19594
19595 -
19596   type: "plot"
19597   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
19598   algorithm: "plot_latency_error_bars"
19599   output-file-type: ".html"
19600   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
19601   data: "plot-vpp-throughput-latency-3n-hsw"
19602   filter: "'NIC_Intel-X520-DA2' and
19603            '78B' and
19604            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19605            'NDRPDR' and
19606            '2T2C' and
19607            'IP6FWD' and
19608            not 'SRv6' and
19609            not 'IPSEC' and
19610            not 'VHOST'"
19611   parameters:
19612   - "latency"
19613   - "parent"
19614   - "tags"
19615   sort:
19616   - "IP6BASE"
19617   - "FIB_20K"
19618   - "FIB_200K"
19619   - "FIB_2M"
19620   layout:
19621     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
19622     layout: "plot-latency"
19623
19624 # Packet Latency - VPP IPv6 3n-hsw-x710
19625 -
19626   type: "plot"
19627   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19628   algorithm: "plot_latency_error_bars"
19629   output-file-type: ".html"
19630   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19631   data: "plot-vpp-throughput-latency-3n-hsw"
19632   filter: "'NIC_Intel-X710' and
19633            '78B' and
19634            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19635            'NDRPDR' and
19636            '1T1C' and
19637            'IP6FWD' and
19638            not 'SRv6' and
19639            not 'IPSEC' and
19640            not 'VHOST'"
19641   parameters:
19642   - "latency"
19643   - "parent"
19644   - "tags"
19645   sort:
19646   - "IP6BASE"
19647   - "FIB_20K"
19648   - "FIB_200K"
19649   - "FIB_2M"
19650   layout:
19651     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
19652     layout: "plot-latency"
19653
19654 -
19655   type: "plot"
19656   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19657   algorithm: "plot_latency_error_bars"
19658   output-file-type: ".html"
19659   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19660   data: "plot-vpp-throughput-latency-3n-hsw"
19661   filter: "'NIC_Intel-X710' and
19662            '78B' and
19663            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19664            'NDRPDR' and
19665            '2T2C' and
19666            'IP6FWD' and
19667            not 'SRv6' and
19668            not 'IPSEC' and
19669            not 'VHOST'"
19670   parameters:
19671   - "latency"
19672   - "parent"
19673   - "tags"
19674   sort:
19675   - "IP6BASE"
19676   - "FIB_20K"
19677   - "FIB_200K"
19678   - "FIB_2M"
19679   layout:
19680     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
19681     layout: "plot-latency"
19682
19683 # Packet Latency - VPP IPv6 3n-hsw-xl710
19684 -
19685   type: "plot"
19686   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
19687   algorithm: "plot_latency_error_bars"
19688   output-file-type: ".html"
19689   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
19690   data: "plot-vpp-throughput-latency-3n-hsw"
19691   filter: "'NIC_Intel-XL710' and
19692            '78B' and
19693            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19694            'NDRPDR' and
19695            '1T1C' and
19696            'IP6FWD' and
19697            not 'SRv6' and
19698            not 'IPSEC' and
19699            not 'VHOST'"
19700   parameters:
19701   - "latency"
19702   - "parent"
19703   - "tags"
19704   sort:
19705   - "IP6BASE"
19706   - "FIB_20K"
19707   - "FIB_200K"
19708   - "FIB_2M"
19709   layout:
19710     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
19711     layout: "plot-latency"
19712
19713 -
19714   type: "plot"
19715   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
19716   algorithm: "plot_latency_error_bars"
19717   output-file-type: ".html"
19718   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
19719   data: "plot-vpp-throughput-latency-3n-hsw"
19720   filter: "'NIC_Intel-XL710' and
19721            '78B' and
19722            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19723            'NDRPDR' and
19724            '2T2C' and
19725            'IP6FWD' and
19726            not 'SRv6' and
19727            not 'IPSEC' and
19728            not 'VHOST'"
19729   parameters:
19730   - "latency"
19731   - "parent"
19732   - "tags"
19733   sort:
19734   - "IP6BASE"
19735   - "FIB_20K"
19736   - "FIB_200K"
19737   - "FIB_2M"
19738   layout:
19739     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
19740     layout: "plot-latency"
19741
19742 # Packet Latency - VPP IPv6 3n-skx-x710
19743 -
19744   type: "plot"
19745   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19746   algorithm: "plot_latency_error_bars"
19747   output-file-type: ".html"
19748   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19749   data: "plot-vpp-throughput-latency-3n-skx"
19750   filter: "'NIC_Intel-X710' and
19751            '78B' and
19752            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19753            'NDRPDR' and
19754            '2T1C' and
19755            'IP6FWD' and
19756            not 'SRv6' and
19757            not 'IPSEC' and
19758            not 'VHOST'"
19759   parameters:
19760   - "latency"
19761   - "parent"
19762   - "tags"
19763   sort:
19764   - "IP6BASE"
19765   - "FIB_20K"
19766   - "FIB_200K"
19767   - "FIB_2M"
19768   layout:
19769     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
19770     layout: "plot-latency"
19771
19772 -
19773   type: "plot"
19774   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19775   algorithm: "plot_latency_error_bars"
19776   output-file-type: ".html"
19777   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19778   data: "plot-vpp-throughput-latency-3n-skx"
19779   filter: "'NIC_Intel-X710' and
19780            '78B' and
19781            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19782            'NDRPDR' and
19783            '4T2C' and
19784            'IP6FWD' and
19785            not 'SRv6' and
19786            not 'IPSEC' and
19787            not 'VHOST'"
19788   parameters:
19789   - "latency"
19790   - "parent"
19791   - "tags"
19792   sort:
19793   - "IP6BASE"
19794   - "FIB_20K"
19795   - "FIB_200K"
19796   - "FIB_2M"
19797   layout:
19798     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
19799     layout: "plot-latency"
19800
19801 # Packet Latency - VPP IPv6 2n-skx-x710
19802 -
19803   type: "plot"
19804   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19805   algorithm: "plot_latency_error_bars"
19806   output-file-type: ".html"
19807   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19808   data: "plot-vpp-throughput-latency-2n-skx"
19809   filter: "'NIC_Intel-X710' and
19810            '78B' and
19811            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19812            'NDRPDR' and
19813            '2T1C' and
19814            'IP6FWD' and
19815            not 'SRv6' and
19816            not 'IPSEC' and
19817            not 'VHOST'"
19818   parameters:
19819   - "latency"
19820   - "parent"
19821   - "tags"
19822   sort:
19823   - "IP6BASE"
19824   - "FIB_20k"
19825   - "FIB_200k"
19826   - "FIB_2M"
19827   layout:
19828     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
19829     layout: "plot-latency"
19830
19831 -
19832   type: "plot"
19833   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19834   algorithm: "plot_latency_error_bars"
19835   output-file-type: ".html"
19836   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19837   data: "plot-vpp-throughput-latency-2n-skx"
19838   filter: "'NIC_Intel-X710' and
19839            '78B' and
19840            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19841            'NDRPDR' and
19842            '4T2C' and
19843            'IP6FWD' and
19844            not 'SRv6' and
19845            not 'IPSEC' and
19846            not 'VHOST'"
19847   parameters:
19848   - "latency"
19849   - "parent"
19850   - "tags"
19851   sort:
19852   - "IP6BASE"
19853   - "FIB_20k"
19854   - "FIB_200k"
19855   - "FIB_2M"
19856   layout:
19857     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
19858     layout: "plot-latency"
19859
19860 # Packet Latency - VPP IPv6 2n-skx-xxv710
19861 -
19862   type: "plot"
19863   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
19864   algorithm: "plot_latency_error_bars"
19865   output-file-type: ".html"
19866   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
19867   data: "plot-vpp-throughput-latency-2n-skx"
19868   filter: "'NIC_Intel-XXV710' and
19869            '78B' and
19870            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19871            'NDRPDR' and
19872            '2T1C' and
19873            'IP6FWD' and
19874            not 'SRv6' and
19875            not 'IPSEC' and
19876            not 'VHOST'"
19877   parameters:
19878   - "latency"
19879   - "parent"
19880   - "tags"
19881   sort:
19882   - "IP6BASE"
19883   - "FIB_20k"
19884   - "FIB_200k"
19885   - "FIB_2M"
19886   layout:
19887     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
19888     layout: "plot-latency"
19889
19890 -
19891   type: "plot"
19892   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
19893   algorithm: "plot_latency_error_bars"
19894   output-file-type: ".html"
19895   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
19896   data: "plot-vpp-throughput-latency-2n-skx"
19897   filter: "'NIC_Intel-XXV710' and
19898            '78B' and
19899            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19900            'NDRPDR' and
19901            '4T2C' and
19902            'IP6FWD' and
19903            not 'SRv6' and
19904            not 'IPSEC' and
19905            not 'VHOST'"
19906   parameters:
19907   - "latency"
19908   - "parent"
19909   - "tags"
19910   sort:
19911   - "IP6BASE"
19912   - "FIB_20k"
19913   - "FIB_200k"
19914   - "FIB_2M"
19915   layout:
19916     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
19917     layout: "plot-latency"
19918
19919 ################################################################################
19920
19921 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
19922 -
19923   type: "plot"
19924   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19925   algorithm: "plot_latency_error_bars"
19926   output-file-type: ".html"
19927   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19928   data: "plot-vpp-throughput-latency-3n-hsw"
19929   filter: "'NIC_Intel-X520-DA2' and
19930            '78B' and
19931            'ENCAP' and
19932            'NDRPDR' and
19933            '1T1C' and
19934            'LISP' and
19935            not 'VHOST'"
19936   parameters:
19937   - "latency"
19938   - "parent"
19939   - "tags"
19940   sort:
19941   - "IP4UNRLAY"
19942   - "IP6UNRLAY"
19943   layout:
19944     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
19945     layout: "plot-latency"
19946
19947 -
19948   type: "plot"
19949   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
19950   algorithm: "plot_latency_error_bars"
19951   output-file-type: ".html"
19952   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
19953   data: "plot-vpp-throughput-latency-3n-hsw"
19954   filter: "'NIC_Intel-X520-DA2' and
19955            '78B' and
19956            'ENCAP' and
19957            'NDRPDR' and
19958            '2T2C' and
19959            'LISP' and
19960            not 'VHOST'"
19961   parameters:
19962   - "latency"
19963   - "parent"
19964   - "tags"
19965   sort:
19966   - "IP4UNRLAY"
19967   - "IP6UNRLAY"
19968   layout:
19969     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
19970     layout: "plot-latency"
19971
19972 ################################################################################
19973
19974 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
19975 -
19976   type: "plot"
19977   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19978   algorithm: "plot_latency_error_bars"
19979   output-file-type: ".html"
19980   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19981   data: "plot-vpp-throughput-latency-3n-hsw"
19982   filter: "'NIC_Intel-XL710' and
19983            '64B' and
19984            'IP4FWD' and
19985            'NDRPDR' and
19986            'BASE' and
19987            '1T1C' and
19988            'IPSECHW' and
19989            ('IPSECTRAN' or 'IPSECTUN') and
19990            not 'VHOST'"
19991   parameters:
19992   - "latency"
19993   - "parent"
19994   - "tags"
19995   layout:
19996     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
19997     layout: "plot-latency"
19998
19999 -
20000   type: "plot"
20001   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20002   algorithm: "plot_latency_error_bars"
20003   output-file-type: ".html"
20004   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20005   data: "plot-vpp-throughput-latency-3n-hsw"
20006   filter: "'NIC_Intel-XL710' and
20007            '64B' and
20008            'IP4FWD' and
20009            'NDRPDR' and
20010            'BASE' and
20011            '2T2C' and
20012            'IPSECHW' and
20013            ('IPSECTRAN' or 'IPSECTUN') and
20014            not 'VHOST'"
20015   parameters:
20016   - "latency"
20017   - "parent"
20018   - "tags"
20019   layout:
20020     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20021     layout: "plot-latency"
20022
20023 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20024 -
20025   type: "plot"
20026   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20027   algorithm: "plot_latency_error_bars"
20028   output-file-type: ".html"
20029   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20030   data: "plot-vpp-throughput-latency-3n-hsw"
20031   filter: "'NIC_Intel-XL710' and
20032            '64B' and
20033            'IP4FWD' and
20034            'NDRPDR' and
20035            'SCALE' and
20036            '1T1C' and
20037            'IPSECHW' and
20038            ('IPSECTRAN' or 'IPSECTUN') and
20039            not 'VHOST'"
20040   parameters:
20041   - "latency"
20042   - "parent"
20043   - "tags"
20044   layout:
20045     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20046     layout: "plot-latency"
20047
20048 -
20049   type: "plot"
20050   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20051   algorithm: "plot_latency_error_bars"
20052   output-file-type: ".html"
20053   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20054   data: "plot-vpp-throughput-latency-3n-hsw"
20055   filter: "'NIC_Intel-XL710' and
20056            '64B' and
20057            'IP4FWD' and
20058            'NDRPDR' and
20059            'SCALE' and
20060            '2T2C' and
20061            'IPSECHW' and
20062            ('IPSECTRAN' or 'IPSECTUN') and
20063            not 'VHOST'"
20064   parameters:
20065   - "latency"
20066   - "parent"
20067   - "tags"
20068   layout:
20069     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20070     layout: "plot-latency"
20071
20072 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20073 -
20074   type: "plot"
20075   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20076   algorithm: "plot_latency_error_bars"
20077   output-file-type: ".html"
20078   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20079   data: "plot-vpp-throughput-latency-3n-hsw"
20080   filter: "'NIC_Intel-XL710' and
20081            '64B' and
20082            'IP4FWD' and
20083            'NDRPDR' and
20084            '1T1C' and
20085            'IPSECSW' and
20086            ('IPSECTRAN' or 'IPSECTUN') and
20087            not 'VHOST'"
20088   parameters:
20089   - "latency"
20090   - "parent"
20091   - "tags"
20092   layout:
20093     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20094     layout: "plot-latency"
20095
20096 -
20097   type: "plot"
20098   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20099   algorithm: "plot_latency_error_bars"
20100   output-file-type: ".html"
20101   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20102   data: "plot-vpp-throughput-latency-3n-hsw"
20103   filter: "'NIC_Intel-XL710' and
20104            '64B' and
20105            'IP4FWD' and
20106            'NDRPDR' and
20107            '2T2C' and
20108            'IPSECSW' and
20109            ('IPSECTRAN' or 'IPSECTUN') and
20110            not 'VHOST'"
20111   parameters:
20112   - "latency"
20113   - "parent"
20114   - "tags"
20115   layout:
20116     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20117     layout: "plot-latency"
20118
20119 ################################################################################
20120
20121 # Packet Latency - VPP SRv6 3n-hsw-x520
20122 -
20123   type: "plot"
20124   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20125   algorithm: "plot_latency_error_bars"
20126   output-file-type: ".html"
20127   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20128   data: "plot-vpp-throughput-latency-3n-hsw"
20129   filter: "'NIC_Intel-X520-DA2' and
20130            '78B' and
20131            'FEATURE' and
20132            'NDRPDR' and
20133            '1T1C' and
20134            'IP6FWD' and
20135            'SRv6'"
20136   parameters:
20137   - "latency"
20138   - "parent"
20139   - "tags"
20140   layout:
20141     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20142     layout: "plot-latency"
20143
20144 -
20145   type: "plot"
20146   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20147   algorithm: "plot_latency_error_bars"
20148   output-file-type: ".html"
20149   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20150   data: "plot-vpp-throughput-latency-3n-hsw"
20151   filter: "'NIC_Intel-X520-DA2' and
20152            '78B' and
20153            'FEATURE' and
20154            'NDRPDR' and
20155            '2T2C' and
20156            'IP6FWD' and
20157            'SRv6'"
20158   parameters:
20159   - "latency"
20160   - "parent"
20161   - "tags"
20162   layout:
20163     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20164     layout: "plot-latency"
20165
20166 ################################################################################
20167
20168 # Packet Latency - VPP vhost ip4 3n-hsw-x520
20169 -
20170   type: "plot"
20171   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20172   algorithm: "plot_latency_error_bars"
20173   output-file-type: ".html"
20174   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20175   data: "plot-vpp-throughput-latency-3n-hsw"
20176   filter: "'NIC_Intel-X520-DA2' and
20177            '64B' and
20178            'NDRPDR' and
20179            'ETH' and
20180            'IP4FWD' and
20181            '1T1C' and
20182            'VHOST_1024' and
20183            not 'VXLAN' and
20184            not 'DOT1Q'"
20185   parameters:
20186   - "latency"
20187   - "parent"
20188   - "tags"
20189   sort:
20190   - "not CFS_OPT"
20191   - "1VM"
20192   - "2VM"
20193   layout:
20194     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20195     layout: "plot-latency"
20196
20197 -
20198   type: "plot"
20199   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20200   algorithm: "plot_latency_error_bars"
20201   output-file-type: ".html"
20202   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20203   data: "plot-vpp-throughput-latency-3n-hsw"
20204   filter: "'NIC_Intel-X520-DA2' and
20205            '64B' and
20206            'NDRPDR' and
20207            'ETH' and
20208            'IP4FWD' and
20209            '2T2C' and
20210            'VHOST_1024' and
20211            not 'VXLAN' and
20212            not 'DOT1Q'"
20213   parameters:
20214   - "latency"
20215   - "parent"
20216   - "tags"
20217   sort:
20218   - "not CFS_OPT"
20219   - "1VM"
20220   - "2VM"
20221   layout:
20222     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20223     layout: "plot-latency"
20224
20225 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20226 -
20227   type: "plot"
20228   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20229   algorithm: "plot_latency_error_bars"
20230   output-file-type: ".html"
20231   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20232   data: "plot-vpp-throughput-latency-3n-hsw"
20233   filter: "'NIC_Intel-X520-DA2' and
20234            '64B' and
20235            'NDRPDR' and
20236            ('ETH' or 'DOT1Q') and
20237            'BASE' and
20238            '1T1C' and
20239            ('L2BDMACLRN' or 'L2XCFWD') and
20240            'VHOST_1024' and
20241            not 'VXLAN' and
20242            not 'IP4FWD' and
20243            not '2VM'"
20244   parameters:
20245   - "latency"
20246   - "parent"
20247   - "tags"
20248   sort:
20249   - "L2BDMACLRN"
20250   - "L2BDMACLRN"
20251   - "L2BDMACLRN"
20252   - "L2XCFWD"
20253   - "L2XCFWD"
20254   - "L2XCFWD"
20255   layout:
20256     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20257     layout: "plot-latency"
20258
20259 -
20260   type: "plot"
20261   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20262   algorithm: "plot_latency_error_bars"
20263   output-file-type: ".html"
20264   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20265   data: "plot-vpp-throughput-latency-3n-hsw"
20266   filter: "'NIC_Intel-X520-DA2' and
20267            '64B' and
20268            'NDRPDR' and
20269            ('ETH' or 'DOT1Q') and
20270            'BASE' and
20271            '2T2C' and
20272            ('L2BDMACLRN' or 'L2XCFWD') and
20273            'VHOST_1024' and
20274            not 'VXLAN' and
20275            not 'IP4FWD' and
20276            not '2VM'"
20277   parameters:
20278   - "latency"
20279   - "parent"
20280   - "tags"
20281   sort:
20282   - "L2BDMACLRN"
20283   - "L2BDMACLRN"
20284   - "L2BDMACLRN"
20285   - "L2XCFWD"
20286   - "L2XCFWD"
20287   - "L2XCFWD"
20288   layout:
20289     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20290     layout: "plot-latency"
20291
20292 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20293 -
20294   type: "plot"
20295   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20296   algorithm: "plot_latency_error_bars"
20297   output-file-type: ".html"
20298   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20299   data: "plot-vpp-throughput-latency-3n-hsw"
20300   filter: "'NIC_Intel-X520-DA2' and
20301            '64B' and
20302            'NDRPDR' and
20303            ('ETH' or 'DOT1Q') and
20304            '1T1C' and
20305            ('L2BDMACLRN' or 'L2XCFWD') and
20306            'VHOST_1024' and
20307            not 'CFS_OPT' and
20308            not 'DOT1Q' and
20309            not 'VXLAN' and
20310            not 'IP4FWD' and
20311            not 'LBOND'"
20312   parameters:
20313   - "latency"
20314   - "parent"
20315   - "tags"
20316 #  sort:
20317 #  - "1VM"
20318 #  - "L2XCFWD"
20319 #  - "1VM"
20320 #  - "L2BDMACLRN"
20321   layout:
20322     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20323     layout: "plot-latency"
20324
20325 -
20326   type: "plot"
20327   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20328   algorithm: "plot_latency_error_bars"
20329   output-file-type: ".html"
20330   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20331   data: "plot-vpp-throughput-latency-3n-hsw"
20332   filter: "'NIC_Intel-X520-DA2' and
20333            '64B' and
20334            'NDRPDR' and
20335            ('ETH' or 'DOT1Q') and
20336            '2T2C' and
20337            ('L2BDMACLRN' or 'L2XCFWD') and
20338            'VHOST_1024' and
20339            not 'CFS_OPT' and
20340            not 'DOT1Q' and
20341            not 'VXLAN' and
20342            not 'IP4FWD' and
20343            not 'LBOND'"
20344   parameters:
20345   - "latency"
20346   - "parent"
20347   - "tags"
20348 #  sort:
20349 #  - "1VM"
20350 #  - "L2XCFWD"
20351 #  - "1VM"
20352 #  - "L2BDMACLRN"
20353   layout:
20354     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20355     layout: "plot-latency"
20356
20357 # Packet Latency - VPP vhost ip4 3n-hsw-x710
20358 -
20359   type: "plot"
20360   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20361   algorithm: "plot_latency_error_bars"
20362   output-file-type: ".html"
20363   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20364   data: "plot-vpp-throughput-latency-3n-hsw"
20365   filter: "'NIC_Intel-X710' and
20366            '64B' and
20367            'NDRPDR' and
20368            'ETH' and
20369            'IP4FWD' and
20370            '1T1C' and
20371            'VHOST_1024' and
20372            not 'VXLAN' and
20373            not 'CFS_OPT' and
20374            not 'DOT1Q'"
20375   parameters:
20376   - "latency"
20377   - "parent"
20378   - "tags"
20379   sort:
20380   - "1VM"
20381   - "2VM"
20382   layout:
20383     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20384     layout: "plot-latency"
20385
20386 -
20387   type: "plot"
20388   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20389   algorithm: "plot_latency_error_bars"
20390   output-file-type: ".html"
20391   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20392   data: "plot-vpp-throughput-latency-3n-hsw"
20393   filter: "'NIC_Intel-X710' and
20394            '64B' and
20395            'NDRPDR' and
20396            'ETH' and
20397            'IP4FWD' and
20398            '2T2C' and
20399            'VHOST_1024' and
20400            not 'VXLAN' and
20401            not 'CFS_OPT' and
20402            not 'DOT1Q'"
20403   parameters:
20404   - "latency"
20405   - "parent"
20406   - "tags"
20407   sort:
20408   - "1VM"
20409   - "2VM"
20410   layout:
20411     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20412     layout: "plot-latency"
20413
20414 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
20415 -
20416   type: "plot"
20417   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20418   algorithm: "plot_latency_error_bars"
20419   output-file-type: ".html"
20420   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20421   data: "plot-vpp-throughput-latency-3n-hsw"
20422   filter: "'NIC_Intel-X710' and
20423            '64B' and
20424            'NDRPDR' and
20425            ('ETH' or 'DOT1Q') and
20426            'BASE' and
20427            '1T1C' and
20428            ('L2BDMACLRN' or 'L2XCFWD') and
20429            'VHOST_1024' and
20430            not 'VXLAN' and
20431            not 'IP4FWD' and
20432            not '2VM'"
20433   parameters:
20434   - "latency"
20435   - "parent"
20436   - "tags"
20437   sort:
20438   - "L2BDMACLRN"
20439   - "L2BDMACLRN"
20440   - "L2BDMACLRN"
20441   - "L2XCFWD"
20442   - "L2XCFWD"
20443   - "L2XCFWD"
20444   layout:
20445     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20446     layout: "plot-latency"
20447
20448 -
20449   type: "plot"
20450   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20451   algorithm: "plot_latency_error_bars"
20452   output-file-type: ".html"
20453   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20454   data: "plot-vpp-throughput-latency-3n-hsw"
20455   filter: "'NIC_Intel-X710' and
20456            '64B' and
20457            'NDRPDR' and
20458            ('ETH' or 'DOT1Q') and
20459            'BASE' and
20460            '2T2C' and
20461            ('L2BDMACLRN' or 'L2XCFWD') and
20462            'VHOST_1024' and
20463            not 'VXLAN' and
20464            not 'IP4FWD' and
20465            not '2VM'"
20466   parameters:
20467   - "latency"
20468   - "parent"
20469   - "tags"
20470   sort:
20471   - "L2BDMACLRN"
20472   - "L2BDMACLRN"
20473   - "L2BDMACLRN"
20474   - "L2XCFWD"
20475   - "L2XCFWD"
20476   - "L2XCFWD"
20477   layout:
20478     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20479     layout: "plot-latency"
20480
20481 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
20482 -
20483   type: "plot"
20484   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20485   algorithm: "plot_latency_error_bars"
20486   output-file-type: ".html"
20487   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20488   data: "plot-vpp-throughput-latency-3n-hsw"
20489   filter: "'NIC_Intel-X710' and
20490            '64B' and
20491            'NDRPDR' and
20492            ('ETH' or 'DOT1Q') and
20493            '1T1C' and
20494            ('L2BDMACLRN' or 'L2XCFWD') and
20495            'VHOST_1024' and
20496            not 'CFS_OPT' and
20497            not 'VXLAN' and
20498            not 'IP4FWD' and
20499            not 'LBOND'"
20500   parameters:
20501   - "latency"
20502   - "parent"
20503   - "tags"
20504   sort:
20505   - "L2BDMACLRN"
20506   - "L2BDMACLRN"
20507   - "L2BDMACLRN"
20508   - "L2XCFWD"
20509   - "L2XCFWD"
20510   - "L2XCFWD"
20511   layout:
20512     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
20513     layout: "plot-latency"
20514
20515 -
20516   type: "plot"
20517   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20518   algorithm: "plot_latency_error_bars"
20519   output-file-type: ".html"
20520   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20521   data: "plot-vpp-throughput-latency-3n-hsw"
20522   filter: "'NIC_Intel-X710' and
20523            '64B' and
20524            'NDRPDR' and
20525            ('ETH' or 'DOT1Q') and
20526            '2T2C' and
20527            ('L2BDMACLRN' or 'L2XCFWD') and
20528            'VHOST_1024' and
20529            not 'CFS_OPT' and
20530            not 'VXLAN' and
20531            not 'IP4FWD' and
20532            not 'LBOND'"
20533   parameters:
20534   - "latency"
20535   - "parent"
20536   - "tags"
20537   sort:
20538   - "L2BDMACLRN"
20539   - "L2BDMACLRN"
20540   - "L2BDMACLRN"
20541   - "L2XCFWD"
20542   - "L2XCFWD"
20543   - "L2XCFWD"
20544   layout:
20545     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
20546     layout: "plot-latency"
20547
20548 # Packet Latency - VPP vhost ip4 3n-skx-x710
20549 -
20550   type: "plot"
20551   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20552   algorithm: "plot_latency_error_bars"
20553   output-file-type: ".html"
20554   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20555   data: "plot-vpp-throughput-latency-3n-skx"
20556   filter: "'NIC_Intel-X710' and
20557            '64B' and
20558            'NDRPDR' and
20559            'ETH' and
20560            'IP4FWD' and
20561            '2T1C' and
20562            'VHOST_1024' and
20563            not 'VXLAN' and
20564            not 'DOT1Q'"
20565   parameters:
20566   - "latency"
20567   - "parent"
20568   - "tags"
20569   sort:
20570   - "1VM"
20571   - "2VM"
20572   layout:
20573     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20574     layout: "plot-latency"
20575
20576 -
20577   type: "plot"
20578   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20579   algorithm: "plot_latency_error_bars"
20580   output-file-type: ".html"
20581   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20582   data: "plot-vpp-throughput-latency-3n-skx"
20583   filter: "'NIC_Intel-X710' and
20584            '64B' and
20585            'NDRPDR' and
20586            'ETH' and
20587            'IP4FWD' and
20588            '4T2C' and
20589            'VHOST_1024' and
20590            not 'VXLAN' and
20591            not 'DOT1Q'"
20592   parameters:
20593   - "latency"
20594   - "parent"
20595   - "tags"
20596   sort:
20597   - "1VM"
20598   - "2VM"
20599   layout:
20600     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20601     layout: "plot-latency"
20602
20603 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
20604 -
20605   type: "plot"
20606   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20607   algorithm: "plot_latency_error_bars"
20608   output-file-type: ".html"
20609   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20610   data: "plot-vpp-throughput-latency-3n-skx"
20611   filter: "'NIC_Intel-X710' and
20612            '64B' and
20613            'NDRPDR' and
20614            ('ETH' or 'DOT1Q') and
20615            'BASE' and
20616            '2T1C' and
20617            ('L2BDMACLRN' or 'L2XCFWD') and
20618            'VHOST_1024' and
20619            not 'VXLAN' and
20620            not 'IP4FWD' and
20621            not '2VM'"
20622   parameters:
20623   - "latency"
20624   - "parent"
20625   - "tags"
20626   sort:
20627   - "L2BDMACLRN"
20628   - "L2BDMACLRN"
20629   - "L2BDMACLRN"
20630   - "L2XCFWD"
20631   - "L2XCFWD"
20632   - "L2XCFWD"
20633   layout:
20634     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20635     layout: "plot-latency"
20636
20637 -
20638   type: "plot"
20639   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20640   algorithm: "plot_latency_error_bars"
20641   output-file-type: ".html"
20642   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20643   data: "plot-vpp-throughput-latency-3n-skx"
20644   filter: "'NIC_Intel-X710' and
20645            '64B' and
20646            'NDRPDR' and
20647            ('ETH' or 'DOT1Q') and
20648            'BASE' and
20649            '4T2C' and
20650            ('L2BDMACLRN' or 'L2XCFWD') and
20651            'VHOST_1024' and
20652            not 'VXLAN' and
20653            not 'IP4FWD' and
20654            not '2VM'"
20655   parameters:
20656   - "latency"
20657   - "parent"
20658   - "tags"
20659   sort:
20660   - "L2BDMACLRN"
20661   - "L2BDMACLRN"
20662   - "L2BDMACLRN"
20663   - "L2XCFWD"
20664   - "L2XCFWD"
20665   - "L2XCFWD"
20666   layout:
20667     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20668     layout: "plot-latency"
20669
20670 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
20671 -
20672   type: "plot"
20673   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
20674   algorithm: "plot_latency_error_bars"
20675   output-file-type: ".html"
20676   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
20677   data: "plot-vpp-throughput-latency-3n-skx"
20678   filter: "'NIC_Intel-X710' and
20679            '64B' and
20680            'NDRPDR' and
20681            ('ETH' or 'DOT1Q') and
20682            '2T1C' and
20683            ('L2BDMACLRN' or 'L2XCFWD') and
20684            'VHOST_1024' and
20685            not 'CFS_OPT' and
20686            not 'VXLAN' and
20687            not 'IP4FWD' and
20688            not 'LBOND'"
20689   parameters:
20690   - "latency"
20691   - "parent"
20692   - "tags"
20693   sort:
20694   - "L2BDMACLRN"
20695   - "L2BDMACLRN"
20696   - "L2BDMACLRN"
20697   - "L2XCFWD"
20698   - "L2XCFWD"
20699   - "L2XCFWD"
20700   layout:
20701     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
20702     layout: "plot-latency"
20703
20704 -
20705   type: "plot"
20706   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
20707   algorithm: "plot_latency_error_bars"
20708   output-file-type: ".html"
20709   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
20710   data: "plot-vpp-throughput-latency-3n-skx"
20711   filter: "'NIC_Intel-X710' and
20712            '64B' and
20713            'NDRPDR' and
20714            ('ETH' or 'DOT1Q') and
20715            '4T2C' and
20716            ('L2BDMACLRN' or 'L2XCFWD') and
20717            'VHOST_1024' and
20718            not 'CFS_OPT' and
20719            not 'VXLAN' and
20720            not 'IP4FWD' and
20721            not 'LBOND'"
20722   parameters:
20723   - "latency"
20724   - "parent"
20725   - "tags"
20726   sort:
20727   - "L2BDMACLRN"
20728   - "L2BDMACLRN"
20729   - "L2BDMACLRN"
20730   - "L2XCFWD"
20731   - "L2XCFWD"
20732   - "L2XCFWD"
20733   layout:
20734     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
20735     layout: "plot-latency"
20736
20737 # Packet Latency - VPP vhost ip4 2n-skx-x710
20738 -
20739   type: "plot"
20740   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20741   algorithm: "plot_latency_error_bars"
20742   output-file-type: ".html"
20743   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20744   data: "plot-vpp-throughput-latency-2n-skx"
20745   filter: "'NIC_Intel-X710' and
20746            '64B' and
20747            'NDRPDR' and
20748            'ETH' and
20749            'IP4FWD' and
20750            '2T1C' and
20751            'VHOST_1024' and
20752            not 'VXLAN' and
20753            not 'NF_DENSITY' and
20754            not 'CFS_OPT' and
20755            not 'DOT1Q'"
20756   parameters:
20757   - "latency"
20758   - "parent"
20759   - "tags"
20760   sort:
20761   - "1VM"
20762   - "2VM"
20763   layout:
20764     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20765     layout: "plot-latency"
20766
20767 -
20768   type: "plot"
20769   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20770   algorithm: "plot_latency_error_bars"
20771   output-file-type: ".html"
20772   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20773   data: "plot-vpp-throughput-latency-2n-skx"
20774   filter: "'NIC_Intel-X710' and
20775            '64B' and
20776            'NDRPDR' and
20777            'ETH' and
20778            'IP4FWD' and
20779            '4T2C' and
20780            'VHOST_1024' and
20781            not 'VXLAN' and
20782            not 'NF_DENSITY' and
20783            not 'CFS_OPT' and
20784            not 'DOT1Q'"
20785   parameters:
20786   - "latency"
20787   - "parent"
20788   - "tags"
20789   sort:
20790   - "1VM"
20791   - "2VM"
20792   layout:
20793     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20794     layout: "plot-latency"
20795
20796 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
20797 -
20798   type: "plot"
20799   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20800   algorithm: "plot_latency_error_bars"
20801   output-file-type: ".html"
20802   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20803   data: "plot-vpp-throughput-latency-2n-skx"
20804   filter: "'NIC_Intel-X710' and
20805            '64B' and
20806            'NDRPDR' and
20807            ('ETH' or 'DOT1Q') and
20808            'BASE' and
20809            '2T1C' and
20810            ('L2BDMACLRN' or 'L2XCFWD') and
20811            'VHOST_1024' and
20812            not 'VXLAN' and
20813            not 'NF_DENSITY' and
20814            not 'IP4FWD' and
20815            not '2VM'"
20816   parameters:
20817   - "latency"
20818   - "parent"
20819   - "tags"
20820 #  sort:
20821 #  - "not CFS_OPT"
20822 #  - "L2XCFWD"
20823 #  - "not CFS_OPT"
20824 #  - "CFS_OPT"
20825   layout:
20826     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
20827     layout: "plot-latency"
20828
20829 -
20830   type: "plot"
20831   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20832   algorithm: "plot_latency_error_bars"
20833   output-file-type: ".html"
20834   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20835   data: "plot-vpp-throughput-latency-2n-skx"
20836   filter: "'NIC_Intel-X710' and
20837            '64B' and
20838            'NDRPDR' and
20839            ('ETH' or 'DOT1Q') and
20840            'BASE' and
20841            '4T2C' and
20842            ('L2BDMACLRN' or 'L2XCFWD') and
20843            'VHOST_1024' and
20844            not 'VXLAN' and
20845            not 'NF_DENSITY' and
20846            not 'IP4FWD' and
20847            not '2VM'"
20848   parameters:
20849   - "latency"
20850   - "parent"
20851   - "tags"
20852 #  sort:
20853 #  - "not CFS_OPT"
20854 #  - "L2XCFWD"
20855 #  - "not CFS_OPT"
20856 #  - "CFS_OPT"
20857   layout:
20858     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
20859     layout: "plot-latency"
20860
20861 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
20862 -
20863   type: "plot"
20864   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20865   algorithm: "plot_latency_error_bars"
20866   output-file-type: ".html"
20867   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20868   data: "plot-vpp-throughput-latency-2n-skx"
20869   filter: "'NIC_Intel-X710' and
20870            '64B' and
20871            'NDRPDR' and
20872            ('ETH' or 'DOT1Q') and
20873            '2T1C' and
20874            ('L2BDMACLRN' or 'L2XCFWD') and
20875            'VHOST_1024' and
20876            not 'CFS_OPT' and
20877            not 'VXLAN' and
20878            not 'NF_DENSITY' and
20879            not 'DOT1Q' and
20880            not 'IP4FWD'"
20881   parameters:
20882   - "latency"
20883   - "parent"
20884   - "tags"
20885 #  sort:
20886 #  - "1VM"
20887 #  - "L2XCFWD"
20888 #  - "1VM"
20889 #  - "L2BDMACLRN"
20890   layout:
20891     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
20892     layout: "plot-latency"
20893
20894 -
20895   type: "plot"
20896   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20897   algorithm: "plot_latency_error_bars"
20898   output-file-type: ".html"
20899   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20900   data: "plot-vpp-throughput-latency-2n-skx"
20901   filter: "'NIC_Intel-X710' and
20902            '64B' and
20903            'NDRPDR' and
20904            ('ETH' or 'DOT1Q') and
20905            '4T2C' and
20906            ('L2BDMACLRN' or 'L2XCFWD') and
20907            'VHOST_1024' and
20908            not 'CFS_OPT' and
20909            not 'VXLAN' and
20910            not 'NF_DENSITY' and
20911            not 'DOT1Q' and
20912            not 'IP4FWD'"
20913   parameters:
20914   - "latency"
20915   - "parent"
20916   - "tags"
20917 #  sort:
20918 #  - "1VM"
20919 #  - "L2XCFWD"
20920 #  - "1VM"
20921 #  - "L2BDMACLRN"
20922   layout:
20923     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
20924     layout: "plot-latency"
20925
20926 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
20927 -
20928   type: "plot"
20929   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20930   algorithm: "plot_latency_error_bars"
20931   output-file-type: ".html"
20932   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20933   data: "plot-vpp-throughput-latency-2n-skx"
20934   filter: "'NIC_Intel-XXV710' and
20935            '64B' and
20936            'NDRPDR' and
20937            'ETH' and
20938            'IP4FWD' and
20939            '2T1C' and
20940            'VHOST_1024' and
20941            not 'VXLAN' and
20942            not 'CFS_OPT' and
20943            not 'DOT1Q'"
20944   parameters:
20945   - "latency"
20946   - "parent"
20947   - "tags"
20948   sort:
20949   - "not CFS_OPT"
20950   - "1VM"
20951   - "2VM"
20952   layout:
20953     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20954     layout: "plot-latency"
20955
20956 -
20957   type: "plot"
20958   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20959   algorithm: "plot_latency_error_bars"
20960   output-file-type: ".html"
20961   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20962   data: "plot-vpp-throughput-latency-2n-skx"
20963   filter: "'NIC_Intel-XXV710' and
20964            '64B' and
20965            'NDRPDR' and
20966            'ETH' and
20967            'IP4FWD' and
20968            '4T2C' and
20969            'VHOST_1024' and
20970            not 'VXLAN' and
20971            not 'CFS_OPT' and
20972            not 'DOT1Q'"
20973   parameters:
20974   - "latency"
20975   - "parent"
20976   - "tags"
20977   sort:
20978   - "not CFS_OPT"
20979   - "1VM"
20980   - "2VM"
20981   layout:
20982     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20983     layout: "plot-latency"
20984
20985 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
20986 -
20987   type: "plot"
20988   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
20989   algorithm: "plot_latency_error_bars"
20990   output-file-type: ".html"
20991   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
20992   data: "plot-vpp-throughput-latency-2n-skx"
20993   filter: "'NIC_Intel-XXV710' and
20994            '64B' and
20995            'NDRPDR' and
20996            ('ETH' or 'DOT1Q') and
20997            'BASE' and
20998            '2T1C' and
20999            ('L2BDMACLRN' or 'L2XCFWD') and
21000            'VHOST_1024' and
21001            not 'VXLAN' and
21002            not 'IP4FWD' and
21003            not '2VM'"
21004   parameters:
21005   - "latency"
21006   - "parent"
21007   - "tags"
21008 #  sort:
21009 #  - "not CFS_OPT"
21010 #  - "L2XCFWD"
21011 #  - "not CFS_OPT"
21012 #  - "CFS_OPT"
21013   layout:
21014     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
21015     layout: "plot-latency"
21016
21017 -
21018   type: "plot"
21019   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21020   algorithm: "plot_latency_error_bars"
21021   output-file-type: ".html"
21022   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21023   data: "plot-vpp-throughput-latency-2n-skx"
21024   filter: "'NIC_Intel-XXV710' and
21025            '64B' and
21026            'NDRPDR' and
21027            ('ETH' or 'DOT1Q') and
21028            'BASE' and
21029            '4T2C' and
21030            ('L2BDMACLRN' or 'L2XCFWD') and
21031            'VHOST_1024' and
21032            not 'VXLAN' and
21033            not 'IP4FWD' and
21034            not '2VM'"
21035   parameters:
21036   - "latency"
21037   - "parent"
21038   - "tags"
21039 #  sort:
21040 #  - "not CFS_OPT"
21041 #  - "L2XCFWD"
21042 #  - "not CFS_OPT"
21043 #  - "CFS_OPT"
21044   layout:
21045     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
21046     layout: "plot-latency"
21047
21048 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
21049 -
21050   type: "plot"
21051   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21052   algorithm: "plot_latency_error_bars"
21053   output-file-type: ".html"
21054   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21055   data: "plot-vpp-throughput-latency-2n-skx"
21056   filter: "'NIC_Intel-XXV710' and
21057            '64B' and
21058            'NDRPDR' and
21059            ('ETH' or 'DOT1Q') and
21060            '2T1C' and
21061            ('L2BDMACLRN' or 'L2XCFWD') and
21062            'VHOST_1024' and
21063            not 'CFS_OPT' and
21064            not 'VXLAN' and
21065            not 'DOT1Q' and
21066            not 'IP4FWD'"
21067   parameters:
21068   - "latency"
21069   - "parent"
21070   - "tags"
21071 #  sort:
21072 #  - "1VM"
21073 #  - "L2XCFWD"
21074 #  - "1VM"
21075 #  - "L2BDMACLRN"
21076   layout:
21077     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
21078     layout: "plot-latency"
21079
21080 -
21081   type: "plot"
21082   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21083   algorithm: "plot_latency_error_bars"
21084   output-file-type: ".html"
21085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21086   data: "plot-vpp-throughput-latency-2n-skx"
21087   filter: "'NIC_Intel-XXV710' and
21088            '64B' and
21089            'NDRPDR' and
21090            ('ETH' or 'DOT1Q') and
21091            '4T2C' and
21092            ('L2BDMACLRN' or 'L2XCFWD') and
21093            'VHOST_1024' and
21094            not 'CFS_OPT' and
21095            not 'VXLAN' and
21096            not 'DOT1Q' and
21097            not 'IP4FWD'"
21098   parameters:
21099   - "latency"
21100   - "parent"
21101   - "tags"
21102 #  sort:
21103 #  - "1VM"
21104 #  - "L2XCFWD"
21105 #  - "1VM"
21106 #  - "L2BDMACLRN"
21107   layout:
21108     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
21109     layout: "plot-latency"
21110
21111 ################################################################################
21112
21113 # Packet Latency - VPP VTS 3n-hsw-x520
21114 -
21115   type: "plot"
21116   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21117   algorithm: "plot_latency_error_bars"
21118   output-file-type: ".html"
21119   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21120   data: "plot-vpp-throughput-latency-3n-hsw"
21121   filter: "'NIC_Intel-X520-DA2' and
21122            '114B' and
21123            'NDRPDR' and
21124            '1T1C' and
21125            'VTS'"
21126   parameters:
21127   - "latency"
21128   - "parent"
21129   - "tags"
21130   layout:
21131     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
21132     layout: "plot-latency"
21133
21134 -
21135   type: "plot"
21136   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21137   algorithm: "plot_latency_error_bars"
21138   output-file-type: ".html"
21139   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21140   data: "plot-vpp-throughput-latency-3n-hsw"
21141   filter: "'NIC_Intel-X520-DA2' and
21142            '114B' and
21143            'NDRPDR' and
21144            '2T2C' and
21145            'VTS'"
21146   parameters:
21147   - "latency"
21148   - "parent"
21149   - "tags"
21150   layout:
21151     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
21152     layout: "plot-latency"
21153
21154 ################################################################################
21155
21156 # Packet Latency - DPDK l3fwd 3n-hsw-x520
21157 -
21158   type: "plot"
21159   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21160   algorithm: "plot_latency_error_bars"
21161   output-file-type: ".html"
21162   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21163   data: "plot-dpdk-throughput-latency-3n-hsw"
21164   filter: "'NIC_Intel-X520-DA2' and
21165            '64B' and
21166            'BASE' and
21167            'NDRPDR' and
21168            '1T1C' and
21169            'IP4FWD'"
21170   parameters:
21171   - "latency"
21172   - "parent"
21173   - "tags"
21174   layout:
21175     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
21176     layout: "plot-latency"
21177
21178 -
21179   type: "plot"
21180   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21181   algorithm: "plot_latency_error_bars"
21182   output-file-type: ".html"
21183   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21184   data: "plot-dpdk-throughput-latency-3n-hsw"
21185   filter: "'NIC_Intel-X520-DA2' and
21186            '64B' and
21187            'BASE' and
21188            'NDRPDR' and
21189            '2T2C' and
21190            'IP4FWD'"
21191   parameters:
21192   - "latency"
21193   - "parent"
21194   - "tags"
21195   layout:
21196     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
21197     layout: "plot-latency"
21198
21199 # Packet Latency - DPDK l3fwd 3n-hsw-x710
21200 -
21201   type: "plot"
21202   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21203   algorithm: "plot_latency_error_bars"
21204   output-file-type: ".html"
21205   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21206   data: "plot-dpdk-throughput-latency-3n-hsw"
21207   filter: "'NIC_Intel-X710' and
21208            '64B' and
21209            'BASE' and
21210            'NDRPDR' and
21211            '1T1C' and
21212            'IP4FWD'"
21213   parameters:
21214   - "latency"
21215   - "parent"
21216   - "tags"
21217   layout:
21218     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
21219     layout: "plot-latency"
21220
21221 -
21222   type: "plot"
21223   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21224   algorithm: "plot_latency_error_bars"
21225   output-file-type: ".html"
21226   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21227   data: "plot-dpdk-throughput-latency-3n-hsw"
21228   filter: "'NIC_Intel-X710' and
21229            '64B' and
21230            'BASE' and
21231            'NDRPDR' and
21232            '2T2C' and
21233            'IP4FWD'"
21234   parameters:
21235   - "latency"
21236   - "parent"
21237   - "tags"
21238   layout:
21239     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
21240     layout: "plot-latency"
21241
21242 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
21243 -
21244   type: "plot"
21245   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21246   algorithm: "plot_latency_error_bars"
21247   output-file-type: ".html"
21248   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21249   data: "plot-dpdk-throughput-latency-3n-hsw"
21250   filter: "'NIC_Intel-XL710' and
21251            '64B' and
21252            'BASE' and
21253            'NDRPDR' and
21254            '1T1C' and
21255            'IP4FWD'"
21256   parameters:
21257   - "latency"
21258   - "parent"
21259   - "tags"
21260   layout:
21261     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
21262     layout: "plot-latency"
21263
21264 -
21265   type: "plot"
21266   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21267   algorithm: "plot_latency_error_bars"
21268   output-file-type: ".html"
21269   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21270   data: "plot-dpdk-throughput-latency-3n-hsw"
21271   filter: "'NIC_Intel-XL710' and
21272            '64B' and
21273            'BASE' and
21274            'NDRPDR' and
21275            '2T2C' and
21276            'IP4FWD'"
21277   parameters:
21278   - "latency"
21279   - "parent"
21280   - "tags"
21281   layout:
21282     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
21283     layout: "plot-latency"
21284
21285 # Packet Latency - DPDK l3fwd 3n-skx-x710
21286 -
21287   type: "plot"
21288   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21289   algorithm: "plot_latency_error_bars"
21290   output-file-type: ".html"
21291   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21292   data: "plot-dpdk-throughput-latency-3n-skx"
21293   filter: "'NIC_Intel-X710' and
21294            '64B' and
21295            'BASE' and
21296            'NDRPDR' and
21297            '2T1C' and
21298            'IP4FWD'"
21299   parameters:
21300   - "latency"
21301   - "parent"
21302   - "tags"
21303   layout:
21304     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
21305     layout: "plot-latency"
21306
21307 -
21308   type: "plot"
21309   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21310   algorithm: "plot_latency_error_bars"
21311   output-file-type: ".html"
21312   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21313   data: "plot-dpdk-throughput-latency-3n-skx"
21314   filter: "'NIC_Intel-X710' and
21315            '64B' and
21316            'BASE' and
21317            'NDRPDR' and
21318            '4T2C' and
21319            'IP4FWD'"
21320   parameters:
21321   - "latency"
21322   - "parent"
21323   - "tags"
21324   layout:
21325     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
21326     layout: "plot-latency"
21327
21328 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
21329 -
21330   type: "plot"
21331   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21332   algorithm: "plot_latency_error_bars"
21333   output-file-type: ".html"
21334   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21335   data: "plot-dpdk-throughput-latency-3n-skx"
21336   filter: "'NIC_Intel-XXV710' and
21337            '64B' and
21338            'BASE' and
21339            'NDRPDR' and
21340            '2T1C' and
21341            'IP4FWD'"
21342   parameters:
21343   - "latency"
21344   - "parent"
21345   - "tags"
21346   layout:
21347     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
21348     layout: "plot-latency"
21349
21350 -
21351   type: "plot"
21352   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21353   algorithm: "plot_latency_error_bars"
21354   output-file-type: ".html"
21355   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21356   data: "plot-dpdk-throughput-latency-3n-skx"
21357   filter: "'NIC_Intel-XXV710' and
21358            '64B' and
21359            'BASE' and
21360            'NDRPDR' and
21361            '4T2C' and
21362            'IP4FWD'"
21363   parameters:
21364   - "latency"
21365   - "parent"
21366   - "tags"
21367   layout:
21368     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
21369     layout: "plot-latency"
21370
21371 # Packet Latency - DPDK l3fwd 2n-skx-x710
21372 -
21373   type: "plot"
21374   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21375   algorithm: "plot_latency_error_bars"
21376   output-file-type: ".html"
21377   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21378   data: "plot-dpdk-throughput-latency-2n-skx"
21379   filter: "'NIC_Intel-X710' and
21380            '64B' and
21381            'BASE' and
21382            'NDRPDR' and
21383            '2T1C' and
21384            'IP4FWD'"
21385   parameters:
21386   - "latency"
21387   - "parent"
21388   - "tags"
21389   layout:
21390     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
21391     layout: "plot-latency"
21392
21393 -
21394   type: "plot"
21395   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21396   algorithm: "plot_latency_error_bars"
21397   output-file-type: ".html"
21398   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21399   data: "plot-dpdk-throughput-latency-2n-skx"
21400   filter: "'NIC_Intel-X710' and
21401            '64B' and
21402            'BASE' and
21403            'NDRPDR' and
21404            '4T2C' and
21405            'IP4FWD'"
21406   parameters:
21407   - "latency"
21408   - "parent"
21409   - "tags"
21410   layout:
21411     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
21412     layout: "plot-latency"
21413
21414 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
21415 -
21416   type: "plot"
21417   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21418   algorithm: "plot_latency_error_bars"
21419   output-file-type: ".html"
21420   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21421   data: "plot-dpdk-throughput-latency-2n-skx"
21422   filter: "'NIC_Intel-XXV710' and
21423            '64B' and
21424            'BASE' and
21425            'NDRPDR' and
21426            '2T1C' and
21427            'IP4FWD'"
21428   parameters:
21429   - "latency"
21430   - "parent"
21431   - "tags"
21432   layout:
21433     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
21434     layout: "plot-latency"
21435
21436 -
21437   type: "plot"
21438   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21439   algorithm: "plot_latency_error_bars"
21440   output-file-type: ".html"
21441   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21442   data: "plot-dpdk-throughput-latency-2n-skx"
21443   filter: "'NIC_Intel-XXV710' and
21444            '64B' and
21445            'BASE' and
21446            'NDRPDR' and
21447            '4T2C' and
21448            'IP4FWD'"
21449   parameters:
21450   - "latency"
21451   - "parent"
21452   - "tags"
21453   layout:
21454     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
21455     layout: "plot-latency"
21456
21457 ################################################################################
21458
21459 # Packet Latency - DPDK testpmd 3n-hsw-x520
21460 -
21461   type: "plot"
21462   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21463   algorithm: "plot_latency_error_bars"
21464   output-file-type: ".html"
21465   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21466   data: "plot-dpdk-throughput-latency-3n-hsw"
21467   filter: "'NIC_Intel-X520-DA2' and
21468            '64B' and
21469            'BASE' and
21470            'NDRPDR' and
21471            '1T1C' and
21472            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21473   parameters:
21474   - "latency"
21475   - "parent"
21476   - "tags"
21477   layout:
21478     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
21479     layout: "plot-latency"
21480
21481 -
21482   type: "plot"
21483   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21484   algorithm: "plot_latency_error_bars"
21485   output-file-type: ".html"
21486   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21487   data: "plot-dpdk-throughput-latency-3n-hsw"
21488   filter: "'NIC_Intel-X520-DA2' and
21489            '64B' and
21490            'BASE' and
21491            'NDRPDR' and
21492            '2T2C' and
21493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21494   parameters:
21495   - "latency"
21496   - "parent"
21497   - "tags"
21498   layout:
21499     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
21500     layout: "plot-latency"
21501
21502 # Packet Latency - DPDK testpmd 3n-hsw-x710
21503 -
21504   type: "plot"
21505   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21506   algorithm: "plot_latency_error_bars"
21507   output-file-type: ".html"
21508   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21509   data: "plot-dpdk-throughput-latency-3n-hsw"
21510   filter: "'NIC_Intel-X710' and
21511            '64B' and
21512            'BASE' and
21513            'NDRPDR' and
21514            '1T1C' and
21515            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21516   parameters:
21517   - "latency"
21518   - "parent"
21519   - "tags"
21520   layout:
21521     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
21522     layout: "plot-latency"
21523
21524 -
21525   type: "plot"
21526   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21527   algorithm: "plot_latency_error_bars"
21528   output-file-type: ".html"
21529   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21530   data: "plot-dpdk-throughput-latency-3n-hsw"
21531   filter: "'NIC_Intel-X710' and
21532            '64B' and
21533            'BASE' and
21534            'NDRPDR' and
21535            '2T2C' and
21536            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21537   parameters:
21538   - "latency"
21539   - "parent"
21540   - "tags"
21541   layout:
21542     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
21543     layout: "plot-latency"
21544
21545 # Packet Latency - DPDK testpmd 3n-hsw-xl710
21546 -
21547   type: "plot"
21548   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21549   algorithm: "plot_latency_error_bars"
21550   output-file-type: ".html"
21551   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21552   data: "plot-dpdk-throughput-latency-3n-hsw"
21553   filter: "'NIC_Intel-XL710' and
21554            '64B' and
21555            'BASE' and
21556            'NDRPDR' and
21557            '1T1C' and
21558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21559   parameters:
21560   - "latency"
21561   - "parent"
21562   - "tags"
21563   layout:
21564     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
21565     layout: "plot-latency"
21566
21567 -
21568   type: "plot"
21569   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21570   algorithm: "plot_latency_error_bars"
21571   output-file-type: ".html"
21572   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21573   data: "plot-dpdk-throughput-latency-3n-hsw"
21574   filter: "'NIC_Intel-XL710' and
21575            '64B' and
21576            'BASE' and
21577            'NDRPDR' and
21578            '2T2C' and
21579            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21580   parameters:
21581   - "latency"
21582   - "parent"
21583   - "tags"
21584   layout:
21585     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
21586     layout: "plot-latency"
21587
21588 # Packet Latency - DPDK testpmd 3n-skx-x710
21589 -
21590   type: "plot"
21591   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21592   algorithm: "plot_latency_error_bars"
21593   output-file-type: ".html"
21594   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21595   data: "plot-dpdk-throughput-latency-3n-skx"
21596   filter: "'NIC_Intel-X710' and
21597            '64B' and
21598            'BASE' and
21599            'NDRPDR' and
21600            '2T1C' and
21601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21602   parameters:
21603   - "latency"
21604   - "parent"
21605   - "tags"
21606   layout:
21607     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
21608     layout: "plot-latency"
21609
21610 -
21611   type: "plot"
21612   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21613   algorithm: "plot_latency_error_bars"
21614   output-file-type: ".html"
21615   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21616   data: "plot-dpdk-throughput-latency-3n-skx"
21617   filter: "'NIC_Intel-X710' and
21618            '64B' and
21619            'BASE' and
21620            'NDRPDR' and
21621            '4T2C' and
21622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21623   parameters:
21624   - "latency"
21625   - "parent"
21626   - "tags"
21627   layout:
21628     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
21629     layout: "plot-latency"
21630
21631 # Packet Latency - DPDK testpmd 3n-skx-xxv710
21632 -
21633   type: "plot"
21634   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21635   algorithm: "plot_latency_error_bars"
21636   output-file-type: ".html"
21637   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21638   data: "plot-dpdk-throughput-latency-3n-skx"
21639   filter: "'NIC_Intel-XXV710' and
21640            '64B' and
21641            'BASE' and
21642            'NDRPDR' and
21643            '2T1C' and
21644            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21645   parameters:
21646   - "latency"
21647   - "parent"
21648   - "tags"
21649   layout:
21650     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
21651     layout: "plot-latency"
21652
21653 -
21654   type: "plot"
21655   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21656   algorithm: "plot_latency_error_bars"
21657   output-file-type: ".html"
21658   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21659   data: "plot-dpdk-throughput-latency-3n-skx"
21660   filter: "'NIC_Intel-XXV710' and
21661            '64B' and
21662            'BASE' and
21663            'NDRPDR' and
21664            '4T2C' and
21665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21666   parameters:
21667   - "latency"
21668   - "parent"
21669   - "tags"
21670   layout:
21671     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
21672     layout: "plot-latency"
21673
21674 # Packet Latency - DPDK testpmd 2n-skx-x710
21675 -
21676   type: "plot"
21677   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21678   algorithm: "plot_latency_error_bars"
21679   output-file-type: ".html"
21680   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21681   data: "plot-dpdk-throughput-latency-2n-skx"
21682   filter: "'NIC_Intel-X710' and
21683            '64B' and
21684            'BASE' and
21685            'NDRPDR' and
21686            '2T1C' and
21687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21688   parameters:
21689   - "latency"
21690   - "parent"
21691   - "tags"
21692   layout:
21693     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
21694     layout: "plot-latency"
21695
21696 -
21697   type: "plot"
21698   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21699   algorithm: "plot_latency_error_bars"
21700   output-file-type: ".html"
21701   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21702   data: "plot-dpdk-throughput-latency-2n-skx"
21703   filter: "'NIC_Intel-X710' and
21704            '64B' and
21705            'BASE' and
21706            'NDRPDR' and
21707            '4T2C' and
21708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21709   parameters:
21710   - "latency"
21711   - "parent"
21712   - "tags"
21713   layout:
21714     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21715     layout: "plot-latency"
21716
21717 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21718 -
21719   type: "plot"
21720   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21721   algorithm: "plot_latency_error_bars"
21722   output-file-type: ".html"
21723   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21724   data: "plot-dpdk-throughput-latency-2n-skx"
21725   filter: "'NIC_Intel-XXV710' and
21726            '64B' and
21727            'BASE' and
21728            'NDRPDR' and
21729            '2T1C' and
21730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21731   parameters:
21732   - "latency"
21733   - "parent"
21734   - "tags"
21735   layout:
21736     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21737     layout: "plot-latency"
21738
21739 -
21740   type: "plot"
21741   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21742   algorithm: "plot_latency_error_bars"
21743   output-file-type: ".html"
21744   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21745   data: "plot-dpdk-throughput-latency-2n-skx"
21746   filter: "'NIC_Intel-XXV710' and
21747            '64B' and
21748            'BASE' and
21749            'NDRPDR' and
21750            '4T2C' and
21751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21752   parameters:
21753   - "latency"
21754   - "parent"
21755   - "tags"
21756   layout:
21757     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21758     layout: "plot-latency"
21759
21760 ################################################################################
21761
21762 # Speedup - VPP Container Memif 3n-hsw-x520
21763 -
21764   type: "plot"
21765   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
21766   algorithm: "plot_throughput_speedup_analysis"
21767   output-file-type: ".html"
21768   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
21769   data: "plot-throughput-speedup-analysis-3n-hsw"
21770   filter: "'NIC_Intel-X520-DA2' and
21771            '64B' and
21772            ('BASE' or 'SCALE') and
21773            'NDRPDR' and
21774            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21775            not 'VHOST' and
21776            'MEMIF'"
21777   parameters:
21778   - "throughput"
21779   - "parent"
21780   - "tags"
21781   sort:
21782   - "L2XCFWD"
21783   - "L2XCFWD"
21784   - "L2XCFWD"
21785   - "L2BDMACLRN"
21786   - "L2BDMACLRN"
21787   - "L2BDMACLRN"
21788   - "IP4FWD"
21789   layout:
21790     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
21791     layout: "plot-throughput-speedup-analysis"
21792
21793 -
21794   type: "plot"
21795   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
21796   algorithm: "plot_throughput_speedup_analysis"
21797   output-file-type: ".html"
21798   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
21799   data: "plot-throughput-speedup-analysis-3n-hsw"
21800   filter: "'NIC_Intel-X520-DA2' and
21801            '64B' and
21802            ('BASE' or 'SCALE') and
21803            'NDRPDR' and
21804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21805            not 'VHOST' and
21806            'MEMIF'"
21807   parameters:
21808   - "throughput"
21809   - "parent"
21810   - "tags"
21811   sort:
21812   - "L2XCFWD"
21813   - "L2XCFWD"
21814   - "L2XCFWD"
21815   - "L2BDMACLRN"
21816   - "L2BDMACLRN"
21817   - "L2BDMACLRN"
21818   - "IP4FWD"
21819   layout:
21820     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
21821     layout: "plot-throughput-speedup-analysis"
21822
21823 # Speedup - VPP Container Memif 3n-hsw-x710
21824 -
21825   type: "plot"
21826   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
21827   algorithm: "plot_throughput_speedup_analysis"
21828   output-file-type: ".html"
21829   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
21830   data: "plot-throughput-speedup-analysis-3n-hsw"
21831   filter: "'NIC_Intel-X710' and
21832            '64B' and
21833            ('BASE' or 'SCALE') and
21834            'NDRPDR' and
21835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21836            not 'VHOST' and
21837            'MEMIF'"
21838   parameters:
21839   - "throughput"
21840   - "parent"
21841   - "tags"
21842   sort:
21843   - "L2XCFWD"
21844   - "L2XCFWD"
21845   - "L2XCFWD"
21846   - "L2BDMACLRN"
21847   - "L2BDMACLRN"
21848   - "L2BDMACLRN"
21849   - "IP4FWD"
21850   layout:
21851     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
21852     layout: "plot-throughput-speedup-analysis"
21853
21854 -
21855   type: "plot"
21856   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
21857   algorithm: "plot_throughput_speedup_analysis"
21858   output-file-type: ".html"
21859   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
21860   data: "plot-throughput-speedup-analysis-3n-hsw"
21861   filter: "'NIC_Intel-X710' and
21862            '64B' and
21863            ('BASE' or 'SCALE') and
21864            'NDRPDR' and
21865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21866            not 'VHOST' and
21867            'MEMIF'"
21868   parameters:
21869   - "throughput"
21870   - "parent"
21871   - "tags"
21872   sort:
21873   - "L2XCFWD"
21874   - "L2XCFWD"
21875   - "L2XCFWD"
21876   - "L2BDMACLRN"
21877   - "L2BDMACLRN"
21878   - "L2BDMACLRN"
21879   - "IP4FWD"
21880   layout:
21881     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
21882     layout: "plot-throughput-speedup-analysis"
21883
21884 # Speedup - VPP Container Memif 3n-hsw-xl710
21885 -
21886   type: "plot"
21887   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
21888   algorithm: "plot_throughput_speedup_analysis"
21889   output-file-type: ".html"
21890   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
21891   data: "plot-throughput-speedup-analysis-3n-hsw"
21892   filter: "'NIC_Intel-XL710' and
21893            '64B' and
21894            ('BASE' or 'SCALE') and
21895            'NDRPDR' and
21896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21897            not 'VHOST' and
21898            'MEMIF'"
21899   parameters:
21900   - "throughput"
21901   - "parent"
21902   - "tags"
21903   sort:
21904   - "L2XCFWD"
21905   - "L2XCFWD"
21906   - "L2XCFWD"
21907   - "L2BDMACLRN"
21908   - "L2BDMACLRN"
21909   - "L2BDMACLRN"
21910   - "IP4FWD"
21911   layout:
21912     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
21913     layout: "plot-throughput-speedup-analysis"
21914
21915 -
21916   type: "plot"
21917   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
21918   algorithm: "plot_throughput_speedup_analysis"
21919   output-file-type: ".html"
21920   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
21921   data: "plot-throughput-speedup-analysis-3n-hsw"
21922   filter: "'NIC_Intel-XL710' and
21923            '64B' and
21924            ('BASE' or 'SCALE') and
21925            'NDRPDR' and
21926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21927            not 'VHOST' and
21928            'MEMIF'"
21929   parameters:
21930   - "throughput"
21931   - "parent"
21932   - "tags"
21933   sort:
21934   - "L2XCFWD"
21935   - "L2XCFWD"
21936   - "L2XCFWD"
21937   - "L2BDMACLRN"
21938   - "L2BDMACLRN"
21939   - "L2BDMACLRN"
21940   - "IP4FWD"
21941   layout:
21942     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
21943     layout: "plot-throughput-speedup-analysis"
21944
21945 # Speedup - VPP Container Memif 3n-skx-x710
21946 -
21947   type: "plot"
21948   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
21949   algorithm: "plot_throughput_speedup_analysis"
21950   output-file-type: ".html"
21951   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
21952   data: "plot-throughput-speedup-analysis-3n-skx"
21953   filter: "'NIC_Intel-X710' and
21954            '64B' and
21955            ('BASE' or 'SCALE') and
21956            'NDRPDR' and
21957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21958            not 'VHOST' and
21959            'MEMIF'"
21960   parameters:
21961   - "throughput"
21962   - "parent"
21963   - "tags"
21964   sort:
21965   - "L2XCFWD"
21966   - "L2XCFWD"
21967   - "L2XCFWD"
21968   - "L2BDMACLRN"
21969   - "L2BDMACLRN"
21970   - "L2BDMACLRN"
21971   - "IP4FWD"
21972   layout:
21973     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
21974     layout: "plot-throughput-speedup-analysis"
21975
21976 -
21977   type: "plot"
21978   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
21979   algorithm: "plot_throughput_speedup_analysis"
21980   output-file-type: ".html"
21981   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
21982   data: "plot-throughput-speedup-analysis-3n-skx"
21983   filter: "'NIC_Intel-X710' and
21984            '64B' and
21985            ('BASE' or 'SCALE') and
21986            'NDRPDR' and
21987            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21988            not 'VHOST' and
21989            'MEMIF'"
21990   parameters:
21991   - "throughput"
21992   - "parent"
21993   - "tags"
21994   sort:
21995   - "L2XCFWD"
21996   - "L2XCFWD"
21997   - "L2XCFWD"
21998   - "L2BDMACLRN"
21999   - "L2BDMACLRN"
22000   - "L2BDMACLRN"
22001   - "IP4FWD"
22002   layout:
22003     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
22004     layout: "plot-throughput-speedup-analysis"
22005
22006 # Speedup - VPP Container Memif 2n-skx-x710
22007 -
22008   type: "plot"
22009   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22010   algorithm: "plot_throughput_speedup_analysis"
22011   output-file-type: ".html"
22012   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22013   data: "plot-throughput-speedup-analysis-2n-skx"
22014   filter: "'NIC_Intel-X710' and
22015            '64B' and
22016            ('BASE' or 'SCALE') and
22017            'NDRPDR' and
22018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22019            not 'VHOST' and
22020            not 'NF_DENSITY' and
22021            'MEMIF'"
22022   parameters:
22023   - "throughput"
22024   - "parent"
22025   - "tags"
22026   sort:
22027   - "L2XCFWD"
22028   - "L2XCFWD"
22029   - "L2XCFWD"
22030   - "L2BDMACLRN"
22031   - "L2BDMACLRN"
22032   - "L2BDMACLRN"
22033   - "IP4FWD"
22034   layout:
22035     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
22036     layout: "plot-throughput-speedup-analysis"
22037
22038 -
22039   type: "plot"
22040   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22041   algorithm: "plot_throughput_speedup_analysis"
22042   output-file-type: ".html"
22043   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22044   data: "plot-throughput-speedup-analysis-2n-skx"
22045   filter: "'NIC_Intel-X710' and
22046            '64B' and
22047            ('BASE' or 'SCALE') and
22048            'NDRPDR' and
22049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22050            not 'VHOST' and
22051            not 'NF_DENSITY' and
22052            'MEMIF'"
22053   parameters:
22054   - "throughput"
22055   - "parent"
22056   - "tags"
22057   sort:
22058   - "L2XCFWD"
22059   - "L2XCFWD"
22060   - "L2XCFWD"
22061   - "L2BDMACLRN"
22062   - "L2BDMACLRN"
22063   - "L2BDMACLRN"
22064   - "IP4FWD"
22065   layout:
22066     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
22067     layout: "plot-throughput-speedup-analysis"
22068
22069 # Speedup - VPP Container Memif 2n-skx-xxv710
22070 -
22071   type: "plot"
22072   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22073   algorithm: "plot_throughput_speedup_analysis"
22074   output-file-type: ".html"
22075   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22076   data: "plot-throughput-speedup-analysis-2n-skx"
22077   filter: "'NIC_Intel-XXV710' and
22078            '64B' and
22079            ('BASE' or 'SCALE') and
22080            'NDRPDR' and
22081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22082            not 'VHOST' and
22083            'MEMIF'"
22084   parameters:
22085   - "throughput"
22086   - "parent"
22087   - "tags"
22088   sort:
22089   - "L2XCFWD"
22090   - "L2XCFWD"
22091   - "L2XCFWD"
22092   - "L2BDMACLRN"
22093   - "L2BDMACLRN"
22094   - "L2BDMACLRN"
22095   - "IP4FWD"
22096   layout:
22097     title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
22098     layout: "plot-throughput-speedup-analysis"
22099
22100 -
22101   type: "plot"
22102   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22103   algorithm: "plot_throughput_speedup_analysis"
22104   output-file-type: ".html"
22105   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22106   data: "plot-throughput-speedup-analysis-2n-skx"
22107   filter: "'NIC_Intel-XXV710' and
22108            '64B' and
22109            ('BASE' or 'SCALE') and
22110            'NDRPDR' and
22111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22112            not 'VHOST' and
22113            'MEMIF'"
22114   parameters:
22115   - "throughput"
22116   - "parent"
22117   - "tags"
22118   sort:
22119   - "L2XCFWD"
22120   - "L2XCFWD"
22121   - "L2XCFWD"
22122   - "L2BDMACLRN"
22123   - "L2BDMACLRN"
22124   - "L2BDMACLRN"
22125   - "IP4FWD"
22126   layout:
22127     title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
22128     layout: "plot-throughput-speedup-analysis"
22129
22130 ################################################################################
22131
22132 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
22133 -
22134   type: "plot"
22135   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22136   algorithm: "plot_throughput_speedup_analysis"
22137   output-file-type: ".html"
22138   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22139   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22140   filter: "'NIC_Intel-X520-DA2' and
22141            '64B' and
22142            ('BASE' or 'SCALE') and
22143            'NDRPDR' and
22144            'L2XCFWD' and
22145            not 'VHOST' and
22146            not 'NF_DENSITY' and
22147            'MEMIF'"
22148   parameters:
22149   - "throughput"
22150   - "parent"
22151   - "tags"
22152   sort:
22153   - "1VNF"
22154   - "2VNF"
22155   - "4VNF"
22156   - "2VNF"
22157   - "4VNF"
22158   layout:
22159     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
22160     layout: "plot-throughput-speedup-analysis"
22161
22162 -
22163   type: "plot"
22164   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22165   algorithm: "plot_throughput_speedup_analysis"
22166   output-file-type: ".html"
22167   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22168   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22169   filter: "'NIC_Intel-X520-DA2' and
22170            '64B' and
22171            ('BASE' or 'SCALE') and
22172            'NDRPDR' and
22173            'L2XCFWD' and
22174            not 'VHOST' and
22175            not 'NF_DENSITY' and
22176            'MEMIF'"
22177   parameters:
22178   - "throughput"
22179   - "parent"
22180   - "tags"
22181   sort:
22182   - "1VNF"
22183   - "2VNF"
22184   - "4VNF"
22185   - "2VNF"
22186   - "4VNF"
22187   layout:
22188     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
22189     layout: "plot-throughput-speedup-analysis"
22190
22191 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
22192 -
22193   type: "plot"
22194   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22195   algorithm: "plot_throughput_speedup_analysis"
22196   output-file-type: ".html"
22197   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22198   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22199   filter: "'NIC_Intel-X520-DA2' and
22200            '64B' and
22201            ('BASE' or 'SCALE') and
22202            'NDRPDR' and
22203            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22204            not 'VHOST' and
22205            not 'NF_DENSITY' and
22206            'MEMIF'"
22207   parameters:
22208   - "throughput"
22209   - "parent"
22210   - "tags"
22211   sort:
22212   - "1VNF"
22213   - "2VNF"
22214   - "4VNF"
22215   - "2VNF"
22216   - "4VNF"
22217   layout:
22218     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
22219     layout: "plot-throughput-speedup-analysis"
22220
22221 -
22222   type: "plot"
22223   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22224   algorithm: "plot_throughput_speedup_analysis"
22225   output-file-type: ".html"
22226   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22227   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22228   filter: "'NIC_Intel-X520-DA2' and
22229            '64B' and
22230            ('BASE' or 'SCALE') and
22231            'NDRPDR' and
22232            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22233            not 'VHOST' and
22234            not 'NF_DENSITY' and
22235            'MEMIF'"
22236   parameters:
22237   - "throughput"
22238   - "parent"
22239   - "tags"
22240   sort:
22241   - "1VNF"
22242   - "2VNF"
22243   - "4VNF"
22244   - "2VNF"
22245   - "4VNF"
22246   layout:
22247     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
22248     layout: "plot-throughput-speedup-analysis"
22249
22250 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
22251 -
22252   type: "plot"
22253   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22254   algorithm: "plot_throughput_speedup_analysis"
22255   output-file-type: ".html"
22256   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22257   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22258   filter: "'NIC_Intel-X710' and
22259            '64B' and
22260            ('BASE' or 'SCALE') and
22261            'NDRPDR' and
22262            'L2XCFWD' and
22263            not 'VHOST' and
22264            not 'NF_DENSITY' and
22265            'MEMIF'"
22266   parameters:
22267   - "throughput"
22268   - "parent"
22269   - "tags"
22270   sort:
22271   - "1VNF"
22272   - "2VNF"
22273   - "4VNF"
22274   - "2VNF"
22275   - "4VNF"
22276   layout:
22277     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
22278     layout: "plot-throughput-speedup-analysis"
22279
22280 -
22281   type: "plot"
22282   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22283   algorithm: "plot_throughput_speedup_analysis"
22284   output-file-type: ".html"
22285   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22286   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22287   filter: "'NIC_Intel-X710' and
22288            '64B' and
22289            ('BASE' or 'SCALE') and
22290            'NDRPDR' and
22291            'L2XCFWD' and
22292            not 'VHOST' and
22293            not 'NF_DENSITY' and
22294            'MEMIF'"
22295   parameters:
22296   - "throughput"
22297   - "parent"
22298   - "tags"
22299   sort:
22300   - "1VNF"
22301   - "2VNF"
22302   - "4VNF"
22303   - "2VNF"
22304   - "4VNF"
22305   layout:
22306     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
22307     layout: "plot-throughput-speedup-analysis"
22308
22309 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
22310 -
22311   type: "plot"
22312   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22313   algorithm: "plot_throughput_speedup_analysis"
22314   output-file-type: ".html"
22315   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22316   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22317   filter: "'NIC_Intel-X710' and
22318            '64B' and
22319            ('BASE' or 'SCALE') and
22320            'NDRPDR' and
22321            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22322            not 'VHOST' and
22323            not 'NF_DENSITY' and
22324            'MEMIF'"
22325   parameters:
22326   - "throughput"
22327   - "parent"
22328   - "tags"
22329   sort:
22330   - "1VNF"
22331   - "2VNF"
22332   - "4VNF"
22333   - "2VNF"
22334   - "4VNF"
22335   layout:
22336     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
22337     layout: "plot-throughput-speedup-analysis"
22338
22339 -
22340   type: "plot"
22341   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22342   algorithm: "plot_throughput_speedup_analysis"
22343   output-file-type: ".html"
22344   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22345   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22346   filter: "'NIC_Intel-X710' and
22347            '64B' and
22348            ('BASE' or 'SCALE') and
22349            'NDRPDR' and
22350            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22351            not 'VHOST' and
22352            not 'NF_DENSITY' and
22353            'MEMIF'"
22354   parameters:
22355   - "throughput"
22356   - "parent"
22357   - "tags"
22358   sort:
22359   - "1VNF"
22360   - "2VNF"
22361   - "4VNF"
22362   - "2VNF"
22363   - "4VNF"
22364   layout:
22365     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
22366     layout: "plot-throughput-speedup-analysis"
22367
22368 ################################################################################
22369
22370 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
22371 -
22372   type: "plot"
22373   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22374   algorithm: "plot_throughput_speedup_analysis"
22375   output-file-type: ".html"
22376   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22377   data: "plot-throughput-speedup-analysis-3n-hsw"
22378   filter: "'NIC_Intel-X520-DA2' and
22379            '64B' and
22380            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22381            'NDRPDR' and
22382            'IP4FWD' and
22383            not 'IPSEC' and
22384            not 'DOT1Q' and
22385            not 'VHOST'"
22386   parameters:
22387   - "throughput"
22388   - "parent"
22389   - "tags"
22390   sort:
22391   - "DOT1Q"
22392   - "IP4BASE"
22393   - "FIB_20k"
22394   - "FIB_200k"
22395   - "FIB_2M"
22396   layout:
22397     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
22398     layout: "plot-throughput-speedup-analysis"
22399
22400 -
22401   type: "plot"
22402   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22403   algorithm: "plot_throughput_speedup_analysis"
22404   output-file-type: ".html"
22405   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22406   data: "plot-throughput-speedup-analysis-3n-hsw"
22407   filter: "'NIC_Intel-X520-DA2' and
22408            '64B' and
22409            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22410            'NDRPDR' and
22411            'IP4FWD' and
22412            not 'IPSEC' and
22413            not 'DOT1Q' and
22414            not 'VHOST'"
22415   parameters:
22416   - "throughput"
22417   - "parent"
22418   - "tags"
22419   sort:
22420   - "DOT1Q"
22421   - "IP4BASE"
22422   - "FIB_20k"
22423   - "FIB_200k"
22424   - "FIB_2M"
22425   layout:
22426     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
22427     layout: "plot-throughput-speedup-analysis"
22428
22429 # Speedup - VPP IPv4 3n-hsw-x520 features
22430 -
22431   type: "plot"
22432   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
22433   algorithm: "plot_throughput_speedup_analysis"
22434   output-file-type: ".html"
22435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
22436   data: "plot-throughput-speedup-analysis-3n-hsw"
22437   filter: "'NIC_Intel-X520-DA2' and
22438            '64B' and
22439            ('IP4BASE' or
22440             'POLICE_MARK' or
22441             'COPWHLIST' or
22442             ('NAT44' and 'BASE') or
22443             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22444            'NDRPDR' and
22445            'IP4FWD' and
22446            not 'IPSEC' and
22447            not 'VHOST'"
22448   parameters:
22449   - "throughput"
22450   - "parent"
22451   - "tags"
22452   sort:
22453   - "DOT1Q"
22454   - "IP4BASE"
22455   - "NAT44"
22456   - "POLICE_MARK"
22457   - "COPWHLIST"
22458   - "IACL"
22459   - "OACL"
22460   layout:
22461     title: "ip4-3n-hsw-x520-64b-features-ndr"
22462     layout: "plot-throughput-speedup-analysis"
22463
22464 -
22465   type: "plot"
22466   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
22467   algorithm: "plot_throughput_speedup_analysis"
22468   output-file-type: ".html"
22469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
22470   data: "plot-throughput-speedup-analysis-3n-hsw"
22471   filter: "'NIC_Intel-X520-DA2' and
22472            '64B' and
22473            ('IP4BASE' or
22474             'POLICE_MARK' or
22475             'COPWHLIST' or
22476             ('NAT44' and 'BASE') or
22477             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22478            'NDRPDR' and
22479            'IP4FWD' and
22480            not 'IPSEC' and
22481            not 'VHOST'"
22482   parameters:
22483   - "throughput"
22484   - "parent"
22485   - "tags"
22486   sort:
22487   - "DOT1Q"
22488   - "IP4BASE"
22489   - "NAT44"
22490   - "POLICE_MARK"
22491   - "COPWHLIST"
22492   - "IACL"
22493   - "OACL"
22494   layout:
22495     title: "ip4-3n-hsw-x520-64b-features-pdr"
22496     layout: "plot-throughput-speedup-analysis"
22497
22498 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
22499 -
22500   type: "plot"
22501   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22502   algorithm: "plot_throughput_speedup_analysis"
22503   output-file-type: ".html"
22504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22505   data: "plot-throughput-speedup-analysis-3n-hsw"
22506   filter: "'NIC_Intel-X520-DA2' and
22507            '64B' and
22508            'NDRPDR' and
22509            'IP4FWD' and
22510            ('NAT44' or 'IP4BASE') and
22511            not 'DOT1Q' and
22512            not 'IPSEC' and
22513            not 'VHOST'"
22514   parameters:
22515   - "throughput"
22516   - "parent"
22517   - "tags"
22518   sort:
22519   - "IP4BASE"
22520   - "BASE"
22521   - "SRC_USER_10"
22522   - "SRC_USER_100"
22523   - "SRC_USER_1000"
22524   - "SRC_USER_2000"
22525   layout:
22526     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
22527     layout: "plot-throughput-speedup-analysis"
22528
22529 -
22530   type: "plot"
22531   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22532   algorithm: "plot_throughput_speedup_analysis"
22533   output-file-type: ".html"
22534   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22535   data: "plot-throughput-speedup-analysis-3n-hsw"
22536   filter: "'NIC_Intel-X520-DA2' and
22537            '64B' and
22538            'NDRPDR' and
22539            'IP4FWD' and
22540            ('NAT44' or 'IP4BASE') and
22541            not 'DOT1Q' and
22542            not 'IPSEC' and
22543            not 'VHOST'"
22544   parameters:
22545   - "throughput"
22546   - "parent"
22547   - "tags"
22548   sort:
22549   - "IP4BASE"
22550   - "BASE"
22551   - "SRC_USER_10"
22552   - "SRC_USER_100"
22553   - "SRC_USER_1000"
22554   - "SRC_USER_2000"
22555   layout:
22556     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
22557     layout: "plot-throughput-speedup-analysis"
22558
22559 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
22560 -
22561   type: "plot"
22562   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22563   algorithm: "plot_throughput_speedup_analysis"
22564   output-file-type: ".html"
22565   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22566   data: "plot-throughput-speedup-analysis-3n-hsw"
22567   filter: "'NIC_Intel-X520-DA2' and
22568            '64B' and
22569            'NDRPDR' and
22570            'IP4FWD' and
22571            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22572            not 'IPSEC' and
22573            not 'DOT1Q' and
22574            not 'VHOST'"
22575   parameters:
22576   - "throughput"
22577   - "parent"
22578   - "tags"
22579   sort:
22580   - "IP4BASE"
22581   - "ACL_STATELESS"
22582   - "ACL_STATEFUL"
22583   - "ACL_STATELESS"
22584   - "ACL_STATEFUL"
22585   layout:
22586     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
22587     layout: "plot-throughput-speedup-analysis"
22588
22589 -
22590   type: "plot"
22591   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22592   algorithm: "plot_throughput_speedup_analysis"
22593   output-file-type: ".html"
22594   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22595   data: "plot-throughput-speedup-analysis-3n-hsw"
22596   filter: "'NIC_Intel-X520-DA2' and
22597            '64B' and
22598            'NDRPDR' and
22599            'IP4FWD' and
22600            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22601            not 'IPSEC' and
22602            not 'DOT1Q' and
22603            not 'VHOST'"
22604   parameters:
22605   - "throughput"
22606   - "parent"
22607   - "tags"
22608   sort:
22609   - "IP4BASE"
22610   - "ACL_STATELESS"
22611   - "ACL_STATEFUL"
22612   - "ACL_STATELESS"
22613   - "ACL_STATEFUL"
22614   layout:
22615     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
22616     layout: "plot-throughput-speedup-analysis"
22617
22618 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
22619 -
22620   type: "plot"
22621   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22622   algorithm: "plot_throughput_speedup_analysis"
22623   output-file-type: ".html"
22624   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22625   data: "plot-throughput-speedup-analysis-3n-hsw"
22626   filter: "'NIC_Intel-X520-DA2' and
22627            '64B' and
22628            'NDRPDR' and
22629            'IP4FWD' and
22630            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22631            not 'IPSEC' and
22632            not 'DOT1Q' and
22633            not 'VHOST'"
22634   parameters:
22635   - "throughput"
22636   - "parent"
22637   - "tags"
22638   sort:
22639   - "IP4BASE"
22640   - "ACL_STATELESS"
22641   - "ACL_STATEFUL"
22642   - "ACL_STATELESS"
22643   - "ACL_STATEFUL"
22644   layout:
22645     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
22646     layout: "plot-throughput-speedup-analysis"
22647
22648 -
22649   type: "plot"
22650   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22651   algorithm: "plot_throughput_speedup_analysis"
22652   output-file-type: ".html"
22653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22654   data: "plot-throughput-speedup-analysis-3n-hsw"
22655   filter: "'NIC_Intel-X520-DA2' and
22656            '64B' and
22657            'NDRPDR' and
22658            'IP4FWD' and
22659            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22660            not 'IPSEC' and
22661            not 'DOT1Q' and
22662            not 'VHOST'"
22663   parameters:
22664   - "throughput"
22665   - "parent"
22666   - "tags"
22667   sort:
22668   - "IP4BASE"
22669   - "ACL_STATELESS"
22670   - "ACL_STATEFUL"
22671   - "ACL_STATELESS"
22672   - "ACL_STATEFUL"
22673   layout:
22674     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
22675     layout: "plot-throughput-speedup-analysis"
22676
22677 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
22678 -
22679   type: "plot"
22680   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22681   algorithm: "plot_throughput_speedup_analysis"
22682   output-file-type: ".html"
22683   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22684   data: "plot-throughput-speedup-analysis-3n-hsw"
22685   filter: "'NIC_Intel-X710' and
22686            '64B' and
22687            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22688            'NDRPDR' and
22689            'IP4FWD' and
22690            not 'IPSEC' and
22691            not 'DOT1Q' and
22692            not 'VHOST'"
22693   parameters:
22694   - "throughput"
22695   - "parent"
22696   - "tags"
22697   sort:
22698   - "IP4BASE"
22699   - "FIB_20K"
22700   - "FIB_200K"
22701   - "FIB_2M"
22702   layout:
22703     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
22704     layout: "plot-throughput-speedup-analysis"
22705
22706 -
22707   type: "plot"
22708   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22709   algorithm: "plot_throughput_speedup_analysis"
22710   output-file-type: ".html"
22711   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22712   data: "plot-throughput-speedup-analysis-3n-hsw"
22713   filter: "'NIC_Intel-X710' and
22714            '64B' and
22715            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22716            'NDRPDR' and
22717            'IP4FWD' and
22718            not 'IPSEC' and
22719            not 'DOT1Q' and
22720            not 'VHOST'"
22721   parameters:
22722   - "throughput"
22723   - "parent"
22724   - "tags"
22725   sort:
22726   - "IP4BASE"
22727   - "FIB_20K"
22728   - "FIB_200K"
22729   - "FIB_2M"
22730   layout:
22731     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22732     layout: "plot-throughput-speedup-analysis"
22733
22734 # Speedup - VPP IPv4 3n-hsw-x710 features
22735 -
22736   type: "plot"
22737   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22738   algorithm: "plot_throughput_speedup_analysis"
22739   output-file-type: ".html"
22740   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22741   data: "plot-throughput-speedup-analysis-3n-hsw"
22742   filter: "'NIC_Intel-X710' and
22743            '64B' and
22744            ('IP4BASE' or
22745             'POLICE_MARK' or
22746             'COPWHLIST' or
22747             ('NAT44' and 'BASE') or
22748             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22749            'NDRPDR' and
22750            'IP4FWD' and
22751            not 'IPSEC' and
22752            not 'VHOST'"
22753   parameters:
22754   - "throughput"
22755   - "parent"
22756   - "tags"
22757   sort:
22758   - "DOT1Q"
22759   - "IP4BASE"
22760   - "NAT44"
22761   - "POLICE_MARK"
22762   - "COPWHLIST"
22763   - "IACL"
22764   - "OACL"
22765   layout:
22766     title: "ip4-3n-hsw-x710-64b-features-ndr"
22767     layout: "plot-throughput-speedup-analysis"
22768
22769 -
22770   type: "plot"
22771   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
22772   algorithm: "plot_throughput_speedup_analysis"
22773   output-file-type: ".html"
22774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
22775   data: "plot-throughput-speedup-analysis-3n-hsw"
22776   filter: "'NIC_Intel-X710' and
22777            '64B' and
22778            ('IP4BASE' or
22779             'POLICE_MARK' or
22780             'COPWHLIST' or
22781             ('NAT44' and 'BASE') or
22782             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22783            'NDRPDR' and
22784            'IP4FWD' and
22785            not 'IPSEC' and
22786            not 'VHOST'"
22787   parameters:
22788   - "throughput"
22789   - "parent"
22790   - "tags"
22791   sort:
22792   - "DOT1Q"
22793   - "IP4BASE"
22794   - "NAT44"
22795   - "POLICE_MARK"
22796   - "COPWHLIST"
22797   - "IACL"
22798   - "OACL"
22799   layout:
22800     title: "ip4-3n-hsw-x710-64b-features-pdr"
22801     layout: "plot-throughput-speedup-analysis"
22802
22803 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
22804 -
22805   type: "plot"
22806   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22807   algorithm: "plot_throughput_speedup_analysis"
22808   output-file-type: ".html"
22809   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22810   data: "plot-throughput-speedup-analysis-3n-hsw"
22811   filter: "'NIC_Intel-X710' and
22812            '64B' and
22813            'NDRPDR' and
22814            'IP4FWD' and
22815            ('NAT44' or 'IP4BASE') and
22816            not 'IPSEC' and
22817            not 'VHOST'"
22818   parameters:
22819   - "throughput"
22820   - "parent"
22821   - "tags"
22822   sort:
22823   - "IP4BASE"
22824   - "BASE"
22825   - "SRC_USER_10"
22826   - "SRC_USER_100"
22827   - "SRC_USER_1000"
22828   - "SRC_USER_2000"
22829   layout:
22830     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
22831     layout: "plot-throughput-speedup-analysis"
22832
22833 -
22834   type: "plot"
22835   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22836   algorithm: "plot_throughput_speedup_analysis"
22837   output-file-type: ".html"
22838   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22839   data: "plot-throughput-speedup-analysis-3n-hsw"
22840   filter: "'NIC_Intel-X710' and
22841            '64B' and
22842            'NDRPDR' and
22843            'IP4FWD' and
22844            ('NAT44' or 'IP4BASE') and
22845            not 'IPSEC' and
22846            not 'VHOST'"
22847   parameters:
22848   - "throughput"
22849   - "parent"
22850   - "tags"
22851   sort:
22852   - "IP4BASE"
22853   - "BASE"
22854   - "SRC_USER_10"
22855   - "SRC_USER_100"
22856   - "SRC_USER_1000"
22857   - "SRC_USER_2000"
22858   layout:
22859     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
22860     layout: "plot-throughput-speedup-analysis"
22861
22862 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
22863 -
22864   type: "plot"
22865   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22866   algorithm: "plot_throughput_speedup_analysis"
22867   output-file-type: ".html"
22868   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22869   data: "plot-throughput-speedup-analysis-3n-hsw"
22870   filter: "'NIC_Intel-X710' and
22871            '64B' and
22872            'NDRPDR' and
22873            'IP4FWD' and
22874            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22875            not 'IPSEC' and
22876            not 'VHOST'"
22877   parameters:
22878   - "throughput"
22879   - "parent"
22880   - "tags"
22881   sort:
22882   - "IP4BASE"
22883   - "ACL_STATELESS"
22884   - "ACL_STATEFUL"
22885   - "ACL_STATELESS"
22886   - "ACL_STATEFUL"
22887   layout:
22888     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
22889     layout: "plot-throughput-speedup-analysis"
22890
22891 -
22892   type: "plot"
22893   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22894   algorithm: "plot_throughput_speedup_analysis"
22895   output-file-type: ".html"
22896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22897   data: "plot-throughput-speedup-analysis-3n-hsw"
22898   filter: "'NIC_Intel-X710' and
22899            '64B' and
22900            'NDRPDR' and
22901            'IP4FWD' and
22902            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22903            not 'IPSEC' and
22904            not 'VHOST'"
22905   parameters:
22906   - "throughput"
22907   - "parent"
22908   - "tags"
22909   sort:
22910   - "IP4BASE"
22911   - "ACL_STATELESS"
22912   - "ACL_STATEFUL"
22913   - "ACL_STATELESS"
22914   - "ACL_STATEFUL"
22915   layout:
22916     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
22917     layout: "plot-throughput-speedup-analysis"
22918
22919 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
22920 -
22921   type: "plot"
22922   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
22923   algorithm: "plot_throughput_speedup_analysis"
22924   output-file-type: ".html"
22925   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
22926   data: "plot-throughput-speedup-analysis-3n-hsw"
22927   filter: "'NIC_Intel-XL710' and
22928            '64B' and
22929            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22930            'NDRPDR' and
22931            'IP4FWD' and
22932            not 'IPSEC' and
22933            not 'VHOST'"
22934   parameters:
22935   - "throughput"
22936   - "parent"
22937   - "tags"
22938   sort:
22939   - "IP4BASE"
22940   - "FIB_20K"
22941   - "FIB_200K"
22942   - "FIB_2M"
22943   layout:
22944     title: "ip4-3n-hsw-xl710-64b-base-ndr"
22945     layout: "plot-throughput-speedup-analysis"
22946
22947 -
22948   type: "plot"
22949   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
22950   algorithm: "plot_throughput_speedup_analysis"
22951   output-file-type: ".html"
22952   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
22953   data: "plot-throughput-speedup-analysis-3n-hsw"
22954   filter: "'NIC_Intel-XL710' and
22955            '64B' and
22956            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22957            'NDRPDR' and
22958            'IP4FWD' and
22959            not 'IPSEC' and
22960            not 'VHOST'"
22961   parameters:
22962   - "throughput"
22963   - "parent"
22964   - "tags"
22965   sort:
22966   - "IP4BASE"
22967   - "FIB_20K"
22968   - "FIB_200K"
22969   - "FIB_2M"
22970   layout:
22971     title: "ip4-3n-hsw-xl710-64b-base-pdr"
22972     layout: "plot-throughput-speedup-analysis"
22973
22974 # Speedup - VPP IPv4 3n-skx-x710 base and scale
22975 -
22976   type: "plot"
22977   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22978   algorithm: "plot_throughput_speedup_analysis"
22979   output-file-type: ".html"
22980   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22981   data: "plot-throughput-speedup-analysis-3n-skx"
22982   filter: "'NIC_Intel-X710' and
22983            '64B' and
22984            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22985            'NDRPDR' and
22986            'IP4FWD' and
22987            not 'IPSEC' and
22988            not 'DOT1Q' and
22989            not 'VHOST'"
22990   parameters:
22991   - "throughput"
22992   - "parent"
22993   - "tags"
22994   sort:
22995   - "IP4BASE"
22996   - "FIB_20K"
22997   - "FIB_200K"
22998   - "FIB_2M"
22999   layout:
23000     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
23001     layout: "plot-throughput-speedup-analysis"
23002
23003 -
23004   type: "plot"
23005   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23006   algorithm: "plot_throughput_speedup_analysis"
23007   output-file-type: ".html"
23008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23009   data: "plot-throughput-speedup-analysis-3n-skx"
23010   filter: "'NIC_Intel-X710' and
23011            '64B' and
23012            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23013            'NDRPDR' and
23014            'IP4FWD' and
23015            not 'IPSEC' and
23016            not 'DOT1Q' and
23017            not 'VHOST'"
23018   parameters:
23019   - "throughput"
23020   - "parent"
23021   - "tags"
23022   sort:
23023   - "IP4BASE"
23024   - "FIB_20K"
23025   - "FIB_200K"
23026   - "FIB_2M"
23027   layout:
23028     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
23029     layout: "plot-throughput-speedup-analysis"
23030
23031 # Speedup - VPP IPv4 3n-skx-x710 features
23032 -
23033   type: "plot"
23034   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
23035   algorithm: "plot_throughput_speedup_analysis"
23036   output-file-type: ".html"
23037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
23038   data: "plot-throughput-speedup-analysis-3n-skx"
23039   filter: "'NIC_Intel-X710' and
23040            '64B' and
23041            ('IP4BASE' or
23042             'POLICE_MARK' or
23043             'COPWHLIST' or
23044             ('NAT44' and 'BASE') or
23045             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23046            'NDRPDR' and
23047            'IP4FWD' and
23048            not 'IPSEC' and
23049            not 'VHOST'"
23050   parameters:
23051   - "throughput"
23052   - "parent"
23053   - "tags"
23054   sort:
23055   - "DOT1Q"
23056   - "IP4BASE"
23057   - "NAT44"
23058   - "POLICE_MARK"
23059   - "COPWHLIST"
23060   - "IACL"
23061   - "OACL"
23062   layout:
23063     title: "ip4-3n-skx-x710-64b-features-ndr"
23064     layout: "plot-throughput-speedup-analysis"
23065
23066 -
23067   type: "plot"
23068   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
23069   algorithm: "plot_throughput_speedup_analysis"
23070   output-file-type: ".html"
23071   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
23072   data: "plot-throughput-speedup-analysis-3n-skx"
23073   filter: "'NIC_Intel-X710' and
23074            '64B' and
23075            ('IP4BASE' or
23076             'POLICE_MARK' or
23077             'COPWHLIST' or
23078             ('NAT44' and 'BASE') or
23079             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23080            'NDRPDR' and
23081            'IP4FWD' and
23082            not 'IPSEC' and
23083            not 'VHOST'"
23084   parameters:
23085   - "throughput"
23086   - "parent"
23087   - "tags"
23088   sort:
23089   - "DOT1Q"
23090   - "IP4BASE"
23091   - "NAT44"
23092   - "POLICE_MARK"
23093   - "COPWHLIST"
23094   - "IACL"
23095   - "OACL"
23096   layout:
23097     title: "ip4-3n-skx-x710-64b-features-pdr"
23098     layout: "plot-throughput-speedup-analysis"
23099
23100 # Speedup - VPP IPv4 3n-skx-x710 features nat44
23101 -
23102   type: "plot"
23103   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23104   algorithm: "plot_throughput_speedup_analysis"
23105   output-file-type: ".html"
23106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23107   data: "plot-throughput-speedup-analysis-3n-skx"
23108   filter: "'NIC_Intel-X710' and
23109            '64B' and
23110            'NDRPDR' and
23111            'IP4FWD' and
23112            ('NAT44' or 'IP4BASE') and
23113            not 'IPSEC' and
23114            not 'VHOST'"
23115   parameters:
23116   - "throughput"
23117   - "parent"
23118   - "tags"
23119   sort:
23120   - "IP4BASE"
23121   - "BASE"
23122   - "SRC_USER_10"
23123   - "SRC_USER_100"
23124   - "SRC_USER_1000"
23125   - "SRC_USER_2000"
23126   layout:
23127     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
23128     layout: "plot-throughput-speedup-analysis"
23129
23130 -
23131   type: "plot"
23132   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23133   algorithm: "plot_throughput_speedup_analysis"
23134   output-file-type: ".html"
23135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23136   data: "plot-throughput-speedup-analysis-3n-skx"
23137   filter: "'NIC_Intel-X710' and
23138            '64B' and
23139            'NDRPDR' and
23140            'IP4FWD' and
23141            ('NAT44' or 'IP4BASE') and
23142            not 'IPSEC' and
23143            not 'VHOST'"
23144   parameters:
23145   - "throughput"
23146   - "parent"
23147   - "tags"
23148   sort:
23149   - "IP4BASE"
23150   - "BASE"
23151   - "SRC_USER_10"
23152   - "SRC_USER_100"
23153   - "SRC_USER_1000"
23154   - "SRC_USER_2000"
23155   layout:
23156     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
23157     layout: "plot-throughput-speedup-analysis"
23158
23159 # Speedup - VPP IPv4 3n-skx-x710 features iacl
23160 -
23161   type: "plot"
23162   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23163   algorithm: "plot_throughput_speedup_analysis"
23164   output-file-type: ".html"
23165   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23166   data: "plot-throughput-speedup-analysis-3n-skx"
23167   filter: "'NIC_Intel-X710' and
23168            '64B' and
23169            'NDRPDR' and
23170            'IP4FWD' and
23171            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23172            not 'IPSEC' and
23173            not 'VHOST'"
23174   parameters:
23175   - "throughput"
23176   - "parent"
23177   - "tags"
23178   sort:
23179   - "IP4BASE"
23180   - "ACL_STATELESS"
23181   - "ACL_STATEFUL"
23182   - "ACL_STATELESS"
23183   - "ACL_STATEFUL"
23184   layout:
23185     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
23186     layout: "plot-throughput-speedup-analysis"
23187
23188 -
23189   type: "plot"
23190   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23191   algorithm: "plot_throughput_speedup_analysis"
23192   output-file-type: ".html"
23193   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23194   data: "plot-throughput-speedup-analysis-3n-skx"
23195   filter: "'NIC_Intel-X710' and
23196            '64B' and
23197            'NDRPDR' and
23198            'IP4FWD' and
23199            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23200            not 'IPSEC' and
23201            not 'VHOST'"
23202   parameters:
23203   - "throughput"
23204   - "parent"
23205   - "tags"
23206   sort:
23207   - "IP4BASE"
23208   - "ACL_STATELESS"
23209   - "ACL_STATEFUL"
23210   - "ACL_STATELESS"
23211   - "ACL_STATEFUL"
23212   layout:
23213     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
23214     layout: "plot-throughput-speedup-analysis"
23215
23216 # Speedup - VPP IPv4 3n-skx-x710 features oacl
23217 -
23218   type: "plot"
23219   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23220   algorithm: "plot_throughput_speedup_analysis"
23221   output-file-type: ".html"
23222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23223   data: "plot-throughput-speedup-analysis-3n-skx"
23224   filter: "'NIC_Intel-X710' and
23225            '64B' and
23226            'NDRPDR' and
23227            'IP4FWD' and
23228            'OACL' and
23229            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23230            not 'IPSEC' and
23231            not 'VHOST'"
23232   parameters:
23233   - "throughput"
23234   - "parent"
23235   - "tags"
23236   sort:
23237   - "ACL_STATELESS"
23238   - "ACL_STATEFUL"
23239   - "ACL_STATELESS"
23240   - "ACL_STATEFUL"
23241   layout:
23242     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
23243     layout: "plot-throughput-speedup-analysis"
23244
23245 -
23246   type: "plot"
23247   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23248   algorithm: "plot_throughput_speedup_analysis"
23249   output-file-type: ".html"
23250   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23251   data: "plot-throughput-speedup-analysis-3n-skx"
23252   filter: "'NIC_Intel-X710' and
23253            '64B' and
23254            'NDRPDR' and
23255            'IP4FWD' and
23256            'OACL' and
23257            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23258            not 'IPSEC' and
23259            not 'VHOST'"
23260   parameters:
23261   - "throughput"
23262   - "parent"
23263   - "tags"
23264   sort:
23265   - "ACL_STATELESS"
23266   - "ACL_STATEFUL"
23267   - "ACL_STATELESS"
23268   - "ACL_STATEFUL"
23269   layout:
23270     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
23271     layout: "plot-throughput-speedup-analysis"
23272
23273 # Speedup - VPP IPv4 2n-skx-x710 base and scale
23274 -
23275   type: "plot"
23276   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23277   algorithm: "plot_throughput_speedup_analysis"
23278   output-file-type: ".html"
23279   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23280   data: "plot-throughput-speedup-analysis-2n-skx"
23281   filter: "'NIC_Intel-X710' and
23282            '64B' and
23283            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23284            'NDRPDR' and
23285            'IP4FWD' and
23286            not 'IPSEC' and
23287            not 'DOT1Q' and
23288            not 'VHOST'"
23289   parameters:
23290   - "throughput"
23291   - "parent"
23292   - "tags"
23293   sort:
23294   - "IP4BASE"
23295   - "FIB_20k"
23296   - "FIB_200k"
23297   - "FIB_2M"
23298   layout:
23299     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
23300     layout: "plot-throughput-speedup-analysis"
23301
23302 -
23303   type: "plot"
23304   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23305   algorithm: "plot_throughput_speedup_analysis"
23306   output-file-type: ".html"
23307   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23308   data: "plot-throughput-speedup-analysis-2n-skx"
23309   filter: "'NIC_Intel-X710' and
23310            '64B' and
23311            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23312            'NDRPDR' and
23313            'IP4FWD' and
23314            not 'IPSEC' and
23315            not 'DOT1Q' and
23316            not 'VHOST'"
23317   parameters:
23318   - "throughput"
23319   - "parent"
23320   - "tags"
23321   sort:
23322   - "IP4BASE"
23323   - "FIB_20k"
23324   - "FIB_200k"
23325   - "FIB_2M"
23326   layout:
23327     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
23328     layout: "plot-throughput-speedup-analysis"
23329
23330 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
23331 -
23332   type: "plot"
23333   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23334   algorithm: "plot_throughput_speedup_analysis"
23335   output-file-type: ".html"
23336   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23337   data: "plot-throughput-speedup-analysis-2n-skx"
23338   filter: "'NIC_Intel-XXV710' and
23339            '64B' and
23340            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23341            'NDRPDR' and
23342            'IP4FWD' and
23343            not 'IPSEC' and
23344            not 'DOT1Q' and
23345            not 'VHOST'"
23346   parameters:
23347   - "throughput"
23348   - "parent"
23349   - "tags"
23350   sort:
23351   - "IP4BASE"
23352   - "FIB_20k"
23353   - "FIB_200k"
23354   - "FIB_2M"
23355   layout:
23356     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
23357     layout: "plot-throughput-speedup-analysis"
23358
23359 -
23360   type: "plot"
23361   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23362   algorithm: "plot_throughput_speedup_analysis"
23363   output-file-type: ".html"
23364   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23365   data: "plot-throughput-speedup-analysis-2n-skx"
23366   filter: "'NIC_Intel-XXV710' and
23367            '64B' and
23368            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23369            'NDRPDR' and
23370            'IP4FWD' and
23371            not 'IPSEC' and
23372            not 'DOT1Q' and
23373            not 'VHOST'"
23374   parameters:
23375   - "throughput"
23376   - "parent"
23377   - "tags"
23378   sort:
23379   - "IP4BASE"
23380   - "FIB_20k"
23381   - "FIB_200k"
23382   - "FIB_2M"
23383   layout:
23384     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
23385     layout: "plot-throughput-speedup-analysis"
23386
23387 # Speedup - VPP IPv4 2n-dnv-x553 base
23388 -
23389   type: "plot"
23390   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
23391   algorithm: "plot_throughput_speedup_analysis"
23392   output-file-type: ".html"
23393   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
23394   data: "intel-dnv-vpp"
23395   filter: "'NIC_Intel-X553' and
23396            '64B' and
23397            'IP4BASE' and
23398            'NDRPDR' and
23399            'IP4FWD' and
23400            not 'IPSEC' and
23401            not 'VHOST'"
23402   parameters:
23403   - "throughput"
23404   - "parent"
23405   - "tags"
23406   sort:
23407   - "IP4BASE"
23408   layout:
23409     title: "ip4-2n-dnv-x553-64b-base-ndr"
23410     layout: "plot-throughput-speedup-analysis"
23411
23412 -
23413   type: "plot"
23414   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
23415   algorithm: "plot_throughput_speedup_analysis"
23416   output-file-type: ".html"
23417   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
23418   data: "intel-dnv-vpp"
23419   filter: "'NIC_Intel-X553' and
23420            '64B' and
23421            'IP4BASE' and
23422            'NDRPDR' and
23423            'IP4FWD' and
23424            not 'IPSEC' and
23425            not 'VHOST'"
23426   parameters:
23427   - "throughput"
23428   - "parent"
23429   - "tags"
23430   sort:
23431   - "IP4BASE"
23432   layout:
23433     title: "ip4-2n-dnv-x553-64b-base-pdr"
23434     layout: "plot-throughput-speedup-analysis"
23435
23436 ################################################################################
23437
23438 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
23439 -
23440   type: "plot"
23441   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23442   algorithm: "plot_throughput_speedup_analysis"
23443   output-file-type: ".html"
23444   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23445   data: "plot-throughput-speedup-analysis-3n-hsw"
23446   filter: "'NIC_Intel-X520-DA2' and
23447            '64B' and
23448            'ENCAP' and
23449            'NDRPDR' and
23450            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23451            not 'DOT1Q' and
23452            not 'VHOST' and
23453            not 'IPSECHW'"
23454   parameters:
23455   - "throughput"
23456   - "parent"
23457   - "tags"
23458   sort:
23459   - "IP4BASE"
23460   - "L2BDMACLRN"
23461   - "L2XCFWD"
23462   - "LISP"
23463   layout:
23464     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
23465     layout: "plot-throughput-speedup-analysis"
23466
23467 -
23468   type: "plot"
23469   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23470   algorithm: "plot_throughput_speedup_analysis"
23471   output-file-type: ".html"
23472   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23473   data: "plot-throughput-speedup-analysis-3n-hsw"
23474   filter: "'NIC_Intel-X520-DA2' and
23475            '64B' and
23476            'ENCAP' and
23477            'NDRPDR' and
23478            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23479            not 'DOT1Q' and
23480            not 'VHOST' and
23481            not 'IPSECHW'"
23482   parameters:
23483   - "throughput"
23484   - "parent"
23485   - "tags"
23486   sort:
23487   - "IP4BASE"
23488   - "L2BDMACLRN"
23489   - "L2XCFWD"
23490   - "LISP"
23491   layout:
23492     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
23493     layout: "plot-throughput-speedup-analysis"
23494
23495 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
23496 -
23497   type: "plot"
23498   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23499   algorithm: "plot_throughput_speedup_analysis"
23500   output-file-type: ".html"
23501   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23502   data: "plot-throughput-speedup-analysis-3n-hsw"
23503   filter: "'NIC_Intel-X710' and
23504            '64B' and
23505            'ENCAP' and
23506            'NDRPDR' and
23507            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23508            not 'VHOST' and
23509            not 'IPSECHW'"
23510   parameters:
23511   - "throughput"
23512   - "parent"
23513   - "tags"
23514   sort:
23515   - "IP4BASE"
23516   - "LISP"
23517   - "VXLAN_1"
23518   - "VXLAN_10"
23519   - "VXLAN_100"
23520   - "VXLAN_1000"
23521   layout:
23522     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
23523     layout: "plot-throughput-speedup-analysis"
23524
23525 -
23526   type: "plot"
23527   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23528   algorithm: "plot_throughput_speedup_analysis"
23529   output-file-type: ".html"
23530   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23531   data: "plot-throughput-speedup-analysis-3n-hsw"
23532   filter: "'NIC_Intel-X710' and
23533            '64B' and
23534            'ENCAP' and
23535            'NDRPDR' and
23536            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23537            not 'VHOST' and
23538            not 'IPSECHW'"
23539   parameters:
23540   - "throughput"
23541   - "parent"
23542   - "tags"
23543   sort:
23544   - "IP4BASE"
23545   - "LISP"
23546   - "VXLAN_1"
23547   - "VXLAN_10"
23548   - "VXLAN_100"
23549   - "VXLAN_1000"
23550   layout:
23551     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
23552     layout: "plot-throughput-speedup-analysis"
23553
23554 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
23555 -
23556   type: "plot"
23557   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23558   algorithm: "plot_throughput_speedup_analysis"
23559   output-file-type: ".html"
23560   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23561   data: "plot-throughput-speedup-analysis-3n-hsw"
23562   filter: "'NIC_Intel-X710' and
23563            '64B' and
23564            'ENCAP' and
23565            'NDRPDR' and
23566            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
23567            not 'DOT1Q' and
23568            not 'VHOST' and
23569            not 'IPSECHW'"
23570   parameters:
23571   - "throughput"
23572   - "parent"
23573   - "tags"
23574   sort:
23575   - "IP4BASE"
23576   - "L2BDMACLRN"
23577   - "L2XCFWD"
23578   - "LISP"
23579   layout:
23580     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
23581     layout: "plot-throughput-speedup-analysis"
23582
23583 -
23584   type: "plot"
23585   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23586   algorithm: "plot_throughput_speedup_analysis"
23587   output-file-type: ".html"
23588   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23589   data: "plot-throughput-speedup-analysis-3n-hsw"
23590   filter: "'NIC_Intel-X710' and
23591            '64B' and
23592            'ENCAP' and
23593            'NDRPDR' and
23594            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
23595            not 'DOT1Q' and
23596            not 'VHOST' and
23597            not 'IPSECHW'"
23598   parameters:
23599   - "throughput"
23600   - "parent"
23601   - "tags"
23602   sort:
23603   - "IP4BASE"
23604   - "L2BDMACLRN"
23605   - "L2XCFWD"
23606   - "LISP"
23607   layout:
23608     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
23609     layout: "plot-throughput-speedup-analysis"
23610
23611 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
23612 -
23613   type: "plot"
23614   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23615   algorithm: "plot_throughput_speedup_analysis"
23616   output-file-type: ".html"
23617   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23618   data: "plot-throughput-speedup-analysis-3n-skx"
23619   filter: "'NIC_Intel-X710' and
23620            '64B' and
23621            'ENCAP' and
23622            'NDRPDR' and
23623            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23624            not 'VHOST' and
23625            not 'IPSECHW'"
23626   parameters:
23627   - "throughput"
23628   - "parent"
23629   - "tags"
23630   sort:
23631   - "IP4BASE"
23632   - "LISP"
23633   - "VXLAN_1"
23634   - "VXLAN_10"
23635   - "VXLAN_100"
23636   - "VXLAN_1000"
23637   layout:
23638     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
23639     layout: "plot-throughput-speedup-analysis"
23640
23641 -
23642   type: "plot"
23643   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23644   algorithm: "plot_throughput_speedup_analysis"
23645   output-file-type: ".html"
23646   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23647   data: "plot-throughput-speedup-analysis-3n-skx"
23648   filter: "'NIC_Intel-X710' and
23649            '64B' and
23650            'ENCAP' and
23651            'NDRPDR' and
23652            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23653            not 'VHOST' and
23654            not 'IPSECHW'"
23655   parameters:
23656   - "throughput"
23657   - "parent"
23658   - "tags"
23659   sort:
23660   - "IP4BASE"
23661   - "LISP"
23662   - "VXLAN_1"
23663   - "VXLAN_10"
23664   - "VXLAN_100"
23665   - "VXLAN_1000"
23666   layout:
23667     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
23668     layout: "plot-throughput-speedup-analysis"
23669
23670 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
23671 -
23672   type: "plot"
23673   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23674   algorithm: "plot_throughput_speedup_analysis"
23675   output-file-type: ".html"
23676   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23677   data: "plot-throughput-speedup-analysis-3n-skx"
23678   filter: "'NIC_Intel-X710' and
23679            '64B' and
23680            'ENCAP' and
23681            'NDRPDR' and
23682            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23683            not 'DOT1Q' and
23684            not 'VHOST' and
23685            not 'IPSECHW'"
23686   parameters:
23687   - "throughput"
23688   - "parent"
23689   - "tags"
23690   sort:
23691   - "IP4BASE"
23692   - "L2BDMACLRN"
23693   - "L2XCFWD"
23694   - "LISP"
23695   layout:
23696     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23697     layout: "plot-throughput-speedup-analysis"
23698
23699 -
23700   type: "plot"
23701   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23702   algorithm: "plot_throughput_speedup_analysis"
23703   output-file-type: ".html"
23704   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23705   data: "plot-throughput-speedup-analysis-3n-skx"
23706   filter: "'NIC_Intel-X710' and
23707            '64B' and
23708            'ENCAP' and
23709            'NDRPDR' and
23710            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23711            not 'DOT1Q' and
23712            not 'VHOST' and
23713            not 'IPSECHW'"
23714   parameters:
23715   - "throughput"
23716   - "parent"
23717   - "tags"
23718   sort:
23719   - "IP4BASE"
23720   - "L2BDMACLRN"
23721   - "L2XCFWD"
23722   - "LISP"
23723   layout:
23724     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23725     layout: "plot-throughput-speedup-analysis"
23726
23727 ################################################################################
23728
23729 # Speedup - VPP IPv6 3n-hsw-x520
23730 -
23731   type: "plot"
23732   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
23733   algorithm: "plot_throughput_speedup_analysis"
23734   output-file-type: ".html"
23735   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
23736   data: "plot-throughput-speedup-analysis-3n-hsw"
23737   filter: "'NIC_Intel-X520-DA2' and
23738            '78B' and
23739            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23740            'NDRPDR' and
23741            'IP6FWD' and
23742            not 'SRv6' and
23743            not 'IPSEC' and
23744            not 'VHOST'"
23745   parameters:
23746   - "throughput"
23747   - "parent"
23748   - "tags"
23749   sort:
23750   - "IP6BASE"
23751   - "FIB_20K"
23752   - "FIB_200K"
23753   - "FIB_2M"
23754   layout:
23755     title: "ip6-3n-hsw-x520-78b-base-ndr"
23756     layout: "plot-throughput-speedup-analysis"
23757
23758 -
23759   type: "plot"
23760   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
23761   algorithm: "plot_throughput_speedup_analysis"
23762   output-file-type: ".html"
23763   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
23764   data: "plot-throughput-speedup-analysis-3n-hsw"
23765   filter: "'NIC_Intel-X520-DA2' and
23766            '78B' and
23767            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23768            'NDRPDR' and
23769            'IP6FWD' and
23770            not 'SRv6' and
23771            not 'IPSEC' and
23772            not 'VHOST'"
23773   parameters:
23774   - "throughput"
23775   - "parent"
23776   - "tags"
23777   sort:
23778   - "IP6BASE"
23779   - "FIB_20K"
23780   - "FIB_200K"
23781   - "FIB_2M"
23782   layout:
23783     title: "ip6-3n-hsw-x520-78b-base-pdr"
23784     layout: "plot-throughput-speedup-analysis"
23785
23786 # Speedup - VPP IPv6 3n-hsw-x710
23787 -
23788   type: "plot"
23789   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23790   algorithm: "plot_throughput_speedup_analysis"
23791   output-file-type: ".html"
23792   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23793   data: "plot-throughput-speedup-analysis-3n-hsw"
23794   filter: "'NIC_Intel-X710' and
23795            '78B' and
23796            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23797            'NDRPDR' and
23798            'IP6FWD' and
23799            not 'SRv6' and
23800            not 'IPSEC' and
23801            not 'VHOST'"
23802   parameters:
23803   - "throughput"
23804   - "parent"
23805   - "tags"
23806   sort:
23807   - "IP6BASE"
23808   - "FIB_20K"
23809   - "FIB_200K"
23810   - "FIB_2M"
23811   layout:
23812     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
23813     layout: "plot-throughput-speedup-analysis"
23814
23815 -
23816   type: "plot"
23817   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23818   algorithm: "plot_throughput_speedup_analysis"
23819   output-file-type: ".html"
23820   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23821   data: "plot-throughput-speedup-analysis-3n-hsw"
23822   filter: "'NIC_Intel-X710' and
23823            '78B' and
23824            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23825            'NDRPDR' and
23826            'IP6FWD' and
23827            not 'SRv6' and
23828            not 'IPSEC' and
23829            not 'VHOST'"
23830   parameters:
23831   - "throughput"
23832   - "parent"
23833   - "tags"
23834   sort:
23835   - "IP6BASE"
23836   - "FIB_20K"
23837   - "FIB_200K"
23838   - "FIB_2M"
23839   layout:
23840     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
23841     layout: "plot-throughput-speedup-analysis"
23842
23843 # Speedup - VPP IPv6 3n-hsw-x710 features
23844 -
23845   type: "plot"
23846   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23847   algorithm: "plot_throughput_speedup_analysis"
23848   output-file-type: ".html"
23849   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23850   data: "plot-throughput-speedup-analysis-3n-hsw"
23851   filter: "'NIC_Intel-X710' and
23852            '78B' and
23853            ('IP6BASE' or
23854             'POLICE_MARK' or
23855             'COPWHLIST' or
23856             'IACLDST') and
23857            'NDRPDR' and
23858            'IP6FWD' and
23859            not 'SRv6' and
23860            not 'IPSEC' and
23861            not 'VHOST'"
23862   parameters:
23863   - "throughput"
23864   - "parent"
23865   - "tags"
23866   sort:
23867   - "IP6BASE"
23868   - "POLICE_MARK"
23869   - "COPWHLIST"
23870   - "IACLDST"
23871   layout:
23872     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
23873     layout: "plot-throughput-speedup-analysis"
23874
23875 -
23876   type: "plot"
23877   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23878   algorithm: "plot_throughput_speedup_analysis"
23879   output-file-type: ".html"
23880   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23881   data: "plot-throughput-speedup-analysis-3n-hsw"
23882   filter: "'NIC_Intel-X710' and
23883            '78B' and
23884            ('IP6BASE' or
23885             'POLICE_MARK' or
23886             'COPWHLIST' or
23887             'IACLDST') and
23888            'NDRPDR' and
23889            'IP6FWD' and
23890            not 'SRv6' and
23891            not 'IPSEC' and
23892            not 'VHOST'"
23893   parameters:
23894   - "throughput"
23895   - "parent"
23896   - "tags"
23897   sort:
23898   - "IP6BASE"
23899   - "POLICE_MARK"
23900   - "COPWHLIST"
23901   - "IACLDST"
23902   layout:
23903     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
23904     layout: "plot-throughput-speedup-analysis"
23905
23906 # Speedup - VPP IPv6 3n-hsw-xl710
23907 -
23908   type: "plot"
23909   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
23910   algorithm: "plot_throughput_speedup_analysis"
23911   output-file-type: ".html"
23912   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
23913   data: "plot-throughput-speedup-analysis-3n-hsw"
23914   filter: "'NIC_Intel-XL710' and
23915            '78B' and
23916            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23917            'NDRPDR' and
23918            'IP6FWD' and
23919            not 'SRv6' and
23920            not 'IPSEC' and
23921            not 'VHOST'"
23922   parameters:
23923   - "throughput"
23924   - "parent"
23925   - "tags"
23926   sort:
23927   - "IP6BASE"
23928   - "FIB_20K"
23929   - "FIB_200K"
23930   - "FIB_2M"
23931   layout:
23932     title: "ip6-3n-hsw-xl710-78b-base-ndr"
23933     layout: "plot-throughput-speedup-analysis"
23934
23935 -
23936   type: "plot"
23937   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
23938   algorithm: "plot_throughput_speedup_analysis"
23939   output-file-type: ".html"
23940   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
23941   data: "plot-throughput-speedup-analysis-3n-hsw"
23942   filter: "'NIC_Intel-XL710' and
23943            '78B' and
23944            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23945            'NDRPDR' and
23946            'IP6FWD' and
23947            not 'SRv6' and
23948            not 'IPSEC' and
23949            not 'VHOST'"
23950   parameters:
23951   - "throughput"
23952   - "parent"
23953   - "tags"
23954   sort:
23955   - "IP6BASE"
23956   - "FIB_20K"
23957   - "FIB_200K"
23958   - "FIB_2M"
23959   layout:
23960     title: "ip6-3n-hsw-xl710-78b-base-pdr"
23961     layout: "plot-throughput-speedup-analysis"
23962
23963 # Speedup - VPP IPv6 3n-skx-x710
23964 -
23965   type: "plot"
23966   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23967   algorithm: "plot_throughput_speedup_analysis"
23968   output-file-type: ".html"
23969   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23970   data: "plot-throughput-speedup-analysis-3n-skx"
23971   filter: "'NIC_Intel-X710' and
23972            '78B' and
23973            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23974            'NDRPDR' and
23975            'IP6FWD' and
23976            not 'SRv6' and
23977            not 'IPSEC' and
23978            not 'VHOST'"
23979   parameters:
23980   - "throughput"
23981   - "parent"
23982   - "tags"
23983   sort:
23984   - "IP6BASE"
23985   - "FIB_20K"
23986   - "FIB_200K"
23987   - "FIB_2M"
23988   layout:
23989     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23990     layout: "plot-throughput-speedup-analysis"
23991
23992 -
23993   type: "plot"
23994   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23995   algorithm: "plot_throughput_speedup_analysis"
23996   output-file-type: ".html"
23997   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23998   data: "plot-throughput-speedup-analysis-3n-skx"
23999   filter: "'NIC_Intel-X710' and
24000            '78B' and
24001            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24002            'NDRPDR' and
24003            'IP6FWD' and
24004            not 'SRv6' and
24005            not 'IPSEC' and
24006            not 'VHOST'"
24007   parameters:
24008   - "throughput"
24009   - "parent"
24010   - "tags"
24011   sort:
24012   - "IP6BASE"
24013   - "FIB_20K"
24014   - "FIB_200K"
24015   - "FIB_2M"
24016   layout:
24017     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24018     layout: "plot-throughput-speedup-analysis"
24019
24020 # Speedup - VPP IPv6 3n-skx-x710 features
24021 -
24022   type: "plot"
24023   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24024   algorithm: "plot_throughput_speedup_analysis"
24025   output-file-type: ".html"
24026   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24027   data: "plot-throughput-speedup-analysis-3n-skx"
24028   filter: "'NIC_Intel-X710' and
24029            '78B' and
24030            ('IP6BASE' or
24031             'POLICE_MARK' or
24032             'COPWHLIST' or
24033             'IACLDST') and
24034            'NDRPDR' and
24035            'IP6FWD' and
24036            not 'SRv6' and
24037            not 'IPSEC' and
24038            not 'VHOST'"
24039   parameters:
24040   - "throughput"
24041   - "parent"
24042   - "tags"
24043   sort:
24044   - "IP6BASE"
24045   - "POLICE_MARK"
24046   - "COPWHLIST"
24047   - "IACLDST"
24048   layout:
24049     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
24050     layout: "plot-throughput-speedup-analysis"
24051
24052 -
24053   type: "plot"
24054   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24055   algorithm: "plot_throughput_speedup_analysis"
24056   output-file-type: ".html"
24057   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24058   data: "plot-throughput-speedup-analysis-3n-skx"
24059   filter: "'NIC_Intel-X710' and
24060            '78B' and
24061            ('IP6BASE' or
24062             'POLICE_MARK' or
24063             'COPWHLIST' or
24064             'IACLDST') and
24065            'NDRPDR' and
24066            'IP6FWD' and
24067            not 'SRv6' and
24068            not 'IPSEC' and
24069            not 'VHOST'"
24070   parameters:
24071   - "throughput"
24072   - "parent"
24073   - "tags"
24074   sort:
24075   - "IP6BASE"
24076   - "POLICE_MARK"
24077   - "COPWHLIST"
24078   - "IACLDST"
24079   layout:
24080     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
24081     layout: "plot-throughput-speedup-analysis"
24082
24083 # Speedup - VPP IPv6 2n-skx-x710
24084 -
24085   type: "plot"
24086   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24087   algorithm: "plot_throughput_speedup_analysis"
24088   output-file-type: ".html"
24089   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24090   data: "plot-throughput-speedup-analysis-2n-skx"
24091   filter: "'NIC_Intel-X710' and
24092            '78B' and
24093            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24094            'NDRPDR' and
24095            'IP6FWD' and
24096            not 'SRv6' and
24097            not 'IPSEC' and
24098            not 'VHOST'"
24099   parameters:
24100   - "throughput"
24101   - "parent"
24102   - "tags"
24103   sort:
24104   - "IP6BASE"
24105   - "FIB_20k"
24106   - "FIB_200k"
24107   - "FIB_2M"
24108   layout:
24109     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
24110     layout: "plot-throughput-speedup-analysis"
24111
24112 -
24113   type: "plot"
24114   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24115   algorithm: "plot_throughput_speedup_analysis"
24116   output-file-type: ".html"
24117   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24118   data: "plot-throughput-speedup-analysis-2n-skx"
24119   filter: "'NIC_Intel-X710' and
24120            '78B' and
24121            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24122            'NDRPDR' and
24123            'IP6FWD' and
24124            not 'SRv6' and
24125            not 'IPSEC' and
24126            not 'VHOST'"
24127   parameters:
24128   - "throughput"
24129   - "parent"
24130   - "tags"
24131   sort:
24132   - "IP6BASE"
24133   - "FIB_20k"
24134   - "FIB_200k"
24135   - "FIB_2M"
24136   layout:
24137     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
24138     layout: "plot-throughput-speedup-analysis"
24139
24140 # Speedup - VPP IPv6 2n-skx-xxv710
24141 -
24142   type: "plot"
24143   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24144   algorithm: "plot_throughput_speedup_analysis"
24145   output-file-type: ".html"
24146   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24147   data: "plot-throughput-speedup-analysis-2n-skx"
24148   filter: "'NIC_Intel-XXV710' and
24149            '78B' and
24150            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24151            'NDRPDR' and
24152            'IP6FWD' and
24153            not 'SRv6' and
24154            not 'IPSEC' and
24155            not 'VHOST'"
24156   parameters:
24157   - "throughput"
24158   - "parent"
24159   - "tags"
24160   sort:
24161   - "IP6BASE"
24162   - "FIB_20k"
24163   - "FIB_200k"
24164   - "FIB_2M"
24165   layout:
24166     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
24167     layout: "plot-throughput-speedup-analysis"
24168
24169 -
24170   type: "plot"
24171   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24172   algorithm: "plot_throughput_speedup_analysis"
24173   output-file-type: ".html"
24174   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24175   data: "plot-throughput-speedup-analysis-2n-skx"
24176   filter: "'NIC_Intel-XXV710' and
24177            '78B' and
24178            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24179            'NDRPDR' and
24180            'IP6FWD' and
24181            not 'SRv6' and
24182            not 'IPSEC' and
24183            not 'VHOST'"
24184   parameters:
24185   - "throughput"
24186   - "parent"
24187   - "tags"
24188   sort:
24189   - "IP6BASE"
24190   - "FIB_20k"
24191   - "FIB_200k"
24192   - "FIB_2M"
24193   layout:
24194     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
24195     layout: "plot-throughput-speedup-analysis"
24196
24197 # Speedup - VPP IPv6 2n-dnv-x553 base
24198 -
24199   type: "plot"
24200   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
24201   algorithm: "plot_throughput_speedup_analysis"
24202   output-file-type: ".html"
24203   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
24204   data: "intel-dnv-vpp"
24205   filter: "'NIC_Intel-X553' and
24206            '78B' and
24207            'IP6BASE' and
24208            'NDRPDR' and
24209            'IP6FWD' and
24210            not 'SRv6' and
24211            not 'IPSEC' and
24212            not 'VHOST'"
24213   parameters:
24214   - "throughput"
24215   - "parent"
24216   - "tags"
24217   sort:
24218   - "IP6BASE"
24219   layout:
24220     title: "ip6-2n-dnv-x553-78b-base-ndr"
24221     layout: "plot-throughput-speedup-analysis"
24222
24223 -
24224   type: "plot"
24225   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
24226   algorithm: "plot_throughput_speedup_analysis"
24227   output-file-type: ".html"
24228   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
24229   data: "intel-dnv-vpp"
24230   filter: "'NIC_Intel-X553' and
24231            '78B' and
24232            'IP6BASE' and
24233            'NDRPDR' and
24234            'IP6FWD' and
24235            not 'SRv6' and
24236            not 'IPSEC' and
24237            not 'VHOST'"
24238   parameters:
24239   - "throughput"
24240   - "parent"
24241   - "tags"
24242   sort:
24243   - "IP6BASE"
24244   layout:
24245     title: "ip6-2n-dnv-x553-78b-base-pdr"
24246     layout: "plot-throughput-speedup-analysis"
24247
24248 ################################################################################
24249
24250 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
24251 -
24252   type: "plot"
24253   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24254   algorithm: "plot_throughput_speedup_analysis"
24255   output-file-type: ".html"
24256   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24257   data: "plot-throughput-speedup-analysis-3n-hsw"
24258   filter: "'NIC_Intel-X520-DA2' and
24259            '78B' and
24260            'ENCAP' and
24261            'NDRPDR' and
24262            'LISP' and
24263            not 'VHOST'"
24264   parameters:
24265   - "throughput"
24266   - "parent"
24267   - "tags"
24268   sort:
24269   - "IP4UNRLAY"
24270   - "IP6UNRLAY"
24271   layout:
24272     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
24273     layout: "plot-throughput-speedup-analysis"
24274
24275 -
24276   type: "plot"
24277   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24278   algorithm: "plot_throughput_speedup_analysis"
24279   output-file-type: ".html"
24280   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24281   data: "plot-throughput-speedup-analysis-3n-hsw"
24282   filter: "'NIC_Intel-X520-DA2' and
24283            '78B' and
24284            'ENCAP' and
24285            'NDRPDR' and
24286            'LISP' and
24287            not 'VHOST'"
24288   parameters:
24289   - "throughput"
24290   - "parent"
24291   - "tags"
24292   sort:
24293   - "IP4UNRLAY"
24294   - "IP6UNRLAY"
24295   layout:
24296     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
24297     layout: "plot-throughput-speedup-analysis"
24298
24299 ################################################################################
24300
24301 # Speedup - VPP IPSec 3n-hsw-xl710 base
24302 -
24303   type: "plot"
24304   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24305   algorithm: "plot_throughput_speedup_analysis"
24306   output-file-type: ".html"
24307   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24308   data: "plot-throughput-speedup-analysis-3n-hsw"
24309   filter: "'NIC_Intel-XL710' and
24310            '64B' and
24311            'IP4FWD' and
24312            'NDRPDR' and
24313            'BASE' and
24314            'IPSECHW' and
24315            ('IPSECTRAN' or 'IPSECTUN') and
24316            not 'VHOST'"
24317   parameters:
24318   - "throughput"
24319   - "parent"
24320   - "tags"
24321   layout:
24322     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
24323     layout: "plot-throughput-speedup-analysis"
24324
24325 -
24326   type: "plot"
24327   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24328   algorithm: "plot_throughput_speedup_analysis"
24329   output-file-type: ".html"
24330   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24331   data: "plot-throughput-speedup-analysis-3n-hsw"
24332   filter: "'NIC_Intel-XL710' and
24333            '64B' and
24334            'IP4FWD' and
24335            'NDRPDR' and
24336            'BASE' and
24337            'IPSECHW' and
24338            ('IPSECTRAN' or 'IPSECTUN') and
24339            not 'VHOST'"
24340   parameters:
24341   - "throughput"
24342   - "parent"
24343   - "tags"
24344   layout:
24345     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
24346     layout: "plot-throughput-speedup-analysis"
24347
24348 # Speedup - VPP IPSec 3n-hsw-xl710 scale
24349 -
24350   type: "plot"
24351   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24352   algorithm: "plot_throughput_speedup_analysis"
24353   output-file-type: ".html"
24354   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24355   data: "plot-throughput-speedup-analysis-3n-hsw"
24356   filter: "'NIC_Intel-XL710' and
24357            '64B' and
24358            'IP4FWD' and
24359            'NDRPDR' and
24360            'SCALE' and
24361            'IPSECHW' and
24362            ('IPSECTRAN' or 'IPSECTUN') and
24363            not 'VHOST'"
24364   parameters:
24365   - "throughput"
24366   - "parent"
24367   - "tags"
24368   layout:
24369     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
24370     layout: "plot-throughput-speedup-analysis"
24371
24372 -
24373   type: "plot"
24374   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24375   algorithm: "plot_throughput_speedup_analysis"
24376   output-file-type: ".html"
24377   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24378   data: "plot-throughput-speedup-analysis-3n-hsw"
24379   filter: "'NIC_Intel-XL710' and
24380            '64B' and
24381            'IP4FWD' and
24382            'NDRPDR' and
24383            'SCALE' and
24384            'IPSECHW' and
24385            ('IPSECTRAN' or 'IPSECTUN') and
24386            not 'VHOST'"
24387   parameters:
24388   - "throughput"
24389   - "parent"
24390   - "tags"
24391   layout:
24392     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
24393     layout: "plot-throughput-speedup-analysis"
24394
24395 # Speedup - VPP IPSec 3n-hsw-xl710 sw
24396 -
24397   type: "plot"
24398   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24399   algorithm: "plot_throughput_speedup_analysis"
24400   output-file-type: ".html"
24401   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24402   data: "plot-throughput-speedup-analysis-3n-hsw"
24403   filter: "'NIC_Intel-XL710' and
24404            '64B' and
24405            'IP4FWD' and
24406            'NDRPDR' and
24407            'IPSECSW' and
24408            ('IPSECTRAN' or 'IPSECTUN') and
24409            not 'VHOST'"
24410   parameters:
24411   - "throughput"
24412   - "parent"
24413   - "tags"
24414   layout:
24415     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
24416     layout: "plot-throughput-speedup-analysis"
24417
24418 -
24419   type: "plot"
24420   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24421   algorithm: "plot_throughput_speedup_analysis"
24422   output-file-type: ".html"
24423   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24424   data: "plot-throughput-speedup-analysis-3n-hsw"
24425   filter: "'NIC_Intel-XL710' and
24426            '64B' and
24427            'IP4FWD' and
24428            'NDRPDR' and
24429            'IPSECSW' and
24430            ('IPSECTRAN' or 'IPSECTUN') and
24431            not 'VHOST'"
24432   parameters:
24433   - "throughput"
24434   - "parent"
24435   - "tags"
24436   layout:
24437     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
24438     layout: "plot-throughput-speedup-analysis"
24439
24440 ################################################################################
24441
24442 # Speedup - VPP SRv6 3n-hsw-x520
24443 -
24444   type: "plot"
24445   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
24446   algorithm: "plot_throughput_speedup_analysis"
24447   output-file-type: ".html"
24448   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
24449   data: "plot-throughput-speedup-analysis-3n-hsw"
24450   filter: "'NIC_Intel-X520-DA2' and
24451            '78B' and
24452            'FEATURE' and
24453            'NDRPDR' and
24454            'IP6FWD' and
24455            'SRv6'"
24456   parameters:
24457   - "throughput"
24458   - "parent"
24459   - "tags"
24460   layout:
24461     title: "srv6-3n-hsw-x520-78b-features-ndr"
24462     layout: "plot-throughput-speedup-analysis"
24463
24464 -
24465   type: "plot"
24466   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
24467   algorithm: "plot_throughput_speedup_analysis"
24468   output-file-type: ".html"
24469   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
24470   data: "plot-throughput-speedup-analysis-3n-hsw"
24471   filter: "'NIC_Intel-X520-DA2' and
24472            '78B' and
24473            'FEATURE' and
24474            'NDRPDR' and
24475            'IP6FWD' and
24476            'SRv6'"
24477   parameters:
24478   - "throughput"
24479   - "parent"
24480   - "tags"
24481   layout:
24482     title: "srv6-3n-hsw-x520-78b-features-pdr"
24483     layout: "plot-throughput-speedup-analysis"
24484
24485 ################################################################################
24486
24487 # Speedup - VPP L2 3n-hsw-x520 base and scale
24488 -
24489   type: "plot"
24490   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24491   algorithm: "plot_throughput_speedup_analysis"
24492   output-file-type: ".html"
24493   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24494   data: "plot-throughput-speedup-analysis-3n-hsw"
24495   filter: "'NIC_Intel-X520-DA2' and
24496            '64B' and
24497            ('BASE' or 'SCALE') and
24498            'NDRPDR' and
24499            'ETH' and
24500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24501            not 'VHOST' and
24502            not 'MEMIF'"
24503   parameters:
24504   - "throughput"
24505   - "parent"
24506   - "tags"
24507   sort:
24508   - "L2XCFWD"
24509   - "L2PATCH"
24510   - "L2BDMACLRN"
24511   - "FIB_10K"
24512   - "FIB_100K"
24513   - "FIB_1M"
24514   layout:
24515     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24516     layout: "plot-throughput-speedup-analysis"
24517
24518 -
24519   type: "plot"
24520   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24521   algorithm: "plot_throughput_speedup_analysis"
24522   output-file-type: ".html"
24523   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24524   data: "plot-throughput-speedup-analysis-3n-hsw"
24525   filter: "'NIC_Intel-X520-DA2' and
24526            '64B' and
24527            ('BASE' or 'SCALE') and
24528            'NDRPDR' and
24529            'ETH' and
24530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24531            not 'VHOST' and
24532            not 'MEMIF'"
24533   parameters:
24534   - "throughput"
24535   - "parent"
24536   - "tags"
24537   sort:
24538   - "L2XCFWD"
24539   - "L2PATCH"
24540   - "L2BDMACLRN"
24541   - "FIB_10K"
24542   - "FIB_100K"
24543   - "FIB_1M"
24544   layout:
24545     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24546     layout: "plot-throughput-speedup-analysis"
24547
24548 # Speedup - VPP L2 3n-hsw-x520 features
24549 -
24550   type: "plot"
24551   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24552   algorithm: "plot_throughput_speedup_analysis"
24553   output-file-type: ".html"
24554   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24555   data: "plot-throughput-speedup-analysis-3n-hsw"
24556   filter: "'NIC_Intel-X520-DA2' and
24557            '64B' and
24558            'NDRPDR' and
24559            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24560            not 'ACL' and
24561            not 'VHOST' and
24562            not 'MEMIF'"
24563   parameters:
24564   - "throughput"
24565   - "parent"
24566   - "tags"
24567   sort:
24568   - "L2XCBASE"    # l2xcbase
24569   - "L2BDBASE"    # l2bdbase
24570   - "L2XCFWD"     # dot1q-l2xcbase
24571   - "L2BDMACLRN"  # dot1q-l2bdbase
24572   layout:
24573     title: "l2sw-3n-hsw-x520-64b-features-ndr"
24574     layout: "plot-throughput-speedup-analysis"
24575
24576 -
24577   type: "plot"
24578   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24579   algorithm: "plot_throughput_speedup_analysis"
24580   output-file-type: ".html"
24581   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24582   data: "plot-throughput-speedup-analysis-3n-hsw"
24583   filter: "'NIC_Intel-X520-DA2' and
24584            '64B' and
24585            'NDRPDR' and
24586            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24587            not 'ACL' and
24588            not 'VHOST' and
24589            not 'MEMIF'"
24590   parameters:
24591   - "throughput"
24592   - "parent"
24593   - "tags"
24594   sort:
24595   - "L2XCBASE"    # l2xcbase
24596   - "L2BDBASE"    # l2bdbase
24597   - "L2XCFWD"     # dot1q-l2xcbase
24598   - "L2BDMACLRN"  # dot1q-l2bdbase
24599   layout:
24600     title: "l2sw-3n-hsw-x520-64b-features-pdr"
24601     layout: "plot-throughput-speedup-analysis"
24602
24603 # Speedup - VPP L2 3n-hsw-x710 base and scale
24604 -
24605   type: "plot"
24606   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24607   algorithm: "plot_throughput_speedup_analysis"
24608   output-file-type: ".html"
24609   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24610   data: "plot-throughput-speedup-analysis-3n-hsw"
24611   filter: "'NIC_Intel-X710' and
24612            '64B' and
24613            ('BASE' or 'SCALE') and
24614            'NDRPDR' and
24615            'ETH' and
24616            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24617            not 'VHOST' and
24618            not 'MEMIF' and
24619            not 'DRV_AVF'"
24620   parameters:
24621   - "throughput"
24622   - "parent"
24623   - "tags"
24624   sort:
24625   - "L2PATCH"
24626   - "L2XCFWD"
24627   - "L2BDMACLRN"
24628   - "FIB_10K"
24629   - "FIB_100K"
24630   - "FIB_1M"
24631   layout:
24632     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24633     layout: "plot-throughput-speedup-analysis"
24634
24635 -
24636   type: "plot"
24637   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24638   algorithm: "plot_throughput_speedup_analysis"
24639   output-file-type: ".html"
24640   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24641   data: "plot-throughput-speedup-analysis-3n-hsw"
24642   filter: "'NIC_Intel-X710' and
24643            '64B' and
24644            ('BASE' or 'SCALE') and
24645            'NDRPDR' and
24646            'ETH' and
24647            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24648            not 'VHOST' and
24649            not 'MEMIF' and
24650            not 'DRV_AVF'"
24651   parameters:
24652   - "throughput"
24653   - "parent"
24654   - "tags"
24655   sort:
24656   - "L2PATCH"
24657   - "L2XCFWD"
24658   - "L2BDMACLRN"
24659   - "FIB_10K"
24660   - "FIB_100K"
24661   - "FIB_1M"
24662   layout:
24663     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24664     layout: "plot-throughput-speedup-analysis"
24665
24666 # Speedup - VPP L2 3n-hsw-x710 features
24667 -
24668   type: "plot"
24669   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24670   algorithm: "plot_throughput_speedup_analysis"
24671   output-file-type: ".html"
24672   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24673   data: "plot-throughput-speedup-analysis-3n-hsw"
24674   filter: "'NIC_Intel-X710' and
24675            '64B' and
24676            'NDRPDR' and
24677            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24678            not 'ACL' and
24679            not 'VHOST' and
24680            not 'L2OVRLAY' and
24681            not 'MEMIF'"
24682   parameters:
24683   - "throughput"
24684   - "parent"
24685   - "tags"
24686   sort:
24687   - "L2XCBASE"    # l2xcbase
24688   - "L2BDBASE"    # l2bdbase
24689   - "L2XCFWD"     # dot1q-l2xcbase
24690   - "L2BDMACLRN"  # dot1q-l2bdbase
24691   layout:
24692     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24693     layout: "plot-throughput-speedup-analysis"
24694
24695 -
24696   type: "plot"
24697   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24698   algorithm: "plot_throughput_speedup_analysis"
24699   output-file-type: ".html"
24700   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24701   data: "plot-throughput-speedup-analysis-3n-hsw"
24702   filter: "'NIC_Intel-X710' and
24703            '64B' and
24704            'NDRPDR' and
24705            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24706            not 'ACL' and
24707            not 'VHOST' and
24708            not 'L2OVRLAY' and
24709            not 'MEMIF'"
24710   parameters:
24711   - "throughput"
24712   - "parent"
24713   - "tags"
24714   sort:
24715   - "L2XCBASE"    # l2xcbase
24716   - "L2BDBASE"    # l2bdbase
24717   - "L2XCFWD"     # dot1q-l2xcbase
24718   - "L2BDMACLRN"  # dot1q-l2bdbase
24719   layout:
24720     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24721     layout: "plot-throughput-speedup-analysis"
24722
24723 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24724 -
24725   type: "plot"
24726   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
24727   algorithm: "plot_throughput_speedup_analysis"
24728   output-file-type: ".html"
24729   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
24730   data: "plot-throughput-speedup-analysis-3n-hsw"
24731   filter: "'NIC_Intel-XL710' and
24732            '64B' and
24733            'BASE' and
24734            'NDRPDR' and
24735            'ETH' and
24736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24737            not 'VHOST' and
24738            not 'MEMIF'"
24739   parameters:
24740   - "throughput"
24741   - "parent"
24742   - "tags"
24743   sort:
24744   - "L2PATCH"
24745   - "L2XCFWD"
24746   - "L2BDMACLRN"
24747   layout:
24748     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
24749     layout: "plot-throughput-speedup-analysis"
24750
24751 -
24752   type: "plot"
24753   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
24754   algorithm: "plot_throughput_speedup_analysis"
24755   output-file-type: ".html"
24756   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
24757   data: "plot-throughput-speedup-analysis-3n-hsw"
24758   filter: "'NIC_Intel-XL710' and
24759            '64B' and
24760            'BASE' and
24761            'NDRPDR' and
24762            'ETH' and
24763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24764            not 'VHOST' and
24765            not 'MEMIF'"
24766   parameters:
24767   - "throughput"
24768   - "parent"
24769   - "tags"
24770   sort:
24771   - "L2PATCH"
24772   - "L2XCFWD"
24773   - "L2BDMACLRN"
24774   layout:
24775     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
24776     layout: "plot-throughput-speedup-analysis"
24777
24778 # Speedup - VPP L2 3n-skx-x710 base and scale
24779 -
24780   type: "plot"
24781   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24782   algorithm: "plot_throughput_speedup_analysis"
24783   output-file-type: ".html"
24784   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24785   data: "plot-throughput-speedup-analysis-3n-skx"
24786   filter: "'NIC_Intel-X710' and
24787            '64B' and
24788            ('BASE' or 'SCALE') and
24789            'NDRPDR' and
24790            'ETH' and
24791            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24792            not 'VHOST' and
24793            not 'DRV_AVF' and
24794            not 'MEMIF'"
24795   parameters:
24796   - "throughput"
24797   - "parent"
24798   - "tags"
24799   sort:
24800   - "L2PATCH"
24801   - "L2XCBASE"
24802   - "BASE"
24803   - "FIB_10K"
24804   - "FIB_100K"
24805   - "FIB_1M"
24806   layout:
24807     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
24808     layout: "plot-throughput-speedup-analysis"
24809
24810 -
24811   type: "plot"
24812   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24813   algorithm: "plot_throughput_speedup_analysis"
24814   output-file-type: ".html"
24815   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24816   data: "plot-throughput-speedup-analysis-3n-skx"
24817   filter: "'NIC_Intel-X710' and
24818            '64B' and
24819            ('BASE' or 'SCALE') and
24820            'NDRPDR' and
24821            'ETH' and
24822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24823            not 'VHOST' and
24824            not 'DRV_AVF' and
24825            not 'MEMIF'"
24826   parameters:
24827   - "throughput"
24828   - "parent"
24829   - "tags"
24830   sort:
24831   - "L2PATCH"
24832   - "L2XCBASE"
24833   - "BASE"
24834   - "FIB_10K"
24835   - "FIB_100K"
24836   - "FIB_1M"
24837   layout:
24838     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
24839     layout: "plot-throughput-speedup-analysis"
24840
24841 # Speedup - VPP L2 3n-skx-x710 features
24842 -
24843   type: "plot"
24844   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
24845   algorithm: "plot_throughput_speedup_analysis"
24846   output-file-type: ".html"
24847   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
24848   data: "plot-throughput-speedup-analysis-3n-skx"
24849   filter: "'NIC_Intel-X710' and
24850            '64B' and
24851            'NDRPDR' and
24852            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24853            not 'ACL' and
24854            not 'VHOST' and
24855            not 'DRV_AVF' and
24856            not 'L2OVRLAY' and
24857            not 'MEMIF'"
24858   parameters:
24859   - "throughput"
24860   - "parent"
24861   - "tags"
24862   sort:
24863   - "L2XCBASE"    # l2xcbase
24864   - "L2BDBASE"    # l2bdbase
24865   - "L2XCFWD"     # dot1q-l2xcbase
24866   - "L2BDMACLRN"  # dot1q-l2bdbase
24867   layout:
24868     title: "l2sw-3n-skx-x710-64b-features-ndr"
24869     layout: "plot-throughput-speedup-analysis"
24870
24871 -
24872   type: "plot"
24873   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
24874   algorithm: "plot_throughput_speedup_analysis"
24875   output-file-type: ".html"
24876   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
24877   data: "plot-throughput-speedup-analysis-3n-skx"
24878   filter: "'NIC_Intel-X710' and
24879            '64B' and
24880            'NDRPDR' and
24881            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24882            not 'ACL' and
24883            not 'VHOST' and
24884            not 'DRV_AVF' and
24885            not 'L2OVRLAY' and
24886            not 'MEMIF'"
24887   parameters:
24888   - "throughput"
24889   - "parent"
24890   - "tags"
24891   sort:
24892   - "L2XCBASE"    # l2xcbase
24893   - "L2BDBASE"    # l2bdbase
24894   - "L2XCFWD"     # dot1q-l2xcbase
24895   - "L2BDMACLRN"  # dot1q-l2bdbase
24896   layout:
24897     title: "l2sw-3n-skx-x710-64b-features-pdr"
24898     layout: "plot-throughput-speedup-analysis"
24899
24900 # Speedup - VPP L2 3n-skx-xxv710 base and scale
24901 -
24902   type: "plot"
24903   title: "Speedup: l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
24904   algorithm: "plot_throughput_speedup_analysis"
24905   output-file-type: ".html"
24906   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
24907   data: "plot-throughput-speedup-analysis-3n-skx"
24908   filter: "'NIC_Intel-XXV710' and
24909            '64B' and
24910            ('BASE' or 'SCALE') and
24911            'NDRPDR' and
24912            'ETH' and
24913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24914            not 'VHOST' and
24915            not 'MEMIF'"
24916   parameters:
24917   - "throughput"
24918   - "parent"
24919   - "tags"
24920   sort:
24921   - "L2PATCH"
24922   - "L2PATCH"
24923   - "L2XCBASE"
24924   - "L2BDMACLRN"
24925   layout:
24926     title: "l2sw-3n-skx-xxv710-64b-base-ndr"
24927     layout: "plot-throughput-speedup-analysis"
24928
24929 -
24930   type: "plot"
24931   title: "Speedup: l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
24932   algorithm: "plot_throughput_speedup_analysis"
24933   output-file-type: ".html"
24934   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
24935   data: "plot-throughput-speedup-analysis-3n-skx"
24936   filter: "'NIC_Intel-XXV710' and
24937            '64B' and
24938            ('BASE' or 'SCALE') and
24939            'NDRPDR' and
24940            'ETH' and
24941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24942            not 'VHOST' and
24943            not 'MEMIF'"
24944   parameters:
24945   - "throughput"
24946   - "parent"
24947   - "tags"
24948   sort:
24949   - "L2PATCH"
24950   - "L2PATCH"
24951   - "L2XCBASE"
24952   - "L2BDMACLRN"
24953   layout:
24954     title: "l2sw-3n-skx-xxv710-64b-base-pdr"
24955     layout: "plot-throughput-speedup-analysis"
24956
24957 # Speedup - VPP L2 2n-skx-x710 base and scale
24958 -
24959   type: "plot"
24960   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24961   algorithm: "plot_throughput_speedup_analysis"
24962   output-file-type: ".html"
24963   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24964   data: "plot-throughput-speedup-analysis-2n-skx"
24965   filter: "'NIC_Intel-X710' and
24966            '64B' and
24967            ('BASE' or 'SCALE') and
24968            'NDRPDR' and
24969            'ETH' and
24970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24971            not 'VHOST' and
24972            not 'MEMIF'"
24973   parameters:
24974   - "throughput"
24975   - "parent"
24976   - "tags"
24977   sort:
24978   - "L2PATCH"
24979   - "L2XCBASE"
24980   - "BASE"
24981   - "FIB_10K"
24982   - "FIB_100K"
24983   - "FIB_1M"
24984   layout:
24985     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
24986     layout: "plot-throughput-speedup-analysis"
24987
24988 -
24989   type: "plot"
24990   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24991   algorithm: "plot_throughput_speedup_analysis"
24992   output-file-type: ".html"
24993   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24994   data: "plot-throughput-speedup-analysis-2n-skx"
24995   filter: "'NIC_Intel-X710' and
24996            '64B' and
24997            ('BASE' or 'SCALE') and
24998            'NDRPDR' and
24999            'ETH' and
25000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25001            not 'VHOST' and
25002            not 'MEMIF'"
25003   parameters:
25004   - "throughput"
25005   - "parent"
25006   - "tags"
25007   sort:
25008   - "L2PATCH"
25009   - "L2XCBASE"
25010   - "BASE"
25011   - "FIB_10K"
25012   - "FIB_100K"
25013   - "FIB_1M"
25014   layout:
25015     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25016     layout: "plot-throughput-speedup-analysis"
25017
25018 # Speedup - VPP L2 2n-skx-xxv710 base and scale
25019 -
25020   type: "plot"
25021   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25022   algorithm: "plot_throughput_speedup_analysis"
25023   output-file-type: ".html"
25024   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25025   data: "plot-throughput-speedup-analysis-2n-skx"
25026   filter: "'NIC_Intel-XXV710' and
25027            '64B' and
25028            ('BASE' or 'SCALE') and
25029            'NDRPDR' and
25030            'ETH' and
25031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25032            not 'VHOST' and
25033            not 'MEMIF'"
25034   parameters:
25035   - "throughput"
25036   - "parent"
25037   - "tags"
25038   sort:
25039   - "L2PATCH"
25040   - "L2XCBASE"
25041   - "BASE"
25042   - "FIB_10K"
25043   - "FIB_100K"
25044   - "FIB_1M"
25045   layout:
25046     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25047     layout: "plot-throughput-speedup-analysis"
25048
25049 -
25050   type: "plot"
25051   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25052   algorithm: "plot_throughput_speedup_analysis"
25053   output-file-type: ".html"
25054   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25055   data: "plot-throughput-speedup-analysis-2n-skx"
25056   filter: "'NIC_Intel-XXV710' and
25057            '64B' and
25058            ('BASE' or 'SCALE') and
25059            'NDRPDR' and
25060            'ETH' and
25061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25062            not 'VHOST' and
25063            not 'MEMIF'"
25064   parameters:
25065   - "throughput"
25066   - "parent"
25067   - "tags"
25068   sort:
25069   - "L2PATCH"
25070   - "L2XCBASE"
25071   - "BASE"
25072   - "FIB_10K"
25073   - "FIB_100K"
25074   - "FIB_1M"
25075   layout:
25076     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25077     layout: "plot-throughput-speedup-analysis"
25078
25079 # Speedup - VPP L2 2n-dnv-x553 base
25080 -
25081   type: "plot"
25082   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25083   algorithm: "plot_throughput_speedup_analysis"
25084   output-file-type: ".html"
25085   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25086   data: "intel-dnv-vpp"
25087   filter: "'NIC_Intel-X553' and
25088            '64B' and
25089            ('BASE' or 'SCALE') and
25090            'NDRPDR' and
25091            'ETH' and
25092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25093            not 'VHOST' and
25094            not 'MEMIF'"
25095   parameters:
25096   - "throughput"
25097   - "parent"
25098   - "tags"
25099   sort:
25100   - "L2XCBASE"
25101   - "L2BDMACLRN"
25102   - "L2PATCH"
25103   layout:
25104     title: "l2sw-2n-dnv-x553-64b-base-ndr"
25105     layout: "plot-throughput-speedup-analysis"
25106
25107 -
25108   type: "plot"
25109   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25110   algorithm: "plot_throughput_speedup_analysis"
25111   output-file-type: ".html"
25112   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25113   data: "intel-dnv-vpp"
25114   filter: "'NIC_Intel-X553' and
25115            '64B' and
25116            ('BASE' or 'SCALE') and
25117            'NDRPDR' and
25118            'ETH' and
25119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25120            not 'VHOST' and
25121            not 'MEMIF'"
25122   parameters:
25123   - "throughput"
25124   - "parent"
25125   - "tags"
25126   sort:
25127   - "L2XCBASE"
25128   - "L2BDMACLRN"
25129   - "L2PATCH"
25130   layout:
25131     title: "l2sw-2n-dnv-x553-64b-base-pdr"
25132     layout: "plot-throughput-speedup-analysis"
25133
25134 ################################################################################
25135
25136 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
25137 -
25138   type: "plot"
25139   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25140   algorithm: "plot_throughput_speedup_analysis"
25141   output-file-type: ".html"
25142   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25143   data: "plot-throughput-speedup-analysis-3n-hsw"
25144   filter: "'NIC_Intel-X520-DA2' and
25145            '64B' and
25146            'NDRPDR' and
25147            'ETH' and
25148            'IP4FWD' and
25149            'VHOST_1024' and
25150            not 'VXLAN' and
25151            not 'DOT1Q'"
25152   parameters:
25153   - "throughput"
25154   - "parent"
25155   - "tags"
25156   sort:
25157   - "not CFS_OPT"
25158   - "1VM"
25159   - "2VM"
25160   layout:
25161     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25162     layout: "plot-throughput-speedup-analysis"
25163
25164 -
25165   type: "plot"
25166   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25167   algorithm: "plot_throughput_speedup_analysis"
25168   output-file-type: ".html"
25169   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25170   data: "plot-throughput-speedup-analysis-3n-hsw"
25171   filter: "'NIC_Intel-X520-DA2' and
25172            '64B' and
25173            'NDRPDR' and
25174            'ETH' and
25175            'IP4FWD' and
25176            'VHOST_1024' and
25177            not 'VXLAN' and
25178            not 'DOT1Q'"
25179   parameters:
25180   - "throughput"
25181   - "parent"
25182   - "tags"
25183   sort:
25184   - "not CFS_OPT"
25185   - "1VM"
25186   - "2VM"
25187   layout:
25188     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25189     layout: "plot-throughput-speedup-analysis"
25190
25191 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
25192 -
25193   type: "plot"
25194   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25195   algorithm: "plot_throughput_speedup_analysis"
25196   output-file-type: ".html"
25197   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25198   data: "plot-throughput-speedup-analysis-3n-hsw"
25199   filter: "'NIC_Intel-X520-DA2' and
25200            '64B' and
25201            'NDRPDR' and
25202            ('ETH' or 'DOT1Q') and
25203            'BASE' and
25204            ('L2BDMACLRN' or 'L2XCFWD') and
25205            'VHOST_1024' and
25206            not 'VXLAN' and
25207            not 'IP4FWD' and
25208            not '2VM'"
25209   parameters:
25210   - "throughput"
25211   - "parent"
25212   - "tags"
25213   sort:
25214   - "L2BDMACLRN"
25215   - "L2BDMACLRN"
25216   - "L2BDMACLRN"
25217   - "L2XCFWD"
25218   - "L2XCFWD"
25219   - "L2XCFWD"
25220   layout:
25221     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
25222     layout: "plot-throughput-speedup-analysis"
25223
25224 -
25225   type: "plot"
25226   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25227   algorithm: "plot_throughput_speedup_analysis"
25228   output-file-type: ".html"
25229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25230   data: "plot-throughput-speedup-analysis-3n-hsw"
25231   filter: "'NIC_Intel-X520-DA2' and
25232            '64B' and
25233            'NDRPDR' and
25234            ('ETH' or 'DOT1Q') and
25235            'BASE' and
25236            ('L2BDMACLRN' or 'L2XCFWD') and
25237            'VHOST_1024' and
25238            not 'VXLAN' and
25239            not 'IP4FWD' and
25240            not '2VM'"
25241   parameters:
25242   - "throughput"
25243   - "parent"
25244   - "tags"
25245   sort:
25246   - "L2BDMACLRN"
25247   - "L2BDMACLRN"
25248   - "L2BDMACLRN"
25249   - "L2XCFWD"
25250   - "L2XCFWD"
25251   - "L2XCFWD"
25252   layout:
25253     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
25254     layout: "plot-throughput-speedup-analysis"
25255
25256 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
25257 -
25258   type: "plot"
25259   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25260   algorithm: "plot_throughput_speedup_analysis"
25261   output-file-type: ".html"
25262   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25263   data: "plot-throughput-speedup-analysis-3n-hsw"
25264   filter: "'NIC_Intel-X520-DA2' and
25265            '64B' and
25266            'NDRPDR' and
25267            ('ETH' or 'DOT1Q') and
25268            ('L2BDMACLRN' or 'L2XCFWD') and
25269            'VHOST_1024' and
25270            not 'CFS_OPT' and
25271            not 'DOT1Q' and
25272            not 'VXLAN' and
25273            not 'IP4FWD' and
25274            not 'LBOND'"
25275   parameters:
25276   - "throughput"
25277   - "parent"
25278   - "tags"
25279 #  sort:
25280 #  - "1VM"
25281 #  - "L2XCFWD"
25282 #  - "1VM"
25283 #  - "L2BDMACLRN"
25284   layout:
25285     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
25286     layout: "plot-throughput-speedup-analysis"
25287
25288 -
25289   type: "plot"
25290   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25291   algorithm: "plot_throughput_speedup_analysis"
25292   output-file-type: ".html"
25293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25294   data: "plot-throughput-speedup-analysis-3n-hsw"
25295   filter: "'NIC_Intel-X520-DA2' and
25296            '64B' and
25297            'NDRPDR' and
25298            ('ETH' or 'DOT1Q') and
25299            ('L2BDMACLRN' or 'L2XCFWD') and
25300            'VHOST_1024' and
25301            not 'CFS_OPT' and
25302            not 'DOT1Q' and
25303            not 'VXLAN' and
25304            not 'IP4FWD' and
25305            not 'LBOND'"
25306   parameters:
25307   - "throughput"
25308   - "parent"
25309   - "tags"
25310 #  sort:
25311 #  - "1VM"
25312 #  - "L2XCFWD"
25313 #  - "1VM"
25314 #  - "L2BDMACLRN"
25315   layout:
25316     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
25317     layout: "plot-throughput-speedup-analysis"
25318
25319 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
25320 -
25321   type: "plot"
25322   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25323   algorithm: "plot_throughput_speedup_analysis"
25324   output-file-type: ".html"
25325   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25326   data: "plot-throughput-speedup-analysis-3n-hsw"
25327   filter: "'NIC_Intel-X710' and
25328            '64B' and
25329            'NDRPDR' and
25330            'ETH' and
25331            'IP4FWD' and
25332            'VHOST_1024' and
25333            not 'VXLAN' and
25334            not 'CFS_OPT' and
25335            not 'DOT1Q'"
25336   parameters:
25337   - "throughput"
25338   - "parent"
25339   - "tags"
25340   sort:
25341   - "1VM"
25342   - "2VM"
25343   layout:
25344     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25345     layout: "plot-throughput-speedup-analysis"
25346
25347 -
25348   type: "plot"
25349   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25350   algorithm: "plot_throughput_speedup_analysis"
25351   output-file-type: ".html"
25352   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25353   data: "plot-throughput-speedup-analysis-3n-hsw"
25354   filter: "'NIC_Intel-X710' and
25355            '64B' and
25356            'NDRPDR' and
25357            'ETH' and
25358            'IP4FWD' and
25359            'VHOST_1024' and
25360            not 'VXLAN' and
25361            not 'CFS_OPT' and
25362            not 'DOT1Q'"
25363   parameters:
25364   - "throughput"
25365   - "parent"
25366   - "tags"
25367   sort:
25368   - "1VM"
25369   - "2VM"
25370   layout:
25371     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25372     layout: "plot-throughput-speedup-analysis"
25373
25374 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
25375 -
25376   type: "plot"
25377   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25378   algorithm: "plot_throughput_speedup_analysis"
25379   output-file-type: ".html"
25380   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25381   data: "plot-throughput-speedup-analysis-3n-hsw"
25382   filter: "'NIC_Intel-X710' and
25383            '64B' and
25384            'NDRPDR' and
25385            ('ETH' or 'DOT1Q') and
25386            'BASE' and
25387            ('L2BDMACLRN' or 'L2XCFWD') and
25388            'VHOST_1024' and
25389            not 'VXLAN' and
25390            not 'IP4FWD' and
25391            not '2VM'"
25392   parameters:
25393   - "throughput"
25394   - "parent"
25395   - "tags"
25396   sort:
25397   - "L2BDMACLRN"
25398   - "L2BDMACLRN"
25399   - "L2BDMACLRN"
25400   - "L2XCFWD"
25401   - "L2XCFWD"
25402   - "L2XCFWD"
25403   layout:
25404     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
25405     layout: "plot-throughput-speedup-analysis"
25406
25407 -
25408   type: "plot"
25409   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25410   algorithm: "plot_throughput_speedup_analysis"
25411   output-file-type: ".html"
25412   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25413   data: "plot-throughput-speedup-analysis-3n-hsw"
25414   filter: "'NIC_Intel-X710' and
25415            '64B' and
25416            'NDRPDR' and
25417            ('ETH' or 'DOT1Q') and
25418            'BASE' and
25419            ('L2BDMACLRN' or 'L2XCFWD') and
25420            'VHOST_1024' and
25421            not 'VXLAN' and
25422            not 'IP4FWD' and
25423            not '2VM'"
25424   parameters:
25425   - "throughput"
25426   - "parent"
25427   - "tags"
25428   sort:
25429   - "L2BDMACLRN"
25430   - "L2BDMACLRN"
25431   - "L2BDMACLRN"
25432   - "L2XCFWD"
25433   - "L2XCFWD"
25434   - "L2XCFWD"
25435   layout:
25436     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
25437     layout: "plot-throughput-speedup-analysis"
25438
25439 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
25440 -
25441   type: "plot"
25442   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
25443   algorithm: "plot_throughput_speedup_analysis"
25444   output-file-type: ".html"
25445   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
25446   data: "plot-throughput-speedup-analysis-3n-hsw"
25447   filter: "'NIC_Intel-X710' and
25448            '64B' and
25449            'NDRPDR' and
25450            ('ETH' or 'DOT1Q') and
25451            ('L2BDMACLRN' or 'L2XCFWD') and
25452            'VHOST_1024' and
25453            not 'CFS_OPT' and
25454            not 'VXLAN' and
25455            not 'IP4FWD' and
25456            not 'LBOND'"
25457   parameters:
25458   - "throughput"
25459   - "parent"
25460   - "tags"
25461   sort:
25462   - "L2BDMACLRN"
25463   - "L2BDMACLRN"
25464   - "L2BDMACLRN"
25465   - "L2XCFWD"
25466   - "L2XCFWD"
25467   - "L2XCFWD"
25468   layout:
25469     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
25470     layout: "plot-throughput-speedup-analysis"
25471
25472 -
25473   type: "plot"
25474   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
25475   algorithm: "plot_throughput_speedup_analysis"
25476   output-file-type: ".html"
25477   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
25478   data: "plot-throughput-speedup-analysis-3n-hsw"
25479   filter: "'NIC_Intel-X710' and
25480            '64B' and
25481            'NDRPDR' and
25482            ('ETH' or 'DOT1Q') and
25483            ('L2BDMACLRN' or 'L2XCFWD') and
25484            'VHOST_1024' and
25485            not 'CFS_OPT' and
25486            not 'VXLAN' and
25487            not 'IP4FWD' and
25488            not 'LBOND'"
25489   parameters:
25490   - "throughput"
25491   - "parent"
25492   - "tags"
25493   sort:
25494   - "L2BDMACLRN"
25495   - "L2BDMACLRN"
25496   - "L2BDMACLRN"
25497   - "L2XCFWD"
25498   - "L2XCFWD"
25499   - "L2XCFWD"
25500   layout:
25501     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
25502     layout: "plot-throughput-speedup-analysis"
25503
25504 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25505 -
25506   type: "plot"
25507   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25508   algorithm: "plot_throughput_speedup_analysis"
25509   output-file-type: ".html"
25510   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25511   data: "plot-throughput-speedup-analysis-3n-skx"
25512   filter: "'NIC_Intel-X710' and
25513            '64B' and
25514            'NDRPDR' and
25515            'ETH' and
25516            'IP4FWD' and
25517            'VHOST_1024' and
25518            not 'VXLAN' and
25519            not 'DOT1Q'"
25520   parameters:
25521   - "throughput"
25522   - "parent"
25523   - "tags"
25524   sort:
25525   - "1VM"
25526   - "2VM"
25527   layout:
25528     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25529     layout: "plot-throughput-speedup-analysis"
25530
25531 -
25532   type: "plot"
25533   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25534   algorithm: "plot_throughput_speedup_analysis"
25535   output-file-type: ".html"
25536   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25537   data: "plot-throughput-speedup-analysis-3n-skx"
25538   filter: "'NIC_Intel-X710' and
25539            '64B' and
25540            'NDRPDR' and
25541            'ETH' and
25542            'IP4FWD' and
25543            'VHOST_1024' and
25544            not 'VXLAN' and
25545            not 'DOT1Q'"
25546   parameters:
25547   - "throughput"
25548   - "parent"
25549   - "tags"
25550   sort:
25551   - "1VM"
25552   - "2VM"
25553   layout:
25554     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25555     layout: "plot-throughput-speedup-analysis"
25556
25557 # Packet Speedup - VPP vhost ip4 2n-skx-x710
25558 -
25559   type: "plot"
25560   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25561   algorithm: "plot_throughput_speedup_analysis"
25562   output-file-type: ".html"
25563   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25564   data: "plot-throughput-speedup-analysis-2n-skx"
25565   filter: "'NIC_Intel-X710' and
25566            '64B' and
25567            'NDRPDR' and
25568            'ETH' and
25569            'IP4FWD' and
25570            'VHOST_1024' and
25571            not 'VXLAN' and
25572            not 'NF_DENSITY' and
25573            not 'CFS_OPT' and
25574            not 'DOT1Q'"
25575   parameters:
25576   - "throughput"
25577   - "parent"
25578   - "tags"
25579   sort:
25580   - "1VM"
25581   - "2VM"
25582   layout:
25583     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25584     layout: "plot-throughput-speedup-analysis"
25585
25586 -
25587   type: "plot"
25588   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25589   algorithm: "plot_throughput_speedup_analysis"
25590   output-file-type: ".html"
25591   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25592   data: "plot-throughput-speedup-analysis-2n-skx"
25593   filter: "'NIC_Intel-X710' and
25594            '64B' and
25595            'NDRPDR' and
25596            'ETH' and
25597            'IP4FWD' and
25598            'VHOST_1024' and
25599            not 'VXLAN' and
25600            not 'NF_DENSITY' and
25601            not 'CFS_OPT' and
25602            not 'DOT1Q'"
25603   parameters:
25604   - "throughput"
25605   - "parent"
25606   - "tags"
25607   sort:
25608   - "1VM"
25609   - "2VM"
25610   layout:
25611     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25612     layout: "plot-throughput-speedup-analysis"
25613
25614 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25615 -
25616   type: "plot"
25617   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
25618   algorithm: "plot_throughput_speedup_analysis"
25619   output-file-type: ".html"
25620   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
25621   data: "plot-throughput-speedup-analysis-2n-skx"
25622   filter: "'NIC_Intel-X710' and
25623            '64B' and
25624            'NDRPDR' and
25625            ('ETH' or 'DOT1Q') and
25626            'BASE' and
25627            ('L2BDMACLRN' or 'L2XCFWD') and
25628            'VHOST_1024' and
25629            not 'VXLAN' and
25630            not 'NF_DENSITY' and
25631            not 'IP4FWD' and
25632            not '2VM'"
25633   parameters:
25634   - "throughput"
25635   - "parent"
25636   - "tags"
25637 #  sort:
25638 #  - "not CFS_OPT"
25639 #  - "L2XCFWD"
25640 #  - "not CFS_OPT"
25641 #  - "CFS_OPT"
25642   layout:
25643     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
25644     layout: "plot-throughput-speedup-analysis"
25645
25646 -
25647   type: "plot"
25648   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
25649   algorithm: "plot_throughput_speedup_analysis"
25650   output-file-type: ".html"
25651   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
25652   data: "plot-throughput-speedup-analysis-2n-skx"
25653   filter: "'NIC_Intel-X710' and
25654            '64B' and
25655            'NDRPDR' and
25656            ('ETH' or 'DOT1Q') and
25657            'BASE' and
25658            ('L2BDMACLRN' or 'L2XCFWD') and
25659            'VHOST_1024' and
25660            not 'VXLAN' and
25661            not 'NF_DENSITY' and
25662            not 'IP4FWD' and
25663            not '2VM'"
25664   parameters:
25665   - "throughput"
25666   - "parent"
25667   - "tags"
25668 #  sort:
25669 #  - "not CFS_OPT"
25670 #  - "L2XCFWD"
25671 #  - "not CFS_OPT"
25672 #  - "CFS_OPT"
25673   layout:
25674     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
25675     layout: "plot-throughput-speedup-analysis"
25676
25677 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25678 -
25679   type: "plot"
25680   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25681   algorithm: "plot_throughput_speedup_analysis"
25682   output-file-type: ".html"
25683   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25684   data: "plot-throughput-speedup-analysis-2n-skx"
25685   filter: "'NIC_Intel-X710' and
25686            '64B' and
25687            'NDRPDR' and
25688            ('ETH' or 'DOT1Q') and
25689            ('L2BDMACLRN' or 'L2XCFWD') and
25690            'VHOST_1024' and
25691            not 'CFS_OPT' and
25692            not 'VXLAN' and
25693            not 'NF_DENSITY' and
25694            not 'DOT1Q' and
25695            not 'IP4FWD'"
25696   parameters:
25697   - "throughput"
25698   - "parent"
25699   - "tags"
25700 #  sort:
25701 #  - "1VM"
25702 #  - "L2XCFWD"
25703 #  - "1VM"
25704 #  - "L2BDMACLRN"
25705   layout:
25706     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25707     layout: "plot-throughput-speedup-analysis"
25708
25709 -
25710   type: "plot"
25711   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25712   algorithm: "plot_throughput_speedup_analysis"
25713   output-file-type: ".html"
25714   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25715   data: "plot-throughput-speedup-analysis-2n-skx"
25716   filter: "'NIC_Intel-X710' and
25717            '64B' and
25718            'NDRPDR' and
25719            ('ETH' or 'DOT1Q') and
25720            ('L2BDMACLRN' or 'L2XCFWD') and
25721            'VHOST_1024' and
25722            not 'CFS_OPT' and
25723            not 'VXLAN' and
25724            not 'NF_DENSITY' and
25725            not 'DOT1Q' and
25726            not 'IP4FWD'"
25727   parameters:
25728   - "throughput"
25729   - "parent"
25730   - "tags"
25731 #  sort:
25732 #  - "1VM"
25733 #  - "L2XCFWD"
25734 #  - "1VM"
25735 #  - "L2BDMACLRN"
25736   layout:
25737     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25738     layout: "plot-throughput-speedup-analysis"
25739
25740 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25741 -
25742   type: "plot"
25743   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25744   algorithm: "plot_throughput_speedup_analysis"
25745   output-file-type: ".html"
25746   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25747   data: "plot-throughput-speedup-analysis-2n-skx"
25748   filter: "'NIC_Intel-XXV710' and
25749            '64B' and
25750            'NDRPDR' and
25751            'ETH' and
25752            'IP4FWD' and
25753            'VHOST_1024' and
25754            not 'VXLAN' and
25755            not 'CFS_OPT' and
25756            not 'DOT1Q'"
25757   parameters:
25758   - "throughput"
25759   - "parent"
25760   - "tags"
25761   sort:
25762   - "not CFS_OPT"
25763   - "1VM"
25764   - "2VM"
25765   layout:
25766     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25767     layout: "plot-throughput-speedup-analysis"
25768
25769 -
25770   type: "plot"
25771   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25772   algorithm: "plot_throughput_speedup_analysis"
25773   output-file-type: ".html"
25774   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25775   data: "plot-throughput-speedup-analysis-2n-skx"
25776   filter: "'NIC_Intel-XXV710' and
25777            '64B' and
25778            'NDRPDR' and
25779            'ETH' and
25780            'IP4FWD' and
25781            'VHOST_1024' and
25782            not 'VXLAN' and
25783            not 'CFS_OPT' and
25784            not 'DOT1Q'"
25785   parameters:
25786   - "throughput"
25787   - "parent"
25788   - "tags"
25789   sort:
25790   - "not CFS_OPT"
25791   - "1VM"
25792   - "2VM"
25793   layout:
25794     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25795     layout: "plot-throughput-speedup-analysis"
25796
25797 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
25798 -
25799   type: "plot"
25800   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
25801   algorithm: "plot_throughput_speedup_analysis"
25802   output-file-type: ".html"
25803   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
25804   data: "plot-throughput-speedup-analysis-2n-skx"
25805   filter: "'NIC_Intel-XXV710' and
25806            '64B' and
25807            'NDRPDR' and
25808            ('ETH' or 'DOT1Q') and
25809            'BASE' and
25810            ('L2BDMACLRN' or 'L2XCFWD') and
25811            'VHOST_1024' and
25812            not 'VXLAN' and
25813            not 'IP4FWD' and
25814            not '2VM'"
25815   parameters:
25816   - "throughput"
25817   - "parent"
25818   - "tags"
25819 #  sort:
25820 #  - "not CFS_OPT"
25821 #  - "L2XCFWD"
25822 #  - "not CFS_OPT"
25823 #  - "CFS_OPT"
25824   layout:
25825     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
25826     layout: "plot-throughput-speedup-analysis"
25827
25828 -
25829   type: "plot"
25830   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
25831   algorithm: "plot_throughput_speedup_analysis"
25832   output-file-type: ".html"
25833   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
25834   data: "plot-throughput-speedup-analysis-2n-skx"
25835   filter: "'NIC_Intel-XXV710' and
25836            '64B' and
25837            'NDRPDR' and
25838            ('ETH' or 'DOT1Q') and
25839            'BASE' and
25840            ('L2BDMACLRN' or 'L2XCFWD') and
25841            'VHOST_1024' and
25842            not 'VXLAN' and
25843            not 'IP4FWD' and
25844            not '2VM'"
25845   parameters:
25846   - "throughput"
25847   - "parent"
25848   - "tags"
25849 #  sort:
25850 #  - "not CFS_OPT"
25851 #  - "L2XCFWD"
25852 #  - "not CFS_OPT"
25853 #  - "CFS_OPT"
25854   layout:
25855     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
25856     layout: "plot-throughput-speedup-analysis"
25857
25858 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
25859 -
25860   type: "plot"
25861   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25862   algorithm: "plot_throughput_speedup_analysis"
25863   output-file-type: ".html"
25864   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25865   data: "plot-throughput-speedup-analysis-2n-skx"
25866   filter: "'NIC_Intel-XXV710' and
25867            '64B' and
25868            'NDRPDR' and
25869            ('ETH' or 'DOT1Q') and
25870            ('L2BDMACLRN' or 'L2XCFWD') and
25871            'VHOST_1024' and
25872            not 'CFS_OPT' and
25873            not 'VXLAN' and
25874            not 'DOT1Q' and
25875            not 'IP4FWD'"
25876   parameters:
25877   - "throughput"
25878   - "parent"
25879   - "tags"
25880 #  sort:
25881 #  - "1VM"
25882 #  - "L2XCFWD"
25883 #  - "1VM"
25884 #  - "L2BDMACLRN"
25885   layout:
25886     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
25887     layout: "plot-throughput-speedup-analysis"
25888
25889 -
25890   type: "plot"
25891   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25892   algorithm: "plot_throughput_speedup_analysis"
25893   output-file-type: ".html"
25894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25895   data: "plot-throughput-speedup-analysis-2n-skx"
25896   filter: "'NIC_Intel-XXV710' and
25897            '64B' and
25898            'NDRPDR' and
25899            ('ETH' or 'DOT1Q') and
25900            ('L2BDMACLRN' or 'L2XCFWD') and
25901            'VHOST_1024' and
25902            not 'CFS_OPT' and
25903            not 'VXLAN' and
25904            not 'DOT1Q' and
25905            not 'IP4FWD'"
25906   parameters:
25907   - "throughput"
25908   - "parent"
25909   - "tags"
25910 #  sort:
25911 #  - "1VM"
25912 #  - "L2XCFWD"
25913 #  - "1VM"
25914 #  - "L2BDMACLRN"
25915   layout:
25916     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
25917     layout: "plot-throughput-speedup-analysis"
25918
25919 ################################################################################
25920
25921 # Speedup - VPP vts 3n-hsw-x520
25922 -
25923   type: "plot"
25924   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25925   algorithm: "plot_throughput_speedup_analysis"
25926   output-file-type: ".html"
25927   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25928   data: "plot-throughput-speedup-analysis-3n-hsw"
25929   filter: "'NIC_Intel-X520-DA2' and
25930            '114B' and
25931            'NDRPDR' and
25932            'VTS'"
25933   parameters:
25934   - "throughput"
25935   - "parent"
25936   - "tags"
25937   layout:
25938     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
25939     layout: "plot-throughput-speedup-analysis"
25940
25941 -
25942   type: "plot"
25943   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25944   algorithm: "plot_throughput_speedup_analysis"
25945   output-file-type: ".html"
25946   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25947   data: "plot-throughput-speedup-analysis-3n-hsw"
25948   filter: "'NIC_Intel-X520-DA2' and
25949            '114B' and
25950            'NDRPDR' and
25951            'VTS'"
25952   parameters:
25953   - "throughput"
25954   - "parent"
25955   - "tags"
25956   layout:
25957     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25958     layout: "plot-throughput-speedup-analysis"