Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63
64     # Detailed tests operational data
65     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70
71     # .css patch file to fix tables generated by Sphinx
72     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
74
75   urls:
76     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
79     # URL[VIRL,DNV]: "http://download.it/from/nexus"
80     URL[NEXUS]: "https://docs.fd.io/csit"
81     DIR[NEXUS]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 -
107   type: "configuration"
108
109   limits:
110     nic:
111       x520: 24460000
112       x553: 29761905
113       x710: 35800000
114       xxv710: 35800000
115       xl710: 35800000
116
117     link:
118       10ge: 14880952.38
119       25ge: 37202380.95
120       40ge: 59523809.52
121       100ge: 148809523.81
122
123     pci:
124       pci-g3-x8: 74404761.90
125       pci-g3-x16: 148809523.81
126
127   data-sets:
128
129     ###########################################################################
130     # Plots:
131
132     # 3n-hsw
133
134     plot-vpp-throughput-latency-3n-hsw:
135       csit-vpp-perf-verify-1901-3n-hsw:
136         - 10  # NDRPDR sel
137         - 19  # NDRPDR sel
138         - 31  # NDRPDR sel
139         - 36  # NDRPDR sel
140         - 40  # NDRPDR sel
141         - 42  # NDRPDR sel
142         - 44  # NDRPDR sel
143         - 46  # NDRPDR sel
144         - 47  # NDRPDR sel
145         - 48  # NDRPDR sel
146
147     plot-throughput-speedup-analysis-3n-hsw:
148       csit-vpp-perf-verify-1901-3n-hsw:
149         - 10  # NDRPDR sel
150         - 19  # NDRPDR sel
151         - 31  # NDRPDR sel
152         - 36  # NDRPDR sel
153         - 40  # NDRPDR sel
154         - 42  # NDRPDR sel
155         - 44  # NDRPDR sel
156         - 46  # NDRPDR sel
157         - 47  # NDRPDR sel
158         - 48  # NDRPDR sel
159
160     plot-vpp-http-server-performance:
161       # TODO: Replace with new data
162       # csit-vpp-perf-verify-1901-3n-hsw:
163       csit-vpp-perf-verify-1810-3n-hsw:
164         - 28  # WRK
165         - 29  # WRK
166         - 30  # WRK
167         - 31  # WRK
168         - 32  # WRK
169         - 33  # WRK
170         - 34  # WRK
171         - 35  # WRK
172         - 36  # WRK
173         - 37  # WRK
174
175     plot-ligato-throughput-latency-3n-hsw:
176       # TODO: Add new data
177       csit-ligato-perf-verify-1901-3n-hsw:
178         - 8   # NDRPDR sel
179         - 9   # NDRPDR sel
180         - 11  # NDRPDR sel
181
182     plot-ligato-throughput-speedup-analysis-3n-hsw:
183       # TODO: Add new data
184       csit-ligato-perf-verify-1901-3n-hsw:
185         - 8   # NDRPDR sel
186         - 9   # NDRPDR sel
187         - 11  # NDRPDR sel
188
189     plot-dpdk-throughput-latency-3n-hsw:
190       csit-dpdk-perf-verify-1901-3n-hsw:
191         - 13  # NDRPDR sel
192         - 14  # NDRPDR sel
193         - 16  # NDRPDR sel
194         - 17  # NDRPDR sel
195         - 18  # NDRPDR sel
196         - 19  # NDRPDR sel
197         - 20  # NDRPDR sel
198         - 21  # NDRPDR sel
199         - 22  # NDRPDR sel
200         - 23  # NDRPDR sel
201
202     # 3n-skx
203
204     plot-vpp-throughput-latency-3n-skx:
205       csit-vpp-perf-verify-1901-3n-skx:
206         - 18  # NDRPDR sel
207         - 19  # NDRPDR sel
208         - 20  # NDRPDR sel
209         - 28  # NDRPDR sel
210         - 31  # NDRPDR sel
211         - 33  # NDRPDR sel
212         - 36  # NDRPDR sel
213         - 38  # NDRPDR sel
214         - 47  # NDRPDR sel
215         - 48  # NDRPDR sel
216
217     plot-throughput-speedup-analysis-3n-skx:
218       csit-vpp-perf-verify-1901-3n-skx:
219         - 18  # NDRPDR sel
220         - 19  # NDRPDR sel
221         - 20  # NDRPDR sel
222         - 28  # NDRPDR sel
223         - 31  # NDRPDR sel
224         - 33  # NDRPDR sel
225         - 36  # NDRPDR sel
226         - 38  # NDRPDR sel
227         - 47  # NDRPDR sel
228         - 48  # NDRPDR sel
229
230     plot-dpdk-throughput-latency-3n-skx:
231       csit-dpdk-perf-verify-1901-3n-skx:
232         - 3   # NDRPDR sel
233         - 5   # NDRPDR sel
234         - 6   # NDRPDR sel
235         - 7   # NDRPDR sel
236         - 8   # NDRPDR sel
237         - 9   # NDRPDR sel
238         - 10  # NDRPDR sel
239         - 11  # NDRPDR sel
240         - 12  # NDRPDR sel
241         - 13  # NDRPDR sel
242
243     # 2n-skx
244
245     plot-vpp-throughput-latency-2n-skx:
246       csit-vpp-perf-verify-1901-2n-skx:
247         - 5   # NDRPDR sel
248         - 12  # NDRPDR sel
249         - 13  # NDRPDR sel
250         - 21  # NDRPDR sel
251         - 23  # NDRPDR sel
252         - 31  # NDRPDR sel
253         - 34  # NDRPDR sel
254         - 40  # NDRPDR sel
255         - 42  # NDRPDR sel
256         - 43  # NDRPDR sel
257
258     plot-throughput-speedup-analysis-2n-skx:
259       csit-vpp-perf-verify-1901-2n-skx:
260         - 5   # NDRPDR sel
261         - 12  # NDRPDR sel
262         - 13  # NDRPDR sel
263         - 21  # NDRPDR sel
264         - 23  # NDRPDR sel
265         - 31  # NDRPDR sel
266         - 34  # NDRPDR sel
267         - 40  # NDRPDR sel
268         - 42  # NDRPDR sel
269         - 43  # NDRPDR sel
270
271     plot-vpp-soak-2n-skx:
272       csit-vpp-perf-verify-1901-2n-skx:
273         - 45  # SOAK sel
274
275     plot-vpp-nfv-2n-skx:
276       # TODO: Add new data
277       csit-vpp-perf-verify-1901-2n-skx:
278         - 28  # NFV NDRPDR
279         - 29  # NFV NDRPDR
280         - 32  # NFV NDRPDR
281         - 39  # NFV NDRPDR
282         - 46  # NFV NDRPDR
283
284     plot-vpp-nfv-2n-skx-mrr:
285       # TODO: Add new data
286       csit-vpp-perf-verify-1901-2n-skx:
287         - 24  # NFV MRR
288         - 26  # NFV MRR
289         - 27  # NFV MRR
290         - 35  # NFV MRR
291         - 37  # NFV MRR
292
293     plot-dpdk-throughput-latency-2n-skx:
294       csit-dpdk-perf-verify-1901-2n-skx:
295         - 12  # NDRPDR sel
296         - 13  # NDRPDR sel
297         - 14  # NDRPDR sel
298         - 15  # NDRPDR sel
299         - 16  # NDRPDR sel
300         - 17  # NDRPDR sel
301         - 18  # NDRPDR sel
302         - 19  # NDRPDR sel
303         - 20  # NDRPDR sel
304         - 21  # NDRPDR sel
305
306     # 3rd party
307
308     # Denverton:
309     intel-dnv-vpp:
310       # TODO: Replace with new data
311       intel-dnv-vpp-release-1810:
312         - 1
313
314     ###########################################################################
315     # Simple tables (only one data set):
316
317     # NIC Comparisons
318
319     vpp-nic-comparison-3n-hsw:
320       csit-vpp-perf-verify-1901-3n-hsw:
321         - 10  # NDRPDR sel
322         - 19  # NDRPDR sel
323         - 31  # NDRPDR sel
324         - 36  # NDRPDR sel
325         - 40  # NDRPDR sel
326         - 42  # NDRPDR sel
327         - 44  # NDRPDR sel
328         - 46  # NDRPDR sel
329         - 47  # NDRPDR sel
330         - 48  # NDRPDR sel
331
332     vpp-nic-comparison-3n-skx:
333       csit-vpp-perf-verify-1901-3n-skx:
334         - 18  # NDRPDR sel
335         - 19  # NDRPDR sel
336         - 20  # NDRPDR sel
337         - 28  # NDRPDR sel
338         - 31  # NDRPDR sel
339         - 33  # NDRPDR sel
340         - 36  # NDRPDR sel
341         - 38  # NDRPDR sel
342         - 47  # NDRPDR sel
343         - 48  # NDRPDR sel
344
345     vpp-nic-comparison-2n-skx:
346       csit-vpp-perf-verify-1901-2n-skx:
347         - 5   # NDRPDR sel
348         - 12  # NDRPDR sel
349         - 13  # NDRPDR sel
350         - 21  # NDRPDR sel
351         - 23  # NDRPDR sel
352         - 31  # NDRPDR sel
353         - 34  # NDRPDR sel
354         - 40  # NDRPDR sel
355         - 42  # NDRPDR sel
356         - 43  # NDRPDR sel
357
358     vpp-nic-comparison-3n-hsw-mrr:
359       csit-vpp-perf-verify-1901-3n-hsw:
360         - 35  # MRR sel
361
362     vpp-nic-comparison-3n-skx-mrr:
363       csit-vpp-perf-verify-1901-3n-skx:
364         - 32  # MRR sel
365
366     vpp-nic-comparison-2n-skx-mrr:
367       csit-vpp-perf-verify-1901-2n-skx:
368         - 22  # MRR sel
369
370     # Results
371
372     vpp-perf-results-3n-hsw:
373       # TODO: Add FULL data
374       csit-vpp-perf-verify-1901-3n-hsw:
375         - 38  # NDRPDR full
376         - 43  # NDRPDR full
377         - 45  # NDRPDR full
378
379     vpp-perf-results-3n-skx:
380       csit-vpp-perf-verify-1901-3n-skx:
381         - 37  # NDRPDR full
382         - 39  # NDRPDR full
383         - 40  # NDRPDR full
384         - 49  # NDRPDR full
385
386     vpp-perf-results-2n-skx:
387       csit-vpp-perf-verify-1901-2n-skx:
388         - 25  # NDRPDR full
389         - 30  # NDRPDR full
390         - 33  # NDRPDR full
391         - 44  # NDRPDR full
392
393     vpp-mrr-results-3n-hsw:
394       csit-vpp-perf-verify-1901-3n-hsw:
395         - 35  # MRR sel
396
397     vpp-mrr-results-3n-skx:
398       csit-vpp-perf-verify-1901-3n-skx:
399         - 32  # MRR sel
400
401     vpp-mrr-results-2n-skx:
402       csit-vpp-perf-verify-1901-2n-skx:
403         - 22  # MRR sel
404
405     vpp-func-results-ubuntu:
406       csit-vpp-functional-1901-ubuntu1604-virl:
407         - 48
408
409     vpp-func-results-centos:
410       csit-vpp-functional-1901-centos7-virl:
411         - 50
412
413     vpp-device-results-ubuntu:
414       csit-vpp-device-1901-ubuntu1804-1n-skx:
415         - 49
416
417     # VPP Ligato
418     ligato-perf-results-3n-hsw:
419       # TODO: Add new data
420       csit-ligato-perf-verify-1901-3n-hsw:
421         - 10  # NDRPDR full
422
423     dpdk-perf-results-3n-hsw:
424       csit-dpdk-perf-verify-1901-3n-hsw:
425         - 20  # NDRPDR sel
426
427     dpdk-perf-results-3n-skx:
428       csit-dpdk-perf-verify-1901-3n-skx:
429         - 13  # NDRPDR sel
430
431     dpdk-perf-results-2n-skx:
432       csit-dpdk-perf-verify-1901-2n-skx:
433         - 21  # NDRPDR sel
434
435     # HoneyComb Functional
436     hc-func-results:
437       csit-hc2vpp-verify-func-1901-ubuntu1604:
438         - 3
439
440     # NSH SFC Functional
441     nsh-func-results:
442       # TODO: Replace with new data
443       # csit-nsh_sfc-verify-func-1901-ubuntu1604-virl:
444       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
445         - 1
446
447     # DMM Functional
448     dmm-func-results:
449       csit-dmm-functional-1901-ubuntu1604-virl:
450         - 2
451
452     ###########################################################################
453     # Tables (more than one data set)
454
455     # Performance changes
456
457     vpp-performance-changes-3n-hsw-h1:
458       csit-vpp-perf-verify-1807-3n-hsw:
459         - 11  # NDRPDR full 1
460         - 22  # NDRPDR full 2
461         - 45  # NDRPDR full 3
462         - 46  # NDRPDR full 4
463         - 15  # NDRPDR sel
464         - 16  # NDRPDR sel
465         - 19  # NDRPDR sel
466         - 18  # NDRPDR sel
467         - 20  # NDRPDR sel
468         - 38  # NDRPDR sel
469         - 40  # NDRPDR sel
470         - 44  # NDRPDR sel
471         - 47  # NDRPDR sel
472     vpp-performance-changes-3n-hsw-ref:
473       csit-vpp-perf-verify-1810-3n-hsw:
474         - 8   # NDRPDR sel
475         - 12  # NDRPDR sel
476         - 14  # NDRPDR sel
477         - 18  # NDRPDR sel
478         - 23  # NDRPDR sel
479         - 25  # NDRPDR sel
480         - 38  # NDRPDR sel
481         - 39  # NDRPDR sel
482         - 41  # NDRPDR sel
483         - 42  # NDRPDR sel
484     vpp-performance-changes-3n-hsw-cmp:
485       csit-vpp-perf-verify-1901-3n-hsw:
486       - 10  # NDRPDR sel
487       - 19  # NDRPDR sel
488       - 31  # NDRPDR sel
489       - 36  # NDRPDR sel
490       - 40  # NDRPDR sel
491       - 42  # NDRPDR sel
492       - 44  # NDRPDR sel
493       - 46  # NDRPDR sel
494       - 47  # NDRPDR sel
495       - 48  # NDRPDR sel
496     vpp-performance-changes-3n-hsw:
497       - "vpp-performance-changes-3n-hsw-h1"
498       - "vpp-performance-changes-3n-hsw-ref"
499       - "vpp-performance-changes-3n-hsw-cmp"
500
501     vpp-performance-changes-3n-skx-h1:
502       csit-vpp-perf-verify-1807-3n-skx:
503         - 33  # NDRPDR sel
504         - 35  # NDRPDR sel
505         - 37  # NDRPDR sel
506         - 38  # NDRPDR sel
507         - 39  # NDRPDR sel
508         - 43  # NDRPDR sel
509         - 44  # NDRPDR sel
510         - 49  # NDRPDR sel
511         - 50  # NDRPDR sel
512         - 56  # NDRPDR sel
513     vpp-performance-changes-3n-skx-ref:
514       csit-vpp-perf-verify-1810-3n-skx:
515         - 10  # NDRPDR sel
516         - 14  # NDRPDR sel
517         - 15  # NDRPDR sel
518         - 16  # NDRPDR sel
519         - 17  # NDRPDR sel
520         - 19  # NDRPDR sel
521         - 20  # NDRPDR sel
522         - 21  # NDRPDR sel
523         - 22  # NDRPDR sel
524         - 25  # NDRPDR sel
525     vpp-performance-changes-3n-skx-cmp:
526       csit-vpp-perf-verify-1901-3n-skx:
527         - 18  # NDRPDR sel
528         - 19  # NDRPDR sel
529         - 20  # NDRPDR sel
530         - 28  # NDRPDR sel
531         - 31  # NDRPDR sel
532         - 33  # NDRPDR sel
533         - 36  # NDRPDR sel
534         - 38  # NDRPDR sel
535         - 47  # NDRPDR sel
536         - 48  # NDRPDR sel
537     vpp-performance-changes-3n-skx:
538       - "vpp-performance-changes-3n-skx-h1"
539       - "vpp-performance-changes-3n-skx-ref"
540       - "vpp-performance-changes-3n-skx-cmp"
541
542     vpp-performance-changes-2n-skx-h1:
543       csit-vpp-perf-verify-1807-2n-skx:
544         - 26  # NDRPDR sel
545         - 28  # NDRPDR sel
546         - 29  # NDRPDR sel
547         - 30  # NDRPDR sel
548         - 34  # NDRPDR sel
549         - 35  # NDRPDR sel
550         - 36  # NDRPDR sel
551         - 39  # NDRPDR sel
552         - 40  # NDRPDR sel
553         - 42  # NDRPDR sel
554     vpp-performance-changes-2n-skx-ref:
555       csit-vpp-perf-verify-1810-2n-skx:
556         - 9   # NDRPDR sel
557         - 13  # NDRPDR sel
558         - 14  # NDRPDR sel
559         - 19  # NDRPDR sel
560         - 20  # NDRPDR sel
561         - 21  # NDRPDR sel
562         - 22  # NDRPDR sel
563         - 23  # NDRPDR sel
564         - 24  # NDRPDR sel
565         - 27  # NDRPDR sel
566     vpp-performance-changes-2n-skx-cmp:
567       csit-vpp-perf-verify-1901-2n-skx:
568         - 5   # NDRPDR sel
569         - 12  # NDRPDR sel
570         - 13  # NDRPDR sel
571         - 21  # NDRPDR sel
572         - 23  # NDRPDR sel
573         - 31  # NDRPDR sel
574         - 34  # NDRPDR sel
575         - 40  # NDRPDR sel
576         - 42  # NDRPDR sel
577         - 43  # NDRPDR sel
578     vpp-performance-changes-2n-skx:
579       - "vpp-performance-changes-2n-skx-h1"
580       - "vpp-performance-changes-2n-skx-ref"
581       - "vpp-performance-changes-2n-skx-cmp"
582
583     vpp-performance-changes-3n-hsw-mrr-h1:
584       csit-vpp-perf-verify-1807-3n-hsw:
585         - 8   # MRR full
586         - 9   # MRR sel
587         - 21  # MRR sel
588         - 31  # MRR sel
589         - 33  # MRR sel
590         - 36  # MRR sel
591         - 41  # MRR sel
592         - 42  # MRR sel
593         - 48  # MRR sel
594     vpp-performance-changes-3n-hsw-mrr-ref:
595       csit-vpp-perf-verify-1810-3n-hsw:
596         - 9   # MRR sel
597     vpp-performance-changes-3n-hsw-mrr-cmp:
598       csit-vpp-perf-verify-1901-3n-hsw:
599         - 35  # MRR sel
600     vpp-performance-changes-3n-hsw-mrr:
601       - "vpp-performance-changes-3n-hsw-mrr-h1"
602       - "vpp-performance-changes-3n-hsw-mrr-ref"
603       - "vpp-performance-changes-3n-hsw-mrr-cmp"
604
605     vpp-performance-changes-3n-skx-mrr-h1:
606       csit-vpp-perf-verify-1807-3n-skx:
607         - 28  # MRR sel
608         - 32  # MRR sel
609         - 36  # MRR sel
610         - 42  # MRR sel
611         - 47  # MRR sel
612         - 48  # MRR sel
613         - 51  # MRR sel
614         - 52  # MRR sel
615         - 53  # MRR sel
616         - 54  # MRR sel
617     vpp-performance-changes-3n-skx-mrr-ref:
618       csit-vpp-perf-verify-1810-3n-skx:
619         - 9   # MRR sel
620         - 11  # MRR sel
621         - 12  # MRR sel
622         - 13  # MRR sel
623     vpp-performance-changes-3n-skx-mrr-cmp:
624       csit-vpp-perf-verify-1901-3n-skx:
625         - 32  # MRR sel
626     vpp-performance-changes-3n-skx-mrr:
627       - "vpp-performance-changes-3n-skx-mrr-h1"
628       - "vpp-performance-changes-3n-skx-mrr-ref"
629       - "vpp-performance-changes-3n-skx-mrr-cmp"
630
631     vpp-performance-changes-2n-skx-mrr-h1:
632       csit-vpp-perf-verify-1807-2n-skx:
633         - 31  # MRR sel
634         - 33  # MRR sel
635         - 37  # MRR sel
636         - 38  # MRR sel
637         - 41  # MRR sel
638         - 43  # MRR sel
639         - 44  # MRR sel
640         - 45  # MRR sel
641         - 46  # MRR sel
642         - 47  # MRR sel
643     vpp-performance-changes-2n-skx-mrr-ref:
644       csit-vpp-perf-verify-1810-2n-skx:
645         - 8   # MRR sel
646         - 10  # MRR sel
647         - 11  # MRR sel
648         - 12  # MRR sel
649     vpp-performance-changes-2n-skx-mrr-cmp:
650       csit-vpp-perf-verify-1901-2n-skx:
651         - 22  # MRR sel
652     vpp-performance-changes-2n-skx-mrr:
653       - "vpp-performance-changes-2n-skx-mrr-h1"
654       - "vpp-performance-changes-2n-skx-mrr-ref"
655       - "vpp-performance-changes-2n-skx-mrr-cmp"
656
657     dpdk-performance-changes-3n-hsw-h1:
658       csit-dpdk-perf-verify-1807-3n-hsw:
659         - 11
660         - 12  # full
661         - 14
662         - 15
663         - 16
664         - 17
665         - 20
666         - 21
667         - 22
668         - 23
669     dpdk-performance-changes-3n-hsw-ref:
670       csit-dpdk-perf-verify-1810-3n-hsw:
671         - 1   # NDRPDR sel
672         - 2   # NDRPDR sel
673         - 3   # NDRPDR sel
674         - 4   # NDRPDR sel
675         - 5   # NDRPDR sel
676         - 6   # NDRPDR sel
677         - 7   # NDRPDR sel
678         - 8   # NDRPDR sel
679         - 9   # NDRPDR sel
680         - 10  # NDRPDR sel
681     dpdk-performance-changes-3n-hsw-cmp:
682       csit-dpdk-perf-verify-1901-3n-hsw:
683         - 13  # NDRPDR sel
684         - 14  # NDRPDR sel
685         - 16  # NDRPDR sel
686         - 17  # NDRPDR sel
687         - 18  # NDRPDR sel
688         - 19  # NDRPDR sel
689         - 20  # NDRPDR sel
690         - 21  # NDRPDR sel
691         - 22  # NDRPDR sel
692         - 23  # NDRPDR sel
693     dpdk-performance-changes-3n-hsw:
694       - "dpdk-performance-changes-3n-hsw-h1"
695       - "dpdk-performance-changes-3n-hsw-ref"
696       - "dpdk-performance-changes-3n-hsw-cmp"
697
698     dpdk-performance-changes-3n-skx-h1:
699       csit-dpdk-perf-verify-1807-3n-skx:
700         - 1   # NDRPDR sel
701         - 2   # NDRPDR sel
702         - 3   # NDRPDR sel
703         - 6   # NDRPDR sel
704         - 7   # NDRPDR sel
705         - 8   # NDRPDR sel
706         - 9   # NDRPDR sel
707         - 10  # NDRPDR sel
708         - 11  # NDRPDR sel
709         - 12  # NDRPDR sel
710     dpdk-performance-changes-3n-skx-ref:
711       csit-dpdk-perf-verify-1810-3n-skx:
712         - 3   # NDRPDR sel
713         - 4   # NDRPDR sel
714         - 6   # NDRPDR sel
715         - 7   # NDRPDR sel
716         - 8   # NDRPDR sel
717         - 9   # NDRPDR sel
718         - 10  # NDRPDR sel
719         - 11  # NDRPDR sel
720         - 12  # NDRPDR sel
721         - 13  # NDRPDR sel
722     dpdk-performance-changes-3n-skx-cmp:
723       csit-dpdk-perf-verify-1901-3n-skx:
724         - 3   # NDRPDR sel
725         - 5   # NDRPDR sel
726         - 6   # NDRPDR sel
727         - 7   # NDRPDR sel
728         - 8   # NDRPDR sel
729         - 9   # NDRPDR sel
730         - 10  # NDRPDR sel
731         - 11  # NDRPDR sel
732         - 12  # NDRPDR sel
733         - 13  # NDRPDR sel
734     dpdk-performance-changes-3n-skx:
735       - "dpdk-performance-changes-3n-skx-h1"
736       - "dpdk-performance-changes-3n-skx-ref"
737       - "dpdk-performance-changes-3n-skx-cmp"
738
739     dpdk-performance-changes-2n-skx-ref:
740       csit-dpdk-perf-verify-1810-2n-skx:
741         - 3   # NDRPDR sel
742         - 4   # NDRPDR sel
743         - 5   # NDRPDR sel
744         - 7   # NDRPDR sel
745         - 8   # NDRPDR sel
746         - 9   # NDRPDR sel
747         - 10  # NDRPDR sel
748         - 11  # NDRPDR sel
749         - 12  # NDRPDR sel
750         - 13  # NDRPDR sel
751     dpdk-performance-changes-2n-skx-cmp:
752       csit-dpdk-perf-verify-1901-2n-skx:
753         - 12  # NDRPDR sel
754         - 13  # NDRPDR sel
755         - 14  # NDRPDR sel
756         - 15  # NDRPDR sel
757         - 16  # NDRPDR sel
758         - 17  # NDRPDR sel
759         - 18  # NDRPDR sel
760         - 19  # NDRPDR sel
761         - 20  # NDRPDR sel
762         - 21  # NDRPDR sel
763     dpdk-performance-changes-2n-skx:
764       - "dpdk-performance-changes-2n-skx-ref"
765       - "dpdk-performance-changes-2n-skx-cmp"
766
767     # Compare testbeds
768
769     vpp-compare-testbeds-ref:
770       csit-vpp-perf-verify-1901-3n-hsw:
771         - 10  # NDRPDR sel
772         - 19  # NDRPDR sel
773         - 31  # NDRPDR sel
774         - 36  # NDRPDR sel
775         - 40  # NDRPDR sel
776         - 42  # NDRPDR sel
777         - 44  # NDRPDR sel
778         - 46  # NDRPDR sel
779         - 47  # NDRPDR sel
780         - 48  # NDRPDR sel
781     vpp-compare-testbeds-cmp:
782       csit-vpp-perf-verify-1901-3n-skx:
783         - 18  # NDRPDR sel
784         - 19  # NDRPDR sel
785         - 20  # NDRPDR sel
786         - 28  # NDRPDR sel
787         - 31  # NDRPDR sel
788         - 33  # NDRPDR sel
789         - 36  # NDRPDR sel
790         - 38  # NDRPDR sel
791         - 47  # NDRPDR sel
792         - 48  # NDRPDR sel
793     vpp-compare-testbeds:
794       - "vpp-compare-testbeds-ref"
795       - "vpp-compare-testbeds-cmp"
796
797     vpp-compare-testbeds-mrr-ref:
798       csit-vpp-perf-verify-1901-3n-hsw:
799         - 35  # MRR sel
800     vpp-compare-testbeds-mrr-cmp:
801       csit-vpp-perf-verify-1901-3n-skx:
802         - 32  # MRR sel
803     vpp-compare-testbeds-mrr:
804       - "vpp-compare-testbeds-mrr-ref"
805       - "vpp-compare-testbeds-mrr-cmp"
806
807     dpdk-compare-testbeds-ref:
808       csit-dpdk-perf-verify-1901-3n-hsw:
809         - 13  # NDRPDR sel
810         - 14  # NDRPDR sel
811         - 16  # NDRPDR sel
812         - 17  # NDRPDR sel
813         - 18  # NDRPDR sel
814         - 19  # NDRPDR sel
815         - 20  # NDRPDR sel
816         - 21  # NDRPDR sel
817         - 22  # NDRPDR sel
818         - 23  # NDRPDR sel
819     dpdk-compare-testbeds-cmp:
820       csit-dpdk-perf-verify-1901-3n-skx:
821         - 3   # NDRPDR sel
822         - 5   # NDRPDR sel
823         - 6   # NDRPDR sel
824         - 7   # NDRPDR sel
825         - 8   # NDRPDR sel
826         - 9   # NDRPDR sel
827         - 10  # NDRPDR sel
828         - 11  # NDRPDR sel
829         - 12  # NDRPDR sel
830         - 13  # NDRPDR sel
831     dpdk-compare-testbeds:
832       - "dpdk-compare-testbeds-ref"
833       - "dpdk-compare-testbeds-cmp"
834
835     # Compare topologies
836
837     vpp-compare-topologies-ref:
838       csit-vpp-perf-verify-1901-3n-skx:
839         - 18  # NDRPDR sel
840         - 19  # NDRPDR sel
841         - 20  # NDRPDR sel
842         - 28  # NDRPDR sel
843         - 31  # NDRPDR sel
844         - 33  # NDRPDR sel
845         - 36  # NDRPDR sel
846         - 38  # NDRPDR sel
847         - 47  # NDRPDR sel
848         - 48  # NDRPDR sel
849     vpp-compare-topologies-cmp:
850       csit-vpp-perf-verify-1901-2n-skx:
851         - 5   # NDRPDR sel
852         - 12  # NDRPDR sel
853         - 13  # NDRPDR sel
854         - 21  # NDRPDR sel
855         - 23  # NDRPDR sel
856         - 31  # NDRPDR sel
857         - 34  # NDRPDR sel
858         - 40  # NDRPDR sel
859         - 42  # NDRPDR sel
860         - 43  # NDRPDR sel
861     vpp-compare-topologies:
862       - "vpp-compare-topologies-ref"
863       - "vpp-compare-topologies-cmp"
864
865     vpp-compare-topologies-mrr-ref:
866       csit-vpp-perf-verify-1901-3n-skx:
867         - 32  # MRR sel
868     vpp-compare-topologies-mrr-cmp:
869       csit-vpp-perf-verify-1901-2n-skx:
870         - 22  # MRR sel
871     vpp-compare-topologies-mrr:
872       - "vpp-compare-topologies-mrr-ref"
873       - "vpp-compare-topologies-mrr-cmp"
874
875     dpdk-compare-topologies-ref:
876       csit-dpdk-perf-verify-1901-3n-skx:
877         - 3   # NDRPDR sel
878         - 5   # NDRPDR sel
879         - 6   # NDRPDR sel
880         - 7   # NDRPDR sel
881         - 8   # NDRPDR sel
882         - 9   # NDRPDR sel
883         - 10  # NDRPDR sel
884         - 11  # NDRPDR sel
885         - 12  # NDRPDR sel
886         - 13  # NDRPDR sel
887     dpdk-compare-topologies-cmp:
888       csit-dpdk-perf-verify-1901-2n-skx:
889         - 12  # NDRPDR sel
890         - 13  # NDRPDR sel
891         - 14  # NDRPDR sel
892         - 15  # NDRPDR sel
893         - 16  # NDRPDR sel
894         - 17  # NDRPDR sel
895         - 18  # NDRPDR sel
896         - 19  # NDRPDR sel
897         - 20  # NDRPDR sel
898         - 21  # NDRPDR sel
899     dpdk-compare-topologies:
900       - "dpdk-compare-topologies-ref"
901       - "dpdk-compare-topologies-cmp"
902
903   plot-layouts:
904
905     plot-soak-throughput:
906       titlefont:
907         size: 18
908       xaxis:
909         title: "<b>Test Cases [Index]</b>"
910         titlefont:
911           size: 16
912         autorange: True
913         fixedrange: False
914         gridcolor: "rgb(230, 230, 230)"
915         linecolor: "rgb(220, 220, 220)"
916         linewidth: 1
917         showgrid: True
918         showline: True
919         showticklabels: True
920         tickcolor: "rgb(220, 220, 220)"
921         tickmode: "linear"
922         tickfont:
923           size: 16
924         zeroline: False
925       yaxis:
926         title: "<b>Packet Throughput [Mpps]</b>"
927         titlefont:
928           size: 16
929         gridcolor: "rgb(230, 230, 230)"
930         hoverformat: ".4s"
931         tickformat: ".3s"
932         linecolor: "rgb(220, 220, 220)"
933         linewidth: 1
934         showgrid: True
935         showline: True
936         showticklabels: True
937         tickcolor: "rgb(220, 220, 220)"
938         tickfont:
939           size: 16
940         zeroline: False
941         range: [0,50]
942       autosize: False
943       margin:
944         t: 50
945         b: 0
946         l: 80
947         r: 20
948       showlegend: True
949       legend:
950         orientation: "h"
951         font:
952           size: 16
953       width: 700
954       height: 900
955
956     plot-service-density:
957       titlefont:
958         size: 18
959       xaxis:
960         side: "top"
961         autorange: True
962         fixedrange: False
963         showgrid: False
964         showline: False
965         showticklabels: False
966         ticks: ""
967         ticklen: 0
968         tickwidth: 0
969         zeroline: False
970       yaxis:
971         autorange: "reversed"
972         showgrid: False
973         showline: False
974         showticklabels: False
975         ticks: ""
976         ticklen: 0
977         tickwidth: 0
978         zeroline: False
979       autosize: True
980       showlegend: False
981       width: 700
982       height: 700
983
984     plot-cps:
985       titlefont:
986         size: 18
987       xaxis:
988         title: "<b>Test Cases [Index]</b>"
989         titlefont:
990           size: 16
991         autorange: True
992         fixedrange: False
993         gridcolor: "rgb(230, 230, 230)"
994         linecolor: "rgb(220, 220, 220)"
995         linewidth: 1
996         showgrid: True
997         showline: True
998         showticklabels: True
999         tickcolor: "rgb(220, 220, 220)"
1000         tickmode: "linear"
1001         tickfont:
1002           size: 16
1003         zeroline: False
1004       yaxis:
1005         title: "<b>Connections Per Second [cps]</b>"
1006         titlefont:
1007           size: 16
1008         gridcolor: "rgb(230, 230, 230)"
1009         hoverformat: ".4s"
1010         linecolor: "rgb(220, 220, 220)"
1011         linewidth: 1
1012         rangemode: "tozero"
1013         showgrid: True
1014         showline: True
1015         showticklabels: True
1016         tickcolor: "rgb(220, 220, 220)"
1017         tickformat: ".3s"
1018         tickfont:
1019           size: 16
1020         zeroline: False
1021       boxmode: "group"
1022       boxgroupgap: 0.5
1023       autosize: False
1024       margin:
1025         t: 50
1026         b: 20
1027         l: 80
1028         r: 20
1029       showlegend: True
1030       legend:
1031         orientation: "h"
1032         font:
1033           size: 16
1034       width: 700
1035       height: 800
1036
1037     plot-rps:
1038       titlefont:
1039         size: 18
1040       xaxis:
1041         title: "<b>Test Cases [Index]</b>"
1042         titlefont:
1043           size: 16
1044         autorange: True
1045         fixedrange: False
1046         gridcolor: "rgb(230, 230, 230)"
1047         linecolor: "rgb(220, 220, 220)"
1048         linewidth: 1
1049         showgrid: True
1050         showline: True
1051         showticklabels: True
1052         tickcolor: "rgb(220, 220, 220)"
1053         tickmode: "linear"
1054         tickfont:
1055           size: 16
1056         zeroline: False
1057       yaxis:
1058         title: "<b>Requests Per Second [rps]</b>"
1059         titlefont:
1060           size: 16
1061         gridcolor: "rgb(230, 230, 230)"
1062         hoverformat: ".4s"
1063         linecolor: "rgb(220, 220, 220)"
1064         linewidth: 1
1065         rangemode: "tozero"
1066         showgrid: True
1067         showline: True
1068         showticklabels: True
1069         tickcolor: "rgb(230, 230, 230)"
1070         tickformat: ".3s"
1071         tickfont:
1072           size: 16
1073         zeroline: False
1074       boxmode: "group"
1075       boxgroupgap: 0.5
1076       autosize: False
1077       margin:
1078         t: 50
1079         b: 20
1080         l: 80
1081         r: 20
1082       showlegend: True
1083       legend:
1084         orientation: "h"
1085         font:
1086           size: 16
1087       width: 700
1088       height: 800
1089
1090     plot-throughput:
1091       titlefont:
1092         size: 18
1093       xaxis:
1094         title: "<b>Test Cases [Index]</b>"
1095         titlefont:
1096           size: 16
1097         autorange: True
1098         fixedrange: False
1099         gridcolor: "rgb(230, 230, 230)"
1100         linecolor: "rgb(220, 220, 220)"
1101         linewidth: 1
1102         showgrid: True
1103         showline: True
1104         showticklabels: True
1105         tickcolor: "rgb(220, 220, 220)"
1106         tickmode: "linear"
1107         tickfont:
1108           size: 16
1109         zeroline: False
1110       yaxis:
1111         title: "<b>Packet Throughput [Mpps]</b>"
1112         titlefont:
1113           size: 16
1114         gridcolor: "rgb(230, 230, 230)"
1115         hoverformat: ".4s"
1116         tickformat: ".3s"
1117         linecolor: "rgb(220, 220, 220)"
1118         linewidth: 1
1119         showgrid: True
1120         showline: True
1121         showticklabels: True
1122         tickcolor: "rgb(220, 220, 220)"
1123         tickfont:
1124           size: 16
1125         zeroline: False
1126         range: [0,50]
1127       boxmode: "group"
1128       boxgroupgap: 0.5
1129       autosize: False
1130       margin:
1131         t: 50
1132         b: 0
1133         l: 80
1134         r: 20
1135       showlegend: True
1136       legend:
1137         orientation: "h"
1138         font:
1139           size: 16
1140       width: 700
1141       height: 900
1142
1143     plot-throughput-speedup-analysis:
1144       titlefont:
1145         size: 18
1146       xaxis:
1147         title: "<b>Number of Cores [Qty]</b>"
1148         titlefont:
1149           size: 16
1150         autorange: True
1151         fixedrange: False
1152         gridcolor: "rgb(230, 230, 230)"
1153         linecolor: "rgb(220, 220, 220)"
1154         linewidth: 1
1155         showgrid: True
1156         showline: True
1157         showticklabels: True
1158         tickcolor: "rgb(238, 238, 238)"
1159         tickmode: "linear"
1160         tickfont:
1161           size: 16
1162         zeroline: False
1163       yaxis:
1164         title: "<b>Packet Throughput [Mpps]</b>"
1165         titlefont:
1166           size: 16
1167         type: "linear"
1168         gridcolor: "rgb(230, 230, 230)"
1169         hoverformat: ".4s"
1170         linecolor: "rgb(220, 220, 220)"
1171         linewidth: 1
1172         showgrid: True
1173         showline: True
1174         showticklabels: True
1175         tickcolor: "rgb(220, 220, 220)"
1176         tickformat: ".4s"
1177         tickfont:
1178           size: 16
1179         zeroline: True
1180         rangemode: "tozero"
1181         range: [0,100]
1182       legend:
1183         orientation: "h"
1184         font:
1185           size: 16
1186         xanchor: "left"
1187         yanchor: "top"
1188         x: 0
1189         y: -0.2
1190         bgcolor: "rgba(255, 255, 255, 0)"
1191         bordercolor: "rgba(255, 255, 255, 0)"
1192         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1193       autosize: False
1194       margin:
1195           't': 50
1196           'b': 150
1197           'l': 85
1198           'r': 10
1199       showlegend: True
1200       width: 700
1201       height: 700
1202       hoverlabel:
1203         namelength: -1
1204       annotations: [
1205         {
1206           text: "_ _          __          ...",
1207           align: "left",
1208           showarrow: False,
1209           xref: "paper",
1210           yref: "paper",
1211           xanchor: "left",
1212           yanchor: "top",
1213           x: 0,
1214           y: -0.13,
1215           font: {
1216             family: "Consolas, Courier New",
1217             size: 15
1218           },
1219         },
1220         {
1221           text: "    Perfect     Measured     Limit",
1222           align: "left",
1223           showarrow: False,
1224           xref: "paper",
1225           yref: "paper",
1226           xanchor: "left",
1227           yanchor: "top",
1228           x: 0,
1229           y: -0.15,
1230           font: {
1231             family: "Consolas, Courier New",
1232             size: 15
1233           },
1234         },
1235       ]
1236
1237     plot-latency:
1238       titlefont:
1239         size: 18
1240       xaxis:
1241         title: "<b>Direction</b>"
1242         titlefont:
1243           size: 16
1244         autorange: True
1245         fixedrange: False
1246         gridcolor: "rgb(230, 230, 230)"
1247         linecolor: "rgb(220, 220, 220)"
1248         linewidth: 1
1249         showgrid: True
1250         showline: True
1251         showticklabels: False
1252         tickcolor: "rgb(220, 220, 220)"
1253         tickmode: "linear"
1254         tickfont:
1255           size: 16
1256         zeroline: False
1257       yaxis:
1258         title: "<b>Packet Latency [uSec]</b>"
1259         titlefont:
1260           size: 16
1261         type: "linear"
1262         gridcolor: "rgb(230, 230, 230)"
1263         hoverformat: ".4s"
1264         linecolor: "rgb(220, 220, 220)"
1265         linewidth: 1
1266         showgrid: True
1267         showline: True
1268         showticklabels: True
1269         tickcolor: "rgb(220, 220, 220)"
1270         tickformat: ".4s"
1271         tickfont:
1272           size: 16
1273         zeroline: True
1274         rangemode: "tozero"
1275       legend:
1276         orientation: "h"
1277         font:
1278           size: 16
1279         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1280       autosize: False
1281       margin:
1282           't': 50
1283           'b': 150
1284           'l': 80
1285           'r': 10
1286       showlegend: True
1287       width: 700
1288       height: 700
1289       hoverlabel:
1290         namelength: -1
1291
1292 -
1293   type: "static"
1294   src-path: "{DIR[RST]}"
1295   dst-path: "{DIR[WORKING,SRC]}"
1296
1297 -
1298   type: "input"
1299   general:
1300     file-name: "robot-plugin.zip"
1301     file-format: ".zip"
1302     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1303     extract: "robot-plugin/output.xml"
1304
1305   builds:
1306
1307     # TODO: Replace with 1901 data
1308     intel-dnv-vpp-release-1810:
1309       - 1
1310
1311     csit-vpp-perf-verify-1807-3n-hsw:
1312       - 8   # MRR full
1313       - 9   # MRR sel
1314       - 21  # MRR sel
1315       - 31  # MRR sel
1316       - 33  # MRR sel
1317       - 36  # MRR sel
1318       - 41  # MRR sel
1319       - 42  # MRR sel
1320       - 48  # MRR sel
1321       - 11  # NDRPDR full 1
1322       - 22  # NDRPDR full 2
1323       - 45  # NDRPDR full 3
1324       - 46  # NDRPDR full 4
1325       - 15  # NDRPDR sel
1326       - 16  # NDRPDR sel
1327       - 19  # NDRPDR sel
1328       - 18  # NDRPDR sel
1329       - 20  # NDRPDR sel
1330       - 38  # NDRPDR sel
1331       - 40  # NDRPDR sel
1332       - 44  # NDRPDR sel
1333       - 47  # NDRPDR sel
1334     csit-vpp-perf-verify-1810-3n-hsw:
1335       - 9   # MRR sel
1336       - 20  # NDRPDR full
1337       - 21  # NDRPDR full
1338       - 22  # NDRPDR full
1339       - 27  # NDRPDR full
1340       - 8   # NDRPDR sel
1341       - 12  # NDRPDR sel
1342       - 14  # NDRPDR sel
1343       - 18  # NDRPDR sel
1344       - 23  # NDRPDR sel
1345       - 25  # NDRPDR sel
1346       - 38  # NDRPDR sel
1347       - 39  # NDRPDR sel
1348       - 41  # NDRPDR sel
1349       - 42  # NDRPDR sel
1350       - 28  # WRK
1351       - 29  # WRK
1352       - 30  # WRK
1353       - 31  # WRK
1354       - 32  # WRK
1355       - 33  # WRK
1356       - 34  # WRK
1357       - 35  # WRK
1358       - 36  # WRK
1359       - 37  # WRK
1360     csit-vpp-perf-verify-1901-3n-hsw:
1361       - 35  # MRR sel
1362       - 38  # NDRPDR full
1363       - 43  # NDRPDR full
1364       - 45  # NDRPDR full
1365       - 10  # NDRPDR sel
1366       - 19  # NDRPDR sel
1367       - 31  # NDRPDR sel
1368       - 36  # NDRPDR sel
1369       - 40  # NDRPDR sel
1370       - 42  # NDRPDR sel
1371       - 44  # NDRPDR sel
1372       - 46  # NDRPDR sel
1373       - 47  # NDRPDR sel
1374       - 48  # NDRPDR sel
1375     csit-vpp-perf-verify-1807-3n-skx:
1376       - 31  # MRR full
1377       - 28  # MRR sel
1378       - 32  # MRR sel
1379       - 36  # MRR sel
1380       - 42  # MRR sel
1381       - 47  # MRR sel
1382       - 48  # MRR sel
1383       - 51  # MRR sel
1384       - 52  # MRR sel
1385       - 53  # MRR sel
1386       - 54  # MRR sel
1387       - 40  # NDRPDR full 1
1388       - 41  # NDRPDR full 2
1389       - 33  # NDRPDR sel
1390       - 35  # NDRPDR sel
1391       - 37  # NDRPDR sel
1392       - 38  # NDRPDR sel
1393       - 39  # NDRPDR sel
1394       - 43  # NDRPDR sel
1395       - 44  # NDRPDR sel
1396       - 49  # NDRPDR sel
1397       - 50  # NDRPDR sel
1398       - 56  # NDRPDR sel
1399     csit-vpp-perf-verify-1810-3n-skx:
1400       - 9   # MRR sel
1401       - 11  # MRR sel
1402       - 12  # MRR sel
1403       - 13  # MRR sel
1404       - 23  # NDRPDR full
1405       - 24  # NDRPDR full
1406       - 10  # NDRPDR sel
1407       - 14  # NDRPDR sel
1408       - 15  # NDRPDR sel
1409       - 16  # NDRPDR sel
1410       - 17  # NDRPDR sel
1411       - 19  # NDRPDR sel
1412       - 20  # NDRPDR sel
1413       - 21  # NDRPDR sel
1414       - 22  # NDRPDR sel
1415       - 25  # NDRPDR sel
1416     csit-vpp-perf-verify-1901-3n-skx:
1417       - 32  # MRR sel
1418       - 37  # NDRPDR full
1419       - 39  # NDRPDR full
1420       - 40  # NDRPDR full
1421       - 49  # NDRPDR full
1422       - 18  # NDRPDR sel
1423       - 19  # NDRPDR sel
1424       - 20  # NDRPDR sel
1425       - 28  # NDRPDR sel
1426       - 31  # NDRPDR sel
1427       - 33  # NDRPDR sel
1428       - 36  # NDRPDR sel
1429       - 38  # NDRPDR sel
1430       - 47  # NDRPDR sel
1431       - 48  # NDRPDR sel
1432     csit-vpp-perf-verify-1807-2n-skx:
1433       - 27  # MRR full
1434       - 31  # MRR sel
1435       - 33  # MRR sel
1436       - 37  # MRR sel
1437       - 38  # MRR sel
1438       - 41  # MRR sel
1439       - 43  # MRR sel
1440       - 44  # MRR sel
1441       - 45  # MRR sel
1442       - 46  # MRR sel
1443       - 47  # MRR sel
1444       - 32  # NDRPDR full
1445       - 26  # NDRPDR sel
1446       - 28  # NDRPDR sel
1447       - 29  # NDRPDR sel
1448       - 30  # NDRPDR sel
1449       - 34  # NDRPDR sel
1450       - 35  # NDRPDR sel
1451       - 36  # NDRPDR sel
1452       - 39  # NDRPDR sel
1453       - 40  # NDRPDR sel
1454       - 42  # NDRPDR sel
1455     csit-vpp-perf-verify-1810-2n-skx:
1456       - 8   # MRR sel
1457       - 10  # MRR sel
1458       - 11  # MRR sel
1459       - 12  # MRR sel
1460       - 25  # NDRPDR full
1461       - 26  # NDRPDR full
1462       - 9   # NDRPDR sel
1463       - 13  # NDRPDR sel
1464       - 14  # NDRPDR sel
1465       - 19  # NDRPDR sel
1466       - 20  # NDRPDR sel
1467       - 21  # NDRPDR sel
1468       - 22  # NDRPDR sel
1469       - 23  # NDRPDR sel
1470       - 24  # NDRPDR sel
1471       - 27  # NDRPDR sel
1472     csit-vpp-perf-verify-1901-2n-skx:
1473       - 22  # MRR sel
1474       - 25  # NDRPDR full
1475       - 30  # NDRPDR full
1476       - 33  # NDRPDR full
1477       - 44  # NDRPDR full
1478       - 5   # NDRPDR sel
1479       - 12  # NDRPDR sel
1480       - 13  # NDRPDR sel
1481       - 21  # NDRPDR sel
1482       - 23  # NDRPDR sel
1483       - 31  # NDRPDR sel
1484       - 34  # NDRPDR sel
1485       - 40  # NDRPDR sel
1486       - 42  # NDRPDR sel
1487       - 43  # NDRPDR sel
1488       - 24  # NFV MRR
1489       - 26  # NFV MRR
1490       - 27  # NFV MRR
1491       - 35  # NFV MRR
1492       - 37  # NFV MRR
1493       - 28  # NFV NDRPDR
1494       - 29  # NFV NDRPDR
1495       - 32  # NFV NDRPDR
1496       - 39  # NFV NDRPDR
1497       - 46  # NFV NDRPDR
1498       - 45  # SOAK
1499     # TODO: Add new data
1500     csit-ligato-perf-verify-1901-3n-hsw:
1501       - 10  # NDRPDR full
1502       - 8   # NDRPDR sel
1503       - 9   # NDRPDR sel
1504       - 11  # NDRPDR sel
1505     csit-dpdk-perf-verify-1807-3n-hsw:
1506       - 11
1507       - 12  # full
1508       - 14
1509       - 15
1510       - 16
1511       - 17
1512       - 20
1513       - 21
1514       - 22
1515       - 23
1516     csit-dpdk-perf-verify-1810-3n-hsw:
1517       - 1   # NDRPDR sel
1518       - 2   # NDRPDR sel
1519       - 3   # NDRPDR sel
1520       - 4   # NDRPDR sel
1521       - 5   # NDRPDR sel
1522       - 6   # NDRPDR sel
1523       - 7   # NDRPDR sel
1524       - 8   # NDRPDR sel
1525       - 9   # NDRPDR sel
1526       - 10  # NDRPDR sel
1527     csit-dpdk-perf-verify-1901-3n-hsw:
1528       - 13  # NDRPDR sel
1529       - 14  # NDRPDR sel
1530       - 16  # NDRPDR sel
1531       - 17  # NDRPDR sel
1532       - 18  # NDRPDR sel
1533       - 19  # NDRPDR sel
1534       - 20  # NDRPDR sel
1535       - 21  # NDRPDR sel
1536       - 22  # NDRPDR sel
1537       - 23  # NDRPDR sel
1538     csit-dpdk-perf-verify-1807-3n-skx:
1539       - 1   # NDRPDR sel
1540       - 2   # NDRPDR sel
1541       - 3   # NDRPDR sel
1542       - 6   # NDRPDR sel
1543       - 7   # NDRPDR sel
1544       - 8   # NDRPDR sel
1545       - 9   # NDRPDR sel
1546       - 10  # NDRPDR sel
1547       - 11  # NDRPDR sel
1548       - 12  # NDRPDR sel
1549     csit-dpdk-perf-verify-1810-3n-skx:
1550       - 3   # NDRPDR sel
1551       - 4   # NDRPDR sel
1552       - 6   # NDRPDR sel
1553       - 7   # NDRPDR sel
1554       - 8   # NDRPDR sel
1555       - 9   # NDRPDR sel
1556       - 10  # NDRPDR sel
1557       - 11  # NDRPDR sel
1558       - 12  # NDRPDR sel
1559       - 13  # NDRPDR sel
1560     csit-dpdk-perf-verify-1901-3n-skx:
1561       - 3   # NDRPDR sel
1562       - 5   # NDRPDR sel
1563       - 6   # NDRPDR sel
1564       - 7   # NDRPDR sel
1565       - 8   # NDRPDR sel
1566       - 9   # NDRPDR sel
1567       - 10  # NDRPDR sel
1568       - 11  # NDRPDR sel
1569       - 12  # NDRPDR sel
1570       - 13  # NDRPDR sel
1571     csit-dpdk-perf-verify-1810-2n-skx:
1572       - 3   # NDRPDR sel
1573       - 4   # NDRPDR sel
1574       - 5   # NDRPDR sel
1575       - 7   # NDRPDR sel
1576       - 8   # NDRPDR sel
1577       - 9   # NDRPDR sel
1578       - 10  # NDRPDR sel
1579       - 11  # NDRPDR sel
1580       - 12  # NDRPDR sel
1581       - 13  # NDRPDR sel
1582     csit-dpdk-perf-verify-1901-2n-skx:
1583       - 12  # NDRPDR sel
1584       - 13  # NDRPDR sel
1585       - 14  # NDRPDR sel
1586       - 15  # NDRPDR sel
1587       - 16  # NDRPDR sel
1588       - 17  # NDRPDR sel
1589       - 18  # NDRPDR sel
1590       - 19  # NDRPDR sel
1591       - 20  # NDRPDR sel
1592       - 21  # NDRPDR sel
1593     csit-vpp-functional-1901-ubuntu1604-virl:
1594       - 48
1595     csit-vpp-functional-1901-centos7-virl:
1596       - 50
1597     csit-vpp-device-1901-ubuntu1804-1n-skx:
1598       - 49
1599     # TODO: Replace with 1901 data
1600     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1601       - 1
1602     csit-dmm-functional-1901-ubuntu1604-virl:
1603       - 2
1604     csit-hc2vpp-verify-func-1901-ubuntu1604:
1605       - 3
1606
1607 -
1608   type: "output"
1609   output: "report"
1610   format:
1611     html:
1612     - full
1613     pdf:
1614     - minimal
1615
1616 ################################################################################
1617 ###                               T A B L E S                                ###
1618 ################################################################################
1619
1620
1621 # VPP Compare NICs 3n-hsw 1t1c ndr
1622 -
1623   type: "table"
1624   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1625   algorithm: "table_nics_comparison"
1626   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1627   reference:
1628     title: "Intel-x520"
1629     nic: "NIC_Intel-X520-DA2"
1630   compare:
1631     title: "Intel-x710"
1632     nic: "NIC_Intel-X710"
1633   data: "vpp-nic-comparison-3n-hsw"
1634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1635   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1636   parameters:
1637   - "name"
1638   - "parent"
1639   - "throughput"
1640   - "tags"
1641
1642 # VPP Compare NICs 3n-hsw 2t2c ndr
1643 -
1644   type: "table"
1645   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1646   algorithm: "table_nics_comparison"
1647   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1648   reference:
1649     title: "Intel-x520"
1650     nic: "NIC_Intel-X520-DA2"
1651   compare:
1652     title: "Intel-x710"
1653     nic: "NIC_Intel-X710"
1654   data: "vpp-nic-comparison-3n-hsw"
1655   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1656   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1657   parameters:
1658   - "name"
1659   - "parent"
1660   - "throughput"
1661   - "tags"
1662
1663 # VPP Compare NICs 3n-hsw 1t1c pdr
1664 -
1665   type: "table"
1666   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1667   algorithm: "table_nics_comparison"
1668   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1669   reference:
1670     title: "Intel-x520"
1671     nic: "NIC_Intel-X520-DA2"
1672   compare:
1673     title: "Intel-x710"
1674     nic: "NIC_Intel-X710"
1675   data: "vpp-nic-comparison-3n-hsw"
1676   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1677   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1678   parameters:
1679   - "name"
1680   - "parent"
1681   - "throughput"
1682   - "tags"
1683
1684 # VPP Compare NICs 3n-hsw 2t2c pdr
1685 -
1686   type: "table"
1687   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1688   algorithm: "table_nics_comparison"
1689   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1690   reference:
1691     title: "Intel-x520"
1692     nic: "NIC_Intel-X520-DA2"
1693   compare:
1694     title: "Intel-x710"
1695     nic: "NIC_Intel-X710"
1696   data: "vpp-nic-comparison-3n-hsw"
1697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1698   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1699   parameters:
1700   - "name"
1701   - "parent"
1702   - "throughput"
1703   - "tags"
1704
1705 # VPP Compare NICs 3n-hsw 1t1c mrr
1706 -
1707   type: "table"
1708   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1709   algorithm: "table_nics_comparison"
1710   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1711   reference:
1712     title: "Intel-x520"
1713     nic: "NIC_Intel-X520-DA2"
1714   compare:
1715     title: "Intel-x710"
1716     nic: "NIC_Intel-X710"
1717   data: "vpp-nic-comparison-3n-hsw-mrr"
1718   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1719   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1720   parameters:
1721   - "name"
1722   - "parent"
1723   - "result"
1724   - "tags"
1725
1726 # VPP Compare NICs 3n-hsw 2t2c mrr
1727 -
1728   type: "table"
1729   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1730   algorithm: "table_nics_comparison"
1731   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1732   reference:
1733     title: "Intel-x520"
1734     nic: "NIC_Intel-X520-DA2"
1735   compare:
1736     title: "Intel-x710"
1737     nic: "NIC_Intel-X710"
1738   data: "vpp-nic-comparison-3n-hsw-mrr"
1739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1740   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1741   parameters:
1742   - "name"
1743   - "parent"
1744   - "result"
1745   - "tags"
1746
1747 # VPP Compare NICs 3n-hsw 4t4c mrr
1748 -
1749   type: "table"
1750   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1751   algorithm: "table_nics_comparison"
1752   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1753   reference:
1754     title: "Intel-x520"
1755     nic: "NIC_Intel-X520-DA2"
1756   compare:
1757     title: "Intel-x710"
1758     nic: "NIC_Intel-X710"
1759   data: "vpp-nic-comparison-3n-hsw-mrr"
1760   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1761   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1762   parameters:
1763   - "name"
1764   - "parent"
1765   - "result"
1766   - "tags"
1767
1768 # VPP Compare NICs 3n-skx 2t1c ndr
1769 -
1770   type: "table"
1771   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1772   algorithm: "table_nics_comparison"
1773   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1774   reference:
1775     title: "Intel-x710"
1776     nic: "NIC_Intel-X710"
1777   compare:
1778     title: "Intel-xxv710"
1779     nic: "NIC_Intel-XXV710"
1780   data: "vpp-nic-comparison-3n-skx"
1781   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1782   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1783   parameters:
1784   - "name"
1785   - "parent"
1786   - "throughput"
1787   - "tags"
1788
1789 # VPP Compare NICs 3n-skx 4t2c ndr
1790 -
1791   type: "table"
1792   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1793   algorithm: "table_nics_comparison"
1794   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1795   reference:
1796     title: "Intel-x710"
1797     nic: "NIC_Intel-X710"
1798   compare:
1799     title: "Intel-xxv710"
1800     nic: "NIC_Intel-XXV710"
1801   data: "vpp-nic-comparison-3n-skx"
1802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1803   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1804   parameters:
1805   - "name"
1806   - "parent"
1807   - "throughput"
1808   - "tags"
1809
1810 # VPP Compare NICs 3n-skx 2t1c pdr
1811 -
1812   type: "table"
1813   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1814   algorithm: "table_nics_comparison"
1815   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1816   reference:
1817     title: "Intel-x710"
1818     nic: "NIC_Intel-X710"
1819   compare:
1820     title: "Intel-xxv710"
1821     nic: "NIC_Intel-XXV710"
1822   data: "vpp-nic-comparison-3n-skx"
1823   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1824   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1825   parameters:
1826   - "name"
1827   - "parent"
1828   - "throughput"
1829   - "tags"
1830
1831  # VPP Compare NICs 3n-skx 4t2c pdr
1832 -
1833   type: "table"
1834   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1835   algorithm: "table_nics_comparison"
1836   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1837   reference:
1838     title: "Intel-x710"
1839     nic: "NIC_Intel-X710"
1840   compare:
1841     title: "Intel-xxv710"
1842     nic: "NIC_Intel-XXV710"
1843   data: "vpp-nic-comparison-3n-skx"
1844   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1845   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1846   parameters:
1847   - "name"
1848   - "parent"
1849   - "throughput"
1850   - "tags"
1851
1852 # VPP Compare NICs 3n-skx 2t1c mrr
1853 -
1854   type: "table"
1855   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1856   algorithm: "table_nics_comparison"
1857   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1858   reference:
1859     title: "Intel-x710"
1860     nic: "NIC_Intel-X710"
1861   compare:
1862     title: "Intel-xxv710"
1863     nic: "NIC_Intel-XXV710"
1864   data: "vpp-nic-comparison-3n-skx-mrr"
1865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1866   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1867   parameters:
1868   - "name"
1869   - "parent"
1870   - "result"
1871   - "tags"
1872
1873 # VPP Compare NICs 3n-skx 4t2c mrr
1874 -
1875   type: "table"
1876   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1877   algorithm: "table_nics_comparison"
1878   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1879   reference:
1880     title: "Intel-x710"
1881     nic: "NIC_Intel-X710"
1882   compare:
1883     title: "Intel-xxv710"
1884     nic: "NIC_Intel-XXV710"
1885   data: "vpp-nic-comparison-3n-skx-mrr"
1886   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1887   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1888   parameters:
1889   - "name"
1890   - "parent"
1891   - "result"
1892   - "tags"
1893
1894  # VPP Compare NICs 3n-skx 8t4c mrr
1895 -
1896   type: "table"
1897   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1898   algorithm: "table_nics_comparison"
1899   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1900   reference:
1901     title: "Intel-x710"
1902     nic: "NIC_Intel-X710"
1903   compare:
1904     title: "Intel-xxv710"
1905     nic: "NIC_Intel-XXV710"
1906   data: "vpp-nic-comparison-3n-skx-mrr"
1907   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1908   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1909   parameters:
1910   - "name"
1911   - "parent"
1912   - "result"
1913   - "tags"
1914
1915 # VPP Compare NICs 2n-skx 2t1c ndr
1916 -
1917   type: "table"
1918   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1919   algorithm: "table_nics_comparison"
1920   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1921   reference:
1922     title: "Intel-x710"
1923     nic: "NIC_Intel-X710"
1924   compare:
1925     title: "Intel-xxv710"
1926     nic: "NIC_Intel-XXV710"
1927   data: "vpp-nic-comparison-2n-skx"
1928   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1929   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1930   parameters:
1931   - "name"
1932   - "parent"
1933   - "throughput"
1934   - "tags"
1935
1936 # VPP Compare NICs 2n-skx 4t2c ndr
1937 -
1938   type: "table"
1939   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1940   algorithm: "table_nics_comparison"
1941   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1942   reference:
1943     title: "Intel-x710"
1944     nic: "NIC_Intel-X710"
1945   compare:
1946     title: "Intel-xxv710"
1947     nic: "NIC_Intel-XXV710"
1948   data: "vpp-nic-comparison-2n-skx"
1949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1950   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1951   parameters:
1952   - "name"
1953   - "parent"
1954   - "throughput"
1955   - "tags"
1956
1957  # VPP Compare NICs 2n-skx 2t1c pdr
1958 -
1959   type: "table"
1960   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1961   algorithm: "table_nics_comparison"
1962   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1963   reference:
1964     title: "Intel-x710"
1965     nic: "NIC_Intel-X710"
1966   compare:
1967     title: "Intel-xxv710"
1968     nic: "NIC_Intel-XXV710"
1969   data: "vpp-nic-comparison-2n-skx"
1970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1971   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1972   parameters:
1973   - "name"
1974   - "parent"
1975   - "throughput"
1976   - "tags"
1977
1978 # VPP Compare NICs 2n-skx 4t2c pdr
1979 -
1980   type: "table"
1981   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1982   algorithm: "table_nics_comparison"
1983   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1984   reference:
1985     title: "Intel-x710"
1986     nic: "NIC_Intel-X710"
1987   compare:
1988     title: "Intel-xxv710"
1989     nic: "NIC_Intel-XXV710"
1990   data: "vpp-nic-comparison-2n-skx"
1991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1992   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1993   parameters:
1994   - "name"
1995   - "parent"
1996   - "throughput"
1997   - "tags"
1998
1999 # VPP Compare NICs 2n-skx 2t1c mrr
2000 -
2001   type: "table"
2002   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2003   algorithm: "table_nics_comparison"
2004   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2005   reference:
2006     title: "Intel-x710"
2007     nic: "NIC_Intel-X710"
2008   compare:
2009     title: "Intel-xxv710"
2010     nic: "NIC_Intel-XXV710"
2011   data: "vpp-nic-comparison-2n-skx-mrr"
2012   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2013   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2014   parameters:
2015   - "name"
2016   - "parent"
2017   - "result"
2018   - "tags"
2019
2020 # VPP Compare NICs 2n-skx 4t2c mrr
2021 -
2022   type: "table"
2023   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2024   algorithm: "table_nics_comparison"
2025   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2026   reference:
2027     title: "Intel-x710"
2028     nic: "NIC_Intel-X710"
2029   compare:
2030     title: "Intel-xxv710"
2031     nic: "NIC_Intel-XXV710"
2032   data: "vpp-nic-comparison-2n-skx-mrr"
2033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2034   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2035   parameters:
2036   - "name"
2037   - "parent"
2038   - "result"
2039   - "tags"
2040
2041 # VPP Compare NICs 2n-skx 8t4c mrr
2042 -
2043   type: "table"
2044   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2045   algorithm: "table_nics_comparison"
2046   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2047   reference:
2048     title: "Intel-x710"
2049     nic: "NIC_Intel-X710"
2050   compare:
2051     title: "Intel-xxv710"
2052     nic: "NIC_Intel-XXV710"
2053   data: "vpp-nic-comparison-2n-skx-mrr"
2054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2055   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2056   parameters:
2057   - "name"
2058   - "parent"
2059   - "result"
2060   - "tags"
2061
2062 ################################################################################
2063 # VPP
2064
2065 # VPP Performance Changes 3n-hsw 1t1c pdr
2066 -
2067   type: "table"
2068   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2069   algorithm: "table_performance_comparison"
2070   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2071   history:
2072     -
2073       title: "rls1807"
2074       data: "vpp-performance-changes-3n-hsw-h1"
2075   reference:
2076     title: "rls1810"
2077     data: "vpp-performance-changes-3n-hsw-ref"
2078   compare:
2079     title: "rls1901"
2080     data: "vpp-performance-changes-3n-hsw-cmp"
2081   data: "vpp-performance-changes-3n-hsw"
2082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2083   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2084   parameters:
2085   - "name"
2086   - "parent"
2087   - "throughput"
2088
2089 # VPP Performance Changes 3n-hsw 2t2c pdr
2090 -
2091   type: "table"
2092   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2093   algorithm: "table_performance_comparison"
2094   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2095   history:
2096     -
2097       title: "rls1807"
2098       data: "vpp-performance-changes-3n-hsw-h1"
2099   reference:
2100     title: "rls1810"
2101     data: "vpp-performance-changes-3n-hsw-ref"
2102   compare:
2103     title: "rls1901"
2104     data: "vpp-performance-changes-3n-hsw-cmp"
2105   data: "vpp-performance-changes-3n-hsw"
2106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2107   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2108   parameters:
2109   - "name"
2110   - "parent"
2111   - "throughput"
2112
2113 # VPP Performance Changes 3n-hsw 1t1c ndr
2114 -
2115   type: "table"
2116   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2117   algorithm: "table_performance_comparison"
2118   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2119   history:
2120     -
2121       title: "rls1807"
2122       data: "vpp-performance-changes-3n-hsw-h1"
2123   reference:
2124     title: "rls1810"
2125     data: "vpp-performance-changes-3n-hsw-ref"
2126   compare:
2127     title: "rls1901"
2128     data: "vpp-performance-changes-3n-hsw-cmp"
2129   data: "vpp-performance-changes-3n-hsw"
2130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2131   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2132   parameters:
2133   - "name"
2134   - "parent"
2135   - "throughput"
2136
2137 # VPP Performance Changes 3n-hsw 2t2c ndr
2138 -
2139   type: "table"
2140   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2141   algorithm: "table_performance_comparison"
2142   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2143   history:
2144     -
2145       title: "rls1807"
2146       data: "vpp-performance-changes-3n-hsw-h1"
2147   reference:
2148     title: "rls1810"
2149     data: "vpp-performance-changes-3n-hsw-ref"
2150   compare:
2151     title: "rls1901"
2152     data: "vpp-performance-changes-3n-hsw-cmp"
2153   data: "vpp-performance-changes-3n-hsw"
2154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2155   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2156   parameters:
2157   - "name"
2158   - "parent"
2159   - "throughput"
2160
2161 # VPP Performance Changes 3n-skx 2t1c pdr
2162 -
2163   type: "table"
2164   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2165   algorithm: "table_performance_comparison"
2166   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2167   history:
2168     -
2169       title: "rls1807"
2170       data: "vpp-performance-changes-3n-skx-h1"
2171   reference:
2172     title: "rls1810"
2173     data: "vpp-performance-changes-3n-skx-ref"
2174   compare:
2175     title: "rls1901"
2176     data: "vpp-performance-changes-3n-skx-cmp"
2177   data: "vpp-performance-changes-3n-skx"
2178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2179   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2180   parameters:
2181   - "name"
2182   - "parent"
2183   - "throughput"
2184
2185 # VPP Performance Changes 3n-skx 4t2c pdr
2186 -
2187   type: "table"
2188   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2189   algorithm: "table_performance_comparison"
2190   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2191   history:
2192     -
2193       title: "rls1807"
2194       data: "vpp-performance-changes-3n-skx-h1"
2195   reference:
2196     title: "rls1810"
2197     data: "vpp-performance-changes-3n-skx-ref"
2198   compare:
2199     title: "rls1901"
2200     data: "vpp-performance-changes-3n-skx-cmp"
2201   data: "vpp-performance-changes-3n-skx"
2202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2203   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2204   parameters:
2205   - "name"
2206   - "parent"
2207   - "throughput"
2208
2209 # VPP Performance Changes 3n-skx 2t1c ndr
2210 -
2211   type: "table"
2212   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2213   algorithm: "table_performance_comparison"
2214   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2215   history:
2216     -
2217       title: "rls1807"
2218       data: "vpp-performance-changes-3n-skx-h1"
2219   reference:
2220     title: "rls1810"
2221     data: "vpp-performance-changes-3n-skx-ref"
2222   compare:
2223     title: "rls1901"
2224     data: "vpp-performance-changes-3n-skx-cmp"
2225   data: "vpp-performance-changes-3n-skx"
2226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2227   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2228   parameters:
2229   - "name"
2230   - "parent"
2231   - "throughput"
2232
2233 # VPP Performance Changes 3n-skx 4t2c ndr
2234 -
2235   type: "table"
2236   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2237   algorithm: "table_performance_comparison"
2238   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2239   history:
2240     -
2241       title: "rls1807"
2242       data: "vpp-performance-changes-3n-skx-h1"
2243   reference:
2244     title: "rls1810"
2245     data: "vpp-performance-changes-3n-skx-ref"
2246   compare:
2247     title: "rls1901"
2248     data: "vpp-performance-changes-3n-skx-cmp"
2249   data: "vpp-performance-changes-3n-skx"
2250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2251   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2252   parameters:
2253   - "name"
2254   - "parent"
2255   - "throughput"
2256
2257 # VPP Performance Changes 2n-skx 2t1c pdr
2258 -
2259   type: "table"
2260   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2261   algorithm: "table_performance_comparison"
2262   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2263   history:
2264     -
2265       title: "rls1807"
2266       data: "vpp-performance-changes-2n-skx-h1"
2267   reference:
2268     title: "rls1810"
2269     data: "vpp-performance-changes-2n-skx-ref"
2270   compare:
2271     title: "rls1901"
2272     data: "vpp-performance-changes-2n-skx-cmp"
2273   data: "vpp-performance-changes-2n-skx"
2274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2275   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2276   parameters:
2277   - "name"
2278   - "parent"
2279   - "throughput"
2280
2281 # VPP Performance Changes 2n-skx 4t2c pdr
2282 -
2283   type: "table"
2284   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2285   algorithm: "table_performance_comparison"
2286   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2287   history:
2288     - title: "rls1807"
2289       data: "vpp-performance-changes-2n-skx-h1"
2290   reference:
2291     title: "rls1810"
2292     data: "vpp-performance-changes-2n-skx-ref"
2293   compare:
2294     title: "rls1901"
2295     data: "vpp-performance-changes-2n-skx-cmp"
2296   data: "vpp-performance-changes-2n-skx"
2297   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2298   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2299   parameters:
2300   - "name"
2301   - "parent"
2302   - "throughput"
2303
2304 # VPP Performance Changes 2n-skx 2t1c ndr
2305 -
2306   type: "table"
2307   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2308   algorithm: "table_performance_comparison"
2309   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2310   history:
2311     - title: "rls1807"
2312       data: "vpp-performance-changes-2n-skx-h1"
2313   reference:
2314     title: "rls1810"
2315     data: "vpp-performance-changes-2n-skx-ref"
2316   compare:
2317     title: "rls1901"
2318     data: "vpp-performance-changes-2n-skx-cmp"
2319   data: "vpp-performance-changes-2n-skx"
2320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2321   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2322   parameters:
2323   - "name"
2324   - "parent"
2325   - "throughput"
2326
2327 # VPP Performance Changes 2n-skx 4t2c ndr
2328 -
2329   type: "table"
2330   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2331   algorithm: "table_performance_comparison"
2332   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2333   history:
2334     - title: "rls1807"
2335       data: "vpp-performance-changes-2n-skx-h1"
2336   reference:
2337     title: "rls1810"
2338     data: "vpp-performance-changes-2n-skx-ref"
2339   compare:
2340     title: "rls1901"
2341     data: "vpp-performance-changes-2n-skx-cmp"
2342   data: "vpp-performance-changes-2n-skx"
2343   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2344   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2345   parameters:
2346   - "name"
2347   - "parent"
2348   - "throughput"
2349
2350 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2351 -
2352   type: "table"
2353   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2354   algorithm: "table_performance_comparison"
2355   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2356   reference:
2357     title: "3-Node Hsw"
2358     data: "vpp-compare-testbeds-ref"
2359   compare:
2360     title: "3-Node Skx"
2361     data: "vpp-compare-testbeds-cmp"
2362   data: "vpp-compare-testbeds"
2363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2364   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2365   parameters:
2366   - "name"
2367   - "parent"
2368   - "throughput"
2369
2370 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2371 -
2372   type: "table"
2373   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2374   algorithm: "table_performance_comparison"
2375   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2376   reference:
2377     title: "3-Node Hsw"
2378     data: "vpp-compare-testbeds-ref"
2379   compare:
2380     title: "3-Node Skx"
2381     data: "vpp-compare-testbeds-cmp"
2382   data: "vpp-compare-testbeds"
2383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2384   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2385   parameters:
2386   - "name"
2387   - "parent"
2388   - "throughput"
2389
2390 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2391 -
2392   type: "table"
2393   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2394   algorithm: "table_performance_comparison"
2395   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2396   reference:
2397     title: "3-Node Hsw"
2398     data: "vpp-compare-testbeds-ref"
2399   compare:
2400     title: "3-Node Skx"
2401     data: "vpp-compare-testbeds-cmp"
2402   data: "vpp-compare-testbeds"
2403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2404   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2405   parameters:
2406   - "name"
2407   - "parent"
2408   - "throughput"
2409
2410 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2411 -
2412   type: "table"
2413   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2414   algorithm: "table_performance_comparison"
2415   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2416   reference:
2417     title: "3-Node Hsw"
2418     data: "vpp-compare-testbeds-ref"
2419   compare:
2420     title: "3-Node Skx"
2421     data: "vpp-compare-testbeds-cmp"
2422   data: "vpp-compare-testbeds"
2423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2424   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2425   parameters:
2426   - "name"
2427   - "parent"
2428   - "throughput"
2429
2430 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2431 -
2432   type: "table"
2433   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2434   algorithm: "table_performance_comparison"
2435   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2436   reference:
2437     title: "3-Node Skx"
2438     data: "vpp-compare-topologies-ref"
2439   compare:
2440     title: "2-Node Skx"
2441     data: "vpp-compare-topologies-cmp"
2442   data: "vpp-compare-topologies"
2443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2444   filter: "'NDRPDR' and '1C'"
2445   parameters:
2446   - "name"
2447   - "parent"
2448   - "throughput"
2449
2450 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2451 -
2452   type: "table"
2453   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2454   algorithm: "table_performance_comparison"
2455   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2456   reference:
2457     title: "3-Node Skx"
2458     data: "vpp-compare-topologies-ref"
2459   compare:
2460     title: "2-Node Skx"
2461     data: "vpp-compare-topologies-cmp"
2462   data: "vpp-compare-topologies"
2463   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2464   filter: "'NDRPDR' and '2C'"
2465   parameters:
2466   - "name"
2467   - "parent"
2468   - "throughput"
2469
2470 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2471 -
2472   type: "table"
2473   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2474   algorithm: "table_performance_comparison"
2475   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2476   reference:
2477     title: "3-Node Skx"
2478     data: "vpp-compare-topologies-ref"
2479   compare:
2480     title: "2-Node Skx"
2481     data: "vpp-compare-topologies-cmp"
2482   data: "vpp-compare-topologies"
2483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2484   filter: "'NDRPDR' and '1C'"
2485   parameters:
2486   - "name"
2487   - "parent"
2488   - "throughput"
2489
2490 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2491 -
2492   type: "table"
2493   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2494   algorithm: "table_performance_comparison"
2495   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2496   reference:
2497     title: "3-Node Skx"
2498     data: "vpp-compare-topologies-ref"
2499   compare:
2500     title: "2-Node Skx"
2501     data: "vpp-compare-topologies-cmp"
2502   data: "vpp-compare-topologies"
2503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2504   filter: "'NDRPDR' and '2C'"
2505   parameters:
2506   - "name"
2507   - "parent"
2508   - "throughput"
2509
2510 # VPP Performance Changes 3n-hsw 1t1c MRR
2511 -
2512   type: "table"
2513   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2514   algorithm: "table_performance_comparison"
2515   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2516   history:
2517     -
2518       title: "rls1807"
2519       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2520   reference:
2521     title: "rls1810"
2522     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2523   compare:
2524     title: "rls1901"
2525     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2526   data: "vpp-performance-changes-3n-hsw-mrr"
2527   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2528   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2529   parameters:
2530   - "name"
2531   - "parent"
2532   - "result"
2533
2534 # VPP Performance Changes 3n-hsw 2t2c MRR
2535 -
2536   type: "table"
2537   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2538   algorithm: "table_performance_comparison"
2539   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2540   history:
2541     -
2542       title: "rls1807"
2543       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2544   reference:
2545     title: "rls1810"
2546     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2547   compare:
2548     title: "rls1901"
2549     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2550   data: "vpp-performance-changes-3n-hsw-mrr"
2551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2552   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2553   parameters:
2554   - "name"
2555   - "parent"
2556   - "result"
2557
2558 # VPP Performance Changes 3n-hsw 4t4c MRR
2559 -
2560   type: "table"
2561   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2562   algorithm: "table_performance_comparison"
2563   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2564   history:
2565     -
2566       title: "rls1807"
2567       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2568   reference:
2569     title: "rls1810"
2570     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2571   compare:
2572     title: "rls1901"
2573     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2574   data: "vpp-performance-changes-3n-hsw-mrr"
2575   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2576   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2577   parameters:
2578   - "name"
2579   - "parent"
2580   - "result"
2581
2582 # VPP Performance Changes 3n-skx 2t1c MRR
2583 -
2584   type: "table"
2585   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2586   algorithm: "table_performance_comparison"
2587   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2588   history:
2589     -
2590       title: "rls1807"
2591       data: "vpp-performance-changes-3n-skx-mrr-h1"
2592   reference:
2593     title: "rls1810"
2594     data: "vpp-performance-changes-3n-skx-mrr-ref"
2595   compare:
2596     title: "rls1901"
2597     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2598   data: "vpp-performance-changes-3n-skx-mrr"
2599   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2600   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2601   parameters:
2602   - "name"
2603   - "parent"
2604   - "result"
2605
2606 # VPP Performance Changes 3n-skx 4t2c MRR
2607 -
2608   type: "table"
2609   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2610   algorithm: "table_performance_comparison"
2611   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2612   history:
2613     -
2614       title: "rls1807"
2615       data: "vpp-performance-changes-3n-skx-mrr-h1"
2616   reference:
2617     title: "rls1810"
2618     data: "vpp-performance-changes-3n-skx-mrr-ref"
2619   compare:
2620     title: "rls1901"
2621     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2622   data: "vpp-performance-changes-3n-skx-mrr"
2623   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2624   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2625   parameters:
2626   - "name"
2627   - "parent"
2628   - "result"
2629
2630 # VPP Performance Changes 3n-skx 8t4c MRR
2631 -
2632   type: "table"
2633   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2634   algorithm: "table_performance_comparison"
2635   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2636   history:
2637     -
2638       title: "rls1807"
2639       data: "vpp-performance-changes-3n-skx-mrr-h1"
2640   reference:
2641     title: "rls1810"
2642     data: "vpp-performance-changes-3n-skx-mrr-ref"
2643   compare:
2644     title: "rls1901"
2645     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2646   data: "vpp-performance-changes-3n-skx-mrr"
2647   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2648   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2649   parameters:
2650   - "name"
2651   - "parent"
2652   - "result"
2653
2654 # VPP Performance Changes 2n-skx 2t1c MRR
2655 -
2656   type: "table"
2657   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2658   algorithm: "table_performance_comparison"
2659   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2660   history:
2661     -
2662       title: "rls1807"
2663       data: "vpp-performance-changes-2n-skx-mrr-h1"
2664   reference:
2665     title: "rls1810"
2666     data: "vpp-performance-changes-2n-skx-mrr-ref"
2667   compare:
2668     title: "rls1901"
2669     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2670   data: "vpp-performance-changes-2n-skx-mrr"
2671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2672   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2673   parameters:
2674   - "name"
2675   - "parent"
2676   - "result"
2677
2678 # VPP Performance Changes 2n-skx 4t2c MRR
2679 -
2680   type: "table"
2681   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2682   algorithm: "table_performance_comparison"
2683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2684   history:
2685     -
2686       title: "rls1807"
2687       data: "vpp-performance-changes-2n-skx-mrr-h1"
2688   reference:
2689     title: "rls1810"
2690     data: "vpp-performance-changes-2n-skx-mrr-ref"
2691   compare:
2692     title: "rls1901"
2693     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2694   data: "vpp-performance-changes-2n-skx-mrr"
2695   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2696   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2697   parameters:
2698   - "name"
2699   - "parent"
2700   - "result"
2701
2702 # VPP Performance Changes 2n-skx 8t4c MRR
2703 -
2704   type: "table"
2705   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2706   algorithm: "table_performance_comparison"
2707   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2708   history:
2709     -
2710       title: "rls1807"
2711       data: "vpp-performance-changes-2n-skx-mrr-h1"
2712   reference:
2713     title: "rls1810"
2714     data: "vpp-performance-changes-2n-skx-mrr-ref"
2715   compare:
2716     title: "rls1901"
2717     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2718   data: "vpp-performance-changes-2n-skx-mrr"
2719   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2720   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2721   parameters:
2722   - "name"
2723   - "parent"
2724   - "result"
2725
2726 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2727 -
2728   type: "table"
2729   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2730   algorithm: "table_performance_comparison"
2731   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2732   reference:
2733     title: "3-Node Hsw"
2734     data: "vpp-compare-testbeds-mrr-ref"
2735   compare:
2736     title: "3-Node Skx"
2737     data: "vpp-compare-testbeds-mrr-cmp"
2738   data: "vpp-compare-testbeds-mrr"
2739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2740   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2741   parameters:
2742   - "name"
2743   - "parent"
2744   - "result"
2745
2746 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2747 -
2748   type: "table"
2749   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2750   algorithm: "table_performance_comparison"
2751   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2752   reference:
2753     title: "3-Node Hsw"
2754     data: "vpp-compare-testbeds-mrr-ref"
2755   compare:
2756     title: "3-Node Skx"
2757     data: "vpp-compare-testbeds-mrr-cmp"
2758   data: "vpp-compare-testbeds-mrr"
2759   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2760   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2761   parameters:
2762   - "name"
2763   - "parent"
2764   - "result"
2765
2766 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2767 -
2768   type: "table"
2769   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2770   algorithm: "table_performance_comparison"
2771   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2772   reference:
2773     title: "3-Node Hsw"
2774     data: "vpp-compare-testbeds-mrr-ref"
2775   compare:
2776     title: "3-Node Skx"
2777     data: "vpp-compare-testbeds-mrr-cmp"
2778   data: "vpp-compare-testbeds-mrr"
2779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2780   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2781   parameters:
2782   - "name"
2783   - "parent"
2784   - "result"
2785
2786 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2787 -
2788   type: "table"
2789   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2790   algorithm: "table_performance_comparison"
2791   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2792   reference:
2793     title: "3-Node Skx"
2794     data: "vpp-compare-topologies-mrr-ref"
2795   compare:
2796     title: "2-Node Skx"
2797     data: "vpp-compare-topologies-mrr-cmp"
2798   data: "vpp-compare-topologies-mrr"
2799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2800   filter: "'MRR' and '1C'"
2801   parameters:
2802   - "name"
2803   - "parent"
2804   - "result"
2805
2806 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2807 -
2808   type: "table"
2809   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2810   algorithm: "table_performance_comparison"
2811   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2812   reference:
2813     title: "3-Node Skx"
2814     data: "vpp-compare-topologies-mrr-ref"
2815   compare:
2816     title: "2-Node Skx"
2817     data: "vpp-compare-topologies-mrr-cmp"
2818   data: "vpp-compare-topologies-mrr"
2819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2820   filter: "'MRR' and '2C'"
2821   parameters:
2822   - "name"
2823   - "parent"
2824   - "result"
2825
2826 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2827 -
2828   type: "table"
2829   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2830   algorithm: "table_performance_comparison"
2831   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2832   reference:
2833     title: "3-Node Skx"
2834     data: "vpp-compare-topologies-mrr-ref"
2835   compare:
2836     title: "2-Node Skx"
2837     data: "vpp-compare-topologies-mrr-cmp"
2838   data: "vpp-compare-topologies-mrr"
2839   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2840   filter: "'MRR' and '4C'"
2841   parameters:
2842   - "name"
2843   - "parent"
2844   - "result"
2845
2846 # Detailed Test Results - VPP Performance Results 3n-hsw
2847 -
2848   type: "table"
2849   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2850   algorithm: "table_merged_details"
2851   output-file-ext: ".csv"
2852   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2853   columns:
2854   -
2855     title: "Name"
2856     data: "data name"
2857   -
2858     title: "Status"
2859     data: "data msg"
2860   rows: "generated"
2861   data: "vpp-perf-results-3n-hsw"
2862   filter: "not 'NDRCHK' and not 'PDRCHK'"
2863   parameters:
2864   - "name"
2865   - "parent"
2866   - "msg"
2867
2868 # Detailed Test Results - VPP Performance Results 3n-skx
2869 -
2870   type: "table"
2871   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2872   algorithm: "table_merged_details"
2873   output-file-ext: ".csv"
2874   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2875   columns:
2876   -
2877     title: "Name"
2878     data: "data name"
2879   -
2880     title: "Status"
2881     data: "data msg"
2882   rows: "generated"
2883   data: "vpp-perf-results-3n-skx"
2884   filter: "not 'NDRCHK' and not 'PDRCHK'"
2885   parameters:
2886   - "name"
2887   - "parent"
2888   - "msg"
2889
2890 # Detailed Test Results - VPP Performance Results 2n-skx
2891 -
2892   type: "table"
2893   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2894   algorithm: "table_merged_details"
2895   output-file-ext: ".csv"
2896   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2897   columns:
2898   -
2899     title: "Name"
2900     data: "data name"
2901   -
2902     title: "Status"
2903     data: "data msg"
2904   rows: "generated"
2905   data: "vpp-perf-results-2n-skx"
2906   filter: "not 'NDRCHK' and not 'PDRCHK'"
2907   parameters:
2908   - "name"
2909   - "parent"
2910   - "msg"
2911
2912 # Detailed Test Results - VPP Performance Results 2n-dnv
2913 -
2914   type: "table"
2915   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2916   algorithm: "table_details"
2917   output-file-ext: ".csv"
2918   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2919   columns:
2920   -
2921     title: "Name"
2922     data: "data name"
2923   -
2924     title: "Status"
2925     data: "data msg"
2926   rows: "generated"
2927   data: "intel-dnv-vpp"
2928   filter: "'NDRPDR'"
2929   parameters:
2930   - "name"
2931   - "parent"
2932   - "msg"
2933
2934 # Test configuration - VPP Performance Test Configs 3n-hsw
2935 -
2936   type: "table"
2937   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2938   algorithm: "table_merged_details"
2939   output-file-ext: ".csv"
2940   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2941   columns:
2942   -
2943     title: "Name"
2944     data: "data name"
2945   -
2946     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2947     data: "data vat-history"
2948   rows: "generated"
2949   data: "vpp-perf-results-3n-hsw"
2950   filter: "not 'NDRCHK' and not 'PDRCHK'"
2951   parameters:
2952   - "parent"
2953   - "name"
2954   - "vat-history"
2955
2956 # Test configuration - VPP Performance Test Configs 3n-skx
2957 -
2958   type: "table"
2959   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2960   algorithm: "table_merged_details"
2961   output-file-ext: ".csv"
2962   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2963   columns:
2964   -
2965     title: "Name"
2966     data: "data name"
2967   -
2968     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2969     data: "data vat-history"
2970   rows: "generated"
2971   data: "vpp-perf-results-3n-skx"
2972   filter: "not 'NDRCHK' and not 'PDRCHK'"
2973   parameters:
2974   - "parent"
2975   - "name"
2976   - "vat-history"
2977
2978 # Test configuration - VPP Performance Test Configs 2n-skx
2979 -
2980   type: "table"
2981   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2982   algorithm: "table_merged_details"
2983   output-file-ext: ".csv"
2984   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2985   columns:
2986   -
2987     title: "Name"
2988     data: "data name"
2989   -
2990     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2991     data: "data vat-history"
2992   rows: "generated"
2993   data: "vpp-perf-results-2n-skx"
2994   filter: "not 'NDRCHK' and not 'PDRCHK'"
2995   parameters:
2996   - "parent"
2997   - "name"
2998   - "vat-history"
2999
3000 # Test configuration - VPP Performance Test Configs 2n-dnv
3001 -
3002   type: "table"
3003   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3004   algorithm: "table_details"
3005   output-file-ext: ".csv"
3006   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3007   columns:
3008   -
3009     title: "Name"
3010     data: "data name"
3011   -
3012     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3013     data: "data vat-history"
3014   rows: "generated"
3015   data: "intel-dnv-vpp"
3016   filter: "'NDRPDR'"
3017   parameters:
3018   - "parent"
3019   - "name"
3020   - "vat-history"
3021
3022 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3023 -
3024   type: "table"
3025   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3026   algorithm: "table_merged_details"
3027   output-file-ext: ".csv"
3028   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3029   columns:
3030   -
3031     title: "Name"
3032     data: "data name"
3033   -
3034     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3035     data: "data show-run"
3036   rows: "generated"
3037   data: "vpp-perf-results-3n-hsw"
3038   filter: "not 'NDRCHK' and not 'PDRCHK'"
3039   parameters:
3040   - "parent"
3041   - "name"
3042   - "show-run"
3043
3044 # Test Operational Data - VPP Performance Operational Data 3n-skx
3045 -
3046   type: "table"
3047   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3048   algorithm: "table_merged_details"
3049   output-file-ext: ".csv"
3050   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3051   columns:
3052   -
3053     title: "Name"
3054     data: "data name"
3055   -
3056     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3057     data: "data show-run"
3058   rows: "generated"
3059   data: "vpp-perf-results-3n-skx"
3060   filter: "not 'NDRCHK' and not 'PDRCHK'"
3061   parameters:
3062   - "parent"
3063   - "name"
3064   - "show-run"
3065
3066 # Test Operational Data - VPP Performance Operational Data 2n-skx
3067 -
3068   type: "table"
3069   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3070   algorithm: "table_merged_details"
3071   output-file-ext: ".csv"
3072   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3073   columns:
3074   -
3075     title: "Name"
3076     data: "data name"
3077   -
3078     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3079     data: "data show-run"
3080   rows: "generated"
3081   data: "vpp-perf-results-2n-skx"
3082   filter: "not 'NDRCHK' and not 'PDRCHK'"
3083   parameters:
3084   - "parent"
3085   - "name"
3086   - "show-run"
3087
3088 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3089 -
3090   type: "table"
3091   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3092   algorithm: "table_details"
3093   output-file-ext: ".csv"
3094   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3095   columns:
3096   -
3097     title: "Name"
3098     data: "data name"
3099   -
3100     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3101     data: "data show-run"
3102   rows: "generated"
3103   data: "intel-dnv-vpp"
3104   filter: "'NDRPDR'"
3105   parameters:
3106   - "parent"
3107   - "name"
3108   - "show-run"
3109
3110 # Detailed Test Results - VPP MRR Results 3n-hsw
3111 -
3112   type: "table"
3113   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3114   algorithm: "table_details"
3115   output-file-ext: ".csv"
3116   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3117   columns:
3118   -
3119     title: "Name"
3120     data: "data name"
3121   -
3122     title: "Status"
3123     data: "data msg"
3124   rows: "generated"
3125   data: "vpp-mrr-results-3n-hsw"
3126   filter: "'MRR'"
3127   parameters:
3128   - "name"
3129   - "parent"
3130   - "msg"
3131
3132 # Detailed Test Results - VPP MRR Results 3n-skx
3133 -
3134   type: "table"
3135   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3136   algorithm: "table_details"
3137   output-file-ext: ".csv"
3138   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3139   columns:
3140   -
3141     title: "Name"
3142     data: "data name"
3143   -
3144     title: "Status"
3145     data: "data msg"
3146   rows: "generated"
3147   data: "vpp-mrr-results-3n-skx"
3148   filter: "'MRR'"
3149   parameters:
3150   - "name"
3151   - "parent"
3152   - "msg"
3153
3154 # Detailed Test Results - VPP MRR Results 2n-skx
3155 -
3156   type: "table"
3157   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3158   algorithm: "table_details"
3159   output-file-ext: ".csv"
3160   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3161   columns:
3162   -
3163     title: "Name"
3164     data: "data name"
3165   -
3166     title: "Status"
3167     data: "data msg"
3168   rows: "generated"
3169   data: "vpp-mrr-results-2n-skx"
3170   filter: "'MRR'"
3171   parameters:
3172   - "name"
3173   - "parent"
3174   - "msg"
3175
3176 # Detailed Test Results - VPP MRR Results 2n-dnv
3177 -
3178   type: "table"
3179   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3180   algorithm: "table_details"
3181   output-file-ext: ".csv"
3182   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3183   columns:
3184   -
3185     title: "Name"
3186     data: "data name"
3187   -
3188     title: "Status"
3189     data: "data msg"
3190   rows: "generated"
3191   data: "intel-dnv-vpp"
3192   filter: "'MRR'"
3193   parameters:
3194   - "name"
3195   - "parent"
3196   - "msg"
3197
3198 # Test configuration - VPP MRR Test Configs 3n-hsw
3199 -
3200   type: "table"
3201   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3202   algorithm: "table_details"
3203   output-file-ext: ".csv"
3204   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3205   columns:
3206   -
3207     title: "Name"
3208     data: "data name"
3209   -
3210     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3211     data: "data vat-history"
3212   rows: "generated"
3213   data: "vpp-mrr-results-3n-hsw"
3214   filter: "'MRR'"
3215   parameters:
3216   - "parent"
3217   - "name"
3218   - "vat-history"
3219
3220 # Test configuration - VPP MRR Test Configs 3n-skx
3221 -
3222   type: "table"
3223   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3224   algorithm: "table_details"
3225   output-file-ext: ".csv"
3226   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3227   columns:
3228   -
3229     title: "Name"
3230     data: "data name"
3231   -
3232     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3233     data: "data vat-history"
3234   rows: "generated"
3235   data: "vpp-mrr-results-3n-skx"
3236   filter: "'MRR'"
3237   parameters:
3238   - "parent"
3239   - "name"
3240   - "vat-history"
3241
3242 # Test configuration - VPP MRR Test Configs 2n-skx
3243 -
3244   type: "table"
3245   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3246   algorithm: "table_details"
3247   output-file-ext: ".csv"
3248   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3249   columns:
3250   -
3251     title: "Name"
3252     data: "data name"
3253   -
3254     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3255     data: "data vat-history"
3256   rows: "generated"
3257   data: "vpp-mrr-results-2n-skx"
3258   filter: "'MRR'"
3259   parameters:
3260   - "parent"
3261   - "name"
3262   - "vat-history"
3263
3264 # Test configuration - VPP MRR Test Configs 2n-dnv
3265 -
3266   type: "table"
3267   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3268   algorithm: "table_details"
3269   output-file-ext: ".csv"
3270   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3271   columns:
3272   -
3273     title: "Name"
3274     data: "data name"
3275   -
3276     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3277     data: "data vat-history"
3278   rows: "generated"
3279   data: "intel-dnv-vpp"
3280   filter: "'MRR'"
3281   parameters:
3282   - "parent"
3283   - "name"
3284   - "vat-history"
3285
3286 # Detailed Test Results - VPP Functional Results - Ubuntu
3287 -
3288   type: "table"
3289   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3290   algorithm: "table_details"
3291   output-file-ext: ".csv"
3292   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3293   columns:
3294   -
3295     title: "Name"
3296     data: "data name"
3297   -
3298     title: "Documentation"
3299     data: "data doc"
3300   -
3301     title: "Status"
3302     data: "data status"
3303   rows: "generated"
3304   data: "vpp-func-results-ubuntu"
3305   filter: "all"
3306   parameters:
3307   - "name"
3308   - "parent"
3309   - "doc"
3310   - "status"
3311
3312 # Detailed Test Results - VPP Functional Results - CentOS
3313 -
3314   type: "table"
3315   title: "Detailed Test Results - VPP Functional Results - CentOS"
3316   algorithm: "table_details"
3317   output-file-ext: ".csv"
3318   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3319   columns:
3320   -
3321     title: "Name"
3322     data: "data name"
3323   -
3324     title: "Documentation"
3325     data: "data doc"
3326   -
3327     title: "Status"
3328     data: "data status"
3329   rows: "generated"
3330   data:
3331     "vpp-func-results-centos"
3332   filter: "all"
3333   parameters:
3334   - "name"
3335   - "parent"
3336   - "doc"
3337   - "status"
3338
3339 # Test configuration - VPP Functional Test Configs - Ubuntu
3340 -
3341   type: "table"
3342   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3343   algorithm: "table_details"
3344   output-file-ext: ".csv"
3345   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3346   columns:
3347   -
3348     title: "Name"
3349     data: "data name"
3350   -
3351     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3352     data: "data vat-history"
3353   rows: "generated"
3354   data: "vpp-func-results-ubuntu"
3355   filter: "all"
3356   parameters:
3357   - "parent"
3358   - "name"
3359   - "vat-history"
3360
3361 # Test configuration - VPP Functional Test Configs - CentOS
3362 -
3363   type: "table"
3364   title: "Test configuration - VPP Functional Test Configs - CentOS"
3365   algorithm: "table_details"
3366   output-file-ext: ".csv"
3367   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3368   columns:
3369   -
3370     title: "Name"
3371     data: "data name"
3372   -
3373     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3374     data: "data vat-history"
3375   rows: "generated"
3376   data: "vpp-func-results-centos"
3377   filter: "all"
3378   parameters:
3379   - "parent"
3380   - "name"
3381   - "vat-history"
3382
3383 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3384 -
3385   type: "table"
3386   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3387   algorithm: "table_details"
3388   output-file-ext: ".csv"
3389   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3390   columns:
3391   -
3392     title: "Name"
3393     data: "data name"
3394   -
3395     title: "Status"
3396     data: "data msg"
3397   rows: "generated"
3398   data: "ligato-perf-results-3n-hsw"
3399   filter: "all"
3400   parameters:
3401   - "name"
3402   - "parent"
3403   - "msg"
3404
3405 # Detailed Test Results - VPP Device Results - Ubuntu
3406 -
3407   type: "table"
3408   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3409   algorithm: "table_details"
3410   output-file-ext: ".csv"
3411   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3412   columns:
3413   -
3414     title: "Name"
3415     data: "data name"
3416   -
3417     title: "Documentation"
3418     data: "data doc"
3419   -
3420     title: "Status"
3421     data: "data status"
3422   rows: "generated"
3423   data: "vpp-device-results-ubuntu"
3424   filter: "all"
3425   parameters:
3426   - "name"
3427   - "parent"
3428   - "doc"
3429   - "status"
3430
3431 # Test configuration - VPP Device Test Configs - Ubuntu
3432 -
3433   type: "table"
3434   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3435   algorithm: "table_details"
3436   output-file-ext: ".csv"
3437   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3438   columns:
3439   -
3440     title: "Name"
3441     data: "data name"
3442   -
3443     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3444     data: "data vat-history"
3445   rows: "generated"
3446   data: "vpp-device-results-ubuntu"
3447   filter: "all"
3448   parameters:
3449   - "parent"
3450   - "name"
3451   - "vat-history"
3452
3453 ################################################################################
3454
3455 # DPDK Performance Changes 3n-hsw 1t1c pdr
3456 -
3457   type: "table"
3458   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3459   algorithm: "table_performance_comparison"
3460   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3461   history:
3462     -
3463       title: "rls1807"
3464       data: "dpdk-performance-changes-3n-hsw-h1"
3465   reference:
3466     title: "rls1810"
3467     data: "dpdk-performance-changes-3n-hsw-ref"
3468   compare:
3469     title: "rls1901"
3470     data: "dpdk-performance-changes-3n-hsw-cmp"
3471   data: "dpdk-performance-changes-3n-hsw"
3472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3473   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3474   parameters:
3475   - "name"
3476   - "parent"
3477   - "throughput"
3478
3479 # DPDK Performance Changes 3n-hsw 2t2c pdr
3480 -
3481   type: "table"
3482   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3483   algorithm: "table_performance_comparison"
3484   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3485   history:
3486     -
3487       title: "rls1807"
3488       data: "dpdk-performance-changes-3n-hsw-h1"
3489   reference:
3490     title: "rls1810"
3491     data: "dpdk-performance-changes-3n-hsw-ref"
3492   compare:
3493     title: "rls1901"
3494     data: "dpdk-performance-changes-3n-hsw-cmp"
3495   data: "dpdk-performance-changes-3n-hsw"
3496   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3497   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3498   parameters:
3499   - "name"
3500   - "parent"
3501   - "throughput"
3502
3503 # DPDK Performance Changes 3n-hsw 1t1c ndr
3504 -
3505   type: "table"
3506   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3507   algorithm: "table_performance_comparison"
3508   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3509   history:
3510     -
3511       title: "rls1807"
3512       data: "dpdk-performance-changes-3n-hsw-h1"
3513   reference:
3514     title: "rls1810"
3515     data: "dpdk-performance-changes-3n-hsw-ref"
3516   compare:
3517     title: "rls1901"
3518     data: "dpdk-performance-changes-3n-hsw-cmp"
3519   data: "dpdk-performance-changes-3n-hsw"
3520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3521   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3522   parameters:
3523   - "name"
3524   - "parent"
3525   - "throughput"
3526
3527 # DPDK Performance Changes 3n-hsw 2t2c ndr
3528 -
3529   type: "table"
3530   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3531   algorithm: "table_performance_comparison"
3532   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3533   history:
3534     -
3535       title: "rls1807"
3536       data: "dpdk-performance-changes-3n-hsw-h1"
3537   reference:
3538     title: "rls1810"
3539     data: "dpdk-performance-changes-3n-hsw-ref"
3540   compare:
3541     title: "rls1901"
3542     data: "dpdk-performance-changes-3n-hsw-cmp"
3543   data: "dpdk-performance-changes-3n-hsw"
3544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3545   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3546   parameters:
3547   - "name"
3548   - "parent"
3549   - "throughput"
3550
3551 # DPDK Performance Changes 3n-skx 2t1c pdr
3552 -
3553   type: "table"
3554   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3555   algorithm: "table_performance_comparison"
3556   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3557   history:
3558     -
3559       title: "rls1807"
3560       data: "dpdk-performance-changes-3n-skx-h1"
3561   reference:
3562     title: "rls1810"
3563     data: "dpdk-performance-changes-3n-skx-ref"
3564   compare:
3565     title: "rls1901"
3566     data: "dpdk-performance-changes-3n-skx-cmp"
3567   data: "dpdk-performance-changes-3n-skx"
3568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3569   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3570   parameters:
3571   - "name"
3572   - "parent"
3573   - "throughput"
3574
3575 # DPDK Performance Changes 3n-skx 4t2c pdr
3576 -
3577   type: "table"
3578   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3579   algorithm: "table_performance_comparison"
3580   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3581   history:
3582     -
3583       title: "rls1807"
3584       data: "dpdk-performance-changes-3n-skx-h1"
3585   reference:
3586     title: "rls1810"
3587     data: "dpdk-performance-changes-3n-skx-ref"
3588   compare:
3589     title: "rls1901"
3590     data: "dpdk-performance-changes-3n-skx-cmp"
3591   data: "dpdk-performance-changes-3n-skx"
3592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3593   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3594   parameters:
3595   - "name"
3596   - "parent"
3597   - "throughput"
3598
3599 # DPDK Performance Changes 3n-skx 2t1c ndr
3600 -
3601   type: "table"
3602   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3603   algorithm: "table_performance_comparison"
3604   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3605   history:
3606     -
3607       title: "rls1807"
3608       data: "dpdk-performance-changes-3n-skx-h1"
3609   reference:
3610     title: "rls1810"
3611     data: "dpdk-performance-changes-3n-skx-ref"
3612   compare:
3613     title: "rls1901"
3614     data: "dpdk-performance-changes-3n-skx-cmp"
3615   data: "dpdk-performance-changes-3n-skx"
3616   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3617   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3618   parameters:
3619   - "name"
3620   - "parent"
3621   - "throughput"
3622
3623 # DPDK Performance Changes 3n-skx 4t2c ndr
3624 -
3625   type: "table"
3626   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3627   algorithm: "table_performance_comparison"
3628   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3629   history:
3630     -
3631       title: "rls1807"
3632       data: "dpdk-performance-changes-3n-skx-h1"
3633   reference:
3634     title: "rls1810"
3635     data: "dpdk-performance-changes-3n-skx-ref"
3636   compare:
3637     title: "rls1901"
3638     data: "dpdk-performance-changes-3n-skx-cmp"
3639   data: "dpdk-performance-changes-3n-skx"
3640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3641   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3642   parameters:
3643   - "name"
3644   - "parent"
3645   - "throughput"
3646
3647 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3648 -
3649   type: "table"
3650   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3651   algorithm: "table_performance_comparison"
3652   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3653   reference:
3654     title: "3-Node Hsw"
3655     data: "dpdk-compare-testbeds-ref"
3656   compare:
3657     title: "3-Node Skx"
3658     data: "dpdk-compare-testbeds-cmp"
3659   data: "dpdk-compare-testbeds"
3660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3661   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3662   parameters:
3663   - "name"
3664   - "parent"
3665   - "throughput"
3666
3667 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3668 -
3669   type: "table"
3670   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3671   algorithm: "table_performance_comparison"
3672   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3673   reference:
3674     title: "3-Node Hsw"
3675     data: "dpdk-compare-testbeds-ref"
3676   compare:
3677     title: "3-Node Skx"
3678     data: "dpdk-compare-testbeds-cmp"
3679   data: "dpdk-compare-testbeds"
3680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3681   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3682   parameters:
3683   - "name"
3684   - "parent"
3685   - "throughput"
3686
3687 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3688 -
3689   type: "table"
3690   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3691   algorithm: "table_performance_comparison"
3692   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3693   reference:
3694     title: "3-Node Skx"
3695     data: "dpdk-compare-topologies-ref"
3696   compare:
3697     title: "2-Node Skx"
3698     data: "dpdk-compare-topologies-cmp"
3699   data: "dpdk-compare-topologies"
3700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3701   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3702   parameters:
3703   - "name"
3704   - "parent"
3705   - "throughput"
3706
3707 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3708 -
3709   type: "table"
3710   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3711   algorithm: "table_performance_comparison"
3712   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3713   reference:
3714     title: "3-Node Skx"
3715     data: "dpdk-compare-topologies-ref"
3716   compare:
3717     title: "2-Node Skx"
3718     data: "dpdk-compare-topologies-cmp"
3719   data: "dpdk-compare-topologies"
3720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3721   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3722   parameters:
3723   - "name"
3724   - "parent"
3725   - "throughput"
3726
3727 # DPDK Performance Changes 2n-skx 2t1c pdr
3728 -
3729   type: "table"
3730   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3731   algorithm: "table_performance_comparison"
3732   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3733   reference:
3734     title: "rls1810"
3735     data: "dpdk-performance-changes-2n-skx-ref"
3736   compare:
3737     title: "rls1901"
3738     data: "dpdk-performance-changes-2n-skx-cmp"
3739   data: "dpdk-performance-changes-2n-skx"
3740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3741   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3742   parameters:
3743   - "name"
3744   - "parent"
3745   - "throughput"
3746
3747 # DPDK Performance Changes 2n-skx 4t2c pdr
3748 -
3749   type: "table"
3750   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3751   algorithm: "table_performance_comparison"
3752   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3753   reference:
3754     title: "rls1810"
3755     data: "dpdk-performance-changes-2n-skx-ref"
3756   compare:
3757     title: "rls1901"
3758     data: "dpdk-performance-changes-2n-skx-cmp"
3759   data: "dpdk-performance-changes-2n-skx"
3760   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3761   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3762   parameters:
3763   - "name"
3764   - "parent"
3765   - "throughput"
3766
3767 # DPDK Performance Changes 2n-skx 2t1c ndr
3768 -
3769   type: "table"
3770   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3771   algorithm: "table_performance_comparison"
3772   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3773   reference:
3774     title: "rls1810"
3775     data: "dpdk-performance-changes-2n-skx-ref"
3776   compare:
3777     title: "rls1901"
3778     data: "dpdk-performance-changes-2n-skx-cmp"
3779   data: "dpdk-performance-changes-2n-skx"
3780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3781   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3782   parameters:
3783   - "name"
3784   - "parent"
3785   - "throughput"
3786
3787 # DPDK Performance Changes 2n-skx 4t2c ndr
3788 -
3789   type: "table"
3790   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3791   algorithm: "table_performance_comparison"
3792   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3793   reference:
3794     title: "rls1810"
3795     data: "dpdk-performance-changes-2n-skx-ref"
3796   compare:
3797     title: "rls1901"
3798     data: "dpdk-performance-changes-2n-skx-cmp"
3799   data: "dpdk-performance-changes-2n-skx"
3800   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3801   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3802   parameters:
3803   - "name"
3804   - "parent"
3805   - "throughput"
3806
3807 # Detailed Test Results - DPDK Performance Results 3n-hsw
3808 -
3809   type: "table"
3810   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3811   algorithm: "table_details"
3812   output-file-ext: ".csv"
3813   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3814   columns:
3815   -
3816     title: "Name"
3817     data: "data name"
3818   -
3819     title: "Status"
3820     data: "data msg"
3821   rows: "generated"
3822   data: "dpdk-perf-results-3n-hsw"
3823   filter: "all"
3824   parameters:
3825   - "name"
3826   - "parent"
3827   - "msg"
3828
3829 # Detailed Test Results - DPDK Performance Results 3n-skx
3830 -
3831   type: "table"
3832   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3833   algorithm: "table_details"
3834   output-file-ext: ".csv"
3835   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3836   columns:
3837   -
3838     title: "Name"
3839     data: "data name"
3840   -
3841     title: "Status"
3842     data: "data msg"
3843   rows: "generated"
3844   data: "dpdk-perf-results-3n-skx"
3845   filter: "all"
3846   parameters:
3847   - "name"
3848   - "parent"
3849   - "msg"
3850
3851 # Detailed Test Results - DPDK Performance Results 2n-skx
3852 -
3853   type: "table"
3854   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3855   algorithm: "table_details"
3856   output-file-ext: ".csv"
3857   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3858   columns:
3859   -
3860     title: "Name"
3861     data: "data name"
3862   -
3863     title: "Status"
3864     data: "data msg"
3865   rows: "generated"
3866   data: "dpdk-perf-results-2n-skx"
3867   filter: "all"
3868   parameters:
3869   - "name"
3870   - "parent"
3871   - "msg"
3872
3873 ################################################################################
3874 # HoneyComb
3875 -
3876   type: "table"
3877   title: "Detailed Test Results - Honeycomb Functional Results"
3878   algorithm: "table_details"
3879   output-file-ext: ".csv"
3880   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3881   columns:
3882   -
3883     title: "Name"
3884     data: "data name"
3885   -
3886     title: "Documentation"
3887     data: "data doc"
3888   -
3889     title: "Status"
3890     data: "data status"
3891   rows: "generated"
3892   data:
3893     "hc-func-results"
3894   filter: "all"
3895   parameters:
3896   - "name"
3897   - "parent"
3898   - "doc"
3899   - "status"
3900
3901 ################################################################################
3902 # NSH SFC
3903 -
3904   type: "table"
3905   title: "Detailed Test Results - NSH SFC Functional Results"
3906   algorithm: "table_details"
3907   output-file-ext: ".csv"
3908   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3909   columns:
3910   -
3911     title: "Name"
3912     data: "data name"
3913   -
3914     title: "Documentation"
3915     data: "data doc"
3916   -
3917     title: "Status"
3918     data: "data status"
3919   rows: "generated"
3920   data:
3921     "nsh-func-results"
3922   filter: "all"
3923   parameters:
3924   - "name"
3925   - "parent"
3926   - "doc"
3927   - "status"
3928
3929 ################################################################################
3930 # DMM
3931 -
3932   type: "table"
3933   title: "Detailed Test Results - DMM Functional Results"
3934   algorithm: "table_details"
3935   output-file-ext: ".csv"
3936   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3937   columns:
3938   -
3939     title: "Name"
3940     data: "data name"
3941   -
3942     title: "Documentation"
3943     data: "data doc"
3944   -
3945     title: "Status"
3946     data: "data status"
3947   rows: "generated"
3948   data:
3949     "dmm-func-results"
3950   filter: "all"
3951   parameters:
3952   - "name"
3953   - "parent"
3954   - "doc"
3955   - "status"
3956
3957 ################################################################################
3958 ###                                F I L E S                                 ###
3959 ################################################################################
3960
3961 # VPP Performance Results 3n-hsw
3962 -
3963   type: "file"
3964   title: "VPP Performance Results 3n-hsw"
3965   algorithm: "file_test_results"
3966   output-file-ext: ".rst"
3967   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3968   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"
3969   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3970   data: "vpp-perf-results-3n-hsw"
3971   filter: "not 'NDRCHK' and not 'PDRCHK'"
3972   parameters:
3973   - "name"
3974   - "doc"
3975   - "level"
3976   - "parent"
3977   data-start-level: 3
3978
3979 # VPP Performance Results 3n-skx
3980 -
3981   type: "file"
3982   title: "VPP Performance Results 3n-skx"
3983   algorithm: "file_test_results"
3984   output-file-ext: ".rst"
3985   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3986   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"
3987   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3988   data: "vpp-perf-results-3n-skx"
3989   filter: "not 'NDRCHK' and not 'PDRCHK'"
3990   parameters:
3991   - "name"
3992   - "doc"
3993   - "level"
3994   - "parent"
3995   data-start-level: 3
3996
3997 # VPP Performance Results 2n-skx
3998 -
3999   type: "file"
4000   title: "VPP Performance Results 2n-skx"
4001   algorithm: "file_test_results"
4002   output-file-ext: ".rst"
4003   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4004   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"
4005   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4006   data: "vpp-perf-results-2n-skx"
4007   filter: "not 'NDRCHK' and not 'PDRCHK'"
4008   parameters:
4009   - "name"
4010   - "doc"
4011   - "level"
4012   - "parent"
4013   data-start-level: 3
4014
4015 # VPP Performance Results 2n-dnv
4016 -
4017   type: "file"
4018   title: "VPP Performance Results 2n-dnv"
4019   algorithm: "file_test_results"
4020   output-file-ext: ".rst"
4021   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4022   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"
4023   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4024   data: "intel-dnv-vpp"
4025   filter: "'NDRPDR'"
4026   parameters:
4027   - "name"
4028   - "doc"
4029   - "level"
4030   - "parent"
4031   data-start-level: 3
4032
4033 # VPP Performance Configuration 3n-hsw
4034 -
4035   type: "file"
4036   title: "VPP Performance Configuration 3n-hsw"
4037   algorithm: "file_test_results"
4038   output-file-ext: ".rst"
4039   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4040   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"
4041   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4042   data: "vpp-perf-results-3n-hsw"
4043   filter: "not 'NDRCHK' and not 'PDRCHK'"
4044   parameters:
4045   - "name"
4046   - "doc"
4047   - "level"
4048   - "parent"
4049   data-start-level: 3
4050
4051 # VPP Performance Configuration 3n-skx
4052 -
4053   type: "file"
4054   title: "VPP Performance Configuration 3n-skx"
4055   algorithm: "file_test_results"
4056   output-file-ext: ".rst"
4057   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4058   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"
4059   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4060   data: "vpp-perf-results-3n-skx"
4061   filter: "not 'NDRCHK' and not 'PDRCHK'"
4062   parameters:
4063   - "name"
4064   - "doc"
4065   - "level"
4066   - "parent"
4067   data-start-level: 3
4068
4069 # VPP Performance Configuration 2n-skx
4070 -
4071   type: "file"
4072   title: "VPP Performance Configuration 2n-skx"
4073   algorithm: "file_test_results"
4074   output-file-ext: ".rst"
4075   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4076   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"
4077   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4078   data: "vpp-perf-results-2n-skx"
4079   filter: "not 'NDRCHK' and not 'PDRCHK'"
4080   parameters:
4081   - "name"
4082   - "doc"
4083   - "level"
4084   - "parent"
4085   data-start-level: 3
4086
4087 # VPP Performance Configuration 2n-dnv
4088 -
4089   type: "file"
4090   title: "VPP Performance Configuration 2n-dnv"
4091   algorithm: "file_test_results"
4092   output-file-ext: ".rst"
4093   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4094   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"
4095   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4096   data: "intel-dnv-vpp"
4097   filter: "'NDRPDR'"
4098   parameters:
4099   - "name"
4100   - "doc"
4101   - "level"
4102   - "parent"
4103   data-start-level: 3
4104
4105 # VPP Performance Operational Data 3n-hsw
4106 -
4107   type: "file"
4108   title: "VPP Performance Operational Data 3n-hsw"
4109   algorithm: "file_test_results"
4110   output-file-ext: ".rst"
4111   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4112   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"
4113   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4114   data: "vpp-perf-results-3n-hsw"
4115   filter: "not 'NDRCHK' and not 'PDRCHK'"
4116   parameters:
4117   - "name"
4118   - "doc"
4119   - "level"
4120   - "parent"
4121   data-start-level: 3
4122
4123 # VPP Performance Operational Data 3n-skx
4124 -
4125   type: "file"
4126   title: "VPP Performance Operational Data 3n-skx"
4127   algorithm: "file_test_results"
4128   output-file-ext: ".rst"
4129   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4130   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"
4131   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4132   data: "vpp-perf-results-3n-skx"
4133   filter: "not 'NDRCHK' and not 'PDRCHK'"
4134   parameters:
4135   - "name"
4136   - "doc"
4137   - "level"
4138   - "parent"
4139   data-start-level: 3
4140
4141 # VPP Performance Operational Data 2n-skx
4142 -
4143   type: "file"
4144   title: "VPP Performance Operational Data 2n-skx"
4145   algorithm: "file_test_results"
4146   output-file-ext: ".rst"
4147   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4148   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"
4149   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4150   data: "vpp-perf-results-2n-skx"
4151   filter: "not 'NDRCHK' and not 'PDRCHK'"
4152   parameters:
4153   - "name"
4154   - "doc"
4155   - "level"
4156   - "parent"
4157   data-start-level: 3
4158
4159 # VPP Performance Operational Data 2n-dnv
4160 -
4161   type: "file"
4162   title: "VPP Performance Operational Data 2n-dnv"
4163   algorithm: "file_test_results"
4164   output-file-ext: ".rst"
4165   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4166   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"
4167   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4168   data: "intel-dnv-vpp"
4169   filter: "'NDRPDR'"
4170   parameters:
4171   - "name"
4172   - "doc"
4173   - "level"
4174   - "parent"
4175   data-start-level: 3
4176
4177 # VPP MRR Results 3n-hsw
4178 -
4179   type: "file"
4180   title: "VPP MRR Results 3n-hsw"
4181   algorithm: "file_test_results"
4182   output-file-ext: ".rst"
4183   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4184   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"
4185   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4186   data: "vpp-mrr-results-3n-hsw"
4187   filter: "'MRR'"
4188   parameters:
4189   - "name"
4190   - "doc"
4191   - "level"
4192   - "parent"
4193   data-start-level: 3
4194
4195 # VPP MRR Results 3n-skx
4196 -
4197   type: "file"
4198   title: "VPP MRR Results 3n-skx"
4199   algorithm: "file_test_results"
4200   output-file-ext: ".rst"
4201   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4202   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"
4203   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4204   data: "vpp-mrr-results-3n-skx"
4205   filter: "'MRR'"
4206   parameters:
4207   - "name"
4208   - "doc"
4209   - "level"
4210   - "parent"
4211   data-start-level: 3
4212
4213 # VPP MRR Results 2n-skx
4214 -
4215   type: "file"
4216   title: "VPP MRR Results 2n-skx"
4217   algorithm: "file_test_results"
4218   output-file-ext: ".rst"
4219   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4220   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"
4221   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4222   data: "vpp-mrr-results-2n-skx"
4223   filter: "all"
4224   parameters:
4225   - "name"
4226   - "doc"
4227   - "level"
4228   - "parent"
4229   data-start-level: 3
4230
4231 # VPP MRR Results 2n-dnv
4232 -
4233   type: "file"
4234   title: "VPP MRR Results 2n-dnv"
4235   algorithm: "file_test_results"
4236   output-file-ext: ".rst"
4237   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4238   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"
4239   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4240   data: "intel-dnv-vpp"
4241   filter: "'MRR'"
4242   parameters:
4243   - "name"
4244   - "doc"
4245   - "level"
4246   - "parent"
4247   data-start-level: 3
4248
4249 # VPP MRR Configuration 3n-hsw
4250 -
4251   type: "file"
4252   title: "VPP MRR Configuration 3n-hsw"
4253   algorithm: "file_test_results"
4254   output-file-ext: ".rst"
4255   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4256   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"
4257   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4258   data: "vpp-mrr-results-3n-hsw"
4259   filter: "'MRR'"
4260   parameters:
4261   - "name"
4262   - "doc"
4263   - "level"
4264   - "parent"
4265   data-start-level: 3
4266
4267 # VPP MRR Configuration 3n-skx
4268 -
4269   type: "file"
4270   title: "VPP MRR Configuration 3n-skx"
4271   algorithm: "file_test_results"
4272   output-file-ext: ".rst"
4273   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4274   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"
4275   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4276   data: "vpp-mrr-results-3n-skx"
4277   filter: "'MRR'"
4278   parameters:
4279   - "name"
4280   - "doc"
4281   - "level"
4282   - "parent"
4283   data-start-level: 3
4284
4285 # VPP MRR Configuration 2n-skx
4286 -
4287   type: "file"
4288   title: "VPP MRR Configuration 2n-skx"
4289   algorithm: "file_test_results"
4290   output-file-ext: ".rst"
4291   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4292   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"
4293   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4294   data: "vpp-mrr-results-2n-skx"
4295   filter: "'MRR'"
4296   parameters:
4297   - "name"
4298   - "doc"
4299   - "level"
4300   - "parent"
4301   data-start-level: 3
4302
4303 # VPP MRR Configuration 2n-dnv
4304 -
4305   type: "file"
4306   title: "VPP MRR Configuration 2n-dnv"
4307   algorithm: "file_test_results"
4308   output-file-ext: ".rst"
4309   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4310   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"
4311   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4312   data: "intel-dnv-vpp"
4313   filter: "'MRR'"
4314   parameters:
4315   - "name"
4316   - "doc"
4317   - "level"
4318   - "parent"
4319   data-start-level: 3
4320
4321 # VPP Functional Results - Ubuntu
4322 -
4323   type: "file"
4324   title: "VPP Functional Results - Ubuntu"
4325   algorithm: "file_test_results"
4326   output-file-ext: ".rst"
4327   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4328   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"
4329   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4330   data: "vpp-func-results-ubuntu"
4331   filter: "all"
4332   parameters:
4333   - "name"
4334   - "doc"
4335   - "level"
4336   - "parent"
4337   data-start-level: 3
4338
4339 # VPP Functional Results - CentOS
4340 -
4341   type: "file"
4342   title: "VPP Functional Results - CentOS"
4343   algorithm: "file_test_results"
4344   output-file-ext: ".rst"
4345   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4346   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"
4347   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4348   data:
4349     "vpp-func-results-centos"
4350   filter: "all"
4351   parameters:
4352   - "name"
4353   - "doc"
4354   - "level"
4355   - "parent"
4356   data-start-level: 3
4357
4358 # VPP Functional Configuration - Ubuntu
4359 -
4360   type: "file"
4361   title: "VPP Functional Configuration - Ubuntu"
4362   algorithm: "file_test_results"
4363   output-file-ext: ".rst"
4364   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4365   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"
4366   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4367   data: "vpp-func-results-ubuntu"
4368   filter: "all"
4369   parameters:
4370   - "name"
4371   - "doc"
4372   - "level"
4373   - "parent"
4374   data-start-level: 3
4375
4376 # VPP Functional Configuration - CentOS
4377 -
4378   type: "file"
4379   title: "VPP Functional Configuration - CentOS"
4380   algorithm: "file_test_results"
4381   output-file-ext: ".rst"
4382   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4383   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"
4384   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4385   data:
4386     "vpp-func-results-centos"
4387   filter: "all"
4388   parameters:
4389   - "name"
4390   - "doc"
4391   - "level"
4392   - "parent"
4393   data-start-level: 3
4394
4395 # VPP Device Results - Ubuntu
4396 -
4397   type: "file"
4398   title: "VPP Device Results - Ubuntu"
4399   algorithm: "file_test_results"
4400   output-file-ext: ".rst"
4401   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4402   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"
4403   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4404   data: "vpp-device-results-ubuntu"
4405   filter: "all"
4406   parameters:
4407   - "name"
4408   - "doc"
4409   - "level"
4410   - "parent"
4411   data-start-level: 2
4412
4413 # VPP Device Configuration - Ubuntu
4414 -
4415   type: "file"
4416   title: "VPP Device Configuration - Ubuntu"
4417   algorithm: "file_test_results"
4418   output-file-ext: ".rst"
4419   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4420   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"
4421   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4422   data: "vpp-device-results-ubuntu"
4423   filter: "all"
4424   parameters:
4425   - "name"
4426   - "doc"
4427   - "level"
4428   - "parent"
4429   data-start-level: 2
4430
4431 # Container Orchestrated Performance Results 3n-hsw
4432 -
4433   type: "file"
4434   title: "Container Orchestrated Performance Results 3n-hsw"
4435   algorithm: "file_test_results"
4436   output-file-ext: ".rst"
4437   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4438   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"
4439   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4440   data: "ligato-perf-results-3n-hsw"
4441   filter: "all"
4442   parameters:
4443   - "name"
4444   - "doc"
4445   - "level"
4446   - "parent"
4447   data-start-level: 3
4448
4449 # DPDK Performance Results 3n-hsw
4450 -
4451   type: "file"
4452   title: "DPDK Performance Results 3n-hsw"
4453   algorithm: "file_test_results"
4454   output-file-ext: ".rst"
4455   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4456   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"
4457   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4458   data: "dpdk-perf-results-3n-hsw"
4459   filter: "all"
4460   parameters:
4461   - "name"
4462   - "doc"
4463   - "level"
4464   - "parent"
4465   data-start-level: 3
4466
4467 # DPDK Performance Results 3n-skx
4468 -
4469   type: "file"
4470   title: "DPDK Performance Results 3n-skx"
4471   algorithm: "file_test_results"
4472   output-file-ext: ".rst"
4473   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4474   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"
4475   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4476   data: "dpdk-perf-results-3n-skx"
4477   filter: "all"
4478   parameters:
4479   - "name"
4480   - "doc"
4481   - "level"
4482   - "parent"
4483   data-start-level: 3
4484
4485 # DPDK Performance Results 2n-skx
4486 -
4487   type: "file"
4488   title: "DPDK Performance Results 2n-skx"
4489   algorithm: "file_test_results"
4490   output-file-ext: ".rst"
4491   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4492   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"
4493   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4494   data: "dpdk-perf-results-2n-skx"
4495   filter: "all"
4496   parameters:
4497   - "name"
4498   - "doc"
4499   - "level"
4500   - "parent"
4501   data-start-level: 3
4502
4503 # Honeycomb Functional Results
4504 -
4505   type: "file"
4506   title: "Honeycomb Functional Results"
4507   algorithm: "file_test_results"
4508   output-file-ext: ".rst"
4509   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4510   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"
4511   dir-tables: "{DIR[DTR,FUNC,HC]}"
4512   data:
4513     "hc-func-results"
4514   filter: "all"
4515   parameters:
4516   - "name"
4517   - "doc"
4518   - "level"
4519   - "parent"
4520   data-start-level: 3
4521
4522 # NSH SFC Functional Results
4523 -
4524   type: "file"
4525   title: "NSH SFC Functional Results"
4526   algorithm: "file_test_results"
4527   output-file-ext: ".rst"
4528   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4529   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"
4530   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4531   data:
4532     "nsh-func-results"
4533   filter: "all"
4534   parameters:
4535   - "name"
4536   - "doc"
4537   - "level"
4538   - "parent"
4539   data-start-level: 3
4540
4541 # DMM Functional Results
4542 -
4543   type: "file"
4544   title: "DMM Functional Results"
4545   algorithm: "file_test_results"
4546   output-file-ext: ".rst"
4547   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4548   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"
4549   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4550   data:
4551     "dmm-func-results"
4552   filter: "all"
4553   parameters:
4554   - "name"
4555   - "doc"
4556   - "level"
4557   - "parent"
4558   data-start-level: 3
4559
4560 ################################################################################
4561 ###                                P L O T S                                 ###
4562 ################################################################################
4563
4564 # Soak test - 30min Soak Test (PLRsearch), boxes
4565 -
4566   type: "plot"
4567   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4568   algorithm: "plot_soak_boxes"
4569   output-file-type: ".html"
4570   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4571   data: "plot-vpp-soak-2n-skx"
4572   filter: "'SOAK'"
4573   parameters:
4574   - "throughput"
4575   - "parent"
4576   - "tags"
4577   sort:
4578   - "L2PATCH"
4579 #  - "L2XCBASE"
4580 #  - "L2BDMACLRN"
4581 #  - "IP4FWD"
4582 #  - "IP6FWD"
4583   - "VHOST"
4584   layout:
4585     title: "30min Soak Test (PLRsearch)"
4586     layout: "plot-soak-throughput"
4587
4588 # Soak test - example, not used
4589 -
4590   type: "plot"
4591   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4592   algorithm: "plot_soak_bars"
4593   output-file-type: ".html"
4594   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4595   data: "plot-vpp-soak-2n-skx"
4596   filter: "'SOAK'"
4597   parameters:
4598   - "throughput"
4599   - "parent"
4600   - "tags"
4601   sort:
4602   - "L2PATCH"
4603 #  - "L2XCBASE"
4604 #  - "L2BDMACLRN"
4605 #  - "IP4FWD"
4606 #  - "IP6FWD"
4607   - "VHOST"
4608   layout:
4609     title: "30min Soak Test (PLRsearch)"
4610     layout: "plot-soak-throughput"
4611
4612 ################################################################################
4613 # Plots - NF Density - VSC
4614
4615 -
4616   type: "plot"
4617   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4618   algorithm: "plot_service_density_heatmap"
4619   output-file-type: ".html"
4620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4621   data: "plot-vpp-nfv-2n-skx-mrr"
4622   filter: "'NIC_Intel-X710' and
4623            'NF_DENSITY' and
4624            'VM' and
4625            'CHAIN' and
4626            '64B' and
4627            '2T1C' and
4628            'MRR'"
4629   parameters:
4630   - "result"
4631   - "name"
4632   - "tags"
4633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4634   x-axis: "X = VNFs per Service Chain"
4635   y-axis: "Y = Number of Service Chains"
4636   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4637   layout:
4638     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4639     layout: "plot-service-density"
4640
4641 -
4642   type: "plot"
4643   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4644   algorithm: "plot_service_density_heatmap"
4645   output-file-type: ".html"
4646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4647   data: "plot-vpp-nfv-2n-skx-mrr"
4648   filter: "'NIC_Intel-X710' and
4649            'NF_DENSITY' and
4650            'VM' and
4651            'CHAIN' and
4652            '64B' and
4653            '4T2C' and
4654            'MRR'"
4655   parameters:
4656   - "result"
4657   - "name"
4658   - "tags"
4659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4660   x-axis: "X = VNFs per Service Chain"
4661   y-axis: "Y = Number of Service Chains"
4662   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4663   layout:
4664     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4665     layout: "plot-service-density"
4666
4667 -
4668   type: "plot"
4669   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4670   algorithm: "plot_service_density_heatmap"
4671   output-file-type: ".html"
4672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4673   data: "plot-vpp-nfv-2n-skx-mrr"
4674   filter: "'NIC_Intel-X710' and
4675            'NF_DENSITY' and
4676            'VM' and
4677            'CHAIN' and
4678            'IMIX' and
4679            '2T1C' and
4680            'MRR'"
4681   parameters:
4682   - "result"
4683   - "name"
4684   - "tags"
4685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4686   x-axis: "X = VNFs per Service Chain"
4687   y-axis: "Y = Number of Service Chains"
4688   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4689   layout:
4690     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4691     layout: "plot-service-density"
4692
4693 -
4694   type: "plot"
4695   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4696   algorithm: "plot_service_density_heatmap"
4697   output-file-type: ".html"
4698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4699   data: "plot-vpp-nfv-2n-skx-mrr"
4700   filter: "'NIC_Intel-X710' and
4701            'NF_DENSITY' and
4702            'VM' and
4703            'CHAIN' and
4704            'IMIX' and
4705            '4T2C' and
4706            'MRR'"
4707   parameters:
4708   - "result"
4709   - "name"
4710   - "tags"
4711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4712   x-axis: "X = VNFs per Service Chain"
4713   y-axis: "Y = Number of Service Chains"
4714   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4715   layout:
4716     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4717     layout: "plot-service-density"
4718
4719 -
4720   type: "plot"
4721   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4722   algorithm: "plot_service_density_heatmap"
4723   output-file-type: ".html"
4724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4725   data: "plot-vpp-nfv-2n-skx"
4726   filter: "'NIC_Intel-X710' and
4727            'NF_DENSITY' and
4728            'VM' and
4729            'CHAIN' and
4730            '64B' and
4731            '2T1C' and
4732            'NDRPDR'"
4733   parameters:
4734   - "throughput"
4735   - "name"
4736   - "tags"
4737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4738   x-axis: "X = VNFs per Service Chain"
4739   y-axis: "Y = Number of Service Chains"
4740   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4741   layout:
4742     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4743     layout: "plot-service-density"
4744
4745 -
4746   type: "plot"
4747   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4748   algorithm: "plot_service_density_heatmap"
4749   output-file-type: ".html"
4750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4751   data: "plot-vpp-nfv-2n-skx"
4752   filter: "'NIC_Intel-X710' and
4753            'NF_DENSITY' and
4754            'VM' and
4755            'CHAIN' and
4756            '64B' and
4757            '4T2C' and
4758            'NDRPDR'"
4759   parameters:
4760   - "throughput"
4761   - "name"
4762   - "tags"
4763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4764   x-axis: "X = VNFs per Service Chain"
4765   y-axis: "Y = Number of Service Chains"
4766   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4767   layout:
4768     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4769     layout: "plot-service-density"
4770
4771 -
4772   type: "plot"
4773   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4774   algorithm: "plot_service_density_heatmap"
4775   output-file-type: ".html"
4776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4777   data: "plot-vpp-nfv-2n-skx"
4778   filter: "'NIC_Intel-X710' and
4779            'NF_DENSITY' and
4780            'VM' and
4781            'CHAIN' and
4782            'IMIX' and
4783            '2T1C' and
4784            'NDRPDR'"
4785   parameters:
4786   - "throughput"
4787   - "name"
4788   - "tags"
4789   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4790   x-axis: "X = VNFs per Service Chain"
4791   y-axis: "Y = Number of Service Chains"
4792   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4793   layout:
4794     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4795     layout: "plot-service-density"
4796
4797 -
4798   type: "plot"
4799   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4800   algorithm: "plot_service_density_heatmap"
4801   output-file-type: ".html"
4802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4803   data: "plot-vpp-nfv-2n-skx"
4804   filter: "'NIC_Intel-X710' and
4805            'NF_DENSITY' and
4806            'VM' and
4807            'CHAIN' and
4808            'IMIX' and
4809            '4T2C' and
4810            'NDRPDR'"
4811   parameters:
4812   - "throughput"
4813   - "name"
4814   - "tags"
4815   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4816   x-axis: "X = VNFs per Service Chain"
4817   y-axis: "Y = Number of Service Chains"
4818   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4819   layout:
4820     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4821     layout: "plot-service-density"
4822
4823 -
4824   type: "plot"
4825   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4826   algorithm: "plot_service_density_heatmap"
4827   output-file-type: ".html"
4828   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4829   data: "plot-vpp-nfv-2n-skx"
4830   filter: "'NIC_Intel-X710' and
4831            'NF_DENSITY' and
4832            'VM' and
4833            'CHAIN' and
4834            '64B' and
4835            '2T1C' and
4836            'NDRPDR'"
4837   parameters:
4838   - "throughput"
4839   - "name"
4840   - "tags"
4841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4842   x-axis: "X = VNFs per Service Chain"
4843   y-axis: "Y = Number of Service Chains"
4844   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4845   layout:
4846     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4847     layout: "plot-service-density"
4848
4849 -
4850   type: "plot"
4851   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4852   algorithm: "plot_service_density_heatmap"
4853   output-file-type: ".html"
4854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4855   data: "plot-vpp-nfv-2n-skx"
4856   filter: "'NIC_Intel-X710' and
4857            'NF_DENSITY' and
4858            'VM' and
4859            'CHAIN' and
4860            '64B' and
4861            '4T2C' and
4862            'NDRPDR'"
4863   parameters:
4864   - "throughput"
4865   - "name"
4866   - "tags"
4867   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4868   x-axis: "X = VNFs per Service Chain"
4869   y-axis: "Y = Number of Service Chains"
4870   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4871   layout:
4872     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4873     layout: "plot-service-density"
4874
4875 -
4876   type: "plot"
4877   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4878   algorithm: "plot_service_density_heatmap"
4879   output-file-type: ".html"
4880   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
4881   data: "plot-vpp-nfv-2n-skx"
4882   filter: "'NIC_Intel-X710' and
4883            'NF_DENSITY' and
4884            'VM' and
4885            'CHAIN' and
4886            'IMIX' and
4887            '2T1C' and
4888            'NDRPDR'"
4889   parameters:
4890   - "throughput"
4891   - "name"
4892   - "tags"
4893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4894   x-axis: "X = VNFs per Service Chain"
4895   y-axis: "Y = Number of Service Chains"
4896   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4897   layout:
4898     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4899     layout: "plot-service-density"
4900
4901 -
4902   type: "plot"
4903   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4904   algorithm: "plot_service_density_heatmap"
4905   output-file-type: ".html"
4906   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
4907   data: "plot-vpp-nfv-2n-skx"
4908   filter: "'NIC_Intel-X710' and
4909            'NF_DENSITY' and
4910            'VM' and
4911            'CHAIN' and
4912            'IMIX' and
4913            '4T2C' and
4914            'NDRPDR'"
4915   parameters:
4916   - "throughput"
4917   - "name"
4918   - "tags"
4919   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4920   x-axis: "X = VNFs per Service Chain"
4921   y-axis: "Y = Number of Service Chains"
4922   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4923   layout:
4924     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4925     layout: "plot-service-density"
4926
4927 ################################################################################
4928 # Plots - NF Density - CSC
4929
4930 -
4931   type: "plot"
4932   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4933   algorithm: "plot_service_density_heatmap"
4934   output-file-type: ".html"
4935   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
4936   data: "plot-vpp-nfv-2n-skx-mrr"
4937   filter: "'NIC_Intel-X710' and
4938            'NF_DENSITY' and
4939            'DOCKER' and
4940            'CHAIN' and
4941            '64B' and
4942            '2T1C' and
4943            'MRR'"
4944   parameters:
4945   - "result"
4946   - "name"
4947   - "tags"
4948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4949   x-axis: "X = CNFs per Service Chain"
4950   y-axis: "Y = Number of Service Chains"
4951   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4952   layout:
4953     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4954     layout: "plot-service-density"
4955
4956 -
4957   type: "plot"
4958   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4959   algorithm: "plot_service_density_heatmap"
4960   output-file-type: ".html"
4961   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
4962   data: "plot-vpp-nfv-2n-skx-mrr"
4963   filter: "'NIC_Intel-X710' and
4964            'NF_DENSITY' and
4965            'DOCKER' and
4966            'CHAIN' and
4967            '64B' and
4968            '4T2C' and
4969            'MRR'"
4970   parameters:
4971   - "result"
4972   - "name"
4973   - "tags"
4974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4975   x-axis: "X = CNFs per Service Chain"
4976   y-axis: "Y = Number of Service Chains"
4977   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4978   layout:
4979     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4980     layout: "plot-service-density"
4981
4982 -
4983   type: "plot"
4984   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4985   algorithm: "plot_service_density_heatmap"
4986   output-file-type: ".html"
4987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
4988   data: "plot-vpp-nfv-2n-skx-mrr"
4989   filter: "'NIC_Intel-X710' and
4990            'NF_DENSITY' and
4991            'DOCKER' and
4992            'CHAIN' and
4993            'IMIX' and
4994            '2T1C' and
4995            'MRR'"
4996   parameters:
4997   - "result"
4998   - "name"
4999   - "tags"
5000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5001   x-axis: "X = CNFs per Service Chain"
5002   y-axis: "Y = Number of Service Chains"
5003   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5004   layout:
5005     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5006     layout: "plot-service-density"
5007
5008 -
5009   type: "plot"
5010   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5011   algorithm: "plot_service_density_heatmap"
5012   output-file-type: ".html"
5013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5014   data: "plot-vpp-nfv-2n-skx-mrr"
5015   filter: "'NIC_Intel-X710' and
5016            'NF_DENSITY' and
5017            'DOCKER' and
5018            'CHAIN' and
5019            'IMIX' and
5020            '4T2C' and
5021            'MRR'"
5022   parameters:
5023   - "result"
5024   - "name"
5025   - "tags"
5026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5027   x-axis: "X = CNFs per Service Chain"
5028   y-axis: "Y = Number of Service Chains"
5029   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5030   layout:
5031     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5032     layout: "plot-service-density"
5033
5034 -
5035   type: "plot"
5036   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5037   algorithm: "plot_service_density_heatmap"
5038   output-file-type: ".html"
5039   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5040   data: "plot-vpp-nfv-2n-skx"
5041   filter: "'NIC_Intel-X710' and
5042            'NF_DENSITY' and
5043            'DOCKER' and
5044            'CHAIN' and
5045            '64B' and
5046            '2T1C' and
5047            'NDRPDR'"
5048   parameters:
5049   - "throughput"
5050   - "name"
5051   - "tags"
5052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5053   x-axis: "X = CNFs per Service Chain"
5054   y-axis: "Y = Number of Service Chains"
5055   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5056   layout:
5057     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5058     layout: "plot-service-density"
5059
5060 -
5061   type: "plot"
5062   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5063   algorithm: "plot_service_density_heatmap"
5064   output-file-type: ".html"
5065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5066   data: "plot-vpp-nfv-2n-skx"
5067   filter: "'NIC_Intel-X710' and
5068            'NF_DENSITY' and
5069            'DOCKER' and
5070            'CHAIN' and
5071            '64B' and
5072            '4T2C' and
5073            'NDRPDR'"
5074   parameters:
5075   - "throughput"
5076   - "name"
5077   - "tags"
5078   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5079   x-axis: "X = CNFs per Service Chain"
5080   y-axis: "Y = Number of Service Chains"
5081   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5082   layout:
5083     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5084     layout: "plot-service-density"
5085
5086 -
5087   type: "plot"
5088   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5089   algorithm: "plot_service_density_heatmap"
5090   output-file-type: ".html"
5091   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5092   data: "plot-vpp-nfv-2n-skx"
5093   filter: "'NIC_Intel-X710' and
5094            'NF_DENSITY' and
5095            'DOCKER' and
5096            'CHAIN' and
5097            'IMIX' and
5098            '2T1C' and
5099            'NDRPDR'"
5100   parameters:
5101   - "throughput"
5102   - "name"
5103   - "tags"
5104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5105   x-axis: "X = CNFs per Service Chain"
5106   y-axis: "Y = Number of Service Chains"
5107   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5108   layout:
5109     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5110     layout: "plot-service-density"
5111
5112 -
5113   type: "plot"
5114   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5115   algorithm: "plot_service_density_heatmap"
5116   output-file-type: ".html"
5117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5118   data: "plot-vpp-nfv-2n-skx"
5119   filter: "'NIC_Intel-X710' and
5120            'NF_DENSITY' and
5121            'DOCKER' and
5122            'CHAIN' and
5123            'IMIX' and
5124            '4T2C' and
5125            'NDRPDR'"
5126   parameters:
5127   - "throughput"
5128   - "name"
5129   - "tags"
5130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5131   x-axis: "X = CNFs per Service Chain"
5132   y-axis: "Y = Number of Service Chains"
5133   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5134   layout:
5135     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5136     layout: "plot-service-density"
5137
5138 -
5139   type: "plot"
5140   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5141   algorithm: "plot_service_density_heatmap"
5142   output-file-type: ".html"
5143   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5144   data: "plot-vpp-nfv-2n-skx"
5145   filter: "'NIC_Intel-X710' and
5146            'NF_DENSITY' and
5147            'DOCKER' and
5148            'CHAIN' and
5149            '64B' and
5150            '2T1C' and
5151            'NDRPDR'"
5152   parameters:
5153   - "throughput"
5154   - "name"
5155   - "tags"
5156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5157   x-axis: "X = CNFs per Service Chain"
5158   y-axis: "Y = Number of Service Chains"
5159   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5160   layout:
5161     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5162     layout: "plot-service-density"
5163
5164 -
5165   type: "plot"
5166   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5167   algorithm: "plot_service_density_heatmap"
5168   output-file-type: ".html"
5169   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5170   data: "plot-vpp-nfv-2n-skx"
5171   filter: "'NIC_Intel-X710' and
5172            'NF_DENSITY' and
5173            'DOCKER' and
5174            'CHAIN' and
5175            '64B' and
5176            '4T2C' and
5177            'NDRPDR'"
5178   parameters:
5179   - "throughput"
5180   - "name"
5181   - "tags"
5182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5183   x-axis: "X = CNFs per Service Chain"
5184   y-axis: "Y = Number of Service Chains"
5185   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5186   layout:
5187     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5188     layout: "plot-service-density"
5189
5190 -
5191   type: "plot"
5192   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5193   algorithm: "plot_service_density_heatmap"
5194   output-file-type: ".html"
5195   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5196   data: "plot-vpp-nfv-2n-skx"
5197   filter: "'NIC_Intel-X710' and
5198            'NF_DENSITY' and
5199            'DOCKER' and
5200            'CHAIN' and
5201            'IMIX' and
5202            '2T1C' and
5203            'NDRPDR'"
5204   parameters:
5205   - "throughput"
5206   - "name"
5207   - "tags"
5208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5209   x-axis: "X = CNFs per Service Chain"
5210   y-axis: "Y = Number of Service Chains"
5211   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5212   layout:
5213     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5214     layout: "plot-service-density"
5215
5216 -
5217   type: "plot"
5218   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5219   algorithm: "plot_service_density_heatmap"
5220   output-file-type: ".html"
5221   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5222   data: "plot-vpp-nfv-2n-skx"
5223   filter: "'NIC_Intel-X710' and
5224            'NF_DENSITY' and
5225            'DOCKER' and
5226            'CHAIN' and
5227            'IMIX' and
5228            '4T2C' and
5229            'NDRPDR'"
5230   parameters:
5231   - "throughput"
5232   - "name"
5233   - "tags"
5234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5235   x-axis: "X = CNFs per Service Chain"
5236   y-axis: "Y = Number of Service Chains"
5237   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5238   layout:
5239     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5240     layout: "plot-service-density"
5241
5242 ################################################################################
5243 # Plots - NF Density - CSP
5244
5245 -
5246   type: "plot"
5247   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5248   algorithm: "plot_service_density_heatmap"
5249   output-file-type: ".html"
5250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5251   data: "plot-vpp-nfv-2n-skx-mrr"
5252   filter: "'NIC_Intel-X710' and
5253            'NF_DENSITY' and
5254            'DOCKER' and
5255            'PIPELINE' and
5256            '64B' and
5257            '2T1C' and
5258            'MRR'"
5259   parameters:
5260   - "result"
5261   - "name"
5262   - "tags"
5263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5264   x-axis: "X = CNFs per Service Pipeline"
5265   y-axis: "Y = Number of Service Pipelines"
5266   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5267   layout:
5268     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5269     layout: "plot-service-density"
5270
5271 -
5272   type: "plot"
5273   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5274   algorithm: "plot_service_density_heatmap"
5275   output-file-type: ".html"
5276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5277   data: "plot-vpp-nfv-2n-skx-mrr"
5278   filter: "'NIC_Intel-X710' and
5279            'NF_DENSITY' and
5280            'DOCKER' and
5281            'PIPELINE' and
5282            '64B' and
5283            '4T2C' and
5284            'MRR'"
5285   parameters:
5286   - "result"
5287   - "name"
5288   - "tags"
5289   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5290   x-axis: "X = CNFs per Service Pipeline"
5291   y-axis: "Y = Number of Service Pipelines"
5292   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5293   layout:
5294     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5295     layout: "plot-service-density"
5296
5297 -
5298   type: "plot"
5299   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5300   algorithm: "plot_service_density_heatmap"
5301   output-file-type: ".html"
5302   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5303   data: "plot-vpp-nfv-2n-skx-mrr"
5304   filter: "'NIC_Intel-X710' and
5305            'NF_DENSITY' and
5306            'DOCKER' and
5307            'PIPELINE' and
5308            'IMIX' and
5309            '2T1C' and
5310            'MRR'"
5311   parameters:
5312   - "result"
5313   - "name"
5314   - "tags"
5315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5316   x-axis: "X = CNFs per Service Pipeline"
5317   y-axis: "Y = Number of Service Pipelines"
5318   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5319   layout:
5320     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5321     layout: "plot-service-density"
5322
5323 -
5324   type: "plot"
5325   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5326   algorithm: "plot_service_density_heatmap"
5327   output-file-type: ".html"
5328   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5329   data: "plot-vpp-nfv-2n-skx-mrr"
5330   filter: "'NIC_Intel-X710' and
5331            'NF_DENSITY' and
5332            'DOCKER' and
5333            'PIPELINE' and
5334            'IMIX' and
5335            '4T2C' and
5336            'MRR'"
5337   parameters:
5338   - "result"
5339   - "name"
5340   - "tags"
5341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5342   x-axis: "X = CNFs per Service Pipeline"
5343   y-axis: "Y = Number of Service Pipelines"
5344   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5345   layout:
5346     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5347     layout: "plot-service-density"
5348
5349 -
5350   type: "plot"
5351   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5352   algorithm: "plot_service_density_heatmap"
5353   output-file-type: ".html"
5354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5355   data: "plot-vpp-nfv-2n-skx"
5356   filter: "'NIC_Intel-X710' and
5357            'NF_DENSITY' and
5358            'DOCKER' and
5359            'PIPELINE' and
5360            '64B' and
5361            '2T1C' and
5362            'NDRPDR'"
5363   parameters:
5364   - "throughput"
5365   - "name"
5366   - "tags"
5367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5368   x-axis: "X = CNFs per Service Pipeline"
5369   y-axis: "Y = Number of Service Pipelines"
5370   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5371   layout:
5372     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5373     layout: "plot-service-density"
5374
5375 -
5376   type: "plot"
5377   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5378   algorithm: "plot_service_density_heatmap"
5379   output-file-type: ".html"
5380   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5381   data: "plot-vpp-nfv-2n-skx"
5382   filter: "'NIC_Intel-X710' and
5383            'NF_DENSITY' and
5384            'DOCKER' and
5385            'PIPELINE' and
5386            '64B' and
5387            '4T2C' and
5388            'NDRPDR'"
5389   parameters:
5390   - "throughput"
5391   - "name"
5392   - "tags"
5393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5394   x-axis: "X = CNFs per Service Pipeline"
5395   y-axis: "Y = Number of Service Pipelines"
5396   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5397   layout:
5398     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5399     layout: "plot-service-density"
5400
5401 -
5402   type: "plot"
5403   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5404   algorithm: "plot_service_density_heatmap"
5405   output-file-type: ".html"
5406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5407   data: "plot-vpp-nfv-2n-skx"
5408   filter: "'NIC_Intel-X710' and
5409            'NF_DENSITY' and
5410            'DOCKER' and
5411            'PIPELINE' and
5412            'IMIX' and
5413            '2T1C' and
5414            'NDRPDR'"
5415   parameters:
5416   - "throughput"
5417   - "name"
5418   - "tags"
5419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5420   x-axis: "X = CNFs per Service Pipeline"
5421   y-axis: "Y = Number of Service Pipelines"
5422   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5423   layout:
5424     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5425     layout: "plot-service-density"
5426
5427 -
5428   type: "plot"
5429   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5430   algorithm: "plot_service_density_heatmap"
5431   output-file-type: ".html"
5432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5433   data: "plot-vpp-nfv-2n-skx"
5434   filter: "'NIC_Intel-X710' and
5435            'NF_DENSITY' and
5436            'DOCKER' and
5437            'PIPELINE' and
5438            'IMIX' and
5439            '4T2C' and
5440            'NDRPDR'"
5441   parameters:
5442   - "throughput"
5443   - "name"
5444   - "tags"
5445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5446   x-axis: "X = CNFs per Service Pipeline"
5447   y-axis: "Y = Number of Service Pipelines"
5448   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5449   layout:
5450     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5451     layout: "plot-service-density"
5452
5453 -
5454   type: "plot"
5455   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5456   algorithm: "plot_service_density_heatmap"
5457   output-file-type: ".html"
5458   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5459   data: "plot-vpp-nfv-2n-skx"
5460   filter: "'NIC_Intel-X710' and
5461            'NF_DENSITY' and
5462            'DOCKER' and
5463            'PIPELINE' and
5464            '64B' and
5465            '2T1C' and
5466            'NDRPDR'"
5467   parameters:
5468   - "throughput"
5469   - "name"
5470   - "tags"
5471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5472   x-axis: "X = CNFs per Service Pipeline"
5473   y-axis: "Y = Number of Service Pipelines"
5474   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5475   layout:
5476     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5477     layout: "plot-service-density"
5478
5479 -
5480   type: "plot"
5481   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5482   algorithm: "plot_service_density_heatmap"
5483   output-file-type: ".html"
5484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5485   data: "plot-vpp-nfv-2n-skx"
5486   filter: "'NIC_Intel-X710' and
5487            'NF_DENSITY' and
5488            'DOCKER' and
5489            'PIPELINE' and
5490            '64B' and
5491            '4T2C' and
5492            'NDRPDR'"
5493   parameters:
5494   - "throughput"
5495   - "name"
5496   - "tags"
5497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5498   x-axis: "X = CNFs per Service Pipeline"
5499   y-axis: "Y = Number of Service Pipelines"
5500   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5501   layout:
5502     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5503     layout: "plot-service-density"
5504
5505 -
5506   type: "plot"
5507   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5508   algorithm: "plot_service_density_heatmap"
5509   output-file-type: ".html"
5510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5511   data: "plot-vpp-nfv-2n-skx"
5512   filter: "'NIC_Intel-X710' and
5513            'NF_DENSITY' and
5514            'DOCKER' and
5515            'PIPELINE' and
5516            'IMIX' and
5517            '2T1C' and
5518            'NDRPDR'"
5519   parameters:
5520   - "throughput"
5521   - "name"
5522   - "tags"
5523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5524   x-axis: "X = CNFs per Service Pipeline"
5525   y-axis: "Y = Number of Service Pipelines"
5526   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5527   layout:
5528     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5529     layout: "plot-service-density"
5530
5531 -
5532   type: "plot"
5533   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5534   algorithm: "plot_service_density_heatmap"
5535   output-file-type: ".html"
5536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5537   data: "plot-vpp-nfv-2n-skx"
5538   filter: "'NIC_Intel-X710' and
5539            'NF_DENSITY' and
5540            'DOCKER' and
5541            'PIPELINE' and
5542            'IMIX' and
5543            '4T2C' and
5544            'NDRPDR'"
5545   parameters:
5546   - "throughput"
5547   - "name"
5548   - "tags"
5549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5550   x-axis: "X = CNFs per Service Pipeline"
5551   y-axis: "Y = Number of Service Pipelines"
5552   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5553   layout:
5554     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5555     layout: "plot-service-density"
5556
5557 ################################################################################
5558 # Plots VPP HTTP Server Performance
5559 -
5560   type: "plot"
5561   title: "VPP HTTP Server Performance"
5562   algorithm: "plot_http_server_performance_box"
5563   output-file-type: ".html"
5564   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5565   data:
5566     "plot-vpp-http-server-performance"
5567   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5568   # each tag is enclosed with ' (apostrophe).
5569   filter: "'HTTP' and 'TCP_CPS'"
5570   parameters:
5571   - "result"
5572   - "name"
5573   traces:
5574     hoverinfo: "x+y"
5575     boxpoints: "outliers"
5576     whiskerwidth: 0
5577   layout:
5578     title: "VPP HTTP Server Performance"
5579     layout:
5580       "plot-cps"
5581
5582 -
5583   type: "plot"
5584   title: "VPP HTTP Server Performance"
5585   algorithm: "plot_http_server_performance_box"
5586   output-file-type: ".html"
5587   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5588   data:
5589     "plot-vpp-http-server-performance"
5590   filter: "'HTTP' and 'TCP_RPS'"
5591   parameters:
5592   - "result"
5593   - "name"
5594   traces:
5595     hoverinfo: "x+y"
5596     boxpoints: "outliers"
5597     whiskerwidth: 0
5598   layout:
5599     title: "VPP HTTP Server Performance"
5600     layout:
5601       "plot-rps"
5602
5603 ################################################################################
5604
5605 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5606 -
5607   type: "plot"
5608   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5609   algorithm: "plot_performance_box"
5610   output-file-type: ".html"
5611   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5612   data: "plot-vpp-throughput-latency-3n-hsw"
5613   filter: "'NIC_Intel-X520-DA2' and
5614            '64B' and
5615            ('BASE' or 'SCALE') and
5616            'NDRPDR' and
5617            'ETH' and
5618            '1T1C' and
5619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5620            not 'VHOST' and
5621            not 'MEMIF'"
5622   parameters:
5623   - "throughput"
5624   - "parent"
5625   - "tags"
5626   sort:
5627   - "L2PATCH"
5628   - "L2XCBASE"
5629   - "BASE"
5630   - "FIB_10K"
5631   - "FIB_100K"
5632   - "FIB_1M"
5633   traces:
5634     hoverinfo: "x+y"
5635     boxpoints: "outliers"
5636     whiskerwidth: 0
5637   layout:
5638     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5639     layout: "plot-throughput"
5640
5641 -
5642   type: "plot"
5643   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5644   algorithm: "plot_performance_box"
5645   output-file-type: ".html"
5646   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5647   data: "plot-vpp-throughput-latency-3n-hsw"
5648   filter: "'NIC_Intel-X520-DA2' and
5649            '64B' and
5650            ('BASE' or 'SCALE') and
5651            'NDRPDR' and
5652            'ETH' and
5653            '1T1C' and
5654            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5655            not 'VHOST' and
5656            not 'MEMIF'"
5657   parameters:
5658   - "throughput"
5659   - "parent"
5660   - "tags"
5661   sort:
5662   - "L2PATCH"
5663   - "L2XCBASE"
5664   - "BASE"
5665   - "FIB_10K"
5666   - "FIB_100K"
5667   - "FIB_1M"
5668   traces:
5669     hoverinfo: "x+y"
5670     boxpoints: "outliers"
5671     whiskerwidth: 0
5672   layout:
5673     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5674     layout: "plot-throughput"
5675
5676 -
5677   type: "plot"
5678   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5679   algorithm: "plot_performance_box"
5680   output-file-type: ".html"
5681   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5682   data: "plot-vpp-throughput-latency-3n-hsw"
5683   filter: "'NIC_Intel-X520-DA2' and
5684            '64B' and
5685            ('BASE' or 'SCALE') and
5686            'NDRPDR' and
5687            'ETH' and
5688            '2T2C' and
5689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5690            not 'VHOST' and
5691            not 'MEMIF'"
5692   parameters:
5693   - "throughput"
5694   - "parent"
5695   - "tags"
5696   sort:
5697   - "L2PATCH"
5698   - "L2XCBASE"
5699   - "BASE"
5700   - "FIB_10K"
5701   - "FIB_100K"
5702   - "FIB_1M"
5703   traces:
5704     hoverinfo: "x+y"
5705     boxpoints: "outliers"
5706     whiskerwidth: 0
5707   layout:
5708     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5709     layout: "plot-throughput"
5710
5711 -
5712   type: "plot"
5713   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5714   algorithm: "plot_performance_box"
5715   output-file-type: ".html"
5716   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5717   data: "plot-vpp-throughput-latency-3n-hsw"
5718   filter: "'NIC_Intel-X520-DA2' and
5719            '64B' and
5720            ('BASE' or 'SCALE') and
5721            'NDRPDR' and
5722            'ETH' and
5723            '2T2C' and
5724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5725            not 'VHOST' and
5726            not 'MEMIF'"
5727   parameters:
5728   - "throughput"
5729   - "parent"
5730   - "tags"
5731   sort:
5732   - "L2PATCH"
5733   - "L2XCBASE"
5734   - "BASE"
5735   - "FIB_10K"
5736   - "FIB_100K"
5737   - "FIB_1M"
5738   traces:
5739     hoverinfo: "x+y"
5740     boxpoints: "outliers"
5741     whiskerwidth: 0
5742   layout:
5743     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5744     layout: "plot-throughput"
5745
5746 # Packet Throughput - VPP L2 3n-hsw-x520 features
5747 -
5748   type: "plot"
5749   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5750   algorithm: "plot_performance_box"
5751   output-file-type: ".html"
5752   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5753   data: "plot-vpp-throughput-latency-3n-hsw"
5754   filter: "'NIC_Intel-X520-DA2' and
5755            '64B' and
5756            'NDRPDR' and
5757            '1T1C' and
5758            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5759            not 'ACL' and
5760            not 'VHOST' and
5761            not 'MEMIF'"
5762   parameters:
5763   - "throughput"
5764   - "parent"
5765   - "tags"
5766   sort:
5767   - "L2XCBASE"    # l2xcbase
5768   - "L2BDBASE"    # l2bdbase
5769   - "L2XCFWD"     # dot1q-l2xcbase
5770   - "L2BDMACLRN"  # dot1q-l2bdbase
5771   traces:
5772     hoverinfo: "x+y"
5773     boxpoints: "outliers"
5774     whiskerwidth: 0
5775   layout:
5776     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5777     layout: "plot-throughput"
5778
5779 -
5780   type: "plot"
5781   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5782   algorithm: "plot_performance_box"
5783   output-file-type: ".html"
5784   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5785   data: "plot-vpp-throughput-latency-3n-hsw"
5786   filter: "'NIC_Intel-X520-DA2' and
5787            '64B' and
5788            'NDRPDR' and
5789            '1T1C' and
5790            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5791            not 'ACL' and
5792            not 'VHOST' and
5793            not 'MEMIF'"
5794   parameters:
5795   - "throughput"
5796   - "parent"
5797   - "tags"
5798   sort:
5799   - "L2XCBASE"    # l2xcbase
5800   - "L2BDBASE"    # l2bdbase
5801   - "L2XCFWD"     # dot1q-l2xcbase
5802   - "L2BDMACLRN"  # dot1q-l2bdbase
5803   traces:
5804     hoverinfo: "x+y"
5805     boxpoints: "outliers"
5806     whiskerwidth: 0
5807   layout:
5808     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5809     layout: "plot-throughput"
5810
5811 -
5812   type: "plot"
5813   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5814   algorithm: "plot_performance_box"
5815   output-file-type: ".html"
5816   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5817   data: "plot-vpp-throughput-latency-3n-hsw"
5818   filter: "'NIC_Intel-X520-DA2' and
5819            '64B' and
5820            'NDRPDR' and
5821            '2T2C' and
5822            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5823            not 'ACL' and
5824            not 'VHOST' and
5825            not 'MEMIF'"
5826   parameters:
5827   - "throughput"
5828   - "parent"
5829   - "tags"
5830   sort:
5831   - "L2XCBASE"    # l2xcbase
5832   - "L2BDBASE"    # l2bdbase
5833   - "L2XCFWD"     # dot1q-l2xcbase
5834   - "L2BDMACLRN"  # dot1q-l2bdbase
5835   traces:
5836     hoverinfo: "x+y"
5837     boxpoints: "outliers"
5838     whiskerwidth: 0
5839   layout:
5840     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5841     layout: "plot-throughput"
5842
5843 -
5844   type: "plot"
5845   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5846   algorithm: "plot_performance_box"
5847   output-file-type: ".html"
5848   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5849   data: "plot-vpp-throughput-latency-3n-hsw"
5850   filter: "'NIC_Intel-X520-DA2' and
5851            '64B' and
5852            'NDRPDR' and
5853            '2T2C' and
5854            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5855            not 'ACL' and
5856            not 'VHOST' and
5857            not 'MEMIF'"
5858   parameters:
5859   - "throughput"
5860   - "parent"
5861   - "tags"
5862   sort:
5863   - "L2XCBASE"    # l2xcbase
5864   - "L2BDBASE"    # l2bdbase
5865   - "L2XCFWD"     # dot1q-l2xcbase
5866   - "L2BDMACLRN"  # dot1q-l2bdbase
5867   traces:
5868     hoverinfo: "x+y"
5869     boxpoints: "outliers"
5870     whiskerwidth: 0
5871   layout:
5872     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5873     layout: "plot-throughput"
5874
5875 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5876 -
5877   type: "plot"
5878   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5879   algorithm: "plot_performance_box"
5880   output-file-type: ".html"
5881   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5882   data: "plot-vpp-throughput-latency-3n-hsw"
5883   filter: "'NIC_Intel-X710' and
5884            '64B' and
5885            ('BASE' or 'SCALE') and
5886            'NDRPDR' and
5887            'ETH' and
5888            '1T1C' and
5889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5890            not 'VHOST' and
5891            not 'MEMIF'"
5892   parameters:
5893   - "throughput"
5894   - "parent"
5895   - "tags"
5896   sort:
5897   - "L2XCFWD"
5898   - "L2PATCH"
5899   - "L2BDMACLRN"
5900   - "FIB_10K"
5901   - "FIB_100K"
5902   - "FIB_1M"
5903   traces:
5904     hoverinfo: "x+y"
5905     boxpoints: "outliers"
5906     whiskerwidth: 0
5907   layout:
5908     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5909     layout: "plot-throughput"
5910
5911 -
5912   type: "plot"
5913   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5914   algorithm: "plot_performance_box"
5915   output-file-type: ".html"
5916   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5917   data: "plot-vpp-throughput-latency-3n-hsw"
5918   filter: "'NIC_Intel-X710' and
5919            '64B' and
5920            ('BASE' or 'SCALE') and
5921            'NDRPDR' and
5922            'ETH' and
5923            '1T1C' and
5924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5925            not 'VHOST' and
5926            not 'MEMIF'"
5927   parameters:
5928   - "throughput"
5929   - "parent"
5930   - "tags"
5931   sort:
5932   - "L2XCFWD"
5933   - "L2PATCH"
5934   - "L2BDMACLRN"
5935   - "FIB_10K"
5936   - "FIB_100K"
5937   - "FIB_1M"
5938   traces:
5939     hoverinfo: "x+y"
5940     boxpoints: "outliers"
5941     whiskerwidth: 0
5942   layout:
5943     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5944     layout: "plot-throughput"
5945
5946 -
5947   type: "plot"
5948   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5949   algorithm: "plot_performance_box"
5950   output-file-type: ".html"
5951   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5952   data: "plot-vpp-throughput-latency-3n-hsw"
5953   filter: "'NIC_Intel-X710' and
5954            '64B' and
5955            ('BASE' or 'SCALE') and
5956            'NDRPDR' and
5957            'ETH' and
5958            '2T2C' and
5959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5960            not 'VHOST' and
5961            not 'MEMIF'"
5962   parameters:
5963   - "throughput"
5964   - "parent"
5965   - "tags"
5966   sort:
5967   - "L2XCFWD"
5968   - "L2PATCH"
5969   - "L2BDMACLRN"
5970   - "FIB_10K"
5971   - "FIB_100K"
5972   - "FIB_1M"
5973   traces:
5974     hoverinfo: "x+y"
5975     boxpoints: "outliers"
5976     whiskerwidth: 0
5977   layout:
5978     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5979     layout: "plot-throughput"
5980
5981 -
5982   type: "plot"
5983   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5984   algorithm: "plot_performance_box"
5985   output-file-type: ".html"
5986   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5987   data: "plot-vpp-throughput-latency-3n-hsw"
5988   filter: "'NIC_Intel-X710' and
5989            '64B' and
5990            ('BASE' or 'SCALE') and
5991            'NDRPDR' and
5992            'ETH' and
5993            '2T2C' and
5994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5995            not 'VHOST' and
5996            not 'MEMIF'"
5997   parameters:
5998   - "throughput"
5999   - "parent"
6000   - "tags"
6001   sort:
6002   - "L2XCFWD"
6003   - "L2PATCH"
6004   - "L2BDMACLRN"
6005   - "FIB_10K"
6006   - "FIB_100K"
6007   - "FIB_1M"
6008   traces:
6009     hoverinfo: "x+y"
6010     boxpoints: "outliers"
6011     whiskerwidth: 0
6012   layout:
6013     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6014     layout: "plot-throughput"
6015
6016 # Packet Throughput - VPP L2 3n-hsw-x710 features
6017 -
6018   type: "plot"
6019   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6020   algorithm: "plot_performance_box"
6021   output-file-type: ".html"
6022   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6023   data: "plot-vpp-throughput-latency-3n-hsw"
6024   filter: "'NIC_Intel-X710' and
6025            '64B' and
6026            'NDRPDR' and
6027            '1T1C' and
6028            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6029            not 'ACL' and
6030            not 'VHOST' and
6031            not 'MEMIF'"
6032   parameters:
6033   - "throughput"
6034   - "parent"
6035   - "tags"
6036   sort:
6037   - "L2XCBASE"    # l2xcbase
6038   - "L2BDBASE"    # l2bdbase
6039   - "L2XCFWD"     # dot1q-l2xcbase
6040   - "L2BDMACLRN"  # dot1q-l2bdbase
6041   traces:
6042     hoverinfo: "x+y"
6043     boxpoints: "outliers"
6044     whiskerwidth: 0
6045   layout:
6046     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6047     layout: "plot-throughput"
6048
6049 -
6050   type: "plot"
6051   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6052   algorithm: "plot_performance_box"
6053   output-file-type: ".html"
6054   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6055   data: "plot-vpp-throughput-latency-3n-hsw"
6056   filter: "'NIC_Intel-X710' and
6057            '64B' and
6058            'NDRPDR' and
6059            '1T1C' and
6060            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6061            not 'ACL' and
6062            not 'VHOST' and
6063            not 'MEMIF'"
6064   parameters:
6065   - "throughput"
6066   - "parent"
6067   - "tags"
6068   sort:
6069   - "L2XCBASE"    # l2xcbase
6070   - "L2BDBASE"    # l2bdbase
6071   - "L2XCFWD"     # dot1q-l2xcbase
6072   - "L2BDMACLRN"  # dot1q-l2bdbase
6073   traces:
6074     hoverinfo: "x+y"
6075     boxpoints: "outliers"
6076     whiskerwidth: 0
6077   layout:
6078     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6079     layout: "plot-throughput"
6080
6081 -
6082   type: "plot"
6083   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6084   algorithm: "plot_performance_box"
6085   output-file-type: ".html"
6086   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6087   data: "plot-vpp-throughput-latency-3n-hsw"
6088   filter: "'NIC_Intel-X710' and
6089            '64B' and
6090            'NDRPDR' and
6091            '2T2C' and
6092            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6093            not 'ACL' and
6094            not 'VHOST' and
6095            not 'MEMIF'"
6096   parameters:
6097   - "throughput"
6098   - "parent"
6099   - "tags"
6100   sort:
6101   - "L2XCBASE"    # l2xcbase
6102   - "L2BDBASE"    # l2bdbase
6103   - "L2XCFWD"     # dot1q-l2xcbase
6104   - "L2BDMACLRN"  # dot1q-l2bdbase
6105   traces:
6106     hoverinfo: "x+y"
6107     boxpoints: "outliers"
6108     whiskerwidth: 0
6109   layout:
6110     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6111     layout: "plot-throughput"
6112
6113 -
6114   type: "plot"
6115   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6116   algorithm: "plot_performance_box"
6117   output-file-type: ".html"
6118   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6119   data: "plot-vpp-throughput-latency-3n-hsw"
6120   filter: "'NIC_Intel-X710' and
6121            '64B' and
6122            'NDRPDR' and
6123            '2T2C' and
6124            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6125            not 'ACL' and
6126            not 'VHOST' and
6127            not 'MEMIF'"
6128   parameters:
6129   - "throughput"
6130   - "parent"
6131   - "tags"
6132   sort:
6133   - "L2XCBASE"    # l2xcbase
6134   - "L2BDBASE"    # l2bdbase
6135   - "L2XCFWD"     # dot1q-l2xcbase
6136   - "L2BDMACLRN"  # dot1q-l2bdbase
6137   traces:
6138     hoverinfo: "x+y"
6139     boxpoints: "outliers"
6140     whiskerwidth: 0
6141   layout:
6142     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6143     layout: "plot-throughput"
6144
6145 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6146 -
6147   type: "plot"
6148   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6149   algorithm: "plot_performance_box"
6150   output-file-type: ".html"
6151   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6152   data: "plot-vpp-throughput-latency-3n-hsw"
6153   filter: "'NIC_Intel-XL710' and
6154            '64B' and
6155            ('BASE' or 'SCALE') and
6156            'NDRPDR' and
6157            'ETH' and
6158            '1T1C' and
6159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6160            not 'VHOST' and
6161            not 'MEMIF'"
6162   parameters:
6163   - "throughput"
6164   - "parent"
6165   - "tags"
6166   sort:
6167   - "L2PATCH"
6168   - "L2XCBASE"
6169   - "BASE"
6170   - "FIB_10K"
6171   - "FIB_100K"
6172   - "FIB_1M"
6173   traces:
6174     hoverinfo: "x+y"
6175     boxpoints: "outliers"
6176     whiskerwidth: 0
6177   layout:
6178     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6179     layout: "plot-throughput"
6180
6181 -
6182   type: "plot"
6183   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6184   algorithm: "plot_performance_box"
6185   output-file-type: ".html"
6186   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6187   data: "plot-vpp-throughput-latency-3n-hsw"
6188   filter: "'NIC_Intel-XL710' and
6189            '64B' and
6190            ('BASE' or 'SCALE') and
6191            'NDRPDR' and
6192            'ETH' and
6193            '1T1C' and
6194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6195            not 'VHOST' and
6196            not 'MEMIF'"
6197   parameters:
6198   - "throughput"
6199   - "parent"
6200   - "tags"
6201   sort:
6202   - "L2PATCH"
6203   - "L2XCBASE"
6204   - "BASE"
6205   - "FIB_10K"
6206   - "FIB_100K"
6207   - "FIB_1M"
6208   traces:
6209     hoverinfo: "x+y"
6210     boxpoints: "outliers"
6211     whiskerwidth: 0
6212   layout:
6213     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6214     layout: "plot-throughput"
6215
6216 -
6217   type: "plot"
6218   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6219   algorithm: "plot_performance_box"
6220   output-file-type: ".html"
6221   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6222   data: "plot-vpp-throughput-latency-3n-hsw"
6223   filter: "'NIC_Intel-XL710' and
6224            '64B' and
6225            ('BASE' or 'SCALE') and
6226            'NDRPDR' and
6227            'ETH' and
6228            '2T2C' and
6229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6230            not 'VHOST' and
6231            not 'MEMIF'"
6232   parameters:
6233   - "throughput"
6234   - "parent"
6235   - "tags"
6236   sort:
6237   - "L2PATCH"
6238   - "L2XCBASE"
6239   - "BASE"
6240   - "FIB_10K"
6241   - "FIB_100K"
6242   - "FIB_1M"
6243   traces:
6244     hoverinfo: "x+y"
6245     boxpoints: "outliers"
6246     whiskerwidth: 0
6247   layout:
6248     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6249     layout: "plot-throughput"
6250
6251 -
6252   type: "plot"
6253   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6254   algorithm: "plot_performance_box"
6255   output-file-type: ".html"
6256   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6257   data: "plot-vpp-throughput-latency-3n-hsw"
6258   filter: "'NIC_Intel-XL710' and
6259            '64B' and
6260            ('BASE' or 'SCALE') and
6261            'NDRPDR' and
6262            'ETH' and
6263            '2T2C' and
6264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6265            not 'VHOST' and
6266            not 'MEMIF'"
6267   parameters:
6268   - "throughput"
6269   - "parent"
6270   - "tags"
6271   sort:
6272   - "L2PATCH"
6273   - "L2XCBASE"
6274   - "BASE"
6275   - "FIB_10K"
6276   - "FIB_100K"
6277   - "FIB_1M"
6278   traces:
6279     hoverinfo: "x+y"
6280     boxpoints: "outliers"
6281     whiskerwidth: 0
6282   layout:
6283     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6284     layout: "plot-throughput"
6285
6286 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6287 -
6288   type: "plot"
6289   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6290   algorithm: "plot_performance_box"
6291   output-file-type: ".html"
6292   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6293   data: "plot-vpp-throughput-latency-3n-skx"
6294   filter: "'NIC_Intel-X710' and
6295            '64B' and
6296            ('BASE' or 'SCALE') and
6297            'NDRPDR' and
6298            'ETH' and
6299            '2T1C' and
6300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6301            not 'VHOST' and
6302            not 'MEMIF' and
6303            not 'DRV_AVF'"
6304   parameters:
6305   - "throughput"
6306   - "parent"
6307   - "tags"
6308   sort:
6309   - "L2PATCH"
6310   - "L2XCBASE"
6311   - "BASE"
6312   - "FIB_10K"
6313   - "FIB_100K"
6314   - "FIB_1M"
6315   traces:
6316     hoverinfo: "x+y"
6317     boxpoints: "outliers"
6318     whiskerwidth: 0
6319   layout:
6320     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6321     layout: "plot-throughput"
6322
6323 -
6324   type: "plot"
6325   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6326   algorithm: "plot_performance_box"
6327   output-file-type: ".html"
6328   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6329   data: "plot-vpp-throughput-latency-3n-skx"
6330   filter: "'NIC_Intel-X710' and
6331            '64B' and
6332            ('BASE' or 'SCALE') and
6333            'NDRPDR' and
6334            'ETH' and
6335            '2T1C' and
6336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6337            not 'VHOST' and
6338            not 'MEMIF' and
6339            not 'DRV_AVF'"
6340   parameters:
6341   - "throughput"
6342   - "parent"
6343   - "tags"
6344   sort:
6345   - "L2PATCH"
6346   - "L2XCBASE"
6347   - "BASE"
6348   - "FIB_10K"
6349   - "FIB_100K"
6350   - "FIB_1M"
6351   traces:
6352     hoverinfo: "x+y"
6353     boxpoints: "outliers"
6354     whiskerwidth: 0
6355   layout:
6356     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6357     layout: "plot-throughput"
6358
6359 -
6360   type: "plot"
6361   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6362   algorithm: "plot_performance_box"
6363   output-file-type: ".html"
6364   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6365   data: "plot-vpp-throughput-latency-3n-skx"
6366   filter: "'NIC_Intel-X710' and
6367            '64B' and
6368            ('BASE' or 'SCALE') and
6369            'NDRPDR' and
6370            'ETH' and
6371            '4T2C' and
6372            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6373            not 'VHOST' and
6374            not 'MEMIF' and
6375            not 'DRV_AVF'"
6376   parameters:
6377   - "throughput"
6378   - "parent"
6379   - "tags"
6380   sort:
6381   - "L2PATCH"
6382   - "L2XCBASE"
6383   - "BASE"
6384   - "FIB_10K"
6385   - "FIB_100K"
6386   - "FIB_1M"
6387   traces:
6388     hoverinfo: "x+y"
6389     boxpoints: "outliers"
6390     whiskerwidth: 0
6391   layout:
6392     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6393     layout: "plot-throughput"
6394
6395 -
6396   type: "plot"
6397   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6398   algorithm: "plot_performance_box"
6399   output-file-type: ".html"
6400   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6401   data: "plot-vpp-throughput-latency-3n-skx"
6402   filter: "'NIC_Intel-X710' and
6403            '64B' and
6404            ('BASE' or 'SCALE') and
6405            'NDRPDR' and
6406            'ETH' and
6407            '4T2C' and
6408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6409            not 'VHOST' and
6410            not 'MEMIF' and
6411            not 'DRV_AVF'"
6412   parameters:
6413   - "throughput"
6414   - "parent"
6415   - "tags"
6416   sort:
6417   - "L2PATCH"
6418   - "L2XCBASE"
6419   - "BASE"
6420   - "FIB_10K"
6421   - "FIB_100K"
6422   - "FIB_1M"
6423   traces:
6424     hoverinfo: "x+y"
6425     boxpoints: "outliers"
6426     whiskerwidth: 0
6427   layout:
6428     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6429     layout: "plot-throughput"
6430
6431 # Packet Throughput - VPP L2 3n-skx-x710 features
6432 -
6433   type: "plot"
6434   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6435   algorithm: "plot_performance_box"
6436   output-file-type: ".html"
6437   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6438   data: "plot-vpp-throughput-latency-3n-skx"
6439   filter: "'NIC_Intel-X710' and
6440            '64B' and
6441            'NDRPDR' and
6442            '2T1C' and
6443            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6444            not 'ACL' and
6445            not 'VHOST' and
6446            not 'MEMIF'"
6447   parameters:
6448   - "throughput"
6449   - "parent"
6450   - "tags"
6451   sort:
6452   - "L2XCBASE"    # l2xcbase
6453   - "L2BDBASE"    # l2bdbase
6454   - "L2XCFWD"     # dot1q-l2xcbase
6455   - "L2BDMACLRN"  # dot1q-l2bdbase
6456   traces:
6457     hoverinfo: "x+y"
6458     boxpoints: "outliers"
6459     whiskerwidth: 0
6460   layout:
6461     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6462     layout: "plot-throughput"
6463
6464 -
6465   type: "plot"
6466   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6467   algorithm: "plot_performance_box"
6468   output-file-type: ".html"
6469   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6470   data: "plot-vpp-throughput-latency-3n-skx"
6471   filter: "'NIC_Intel-X710' and
6472            '64B' and
6473            'NDRPDR' and
6474            '2T1C' and
6475            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6476            not 'ACL' and
6477            not 'VHOST' and
6478            not 'MEMIF'"
6479   parameters:
6480   - "throughput"
6481   - "parent"
6482   - "tags"
6483   sort:
6484   - "L2XCBASE"    # l2xcbase
6485   - "L2BDBASE"    # l2bdbase
6486   - "L2XCFWD"     # dot1q-l2xcbase
6487   - "L2BDMACLRN"  # dot1q-l2bdbase
6488   traces:
6489     hoverinfo: "x+y"
6490     boxpoints: "outliers"
6491     whiskerwidth: 0
6492   layout:
6493     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6494     layout: "plot-throughput"
6495
6496 -
6497   type: "plot"
6498   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6499   algorithm: "plot_performance_box"
6500   output-file-type: ".html"
6501   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6502   data: "plot-vpp-throughput-latency-3n-skx"
6503   filter: "'NIC_Intel-X710' and
6504            '64B' and
6505            'NDRPDR' and
6506            '4T2C' and
6507            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6508            not 'ACL' and
6509            not 'VHOST' and
6510            not 'MEMIF'"
6511   parameters:
6512   - "throughput"
6513   - "parent"
6514   - "tags"
6515   sort:
6516   - "L2XCBASE"    # l2xcbase
6517   - "L2BDBASE"    # l2bdbase
6518   - "L2XCFWD"     # dot1q-l2xcbase
6519   - "L2BDMACLRN"  # dot1q-l2bdbase
6520   traces:
6521     hoverinfo: "x+y"
6522     boxpoints: "outliers"
6523     whiskerwidth: 0
6524   layout:
6525     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6526     layout: "plot-throughput"
6527
6528 -
6529   type: "plot"
6530   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6531   algorithm: "plot_performance_box"
6532   output-file-type: ".html"
6533   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6534   data: "plot-vpp-throughput-latency-3n-skx"
6535   filter: "'NIC_Intel-X710' and
6536            '64B' and
6537            'NDRPDR' and
6538            '4T2C' and
6539            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6540            not 'ACL' and
6541            not 'VHOST' and
6542            not 'MEMIF'"
6543   parameters:
6544   - "throughput"
6545   - "parent"
6546   - "tags"
6547   sort:
6548   - "L2XCBASE"    # l2xcbase
6549   - "L2BDBASE"    # l2bdbase
6550   - "L2XCFWD"     # dot1q-l2xcbase
6551   - "L2BDMACLRN"  # dot1q-l2bdbase
6552   traces:
6553     hoverinfo: "x+y"
6554     boxpoints: "outliers"
6555     whiskerwidth: 0
6556   layout:
6557     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6558     layout: "plot-throughput"
6559
6560 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6561 -
6562   type: "plot"
6563   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6564   algorithm: "plot_performance_box"
6565   output-file-type: ".html"
6566   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6567   data: "plot-vpp-throughput-latency-3n-skx"
6568   filter: "'NIC_Intel-XXV710' and
6569            '64B' and
6570            ('BASE' or 'SCALE') and
6571            'NDRPDR' and
6572            'ETH' and
6573            '2T1C' and
6574            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6575            not 'VHOST' and
6576            not 'MEMIF' and
6577            not 'DRV_AVF'"
6578   parameters:
6579   - "throughput"
6580   - "parent"
6581   - "tags"
6582   sort:
6583   - "L2PATCH"
6584   - "L2XCBASE"
6585   - "BASE"
6586   - "FIB_10K"
6587   - "FIB_100K"
6588   - "FIB_1M"
6589   traces:
6590     hoverinfo: "x+y"
6591     boxpoints: "outliers"
6592     whiskerwidth: 0
6593   layout:
6594     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6595     layout: "plot-throughput"
6596
6597 -
6598   type: "plot"
6599   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6600   algorithm: "plot_performance_box"
6601   output-file-type: ".html"
6602   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6603   data: "plot-vpp-throughput-latency-3n-skx"
6604   filter: "'NIC_Intel-XXV710' and
6605            '64B' and
6606            ('BASE' or 'SCALE') and
6607            'NDRPDR' and
6608            'ETH' and
6609            '2T1C' and
6610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6611            not 'VHOST' and
6612            not 'MEMIF' and
6613            not 'DRV_AVF'"
6614   parameters:
6615   - "throughput"
6616   - "parent"
6617   - "tags"
6618   sort:
6619   - "L2PATCH"
6620   - "L2XCBASE"
6621   - "BASE"
6622   - "FIB_10K"
6623   - "FIB_100K"
6624   - "FIB_1M"
6625   traces:
6626     hoverinfo: "x+y"
6627     boxpoints: "outliers"
6628     whiskerwidth: 0
6629   layout:
6630     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6631     layout: "plot-throughput"
6632
6633 -
6634   type: "plot"
6635   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6636   algorithm: "plot_performance_box"
6637   output-file-type: ".html"
6638   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6639   data: "plot-vpp-throughput-latency-3n-skx"
6640   filter: "'NIC_Intel-XXV710' and
6641            '64B' and
6642            ('BASE' or 'SCALE') and
6643            'NDRPDR' and
6644            'ETH' and
6645            '4T2C' and
6646            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6647            not 'VHOST' and
6648            not 'MEMIF' and
6649            not 'DRV_AVF'"
6650   parameters:
6651   - "throughput"
6652   - "parent"
6653   - "tags"
6654   sort:
6655   - "L2PATCH"
6656   - "L2XCBASE"
6657   - "BASE"
6658   - "FIB_10K"
6659   - "FIB_100K"
6660   - "FIB_1M"
6661   traces:
6662     hoverinfo: "x+y"
6663     boxpoints: "outliers"
6664     whiskerwidth: 0
6665   layout:
6666     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6667     layout: "plot-throughput"
6668
6669 -
6670   type: "plot"
6671   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6672   algorithm: "plot_performance_box"
6673   output-file-type: ".html"
6674   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6675   data: "plot-vpp-throughput-latency-3n-skx"
6676   filter: "'NIC_Intel-XXV710' and
6677            '64B' and
6678            ('BASE' or 'SCALE') and
6679            'NDRPDR' and
6680            'ETH' and
6681            '4T2C' and
6682            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6683            not 'VHOST' and
6684            not 'MEMIF' and
6685            not 'DRV_AVF'"
6686   parameters:
6687   - "throughput"
6688   - "parent"
6689   - "tags"
6690   sort:
6691   - "L2PATCH"
6692   - "L2XCBASE"
6693   - "BASE"
6694   - "FIB_10K"
6695   - "FIB_100K"
6696   - "FIB_1M"
6697   traces:
6698     hoverinfo: "x+y"
6699     boxpoints: "outliers"
6700     whiskerwidth: 0
6701   layout:
6702     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6703     layout: "plot-throughput"
6704
6705 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6706 -
6707   type: "plot"
6708   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6709   algorithm: "plot_performance_box"
6710   output-file-type: ".html"
6711   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6712   data: "plot-vpp-throughput-latency-2n-skx"
6713   filter: "'NIC_Intel-X710' and
6714            '64B' and
6715            ('BASE' or 'SCALE') and
6716            'NDRPDR' and
6717            'ETH' and
6718            '2T1C' and
6719            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6720            not 'VHOST' and
6721            not 'MEMIF'"
6722   parameters:
6723   - "throughput"
6724   - "parent"
6725   - "tags"
6726   sort:
6727   - "L2PATCH"
6728   - "L2XCBASE"
6729   - "BASE"
6730   - "FIB_10K"
6731   - "FIB_100K"
6732   - "FIB_1M"
6733   traces:
6734     hoverinfo: "x+y"
6735     boxpoints: "outliers"
6736     whiskerwidth: 0
6737   layout:
6738     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6739     layout: "plot-throughput"
6740
6741 -
6742   type: "plot"
6743   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6744   algorithm: "plot_performance_box"
6745   output-file-type: ".html"
6746   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6747   data: "plot-vpp-throughput-latency-2n-skx"
6748   filter: "'NIC_Intel-X710' and
6749            '64B' and
6750            ('BASE' or 'SCALE') and
6751            'NDRPDR' and
6752            'ETH' and
6753            '2T1C' and
6754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6755            not 'VHOST' and
6756            not 'MEMIF'"
6757   parameters:
6758   - "throughput"
6759   - "parent"
6760   - "tags"
6761   sort:
6762   - "L2PATCH"
6763   - "L2XCBASE"
6764   - "BASE"
6765   - "FIB_10K"
6766   - "FIB_100K"
6767   - "FIB_1M"
6768   traces:
6769     hoverinfo: "x+y"
6770     boxpoints: "outliers"
6771     whiskerwidth: 0
6772   layout:
6773     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6774     layout: "plot-throughput"
6775
6776 -
6777   type: "plot"
6778   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6779   algorithm: "plot_performance_box"
6780   output-file-type: ".html"
6781   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6782   data: "plot-vpp-throughput-latency-2n-skx"
6783   filter: "'NIC_Intel-X710' and
6784            '64B' and
6785            ('BASE' or 'SCALE') and
6786            'NDRPDR' and
6787            'ETH' and
6788            '4T2C' and
6789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6790            not 'VHOST' and
6791            not 'MEMIF'"
6792   parameters:
6793   - "throughput"
6794   - "parent"
6795   - "tags"
6796   sort:
6797   - "L2PATCH"
6798   - "L2XCBASE"
6799   - "BASE"
6800   - "FIB_10K"
6801   - "FIB_100K"
6802   - "FIB_1M"
6803   traces:
6804     hoverinfo: "x+y"
6805     boxpoints: "outliers"
6806     whiskerwidth: 0
6807   layout:
6808     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6809     layout: "plot-throughput"
6810
6811 -
6812   type: "plot"
6813   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6814   algorithm: "plot_performance_box"
6815   output-file-type: ".html"
6816   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6817   data: "plot-vpp-throughput-latency-2n-skx"
6818   filter: "'NIC_Intel-X710' and
6819            '64B' and
6820            ('BASE' or 'SCALE') and
6821            'NDRPDR' and
6822            'ETH' and
6823            '4T2C' and
6824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6825            not 'VHOST' and
6826            not 'MEMIF'"
6827   parameters:
6828   - "throughput"
6829   - "parent"
6830   - "tags"
6831   sort:
6832   - "L2PATCH"
6833   - "L2XCBASE"
6834   - "BASE"
6835   - "FIB_10K"
6836   - "FIB_100K"
6837   - "FIB_1M"
6838   traces:
6839     hoverinfo: "x+y"
6840     boxpoints: "outliers"
6841     whiskerwidth: 0
6842   layout:
6843     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6844     layout: "plot-throughput"
6845
6846 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6847 -
6848   type: "plot"
6849   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6850   algorithm: "plot_performance_box"
6851   output-file-type: ".html"
6852   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6853   data: "plot-vpp-throughput-latency-2n-skx"
6854   filter: "'NIC_Intel-XXV710' and
6855            '64B' and
6856            ('BASE' or 'SCALE') and
6857            'NDRPDR' and
6858            'ETH' and
6859            '2T1C' and
6860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6861            not 'VHOST' and
6862            not 'MEMIF'"
6863   parameters:
6864   - "throughput"
6865   - "parent"
6866   - "tags"
6867   sort:
6868   - "L2PATCH"
6869   - "L2XCBASE"
6870   - "BASE"
6871   - "FIB_10K"
6872   - "FIB_100K"
6873   - "FIB_1M"
6874   traces:
6875     hoverinfo: "x+y"
6876     boxpoints: "outliers"
6877     whiskerwidth: 0
6878   layout:
6879     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6880     layout: "plot-throughput"
6881
6882 -
6883   type: "plot"
6884   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6885   algorithm: "plot_performance_box"
6886   output-file-type: ".html"
6887   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6888   data: "plot-vpp-throughput-latency-2n-skx"
6889   filter: "'NIC_Intel-XXV710' and
6890            '64B' and
6891            ('BASE' or 'SCALE') and
6892            'NDRPDR' and
6893            'ETH' and
6894            '2T1C' and
6895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6896            not 'VHOST' and
6897            not 'MEMIF'"
6898   parameters:
6899   - "throughput"
6900   - "parent"
6901   - "tags"
6902   sort:
6903   - "L2PATCH"
6904   - "L2XCBASE"
6905   - "BASE"
6906   - "FIB_10K"
6907   - "FIB_100K"
6908   - "FIB_1M"
6909   traces:
6910     hoverinfo: "x+y"
6911     boxpoints: "outliers"
6912     whiskerwidth: 0
6913   layout:
6914     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6915     layout: "plot-throughput"
6916
6917 -
6918   type: "plot"
6919   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6920   algorithm: "plot_performance_box"
6921   output-file-type: ".html"
6922   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6923   data: "plot-vpp-throughput-latency-2n-skx"
6924   filter: "'NIC_Intel-XXV710' and
6925            '64B' and
6926            ('BASE' or 'SCALE') and
6927            'NDRPDR' and
6928            'ETH' and
6929            '4T2C' and
6930            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6931            not 'VHOST' and
6932            not 'MEMIF'"
6933   parameters:
6934   - "throughput"
6935   - "parent"
6936   - "tags"
6937   sort:
6938   - "L2PATCH"
6939   - "L2XCBASE"
6940   - "BASE"
6941   - "FIB_10K"
6942   - "FIB_100K"
6943   - "FIB_1M"
6944   traces:
6945     hoverinfo: "x+y"
6946     boxpoints: "outliers"
6947     whiskerwidth: 0
6948   layout:
6949     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6950     layout: "plot-throughput"
6951
6952 -
6953   type: "plot"
6954   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6955   algorithm: "plot_performance_box"
6956   output-file-type: ".html"
6957   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6958   data: "plot-vpp-throughput-latency-2n-skx"
6959   filter: "'NIC_Intel-XXV710' and
6960            '64B' and
6961            ('BASE' or 'SCALE') and
6962            'NDRPDR' and
6963            'ETH' and
6964            '4T2C' and
6965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6966            not 'VHOST' and
6967            not 'MEMIF'"
6968   parameters:
6969   - "throughput"
6970   - "parent"
6971   - "tags"
6972   sort:
6973   - "L2PATCH"
6974   - "L2XCBASE"
6975   - "BASE"
6976   - "FIB_10K"
6977   - "FIB_100K"
6978   - "FIB_1M"
6979   traces:
6980     hoverinfo: "x+y"
6981     boxpoints: "outliers"
6982     whiskerwidth: 0
6983   layout:
6984     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6985     layout: "plot-throughput"
6986
6987 # Packet Throughput - VPP L2 2n-dnv-x553 base
6988 -
6989   type: "plot"
6990   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6991   algorithm: "plot_performance_box"
6992   output-file-type: ".html"
6993   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6994   data: "intel-dnv-vpp"
6995   filter: "'NIC_Intel-X553' and
6996            '64B' and
6997            'BASE' and
6998            'NDRPDR' and
6999            'ETH' and
7000            '1T1C' and
7001            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7002            not 'VHOST' and
7003            not 'MEMIF'"
7004   parameters:
7005   - "throughput"
7006   - "parent"
7007   - "tags"
7008   sort:
7009   - "L2XCBASE"
7010   - "L2BDMACLRN"
7011   - "L2PATCH"
7012   traces:
7013     hoverinfo: "x+y"
7014     boxpoints: "outliers"
7015     whiskerwidth: 0
7016   layout:
7017     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7018     layout: "plot-throughput"
7019
7020 -
7021   type: "plot"
7022   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7023   algorithm: "plot_performance_box"
7024   output-file-type: ".html"
7025   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7026   data: "intel-dnv-vpp"
7027   filter: "'NIC_Intel-X553' and
7028            '64B' and
7029            ('BASE' or 'SCALE') and
7030            'NDRPDR' and
7031            'ETH' and
7032            '1T1C' and
7033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7034            not 'VHOST' and
7035            not 'MEMIF'"
7036   parameters:
7037   - "throughput"
7038   - "parent"
7039   - "tags"
7040   sort:
7041   - "L2XCBASE"
7042   - "L2BDMACLRN"
7043   - "L2PATCH"
7044   traces:
7045     hoverinfo: "x+y"
7046     boxpoints: "outliers"
7047     whiskerwidth: 0
7048   layout:
7049     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7050     layout: "plot-throughput"
7051
7052 -
7053   type: "plot"
7054   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7055   algorithm: "plot_performance_box"
7056   output-file-type: ".html"
7057   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7058   data: "intel-dnv-vpp"
7059   filter: "'NIC_Intel-X553' and
7060            '64B' and
7061            ('BASE' or 'SCALE') and
7062            'NDRPDR' and
7063            'ETH' and
7064            '2T2C' and
7065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7066            not 'VHOST' and
7067            not 'MEMIF'"
7068   parameters:
7069   - "throughput"
7070   - "parent"
7071   - "tags"
7072   sort:
7073   - "L2XCBASE"
7074   - "L2BDMACLRN"
7075   - "L2PATCH"
7076   traces:
7077     hoverinfo: "x+y"
7078     boxpoints: "outliers"
7079     whiskerwidth: 0
7080   layout:
7081     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7082     layout: "plot-throughput"
7083
7084 -
7085   type: "plot"
7086   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7087   algorithm: "plot_performance_box"
7088   output-file-type: ".html"
7089   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7090   data: "intel-dnv-vpp"
7091   filter: "'NIC_Intel-X553' and
7092            '64B' and
7093            ('BASE' or 'SCALE') and
7094            'NDRPDR' and
7095            'ETH' and
7096            '2T2C' and
7097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7098            not 'VHOST' and
7099            not 'MEMIF'"
7100   parameters:
7101   - "throughput"
7102   - "parent"
7103   - "tags"
7104   sort:
7105   - "L2XCBASE"
7106   - "L2BDMACLRN"
7107   - "L2PATCH"
7108   traces:
7109     hoverinfo: "x+y"
7110     boxpoints: "outliers"
7111     whiskerwidth: 0
7112   layout:
7113     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7114     layout: "plot-throughput"
7115
7116 ################################################################################
7117
7118 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7119 -
7120   type: "plot"
7121   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7122   algorithm: "plot_performance_box"
7123   output-file-type: ".html"
7124   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7125   data: "plot-vpp-throughput-latency-3n-hsw"
7126   filter: "'NIC_Intel-X520-DA2' and
7127            '64B' and
7128            ('BASE' or 'SCALE') and
7129            'NDRPDR' and
7130            '1T1C' and
7131            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7132            not 'VHOST' and
7133            'MEMIF'"
7134   parameters:
7135   - "throughput"
7136   - "parent"
7137   - "tags"
7138   sort:
7139   - "L2XCFWD"
7140   - "L2XCFWD"
7141   - "L2XCFWD"
7142   - "L2BDMACLRN"
7143   - "L2BDMACLRN"
7144   - "L2BDMACLRN"
7145   traces:
7146     hoverinfo: "x+y"
7147     boxpoints: "outliers"
7148     whiskerwidth: 0
7149   layout:
7150     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7151     layout: "plot-throughput"
7152
7153 -
7154   type: "plot"
7155   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7156   algorithm: "plot_performance_box"
7157   output-file-type: ".html"
7158   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7159   data: "plot-vpp-throughput-latency-3n-hsw"
7160   filter: "'NIC_Intel-X520-DA2' and
7161            '64B' and
7162            ('BASE' or 'SCALE') and
7163            'NDRPDR' and
7164            '1T1C' and
7165            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7166            not 'VHOST' and
7167            'MEMIF'"
7168   parameters:
7169   - "throughput"
7170   - "parent"
7171   - "tags"
7172   sort:
7173   - "L2XCFWD"
7174   - "L2XCFWD"
7175   - "L2XCFWD"
7176   - "L2BDMACLRN"
7177   - "L2BDMACLRN"
7178   - "L2BDMACLRN"
7179   traces:
7180     hoverinfo: "x+y"
7181     boxpoints: "outliers"
7182     whiskerwidth: 0
7183   layout:
7184     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7185     layout: "plot-throughput"
7186
7187 -
7188   type: "plot"
7189   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7190   algorithm: "plot_performance_box"
7191   output-file-type: ".html"
7192   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7193   data: "plot-vpp-throughput-latency-3n-hsw"
7194   filter: "'NIC_Intel-X520-DA2' and
7195            '64B' and
7196            ('BASE' or 'SCALE') and
7197            'NDRPDR' and
7198            '2T2C' and
7199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7200            not 'VHOST' and
7201            'MEMIF'"
7202   parameters:
7203   - "throughput"
7204   - "parent"
7205   - "tags"
7206   sort:
7207   - "L2XCFWD"
7208   - "L2XCFWD"
7209   - "L2XCFWD"
7210   - "L2BDMACLRN"
7211   - "L2BDMACLRN"
7212   - "L2BDMACLRN"
7213   traces:
7214     hoverinfo: "x+y"
7215     boxpoints: "outliers"
7216     whiskerwidth: 0
7217   layout:
7218     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7219     layout: "plot-throughput"
7220
7221 -
7222   type: "plot"
7223   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7224   algorithm: "plot_performance_box"
7225   output-file-type: ".html"
7226   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7227   data: "plot-vpp-throughput-latency-3n-hsw"
7228   filter: "'NIC_Intel-X520-DA2' and
7229            '64B' and
7230            ('BASE' or 'SCALE') and
7231            'NDRPDR' and
7232            '2T2C' and
7233            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7234            not 'VHOST' and
7235            'MEMIF'"
7236   parameters:
7237   - "throughput"
7238   - "parent"
7239   - "tags"
7240   sort:
7241   - "L2XCFWD"
7242   - "L2XCFWD"
7243   - "L2XCFWD"
7244   - "L2BDMACLRN"
7245   - "L2BDMACLRN"
7246   - "L2BDMACLRN"
7247   traces:
7248     hoverinfo: "x+y"
7249     boxpoints: "outliers"
7250     whiskerwidth: 0
7251   layout:
7252     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7253     layout: "plot-throughput"
7254
7255 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7256 -
7257   type: "plot"
7258   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7259   algorithm: "plot_performance_box"
7260   output-file-type: ".html"
7261   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7262   data: "plot-vpp-throughput-latency-3n-hsw"
7263   filter: "'NIC_Intel-X710' and
7264            '64B' and
7265            ('BASE' or 'SCALE') and
7266            'NDRPDR' and
7267            '1T1C' and
7268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7269            not 'VHOST' and
7270            'MEMIF'"
7271   parameters:
7272   - "throughput"
7273   - "parent"
7274   - "tags"
7275   sort:
7276   - "L2XCFWD"
7277   - "L2XCFWD"
7278   - "L2XCFWD"
7279   - "L2BDMACLRN"
7280   - "L2BDMACLRN"
7281   - "L2BDMACLRN"
7282   traces:
7283     hoverinfo: "x+y"
7284     boxpoints: "outliers"
7285     whiskerwidth: 0
7286   layout:
7287     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7288     layout: "plot-throughput"
7289
7290 -
7291   type: "plot"
7292   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7293   algorithm: "plot_performance_box"
7294   output-file-type: ".html"
7295   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7296   data: "plot-vpp-throughput-latency-3n-hsw"
7297   filter: "'NIC_Intel-X710' and
7298            '64B' and
7299            ('BASE' or 'SCALE') and
7300            'NDRPDR' and
7301            '1T1C' and
7302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7303            not 'VHOST' and
7304            'MEMIF'"
7305   parameters:
7306   - "throughput"
7307   - "parent"
7308   - "tags"
7309   sort:
7310   - "L2XCFWD"
7311   - "L2XCFWD"
7312   - "L2XCFWD"
7313   - "L2BDMACLRN"
7314   - "L2BDMACLRN"
7315   - "L2BDMACLRN"
7316   traces:
7317     hoverinfo: "x+y"
7318     boxpoints: "outliers"
7319     whiskerwidth: 0
7320   layout:
7321     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7322     layout: "plot-throughput"
7323
7324 -
7325   type: "plot"
7326   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7327   algorithm: "plot_performance_box"
7328   output-file-type: ".html"
7329   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7330   data: "plot-vpp-throughput-latency-3n-hsw"
7331   filter: "'NIC_Intel-X710' and
7332            '64B' and
7333            ('BASE' or 'SCALE') and
7334            'NDRPDR' and
7335            '2T2C' and
7336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7337            not 'VHOST' and
7338            'MEMIF'"
7339   parameters:
7340   - "throughput"
7341   - "parent"
7342   - "tags"
7343   sort:
7344   - "L2XCFWD"
7345   - "L2XCFWD"
7346   - "L2XCFWD"
7347   - "L2BDMACLRN"
7348   - "L2BDMACLRN"
7349   - "L2BDMACLRN"
7350   traces:
7351     hoverinfo: "x+y"
7352     boxpoints: "outliers"
7353     whiskerwidth: 0
7354   layout:
7355     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7356     layout: "plot-throughput"
7357
7358 -
7359   type: "plot"
7360   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7361   algorithm: "plot_performance_box"
7362   output-file-type: ".html"
7363   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7364   data: "plot-vpp-throughput-latency-3n-hsw"
7365   filter: "'NIC_Intel-X710' and
7366            '64B' and
7367            ('BASE' or 'SCALE') and
7368            'NDRPDR' and
7369            '2T2C' and
7370            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7371            not 'VHOST' and
7372            'MEMIF'"
7373   parameters:
7374   - "throughput"
7375   - "parent"
7376   - "tags"
7377   sort:
7378   - "L2XCFWD"
7379   - "L2XCFWD"
7380   - "L2XCFWD"
7381   - "L2BDMACLRN"
7382   - "L2BDMACLRN"
7383   - "L2BDMACLRN"
7384   traces:
7385     hoverinfo: "x+y"
7386     boxpoints: "outliers"
7387     whiskerwidth: 0
7388   layout:
7389     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7390     layout: "plot-throughput"
7391
7392 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7393 -
7394   type: "plot"
7395   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7396   algorithm: "plot_performance_box"
7397   output-file-type: ".html"
7398   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7399   data: "plot-vpp-throughput-latency-3n-hsw"
7400   filter: "'NIC_Intel-XL710' and
7401            '64B' and
7402            ('BASE' or 'SCALE') and
7403            'NDRPDR' and
7404            '1T1C' and
7405            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7406            not 'VHOST' and
7407            'MEMIF'"
7408   parameters:
7409   - "throughput"
7410   - "parent"
7411   - "tags"
7412   sort:
7413   - "L2XCFWD"
7414   - "L2XCFWD"
7415   - "L2XCFWD"
7416   - "L2BDMACLRN"
7417   - "L2BDMACLRN"
7418   - "L2BDMACLRN"
7419   traces:
7420     hoverinfo: "x+y"
7421     boxpoints: "outliers"
7422     whiskerwidth: 0
7423   layout:
7424     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7425     layout: "plot-throughput"
7426
7427 -
7428   type: "plot"
7429   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7430   algorithm: "plot_performance_box"
7431   output-file-type: ".html"
7432   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7433   data: "plot-vpp-throughput-latency-3n-hsw"
7434   filter: "'NIC_Intel-XL710' and
7435            '64B' and
7436            ('BASE' or 'SCALE') and
7437            'NDRPDR' and
7438            '1T1C' and
7439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7440            not 'VHOST' and
7441            'MEMIF'"
7442   parameters:
7443   - "throughput"
7444   - "parent"
7445   - "tags"
7446   sort:
7447   - "L2XCFWD"
7448   - "L2XCFWD"
7449   - "L2XCFWD"
7450   - "L2BDMACLRN"
7451   - "L2BDMACLRN"
7452   - "L2BDMACLRN"
7453   traces:
7454     hoverinfo: "x+y"
7455     boxpoints: "outliers"
7456     whiskerwidth: 0
7457   layout:
7458     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7459     layout: "plot-throughput"
7460
7461 -
7462   type: "plot"
7463   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7464   algorithm: "plot_performance_box"
7465   output-file-type: ".html"
7466   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7467   data: "plot-vpp-throughput-latency-3n-hsw"
7468   filter: "'NIC_Intel-XL710' and
7469            '64B' and
7470            ('BASE' or 'SCALE') and
7471            'NDRPDR' and
7472            '2T2C' and
7473            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7474            not 'VHOST' and
7475            'MEMIF'"
7476   parameters:
7477   - "throughput"
7478   - "parent"
7479   - "tags"
7480   sort:
7481   - "L2XCFWD"
7482   - "L2XCFWD"
7483   - "L2XCFWD"
7484   - "L2BDMACLRN"
7485   - "L2BDMACLRN"
7486   - "L2BDMACLRN"
7487   traces:
7488     hoverinfo: "x+y"
7489     boxpoints: "outliers"
7490     whiskerwidth: 0
7491   layout:
7492     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7493     layout: "plot-throughput"
7494
7495 -
7496   type: "plot"
7497   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7498   algorithm: "plot_performance_box"
7499   output-file-type: ".html"
7500   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7501   data: "plot-vpp-throughput-latency-3n-hsw"
7502   filter: "'NIC_Intel-XL710' and
7503            '64B' and
7504            ('BASE' or 'SCALE') and
7505            'NDRPDR' and
7506            '2T2C' and
7507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7508            not 'VHOST' and
7509            'MEMIF'"
7510   parameters:
7511   - "throughput"
7512   - "parent"
7513   - "tags"
7514   sort:
7515   - "L2XCFWD"
7516   - "L2XCFWD"
7517   - "L2XCFWD"
7518   - "L2BDMACLRN"
7519   - "L2BDMACLRN"
7520   - "L2BDMACLRN"
7521   traces:
7522     hoverinfo: "x+y"
7523     boxpoints: "outliers"
7524     whiskerwidth: 0
7525   layout:
7526     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7527     layout: "plot-throughput"
7528
7529 # Packet Throughput - VPP Container Memif 3n-skx-x710
7530 -
7531   type: "plot"
7532   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7533   algorithm: "plot_performance_box"
7534   output-file-type: ".html"
7535   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7536   data: "plot-vpp-throughput-latency-3n-skx"
7537   filter: "'NIC_Intel-X710' and
7538            '64B' and
7539            ('BASE' or 'SCALE') and
7540            'NDRPDR' and
7541            '2T1C' and
7542            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7543            not 'VHOST' and
7544            'MEMIF'"
7545   parameters:
7546   - "throughput"
7547   - "parent"
7548   - "tags"
7549   sort:
7550   - "L2XCFWD"
7551   - "L2XCFWD"
7552   - "L2XCFWD"
7553   - "L2BDMACLRN"
7554   - "L2BDMACLRN"
7555   - "L2BDMACLRN"
7556   traces:
7557     hoverinfo: "x+y"
7558     boxpoints: "outliers"
7559     whiskerwidth: 0
7560   layout:
7561     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7562     layout: "plot-throughput"
7563
7564 -
7565   type: "plot"
7566   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7567   algorithm: "plot_performance_box"
7568   output-file-type: ".html"
7569   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7570   data: "plot-vpp-throughput-latency-3n-skx"
7571   filter: "'NIC_Intel-X710' and
7572            '64B' and
7573            ('BASE' or 'SCALE') and
7574            'NDRPDR' and
7575            '2T1C' and
7576            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7577            not 'VHOST' and
7578            'MEMIF'"
7579   parameters:
7580   - "throughput"
7581   - "parent"
7582   - "tags"
7583   sort:
7584   - "L2XCFWD"
7585   - "L2XCFWD"
7586   - "L2XCFWD"
7587   - "L2BDMACLRN"
7588   - "L2BDMACLRN"
7589   - "L2BDMACLRN"
7590   traces:
7591     hoverinfo: "x+y"
7592     boxpoints: "outliers"
7593     whiskerwidth: 0
7594   layout:
7595     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7596     layout: "plot-throughput"
7597
7598 -
7599   type: "plot"
7600   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7601   algorithm: "plot_performance_box"
7602   output-file-type: ".html"
7603   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7604   data: "plot-vpp-throughput-latency-3n-skx"
7605   filter: "'NIC_Intel-X710' and
7606            '64B' and
7607            ('BASE' or 'SCALE') and
7608            'NDRPDR' and
7609            '4T2C' and
7610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7611            not 'VHOST' and
7612            'MEMIF'"
7613   parameters:
7614   - "throughput"
7615   - "parent"
7616   - "tags"
7617   sort:
7618   - "L2XCFWD"
7619   - "L2XCFWD"
7620   - "L2XCFWD"
7621   - "L2BDMACLRN"
7622   - "L2BDMACLRN"
7623   - "L2BDMACLRN"
7624   traces:
7625     hoverinfo: "x+y"
7626     boxpoints: "outliers"
7627     whiskerwidth: 0
7628   layout:
7629     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7630     layout: "plot-throughput"
7631
7632 -
7633   type: "plot"
7634   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7635   algorithm: "plot_performance_box"
7636   output-file-type: ".html"
7637   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7638   data: "plot-vpp-throughput-latency-3n-skx"
7639   filter: "'NIC_Intel-X710' and
7640            '64B' and
7641            ('BASE' or 'SCALE') and
7642            'NDRPDR' and
7643            '4T2C' and
7644            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7645            not 'VHOST' and
7646            'MEMIF'"
7647   parameters:
7648   - "throughput"
7649   - "parent"
7650   - "tags"
7651   sort:
7652   - "L2XCFWD"
7653   - "L2XCFWD"
7654   - "L2XCFWD"
7655   - "L2BDMACLRN"
7656   - "L2BDMACLRN"
7657   - "L2BDMACLRN"
7658   traces:
7659     hoverinfo: "x+y"
7660     boxpoints: "outliers"
7661     whiskerwidth: 0
7662   layout:
7663     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7664     layout: "plot-throughput"
7665
7666 # Packet Throughput - VPP Container Memif 2n-skx-x710
7667 -
7668   type: "plot"
7669   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7670   algorithm: "plot_performance_box"
7671   output-file-type: ".html"
7672   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7673   data: "plot-vpp-throughput-latency-2n-skx"
7674   filter: "'NIC_Intel-X710' and
7675            '64B' and
7676            ('BASE' or 'SCALE') and
7677            'NDRPDR' and
7678            '2T1C' and
7679            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7680            not 'VHOST' and
7681            'MEMIF'"
7682   parameters:
7683   - "throughput"
7684   - "parent"
7685   - "tags"
7686   sort:
7687   - "L2XCFWD"
7688   - "L2XCFWD"
7689   - "L2XCFWD"
7690   - "L2BDMACLRN"
7691   - "L2BDMACLRN"
7692   - "L2BDMACLRN"
7693   traces:
7694     hoverinfo: "x+y"
7695     boxpoints: "outliers"
7696     whiskerwidth: 0
7697   layout:
7698     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7699     layout: "plot-throughput"
7700
7701 -
7702   type: "plot"
7703   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7704   algorithm: "plot_performance_box"
7705   output-file-type: ".html"
7706   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7707   data: "plot-vpp-throughput-latency-2n-skx"
7708   filter: "'NIC_Intel-X710' and
7709            '64B' and
7710            ('BASE' or 'SCALE') and
7711            'NDRPDR' and
7712            '2T1C' and
7713            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7714            not 'VHOST' and
7715            'MEMIF'"
7716   parameters:
7717   - "throughput"
7718   - "parent"
7719   - "tags"
7720   sort:
7721   - "L2XCFWD"
7722   - "L2XCFWD"
7723   - "L2XCFWD"
7724   - "L2BDMACLRN"
7725   - "L2BDMACLRN"
7726   - "L2BDMACLRN"
7727   traces:
7728     hoverinfo: "x+y"
7729     boxpoints: "outliers"
7730     whiskerwidth: 0
7731   layout:
7732     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7733     layout: "plot-throughput"
7734
7735 -
7736   type: "plot"
7737   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7738   algorithm: "plot_performance_box"
7739   output-file-type: ".html"
7740   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7741   data: "plot-vpp-throughput-latency-2n-skx"
7742   filter: "'NIC_Intel-X710' and
7743            '64B' and
7744            ('BASE' or 'SCALE') and
7745            'NDRPDR' and
7746            '4T2C' and
7747            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7748            not 'VHOST' and
7749            'MEMIF'"
7750   parameters:
7751   - "throughput"
7752   - "parent"
7753   - "tags"
7754   sort:
7755   - "L2XCFWD"
7756   - "L2XCFWD"
7757   - "L2XCFWD"
7758   - "L2BDMACLRN"
7759   - "L2BDMACLRN"
7760   - "L2BDMACLRN"
7761   traces:
7762     hoverinfo: "x+y"
7763     boxpoints: "outliers"
7764     whiskerwidth: 0
7765   layout:
7766     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7767     layout: "plot-throughput"
7768
7769 -
7770   type: "plot"
7771   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7772   algorithm: "plot_performance_box"
7773   output-file-type: ".html"
7774   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7775   data: "plot-vpp-throughput-latency-2n-skx"
7776   filter: "'NIC_Intel-X710' and
7777            '64B' and
7778            ('BASE' or 'SCALE') and
7779            'NDRPDR' and
7780            '4T2C' and
7781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7782            not 'VHOST' and
7783            'MEMIF'"
7784   parameters:
7785   - "throughput"
7786   - "parent"
7787   - "tags"
7788   sort:
7789   - "L2XCFWD"
7790   - "L2XCFWD"
7791   - "L2XCFWD"
7792   - "L2BDMACLRN"
7793   - "L2BDMACLRN"
7794   - "L2BDMACLRN"
7795   traces:
7796     hoverinfo: "x+y"
7797     boxpoints: "outliers"
7798     whiskerwidth: 0
7799   layout:
7800     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7801     layout: "plot-throughput"
7802
7803 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7804 -
7805   type: "plot"
7806   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7807   algorithm: "plot_performance_box"
7808   output-file-type: ".html"
7809   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7810   data: "plot-vpp-throughput-latency-2n-skx"
7811   filter: "'NIC_Intel-XXV710' and
7812            '64B' and
7813            ('BASE' or 'SCALE') and
7814            'NDRPDR' and
7815            '2T1C' and
7816            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7817            not 'VHOST' and
7818            'MEMIF'"
7819   parameters:
7820   - "throughput"
7821   - "parent"
7822   - "tags"
7823   sort:
7824   - "L2XCFWD"
7825   - "L2XCFWD"
7826   - "L2XCFWD"
7827   - "L2BDMACLRN"
7828   - "L2BDMACLRN"
7829   - "L2BDMACLRN"
7830   traces:
7831     hoverinfo: "x+y"
7832     boxpoints: "outliers"
7833     whiskerwidth: 0
7834   layout:
7835     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7836     layout: "plot-throughput"
7837
7838 -
7839   type: "plot"
7840   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7841   algorithm: "plot_performance_box"
7842   output-file-type: ".html"
7843   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7844   data: "plot-vpp-throughput-latency-2n-skx"
7845   filter: "'NIC_Intel-XXV710' and
7846            '64B' and
7847            ('BASE' or 'SCALE') and
7848            'NDRPDR' and
7849            '2T1C' and
7850            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7851            not 'VHOST' and
7852            'MEMIF'"
7853   parameters:
7854   - "throughput"
7855   - "parent"
7856   - "tags"
7857   sort:
7858   - "L2XCFWD"
7859   - "L2XCFWD"
7860   - "L2XCFWD"
7861   - "L2BDMACLRN"
7862   - "L2BDMACLRN"
7863   - "L2BDMACLRN"
7864   traces:
7865     hoverinfo: "x+y"
7866     boxpoints: "outliers"
7867     whiskerwidth: 0
7868   layout:
7869     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7870     layout: "plot-throughput"
7871
7872 -
7873   type: "plot"
7874   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7875   algorithm: "plot_performance_box"
7876   output-file-type: ".html"
7877   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7878   data: "plot-vpp-throughput-latency-2n-skx"
7879   filter: "'NIC_Intel-XXV710' and
7880            '64B' and
7881            ('BASE' or 'SCALE') and
7882            'NDRPDR' and
7883            '4T2C' and
7884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7885            not 'VHOST' and
7886            'MEMIF'"
7887   parameters:
7888   - "throughput"
7889   - "parent"
7890   - "tags"
7891   sort:
7892   - "L2XCFWD"
7893   - "L2XCFWD"
7894   - "L2XCFWD"
7895   - "L2BDMACLRN"
7896   - "L2BDMACLRN"
7897   - "L2BDMACLRN"
7898   traces:
7899     hoverinfo: "x+y"
7900     boxpoints: "outliers"
7901     whiskerwidth: 0
7902   layout:
7903     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7904     layout: "plot-throughput"
7905
7906 -
7907   type: "plot"
7908   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7909   algorithm: "plot_performance_box"
7910   output-file-type: ".html"
7911   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7912   data: "plot-vpp-throughput-latency-2n-skx"
7913   filter: "'NIC_Intel-XXV710' and
7914            '64B' and
7915            ('BASE' or 'SCALE') and
7916            'NDRPDR' and
7917            '4T2C' and
7918            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7919            not 'VHOST' and
7920            'MEMIF'"
7921   parameters:
7922   - "throughput"
7923   - "parent"
7924   - "tags"
7925   sort:
7926   - "L2XCFWD"
7927   - "L2XCFWD"
7928   - "L2XCFWD"
7929   - "L2BDMACLRN"
7930   - "L2BDMACLRN"
7931   - "L2BDMACLRN"
7932   traces:
7933     hoverinfo: "x+y"
7934     boxpoints: "outliers"
7935     whiskerwidth: 0
7936   layout:
7937     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7938     layout: "plot-throughput"
7939
7940 ################################################################################
7941
7942 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7943 -
7944   type: "plot"
7945   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7946   algorithm: "plot_performance_box"
7947   output-file-type: ".html"
7948   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7949   data: "plot-ligato-throughput-latency-3n-hsw"
7950   filter: "'NIC_Intel-X520-DA2' and
7951            '64B' and
7952            ('BASE' or 'SCALE') and
7953            'NDRPDR' and
7954            '1T1C' and
7955            'L2XCFWD' and
7956            not 'VHOST' and
7957            'MEMIF'"
7958   parameters:
7959   - "throughput"
7960   - "parent"
7961   - "tags"
7962   sort:
7963   - "1VNF"
7964   - "2VNF"
7965   - "4VNF"
7966   - "2VNF"
7967   - "4VNF"
7968   traces:
7969     hoverinfo: "x+y"
7970     boxpoints: "outliers"
7971     whiskerwidth: 0
7972   layout:
7973     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7974     layout: "plot-throughput"
7975
7976 -
7977   type: "plot"
7978   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7979   algorithm: "plot_performance_box"
7980   output-file-type: ".html"
7981   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7982   data: "plot-ligato-throughput-latency-3n-hsw"
7983   filter: "'NIC_Intel-X520-DA2' and
7984            '64B' and
7985            ('BASE' or 'SCALE') and
7986            'NDRPDR' and
7987            '1T1C' and
7988            'L2XCFWD' and
7989            not 'VHOST' and
7990            'MEMIF'"
7991   parameters:
7992   - "throughput"
7993   - "parent"
7994   - "tags"
7995   sort:
7996   - "1VNF"
7997   - "2VNF"
7998   - "4VNF"
7999   - "2VNF"
8000   - "4VNF"
8001   traces:
8002     hoverinfo: "x+y"
8003     boxpoints: "outliers"
8004     whiskerwidth: 0
8005   layout:
8006     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8007     layout: "plot-throughput"
8008
8009 -
8010   type: "plot"
8011   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8012   algorithm: "plot_performance_box"
8013   output-file-type: ".html"
8014   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8015   data: "plot-ligato-throughput-latency-3n-hsw"
8016   filter: "'NIC_Intel-X520-DA2' and
8017            '64B' and
8018            ('BASE' or 'SCALE') and
8019            'NDRPDR' and
8020            '2T2C' and
8021            'L2XCFWD' and
8022            not 'VHOST' and
8023            'MEMIF'"
8024   parameters:
8025   - "throughput"
8026   - "parent"
8027   - "tags"
8028   sort:
8029   - "1VNF"
8030   - "2VNF"
8031   - "4VNF"
8032   - "2VNF"
8033   - "4VNF"
8034   traces:
8035     hoverinfo: "x+y"
8036     boxpoints: "outliers"
8037     whiskerwidth: 0
8038   layout:
8039     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8040     layout: "plot-throughput"
8041
8042 -
8043   type: "plot"
8044   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8045   algorithm: "plot_performance_box"
8046   output-file-type: ".html"
8047   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8048   data: "plot-ligato-throughput-latency-3n-hsw"
8049   filter: "'NIC_Intel-X520-DA2' and
8050            '64B' and
8051            ('BASE' or 'SCALE') and
8052            'NDRPDR' and
8053            '2T2C' and
8054            'L2XCFWD' and
8055            not 'VHOST' and
8056            'MEMIF'"
8057   parameters:
8058   - "throughput"
8059   - "parent"
8060   - "tags"
8061   sort:
8062   - "1VNF"
8063   - "2VNF"
8064   - "4VNF"
8065   - "2VNF"
8066   - "4VNF"
8067   traces:
8068     hoverinfo: "x+y"
8069     boxpoints: "outliers"
8070     whiskerwidth: 0
8071   layout:
8072     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8073     layout: "plot-throughput"
8074
8075 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8076 -
8077   type: "plot"
8078   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8079   algorithm: "plot_performance_box"
8080   output-file-type: ".html"
8081   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8082   data: "plot-ligato-throughput-latency-3n-hsw"
8083   filter: "'NIC_Intel-X520-DA2' and
8084            '64B' and
8085            ('BASE' or 'SCALE') and
8086            'NDRPDR' and
8087            '1T1C' and
8088            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8089            not 'VHOST' and
8090            'MEMIF'"
8091   parameters:
8092   - "throughput"
8093   - "parent"
8094   - "tags"
8095   sort:
8096   - "1VNF"
8097   - "2VNF"
8098   - "4VNF"
8099   - "2VNF"
8100   - "4VNF"
8101   traces:
8102     hoverinfo: "x+y"
8103     boxpoints: "outliers"
8104     whiskerwidth: 0
8105   layout:
8106     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8107     layout: "plot-throughput"
8108
8109 -
8110   type: "plot"
8111   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8112   algorithm: "plot_performance_box"
8113   output-file-type: ".html"
8114   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8115   data: "plot-ligato-throughput-latency-3n-hsw"
8116   filter: "'NIC_Intel-X520-DA2' and
8117            '64B' and
8118            ('BASE' or 'SCALE') and
8119            'NDRPDR' and
8120            '1T1C' and
8121            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8122            not 'VHOST' and
8123            'MEMIF'"
8124   parameters:
8125   - "throughput"
8126   - "parent"
8127   - "tags"
8128   sort:
8129   - "1VNF"
8130   - "2VNF"
8131   - "4VNF"
8132   - "2VNF"
8133   - "4VNF"
8134   traces:
8135     hoverinfo: "x+y"
8136     boxpoints: "outliers"
8137     whiskerwidth: 0
8138   layout:
8139     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8140     layout: "plot-throughput"
8141
8142 -
8143   type: "plot"
8144   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8145   algorithm: "plot_performance_box"
8146   output-file-type: ".html"
8147   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8148   data: "plot-ligato-throughput-latency-3n-hsw"
8149   filter: "'NIC_Intel-X520-DA2' and
8150            '64B' and
8151            ('BASE' or 'SCALE') and
8152            'NDRPDR' and
8153            '2T2C' and
8154            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8155            not 'VHOST' and
8156            'MEMIF'"
8157   parameters:
8158   - "throughput"
8159   - "parent"
8160   - "tags"
8161   sort:
8162   - "1VNF"
8163   - "2VNF"
8164   - "4VNF"
8165   - "2VNF"
8166   - "4VNF"
8167   traces:
8168     hoverinfo: "x+y"
8169     boxpoints: "outliers"
8170     whiskerwidth: 0
8171   layout:
8172     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8173     layout: "plot-throughput"
8174
8175 -
8176   type: "plot"
8177   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8178   algorithm: "plot_performance_box"
8179   output-file-type: ".html"
8180   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8181   data: "plot-ligato-throughput-latency-3n-hsw"
8182   filter: "'NIC_Intel-X520-DA2' and
8183            '64B' and
8184            ('BASE' or 'SCALE') and
8185            'NDRPDR' and
8186            '2T2C' and
8187            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8188            not 'VHOST' and
8189            'MEMIF'"
8190   parameters:
8191   - "throughput"
8192   - "parent"
8193   - "tags"
8194   sort:
8195   - "1VNF"
8196   - "2VNF"
8197   - "4VNF"
8198   - "2VNF"
8199   - "4VNF"
8200   traces:
8201     hoverinfo: "x+y"
8202     boxpoints: "outliers"
8203     whiskerwidth: 0
8204   layout:
8205     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8206     layout: "plot-throughput"
8207
8208 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8209 -
8210   type: "plot"
8211   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8212   algorithm: "plot_performance_box"
8213   output-file-type: ".html"
8214   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8215   data: "plot-ligato-throughput-latency-3n-hsw"
8216   filter: "'NIC_Intel-X710' and
8217            '64B' and
8218            ('BASE' or 'SCALE') and
8219            'NDRPDR' and
8220            '1T1C' and
8221            'L2XCFWD' and
8222            not 'VHOST' and
8223            'MEMIF'"
8224   parameters:
8225   - "throughput"
8226   - "parent"
8227   - "tags"
8228   sort:
8229   - "1VNF"
8230   - "2VNF"
8231   - "4VNF"
8232   - "2VNF"
8233   - "4VNF"
8234   traces:
8235     hoverinfo: "x+y"
8236     boxpoints: "outliers"
8237     whiskerwidth: 0
8238   layout:
8239     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8240     layout: "plot-throughput"
8241
8242 -
8243   type: "plot"
8244   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8245   algorithm: "plot_performance_box"
8246   output-file-type: ".html"
8247   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8248   data: "plot-ligato-throughput-latency-3n-hsw"
8249   filter: "'NIC_Intel-X710' and
8250            '64B' and
8251            ('BASE' or 'SCALE') and
8252            'NDRPDR' and
8253            '1T1C' and
8254            'L2XCFWD' and
8255            not 'VHOST' and
8256            'MEMIF'"
8257   parameters:
8258   - "throughput"
8259   - "parent"
8260   - "tags"
8261   sort:
8262   - "1VNF"
8263   - "2VNF"
8264   - "4VNF"
8265   - "2VNF"
8266   - "4VNF"
8267   traces:
8268     hoverinfo: "x+y"
8269     boxpoints: "outliers"
8270     whiskerwidth: 0
8271   layout:
8272     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8273     layout: "plot-throughput"
8274
8275 -
8276   type: "plot"
8277   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8278   algorithm: "plot_performance_box"
8279   output-file-type: ".html"
8280   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8281   data: "plot-ligato-throughput-latency-3n-hsw"
8282   filter: "'NIC_Intel-X710' and
8283            '64B' and
8284            ('BASE' or 'SCALE') and
8285            'NDRPDR' and
8286            '2T2C' and
8287            'L2XCFWD' and
8288            not 'VHOST' and
8289            'MEMIF'"
8290   parameters:
8291   - "throughput"
8292   - "parent"
8293   - "tags"
8294   sort:
8295   - "1VNF"
8296   - "2VNF"
8297   - "4VNF"
8298   - "2VNF"
8299   - "4VNF"
8300   traces:
8301     hoverinfo: "x+y"
8302     boxpoints: "outliers"
8303     whiskerwidth: 0
8304   layout:
8305     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8306     layout: "plot-throughput"
8307
8308 -
8309   type: "plot"
8310   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8311   algorithm: "plot_performance_box"
8312   output-file-type: ".html"
8313   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8314   data: "plot-ligato-throughput-latency-3n-hsw"
8315   filter: "'NIC_Intel-X710' and
8316            '64B' and
8317            ('BASE' or 'SCALE') and
8318            'NDRPDR' and
8319            '2T2C' and
8320            'L2XCFWD' and
8321            not 'VHOST' and
8322            'MEMIF'"
8323   parameters:
8324   - "throughput"
8325   - "parent"
8326   - "tags"
8327   sort:
8328   - "1VNF"
8329   - "2VNF"
8330   - "4VNF"
8331   - "2VNF"
8332   - "4VNF"
8333   traces:
8334     hoverinfo: "x+y"
8335     boxpoints: "outliers"
8336     whiskerwidth: 0
8337   layout:
8338     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8339     layout: "plot-throughput"
8340
8341 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8342 -
8343   type: "plot"
8344   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8345   algorithm: "plot_performance_box"
8346   output-file-type: ".html"
8347   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8348   data: "plot-ligato-throughput-latency-3n-hsw"
8349   filter: "'NIC_Intel-X710' and
8350            '64B' and
8351            ('BASE' or 'SCALE') and
8352            'NDRPDR' and
8353            '1T1C' and
8354            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8355            not 'VHOST' and
8356            'MEMIF'"
8357   parameters:
8358   - "throughput"
8359   - "parent"
8360   - "tags"
8361   sort:
8362   - "1VNF"
8363   - "2VNF"
8364   - "4VNF"
8365   - "2VNF"
8366   - "4VNF"
8367   traces:
8368     hoverinfo: "x+y"
8369     boxpoints: "outliers"
8370     whiskerwidth: 0
8371   layout:
8372     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8373     layout: "plot-throughput"
8374
8375 -
8376   type: "plot"
8377   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8378   algorithm: "plot_performance_box"
8379   output-file-type: ".html"
8380   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8381   data: "plot-ligato-throughput-latency-3n-hsw"
8382   filter: "'NIC_Intel-X710' and
8383            '64B' and
8384            ('BASE' or 'SCALE') and
8385            'NDRPDR' and
8386            '1T1C' and
8387            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8388            not 'VHOST' 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-l2bd-pdr"
8406     layout: "plot-throughput"
8407
8408 -
8409   type: "plot"
8410   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-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-l2bd-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            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8421            not 'VHOST' and
8422            'MEMIF'"
8423   parameters:
8424   - "throughput"
8425   - "parent"
8426   - "tags"
8427   sort:
8428   - "1VNF"
8429   - "2VNF"
8430   - "4VNF"
8431   - "2VNF"
8432   - "4VNF"
8433   traces:
8434     hoverinfo: "x+y"
8435     boxpoints: "outliers"
8436     whiskerwidth: 0
8437   layout:
8438     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8439     layout: "plot-throughput"
8440
8441 -
8442   type: "plot"
8443   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8444   algorithm: "plot_performance_box"
8445   output-file-type: ".html"
8446   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8447   data: "plot-ligato-throughput-latency-3n-hsw"
8448   filter: "'NIC_Intel-X710' and
8449            '64B' and
8450            ('BASE' or 'SCALE') and
8451            'NDRPDR' and
8452            '2T2C' and
8453            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8454            not 'VHOST' and
8455            'MEMIF'"
8456   parameters:
8457   - "throughput"
8458   - "parent"
8459   - "tags"
8460   sort:
8461   - "1VNF"
8462   - "2VNF"
8463   - "4VNF"
8464   - "2VNF"
8465   - "4VNF"
8466   traces:
8467     hoverinfo: "x+y"
8468     boxpoints: "outliers"
8469     whiskerwidth: 0
8470   layout:
8471     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8472     layout: "plot-throughput"
8473
8474 ################################################################################
8475
8476 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8477 -
8478   type: "plot"
8479   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8480   algorithm: "plot_performance_box"
8481   output-file-type: ".html"
8482   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8483   data: "plot-vpp-throughput-latency-3n-hsw"
8484   filter: "'NIC_Intel-X520-DA2' and
8485            '64B' and
8486            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8487            'NDRPDR' and
8488            '1T1C' and
8489            'IP4FWD' and
8490            not 'IPSEC' and
8491            not 'VHOST'"
8492   parameters:
8493   - "throughput"
8494   - "parent"
8495   - "tags"
8496   sort:
8497   - "DOT1Q"
8498   - "IP4BASE"
8499   - "FIB_20k"
8500   - "FIB_200k"
8501   - "FIB_2M"
8502   traces:
8503     hoverinfo: "x+y"
8504     boxpoints: "outliers"
8505     whiskerwidth: 0
8506   layout:
8507     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8508     layout: "plot-throughput"
8509
8510 -
8511   type: "plot"
8512   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8513   algorithm: "plot_performance_box"
8514   output-file-type: ".html"
8515   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8516   data: "plot-vpp-throughput-latency-3n-hsw"
8517   filter: "'NIC_Intel-X520-DA2' and
8518            '64B' and
8519            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8520            'NDRPDR' and
8521            '1T1C' and
8522            'IP4FWD' and
8523            not 'IPSEC' and
8524            not 'VHOST'"
8525   parameters:
8526   - "throughput"
8527   - "parent"
8528   - "tags"
8529   sort:
8530   - "DOT1Q"
8531   - "IP4BASE"
8532   - "FIB_20k"
8533   - "FIB_200k"
8534   - "FIB_2M"
8535   traces:
8536     hoverinfo: "x+y"
8537     boxpoints: "outliers"
8538     whiskerwidth: 0
8539   layout:
8540     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8541     layout: "plot-throughput"
8542
8543 -
8544   type: "plot"
8545   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8546   algorithm: "plot_performance_box"
8547   output-file-type: ".html"
8548   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8549   data: "plot-vpp-throughput-latency-3n-hsw"
8550   filter: "'NIC_Intel-X520-DA2' and
8551            '64B' and
8552            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8553            'NDRPDR' and
8554            '2T2C' and
8555            'IP4FWD' and
8556            not 'IPSEC' and
8557            not 'VHOST'"
8558   parameters:
8559   - "throughput"
8560   - "parent"
8561   - "tags"
8562   sort:
8563   - "DOT1Q"
8564   - "IP4BASE"
8565   - "FIB_20k"
8566   - "FIB_200k"
8567   - "FIB_2M"
8568   traces:
8569     hoverinfo: "x+y"
8570     boxpoints: "outliers"
8571     whiskerwidth: 0
8572   layout:
8573     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8574     layout: "plot-throughput"
8575
8576 -
8577   type: "plot"
8578   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8579   algorithm: "plot_performance_box"
8580   output-file-type: ".html"
8581   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8582   data: "plot-vpp-throughput-latency-3n-hsw"
8583   filter: "'NIC_Intel-X520-DA2' and
8584            '64B' and
8585            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8586            'NDRPDR' and
8587            '2T2C' and
8588            'IP4FWD' and
8589            not 'IPSEC' and
8590            not 'VHOST'"
8591   parameters:
8592   - "throughput"
8593   - "parent"
8594   - "tags"
8595   sort:
8596   - "DOT1Q"
8597   - "IP4BASE"
8598   - "FIB_20k"
8599   - "FIB_200k"
8600   - "FIB_2M"
8601   traces:
8602     hoverinfo: "x+y"
8603     boxpoints: "outliers"
8604     whiskerwidth: 0
8605   layout:
8606     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8607     layout: "plot-throughput"
8608
8609 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8610 -
8611   type: "plot"
8612   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8613   algorithm: "plot_performance_box"
8614   output-file-type: ".html"
8615   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8616   data: "plot-vpp-throughput-latency-3n-hsw"
8617   filter: "'NIC_Intel-X520-DA2' and
8618            '64B' and
8619            ('IP4BASE' or
8620             'POLICE_MARK' or
8621             'COPWHLIST' or
8622             ('NAT44' and 'BASE') or
8623             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8624            'NDRPDR' and
8625            '1T1C' and
8626            'IP4FWD' and
8627            not 'IPSEC' and
8628            not 'VHOST'"
8629   parameters:
8630   - "throughput"
8631   - "parent"
8632   - "tags"
8633   sort:
8634   - "DOT1Q"
8635   - "IP4BASE"
8636   - "NAT44"
8637   - "POLICE_MARK"
8638   - "COPWHLIST"
8639   - "IACL"
8640   - "OACL"
8641   traces:
8642     hoverinfo: "x+y"
8643     boxpoints: "outliers"
8644     whiskerwidth: 0
8645   layout:
8646     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8647     layout: "plot-throughput"
8648
8649 -
8650   type: "plot"
8651   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8652   algorithm: "plot_performance_box"
8653   output-file-type: ".html"
8654   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8655   data: "plot-vpp-throughput-latency-3n-hsw"
8656   filter: "'NIC_Intel-X520-DA2' and
8657            '64B' and
8658            ('IP4BASE' or
8659             'POLICE_MARK' or
8660             'COPWHLIST' or
8661             ('NAT44' and 'BASE') or
8662             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8663            'NDRPDR' and
8664            '1T1C' and
8665            'IP4FWD' and
8666            not 'IPSEC' and
8667            not 'VHOST'"
8668   parameters:
8669   - "throughput"
8670   - "parent"
8671   - "tags"
8672   sort:
8673   - "DOT1Q"
8674   - "IP4BASE"
8675   - "NAT44"
8676   - "POLICE_MARK"
8677   - "COPWHLIST"
8678   - "IACL"
8679   - "OACL"
8680   traces:
8681     hoverinfo: "x+y"
8682     boxpoints: "outliers"
8683     whiskerwidth: 0
8684   layout:
8685     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8686     layout: "plot-throughput"
8687
8688 -
8689   type: "plot"
8690   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8691   algorithm: "plot_performance_box"
8692   output-file-type: ".html"
8693   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8694   data: "plot-vpp-throughput-latency-3n-hsw"
8695   filter: "'NIC_Intel-X520-DA2' and
8696            '64B' and
8697            ('IP4BASE' or
8698             'POLICE_MARK' or
8699             'COPWHLIST' or
8700             ('NAT44' and 'BASE') or
8701             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8702            'NDRPDR' and
8703            '2T2C' and
8704            'IP4FWD' and
8705            not 'IPSEC' and
8706            not 'VHOST'"
8707   parameters:
8708   - "throughput"
8709   - "parent"
8710   - "tags"
8711   sort:
8712   - "DOT1Q"
8713   - "IP4BASE"
8714   - "NAT44"
8715   - "POLICE_MARK"
8716   - "COPWHLIST"
8717   - "IACL"
8718   - "OACL"
8719   traces:
8720     hoverinfo: "x+y"
8721     boxpoints: "outliers"
8722     whiskerwidth: 0
8723   layout:
8724     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8725     layout: "plot-throughput"
8726
8727 -
8728   type: "plot"
8729   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8730   algorithm: "plot_performance_box"
8731   output-file-type: ".html"
8732   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8733   data: "plot-vpp-throughput-latency-3n-hsw"
8734   filter: "'NIC_Intel-X520-DA2' and
8735            '64B' and
8736            ('IP4BASE' or
8737             'POLICE_MARK' or
8738             'COPWHLIST' or
8739             ('NAT44' and 'BASE') or
8740             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8741            'NDRPDR' and
8742            '2T2C' and
8743            'IP4FWD' and
8744            not 'IPSEC' and
8745            not 'VHOST'"
8746   parameters:
8747   - "throughput"
8748   - "parent"
8749   - "tags"
8750   sort:
8751   - "DOT1Q"
8752   - "IP4BASE"
8753   - "NAT44"
8754   - "POLICE_MARK"
8755   - "COPWHLIST"
8756   - "IACL"
8757   - "OACL"
8758   traces:
8759     hoverinfo: "x+y"
8760     boxpoints: "outliers"
8761     whiskerwidth: 0
8762   layout:
8763     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8764     layout: "plot-throughput"
8765
8766 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8767 -
8768   type: "plot"
8769   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8770   algorithm: "plot_performance_box"
8771   output-file-type: ".html"
8772   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8773   data: "plot-vpp-throughput-latency-3n-hsw"
8774   filter: "'NIC_Intel-X520-DA2' and
8775            '64B' and
8776            'NDRPDR' and
8777            '1T1C' and
8778            'IP4FWD' and
8779            'NAT44' and
8780            not 'IPSEC' and
8781            not 'VHOST'"
8782   parameters:
8783   - "throughput"
8784   - "parent"
8785   - "tags"
8786   sort:
8787   - "BASE"
8788   - "BASE"
8789   - "SRC_USER_10"
8790   - "SRC_USER_100"
8791   - "SRC_USER_1000"
8792   - "SRC_USER_2000"
8793   traces:
8794     hoverinfo: "x+y"
8795     boxpoints: "outliers"
8796     whiskerwidth: 0
8797   layout:
8798     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8799     layout: "plot-throughput"
8800
8801 -
8802   type: "plot"
8803   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8804   algorithm: "plot_performance_box"
8805   output-file-type: ".html"
8806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8807   data: "plot-vpp-throughput-latency-3n-hsw"
8808   filter: "'NIC_Intel-X520-DA2' and
8809            '64B' and
8810            'NDRPDR' and
8811            '1T1C' and
8812            'IP4FWD' and
8813            'NAT44' and
8814            not 'IPSEC' and
8815            not 'VHOST'"
8816   parameters:
8817   - "throughput"
8818   - "parent"
8819   - "tags"
8820   sort:
8821   - "BASE"
8822   - "BASE"
8823   - "SRC_USER_10"
8824   - "SRC_USER_100"
8825   - "SRC_USER_1000"
8826   - "SRC_USER_2000"
8827   traces:
8828     hoverinfo: "x+y"
8829     boxpoints: "outliers"
8830     whiskerwidth: 0
8831   layout:
8832     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8833     layout: "plot-throughput"
8834
8835 -
8836   type: "plot"
8837   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8838   algorithm: "plot_performance_box"
8839   output-file-type: ".html"
8840   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8841   data: "plot-vpp-throughput-latency-3n-hsw"
8842   filter: "'NIC_Intel-X520-DA2' and
8843            '64B' and
8844            'NDRPDR' and
8845            '2T2C' and
8846            'IP4FWD' and
8847            'NAT44' and
8848            not 'IPSEC' and
8849            not 'VHOST'"
8850   parameters:
8851   - "throughput"
8852   - "parent"
8853   - "tags"
8854   sort:
8855   - "BASE"
8856   - "BASE"
8857   - "SRC_USER_10"
8858   - "SRC_USER_100"
8859   - "SRC_USER_1000"
8860   - "SRC_USER_2000"
8861   traces:
8862     hoverinfo: "x+y"
8863     boxpoints: "outliers"
8864     whiskerwidth: 0
8865   layout:
8866     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8867     layout: "plot-throughput"
8868
8869 -
8870   type: "plot"
8871   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8872   algorithm: "plot_performance_box"
8873   output-file-type: ".html"
8874   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8875   data: "plot-vpp-throughput-latency-3n-hsw"
8876   filter: "'NIC_Intel-X520-DA2' and
8877            '64B' and
8878            'NDRPDR' and
8879            '2T2C' and
8880            'IP4FWD' and
8881            'NAT44' and
8882            not 'IPSEC' and
8883            not 'VHOST'"
8884   parameters:
8885   - "throughput"
8886   - "parent"
8887   - "tags"
8888   sort:
8889   - "BASE"
8890   - "BASE"
8891   - "SRC_USER_10"
8892   - "SRC_USER_100"
8893   - "SRC_USER_1000"
8894   - "SRC_USER_2000"
8895   traces:
8896     hoverinfo: "x+y"
8897     boxpoints: "outliers"
8898     whiskerwidth: 0
8899   layout:
8900     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8901     layout: "plot-throughput"
8902
8903 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8904 -
8905   type: "plot"
8906   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8907   algorithm: "plot_performance_box"
8908   output-file-type: ".html"
8909   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8910   data: "plot-vpp-throughput-latency-3n-hsw"
8911   filter: "'NIC_Intel-X520-DA2' and
8912            '64B' and
8913            'NDRPDR' and
8914            '1T1C' and
8915            'IP4FWD' and
8916            'IACL' and
8917            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8918            not 'IPSEC' and
8919            not 'VHOST'"
8920   parameters:
8921   - "throughput"
8922   - "parent"
8923   - "tags"
8924   sort:
8925   - "ACL_STATELESS"
8926   - "ACL_STATEFUL"
8927   - "ACL_STATELESS"
8928   - "ACL_STATEFUL"
8929   traces:
8930     hoverinfo: "x+y"
8931     boxpoints: "outliers"
8932     whiskerwidth: 0
8933   layout:
8934     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8935     layout: "plot-throughput"
8936
8937 -
8938   type: "plot"
8939   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8940   algorithm: "plot_performance_box"
8941   output-file-type: ".html"
8942   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8943   data: "plot-vpp-throughput-latency-3n-hsw"
8944   filter: "'NIC_Intel-X520-DA2' and
8945            '64B' and
8946            'NDRPDR' and
8947            '1T1C' and
8948            'IP4FWD' and
8949            'IACL' and
8950            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8951            not 'IPSEC' and
8952            not 'VHOST'"
8953   parameters:
8954   - "throughput"
8955   - "parent"
8956   - "tags"
8957   sort:
8958   - "ACL_STATELESS"
8959   - "ACL_STATEFUL"
8960   - "ACL_STATELESS"
8961   - "ACL_STATEFUL"
8962   traces:
8963     hoverinfo: "x+y"
8964     boxpoints: "outliers"
8965     whiskerwidth: 0
8966   layout:
8967     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8968     layout: "plot-throughput"
8969
8970 -
8971   type: "plot"
8972   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8973   algorithm: "plot_performance_box"
8974   output-file-type: ".html"
8975   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8976   data: "plot-vpp-throughput-latency-3n-hsw"
8977   filter: "'NIC_Intel-X520-DA2' and
8978            '64B' and
8979            'NDRPDR' and
8980            '2T2C' and
8981            'IP4FWD' and
8982            'IACL' and
8983            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8984            not 'IPSEC' and
8985            not 'VHOST'"
8986   parameters:
8987   - "throughput"
8988   - "parent"
8989   - "tags"
8990   sort:
8991   - "ACL_STATELESS"
8992   - "ACL_STATEFUL"
8993   - "ACL_STATELESS"
8994   - "ACL_STATEFUL"
8995   traces:
8996     hoverinfo: "x+y"
8997     boxpoints: "outliers"
8998     whiskerwidth: 0
8999   layout:
9000     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9001     layout: "plot-throughput"
9002
9003 -
9004   type: "plot"
9005   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9006   algorithm: "plot_performance_box"
9007   output-file-type: ".html"
9008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9009   data: "plot-vpp-throughput-latency-3n-hsw"
9010   filter: "'NIC_Intel-X520-DA2' and
9011            '64B' and
9012            'NDRPDR' and
9013            '2T2C' and
9014            'IP4FWD' and
9015            'IACL' and
9016            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9017            not 'IPSEC' and
9018            not 'VHOST'"
9019   parameters:
9020   - "throughput"
9021   - "parent"
9022   - "tags"
9023   sort:
9024   - "ACL_STATELESS"
9025   - "ACL_STATEFUL"
9026   - "ACL_STATELESS"
9027   - "ACL_STATEFUL"
9028   traces:
9029     hoverinfo: "x+y"
9030     boxpoints: "outliers"
9031     whiskerwidth: 0
9032   layout:
9033     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9034     layout: "plot-throughput"
9035
9036 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9037 -
9038   type: "plot"
9039   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9040   algorithm: "plot_performance_box"
9041   output-file-type: ".html"
9042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9043   data: "plot-vpp-throughput-latency-3n-hsw"
9044   filter: "'NIC_Intel-X520-DA2' and
9045            '64B' and
9046            'NDRPDR' and
9047            '1T1C' and
9048            'IP4FWD' and
9049            'OACL' and
9050            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9051            not 'IPSEC' and
9052            not 'VHOST'"
9053   parameters:
9054   - "throughput"
9055   - "parent"
9056   - "tags"
9057   sort:
9058   - "ACL_STATELESS"
9059   - "ACL_STATEFUL"
9060   - "ACL_STATELESS"
9061   - "ACL_STATEFUL"
9062   traces:
9063     hoverinfo: "x+y"
9064     boxpoints: "outliers"
9065     whiskerwidth: 0
9066   layout:
9067     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9068     layout: "plot-throughput"
9069
9070 -
9071   type: "plot"
9072   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9073   algorithm: "plot_performance_box"
9074   output-file-type: ".html"
9075   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9076   data: "plot-vpp-throughput-latency-3n-hsw"
9077   filter: "'NIC_Intel-X520-DA2' and
9078            '64B' and
9079            'NDRPDR' and
9080            '1T1C' and
9081            'IP4FWD' and
9082            'OACL' and
9083            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9084            not 'IPSEC' and
9085            not 'VHOST'"
9086   parameters:
9087   - "throughput"
9088   - "parent"
9089   - "tags"
9090   sort:
9091   - "ACL_STATELESS"
9092   - "ACL_STATEFUL"
9093   - "ACL_STATELESS"
9094   - "ACL_STATEFUL"
9095   traces:
9096     hoverinfo: "x+y"
9097     boxpoints: "outliers"
9098     whiskerwidth: 0
9099   layout:
9100     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9101     layout: "plot-throughput"
9102
9103 -
9104   type: "plot"
9105   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9106   algorithm: "plot_performance_box"
9107   output-file-type: ".html"
9108   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9109   data: "plot-vpp-throughput-latency-3n-hsw"
9110   filter: "'NIC_Intel-X520-DA2' and
9111            '64B' and
9112            'NDRPDR' and
9113            '2T2C' and
9114            'IP4FWD' and
9115            'OACL' and
9116            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9117            not 'IPSEC' and
9118            not 'VHOST'"
9119   parameters:
9120   - "throughput"
9121   - "parent"
9122   - "tags"
9123   sort:
9124   - "ACL_STATELESS"
9125   - "ACL_STATEFUL"
9126   - "ACL_STATELESS"
9127   - "ACL_STATEFUL"
9128   traces:
9129     hoverinfo: "x+y"
9130     boxpoints: "outliers"
9131     whiskerwidth: 0
9132   layout:
9133     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9134     layout: "plot-throughput"
9135
9136 -
9137   type: "plot"
9138   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9139   algorithm: "plot_performance_box"
9140   output-file-type: ".html"
9141   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9142   data: "plot-vpp-throughput-latency-3n-hsw"
9143   filter: "'NIC_Intel-X520-DA2' and
9144            '64B' and
9145            'NDRPDR' and
9146            '2T2C' and
9147            'IP4FWD' and
9148            'OACL' and
9149            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9150            not 'IPSEC' and
9151            not 'VHOST'"
9152   parameters:
9153   - "throughput"
9154   - "parent"
9155   - "tags"
9156   sort:
9157   - "ACL_STATELESS"
9158   - "ACL_STATEFUL"
9159   - "ACL_STATELESS"
9160   - "ACL_STATEFUL"
9161   traces:
9162     hoverinfo: "x+y"
9163     boxpoints: "outliers"
9164     whiskerwidth: 0
9165   layout:
9166     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9167     layout: "plot-throughput"
9168
9169 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9170 -
9171   type: "plot"
9172   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9173   algorithm: "plot_performance_box"
9174   output-file-type: ".html"
9175   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9176   data: "plot-vpp-throughput-latency-3n-hsw"
9177   filter: "'NIC_Intel-X710' and
9178            '64B' and
9179            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9180            'NDRPDR' and
9181            '1T1C' and
9182            'IP4FWD' and
9183            not 'IPSEC' and
9184            not 'VHOST'"
9185   parameters:
9186   - "throughput"
9187   - "parent"
9188   - "tags"
9189   sort:
9190   - "DOT1Q"
9191   - "IP4BASE"
9192   - "FIB_20K"
9193   - "FIB_200K"
9194   - "FIB_2M"
9195   traces:
9196     hoverinfo: "x+y"
9197     boxpoints: "outliers"
9198     whiskerwidth: 0
9199   layout:
9200     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9201     layout: "plot-throughput"
9202
9203 -
9204   type: "plot"
9205   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9206   algorithm: "plot_performance_box"
9207   output-file-type: ".html"
9208   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9209   data: "plot-vpp-throughput-latency-3n-hsw"
9210   filter: "'NIC_Intel-X710' and
9211            '64B' and
9212            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9213            'NDRPDR' and
9214            '1T1C' and
9215            'IP4FWD' and
9216            not 'IPSEC' and
9217            not 'VHOST'"
9218   parameters:
9219   - "throughput"
9220   - "parent"
9221   - "tags"
9222   sort:
9223   - "DOT1Q"
9224   - "IP4BASE"
9225   - "FIB_20K"
9226   - "FIB_200K"
9227   - "FIB_2M"
9228   traces:
9229     hoverinfo: "x+y"
9230     boxpoints: "outliers"
9231     whiskerwidth: 0
9232   layout:
9233     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9234     layout: "plot-throughput"
9235
9236 -
9237   type: "plot"
9238   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9239   algorithm: "plot_performance_box"
9240   output-file-type: ".html"
9241   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9242   data: "plot-vpp-throughput-latency-3n-hsw"
9243   filter: "'NIC_Intel-X710' and
9244            '64B' and
9245            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9246            'NDRPDR' and
9247            '2T2C' and
9248            'IP4FWD' and
9249            not 'IPSEC' and
9250            not 'VHOST'"
9251   parameters:
9252   - "throughput"
9253   - "parent"
9254   - "tags"
9255   sort:
9256   - "DOT1Q"
9257   - "IP4BASE"
9258   - "FIB_20K"
9259   - "FIB_200K"
9260   - "FIB_2M"
9261   traces:
9262     hoverinfo: "x+y"
9263     boxpoints: "outliers"
9264     whiskerwidth: 0
9265   layout:
9266     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9267     layout: "plot-throughput"
9268
9269 -
9270   type: "plot"
9271   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9272   algorithm: "plot_performance_box"
9273   output-file-type: ".html"
9274   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9275   data: "plot-vpp-throughput-latency-3n-hsw"
9276   filter: "'NIC_Intel-X710' and
9277            '64B' and
9278            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9279            'NDRPDR' and
9280            '2T2C' and
9281            'IP4FWD' and
9282            not 'IPSEC' and
9283            not 'VHOST'"
9284   parameters:
9285   - "throughput"
9286   - "parent"
9287   - "tags"
9288   sort:
9289   - "DOT1Q"
9290   - "IP4BASE"
9291   - "FIB_20K"
9292   - "FIB_200K"
9293   - "FIB_2M"
9294   traces:
9295     hoverinfo: "x+y"
9296     boxpoints: "outliers"
9297     whiskerwidth: 0
9298   layout:
9299     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9300     layout: "plot-throughput"
9301
9302 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9303 -
9304   type: "plot"
9305   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9306   algorithm: "plot_performance_box"
9307   output-file-type: ".html"
9308   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9309   data: "plot-vpp-throughput-latency-3n-hsw"
9310   filter: "'NIC_Intel-X710' and
9311            '64B' and
9312            ('IP4BASE' or
9313             'POLICE_MARK' or
9314             'COPWHLIST' or
9315             ('NAT44' and 'BASE') or
9316             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9317            'NDRPDR' and
9318            '1T1C' and
9319            'IP4FWD' and
9320            not 'IPSEC' and
9321            not 'VHOST'"
9322   parameters:
9323   - "throughput"
9324   - "parent"
9325   - "tags"
9326   sort:
9327   - "IP4BASE"
9328   - "NAT44"
9329   - "POLICE_MARK"
9330   - "COPWHLIST"
9331   - "IACL"
9332   - "OACL"
9333   traces:
9334     hoverinfo: "x+y"
9335     boxpoints: "outliers"
9336     whiskerwidth: 0
9337   layout:
9338     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9339     layout: "plot-throughput"
9340
9341 -
9342   type: "plot"
9343   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9344   algorithm: "plot_performance_box"
9345   output-file-type: ".html"
9346   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9347   data: "plot-vpp-throughput-latency-3n-hsw"
9348   filter: "'NIC_Intel-X710' and
9349            '64B' and
9350            ('IP4BASE' or
9351             'POLICE_MARK' or
9352             'COPWHLIST' or
9353             ('NAT44' and 'BASE') or
9354             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9355            'NDRPDR' and
9356            '1T1C' and
9357            'IP4FWD' and
9358            not 'IPSEC' and
9359            not 'VHOST'"
9360   parameters:
9361   - "throughput"
9362   - "parent"
9363   - "tags"
9364   sort:
9365   - "IP4BASE"
9366   - "NAT44"
9367   - "POLICE_MARK"
9368   - "COPWHLIST"
9369   - "IACL"
9370   - "OACL"
9371   traces:
9372     hoverinfo: "x+y"
9373     boxpoints: "outliers"
9374     whiskerwidth: 0
9375   layout:
9376     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9377     layout: "plot-throughput"
9378
9379 -
9380   type: "plot"
9381   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9382   algorithm: "plot_performance_box"
9383   output-file-type: ".html"
9384   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9385   data: "plot-vpp-throughput-latency-3n-hsw"
9386   filter: "'NIC_Intel-X710' and
9387            '64B' and
9388            ('IP4BASE' or
9389             'POLICE_MARK' or
9390             'COPWHLIST' or
9391             ('NAT44' and 'BASE') or
9392             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9393            'NDRPDR' and
9394            '2T2C' and
9395            'IP4FWD' and
9396            not 'IPSEC' and
9397            not 'VHOST'"
9398   parameters:
9399   - "throughput"
9400   - "parent"
9401   - "tags"
9402   sort:
9403   - "IP4BASE"
9404   - "NAT44"
9405   - "POLICE_MARK"
9406   - "COPWHLIST"
9407   - "IACL"
9408   - "OACL"
9409   traces:
9410     hoverinfo: "x+y"
9411     boxpoints: "outliers"
9412     whiskerwidth: 0
9413   layout:
9414     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9415     layout: "plot-throughput"
9416
9417 -
9418   type: "plot"
9419   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9420   algorithm: "plot_performance_box"
9421   output-file-type: ".html"
9422   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9423   data: "plot-vpp-throughput-latency-3n-hsw"
9424   filter: "'NIC_Intel-X710' and
9425            '64B' and
9426            ('IP4BASE' or
9427             'POLICE_MARK' or
9428             'COPWHLIST' or
9429             ('NAT44' and 'BASE') or
9430             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9431            'NDRPDR' and
9432            '2T2C' and
9433            'IP4FWD' and
9434            not 'IPSEC' and
9435            not 'VHOST'"
9436   parameters:
9437   - "throughput"
9438   - "parent"
9439   - "tags"
9440   sort:
9441   - "IP4BASE"
9442   - "NAT44"
9443   - "POLICE_MARK"
9444   - "COPWHLIST"
9445   - "IACL"
9446   - "OACL"
9447   traces:
9448     hoverinfo: "x+y"
9449     boxpoints: "outliers"
9450     whiskerwidth: 0
9451   layout:
9452     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9453     layout: "plot-throughput"
9454
9455 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9456 -
9457   type: "plot"
9458   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9459   algorithm: "plot_performance_box"
9460   output-file-type: ".html"
9461   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9462   data: "plot-vpp-throughput-latency-3n-skx"
9463   filter: "'NIC_Intel-X710' and
9464            '64B' and
9465            'NDRPDR' and
9466            '2T1C' and
9467            'IP4FWD' and
9468            'NAT44' and
9469            not 'IPSEC' and
9470            not 'VHOST'"
9471   parameters:
9472   - "throughput"
9473   - "parent"
9474   - "tags"
9475   sort:
9476   - "BASE"
9477   - "BASE"
9478   - "SRC_USER_10"
9479   - "SRC_USER_100"
9480   - "SRC_USER_1000"
9481   - "SRC_USER_2000"
9482   traces:
9483     hoverinfo: "x+y"
9484     boxpoints: "outliers"
9485     whiskerwidth: 0
9486   layout:
9487     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9488     layout: "plot-throughput"
9489
9490 -
9491   type: "plot"
9492   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9493   algorithm: "plot_performance_box"
9494   output-file-type: ".html"
9495   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9496   data: "plot-vpp-throughput-latency-3n-skx"
9497   filter: "'NIC_Intel-X710' and
9498            '64B' and
9499            'NDRPDR' and
9500            '2T1C' and
9501            'IP4FWD' and
9502            'NAT44' and
9503            not 'IPSEC' and
9504            not 'VHOST'"
9505   parameters:
9506   - "throughput"
9507   - "parent"
9508   - "tags"
9509   sort:
9510   - "BASE"
9511   - "BASE"
9512   - "SRC_USER_10"
9513   - "SRC_USER_100"
9514   - "SRC_USER_1000"
9515   - "SRC_USER_2000"
9516   traces:
9517     hoverinfo: "x+y"
9518     boxpoints: "outliers"
9519     whiskerwidth: 0
9520   layout:
9521     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9522     layout: "plot-throughput"
9523
9524 -
9525   type: "plot"
9526   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9527   algorithm: "plot_performance_box"
9528   output-file-type: ".html"
9529   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9530   data: "plot-vpp-throughput-latency-3n-skx"
9531   filter: "'NIC_Intel-X710' and
9532            '64B' and
9533            'NDRPDR' and
9534            '4T2C' and
9535            'IP4FWD' and
9536            'NAT44' and
9537            not 'IPSEC' and
9538            not 'VHOST'"
9539   parameters:
9540   - "throughput"
9541   - "parent"
9542   - "tags"
9543   sort:
9544   - "BASE"
9545   - "BASE"
9546   - "SRC_USER_10"
9547   - "SRC_USER_100"
9548   - "SRC_USER_1000"
9549   - "SRC_USER_2000"
9550   traces:
9551     hoverinfo: "x+y"
9552     boxpoints: "outliers"
9553     whiskerwidth: 0
9554   layout:
9555     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9556     layout: "plot-throughput"
9557
9558 -
9559   type: "plot"
9560   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9561   algorithm: "plot_performance_box"
9562   output-file-type: ".html"
9563   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9564   data: "plot-vpp-throughput-latency-3n-skx"
9565   filter: "'NIC_Intel-X710' and
9566            '64B' and
9567            'NDRPDR' and
9568            '4T2C' and
9569            'IP4FWD' and
9570            'NAT44' and
9571            not 'IPSEC' and
9572            not 'VHOST'"
9573   parameters:
9574   - "throughput"
9575   - "parent"
9576   - "tags"
9577   sort:
9578   - "BASE"
9579   - "BASE"
9580   - "SRC_USER_10"
9581   - "SRC_USER_100"
9582   - "SRC_USER_1000"
9583   - "SRC_USER_2000"
9584   traces:
9585     hoverinfo: "x+y"
9586     boxpoints: "outliers"
9587     whiskerwidth: 0
9588   layout:
9589     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9590     layout: "plot-throughput"
9591
9592 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9593 -
9594   type: "plot"
9595   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9596   algorithm: "plot_performance_box"
9597   output-file-type: ".html"
9598   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9599   data: "plot-vpp-throughput-latency-3n-skx"
9600   filter: "'NIC_Intel-X710' and
9601            '64B' and
9602            'NDRPDR' and
9603            '2T1C' and
9604            'IP4FWD' and
9605            'IACL' and
9606            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9607            not 'IPSEC' and
9608            not 'VHOST'"
9609   parameters:
9610   - "throughput"
9611   - "parent"
9612   - "tags"
9613   sort:
9614   - "ACL_STATELESS"
9615   - "ACL_STATEFUL"
9616   - "ACL_STATELESS"
9617   - "ACL_STATEFUL"
9618   traces:
9619     hoverinfo: "x+y"
9620     boxpoints: "outliers"
9621     whiskerwidth: 0
9622   layout:
9623     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9624     layout: "plot-throughput"
9625
9626 -
9627   type: "plot"
9628   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9629   algorithm: "plot_performance_box"
9630   output-file-type: ".html"
9631   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9632   data: "plot-vpp-throughput-latency-3n-skx"
9633   filter: "'NIC_Intel-X710' and
9634            '64B' and
9635            'NDRPDR' and
9636            '2T1C' and
9637            'IP4FWD' and
9638            'IACL' and
9639            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9640            not 'IPSEC' and
9641            not 'VHOST'"
9642   parameters:
9643   - "throughput"
9644   - "parent"
9645   - "tags"
9646   sort:
9647   - "ACL_STATELESS"
9648   - "ACL_STATEFUL"
9649   - "ACL_STATELESS"
9650   - "ACL_STATEFUL"
9651   traces:
9652     hoverinfo: "x+y"
9653     boxpoints: "outliers"
9654     whiskerwidth: 0
9655   layout:
9656     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9657     layout: "plot-throughput"
9658
9659 -
9660   type: "plot"
9661   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9662   algorithm: "plot_performance_box"
9663   output-file-type: ".html"
9664   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9665   data: "plot-vpp-throughput-latency-3n-skx"
9666   filter: "'NIC_Intel-X710' and
9667            '64B' and
9668            'NDRPDR' and
9669            '4T2C' and
9670            'IP4FWD' and
9671            'IACL' and
9672            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9673            not 'IPSEC' and
9674            not 'VHOST'"
9675   parameters:
9676   - "throughput"
9677   - "parent"
9678   - "tags"
9679   sort:
9680   - "ACL_STATELESS"
9681   - "ACL_STATEFUL"
9682   - "ACL_STATELESS"
9683   - "ACL_STATEFUL"
9684   traces:
9685     hoverinfo: "x+y"
9686     boxpoints: "outliers"
9687     whiskerwidth: 0
9688   layout:
9689     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9690     layout: "plot-throughput"
9691
9692 -
9693   type: "plot"
9694   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9695   algorithm: "plot_performance_box"
9696   output-file-type: ".html"
9697   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9698   data: "plot-vpp-throughput-latency-3n-skx"
9699   filter: "'NIC_Intel-X710' and
9700            '64B' and
9701            'NDRPDR' and
9702            '4T2C' and
9703            'IP4FWD' and
9704            'IACL' and
9705            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9706            not 'IPSEC' and
9707            not 'VHOST'"
9708   parameters:
9709   - "throughput"
9710   - "parent"
9711   - "tags"
9712   sort:
9713   - "ACL_STATELESS"
9714   - "ACL_STATEFUL"
9715   - "ACL_STATELESS"
9716   - "ACL_STATEFUL"
9717   traces:
9718     hoverinfo: "x+y"
9719     boxpoints: "outliers"
9720     whiskerwidth: 0
9721   layout:
9722     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9723     layout: "plot-throughput"
9724
9725 ## Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9726 #-
9727 #  type: "plot"
9728 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9729 #  algorithm: "plot_performance_box"
9730 #  output-file-type: ".html"
9731 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9732 #  data: "plot-vpp-throughput-latency-3n-skx"
9733 #  filter: "'NIC_Intel-X710' and
9734 #           '64B' and
9735 #           'NDRPDR' and
9736 #           '2T1C' and
9737 #           'IP4FWD' and
9738 #           'OACL' and
9739 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9740 #           not 'IPSEC' and
9741 #           not 'VHOST'"
9742 #  parameters:
9743 #  - "throughput"
9744 #  - "parent"
9745 #  - "tags"
9746 #  sort:
9747 #  - "ACL_STATELESS"
9748 #  - "ACL_STATEFUL"
9749 #  - "ACL_STATELESS"
9750 #  - "ACL_STATEFUL"
9751 #  traces:
9752 #    hoverinfo: "x+y"
9753 #    boxpoints: "outliers"
9754 #    whiskerwidth: 0
9755 #  layout:
9756 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9757 #    layout: "plot-throughput"
9758 #
9759 #-
9760 #  type: "plot"
9761 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9762 #  algorithm: "plot_performance_box"
9763 #  output-file-type: ".html"
9764 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9765 #  data: "plot-vpp-throughput-latency-3n-skx"
9766 #  filter: "'NIC_Intel-X710' and
9767 #           '64B' and
9768 #           'NDRPDR' and
9769 #           '2T1C' and
9770 #           'IP4FWD' and
9771 #           'OACL' and
9772 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9773 #           not 'IPSEC' and
9774 #           not 'VHOST'"
9775 #  parameters:
9776 #  - "throughput"
9777 #  - "parent"
9778 #  - "tags"
9779 #  sort:
9780 #  - "ACL_STATELESS"
9781 #  - "ACL_STATEFUL"
9782 #  - "ACL_STATELESS"
9783 #  - "ACL_STATEFUL"
9784 #  traces:
9785 #    hoverinfo: "x+y"
9786 #    boxpoints: "outliers"
9787 #    whiskerwidth: 0
9788 #  layout:
9789 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9790 #    layout: "plot-throughput"
9791 #
9792 #-
9793 #  type: "plot"
9794 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9795 #  algorithm: "plot_performance_box"
9796 #  output-file-type: ".html"
9797 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9798 #  data: "plot-vpp-throughput-latency-3n-skx"
9799 #  filter: "'NIC_Intel-X710' and
9800 #           '64B' and
9801 #           'NDRPDR' and
9802 #           '4T2C' and
9803 #           'IP4FWD' and
9804 #           'OACL' and
9805 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9806 #           not 'IPSEC' and
9807 #           not 'VHOST'"
9808 #  parameters:
9809 #  - "throughput"
9810 #  - "parent"
9811 #  - "tags"
9812 #  sort:
9813 #  - "ACL_STATELESS"
9814 #  - "ACL_STATEFUL"
9815 #  - "ACL_STATELESS"
9816 #  - "ACL_STATEFUL"
9817 #  traces:
9818 #    hoverinfo: "x+y"
9819 #    boxpoints: "outliers"
9820 #    whiskerwidth: 0
9821 #  layout:
9822 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9823 #    layout: "plot-throughput"
9824 #
9825 #-
9826 #  type: "plot"
9827 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9828 #  algorithm: "plot_performance_box"
9829 #  output-file-type: ".html"
9830 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9831 #  data: "plot-vpp-throughput-latency-3n-skx"
9832 #  filter: "'NIC_Intel-X710' and
9833 #           '64B' and
9834 #           'NDRPDR' and
9835 #           '4T2C' and
9836 #           'IP4FWD' and
9837 #           'OACL' and
9838 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9839 #           not 'IPSEC' and
9840 #           not 'VHOST'"
9841 #  parameters:
9842 #  - "throughput"
9843 #  - "parent"
9844 #  - "tags"
9845 #  sort:
9846 #  - "ACL_STATELESS"
9847 #  - "ACL_STATEFUL"
9848 #  - "ACL_STATELESS"
9849 #  - "ACL_STATEFUL"
9850 #  traces:
9851 #    hoverinfo: "x+y"
9852 #    boxpoints: "outliers"
9853 #    whiskerwidth: 0
9854 #  layout:
9855 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9856 #    layout: "plot-throughput"
9857
9858 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9859 -
9860   type: "plot"
9861   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9862   algorithm: "plot_performance_box"
9863   output-file-type: ".html"
9864   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9865   data: "plot-vpp-throughput-latency-3n-hsw"
9866   filter: "'NIC_Intel-XL710' and
9867            '64B' and
9868            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9869            'NDRPDR' and
9870            '1T1C' and
9871            'IP4FWD' and
9872            not 'IPSEC' and
9873            not 'VHOST'"
9874   parameters:
9875   - "throughput"
9876   - "parent"
9877   - "tags"
9878   sort:
9879   - "IP4BASE"
9880   - "FIB_20K"
9881   - "FIB_200K"
9882   - "FIB_2M"
9883   traces:
9884     hoverinfo: "x+y"
9885     boxpoints: "outliers"
9886     whiskerwidth: 0
9887   layout:
9888     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9889     layout: "plot-throughput"
9890
9891 -
9892   type: "plot"
9893   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9894   algorithm: "plot_performance_box"
9895   output-file-type: ".html"
9896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9897   data: "plot-vpp-throughput-latency-3n-hsw"
9898   filter: "'NIC_Intel-XL710' and
9899            '64B' and
9900            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9901            'NDRPDR' and
9902            '1T1C' and
9903            'IP4FWD' and
9904            not 'IPSEC' and
9905            not 'VHOST'"
9906   parameters:
9907   - "throughput"
9908   - "parent"
9909   - "tags"
9910   sort:
9911   - "IP4BASE"
9912   - "FIB_20K"
9913   - "FIB_200K"
9914   - "FIB_2M"
9915   traces:
9916     hoverinfo: "x+y"
9917     boxpoints: "outliers"
9918     whiskerwidth: 0
9919   layout:
9920     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9921     layout: "plot-throughput"
9922
9923 -
9924   type: "plot"
9925   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9926   algorithm: "plot_performance_box"
9927   output-file-type: ".html"
9928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9929   data: "plot-vpp-throughput-latency-3n-hsw"
9930   filter: "'NIC_Intel-XL710' and
9931            '64B' and
9932            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9933            'NDRPDR' and
9934            '2T2C' and
9935            'IP4FWD' and
9936            not 'IPSEC' and
9937            not 'VHOST'"
9938   parameters:
9939   - "throughput"
9940   - "parent"
9941   - "tags"
9942   sort:
9943   - "IP4BASE"
9944   - "FIB_20K"
9945   - "FIB_200K"
9946   - "FIB_2M"
9947   traces:
9948     hoverinfo: "x+y"
9949     boxpoints: "outliers"
9950     whiskerwidth: 0
9951   layout:
9952     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9953     layout: "plot-throughput"
9954
9955 -
9956   type: "plot"
9957   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9958   algorithm: "plot_performance_box"
9959   output-file-type: ".html"
9960   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9961   data: "plot-vpp-throughput-latency-3n-hsw"
9962   filter: "'NIC_Intel-XL710' and
9963            '64B' and
9964            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9965            'NDRPDR' and
9966            '2T2C' and
9967            'IP4FWD' and
9968            not 'IPSEC' and
9969            not 'VHOST'"
9970   parameters:
9971   - "throughput"
9972   - "parent"
9973   - "tags"
9974   sort:
9975   - "IP4BASE"
9976   - "FIB_20K"
9977   - "FIB_200K"
9978   - "FIB_2M"
9979   traces:
9980     hoverinfo: "x+y"
9981     boxpoints: "outliers"
9982     whiskerwidth: 0
9983   layout:
9984     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9985     layout: "plot-throughput"
9986
9987 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
9988 -
9989   type: "plot"
9990   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9991   algorithm: "plot_performance_box"
9992   output-file-type: ".html"
9993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9994   data: "plot-vpp-throughput-latency-3n-skx"
9995   filter: "'NIC_Intel-X710' and
9996            '64B' and
9997            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9998            'NDRPDR' and
9999            '2T1C' and
10000            'IP4FWD' and
10001            not 'IPSEC' and
10002            not 'VHOST'"
10003   parameters:
10004   - "throughput"
10005   - "parent"
10006   - "tags"
10007   sort:
10008   - "IP4BASE"
10009   - "FIB_20K"
10010   - "FIB_200K"
10011   - "FIB_2M"
10012   traces:
10013     hoverinfo: "x+y"
10014     boxpoints: "outliers"
10015     whiskerwidth: 0
10016   layout:
10017     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10018     layout: "plot-throughput"
10019
10020 -
10021   type: "plot"
10022   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10023   algorithm: "plot_performance_box"
10024   output-file-type: ".html"
10025   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10026   data: "plot-vpp-throughput-latency-3n-skx"
10027   filter: "'NIC_Intel-X710' and
10028            '64B' and
10029            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10030            'NDRPDR' and
10031            '2T1C' and
10032            'IP4FWD' and
10033            not 'IPSEC' and
10034            not 'VHOST'"
10035   parameters:
10036   - "throughput"
10037   - "parent"
10038   - "tags"
10039   sort:
10040   - "IP4BASE"
10041   - "FIB_20K"
10042   - "FIB_200K"
10043   - "FIB_2M"
10044   traces:
10045     hoverinfo: "x+y"
10046     boxpoints: "outliers"
10047     whiskerwidth: 0
10048   layout:
10049     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10050     layout: "plot-throughput"
10051
10052 -
10053   type: "plot"
10054   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10055   algorithm: "plot_performance_box"
10056   output-file-type: ".html"
10057   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10058   data: "plot-vpp-throughput-latency-3n-skx"
10059   filter: "'NIC_Intel-X710' and
10060            '64B' and
10061            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10062            'NDRPDR' and
10063            '4T2C' and
10064            'IP4FWD' and
10065            not 'IPSEC' and
10066            not 'VHOST'"
10067   parameters:
10068   - "throughput"
10069   - "parent"
10070   - "tags"
10071   sort:
10072   - "IP4BASE"
10073   - "FIB_20K"
10074   - "FIB_200K"
10075   - "FIB_2M"
10076   traces:
10077     hoverinfo: "x+y"
10078     boxpoints: "outliers"
10079     whiskerwidth: 0
10080   layout:
10081     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10082     layout: "plot-throughput"
10083
10084 -
10085   type: "plot"
10086   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10087   algorithm: "plot_performance_box"
10088   output-file-type: ".html"
10089   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10090   data: "plot-vpp-throughput-latency-3n-skx"
10091   filter: "'NIC_Intel-X710' and
10092            '64B' and
10093            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10094            'NDRPDR' and
10095            '4T2C' and
10096            'IP4FWD' and
10097            not 'IPSEC' and
10098            not 'VHOST'"
10099   parameters:
10100   - "throughput"
10101   - "parent"
10102   - "tags"
10103   sort:
10104   - "IP4BASE"
10105   - "FIB_20K"
10106   - "FIB_200K"
10107   - "FIB_2M"
10108   traces:
10109     hoverinfo: "x+y"
10110     boxpoints: "outliers"
10111     whiskerwidth: 0
10112   layout:
10113     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10114     layout: "plot-throughput"
10115
10116 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10117 -
10118   type: "plot"
10119   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10120   algorithm: "plot_performance_box"
10121   output-file-type: ".html"
10122   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10123   data: "plot-vpp-throughput-latency-3n-skx"
10124   filter: "'NIC_Intel-X710' and
10125            '64B' and
10126            ('IP4BASE' or
10127             'POLICE_MARK' or
10128             'COPWHLIST' or
10129             ('NAT44' and 'BASE') or
10130             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10131            'NDRPDR' and
10132            '2T1C' and
10133            'IP4FWD' and
10134            not 'IPSEC' and
10135            not 'VHOST'"
10136   parameters:
10137   - "throughput"
10138   - "parent"
10139   - "tags"
10140   sort:
10141   - "IP4BASE"
10142   - "NAT44"
10143   - "POLICE_MARK"
10144   - "COPWHLIST"
10145   - "IACL"
10146   - "OACL"
10147   traces:
10148     hoverinfo: "x+y"
10149     boxpoints: "outliers"
10150     whiskerwidth: 0
10151   layout:
10152     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10153     layout: "plot-throughput"
10154
10155 -
10156   type: "plot"
10157   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10158   algorithm: "plot_performance_box"
10159   output-file-type: ".html"
10160   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10161   data: "plot-vpp-throughput-latency-3n-skx"
10162   filter: "'NIC_Intel-X710' and
10163            '64B' and
10164            ('IP4BASE' or
10165             'POLICE_MARK' or
10166             'COPWHLIST' or
10167             ('NAT44' and 'BASE') or
10168             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10169            'NDRPDR' and
10170            '2T1C' and
10171            'IP4FWD' and
10172            not 'IPSEC' and
10173            not 'VHOST'"
10174   parameters:
10175   - "throughput"
10176   - "parent"
10177   - "tags"
10178   sort:
10179   - "IP4BASE"
10180   - "NAT44"
10181   - "POLICE_MARK"
10182   - "COPWHLIST"
10183   - "IACL"
10184   - "OACL"
10185   traces:
10186     hoverinfo: "x+y"
10187     boxpoints: "outliers"
10188     whiskerwidth: 0
10189   layout:
10190     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10191     layout: "plot-throughput"
10192
10193 -
10194   type: "plot"
10195   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10196   algorithm: "plot_performance_box"
10197   output-file-type: ".html"
10198   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10199   data: "plot-vpp-throughput-latency-3n-skx"
10200   filter: "'NIC_Intel-X710' and
10201            '64B' and
10202            ('IP4BASE' or
10203             'POLICE_MARK' or
10204             'COPWHLIST' or
10205             ('NAT44' and 'BASE') or
10206             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10207            'NDRPDR' and
10208            '4T2C' and
10209            'IP4FWD' and
10210            not 'IPSEC' and
10211            not 'VHOST'"
10212   parameters:
10213   - "throughput"
10214   - "parent"
10215   - "tags"
10216   sort:
10217   - "IP4BASE"
10218   - "NAT44"
10219   - "POLICE_MARK"
10220   - "COPWHLIST"
10221   - "IACL"
10222   - "OACL"
10223   traces:
10224     hoverinfo: "x+y"
10225     boxpoints: "outliers"
10226     whiskerwidth: 0
10227   layout:
10228     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10229     layout: "plot-throughput"
10230
10231 -
10232   type: "plot"
10233   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10234   algorithm: "plot_performance_box"
10235   output-file-type: ".html"
10236   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10237   data: "plot-vpp-throughput-latency-3n-skx"
10238   filter: "'NIC_Intel-X710' and
10239            '64B' and
10240            ('IP4BASE' or
10241             'POLICE_MARK' or
10242             'COPWHLIST' or
10243             ('NAT44' and 'BASE') or
10244             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10245            'NDRPDR' and
10246            '4T2C' and
10247            'IP4FWD' and
10248            not 'IPSEC' and
10249            not 'VHOST'"
10250   parameters:
10251   - "throughput"
10252   - "parent"
10253   - "tags"
10254   sort:
10255   - "IP4BASE"
10256   - "NAT44"
10257   - "POLICE_MARK"
10258   - "COPWHLIST"
10259   - "IACL"
10260   - "OACL"
10261   traces:
10262     hoverinfo: "x+y"
10263     boxpoints: "outliers"
10264     whiskerwidth: 0
10265   layout:
10266     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10267     layout: "plot-throughput"
10268
10269 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10270 -
10271   type: "plot"
10272   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10273   algorithm: "plot_performance_box"
10274   output-file-type: ".html"
10275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10276   data: "plot-vpp-throughput-latency-3n-hsw"
10277   filter: "'NIC_Intel-X710' and
10278            '64B' and
10279            'NDRPDR' and
10280            '1T1C' and
10281            'IP4FWD' and
10282            'NAT44' and
10283            not 'IPSEC' and
10284            not 'VHOST'"
10285   parameters:
10286   - "throughput"
10287   - "parent"
10288   - "tags"
10289   sort:
10290   - "BASE"
10291   - "BASE"
10292   - "SRC_USER_10"
10293   - "SRC_USER_100"
10294   - "SRC_USER_1000"
10295   - "SRC_USER_2000"
10296   traces:
10297     hoverinfo: "x+y"
10298     boxpoints: "outliers"
10299     whiskerwidth: 0
10300   layout:
10301     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10302     layout: "plot-throughput"
10303
10304 -
10305   type: "plot"
10306   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10307   algorithm: "plot_performance_box"
10308   output-file-type: ".html"
10309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10310   data: "plot-vpp-throughput-latency-3n-hsw"
10311   filter: "'NIC_Intel-X710' and
10312            '64B' and
10313            'NDRPDR' and
10314            '1T1C' and
10315            'IP4FWD' and
10316            'NAT44' and
10317            not 'IPSEC' and
10318            not 'VHOST'"
10319   parameters:
10320   - "throughput"
10321   - "parent"
10322   - "tags"
10323   sort:
10324   - "BASE"
10325   - "BASE"
10326   - "SRC_USER_10"
10327   - "SRC_USER_100"
10328   - "SRC_USER_1000"
10329   - "SRC_USER_2000"
10330   traces:
10331     hoverinfo: "x+y"
10332     boxpoints: "outliers"
10333     whiskerwidth: 0
10334   layout:
10335     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10336     layout: "plot-throughput"
10337
10338 -
10339   type: "plot"
10340   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10341   algorithm: "plot_performance_box"
10342   output-file-type: ".html"
10343   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10344   data: "plot-vpp-throughput-latency-3n-hsw"
10345   filter: "'NIC_Intel-X710' and
10346            '64B' and
10347            'NDRPDR' and
10348            '2T2C' and
10349            'IP4FWD' and
10350            'NAT44' and
10351            not 'IPSEC' and
10352            not 'VHOST'"
10353   parameters:
10354   - "throughput"
10355   - "parent"
10356   - "tags"
10357   sort:
10358   - "BASE"
10359   - "BASE"
10360   - "SRC_USER_10"
10361   - "SRC_USER_100"
10362   - "SRC_USER_1000"
10363   - "SRC_USER_2000"
10364   traces:
10365     hoverinfo: "x+y"
10366     boxpoints: "outliers"
10367     whiskerwidth: 0
10368   layout:
10369     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10370     layout: "plot-throughput"
10371
10372 -
10373   type: "plot"
10374   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10375   algorithm: "plot_performance_box"
10376   output-file-type: ".html"
10377   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10378   data: "plot-vpp-throughput-latency-3n-hsw"
10379   filter: "'NIC_Intel-X710' and
10380            '64B' and
10381            'NDRPDR' and
10382            '2T2C' and
10383            'IP4FWD' and
10384            'NAT44' and
10385            not 'IPSEC' and
10386            not 'VHOST'"
10387   parameters:
10388   - "throughput"
10389   - "parent"
10390   - "tags"
10391   sort:
10392   - "BASE"
10393   - "BASE"
10394   - "SRC_USER_10"
10395   - "SRC_USER_100"
10396   - "SRC_USER_1000"
10397   - "SRC_USER_2000"
10398   traces:
10399     hoverinfo: "x+y"
10400     boxpoints: "outliers"
10401     whiskerwidth: 0
10402   layout:
10403     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10404     layout: "plot-throughput"
10405
10406 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10407 -
10408   type: "plot"
10409   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10410   algorithm: "plot_performance_box"
10411   output-file-type: ".html"
10412   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10413   data: "plot-vpp-throughput-latency-3n-hsw"
10414   filter: "'NIC_Intel-X710' and
10415            '64B' and
10416            'NDRPDR' and
10417            '1T1C' and
10418            'IP4FWD' and
10419            'IACL' and
10420            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10421            not 'IPSEC' and
10422            not 'VHOST'"
10423   parameters:
10424   - "throughput"
10425   - "parent"
10426   - "tags"
10427   sort:
10428   - "ACL_STATELESS"
10429   - "ACL_STATEFUL"
10430   - "ACL_STATELESS"
10431   - "ACL_STATEFUL"
10432   traces:
10433     hoverinfo: "x+y"
10434     boxpoints: "outliers"
10435     whiskerwidth: 0
10436   layout:
10437     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10438     layout: "plot-throughput"
10439
10440 -
10441   type: "plot"
10442   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10443   algorithm: "plot_performance_box"
10444   output-file-type: ".html"
10445   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10446   data: "plot-vpp-throughput-latency-3n-hsw"
10447   filter: "'NIC_Intel-X710' and
10448            '64B' and
10449            'NDRPDR' and
10450            '1T1C' and
10451            'IP4FWD' and
10452            'IACL' and
10453            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10454            not 'IPSEC' and
10455            not 'VHOST'"
10456   parameters:
10457   - "throughput"
10458   - "parent"
10459   - "tags"
10460   sort:
10461   - "ACL_STATELESS"
10462   - "ACL_STATEFUL"
10463   - "ACL_STATELESS"
10464   - "ACL_STATEFUL"
10465   traces:
10466     hoverinfo: "x+y"
10467     boxpoints: "outliers"
10468     whiskerwidth: 0
10469   layout:
10470     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10471     layout: "plot-throughput"
10472
10473 -
10474   type: "plot"
10475   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10476   algorithm: "plot_performance_box"
10477   output-file-type: ".html"
10478   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10479   data: "plot-vpp-throughput-latency-3n-hsw"
10480   filter: "'NIC_Intel-X710' and
10481            '64B' and
10482            'NDRPDR' and
10483            '2T2C' and
10484            'IP4FWD' and
10485            'IACL' and
10486            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10487            not 'IPSEC' and
10488            not 'VHOST'"
10489   parameters:
10490   - "throughput"
10491   - "parent"
10492   - "tags"
10493   sort:
10494   - "ACL_STATELESS"
10495   - "ACL_STATEFUL"
10496   - "ACL_STATELESS"
10497   - "ACL_STATEFUL"
10498   traces:
10499     hoverinfo: "x+y"
10500     boxpoints: "outliers"
10501     whiskerwidth: 0
10502   layout:
10503     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10504     layout: "plot-throughput"
10505
10506 -
10507   type: "plot"
10508   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10509   algorithm: "plot_performance_box"
10510   output-file-type: ".html"
10511   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10512   data: "plot-vpp-throughput-latency-3n-hsw"
10513   filter: "'NIC_Intel-X710' and
10514            '64B' and
10515            'NDRPDR' and
10516            '2T2C' and
10517            'IP4FWD' and
10518            'IACL' and
10519            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10520            not 'IPSEC' and
10521            not 'VHOST'"
10522   parameters:
10523   - "throughput"
10524   - "parent"
10525   - "tags"
10526   sort:
10527   - "ACL_STATELESS"
10528   - "ACL_STATEFUL"
10529   - "ACL_STATELESS"
10530   - "ACL_STATEFUL"
10531   traces:
10532     hoverinfo: "x+y"
10533     boxpoints: "outliers"
10534     whiskerwidth: 0
10535   layout:
10536     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10537     layout: "plot-throughput"
10538
10539 ## Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10540 #-
10541 #  type: "plot"
10542 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10543 #  algorithm: "plot_performance_box"
10544 #  output-file-type: ".html"
10545 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10546 #  data: "plot-vpp-throughput-latency-3n-hsw"
10547 #  filter: "'NIC_Intel-X710' and
10548 #           '64B' and
10549 #           'NDRPDR' and
10550 #           '1T1C' and
10551 #           'IP4FWD' and
10552 #           'OACL' and
10553 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10554 #           not 'IPSEC' and
10555 #           not 'VHOST'"
10556 #  parameters:
10557 #  - "throughput"
10558 #  - "parent"
10559 #  - "tags"
10560 #  sort:
10561 #  - "ACL_STATELESS"
10562 #  - "ACL_STATEFUL"
10563 #  - "ACL_STATELESS"
10564 #  - "ACL_STATEFUL"
10565 #  traces:
10566 #    hoverinfo: "x+y"
10567 #    boxpoints: "outliers"
10568 #    whiskerwidth: 0
10569 #  layout:
10570 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10571 #    layout: "plot-throughput"
10572 #
10573 #-
10574 #  type: "plot"
10575 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10576 #  algorithm: "plot_performance_box"
10577 #  output-file-type: ".html"
10578 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10579 #  data: "plot-vpp-throughput-latency-3n-hsw"
10580 #  filter: "'NIC_Intel-X710' and
10581 #           '64B' and
10582 #           'NDRPDR' and
10583 #           '1T1C' and
10584 #           'IP4FWD' and
10585 #           'OACL' and
10586 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10587 #           not 'IPSEC' and
10588 #           not 'VHOST'"
10589 #  parameters:
10590 #  - "throughput"
10591 #  - "parent"
10592 #  - "tags"
10593 #  sort:
10594 #  - "ACL_STATELESS"
10595 #  - "ACL_STATEFUL"
10596 #  - "ACL_STATELESS"
10597 #  - "ACL_STATEFUL"
10598 #  traces:
10599 #    hoverinfo: "x+y"
10600 #    boxpoints: "outliers"
10601 #    whiskerwidth: 0
10602 #  layout:
10603 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10604 #    layout: "plot-throughput"
10605 #
10606 #-
10607 #  type: "plot"
10608 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10609 #  algorithm: "plot_performance_box"
10610 #  output-file-type: ".html"
10611 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10612 #  data: "plot-vpp-throughput-latency-3n-hsw"
10613 #  filter: "'NIC_Intel-X710' and
10614 #           '64B' and
10615 #           'NDRPDR' and
10616 #           '2T2C' and
10617 #           'IP4FWD' and
10618 #           'OACL' and
10619 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10620 #           not 'IPSEC' and
10621 #           not 'VHOST'"
10622 #  parameters:
10623 #  - "throughput"
10624 #  - "parent"
10625 #  - "tags"
10626 #  sort:
10627 #  - "ACL_STATELESS"
10628 #  - "ACL_STATEFUL"
10629 #  - "ACL_STATELESS"
10630 #  - "ACL_STATEFUL"
10631 #  traces:
10632 #    hoverinfo: "x+y"
10633 #    boxpoints: "outliers"
10634 #    whiskerwidth: 0
10635 #  layout:
10636 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10637 #    layout: "plot-throughput"
10638 #
10639 #-
10640 #  type: "plot"
10641 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10642 #  algorithm: "plot_performance_box"
10643 #  output-file-type: ".html"
10644 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10645 #  data: "plot-vpp-throughput-latency-3n-hsw"
10646 #  filter: "'NIC_Intel-X710' and
10647 #           '64B' and
10648 #           'NDRPDR' and
10649 #           '2T2C' and
10650 #           'IP4FWD' and
10651 #           'OACL' and
10652 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10653 #           not 'IPSEC' and
10654 #           not 'VHOST'"
10655 #  parameters:
10656 #  - "throughput"
10657 #  - "parent"
10658 #  - "tags"
10659 #  sort:
10660 #  - "ACL_STATELESS"
10661 #  - "ACL_STATEFUL"
10662 #  - "ACL_STATELESS"
10663 #  - "ACL_STATEFUL"
10664 #  traces:
10665 #    hoverinfo: "x+y"
10666 #    boxpoints: "outliers"
10667 #    whiskerwidth: 0
10668 #  layout:
10669 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10670 #    layout: "plot-throughput"
10671
10672 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10673 -
10674   type: "plot"
10675   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10676   algorithm: "plot_performance_box"
10677   output-file-type: ".html"
10678   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10679   data: "plot-vpp-throughput-latency-2n-skx"
10680   filter: "'NIC_Intel-X710' and
10681            '64B' and
10682            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10683            'NDRPDR' and
10684            '2T1C' and
10685            'IP4FWD' and
10686            not 'IPSEC' and
10687            not 'VHOST'"
10688   parameters:
10689   - "throughput"
10690   - "parent"
10691   - "tags"
10692   sort:
10693   - "DOT1Q"
10694   - "IP4BASE"
10695   - "FIB_20k"
10696   - "FIB_200k"
10697   - "FIB_2M"
10698   traces:
10699     hoverinfo: "x+y"
10700     boxpoints: "outliers"
10701     whiskerwidth: 0
10702   layout:
10703     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10704     layout: "plot-throughput"
10705
10706 -
10707   type: "plot"
10708   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10709   algorithm: "plot_performance_box"
10710   output-file-type: ".html"
10711   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10712   data: "plot-vpp-throughput-latency-2n-skx"
10713   filter: "'NIC_Intel-X710' and
10714            '64B' and
10715            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10716            'NDRPDR' and
10717            '2T1C' and
10718            'IP4FWD' and
10719            not 'IPSEC' and
10720            not 'VHOST'"
10721   parameters:
10722   - "throughput"
10723   - "parent"
10724   - "tags"
10725   sort:
10726   - "DOT1Q"
10727   - "IP4BASE"
10728   - "FIB_20k"
10729   - "FIB_200k"
10730   - "FIB_2M"
10731   traces:
10732     hoverinfo: "x+y"
10733     boxpoints: "outliers"
10734     whiskerwidth: 0
10735   layout:
10736     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10737     layout: "plot-throughput"
10738
10739 -
10740   type: "plot"
10741   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10742   algorithm: "plot_performance_box"
10743   output-file-type: ".html"
10744   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10745   data: "plot-vpp-throughput-latency-2n-skx"
10746   filter: "'NIC_Intel-X710' and
10747            '64B' and
10748            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10749            'NDRPDR' and
10750            '4T2C' and
10751            'IP4FWD' and
10752            not 'IPSEC' and
10753            not 'VHOST'"
10754   parameters:
10755   - "throughput"
10756   - "parent"
10757   - "tags"
10758   sort:
10759   - "DOT1Q"
10760   - "IP4BASE"
10761   - "FIB_20k"
10762   - "FIB_200k"
10763   - "FIB_2M"
10764   traces:
10765     hoverinfo: "x+y"
10766     boxpoints: "outliers"
10767     whiskerwidth: 0
10768   layout:
10769     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10770     layout: "plot-throughput"
10771
10772 -
10773   type: "plot"
10774   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10775   algorithm: "plot_performance_box"
10776   output-file-type: ".html"
10777   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10778   data: "plot-vpp-throughput-latency-2n-skx"
10779   filter: "'NIC_Intel-X710' and
10780            '64B' and
10781            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10782            'NDRPDR' and
10783            '4T2C' and
10784            'IP4FWD' and
10785            not 'IPSEC' and
10786            not 'VHOST'"
10787   parameters:
10788   - "throughput"
10789   - "parent"
10790   - "tags"
10791   sort:
10792   - "DOT1Q"
10793   - "IP4BASE"
10794   - "FIB_20k"
10795   - "FIB_200k"
10796   - "FIB_2M"
10797   traces:
10798     hoverinfo: "x+y"
10799     boxpoints: "outliers"
10800     whiskerwidth: 0
10801   layout:
10802     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10803     layout: "plot-throughput"
10804
10805 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10806 -
10807   type: "plot"
10808   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10809   algorithm: "plot_performance_box"
10810   output-file-type: ".html"
10811   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10812   data: "plot-vpp-throughput-latency-2n-skx"
10813   filter: "'NIC_Intel-XXV710' and
10814            '64B' and
10815            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10816            'NDRPDR' and
10817            '2T1C' and
10818            'IP4FWD' and
10819            not 'IPSEC' and
10820            not 'VHOST'"
10821   parameters:
10822   - "throughput"
10823   - "parent"
10824   - "tags"
10825   sort:
10826   - "DOT1Q"
10827   - "IP4BASE"
10828   - "FIB_20k"
10829   - "FIB_200k"
10830   - "FIB_2M"
10831   traces:
10832     hoverinfo: "x+y"
10833     boxpoints: "outliers"
10834     whiskerwidth: 0
10835   layout:
10836     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10837     layout: "plot-throughput"
10838
10839 -
10840   type: "plot"
10841   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10842   algorithm: "plot_performance_box"
10843   output-file-type: ".html"
10844   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10845   data: "plot-vpp-throughput-latency-2n-skx"
10846   filter: "'NIC_Intel-XXV710' and
10847            '64B' and
10848            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10849            'NDRPDR' and
10850            '2T1C' and
10851            'IP4FWD' and
10852            not 'IPSEC' and
10853            not 'VHOST'"
10854   parameters:
10855   - "throughput"
10856   - "parent"
10857   - "tags"
10858   sort:
10859   - "DOT1Q"
10860   - "IP4BASE"
10861   - "FIB_20k"
10862   - "FIB_200k"
10863   - "FIB_2M"
10864   traces:
10865     hoverinfo: "x+y"
10866     boxpoints: "outliers"
10867     whiskerwidth: 0
10868   layout:
10869     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10870     layout: "plot-throughput"
10871
10872 -
10873   type: "plot"
10874   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10875   algorithm: "plot_performance_box"
10876   output-file-type: ".html"
10877   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10878   data: "plot-vpp-throughput-latency-2n-skx"
10879   filter: "'NIC_Intel-XXV710' and
10880            '64B' and
10881            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10882            'NDRPDR' and
10883            '4T2C' and
10884            'IP4FWD' and
10885            not 'IPSEC' and
10886            not 'VHOST'"
10887   parameters:
10888   - "throughput"
10889   - "parent"
10890   - "tags"
10891   sort:
10892   - "DOT1Q"
10893   - "IP4BASE"
10894   - "FIB_20k"
10895   - "FIB_200k"
10896   - "FIB_2M"
10897   traces:
10898     hoverinfo: "x+y"
10899     boxpoints: "outliers"
10900     whiskerwidth: 0
10901   layout:
10902     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10903     layout: "plot-throughput"
10904
10905 -
10906   type: "plot"
10907   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10908   algorithm: "plot_performance_box"
10909   output-file-type: ".html"
10910   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10911   data: "plot-vpp-throughput-latency-2n-skx"
10912   filter: "'NIC_Intel-XXV710' and
10913            '64B' and
10914            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10915            'NDRPDR' and
10916            '4T2C' and
10917            'IP4FWD' and
10918            not 'IPSEC' and
10919            not 'VHOST'"
10920   parameters:
10921   - "throughput"
10922   - "parent"
10923   - "tags"
10924   sort:
10925   - "DOT1Q"
10926   - "IP4BASE"
10927   - "FIB_20k"
10928   - "FIB_200k"
10929   - "FIB_2M"
10930   traces:
10931     hoverinfo: "x+y"
10932     boxpoints: "outliers"
10933     whiskerwidth: 0
10934   layout:
10935     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10936     layout: "plot-throughput"
10937
10938 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10939 -
10940   type: "plot"
10941   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10942   algorithm: "plot_performance_box"
10943   output-file-type: ".html"
10944   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10945   data: "intel-dnv-vpp"
10946   filter: "'NIC_Intel-X553' and
10947            '64B' and
10948            'IP4BASE' and
10949            'NDRPDR' and
10950            '1T1C' and
10951            'IP4FWD' and
10952            not 'IPSEC' and
10953            not 'VHOST'"
10954   parameters:
10955   - "throughput"
10956   - "parent"
10957   - "tags"
10958   sort:
10959   - "IP4BASE"
10960   traces:
10961     hoverinfo: "x+y"
10962     boxpoints: "outliers"
10963     whiskerwidth: 0
10964   layout:
10965     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10966     layout: "plot-throughput"
10967
10968 -
10969   type: "plot"
10970   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10971   algorithm: "plot_performance_box"
10972   output-file-type: ".html"
10973   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10974   data: "intel-dnv-vpp"
10975   filter: "'NIC_Intel-X553' and
10976            '64B' and
10977            'IP4BASE' and
10978            'NDRPDR' and
10979            '1T1C' and
10980            'IP4FWD' and
10981            not 'IPSEC' and
10982            not 'VHOST'"
10983   parameters:
10984   - "throughput"
10985   - "parent"
10986   - "tags"
10987   sort:
10988   - "IP4BASE"
10989   traces:
10990     hoverinfo: "x+y"
10991     boxpoints: "outliers"
10992     whiskerwidth: 0
10993   layout:
10994     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10995     layout: "plot-throughput"
10996
10997 -
10998   type: "plot"
10999   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11000   algorithm: "plot_performance_box"
11001   output-file-type: ".html"
11002   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11003   data: "intel-dnv-vpp"
11004   filter: "'NIC_Intel-X553' and
11005            '64B' and
11006            'IP4BASE' and
11007            'NDRPDR' and
11008            '2T2C' and
11009            'IP4FWD' and
11010            not 'IPSEC' and
11011            not 'VHOST'"
11012   parameters:
11013   - "throughput"
11014   - "parent"
11015   - "tags"
11016   sort:
11017   - "IP4BASE"
11018   traces:
11019     hoverinfo: "x+y"
11020     boxpoints: "outliers"
11021     whiskerwidth: 0
11022   layout:
11023     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11024     layout: "plot-throughput"
11025
11026 -
11027   type: "plot"
11028   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11029   algorithm: "plot_performance_box"
11030   output-file-type: ".html"
11031   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11032   data: "intel-dnv-vpp"
11033   filter: "'NIC_Intel-X553' and
11034            '64B' and
11035            'IP4BASE' and
11036            'NDRPDR' and
11037            '2T2C' and
11038            'IP4FWD' and
11039            not 'IPSEC' and
11040            not 'VHOST'"
11041   parameters:
11042   - "throughput"
11043   - "parent"
11044   - "tags"
11045   sort:
11046   - "IP4BASE"
11047   traces:
11048     hoverinfo: "x+y"
11049     boxpoints: "outliers"
11050     whiskerwidth: 0
11051   layout:
11052     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11053     layout: "plot-throughput"
11054
11055 ################################################################################
11056
11057 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
11058 #-
11059 #  type: "plot"
11060 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11061 #  algorithm: "plot_performance_box"
11062 #  output-file-type: ".html"
11063 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11064 #  data: "plot-vpp-throughput-latency-3n-hsw"
11065 #  filter: "'NIC_Intel-X520-DA2' and
11066 #           '64B' and
11067 #           'ENCAP' and
11068 #           'NDRPDR' and
11069 #           '1T1C' and
11070 #           ('VXLAN' or 'LISP') and
11071 #           not 'VHOST' and
11072 #           not 'IPSECHW'"
11073 #  parameters:
11074 #  - "throughput"
11075 #  - "parent"
11076 #  - "tags"
11077 #  sort:
11078 #  - "not DOT1Q"
11079 #  - "VXLAN_1"
11080 #  - "VXLAN_10"
11081 #  - "VXLAN_100"
11082 #  - "VXLAN_1000"
11083 #  traces:
11084 #    hoverinfo: "x+y"
11085 #    boxpoints: "outliers"
11086 #    whiskerwidth: 0
11087 #  layout:
11088 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11089 #    layout: "plot-throughput"
11090 #
11091 #-
11092 #  type: "plot"
11093 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11094 #  algorithm: "plot_performance_box"
11095 #  output-file-type: ".html"
11096 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11097 #  data: "plot-vpp-throughput-latency-3n-hsw"
11098 #  filter: "'NIC_Intel-X520-DA2' and
11099 #           '64B' and
11100 #           'ENCAP' and
11101 #           'NDRPDR' and
11102 #           '1T1C' and
11103 #           ('VXLAN' or 'LISP') and
11104 #           not 'VHOST' and
11105 #           not 'IPSECHW'"
11106 #  parameters:
11107 #  - "throughput"
11108 #  - "parent"
11109 #  - "tags"
11110 #  sort:
11111 #  - "not DOT1Q"
11112 #  - "VXLAN_1"
11113 #  - "VXLAN_10"
11114 #  - "VXLAN_100"
11115 #  - "VXLAN_1000"
11116 #  traces:
11117 #    hoverinfo: "x+y"
11118 #    boxpoints: "outliers"
11119 #    whiskerwidth: 0
11120 #  layout:
11121 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11122 #    layout: "plot-throughput"
11123 #
11124 #-
11125 #  type: "plot"
11126 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11127 #  algorithm: "plot_performance_box"
11128 #  output-file-type: ".html"
11129 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11130 #  data: "plot-vpp-throughput-latency-3n-hsw"
11131 #  filter: "'NIC_Intel-X520-DA2' and
11132 #           '64B' and
11133 #           'ENCAP' and
11134 #           'NDRPDR' and
11135 #           '2T2C' and
11136 #           ('VXLAN' or 'LISP') and
11137 #           not 'VHOST' and
11138 #           not 'IPSECHW'"
11139 #  parameters:
11140 #  - "throughput"
11141 #  - "parent"
11142 #  - "tags"
11143 #  sort:
11144 #  - "not DOT1Q"
11145 #  - "VXLAN_1"
11146 #  - "VXLAN_10"
11147 #  - "VXLAN_100"
11148 #  - "VXLAN_1000"
11149 #  traces:
11150 #    hoverinfo: "x+y"
11151 #    boxpoints: "outliers"
11152 #    whiskerwidth: 0
11153 #  layout:
11154 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11155 #    layout: "plot-throughput"
11156 #
11157 #-
11158 #  type: "plot"
11159 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11160 #  algorithm: "plot_performance_box"
11161 #  output-file-type: ".html"
11162 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11163 #  data: "plot-vpp-throughput-latency-3n-hsw"
11164 #  filter: "'NIC_Intel-X520-DA2' and
11165 #           '64B' and
11166 #           'ENCAP' and
11167 #           'NDRPDR' and
11168 #           '2T2C' and
11169 #           ('VXLAN' or 'LISP') and
11170 #           not 'VHOST' and
11171 #           not 'IPSECHW'"
11172 #  parameters:
11173 #  - "throughput"
11174 #  - "parent"
11175 #  - "tags"
11176 #  sort:
11177 #  - "not DOT1Q"
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-x520-64b-2t2c-base_and_scale-pdr"
11188 #    layout: "plot-throughput"
11189
11190 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11191 -
11192   type: "plot"
11193   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11194   algorithm: "plot_performance_box"
11195   output-file-type: ".html"
11196   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11197   data: "plot-vpp-throughput-latency-3n-hsw"
11198   filter: "'NIC_Intel-X520-DA2' and
11199            '64B' and
11200            'ENCAP' and
11201            'NDRPDR' and
11202            '1T1C' and
11203            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11204            not 'DOT1Q' and
11205            not 'VHOST' and
11206            not 'IPSECHW'"
11207   parameters:
11208   - "throughput"
11209   - "parent"
11210   - "tags"
11211   sort:
11212   - "L2BDMACLRN"
11213   - "L2XCFWD"
11214   - "LISP"
11215   traces:
11216     hoverinfo: "x+y"
11217     boxpoints: "outliers"
11218     whiskerwidth: 0
11219   layout:
11220     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11221     layout: "plot-throughput"
11222
11223 -
11224   type: "plot"
11225   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11226   algorithm: "plot_performance_box"
11227   output-file-type: ".html"
11228   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11229   data: "plot-vpp-throughput-latency-3n-hsw"
11230   filter: "'NIC_Intel-X520-DA2' and
11231            '64B' and
11232            'ENCAP' and
11233            'NDRPDR' and
11234            '2T2C' and
11235            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11236            not 'DOT1Q' and
11237            not 'VHOST' and
11238            not 'IPSECHW'"
11239   parameters:
11240   - "throughput"
11241   - "parent"
11242   - "tags"
11243   sort:
11244   - "L2BDMACLRN"
11245   - "L2XCFWD"
11246   - "LISP"
11247   traces:
11248     hoverinfo: "x+y"
11249     boxpoints: "outliers"
11250     whiskerwidth: 0
11251   layout:
11252     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11253     layout: "plot-throughput"
11254
11255 -
11256   type: "plot"
11257   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11258   algorithm: "plot_performance_box"
11259   output-file-type: ".html"
11260   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11261   data: "plot-vpp-throughput-latency-3n-hsw"
11262   filter: "'NIC_Intel-X520-DA2' and
11263            '64B' and
11264            'ENCAP' and
11265            'NDRPDR' and
11266            '1T1C' and
11267            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11268            not 'DOT1Q' and
11269            not 'VHOST' and
11270            not 'IPSECHW'"
11271   parameters:
11272   - "throughput"
11273   - "parent"
11274   - "tags"
11275   sort:
11276   - "L2BDMACLRN"
11277   - "L2XCFWD"
11278   - "LISP"
11279   traces:
11280     hoverinfo: "x+y"
11281     boxpoints: "outliers"
11282     whiskerwidth: 0
11283   layout:
11284     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11285     layout: "plot-throughput"
11286
11287 -
11288   type: "plot"
11289   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11290   algorithm: "plot_performance_box"
11291   output-file-type: ".html"
11292   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11293   data: "plot-vpp-throughput-latency-3n-hsw"
11294   filter: "'NIC_Intel-X520-DA2' and
11295            '64B' and
11296            'ENCAP' and
11297            'NDRPDR' and
11298            '2T2C' and
11299            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11300            not 'DOT1Q' and
11301            not 'VHOST' and
11302            not 'IPSECHW'"
11303   parameters:
11304   - "throughput"
11305   - "parent"
11306   - "tags"
11307   sort:
11308   - "L2BDMACLRN"
11309   - "L2XCFWD"
11310   - "LISP"
11311   traces:
11312     hoverinfo: "x+y"
11313     boxpoints: "outliers"
11314     whiskerwidth: 0
11315   layout:
11316     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11317     layout: "plot-throughput"
11318
11319 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11320 -
11321   type: "plot"
11322   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11323   algorithm: "plot_performance_box"
11324   output-file-type: ".html"
11325   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11326   data: "plot-vpp-throughput-latency-3n-hsw"
11327   filter: "'NIC_Intel-X710' and
11328            '64B' and
11329            'ENCAP' and
11330            'NDRPDR' and
11331            '1T1C' and
11332            ('VXLAN' or 'LISP') and
11333            not 'VHOST' and
11334            not 'IPSECHW'"
11335   parameters:
11336   - "throughput"
11337   - "parent"
11338   - "tags"
11339   sort:
11340   - "LISP"
11341   - "VXLAN_1"
11342   - "VXLAN_10"
11343   - "VXLAN_100"
11344   - "VXLAN_1000"
11345   traces:
11346     hoverinfo: "x+y"
11347     boxpoints: "outliers"
11348     whiskerwidth: 0
11349   layout:
11350     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11351     layout: "plot-throughput"
11352
11353 -
11354   type: "plot"
11355   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11356   algorithm: "plot_performance_box"
11357   output-file-type: ".html"
11358   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11359   data: "plot-vpp-throughput-latency-3n-hsw"
11360   filter: "'NIC_Intel-X710' and
11361            '64B' and
11362            'ENCAP' and
11363            'NDRPDR' and
11364            '1T1C' and
11365            ('VXLAN' or 'LISP') and
11366            not 'VHOST' and
11367            not 'IPSECHW'"
11368   parameters:
11369   - "throughput"
11370   - "parent"
11371   - "tags"
11372   sort:
11373   - "LISP"
11374   - "VXLAN_1"
11375   - "VXLAN_10"
11376   - "VXLAN_100"
11377   - "VXLAN_1000"
11378   traces:
11379     hoverinfo: "x+y"
11380     boxpoints: "outliers"
11381     whiskerwidth: 0
11382   layout:
11383     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11384     layout: "plot-throughput"
11385
11386 -
11387   type: "plot"
11388   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11389   algorithm: "plot_performance_box"
11390   output-file-type: ".html"
11391   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11392   data: "plot-vpp-throughput-latency-3n-hsw"
11393   filter: "'NIC_Intel-X710' and
11394            '64B' and
11395            'ENCAP' and
11396            'NDRPDR' and
11397            '2T2C' and
11398            ('VXLAN' or 'LISP') and
11399            not 'VHOST' and
11400            not 'IPSECHW'"
11401   parameters:
11402   - "throughput"
11403   - "parent"
11404   - "tags"
11405   sort:
11406   - "LISP"
11407   - "VXLAN_1"
11408   - "VXLAN_10"
11409   - "VXLAN_100"
11410   - "VXLAN_1000"
11411   traces:
11412     hoverinfo: "x+y"
11413     boxpoints: "outliers"
11414     whiskerwidth: 0
11415   layout:
11416     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11417     layout: "plot-throughput"
11418
11419 -
11420   type: "plot"
11421   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11422   algorithm: "plot_performance_box"
11423   output-file-type: ".html"
11424   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11425   data: "plot-vpp-throughput-latency-3n-hsw"
11426   filter: "'NIC_Intel-X710' and
11427            '64B' and
11428            'ENCAP' and
11429            'NDRPDR' and
11430            '2T2C' and
11431            ('VXLAN' or 'LISP') and
11432            not 'VHOST' and
11433            not 'IPSECHW'"
11434   parameters:
11435   - "throughput"
11436   - "parent"
11437   - "tags"
11438   sort:
11439   - "LISP"
11440   - "VXLAN_1"
11441   - "VXLAN_10"
11442   - "VXLAN_100"
11443   - "VXLAN_1000"
11444   traces:
11445     hoverinfo: "x+y"
11446     boxpoints: "outliers"
11447     whiskerwidth: 0
11448   layout:
11449     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11450     layout: "plot-throughput"
11451
11452 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11453 -
11454   type: "plot"
11455   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11456   algorithm: "plot_performance_box"
11457   output-file-type: ".html"
11458   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11459   data: "plot-vpp-throughput-latency-3n-hsw"
11460   filter: "'NIC_Intel-X710' and
11461            '64B' and
11462            'ENCAP' and
11463            'NDRPDR' and
11464            '1T1C' and
11465            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11466            not 'DOT1Q' and
11467            not 'VHOST' and
11468            not 'IPSECHW'"
11469   parameters:
11470   - "throughput"
11471   - "parent"
11472   - "tags"
11473   sort:
11474   - "L2BDMACLRN"
11475   - "L2XCFWD"
11476   - "LISP"
11477   traces:
11478     hoverinfo: "x+y"
11479     boxpoints: "outliers"
11480     whiskerwidth: 0
11481   layout:
11482     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11483     layout: "plot-throughput"
11484
11485 -
11486   type: "plot"
11487   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11488   algorithm: "plot_performance_box"
11489   output-file-type: ".html"
11490   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11491   data: "plot-vpp-throughput-latency-3n-hsw"
11492   filter: "'NIC_Intel-X710' and
11493            '64B' and
11494            'ENCAP' and
11495            'NDRPDR' and
11496            '2T2C' and
11497            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11498            not 'DOT1Q' and
11499            not 'VHOST' and
11500            not 'IPSECHW'"
11501   parameters:
11502   - "throughput"
11503   - "parent"
11504   - "tags"
11505   sort:
11506   - "L2BDMACLRN"
11507   - "L2XCFWD"
11508   - "LISP"
11509   traces:
11510     hoverinfo: "x+y"
11511     boxpoints: "outliers"
11512     whiskerwidth: 0
11513   layout:
11514     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11515     layout: "plot-throughput"
11516
11517 -
11518   type: "plot"
11519   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11520   algorithm: "plot_performance_box"
11521   output-file-type: ".html"
11522   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11523   data: "plot-vpp-throughput-latency-3n-hsw"
11524   filter: "'NIC_Intel-X710' and
11525            '64B' and
11526            'ENCAP' and
11527            'NDRPDR' and
11528            '1T1C' and
11529            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11530            not 'DOT1Q' and
11531            not 'VHOST' and
11532            not 'IPSECHW'"
11533   parameters:
11534   - "throughput"
11535   - "parent"
11536   - "tags"
11537   sort:
11538   - "L2BDMACLRN"
11539   - "L2XCFWD"
11540   - "LISP"
11541   traces:
11542     hoverinfo: "x+y"
11543     boxpoints: "outliers"
11544     whiskerwidth: 0
11545   layout:
11546     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11547     layout: "plot-throughput"
11548
11549 -
11550   type: "plot"
11551   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11552   algorithm: "plot_performance_box"
11553   output-file-type: ".html"
11554   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11555   data: "plot-vpp-throughput-latency-3n-hsw"
11556   filter: "'NIC_Intel-X710' and
11557            '64B' and
11558            'ENCAP' and
11559            'NDRPDR' and
11560            '2T2C' and
11561            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11562            not 'DOT1Q' and
11563            not 'VHOST' and
11564            not 'IPSECHW'"
11565   parameters:
11566   - "throughput"
11567   - "parent"
11568   - "tags"
11569   sort:
11570   - "L2BDMACLRN"
11571   - "L2XCFWD"
11572   - "LISP"
11573   traces:
11574     hoverinfo: "x+y"
11575     boxpoints: "outliers"
11576     whiskerwidth: 0
11577   layout:
11578     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11579     layout: "plot-throughput"
11580
11581 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11582 -
11583   type: "plot"
11584   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11585   algorithm: "plot_performance_box"
11586   output-file-type: ".html"
11587   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11588   data: "plot-vpp-throughput-latency-3n-skx"
11589   filter: "'NIC_Intel-X710' and
11590            '64B' and
11591            'ENCAP' and
11592            'NDRPDR' and
11593            '2T1C' and
11594            ('VXLAN' or 'LISP') and
11595            not 'VHOST' and
11596            not 'IPSECHW'"
11597   parameters:
11598   - "throughput"
11599   - "parent"
11600   - "tags"
11601   sort:
11602   - "LISP"
11603   - "VXLAN_1"
11604   - "VXLAN_10"
11605   - "VXLAN_100"
11606   - "VXLAN_1000"
11607   traces:
11608     hoverinfo: "x+y"
11609     boxpoints: "outliers"
11610     whiskerwidth: 0
11611   layout:
11612     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11613     layout: "plot-throughput"
11614
11615 -
11616   type: "plot"
11617   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11618   algorithm: "plot_performance_box"
11619   output-file-type: ".html"
11620   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11621   data: "plot-vpp-throughput-latency-3n-skx"
11622   filter: "'NIC_Intel-X710' and
11623            '64B' and
11624            'ENCAP' and
11625            'NDRPDR' and
11626            '2T1C' and
11627            ('VXLAN' or 'LISP') and
11628            not 'VHOST' and
11629            not 'IPSECHW'"
11630   parameters:
11631   - "throughput"
11632   - "parent"
11633   - "tags"
11634   sort:
11635   - "LISP"
11636   - "VXLAN_1"
11637   - "VXLAN_10"
11638   - "VXLAN_100"
11639   - "VXLAN_1000"
11640   traces:
11641     hoverinfo: "x+y"
11642     boxpoints: "outliers"
11643     whiskerwidth: 0
11644   layout:
11645     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11646     layout: "plot-throughput"
11647
11648 -
11649   type: "plot"
11650   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11651   algorithm: "plot_performance_box"
11652   output-file-type: ".html"
11653   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11654   data: "plot-vpp-throughput-latency-3n-skx"
11655   filter: "'NIC_Intel-X710' and
11656            '64B' and
11657            'ENCAP' and
11658            'NDRPDR' and
11659            '4T2C' and
11660            ('VXLAN' or 'LISP') and
11661            not 'VHOST' and
11662            not 'IPSECHW'"
11663   parameters:
11664   - "throughput"
11665   - "parent"
11666   - "tags"
11667   sort:
11668   - "LISP"
11669   - "VXLAN_1"
11670   - "VXLAN_10"
11671   - "VXLAN_100"
11672   - "VXLAN_1000"
11673   traces:
11674     hoverinfo: "x+y"
11675     boxpoints: "outliers"
11676     whiskerwidth: 0
11677   layout:
11678     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11679     layout: "plot-throughput"
11680
11681 -
11682   type: "plot"
11683   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11684   algorithm: "plot_performance_box"
11685   output-file-type: ".html"
11686   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11687   data: "plot-vpp-throughput-latency-3n-skx"
11688   filter: "'NIC_Intel-X710' and
11689            '64B' and
11690            'ENCAP' and
11691            'NDRPDR' and
11692            '4T2C' and
11693            ('VXLAN' or 'LISP') and
11694            not 'VHOST' and
11695            not 'IPSECHW'"
11696   parameters:
11697   - "throughput"
11698   - "parent"
11699   - "tags"
11700   sort:
11701   - "LISP"
11702   - "VXLAN_1"
11703   - "VXLAN_10"
11704   - "VXLAN_100"
11705   - "VXLAN_1000"
11706   traces:
11707     hoverinfo: "x+y"
11708     boxpoints: "outliers"
11709     whiskerwidth: 0
11710   layout:
11711     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11712     layout: "plot-throughput"
11713
11714 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11715 -
11716   type: "plot"
11717   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11718   algorithm: "plot_performance_box"
11719   output-file-type: ".html"
11720   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11721   data: "plot-vpp-throughput-latency-3n-skx"
11722   filter: "'NIC_Intel-X710' and
11723            '64B' and
11724            'ENCAP' and
11725            'NDRPDR' and
11726            '2T1C' and
11727            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11728            not 'DOT1Q' and
11729            not 'VHOST' and
11730            not 'IPSECHW'"
11731   parameters:
11732   - "throughput"
11733   - "parent"
11734   - "tags"
11735   sort:
11736   - "L2BDMACLRN"
11737   - "L2XCFWD"
11738   - "LISP"
11739   traces:
11740     hoverinfo: "x+y"
11741     boxpoints: "outliers"
11742     whiskerwidth: 0
11743   layout:
11744     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11745     layout: "plot-throughput"
11746
11747 -
11748   type: "plot"
11749   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11750   algorithm: "plot_performance_box"
11751   output-file-type: ".html"
11752   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11753   data: "plot-vpp-throughput-latency-3n-skx"
11754   filter: "'NIC_Intel-X710' and
11755            '64B' and
11756            'ENCAP' and
11757            'NDRPDR' and
11758            '4T2C' and
11759            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11760            not 'DOT1Q' and
11761            not 'VHOST' and
11762            not 'IPSECHW'"
11763   parameters:
11764   - "throughput"
11765   - "parent"
11766   - "tags"
11767   sort:
11768   - "L2BDMACLRN"
11769   - "L2XCFWD"
11770   - "LISP"
11771   traces:
11772     hoverinfo: "x+y"
11773     boxpoints: "outliers"
11774     whiskerwidth: 0
11775   layout:
11776     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11777     layout: "plot-throughput"
11778
11779 -
11780   type: "plot"
11781   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11782   algorithm: "plot_performance_box"
11783   output-file-type: ".html"
11784   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11785   data: "plot-vpp-throughput-latency-3n-skx"
11786   filter: "'NIC_Intel-X710' and
11787            '64B' and
11788            'ENCAP' and
11789            'NDRPDR' and
11790            '2T1C' and
11791            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11792            not 'DOT1Q' and
11793            not 'VHOST' and
11794            not 'IPSECHW'"
11795   parameters:
11796   - "throughput"
11797   - "parent"
11798   - "tags"
11799   sort:
11800   - "L2BDMACLRN"
11801   - "L2XCFWD"
11802   - "LISP"
11803   traces:
11804     hoverinfo: "x+y"
11805     boxpoints: "outliers"
11806     whiskerwidth: 0
11807   layout:
11808     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11809     layout: "plot-throughput"
11810
11811 -
11812   type: "plot"
11813   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11814   algorithm: "plot_performance_box"
11815   output-file-type: ".html"
11816   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11817   data: "plot-vpp-throughput-latency-3n-skx"
11818   filter: "'NIC_Intel-X710' and
11819            '64B' and
11820            'ENCAP' and
11821            'NDRPDR' and
11822            '4T2C' and
11823            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11824            not 'DOT1Q' and
11825            not 'VHOST' and
11826            not 'IPSECHW'"
11827   parameters:
11828   - "throughput"
11829   - "parent"
11830   - "tags"
11831   sort:
11832   - "L2BDMACLRN"
11833   - "L2XCFWD"
11834   - "LISP"
11835   traces:
11836     hoverinfo: "x+y"
11837     boxpoints: "outliers"
11838     whiskerwidth: 0
11839   layout:
11840     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11841     layout: "plot-throughput"
11842
11843 ################################################################################
11844
11845 # Packet Throughput - VPP IPv6 3n-hsw-x520
11846 -
11847   type: "plot"
11848   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11849   algorithm: "plot_performance_box"
11850   output-file-type: ".html"
11851   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11852   data: "plot-vpp-throughput-latency-3n-hsw"
11853   filter: "'NIC_Intel-X520-DA2' and
11854            '78B' and
11855            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11856            'NDRPDR' and
11857            '1T1C' and
11858            'IP6FWD' and
11859            not 'SRv6' and
11860            not 'IPSEC' and
11861            not 'VHOST'"
11862   parameters:
11863   - "throughput"
11864   - "parent"
11865   - "tags"
11866   sort:
11867   - "IP6BASE"
11868   - "FIB_20K"
11869   - "FIB_200K"
11870   - "FIB_2M"
11871   traces:
11872     hoverinfo: "x+y"
11873     boxpoints: "outliers"
11874     whiskerwidth: 0
11875   layout:
11876     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11877     layout: "plot-throughput"
11878
11879 -
11880   type: "plot"
11881   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11882   algorithm: "plot_performance_box"
11883   output-file-type: ".html"
11884   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11885   data: "plot-vpp-throughput-latency-3n-hsw"
11886   filter: "'NIC_Intel-X520-DA2' and
11887            '78B' and
11888            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11889            'NDRPDR' and
11890            '1T1C' and
11891            'IP6FWD' and
11892            not 'SRv6' and
11893            not 'IPSEC' and
11894            not 'VHOST'"
11895   parameters:
11896   - "throughput"
11897   - "parent"
11898   - "tags"
11899   sort:
11900   - "IP6BASE"
11901   - "FIB_20K"
11902   - "FIB_200K"
11903   - "FIB_2M"
11904   traces:
11905     hoverinfo: "x+y"
11906     boxpoints: "outliers"
11907     whiskerwidth: 0
11908   layout:
11909     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11910     layout: "plot-throughput"
11911
11912 -
11913   type: "plot"
11914   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11915   algorithm: "plot_performance_box"
11916   output-file-type: ".html"
11917   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11918   data: "plot-vpp-throughput-latency-3n-hsw"
11919   filter: "'NIC_Intel-X520-DA2' and
11920            '78B' and
11921            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11922            'NDRPDR' and
11923            '2T2C' and
11924            'IP6FWD' and
11925            not 'SRv6' and
11926            not 'IPSEC' and
11927            not 'VHOST'"
11928   parameters:
11929   - "throughput"
11930   - "parent"
11931   - "tags"
11932   sort:
11933   - "IP6BASE"
11934   - "FIB_20K"
11935   - "FIB_200K"
11936   - "FIB_2M"
11937   traces:
11938     hoverinfo: "x+y"
11939     boxpoints: "outliers"
11940     whiskerwidth: 0
11941   layout:
11942     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11943     layout: "plot-throughput"
11944
11945 -
11946   type: "plot"
11947   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11948   algorithm: "plot_performance_box"
11949   output-file-type: ".html"
11950   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11951   data: "plot-vpp-throughput-latency-3n-hsw"
11952   filter: "'NIC_Intel-X520-DA2' and
11953            '78B' and
11954            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11955            'NDRPDR' and
11956            '2T2C' and
11957            'IP6FWD' and
11958            not 'SRv6' and
11959            not 'IPSEC' and
11960            not 'VHOST'"
11961   parameters:
11962   - "throughput"
11963   - "parent"
11964   - "tags"
11965   sort:
11966   - "IP6BASE"
11967   - "FIB_20K"
11968   - "FIB_200K"
11969   - "FIB_2M"
11970   traces:
11971     hoverinfo: "x+y"
11972     boxpoints: "outliers"
11973     whiskerwidth: 0
11974   layout:
11975     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11976     layout: "plot-throughput"
11977
11978 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
11979 -
11980   type: "plot"
11981   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11982   algorithm: "plot_performance_box"
11983   output-file-type: ".html"
11984   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11985   data: "plot-vpp-throughput-latency-3n-hsw"
11986   filter: "'NIC_Intel-X520-DA2' and
11987            '78B' and
11988            ('IP6BASE' or
11989             'POLICE_MARK' or
11990             'COPWHLIST' or
11991             'IACLDST') and
11992            'NDRPDR' and
11993            '1T1C' and
11994            'IP6FWD' and
11995            not 'SRv6' and
11996            not 'IPSEC' and
11997            not 'VHOST'"
11998   parameters:
11999   - "throughput"
12000   - "parent"
12001   - "tags"
12002   sort:
12003   - "IP6BASE"
12004   - "POLICE_MARK"
12005   - "COPWHLIST"
12006   - "IACLDST"
12007   traces:
12008     hoverinfo: "x+y"
12009     boxpoints: "outliers"
12010     whiskerwidth: 0
12011   layout:
12012     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12013     layout: "plot-throughput"
12014
12015 -
12016   type: "plot"
12017   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12018   algorithm: "plot_performance_box"
12019   output-file-type: ".html"
12020   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12021   data: "plot-vpp-throughput-latency-3n-hsw"
12022   filter: "'NIC_Intel-X520-DA2' and
12023            '78B' and
12024            ('IP6BASE' or
12025             'POLICE_MARK' or
12026             'COPWHLIST' or
12027             'IACLDST') and
12028            'NDRPDR' and
12029            '2T2C' and
12030            'IP6FWD' and
12031            not 'SRv6' and
12032            not 'IPSEC' and
12033            not 'VHOST'"
12034   parameters:
12035   - "throughput"
12036   - "parent"
12037   - "tags"
12038   sort:
12039   - "IP6BASE"
12040   - "POLICE_MARK"
12041   - "COPWHLIST"
12042   - "IACLDST"
12043   traces:
12044     hoverinfo: "x+y"
12045     boxpoints: "outliers"
12046     whiskerwidth: 0
12047   layout:
12048     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12049     layout: "plot-throughput"
12050
12051 -
12052   type: "plot"
12053   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12054   algorithm: "plot_performance_box"
12055   output-file-type: ".html"
12056   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12057   data: "plot-vpp-throughput-latency-3n-hsw"
12058   filter: "'NIC_Intel-X520-DA2' and
12059            '78B' and
12060            ('IP6BASE' or
12061             'POLICE_MARK' or
12062             'COPWHLIST' or
12063             'IACLDST') and
12064            'NDRPDR' and
12065            '1T1C' and
12066            'IP6FWD' and
12067            not 'SRv6' and
12068            not 'IPSEC' and
12069            not 'VHOST'"
12070   parameters:
12071   - "throughput"
12072   - "parent"
12073   - "tags"
12074   sort:
12075   - "IP6BASE"
12076   - "POLICE_MARK"
12077   - "COPWHLIST"
12078   - "IACLDST"
12079   traces:
12080     hoverinfo: "x+y"
12081     boxpoints: "outliers"
12082     whiskerwidth: 0
12083   layout:
12084     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12085     layout: "plot-throughput"
12086
12087 -
12088   type: "plot"
12089   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12090   algorithm: "plot_performance_box"
12091   output-file-type: ".html"
12092   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12093   data: "plot-vpp-throughput-latency-3n-hsw"
12094   filter: "'NIC_Intel-X520-DA2' and
12095            '78B' and
12096            ('IP6BASE' or
12097             'POLICE_MARK' or
12098             'COPWHLIST' or
12099             'IACLDST') and
12100            'NDRPDR' and
12101            '2T2C' and
12102            'IP6FWD' and
12103            not 'SRv6' and
12104            not 'IPSEC' and
12105            not 'VHOST'"
12106   parameters:
12107   - "throughput"
12108   - "parent"
12109   - "tags"
12110   sort:
12111   - "IP6BASE"
12112   - "POLICE_MARK"
12113   - "COPWHLIST"
12114   - "IACLDST"
12115   traces:
12116     hoverinfo: "x+y"
12117     boxpoints: "outliers"
12118     whiskerwidth: 0
12119   layout:
12120     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12121     layout: "plot-throughput"
12122
12123 # Packet Throughput - VPP IPv6 3n-hsw-x710
12124 -
12125   type: "plot"
12126   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12127   algorithm: "plot_performance_box"
12128   output-file-type: ".html"
12129   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12130   data: "plot-vpp-throughput-latency-3n-hsw"
12131   filter: "'NIC_Intel-X710' and
12132            '78B' and
12133            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12134            'NDRPDR' and
12135            '1T1C' and
12136            'IP6FWD' and
12137            not 'SRv6' and
12138            not 'IPSEC' and
12139            not 'VHOST'"
12140   parameters:
12141   - "throughput"
12142   - "parent"
12143   - "tags"
12144   sort:
12145   - "IP6BASE"
12146   - "FIB_20K"
12147   - "FIB_200K"
12148   - "FIB_2M"
12149   traces:
12150     hoverinfo: "x+y"
12151     boxpoints: "outliers"
12152     whiskerwidth: 0
12153   layout:
12154     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12155     layout: "plot-throughput"
12156
12157 -
12158   type: "plot"
12159   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12160   algorithm: "plot_performance_box"
12161   output-file-type: ".html"
12162   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12163   data: "plot-vpp-throughput-latency-3n-hsw"
12164   filter: "'NIC_Intel-X710' and
12165            '78B' and
12166            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12167            'NDRPDR' and
12168            '1T1C' and
12169            'IP6FWD' and
12170            not 'SRv6' and
12171            not 'IPSEC' and
12172            not 'VHOST'"
12173   parameters:
12174   - "throughput"
12175   - "parent"
12176   - "tags"
12177   sort:
12178   - "IP6BASE"
12179   - "FIB_20K"
12180   - "FIB_200K"
12181   - "FIB_2M"
12182   traces:
12183     hoverinfo: "x+y"
12184     boxpoints: "outliers"
12185     whiskerwidth: 0
12186   layout:
12187     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12188     layout: "plot-throughput"
12189
12190 -
12191   type: "plot"
12192   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12193   algorithm: "plot_performance_box"
12194   output-file-type: ".html"
12195   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12196   data: "plot-vpp-throughput-latency-3n-hsw"
12197   filter: "'NIC_Intel-X710' and
12198            '78B' and
12199            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12200            'NDRPDR' and
12201            '2T2C' and
12202            'IP6FWD' and
12203            not 'SRv6' and
12204            not 'IPSEC' and
12205            not 'VHOST'"
12206   parameters:
12207   - "throughput"
12208   - "parent"
12209   - "tags"
12210   sort:
12211   - "IP6BASE"
12212   - "FIB_20K"
12213   - "FIB_200K"
12214   - "FIB_2M"
12215   traces:
12216     hoverinfo: "x+y"
12217     boxpoints: "outliers"
12218     whiskerwidth: 0
12219   layout:
12220     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12221     layout: "plot-throughput"
12222
12223 -
12224   type: "plot"
12225   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12226   algorithm: "plot_performance_box"
12227   output-file-type: ".html"
12228   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12229   data: "plot-vpp-throughput-latency-3n-hsw"
12230   filter: "'NIC_Intel-X710' and
12231            '78B' and
12232            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12233            'NDRPDR' and
12234            '2T2C' and
12235            'IP6FWD' and
12236            not 'SRv6' and
12237            not 'IPSEC' and
12238            not 'VHOST'"
12239   parameters:
12240   - "throughput"
12241   - "parent"
12242   - "tags"
12243   sort:
12244   - "IP6BASE"
12245   - "FIB_20K"
12246   - "FIB_200K"
12247   - "FIB_2M"
12248   traces:
12249     hoverinfo: "x+y"
12250     boxpoints: "outliers"
12251     whiskerwidth: 0
12252   layout:
12253     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12254     layout: "plot-throughput"
12255
12256 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12257 -
12258   type: "plot"
12259   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12260   algorithm: "plot_performance_box"
12261   output-file-type: ".html"
12262   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12263   data: "plot-vpp-throughput-latency-3n-hsw"
12264   filter: "'NIC_Intel-X710' and
12265            '78B' and
12266            ('IP6BASE' or
12267             'POLICE_MARK' or
12268             'COPWHLIST' or
12269             'IACLDST') and
12270            'NDRPDR' and
12271            '1T1C' and
12272            'IP6FWD' and
12273            not 'SRv6' and
12274            not 'IPSEC' and
12275            not 'VHOST'"
12276   parameters:
12277   - "throughput"
12278   - "parent"
12279   - "tags"
12280   sort:
12281   - "IP6BASE"
12282   - "POLICE_MARK"
12283   - "COPWHLIST"
12284   - "IACLDST"
12285   traces:
12286     hoverinfo: "x+y"
12287     boxpoints: "outliers"
12288     whiskerwidth: 0
12289   layout:
12290     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12291     layout: "plot-throughput"
12292
12293 -
12294   type: "plot"
12295   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12296   algorithm: "plot_performance_box"
12297   output-file-type: ".html"
12298   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12299   data: "plot-vpp-throughput-latency-3n-hsw"
12300   filter: "'NIC_Intel-X710' and
12301            '78B' and
12302            ('IP6BASE' or
12303             'POLICE_MARK' or
12304             'COPWHLIST' or
12305             'IACLDST') and
12306            'NDRPDR' and
12307            '2T2C' and
12308            'IP6FWD' and
12309            not 'SRv6' and
12310            not 'IPSEC' and
12311            not 'VHOST'"
12312   parameters:
12313   - "throughput"
12314   - "parent"
12315   - "tags"
12316   sort:
12317   - "IP6BASE"
12318   - "POLICE_MARK"
12319   - "COPWHLIST"
12320   - "IACLDST"
12321   traces:
12322     hoverinfo: "x+y"
12323     boxpoints: "outliers"
12324     whiskerwidth: 0
12325   layout:
12326     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12327     layout: "plot-throughput"
12328
12329 -
12330   type: "plot"
12331   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12332   algorithm: "plot_performance_box"
12333   output-file-type: ".html"
12334   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12335   data: "plot-vpp-throughput-latency-3n-hsw"
12336   filter: "'NIC_Intel-X710' and
12337            '78B' and
12338            ('IP6BASE' or
12339             'POLICE_MARK' or
12340             'COPWHLIST' or
12341             'IACLDST') and
12342            'NDRPDR' and
12343            '1T1C' and
12344            'IP6FWD' and
12345            not 'SRv6' and
12346            not 'IPSEC' and
12347            not 'VHOST'"
12348   parameters:
12349   - "throughput"
12350   - "parent"
12351   - "tags"
12352   sort:
12353   - "IP6BASE"
12354   - "POLICE_MARK"
12355   - "COPWHLIST"
12356   - "IACLDST"
12357   traces:
12358     hoverinfo: "x+y"
12359     boxpoints: "outliers"
12360     whiskerwidth: 0
12361   layout:
12362     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12363     layout: "plot-throughput"
12364
12365 -
12366   type: "plot"
12367   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12368   algorithm: "plot_performance_box"
12369   output-file-type: ".html"
12370   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12371   data: "plot-vpp-throughput-latency-3n-hsw"
12372   filter: "'NIC_Intel-X710' and
12373            '78B' and
12374            ('IP6BASE' or
12375             'POLICE_MARK' or
12376             'COPWHLIST' or
12377             'IACLDST') and
12378            'NDRPDR' and
12379            '2T2C' and
12380            'IP6FWD' and
12381            not 'SRv6' and
12382            not 'IPSEC' and
12383            not 'VHOST'"
12384   parameters:
12385   - "throughput"
12386   - "parent"
12387   - "tags"
12388   sort:
12389   - "IP6BASE"
12390   - "POLICE_MARK"
12391   - "COPWHLIST"
12392   - "IACLDST"
12393   traces:
12394     hoverinfo: "x+y"
12395     boxpoints: "outliers"
12396     whiskerwidth: 0
12397   layout:
12398     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12399     layout: "plot-throughput"
12400
12401 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12402 -
12403   type: "plot"
12404   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12405   algorithm: "plot_performance_box"
12406   output-file-type: ".html"
12407   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12408   data: "plot-vpp-throughput-latency-3n-hsw"
12409   filter: "'NIC_Intel-XL710' and
12410            '78B' and
12411            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12412            'NDRPDR' and
12413            '1T1C' and
12414            'IP6FWD' and
12415            not 'SRv6' and
12416            not 'IPSEC' and
12417            not 'VHOST'"
12418   parameters:
12419   - "throughput"
12420   - "parent"
12421   - "tags"
12422   sort:
12423   - "IP6BASE"
12424   - "FIB_20K"
12425   - "FIB_200K"
12426   - "FIB_2M"
12427   traces:
12428     hoverinfo: "x+y"
12429     boxpoints: "outliers"
12430     whiskerwidth: 0
12431   layout:
12432     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12433     layout: "plot-throughput"
12434
12435 -
12436   type: "plot"
12437   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12438   algorithm: "plot_performance_box"
12439   output-file-type: ".html"
12440   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12441   data: "plot-vpp-throughput-latency-3n-hsw"
12442   filter: "'NIC_Intel-XL710' and
12443            '78B' and
12444            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12445            'NDRPDR' and
12446            '1T1C' and
12447            'IP6FWD' and
12448            not 'SRv6' and
12449            not 'IPSEC' and
12450            not 'VHOST'"
12451   parameters:
12452   - "throughput"
12453   - "parent"
12454   - "tags"
12455   sort:
12456   - "IP6BASE"
12457   - "FIB_20K"
12458   - "FIB_200K"
12459   - "FIB_2M"
12460   traces:
12461     hoverinfo: "x+y"
12462     boxpoints: "outliers"
12463     whiskerwidth: 0
12464   layout:
12465     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12466     layout: "plot-throughput"
12467
12468 -
12469   type: "plot"
12470   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12471   algorithm: "plot_performance_box"
12472   output-file-type: ".html"
12473   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12474   data: "plot-vpp-throughput-latency-3n-hsw"
12475   filter: "'NIC_Intel-XL710' and
12476            '78B' and
12477            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12478            'NDRPDR' and
12479            '2T2C' and
12480            'IP6FWD' and
12481            not 'SRv6' and
12482            not 'IPSEC' and
12483            not 'VHOST'"
12484   parameters:
12485   - "throughput"
12486   - "parent"
12487   - "tags"
12488   sort:
12489   - "IP6BASE"
12490   - "FIB_20K"
12491   - "FIB_200K"
12492   - "FIB_2M"
12493   traces:
12494     hoverinfo: "x+y"
12495     boxpoints: "outliers"
12496     whiskerwidth: 0
12497   layout:
12498     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12499     layout: "plot-throughput"
12500
12501 -
12502   type: "plot"
12503   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12504   algorithm: "plot_performance_box"
12505   output-file-type: ".html"
12506   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12507   data: "plot-vpp-throughput-latency-3n-hsw"
12508   filter: "'NIC_Intel-XL710' and
12509            '78B' and
12510            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12511            'NDRPDR' and
12512            '2T2C' and
12513            'IP6FWD' and
12514            not 'SRv6' and
12515            not 'IPSEC' and
12516            not 'VHOST'"
12517   parameters:
12518   - "throughput"
12519   - "parent"
12520   - "tags"
12521   sort:
12522   - "IP6BASE"
12523   - "FIB_20K"
12524   - "FIB_200K"
12525   - "FIB_2M"
12526   traces:
12527     hoverinfo: "x+y"
12528     boxpoints: "outliers"
12529     whiskerwidth: 0
12530   layout:
12531     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12532     layout: "plot-throughput"
12533
12534 # Packet Throughput - VPP IPv6 3n-skx-x710
12535 -
12536   type: "plot"
12537   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12538   algorithm: "plot_performance_box"
12539   output-file-type: ".html"
12540   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12541   data: "plot-vpp-throughput-latency-3n-skx"
12542   filter: "'NIC_Intel-X710' and
12543            '78B' and
12544            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12545            'NDRPDR' and
12546            '2T1C' and
12547            'IP6FWD' and
12548            not 'SRv6' and
12549            not 'IPSEC' and
12550            not 'VHOST'"
12551   parameters:
12552   - "throughput"
12553   - "parent"
12554   - "tags"
12555   sort:
12556   - "IP6BASE"
12557   - "FIB_20k"
12558   - "FIB_200k"
12559   - "FIB_2M"
12560   traces:
12561     hoverinfo: "x+y"
12562     boxpoints: "outliers"
12563     whiskerwidth: 0
12564   layout:
12565     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12566     layout: "plot-throughput"
12567
12568 -
12569   type: "plot"
12570   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12571   algorithm: "plot_performance_box"
12572   output-file-type: ".html"
12573   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12574   data: "plot-vpp-throughput-latency-3n-skx"
12575   filter: "'NIC_Intel-X710' and
12576            '78B' and
12577            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12578            'NDRPDR' and
12579            '2T1C' and
12580            'IP6FWD' and
12581            not 'SRv6' and
12582            not 'IPSEC' and
12583            not 'VHOST'"
12584   parameters:
12585   - "throughput"
12586   - "parent"
12587   - "tags"
12588   sort:
12589   - "IP6BASE"
12590   - "FIB_20k"
12591   - "FIB_200k"
12592   - "FIB_2M"
12593   traces:
12594     hoverinfo: "x+y"
12595     boxpoints: "outliers"
12596     whiskerwidth: 0
12597   layout:
12598     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12599     layout: "plot-throughput"
12600
12601 -
12602   type: "plot"
12603   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12604   algorithm: "plot_performance_box"
12605   output-file-type: ".html"
12606   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12607   data: "plot-vpp-throughput-latency-3n-skx"
12608   filter: "'NIC_Intel-X710' and
12609            '78B' and
12610            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12611            'NDRPDR' and
12612            '4T2C' and
12613            'IP6FWD' and
12614            not 'SRv6' and
12615            not 'IPSEC' and
12616            not 'VHOST'"
12617   parameters:
12618   - "throughput"
12619   - "parent"
12620   - "tags"
12621   sort:
12622   - "IP6BASE"
12623   - "FIB_20k"
12624   - "FIB_200k"
12625   - "FIB_2M"
12626   traces:
12627     hoverinfo: "x+y"
12628     boxpoints: "outliers"
12629     whiskerwidth: 0
12630   layout:
12631     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12632     layout: "plot-throughput"
12633
12634 -
12635   type: "plot"
12636   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12637   algorithm: "plot_performance_box"
12638   output-file-type: ".html"
12639   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12640   data: "plot-vpp-throughput-latency-3n-skx"
12641   filter: "'NIC_Intel-X710' and
12642            '78B' and
12643            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12644            'NDRPDR' and
12645            '4T2C' and
12646            'IP6FWD' and
12647            not 'SRv6' and
12648            not 'IPSEC' and
12649            not 'VHOST'"
12650   parameters:
12651   - "throughput"
12652   - "parent"
12653   - "tags"
12654   sort:
12655   - "IP6BASE"
12656   - "FIB_20k"
12657   - "FIB_200k"
12658   - "FIB_2M"
12659   traces:
12660     hoverinfo: "x+y"
12661     boxpoints: "outliers"
12662     whiskerwidth: 0
12663   layout:
12664     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12665     layout: "plot-throughput"
12666
12667 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12668 -
12669   type: "plot"
12670   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12671   algorithm: "plot_performance_box"
12672   output-file-type: ".html"
12673   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12674   data: "plot-vpp-throughput-latency-3n-skx"
12675   filter: "'NIC_Intel-X710' and
12676            '78B' and
12677            ('IP6BASE' or
12678             'POLICE_MARK' or
12679             'COPWHLIST' or
12680             'IACLDST') and
12681            'NDRPDR' and
12682            '2T1C' and
12683            'IP6FWD' and
12684            not 'SRv6' and
12685            not 'IPSEC' and
12686            not 'VHOST'"
12687   parameters:
12688   - "throughput"
12689   - "parent"
12690   - "tags"
12691   sort:
12692   - "IP6BASE"
12693   - "POLICE_MARK"
12694   - "COPWHLIST"
12695   - "IACLDST"
12696   traces:
12697     hoverinfo: "x+y"
12698     boxpoints: "outliers"
12699     whiskerwidth: 0
12700   layout:
12701     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12702     layout: "plot-throughput"
12703
12704 -
12705   type: "plot"
12706   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12707   algorithm: "plot_performance_box"
12708   output-file-type: ".html"
12709   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12710   data: "plot-vpp-throughput-latency-3n-skx"
12711   filter: "'NIC_Intel-X710' and
12712            '78B' and
12713            ('IP6BASE' or
12714             'POLICE_MARK' or
12715             'COPWHLIST' or
12716             'IACLDST') and
12717            'NDRPDR' and
12718            '4T2C' and
12719            'IP6FWD' and
12720            not 'SRv6' and
12721            not 'IPSEC' and
12722            not 'VHOST'"
12723   parameters:
12724   - "throughput"
12725   - "parent"
12726   - "tags"
12727   sort:
12728   - "IP6BASE"
12729   - "POLICE_MARK"
12730   - "COPWHLIST"
12731   - "IACLDST"
12732   traces:
12733     hoverinfo: "x+y"
12734     boxpoints: "outliers"
12735     whiskerwidth: 0
12736   layout:
12737     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12738     layout: "plot-throughput"
12739
12740 -
12741   type: "plot"
12742   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12743   algorithm: "plot_performance_box"
12744   output-file-type: ".html"
12745   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12746   data: "plot-vpp-throughput-latency-3n-skx"
12747   filter: "'NIC_Intel-X710' and
12748            '78B' and
12749            ('IP6BASE' or
12750             'POLICE_MARK' or
12751             'COPWHLIST' or
12752             'IACLDST') and
12753            'NDRPDR' and
12754            '2T1C' and
12755            'IP6FWD' and
12756            not 'SRv6' and
12757            not 'IPSEC' and
12758            not 'VHOST'"
12759   parameters:
12760   - "throughput"
12761   - "parent"
12762   - "tags"
12763   sort:
12764   - "IP6BASE"
12765   - "POLICE_MARK"
12766   - "COPWHLIST"
12767   - "IACLDST"
12768   traces:
12769     hoverinfo: "x+y"
12770     boxpoints: "outliers"
12771     whiskerwidth: 0
12772   layout:
12773     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12774     layout: "plot-throughput"
12775
12776 -
12777   type: "plot"
12778   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12779   algorithm: "plot_performance_box"
12780   output-file-type: ".html"
12781   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12782   data: "plot-vpp-throughput-latency-3n-skx"
12783   filter: "'NIC_Intel-X710' and
12784            '78B' and
12785            ('IP6BASE' or
12786             'POLICE_MARK' or
12787             'COPWHLIST' or
12788             'IACLDST') and
12789            'NDRPDR' and
12790            '4T2C' and
12791            'IP6FWD' and
12792            not 'SRv6' and
12793            not 'IPSEC' and
12794            not 'VHOST'"
12795   parameters:
12796   - "throughput"
12797   - "parent"
12798   - "tags"
12799   sort:
12800   - "IP6BASE"
12801   - "POLICE_MARK"
12802   - "COPWHLIST"
12803   - "IACLDST"
12804   traces:
12805     hoverinfo: "x+y"
12806     boxpoints: "outliers"
12807     whiskerwidth: 0
12808   layout:
12809     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12810     layout: "plot-throughput"
12811
12812 # Packet Throughput - VPP IPv6 2n-skx-x710
12813 -
12814   type: "plot"
12815   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12816   algorithm: "plot_performance_box"
12817   output-file-type: ".html"
12818   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12819   data: "plot-vpp-throughput-latency-2n-skx"
12820   filter: "'NIC_Intel-X710' and
12821            '78B' and
12822            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12823            'NDRPDR' and
12824            '2T1C' and
12825            'IP6FWD' and
12826            not 'SRv6' and
12827            not 'IPSEC' and
12828            not 'VHOST'"
12829   parameters:
12830   - "throughput"
12831   - "parent"
12832   - "tags"
12833   sort:
12834   - "IP6BASE"
12835   - "FIB_20k"
12836   - "FIB_200k"
12837   - "FIB_2M"
12838   traces:
12839     hoverinfo: "x+y"
12840     boxpoints: "outliers"
12841     whiskerwidth: 0
12842   layout:
12843     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12844     layout: "plot-throughput"
12845
12846 -
12847   type: "plot"
12848   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12849   algorithm: "plot_performance_box"
12850   output-file-type: ".html"
12851   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12852   data: "plot-vpp-throughput-latency-2n-skx"
12853   filter: "'NIC_Intel-X710' and
12854            '78B' and
12855            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12856            'NDRPDR' and
12857            '2T1C' and
12858            'IP6FWD' and
12859            not 'SRv6' and
12860            not 'IPSEC' and
12861            not 'VHOST'"
12862   parameters:
12863   - "throughput"
12864   - "parent"
12865   - "tags"
12866   sort:
12867   - "IP6BASE"
12868   - "FIB_20k"
12869   - "FIB_200k"
12870   - "FIB_2M"
12871   traces:
12872     hoverinfo: "x+y"
12873     boxpoints: "outliers"
12874     whiskerwidth: 0
12875   layout:
12876     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12877     layout: "plot-throughput"
12878
12879 -
12880   type: "plot"
12881   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12882   algorithm: "plot_performance_box"
12883   output-file-type: ".html"
12884   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12885   data: "plot-vpp-throughput-latency-2n-skx"
12886   filter: "'NIC_Intel-X710' and
12887            '78B' and
12888            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12889            'NDRPDR' and
12890            '4T2C' and
12891            'IP6FWD' and
12892            not 'SRv6' and
12893            not 'IPSEC' and
12894            not 'VHOST'"
12895   parameters:
12896   - "throughput"
12897   - "parent"
12898   - "tags"
12899   sort:
12900   - "IP6BASE"
12901   - "FIB_20k"
12902   - "FIB_200k"
12903   - "FIB_2M"
12904   traces:
12905     hoverinfo: "x+y"
12906     boxpoints: "outliers"
12907     whiskerwidth: 0
12908   layout:
12909     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12910     layout: "plot-throughput"
12911
12912 -
12913   type: "plot"
12914   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12915   algorithm: "plot_performance_box"
12916   output-file-type: ".html"
12917   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12918   data: "plot-vpp-throughput-latency-2n-skx"
12919   filter: "'NIC_Intel-X710' and
12920            '78B' and
12921            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12922            'NDRPDR' and
12923            '4T2C' and
12924            'IP6FWD' and
12925            not 'SRv6' and
12926            not 'IPSEC' and
12927            not 'VHOST'"
12928   parameters:
12929   - "throughput"
12930   - "parent"
12931   - "tags"
12932   sort:
12933   - "IP6BASE"
12934   - "FIB_20k"
12935   - "FIB_200k"
12936   - "FIB_2M"
12937   traces:
12938     hoverinfo: "x+y"
12939     boxpoints: "outliers"
12940     whiskerwidth: 0
12941   layout:
12942     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12943     layout: "plot-throughput"
12944
12945 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12946 -
12947   type: "plot"
12948   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12949   algorithm: "plot_performance_box"
12950   output-file-type: ".html"
12951   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12952   data: "plot-vpp-throughput-latency-2n-skx"
12953   filter: "'NIC_Intel-XXV710' and
12954            '78B' and
12955            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12956            'NDRPDR' and
12957            '2T1C' and
12958            'IP6FWD' and
12959            not 'SRv6' and
12960            not 'IPSEC' and
12961            not 'VHOST'"
12962   parameters:
12963   - "throughput"
12964   - "parent"
12965   - "tags"
12966   sort:
12967   - "IP6BASE"
12968   - "FIB_20k"
12969   - "FIB_200k"
12970   - "FIB_2M"
12971   traces:
12972     hoverinfo: "x+y"
12973     boxpoints: "outliers"
12974     whiskerwidth: 0
12975   layout:
12976     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12977     layout: "plot-throughput"
12978
12979 -
12980   type: "plot"
12981   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12982   algorithm: "plot_performance_box"
12983   output-file-type: ".html"
12984   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12985   data: "plot-vpp-throughput-latency-2n-skx"
12986   filter: "'NIC_Intel-XXV710' and
12987            '78B' and
12988            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12989            'NDRPDR' and
12990            '2T1C' and
12991            'IP6FWD' and
12992            not 'SRv6' and
12993            not 'IPSEC' and
12994            not 'VHOST'"
12995   parameters:
12996   - "throughput"
12997   - "parent"
12998   - "tags"
12999   sort:
13000   - "IP6BASE"
13001   - "FIB_20k"
13002   - "FIB_200k"
13003   - "FIB_2M"
13004   traces:
13005     hoverinfo: "x+y"
13006     boxpoints: "outliers"
13007     whiskerwidth: 0
13008   layout:
13009     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13010     layout: "plot-throughput"
13011
13012 -
13013   type: "plot"
13014   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13015   algorithm: "plot_performance_box"
13016   output-file-type: ".html"
13017   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13018   data: "plot-vpp-throughput-latency-2n-skx"
13019   filter: "'NIC_Intel-XXV710' and
13020            '78B' and
13021            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13022            'NDRPDR' and
13023            '4T2C' and
13024            'IP6FWD' and
13025            not 'SRv6' and
13026            not 'IPSEC' and
13027            not 'VHOST'"
13028   parameters:
13029   - "throughput"
13030   - "parent"
13031   - "tags"
13032   sort:
13033   - "IP6BASE"
13034   - "FIB_20k"
13035   - "FIB_200k"
13036   - "FIB_2M"
13037   traces:
13038     hoverinfo: "x+y"
13039     boxpoints: "outliers"
13040     whiskerwidth: 0
13041   layout:
13042     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13043     layout: "plot-throughput"
13044
13045 -
13046   type: "plot"
13047   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13048   algorithm: "plot_performance_box"
13049   output-file-type: ".html"
13050   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13051   data: "plot-vpp-throughput-latency-2n-skx"
13052   filter: "'NIC_Intel-XXV710' and
13053            '78B' and
13054            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13055            'NDRPDR' and
13056            '4T2C' and
13057            'IP6FWD' and
13058            not 'SRv6' and
13059            not 'IPSEC' and
13060            not 'VHOST'"
13061   parameters:
13062   - "throughput"
13063   - "parent"
13064   - "tags"
13065   sort:
13066   - "IP6BASE"
13067   - "FIB_20k"
13068   - "FIB_200k"
13069   - "FIB_2M"
13070   traces:
13071     hoverinfo: "x+y"
13072     boxpoints: "outliers"
13073     whiskerwidth: 0
13074   layout:
13075     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13076     layout: "plot-throughput"
13077
13078 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13079 -
13080   type: "plot"
13081   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13082   algorithm: "plot_performance_box"
13083   output-file-type: ".html"
13084   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13085   data: "intel-dnv-vpp"
13086   filter: "'NIC_Intel-X553' and
13087            '78B' and
13088            'IP6BASE' and
13089            'NDRPDR' and
13090            '1T1C' and
13091            'IP6FWD' and
13092            not 'SRv6' and
13093            not 'IPSEC' and
13094            not 'VHOST'"
13095   parameters:
13096   - "throughput"
13097   - "parent"
13098   - "tags"
13099   sort:
13100   - "IP6BASE"
13101   traces:
13102     hoverinfo: "x+y"
13103     boxpoints: "outliers"
13104     whiskerwidth: 0
13105   layout:
13106     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13107     layout: "plot-throughput"
13108
13109 -
13110   type: "plot"
13111   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13112   algorithm: "plot_performance_box"
13113   output-file-type: ".html"
13114   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13115   data: "intel-dnv-vpp"
13116   filter: "'NIC_Intel-X553' and
13117            '78B' and
13118            'IP6BASE' and
13119            'NDRPDR' and
13120            '1T1C' and
13121            'IP6FWD' and
13122            not 'SRv6' and
13123            not 'IPSEC' and
13124            not 'VHOST'"
13125   parameters:
13126   - "throughput"
13127   - "parent"
13128   - "tags"
13129   sort:
13130   - "IP6BASE"
13131   traces:
13132     hoverinfo: "x+y"
13133     boxpoints: "outliers"
13134     whiskerwidth: 0
13135   layout:
13136     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13137     layout: "plot-throughput"
13138
13139 -
13140   type: "plot"
13141   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13142   algorithm: "plot_performance_box"
13143   output-file-type: ".html"
13144   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13145   data: "intel-dnv-vpp"
13146   filter: "'NIC_Intel-X553' and
13147            '78B' and
13148            'IP6BASE' and
13149            'NDRPDR' and
13150            '2T2C' and
13151            'IP6FWD' and
13152            not 'SRv6' and
13153            not 'IPSEC' and
13154            not 'VHOST'"
13155   parameters:
13156   - "throughput"
13157   - "parent"
13158   - "tags"
13159   sort:
13160   - "IP6BASE"
13161   traces:
13162     hoverinfo: "x+y"
13163     boxpoints: "outliers"
13164     whiskerwidth: 0
13165   layout:
13166     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13167     layout: "plot-throughput"
13168
13169 -
13170   type: "plot"
13171   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13172   algorithm: "plot_performance_box"
13173   output-file-type: ".html"
13174   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13175   data: "intel-dnv-vpp"
13176   filter: "'NIC_Intel-X553' and
13177            '78B' and
13178            'IP6BASE' and
13179            'NDRPDR' and
13180            '2T2C' and
13181            'IP6FWD' and
13182            not 'SRv6' and
13183            not 'IPSEC' and
13184            not 'VHOST'"
13185   parameters:
13186   - "throughput"
13187   - "parent"
13188   - "tags"
13189   sort:
13190   - "IP6BASE"
13191   traces:
13192     hoverinfo: "x+y"
13193     boxpoints: "outliers"
13194     whiskerwidth: 0
13195   layout:
13196     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13197     layout: "plot-throughput"
13198
13199 ################################################################################
13200
13201 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13202 -
13203   type: "plot"
13204   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13205   algorithm: "plot_performance_box"
13206   output-file-type: ".html"
13207   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13208   data: "plot-vpp-throughput-latency-3n-hsw"
13209   filter: "'NIC_Intel-X520-DA2' and
13210            '78B' and
13211            'ENCAP' and
13212            'NDRPDR' and
13213            '1T1C' and
13214            'LISP' and
13215            not 'VHOST'"
13216   parameters:
13217   - "throughput"
13218   - "parent"
13219   - "tags"
13220   sort:
13221   - "IP4UNRLAY"
13222   - "IP6UNRLAY"
13223   traces:
13224     hoverinfo: "x+y"
13225     boxpoints: "outliers"
13226     whiskerwidth: 0
13227   layout:
13228     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13229     layout: "plot-throughput"
13230
13231 -
13232   type: "plot"
13233   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13234   algorithm: "plot_performance_box"
13235   output-file-type: ".html"
13236   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13237   data: "plot-vpp-throughput-latency-3n-hsw"
13238   filter: "'NIC_Intel-X520-DA2' and
13239            '78B' and
13240            'ENCAP' and
13241            'NDRPDR' and
13242            '1T1C' and
13243            'LISP' and
13244            not 'VHOST'"
13245   parameters:
13246   - "throughput"
13247   - "parent"
13248   - "tags"
13249   sort:
13250   - "IP4UNRLAY"
13251   - "IP6UNRLAY"
13252   traces:
13253     hoverinfo: "x+y"
13254     boxpoints: "outliers"
13255     whiskerwidth: 0
13256   layout:
13257     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13258     layout: "plot-throughput"
13259
13260 -
13261   type: "plot"
13262   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13263   algorithm: "plot_performance_box"
13264   output-file-type: ".html"
13265   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13266   data: "plot-vpp-throughput-latency-3n-hsw"
13267   filter: "'NIC_Intel-X520-DA2' and
13268            '78B' and
13269            'ENCAP' and
13270            'NDRPDR' and
13271            '2T2C' and
13272            'LISP' and
13273            not 'VHOST'"
13274   parameters:
13275   - "throughput"
13276   - "parent"
13277   - "tags"
13278   sort:
13279   - "IP4UNRLAY"
13280   - "IP6UNRLAY"
13281   traces:
13282     hoverinfo: "x+y"
13283     boxpoints: "outliers"
13284     whiskerwidth: 0
13285   layout:
13286     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13287     layout: "plot-throughput"
13288
13289 -
13290   type: "plot"
13291   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13292   algorithm: "plot_performance_box"
13293   output-file-type: ".html"
13294   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13295   data: "plot-vpp-throughput-latency-3n-hsw"
13296   filter: "'NIC_Intel-X520-DA2' and
13297            '78B' and
13298            'ENCAP' and
13299            'NDRPDR' and
13300            '2T2C' and
13301            'LISP' and
13302            not 'VHOST'"
13303   parameters:
13304   - "throughput"
13305   - "parent"
13306   - "tags"
13307   sort:
13308   - "IP4UNRLAY"
13309   - "IP6UNRLAY"
13310   traces:
13311     hoverinfo: "x+y"
13312     boxpoints: "outliers"
13313     whiskerwidth: 0
13314   layout:
13315     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13316     layout: "plot-throughput"
13317
13318 ################################################################################
13319
13320 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13321 -
13322   type: "plot"
13323   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13324   algorithm: "plot_performance_box"
13325   output-file-type: ".html"
13326   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13327   data: "plot-vpp-throughput-latency-3n-hsw"
13328   filter: "'NIC_Intel-XL710' and
13329            '64B' and
13330            'IP4FWD' and
13331            'NDRPDR' and
13332            'BASE' and
13333            '1T1C' and
13334            'IPSECHW' and
13335            ('IPSECTRAN' or 'IPSECTUN') and
13336            not 'VHOST'"
13337   parameters:
13338   - "throughput"
13339   - "parent"
13340   - "tags"
13341   traces:
13342     hoverinfo: "x+y"
13343     boxpoints: "outliers"
13344     whiskerwidth: 0
13345   layout:
13346     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13347     layout: "plot-throughput"
13348
13349 -
13350   type: "plot"
13351   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13352   algorithm: "plot_performance_box"
13353   output-file-type: ".html"
13354   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13355   data: "plot-vpp-throughput-latency-3n-hsw"
13356   filter: "'NIC_Intel-XL710' and
13357            '64B' and
13358            'IP4FWD' and
13359            'NDRPDR' and
13360            'BASE' and
13361            '1T1C' and
13362            'IPSECHW' and
13363            ('IPSECTRAN' or 'IPSECTUN') and
13364            not 'VHOST'"
13365   parameters:
13366   - "throughput"
13367   - "parent"
13368   - "tags"
13369   traces:
13370     hoverinfo: "x+y"
13371     boxpoints: "outliers"
13372     whiskerwidth: 0
13373   layout:
13374     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13375     layout: "plot-throughput"
13376
13377 -
13378   type: "plot"
13379   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13380   algorithm: "plot_performance_box"
13381   output-file-type: ".html"
13382   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13383   data: "plot-vpp-throughput-latency-3n-hsw"
13384   filter: "'NIC_Intel-XL710' and
13385            '64B' and
13386            'IP4FWD' and
13387            'NDRPDR' and
13388            'BASE' and
13389            '2T2C' and
13390            'IPSECHW' and
13391            ('IPSECTRAN' or 'IPSECTUN') and
13392            not 'VHOST'"
13393   parameters:
13394   - "throughput"
13395   - "parent"
13396   - "tags"
13397   traces:
13398     hoverinfo: "x+y"
13399     boxpoints: "outliers"
13400     whiskerwidth: 0
13401   layout:
13402     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13403     layout: "plot-throughput"
13404
13405 -
13406   type: "plot"
13407   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13408   algorithm: "plot_performance_box"
13409   output-file-type: ".html"
13410   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13411   data: "plot-vpp-throughput-latency-3n-hsw"
13412   filter: "'NIC_Intel-XL710' and
13413            '64B' and
13414            'IP4FWD' and
13415            'NDRPDR' and
13416            'BASE' and
13417            '2T2C' and
13418            'IPSECHW' and
13419            ('IPSECTRAN' or 'IPSECTUN') and
13420            not 'VHOST'"
13421   parameters:
13422   - "throughput"
13423   - "parent"
13424   - "tags"
13425   traces:
13426     hoverinfo: "x+y"
13427     boxpoints: "outliers"
13428     whiskerwidth: 0
13429   layout:
13430     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13431     layout: "plot-throughput"
13432
13433 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13434 -
13435   type: "plot"
13436   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13437   algorithm: "plot_performance_box"
13438   output-file-type: ".html"
13439   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13440   data: "plot-vpp-throughput-latency-3n-hsw"
13441   filter: "'NIC_Intel-XL710' and
13442            '64B' and
13443            'IP4FWD' and
13444            'NDRPDR' and
13445            'SCALE' and
13446            '1T1C' and
13447            'IPSECHW' and
13448            ('IPSECTRAN' or 'IPSECTUN') and
13449            not 'VHOST'"
13450   parameters:
13451   - "throughput"
13452   - "parent"
13453   - "tags"
13454   traces:
13455     hoverinfo: "x+y"
13456     boxpoints: "outliers"
13457     whiskerwidth: 0
13458   layout:
13459     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13460     layout: "plot-throughput"
13461
13462 -
13463   type: "plot"
13464   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13465   algorithm: "plot_performance_box"
13466   output-file-type: ".html"
13467   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13468   data: "plot-vpp-throughput-latency-3n-hsw"
13469   filter: "'NIC_Intel-XL710' and
13470            '64B' and
13471            'IP4FWD' and
13472            'NDRPDR' and
13473            'SCALE' and
13474            '1T1C' and
13475            'IPSECHW' and
13476            ('IPSECTRAN' or 'IPSECTUN') and
13477            not 'VHOST'"
13478   parameters:
13479   - "throughput"
13480   - "parent"
13481   - "tags"
13482   traces:
13483     hoverinfo: "x+y"
13484     boxpoints: "outliers"
13485     whiskerwidth: 0
13486   layout:
13487     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13488     layout: "plot-throughput"
13489
13490 -
13491   type: "plot"
13492   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13493   algorithm: "plot_performance_box"
13494   output-file-type: ".html"
13495   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13496   data: "plot-vpp-throughput-latency-3n-hsw"
13497   filter: "'NIC_Intel-XL710' and
13498            '64B' and
13499            'IP4FWD' and
13500            'NDRPDR' and
13501            'SCALE' and
13502            '2T2C' and
13503            'IPSECHW' and
13504            ('IPSECTRAN' or 'IPSECTUN') and
13505            not 'VHOST'"
13506   parameters:
13507   - "throughput"
13508   - "parent"
13509   - "tags"
13510   traces:
13511     hoverinfo: "x+y"
13512     boxpoints: "outliers"
13513     whiskerwidth: 0
13514   layout:
13515     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13516     layout: "plot-throughput"
13517
13518 -
13519   type: "plot"
13520   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13521   algorithm: "plot_performance_box"
13522   output-file-type: ".html"
13523   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13524   data: "plot-vpp-throughput-latency-3n-hsw"
13525   filter: "'NIC_Intel-XL710' and
13526            '64B' and
13527            'IP4FWD' and
13528            'NDRPDR' and
13529            'SCALE' and
13530            '2T2C' and
13531            'IPSECHW' and
13532            ('IPSECTRAN' or 'IPSECTUN') and
13533            not 'VHOST'"
13534   parameters:
13535   - "throughput"
13536   - "parent"
13537   - "tags"
13538   traces:
13539     hoverinfo: "x+y"
13540     boxpoints: "outliers"
13541     whiskerwidth: 0
13542   layout:
13543     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13544     layout: "plot-throughput"
13545
13546 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13547 -
13548   type: "plot"
13549   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13550   algorithm: "plot_performance_box"
13551   output-file-type: ".html"
13552   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13553   data: "plot-vpp-throughput-latency-3n-hsw"
13554   filter: "'NIC_Intel-XL710' and
13555            '64B' and
13556            'IP4FWD' and
13557            'NDRPDR' and
13558            '1T1C' and
13559            'IPSECSW' and
13560            ('IPSECTRAN' or 'IPSECTUN') and
13561            not 'VHOST'"
13562   parameters:
13563   - "throughput"
13564   - "parent"
13565   - "tags"
13566   traces:
13567     hoverinfo: "x+y"
13568     boxpoints: "outliers"
13569     whiskerwidth: 0
13570   layout:
13571     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13572     layout: "plot-throughput"
13573
13574 -
13575   type: "plot"
13576   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13577   algorithm: "plot_performance_box"
13578   output-file-type: ".html"
13579   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13580   data: "plot-vpp-throughput-latency-3n-hsw"
13581   filter: "'NIC_Intel-XL710' and
13582            '64B' and
13583            'IP4FWD' and
13584            'NDRPDR' and
13585            '1T1C' and
13586            'IPSECSW' and
13587            ('IPSECTRAN' or 'IPSECTUN') and
13588            not 'VHOST'"
13589   parameters:
13590   - "throughput"
13591   - "parent"
13592   - "tags"
13593   traces:
13594     hoverinfo: "x+y"
13595     boxpoints: "outliers"
13596     whiskerwidth: 0
13597   layout:
13598     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13599     layout: "plot-throughput"
13600
13601 -
13602   type: "plot"
13603   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13604   algorithm: "plot_performance_box"
13605   output-file-type: ".html"
13606   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13607   data: "plot-vpp-throughput-latency-3n-hsw"
13608   filter: "'NIC_Intel-XL710' and
13609            '64B' and
13610            'IP4FWD' and
13611            'NDRPDR' and
13612            '2T2C' and
13613            'IPSECSW' and
13614            ('IPSECTRAN' or 'IPSECTUN') and
13615            not 'VHOST'"
13616   parameters:
13617   - "throughput"
13618   - "parent"
13619   - "tags"
13620   traces:
13621     hoverinfo: "x+y"
13622     boxpoints: "outliers"
13623     whiskerwidth: 0
13624   layout:
13625     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13626     layout: "plot-throughput"
13627
13628 -
13629   type: "plot"
13630   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13631   algorithm: "plot_performance_box"
13632   output-file-type: ".html"
13633   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13634   data: "plot-vpp-throughput-latency-3n-hsw"
13635   filter: "'NIC_Intel-XL710' and
13636            '64B' and
13637            'IP4FWD' and
13638            'NDRPDR' and
13639            '2T2C' and
13640            'IPSECSW' and
13641            ('IPSECTRAN' or 'IPSECTUN') and
13642            not 'VHOST'"
13643   parameters:
13644   - "throughput"
13645   - "parent"
13646   - "tags"
13647   traces:
13648     hoverinfo: "x+y"
13649     boxpoints: "outliers"
13650     whiskerwidth: 0
13651   layout:
13652     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13653     layout: "plot-throughput"
13654
13655 ################################################################################
13656
13657 # Packet Throughput - VPP SRv6 3n-hsw-x520
13658 -
13659   type: "plot"
13660   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13661   algorithm: "plot_performance_box"
13662   output-file-type: ".html"
13663   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13664   data: "plot-vpp-throughput-latency-3n-hsw"
13665   filter: "'NIC_Intel-X520-DA2' and
13666            '78B' and
13667            'FEATURE' and
13668            'NDRPDR' and
13669            '1T1C' and
13670            'IP6FWD' and
13671            'SRv6'"
13672   parameters:
13673   - "throughput"
13674   - "parent"
13675   - "tags"
13676   traces:
13677     hoverinfo: "x+y"
13678     boxpoints: "outliers"
13679     whiskerwidth: 0
13680   layout:
13681     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13682     layout: "plot-throughput"
13683
13684 -
13685   type: "plot"
13686   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13687   algorithm: "plot_performance_box"
13688   output-file-type: ".html"
13689   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13690   data: "plot-vpp-throughput-latency-3n-hsw"
13691   filter: "'NIC_Intel-X520-DA2' and
13692            '78B' and
13693            'FEATURE' and
13694            'NDRPDR' and
13695            '1T1C' and
13696            'IP6FWD' and
13697            'SRv6'"
13698   parameters:
13699   - "throughput"
13700   - "parent"
13701   - "tags"
13702   traces:
13703     hoverinfo: "x+y"
13704     boxpoints: "outliers"
13705     whiskerwidth: 0
13706   layout:
13707     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13708     layout: "plot-throughput"
13709
13710 -
13711   type: "plot"
13712   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13713   algorithm: "plot_performance_box"
13714   output-file-type: ".html"
13715   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13716   data: "plot-vpp-throughput-latency-3n-hsw"
13717   filter: "'NIC_Intel-X520-DA2' and
13718            '78B' and
13719            'FEATURE' and
13720            'NDRPDR' and
13721            '2T2C' and
13722            'IP6FWD' and
13723            'SRv6'"
13724   parameters:
13725   - "throughput"
13726   - "parent"
13727   - "tags"
13728   traces:
13729     hoverinfo: "x+y"
13730     boxpoints: "outliers"
13731     whiskerwidth: 0
13732   layout:
13733     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13734     layout: "plot-throughput"
13735
13736 -
13737   type: "plot"
13738   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13739   algorithm: "plot_performance_box"
13740   output-file-type: ".html"
13741   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13742   data: "plot-vpp-throughput-latency-3n-hsw"
13743   filter: "'NIC_Intel-X520-DA2' and
13744            '78B' and
13745            'FEATURE' and
13746            'NDRPDR' and
13747            '2T2C' and
13748            'IP6FWD' and
13749            'SRv6'"
13750   parameters:
13751   - "throughput"
13752   - "parent"
13753   - "tags"
13754   traces:
13755     hoverinfo: "x+y"
13756     boxpoints: "outliers"
13757     whiskerwidth: 0
13758   layout:
13759     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13760     layout: "plot-throughput"
13761
13762 ################################################################################
13763
13764 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13765 -
13766   type: "plot"
13767   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13768   algorithm: "plot_performance_box"
13769   output-file-type: ".html"
13770   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13771   data: "plot-vpp-throughput-latency-3n-hsw"
13772   filter: "'NIC_Intel-X520-DA2' and
13773            '64B' and
13774            'NDRPDR' and
13775            'ETH' and
13776            'IP4FWD' and
13777            '1T1C' and
13778            'VHOST_1024' and
13779            not 'VXLAN' and
13780            not 'DOT1Q'"
13781   parameters:
13782   - "throughput"
13783   - "parent"
13784   - "tags"
13785   sort:
13786   - "not CFS_OPT"
13787   - "1VM"
13788   - "2VM"
13789   traces:
13790     hoverinfo: "x+y"
13791     boxpoints: "outliers"
13792     whiskerwidth: 0
13793   layout:
13794     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13795     layout: "plot-throughput"
13796
13797 -
13798   type: "plot"
13799   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13800   algorithm: "plot_performance_box"
13801   output-file-type: ".html"
13802   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13803   data: "plot-vpp-throughput-latency-3n-hsw"
13804   filter: "'NIC_Intel-X520-DA2' and
13805            '64B' and
13806            'NDRPDR' and
13807            'ETH' and
13808            'IP4FWD' and
13809            '2T2C' and
13810            'VHOST_1024' and
13811            not 'VXLAN' and
13812            not 'DOT1Q'"
13813   parameters:
13814   - "throughput"
13815   - "parent"
13816   - "tags"
13817   sort:
13818   - "not CFS_OPT"
13819   - "1VM"
13820   - "2VM"
13821   traces:
13822     hoverinfo: "x+y"
13823     boxpoints: "outliers"
13824     whiskerwidth: 0
13825   layout:
13826     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13827     layout: "plot-throughput"
13828
13829 -
13830   type: "plot"
13831   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13832   algorithm: "plot_performance_box"
13833   output-file-type: ".html"
13834   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13835   data: "plot-vpp-throughput-latency-3n-hsw"
13836   filter: "'NIC_Intel-X520-DA2' and
13837            '64B' and
13838            'NDRPDR' and
13839            'ETH' and
13840            'IP4FWD' and
13841            '1T1C' and
13842            'VHOST_1024' and
13843            not 'VXLAN' and
13844            not 'DOT1Q'"
13845   parameters:
13846   - "throughput"
13847   - "parent"
13848   - "tags"
13849   sort:
13850   - "not CFS_OPT"
13851   - "1VM"
13852   - "2VM"
13853   traces:
13854     hoverinfo: "x+y"
13855     boxpoints: "outliers"
13856     whiskerwidth: 0
13857   layout:
13858     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13859     layout: "plot-throughput"
13860
13861 -
13862   type: "plot"
13863   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13864   algorithm: "plot_performance_box"
13865   output-file-type: ".html"
13866   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13867   data: "plot-vpp-throughput-latency-3n-hsw"
13868   filter: "'NIC_Intel-X520-DA2' and
13869            '64B' and
13870            'NDRPDR' and
13871            'ETH' and
13872            'IP4FWD' and
13873            '2T2C' and
13874            'VHOST_1024' and
13875            not 'VXLAN' and
13876            not 'DOT1Q'"
13877   parameters:
13878   - "throughput"
13879   - "parent"
13880   - "tags"
13881   sort:
13882   - "not CFS_OPT"
13883   - "1VM"
13884   - "2VM"
13885   traces:
13886     hoverinfo: "x+y"
13887     boxpoints: "outliers"
13888     whiskerwidth: 0
13889   layout:
13890     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13891     layout: "plot-throughput"
13892
13893 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13894 -
13895   type: "plot"
13896   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13897   algorithm: "plot_performance_box"
13898   output-file-type: ".html"
13899   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13900   data: "plot-vpp-throughput-latency-3n-hsw"
13901   filter: "'NIC_Intel-X520-DA2' and
13902            '64B' and
13903            'NDRPDR' and
13904            ('ETH' or 'DOT1Q') and
13905            '1T1C' and
13906            'L2BDMACLRN' and
13907            'VHOST_1024' and
13908            not 'VXLAN' and
13909            not 'IP4FWD' and
13910            not '2VM'"
13911   parameters:
13912   - "throughput"
13913   - "parent"
13914   - "tags"
13915 #  sort:
13916 #  - "VM"  # "not CFS_OPT"
13917 #  - "CFS_OPT"
13918 #  - "FIB_10K"
13919 #  - "FIB_100K"
13920 #  - "FIB_1M"
13921   traces:
13922     hoverinfo: "x+y"
13923     boxpoints: "outliers"
13924     whiskerwidth: 0
13925   layout:
13926     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13927     layout: "plot-throughput"
13928
13929 -
13930   type: "plot"
13931   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13932   algorithm: "plot_performance_box"
13933   output-file-type: ".html"
13934   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13935   data: "plot-vpp-throughput-latency-3n-hsw"
13936   filter: "'NIC_Intel-X520-DA2' and
13937            '64B' and
13938            'NDRPDR' and
13939            ('ETH' or 'DOT1Q') and
13940            '2T2C' and
13941            'L2BDMACLRN' and
13942            'VHOST_1024' and
13943            not 'VXLAN' and
13944            not 'IP4FWD' and
13945            not '2VM'"
13946   parameters:
13947   - "throughput"
13948   - "parent"
13949   - "tags"
13950 #  sort:
13951 #  - "VM"  # "not CFS_OPT"
13952 #  - "CFS_OPT"
13953 #  - "FIB_10K"
13954 #  - "FIB_100K"
13955 #  - "FIB_1M"
13956   traces:
13957     hoverinfo: "x+y"
13958     boxpoints: "outliers"
13959     whiskerwidth: 0
13960   layout:
13961     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13962     layout: "plot-throughput"
13963
13964 -
13965   type: "plot"
13966   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13967   algorithm: "plot_performance_box"
13968   output-file-type: ".html"
13969   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13970   data: "plot-vpp-throughput-latency-3n-hsw"
13971   filter: "'NIC_Intel-X520-DA2' and
13972            '64B' and
13973            'NDRPDR' and
13974            ('ETH' or 'DOT1Q') and
13975            '1T1C' and
13976            'L2BDMACLRN' and
13977            'VHOST_1024' and
13978            not 'VXLAN' and
13979            not 'IP4FWD' and
13980            not '2VM'"
13981   parameters:
13982   - "throughput"
13983   - "parent"
13984   - "tags"
13985 #  sort:
13986 #  - "VM"  # "not CFS_OPT"
13987 #  - "CFS_OPT"
13988 #  - "FIB_10K"
13989 #  - "FIB_100K"
13990 #  - "FIB_1M"
13991   traces:
13992     hoverinfo: "x+y"
13993     boxpoints: "outliers"
13994     whiskerwidth: 0
13995   layout:
13996     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13997     layout: "plot-throughput"
13998
13999 -
14000   type: "plot"
14001   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14002   algorithm: "plot_performance_box"
14003   output-file-type: ".html"
14004   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14005   data: "plot-vpp-throughput-latency-3n-hsw"
14006   filter: "'NIC_Intel-X520-DA2' and
14007            '64B' and
14008            'NDRPDR' and
14009            ('ETH' or 'DOT1Q') and
14010            '2T2C' and
14011            'L2BDMACLRN' and
14012            'VHOST_1024' and
14013            not 'VXLAN' and
14014            not 'IP4FWD' and
14015            not '2VM'"
14016   parameters:
14017   - "throughput"
14018   - "parent"
14019   - "tags"
14020 #  sort:
14021 #  - "VM"  # "not CFS_OPT"
14022 #  - "CFS_OPT"
14023 #  - "FIB_10K"
14024 #  - "FIB_100K"
14025 #  - "FIB_1M"
14026   traces:
14027     hoverinfo: "x+y"
14028     boxpoints: "outliers"
14029     whiskerwidth: 0
14030   layout:
14031     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14032     layout: "plot-throughput"
14033
14034 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14035 -
14036   type: "plot"
14037   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14038   algorithm: "plot_performance_box"
14039   output-file-type: ".html"
14040   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14041   data: "plot-vpp-throughput-latency-3n-hsw"
14042   filter: "'NIC_Intel-X520-DA2' and
14043            '64B' and
14044            'NDRPDR' and
14045            ('ETH' or 'DOT1Q') and
14046            'BASE' and
14047            '1T1C' and
14048            ('L2BDMACLRN' or 'L2XCFWD') and
14049            'VHOST_1024' and
14050            not 'VXLAN' and
14051            not 'IP4FWD' and
14052            not '2VM'"
14053   parameters:
14054   - "throughput"
14055   - "parent"
14056   - "tags"
14057 #  sort:
14058 #  - "not CFS_OPT"
14059 #  - "L2XCFWD"
14060 #  - "not CFS_OPT"
14061 #  - "CFS_OPT"
14062   traces:
14063     hoverinfo: "x+y"
14064     boxpoints: "outliers"
14065     whiskerwidth: 0
14066   layout:
14067     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14068     layout: "plot-throughput"
14069
14070 -
14071   type: "plot"
14072   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14073   algorithm: "plot_performance_box"
14074   output-file-type: ".html"
14075   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14076   data: "plot-vpp-throughput-latency-3n-hsw"
14077   filter: "'NIC_Intel-X520-DA2' and
14078            '64B' and
14079            'NDRPDR' and
14080            ('ETH' or 'DOT1Q') and
14081            'BASE' and
14082            '1T1C' and
14083            ('L2BDMACLRN' or 'L2XCFWD') and
14084            'VHOST_1024' and
14085            not 'VXLAN' and
14086            not 'IP4FWD' and
14087            not '2VM'"
14088   parameters:
14089   - "throughput"
14090   - "parent"
14091   - "tags"
14092 #  sort:
14093 #  - "not CFS_OPT"
14094 #  - "L2XCFWD"
14095 #  - "not CFS_OPT"
14096 #  - "CFS_OPT"
14097   traces:
14098     hoverinfo: "x+y"
14099     boxpoints: "outliers"
14100     whiskerwidth: 0
14101   layout:
14102     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14103     layout: "plot-throughput"
14104
14105 -
14106   type: "plot"
14107   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14108   algorithm: "plot_performance_box"
14109   output-file-type: ".html"
14110   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14111   data: "plot-vpp-throughput-latency-3n-hsw"
14112   filter: "'NIC_Intel-X520-DA2' and
14113            '64B' and
14114            'NDRPDR' and
14115            ('ETH' or 'DOT1Q') and
14116            'BASE' and
14117            '2T2C' and
14118            ('L2BDMACLRN' or 'L2XCFWD') and
14119            'VHOST_1024' and
14120            not 'VXLAN' and
14121            not 'IP4FWD' and
14122            not '2VM'"
14123   parameters:
14124   - "throughput"
14125   - "parent"
14126   - "tags"
14127 #  sort:
14128 #  - "not CFS_OPT"
14129 #  - "L2XCFWD"
14130 #  - "not CFS_OPT"
14131 #  - "CFS_OPT"
14132   traces:
14133     hoverinfo: "x+y"
14134     boxpoints: "outliers"
14135     whiskerwidth: 0
14136   layout:
14137     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14138     layout: "plot-throughput"
14139
14140 -
14141   type: "plot"
14142   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14143   algorithm: "plot_performance_box"
14144   output-file-type: ".html"
14145   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14146   data: "plot-vpp-throughput-latency-3n-hsw"
14147   filter: "'NIC_Intel-X520-DA2' and
14148            '64B' and
14149            'NDRPDR' and
14150            ('ETH' or 'DOT1Q') and
14151            'BASE' and
14152            '2T2C' and
14153            ('L2BDMACLRN' or 'L2XCFWD') and
14154            'VHOST_1024' and
14155            not 'VXLAN' and
14156            not 'IP4FWD' and
14157            not '2VM'"
14158   parameters:
14159   - "throughput"
14160   - "parent"
14161   - "tags"
14162 #  sort:
14163 #  - "not CFS_OPT"
14164 #  - "L2XCFWD"
14165 #  - "not CFS_OPT"
14166 #  - "CFS_OPT"
14167   traces:
14168     hoverinfo: "x+y"
14169     boxpoints: "outliers"
14170     whiskerwidth: 0
14171   layout:
14172     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14173     layout: "plot-throughput"
14174
14175 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14176 -
14177   type: "plot"
14178   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14179   algorithm: "plot_performance_box"
14180   output-file-type: ".html"
14181   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14182   data: "plot-vpp-throughput-latency-3n-hsw"
14183   filter: "'NIC_Intel-X520-DA2' and
14184            '64B' and
14185            'NDRPDR' and
14186            ('ETH' or 'DOT1Q') and
14187            '1T1C' and
14188            ('L2BDMACLRN' or 'L2XCFWD') and
14189            'VHOST_1024' and
14190            not 'CFS_OPT' and
14191            not 'VXLAN' and
14192            not 'IP4FWD' and
14193            not 'LBOND'"
14194   parameters:
14195   - "throughput"
14196   - "parent"
14197   - "tags"
14198 #  sort:
14199 #  - "1VM"
14200 #  - "L2XCFWD"
14201 #  - "1VM"
14202 #  - "L2BDMACLRN"
14203   traces:
14204     hoverinfo: "x+y"
14205     boxpoints: "outliers"
14206     whiskerwidth: 0
14207   layout:
14208     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14209     layout: "plot-throughput"
14210
14211 -
14212   type: "plot"
14213   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14214   algorithm: "plot_performance_box"
14215   output-file-type: ".html"
14216   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14217   data: "plot-vpp-throughput-latency-3n-hsw"
14218   filter: "'NIC_Intel-X520-DA2' and
14219            '64B' and
14220            'NDRPDR' and
14221            ('ETH' or 'DOT1Q') and
14222            '1T1C' and
14223            ('L2BDMACLRN' or 'L2XCFWD') and
14224            'VHOST_1024' and
14225            not 'CFS_OPT' and
14226            not 'VXLAN' and
14227            not 'IP4FWD' and
14228            not 'LBOND'"
14229   parameters:
14230   - "throughput"
14231   - "parent"
14232   - "tags"
14233 #  sort:
14234 #  - "1VM"
14235 #  - "L2XCFWD"
14236 #  - "1VM"
14237 #  - "L2BDMACLRN"
14238   traces:
14239     hoverinfo: "x+y"
14240     boxpoints: "outliers"
14241     whiskerwidth: 0
14242   layout:
14243     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14244     layout: "plot-throughput"
14245
14246 -
14247   type: "plot"
14248   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14249   algorithm: "plot_performance_box"
14250   output-file-type: ".html"
14251   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14252   data: "plot-vpp-throughput-latency-3n-hsw"
14253   filter: "'NIC_Intel-X520-DA2' and
14254            '64B' and
14255            'NDRPDR' and
14256            ('ETH' or 'DOT1Q') and
14257            '2T2C' and
14258            ('L2BDMACLRN' or 'L2XCFWD') and
14259            'VHOST_1024' and
14260            not 'CFS_OPT' and
14261            not 'VXLAN' and
14262            not 'IP4FWD' and
14263            not 'LBOND'"
14264   parameters:
14265   - "throughput"
14266   - "parent"
14267   - "tags"
14268 #  sort:
14269 #  - "1VM"
14270 #  - "L2XCFWD"
14271 #  - "1VM"
14272 #  - "L2BDMACLRN"
14273   traces:
14274     hoverinfo: "x+y"
14275     boxpoints: "outliers"
14276     whiskerwidth: 0
14277   layout:
14278     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14279     layout: "plot-throughput"
14280
14281 -
14282   type: "plot"
14283   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14284   algorithm: "plot_performance_box"
14285   output-file-type: ".html"
14286   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14287   data: "plot-vpp-throughput-latency-3n-hsw"
14288   filter: "'NIC_Intel-X520-DA2' and
14289            '64B' and
14290            'NDRPDR' and
14291            ('ETH' or 'DOT1Q') and
14292            '2T2C' and
14293            ('L2BDMACLRN' or 'L2XCFWD') and
14294            'VHOST_1024' and
14295            not 'CFS_OPT' and
14296            not 'VXLAN' and
14297            not 'IP4FWD' and
14298            not 'LBOND'"
14299   parameters:
14300   - "throughput"
14301   - "parent"
14302   - "tags"
14303 #  sort:
14304 #  - "1VM"
14305 #  - "L2XCFWD"
14306 #  - "1VM"
14307 #  - "L2BDMACLRN"
14308   traces:
14309     hoverinfo: "x+y"
14310     boxpoints: "outliers"
14311     whiskerwidth: 0
14312   layout:
14313     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14314     layout: "plot-throughput"
14315
14316 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14317 -
14318   type: "plot"
14319   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14320   algorithm: "plot_performance_box"
14321   output-file-type: ".html"
14322   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14323   data: "plot-vpp-throughput-latency-3n-hsw"
14324   filter: "'NIC_Intel-X710' and
14325            '64B' and
14326            'NDRPDR' and
14327            'ETH' and
14328            'IP4FWD' and
14329            '1T1C' and
14330            'VHOST_1024' and
14331            not 'VXLAN' and
14332            not 'DOT1Q'"
14333   parameters:
14334   - "throughput"
14335   - "parent"
14336   - "tags"
14337   sort:
14338   - "not CFS_OPT"
14339   - "1VM"
14340   - "2VM"
14341   traces:
14342     hoverinfo: "x+y"
14343     boxpoints: "outliers"
14344     whiskerwidth: 0
14345   layout:
14346     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14347     layout: "plot-throughput"
14348
14349 -
14350   type: "plot"
14351   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14352   algorithm: "plot_performance_box"
14353   output-file-type: ".html"
14354   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14355   data: "plot-vpp-throughput-latency-3n-hsw"
14356   filter: "'NIC_Intel-X710' and
14357            '64B' and
14358            'NDRPDR' and
14359            'ETH' and
14360            'IP4FWD' and
14361            '2T2C' and
14362            'VHOST_1024' and
14363            not 'VXLAN' and
14364            not 'DOT1Q'"
14365   parameters:
14366   - "throughput"
14367   - "parent"
14368   - "tags"
14369   sort:
14370   - "not CFS_OPT"
14371   - "1VM"
14372   - "2VM"
14373   traces:
14374     hoverinfo: "x+y"
14375     boxpoints: "outliers"
14376     whiskerwidth: 0
14377   layout:
14378     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14379     layout: "plot-throughput"
14380
14381 -
14382   type: "plot"
14383   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14384   algorithm: "plot_performance_box"
14385   output-file-type: ".html"
14386   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14387   data: "plot-vpp-throughput-latency-3n-hsw"
14388   filter: "'NIC_Intel-X710' and
14389            '64B' and
14390            'NDRPDR' and
14391            'ETH' and
14392            'IP4FWD' and
14393            '1T1C' and
14394            'VHOST_1024' and
14395            not 'VXLAN' and
14396            not 'DOT1Q'"
14397   parameters:
14398   - "throughput"
14399   - "parent"
14400   - "tags"
14401   sort:
14402   - "not CFS_OPT"
14403   - "1VM"
14404   - "2VM"
14405   traces:
14406     hoverinfo: "x+y"
14407     boxpoints: "outliers"
14408     whiskerwidth: 0
14409   layout:
14410     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14411     layout: "plot-throughput"
14412
14413 -
14414   type: "plot"
14415   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14416   algorithm: "plot_performance_box"
14417   output-file-type: ".html"
14418   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14419   data: "plot-vpp-throughput-latency-3n-hsw"
14420   filter: "'NIC_Intel-X710' and
14421            '64B' and
14422            'NDRPDR' and
14423            'ETH' and
14424            'IP4FWD' and
14425            '2T2C' and
14426            'VHOST_1024' and
14427            not 'VXLAN' and
14428            not 'DOT1Q'"
14429   parameters:
14430   - "throughput"
14431   - "parent"
14432   - "tags"
14433   sort:
14434   - "not CFS_OPT"
14435   - "1VM"
14436   - "2VM"
14437   traces:
14438     hoverinfo: "x+y"
14439     boxpoints: "outliers"
14440     whiskerwidth: 0
14441   layout:
14442     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14443     layout: "plot-throughput"
14444
14445 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14446 -
14447   type: "plot"
14448   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14449   algorithm: "plot_performance_box"
14450   output-file-type: ".html"
14451   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14452   data: "plot-vpp-throughput-latency-3n-hsw"
14453   filter: "'NIC_Intel-X710' and
14454            '64B' and
14455            'NDRPDR' and
14456            ('ETH' or 'DOT1Q') and
14457            '1T1C' and
14458            'L2BDMACLRN' and
14459            'VHOST_1024' and
14460            not 'VXLAN' and
14461            not 'IP4FWD' and
14462            not '2VM'"
14463   parameters:
14464   - "throughput"
14465   - "parent"
14466   - "tags"
14467 #  sort:
14468 #  - "VM"  # "not CFS_OPT"
14469 #  - "CFS_OPT"
14470 #  - "FIB_10K"
14471 #  - "FIB_100K"
14472 #  - "FIB_1M"
14473   traces:
14474     hoverinfo: "x+y"
14475     boxpoints: "outliers"
14476     whiskerwidth: 0
14477   layout:
14478     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14479     layout: "plot-throughput"
14480
14481 -
14482   type: "plot"
14483   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14484   algorithm: "plot_performance_box"
14485   output-file-type: ".html"
14486   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14487   data: "plot-vpp-throughput-latency-3n-hsw"
14488   filter: "'NIC_Intel-X710' and
14489            '64B' and
14490            'NDRPDR' and
14491            ('ETH' or 'DOT1Q') and
14492            '2T2C' and
14493            'L2BDMACLRN' and
14494            'VHOST_1024' and
14495            not 'VXLAN' and
14496            not 'IP4FWD' and
14497            not '2VM'"
14498   parameters:
14499   - "throughput"
14500   - "parent"
14501   - "tags"
14502 #  sort:
14503 #  - "VM"  # "not CFS_OPT"
14504 #  - "CFS_OPT"
14505 #  - "FIB_10K"
14506 #  - "FIB_100K"
14507 #  - "FIB_1M"
14508   traces:
14509     hoverinfo: "x+y"
14510     boxpoints: "outliers"
14511     whiskerwidth: 0
14512   layout:
14513     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14514     layout: "plot-throughput"
14515
14516 -
14517   type: "plot"
14518   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14519   algorithm: "plot_performance_box"
14520   output-file-type: ".html"
14521   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14522   data: "plot-vpp-throughput-latency-3n-hsw"
14523   filter: "'NIC_Intel-X710' and
14524            '64B' and
14525            'NDRPDR' and
14526            ('ETH' or 'DOT1Q') and
14527            '1T1C' and
14528            'L2BDMACLRN' and
14529            'VHOST_1024' and
14530            not 'VXLAN' and
14531            not 'IP4FWD' and
14532            not '2VM'"
14533   parameters:
14534   - "throughput"
14535   - "parent"
14536   - "tags"
14537 #  sort:
14538 #  - "VM"  # "not CFS_OPT"
14539 #  - "CFS_OPT"
14540 #  - "FIB_10K"
14541 #  - "FIB_100K"
14542 #  - "FIB_1M"
14543   traces:
14544     hoverinfo: "x+y"
14545     boxpoints: "outliers"
14546     whiskerwidth: 0
14547   layout:
14548     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14549     layout: "plot-throughput"
14550
14551 -
14552   type: "plot"
14553   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14554   algorithm: "plot_performance_box"
14555   output-file-type: ".html"
14556   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14557   data: "plot-vpp-throughput-latency-3n-hsw"
14558   filter: "'NIC_Intel-X710' and
14559            '64B' and
14560            'NDRPDR' and
14561            ('ETH' or 'DOT1Q') and
14562            '2T2C' and
14563            'L2BDMACLRN' and
14564            'VHOST_1024' and
14565            not 'VXLAN' and
14566            not 'IP4FWD' and
14567            not '2VM'"
14568   parameters:
14569   - "throughput"
14570   - "parent"
14571   - "tags"
14572 #  sort:
14573 #  - "VM"  # "not CFS_OPT"
14574 #  - "CFS_OPT"
14575 #  - "FIB_10K"
14576 #  - "FIB_100K"
14577 #  - "FIB_1M"
14578   traces:
14579     hoverinfo: "x+y"
14580     boxpoints: "outliers"
14581     whiskerwidth: 0
14582   layout:
14583     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14584     layout: "plot-throughput"
14585
14586 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14587 -
14588   type: "plot"
14589   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14590   algorithm: "plot_performance_box"
14591   output-file-type: ".html"
14592   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14593   data: "plot-vpp-throughput-latency-3n-hsw"
14594   filter: "'NIC_Intel-X710' and
14595            '64B' and
14596            'NDRPDR' and
14597            ('ETH' or 'DOT1Q') and
14598            'BASE' and
14599            '1T1C' and
14600            ('L2BDMACLRN' or 'L2XCFWD') and
14601            'VHOST_1024' and
14602            not 'VXLAN' and
14603            not 'IP4FWD' and
14604            not '2VM'"
14605   parameters:
14606   - "throughput"
14607   - "parent"
14608   - "tags"
14609 #  sort:
14610 #  - "not CFS_OPT"
14611 #  - "L2XCFWD"
14612 #  - "not CFS_OPT"
14613 #  - "CFS_OPT"
14614   traces:
14615     hoverinfo: "x+y"
14616     boxpoints: "outliers"
14617     whiskerwidth: 0
14618   layout:
14619     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14620     layout: "plot-throughput"
14621
14622 -
14623   type: "plot"
14624   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14625   algorithm: "plot_performance_box"
14626   output-file-type: ".html"
14627   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14628   data: "plot-vpp-throughput-latency-3n-hsw"
14629   filter: "'NIC_Intel-X710' and
14630            '64B' and
14631            'NDRPDR' and
14632            ('ETH' or 'DOT1Q') and
14633            'BASE' and
14634            '1T1C' and
14635            ('L2BDMACLRN' or 'L2XCFWD') and
14636            'VHOST_1024' and
14637            not 'VXLAN' and
14638            not 'IP4FWD' and
14639            not '2VM'"
14640   parameters:
14641   - "throughput"
14642   - "parent"
14643   - "tags"
14644 #  sort:
14645 #  - "not CFS_OPT"
14646 #  - "L2XCFWD"
14647 #  - "not CFS_OPT"
14648 #  - "CFS_OPT"
14649   traces:
14650     hoverinfo: "x+y"
14651     boxpoints: "outliers"
14652     whiskerwidth: 0
14653   layout:
14654     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14655     layout: "plot-throughput"
14656
14657 -
14658   type: "plot"
14659   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14660   algorithm: "plot_performance_box"
14661   output-file-type: ".html"
14662   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14663   data: "plot-vpp-throughput-latency-3n-hsw"
14664   filter: "'NIC_Intel-X710' and
14665            '64B' and
14666            'NDRPDR' and
14667            ('ETH' or 'DOT1Q') and
14668            'BASE' and
14669            '2T2C' and
14670            ('L2BDMACLRN' or 'L2XCFWD') and
14671            'VHOST_1024' and
14672            not 'VXLAN' and
14673            not 'IP4FWD' and
14674            not '2VM'"
14675   parameters:
14676   - "throughput"
14677   - "parent"
14678   - "tags"
14679 #  sort:
14680 #  - "not CFS_OPT"
14681 #  - "L2XCFWD"
14682 #  - "not CFS_OPT"
14683 #  - "CFS_OPT"
14684   traces:
14685     hoverinfo: "x+y"
14686     boxpoints: "outliers"
14687     whiskerwidth: 0
14688   layout:
14689     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14690     layout: "plot-throughput"
14691
14692 -
14693   type: "plot"
14694   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14695   algorithm: "plot_performance_box"
14696   output-file-type: ".html"
14697   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14698   data: "plot-vpp-throughput-latency-3n-hsw"
14699   filter: "'NIC_Intel-X710' and
14700            '64B' and
14701            'NDRPDR' and
14702            ('ETH' or 'DOT1Q') and
14703            'BASE' and
14704            '2T2C' and
14705            ('L2BDMACLRN' or 'L2XCFWD') and
14706            'VHOST_1024' and
14707            not 'VXLAN' and
14708            not 'IP4FWD' and
14709            not '2VM'"
14710   parameters:
14711   - "throughput"
14712   - "parent"
14713   - "tags"
14714 #  sort:
14715 #  - "not CFS_OPT"
14716 #  - "L2XCFWD"
14717 #  - "not CFS_OPT"
14718 #  - "CFS_OPT"
14719   traces:
14720     hoverinfo: "x+y"
14721     boxpoints: "outliers"
14722     whiskerwidth: 0
14723   layout:
14724     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14725     layout: "plot-throughput"
14726
14727 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14728 -
14729   type: "plot"
14730   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14731   algorithm: "plot_performance_box"
14732   output-file-type: ".html"
14733   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14734   data: "plot-vpp-throughput-latency-3n-hsw"
14735   filter: "'NIC_Intel-X710' and
14736            '64B' and
14737            'NDRPDR' and
14738            ('ETH' or 'DOT1Q') and
14739            '1T1C' and
14740            ('L2BDMACLRN' or 'L2XCFWD') and
14741            'VHOST_1024' and
14742            not 'CFS_OPT' and
14743            not 'VXLAN' and
14744            not 'IP4FWD' and
14745            not 'LBOND'"
14746   parameters:
14747   - "throughput"
14748   - "parent"
14749   - "tags"
14750 #  sort:
14751 #  - "1VM"
14752 #  - "L2XCFWD"
14753 #  - "1VM"
14754 #  - "L2BDMACLRN"
14755   traces:
14756     hoverinfo: "x+y"
14757     boxpoints: "outliers"
14758     whiskerwidth: 0
14759   layout:
14760     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14761     layout: "plot-throughput"
14762
14763 -
14764   type: "plot"
14765   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14766   algorithm: "plot_performance_box"
14767   output-file-type: ".html"
14768   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14769   data: "plot-vpp-throughput-latency-3n-hsw"
14770   filter: "'NIC_Intel-X710' and
14771            '64B' and
14772            'NDRPDR' and
14773            ('ETH' or 'DOT1Q') and
14774            '1T1C' and
14775            ('L2BDMACLRN' or 'L2XCFWD') and
14776            'VHOST_1024' and
14777            not 'CFS_OPT' and
14778            not 'VXLAN' and
14779            not 'IP4FWD' and
14780            not 'LBOND'"
14781   parameters:
14782   - "throughput"
14783   - "parent"
14784   - "tags"
14785 #  sort:
14786 #  - "1VM"
14787 #  - "L2XCFWD"
14788 #  - "1VM"
14789 #  - "L2BDMACLRN"
14790   traces:
14791     hoverinfo: "x+y"
14792     boxpoints: "outliers"
14793     whiskerwidth: 0
14794   layout:
14795     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14796     layout: "plot-throughput"
14797
14798 -
14799   type: "plot"
14800   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14801   algorithm: "plot_performance_box"
14802   output-file-type: ".html"
14803   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14804   data: "plot-vpp-throughput-latency-3n-hsw"
14805   filter: "'NIC_Intel-X710' and
14806            '64B' and
14807            'NDRPDR' and
14808            ('ETH' or 'DOT1Q') and
14809            '2T2C' and
14810            ('L2BDMACLRN' or 'L2XCFWD') and
14811            'VHOST_1024' and
14812            not 'CFS_OPT' and
14813            not 'VXLAN' and
14814            not 'IP4FWD' and
14815            not 'LBOND'"
14816   parameters:
14817   - "throughput"
14818   - "parent"
14819   - "tags"
14820 #  sort:
14821 #  - "1VM"
14822 #  - "L2XCFWD"
14823 #  - "1VM"
14824 #  - "L2BDMACLRN"
14825   traces:
14826     hoverinfo: "x+y"
14827     boxpoints: "outliers"
14828     whiskerwidth: 0
14829   layout:
14830     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14831     layout: "plot-throughput"
14832
14833 -
14834   type: "plot"
14835   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14836   algorithm: "plot_performance_box"
14837   output-file-type: ".html"
14838   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14839   data: "plot-vpp-throughput-latency-3n-hsw"
14840   filter: "'NIC_Intel-X710' and
14841            '64B' and
14842            'NDRPDR' and
14843            ('ETH' or 'DOT1Q') and
14844            '2T2C' and
14845            ('L2BDMACLRN' or 'L2XCFWD') and
14846            'VHOST_1024' and
14847            not 'CFS_OPT' and
14848            not 'VXLAN' and
14849            not 'IP4FWD' and
14850            not 'LBOND'"
14851   parameters:
14852   - "throughput"
14853   - "parent"
14854   - "tags"
14855 #  sort:
14856 #  - "1VM"
14857 #  - "L2XCFWD"
14858 #  - "1VM"
14859 #  - "L2BDMACLRN"
14860   traces:
14861     hoverinfo: "x+y"
14862     boxpoints: "outliers"
14863     whiskerwidth: 0
14864   layout:
14865     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14866     layout: "plot-throughput"
14867
14868 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14869 -
14870   type: "plot"
14871   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14872   algorithm: "plot_performance_box"
14873   output-file-type: ".html"
14874   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14875   data: "plot-vpp-throughput-latency-3n-hsw"
14876   filter: "'NIC_Intel-XL710' and
14877            '64B' and
14878            'NDRPDR' and
14879            'ETH' and
14880            'IP4FWD' and
14881            '1T1C' and
14882            'VHOST_1024' and
14883            not 'VXLAN' and
14884            not 'DOT1Q'"
14885   parameters:
14886   - "throughput"
14887   - "parent"
14888   - "tags"
14889   sort:
14890   - "not CFS_OPT"
14891   - "1VM"
14892   - "2VM"
14893   traces:
14894     hoverinfo: "x+y"
14895     boxpoints: "outliers"
14896     whiskerwidth: 0
14897   layout:
14898     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14899     layout: "plot-throughput"
14900
14901 -
14902   type: "plot"
14903   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14904   algorithm: "plot_performance_box"
14905   output-file-type: ".html"
14906   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14907   data: "plot-vpp-throughput-latency-3n-hsw"
14908   filter: "'NIC_Intel-XL710' and
14909            '64B' and
14910            'NDRPDR' and
14911            'ETH' and
14912            'IP4FWD' and
14913            '2T2C' and
14914            'VHOST_1024' and
14915            not 'VXLAN' and
14916            not 'DOT1Q'"
14917   parameters:
14918   - "throughput"
14919   - "parent"
14920   - "tags"
14921   sort:
14922   - "not CFS_OPT"
14923   - "1VM"
14924   - "2VM"
14925   traces:
14926     hoverinfo: "x+y"
14927     boxpoints: "outliers"
14928     whiskerwidth: 0
14929   layout:
14930     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14931     layout: "plot-throughput"
14932
14933 -
14934   type: "plot"
14935   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14936   algorithm: "plot_performance_box"
14937   output-file-type: ".html"
14938   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14939   data: "plot-vpp-throughput-latency-3n-hsw"
14940   filter: "'NIC_Intel-XL710' and
14941            '64B' and
14942            'NDRPDR' and
14943            'ETH' and
14944            'IP4FWD' and
14945            '1T1C' and
14946            'VHOST_1024' and
14947            not 'VXLAN' and
14948            not 'DOT1Q'"
14949   parameters:
14950   - "throughput"
14951   - "parent"
14952   - "tags"
14953   sort:
14954   - "not CFS_OPT"
14955   - "1VM"
14956   - "2VM"
14957   traces:
14958     hoverinfo: "x+y"
14959     boxpoints: "outliers"
14960     whiskerwidth: 0
14961   layout:
14962     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14963     layout: "plot-throughput"
14964
14965 -
14966   type: "plot"
14967   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14968   algorithm: "plot_performance_box"
14969   output-file-type: ".html"
14970   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14971   data: "plot-vpp-throughput-latency-3n-hsw"
14972   filter: "'NIC_Intel-XL710' and
14973            '64B' and
14974            'NDRPDR' and
14975            'ETH' and
14976            'IP4FWD' and
14977            '2T2C' and
14978            'VHOST_1024' and
14979            not 'VXLAN' and
14980            not 'DOT1Q'"
14981   parameters:
14982   - "throughput"
14983   - "parent"
14984   - "tags"
14985   sort:
14986   - "not CFS_OPT"
14987   - "1VM"
14988   - "2VM"
14989   traces:
14990     hoverinfo: "x+y"
14991     boxpoints: "outliers"
14992     whiskerwidth: 0
14993   layout:
14994     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14995     layout: "plot-throughput"
14996
14997 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
14998 -
14999   type: "plot"
15000   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15001   algorithm: "plot_performance_box"
15002   output-file-type: ".html"
15003   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15004   data: "plot-vpp-throughput-latency-3n-hsw"
15005   filter: "'NIC_Intel-XL710' and
15006            '64B' and
15007            'NDRPDR' and
15008            ('ETH' or 'DOT1Q') and
15009            '1T1C' and
15010            'L2BDMACLRN' and
15011            'VHOST_1024' and
15012            not 'VXLAN' and
15013            not 'IP4FWD' and
15014            not '2VM'"
15015   parameters:
15016   - "throughput"
15017   - "parent"
15018   - "tags"
15019 #  sort:
15020 #  - "VM"  # "not CFS_OPT"
15021 #  - "CFS_OPT"
15022 #  - "FIB_10K"
15023 #  - "FIB_100K"
15024 #  - "FIB_1M"
15025   traces:
15026     hoverinfo: "x+y"
15027     boxpoints: "outliers"
15028     whiskerwidth: 0
15029   layout:
15030     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15031     layout: "plot-throughput"
15032
15033 -
15034   type: "plot"
15035   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15036   algorithm: "plot_performance_box"
15037   output-file-type: ".html"
15038   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15039   data: "plot-vpp-throughput-latency-3n-hsw"
15040   filter: "'NIC_Intel-XL710' and
15041            '64B' and
15042            'NDRPDR' and
15043            ('ETH' or 'DOT1Q') and
15044            '2T2C' and
15045            'L2BDMACLRN' and
15046            'VHOST_1024' and
15047            not 'VXLAN' and
15048            not 'IP4FWD' and
15049            not '2VM'"
15050   parameters:
15051   - "throughput"
15052   - "parent"
15053   - "tags"
15054 #  sort:
15055 #  - "VM"  # "not CFS_OPT"
15056 #  - "CFS_OPT"
15057 #  - "FIB_10K"
15058 #  - "FIB_100K"
15059 #  - "FIB_1M"
15060   traces:
15061     hoverinfo: "x+y"
15062     boxpoints: "outliers"
15063     whiskerwidth: 0
15064   layout:
15065     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15066     layout: "plot-throughput"
15067
15068 -
15069   type: "plot"
15070   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15071   algorithm: "plot_performance_box"
15072   output-file-type: ".html"
15073   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15074   data: "plot-vpp-throughput-latency-3n-hsw"
15075   filter: "'NIC_Intel-XL710' and
15076            '64B' and
15077            'NDRPDR' and
15078            ('ETH' or 'DOT1Q') and
15079            '1T1C' and
15080            'L2BDMACLRN' and
15081            'VHOST_1024' and
15082            not 'VXLAN' and
15083            not 'IP4FWD' and
15084            not '2VM'"
15085   parameters:
15086   - "throughput"
15087   - "parent"
15088   - "tags"
15089 #  sort:
15090 #  - "VM"  # "not CFS_OPT"
15091 #  - "CFS_OPT"
15092 #  - "FIB_10K"
15093 #  - "FIB_100K"
15094 #  - "FIB_1M"
15095   traces:
15096     hoverinfo: "x+y"
15097     boxpoints: "outliers"
15098     whiskerwidth: 0
15099   layout:
15100     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15101     layout: "plot-throughput"
15102
15103 -
15104   type: "plot"
15105   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15106   algorithm: "plot_performance_box"
15107   output-file-type: ".html"
15108   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15109   data: "plot-vpp-throughput-latency-3n-hsw"
15110   filter: "'NIC_Intel-XL710' and
15111            '64B' and
15112            'NDRPDR' and
15113            ('ETH' or 'DOT1Q') and
15114            '2T2C' and
15115            'L2BDMACLRN' and
15116            'VHOST_1024' and
15117            not 'VXLAN' and
15118            not 'IP4FWD' and
15119            not '2VM'"
15120   parameters:
15121   - "throughput"
15122   - "parent"
15123   - "tags"
15124 #  sort:
15125 #  - "VM"  # "not CFS_OPT"
15126 #  - "CFS_OPT"
15127 #  - "FIB_10K"
15128 #  - "FIB_100K"
15129 #  - "FIB_1M"
15130   traces:
15131     hoverinfo: "x+y"
15132     boxpoints: "outliers"
15133     whiskerwidth: 0
15134   layout:
15135     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15136     layout: "plot-throughput"
15137
15138 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15139 -
15140   type: "plot"
15141   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15142   algorithm: "plot_performance_box"
15143   output-file-type: ".html"
15144   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15145   data: "plot-vpp-throughput-latency-3n-hsw"
15146   filter: "'NIC_Intel-XL710' and
15147            '64B' and
15148            'NDRPDR' and
15149            ('ETH' or 'DOT1Q') and
15150            'BASE' and
15151            '1T1C' and
15152            ('L2BDMACLRN' or 'L2XCFWD') and
15153            'VHOST_1024' and
15154            not 'VXLAN' and
15155            not 'IP4FWD' and
15156            not '2VM'"
15157   parameters:
15158   - "throughput"
15159   - "parent"
15160   - "tags"
15161 #  sort:
15162 #  - "not CFS_OPT"
15163 #  - "L2XCFWD"
15164 #  - "not CFS_OPT"
15165 #  - "CFS_OPT"
15166   traces:
15167     hoverinfo: "x+y"
15168     boxpoints: "outliers"
15169     whiskerwidth: 0
15170   layout:
15171     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15172     layout: "plot-throughput"
15173
15174 -
15175   type: "plot"
15176   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15177   algorithm: "plot_performance_box"
15178   output-file-type: ".html"
15179   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15180   data: "plot-vpp-throughput-latency-3n-hsw"
15181   filter: "'NIC_Intel-XL710' and
15182            '64B' and
15183            'NDRPDR' and
15184            ('ETH' or 'DOT1Q') and
15185            'BASE' and
15186            '1T1C' and
15187            ('L2BDMACLRN' or 'L2XCFWD') and
15188            'VHOST_1024' and
15189            not 'VXLAN' and
15190            not 'IP4FWD' and
15191            not '2VM'"
15192   parameters:
15193   - "throughput"
15194   - "parent"
15195   - "tags"
15196 #  sort:
15197 #  - "not CFS_OPT"
15198 #  - "L2XCFWD"
15199 #  - "not CFS_OPT"
15200 #  - "CFS_OPT"
15201   traces:
15202     hoverinfo: "x+y"
15203     boxpoints: "outliers"
15204     whiskerwidth: 0
15205   layout:
15206     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15207     layout: "plot-throughput"
15208
15209 -
15210   type: "plot"
15211   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15212   algorithm: "plot_performance_box"
15213   output-file-type: ".html"
15214   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15215   data: "plot-vpp-throughput-latency-3n-hsw"
15216   filter: "'NIC_Intel-XL710' and
15217            '64B' and
15218            'NDRPDR' and
15219            ('ETH' or 'DOT1Q') and
15220            'BASE' and
15221            '2T2C' and
15222            ('L2BDMACLRN' or 'L2XCFWD') and
15223            'VHOST_1024' and
15224            not 'VXLAN' and
15225            not 'IP4FWD' and
15226            not '2VM'"
15227   parameters:
15228   - "throughput"
15229   - "parent"
15230   - "tags"
15231 #  sort:
15232 #  - "not CFS_OPT"
15233 #  - "L2XCFWD"
15234 #  - "not CFS_OPT"
15235 #  - "CFS_OPT"
15236   traces:
15237     hoverinfo: "x+y"
15238     boxpoints: "outliers"
15239     whiskerwidth: 0
15240   layout:
15241     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15242     layout: "plot-throughput"
15243
15244 -
15245   type: "plot"
15246   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15247   algorithm: "plot_performance_box"
15248   output-file-type: ".html"
15249   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15250   data: "plot-vpp-throughput-latency-3n-hsw"
15251   filter: "'NIC_Intel-XL710' and
15252            '64B' and
15253            'NDRPDR' and
15254            ('ETH' or 'DOT1Q') and
15255            'BASE' and
15256            '2T2C' and
15257            ('L2BDMACLRN' or 'L2XCFWD') and
15258            'VHOST_1024' and
15259            not 'VXLAN' and
15260            not 'IP4FWD' and
15261            not '2VM'"
15262   parameters:
15263   - "throughput"
15264   - "parent"
15265   - "tags"
15266 #  sort:
15267 #  - "not CFS_OPT"
15268 #  - "L2XCFWD"
15269 #  - "not CFS_OPT"
15270 #  - "CFS_OPT"
15271   traces:
15272     hoverinfo: "x+y"
15273     boxpoints: "outliers"
15274     whiskerwidth: 0
15275   layout:
15276     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15277     layout: "plot-throughput"
15278
15279 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15280 -
15281   type: "plot"
15282   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15283   algorithm: "plot_performance_box"
15284   output-file-type: ".html"
15285   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15286   data: "plot-vpp-throughput-latency-3n-hsw"
15287   filter: "'NIC_Intel-XL710' and
15288            '64B' and
15289            'NDRPDR' and
15290            ('ETH' or 'DOT1Q') and
15291            '1T1C' and
15292            ('L2BDMACLRN' or 'L2XCFWD') and
15293            'VHOST_1024' and
15294            not 'CFS_OPT' and
15295            not 'VXLAN' and
15296            not 'IP4FWD'"
15297   parameters:
15298   - "throughput"
15299   - "parent"
15300   - "tags"
15301 #  sort:
15302 #  - "1VM"
15303 #  - "L2XCFWD"
15304 #  - "1VM"
15305 #  - "L2BDMACLRN"
15306   traces:
15307     hoverinfo: "x+y"
15308     boxpoints: "outliers"
15309     whiskerwidth: 0
15310   layout:
15311     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15312     layout: "plot-throughput"
15313
15314 -
15315   type: "plot"
15316   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15317   algorithm: "plot_performance_box"
15318   output-file-type: ".html"
15319   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15320   data: "plot-vpp-throughput-latency-3n-hsw"
15321   filter: "'NIC_Intel-XL710' and
15322            '64B' and
15323            'NDRPDR' and
15324            ('ETH' or 'DOT1Q') and
15325            '1T1C' and
15326            ('L2BDMACLRN' or 'L2XCFWD') and
15327            'VHOST_1024' and
15328            not 'CFS_OPT' and
15329            not 'VXLAN' and
15330            not 'IP4FWD'"
15331   parameters:
15332   - "throughput"
15333   - "parent"
15334   - "tags"
15335 #  sort:
15336 #  - "1VM"
15337 #  - "L2XCFWD"
15338 #  - "1VM"
15339 #  - "L2BDMACLRN"
15340   traces:
15341     hoverinfo: "x+y"
15342     boxpoints: "outliers"
15343     whiskerwidth: 0
15344   layout:
15345     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15346     layout: "plot-throughput"
15347
15348 -
15349   type: "plot"
15350   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15351   algorithm: "plot_performance_box"
15352   output-file-type: ".html"
15353   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15354   data: "plot-vpp-throughput-latency-3n-hsw"
15355   filter: "'NIC_Intel-XL710' and
15356            '64B' and
15357            'NDRPDR' and
15358            ('ETH' or 'DOT1Q') and
15359            '2T2C' and
15360            ('L2BDMACLRN' or 'L2XCFWD') and
15361            'VHOST_1024' and
15362            not 'CFS_OPT' and
15363            not 'VXLAN' and
15364            not 'IP4FWD'"
15365   parameters:
15366   - "throughput"
15367   - "parent"
15368   - "tags"
15369 #  sort:
15370 #  - "1VM"
15371 #  - "L2XCFWD"
15372 #  - "1VM"
15373 #  - "L2BDMACLRN"
15374   traces:
15375     hoverinfo: "x+y"
15376     boxpoints: "outliers"
15377     whiskerwidth: 0
15378   layout:
15379     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15380     layout: "plot-throughput"
15381
15382 -
15383   type: "plot"
15384   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15385   algorithm: "plot_performance_box"
15386   output-file-type: ".html"
15387   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15388   data: "plot-vpp-throughput-latency-3n-hsw"
15389   filter: "'NIC_Intel-XL710' and
15390            '64B' and
15391            'NDRPDR' and
15392            ('ETH' or 'DOT1Q') and
15393            '2T2C' and
15394            ('L2BDMACLRN' or 'L2XCFWD') and
15395            'VHOST_1024' and
15396            not 'CFS_OPT' and
15397            not 'VXLAN' and
15398            not 'IP4FWD'"
15399   parameters:
15400   - "throughput"
15401   - "parent"
15402   - "tags"
15403 #  sort:
15404 #  - "1VM"
15405 #  - "L2XCFWD"
15406 #  - "1VM"
15407 #  - "L2BDMACLRN"
15408   traces:
15409     hoverinfo: "x+y"
15410     boxpoints: "outliers"
15411     whiskerwidth: 0
15412   layout:
15413     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15414     layout: "plot-throughput"
15415
15416 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15417 -
15418   type: "plot"
15419   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15420   algorithm: "plot_performance_box"
15421   output-file-type: ".html"
15422   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15423   data: "plot-vpp-throughput-latency-3n-skx"
15424   filter: "'NIC_Intel-X710' and
15425            '64B' and
15426            'NDRPDR' and
15427            'ETH' and
15428            'IP4FWD' and
15429            '2T1C' and
15430            'VHOST_1024' and
15431            not 'VXLAN' and
15432            not 'DOT1Q'"
15433   parameters:
15434   - "throughput"
15435   - "parent"
15436   - "tags"
15437   sort:
15438   - "not CFS_OPT"
15439   - "1VM"
15440   - "2VM"
15441   traces:
15442     hoverinfo: "x+y"
15443     boxpoints: "outliers"
15444     whiskerwidth: 0
15445   layout:
15446     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15447     layout: "plot-throughput"
15448
15449 -
15450   type: "plot"
15451   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15452   algorithm: "plot_performance_box"
15453   output-file-type: ".html"
15454   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15455   data: "plot-vpp-throughput-latency-3n-skx"
15456   filter: "'NIC_Intel-X710' and
15457            '64B' and
15458            'NDRPDR' and
15459            'ETH' and
15460            'IP4FWD' and
15461            '4T2C' and
15462            'VHOST_1024' and
15463            not 'VXLAN' and
15464            not 'DOT1Q'"
15465   parameters:
15466   - "throughput"
15467   - "parent"
15468   - "tags"
15469   sort:
15470   - "not CFS_OPT"
15471   - "1VM"
15472   - "2VM"
15473   traces:
15474     hoverinfo: "x+y"
15475     boxpoints: "outliers"
15476     whiskerwidth: 0
15477   layout:
15478     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15479     layout: "plot-throughput"
15480
15481 -
15482   type: "plot"
15483   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15484   algorithm: "plot_performance_box"
15485   output-file-type: ".html"
15486   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15487   data: "plot-vpp-throughput-latency-3n-skx"
15488   filter: "'NIC_Intel-X710' and
15489            '64B' and
15490            'NDRPDR' and
15491            'ETH' and
15492            'IP4FWD' and
15493            '2T1C' and
15494            'VHOST_1024' and
15495            not 'VXLAN' and
15496            not 'DOT1Q'"
15497   parameters:
15498   - "throughput"
15499   - "parent"
15500   - "tags"
15501   sort:
15502   - "not CFS_OPT"
15503   - "1VM"
15504   - "2VM"
15505   traces:
15506     hoverinfo: "x+y"
15507     boxpoints: "outliers"
15508     whiskerwidth: 0
15509   layout:
15510     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15511     layout: "plot-throughput"
15512
15513 -
15514   type: "plot"
15515   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15516   algorithm: "plot_performance_box"
15517   output-file-type: ".html"
15518   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15519   data: "plot-vpp-throughput-latency-3n-skx"
15520   filter: "'NIC_Intel-X710' and
15521            '64B' and
15522            'NDRPDR' and
15523            'ETH' and
15524            'IP4FWD' and
15525            '4T2C' and
15526            'VHOST_1024' and
15527            not 'VXLAN' and
15528            not 'DOT1Q'"
15529   parameters:
15530   - "throughput"
15531   - "parent"
15532   - "tags"
15533   sort:
15534   - "not CFS_OPT"
15535   - "1VM"
15536   - "2VM"
15537   traces:
15538     hoverinfo: "x+y"
15539     boxpoints: "outliers"
15540     whiskerwidth: 0
15541   layout:
15542     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15543     layout: "plot-throughput"
15544
15545 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
15546 -
15547   type: "plot"
15548   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15549   algorithm: "plot_performance_box"
15550   output-file-type: ".html"
15551   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15552   data: "plot-vpp-throughput-latency-3n-skx"
15553   filter: "'NIC_Intel-X710' and
15554            '64B' and
15555            'NDRPDR' and
15556            ('ETH' or 'DOT1Q') and
15557            '2T1C' and
15558            'L2BDMACLRN' and
15559            'VHOST_1024' and
15560            not 'VXLAN' and
15561            not 'IP4FWD' and
15562            not '2VM'"
15563   parameters:
15564   - "throughput"
15565   - "parent"
15566   - "tags"
15567 #  sort:
15568 #  - "VM"  # "not CFS_OPT"
15569 #  - "CFS_OPT"
15570 #  - "FIB_10K"
15571 #  - "FIB_100K"
15572 #  - "FIB_1M"
15573   traces:
15574     hoverinfo: "x+y"
15575     boxpoints: "outliers"
15576     whiskerwidth: 0
15577   layout:
15578     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15579     layout: "plot-throughput"
15580
15581 -
15582   type: "plot"
15583   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15584   algorithm: "plot_performance_box"
15585   output-file-type: ".html"
15586   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15587   data: "plot-vpp-throughput-latency-3n-skx"
15588   filter: "'NIC_Intel-X710' and
15589            '64B' and
15590            'NDRPDR' and
15591            ('ETH' or 'DOT1Q') and
15592            '4T2C' and
15593            'L2BDMACLRN' and
15594            'VHOST_1024' and
15595            not 'VXLAN' and
15596            not 'IP4FWD' and
15597            not '2VM'"
15598   parameters:
15599   - "throughput"
15600   - "parent"
15601   - "tags"
15602 #  sort:
15603 #  - "VM"  # "not CFS_OPT"
15604 #  - "CFS_OPT"
15605 #  - "FIB_10K"
15606 #  - "FIB_100K"
15607 #  - "FIB_1M"
15608   traces:
15609     hoverinfo: "x+y"
15610     boxpoints: "outliers"
15611     whiskerwidth: 0
15612   layout:
15613     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15614     layout: "plot-throughput"
15615
15616 -
15617   type: "plot"
15618   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15619   algorithm: "plot_performance_box"
15620   output-file-type: ".html"
15621   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15622   data: "plot-vpp-throughput-latency-3n-skx"
15623   filter: "'NIC_Intel-X710' and
15624            '64B' and
15625            'NDRPDR' and
15626            ('ETH' or 'DOT1Q') and
15627            '2T1C' and
15628            'L2BDMACLRN' and
15629            'VHOST_1024' and
15630            not 'VXLAN' and
15631            not 'IP4FWD' and
15632            not '2VM'"
15633   parameters:
15634   - "throughput"
15635   - "parent"
15636   - "tags"
15637 #  sort:
15638 #  - "VM"  # "not CFS_OPT"
15639 #  - "CFS_OPT"
15640 #  - "FIB_10K"
15641 #  - "FIB_100K"
15642 #  - "FIB_1M"
15643   traces:
15644     hoverinfo: "x+y"
15645     boxpoints: "outliers"
15646     whiskerwidth: 0
15647   layout:
15648     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15649     layout: "plot-throughput"
15650
15651 -
15652   type: "plot"
15653   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15654   algorithm: "plot_performance_box"
15655   output-file-type: ".html"
15656   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15657   data: "plot-vpp-throughput-latency-3n-skx"
15658   filter: "'NIC_Intel-X710' and
15659            '64B' and
15660            'NDRPDR' and
15661            ('ETH' or 'DOT1Q') and
15662            '4T2C' and
15663            'L2BDMACLRN' and
15664            'VHOST_1024' and
15665            not 'VXLAN' and
15666            not 'IP4FWD' and
15667            not '2VM'"
15668   parameters:
15669   - "throughput"
15670   - "parent"
15671   - "tags"
15672 #  sort:
15673 #  - "VM"  # "not CFS_OPT"
15674 #  - "CFS_OPT"
15675 #  - "FIB_10K"
15676 #  - "FIB_100K"
15677 #  - "FIB_1M"
15678   traces:
15679     hoverinfo: "x+y"
15680     boxpoints: "outliers"
15681     whiskerwidth: 0
15682   layout:
15683     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15684     layout: "plot-throughput"
15685
15686 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15687 -
15688   type: "plot"
15689   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15690   algorithm: "plot_performance_box"
15691   output-file-type: ".html"
15692   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15693   data: "plot-vpp-throughput-latency-3n-skx"
15694   filter: "'NIC_Intel-X710' and
15695            '64B' and
15696            'NDRPDR' and
15697            ('ETH' or 'DOT1Q') and
15698            'BASE' and
15699            '2T1C' and
15700            ('L2BDMACLRN' or 'L2XCFWD') and
15701            'VHOST_1024' and
15702            not 'VXLAN' and
15703            not 'IP4FWD' and
15704            not '2VM' and
15705            not 'LBOND'"
15706   parameters:
15707   - "throughput"
15708   - "parent"
15709   - "tags"
15710 #  sort:
15711 #  - "not CFS_OPT"
15712 #  - "L2XCFWD"
15713 #  - "not CFS_OPT"
15714 #  - "CFS_OPT"
15715   traces:
15716     hoverinfo: "x+y"
15717     boxpoints: "outliers"
15718     whiskerwidth: 0
15719   layout:
15720     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15721     layout: "plot-throughput"
15722
15723 -
15724   type: "plot"
15725   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15726   algorithm: "plot_performance_box"
15727   output-file-type: ".html"
15728   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15729   data: "plot-vpp-throughput-latency-3n-skx"
15730   filter: "'NIC_Intel-X710' and
15731            '64B' and
15732            'NDRPDR' and
15733            ('ETH' or 'DOT1Q') and
15734            'BASE' and
15735            '2T1C' and
15736            ('L2BDMACLRN' or 'L2XCFWD') and
15737            'VHOST_1024' and
15738            not 'VXLAN' and
15739            not 'IP4FWD' and
15740            not '2VM' and
15741            not 'LBOND'"
15742   parameters:
15743   - "throughput"
15744   - "parent"
15745   - "tags"
15746 #  sort:
15747 #  - "not CFS_OPT"
15748 #  - "L2XCFWD"
15749 #  - "not CFS_OPT"
15750 #  - "CFS_OPT"
15751   traces:
15752     hoverinfo: "x+y"
15753     boxpoints: "outliers"
15754     whiskerwidth: 0
15755   layout:
15756     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15757     layout: "plot-throughput"
15758
15759 -
15760   type: "plot"
15761   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15762   algorithm: "plot_performance_box"
15763   output-file-type: ".html"
15764   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15765   data: "plot-vpp-throughput-latency-3n-skx"
15766   filter: "'NIC_Intel-X710' and
15767            '64B' and
15768            'NDRPDR' and
15769            ('ETH' or 'DOT1Q') and
15770            'BASE' and
15771            '4T2C' and
15772            ('L2BDMACLRN' or 'L2XCFWD') and
15773            'VHOST_1024' and
15774            not 'VXLAN' and
15775            not 'IP4FWD' and
15776            not '2VM' and
15777            not 'LBOND'"
15778   parameters:
15779   - "throughput"
15780   - "parent"
15781   - "tags"
15782 #  sort:
15783 #  - "not CFS_OPT"
15784 #  - "L2XCFWD"
15785 #  - "not CFS_OPT"
15786 #  - "CFS_OPT"
15787   traces:
15788     hoverinfo: "x+y"
15789     boxpoints: "outliers"
15790     whiskerwidth: 0
15791   layout:
15792     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15793     layout: "plot-throughput"
15794
15795 -
15796   type: "plot"
15797   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15798   algorithm: "plot_performance_box"
15799   output-file-type: ".html"
15800   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15801   data: "plot-vpp-throughput-latency-3n-skx"
15802   filter: "'NIC_Intel-X710' and
15803            '64B' and
15804            'NDRPDR' and
15805            ('ETH' or 'DOT1Q') and
15806            'BASE' and
15807            '4T2C' and
15808            ('L2BDMACLRN' or 'L2XCFWD') and
15809            'VHOST_1024' and
15810            not 'VXLAN' and
15811            not 'IP4FWD' and
15812            not '2VM' and
15813            not 'LBOND'"
15814   parameters:
15815   - "throughput"
15816   - "parent"
15817   - "tags"
15818 #  sort:
15819 #  - "not CFS_OPT"
15820 #  - "L2XCFWD"
15821 #  - "not CFS_OPT"
15822 #  - "CFS_OPT"
15823   traces:
15824     hoverinfo: "x+y"
15825     boxpoints: "outliers"
15826     whiskerwidth: 0
15827   layout:
15828     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15829     layout: "plot-throughput"
15830
15831 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15832 -
15833   type: "plot"
15834   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15835   algorithm: "plot_performance_box"
15836   output-file-type: ".html"
15837   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15838   data: "plot-vpp-throughput-latency-3n-skx"
15839   filter: "'NIC_Intel-X710' and
15840            '64B' and
15841            'NDRPDR' and
15842            ('ETH' or 'DOT1Q') and
15843            '2T1C' and
15844            ('L2BDMACLRN' or 'L2XCFWD') and
15845            'VHOST_1024' and
15846            not 'CFS_OPT' and
15847            not 'VXLAN' and
15848            not 'IP4FWD' and
15849            not 'LBOND'"
15850   parameters:
15851   - "throughput"
15852   - "parent"
15853   - "tags"
15854 #  sort:
15855 #  - "1VM"
15856 #  - "L2XCFWD"
15857 #  - "1VM"
15858 #  - "L2BDMACLRN"
15859   traces:
15860     hoverinfo: "x+y"
15861     boxpoints: "outliers"
15862     whiskerwidth: 0
15863   layout:
15864     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15865     layout: "plot-throughput"
15866
15867 -
15868   type: "plot"
15869   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15870   algorithm: "plot_performance_box"
15871   output-file-type: ".html"
15872   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15873   data: "plot-vpp-throughput-latency-3n-skx"
15874   filter: "'NIC_Intel-X710' and
15875            '64B' and
15876            'NDRPDR' and
15877            ('ETH' or 'DOT1Q') and
15878            '2T1C' and
15879            ('L2BDMACLRN' or 'L2XCFWD') and
15880            'VHOST_1024' and
15881            not 'CFS_OPT' and
15882            not 'VXLAN' and
15883            not 'IP4FWD' and
15884            not 'LBOND'"
15885   parameters:
15886   - "throughput"
15887   - "parent"
15888   - "tags"
15889 #  sort:
15890 #  - "1VM"
15891 #  - "L2XCFWD"
15892 #  - "1VM"
15893 #  - "L2BDMACLRN"
15894   traces:
15895     hoverinfo: "x+y"
15896     boxpoints: "outliers"
15897     whiskerwidth: 0
15898   layout:
15899     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15900     layout: "plot-throughput"
15901
15902 -
15903   type: "plot"
15904   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15905   algorithm: "plot_performance_box"
15906   output-file-type: ".html"
15907   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15908   data: "plot-vpp-throughput-latency-3n-skx"
15909   filter: "'NIC_Intel-X710' and
15910            '64B' and
15911            'NDRPDR' and
15912            ('ETH' or 'DOT1Q') and
15913            '4T2C' and
15914            ('L2BDMACLRN' or 'L2XCFWD') and
15915            'VHOST_1024' and
15916            not 'CFS_OPT' and
15917            not 'VXLAN' and
15918            not 'IP4FWD' and
15919            not 'LBOND'"
15920   parameters:
15921   - "throughput"
15922   - "parent"
15923   - "tags"
15924 #  sort:
15925 #  - "1VM"
15926 #  - "L2XCFWD"
15927 #  - "1VM"
15928 #  - "L2BDMACLRN"
15929   traces:
15930     hoverinfo: "x+y"
15931     boxpoints: "outliers"
15932     whiskerwidth: 0
15933   layout:
15934     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15935     layout: "plot-throughput"
15936
15937 -
15938   type: "plot"
15939   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15940   algorithm: "plot_performance_box"
15941   output-file-type: ".html"
15942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15943   data: "plot-vpp-throughput-latency-3n-skx"
15944   filter: "'NIC_Intel-X710' and
15945            '64B' and
15946            'NDRPDR' and
15947            ('ETH' or 'DOT1Q') and
15948            '4T2C' and
15949            ('L2BDMACLRN' or 'L2XCFWD') and
15950            'VHOST_1024' and
15951            not 'CFS_OPT' and
15952            not 'VXLAN' and
15953            not 'IP4FWD' and
15954            not 'LBOND'"
15955   parameters:
15956   - "throughput"
15957   - "parent"
15958   - "tags"
15959 #  sort:
15960 #  - "1VM"
15961 #  - "L2XCFWD"
15962 #  - "1VM"
15963 #  - "L2BDMACLRN"
15964   traces:
15965     hoverinfo: "x+y"
15966     boxpoints: "outliers"
15967     whiskerwidth: 0
15968   layout:
15969     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15970     layout: "plot-throughput"
15971
15972 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15973 -
15974   type: "plot"
15975   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15976   algorithm: "plot_performance_box"
15977   output-file-type: ".html"
15978   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15979   data: "plot-vpp-throughput-latency-2n-skx"
15980   filter: "'NIC_Intel-X710' and
15981            '64B' and
15982            'NDRPDR' and
15983            'ETH' and
15984            'IP4FWD' and
15985            '2T1C' and
15986            'VHOST_1024' and
15987            not 'VXLAN' and
15988            not 'NF_DENSITY' and
15989            not 'DOT1Q'"
15990   parameters:
15991   - "throughput"
15992   - "parent"
15993   - "tags"
15994   sort:
15995   - "not CFS_OPT"
15996   - "1VM"
15997   - "2VM"
15998   traces:
15999     hoverinfo: "x+y"
16000     boxpoints: "outliers"
16001     whiskerwidth: 0
16002   layout:
16003     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16004     layout: "plot-throughput"
16005
16006 -
16007   type: "plot"
16008   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16009   algorithm: "plot_performance_box"
16010   output-file-type: ".html"
16011   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16012   data: "plot-vpp-throughput-latency-2n-skx"
16013   filter: "'NIC_Intel-X710' and
16014            '64B' and
16015            'NDRPDR' and
16016            'ETH' and
16017            'IP4FWD' and
16018            '4T2C' and
16019            'VHOST_1024' and
16020            not 'VXLAN' and
16021            not 'NF_DENSITY' and
16022            not 'DOT1Q'"
16023   parameters:
16024   - "throughput"
16025   - "parent"
16026   - "tags"
16027   sort:
16028   - "not CFS_OPT"
16029   - "1VM"
16030   - "2VM"
16031   traces:
16032     hoverinfo: "x+y"
16033     boxpoints: "outliers"
16034     whiskerwidth: 0
16035   layout:
16036     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16037     layout: "plot-throughput"
16038
16039 -
16040   type: "plot"
16041   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16042   algorithm: "plot_performance_box"
16043   output-file-type: ".html"
16044   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16045   data: "plot-vpp-throughput-latency-2n-skx"
16046   filter: "'NIC_Intel-X710' and
16047            '64B' and
16048            'NDRPDR' and
16049            'ETH' and
16050            'IP4FWD' and
16051            '2T1C' and
16052            'VHOST_1024' and
16053            not 'VXLAN' and
16054            not 'NF_DENSITY' and
16055            not 'DOT1Q'"
16056   parameters:
16057   - "throughput"
16058   - "parent"
16059   - "tags"
16060   sort:
16061   - "not CFS_OPT"
16062   - "1VM"
16063   - "2VM"
16064   traces:
16065     hoverinfo: "x+y"
16066     boxpoints: "outliers"
16067     whiskerwidth: 0
16068   layout:
16069     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16070     layout: "plot-throughput"
16071
16072 -
16073   type: "plot"
16074   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16075   algorithm: "plot_performance_box"
16076   output-file-type: ".html"
16077   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16078   data: "plot-vpp-throughput-latency-2n-skx"
16079   filter: "'NIC_Intel-X710' and
16080            '64B' and
16081            'NDRPDR' and
16082            'ETH' and
16083            'IP4FWD' and
16084            '4T2C' and
16085            'VHOST_1024' and
16086            not 'VXLAN' and
16087            not 'NF_DENSITY' and
16088            not 'DOT1Q'"
16089   parameters:
16090   - "throughput"
16091   - "parent"
16092   - "tags"
16093   sort:
16094   - "not CFS_OPT"
16095   - "1VM"
16096   - "2VM"
16097   traces:
16098     hoverinfo: "x+y"
16099     boxpoints: "outliers"
16100     whiskerwidth: 0
16101   layout:
16102     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16103     layout: "plot-throughput"
16104
16105 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
16106 -
16107   type: "plot"
16108   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16109   algorithm: "plot_performance_box"
16110   output-file-type: ".html"
16111   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16112   data: "plot-vpp-throughput-latency-2n-skx"
16113   filter: "'NIC_Intel-X710' and
16114            '64B' and
16115            'NDRPDR' and
16116            ('ETH' or 'DOT1Q') and
16117            '2T1C' and
16118            'L2BDMACLRN' and
16119            'VHOST_1024' and
16120            not 'VXLAN' and
16121            not 'NF_DENSITY' and
16122            not 'IP4FWD' and
16123            not '2VM'"
16124   parameters:
16125   - "throughput"
16126   - "parent"
16127   - "tags"
16128 #  sort:
16129 #  - "VM"  # "not CFS_OPT"
16130 #  - "CFS_OPT"
16131 #  - "FIB_10K"
16132 #  - "FIB_100K"
16133 #  - "FIB_1M"
16134   traces:
16135     hoverinfo: "x+y"
16136     boxpoints: "outliers"
16137     whiskerwidth: 0
16138   layout:
16139     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16140     layout: "plot-throughput"
16141
16142 -
16143   type: "plot"
16144   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16145   algorithm: "plot_performance_box"
16146   output-file-type: ".html"
16147   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16148   data: "plot-vpp-throughput-latency-2n-skx"
16149   filter: "'NIC_Intel-X710' and
16150            '64B' and
16151            'NDRPDR' and
16152            ('ETH' or 'DOT1Q') and
16153            '4T2C' and
16154            'L2BDMACLRN' and
16155            'VHOST_1024' and
16156            not 'VXLAN' and
16157            not 'NF_DENSITY' and
16158            not 'IP4FWD' and
16159            not '2VM'"
16160   parameters:
16161   - "throughput"
16162   - "parent"
16163   - "tags"
16164 #  sort:
16165 #  - "VM"  # "not CFS_OPT"
16166 #  - "CFS_OPT"
16167 #  - "FIB_10K"
16168 #  - "FIB_100K"
16169 #  - "FIB_1M"
16170   traces:
16171     hoverinfo: "x+y"
16172     boxpoints: "outliers"
16173     whiskerwidth: 0
16174   layout:
16175     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16176     layout: "plot-throughput"
16177
16178 -
16179   type: "plot"
16180   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16181   algorithm: "plot_performance_box"
16182   output-file-type: ".html"
16183   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16184   data: "plot-vpp-throughput-latency-2n-skx"
16185   filter: "'NIC_Intel-X710' and
16186            '64B' and
16187            'NDRPDR' and
16188            ('ETH' or 'DOT1Q') and
16189            '2T1C' and
16190            'L2BDMACLRN' and
16191            'VHOST_1024' and
16192            not 'VXLAN' and
16193            not 'NF_DENSITY' and
16194            not 'IP4FWD' and
16195            not '2VM'"
16196   parameters:
16197   - "throughput"
16198   - "parent"
16199   - "tags"
16200 #  sort:
16201 #  - "VM"  # "not CFS_OPT"
16202 #  - "CFS_OPT"
16203 #  - "FIB_10K"
16204 #  - "FIB_100K"
16205 #  - "FIB_1M"
16206   traces:
16207     hoverinfo: "x+y"
16208     boxpoints: "outliers"
16209     whiskerwidth: 0
16210   layout:
16211     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16212     layout: "plot-throughput"
16213
16214 -
16215   type: "plot"
16216   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16217   algorithm: "plot_performance_box"
16218   output-file-type: ".html"
16219   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16220   data: "plot-vpp-throughput-latency-2n-skx"
16221   filter: "'NIC_Intel-X710' and
16222            '64B' and
16223            'NDRPDR' and
16224            ('ETH' or 'DOT1Q') and
16225            '4T2C' and
16226            'L2BDMACLRN' and
16227            'VHOST_1024' and
16228            not 'VXLAN' and
16229            not 'NF_DENSITY' and
16230            not 'IP4FWD' and
16231            not '2VM'"
16232   parameters:
16233   - "throughput"
16234   - "parent"
16235   - "tags"
16236 #  sort:
16237 #  - "VM"  # "not CFS_OPT"
16238 #  - "CFS_OPT"
16239 #  - "FIB_10K"
16240 #  - "FIB_100K"
16241 #  - "FIB_1M"
16242   traces:
16243     hoverinfo: "x+y"
16244     boxpoints: "outliers"
16245     whiskerwidth: 0
16246   layout:
16247     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16248     layout: "plot-throughput"
16249
16250 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16251 -
16252   type: "plot"
16253   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16254   algorithm: "plot_performance_box"
16255   output-file-type: ".html"
16256   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16257   data: "plot-vpp-throughput-latency-2n-skx"
16258   filter: "'NIC_Intel-X710' and
16259            '64B' and
16260            'NDRPDR' and
16261            ('ETH' or 'DOT1Q') and
16262            'BASE' and
16263            '2T1C' and
16264            ('L2BDMACLRN' or 'L2XCFWD') and
16265            'VHOST_1024' and
16266            not 'VXLAN' and
16267            not 'NF_DENSITY' and
16268            not 'IP4FWD' and
16269            not '2VM'"
16270   parameters:
16271   - "throughput"
16272   - "parent"
16273   - "tags"
16274 #  sort:
16275 #  - "not CFS_OPT"
16276 #  - "L2XCFWD"
16277 #  - "not CFS_OPT"
16278 #  - "CFS_OPT"
16279   traces:
16280     hoverinfo: "x+y"
16281     boxpoints: "outliers"
16282     whiskerwidth: 0
16283   layout:
16284     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16285     layout: "plot-throughput"
16286
16287 -
16288   type: "plot"
16289   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16290   algorithm: "plot_performance_box"
16291   output-file-type: ".html"
16292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16293   data: "plot-vpp-throughput-latency-2n-skx"
16294   filter: "'NIC_Intel-X710' and
16295            '64B' and
16296            'NDRPDR' and
16297            ('ETH' or 'DOT1Q') and
16298            'BASE' and
16299            '2T1C' and
16300            ('L2BDMACLRN' or 'L2XCFWD') and
16301            'VHOST_1024' and
16302            not 'VXLAN' and
16303            not 'NF_DENSITY' and
16304            not 'IP4FWD' and
16305            not '2VM'"
16306   parameters:
16307   - "throughput"
16308   - "parent"
16309   - "tags"
16310 #  sort:
16311 #  - "not CFS_OPT"
16312 #  - "L2XCFWD"
16313 #  - "not CFS_OPT"
16314 #  - "CFS_OPT"
16315   traces:
16316     hoverinfo: "x+y"
16317     boxpoints: "outliers"
16318     whiskerwidth: 0
16319   layout:
16320     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16321     layout: "plot-throughput"
16322
16323 -
16324   type: "plot"
16325   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16326   algorithm: "plot_performance_box"
16327   output-file-type: ".html"
16328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16329   data: "plot-vpp-throughput-latency-2n-skx"
16330   filter: "'NIC_Intel-X710' and
16331            '64B' and
16332            'NDRPDR' and
16333            ('ETH' or 'DOT1Q') and
16334            'BASE' and
16335            '4T2C' and
16336            ('L2BDMACLRN' or 'L2XCFWD') and
16337            'VHOST_1024' and
16338            not 'VXLAN' and
16339            not 'NF_DENSITY' and
16340            not 'IP4FWD' and
16341            not '2VM'"
16342   parameters:
16343   - "throughput"
16344   - "parent"
16345   - "tags"
16346 #  sort:
16347 #  - "not CFS_OPT"
16348 #  - "L2XCFWD"
16349 #  - "not CFS_OPT"
16350 #  - "CFS_OPT"
16351   traces:
16352     hoverinfo: "x+y"
16353     boxpoints: "outliers"
16354     whiskerwidth: 0
16355   layout:
16356     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16357     layout: "plot-throughput"
16358
16359 -
16360   type: "plot"
16361   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16362   algorithm: "plot_performance_box"
16363   output-file-type: ".html"
16364   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16365   data: "plot-vpp-throughput-latency-2n-skx"
16366   filter: "'NIC_Intel-X710' and
16367            '64B' and
16368            'NDRPDR' and
16369            ('ETH' or 'DOT1Q') and
16370            'BASE' and
16371            '4T2C' and
16372            ('L2BDMACLRN' or 'L2XCFWD') and
16373            'VHOST_1024' and
16374            not 'VXLAN' and
16375            not 'NF_DENSITY' and
16376            not 'IP4FWD' and
16377            not '2VM'"
16378   parameters:
16379   - "throughput"
16380   - "parent"
16381   - "tags"
16382 #  sort:
16383 #  - "not CFS_OPT"
16384 #  - "L2XCFWD"
16385 #  - "not CFS_OPT"
16386 #  - "CFS_OPT"
16387   traces:
16388     hoverinfo: "x+y"
16389     boxpoints: "outliers"
16390     whiskerwidth: 0
16391   layout:
16392     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16393     layout: "plot-throughput"
16394
16395 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16396 -
16397   type: "plot"
16398   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16399   algorithm: "plot_performance_box"
16400   output-file-type: ".html"
16401   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16402   data: "plot-vpp-throughput-latency-2n-skx"
16403   filter: "'NIC_Intel-X710' and
16404            '64B' and
16405            'NDRPDR' and
16406            ('ETH' or 'DOT1Q') and
16407            '2T1C' and
16408            ('L2BDMACLRN' or 'L2XCFWD') and
16409            'VHOST_1024' and
16410            not 'CFS_OPT' and
16411            not 'VXLAN' and
16412            not 'NF_DENSITY' and
16413            not 'IP4FWD'"
16414   parameters:
16415   - "throughput"
16416   - "parent"
16417   - "tags"
16418 #  sort:
16419 #  - "1VM"
16420 #  - "L2XCFWD"
16421 #  - "1VM"
16422 #  - "L2BDMACLRN"
16423   traces:
16424     hoverinfo: "x+y"
16425     boxpoints: "outliers"
16426     whiskerwidth: 0
16427   layout:
16428     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16429     layout: "plot-throughput"
16430
16431 -
16432   type: "plot"
16433   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16434   algorithm: "plot_performance_box"
16435   output-file-type: ".html"
16436   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16437   data: "plot-vpp-throughput-latency-2n-skx"
16438   filter: "'NIC_Intel-X710' and
16439            '64B' and
16440            'NDRPDR' and
16441            ('ETH' or 'DOT1Q') and
16442            '2T1C' and
16443            ('L2BDMACLRN' or 'L2XCFWD') and
16444            'VHOST_1024' and
16445            not 'CFS_OPT' and
16446            not 'VXLAN' and
16447            not 'NF_DENSITY' and
16448            not 'IP4FWD'"
16449   parameters:
16450   - "throughput"
16451   - "parent"
16452   - "tags"
16453 #  sort:
16454 #  - "1VM"
16455 #  - "L2XCFWD"
16456 #  - "1VM"
16457 #  - "L2BDMACLRN"
16458   traces:
16459     hoverinfo: "x+y"
16460     boxpoints: "outliers"
16461     whiskerwidth: 0
16462   layout:
16463     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16464     layout: "plot-throughput"
16465
16466 -
16467   type: "plot"
16468   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16469   algorithm: "plot_performance_box"
16470   output-file-type: ".html"
16471   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16472   data: "plot-vpp-throughput-latency-2n-skx"
16473   filter: "'NIC_Intel-X710' and
16474            '64B' and
16475            'NDRPDR' and
16476            ('ETH' or 'DOT1Q') and
16477            '4T2C' and
16478            ('L2BDMACLRN' or 'L2XCFWD') and
16479            'VHOST_1024' and
16480            not 'CFS_OPT' and
16481            not 'VXLAN' and
16482            not 'NF_DENSITY' and
16483            not 'IP4FWD'"
16484   parameters:
16485   - "throughput"
16486   - "parent"
16487   - "tags"
16488 #  sort:
16489 #  - "1VM"
16490 #  - "L2XCFWD"
16491 #  - "1VM"
16492 #  - "L2BDMACLRN"
16493   traces:
16494     hoverinfo: "x+y"
16495     boxpoints: "outliers"
16496     whiskerwidth: 0
16497   layout:
16498     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16499     layout: "plot-throughput"
16500
16501 -
16502   type: "plot"
16503   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16504   algorithm: "plot_performance_box"
16505   output-file-type: ".html"
16506   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16507   data: "plot-vpp-throughput-latency-2n-skx"
16508   filter: "'NIC_Intel-X710' and
16509            '64B' and
16510            'NDRPDR' and
16511            ('ETH' or 'DOT1Q') and
16512            '4T2C' and
16513            ('L2BDMACLRN' or 'L2XCFWD') and
16514            'VHOST_1024' and
16515            not 'CFS_OPT' and
16516            not 'VXLAN' and
16517            not 'NF_DENSITY' and
16518            not 'IP4FWD'"
16519   parameters:
16520   - "throughput"
16521   - "parent"
16522   - "tags"
16523 #  sort:
16524 #  - "1VM"
16525 #  - "L2XCFWD"
16526 #  - "1VM"
16527 #  - "L2BDMACLRN"
16528   traces:
16529     hoverinfo: "x+y"
16530     boxpoints: "outliers"
16531     whiskerwidth: 0
16532   layout:
16533     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16534     layout: "plot-throughput"
16535
16536 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16537 -
16538   type: "plot"
16539   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16540   algorithm: "plot_performance_box"
16541   output-file-type: ".html"
16542   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16543   data: "plot-vpp-throughput-latency-2n-skx"
16544   filter: "'NIC_Intel-XXV710' and
16545            '64B' and
16546            'NDRPDR' and
16547            'ETH' and
16548            'IP4FWD' and
16549            '2T1C' and
16550            'VHOST_1024' and
16551            not 'VXLAN' and
16552            not 'DOT1Q'"
16553   parameters:
16554   - "throughput"
16555   - "parent"
16556   - "tags"
16557   sort:
16558   - "not CFS_OPT"
16559   - "1VM"
16560   - "2VM"
16561   traces:
16562     hoverinfo: "x+y"
16563     boxpoints: "outliers"
16564     whiskerwidth: 0
16565   layout:
16566     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16567     layout: "plot-throughput"
16568
16569 -
16570   type: "plot"
16571   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16572   algorithm: "plot_performance_box"
16573   output-file-type: ".html"
16574   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16575   data: "plot-vpp-throughput-latency-2n-skx"
16576   filter: "'NIC_Intel-XXV710' and
16577            '64B' and
16578            'NDRPDR' and
16579            'ETH' and
16580            'IP4FWD' and
16581            '4T2C' and
16582            'VHOST_1024' and
16583            not 'VXLAN' and
16584            not 'DOT1Q'"
16585   parameters:
16586   - "throughput"
16587   - "parent"
16588   - "tags"
16589   sort:
16590   - "not CFS_OPT"
16591   - "1VM"
16592   - "2VM"
16593   traces:
16594     hoverinfo: "x+y"
16595     boxpoints: "outliers"
16596     whiskerwidth: 0
16597   layout:
16598     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16599     layout: "plot-throughput"
16600
16601 -
16602   type: "plot"
16603   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16604   algorithm: "plot_performance_box"
16605   output-file-type: ".html"
16606   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16607   data: "plot-vpp-throughput-latency-2n-skx"
16608   filter: "'NIC_Intel-XXV710' and
16609            '64B' and
16610            'NDRPDR' and
16611            'ETH' and
16612            'IP4FWD' and
16613            '2T1C' and
16614            'VHOST_1024' and
16615            not 'VXLAN' and
16616            not 'DOT1Q'"
16617   parameters:
16618   - "throughput"
16619   - "parent"
16620   - "tags"
16621   sort:
16622   - "not CFS_OPT"
16623   - "1VM"
16624   - "2VM"
16625   traces:
16626     hoverinfo: "x+y"
16627     boxpoints: "outliers"
16628     whiskerwidth: 0
16629   layout:
16630     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16631     layout: "plot-throughput"
16632
16633 -
16634   type: "plot"
16635   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16636   algorithm: "plot_performance_box"
16637   output-file-type: ".html"
16638   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16639   data: "plot-vpp-throughput-latency-2n-skx"
16640   filter: "'NIC_Intel-XXV710' and
16641            '64B' and
16642            'NDRPDR' and
16643            'ETH' and
16644            'IP4FWD' and
16645            '4T2C' and
16646            'VHOST_1024' and
16647            not 'VXLAN' and
16648            not 'DOT1Q'"
16649   parameters:
16650   - "throughput"
16651   - "parent"
16652   - "tags"
16653   sort:
16654   - "not CFS_OPT"
16655   - "1VM"
16656   - "2VM"
16657   traces:
16658     hoverinfo: "x+y"
16659     boxpoints: "outliers"
16660     whiskerwidth: 0
16661   layout:
16662     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16663     layout: "plot-throughput"
16664
16665 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16666 -
16667   type: "plot"
16668   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16669   algorithm: "plot_performance_box"
16670   output-file-type: ".html"
16671   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16672   data: "plot-vpp-throughput-latency-2n-skx"
16673   filter: "'NIC_Intel-XXV710' and
16674            '64B' and
16675            'NDRPDR' and
16676            ('ETH' or 'DOT1Q') and
16677            '2T1C' and
16678            'L2BDMACLRN' and
16679            'VHOST_1024' and
16680            not 'VXLAN' and
16681            not 'IP4FWD' and
16682            not '2VM'"
16683   parameters:
16684   - "throughput"
16685   - "parent"
16686   - "tags"
16687 #  sort:
16688 #  - "VM"  # "not CFS_OPT"
16689 #  - "CFS_OPT"
16690 #  - "FIB_10K"
16691 #  - "FIB_100K"
16692 #  - "FIB_1M"
16693   traces:
16694     hoverinfo: "x+y"
16695     boxpoints: "outliers"
16696     whiskerwidth: 0
16697   layout:
16698     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16699     layout: "plot-throughput"
16700
16701 -
16702   type: "plot"
16703   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16704   algorithm: "plot_performance_box"
16705   output-file-type: ".html"
16706   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16707   data: "plot-vpp-throughput-latency-2n-skx"
16708   filter: "'NIC_Intel-XXV710' and
16709            '64B' and
16710            'NDRPDR' and
16711            ('ETH' or 'DOT1Q') and
16712            '4T2C' and
16713            'L2BDMACLRN' and
16714            'VHOST_1024' and
16715            not 'VXLAN' and
16716            not 'IP4FWD' and
16717            not '2VM'"
16718   parameters:
16719   - "throughput"
16720   - "parent"
16721   - "tags"
16722 #  sort:
16723 #  - "VM"  # "not CFS_OPT"
16724 #  - "CFS_OPT"
16725 #  - "FIB_10K"
16726 #  - "FIB_100K"
16727 #  - "FIB_1M"
16728   traces:
16729     hoverinfo: "x+y"
16730     boxpoints: "outliers"
16731     whiskerwidth: 0
16732   layout:
16733     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16734     layout: "plot-throughput"
16735
16736 -
16737   type: "plot"
16738   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16739   algorithm: "plot_performance_box"
16740   output-file-type: ".html"
16741   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16742   data: "plot-vpp-throughput-latency-2n-skx"
16743   filter: "'NIC_Intel-XXV710' and
16744            '64B' and
16745            'NDRPDR' and
16746            ('ETH' or 'DOT1Q') and
16747            '2T1C' and
16748            'L2BDMACLRN' and
16749            'VHOST_1024' and
16750            not 'VXLAN' and
16751            not 'IP4FWD' and
16752            not '2VM'"
16753   parameters:
16754   - "throughput"
16755   - "parent"
16756   - "tags"
16757 #  sort:
16758 #  - "VM"  # "not CFS_OPT"
16759 #  - "CFS_OPT"
16760 #  - "FIB_10K"
16761 #  - "FIB_100K"
16762 #  - "FIB_1M"
16763   traces:
16764     hoverinfo: "x+y"
16765     boxpoints: "outliers"
16766     whiskerwidth: 0
16767   layout:
16768     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16769     layout: "plot-throughput"
16770
16771 -
16772   type: "plot"
16773   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16774   algorithm: "plot_performance_box"
16775   output-file-type: ".html"
16776   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16777   data: "plot-vpp-throughput-latency-2n-skx"
16778   filter: "'NIC_Intel-XXV710' and
16779            '64B' and
16780            'NDRPDR' and
16781            ('ETH' or 'DOT1Q') and
16782            '4T2C' and
16783            'L2BDMACLRN' and
16784            'VHOST_1024' and
16785            not 'VXLAN' and
16786            not 'IP4FWD' and
16787            not '2VM'"
16788   parameters:
16789   - "throughput"
16790   - "parent"
16791   - "tags"
16792 #  sort:
16793 #  - "VM"  # "not CFS_OPT"
16794 #  - "CFS_OPT"
16795 #  - "FIB_10K"
16796 #  - "FIB_100K"
16797 #  - "FIB_1M"
16798   traces:
16799     hoverinfo: "x+y"
16800     boxpoints: "outliers"
16801     whiskerwidth: 0
16802   layout:
16803     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16804     layout: "plot-throughput"
16805
16806 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16807 -
16808   type: "plot"
16809   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16810   algorithm: "plot_performance_box"
16811   output-file-type: ".html"
16812   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16813   data: "plot-vpp-throughput-latency-2n-skx"
16814   filter: "'NIC_Intel-XXV710' and
16815            '64B' and
16816            'NDRPDR' and
16817            ('ETH' or 'DOT1Q') and
16818            'BASE' and
16819            '2T1C' and
16820            ('L2BDMACLRN' or 'L2XCFWD') and
16821            'VHOST_1024' and
16822            not 'VXLAN' and
16823            not 'IP4FWD' and
16824            not '2VM'"
16825   parameters:
16826   - "throughput"
16827   - "parent"
16828   - "tags"
16829 #  sort:
16830 #  - "not CFS_OPT"
16831 #  - "L2XCFWD"
16832 #  - "not CFS_OPT"
16833 #  - "CFS_OPT"
16834   traces:
16835     hoverinfo: "x+y"
16836     boxpoints: "outliers"
16837     whiskerwidth: 0
16838   layout:
16839     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16840     layout: "plot-throughput"
16841
16842 -
16843   type: "plot"
16844   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16845   algorithm: "plot_performance_box"
16846   output-file-type: ".html"
16847   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16848   data: "plot-vpp-throughput-latency-2n-skx"
16849   filter: "'NIC_Intel-XXV710' and
16850            '64B' and
16851            'NDRPDR' and
16852            ('ETH' or 'DOT1Q') and
16853            'BASE' and
16854            '2T1C' and
16855            ('L2BDMACLRN' or 'L2XCFWD') and
16856            'VHOST_1024' and
16857            not 'VXLAN' and
16858            not 'IP4FWD' and
16859            not '2VM'"
16860   parameters:
16861   - "throughput"
16862   - "parent"
16863   - "tags"
16864 #  sort:
16865 #  - "not CFS_OPT"
16866 #  - "L2XCFWD"
16867 #  - "not CFS_OPT"
16868 #  - "CFS_OPT"
16869   traces:
16870     hoverinfo: "x+y"
16871     boxpoints: "outliers"
16872     whiskerwidth: 0
16873   layout:
16874     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16875     layout: "plot-throughput"
16876
16877 -
16878   type: "plot"
16879   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16880   algorithm: "plot_performance_box"
16881   output-file-type: ".html"
16882   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16883   data: "plot-vpp-throughput-latency-2n-skx"
16884   filter: "'NIC_Intel-XXV710' and
16885            '64B' and
16886            'NDRPDR' and
16887            ('ETH' or 'DOT1Q') and
16888            'BASE' and
16889            '4T2C' and
16890            ('L2BDMACLRN' or 'L2XCFWD') and
16891            'VHOST_1024' and
16892            not 'VXLAN' and
16893            not 'IP4FWD' and
16894            not '2VM'"
16895   parameters:
16896   - "throughput"
16897   - "parent"
16898   - "tags"
16899 #  sort:
16900 #  - "not CFS_OPT"
16901 #  - "L2XCFWD"
16902 #  - "not CFS_OPT"
16903 #  - "CFS_OPT"
16904   traces:
16905     hoverinfo: "x+y"
16906     boxpoints: "outliers"
16907     whiskerwidth: 0
16908   layout:
16909     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16910     layout: "plot-throughput"
16911
16912 -
16913   type: "plot"
16914   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16915   algorithm: "plot_performance_box"
16916   output-file-type: ".html"
16917   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16918   data: "plot-vpp-throughput-latency-2n-skx"
16919   filter: "'NIC_Intel-XXV710' and
16920            '64B' and
16921            'NDRPDR' and
16922            ('ETH' or 'DOT1Q') and
16923            'BASE' and
16924            '4T2C' and
16925            ('L2BDMACLRN' or 'L2XCFWD') and
16926            'VHOST_1024' and
16927            not 'VXLAN' and
16928            not 'IP4FWD' and
16929            not '2VM'"
16930   parameters:
16931   - "throughput"
16932   - "parent"
16933   - "tags"
16934 #  sort:
16935 #  - "not CFS_OPT"
16936 #  - "L2XCFWD"
16937 #  - "not CFS_OPT"
16938 #  - "CFS_OPT"
16939   traces:
16940     hoverinfo: "x+y"
16941     boxpoints: "outliers"
16942     whiskerwidth: 0
16943   layout:
16944     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16945     layout: "plot-throughput"
16946
16947 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16948 -
16949   type: "plot"
16950   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16951   algorithm: "plot_performance_box"
16952   output-file-type: ".html"
16953   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16954   data: "plot-vpp-throughput-latency-2n-skx"
16955   filter: "'NIC_Intel-XXV710' and
16956            '64B' and
16957            'NDRPDR' and
16958            ('ETH' or 'DOT1Q') and
16959            '2T1C' and
16960            ('L2BDMACLRN' or 'L2XCFWD') and
16961            'VHOST_1024' and
16962            not 'CFS_OPT' and
16963            not 'VXLAN' and
16964            not 'IP4FWD'"
16965   parameters:
16966   - "throughput"
16967   - "parent"
16968   - "tags"
16969 #  sort:
16970 #  - "1VM"
16971 #  - "L2XCFWD"
16972 #  - "1VM"
16973 #  - "L2BDMACLRN"
16974   traces:
16975     hoverinfo: "x+y"
16976     boxpoints: "outliers"
16977     whiskerwidth: 0
16978   layout:
16979     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16980     layout: "plot-throughput"
16981
16982 -
16983   type: "plot"
16984   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16985   algorithm: "plot_performance_box"
16986   output-file-type: ".html"
16987   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16988   data: "plot-vpp-throughput-latency-2n-skx"
16989   filter: "'NIC_Intel-XXV710' and
16990            '64B' and
16991            'NDRPDR' and
16992            ('ETH' or 'DOT1Q') and
16993            '2T1C' and
16994            ('L2BDMACLRN' or 'L2XCFWD') and
16995            'VHOST_1024' and
16996            not 'CFS_OPT' and
16997            not 'VXLAN' and
16998            not 'IP4FWD'"
16999   parameters:
17000   - "throughput"
17001   - "parent"
17002   - "tags"
17003 #  sort:
17004 #  - "1VM"
17005 #  - "L2XCFWD"
17006 #  - "1VM"
17007 #  - "L2BDMACLRN"
17008   traces:
17009     hoverinfo: "x+y"
17010     boxpoints: "outliers"
17011     whiskerwidth: 0
17012   layout:
17013     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17014     layout: "plot-throughput"
17015
17016 -
17017   type: "plot"
17018   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17019   algorithm: "plot_performance_box"
17020   output-file-type: ".html"
17021   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17022   data: "plot-vpp-throughput-latency-2n-skx"
17023   filter: "'NIC_Intel-XXV710' and
17024            '64B' and
17025            'NDRPDR' and
17026            ('ETH' or 'DOT1Q') and
17027            '4T2C' and
17028            ('L2BDMACLRN' or 'L2XCFWD') and
17029            'VHOST_1024' and
17030            not 'CFS_OPT' and
17031            not 'VXLAN' and
17032            not 'IP4FWD'"
17033   parameters:
17034   - "throughput"
17035   - "parent"
17036   - "tags"
17037 #  sort:
17038 #  - "1VM"
17039 #  - "L2XCFWD"
17040 #  - "1VM"
17041 #  - "L2BDMACLRN"
17042   traces:
17043     hoverinfo: "x+y"
17044     boxpoints: "outliers"
17045     whiskerwidth: 0
17046   layout:
17047     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17048     layout: "plot-throughput"
17049
17050 -
17051   type: "plot"
17052   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17053   algorithm: "plot_performance_box"
17054   output-file-type: ".html"
17055   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17056   data: "plot-vpp-throughput-latency-2n-skx"
17057   filter: "'NIC_Intel-XXV710' and
17058            '64B' and
17059            'NDRPDR' and
17060            ('ETH' or 'DOT1Q') and
17061            '4T2C' and
17062            ('L2BDMACLRN' or 'L2XCFWD') and
17063            'VHOST_1024' and
17064            not 'CFS_OPT' and
17065            not 'VXLAN' and
17066            not 'IP4FWD'"
17067   parameters:
17068   - "throughput"
17069   - "parent"
17070   - "tags"
17071 #  sort:
17072 #  - "1VM"
17073 #  - "L2XCFWD"
17074 #  - "1VM"
17075 #  - "L2BDMACLRN"
17076   traces:
17077     hoverinfo: "x+y"
17078     boxpoints: "outliers"
17079     whiskerwidth: 0
17080   layout:
17081     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17082     layout: "plot-throughput"
17083
17084 ################################################################################
17085
17086 # Packet Throughput - VPP VTS 3n-hsw-x520
17087 -
17088   type: "plot"
17089   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
17090   algorithm: "plot_performance_box"
17091   output-file-type: ".html"
17092   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
17093   data: "plot-vpp-throughput-latency-3n-hsw"
17094   filter: "'NIC_Intel-X520-DA2' and
17095            '114B' and
17096            'NDRPDR' and
17097            '1T1C' and
17098            'VTS'"
17099   parameters:
17100   - "throughput"
17101   - "parent"
17102   - "tags"
17103   traces:
17104     hoverinfo: "x+y"
17105     boxpoints: "outliers"
17106     whiskerwidth: 0
17107   layout:
17108     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17109     layout: "plot-throughput"
17110
17111 -
17112   type: "plot"
17113   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17114   algorithm: "plot_performance_box"
17115   output-file-type: ".html"
17116   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17117   data: "plot-vpp-throughput-latency-3n-hsw"
17118   filter: "'NIC_Intel-X520-DA2' and
17119            '114B' and
17120            'NDRPDR' and
17121            '2T2C' and
17122            'VTS'"
17123   parameters:
17124   - "throughput"
17125   - "parent"
17126   - "tags"
17127   traces:
17128     hoverinfo: "x+y"
17129     boxpoints: "outliers"
17130     whiskerwidth: 0
17131   layout:
17132     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17133     layout: "plot-throughput"
17134
17135 -
17136   type: "plot"
17137   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17138   algorithm: "plot_performance_box"
17139   output-file-type: ".html"
17140   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17141   data: "plot-vpp-throughput-latency-3n-hsw"
17142   filter: "'NIC_Intel-X520-DA2' and
17143            '114B' and
17144            'NDRPDR' and
17145            '1T1C' and
17146            'VTS'"
17147   parameters:
17148   - "throughput"
17149   - "parent"
17150   - "tags"
17151   traces:
17152     hoverinfo: "x+y"
17153     boxpoints: "outliers"
17154     whiskerwidth: 0
17155   layout:
17156     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17157     layout: "plot-throughput"
17158
17159 -
17160   type: "plot"
17161   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17162   algorithm: "plot_performance_box"
17163   output-file-type: ".html"
17164   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17165   data: "plot-vpp-throughput-latency-3n-hsw"
17166   filter: "'NIC_Intel-X520-DA2' and
17167            '114B' and
17168            'NDRPDR' and
17169            '2T2C' and
17170            'VTS'"
17171   parameters:
17172   - "throughput"
17173   - "parent"
17174   - "tags"
17175   traces:
17176     hoverinfo: "x+y"
17177     boxpoints: "outliers"
17178     whiskerwidth: 0
17179   layout:
17180     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17181     layout: "plot-throughput"
17182
17183 ################################################################################
17184
17185 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17186 -
17187   type: "plot"
17188   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17189   algorithm: "plot_performance_box"
17190   output-file-type: ".html"
17191   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17192   data: "plot-dpdk-throughput-latency-3n-hsw"
17193   filter: "'NIC_Intel-X520-DA2' and
17194            '64B' and
17195            'BASE' and
17196            'NDRPDR' and
17197            '1T1C' and
17198            'IP4FWD'"
17199   parameters:
17200   - "throughput"
17201   - "parent"
17202   - "tags"
17203   traces:
17204     hoverinfo: "x+y"
17205     boxpoints: "outliers"
17206     whiskerwidth: 0
17207   layout:
17208     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17209     layout: "plot-throughput"
17210
17211 -
17212   type: "plot"
17213   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17214   algorithm: "plot_performance_box"
17215   output-file-type: ".html"
17216   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17217   data: "plot-dpdk-throughput-latency-3n-hsw"
17218   filter: "'NIC_Intel-X520-DA2' and
17219            '64B' and
17220            'BASE' and
17221            'NDRPDR' and
17222            '2T2C' and
17223            'IP4FWD'"
17224   parameters:
17225   - "throughput"
17226   - "parent"
17227   - "tags"
17228   traces:
17229     hoverinfo: "x+y"
17230     boxpoints: "outliers"
17231     whiskerwidth: 0
17232   layout:
17233     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17234     layout: "plot-throughput"
17235
17236 -
17237   type: "plot"
17238   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17239   algorithm: "plot_performance_box"
17240   output-file-type: ".html"
17241   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17242   data: "plot-dpdk-throughput-latency-3n-hsw"
17243   filter: "'NIC_Intel-X520-DA2' and
17244            '64B' and
17245            'BASE' and
17246            'NDRPDR' and
17247            '1T1C' and
17248            'IP4FWD'"
17249   parameters:
17250   - "throughput"
17251   - "parent"
17252   - "tags"
17253   traces:
17254     hoverinfo: "x+y"
17255     boxpoints: "outliers"
17256     whiskerwidth: 0
17257   layout:
17258     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17259     layout: "plot-throughput"
17260
17261 -
17262   type: "plot"
17263   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17264   algorithm: "plot_performance_box"
17265   output-file-type: ".html"
17266   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17267   data: "plot-dpdk-throughput-latency-3n-hsw"
17268   filter: "'NIC_Intel-X520-DA2' and
17269            '64B' and
17270            'BASE' and
17271            'NDRPDR' and
17272            '2T2C' and
17273            'IP4FWD'"
17274   parameters:
17275   - "throughput"
17276   - "parent"
17277   - "tags"
17278   traces:
17279     hoverinfo: "x+y"
17280     boxpoints: "outliers"
17281     whiskerwidth: 0
17282   layout:
17283     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17284     layout: "plot-throughput"
17285
17286 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17287 -
17288   type: "plot"
17289   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17290   algorithm: "plot_performance_box"
17291   output-file-type: ".html"
17292   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17293   data: "plot-dpdk-throughput-latency-3n-hsw"
17294   filter: "'NIC_Intel-X710' and
17295            '64B' and
17296            'BASE' and
17297            'NDRPDR' and
17298            '1T1C' and
17299            'IP4FWD'"
17300   parameters:
17301   - "throughput"
17302   - "parent"
17303   - "tags"
17304   traces:
17305     hoverinfo: "x+y"
17306     boxpoints: "outliers"
17307     whiskerwidth: 0
17308   layout:
17309     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17310     layout: "plot-throughput"
17311
17312 -
17313   type: "plot"
17314   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17315   algorithm: "plot_performance_box"
17316   output-file-type: ".html"
17317   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17318   data: "plot-dpdk-throughput-latency-3n-hsw"
17319   filter: "'NIC_Intel-X710' and
17320            '64B' and
17321            'BASE' and
17322            'NDRPDR' and
17323            '2T2C' and
17324            'IP4FWD'"
17325   parameters:
17326   - "throughput"
17327   - "parent"
17328   - "tags"
17329   traces:
17330     hoverinfo: "x+y"
17331     boxpoints: "outliers"
17332     whiskerwidth: 0
17333   layout:
17334     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17335     layout: "plot-throughput"
17336
17337 -
17338   type: "plot"
17339   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17340   algorithm: "plot_performance_box"
17341   output-file-type: ".html"
17342   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17343   data: "plot-dpdk-throughput-latency-3n-hsw"
17344   filter: "'NIC_Intel-X710' and
17345            '64B' and
17346            'BASE' and
17347            'NDRPDR' and
17348            '1T1C' and
17349            'IP4FWD'"
17350   parameters:
17351   - "throughput"
17352   - "parent"
17353   - "tags"
17354   traces:
17355     hoverinfo: "x+y"
17356     boxpoints: "outliers"
17357     whiskerwidth: 0
17358   layout:
17359     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17360     layout: "plot-throughput"
17361
17362 -
17363   type: "plot"
17364   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17365   algorithm: "plot_performance_box"
17366   output-file-type: ".html"
17367   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17368   data: "plot-dpdk-throughput-latency-3n-hsw"
17369   filter: "'NIC_Intel-X710' and
17370            '64B' and
17371            'BASE' and
17372            'NDRPDR' and
17373            '2T2C' and
17374            'IP4FWD'"
17375   parameters:
17376   - "throughput"
17377   - "parent"
17378   - "tags"
17379   traces:
17380     hoverinfo: "x+y"
17381     boxpoints: "outliers"
17382     whiskerwidth: 0
17383   layout:
17384     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17385     layout: "plot-throughput"
17386
17387 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17388 -
17389   type: "plot"
17390   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17391   algorithm: "plot_performance_box"
17392   output-file-type: ".html"
17393   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17394   data: "plot-dpdk-throughput-latency-3n-hsw"
17395   filter: "'NIC_Intel-XL710' and
17396            '64B' and
17397            'BASE' and
17398            'NDRPDR' and
17399            '1T1C' and
17400            'IP4FWD'"
17401   parameters:
17402   - "throughput"
17403   - "parent"
17404   - "tags"
17405   traces:
17406     hoverinfo: "x+y"
17407     boxpoints: "outliers"
17408     whiskerwidth: 0
17409   layout:
17410     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17411     layout: "plot-throughput"
17412
17413 -
17414   type: "plot"
17415   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17416   algorithm: "plot_performance_box"
17417   output-file-type: ".html"
17418   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17419   data: "plot-dpdk-throughput-latency-3n-hsw"
17420   filter: "'NIC_Intel-XL710' and
17421            '64B' and
17422            'BASE' and
17423            'NDRPDR' and
17424            '2T2C' and
17425            'IP4FWD'"
17426   parameters:
17427   - "throughput"
17428   - "parent"
17429   - "tags"
17430   traces:
17431     hoverinfo: "x+y"
17432     boxpoints: "outliers"
17433     whiskerwidth: 0
17434   layout:
17435     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17436     layout: "plot-throughput"
17437
17438 -
17439   type: "plot"
17440   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17441   algorithm: "plot_performance_box"
17442   output-file-type: ".html"
17443   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17444   data: "plot-dpdk-throughput-latency-3n-hsw"
17445   filter: "'NIC_Intel-XL710' and
17446            '64B' and
17447            'BASE' and
17448            'NDRPDR' and
17449            '1T1C' and
17450            'IP4FWD'"
17451   parameters:
17452   - "throughput"
17453   - "parent"
17454   - "tags"
17455   traces:
17456     hoverinfo: "x+y"
17457     boxpoints: "outliers"
17458     whiskerwidth: 0
17459   layout:
17460     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17461     layout: "plot-throughput"
17462
17463 -
17464   type: "plot"
17465   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17466   algorithm: "plot_performance_box"
17467   output-file-type: ".html"
17468   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17469   data: "plot-dpdk-throughput-latency-3n-hsw"
17470   filter: "'NIC_Intel-XL710' and
17471            '64B' and
17472            'BASE' and
17473            'NDRPDR' and
17474            '2T2C' and
17475            'IP4FWD'"
17476   parameters:
17477   - "throughput"
17478   - "parent"
17479   - "tags"
17480   traces:
17481     hoverinfo: "x+y"
17482     boxpoints: "outliers"
17483     whiskerwidth: 0
17484   layout:
17485     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17486     layout: "plot-throughput"
17487
17488 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17489 -
17490   type: "plot"
17491   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17492   algorithm: "plot_performance_box"
17493   output-file-type: ".html"
17494   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17495   data: "plot-dpdk-throughput-latency-3n-skx"
17496   filter: "'NIC_Intel-X710' and
17497            '64B' and
17498            'BASE' and
17499            'NDRPDR' and
17500            '2T1C' and
17501            'IP4FWD'"
17502   parameters:
17503   - "throughput"
17504   - "parent"
17505   - "tags"
17506   traces:
17507     hoverinfo: "x+y"
17508     boxpoints: "outliers"
17509     whiskerwidth: 0
17510   layout:
17511     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17512     layout: "plot-throughput"
17513
17514 -
17515   type: "plot"
17516   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17517   algorithm: "plot_performance_box"
17518   output-file-type: ".html"
17519   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17520   data: "plot-dpdk-throughput-latency-3n-skx"
17521   filter: "'NIC_Intel-X710' and
17522            '64B' and
17523            'BASE' and
17524            'NDRPDR' and
17525            '4T2C' and
17526            'IP4FWD'"
17527   parameters:
17528   - "throughput"
17529   - "parent"
17530   - "tags"
17531   traces:
17532     hoverinfo: "x+y"
17533     boxpoints: "outliers"
17534     whiskerwidth: 0
17535   layout:
17536     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17537     layout: "plot-throughput"
17538
17539 -
17540   type: "plot"
17541   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17542   algorithm: "plot_performance_box"
17543   output-file-type: ".html"
17544   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17545   data: "plot-dpdk-throughput-latency-3n-skx"
17546   filter: "'NIC_Intel-X710' and
17547            '64B' and
17548            'BASE' and
17549            'NDRPDR' and
17550            '2T1C' and
17551            'IP4FWD'"
17552   parameters:
17553   - "throughput"
17554   - "parent"
17555   - "tags"
17556   traces:
17557     hoverinfo: "x+y"
17558     boxpoints: "outliers"
17559     whiskerwidth: 0
17560   layout:
17561     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17562     layout: "plot-throughput"
17563
17564 -
17565   type: "plot"
17566   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17567   algorithm: "plot_performance_box"
17568   output-file-type: ".html"
17569   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17570   data: "plot-dpdk-throughput-latency-3n-skx"
17571   filter: "'NIC_Intel-X710' and
17572            '64B' and
17573            'BASE' and
17574            'NDRPDR' and
17575            '4T2C' and
17576            'IP4FWD'"
17577   parameters:
17578   - "throughput"
17579   - "parent"
17580   - "tags"
17581   traces:
17582     hoverinfo: "x+y"
17583     boxpoints: "outliers"
17584     whiskerwidth: 0
17585   layout:
17586     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17587     layout: "plot-throughput"
17588
17589 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17590 -
17591   type: "plot"
17592   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17593   algorithm: "plot_performance_box"
17594   output-file-type: ".html"
17595   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17596   data: "plot-dpdk-throughput-latency-3n-skx"
17597   filter: "'NIC_Intel-XXV710' and
17598            '64B' and
17599            'BASE' and
17600            'NDRPDR' and
17601            '2T1C' and
17602            'IP4FWD'"
17603   parameters:
17604   - "throughput"
17605   - "parent"
17606   - "tags"
17607   traces:
17608     hoverinfo: "x+y"
17609     boxpoints: "outliers"
17610     whiskerwidth: 0
17611   layout:
17612     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17613     layout: "plot-throughput"
17614
17615 -
17616   type: "plot"
17617   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17618   algorithm: "plot_performance_box"
17619   output-file-type: ".html"
17620   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17621   data: "plot-dpdk-throughput-latency-3n-skx"
17622   filter: "'NIC_Intel-XXV710' and
17623            '64B' and
17624            'BASE' and
17625            'NDRPDR' and
17626            '4T2C' and
17627            'IP4FWD'"
17628   parameters:
17629   - "throughput"
17630   - "parent"
17631   - "tags"
17632   traces:
17633     hoverinfo: "x+y"
17634     boxpoints: "outliers"
17635     whiskerwidth: 0
17636   layout:
17637     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17638     layout: "plot-throughput"
17639
17640 -
17641   type: "plot"
17642   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17643   algorithm: "plot_performance_box"
17644   output-file-type: ".html"
17645   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17646   data: "plot-dpdk-throughput-latency-3n-skx"
17647   filter: "'NIC_Intel-XXV710' and
17648            '64B' and
17649            'BASE' and
17650            'NDRPDR' and
17651            '2T1C' and
17652            'IP4FWD'"
17653   parameters:
17654   - "throughput"
17655   - "parent"
17656   - "tags"
17657   traces:
17658     hoverinfo: "x+y"
17659     boxpoints: "outliers"
17660     whiskerwidth: 0
17661   layout:
17662     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17663     layout: "plot-throughput"
17664
17665 -
17666   type: "plot"
17667   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17668   algorithm: "plot_performance_box"
17669   output-file-type: ".html"
17670   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17671   data: "plot-dpdk-throughput-latency-3n-skx"
17672   filter: "'NIC_Intel-XXV710' and
17673            '64B' and
17674            'BASE' and
17675            'NDRPDR' and
17676            '4T2C' and
17677            'IP4FWD'"
17678   parameters:
17679   - "throughput"
17680   - "parent"
17681   - "tags"
17682   traces:
17683     hoverinfo: "x+y"
17684     boxpoints: "outliers"
17685     whiskerwidth: 0
17686   layout:
17687     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17688     layout: "plot-throughput"
17689
17690 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17691 -
17692   type: "plot"
17693   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17694   algorithm: "plot_performance_box"
17695   output-file-type: ".html"
17696   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17697   data: "plot-dpdk-throughput-latency-2n-skx"
17698   filter: "'NIC_Intel-X710' and
17699            '64B' and
17700            'BASE' and
17701            'NDRPDR' and
17702            '2T1C' and
17703            'IP4FWD'"
17704   parameters:
17705   - "throughput"
17706   - "parent"
17707   - "tags"
17708   traces:
17709     hoverinfo: "x+y"
17710     boxpoints: "outliers"
17711     whiskerwidth: 0
17712   layout:
17713     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17714     layout: "plot-throughput"
17715
17716 -
17717   type: "plot"
17718   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17719   algorithm: "plot_performance_box"
17720   output-file-type: ".html"
17721   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17722   data: "plot-dpdk-throughput-latency-2n-skx"
17723   filter: "'NIC_Intel-X710' and
17724            '64B' and
17725            'BASE' and
17726            'NDRPDR' and
17727            '4T2C' and
17728            'IP4FWD'"
17729   parameters:
17730   - "throughput"
17731   - "parent"
17732   - "tags"
17733   traces:
17734     hoverinfo: "x+y"
17735     boxpoints: "outliers"
17736     whiskerwidth: 0
17737   layout:
17738     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17739     layout: "plot-throughput"
17740
17741 -
17742   type: "plot"
17743   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17744   algorithm: "plot_performance_box"
17745   output-file-type: ".html"
17746   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17747   data: "plot-dpdk-throughput-latency-2n-skx"
17748   filter: "'NIC_Intel-X710' and
17749            '64B' and
17750            'BASE' and
17751            'NDRPDR' and
17752            '2T1C' and
17753            'IP4FWD'"
17754   parameters:
17755   - "throughput"
17756   - "parent"
17757   - "tags"
17758   traces:
17759     hoverinfo: "x+y"
17760     boxpoints: "outliers"
17761     whiskerwidth: 0
17762   layout:
17763     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17764     layout: "plot-throughput"
17765
17766 -
17767   type: "plot"
17768   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17769   algorithm: "plot_performance_box"
17770   output-file-type: ".html"
17771   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17772   data: "plot-dpdk-throughput-latency-2n-skx"
17773   filter: "'NIC_Intel-X710' and
17774            '64B' and
17775            'BASE' and
17776            'NDRPDR' and
17777            '4T2C' and
17778            'IP4FWD'"
17779   parameters:
17780   - "throughput"
17781   - "parent"
17782   - "tags"
17783   traces:
17784     hoverinfo: "x+y"
17785     boxpoints: "outliers"
17786     whiskerwidth: 0
17787   layout:
17788     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17789     layout: "plot-throughput"
17790
17791 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17792 -
17793   type: "plot"
17794   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17795   algorithm: "plot_performance_box"
17796   output-file-type: ".html"
17797   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17798   data: "plot-dpdk-throughput-latency-2n-skx"
17799   filter: "'NIC_Intel-XXV710' and
17800            '64B' and
17801            'BASE' and
17802            'NDRPDR' and
17803            '2T1C' and
17804            'IP4FWD'"
17805   parameters:
17806   - "throughput"
17807   - "parent"
17808   - "tags"
17809   traces:
17810     hoverinfo: "x+y"
17811     boxpoints: "outliers"
17812     whiskerwidth: 0
17813   layout:
17814     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17815     layout: "plot-throughput"
17816
17817 -
17818   type: "plot"
17819   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17820   algorithm: "plot_performance_box"
17821   output-file-type: ".html"
17822   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17823   data: "plot-dpdk-throughput-latency-2n-skx"
17824   filter: "'NIC_Intel-XXV710' and
17825            '64B' and
17826            'BASE' and
17827            'NDRPDR' and
17828            '4T2C' and
17829            'IP4FWD'"
17830   parameters:
17831   - "throughput"
17832   - "parent"
17833   - "tags"
17834   traces:
17835     hoverinfo: "x+y"
17836     boxpoints: "outliers"
17837     whiskerwidth: 0
17838   layout:
17839     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17840     layout: "plot-throughput"
17841
17842 -
17843   type: "plot"
17844   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17845   algorithm: "plot_performance_box"
17846   output-file-type: ".html"
17847   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17848   data: "plot-dpdk-throughput-latency-2n-skx"
17849   filter: "'NIC_Intel-XXV710' and
17850            '64B' and
17851            'BASE' and
17852            'NDRPDR' and
17853            '2T1C' and
17854            'IP4FWD'"
17855   parameters:
17856   - "throughput"
17857   - "parent"
17858   - "tags"
17859   traces:
17860     hoverinfo: "x+y"
17861     boxpoints: "outliers"
17862     whiskerwidth: 0
17863   layout:
17864     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17865     layout: "plot-throughput"
17866
17867 -
17868   type: "plot"
17869   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17870   algorithm: "plot_performance_box"
17871   output-file-type: ".html"
17872   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17873   data: "plot-dpdk-throughput-latency-2n-skx"
17874   filter: "'NIC_Intel-XXV710' and
17875            '64B' and
17876            'BASE' and
17877            'NDRPDR' and
17878            '4T2C' and
17879            'IP4FWD'"
17880   parameters:
17881   - "throughput"
17882   - "parent"
17883   - "tags"
17884   traces:
17885     hoverinfo: "x+y"
17886     boxpoints: "outliers"
17887     whiskerwidth: 0
17888   layout:
17889     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17890     layout: "plot-throughput"
17891
17892 ################################################################################
17893
17894 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17895 -
17896   type: "plot"
17897   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17898   algorithm: "plot_performance_box"
17899   output-file-type: ".html"
17900   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17901   data: "plot-dpdk-throughput-latency-3n-hsw"
17902   filter: "'NIC_Intel-X520-DA2' and
17903            '64B' and
17904            'BASE' and
17905            'NDRPDR' and
17906            '1T1C' and
17907            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17908   parameters:
17909   - "throughput"
17910   - "parent"
17911   - "tags"
17912   traces:
17913     hoverinfo: "x+y"
17914     boxpoints: "outliers"
17915     whiskerwidth: 0
17916   layout:
17917     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17918     layout: "plot-throughput"
17919
17920 -
17921   type: "plot"
17922   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17923   algorithm: "plot_performance_box"
17924   output-file-type: ".html"
17925   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17926   data: "plot-dpdk-throughput-latency-3n-hsw"
17927   filter: "'NIC_Intel-X520-DA2' and
17928            '64B' and
17929            'BASE' and
17930            'NDRPDR' and
17931            '2T2C' and
17932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17933   parameters:
17934   - "throughput"
17935   - "parent"
17936   - "tags"
17937   traces:
17938     hoverinfo: "x+y"
17939     boxpoints: "outliers"
17940     whiskerwidth: 0
17941   layout:
17942     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17943     layout: "plot-throughput"
17944
17945 -
17946   type: "plot"
17947   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17948   algorithm: "plot_performance_box"
17949   output-file-type: ".html"
17950   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17951   data: "plot-dpdk-throughput-latency-3n-hsw"
17952   filter: "'NIC_Intel-X520-DA2' and
17953            '64B' and
17954            'BASE' and
17955            'NDRPDR' and
17956            '1T1C' and
17957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17958   parameters:
17959   - "throughput"
17960   - "parent"
17961   - "tags"
17962   traces:
17963     hoverinfo: "x+y"
17964     boxpoints: "outliers"
17965     whiskerwidth: 0
17966   layout:
17967     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17968     layout: "plot-throughput"
17969
17970 -
17971   type: "plot"
17972   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17973   algorithm: "plot_performance_box"
17974   output-file-type: ".html"
17975   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17976   data: "plot-dpdk-throughput-latency-3n-hsw"
17977   filter: "'NIC_Intel-X520-DA2' and
17978            '64B' and
17979            'BASE' and
17980            'NDRPDR' and
17981            '2T2C' and
17982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17983   parameters:
17984   - "throughput"
17985   - "parent"
17986   - "tags"
17987   traces:
17988     hoverinfo: "x+y"
17989     boxpoints: "outliers"
17990     whiskerwidth: 0
17991   layout:
17992     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17993     layout: "plot-throughput"
17994
17995 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17996 -
17997   type: "plot"
17998   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17999   algorithm: "plot_performance_box"
18000   output-file-type: ".html"
18001   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18002   data: "plot-dpdk-throughput-latency-3n-hsw"
18003   filter: "'NIC_Intel-X710' and
18004            '64B' and
18005            'BASE' and
18006            'NDRPDR' and
18007            '1T1C' and
18008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18009   parameters:
18010   - "throughput"
18011   - "parent"
18012   - "tags"
18013   traces:
18014     hoverinfo: "x+y"
18015     boxpoints: "outliers"
18016     whiskerwidth: 0
18017   layout:
18018     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18019     layout: "plot-throughput"
18020
18021 -
18022   type: "plot"
18023   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18024   algorithm: "plot_performance_box"
18025   output-file-type: ".html"
18026   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18027   data: "plot-dpdk-throughput-latency-3n-hsw"
18028   filter: "'NIC_Intel-X710' and
18029            '64B' and
18030            'BASE' and
18031            'NDRPDR' and
18032            '2T2C' and
18033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18034   parameters:
18035   - "throughput"
18036   - "parent"
18037   - "tags"
18038   traces:
18039     hoverinfo: "x+y"
18040     boxpoints: "outliers"
18041     whiskerwidth: 0
18042   layout:
18043     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18044     layout: "plot-throughput"
18045
18046 -
18047   type: "plot"
18048   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18049   algorithm: "plot_performance_box"
18050   output-file-type: ".html"
18051   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18052   data: "plot-dpdk-throughput-latency-3n-hsw"
18053   filter: "'NIC_Intel-X710' and
18054            '64B' and
18055            'BASE' and
18056            'NDRPDR' and
18057            '1T1C' and
18058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18059   parameters:
18060   - "throughput"
18061   - "parent"
18062   - "tags"
18063   traces:
18064     hoverinfo: "x+y"
18065     boxpoints: "outliers"
18066     whiskerwidth: 0
18067   layout:
18068     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18069     layout: "plot-throughput"
18070
18071 -
18072   type: "plot"
18073   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18074   algorithm: "plot_performance_box"
18075   output-file-type: ".html"
18076   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18077   data: "plot-dpdk-throughput-latency-3n-hsw"
18078   filter: "'NIC_Intel-X710' and
18079            '64B' and
18080            'BASE' and
18081            'NDRPDR' and
18082            '2T2C' and
18083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18084   parameters:
18085   - "throughput"
18086   - "parent"
18087   - "tags"
18088   traces:
18089     hoverinfo: "x+y"
18090     boxpoints: "outliers"
18091     whiskerwidth: 0
18092   layout:
18093     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18094     layout: "plot-throughput"
18095
18096 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18097 -
18098   type: "plot"
18099   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18100   algorithm: "plot_performance_box"
18101   output-file-type: ".html"
18102   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18103   data: "plot-dpdk-throughput-latency-3n-hsw"
18104   filter: "'NIC_Intel-XL710' and
18105            '64B' and
18106            'BASE' and
18107            'NDRPDR' and
18108            '1T1C' and
18109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18110   parameters:
18111   - "throughput"
18112   - "parent"
18113   - "tags"
18114   traces:
18115     hoverinfo: "x+y"
18116     boxpoints: "outliers"
18117     whiskerwidth: 0
18118   layout:
18119     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18120     layout: "plot-throughput"
18121
18122 -
18123   type: "plot"
18124   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18125   algorithm: "plot_performance_box"
18126   output-file-type: ".html"
18127   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18128   data: "plot-dpdk-throughput-latency-3n-hsw"
18129   filter: "'NIC_Intel-XL710' and
18130            '64B' and
18131            'BASE' and
18132            'NDRPDR' and
18133            '2T2C' and
18134            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18135   parameters:
18136   - "throughput"
18137   - "parent"
18138   - "tags"
18139   traces:
18140     hoverinfo: "x+y"
18141     boxpoints: "outliers"
18142     whiskerwidth: 0
18143   layout:
18144     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18145     layout: "plot-throughput"
18146
18147 -
18148   type: "plot"
18149   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18150   algorithm: "plot_performance_box"
18151   output-file-type: ".html"
18152   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18153   data: "plot-dpdk-throughput-latency-3n-hsw"
18154   filter: "'NIC_Intel-XL710' and
18155            '64B' and
18156            'BASE' and
18157            'NDRPDR' and
18158            '1T1C' and
18159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18160   parameters:
18161   - "throughput"
18162   - "parent"
18163   - "tags"
18164   traces:
18165     hoverinfo: "x+y"
18166     boxpoints: "outliers"
18167     whiskerwidth: 0
18168   layout:
18169     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18170     layout: "plot-throughput"
18171
18172 -
18173   type: "plot"
18174   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18175   algorithm: "plot_performance_box"
18176   output-file-type: ".html"
18177   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18178   data: "plot-dpdk-throughput-latency-3n-hsw"
18179   filter: "'NIC_Intel-XL710' and
18180            '64B' and
18181            'BASE' and
18182            'NDRPDR' and
18183            '2T2C' and
18184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18185   parameters:
18186   - "throughput"
18187   - "parent"
18188   - "tags"
18189   traces:
18190     hoverinfo: "x+y"
18191     boxpoints: "outliers"
18192     whiskerwidth: 0
18193   layout:
18194     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18195     layout: "plot-throughput"
18196
18197 # Packet Throughput - DPDK testpmd 3n-skx-x710
18198 -
18199   type: "plot"
18200   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18201   algorithm: "plot_performance_box"
18202   output-file-type: ".html"
18203   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18204   data: "plot-dpdk-throughput-latency-3n-skx"
18205   filter: "'NIC_Intel-X710' and
18206            '64B' and
18207            'BASE' and
18208            'NDRPDR' and
18209            '2T1C' and
18210            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18211   parameters:
18212   - "throughput"
18213   - "parent"
18214   - "tags"
18215   traces:
18216     hoverinfo: "x+y"
18217     boxpoints: "outliers"
18218     whiskerwidth: 0
18219   layout:
18220     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18221     layout: "plot-throughput"
18222
18223 -
18224   type: "plot"
18225   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18226   algorithm: "plot_performance_box"
18227   output-file-type: ".html"
18228   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18229   data: "plot-dpdk-throughput-latency-3n-skx"
18230   filter: "'NIC_Intel-X710' and
18231            '64B' and
18232            'BASE' and
18233            'NDRPDR' and
18234            '4T2C' and
18235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18236   parameters:
18237   - "throughput"
18238   - "parent"
18239   - "tags"
18240   traces:
18241     hoverinfo: "x+y"
18242     boxpoints: "outliers"
18243     whiskerwidth: 0
18244   layout:
18245     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18246     layout: "plot-throughput"
18247
18248 -
18249   type: "plot"
18250   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18251   algorithm: "plot_performance_box"
18252   output-file-type: ".html"
18253   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18254   data: "plot-dpdk-throughput-latency-3n-skx"
18255   filter: "'NIC_Intel-X710' and
18256            '64B' and
18257            'BASE' and
18258            'NDRPDR' and
18259            '2T1C' and
18260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18261   parameters:
18262   - "throughput"
18263   - "parent"
18264   - "tags"
18265   traces:
18266     hoverinfo: "x+y"
18267     boxpoints: "outliers"
18268     whiskerwidth: 0
18269   layout:
18270     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18271     layout: "plot-throughput"
18272
18273 -
18274   type: "plot"
18275   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18276   algorithm: "plot_performance_box"
18277   output-file-type: ".html"
18278   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18279   data: "plot-dpdk-throughput-latency-3n-skx"
18280   filter: "'NIC_Intel-X710' and
18281            '64B' and
18282            'BASE' and
18283            'NDRPDR' and
18284            '4T2C' and
18285            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18286   parameters:
18287   - "throughput"
18288   - "parent"
18289   - "tags"
18290   traces:
18291     hoverinfo: "x+y"
18292     boxpoints: "outliers"
18293     whiskerwidth: 0
18294   layout:
18295     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18296     layout: "plot-throughput"
18297
18298 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18299 -
18300   type: "plot"
18301   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18302   algorithm: "plot_performance_box"
18303   output-file-type: ".html"
18304   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18305   data: "plot-dpdk-throughput-latency-3n-skx"
18306   filter: "'NIC_Intel-XXV710' and
18307            '64B' and
18308            'BASE' and
18309            'NDRPDR' and
18310            '2T1C' and
18311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18312   parameters:
18313   - "throughput"
18314   - "parent"
18315   - "tags"
18316   traces:
18317     hoverinfo: "x+y"
18318     boxpoints: "outliers"
18319     whiskerwidth: 0
18320   layout:
18321     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18322     layout: "plot-throughput"
18323
18324 -
18325   type: "plot"
18326   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18327   algorithm: "plot_performance_box"
18328   output-file-type: ".html"
18329   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18330   data: "plot-dpdk-throughput-latency-3n-skx"
18331   filter: "'NIC_Intel-XXV710' and
18332            '64B' and
18333            'BASE' and
18334            'NDRPDR' and
18335            '4T2C' and
18336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18337   parameters:
18338   - "throughput"
18339   - "parent"
18340   - "tags"
18341   traces:
18342     hoverinfo: "x+y"
18343     boxpoints: "outliers"
18344     whiskerwidth: 0
18345   layout:
18346     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18347     layout: "plot-throughput"
18348
18349 -
18350   type: "plot"
18351   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18352   algorithm: "plot_performance_box"
18353   output-file-type: ".html"
18354   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18355   data: "plot-dpdk-throughput-latency-3n-skx"
18356   filter: "'NIC_Intel-XXV710' and
18357            '64B' and
18358            'BASE' and
18359            'NDRPDR' and
18360            '2T1C' and
18361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18362   parameters:
18363   - "throughput"
18364   - "parent"
18365   - "tags"
18366   traces:
18367     hoverinfo: "x+y"
18368     boxpoints: "outliers"
18369     whiskerwidth: 0
18370   layout:
18371     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18372     layout: "plot-throughput"
18373
18374 -
18375   type: "plot"
18376   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18377   algorithm: "plot_performance_box"
18378   output-file-type: ".html"
18379   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18380   data: "plot-dpdk-throughput-latency-3n-skx"
18381   filter: "'NIC_Intel-XXV710' and
18382            '64B' and
18383            'BASE' and
18384            'NDRPDR' and
18385            '4T2C' and
18386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18387   parameters:
18388   - "throughput"
18389   - "parent"
18390   - "tags"
18391   traces:
18392     hoverinfo: "x+y"
18393     boxpoints: "outliers"
18394     whiskerwidth: 0
18395   layout:
18396     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18397     layout: "plot-throughput"
18398
18399 # Packet Throughput - DPDK testpmd 2n-skx-x710
18400 -
18401   type: "plot"
18402   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18403   algorithm: "plot_performance_box"
18404   output-file-type: ".html"
18405   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18406   data: "plot-dpdk-throughput-latency-2n-skx"
18407   filter: "'NIC_Intel-X710' and
18408            '64B' and
18409            'BASE' and
18410            'NDRPDR' and
18411            '2T1C' and
18412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18413   parameters:
18414   - "throughput"
18415   - "parent"
18416   - "tags"
18417   traces:
18418     hoverinfo: "x+y"
18419     boxpoints: "outliers"
18420     whiskerwidth: 0
18421   layout:
18422     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18423     layout: "plot-throughput"
18424
18425 -
18426   type: "plot"
18427   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18428   algorithm: "plot_performance_box"
18429   output-file-type: ".html"
18430   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18431   data: "plot-dpdk-throughput-latency-2n-skx"
18432   filter: "'NIC_Intel-X710' and
18433            '64B' and
18434            'BASE' and
18435            'NDRPDR' and
18436            '4T2C' and
18437            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18438   parameters:
18439   - "throughput"
18440   - "parent"
18441   - "tags"
18442   traces:
18443     hoverinfo: "x+y"
18444     boxpoints: "outliers"
18445     whiskerwidth: 0
18446   layout:
18447     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18448     layout: "plot-throughput"
18449
18450 -
18451   type: "plot"
18452   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18453   algorithm: "plot_performance_box"
18454   output-file-type: ".html"
18455   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18456   data: "plot-dpdk-throughput-latency-2n-skx"
18457   filter: "'NIC_Intel-X710' and
18458            '64B' and
18459            'BASE' and
18460            'NDRPDR' and
18461            '2T1C' and
18462            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18463   parameters:
18464   - "throughput"
18465   - "parent"
18466   - "tags"
18467   traces:
18468     hoverinfo: "x+y"
18469     boxpoints: "outliers"
18470     whiskerwidth: 0
18471   layout:
18472     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18473     layout: "plot-throughput"
18474
18475 -
18476   type: "plot"
18477   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18478   algorithm: "plot_performance_box"
18479   output-file-type: ".html"
18480   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18481   data: "plot-dpdk-throughput-latency-2n-skx"
18482   filter: "'NIC_Intel-X710' and
18483            '64B' and
18484            'BASE' and
18485            'NDRPDR' and
18486            '4T2C' and
18487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18488   parameters:
18489   - "throughput"
18490   - "parent"
18491   - "tags"
18492   traces:
18493     hoverinfo: "x+y"
18494     boxpoints: "outliers"
18495     whiskerwidth: 0
18496   layout:
18497     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18498     layout: "plot-throughput"
18499
18500 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18501 -
18502   type: "plot"
18503   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18504   algorithm: "plot_performance_box"
18505   output-file-type: ".html"
18506   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18507   data: "plot-dpdk-throughput-latency-2n-skx"
18508   filter: "'NIC_Intel-XXV710' and
18509            '64B' and
18510            'BASE' and
18511            'NDRPDR' and
18512            '2T1C' and
18513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18514   parameters:
18515   - "throughput"
18516   - "parent"
18517   - "tags"
18518   traces:
18519     hoverinfo: "x+y"
18520     boxpoints: "outliers"
18521     whiskerwidth: 0
18522   layout:
18523     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18524     layout: "plot-throughput"
18525
18526 -
18527   type: "plot"
18528   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18529   algorithm: "plot_performance_box"
18530   output-file-type: ".html"
18531   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18532   data: "plot-dpdk-throughput-latency-2n-skx"
18533   filter: "'NIC_Intel-XXV710' and
18534            '64B' and
18535            'BASE' and
18536            'NDRPDR' and
18537            '4T2C' and
18538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18539   parameters:
18540   - "throughput"
18541   - "parent"
18542   - "tags"
18543   traces:
18544     hoverinfo: "x+y"
18545     boxpoints: "outliers"
18546     whiskerwidth: 0
18547   layout:
18548     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18549     layout: "plot-throughput"
18550
18551 -
18552   type: "plot"
18553   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18554   algorithm: "plot_performance_box"
18555   output-file-type: ".html"
18556   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18557   data: "plot-dpdk-throughput-latency-2n-skx"
18558   filter: "'NIC_Intel-XXV710' and
18559            '64B' and
18560            'BASE' and
18561            'NDRPDR' and
18562            '2T1C' and
18563            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18564   parameters:
18565   - "throughput"
18566   - "parent"
18567   - "tags"
18568   traces:
18569     hoverinfo: "x+y"
18570     boxpoints: "outliers"
18571     whiskerwidth: 0
18572   layout:
18573     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18574     layout: "plot-throughput"
18575
18576 -
18577   type: "plot"
18578   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18579   algorithm: "plot_performance_box"
18580   output-file-type: ".html"
18581   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18582   data: "plot-dpdk-throughput-latency-2n-skx"
18583   filter: "'NIC_Intel-XXV710' and
18584            '64B' and
18585            'BASE' and
18586            'NDRPDR' and
18587            '4T2C' and
18588            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18589   parameters:
18590   - "throughput"
18591   - "parent"
18592   - "tags"
18593   traces:
18594     hoverinfo: "x+y"
18595     boxpoints: "outliers"
18596     whiskerwidth: 0
18597   layout:
18598     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18599     layout: "plot-throughput"
18600
18601 ################################################################################
18602
18603 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18604 -
18605   type: "plot"
18606   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18607   algorithm: "plot_latency_error_bars"
18608   output-file-type: ".html"
18609   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18610   data: "plot-vpp-throughput-latency-3n-hsw"
18611   filter: "'NIC_Intel-X520-DA2' and
18612            '64B' and
18613            ('BASE' or 'SCALE') and
18614            'NDRPDR' and
18615            'ETH' and
18616            '1T1C' and
18617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18618            not 'VHOST' and
18619            not 'MEMIF'"
18620   parameters:
18621   - "latency"
18622   - "parent"
18623   - "tags"
18624   sort:
18625   - "L2XCFWD"
18626   - "L2PATCH"
18627   - "L2BDMACLRN"
18628   - "FIB_10K"
18629   - "FIB_100K"
18630   - "FIB_1M"
18631   layout:
18632     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18633     layout: "plot-latency"
18634
18635 -
18636   type: "plot"
18637   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18638   algorithm: "plot_latency_error_bars"
18639   output-file-type: ".html"
18640   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18641   data: "plot-vpp-throughput-latency-3n-hsw"
18642   filter: "'NIC_Intel-X520-DA2' and
18643            '64B' and
18644            ('BASE' or 'SCALE') and
18645            'NDRPDR' and
18646            'ETH' and
18647            '2T2C' and
18648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18649            not 'VHOST' and
18650            not 'MEMIF'"
18651   parameters:
18652   - "latency"
18653   - "parent"
18654   - "tags"
18655   sort:
18656   - "L2XCFWD"
18657   - "L2PATCH"
18658   - "L2BDMACLRN"
18659   - "FIB_10K"
18660   - "FIB_100K"
18661   - "FIB_1M"
18662   layout:
18663     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18664     layout: "plot-latency"
18665
18666 # Packet Latency - VPP L2 3n-hsw-x520 features
18667 -
18668   type: "plot"
18669   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18670   algorithm: "plot_latency_error_bars"
18671   output-file-type: ".html"
18672   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18673   data: "plot-vpp-throughput-latency-3n-hsw"
18674   filter: "'NIC_Intel-X520-DA2' and
18675            '64B' and
18676            'NDRPDR' and
18677            '1T1C' and
18678            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18679            not 'ACL' and
18680            not 'VHOST' and
18681            not 'MEMIF'"
18682   parameters:
18683   - "latency"
18684   - "parent"
18685   - "tags"
18686   sort:
18687   - "L2XCBASE"    # l2xcbase
18688   - "L2BDBASE"    # l2bdbase
18689   - "L2XCFWD"     # dot1q-l2xcbase
18690   - "L2BDMACLRN"  # dot1q-l2bdbase
18691   layout:
18692     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18693     layout: "plot-latency"
18694
18695 -
18696   type: "plot"
18697   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18698   algorithm: "plot_latency_error_bars"
18699   output-file-type: ".html"
18700   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18701   data: "plot-vpp-throughput-latency-3n-hsw"
18702   filter: "'NIC_Intel-X520-DA2' and
18703            '64B' and
18704            'NDRPDR' and
18705            '2T2C' and
18706            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18707            not 'ACL' and
18708            not 'VHOST' and
18709            not 'MEMIF'"
18710   parameters:
18711   - "latency"
18712   - "parent"
18713   - "tags"
18714   sort:
18715   - "L2XCBASE"    # l2xcbase
18716   - "L2BDBASE"    # l2bdbase
18717   - "L2XCFWD"     # dot1q-l2xcbase
18718   - "L2BDMACLRN"  # dot1q-l2bdbase
18719   layout:
18720     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18721     layout: "plot-latency"
18722
18723 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18724 -
18725   type: "plot"
18726   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18727   algorithm: "plot_latency_error_bars"
18728   output-file-type: ".html"
18729   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18730   data: "plot-vpp-throughput-latency-3n-hsw"
18731   filter: "'NIC_Intel-X710' and
18732            '64B' and
18733            ('BASE' or 'SCALE') and
18734            'NDRPDR' and
18735            'ETH' and
18736            '1T1C' and
18737            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18738            not 'VHOST' and
18739            not 'MEMIF'"
18740   parameters:
18741   - "latency"
18742   - "parent"
18743   - "tags"
18744   sort:
18745   - "L2PATCH"
18746   - "L2XCBASE"
18747   - "BASE"
18748   - "FIB_10K"
18749   - "FIB_100K"
18750   - "FIB_1M"
18751   layout:
18752     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18753     layout: "plot-latency"
18754
18755 -
18756   type: "plot"
18757   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18758   algorithm: "plot_latency_error_bars"
18759   output-file-type: ".html"
18760   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18761   data: "plot-vpp-throughput-latency-3n-hsw"
18762   filter: "'NIC_Intel-X710' and
18763            '64B' and
18764            ('BASE' or 'SCALE') and
18765            'NDRPDR' and
18766            'ETH' and
18767            '2T2C' and
18768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18769            not 'VHOST' and
18770            not 'MEMIF'"
18771   parameters:
18772   - "latency"
18773   - "parent"
18774   - "tags"
18775   sort:
18776   - "L2PATCH"
18777   - "L2XCBASE"
18778   - "BASE"
18779   - "FIB_10K"
18780   - "FIB_100K"
18781   - "FIB_1M"
18782   layout:
18783     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18784     layout: "plot-latency"
18785
18786 # Packet Latency - VPP L2 3n-hsw-x710 features
18787 -
18788   type: "plot"
18789   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18790   algorithm: "plot_latency_error_bars"
18791   output-file-type: ".html"
18792   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18793   data: "plot-vpp-throughput-latency-3n-hsw"
18794   filter: "'NIC_Intel-X710' and
18795            '64B' and
18796            'NDRPDR' and
18797            '1T1C' and
18798            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18799            not 'ACL' and
18800            not 'VHOST' and
18801            not 'MEMIF'"
18802   parameters:
18803   - "latency"
18804   - "parent"
18805   - "tags"
18806   sort:
18807   - "L2XCBASE"    # l2xcbase
18808   - "L2BDBASE"    # l2bdbase
18809   - "L2XCFWD"     # dot1q-l2xcbase
18810   - "L2BDMACLRN"  # dot1q-l2bdbase
18811   layout:
18812     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18813     layout: "plot-latency"
18814
18815 -
18816   type: "plot"
18817   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18818   algorithm: "plot_latency_error_bars"
18819   output-file-type: ".html"
18820   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18821   data: "plot-vpp-throughput-latency-3n-hsw"
18822   filter: "'NIC_Intel-X710' and
18823            '64B' and
18824            'NDRPDR' and
18825            '2T2C' and
18826            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18827            not 'ACL' and
18828            not 'VHOST' and
18829            not 'MEMIF'"
18830   parameters:
18831   - "latency"
18832   - "parent"
18833   - "tags"
18834   sort:
18835   - "L2XCBASE"    # l2xcbase
18836   - "L2BDBASE"    # l2bdbase
18837   - "L2XCFWD"     # dot1q-l2xcbase
18838   - "L2BDMACLRN"  # dot1q-l2bdbase
18839   layout:
18840     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18841     layout: "plot-latency"
18842
18843 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18844 -
18845   type: "plot"
18846   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18847   algorithm: "plot_latency_error_bars"
18848   output-file-type: ".html"
18849   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18850   data: "plot-vpp-throughput-latency-3n-hsw"
18851   filter: "'NIC_Intel-XL710' and
18852            '64B' and
18853            ('BASE' or 'SCALE') and
18854            'NDRPDR' and
18855            'ETH' and
18856            '1T1C' and
18857            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18858            not 'VHOST' and
18859            not 'MEMIF'"
18860   parameters:
18861   - "latency"
18862   - "parent"
18863   - "tags"
18864   sort:
18865   - "L2PATCH"
18866   - "L2XCBASE"
18867   - "BASE"
18868   - "FIB_10K"
18869   - "FIB_100K"
18870   - "FIB_1M"
18871   layout:
18872     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18873     layout: "plot-latency"
18874
18875 -
18876   type: "plot"
18877   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18878   algorithm: "plot_latency_error_bars"
18879   output-file-type: ".html"
18880   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18881   data: "plot-vpp-throughput-latency-3n-hsw"
18882   filter: "'NIC_Intel-XL710' and
18883            '64B' and
18884            ('BASE' or 'SCALE') and
18885            'NDRPDR' and
18886            'ETH' and
18887            '2T2C' and
18888            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18889            not 'VHOST' and
18890            not 'MEMIF'"
18891   parameters:
18892   - "latency"
18893   - "parent"
18894   - "tags"
18895   sort:
18896   - "L2PATCH"
18897   - "L2XCBASE"
18898   - "BASE"
18899   - "FIB_10K"
18900   - "FIB_100K"
18901   - "FIB_1M"
18902   layout:
18903     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18904     layout: "plot-latency"
18905
18906 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18907 -
18908   type: "plot"
18909   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18910   algorithm: "plot_latency_error_bars"
18911   output-file-type: ".html"
18912   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18913   data: "plot-vpp-throughput-latency-3n-skx"
18914   filter: "'NIC_Intel-X710' and
18915            '64B' and
18916            ('BASE' or 'SCALE') and
18917            'NDRPDR' and
18918            'ETH' and
18919            '2T1C' and
18920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18921            not 'VHOST' and
18922            not 'MEMIF' and
18923            not 'DRV_AVF'"
18924   parameters:
18925   - "latency"
18926   - "parent"
18927   - "tags"
18928   sort:
18929   - "L2PATCH"
18930   - "L2XCBASE"
18931   - "BASE"
18932   - "FIB_10K"
18933   - "FIB_100K"
18934   - "FIB_1M"
18935   layout:
18936     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18937     layout: "plot-latency"
18938
18939 -
18940   type: "plot"
18941   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18942   algorithm: "plot_latency_error_bars"
18943   output-file-type: ".html"
18944   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18945   data: "plot-vpp-throughput-latency-3n-skx"
18946   filter: "'NIC_Intel-X710' and
18947            '64B' and
18948            ('BASE' or 'SCALE') and
18949            'NDRPDR' and
18950            'ETH' and
18951            '4T2C' and
18952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18953            not 'VHOST' and
18954            not 'MEMIF' and
18955            not 'DRV_AVF'"
18956   parameters:
18957   - "latency"
18958   - "parent"
18959   - "tags"
18960   sort:
18961   - "L2PATCH"
18962   - "L2XCBASE"
18963   - "BASE"
18964   - "FIB_10K"
18965   - "FIB_100K"
18966   - "FIB_1M"
18967   layout:
18968     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18969     layout: "plot-latency"
18970
18971 # Packet Latency - VPP L2 3n-skx-x710 features
18972 -
18973   type: "plot"
18974   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18975   algorithm: "plot_latency_error_bars"
18976   output-file-type: ".html"
18977   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18978   data: "plot-vpp-throughput-latency-3n-skx"
18979   filter: "'NIC_Intel-X710' and
18980            '64B' and
18981            'NDRPDR' and
18982            '2T1C' and
18983            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18984            not 'ACL' and
18985            not 'VHOST' and
18986            not 'MEMIF'"
18987   parameters:
18988   - "latency"
18989   - "parent"
18990   - "tags"
18991   sort:
18992   - "L2XCBASE"    # l2xcbase
18993   - "L2BDBASE"    # l2bdbase
18994   - "L2XCFWD"     # dot1q-l2xcbase
18995   - "L2BDMACLRN"  # dot1q-l2bdbase
18996   layout:
18997     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18998     layout: "plot-latency"
18999
19000 -
19001   type: "plot"
19002   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19003   algorithm: "plot_latency_error_bars"
19004   output-file-type: ".html"
19005   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19006   data: "plot-vpp-throughput-latency-3n-skx"
19007   filter: "'NIC_Intel-X710' and
19008            '64B' and
19009            'NDRPDR' and
19010            '4T2C' and
19011            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19012            not 'ACL' and
19013            not 'VHOST' and
19014            not 'MEMIF'"
19015   parameters:
19016   - "latency"
19017   - "parent"
19018   - "tags"
19019   sort:
19020   - "L2XCBASE"    # l2xcbase
19021   - "L2BDBASE"    # l2bdbase
19022   - "L2XCFWD"     # dot1q-l2xcbase
19023   - "L2BDMACLRN"  # dot1q-l2bdbase
19024   layout:
19025     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
19026     layout: "plot-latency"
19027
19028 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
19029 -
19030   type: "plot"
19031   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19032   algorithm: "plot_latency_error_bars"
19033   output-file-type: ".html"
19034   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19035   data: "plot-vpp-throughput-latency-3n-skx"
19036   filter: "'NIC_Intel-XXV710' and
19037            '64B' and
19038            ('BASE' or 'SCALE') and
19039            'NDRPDR' and
19040            'ETH' and
19041            '2T1C' and
19042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19043            not 'VHOST' and
19044            not 'MEMIF' and
19045            not 'DRV_AVF'"
19046   parameters:
19047   - "latency"
19048   - "parent"
19049   - "tags"
19050   sort:
19051   - "L2PATCH"
19052   - "L2XCBASE"
19053   - "BASE"
19054   - "FIB_10K"
19055   - "FIB_100K"
19056   - "FIB_1M"
19057   layout:
19058     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19059     layout: "plot-latency"
19060
19061 -
19062   type: "plot"
19063   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19064   algorithm: "plot_latency_error_bars"
19065   output-file-type: ".html"
19066   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19067   data: "plot-vpp-throughput-latency-3n-skx"
19068   filter: "'NIC_Intel-XXV710' and
19069            '64B' and
19070            ('BASE' or 'SCALE') and
19071            'NDRPDR' and
19072            'ETH' and
19073            '4T2C' and
19074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19075            not 'VHOST' and
19076            not 'MEMIF' and
19077            not 'DRV_AVF'"
19078   parameters:
19079   - "latency"
19080   - "parent"
19081   - "tags"
19082   sort:
19083   - "L2PATCH"
19084   - "L2XCBASE"
19085   - "BASE"
19086   - "FIB_10K"
19087   - "FIB_100K"
19088   - "FIB_1M"
19089   layout:
19090     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19091     layout: "plot-latency"
19092
19093 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19094 -
19095   type: "plot"
19096   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19097   algorithm: "plot_latency_error_bars"
19098   output-file-type: ".html"
19099   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19100   data: "plot-vpp-throughput-latency-2n-skx"
19101   filter: "'NIC_Intel-X710' and
19102            '64B' and
19103            'ETH' and
19104            ('BASE' or 'SCALE') and
19105            'NDRPDR' and
19106            '2T1C' and
19107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19108            not 'VHOST' and
19109            not 'MEMIF'"
19110   parameters:
19111   - "latency"
19112   - "parent"
19113   - "tags"
19114   sort:
19115   - "L2PATCH"
19116   - "L2XCBASE"
19117   - "BASE"
19118   - "FIB_10K"
19119   - "FIB_100K"
19120   - "FIB_1M"
19121   layout:
19122     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19123     layout: "plot-latency"
19124
19125 -
19126   type: "plot"
19127   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19128   algorithm: "plot_latency_error_bars"
19129   output-file-type: ".html"
19130   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19131   data: "plot-vpp-throughput-latency-2n-skx"
19132   filter: "'NIC_Intel-X710' and
19133            '64B' and
19134            ('BASE' or 'SCALE') and
19135            'NDRPDR' and
19136            'ETH' and
19137            '4T2C' and
19138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19139            not 'VHOST' and
19140            not 'MEMIF'"
19141   parameters:
19142   - "latency"
19143   - "parent"
19144   - "tags"
19145   sort:
19146   - "L2PATCH"
19147   - "L2XCBASE"
19148   - "BASE"
19149   - "FIB_10K"
19150   - "FIB_100K"
19151   - "FIB_1M"
19152   layout:
19153     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19154     layout: "plot-latency"
19155
19156 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19157 -
19158   type: "plot"
19159   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19160   algorithm: "plot_latency_error_bars"
19161   output-file-type: ".html"
19162   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19163   data: "plot-vpp-throughput-latency-2n-skx"
19164   filter: "'NIC_Intel-XXV710' and
19165            '64B' and
19166            ('BASE' or 'SCALE') and
19167            'NDRPDR' and
19168            'ETH' and
19169            '2T1C' and
19170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19171            not 'VHOST' and
19172            not 'MEMIF'"
19173   parameters:
19174   - "latency"
19175   - "parent"
19176   - "tags"
19177   sort:
19178   - "L2PATCH"
19179   - "L2XCBASE"
19180   - "BASE"
19181   - "FIB_10K"
19182   - "FIB_100K"
19183   - "FIB_1M"
19184   layout:
19185     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19186     layout: "plot-latency"
19187
19188 -
19189   type: "plot"
19190   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19191   algorithm: "plot_latency_error_bars"
19192   output-file-type: ".html"
19193   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19194   data: "plot-vpp-throughput-latency-2n-skx"
19195   filter: "'NIC_Intel-XXV710' and
19196            '64B' and
19197            ('BASE' or 'SCALE') and
19198            'NDRPDR' and
19199            'ETH' and
19200            '4T2C' and
19201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19202            not 'VHOST' and
19203            not 'MEMIF'"
19204   parameters:
19205   - "latency"
19206   - "parent"
19207   - "tags"
19208   sort:
19209   - "L2PATCH"
19210   - "L2XCBASE"
19211   - "BASE"
19212   - "FIB_10K"
19213   - "FIB_100K"
19214   - "FIB_1M"
19215   layout:
19216     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19217     layout: "plot-latency"
19218
19219 ################################################################################
19220
19221 # Packet Latency - VPP Container Memif 3n-hsw-x520
19222 -
19223   type: "plot"
19224   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19225   algorithm: "plot_latency_error_bars"
19226   output-file-type: ".html"
19227   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19228   data: "plot-vpp-throughput-latency-3n-hsw"
19229   filter: "'NIC_Intel-X520-DA2' and
19230            '64B' and
19231            ('BASE' or 'SCALE') and
19232            'NDRPDR' and
19233            '1T1C' and
19234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19235            not 'VHOST' and
19236            'MEMIF'"
19237   parameters:
19238   - "latency"
19239   - "parent"
19240   - "tags"
19241   sort:
19242   - "L2XCFWD"
19243   - "L2XCFWD"
19244   - "L2XCFWD"
19245   - "L2BDMACLRN"
19246   - "L2BDMACLRN"
19247   - "L2BDMACLRN"
19248   layout:
19249     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19250     layout: "plot-latency"
19251
19252 -
19253   type: "plot"
19254   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19255   algorithm: "plot_latency_error_bars"
19256   output-file-type: ".html"
19257   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19258   data: "plot-vpp-throughput-latency-3n-hsw"
19259   filter: "'NIC_Intel-X520-DA2' and
19260            '64B' and
19261            ('BASE' or 'SCALE') and
19262            'NDRPDR' and
19263            '2T2C' and
19264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19265            not 'VHOST' and
19266            'MEMIF'"
19267   parameters:
19268   - "latency"
19269   - "parent"
19270   - "tags"
19271   sort:
19272   - "L2XCFWD"
19273   - "L2XCFWD"
19274   - "L2XCFWD"
19275   - "L2BDMACLRN"
19276   - "L2BDMACLRN"
19277   - "L2BDMACLRN"
19278   layout:
19279     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19280     layout: "plot-latency"
19281
19282 # Packet Latency - VPP Container Memif 3n-hsw-x710
19283 -
19284   type: "plot"
19285   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19286   algorithm: "plot_latency_error_bars"
19287   output-file-type: ".html"
19288   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19289   data: "plot-vpp-throughput-latency-3n-hsw"
19290   filter: "'NIC_Intel-X710' and
19291            '64B' and
19292            ('BASE' or 'SCALE') and
19293            'NDRPDR' and
19294            '1T1C' and
19295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19296            not 'VHOST' and
19297            'MEMIF'"
19298   parameters:
19299   - "latency"
19300   - "parent"
19301   - "tags"
19302   sort:
19303   - "L2XCFWD"
19304   - "L2XCFWD"
19305   - "L2XCFWD"
19306   - "L2BDMACLRN"
19307   - "L2BDMACLRN"
19308   - "L2BDMACLRN"
19309   layout:
19310     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19311     layout: "plot-latency"
19312
19313 -
19314   type: "plot"
19315   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19316   algorithm: "plot_latency_error_bars"
19317   output-file-type: ".html"
19318   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19319   data: "plot-vpp-throughput-latency-3n-hsw"
19320   filter: "'NIC_Intel-X710' and
19321            '64B' and
19322            ('BASE' or 'SCALE') and
19323            'NDRPDR' and
19324            '2T2C' and
19325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19326            not 'VHOST' and
19327            'MEMIF'"
19328   parameters:
19329   - "latency"
19330   - "parent"
19331   - "tags"
19332   sort:
19333   - "L2XCFWD"
19334   - "L2XCFWD"
19335   - "L2XCFWD"
19336   - "L2BDMACLRN"
19337   - "L2BDMACLRN"
19338   - "L2BDMACLRN"
19339   layout:
19340     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19341     layout: "plot-latency"
19342
19343 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19344 -
19345   type: "plot"
19346   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19347   algorithm: "plot_latency_error_bars"
19348   output-file-type: ".html"
19349   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19350   data: "plot-vpp-throughput-latency-3n-hsw"
19351   filter: "'NIC_Intel-XL710' and
19352            '64B' and
19353            ('BASE' or 'SCALE') and
19354            'NDRPDR' and
19355            '1T1C' and
19356            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19357            not 'VHOST' and
19358            'MEMIF'"
19359   parameters:
19360   - "latency"
19361   - "parent"
19362   - "tags"
19363   sort:
19364   - "L2XCFWD"
19365   - "L2XCFWD"
19366   - "L2XCFWD"
19367   - "L2BDMACLRN"
19368   - "L2BDMACLRN"
19369   - "L2BDMACLRN"
19370   layout:
19371     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19372     layout: "plot-latency"
19373
19374 -
19375   type: "plot"
19376   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19377   algorithm: "plot_latency_error_bars"
19378   output-file-type: ".html"
19379   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19380   data: "plot-vpp-throughput-latency-3n-hsw"
19381   filter: "'NIC_Intel-XL710' and
19382            '64B' and
19383            ('BASE' or 'SCALE') and
19384            'NDRPDR' and
19385            '2T2C' and
19386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19387            not 'VHOST' and
19388            'MEMIF'"
19389   parameters:
19390   - "latency"
19391   - "parent"
19392   - "tags"
19393   sort:
19394   - "L2XCFWD"
19395   - "L2XCFWD"
19396   - "L2XCFWD"
19397   - "L2BDMACLRN"
19398   - "L2BDMACLRN"
19399   - "L2BDMACLRN"
19400   layout:
19401     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19402     layout: "plot-latency"
19403
19404 # Packet Latency - VPP Container Memif 3n-skx-x710
19405 -
19406   type: "plot"
19407   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19408   algorithm: "plot_latency_error_bars"
19409   output-file-type: ".html"
19410   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19411   data: "plot-vpp-throughput-latency-3n-skx"
19412   filter: "'NIC_Intel-X710' and
19413            '64B' and
19414            ('BASE' or 'SCALE') and
19415            'NDRPDR' and
19416            '2T1C' and
19417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19418            not 'VHOST' and
19419            'MEMIF'"
19420   parameters:
19421   - "latency"
19422   - "parent"
19423   - "tags"
19424   sort:
19425   - "L2XCFWD"
19426   - "L2XCFWD"
19427   - "L2XCFWD"
19428   - "L2BDMACLRN"
19429   - "L2BDMACLRN"
19430   - "L2BDMACLRN"
19431   layout:
19432     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19433     layout: "plot-latency"
19434
19435 -
19436   type: "plot"
19437   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19438   algorithm: "plot_latency_error_bars"
19439   output-file-type: ".html"
19440   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19441   data: "plot-vpp-throughput-latency-3n-skx"
19442   filter: "'NIC_Intel-X710' and
19443            '64B' and
19444            ('BASE' or 'SCALE') and
19445            'NDRPDR' and
19446            '4T2C' and
19447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19448            not 'VHOST' and
19449            'MEMIF'"
19450   parameters:
19451   - "latency"
19452   - "parent"
19453   - "tags"
19454   sort:
19455   - "L2XCFWD"
19456   - "L2XCFWD"
19457   - "L2XCFWD"
19458   - "L2BDMACLRN"
19459   - "L2BDMACLRN"
19460   - "L2BDMACLRN"
19461   layout:
19462     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19463     layout: "plot-latency"
19464
19465 # Packet Latency - VPP Container Memif 2n-skx-x710
19466 -
19467   type: "plot"
19468   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19469   algorithm: "plot_latency_error_bars"
19470   output-file-type: ".html"
19471   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19472   data: "plot-vpp-throughput-latency-2n-skx"
19473   filter: "'NIC_Intel-X710' and
19474            '64B' and
19475            ('BASE' or 'SCALE') and
19476            'NDRPDR' and
19477            '2T1C' and
19478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19479            not 'VHOST' and
19480            'MEMIF'"
19481   parameters:
19482   - "latency"
19483   - "parent"
19484   - "tags"
19485   sort:
19486   - "L2XCFWD"
19487   - "L2XCFWD"
19488   - "L2XCFWD"
19489   - "L2BDMACLRN"
19490   - "L2BDMACLRN"
19491   - "L2BDMACLRN"
19492   layout:
19493     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19494     layout: "plot-latency"
19495
19496 -
19497   type: "plot"
19498   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19499   algorithm: "plot_latency_error_bars"
19500   output-file-type: ".html"
19501   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19502   data: "plot-vpp-throughput-latency-2n-skx"
19503   filter: "'NIC_Intel-X710' and
19504            '64B' and
19505            ('BASE' or 'SCALE') and
19506            'NDRPDR' and
19507            '4T2C' and
19508            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19509            not 'VHOST' and
19510            'MEMIF'"
19511   parameters:
19512   - "latency"
19513   - "parent"
19514   - "tags"
19515   sort:
19516   - "L2XCFWD"
19517   - "L2XCFWD"
19518   - "L2XCFWD"
19519   - "L2BDMACLRN"
19520   - "L2BDMACLRN"
19521   - "L2BDMACLRN"
19522   layout:
19523     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19524     layout: "plot-latency"
19525
19526 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19527 -
19528   type: "plot"
19529   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19530   algorithm: "plot_latency_error_bars"
19531   output-file-type: ".html"
19532   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19533   data: "plot-vpp-throughput-latency-2n-skx"
19534   filter: "'NIC_Intel-XXV710' and
19535            '64B' and
19536            ('BASE' or 'SCALE') and
19537            'NDRPDR' and
19538            '2T1C' and
19539            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19540            not 'VHOST' and
19541            'MEMIF'"
19542   parameters:
19543   - "latency"
19544   - "parent"
19545   - "tags"
19546   sort:
19547   - "L2XCFWD"
19548   - "L2XCFWD"
19549   - "L2XCFWD"
19550   - "L2BDMACLRN"
19551   - "L2BDMACLRN"
19552   - "L2BDMACLRN"
19553   layout:
19554     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19555     layout: "plot-latency"
19556
19557 -
19558   type: "plot"
19559   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19560   algorithm: "plot_latency_error_bars"
19561   output-file-type: ".html"
19562   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19563   data: "plot-vpp-throughput-latency-2n-skx"
19564   filter: "'NIC_Intel-XXV710' and
19565            '64B' and
19566            ('BASE' or 'SCALE') and
19567            'NDRPDR' and
19568            '4T2C' and
19569            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19570            not 'VHOST' and
19571            'MEMIF'"
19572   parameters:
19573   - "latency"
19574   - "parent"
19575   - "tags"
19576   sort:
19577   - "L2XCFWD"
19578   - "L2XCFWD"
19579   - "L2XCFWD"
19580   - "L2BDMACLRN"
19581   - "L2BDMACLRN"
19582   - "L2BDMACLRN"
19583   layout:
19584     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19585     layout: "plot-latency"
19586
19587 ################################################################################
19588
19589 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19590 -
19591   type: "plot"
19592   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19593   algorithm: "plot_latency_error_bars"
19594   output-file-type: ".html"
19595   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19596   data: "plot-ligato-throughput-latency-3n-hsw"
19597   filter: "'NIC_Intel-X520-DA2' and
19598            '64B' and
19599            ('BASE' or 'SCALE') and
19600            'NDRPDR' and
19601            '1T1C' and
19602            'L2XCFWD' and
19603            not 'VHOST' and
19604            'MEMIF'"
19605   parameters:
19606   - "latency"
19607   - "parent"
19608   - "tags"
19609   sort:
19610   - "1VNF"
19611   - "2VNF"
19612   - "4VNF"
19613   - "2VNF"
19614   - "4VNF"
19615   layout:
19616     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19617     layout: "plot-latency"
19618
19619 -
19620   type: "plot"
19621   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19622   algorithm: "plot_latency_error_bars"
19623   output-file-type: ".html"
19624   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19625   data: "plot-ligato-throughput-latency-3n-hsw"
19626   filter: "'NIC_Intel-X520-DA2' and
19627            '64B' and
19628            ('BASE' or 'SCALE') and
19629            'NDRPDR' and
19630            '2T2C' and
19631            'L2XCFWD' and
19632            not 'VHOST' and
19633            'MEMIF'"
19634   parameters:
19635   - "latency"
19636   - "parent"
19637   - "tags"
19638   sort:
19639   - "1VNF"
19640   - "2VNF"
19641   - "4VNF"
19642   - "2VNF"
19643   - "4VNF"
19644   layout:
19645     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19646     layout: "plot-latency"
19647
19648 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19649 -
19650   type: "plot"
19651   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19652   algorithm: "plot_latency_error_bars"
19653   output-file-type: ".html"
19654   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19655   data: "plot-ligato-throughput-latency-3n-hsw"
19656   filter: "'NIC_Intel-X520-DA2' and
19657            '64B' and
19658            ('BASE' or 'SCALE') and
19659            'NDRPDR' and
19660            '1T1C' and
19661            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19662            not 'VHOST' and
19663            'MEMIF'"
19664   parameters:
19665   - "latency"
19666   - "parent"
19667   - "tags"
19668   sort:
19669   - "1VNF"
19670   - "2VNF"
19671   - "4VNF"
19672   - "2VNF"
19673   - "4VNF"
19674   layout:
19675     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19676     layout: "plot-latency"
19677
19678 -
19679   type: "plot"
19680   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19681   algorithm: "plot_latency_error_bars"
19682   output-file-type: ".html"
19683   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19684   data: "plot-ligato-throughput-latency-3n-hsw"
19685   filter: "'NIC_Intel-X520-DA2' and
19686            '64B' and
19687            ('BASE' or 'SCALE') and
19688            'NDRPDR' and
19689            '2T2C' and
19690            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19691            not 'VHOST' and
19692            'MEMIF'"
19693   parameters:
19694   - "latency"
19695   - "parent"
19696   - "tags"
19697   sort:
19698   - "1VNF"
19699   - "2VNF"
19700   - "4VNF"
19701   - "2VNF"
19702   - "4VNF"
19703   layout:
19704     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19705     layout: "plot-latency"
19706
19707 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19708 -
19709   type: "plot"
19710   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19711   algorithm: "plot_latency_error_bars"
19712   output-file-type: ".html"
19713   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19714   data: "plot-ligato-throughput-latency-3n-hsw"
19715   filter: "'NIC_Intel-X710' and
19716            '64B' and
19717            ('BASE' or 'SCALE') and
19718            'NDRPDR' and
19719            '1T1C' and
19720            'L2XCFWD' and
19721            not 'VHOST' and
19722            'MEMIF'"
19723   parameters:
19724   - "latency"
19725   - "parent"
19726   - "tags"
19727   sort:
19728   - "1VNF"
19729   - "2VNF"
19730   - "4VNF"
19731   - "2VNF"
19732   - "4VNF"
19733   layout:
19734     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19735     layout: "plot-latency"
19736
19737 -
19738   type: "plot"
19739   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19740   algorithm: "plot_latency_error_bars"
19741   output-file-type: ".html"
19742   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19743   data: "plot-ligato-throughput-latency-3n-hsw"
19744   filter: "'NIC_Intel-X710' and
19745            '64B' and
19746            ('BASE' or 'SCALE') and
19747            'NDRPDR' and
19748            '2T2C' and
19749            'L2XCFWD' and
19750            not 'VHOST' and
19751            'MEMIF'"
19752   parameters:
19753   - "latency"
19754   - "parent"
19755   - "tags"
19756   sort:
19757   - "1VNF"
19758   - "2VNF"
19759   - "4VNF"
19760   - "2VNF"
19761   - "4VNF"
19762   layout:
19763     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19764     layout: "plot-latency"
19765
19766 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19767 -
19768   type: "plot"
19769   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19770   algorithm: "plot_latency_error_bars"
19771   output-file-type: ".html"
19772   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19773   data: "plot-ligato-throughput-latency-3n-hsw"
19774   filter: "'NIC_Intel-X710' and
19775            '64B' and
19776            ('BASE' or 'SCALE') and
19777            'NDRPDR' and
19778            '1T1C' and
19779            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19780            not 'VHOST' and
19781            'MEMIF'"
19782   parameters:
19783   - "latency"
19784   - "parent"
19785   - "tags"
19786   sort:
19787   - "1VNF"
19788   - "2VNF"
19789   - "4VNF"
19790   - "2VNF"
19791   - "4VNF"
19792   layout:
19793     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19794     layout: "plot-latency"
19795
19796 -
19797   type: "plot"
19798   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19799   algorithm: "plot_latency_error_bars"
19800   output-file-type: ".html"
19801   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19802   data: "plot-ligato-throughput-latency-3n-hsw"
19803   filter: "'NIC_Intel-X710' and
19804            '64B' and
19805            ('BASE' or 'SCALE') and
19806            'NDRPDR' and
19807            '2T2C' and
19808            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19809            not 'VHOST' and
19810            'MEMIF'"
19811   parameters:
19812   - "latency"
19813   - "parent"
19814   - "tags"
19815   sort:
19816   - "1VNF"
19817   - "2VNF"
19818   - "4VNF"
19819   - "2VNF"
19820   - "4VNF"
19821   layout:
19822     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19823     layout: "plot-latency"
19824
19825 ################################################################################
19826
19827 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19828 -
19829   type: "plot"
19830   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19831   algorithm: "plot_latency_error_bars"
19832   output-file-type: ".html"
19833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19834   data: "plot-vpp-throughput-latency-3n-hsw"
19835   filter: "'NIC_Intel-X520-DA2' and
19836            '64B' and
19837            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19838            'NDRPDR' and
19839            '1T1C' and
19840            'IP4FWD' and
19841            not 'IPSEC' and
19842            not 'VHOST'"
19843   parameters:
19844   - "latency"
19845   - "parent"
19846   - "tags"
19847   sort:
19848   - "DOT1Q"
19849   - "IP4BASE"
19850   - "FIB_20k"
19851   - "FIB_200k"
19852   - "FIB_2M"
19853   layout:
19854     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19855     layout: "plot-latency"
19856
19857 -
19858   type: "plot"
19859   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19860   algorithm: "plot_latency_error_bars"
19861   output-file-type: ".html"
19862   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19863   data: "plot-vpp-throughput-latency-3n-hsw"
19864   filter: "'NIC_Intel-X520-DA2' and
19865            '64B' and
19866            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19867            'NDRPDR' and
19868            '2T2C' and
19869            'IP4FWD' and
19870            not 'IPSEC' and
19871            not 'VHOST'"
19872   parameters:
19873   - "latency"
19874   - "parent"
19875   - "tags"
19876   sort:
19877   - "DOT1Q"
19878   - "IP4BASE"
19879   - "FIB_20k"
19880   - "FIB_200k"
19881   - "FIB_2M"
19882   layout:
19883     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19884     layout: "plot-latency"
19885
19886 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19887 -
19888   type: "plot"
19889   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19890   algorithm: "plot_latency_error_bars"
19891   output-file-type: ".html"
19892   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19893   data: "plot-vpp-throughput-latency-3n-hsw"
19894   filter: "'NIC_Intel-X520-DA2' and
19895            '64B' and
19896            ('IP4BASE' or
19897             'POLICE_MARK' or
19898             'COPWHLIST' or
19899             ('NAT44' and 'BASE') or
19900             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19901            'NDRPDR' and
19902            '1T1C' and
19903            'IP4FWD' and
19904            not 'IPSEC' and
19905            not 'VHOST'"
19906   parameters:
19907   - "latency"
19908   - "parent"
19909   - "tags"
19910   sort:
19911   - "DOT1Q"
19912   - "IP4BASE"
19913   - "NAT44"
19914   - "POLICE_MARK"
19915   - "COPWHLIST"
19916   - "IACL"
19917   - "OACL"
19918   layout:
19919     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19920     layout: "plot-latency"
19921
19922 -
19923   type: "plot"
19924   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19925   algorithm: "plot_latency_error_bars"
19926   output-file-type: ".html"
19927   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19928   data: "plot-vpp-throughput-latency-3n-hsw"
19929   filter: "'NIC_Intel-X520-DA2' and
19930            '64B' and
19931            ('IP4BASE' or
19932             'POLICE_MARK' or
19933             'COPWHLIST' or
19934             ('NAT44' and 'BASE') or
19935             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19936            'NDRPDR' and
19937            '2T2C' and
19938            'IP4FWD' and
19939            not 'IPSEC' and
19940            not 'VHOST'"
19941   parameters:
19942   - "latency"
19943   - "parent"
19944   - "tags"
19945   sort:
19946   - "DOT1Q"
19947   - "IP4BASE"
19948   - "NAT44"
19949   - "POLICE_MARK"
19950   - "COPWHLIST"
19951   - "IACL"
19952   - "OACL"
19953   layout:
19954     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19955     layout: "plot-latency"
19956
19957 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19958 -
19959   type: "plot"
19960   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19961   algorithm: "plot_latency_error_bars"
19962   output-file-type: ".html"
19963   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19964   data: "plot-vpp-throughput-latency-3n-hsw"
19965   filter: "'NIC_Intel-X520-DA2' and
19966            '64B' and
19967            'NDRPDR' and
19968            '1T1C' and
19969            'IP4FWD' and
19970            'NAT44' and
19971            not 'IPSEC' and
19972            not 'VHOST'"
19973   parameters:
19974   - "latency"
19975   - "parent"
19976   - "tags"
19977   sort:
19978   - "BASE"
19979   - "BASE"
19980   - "SRC_USER_10"
19981   - "SRC_USER_100"
19982   - "SRC_USER_1000"
19983   - "SRC_USER_2000"
19984   layout:
19985     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19986     layout: "plot-latency"
19987
19988 -
19989   type: "plot"
19990   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19991   algorithm: "plot_latency_error_bars"
19992   output-file-type: ".html"
19993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19994   data: "plot-vpp-throughput-latency-3n-hsw"
19995   filter: "'NIC_Intel-X520-DA2' and
19996            '64B' and
19997            'NDRPDR' and
19998            '2T2C' and
19999            'IP4FWD' and
20000            'NAT44' and
20001            not 'IPSEC' and
20002            not 'VHOST'"
20003   parameters:
20004   - "latency"
20005   - "parent"
20006   - "tags"
20007   sort:
20008   - "BASE"
20009   - "BASE"
20010   - "SRC_USER_10"
20011   - "SRC_USER_100"
20012   - "SRC_USER_1000"
20013   - "SRC_USER_2000"
20014   layout:
20015     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20016     layout: "plot-latency"
20017
20018 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20019 -
20020   type: "plot"
20021   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20022   algorithm: "plot_latency_error_bars"
20023   output-file-type: ".html"
20024   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20025   data: "plot-vpp-throughput-latency-3n-hsw"
20026   filter: "'NIC_Intel-X520-DA2' and
20027            '64B' and
20028            'NDRPDR' and
20029            '1T1C' and
20030            'IP4FWD' and
20031            'IACL' and
20032            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20033            not 'IPSEC' and
20034            not 'VHOST'"
20035   parameters:
20036   - "latency"
20037   - "parent"
20038   - "tags"
20039   sort:
20040   - "ACL_STATELESS"
20041   - "ACL_STATEFUL"
20042   - "ACL_STATELESS"
20043   - "ACL_STATEFUL"
20044   layout:
20045     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
20046     layout: "plot-latency"
20047
20048 -
20049   type: "plot"
20050   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20051   algorithm: "plot_latency_error_bars"
20052   output-file-type: ".html"
20053   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20054   data: "plot-vpp-throughput-latency-3n-hsw"
20055   filter: "'NIC_Intel-X520-DA2' and
20056            '64B' and
20057            'NDRPDR' and
20058            '2T2C' and
20059            'IP4FWD' and
20060            'IACL' and
20061            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20062            not 'IPSEC' and
20063            not 'VHOST'"
20064   parameters:
20065   - "latency"
20066   - "parent"
20067   - "tags"
20068   sort:
20069   - "ACL_STATELESS"
20070   - "ACL_STATEFUL"
20071   - "ACL_STATELESS"
20072   - "ACL_STATEFUL"
20073   layout:
20074     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20075     layout: "plot-latency"
20076
20077 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20078 -
20079   type: "plot"
20080   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20081   algorithm: "plot_latency_error_bars"
20082   output-file-type: ".html"
20083   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20084   data: "plot-vpp-throughput-latency-3n-hsw"
20085   filter: "'NIC_Intel-X520-DA2' and
20086            '64B' and
20087            'NDRPDR' and
20088            '1T1C' and
20089            'IP4FWD' and
20090            'OACL' and
20091            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20092            not 'IPSEC' and
20093            not 'VHOST'"
20094   parameters:
20095   - "latency"
20096   - "parent"
20097   - "tags"
20098   sort:
20099   - "ACL_STATELESS"
20100   - "ACL_STATEFUL"
20101   - "ACL_STATELESS"
20102   - "ACL_STATEFUL"
20103   layout:
20104     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20105     layout: "plot-latency"
20106
20107 -
20108   type: "plot"
20109   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20110   algorithm: "plot_latency_error_bars"
20111   output-file-type: ".html"
20112   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20113   data: "plot-vpp-throughput-latency-3n-hsw"
20114   filter: "'NIC_Intel-X520-DA2' and
20115            '64B' and
20116            'NDRPDR' and
20117            '2T2C' and
20118            'IP4FWD' and
20119            'OACL' and
20120            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20121            not 'IPSEC' and
20122            not 'VHOST'"
20123   parameters:
20124   - "latency"
20125   - "parent"
20126   - "tags"
20127   sort:
20128   - "ACL_STATELESS"
20129   - "ACL_STATEFUL"
20130   - "ACL_STATELESS"
20131   - "ACL_STATEFUL"
20132   layout:
20133     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20134     layout: "plot-latency"
20135
20136 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20137 -
20138   type: "plot"
20139   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20140   algorithm: "plot_latency_error_bars"
20141   output-file-type: ".html"
20142   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20143   data: "plot-vpp-throughput-latency-3n-hsw"
20144   filter: "'NIC_Intel-X710' and
20145            '64B' and
20146            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20147            'NDRPDR' and
20148            '1T1C' and
20149            'IP4FWD' and
20150            not 'IPSEC' and
20151            not 'VHOST'"
20152   parameters:
20153   - "latency"
20154   - "parent"
20155   - "tags"
20156   sort:
20157   - "DOT1Q"
20158   - "IP4BASE"
20159   - "FIB_20K"
20160   - "FIB_200K"
20161   - "FIB_2M"
20162   layout:
20163     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20164     layout: "plot-latency"
20165
20166 -
20167   type: "plot"
20168   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20169   algorithm: "plot_latency_error_bars"
20170   output-file-type: ".html"
20171   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20172   data: "plot-vpp-throughput-latency-3n-hsw"
20173   filter: "'NIC_Intel-X710' and
20174            '64B' and
20175            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20176            'NDRPDR' and
20177            '2T2C' and
20178            'IP4FWD' and
20179            not 'IPSEC' and
20180            not 'VHOST'"
20181   parameters:
20182   - "latency"
20183   - "parent"
20184   - "tags"
20185   sort:
20186   - "DOT1Q"
20187   - "IP4BASE"
20188   - "FIB_20K"
20189   - "FIB_200K"
20190   - "FIB_2M"
20191   layout:
20192     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20193     layout: "plot-latency"
20194
20195 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20196 -
20197   type: "plot"
20198   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20199   algorithm: "plot_latency_error_bars"
20200   output-file-type: ".html"
20201   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20202   data: "plot-vpp-throughput-latency-3n-hsw"
20203   filter: "'NIC_Intel-X710' and
20204            '64B' and
20205            ('IP4BASE' or
20206             'POLICE_MARK' or
20207             'COPWHLIST' or
20208             ('NAT44' and 'BASE') or
20209             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20210            'NDRPDR' and
20211            '1T1C' and
20212            'IP4FWD' and
20213            not 'IPSEC' and
20214            not 'VHOST'"
20215   parameters:
20216   - "latency"
20217   - "parent"
20218   - "tags"
20219   sort:
20220   - "IP4BASE"
20221   - "NAT44"
20222   - "POLICE_MARK"
20223   - "COPWHLIST"
20224   - "IACL"
20225   - "OACL"
20226   layout:
20227     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20228     layout: "plot-latency"
20229
20230 -
20231   type: "plot"
20232   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20233   algorithm: "plot_latency_error_bars"
20234   output-file-type: ".html"
20235   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20236   data: "plot-vpp-throughput-latency-3n-hsw"
20237   filter: "'NIC_Intel-X710' and
20238            '64B' and
20239            ('IP4BASE' or
20240             'POLICE_MARK' or
20241             'COPWHLIST' or
20242             ('NAT44' and 'BASE') or
20243             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20244            'NDRPDR' and
20245            '2T2C' and
20246            'IP4FWD' and
20247            not 'IPSEC' and
20248            not 'VHOST'"
20249   parameters:
20250   - "latency"
20251   - "parent"
20252   - "tags"
20253   sort:
20254   - "IP4BASE"
20255   - "NAT44"
20256   - "POLICE_MARK"
20257   - "COPWHLIST"
20258   - "IACL"
20259   - "OACL"
20260   layout:
20261     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20262     layout: "plot-latency"
20263
20264 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20265 -
20266   type: "plot"
20267   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20268   algorithm: "plot_latency_error_bars"
20269   output-file-type: ".html"
20270   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20271   data: "plot-vpp-throughput-latency-3n-hsw"
20272   filter: "'NIC_Intel-X710' and
20273            '64B' and
20274            'NDRPDR' and
20275            '1T1C' and
20276            'IP4FWD' and
20277            'NAT44' and
20278            not 'IPSEC' and
20279            not 'VHOST'"
20280   parameters:
20281   - "latency"
20282   - "parent"
20283   - "tags"
20284   sort:
20285   - "BASE"
20286   - "BASE"
20287   - "SRC_USER_10"
20288   - "SRC_USER_100"
20289   - "SRC_USER_1000"
20290   - "SRC_USER_2000"
20291   layout:
20292     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20293     layout: "plot-latency"
20294
20295 -
20296   type: "plot"
20297   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20298   algorithm: "plot_latency_error_bars"
20299   output-file-type: ".html"
20300   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20301   data: "plot-vpp-throughput-latency-3n-hsw"
20302   filter: "'NIC_Intel-X710' and
20303            '64B' and
20304            'NDRPDR' and
20305            '2T2C' and
20306            'IP4FWD' and
20307            'NAT44' and
20308            not 'IPSEC' and
20309            not 'VHOST'"
20310   parameters:
20311   - "latency"
20312   - "parent"
20313   - "tags"
20314   sort:
20315   - "BASE"
20316   - "BASE"
20317   - "SRC_USER_10"
20318   - "SRC_USER_100"
20319   - "SRC_USER_1000"
20320   - "SRC_USER_2000"
20321   layout:
20322     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20323     layout: "plot-latency"
20324
20325 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20326 -
20327   type: "plot"
20328   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20329   algorithm: "plot_latency_error_bars"
20330   output-file-type: ".html"
20331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20332   data: "plot-vpp-throughput-latency-3n-hsw"
20333   filter: "'NIC_Intel-X710' and
20334            '64B' and
20335            'NDRPDR' and
20336            '1T1C' and
20337            'IP4FWD' and
20338            'IACL' and
20339            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20340            not 'IPSEC' and
20341            not 'VHOST'"
20342   parameters:
20343   - "latency"
20344   - "parent"
20345   - "tags"
20346   sort:
20347   - "ACL_STATELESS"
20348   - "ACL_STATEFUL"
20349   - "ACL_STATELESS"
20350   - "ACL_STATEFUL"
20351   layout:
20352     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20353     layout: "plot-latency"
20354
20355 -
20356   type: "plot"
20357   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20358   algorithm: "plot_latency_error_bars"
20359   output-file-type: ".html"
20360   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20361   data: "plot-vpp-throughput-latency-3n-hsw"
20362   filter: "'NIC_Intel-X710' and
20363            '64B' and
20364            'NDRPDR' and
20365            '2T2C' and
20366            'IP4FWD' and
20367            'IACL' and
20368            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20369            not 'IPSEC' and
20370            not 'VHOST'"
20371   parameters:
20372   - "latency"
20373   - "parent"
20374   - "tags"
20375   sort:
20376   - "ACL_STATELESS"
20377   - "ACL_STATEFUL"
20378   - "ACL_STATELESS"
20379   - "ACL_STATEFUL"
20380   layout:
20381     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20382     layout: "plot-latency"
20383
20384 ## Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20385 #-
20386 #  type: "plot"
20387 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20388 #  algorithm: "plot_latency_error_bars"
20389 #  output-file-type: ".html"
20390 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20391 #  data: "plot-vpp-throughput-latency-3n-hsw"
20392 #  filter: "'NIC_Intel-X710' and
20393 #           '64B' and
20394 #           'NDRPDR' and
20395 #           '1T1C' and
20396 #           'IP4FWD' and
20397 #           'OACL' and
20398 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20399 #           not 'IPSEC' and
20400 #           not 'VHOST'"
20401 #  parameters:
20402 #  - "latency"
20403 #  - "parent"
20404 #  - "tags"
20405 #  sort:
20406 #  - "ACL_STATELESS"
20407 #  - "ACL_STATEFUL"
20408 #  - "ACL_STATELESS"
20409 #  - "ACL_STATEFUL"
20410 #  layout:
20411 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20412 #    layout: "plot-latency"
20413 #
20414 #-
20415 #  type: "plot"
20416 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20417 #  algorithm: "plot_latency_error_bars"
20418 #  output-file-type: ".html"
20419 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20420 #  data: "plot-vpp-throughput-latency-3n-hsw"
20421 #  filter: "'NIC_Intel-X710' and
20422 #           '64B' and
20423 #           'NDRPDR' and
20424 #           '2T2C' and
20425 #           'IP4FWD' and
20426 #           'OACL' and
20427 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20428 #           not 'IPSEC' and
20429 #           not 'VHOST'"
20430 #  parameters:
20431 #  - "latency"
20432 #  - "parent"
20433 #  - "tags"
20434 #  sort:
20435 #  - "ACL_STATELESS"
20436 #  - "ACL_STATEFUL"
20437 #  - "ACL_STATELESS"
20438 #  - "ACL_STATEFUL"
20439 #  layout:
20440 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20441 #    layout: "plot-latency"
20442
20443 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20444 -
20445   type: "plot"
20446   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20447   algorithm: "plot_latency_error_bars"
20448   output-file-type: ".html"
20449   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20450   data: "plot-vpp-throughput-latency-3n-hsw"
20451   filter: "'NIC_Intel-XL710' and
20452            '64B' and
20453            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20454            'NDRPDR' and
20455            '1T1C' and
20456            'IP4FWD' and
20457            not 'IPSEC' and
20458            not 'VHOST'"
20459   parameters:
20460   - "latency"
20461   - "parent"
20462   - "tags"
20463   sort:
20464   - "IP4BASE"
20465   - "FIB_20K"
20466   - "FIB_200K"
20467   - "FIB_2M"
20468   layout:
20469     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20470     layout: "plot-latency"
20471
20472 -
20473   type: "plot"
20474   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20475   algorithm: "plot_latency_error_bars"
20476   output-file-type: ".html"
20477   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20478   data: "plot-vpp-throughput-latency-3n-hsw"
20479   filter: "'NIC_Intel-XL710' and
20480            '64B' and
20481            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20482            'NDRPDR' and
20483            '2T2C' and
20484            'IP4FWD' and
20485            not 'IPSEC' and
20486            not 'VHOST'"
20487   parameters:
20488   - "latency"
20489   - "parent"
20490   - "tags"
20491   sort:
20492   - "IP4BASE"
20493   - "FIB_20K"
20494   - "FIB_200K"
20495   - "FIB_2M"
20496   layout:
20497     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20498     layout: "plot-latency"
20499
20500 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20501 -
20502   type: "plot"
20503   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20504   algorithm: "plot_latency_error_bars"
20505   output-file-type: ".html"
20506   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20507   data: "plot-vpp-throughput-latency-3n-skx"
20508   filter: "'NIC_Intel-X710' and
20509            '64B' and
20510            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20511            'NDRPDR' and
20512            '2T1C' and
20513            'IP4FWD' and
20514            not 'IPSEC' and
20515            not 'VHOST'"
20516   parameters:
20517   - "latency"
20518   - "parent"
20519   - "tags"
20520   sort:
20521   - "IP4BASE"
20522   - "FIB_20K"
20523   - "FIB_200K"
20524   - "FIB_2M"
20525   layout:
20526     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20527     layout: "plot-latency"
20528
20529 -
20530   type: "plot"
20531   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20532   algorithm: "plot_latency_error_bars"
20533   output-file-type: ".html"
20534   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20535   data: "plot-vpp-throughput-latency-3n-skx"
20536   filter: "'NIC_Intel-X710' and
20537            '64B' and
20538            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20539            'NDRPDR' and
20540            '4T2C' and
20541            'IP4FWD' and
20542            not 'IPSEC' and
20543            not 'VHOST'"
20544   parameters:
20545   - "latency"
20546   - "parent"
20547   - "tags"
20548   sort:
20549   - "IP4BASE"
20550   - "FIB_20K"
20551   - "FIB_200K"
20552   - "FIB_2M"
20553   layout:
20554     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20555     layout: "plot-latency"
20556
20557 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20558 -
20559   type: "plot"
20560   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20561   algorithm: "plot_latency_error_bars"
20562   output-file-type: ".html"
20563   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20564   data: "plot-vpp-throughput-latency-3n-skx"
20565   filter: "'NIC_Intel-X710' and
20566            '64B' and
20567            ('IP4BASE' or
20568             'POLICE_MARK' or
20569             'COPWHLIST' or
20570             ('NAT44' and 'BASE') or
20571             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20572            'NDRPDR' and
20573            '2T1C' and
20574            'IP4FWD' and
20575            not 'IPSEC' and
20576            not 'VHOST'"
20577   parameters:
20578   - "latency"
20579   - "parent"
20580   - "tags"
20581   sort:
20582   - "IP4BASE"
20583   - "NAT44"
20584   - "POLICE_MARK"
20585   - "COPWHLIST"
20586   - "IACL"
20587   - "OACL"
20588   layout:
20589     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20590     layout: "plot-latency"
20591
20592 -
20593   type: "plot"
20594   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20595   algorithm: "plot_latency_error_bars"
20596   output-file-type: ".html"
20597   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20598   data: "plot-vpp-throughput-latency-3n-skx"
20599   filter: "'NIC_Intel-X710' and
20600            '64B' and
20601            ('IP4BASE' or
20602             'POLICE_MARK' or
20603             'COPWHLIST' or
20604             ('NAT44' and 'BASE') or
20605             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20606            'NDRPDR' and
20607            '4T2C' and
20608            'IP4FWD' and
20609            not 'IPSEC' and
20610            not 'VHOST'"
20611   parameters:
20612   - "latency"
20613   - "parent"
20614   - "tags"
20615   sort:
20616   - "IP4BASE"
20617   - "NAT44"
20618   - "POLICE_MARK"
20619   - "COPWHLIST"
20620   - "IACL"
20621   - "OACL"
20622   layout:
20623     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20624     layout: "plot-latency"
20625
20626 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20627 -
20628   type: "plot"
20629   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20630   algorithm: "plot_latency_error_bars"
20631   output-file-type: ".html"
20632   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20633   data: "plot-vpp-throughput-latency-3n-skx"
20634   filter: "'NIC_Intel-X710' and
20635            '64B' and
20636            'NDRPDR' and
20637            '2T1C' and
20638            'IP4FWD' and
20639            'NAT44' and
20640            not 'IPSEC' and
20641            not 'VHOST'"
20642   parameters:
20643   - "latency"
20644   - "parent"
20645   - "tags"
20646   sort:
20647   - "BASE"
20648   - "BASE"
20649   - "SRC_USER_10"
20650   - "SRC_USER_100"
20651   - "SRC_USER_1000"
20652   - "SRC_USER_2000"
20653   layout:
20654     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20655     layout: "plot-latency"
20656
20657 -
20658   type: "plot"
20659   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20660   algorithm: "plot_latency_error_bars"
20661   output-file-type: ".html"
20662   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20663   data: "plot-vpp-throughput-latency-3n-skx"
20664   filter: "'NIC_Intel-X710' and
20665            '64B' and
20666            'NDRPDR' and
20667            '4T2C' and
20668            'IP4FWD' and
20669            'NAT44' and
20670            not 'IPSEC' and
20671            not 'VHOST'"
20672   parameters:
20673   - "latency"
20674   - "parent"
20675   - "tags"
20676   sort:
20677   - "BASE"
20678   - "BASE"
20679   - "SRC_USER_10"
20680   - "SRC_USER_100"
20681   - "SRC_USER_1000"
20682   - "SRC_USER_2000"
20683   layout:
20684     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20685     layout: "plot-latency"
20686
20687 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20688 -
20689   type: "plot"
20690   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20691   algorithm: "plot_latency_error_bars"
20692   output-file-type: ".html"
20693   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20694   data: "plot-vpp-throughput-latency-3n-skx"
20695   filter: "'NIC_Intel-X710' and
20696            '64B' and
20697            'NDRPDR' and
20698            '2T1C' and
20699            'IP4FWD' and
20700            'IACL' and
20701            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20702            not 'IPSEC' and
20703            not 'VHOST'"
20704   parameters:
20705   - "latency"
20706   - "parent"
20707   - "tags"
20708   sort:
20709   - "ACL_STATELESS"
20710   - "ACL_STATEFUL"
20711   - "ACL_STATELESS"
20712   - "ACL_STATEFUL"
20713   layout:
20714     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20715     layout: "plot-latency"
20716
20717 -
20718   type: "plot"
20719   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20720   algorithm: "plot_latency_error_bars"
20721   output-file-type: ".html"
20722   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20723   data: "plot-vpp-throughput-latency-3n-skx"
20724   filter: "'NIC_Intel-X710' and
20725            '64B' and
20726            'NDRPDR' and
20727            '4T2C' and
20728            'IP4FWD' and
20729            'IACL' and
20730            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20731            not 'IPSEC' and
20732            not 'VHOST'"
20733   parameters:
20734   - "latency"
20735   - "parent"
20736   - "tags"
20737   sort:
20738   - "ACL_STATELESS"
20739   - "ACL_STATEFUL"
20740   - "ACL_STATELESS"
20741   - "ACL_STATEFUL"
20742   layout:
20743     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20744     layout: "plot-latency"
20745
20746 ## Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20747 #-
20748 #  type: "plot"
20749 #  title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20750 #  algorithm: "plot_latency_error_bars"
20751 #  output-file-type: ".html"
20752 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20753 #  data: "plot-vpp-throughput-latency-3n-skx"
20754 #  filter: "'NIC_Intel-X710' and
20755 #           '64B' and
20756 #           'NDRPDR' and
20757 #           '2T1C' and
20758 #           'IP4FWD' and
20759 #           'OACL' and
20760 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20761 #           not 'IPSEC' and
20762 #           not 'VHOST'"
20763 #  parameters:
20764 #  - "latency"
20765 #  - "parent"
20766 #  - "tags"
20767 #  sort:
20768 #  - "ACL_STATELESS"
20769 #  - "ACL_STATEFUL"
20770 #  - "ACL_STATELESS"
20771 #  - "ACL_STATEFUL"
20772 #  layout:
20773 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20774 #    layout: "plot-latency"
20775 #
20776 #-
20777 #  type: "plot"
20778 #  title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20779 #  algorithm: "plot_latency_error_bars"
20780 #  output-file-type: ".html"
20781 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20782 #  data: "plot-vpp-throughput-latency-3n-skx"
20783 #  filter: "'NIC_Intel-X710' and
20784 #           '64B' and
20785 #           'NDRPDR' and
20786 #           '4T2C' and
20787 #           'IP4FWD' and
20788 #           'OACL' and
20789 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20790 #           not 'IPSEC' and
20791 #           not 'VHOST'"
20792 #  parameters:
20793 #  - "latency"
20794 #  - "parent"
20795 #  - "tags"
20796 #  sort:
20797 #  - "ACL_STATELESS"
20798 #  - "ACL_STATEFUL"
20799 #  - "ACL_STATELESS"
20800 #  - "ACL_STATEFUL"
20801 #  layout:
20802 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20803 #    layout: "plot-latency"
20804
20805 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20806 -
20807   type: "plot"
20808   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20809   algorithm: "plot_latency_error_bars"
20810   output-file-type: ".html"
20811   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20812   data: "plot-vpp-throughput-latency-2n-skx"
20813   filter: "'NIC_Intel-X710' and
20814            '64B' and
20815            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20816            'NDRPDR' and
20817            '2T1C' and
20818            'IP4FWD' and
20819            not 'IPSEC' and
20820            not 'VHOST'"
20821   parameters:
20822   - "latency"
20823   - "parent"
20824   - "tags"
20825   sort:
20826   - "DOT1Q"
20827   - "IP4BASE"
20828   - "FIB_20k"
20829   - "FIB_200k"
20830   - "FIB_2M"
20831   layout:
20832     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20833     layout: "plot-latency"
20834
20835 -
20836   type: "plot"
20837   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20838   algorithm: "plot_latency_error_bars"
20839   output-file-type: ".html"
20840   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20841   data: "plot-vpp-throughput-latency-2n-skx"
20842   filter: "'NIC_Intel-X710' and
20843            '64B' and
20844            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20845            'NDRPDR' and
20846            '4T2C' and
20847            'IP4FWD' and
20848            not 'IPSEC' and
20849            not 'VHOST'"
20850   parameters:
20851   - "latency"
20852   - "parent"
20853   - "tags"
20854   sort:
20855   - "DOT1Q"
20856   - "IP4BASE"
20857   - "FIB_20k"
20858   - "FIB_200k"
20859   - "FIB_2M"
20860   layout:
20861     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20862     layout: "plot-latency"
20863
20864 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20865 -
20866   type: "plot"
20867   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20868   algorithm: "plot_latency_error_bars"
20869   output-file-type: ".html"
20870   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20871   data: "plot-vpp-throughput-latency-2n-skx"
20872   filter: "'NIC_Intel-XXV710' and
20873            '64B' and
20874            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20875            'NDRPDR' and
20876            '2T1C' and
20877            'IP4FWD' and
20878            not 'IPSEC' and
20879            not 'VHOST'"
20880   parameters:
20881   - "latency"
20882   - "parent"
20883   - "tags"
20884   sort:
20885   - "DOT1Q"
20886   - "IP4BASE"
20887   - "FIB_20k"
20888   - "FIB_200k"
20889   - "FIB_2M"
20890   layout:
20891     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20892     layout: "plot-latency"
20893
20894 -
20895   type: "plot"
20896   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20897   algorithm: "plot_latency_error_bars"
20898   output-file-type: ".html"
20899   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20900   data: "plot-vpp-throughput-latency-2n-skx"
20901   filter: "'NIC_Intel-XXV710' and
20902            '64B' and
20903            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20904            'NDRPDR' and
20905            '4T2C' and
20906            'IP4FWD' and
20907            not 'IPSEC' and
20908            not 'VHOST'"
20909   parameters:
20910   - "latency"
20911   - "parent"
20912   - "tags"
20913   sort:
20914   - "DOT1Q"
20915   - "IP4BASE"
20916   - "FIB_20k"
20917   - "FIB_200k"
20918   - "FIB_2M"
20919   layout:
20920     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20921     layout: "plot-latency"
20922
20923 ################################################################################
20924
20925 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20926 #-
20927 #  type: "plot"
20928 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20929 #  algorithm: "plot_latency_error_bars"
20930 #  output-file-type: ".html"
20931 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20932 #  data: "plot-vpp-throughput-latency-3n-hsw"
20933 #  filter: "'NIC_Intel-X520-DA2' and
20934 #           '64B' and
20935 #           'ENCAP' and
20936 #           'NDRPDR' and
20937 #           '1T1C' and
20938 #           ('VXLAN' or 'LISP') and
20939 #           not 'VHOST' and
20940 #           not 'IPSECHW'"
20941 #  parameters:
20942 #  - "latency"
20943 #  - "parent"
20944 #  - "tags"
20945 #  sort:
20946 #  - "not DOT1Q"
20947 #  - "VXLAN_1"
20948 #  - "VXLAN_10"
20949 #  - "VXLAN_100"
20950 #  - "VXLAN_1000"
20951 #  layout:
20952 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20953 #    layout: "plot-latency"
20954 #
20955 #-
20956 #  type: "plot"
20957 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20958 #  algorithm: "plot_latency_error_bars"
20959 #  output-file-type: ".html"
20960 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20961 #  data: "plot-vpp-throughput-latency-3n-hsw"
20962 #  filter: "'NIC_Intel-X520-DA2' and
20963 #           '64B' and
20964 #           'ENCAP' and
20965 #           'NDRPDR' and
20966 #           '2T2C' and
20967 #           ('VXLAN' or 'LISP') and
20968 #           not 'VHOST' and
20969 #           not 'IPSECHW'"
20970 #  parameters:
20971 #  - "latency"
20972 #  - "parent"
20973 #  - "tags"
20974 #  sort:
20975 #  - "not DOT1Q"
20976 #  - "VXLAN_1"
20977 #  - "VXLAN_10"
20978 #  - "VXLAN_100"
20979 #  - "VXLAN_1000"
20980 #  layout:
20981 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20982 #    layout: "plot-latency"
20983
20984 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20985 -
20986   type: "plot"
20987   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20988   algorithm: "plot_latency_error_bars"
20989   output-file-type: ".html"
20990   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20991   data: "plot-vpp-throughput-latency-3n-hsw"
20992   filter: "'NIC_Intel-X520-DA2' and
20993            '64B' and
20994            'ENCAP' and
20995            'NDRPDR' and
20996            '1T1C' and
20997            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20998            not 'DOT1Q' and
20999            not 'VHOST' and
21000            not 'IPSECHW'"
21001   parameters:
21002   - "latency"
21003   - "parent"
21004   - "tags"
21005 #  sort:
21006 #  - "L2BDMACLRN"
21007 #  - "L2XCFWD"
21008 #  - "LISP"
21009   layout:
21010     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21011     layout: "plot-latency"
21012
21013 -
21014   type: "plot"
21015   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21016   algorithm: "plot_latency_error_bars"
21017   output-file-type: ".html"
21018   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21019   data: "plot-vpp-throughput-latency-3n-hsw"
21020   filter: "'NIC_Intel-X520-DA2' and
21021            '64B' and
21022            'ENCAP' and
21023            'NDRPDR' and
21024            '2T2C' and
21025            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21026            not 'DOT1Q' and
21027            not 'VHOST' and
21028            not 'IPSECHW'"
21029   parameters:
21030   - "latency"
21031   - "parent"
21032   - "tags"
21033   sort:
21034   - "L2BDMACLRN"
21035   - "L2XCFWD"
21036   - "LISP"
21037   layout:
21038     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21039     layout: "plot-latency"
21040
21041 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
21042 -
21043   type: "plot"
21044   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21045   algorithm: "plot_latency_error_bars"
21046   output-file-type: ".html"
21047   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21048   data: "plot-vpp-throughput-latency-3n-hsw"
21049   filter: "'NIC_Intel-X710' and
21050            '64B' and
21051            'ENCAP' and
21052            'NDRPDR' and
21053            '1T1C' and
21054            ('VXLAN' or 'LISP') and
21055            not 'VHOST' and
21056            not 'IPSECHW'"
21057   parameters:
21058   - "latency"
21059   - "parent"
21060   - "tags"
21061   sort:
21062   - "LISP"
21063   - "VXLAN_1"
21064   - "VXLAN_10"
21065   - "VXLAN_100"
21066   - "VXLAN_1000"
21067   layout:
21068     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21069     layout: "plot-latency"
21070
21071 -
21072   type: "plot"
21073   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21074   algorithm: "plot_latency_error_bars"
21075   output-file-type: ".html"
21076   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21077   data: "plot-vpp-throughput-latency-3n-hsw"
21078   filter: "'NIC_Intel-X710' and
21079            '64B' and
21080            'ENCAP' and
21081            'NDRPDR' and
21082            '2T2C' and
21083            ('VXLAN' or 'LISP') and
21084            not 'VHOST' and
21085            not 'IPSECHW'"
21086   parameters:
21087   - "latency"
21088   - "parent"
21089   - "tags"
21090   sort:
21091   - "LISP"
21092   - "VXLAN_1"
21093   - "VXLAN_10"
21094   - "VXLAN_100"
21095   - "VXLAN_1000"
21096   layout:
21097     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21098     layout: "plot-latency"
21099
21100 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21101 -
21102   type: "plot"
21103   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21104   algorithm: "plot_latency_error_bars"
21105   output-file-type: ".html"
21106   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21107   data: "plot-vpp-throughput-latency-3n-hsw"
21108   filter: "'NIC_Intel-X710' and
21109            '64B' and
21110            'ENCAP' and
21111            'NDRPDR' and
21112            '1T1C' and
21113            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21114            not 'DOT1Q' and
21115            not 'VHOST' and
21116            not 'IPSECHW'"
21117   parameters:
21118   - "latency"
21119   - "parent"
21120   - "tags"
21121   sort:
21122   - "L2BDMACLRN"
21123   - "L2XCFWD"
21124   - "LISP"
21125   layout:
21126     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21127     layout: "plot-latency"
21128
21129 -
21130   type: "plot"
21131   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21132   algorithm: "plot_latency_error_bars"
21133   output-file-type: ".html"
21134   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21135   data: "plot-vpp-throughput-latency-3n-hsw"
21136   filter: "'NIC_Intel-X710' and
21137            '64B' and
21138            'ENCAP' and
21139            'NDRPDR' and
21140            '2T2C' and
21141            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21142            not 'DOT1Q' and
21143            not 'VHOST' and
21144            not 'IPSECHW'"
21145   parameters:
21146   - "latency"
21147   - "parent"
21148   - "tags"
21149   sort:
21150   - "L2BDMACLRN"
21151   - "L2XCFWD"
21152   - "LISP"
21153   layout:
21154     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21155     layout: "plot-latency"
21156
21157 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21158 -
21159   type: "plot"
21160   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21161   algorithm: "plot_latency_error_bars"
21162   output-file-type: ".html"
21163   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21164   data: "plot-vpp-throughput-latency-3n-skx"
21165   filter: "'NIC_Intel-X710' and
21166            '64B' and
21167            'ENCAP' and
21168            'NDRPDR' and
21169            '2T1C' and
21170            ('VXLAN' or 'LISP') and
21171            not 'VHOST' and
21172            not 'IPSECHW'"
21173   parameters:
21174   - "latency"
21175   - "parent"
21176   - "tags"
21177   sort:
21178   - "LISP"
21179   - "VXLAN_1"
21180   - "VXLAN_10"
21181   - "VXLAN_100"
21182   - "VXLAN_1000"
21183   layout:
21184     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21185     layout: "plot-latency"
21186
21187 -
21188   type: "plot"
21189   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21190   algorithm: "plot_latency_error_bars"
21191   output-file-type: ".html"
21192   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21193   data: "plot-vpp-throughput-latency-3n-skx"
21194   filter: "'NIC_Intel-X710' and
21195            '64B' and
21196            'ENCAP' and
21197            'NDRPDR' and
21198            '4T2C' and
21199            ('VXLAN' or 'LISP') and
21200            not 'VHOST' and
21201            not 'IPSECHW'"
21202   parameters:
21203   - "latency"
21204   - "parent"
21205   - "tags"
21206   sort:
21207   - "LISP"
21208   - "VXLAN_1"
21209   - "VXLAN_10"
21210   - "VXLAN_100"
21211   - "VXLAN_1000"
21212   layout:
21213     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21214     layout: "plot-latency"
21215
21216 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21217 -
21218   type: "plot"
21219   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21220   algorithm: "plot_latency_error_bars"
21221   output-file-type: ".html"
21222   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21223   data: "plot-vpp-throughput-latency-3n-skx"
21224   filter: "'NIC_Intel-X710' and
21225            '64B' and
21226            'ENCAP' and
21227            'NDRPDR' and
21228            '2T1C' and
21229            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21230            not 'DOT1Q' and
21231            not 'VHOST' and
21232            not 'IPSECHW'"
21233   parameters:
21234   - "latency"
21235   - "parent"
21236   - "tags"
21237   sort:
21238   - "L2BDMACLRN"
21239   - "L2XCFWD"
21240   - "LISP"
21241   layout:
21242     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21243     layout: "plot-latency"
21244
21245 -
21246   type: "plot"
21247   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21248   algorithm: "plot_latency_error_bars"
21249   output-file-type: ".html"
21250   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21251   data: "plot-vpp-throughput-latency-3n-skx"
21252   filter: "'NIC_Intel-X710' and
21253            '64B' and
21254            'ENCAP' and
21255            'NDRPDR' and
21256            '4T2C' and
21257            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21258            not 'DOT1Q' and
21259            not 'VHOST' and
21260            not 'IPSECHW'"
21261   parameters:
21262   - "latency"
21263   - "parent"
21264   - "tags"
21265   sort:
21266   - "L2BDMACLRN"
21267   - "L2XCFWD"
21268   - "LISP"
21269   layout:
21270     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21271     layout: "plot-latency"
21272
21273 ################################################################################
21274
21275 # Packet Latency - VPP IPv6 3n-hsw-x520
21276 -
21277   type: "plot"
21278   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21279   algorithm: "plot_latency_error_bars"
21280   output-file-type: ".html"
21281   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21282   data: "plot-vpp-throughput-latency-3n-hsw"
21283   filter: "'NIC_Intel-X520-DA2' and
21284            '78B' and
21285            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21286            'NDRPDR' and
21287            '1T1C' and
21288            'IP6FWD' and
21289            not 'SRv6' and
21290            not 'IPSEC' and
21291            not 'VHOST'"
21292   parameters:
21293   - "latency"
21294   - "parent"
21295   - "tags"
21296   sort:
21297   - "IP6BASE"
21298   - "FIB_20K"
21299   - "FIB_200K"
21300   - "FIB_2M"
21301   layout:
21302     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21303     layout: "plot-latency"
21304
21305 -
21306   type: "plot"
21307   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21308   algorithm: "plot_latency_error_bars"
21309   output-file-type: ".html"
21310   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21311   data: "plot-vpp-throughput-latency-3n-hsw"
21312   filter: "'NIC_Intel-X520-DA2' and
21313            '78B' and
21314            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21315            'NDRPDR' and
21316            '2T2C' and
21317            'IP6FWD' and
21318            not 'SRv6' and
21319            not 'IPSEC' and
21320            not 'VHOST'"
21321   parameters:
21322   - "latency"
21323   - "parent"
21324   - "tags"
21325   sort:
21326   - "IP6BASE"
21327   - "FIB_20K"
21328   - "FIB_200K"
21329   - "FIB_2M"
21330   layout:
21331     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21332     layout: "plot-latency"
21333
21334 # Packet Latency - VPP IPv6 3n-hsw-x710
21335 -
21336   type: "plot"
21337   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21338   algorithm: "plot_latency_error_bars"
21339   output-file-type: ".html"
21340   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21341   data: "plot-vpp-throughput-latency-3n-hsw"
21342   filter: "'NIC_Intel-X710' and
21343            '78B' and
21344            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21345            'NDRPDR' and
21346            '1T1C' and
21347            'IP6FWD' and
21348            not 'SRv6' and
21349            not 'IPSEC' and
21350            not 'VHOST'"
21351   parameters:
21352   - "latency"
21353   - "parent"
21354   - "tags"
21355   sort:
21356   - "IP6BASE"
21357   - "FIB_20K"
21358   - "FIB_200K"
21359   - "FIB_2M"
21360   layout:
21361     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21362     layout: "plot-latency"
21363
21364 -
21365   type: "plot"
21366   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21367   algorithm: "plot_latency_error_bars"
21368   output-file-type: ".html"
21369   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21370   data: "plot-vpp-throughput-latency-3n-hsw"
21371   filter: "'NIC_Intel-X710' and
21372            '78B' and
21373            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21374            'NDRPDR' and
21375            '2T2C' and
21376            'IP6FWD' and
21377            not 'SRv6' and
21378            not 'IPSEC' and
21379            not 'VHOST'"
21380   parameters:
21381   - "latency"
21382   - "parent"
21383   - "tags"
21384   sort:
21385   - "IP6BASE"
21386   - "FIB_20K"
21387   - "FIB_200K"
21388   - "FIB_2M"
21389   layout:
21390     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21391     layout: "plot-latency"
21392
21393 # Packet Latency - VPP IPv6 3n-hsw-xl710
21394 -
21395   type: "plot"
21396   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21397   algorithm: "plot_latency_error_bars"
21398   output-file-type: ".html"
21399   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21400   data: "plot-vpp-throughput-latency-3n-hsw"
21401   filter: "'NIC_Intel-XL710' and
21402            '78B' and
21403            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21404            'NDRPDR' and
21405            '1T1C' and
21406            'IP6FWD' and
21407            not 'SRv6' and
21408            not 'IPSEC' and
21409            not 'VHOST'"
21410   parameters:
21411   - "latency"
21412   - "parent"
21413   - "tags"
21414   sort:
21415   - "IP6BASE"
21416   - "FIB_20K"
21417   - "FIB_200K"
21418   - "FIB_2M"
21419   layout:
21420     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21421     layout: "plot-latency"
21422
21423 -
21424   type: "plot"
21425   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21426   algorithm: "plot_latency_error_bars"
21427   output-file-type: ".html"
21428   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21429   data: "plot-vpp-throughput-latency-3n-hsw"
21430   filter: "'NIC_Intel-XL710' and
21431            '78B' and
21432            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21433            'NDRPDR' and
21434            '2T2C' and
21435            'IP6FWD' and
21436            not 'SRv6' and
21437            not 'IPSEC' and
21438            not 'VHOST'"
21439   parameters:
21440   - "latency"
21441   - "parent"
21442   - "tags"
21443   sort:
21444   - "IP6BASE"
21445   - "FIB_20K"
21446   - "FIB_200K"
21447   - "FIB_2M"
21448   layout:
21449     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21450     layout: "plot-latency"
21451
21452 # Packet Latency - VPP IPv6 3n-skx-x710
21453 -
21454   type: "plot"
21455   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21456   algorithm: "plot_latency_error_bars"
21457   output-file-type: ".html"
21458   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21459   data: "plot-vpp-throughput-latency-3n-skx"
21460   filter: "'NIC_Intel-X710' and
21461            '78B' and
21462            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21463            'NDRPDR' and
21464            '2T1C' and
21465            'IP6FWD' and
21466            not 'SRv6' and
21467            not 'IPSEC' and
21468            not 'VHOST'"
21469   parameters:
21470   - "latency"
21471   - "parent"
21472   - "tags"
21473   sort:
21474   - "IP6BASE"
21475   - "FIB_20K"
21476   - "FIB_200K"
21477   - "FIB_2M"
21478   layout:
21479     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21480     layout: "plot-latency"
21481
21482 -
21483   type: "plot"
21484   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21485   algorithm: "plot_latency_error_bars"
21486   output-file-type: ".html"
21487   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21488   data: "plot-vpp-throughput-latency-3n-skx"
21489   filter: "'NIC_Intel-X710' and
21490            '78B' and
21491            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21492            'NDRPDR' and
21493            '4T2C' and
21494            'IP6FWD' and
21495            not 'SRv6' and
21496            not 'IPSEC' and
21497            not 'VHOST'"
21498   parameters:
21499   - "latency"
21500   - "parent"
21501   - "tags"
21502   sort:
21503   - "IP6BASE"
21504   - "FIB_20K"
21505   - "FIB_200K"
21506   - "FIB_2M"
21507   layout:
21508     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21509     layout: "plot-latency"
21510
21511 # Packet Latency - VPP IPv6 2n-skx-x710
21512 -
21513   type: "plot"
21514   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21515   algorithm: "plot_latency_error_bars"
21516   output-file-type: ".html"
21517   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21518   data: "plot-vpp-throughput-latency-2n-skx"
21519   filter: "'NIC_Intel-X710' and
21520            '78B' and
21521            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21522            'NDRPDR' and
21523            '2T1C' and
21524            'IP6FWD' and
21525            not 'SRv6' and
21526            not 'IPSEC' and
21527            not 'VHOST'"
21528   parameters:
21529   - "latency"
21530   - "parent"
21531   - "tags"
21532   sort:
21533   - "IP6BASE"
21534   - "FIB_20k"
21535   - "FIB_200k"
21536   - "FIB_2M"
21537   layout:
21538     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21539     layout: "plot-latency"
21540
21541 -
21542   type: "plot"
21543   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21544   algorithm: "plot_latency_error_bars"
21545   output-file-type: ".html"
21546   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21547   data: "plot-vpp-throughput-latency-2n-skx"
21548   filter: "'NIC_Intel-X710' and
21549            '78B' and
21550            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21551            'NDRPDR' and
21552            '4T2C' and
21553            'IP6FWD' and
21554            not 'SRv6' and
21555            not 'IPSEC' and
21556            not 'VHOST'"
21557   parameters:
21558   - "latency"
21559   - "parent"
21560   - "tags"
21561   sort:
21562   - "IP6BASE"
21563   - "FIB_20k"
21564   - "FIB_200k"
21565   - "FIB_2M"
21566   layout:
21567     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21568     layout: "plot-latency"
21569
21570 # Packet Latency - VPP IPv6 2n-skx-xxv710
21571 -
21572   type: "plot"
21573   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21574   algorithm: "plot_latency_error_bars"
21575   output-file-type: ".html"
21576   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21577   data: "plot-vpp-throughput-latency-2n-skx"
21578   filter: "'NIC_Intel-XXV710' and
21579            '78B' and
21580            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21581            'NDRPDR' and
21582            '2T1C' and
21583            'IP6FWD' and
21584            not 'SRv6' and
21585            not 'IPSEC' and
21586            not 'VHOST'"
21587   parameters:
21588   - "latency"
21589   - "parent"
21590   - "tags"
21591   sort:
21592   - "IP6BASE"
21593   - "FIB_20k"
21594   - "FIB_200k"
21595   - "FIB_2M"
21596   layout:
21597     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21598     layout: "plot-latency"
21599
21600 -
21601   type: "plot"
21602   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21603   algorithm: "plot_latency_error_bars"
21604   output-file-type: ".html"
21605   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21606   data: "plot-vpp-throughput-latency-2n-skx"
21607   filter: "'NIC_Intel-XXV710' and
21608            '78B' and
21609            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21610            'NDRPDR' and
21611            '4T2C' and
21612            'IP6FWD' and
21613            not 'SRv6' and
21614            not 'IPSEC' and
21615            not 'VHOST'"
21616   parameters:
21617   - "latency"
21618   - "parent"
21619   - "tags"
21620   sort:
21621   - "IP6BASE"
21622   - "FIB_20k"
21623   - "FIB_200k"
21624   - "FIB_2M"
21625   layout:
21626     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21627     layout: "plot-latency"
21628
21629 ################################################################################
21630
21631 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21632 -
21633   type: "plot"
21634   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21635   algorithm: "plot_latency_error_bars"
21636   output-file-type: ".html"
21637   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21638   data: "plot-vpp-throughput-latency-3n-hsw"
21639   filter: "'NIC_Intel-X520-DA2' and
21640            '78B' and
21641            'ENCAP' and
21642            'NDRPDR' and
21643            '1T1C' and
21644            'LISP' and
21645            not 'VHOST'"
21646   parameters:
21647   - "latency"
21648   - "parent"
21649   - "tags"
21650   sort:
21651   - "IP4UNRLAY"
21652   - "IP6UNRLAY"
21653   layout:
21654     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21655     layout: "plot-latency"
21656
21657 -
21658   type: "plot"
21659   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21660   algorithm: "plot_latency_error_bars"
21661   output-file-type: ".html"
21662   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21663   data: "plot-vpp-throughput-latency-3n-hsw"
21664   filter: "'NIC_Intel-X520-DA2' and
21665            '78B' and
21666            'ENCAP' and
21667            'NDRPDR' and
21668            '2T2C' and
21669            'LISP' and
21670            not 'VHOST'"
21671   parameters:
21672   - "latency"
21673   - "parent"
21674   - "tags"
21675   sort:
21676   - "IP4UNRLAY"
21677   - "IP6UNRLAY"
21678   layout:
21679     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21680     layout: "plot-latency"
21681
21682 ################################################################################
21683
21684 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21685 -
21686   type: "plot"
21687   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21688   algorithm: "plot_latency_error_bars"
21689   output-file-type: ".html"
21690   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21691   data: "plot-vpp-throughput-latency-3n-hsw"
21692   filter: "'NIC_Intel-XL710' and
21693            '64B' and
21694            'IP4FWD' and
21695            'NDRPDR' and
21696            'BASE' and
21697            '1T1C' and
21698            'IPSECHW' and
21699            ('IPSECTRAN' or 'IPSECTUN') and
21700            not 'VHOST'"
21701   parameters:
21702   - "latency"
21703   - "parent"
21704   - "tags"
21705   layout:
21706     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21707     layout: "plot-latency"
21708
21709 -
21710   type: "plot"
21711   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21712   algorithm: "plot_latency_error_bars"
21713   output-file-type: ".html"
21714   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21715   data: "plot-vpp-throughput-latency-3n-hsw"
21716   filter: "'NIC_Intel-XL710' and
21717            '64B' and
21718            'IP4FWD' and
21719            'NDRPDR' and
21720            'BASE' and
21721            '2T2C' and
21722            'IPSECHW' and
21723            ('IPSECTRAN' or 'IPSECTUN') and
21724            not 'VHOST'"
21725   parameters:
21726   - "latency"
21727   - "parent"
21728   - "tags"
21729   layout:
21730     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21731     layout: "plot-latency"
21732
21733 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21734 -
21735   type: "plot"
21736   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21737   algorithm: "plot_latency_error_bars"
21738   output-file-type: ".html"
21739   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21740   data: "plot-vpp-throughput-latency-3n-hsw"
21741   filter: "'NIC_Intel-XL710' and
21742            '64B' and
21743            'IP4FWD' and
21744            'NDRPDR' and
21745            'SCALE' and
21746            '1T1C' and
21747            'IPSECHW' and
21748            ('IPSECTRAN' or 'IPSECTUN') and
21749            not 'VHOST'"
21750   parameters:
21751   - "latency"
21752   - "parent"
21753   - "tags"
21754   layout:
21755     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21756     layout: "plot-latency"
21757
21758 -
21759   type: "plot"
21760   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21761   algorithm: "plot_latency_error_bars"
21762   output-file-type: ".html"
21763   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21764   data: "plot-vpp-throughput-latency-3n-hsw"
21765   filter: "'NIC_Intel-XL710' and
21766            '64B' and
21767            'IP4FWD' and
21768            'NDRPDR' and
21769            'SCALE' and
21770            '2T2C' and
21771            'IPSECHW' and
21772            ('IPSECTRAN' or 'IPSECTUN') and
21773            not 'VHOST'"
21774   parameters:
21775   - "latency"
21776   - "parent"
21777   - "tags"
21778   layout:
21779     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21780     layout: "plot-latency"
21781
21782 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21783 -
21784   type: "plot"
21785   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21786   algorithm: "plot_latency_error_bars"
21787   output-file-type: ".html"
21788   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21789   data: "plot-vpp-throughput-latency-3n-hsw"
21790   filter: "'NIC_Intel-XL710' and
21791            '64B' and
21792            'IP4FWD' and
21793            'NDRPDR' and
21794            '1T1C' and
21795            'IPSECSW' and
21796            ('IPSECTRAN' or 'IPSECTUN') and
21797            not 'VHOST'"
21798   parameters:
21799   - "latency"
21800   - "parent"
21801   - "tags"
21802   layout:
21803     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21804     layout: "plot-latency"
21805
21806 -
21807   type: "plot"
21808   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21809   algorithm: "plot_latency_error_bars"
21810   output-file-type: ".html"
21811   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21812   data: "plot-vpp-throughput-latency-3n-hsw"
21813   filter: "'NIC_Intel-XL710' and
21814            '64B' and
21815            'IP4FWD' and
21816            'NDRPDR' and
21817            '2T2C' and
21818            'IPSECSW' and
21819            ('IPSECTRAN' or 'IPSECTUN') and
21820            not 'VHOST'"
21821   parameters:
21822   - "latency"
21823   - "parent"
21824   - "tags"
21825   layout:
21826     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21827     layout: "plot-latency"
21828
21829 ################################################################################
21830
21831 # Packet Latency - VPP SRv6 3n-hsw-x520
21832 -
21833   type: "plot"
21834   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21835   algorithm: "plot_latency_error_bars"
21836   output-file-type: ".html"
21837   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21838   data: "plot-vpp-throughput-latency-3n-hsw"
21839   filter: "'NIC_Intel-X520-DA2' and
21840            '78B' and
21841            'FEATURE' and
21842            'NDRPDR' and
21843            '1T1C' and
21844            'IP6FWD' and
21845            'SRv6'"
21846   parameters:
21847   - "latency"
21848   - "parent"
21849   - "tags"
21850   layout:
21851     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21852     layout: "plot-latency"
21853
21854 -
21855   type: "plot"
21856   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21857   algorithm: "plot_latency_error_bars"
21858   output-file-type: ".html"
21859   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21860   data: "plot-vpp-throughput-latency-3n-hsw"
21861   filter: "'NIC_Intel-X520-DA2' and
21862            '78B' and
21863            'FEATURE' and
21864            'NDRPDR' and
21865            '2T2C' and
21866            'IP6FWD' and
21867            'SRv6'"
21868   parameters:
21869   - "latency"
21870   - "parent"
21871   - "tags"
21872   layout:
21873     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21874     layout: "plot-latency"
21875
21876 ################################################################################
21877
21878 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21879 -
21880   type: "plot"
21881   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21882   algorithm: "plot_latency_error_bars"
21883   output-file-type: ".html"
21884   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21885   data: "plot-vpp-throughput-latency-3n-hsw"
21886   filter: "'NIC_Intel-X520-DA2' and
21887            '64B' and
21888            'NDRPDR' and
21889            'ETH' and
21890            'IP4FWD' and
21891            '1T1C' and
21892            'VHOST_1024' and
21893            not 'VXLAN' and
21894            not 'DOT1Q'"
21895   parameters:
21896   - "latency"
21897   - "parent"
21898   - "tags"
21899   sort:
21900   - "not CFS_OPT"
21901   - "1VM"
21902   - "2VM"
21903   layout:
21904     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21905     layout: "plot-latency"
21906
21907 -
21908   type: "plot"
21909   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21910   algorithm: "plot_latency_error_bars"
21911   output-file-type: ".html"
21912   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21913   data: "plot-vpp-throughput-latency-3n-hsw"
21914   filter: "'NIC_Intel-X520-DA2' and
21915            '64B' and
21916            'NDRPDR' and
21917            'ETH' and
21918            'IP4FWD' and
21919            '2T2C' and
21920            'VHOST_1024' and
21921            not 'VXLAN' and
21922            not 'DOT1Q'"
21923   parameters:
21924   - "latency"
21925   - "parent"
21926   - "tags"
21927   sort:
21928   - "not CFS_OPT"
21929   - "1VM"
21930   - "2VM"
21931   layout:
21932     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21933     layout: "plot-latency"
21934
21935 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21936 -
21937   type: "plot"
21938   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21939   algorithm: "plot_latency_error_bars"
21940   output-file-type: ".html"
21941   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21942   data: "plot-vpp-throughput-latency-3n-hsw"
21943   filter: "'NIC_Intel-X520-DA2' and
21944            '64B' and
21945            'NDRPDR' and
21946            ('ETH' or 'DOT1Q') and
21947            '1T1C' and
21948            'L2BDMACLRN' and
21949            'VHOST_1024' and
21950            not 'VXLAN' and
21951            not 'IP4FWD' and
21952            not '2VM'"
21953   parameters:
21954   - "latency"
21955   - "parent"
21956   - "tags"
21957 #  sort:
21958 #  - "VM"  # "not CFS_OPT"
21959 #  - "CFS_OPT"
21960 #  - "FIB_10K"
21961 #  - "FIB_100K"
21962 #  - "FIB_1M"
21963   layout:
21964     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21965     layout: "plot-latency"
21966
21967 -
21968   type: "plot"
21969   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21970   algorithm: "plot_latency_error_bars"
21971   output-file-type: ".html"
21972   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21973   data: "plot-vpp-throughput-latency-3n-hsw"
21974   filter: "'NIC_Intel-X520-DA2' and
21975            '64B' and
21976            'NDRPDR' and
21977            ('ETH' or 'DOT1Q') and
21978            '2T2C' and
21979            'L2BDMACLRN' and
21980            'VHOST_1024' and
21981            not 'VXLAN' and
21982            not 'IP4FWD' and
21983            not '2VM'"
21984   parameters:
21985   - "latency"
21986   - "parent"
21987   - "tags"
21988 #  sort:
21989 #  - "VM"  # "not CFS_OPT"
21990 #  - "CFS_OPT"
21991 #  - "FIB_10K"
21992 #  - "FIB_100K"
21993 #  - "FIB_1M"
21994   layout:
21995     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21996     layout: "plot-latency"
21997
21998 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21999 -
22000   type: "plot"
22001   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22002   algorithm: "plot_latency_error_bars"
22003   output-file-type: ".html"
22004   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22005   data: "plot-vpp-throughput-latency-3n-hsw"
22006   filter: "'NIC_Intel-X520-DA2' and
22007            '64B' and
22008            'NDRPDR' and
22009            ('ETH' or 'DOT1Q') and
22010            'BASE' and
22011            '1T1C' and
22012            ('L2BDMACLRN' or 'L2XCFWD') and
22013            'VHOST_1024' and
22014            not 'VXLAN' and
22015            not 'IP4FWD' and
22016            not '2VM'"
22017   parameters:
22018   - "latency"
22019   - "parent"
22020   - "tags"
22021 #  sort:
22022 #  - "not CFS_OPT"
22023 #  - "L2XCFWD"
22024 #  - "not CFS_OPT"
22025 #  - "CFS_OPT"
22026   layout:
22027     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
22028     layout: "plot-latency"
22029
22030 -
22031   type: "plot"
22032   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22033   algorithm: "plot_latency_error_bars"
22034   output-file-type: ".html"
22035   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22036   data: "plot-vpp-throughput-latency-3n-hsw"
22037   filter: "'NIC_Intel-X520-DA2' and
22038            '64B' and
22039            'NDRPDR' and
22040            ('ETH' or 'DOT1Q') and
22041            'BASE' and
22042            '2T2C' and
22043            ('L2BDMACLRN' or 'L2XCFWD') and
22044            'VHOST_1024' and
22045            not 'VXLAN' and
22046            not 'IP4FWD' and
22047            not '2VM'"
22048   parameters:
22049   - "latency"
22050   - "parent"
22051   - "tags"
22052 #  sort:
22053 #  - "not CFS_OPT"
22054 #  - "L2XCFWD"
22055 #  - "not CFS_OPT"
22056 #  - "CFS_OPT"
22057   layout:
22058     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22059     layout: "plot-latency"
22060
22061 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22062 -
22063   type: "plot"
22064   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22065   algorithm: "plot_latency_error_bars"
22066   output-file-type: ".html"
22067   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22068   data: "plot-vpp-throughput-latency-3n-hsw"
22069   filter: "'NIC_Intel-X520-DA2' and
22070            '64B' and
22071            'NDRPDR' and
22072            ('ETH' or 'DOT1Q') and
22073            '1T1C' and
22074            ('L2BDMACLRN' or 'L2XCFWD') and
22075            'VHOST_1024' and
22076            not 'CFS_OPT' and
22077            not 'VXLAN' and
22078            not 'IP4FWD' and
22079            not 'LBOND'"
22080   parameters:
22081   - "latency"
22082   - "parent"
22083   - "tags"
22084 #  sort:
22085 #  - "1VM"
22086 #  - "L2XCFWD"
22087 #  - "1VM"
22088 #  - "L2BDMACLRN"
22089   layout:
22090     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22091     layout: "plot-latency"
22092
22093 -
22094   type: "plot"
22095   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22096   algorithm: "plot_latency_error_bars"
22097   output-file-type: ".html"
22098   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22099   data: "plot-vpp-throughput-latency-3n-hsw"
22100   filter: "'NIC_Intel-X520-DA2' and
22101            '64B' and
22102            'NDRPDR' and
22103            ('ETH' or 'DOT1Q') and
22104            '2T2C' and
22105            ('L2BDMACLRN' or 'L2XCFWD') and
22106            'VHOST_1024' and
22107            not 'CFS_OPT' and
22108            not 'VXLAN' and
22109            not 'IP4FWD' and
22110            not 'LBOND'"
22111   parameters:
22112   - "latency"
22113   - "parent"
22114   - "tags"
22115 #  sort:
22116 #  - "1VM"
22117 #  - "L2XCFWD"
22118 #  - "1VM"
22119 #  - "L2BDMACLRN"
22120   layout:
22121     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22122     layout: "plot-latency"
22123
22124 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22125 -
22126   type: "plot"
22127   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22128   algorithm: "plot_latency_error_bars"
22129   output-file-type: ".html"
22130   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22131   data: "plot-vpp-throughput-latency-3n-hsw"
22132   filter: "'NIC_Intel-X710' and
22133            '64B' and
22134            'NDRPDR' and
22135            'ETH' and
22136            'IP4FWD' and
22137            '1T1C' and
22138            'VHOST_1024' and
22139            not 'VXLAN' and
22140            not 'DOT1Q'"
22141   parameters:
22142   - "latency"
22143   - "parent"
22144   - "tags"
22145   sort:
22146   - "not CFS_OPT"
22147   - "1VM"
22148   - "2VM"
22149   layout:
22150     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22151     layout: "plot-latency"
22152
22153 -
22154   type: "plot"
22155   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22156   algorithm: "plot_latency_error_bars"
22157   output-file-type: ".html"
22158   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22159   data: "plot-vpp-throughput-latency-3n-hsw"
22160   filter: "'NIC_Intel-X710' and
22161            '64B' and
22162            'NDRPDR' and
22163            'ETH' and
22164            'IP4FWD' and
22165            '2T2C' and
22166            'VHOST_1024' and
22167            not 'VXLAN' and
22168            not 'DOT1Q'"
22169   parameters:
22170   - "latency"
22171   - "parent"
22172   - "tags"
22173   sort:
22174   - "not CFS_OPT"
22175   - "1VM"
22176   - "2VM"
22177   layout:
22178     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22179     layout: "plot-latency"
22180
22181 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22182 -
22183   type: "plot"
22184   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22185   algorithm: "plot_latency_error_bars"
22186   output-file-type: ".html"
22187   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22188   data: "plot-vpp-throughput-latency-3n-hsw"
22189   filter: "'NIC_Intel-X710' and
22190            '64B' and
22191            'NDRPDR' and
22192            ('ETH' or 'DOT1Q') and
22193            '1T1C' and
22194            'L2BDMACLRN' and
22195            'VHOST_1024' and
22196            not 'VXLAN' and
22197            not 'IP4FWD' and
22198            not '2VM'"
22199   parameters:
22200   - "latency"
22201   - "parent"
22202   - "tags"
22203 #  sort:
22204 #  - "VM"  # "not CFS_OPT"
22205 #  - "CFS_OPT"
22206 #  - "FIB_10K"
22207 #  - "FIB_100K"
22208 #  - "FIB_1M"
22209   layout:
22210     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22211     layout: "plot-latency"
22212
22213 -
22214   type: "plot"
22215   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22216   algorithm: "plot_latency_error_bars"
22217   output-file-type: ".html"
22218   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22219   data: "plot-vpp-throughput-latency-3n-hsw"
22220   filter: "'NIC_Intel-X710' and
22221            '64B' and
22222            'NDRPDR' and
22223            ('ETH' or 'DOT1Q') and
22224            '2T2C' and
22225            'L2BDMACLRN' and
22226            'VHOST_1024' and
22227            not 'VXLAN' and
22228            not 'IP4FWD' and
22229            not '2VM'"
22230   parameters:
22231   - "latency"
22232   - "parent"
22233   - "tags"
22234 #  sort:
22235 #  - "VM"  # "not CFS_OPT"
22236 #  - "CFS_OPT"
22237 #  - "FIB_10K"
22238 #  - "FIB_100K"
22239 #  - "FIB_1M"
22240   layout:
22241     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22242     layout: "plot-latency"
22243
22244 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22245 -
22246   type: "plot"
22247   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22248   algorithm: "plot_latency_error_bars"
22249   output-file-type: ".html"
22250   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22251   data: "plot-vpp-throughput-latency-3n-hsw"
22252   filter: "'NIC_Intel-X710' and
22253            '64B' and
22254            'NDRPDR' and
22255            ('ETH' or 'DOT1Q') and
22256            'BASE' and
22257            '1T1C' and
22258            ('L2BDMACLRN' or 'L2XCFWD') and
22259            'VHOST_1024' and
22260            not 'VXLAN' and
22261            not 'IP4FWD' and
22262            not '2VM'"
22263   parameters:
22264   - "latency"
22265   - "parent"
22266   - "tags"
22267 #  sort:
22268 #  - "not CFS_OPT"
22269 #  - "L2XCFWD"
22270 #  - "not CFS_OPT"
22271 #  - "CFS_OPT"
22272   layout:
22273     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22274     layout: "plot-latency"
22275
22276 -
22277   type: "plot"
22278   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22279   algorithm: "plot_latency_error_bars"
22280   output-file-type: ".html"
22281   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22282   data: "plot-vpp-throughput-latency-3n-hsw"
22283   filter: "'NIC_Intel-X710' and
22284            '64B' and
22285            'NDRPDR' and
22286            ('ETH' or 'DOT1Q') and
22287            'BASE' and
22288            '2T2C' and
22289            ('L2BDMACLRN' or 'L2XCFWD') and
22290            'VHOST_1024' and
22291            not 'VXLAN' and
22292            not 'IP4FWD' and
22293            not '2VM'"
22294   parameters:
22295   - "latency"
22296   - "parent"
22297   - "tags"
22298 #  sort:
22299 #  - "not CFS_OPT"
22300 #  - "L2XCFWD"
22301 #  - "not CFS_OPT"
22302 #  - "CFS_OPT"
22303   layout:
22304     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22305     layout: "plot-latency"
22306
22307 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22308 -
22309   type: "plot"
22310   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22311   algorithm: "plot_latency_error_bars"
22312   output-file-type: ".html"
22313   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22314   data: "plot-vpp-throughput-latency-3n-hsw"
22315   filter: "'NIC_Intel-X710' and
22316            '64B' and
22317            'NDRPDR' and
22318            ('ETH' or 'DOT1Q') and
22319            '1T1C' and
22320            ('L2BDMACLRN' or 'L2XCFWD') and
22321            'VHOST_1024' and
22322            not 'CFS_OPT' and
22323            not 'VXLAN' and
22324            not 'IP4FWD' and
22325            not 'LBOND'"
22326   parameters:
22327   - "latency"
22328   - "parent"
22329   - "tags"
22330 #  sort:
22331 #  - "1VM"
22332 #  - "L2XCFWD"
22333 #  - "1VM"
22334 #  - "L2BDMACLRN"
22335   layout:
22336     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22337     layout: "plot-latency"
22338
22339 -
22340   type: "plot"
22341   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22342   algorithm: "plot_latency_error_bars"
22343   output-file-type: ".html"
22344   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22345   data: "plot-vpp-throughput-latency-3n-hsw"
22346   filter: "'NIC_Intel-X710' and
22347            '64B' and
22348            'NDRPDR' and
22349            ('ETH' or 'DOT1Q') and
22350            '2T2C' and
22351            ('L2BDMACLRN' or 'L2XCFWD') and
22352            'VHOST_1024' and
22353            not 'CFS_OPT' and
22354            not 'VXLAN' and
22355            not 'IP4FWD' and
22356            not 'LBOND'"
22357   parameters:
22358   - "latency"
22359   - "parent"
22360   - "tags"
22361 #  sort:
22362 #  - "1VM"
22363 #  - "L2XCFWD"
22364 #  - "1VM"
22365 #  - "L2BDMACLRN"
22366   layout:
22367     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22368     layout: "plot-latency"
22369
22370 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22371 -
22372   type: "plot"
22373   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22374   algorithm: "plot_latency_error_bars"
22375   output-file-type: ".html"
22376   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22377   data: "plot-vpp-throughput-latency-3n-hsw"
22378   filter: "'NIC_Intel-XL710' and
22379            '64B' and
22380            'NDRPDR' and
22381            'ETH' and
22382            'IP4FWD' and
22383            '1T1C' and
22384            'VHOST_1024' and
22385            not 'VXLAN' and
22386            not 'DOT1Q'"
22387   parameters:
22388   - "latency"
22389   - "parent"
22390   - "tags"
22391   sort:
22392   - "not CFS_OPT"
22393   - "1VM"
22394   - "2VM"
22395   layout:
22396     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22397     layout: "plot-latency"
22398
22399 -
22400   type: "plot"
22401   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22402   algorithm: "plot_latency_error_bars"
22403   output-file-type: ".html"
22404   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22405   data: "plot-vpp-throughput-latency-3n-hsw"
22406   filter: "'NIC_Intel-XL710' and
22407            '64B' and
22408            'NDRPDR' and
22409            'ETH' and
22410            'IP4FWD' and
22411            '2T2C' and
22412            'VHOST_1024' and
22413            not 'VXLAN' and
22414            not 'DOT1Q'"
22415   parameters:
22416   - "latency"
22417   - "parent"
22418   - "tags"
22419   sort:
22420   - "not CFS_OPT"
22421   - "1VM"
22422   - "2VM"
22423   layout:
22424     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22425     layout: "plot-latency"
22426
22427 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22428 -
22429   type: "plot"
22430   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22431   algorithm: "plot_latency_error_bars"
22432   output-file-type: ".html"
22433   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22434   data: "plot-vpp-throughput-latency-3n-hsw"
22435   filter: "'NIC_Intel-XL710' and
22436            '64B' and
22437            'NDRPDR' and
22438            ('ETH' or 'DOT1Q') and
22439            '1T1C' and
22440            'L2BDMACLRN' and
22441            'VHOST_1024' and
22442            not 'VXLAN' and
22443            not 'IP4FWD' and
22444            not '2VM'"
22445   parameters:
22446   - "latency"
22447   - "parent"
22448   - "tags"
22449 #  sort:
22450 #  - "VM"  # "not CFS_OPT"
22451 #  - "CFS_OPT"
22452 #  - "FIB_10K"
22453 #  - "FIB_100K"
22454 #  - "FIB_1M"
22455   layout:
22456     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22457     layout: "plot-latency"
22458
22459 -
22460   type: "plot"
22461   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22462   algorithm: "plot_latency_error_bars"
22463   output-file-type: ".html"
22464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22465   data: "plot-vpp-throughput-latency-3n-hsw"
22466   filter: "'NIC_Intel-XL710' and
22467            '64B' and
22468            'NDRPDR' and
22469            ('ETH' or 'DOT1Q') and
22470            '2T2C' and
22471            'L2BDMACLRN' and
22472            'VHOST_1024' and
22473            not 'VXLAN' and
22474            not 'IP4FWD' and
22475            not '2VM'"
22476   parameters:
22477   - "latency"
22478   - "parent"
22479   - "tags"
22480 #  sort:
22481 #  - "VM"  # "not CFS_OPT"
22482 #  - "CFS_OPT"
22483 #  - "FIB_10K"
22484 #  - "FIB_100K"
22485 #  - "FIB_1M"
22486   layout:
22487     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22488     layout: "plot-latency"
22489
22490 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22491 -
22492   type: "plot"
22493   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22494   algorithm: "plot_latency_error_bars"
22495   output-file-type: ".html"
22496   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22497   data: "plot-vpp-throughput-latency-3n-hsw"
22498   filter: "'NIC_Intel-XL710' and
22499            '64B' and
22500            'NDRPDR' and
22501            ('ETH' or 'DOT1Q') and
22502            'BASE' and
22503            '1T1C' and
22504            ('L2BDMACLRN' or 'L2XCFWD') and
22505            'VHOST_1024' and
22506            not 'VXLAN' and
22507            not 'IP4FWD' and
22508            not '2VM'"
22509   parameters:
22510   - "latency"
22511   - "parent"
22512   - "tags"
22513 #  sort:
22514 #  - "not CFS_OPT"
22515 #  - "L2XCFWD"
22516 #  - "not CFS_OPT"
22517 #  - "CFS_OPT"
22518   layout:
22519     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22520     layout: "plot-latency"
22521
22522 -
22523   type: "plot"
22524   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22525   algorithm: "plot_latency_error_bars"
22526   output-file-type: ".html"
22527   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22528   data: "plot-vpp-throughput-latency-3n-hsw"
22529   filter: "'NIC_Intel-XL710' and
22530            '64B' and
22531            'NDRPDR' and
22532            ('ETH' or 'DOT1Q') and
22533            'BASE' and
22534            '2T2C' and
22535            ('L2BDMACLRN' or 'L2XCFWD') and
22536            'VHOST_1024' and
22537            not 'VXLAN' and
22538            not 'IP4FWD' and
22539            not '2VM'"
22540   parameters:
22541   - "latency"
22542   - "parent"
22543   - "tags"
22544 #  sort:
22545 #  - "not CFS_OPT"
22546 #  - "L2XCFWD"
22547 #  - "not CFS_OPT"
22548 #  - "CFS_OPT"
22549   layout:
22550     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22551     layout: "plot-latency"
22552
22553 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22554 -
22555   type: "plot"
22556   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22557   algorithm: "plot_latency_error_bars"
22558   output-file-type: ".html"
22559   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22560   data: "plot-vpp-throughput-latency-3n-hsw"
22561   filter: "'NIC_Intel-XL710' and
22562            '64B' and
22563            'NDRPDR' and
22564            ('ETH' or 'DOT1Q') and
22565            '1T1C' and
22566            ('L2BDMACLRN' or 'L2XCFWD') and
22567            'VHOST_1024' and
22568            not 'CFS_OPT' and
22569            not 'VXLAN' and
22570            not 'IP4FWD'"
22571   parameters:
22572   - "latency"
22573   - "parent"
22574   - "tags"
22575 #  sort:
22576 #  - "1VM"
22577 #  - "L2XCFWD"
22578 #  - "1VM"
22579 #  - "L2BDMACLRN"
22580   layout:
22581     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22582     layout: "plot-latency"
22583
22584 -
22585   type: "plot"
22586   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22587   algorithm: "plot_latency_error_bars"
22588   output-file-type: ".html"
22589   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22590   data: "plot-vpp-throughput-latency-3n-hsw"
22591   filter: "'NIC_Intel-XL710' and
22592            '64B' and
22593            'NDRPDR' and
22594            ('ETH' or 'DOT1Q') and
22595            '2T2C' and
22596            ('L2BDMACLRN' or 'L2XCFWD') and
22597            'VHOST_1024' and
22598            not 'CFS_OPT' and
22599            not 'VXLAN' and
22600            not 'IP4FWD'"
22601   parameters:
22602   - "latency"
22603   - "parent"
22604   - "tags"
22605 #  sort:
22606 #  - "1VM"
22607 #  - "L2XCFWD"
22608 #  - "1VM"
22609 #  - "L2BDMACLRN"
22610   layout:
22611     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22612     layout: "plot-latency"
22613
22614 # Packet Latency - VPP vhost ip4 3n-skx-x710
22615 -
22616   type: "plot"
22617   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22618   algorithm: "plot_latency_error_bars"
22619   output-file-type: ".html"
22620   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22621   data: "plot-vpp-throughput-latency-3n-skx"
22622   filter: "'NIC_Intel-X710' and
22623            '64B' and
22624            'NDRPDR' and
22625            'ETH' and
22626            'IP4FWD' and
22627            '2T1C' and
22628            'VHOST_1024' and
22629            not 'VXLAN' and
22630            not 'DOT1Q'"
22631   parameters:
22632   - "latency"
22633   - "parent"
22634   - "tags"
22635   sort:
22636   - "not CFS_OPT"
22637   - "1VM"
22638   - "2VM"
22639   layout:
22640     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22641     layout: "plot-latency"
22642
22643 -
22644   type: "plot"
22645   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22646   algorithm: "plot_latency_error_bars"
22647   output-file-type: ".html"
22648   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22649   data: "plot-vpp-throughput-latency-3n-skx"
22650   filter: "'NIC_Intel-X710' and
22651            '64B' and
22652            'NDRPDR' and
22653            'ETH' and
22654            'IP4FWD' and
22655            '4T2C' and
22656            'VHOST_1024' and
22657            not 'VXLAN' and
22658            not 'DOT1Q'"
22659   parameters:
22660   - "latency"
22661   - "parent"
22662   - "tags"
22663   sort:
22664   - "not CFS_OPT"
22665   - "1VM"
22666   - "2VM"
22667   layout:
22668     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22669     layout: "plot-latency"
22670
22671 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22672 -
22673   type: "plot"
22674   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22675   algorithm: "plot_latency_error_bars"
22676   output-file-type: ".html"
22677   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22678   data: "plot-vpp-throughput-latency-3n-skx"
22679   filter: "'NIC_Intel-X710' and
22680            '64B' and
22681            'NDRPDR' and
22682            ('ETH' or 'DOT1Q') and
22683            '2T1C' and
22684            'L2BDMACLRN' and
22685            'VHOST_1024' and
22686            not 'VXLAN' and
22687            not 'IP4FWD' and
22688            not '2VM'"
22689   parameters:
22690   - "latency"
22691   - "parent"
22692   - "tags"
22693 #  sort:
22694 #  - "VM"  # "not CFS_OPT"
22695 #  - "CFS_OPT"
22696 #  - "FIB_10K"
22697 #  - "FIB_100K"
22698 #  - "FIB_1M"
22699   layout:
22700     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22701     layout: "plot-latency"
22702
22703 -
22704   type: "plot"
22705   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22706   algorithm: "plot_latency_error_bars"
22707   output-file-type: ".html"
22708   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22709   data: "plot-vpp-throughput-latency-3n-skx"
22710   filter: "'NIC_Intel-X710' and
22711            '64B' and
22712            'NDRPDR' and
22713            ('ETH' or 'DOT1Q') and
22714            '4T2C' and
22715            'L2BDMACLRN' and
22716            'VHOST_1024' and
22717            not 'VXLAN' and
22718            not 'IP4FWD' and
22719            not '2VM'"
22720   parameters:
22721   - "latency"
22722   - "parent"
22723   - "tags"
22724 #  sort:
22725 #  - "VM"  # "not CFS_OPT"
22726 #  - "CFS_OPT"
22727 #  - "FIB_10K"
22728 #  - "FIB_100K"
22729 #  - "FIB_1M"
22730   layout:
22731     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22732     layout: "plot-latency"
22733
22734 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22735 -
22736   type: "plot"
22737   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22738   algorithm: "plot_latency_error_bars"
22739   output-file-type: ".html"
22740   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22741   data: "plot-vpp-throughput-latency-3n-skx"
22742   filter: "'NIC_Intel-X710' and
22743            '64B' and
22744            'NDRPDR' and
22745            ('ETH' or 'DOT1Q') and
22746            'BASE' and
22747            '2T1C' and
22748            ('L2BDMACLRN' or 'L2XCFWD') and
22749            'VHOST_1024' and
22750            not 'VXLAN' and
22751            not 'IP4FWD' and
22752            not '2VM' and
22753            not 'LBOND'"
22754   parameters:
22755   - "latency"
22756   - "parent"
22757   - "tags"
22758 #  sort:
22759 #  - "not CFS_OPT"
22760 #  - "L2XCFWD"
22761 #  - "not CFS_OPT"
22762 #  - "CFS_OPT"
22763   layout:
22764     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22765     layout: "plot-latency"
22766
22767 -
22768   type: "plot"
22769   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22770   algorithm: "plot_latency_error_bars"
22771   output-file-type: ".html"
22772   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22773   data: "plot-vpp-throughput-latency-3n-skx"
22774   filter: "'NIC_Intel-X710' and
22775            '64B' and
22776            'NDRPDR' and
22777            ('ETH' or 'DOT1Q') and
22778            'BASE' and
22779            '4T2C' and
22780            ('L2BDMACLRN' or 'L2XCFWD') and
22781            'VHOST_1024' and
22782            not 'VXLAN' and
22783            not 'IP4FWD' and
22784            not '2VM' and
22785            not 'LBOND'"
22786   parameters:
22787   - "latency"
22788   - "parent"
22789   - "tags"
22790 #  sort:
22791 #  - "not CFS_OPT"
22792 #  - "L2XCFWD"
22793 #  - "not CFS_OPT"
22794 #  - "CFS_OPT"
22795   layout:
22796     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22797     layout: "plot-latency"
22798
22799 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22800 -
22801   type: "plot"
22802   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22803   algorithm: "plot_latency_error_bars"
22804   output-file-type: ".html"
22805   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22806   data: "plot-vpp-throughput-latency-3n-skx"
22807   filter: "'NIC_Intel-X710' and
22808            '64B' and
22809            'NDRPDR' and
22810            ('ETH' or 'DOT1Q') and
22811            '2T1C' and
22812            ('L2BDMACLRN' or 'L2XCFWD') and
22813            'VHOST_1024' and
22814            not 'CFS_OPT' and
22815            not 'VXLAN' and
22816            not 'IP4FWD' and
22817            not 'LBOND'"
22818   parameters:
22819   - "latency"
22820   - "parent"
22821   - "tags"
22822 #  sort:
22823 #  - "1VM"
22824 #  - "L2XCFWD"
22825 #  - "1VM"
22826 #  - "L2BDMACLRN"
22827   layout:
22828     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
22829     layout: "plot-latency"
22830
22831 -
22832   type: "plot"
22833   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22834   algorithm: "plot_latency_error_bars"
22835   output-file-type: ".html"
22836   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22837   data: "plot-vpp-throughput-latency-3n-skx"
22838   filter: "'NIC_Intel-X710' and
22839            '64B' and
22840            'NDRPDR' and
22841            ('ETH' or 'DOT1Q') and
22842            '4T2C' and
22843            ('L2BDMACLRN' or 'L2XCFWD') and
22844            'VHOST_1024' and
22845            not 'CFS_OPT' and
22846            not 'VXLAN' and
22847            not 'IP4FWD' and
22848            not 'LBOND'"
22849   parameters:
22850   - "latency"
22851   - "parent"
22852   - "tags"
22853 #  sort:
22854 #  - "1VM"
22855 #  - "L2XCFWD"
22856 #  - "1VM"
22857 #  - "L2BDMACLRN"
22858   layout:
22859     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
22860     layout: "plot-latency"
22861
22862 # Packet Latency - VPP vhost ip4 2n-skx-x710
22863 -
22864   type: "plot"
22865   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22866   algorithm: "plot_latency_error_bars"
22867   output-file-type: ".html"
22868   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22869   data: "plot-vpp-throughput-latency-2n-skx"
22870   filter: "'NIC_Intel-X710' and
22871            '64B' and
22872            'NDRPDR' and
22873            'ETH' and
22874            'IP4FWD' and
22875            '2T1C' and
22876            'VHOST_1024' and
22877            not 'VXLAN' and
22878            not 'NF_DENSITY' and
22879            not 'DOT1Q'"
22880   parameters:
22881   - "latency"
22882   - "parent"
22883   - "tags"
22884   sort:
22885   - "not CFS_OPT"
22886   - "1VM"
22887   - "2VM"
22888   layout:
22889     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22890     layout: "plot-latency"
22891
22892 -
22893   type: "plot"
22894   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22895   algorithm: "plot_latency_error_bars"
22896   output-file-type: ".html"
22897   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22898   data: "plot-vpp-throughput-latency-2n-skx"
22899   filter: "'NIC_Intel-X710' and
22900            '64B' and
22901            'NDRPDR' and
22902            'ETH' and
22903            'IP4FWD' and
22904            '4T2C' and
22905            'VHOST_1024' and
22906            not 'VXLAN' and
22907            not 'NF_DENSITY' and
22908            not 'DOT1Q'"
22909   parameters:
22910   - "latency"
22911   - "parent"
22912   - "tags"
22913   sort:
22914   - "not CFS_OPT"
22915   - "1VM"
22916   - "2VM"
22917   layout:
22918     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22919     layout: "plot-latency"
22920
22921 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22922 -
22923   type: "plot"
22924   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22925   algorithm: "plot_latency_error_bars"
22926   output-file-type: ".html"
22927   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22928   data: "plot-vpp-throughput-latency-2n-skx"
22929   filter: "'NIC_Intel-X710' and
22930            '64B' and
22931            'NDRPDR' and
22932            ('ETH' or 'DOT1Q') and
22933            '2T1C' and
22934            'L2BDMACLRN' and
22935            'VHOST_1024' and
22936            not 'VXLAN' and
22937            not 'IP4FWD' and
22938            not 'NF_DENSITY' and
22939            not '2VM'"
22940   parameters:
22941   - "latency"
22942   - "parent"
22943   - "tags"
22944 #  sort:
22945 #  - "VM"  # "not CFS_OPT"
22946 #  - "CFS_OPT"
22947 #  - "FIB_10K"
22948 #  - "FIB_100K"
22949 #  - "FIB_1M"
22950   layout:
22951     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22952     layout: "plot-latency"
22953
22954 -
22955   type: "plot"
22956   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22957   algorithm: "plot_latency_error_bars"
22958   output-file-type: ".html"
22959   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22960   data: "plot-vpp-throughput-latency-2n-skx"
22961   filter: "'NIC_Intel-X710' and
22962            '64B' and
22963            'NDRPDR' and
22964            ('ETH' or 'DOT1Q') and
22965            '4T2C' and
22966            'L2BDMACLRN' and
22967            'VHOST_1024' and
22968            not 'VXLAN' and
22969            not 'NF_DENSITY' and
22970            not 'IP4FWD' and
22971            not '2VM'"
22972   parameters:
22973   - "latency"
22974   - "parent"
22975   - "tags"
22976 #  sort:
22977 #  - "VM"  # "not CFS_OPT"
22978 #  - "CFS_OPT"
22979 #  - "FIB_10K"
22980 #  - "FIB_100K"
22981 #  - "FIB_1M"
22982   layout:
22983     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22984     layout: "plot-latency"
22985
22986 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22987 -
22988   type: "plot"
22989   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22990   algorithm: "plot_latency_error_bars"
22991   output-file-type: ".html"
22992   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22993   data: "plot-vpp-throughput-latency-2n-skx"
22994   filter: "'NIC_Intel-X710' and
22995            '64B' and
22996            'NDRPDR' and
22997            ('ETH' or 'DOT1Q') and
22998            'BASE' and
22999            '2T1C' and
23000            ('L2BDMACLRN' or 'L2XCFWD') and
23001            'VHOST_1024' and
23002            not 'VXLAN' and
23003            not 'NF_DENSITY' and
23004            not 'IP4FWD' and
23005            not '2VM'"
23006   parameters:
23007   - "latency"
23008   - "parent"
23009   - "tags"
23010 #  sort:
23011 #  - "not CFS_OPT"
23012 #  - "L2XCFWD"
23013 #  - "not CFS_OPT"
23014 #  - "CFS_OPT"
23015   layout:
23016     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23017     layout: "plot-latency"
23018
23019 -
23020   type: "plot"
23021   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23022   algorithm: "plot_latency_error_bars"
23023   output-file-type: ".html"
23024   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23025   data: "plot-vpp-throughput-latency-2n-skx"
23026   filter: "'NIC_Intel-X710' and
23027            '64B' and
23028            'NDRPDR' and
23029            ('ETH' or 'DOT1Q') and
23030            'BASE' and
23031            '4T2C' and
23032            ('L2BDMACLRN' or 'L2XCFWD') and
23033            'VHOST_1024' and
23034            not 'VXLAN' and
23035            not 'NF_DENSITY' and
23036            not 'IP4FWD' and
23037            not '2VM'"
23038   parameters:
23039   - "latency"
23040   - "parent"
23041   - "tags"
23042 #  sort:
23043 #  - "not CFS_OPT"
23044 #  - "L2XCFWD"
23045 #  - "not CFS_OPT"
23046 #  - "CFS_OPT"
23047   layout:
23048     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
23049     layout: "plot-latency"
23050
23051 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
23052 -
23053   type: "plot"
23054   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23055   algorithm: "plot_latency_error_bars"
23056   output-file-type: ".html"
23057   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23058   data: "plot-vpp-throughput-latency-2n-skx"
23059   filter: "'NIC_Intel-X710' and
23060            '64B' and
23061            'NDRPDR' and
23062            ('ETH' or 'DOT1Q') and
23063            '2T1C' and
23064            ('L2BDMACLRN' or 'L2XCFWD') and
23065            'VHOST_1024' and
23066            not 'CFS_OPT' and
23067            not 'VXLAN' and
23068            not 'NF_DENSITY' and
23069            not 'IP4FWD'"
23070   parameters:
23071   - "latency"
23072   - "parent"
23073   - "tags"
23074 #  sort:
23075 #  - "1VM"
23076 #  - "L2XCFWD"
23077 #  - "1VM"
23078 #  - "L2BDMACLRN"
23079   layout:
23080     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23081     layout: "plot-latency"
23082
23083 -
23084   type: "plot"
23085   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23086   algorithm: "plot_latency_error_bars"
23087   output-file-type: ".html"
23088   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23089   data: "plot-vpp-throughput-latency-2n-skx"
23090   filter: "'NIC_Intel-X710' and
23091            '64B' and
23092            'NDRPDR' and
23093            ('ETH' or 'DOT1Q') and
23094            '4T2C' and
23095            ('L2BDMACLRN' or 'L2XCFWD') and
23096            'VHOST_1024' and
23097            not 'CFS_OPT' and
23098            not 'VXLAN' and
23099            not 'NF_DENSITY' and
23100            not 'IP4FWD'"
23101   parameters:
23102   - "latency"
23103   - "parent"
23104   - "tags"
23105 #  sort:
23106 #  - "1VM"
23107 #  - "L2XCFWD"
23108 #  - "1VM"
23109 #  - "L2BDMACLRN"
23110   layout:
23111     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23112     layout: "plot-latency"
23113
23114 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23115 -
23116   type: "plot"
23117   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23118   algorithm: "plot_latency_error_bars"
23119   output-file-type: ".html"
23120   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23121   data: "plot-vpp-throughput-latency-2n-skx"
23122   filter: "'NIC_Intel-XXV710' and
23123            '64B' and
23124            'NDRPDR' and
23125            'ETH' and
23126            'IP4FWD' and
23127            '2T1C' and
23128            'VHOST_1024' and
23129            not 'VXLAN' and
23130            not 'DOT1Q'"
23131   parameters:
23132   - "latency"
23133   - "parent"
23134   - "tags"
23135   sort:
23136   - "not CFS_OPT"
23137   - "1VM"
23138   - "2VM"
23139   layout:
23140     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23141     layout: "plot-latency"
23142
23143 -
23144   type: "plot"
23145   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23146   algorithm: "plot_latency_error_bars"
23147   output-file-type: ".html"
23148   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23149   data: "plot-vpp-throughput-latency-2n-skx"
23150   filter: "'NIC_Intel-XXV710' and
23151            '64B' and
23152            'NDRPDR' and
23153            'ETH' and
23154            'IP4FWD' and
23155            '4T2C' and
23156            'VHOST_1024' and
23157            not 'VXLAN' and
23158            not 'DOT1Q'"
23159   parameters:
23160   - "latency"
23161   - "parent"
23162   - "tags"
23163   sort:
23164   - "not CFS_OPT"
23165   - "1VM"
23166   - "2VM"
23167   layout:
23168     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23169     layout: "plot-latency"
23170
23171 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23172 -
23173   type: "plot"
23174   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23175   algorithm: "plot_latency_error_bars"
23176   output-file-type: ".html"
23177   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23178   data: "plot-vpp-throughput-latency-2n-skx"
23179   filter: "'NIC_Intel-XXV710' and
23180            '64B' and
23181            'NDRPDR' and
23182            ('ETH' or 'DOT1Q') and
23183            '2T1C' and
23184            'L2BDMACLRN' and
23185            'VHOST_1024' and
23186            not 'VXLAN' and
23187            not 'IP4FWD' and
23188            not '2VM'"
23189   parameters:
23190   - "latency"
23191   - "parent"
23192   - "tags"
23193 #  sort:
23194 #  - "VM"  # "not CFS_OPT"
23195 #  - "CFS_OPT"
23196 #  - "FIB_10K"
23197 #  - "FIB_100K"
23198 #  - "FIB_1M"
23199   layout:
23200     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23201     layout: "plot-latency"
23202
23203 -
23204   type: "plot"
23205   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23206   algorithm: "plot_latency_error_bars"
23207   output-file-type: ".html"
23208   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23209   data: "plot-vpp-throughput-latency-2n-skx"
23210   filter: "'NIC_Intel-XXV710' and
23211            '64B' and
23212            'NDRPDR' and
23213            ('ETH' or 'DOT1Q') and
23214            '4T2C' and
23215            'L2BDMACLRN' and
23216            'VHOST_1024' and
23217            not 'VXLAN' and
23218            not 'IP4FWD' and
23219            not '2VM'"
23220   parameters:
23221   - "latency"
23222   - "parent"
23223   - "tags"
23224 #  sort:
23225 #  - "VM"  # "not CFS_OPT"
23226 #  - "CFS_OPT"
23227 #  - "FIB_10K"
23228 #  - "FIB_100K"
23229 #  - "FIB_1M"
23230   layout:
23231     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23232     layout: "plot-latency"
23233
23234 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23235 -
23236   type: "plot"
23237   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23238   algorithm: "plot_latency_error_bars"
23239   output-file-type: ".html"
23240   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23241   data: "plot-vpp-throughput-latency-2n-skx"
23242   filter: "'NIC_Intel-XXV710' and
23243            '64B' and
23244            'NDRPDR' and
23245            ('ETH' or 'DOT1Q') and
23246            'BASE' and
23247            '2T1C' and
23248            ('L2BDMACLRN' or 'L2XCFWD') and
23249            'VHOST_1024' and
23250            not 'VXLAN' and
23251            not 'IP4FWD' and
23252            not '2VM'"
23253   parameters:
23254   - "latency"
23255   - "parent"
23256   - "tags"
23257 #  sort:
23258 #  - "not CFS_OPT"
23259 #  - "L2XCFWD"
23260 #  - "not CFS_OPT"
23261 #  - "CFS_OPT"
23262   layout:
23263     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23264     layout: "plot-latency"
23265
23266 -
23267   type: "plot"
23268   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23269   algorithm: "plot_latency_error_bars"
23270   output-file-type: ".html"
23271   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23272   data: "plot-vpp-throughput-latency-2n-skx"
23273   filter: "'NIC_Intel-XXV710' and
23274            '64B' and
23275            'NDRPDR' and
23276            ('ETH' or 'DOT1Q') and
23277            'BASE' and
23278            '4T2C' and
23279            ('L2BDMACLRN' or 'L2XCFWD') and
23280            'VHOST_1024' and
23281            not 'VXLAN' and
23282            not 'IP4FWD' and
23283            not '2VM'"
23284   parameters:
23285   - "latency"
23286   - "parent"
23287   - "tags"
23288 #  sort:
23289 #  - "not CFS_OPT"
23290 #  - "L2XCFWD"
23291 #  - "not CFS_OPT"
23292 #  - "CFS_OPT"
23293   layout:
23294     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23295     layout: "plot-latency"
23296
23297 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23298 -
23299   type: "plot"
23300   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23301   algorithm: "plot_latency_error_bars"
23302   output-file-type: ".html"
23303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23304   data: "plot-vpp-throughput-latency-2n-skx"
23305   filter: "'NIC_Intel-XXV710' and
23306            '64B' and
23307            'NDRPDR' and
23308            ('ETH' or 'DOT1Q') and
23309            '2T1C' and
23310            ('L2BDMACLRN' or 'L2XCFWD') and
23311            'VHOST_1024' and
23312            not 'CFS_OPT' and
23313            not 'VXLAN' and
23314            not 'IP4FWD'"
23315   parameters:
23316   - "latency"
23317   - "parent"
23318   - "tags"
23319 #  sort:
23320 #  - "1VM"
23321 #  - "L2XCFWD"
23322 #  - "1VM"
23323 #  - "L2BDMACLRN"
23324   layout:
23325     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
23326     layout: "plot-latency"
23327
23328 -
23329   type: "plot"
23330   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23331   algorithm: "plot_latency_error_bars"
23332   output-file-type: ".html"
23333   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23334   data: "plot-vpp-throughput-latency-2n-skx"
23335   filter: "'NIC_Intel-XXV710' and
23336            '64B' and
23337            'NDRPDR' and
23338            ('ETH' or 'DOT1Q') and
23339            '4T2C' and
23340            ('L2BDMACLRN' or 'L2XCFWD') and
23341            'VHOST_1024' and
23342            not 'CFS_OPT' and
23343            not 'VXLAN' and
23344            not 'IP4FWD'"
23345   parameters:
23346   - "latency"
23347   - "parent"
23348   - "tags"
23349 #  sort:
23350 #  - "1VM"
23351 #  - "L2XCFWD"
23352 #  - "1VM"
23353 #  - "L2BDMACLRN"
23354   layout:
23355     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23356     layout: "plot-latency"
23357
23358 ################################################################################
23359
23360 # Packet Latency - VPP VTS 3n-hsw-x520
23361 -
23362   type: "plot"
23363   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23364   algorithm: "plot_latency_error_bars"
23365   output-file-type: ".html"
23366   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23367   data: "plot-vpp-throughput-latency-3n-hsw"
23368   filter: "'NIC_Intel-X520-DA2' and
23369            '114B' and
23370            'NDRPDR' and
23371            '1T1C' and
23372            'VTS'"
23373   parameters:
23374   - "latency"
23375   - "parent"
23376   - "tags"
23377   layout:
23378     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23379     layout: "plot-latency"
23380
23381 -
23382   type: "plot"
23383   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23384   algorithm: "plot_latency_error_bars"
23385   output-file-type: ".html"
23386   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23387   data: "plot-vpp-throughput-latency-3n-hsw"
23388   filter: "'NIC_Intel-X520-DA2' and
23389            '114B' and
23390            'NDRPDR' and
23391            '2T2C' and
23392            'VTS'"
23393   parameters:
23394   - "latency"
23395   - "parent"
23396   - "tags"
23397   layout:
23398     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23399     layout: "plot-latency"
23400
23401 ################################################################################
23402
23403 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23404 -
23405   type: "plot"
23406   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23407   algorithm: "plot_latency_error_bars"
23408   output-file-type: ".html"
23409   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23410   data: "plot-dpdk-throughput-latency-3n-hsw"
23411   filter: "'NIC_Intel-X520-DA2' and
23412            '64B' and
23413            'BASE' and
23414            'NDRPDR' and
23415            '1T1C' and
23416            'IP4FWD'"
23417   parameters:
23418   - "latency"
23419   - "parent"
23420   - "tags"
23421   layout:
23422     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23423     layout: "plot-latency"
23424
23425 -
23426   type: "plot"
23427   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23428   algorithm: "plot_latency_error_bars"
23429   output-file-type: ".html"
23430   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23431   data: "plot-dpdk-throughput-latency-3n-hsw"
23432   filter: "'NIC_Intel-X520-DA2' and
23433            '64B' and
23434            'BASE' and
23435            'NDRPDR' and
23436            '2T2C' and
23437            'IP4FWD'"
23438   parameters:
23439   - "latency"
23440   - "parent"
23441   - "tags"
23442   layout:
23443     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23444     layout: "plot-latency"
23445
23446 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23447 -
23448   type: "plot"
23449   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23450   algorithm: "plot_latency_error_bars"
23451   output-file-type: ".html"
23452   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23453   data: "plot-dpdk-throughput-latency-3n-hsw"
23454   filter: "'NIC_Intel-X710' and
23455            '64B' and
23456            'BASE' and
23457            'NDRPDR' and
23458            '1T1C' and
23459            'IP4FWD'"
23460   parameters:
23461   - "latency"
23462   - "parent"
23463   - "tags"
23464   layout:
23465     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23466     layout: "plot-latency"
23467
23468 -
23469   type: "plot"
23470   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23471   algorithm: "plot_latency_error_bars"
23472   output-file-type: ".html"
23473   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23474   data: "plot-dpdk-throughput-latency-3n-hsw"
23475   filter: "'NIC_Intel-X710' and
23476            '64B' and
23477            'BASE' and
23478            'NDRPDR' and
23479            '2T2C' and
23480            'IP4FWD'"
23481   parameters:
23482   - "latency"
23483   - "parent"
23484   - "tags"
23485   layout:
23486     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23487     layout: "plot-latency"
23488
23489 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23490 -
23491   type: "plot"
23492   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23493   algorithm: "plot_latency_error_bars"
23494   output-file-type: ".html"
23495   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23496   data: "plot-dpdk-throughput-latency-3n-hsw"
23497   filter: "'NIC_Intel-XL710' and
23498            '64B' and
23499            'BASE' and
23500            'NDRPDR' and
23501            '1T1C' and
23502            'IP4FWD'"
23503   parameters:
23504   - "latency"
23505   - "parent"
23506   - "tags"
23507   layout:
23508     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23509     layout: "plot-latency"
23510
23511 -
23512   type: "plot"
23513   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23514   algorithm: "plot_latency_error_bars"
23515   output-file-type: ".html"
23516   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23517   data: "plot-dpdk-throughput-latency-3n-hsw"
23518   filter: "'NIC_Intel-XL710' and
23519            '64B' and
23520            'BASE' and
23521            'NDRPDR' and
23522            '2T2C' and
23523            'IP4FWD'"
23524   parameters:
23525   - "latency"
23526   - "parent"
23527   - "tags"
23528   layout:
23529     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23530     layout: "plot-latency"
23531
23532 # Packet Latency - DPDK l3fwd 3n-skx-x710
23533 -
23534   type: "plot"
23535   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23536   algorithm: "plot_latency_error_bars"
23537   output-file-type: ".html"
23538   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23539   data: "plot-dpdk-throughput-latency-3n-skx"
23540   filter: "'NIC_Intel-X710' and
23541            '64B' and
23542            'BASE' and
23543            'NDRPDR' and
23544            '2T1C' and
23545            'IP4FWD'"
23546   parameters:
23547   - "latency"
23548   - "parent"
23549   - "tags"
23550   layout:
23551     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23552     layout: "plot-latency"
23553
23554 -
23555   type: "plot"
23556   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23557   algorithm: "plot_latency_error_bars"
23558   output-file-type: ".html"
23559   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23560   data: "plot-dpdk-throughput-latency-3n-skx"
23561   filter: "'NIC_Intel-X710' and
23562            '64B' and
23563            'BASE' and
23564            'NDRPDR' and
23565            '4T2C' and
23566            'IP4FWD'"
23567   parameters:
23568   - "latency"
23569   - "parent"
23570   - "tags"
23571   layout:
23572     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23573     layout: "plot-latency"
23574
23575 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23576 -
23577   type: "plot"
23578   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23579   algorithm: "plot_latency_error_bars"
23580   output-file-type: ".html"
23581   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23582   data: "plot-dpdk-throughput-latency-3n-skx"
23583   filter: "'NIC_Intel-XXV710' and
23584            '64B' and
23585            'BASE' and
23586            'NDRPDR' and
23587            '2T1C' and
23588            'IP4FWD'"
23589   parameters:
23590   - "latency"
23591   - "parent"
23592   - "tags"
23593   layout:
23594     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23595     layout: "plot-latency"
23596
23597 -
23598   type: "plot"
23599   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23600   algorithm: "plot_latency_error_bars"
23601   output-file-type: ".html"
23602   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23603   data: "plot-dpdk-throughput-latency-3n-skx"
23604   filter: "'NIC_Intel-XXV710' and
23605            '64B' and
23606            'BASE' and
23607            'NDRPDR' and
23608            '4T2C' and
23609            'IP4FWD'"
23610   parameters:
23611   - "latency"
23612   - "parent"
23613   - "tags"
23614   layout:
23615     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23616     layout: "plot-latency"
23617
23618 # Packet Latency - DPDK l3fwd 2n-skx-x710
23619 -
23620   type: "plot"
23621   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23622   algorithm: "plot_latency_error_bars"
23623   output-file-type: ".html"
23624   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23625   data: "plot-dpdk-throughput-latency-2n-skx"
23626   filter: "'NIC_Intel-X710' and
23627            '64B' and
23628            'BASE' and
23629            'NDRPDR' and
23630            '2T1C' and
23631            'IP4FWD'"
23632   parameters:
23633   - "latency"
23634   - "parent"
23635   - "tags"
23636   layout:
23637     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23638     layout: "plot-latency"
23639
23640 -
23641   type: "plot"
23642   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23643   algorithm: "plot_latency_error_bars"
23644   output-file-type: ".html"
23645   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23646   data: "plot-dpdk-throughput-latency-2n-skx"
23647   filter: "'NIC_Intel-X710' and
23648            '64B' and
23649            'BASE' and
23650            'NDRPDR' and
23651            '4T2C' and
23652            'IP4FWD'"
23653   parameters:
23654   - "latency"
23655   - "parent"
23656   - "tags"
23657   layout:
23658     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23659     layout: "plot-latency"
23660
23661 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23662 -
23663   type: "plot"
23664   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23665   algorithm: "plot_latency_error_bars"
23666   output-file-type: ".html"
23667   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23668   data: "plot-dpdk-throughput-latency-2n-skx"
23669   filter: "'NIC_Intel-XXV710' and
23670            '64B' and
23671            'BASE' and
23672            'NDRPDR' and
23673            '2T1C' and
23674            'IP4FWD'"
23675   parameters:
23676   - "latency"
23677   - "parent"
23678   - "tags"
23679   layout:
23680     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23681     layout: "plot-latency"
23682
23683 -
23684   type: "plot"
23685   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23686   algorithm: "plot_latency_error_bars"
23687   output-file-type: ".html"
23688   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23689   data: "plot-dpdk-throughput-latency-2n-skx"
23690   filter: "'NIC_Intel-XXV710' and
23691            '64B' and
23692            'BASE' and
23693            'NDRPDR' and
23694            '4T2C' and
23695            'IP4FWD'"
23696   parameters:
23697   - "latency"
23698   - "parent"
23699   - "tags"
23700   layout:
23701     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23702     layout: "plot-latency"
23703
23704 ################################################################################
23705
23706 # Packet Latency - DPDK testpmd 3n-hsw-x520
23707 -
23708   type: "plot"
23709   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23710   algorithm: "plot_latency_error_bars"
23711   output-file-type: ".html"
23712   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23713   data: "plot-dpdk-throughput-latency-3n-hsw"
23714   filter: "'NIC_Intel-X520-DA2' and
23715            '64B' and
23716            'BASE' and
23717            'NDRPDR' and
23718            '1T1C' and
23719            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23720   parameters:
23721   - "latency"
23722   - "parent"
23723   - "tags"
23724   layout:
23725     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23726     layout: "plot-latency"
23727
23728 -
23729   type: "plot"
23730   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23731   algorithm: "plot_latency_error_bars"
23732   output-file-type: ".html"
23733   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23734   data: "plot-dpdk-throughput-latency-3n-hsw"
23735   filter: "'NIC_Intel-X520-DA2' and
23736            '64B' and
23737            'BASE' and
23738            'NDRPDR' and
23739            '2T2C' and
23740            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23741   parameters:
23742   - "latency"
23743   - "parent"
23744   - "tags"
23745   layout:
23746     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23747     layout: "plot-latency"
23748
23749 # Packet Latency - DPDK testpmd 3n-hsw-x710
23750 -
23751   type: "plot"
23752   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23753   algorithm: "plot_latency_error_bars"
23754   output-file-type: ".html"
23755   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23756   data: "plot-dpdk-throughput-latency-3n-hsw"
23757   filter: "'NIC_Intel-X710' and
23758            '64B' and
23759            'BASE' and
23760            'NDRPDR' and
23761            '1T1C' and
23762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23763   parameters:
23764   - "latency"
23765   - "parent"
23766   - "tags"
23767   layout:
23768     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23769     layout: "plot-latency"
23770
23771 -
23772   type: "plot"
23773   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23774   algorithm: "plot_latency_error_bars"
23775   output-file-type: ".html"
23776   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23777   data: "plot-dpdk-throughput-latency-3n-hsw"
23778   filter: "'NIC_Intel-X710' and
23779            '64B' and
23780            'BASE' and
23781            'NDRPDR' and
23782            '2T2C' and
23783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23784   parameters:
23785   - "latency"
23786   - "parent"
23787   - "tags"
23788   layout:
23789     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23790     layout: "plot-latency"
23791
23792 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23793 -
23794   type: "plot"
23795   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23796   algorithm: "plot_latency_error_bars"
23797   output-file-type: ".html"
23798   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23799   data: "plot-dpdk-throughput-latency-3n-hsw"
23800   filter: "'NIC_Intel-XL710' and
23801            '64B' and
23802            'BASE' and
23803            'NDRPDR' and
23804            '1T1C' and
23805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23806   parameters:
23807   - "latency"
23808   - "parent"
23809   - "tags"
23810   layout:
23811     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23812     layout: "plot-latency"
23813
23814 -
23815   type: "plot"
23816   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23817   algorithm: "plot_latency_error_bars"
23818   output-file-type: ".html"
23819   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23820   data: "plot-dpdk-throughput-latency-3n-hsw"
23821   filter: "'NIC_Intel-XL710' and
23822            '64B' and
23823            'BASE' and
23824            'NDRPDR' and
23825            '2T2C' and
23826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23827   parameters:
23828   - "latency"
23829   - "parent"
23830   - "tags"
23831   layout:
23832     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23833     layout: "plot-latency"
23834
23835 # Packet Latency - DPDK testpmd 3n-skx-x710
23836 -
23837   type: "plot"
23838   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23839   algorithm: "plot_latency_error_bars"
23840   output-file-type: ".html"
23841   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23842   data: "plot-dpdk-throughput-latency-3n-skx"
23843   filter: "'NIC_Intel-X710' and
23844            '64B' and
23845            'BASE' and
23846            'NDRPDR' and
23847            '2T1C' and
23848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23849   parameters:
23850   - "latency"
23851   - "parent"
23852   - "tags"
23853   layout:
23854     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23855     layout: "plot-latency"
23856
23857 -
23858   type: "plot"
23859   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23860   algorithm: "plot_latency_error_bars"
23861   output-file-type: ".html"
23862   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23863   data: "plot-dpdk-throughput-latency-3n-skx"
23864   filter: "'NIC_Intel-X710' and
23865            '64B' and
23866            'BASE' and
23867            'NDRPDR' and
23868            '4T2C' and
23869            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23870   parameters:
23871   - "latency"
23872   - "parent"
23873   - "tags"
23874   layout:
23875     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23876     layout: "plot-latency"
23877
23878 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23879 -
23880   type: "plot"
23881   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23882   algorithm: "plot_latency_error_bars"
23883   output-file-type: ".html"
23884   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23885   data: "plot-dpdk-throughput-latency-3n-skx"
23886   filter: "'NIC_Intel-XXV710' and
23887            '64B' and
23888            'BASE' and
23889            'NDRPDR' and
23890            '2T1C' and
23891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23892   parameters:
23893   - "latency"
23894   - "parent"
23895   - "tags"
23896   layout:
23897     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23898     layout: "plot-latency"
23899
23900 -
23901   type: "plot"
23902   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23903   algorithm: "plot_latency_error_bars"
23904   output-file-type: ".html"
23905   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23906   data: "plot-dpdk-throughput-latency-3n-skx"
23907   filter: "'NIC_Intel-XXV710' and
23908            '64B' and
23909            'BASE' and
23910            'NDRPDR' and
23911            '4T2C' and
23912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23913   parameters:
23914   - "latency"
23915   - "parent"
23916   - "tags"
23917   layout:
23918     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23919     layout: "plot-latency"
23920
23921 # Packet Latency - DPDK testpmd 2n-skx-x710
23922 -
23923   type: "plot"
23924   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23925   algorithm: "plot_latency_error_bars"
23926   output-file-type: ".html"
23927   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23928   data: "plot-dpdk-throughput-latency-2n-skx"
23929   filter: "'NIC_Intel-X710' and
23930            '64B' and
23931            'BASE' and
23932            'NDRPDR' and
23933            '2T1C' and
23934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23935   parameters:
23936   - "latency"
23937   - "parent"
23938   - "tags"
23939   layout:
23940     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23941     layout: "plot-latency"
23942
23943 -
23944   type: "plot"
23945   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23946   algorithm: "plot_latency_error_bars"
23947   output-file-type: ".html"
23948   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23949   data: "plot-dpdk-throughput-latency-2n-skx"
23950   filter: "'NIC_Intel-X710' and
23951            '64B' and
23952            'BASE' and
23953            'NDRPDR' and
23954            '4T2C' and
23955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23956   parameters:
23957   - "latency"
23958   - "parent"
23959   - "tags"
23960   layout:
23961     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23962     layout: "plot-latency"
23963
23964 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23965 -
23966   type: "plot"
23967   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23968   algorithm: "plot_latency_error_bars"
23969   output-file-type: ".html"
23970   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23971   data: "plot-dpdk-throughput-latency-2n-skx"
23972   filter: "'NIC_Intel-XXV710' and
23973            '64B' and
23974            'BASE' and
23975            'NDRPDR' and
23976            '2T1C' and
23977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23978   parameters:
23979   - "latency"
23980   - "parent"
23981   - "tags"
23982   layout:
23983     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23984     layout: "plot-latency"
23985
23986 -
23987   type: "plot"
23988   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23989   algorithm: "plot_latency_error_bars"
23990   output-file-type: ".html"
23991   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23992   data: "plot-dpdk-throughput-latency-2n-skx"
23993   filter: "'NIC_Intel-XXV710' and
23994            '64B' and
23995            'BASE' and
23996            'NDRPDR' and
23997            '4T2C' and
23998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23999   parameters:
24000   - "latency"
24001   - "parent"
24002   - "tags"
24003   layout:
24004     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24005     layout: "plot-latency"
24006
24007 ################################################################################
24008
24009 # Speedup - VPP Container Memif 3n-hsw-x520
24010 -
24011   type: "plot"
24012   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24013   algorithm: "plot_throughput_speedup_analysis"
24014   output-file-type: ".html"
24015   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24016   data: "plot-throughput-speedup-analysis-3n-hsw"
24017   filter: "'NIC_Intel-X520-DA2' and
24018            '64B' and
24019            ('BASE' or 'SCALE') and
24020            'NDRPDR' and
24021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24022            not 'VHOST' and
24023            'MEMIF'"
24024   parameters:
24025   - "throughput"
24026   - "parent"
24027   - "tags"
24028   sort:
24029   - "L2XCFWD"
24030   - "L2XCFWD"
24031   - "L2XCFWD"
24032   - "L2BDMACLRN"
24033   - "L2BDMACLRN"
24034   - "L2BDMACLRN"
24035   layout:
24036     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
24037     layout: "plot-throughput-speedup-analysis"
24038
24039 -
24040   type: "plot"
24041   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24042   algorithm: "plot_throughput_speedup_analysis"
24043   output-file-type: ".html"
24044   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24045   data: "plot-throughput-speedup-analysis-3n-hsw"
24046   filter: "'NIC_Intel-X520-DA2' and
24047            '64B' and
24048            ('BASE' or 'SCALE') and
24049            'NDRPDR' and
24050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24051            not 'VHOST' and
24052            'MEMIF'"
24053   parameters:
24054   - "throughput"
24055   - "parent"
24056   - "tags"
24057   sort:
24058   - "L2XCFWD"
24059   - "L2XCFWD"
24060   - "L2XCFWD"
24061   - "L2BDMACLRN"
24062   - "L2BDMACLRN"
24063   - "L2BDMACLRN"
24064   layout:
24065     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
24066     layout: "plot-throughput-speedup-analysis"
24067
24068 # Speedup - VPP Container Memif 3n-hsw-x710
24069 -
24070   type: "plot"
24071   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24072   algorithm: "plot_throughput_speedup_analysis"
24073   output-file-type: ".html"
24074   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24075   data: "plot-throughput-speedup-analysis-3n-hsw"
24076   filter: "'NIC_Intel-X710' and
24077            '64B' and
24078            ('BASE' or 'SCALE') and
24079            'NDRPDR' and
24080            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24081            not 'VHOST' and
24082            'MEMIF'"
24083   parameters:
24084   - "throughput"
24085   - "parent"
24086   - "tags"
24087   sort:
24088   - "L2XCFWD"
24089   - "L2XCFWD"
24090   - "L2XCFWD"
24091   - "L2BDMACLRN"
24092   - "L2BDMACLRN"
24093   - "L2BDMACLRN"
24094   layout:
24095     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24096     layout: "plot-throughput-speedup-analysis"
24097
24098 -
24099   type: "plot"
24100   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24101   algorithm: "plot_throughput_speedup_analysis"
24102   output-file-type: ".html"
24103   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24104   data: "plot-throughput-speedup-analysis-3n-hsw"
24105   filter: "'NIC_Intel-X710' and
24106            '64B' and
24107            ('BASE' or 'SCALE') and
24108            'NDRPDR' and
24109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24110            not 'VHOST' and
24111            'MEMIF'"
24112   parameters:
24113   - "throughput"
24114   - "parent"
24115   - "tags"
24116   sort:
24117   - "L2XCFWD"
24118   - "L2XCFWD"
24119   - "L2XCFWD"
24120   - "L2BDMACLRN"
24121   - "L2BDMACLRN"
24122   - "L2BDMACLRN"
24123   layout:
24124     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24125     layout: "plot-throughput-speedup-analysis"
24126
24127 # Speedup - VPP Container Memif 3n-hsw-xl710
24128 -
24129   type: "plot"
24130   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24131   algorithm: "plot_throughput_speedup_analysis"
24132   output-file-type: ".html"
24133   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24134   data: "plot-throughput-speedup-analysis-3n-hsw"
24135   filter: "'NIC_Intel-XL710' and
24136            '64B' and
24137            ('BASE' or 'SCALE') and
24138            'NDRPDR' and
24139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24140            not 'VHOST' and
24141            'MEMIF'"
24142   parameters:
24143   - "throughput"
24144   - "parent"
24145   - "tags"
24146   sort:
24147   - "L2XCFWD"
24148   - "L2XCFWD"
24149   - "L2XCFWD"
24150   - "L2BDMACLRN"
24151   - "L2BDMACLRN"
24152   - "L2BDMACLRN"
24153   layout:
24154     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24155     layout: "plot-throughput-speedup-analysis"
24156
24157 -
24158   type: "plot"
24159   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24160   algorithm: "plot_throughput_speedup_analysis"
24161   output-file-type: ".html"
24162   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24163   data: "plot-throughput-speedup-analysis-3n-hsw"
24164   filter: "'NIC_Intel-XL710' and
24165            '64B' and
24166            ('BASE' or 'SCALE') and
24167            'NDRPDR' and
24168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24169            not 'VHOST' and
24170            'MEMIF'"
24171   parameters:
24172   - "throughput"
24173   - "parent"
24174   - "tags"
24175   sort:
24176   - "L2XCFWD"
24177   - "L2XCFWD"
24178   - "L2XCFWD"
24179   - "L2BDMACLRN"
24180   - "L2BDMACLRN"
24181   - "L2BDMACLRN"
24182   layout:
24183     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24184     layout: "plot-throughput-speedup-analysis"
24185
24186 # Speedup - VPP Container Memif 3n-skx-x710
24187 -
24188   type: "plot"
24189   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24190   algorithm: "plot_throughput_speedup_analysis"
24191   output-file-type: ".html"
24192   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24193   data: "plot-throughput-speedup-analysis-3n-skx"
24194   filter: "'NIC_Intel-X710' and
24195            '64B' and
24196            ('BASE' or 'SCALE') and
24197            'NDRPDR' and
24198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24199            not 'VHOST' and
24200            'MEMIF'"
24201   parameters:
24202   - "throughput"
24203   - "parent"
24204   - "tags"
24205   sort:
24206   - "L2XCFWD"
24207   - "L2XCFWD"
24208   - "L2XCFWD"
24209   - "L2BDMACLRN"
24210   - "L2BDMACLRN"
24211   - "L2BDMACLRN"
24212   layout:
24213     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
24214     layout: "plot-throughput-speedup-analysis"
24215
24216 -
24217   type: "plot"
24218   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24219   algorithm: "plot_throughput_speedup_analysis"
24220   output-file-type: ".html"
24221   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24222   data: "plot-throughput-speedup-analysis-3n-skx"
24223   filter: "'NIC_Intel-X710' and
24224            '64B' and
24225            ('BASE' or 'SCALE') and
24226            'NDRPDR' and
24227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24228            not 'VHOST' and
24229            'MEMIF'"
24230   parameters:
24231   - "throughput"
24232   - "parent"
24233   - "tags"
24234   sort:
24235   - "L2XCFWD"
24236   - "L2XCFWD"
24237   - "L2XCFWD"
24238   - "L2BDMACLRN"
24239   - "L2BDMACLRN"
24240   - "L2BDMACLRN"
24241   layout:
24242     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24243     layout: "plot-throughput-speedup-analysis"
24244
24245 # Speedup - VPP Container Memif 2n-skx-x710
24246 -
24247   type: "plot"
24248   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24249   algorithm: "plot_throughput_speedup_analysis"
24250   output-file-type: ".html"
24251   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24252   data: "plot-throughput-speedup-analysis-2n-skx"
24253   filter: "'NIC_Intel-X710' and
24254            '64B' and
24255            ('BASE' or 'SCALE') and
24256            'NDRPDR' and
24257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24258            not 'VHOST' and
24259            not 'NF_DENSITY' and
24260            'MEMIF'"
24261   parameters:
24262   - "throughput"
24263   - "parent"
24264   - "tags"
24265   sort:
24266   - "L2XCFWD"
24267   - "L2XCFWD"
24268   - "L2XCFWD"
24269   - "L2BDMACLRN"
24270   - "L2BDMACLRN"
24271   - "L2BDMACLRN"
24272   layout:
24273     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24274     layout: "plot-throughput-speedup-analysis"
24275
24276 -
24277   type: "plot"
24278   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24279   algorithm: "plot_throughput_speedup_analysis"
24280   output-file-type: ".html"
24281   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24282   data: "plot-throughput-speedup-analysis-2n-skx"
24283   filter: "'NIC_Intel-X710' and
24284            '64B' and
24285            ('BASE' or 'SCALE') and
24286            'NDRPDR' and
24287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24288            not 'VHOST' and
24289            not 'NF_DENSITY' and
24290            'MEMIF'"
24291   parameters:
24292   - "throughput"
24293   - "parent"
24294   - "tags"
24295   sort:
24296   - "L2XCFWD"
24297   - "L2XCFWD"
24298   - "L2XCFWD"
24299   - "L2BDMACLRN"
24300   - "L2BDMACLRN"
24301   - "L2BDMACLRN"
24302   layout:
24303     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24304     layout: "plot-throughput-speedup-analysis"
24305
24306 # Speedup - VPP Container Memif 2n-skx-xxv710
24307 -
24308   type: "plot"
24309   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24310   algorithm: "plot_throughput_speedup_analysis"
24311   output-file-type: ".html"
24312   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24313   data: "plot-throughput-speedup-analysis-2n-skx"
24314   filter: "'NIC_Intel-XXV710' and
24315            '64B' and
24316            ('BASE' or 'SCALE') and
24317            'NDRPDR' and
24318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24319            not 'VHOST' and
24320            'MEMIF'"
24321   parameters:
24322   - "throughput"
24323   - "parent"
24324   - "tags"
24325   sort:
24326   - "L2XCFWD"
24327   - "L2XCFWD"
24328   - "L2XCFWD"
24329   - "L2BDMACLRN"
24330   - "L2BDMACLRN"
24331   - "L2BDMACLRN"
24332   layout:
24333     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
24334     layout: "plot-throughput-speedup-analysis"
24335
24336 -
24337   type: "plot"
24338   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24339   algorithm: "plot_throughput_speedup_analysis"
24340   output-file-type: ".html"
24341   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24342   data: "plot-throughput-speedup-analysis-2n-skx"
24343   filter: "'NIC_Intel-XXV710' and
24344            '64B' and
24345            ('BASE' or 'SCALE') and
24346            'NDRPDR' and
24347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24348            not 'VHOST' and
24349            'MEMIF'"
24350   parameters:
24351   - "throughput"
24352   - "parent"
24353   - "tags"
24354   sort:
24355   - "L2XCFWD"
24356   - "L2XCFWD"
24357   - "L2XCFWD"
24358   - "L2BDMACLRN"
24359   - "L2BDMACLRN"
24360   - "L2BDMACLRN"
24361   layout:
24362     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
24363     layout: "plot-throughput-speedup-analysis"
24364
24365 ################################################################################
24366
24367 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24368 -
24369   type: "plot"
24370   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24371   algorithm: "plot_throughput_speedup_analysis"
24372   output-file-type: ".html"
24373   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24374   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24375   filter: "'NIC_Intel-X520-DA2' and
24376            '64B' and
24377            ('BASE' or 'SCALE') and
24378            'NDRPDR' and
24379            'L2XCFWD' and
24380            not 'VHOST' and
24381            'MEMIF'"
24382   parameters:
24383   - "throughput"
24384   - "parent"
24385   - "tags"
24386   sort:
24387   - "1VNF"
24388   - "2VNF"
24389   - "4VNF"
24390   - "2VNF"
24391   - "4VNF"
24392   layout:
24393     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24394     layout: "plot-throughput-speedup-analysis"
24395
24396 -
24397   type: "plot"
24398   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24399   algorithm: "plot_throughput_speedup_analysis"
24400   output-file-type: ".html"
24401   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24402   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24403   filter: "'NIC_Intel-X520-DA2' and
24404            '64B' and
24405            ('BASE' or 'SCALE') and
24406            'NDRPDR' and
24407            'L2XCFWD' and
24408            not 'VHOST' and
24409            'MEMIF'"
24410   parameters:
24411   - "throughput"
24412   - "parent"
24413   - "tags"
24414   sort:
24415   - "1VNF"
24416   - "2VNF"
24417   - "4VNF"
24418   - "2VNF"
24419   - "4VNF"
24420   layout:
24421     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24422     layout: "plot-throughput-speedup-analysis"
24423
24424 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24425 -
24426   type: "plot"
24427   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24428   algorithm: "plot_throughput_speedup_analysis"
24429   output-file-type: ".html"
24430   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24431   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24432   filter: "'NIC_Intel-X520-DA2' and
24433            '64B' and
24434            ('BASE' or 'SCALE') and
24435            'NDRPDR' and
24436            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24437            not 'VHOST' and
24438            'MEMIF'"
24439   parameters:
24440   - "throughput"
24441   - "parent"
24442   - "tags"
24443   sort:
24444   - "1VNF"
24445   - "2VNF"
24446   - "4VNF"
24447   - "2VNF"
24448   - "4VNF"
24449   layout:
24450     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24451     layout: "plot-throughput-speedup-analysis"
24452
24453 -
24454   type: "plot"
24455   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24456   algorithm: "plot_throughput_speedup_analysis"
24457   output-file-type: ".html"
24458   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24459   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24460   filter: "'NIC_Intel-X520-DA2' and
24461            '64B' and
24462            ('BASE' or 'SCALE') and
24463            'NDRPDR' and
24464            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24465            not 'VHOST' and
24466            'MEMIF'"
24467   parameters:
24468   - "throughput"
24469   - "parent"
24470   - "tags"
24471   sort:
24472   - "1VNF"
24473   - "2VNF"
24474   - "4VNF"
24475   - "2VNF"
24476   - "4VNF"
24477   layout:
24478     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24479     layout: "plot-throughput-speedup-analysis"
24480
24481 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24482 -
24483   type: "plot"
24484   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24485   algorithm: "plot_throughput_speedup_analysis"
24486   output-file-type: ".html"
24487   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24488   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24489   filter: "'NIC_Intel-X710' and
24490            '64B' and
24491            ('BASE' or 'SCALE') and
24492            'NDRPDR' and
24493            'L2XCFWD' and
24494            not 'VHOST' and
24495            'MEMIF'"
24496   parameters:
24497   - "throughput"
24498   - "parent"
24499   - "tags"
24500   sort:
24501   - "1VNF"
24502   - "2VNF"
24503   - "4VNF"
24504   - "2VNF"
24505   - "4VNF"
24506   layout:
24507     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24508     layout: "plot-throughput-speedup-analysis"
24509
24510 -
24511   type: "plot"
24512   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24513   algorithm: "plot_throughput_speedup_analysis"
24514   output-file-type: ".html"
24515   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24516   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24517   filter: "'NIC_Intel-X710' and
24518            '64B' and
24519            ('BASE' or 'SCALE') and
24520            'NDRPDR' and
24521            'L2XCFWD' and
24522            not 'VHOST' and
24523            'MEMIF'"
24524   parameters:
24525   - "throughput"
24526   - "parent"
24527   - "tags"
24528   sort:
24529   - "1VNF"
24530   - "2VNF"
24531   - "4VNF"
24532   - "2VNF"
24533   - "4VNF"
24534   layout:
24535     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24536     layout: "plot-throughput-speedup-analysis"
24537
24538 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24539 -
24540   type: "plot"
24541   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24542   algorithm: "plot_throughput_speedup_analysis"
24543   output-file-type: ".html"
24544   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24545   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24546   filter: "'NIC_Intel-X710' and
24547            '64B' and
24548            ('BASE' or 'SCALE') and
24549            'NDRPDR' and
24550            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24551            not 'VHOST' and
24552            'MEMIF'"
24553   parameters:
24554   - "throughput"
24555   - "parent"
24556   - "tags"
24557   sort:
24558   - "1VNF"
24559   - "2VNF"
24560   - "4VNF"
24561   - "2VNF"
24562   - "4VNF"
24563   layout:
24564     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24565     layout: "plot-throughput-speedup-analysis"
24566
24567 -
24568   type: "plot"
24569   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24570   algorithm: "plot_throughput_speedup_analysis"
24571   output-file-type: ".html"
24572   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24573   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24574   filter: "'NIC_Intel-X710' and
24575            '64B' and
24576            ('BASE' or 'SCALE') and
24577            'NDRPDR' and
24578            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24579            not 'VHOST' and
24580            'MEMIF'"
24581   parameters:
24582   - "throughput"
24583   - "parent"
24584   - "tags"
24585   sort:
24586   - "1VNF"
24587   - "2VNF"
24588   - "4VNF"
24589   - "2VNF"
24590   - "4VNF"
24591   layout:
24592     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24593     layout: "plot-throughput-speedup-analysis"
24594
24595 ################################################################################
24596
24597 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24598 -
24599   type: "plot"
24600   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24601   algorithm: "plot_throughput_speedup_analysis"
24602   output-file-type: ".html"
24603   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24604   data: "plot-throughput-speedup-analysis-3n-hsw"
24605   filter: "'NIC_Intel-X520-DA2' and
24606            '64B' and
24607            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24608            'NDRPDR' and
24609            'IP4FWD' and
24610            not 'IPSEC' and
24611            not 'VHOST'"
24612   parameters:
24613   - "throughput"
24614   - "parent"
24615   - "tags"
24616   sort:
24617   - "DOT1Q"
24618   - "IP4BASE"
24619   - "FIB_20k"
24620   - "FIB_200k"
24621   - "FIB_2M"
24622   layout:
24623     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24624     layout: "plot-throughput-speedup-analysis"
24625
24626 -
24627   type: "plot"
24628   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24629   algorithm: "plot_throughput_speedup_analysis"
24630   output-file-type: ".html"
24631   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24632   data: "plot-throughput-speedup-analysis-3n-hsw"
24633   filter: "'NIC_Intel-X520-DA2' and
24634            '64B' and
24635            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24636            'NDRPDR' and
24637            'IP4FWD' and
24638            not 'IPSEC' and
24639            not 'VHOST'"
24640   parameters:
24641   - "throughput"
24642   - "parent"
24643   - "tags"
24644   sort:
24645   - "DOT1Q"
24646   - "IP4BASE"
24647   - "FIB_20k"
24648   - "FIB_200k"
24649   - "FIB_2M"
24650   layout:
24651     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24652     layout: "plot-throughput-speedup-analysis"
24653
24654 # Speedup - VPP IPv4 3n-hsw-x520 features
24655 -
24656   type: "plot"
24657   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24658   algorithm: "plot_throughput_speedup_analysis"
24659   output-file-type: ".html"
24660   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24661   data: "plot-throughput-speedup-analysis-3n-hsw"
24662   filter: "'NIC_Intel-X520-DA2' and
24663            '64B' and
24664            ('IP4BASE' or
24665             'POLICE_MARK' or
24666             'COPWHLIST' or
24667             ('NAT44' and 'BASE') or
24668             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24669            'NDRPDR' and
24670            'IP4FWD' and
24671            not 'IPSEC' and
24672            not 'VHOST'"
24673   parameters:
24674   - "throughput"
24675   - "parent"
24676   - "tags"
24677   sort:
24678   - "DOT1Q"
24679   - "IP4BASE"
24680   - "NAT44"
24681   - "POLICE_MARK"
24682   - "COPWHLIST"
24683   - "IACL"
24684   - "OACL"
24685   layout:
24686     title: "ip4-3n-hsw-x520-64b-features-ndr"
24687     layout: "plot-throughput-speedup-analysis"
24688
24689 -
24690   type: "plot"
24691   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24692   algorithm: "plot_throughput_speedup_analysis"
24693   output-file-type: ".html"
24694   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24695   data: "plot-throughput-speedup-analysis-3n-hsw"
24696   filter: "'NIC_Intel-X520-DA2' and
24697            '64B' and
24698            ('IP4BASE' or
24699             'POLICE_MARK' or
24700             'COPWHLIST' or
24701             ('NAT44' and 'BASE') or
24702             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24703            'NDRPDR' and
24704            'IP4FWD' and
24705            not 'IPSEC' and
24706            not 'VHOST'"
24707   parameters:
24708   - "throughput"
24709   - "parent"
24710   - "tags"
24711   sort:
24712   - "DOT1Q"
24713   - "IP4BASE"
24714   - "NAT44"
24715   - "POLICE_MARK"
24716   - "COPWHLIST"
24717   - "IACL"
24718   - "OACL"
24719   layout:
24720     title: "ip4-3n-hsw-x520-64b-features-pdr"
24721     layout: "plot-throughput-speedup-analysis"
24722
24723 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24724 -
24725   type: "plot"
24726   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24727   algorithm: "plot_throughput_speedup_analysis"
24728   output-file-type: ".html"
24729   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24730   data: "plot-throughput-speedup-analysis-3n-hsw"
24731   filter: "'NIC_Intel-X520-DA2' and
24732            '64B' and
24733            'NDRPDR' and
24734            'IP4FWD' and
24735            'NAT44' and
24736            not 'IPSEC' and
24737            not 'VHOST'"
24738   parameters:
24739   - "throughput"
24740   - "parent"
24741   - "tags"
24742   sort:
24743   - "BASE"
24744   - "BASE"
24745   - "SRC_USER_10"
24746   - "SRC_USER_100"
24747   - "SRC_USER_1000"
24748   - "SRC_USER_2000"
24749   layout:
24750     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24751     layout: "plot-throughput-speedup-analysis"
24752
24753 -
24754   type: "plot"
24755   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24756   algorithm: "plot_throughput_speedup_analysis"
24757   output-file-type: ".html"
24758   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24759   data: "plot-throughput-speedup-analysis-3n-hsw"
24760   filter: "'NIC_Intel-X520-DA2' and
24761            '64B' and
24762            'NDRPDR' and
24763            'IP4FWD' and
24764            'NAT44' and
24765            not 'IPSEC' and
24766            not 'VHOST'"
24767   parameters:
24768   - "throughput"
24769   - "parent"
24770   - "tags"
24771   sort:
24772   - "BASE"
24773   - "BASE"
24774   - "SRC_USER_10"
24775   - "SRC_USER_100"
24776   - "SRC_USER_1000"
24777   - "SRC_USER_2000"
24778   layout:
24779     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
24780     layout: "plot-throughput-speedup-analysis"
24781
24782 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
24783 -
24784   type: "plot"
24785   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24786   algorithm: "plot_throughput_speedup_analysis"
24787   output-file-type: ".html"
24788   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24789   data: "plot-throughput-speedup-analysis-3n-hsw"
24790   filter: "'NIC_Intel-X520-DA2' and
24791            '64B' and
24792            'NDRPDR' and
24793            'IP4FWD' and
24794            'IACL' and
24795            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24796            not 'IPSEC' and
24797            not 'VHOST'"
24798   parameters:
24799   - "throughput"
24800   - "parent"
24801   - "tags"
24802   sort:
24803   - "ACL_STATELESS"
24804   - "ACL_STATEFUL"
24805   - "ACL_STATELESS"
24806   - "ACL_STATEFUL"
24807   layout:
24808     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24809     layout: "plot-throughput-speedup-analysis"
24810
24811 -
24812   type: "plot"
24813   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24814   algorithm: "plot_throughput_speedup_analysis"
24815   output-file-type: ".html"
24816   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24817   data: "plot-throughput-speedup-analysis-3n-hsw"
24818   filter: "'NIC_Intel-X520-DA2' and
24819            '64B' and
24820            'NDRPDR' and
24821            'IP4FWD' and
24822            'IACL' and
24823            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24824            not 'IPSEC' and
24825            not 'VHOST'"
24826   parameters:
24827   - "throughput"
24828   - "parent"
24829   - "tags"
24830   sort:
24831   - "ACL_STATELESS"
24832   - "ACL_STATEFUL"
24833   - "ACL_STATELESS"
24834   - "ACL_STATEFUL"
24835   layout:
24836     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24837     layout: "plot-throughput-speedup-analysis"
24838
24839 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24840 -
24841   type: "plot"
24842   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24843   algorithm: "plot_throughput_speedup_analysis"
24844   output-file-type: ".html"
24845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24846   data: "plot-throughput-speedup-analysis-3n-hsw"
24847   filter: "'NIC_Intel-X520-DA2' and
24848            '64B' and
24849            'NDRPDR' and
24850            'IP4FWD' and
24851            'OACL' and
24852            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24853            not 'IPSEC' and
24854            not 'VHOST'"
24855   parameters:
24856   - "throughput"
24857   - "parent"
24858   - "tags"
24859   sort:
24860   - "ACL_STATELESS"
24861   - "ACL_STATEFUL"
24862   - "ACL_STATELESS"
24863   - "ACL_STATEFUL"
24864   layout:
24865     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24866     layout: "plot-throughput-speedup-analysis"
24867
24868 -
24869   type: "plot"
24870   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24871   algorithm: "plot_throughput_speedup_analysis"
24872   output-file-type: ".html"
24873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24874   data: "plot-throughput-speedup-analysis-3n-hsw"
24875   filter: "'NIC_Intel-X520-DA2' and
24876            '64B' and
24877            'NDRPDR' and
24878            'IP4FWD' and
24879            'OACL' and
24880            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24881            not 'IPSEC' and
24882            not 'VHOST'"
24883   parameters:
24884   - "throughput"
24885   - "parent"
24886   - "tags"
24887   sort:
24888   - "ACL_STATELESS"
24889   - "ACL_STATEFUL"
24890   - "ACL_STATELESS"
24891   - "ACL_STATEFUL"
24892   layout:
24893     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24894     layout: "plot-throughput-speedup-analysis"
24895
24896 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24897 -
24898   type: "plot"
24899   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24900   algorithm: "plot_throughput_speedup_analysis"
24901   output-file-type: ".html"
24902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24903   data: "plot-throughput-speedup-analysis-3n-hsw"
24904   filter: "'NIC_Intel-X710' and
24905            '64B' and
24906            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24907            'NDRPDR' and
24908            'IP4FWD' and
24909            not 'IPSEC' and
24910            not 'VHOST'"
24911   parameters:
24912   - "throughput"
24913   - "parent"
24914   - "tags"
24915   sort:
24916   - "DOT1Q"
24917   - "IP4BASE"
24918   - "FIB_20K"
24919   - "FIB_200K"
24920   - "FIB_2M"
24921   layout:
24922     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24923     layout: "plot-throughput-speedup-analysis"
24924
24925 -
24926   type: "plot"
24927   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24928   algorithm: "plot_throughput_speedup_analysis"
24929   output-file-type: ".html"
24930   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24931   data: "plot-throughput-speedup-analysis-3n-hsw"
24932   filter: "'NIC_Intel-X710' and
24933            '64B' and
24934            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24935            'NDRPDR' and
24936            'IP4FWD' and
24937            not 'IPSEC' and
24938            not 'VHOST'"
24939   parameters:
24940   - "throughput"
24941   - "parent"
24942   - "tags"
24943   sort:
24944   - "DOT1Q"
24945   - "IP4BASE"
24946   - "FIB_20K"
24947   - "FIB_200K"
24948   - "FIB_2M"
24949   layout:
24950     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24951     layout: "plot-throughput-speedup-analysis"
24952
24953 # Speedup - VPP IPv4 3n-hsw-x710 features
24954 -
24955   type: "plot"
24956   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24957   algorithm: "plot_throughput_speedup_analysis"
24958   output-file-type: ".html"
24959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24960   data: "plot-throughput-speedup-analysis-3n-hsw"
24961   filter: "'NIC_Intel-X710' and
24962            '64B' and
24963            ('IP4BASE' or
24964             'POLICE_MARK' or
24965             'COPWHLIST' or
24966             ('NAT44' and 'BASE') or
24967             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24968            'NDRPDR' and
24969            'IP4FWD' and
24970            not 'IPSEC' and
24971            not 'VHOST'"
24972   parameters:
24973   - "throughput"
24974   - "parent"
24975   - "tags"
24976   sort:
24977   - "IP4BASE"
24978   - "NAT44"
24979   - "POLICE_MARK"
24980   - "COPWHLIST"
24981   - "IACL"
24982   - "OACL"
24983   layout:
24984     title: "ip4-3n-hsw-x710-64b-features-ndr"
24985     layout: "plot-throughput-speedup-analysis"
24986
24987 -
24988   type: "plot"
24989   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24990   algorithm: "plot_throughput_speedup_analysis"
24991   output-file-type: ".html"
24992   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24993   data: "plot-throughput-speedup-analysis-3n-hsw"
24994   filter: "'NIC_Intel-X710' and
24995            '64B' and
24996            ('IP4BASE' or
24997             'POLICE_MARK' or
24998             'COPWHLIST' or
24999             ('NAT44' and 'BASE') or
25000             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25001            'NDRPDR' and
25002            'IP4FWD' and
25003            not 'IPSEC' and
25004            not 'VHOST'"
25005   parameters:
25006   - "throughput"
25007   - "parent"
25008   - "tags"
25009   sort:
25010   - "IP4BASE"
25011   - "NAT44"
25012   - "POLICE_MARK"
25013   - "COPWHLIST"
25014   - "IACL"
25015   - "OACL"
25016   layout:
25017     title: "ip4-3n-hsw-x710-64b-features-pdr"
25018     layout: "plot-throughput-speedup-analysis"
25019
25020 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25021 -
25022   type: "plot"
25023   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25024   algorithm: "plot_throughput_speedup_analysis"
25025   output-file-type: ".html"
25026   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25027   data: "plot-throughput-speedup-analysis-3n-hsw"
25028   filter: "'NIC_Intel-X710' and
25029            '64B' and
25030            'NDRPDR' and
25031            'IP4FWD' and
25032            'NAT44' and
25033            not 'IPSEC' and
25034            not 'VHOST'"
25035   parameters:
25036   - "throughput"
25037   - "parent"
25038   - "tags"
25039   sort:
25040   - "BASE"
25041   - "BASE"
25042   - "SRC_USER_10"
25043   - "SRC_USER_100"
25044   - "SRC_USER_1000"
25045   - "SRC_USER_2000"
25046   layout:
25047     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
25048     layout: "plot-throughput-speedup-analysis"
25049
25050 -
25051   type: "plot"
25052   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25053   algorithm: "plot_throughput_speedup_analysis"
25054   output-file-type: ".html"
25055   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25056   data: "plot-throughput-speedup-analysis-3n-hsw"
25057   filter: "'NIC_Intel-X710' and
25058            '64B' and
25059            'NDRPDR' and
25060            'IP4FWD' and
25061            'NAT44' and
25062            not 'IPSEC' and
25063            not 'VHOST'"
25064   parameters:
25065   - "throughput"
25066   - "parent"
25067   - "tags"
25068   sort:
25069   - "BASE"
25070   - "BASE"
25071   - "SRC_USER_10"
25072   - "SRC_USER_100"
25073   - "SRC_USER_1000"
25074   - "SRC_USER_2000"
25075   layout:
25076     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25077     layout: "plot-throughput-speedup-analysis"
25078
25079 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25080 -
25081   type: "plot"
25082   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25083   algorithm: "plot_throughput_speedup_analysis"
25084   output-file-type: ".html"
25085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25086   data: "plot-throughput-speedup-analysis-3n-hsw"
25087   filter: "'NIC_Intel-X710' and
25088            '64B' and
25089            'NDRPDR' and
25090            'IP4FWD' and
25091            'IACL' and
25092            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25093            not 'IPSEC' and
25094            not 'VHOST'"
25095   parameters:
25096   - "throughput"
25097   - "parent"
25098   - "tags"
25099   sort:
25100   - "ACL_STATELESS"
25101   - "ACL_STATEFUL"
25102   - "ACL_STATELESS"
25103   - "ACL_STATEFUL"
25104   layout:
25105     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25106     layout: "plot-throughput-speedup-analysis"
25107
25108 -
25109   type: "plot"
25110   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25111   algorithm: "plot_throughput_speedup_analysis"
25112   output-file-type: ".html"
25113   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25114   data: "plot-throughput-speedup-analysis-3n-hsw"
25115   filter: "'NIC_Intel-X710' and
25116            '64B' and
25117            'NDRPDR' and
25118            'IP4FWD' and
25119            'IACL' and
25120            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25121            not 'IPSEC' and
25122            not 'VHOST'"
25123   parameters:
25124   - "throughput"
25125   - "parent"
25126   - "tags"
25127   sort:
25128   - "ACL_STATELESS"
25129   - "ACL_STATEFUL"
25130   - "ACL_STATELESS"
25131   - "ACL_STATEFUL"
25132   layout:
25133     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25134     layout: "plot-throughput-speedup-analysis"
25135
25136 ## Speedup - VPP IPv4 3n-hsw-x710 features oacl
25137 #-
25138 #  type: "plot"
25139 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25140 #  algorithm: "plot_throughput_speedup_analysis"
25141 #  output-file-type: ".html"
25142 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25143 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25144 #  filter: "'NIC_Intel-X710' and
25145 #           '64B' and
25146 #           'NDRPDR' and
25147 #           'IP4FWD' and
25148 #           'OACL' and
25149 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25150 #           not 'IPSEC' and
25151 #           not 'VHOST'"
25152 #  parameters:
25153 #  - "throughput"
25154 #  - "parent"
25155 #  - "tags"
25156 #  sort:
25157 #  - "ACL_STATELESS"
25158 #  - "ACL_STATEFUL"
25159 #  - "ACL_STATELESS"
25160 #  - "ACL_STATEFUL"
25161 #  layout:
25162 #    title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25163 #    layout: "plot-throughput-speedup-analysis"
25164 #
25165 #-
25166 #  type: "plot"
25167 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25168 #  algorithm: "plot_throughput_speedup_analysis"
25169 #  output-file-type: ".html"
25170 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25171 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25172 #  filter: "'NIC_Intel-X710' and
25173 #           '64B' and
25174 #           'NDRPDR' and
25175 #           'IP4FWD' and
25176 #           'OACL' and
25177 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25178 #           not 'IPSEC' and
25179 #           not 'VHOST'"
25180 #  parameters:
25181 #  - "throughput"
25182 #  - "parent"
25183 #  - "tags"
25184 #  sort:
25185 #  - "ACL_STATELESS"
25186 #  - "ACL_STATEFUL"
25187 #  - "ACL_STATELESS"
25188 #  - "ACL_STATEFUL"
25189 #  layout:
25190 #    title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25191 #    layout: "plot-throughput-speedup-analysis"
25192
25193 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25194 -
25195   type: "plot"
25196   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25197   algorithm: "plot_throughput_speedup_analysis"
25198   output-file-type: ".html"
25199   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25200   data: "plot-throughput-speedup-analysis-3n-hsw"
25201   filter: "'NIC_Intel-XL710' and
25202            '64B' and
25203            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25204            'NDRPDR' and
25205            'IP4FWD' and
25206            not 'IPSEC' and
25207            not 'VHOST'"
25208   parameters:
25209   - "throughput"
25210   - "parent"
25211   - "tags"
25212   sort:
25213   - "IP4BASE"
25214   - "FIB_20K"
25215   - "FIB_200K"
25216   - "FIB_2M"
25217   layout:
25218     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25219     layout: "plot-throughput-speedup-analysis"
25220
25221 -
25222   type: "plot"
25223   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25224   algorithm: "plot_throughput_speedup_analysis"
25225   output-file-type: ".html"
25226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25227   data: "plot-throughput-speedup-analysis-3n-hsw"
25228   filter: "'NIC_Intel-XL710' and
25229            '64B' and
25230            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25231            'NDRPDR' and
25232            'IP4FWD' and
25233            not 'IPSEC' and
25234            not 'VHOST'"
25235   parameters:
25236   - "throughput"
25237   - "parent"
25238   - "tags"
25239   sort:
25240   - "IP4BASE"
25241   - "FIB_20K"
25242   - "FIB_200K"
25243   - "FIB_2M"
25244   layout:
25245     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25246     layout: "plot-throughput-speedup-analysis"
25247
25248 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25249 -
25250   type: "plot"
25251   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25252   algorithm: "plot_throughput_speedup_analysis"
25253   output-file-type: ".html"
25254   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25255   data: "plot-throughput-speedup-analysis-3n-skx"
25256   filter: "'NIC_Intel-X710' and
25257            '64B' and
25258            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25259            'NDRPDR' and
25260            'IP4FWD' and
25261            not 'IPSEC' and
25262            not 'VHOST'"
25263   parameters:
25264   - "throughput"
25265   - "parent"
25266   - "tags"
25267   sort:
25268   - "IP4BASE"
25269   - "FIB_20K"
25270   - "FIB_200K"
25271   - "FIB_2M"
25272   layout:
25273     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25274     layout: "plot-throughput-speedup-analysis"
25275
25276 -
25277   type: "plot"
25278   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25279   algorithm: "plot_throughput_speedup_analysis"
25280   output-file-type: ".html"
25281   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25282   data: "plot-throughput-speedup-analysis-3n-skx"
25283   filter: "'NIC_Intel-X710' and
25284            '64B' and
25285            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25286            'NDRPDR' and
25287            'IP4FWD' and
25288            not 'IPSEC' and
25289            not 'VHOST'"
25290   parameters:
25291   - "throughput"
25292   - "parent"
25293   - "tags"
25294   sort:
25295   - "IP4BASE"
25296   - "FIB_20K"
25297   - "FIB_200K"
25298   - "FIB_2M"
25299   layout:
25300     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25301     layout: "plot-throughput-speedup-analysis"
25302
25303 # Speedup - VPP IPv4 3n-skx-x710 features
25304 -
25305   type: "plot"
25306   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25307   algorithm: "plot_throughput_speedup_analysis"
25308   output-file-type: ".html"
25309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25310   data: "plot-throughput-speedup-analysis-3n-skx"
25311   filter: "'NIC_Intel-X710' and
25312            '64B' and
25313            ('IP4BASE' or
25314             'POLICE_MARK' or
25315             'COPWHLIST' or
25316             ('NAT44' and 'BASE') or
25317             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25318            'NDRPDR' and
25319            'IP4FWD' and
25320            not 'IPSEC' and
25321            not 'VHOST'"
25322   parameters:
25323   - "throughput"
25324   - "parent"
25325   - "tags"
25326   sort:
25327   - "IP4BASE"
25328   - "NAT44"
25329   - "POLICE_MARK"
25330   - "COPWHLIST"
25331   - "IACL"
25332   - "OACL"
25333   layout:
25334     title: "ip4-3n-skx-x710-64b-features-ndr"
25335     layout: "plot-throughput-speedup-analysis"
25336
25337 -
25338   type: "plot"
25339   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25340   algorithm: "plot_throughput_speedup_analysis"
25341   output-file-type: ".html"
25342   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25343   data: "plot-throughput-speedup-analysis-3n-skx"
25344   filter: "'NIC_Intel-X710' and
25345            '64B' and
25346            ('IP4BASE' or
25347             'POLICE_MARK' or
25348             'COPWHLIST' or
25349             ('NAT44' and 'BASE') or
25350             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25351            'NDRPDR' and
25352            'IP4FWD' and
25353            not 'IPSEC' and
25354            not 'VHOST'"
25355   parameters:
25356   - "throughput"
25357   - "parent"
25358   - "tags"
25359   sort:
25360   - "IP4BASE"
25361   - "NAT44"
25362   - "POLICE_MARK"
25363   - "COPWHLIST"
25364   - "IACL"
25365   - "OACL"
25366   layout:
25367     title: "ip4-3n-skx-x710-64b-features-pdr"
25368     layout: "plot-throughput-speedup-analysis"
25369
25370 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25371 -
25372   type: "plot"
25373   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25374   algorithm: "plot_throughput_speedup_analysis"
25375   output-file-type: ".html"
25376   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25377   data: "plot-throughput-speedup-analysis-3n-skx"
25378   filter: "'NIC_Intel-X710' and
25379            '64B' and
25380            'NDRPDR' and
25381            'IP4FWD' and
25382            'NAT44' and
25383            not 'IPSEC' and
25384            not 'VHOST'"
25385   parameters:
25386   - "throughput"
25387   - "parent"
25388   - "tags"
25389   sort:
25390   - "BASE"
25391   - "BASE"
25392   - "SRC_USER_10"
25393   - "SRC_USER_100"
25394   - "SRC_USER_1000"
25395   - "SRC_USER_2000"
25396   layout:
25397     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25398     layout: "plot-throughput-speedup-analysis"
25399
25400 -
25401   type: "plot"
25402   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25403   algorithm: "plot_throughput_speedup_analysis"
25404   output-file-type: ".html"
25405   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25406   data: "plot-throughput-speedup-analysis-3n-skx"
25407   filter: "'NIC_Intel-X710' and
25408            '64B' and
25409            'NDRPDR' and
25410            'IP4FWD' and
25411            'NAT44' and
25412            not 'IPSEC' and
25413            not 'VHOST'"
25414   parameters:
25415   - "throughput"
25416   - "parent"
25417   - "tags"
25418   sort:
25419   - "BASE"
25420   - "BASE"
25421   - "SRC_USER_10"
25422   - "SRC_USER_100"
25423   - "SRC_USER_1000"
25424   - "SRC_USER_2000"
25425   layout:
25426     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25427     layout: "plot-throughput-speedup-analysis"
25428
25429 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25430 -
25431   type: "plot"
25432   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25433   algorithm: "plot_throughput_speedup_analysis"
25434   output-file-type: ".html"
25435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25436   data: "plot-throughput-speedup-analysis-3n-skx"
25437   filter: "'NIC_Intel-X710' and
25438            '64B' and
25439            'NDRPDR' and
25440            'IP4FWD' and
25441            'IACL' and
25442            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25443            not 'IPSEC' and
25444            not 'VHOST'"
25445   parameters:
25446   - "throughput"
25447   - "parent"
25448   - "tags"
25449   sort:
25450   - "ACL_STATELESS"
25451   - "ACL_STATEFUL"
25452   - "ACL_STATELESS"
25453   - "ACL_STATEFUL"
25454   layout:
25455     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25456     layout: "plot-throughput-speedup-analysis"
25457
25458 -
25459   type: "plot"
25460   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25461   algorithm: "plot_throughput_speedup_analysis"
25462   output-file-type: ".html"
25463   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25464   data: "plot-throughput-speedup-analysis-3n-skx"
25465   filter: "'NIC_Intel-X710' and
25466            '64B' and
25467            'NDRPDR' and
25468            'IP4FWD' and
25469            'IACL' and
25470            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25471            not 'IPSEC' and
25472            not 'VHOST'"
25473   parameters:
25474   - "throughput"
25475   - "parent"
25476   - "tags"
25477   sort:
25478   - "ACL_STATELESS"
25479   - "ACL_STATEFUL"
25480   - "ACL_STATELESS"
25481   - "ACL_STATEFUL"
25482   layout:
25483     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25484     layout: "plot-throughput-speedup-analysis"
25485
25486 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25487 -
25488   type: "plot"
25489   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25490   algorithm: "plot_throughput_speedup_analysis"
25491   output-file-type: ".html"
25492   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25493   data: "plot-throughput-speedup-analysis-3n-skx"
25494   filter: "'NIC_Intel-X710' and
25495            '64B' and
25496            'NDRPDR' and
25497            'IP4FWD' and
25498            'OACL' and
25499            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25500            not 'IPSEC' and
25501            not 'VHOST'"
25502   parameters:
25503   - "throughput"
25504   - "parent"
25505   - "tags"
25506   sort:
25507   - "ACL_STATELESS"
25508   - "ACL_STATEFUL"
25509   - "ACL_STATELESS"
25510   - "ACL_STATEFUL"
25511   layout:
25512     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25513     layout: "plot-throughput-speedup-analysis"
25514
25515 -
25516   type: "plot"
25517   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25518   algorithm: "plot_throughput_speedup_analysis"
25519   output-file-type: ".html"
25520   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25521   data: "plot-throughput-speedup-analysis-3n-skx"
25522   filter: "'NIC_Intel-X710' and
25523            '64B' and
25524            'NDRPDR' and
25525            'IP4FWD' and
25526            'OACL' and
25527            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25528            not 'IPSEC' and
25529            not 'VHOST'"
25530   parameters:
25531   - "throughput"
25532   - "parent"
25533   - "tags"
25534   sort:
25535   - "ACL_STATELESS"
25536   - "ACL_STATEFUL"
25537   - "ACL_STATELESS"
25538   - "ACL_STATEFUL"
25539   layout:
25540     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25541     layout: "plot-throughput-speedup-analysis"
25542
25543 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25544 -
25545   type: "plot"
25546   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25547   algorithm: "plot_throughput_speedup_analysis"
25548   output-file-type: ".html"
25549   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25550   data: "plot-throughput-speedup-analysis-2n-skx"
25551   filter: "'NIC_Intel-X710' and
25552            '64B' and
25553            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25554            'NDRPDR' and
25555            'IP4FWD' and
25556            not 'IPSEC' and
25557            not 'VHOST'"
25558   parameters:
25559   - "throughput"
25560   - "parent"
25561   - "tags"
25562   sort:
25563   - "DOT1Q"
25564   - "IP4BASE"
25565   - "FIB_20k"
25566   - "FIB_200k"
25567   - "FIB_2M"
25568   layout:
25569     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25570     layout: "plot-throughput-speedup-analysis"
25571
25572 -
25573   type: "plot"
25574   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25575   algorithm: "plot_throughput_speedup_analysis"
25576   output-file-type: ".html"
25577   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25578   data: "plot-throughput-speedup-analysis-2n-skx"
25579   filter: "'NIC_Intel-X710' and
25580            '64B' and
25581            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25582            'NDRPDR' and
25583            'IP4FWD' and
25584            not 'IPSEC' and
25585            not 'VHOST'"
25586   parameters:
25587   - "throughput"
25588   - "parent"
25589   - "tags"
25590   sort:
25591   - "DOT1Q"
25592   - "IP4BASE"
25593   - "FIB_20k"
25594   - "FIB_200k"
25595   - "FIB_2M"
25596   layout:
25597     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25598     layout: "plot-throughput-speedup-analysis"
25599
25600 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25601 -
25602   type: "plot"
25603   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25604   algorithm: "plot_throughput_speedup_analysis"
25605   output-file-type: ".html"
25606   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25607   data: "plot-throughput-speedup-analysis-2n-skx"
25608   filter: "'NIC_Intel-XXV710' and
25609            '64B' and
25610            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25611            'NDRPDR' and
25612            'IP4FWD' and
25613            not 'IPSEC' and
25614            not 'VHOST'"
25615   parameters:
25616   - "throughput"
25617   - "parent"
25618   - "tags"
25619   sort:
25620   - "DOT1Q"
25621   - "IP4BASE"
25622   - "FIB_20k"
25623   - "FIB_200k"
25624   - "FIB_2M"
25625   layout:
25626     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25627     layout: "plot-throughput-speedup-analysis"
25628
25629 -
25630   type: "plot"
25631   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25632   algorithm: "plot_throughput_speedup_analysis"
25633   output-file-type: ".html"
25634   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25635   data: "plot-throughput-speedup-analysis-2n-skx"
25636   filter: "'NIC_Intel-XXV710' and
25637            '64B' and
25638            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25639            'NDRPDR' and
25640            'IP4FWD' and
25641            not 'IPSEC' and
25642            not 'VHOST'"
25643   parameters:
25644   - "throughput"
25645   - "parent"
25646   - "tags"
25647   sort:
25648   - "DOT1Q"
25649   - "IP4BASE"
25650   - "FIB_20k"
25651   - "FIB_200k"
25652   - "FIB_2M"
25653   layout:
25654     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25655     layout: "plot-throughput-speedup-analysis"
25656
25657 # Speedup - VPP IPv4 2n-dnv-x553 base
25658 -
25659   type: "plot"
25660   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25661   algorithm: "plot_throughput_speedup_analysis"
25662   output-file-type: ".html"
25663   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25664   data: "intel-dnv-vpp"
25665   filter: "'NIC_Intel-X553' and
25666            '64B' and
25667            'IP4BASE' and
25668            'NDRPDR' and
25669            'IP4FWD' and
25670            not 'IPSEC' and
25671            not 'VHOST'"
25672   parameters:
25673   - "throughput"
25674   - "parent"
25675   - "tags"
25676   sort:
25677   - "IP4BASE"
25678   layout:
25679     title: "ip4-2n-dnv-x553-64b-base-ndr"
25680     layout: "plot-throughput-speedup-analysis"
25681
25682 -
25683   type: "plot"
25684   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25685   algorithm: "plot_throughput_speedup_analysis"
25686   output-file-type: ".html"
25687   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25688   data: "intel-dnv-vpp"
25689   filter: "'NIC_Intel-X553' and
25690            '64B' and
25691            'IP4BASE' and
25692            'NDRPDR' and
25693            'IP4FWD' and
25694            not 'IPSEC' and
25695            not 'VHOST'"
25696   parameters:
25697   - "throughput"
25698   - "parent"
25699   - "tags"
25700   sort:
25701   - "IP4BASE"
25702   layout:
25703     title: "ip4-2n-dnv-x553-64b-base-pdr"
25704     layout: "plot-throughput-speedup-analysis"
25705
25706 ################################################################################
25707
25708 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25709 #-
25710 #  type: "plot"
25711 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25712 #  algorithm: "plot_throughput_speedup_analysis"
25713 #  output-file-type: ".html"
25714 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25715 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25716 #  filter: "'NIC_Intel-X520_DA2' and
25717 #           '64B' and
25718 #           'ENCAP' and
25719 #           'NDRPDR' and
25720 #           ('VXLAN' or 'LISP') and
25721 #           not 'VHOST' and
25722 #           not 'IPSECHW'"
25723 #  parameters:
25724 #  - "throughput"
25725 #  - "parent"
25726 #  - "tags"
25727 #  sort:
25728 #  - "not DOT1Q"
25729 #  - "VXLAN_1"
25730 #  - "VXLAN_10"
25731 #  - "VXLAN_100"
25732 #  - "VXLAN_1000"
25733 #  layout:
25734 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25735 #    layout: "plot-throughput-speedup-analysis"
25736 #
25737 #-
25738 #  type: "plot"
25739 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25740 #  algorithm: "plot_throughput_speedup_analysis"
25741 #  output-file-type: ".html"
25742 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25743 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25744 #  filter: "'NIC_Intel-X520_DA2' and
25745 #           '64B' and
25746 #           'ENCAP' and
25747 #           'NDRPDR' and
25748 #           ('VXLAN' or 'LISP') and
25749 #           not 'VHOST' and
25750 #           not 'IPSECHW'"
25751 #  parameters:
25752 #  - "throughput"
25753 #  - "parent"
25754 #  - "tags"
25755 #  sort:
25756 #  - "not DOT1Q"
25757 #  - "VXLAN_1"
25758 #  - "VXLAN_10"
25759 #  - "VXLAN_100"
25760 #  - "VXLAN_1000"
25761 #  layout:
25762 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25763 #    layout: "plot-throughput-speedup-analysis"
25764
25765 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25766 -
25767   type: "plot"
25768   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25769   algorithm: "plot_throughput_speedup_analysis"
25770   output-file-type: ".html"
25771   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25772   data: "plot-throughput-speedup-analysis-3n-hsw"
25773   filter: "'NIC_Intel-X520-DA2' and
25774            '64B' and
25775            'ENCAP' and
25776            'NDRPDR' and
25777            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25778            not 'DOT1Q' and
25779            not 'VHOST' and
25780            not 'IPSECHW'"
25781   parameters:
25782   - "throughput"
25783   - "parent"
25784   - "tags"
25785   sort:
25786   - "L2BDMACLRN"
25787   - "L2XCFWD"
25788   - "LISP"
25789   layout:
25790     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
25791     layout: "plot-throughput-speedup-analysis"
25792
25793 -
25794   type: "plot"
25795   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25796   algorithm: "plot_throughput_speedup_analysis"
25797   output-file-type: ".html"
25798   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25799   data: "plot-throughput-speedup-analysis-3n-hsw"
25800   filter: "'NIC_Intel-X520-DA2' and
25801            '64B' and
25802            'ENCAP' and
25803            'NDRPDR' and
25804            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25805            not 'DOT1Q' and
25806            not 'VHOST' and
25807            not 'IPSECHW'"
25808   parameters:
25809   - "throughput"
25810   - "parent"
25811   - "tags"
25812   sort:
25813   - "L2BDMACLRN"
25814   - "L2XCFWD"
25815   - "LISP"
25816   layout:
25817     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
25818     layout: "plot-throughput-speedup-analysis"
25819
25820 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
25821 -
25822   type: "plot"
25823   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25824   algorithm: "plot_throughput_speedup_analysis"
25825   output-file-type: ".html"
25826   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25827   data: "plot-throughput-speedup-analysis-3n-hsw"
25828   filter: "'NIC_Intel-X710' and
25829            '64B' and
25830            'ENCAP' and
25831            'NDRPDR' and
25832            ('VXLAN' or 'LISP') and
25833            not 'VHOST' and
25834            not 'IPSECHW'"
25835   parameters:
25836   - "throughput"
25837   - "parent"
25838   - "tags"
25839   sort:
25840   - "LISP"
25841   - "VXLAN_1"
25842   - "VXLAN_10"
25843   - "VXLAN_100"
25844   - "VXLAN_1000"
25845   layout:
25846     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
25847     layout: "plot-throughput-speedup-analysis"
25848
25849 -
25850   type: "plot"
25851   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25852   algorithm: "plot_throughput_speedup_analysis"
25853   output-file-type: ".html"
25854   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25855   data: "plot-throughput-speedup-analysis-3n-hsw"
25856   filter: "'NIC_Intel-X710' and
25857            '64B' and
25858            'ENCAP' and
25859            'NDRPDR' and
25860            ('VXLAN' or 'LISP') and
25861            not 'VHOST' and
25862            not 'IPSECHW'"
25863   parameters:
25864   - "throughput"
25865   - "parent"
25866   - "tags"
25867   sort:
25868   - "LISP"
25869   - "VXLAN_1"
25870   - "VXLAN_10"
25871   - "VXLAN_100"
25872   - "VXLAN_1000"
25873   layout:
25874     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25875     layout: "plot-throughput-speedup-analysis"
25876
25877 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25878 -
25879   type: "plot"
25880   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25881   algorithm: "plot_throughput_speedup_analysis"
25882   output-file-type: ".html"
25883   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25884   data: "plot-throughput-speedup-analysis-3n-hsw"
25885   filter: "'NIC_Intel-X710' and
25886            '64B' and
25887            'ENCAP' and
25888            'NDRPDR' and
25889            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25890            not 'DOT1Q' and
25891            not 'VHOST' and
25892            not 'IPSECHW'"
25893   parameters:
25894   - "throughput"
25895   - "parent"
25896   - "tags"
25897   sort:
25898   - "L2BDMACLRN"
25899   - "L2XCFWD"
25900   - "LISP"
25901   layout:
25902     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25903     layout: "plot-throughput-speedup-analysis"
25904
25905 -
25906   type: "plot"
25907   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25908   algorithm: "plot_throughput_speedup_analysis"
25909   output-file-type: ".html"
25910   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25911   data: "plot-throughput-speedup-analysis-3n-hsw"
25912   filter: "'NIC_Intel-X710' and
25913            '64B' and
25914            'ENCAP' and
25915            'NDRPDR' and
25916            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25917            not 'DOT1Q' and
25918            not 'VHOST' and
25919            not 'IPSECHW'"
25920   parameters:
25921   - "throughput"
25922   - "parent"
25923   - "tags"
25924   sort:
25925   - "L2BDMACLRN"
25926   - "L2XCFWD"
25927   - "LISP"
25928   layout:
25929     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25930     layout: "plot-throughput-speedup-analysis"
25931
25932 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25933 -
25934   type: "plot"
25935   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25936   algorithm: "plot_throughput_speedup_analysis"
25937   output-file-type: ".html"
25938   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25939   data: "plot-throughput-speedup-analysis-3n-skx"
25940   filter: "'NIC_Intel-X710' and
25941            '64B' and
25942            'ENCAP' and
25943            'NDRPDR' and
25944            'VXLAN' and
25945            'L2BDMACLRN' and
25946            not 'VHOST' and
25947            not 'IPSECHW'"
25948   parameters:
25949   - "throughput"
25950   - "parent"
25951   - "tags"
25952   sort:
25953   - "LISP"
25954   - "VXLAN_1"
25955   - "VXLAN_10"
25956   - "VXLAN_100"
25957   - "VXLAN_1000"
25958   layout:
25959     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25960     layout: "plot-throughput-speedup-analysis"
25961
25962 -
25963   type: "plot"
25964   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25965   algorithm: "plot_throughput_speedup_analysis"
25966   output-file-type: ".html"
25967   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25968   data: "plot-throughput-speedup-analysis-3n-skx"
25969   filter: "'NIC_Intel-X710' and
25970            '64B' and
25971            'ENCAP' and
25972            'NDRPDR' and
25973            'VXLAN' and
25974            'L2BDMACLRN' and
25975            not 'VHOST' and
25976            not 'IPSECHW'"
25977   parameters:
25978   - "throughput"
25979   - "parent"
25980   - "tags"
25981   sort:
25982   - "LISP"
25983   - "VXLAN_1"
25984   - "VXLAN_10"
25985   - "VXLAN_100"
25986   - "VXLAN_1000"
25987   layout:
25988     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25989     layout: "plot-throughput-speedup-analysis"
25990
25991 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25992 -
25993   type: "plot"
25994   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25995   algorithm: "plot_throughput_speedup_analysis"
25996   output-file-type: ".html"
25997   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25998   data: "plot-throughput-speedup-analysis-3n-skx"
25999   filter: "'NIC_Intel-X710' and
26000            '64B' and
26001            'ENCAP' and
26002            'NDRPDR' and
26003            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26004            not 'DOT1Q' and
26005            not 'VHOST' and
26006            not 'IPSECHW'"
26007   parameters:
26008   - "throughput"
26009   - "parent"
26010   - "tags"
26011   sort:
26012   - "L2BDMACLRN"
26013   - "L2XCFWD"
26014   - "LISP"
26015   layout:
26016     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26017     layout: "plot-throughput-speedup-analysis"
26018
26019 -
26020   type: "plot"
26021   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26022   algorithm: "plot_throughput_speedup_analysis"
26023   output-file-type: ".html"
26024   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26025   data: "plot-throughput-speedup-analysis-3n-skx"
26026   filter: "'NIC_Intel-X710' and
26027            '64B' and
26028            'ENCAP' and
26029            'NDRPDR' and
26030            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26031            not 'DOT1Q' and
26032            not 'VHOST' and
26033            not 'IPSECHW'"
26034   parameters:
26035   - "throughput"
26036   - "parent"
26037   - "tags"
26038   sort:
26039   - "L2BDMACLRN"
26040   - "L2XCFWD"
26041   - "LISP"
26042   layout:
26043     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
26044     layout: "plot-throughput-speedup-analysis"
26045
26046 ################################################################################
26047
26048 # Speedup - VPP IPv6 3n-hsw-x520
26049 -
26050   type: "plot"
26051   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26052   algorithm: "plot_throughput_speedup_analysis"
26053   output-file-type: ".html"
26054   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26055   data: "plot-throughput-speedup-analysis-3n-hsw"
26056   filter: "'NIC_Intel-X520-DA2' and
26057            '78B' and
26058            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26059            'NDRPDR' and
26060            'IP6FWD' and
26061            not 'SRv6' and
26062            not 'IPSEC' and
26063            not 'VHOST'"
26064   parameters:
26065   - "throughput"
26066   - "parent"
26067   - "tags"
26068   sort:
26069   - "IP6BASE"
26070   - "FIB_20K"
26071   - "FIB_200K"
26072   - "FIB_2M"
26073   layout:
26074     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26075     layout: "plot-throughput-speedup-analysis"
26076
26077 -
26078   type: "plot"
26079   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26080   algorithm: "plot_throughput_speedup_analysis"
26081   output-file-type: ".html"
26082   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26083   data: "plot-throughput-speedup-analysis-3n-hsw"
26084   filter: "'NIC_Intel-X520-DA2' and
26085            '78B' and
26086            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26087            'NDRPDR' and
26088            'IP6FWD' and
26089            not 'SRv6' and
26090            not 'IPSEC' and
26091            not 'VHOST'"
26092   parameters:
26093   - "throughput"
26094   - "parent"
26095   - "tags"
26096   sort:
26097   - "IP6BASE"
26098   - "FIB_20K"
26099   - "FIB_200K"
26100   - "FIB_2M"
26101   layout:
26102     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26103     layout: "plot-throughput-speedup-analysis"
26104
26105 # Speedup - VPP IPv6 3n-hsw-x520 features
26106 -
26107   type: "plot"
26108   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26109   algorithm: "plot_throughput_speedup_analysis"
26110   output-file-type: ".html"
26111   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26112   data: "plot-throughput-speedup-analysis-3n-hsw"
26113   filter: "'NIC_Intel-X520-DA2' and
26114            '78B' and
26115            ('IP6BASE' or
26116             'POLICE_MARK' or
26117             'COPWHLIST' or
26118             'IACLDST') and
26119            'NDRPDR' and
26120            'IP6FWD' and
26121            not 'SRv6' and
26122            not 'IPSEC' and
26123            not 'VHOST'"
26124   parameters:
26125   - "throughput"
26126   - "parent"
26127   - "tags"
26128   sort:
26129   - "IP6BASE"
26130   - "POLICE_MARK"
26131   - "COPWHLIST"
26132   - "IACLDST"
26133   layout:
26134     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26135     layout: "plot-throughput-speedup-analysis"
26136
26137 -
26138   type: "plot"
26139   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26140   algorithm: "plot_throughput_speedup_analysis"
26141   output-file-type: ".html"
26142   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26143   data: "plot-throughput-speedup-analysis-3n-hsw"
26144   filter: "'NIC_Intel-X520-DA2' and
26145            '78B' and
26146            ('IP6BASE' or
26147             'POLICE_MARK' or
26148             'COPWHLIST' or
26149             'IACLDST') and
26150            'NDRPDR' and
26151            'IP6FWD' and
26152            not 'SRv6' and
26153            not 'IPSEC' and
26154            not 'VHOST'"
26155   parameters:
26156   - "throughput"
26157   - "parent"
26158   - "tags"
26159   sort:
26160   - "IP6BASE"
26161   - "POLICE_MARK"
26162   - "COPWHLIST"
26163   - "IACLDST"
26164   layout:
26165     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26166     layout: "plot-throughput-speedup-analysis"
26167
26168 # Speedup - VPP IPv6 3n-hsw-x710
26169 -
26170   type: "plot"
26171   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26172   algorithm: "plot_throughput_speedup_analysis"
26173   output-file-type: ".html"
26174   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26175   data: "plot-throughput-speedup-analysis-3n-hsw"
26176   filter: "'NIC_Intel-X710' and
26177            '78B' and
26178            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26179            'NDRPDR' and
26180            'IP6FWD' and
26181            not 'SRv6' and
26182            not 'IPSEC' and
26183            not 'VHOST'"
26184   parameters:
26185   - "throughput"
26186   - "parent"
26187   - "tags"
26188   sort:
26189   - "IP6BASE"
26190   - "FIB_20K"
26191   - "FIB_200K"
26192   - "FIB_2M"
26193   layout:
26194     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26195     layout: "plot-throughput-speedup-analysis"
26196
26197 -
26198   type: "plot"
26199   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26200   algorithm: "plot_throughput_speedup_analysis"
26201   output-file-type: ".html"
26202   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26203   data: "plot-throughput-speedup-analysis-3n-hsw"
26204   filter: "'NIC_Intel-X710' and
26205            '78B' and
26206            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26207            'NDRPDR' and
26208            'IP6FWD' and
26209            not 'SRv6' and
26210            not 'IPSEC' and
26211            not 'VHOST'"
26212   parameters:
26213   - "throughput"
26214   - "parent"
26215   - "tags"
26216   sort:
26217   - "IP6BASE"
26218   - "FIB_20K"
26219   - "FIB_200K"
26220   - "FIB_2M"
26221   layout:
26222     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26223     layout: "plot-throughput-speedup-analysis"
26224
26225 # Speedup - VPP IPv6 3n-hsw-x710 features
26226 -
26227   type: "plot"
26228   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26229   algorithm: "plot_throughput_speedup_analysis"
26230   output-file-type: ".html"
26231   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26232   data: "plot-throughput-speedup-analysis-3n-hsw"
26233   filter: "'NIC_Intel-X710' and
26234            '78B' and
26235            ('IP6BASE' or
26236             'POLICE_MARK' or
26237             'COPWHLIST' or
26238             'IACLDST') and
26239            'NDRPDR' and
26240            'IP6FWD' and
26241            not 'SRv6' and
26242            not 'IPSEC' and
26243            not 'VHOST'"
26244   parameters:
26245   - "throughput"
26246   - "parent"
26247   - "tags"
26248   sort:
26249   - "IP6BASE"
26250   - "POLICE_MARK"
26251   - "COPWHLIST"
26252   - "IACLDST"
26253   layout:
26254     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26255     layout: "plot-throughput-speedup-analysis"
26256
26257 -
26258   type: "plot"
26259   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26260   algorithm: "plot_throughput_speedup_analysis"
26261   output-file-type: ".html"
26262   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26263   data: "plot-throughput-speedup-analysis-3n-hsw"
26264   filter: "'NIC_Intel-X710' and
26265            '78B' and
26266            ('IP6BASE' or
26267             'POLICE_MARK' or
26268             'COPWHLIST' or
26269             'IACLDST') and
26270            'NDRPDR' and
26271            'IP6FWD' and
26272            not 'SRv6' and
26273            not 'IPSEC' and
26274            not 'VHOST'"
26275   parameters:
26276   - "throughput"
26277   - "parent"
26278   - "tags"
26279   sort:
26280   - "IP6BASE"
26281   - "POLICE_MARK"
26282   - "COPWHLIST"
26283   - "IACLDST"
26284   layout:
26285     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26286     layout: "plot-throughput-speedup-analysis"
26287
26288 # Speedup - VPP IPv6 3n-hsw-xl710
26289 -
26290   type: "plot"
26291   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26292   algorithm: "plot_throughput_speedup_analysis"
26293   output-file-type: ".html"
26294   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26295   data: "plot-throughput-speedup-analysis-3n-hsw"
26296   filter: "'NIC_Intel-XL710' and
26297            '78B' and
26298            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26299            'NDRPDR' and
26300            'IP6FWD' and
26301            not 'SRv6' and
26302            not 'IPSEC' and
26303            not 'VHOST'"
26304   parameters:
26305   - "throughput"
26306   - "parent"
26307   - "tags"
26308   sort:
26309   - "IP6BASE"
26310   - "FIB_20K"
26311   - "FIB_200K"
26312   - "FIB_2M"
26313   layout:
26314     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26315     layout: "plot-throughput-speedup-analysis"
26316
26317 -
26318   type: "plot"
26319   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26320   algorithm: "plot_throughput_speedup_analysis"
26321   output-file-type: ".html"
26322   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26323   data: "plot-throughput-speedup-analysis-3n-hsw"
26324   filter: "'NIC_Intel-XL710' and
26325            '78B' and
26326            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26327            'NDRPDR' and
26328            'IP6FWD' and
26329            not 'SRv6' and
26330            not 'IPSEC' and
26331            not 'VHOST'"
26332   parameters:
26333   - "throughput"
26334   - "parent"
26335   - "tags"
26336   sort:
26337   - "IP6BASE"
26338   - "FIB_20K"
26339   - "FIB_200K"
26340   - "FIB_2M"
26341   layout:
26342     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26343     layout: "plot-throughput-speedup-analysis"
26344
26345 # Speedup - VPP IPv6 3n-skx-x710
26346 -
26347   type: "plot"
26348   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26349   algorithm: "plot_throughput_speedup_analysis"
26350   output-file-type: ".html"
26351   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26352   data: "plot-throughput-speedup-analysis-3n-skx"
26353   filter: "'NIC_Intel-X710' and
26354            '78B' and
26355            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26356            'NDRPDR' and
26357            'IP6FWD' and
26358            not 'SRv6' and
26359            not 'IPSEC' and
26360            not 'VHOST'"
26361   parameters:
26362   - "throughput"
26363   - "parent"
26364   - "tags"
26365   sort:
26366   - "IP6BASE"
26367   - "FIB_20K"
26368   - "FIB_200K"
26369   - "FIB_2M"
26370   layout:
26371     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26372     layout: "plot-throughput-speedup-analysis"
26373
26374 -
26375   type: "plot"
26376   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26377   algorithm: "plot_throughput_speedup_analysis"
26378   output-file-type: ".html"
26379   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26380   data: "plot-throughput-speedup-analysis-3n-skx"
26381   filter: "'NIC_Intel-X710' and
26382            '78B' and
26383            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26384            'NDRPDR' and
26385            'IP6FWD' and
26386            not 'SRv6' and
26387            not 'IPSEC' and
26388            not 'VHOST'"
26389   parameters:
26390   - "throughput"
26391   - "parent"
26392   - "tags"
26393   sort:
26394   - "IP6BASE"
26395   - "FIB_20K"
26396   - "FIB_200K"
26397   - "FIB_2M"
26398   layout:
26399     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26400     layout: "plot-throughput-speedup-analysis"
26401
26402 # Speedup - VPP IPv6 3n-skx-x710 features
26403 -
26404   type: "plot"
26405   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26406   algorithm: "plot_throughput_speedup_analysis"
26407   output-file-type: ".html"
26408   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26409   data: "plot-throughput-speedup-analysis-3n-skx"
26410   filter: "'NIC_Intel-X710' and
26411            '78B' and
26412            ('IP6BASE' or
26413             'POLICE_MARK' or
26414             'COPWHLIST' or
26415             'IACLDST') and
26416            'NDRPDR' and
26417            'IP6FWD' and
26418            not 'SRv6' and
26419            not 'IPSEC' and
26420            not 'VHOST'"
26421   parameters:
26422   - "throughput"
26423   - "parent"
26424   - "tags"
26425   sort:
26426   - "IP6BASE"
26427   - "POLICE_MARK"
26428   - "COPWHLIST"
26429   - "IACLDST"
26430   layout:
26431     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
26432     layout: "plot-throughput-speedup-analysis"
26433
26434 -
26435   type: "plot"
26436   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26437   algorithm: "plot_throughput_speedup_analysis"
26438   output-file-type: ".html"
26439   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26440   data: "plot-throughput-speedup-analysis-3n-skx"
26441   filter: "'NIC_Intel-X710' and
26442            '78B' and
26443            ('IP6BASE' or
26444             'POLICE_MARK' or
26445             'COPWHLIST' or
26446             'IACLDST') and
26447            'NDRPDR' and
26448            'IP6FWD' and
26449            not 'SRv6' and
26450            not 'IPSEC' and
26451            not 'VHOST'"
26452   parameters:
26453   - "throughput"
26454   - "parent"
26455   - "tags"
26456   sort:
26457   - "IP6BASE"
26458   - "POLICE_MARK"
26459   - "COPWHLIST"
26460   - "IACLDST"
26461   layout:
26462     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
26463     layout: "plot-throughput-speedup-analysis"
26464
26465 # Speedup - VPP IPv6 2n-skx-x710
26466 -
26467   type: "plot"
26468   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26469   algorithm: "plot_throughput_speedup_analysis"
26470   output-file-type: ".html"
26471   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26472   data: "plot-throughput-speedup-analysis-2n-skx"
26473   filter: "'NIC_Intel-X710' and
26474            '78B' and
26475            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26476            'NDRPDR' and
26477            'IP6FWD' and
26478            not 'SRv6' and
26479            not 'IPSEC' and
26480            not 'VHOST'"
26481   parameters:
26482   - "throughput"
26483   - "parent"
26484   - "tags"
26485   sort:
26486   - "IP6BASE"
26487   - "FIB_20k"
26488   - "FIB_200k"
26489   - "FIB_2M"
26490   layout:
26491     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26492     layout: "plot-throughput-speedup-analysis"
26493
26494 -
26495   type: "plot"
26496   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26497   algorithm: "plot_throughput_speedup_analysis"
26498   output-file-type: ".html"
26499   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26500   data: "plot-throughput-speedup-analysis-2n-skx"
26501   filter: "'NIC_Intel-X710' and
26502            '78B' and
26503            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26504            'NDRPDR' and
26505            'IP6FWD' and
26506            not 'SRv6' and
26507            not 'IPSEC' and
26508            not 'VHOST'"
26509   parameters:
26510   - "throughput"
26511   - "parent"
26512   - "tags"
26513   sort:
26514   - "IP6BASE"
26515   - "FIB_20k"
26516   - "FIB_200k"
26517   - "FIB_2M"
26518   layout:
26519     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26520     layout: "plot-throughput-speedup-analysis"
26521
26522 # Speedup - VPP IPv6 2n-skx-xxv710
26523 -
26524   type: "plot"
26525   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26526   algorithm: "plot_throughput_speedup_analysis"
26527   output-file-type: ".html"
26528   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26529   data: "plot-throughput-speedup-analysis-2n-skx"
26530   filter: "'NIC_Intel-XXV710' and
26531            '78B' and
26532            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26533            'NDRPDR' and
26534            'IP6FWD' and
26535            not 'SRv6' and
26536            not 'IPSEC' and
26537            not 'VHOST'"
26538   parameters:
26539   - "throughput"
26540   - "parent"
26541   - "tags"
26542   sort:
26543   - "IP6BASE"
26544   - "FIB_20k"
26545   - "FIB_200k"
26546   - "FIB_2M"
26547   layout:
26548     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26549     layout: "plot-throughput-speedup-analysis"
26550
26551 -
26552   type: "plot"
26553   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26554   algorithm: "plot_throughput_speedup_analysis"
26555   output-file-type: ".html"
26556   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26557   data: "plot-throughput-speedup-analysis-2n-skx"
26558   filter: "'NIC_Intel-XXV710' and
26559            '78B' and
26560            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26561            'NDRPDR' and
26562            'IP6FWD' and
26563            not 'SRv6' and
26564            not 'IPSEC' and
26565            not 'VHOST'"
26566   parameters:
26567   - "throughput"
26568   - "parent"
26569   - "tags"
26570   sort:
26571   - "IP6BASE"
26572   - "FIB_20k"
26573   - "FIB_200k"
26574   - "FIB_2M"
26575   layout:
26576     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26577     layout: "plot-throughput-speedup-analysis"
26578
26579 # Speedup - VPP IPv6 2n-dnv-x553 base
26580 -
26581   type: "plot"
26582   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26583   algorithm: "plot_throughput_speedup_analysis"
26584   output-file-type: ".html"
26585   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26586   data: "intel-dnv-vpp"
26587   filter: "'NIC_Intel-X553' and
26588            '78B' and
26589            'IP6BASE' and
26590            'NDRPDR' and
26591            'IP6FWD' and
26592            not 'SRv6' and
26593            not 'IPSEC' and
26594            not 'VHOST'"
26595   parameters:
26596   - "throughput"
26597   - "parent"
26598   - "tags"
26599   sort:
26600   - "IP6BASE"
26601   layout:
26602     title: "ip6-2n-dnv-x553-78b-base-ndr"
26603     layout: "plot-throughput-speedup-analysis"
26604
26605 -
26606   type: "plot"
26607   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26608   algorithm: "plot_throughput_speedup_analysis"
26609   output-file-type: ".html"
26610   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26611   data: "intel-dnv-vpp"
26612   filter: "'NIC_Intel-X553' and
26613            '78B' and
26614            'IP6BASE' and
26615            'NDRPDR' and
26616            'IP6FWD' and
26617            not 'SRv6' and
26618            not 'IPSEC' and
26619            not 'VHOST'"
26620   parameters:
26621   - "throughput"
26622   - "parent"
26623   - "tags"
26624   sort:
26625   - "IP6BASE"
26626   layout:
26627     title: "ip6-2n-dnv-x553-78b-base-pdr"
26628     layout: "plot-throughput-speedup-analysis"
26629
26630 ################################################################################
26631
26632 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26633 -
26634   type: "plot"
26635   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26636   algorithm: "plot_throughput_speedup_analysis"
26637   output-file-type: ".html"
26638   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26639   data: "plot-throughput-speedup-analysis-3n-hsw"
26640   filter: "'NIC_Intel-X520-DA2' and
26641            '78B' and
26642            'ENCAP' and
26643            'NDRPDR' and
26644            'LISP' and
26645            not 'VHOST'"
26646   parameters:
26647   - "throughput"
26648   - "parent"
26649   - "tags"
26650   sort:
26651   - "IP4UNRLAY"
26652   - "IP6UNRLAY"
26653   layout:
26654     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26655     layout: "plot-throughput-speedup-analysis"
26656
26657 -
26658   type: "plot"
26659   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26660   algorithm: "plot_throughput_speedup_analysis"
26661   output-file-type: ".html"
26662   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26663   data: "plot-throughput-speedup-analysis-3n-hsw"
26664   filter: "'NIC_Intel-X520-DA2' and
26665            '78B' and
26666            'ENCAP' and
26667            'NDRPDR' and
26668            'LISP' and
26669            not 'VHOST'"
26670   parameters:
26671   - "throughput"
26672   - "parent"
26673   - "tags"
26674   sort:
26675   - "IP4UNRLAY"
26676   - "IP6UNRLAY"
26677   layout:
26678     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26679     layout: "plot-throughput-speedup-analysis"
26680
26681 ################################################################################
26682
26683 # Speedup - VPP IPSec 3n-hsw-xl710 base
26684 -
26685   type: "plot"
26686   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26687   algorithm: "plot_throughput_speedup_analysis"
26688   output-file-type: ".html"
26689   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26690   data: "plot-throughput-speedup-analysis-3n-hsw"
26691   filter: "'NIC_Intel-XL710' and
26692            '64B' and
26693            'IP4FWD' and
26694            'NDRPDR' and
26695            'BASE' and
26696            'IPSECHW' and
26697            ('IPSECTRAN' or 'IPSECTUN') and
26698            not 'VHOST'"
26699   parameters:
26700   - "throughput"
26701   - "parent"
26702   - "tags"
26703   layout:
26704     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26705     layout: "plot-throughput-speedup-analysis"
26706
26707 -
26708   type: "plot"
26709   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26710   algorithm: "plot_throughput_speedup_analysis"
26711   output-file-type: ".html"
26712   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26713   data: "plot-throughput-speedup-analysis-3n-hsw"
26714   filter: "'NIC_Intel-XL710' and
26715            '64B' and
26716            'IP4FWD' and
26717            'NDRPDR' and
26718            'BASE' and
26719            'IPSECHW' and
26720            ('IPSECTRAN' or 'IPSECTUN') and
26721            not 'VHOST'"
26722   parameters:
26723   - "throughput"
26724   - "parent"
26725   - "tags"
26726   layout:
26727     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26728     layout: "plot-throughput-speedup-analysis"
26729
26730 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26731 -
26732   type: "plot"
26733   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26734   algorithm: "plot_throughput_speedup_analysis"
26735   output-file-type: ".html"
26736   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26737   data: "plot-throughput-speedup-analysis-3n-hsw"
26738   filter: "'NIC_Intel-XL710' and
26739            '64B' and
26740            'IP4FWD' and
26741            'NDRPDR' and
26742            'SCALE' and
26743            'IPSECHW' and
26744            ('IPSECTRAN' or 'IPSECTUN') and
26745            not 'VHOST'"
26746   parameters:
26747   - "throughput"
26748   - "parent"
26749   - "tags"
26750   layout:
26751     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26752     layout: "plot-throughput-speedup-analysis"
26753
26754 -
26755   type: "plot"
26756   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26757   algorithm: "plot_throughput_speedup_analysis"
26758   output-file-type: ".html"
26759   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26760   data: "plot-throughput-speedup-analysis-3n-hsw"
26761   filter: "'NIC_Intel-XL710' and
26762            '64B' and
26763            'IP4FWD' and
26764            'NDRPDR' and
26765            'SCALE' and
26766            'IPSECHW' and
26767            ('IPSECTRAN' or 'IPSECTUN') and
26768            not 'VHOST'"
26769   parameters:
26770   - "throughput"
26771   - "parent"
26772   - "tags"
26773   layout:
26774     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
26775     layout: "plot-throughput-speedup-analysis"
26776
26777 # Speedup - VPP IPSec 3n-hsw-xl710 sw
26778 -
26779   type: "plot"
26780   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26781   algorithm: "plot_throughput_speedup_analysis"
26782   output-file-type: ".html"
26783   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26784   data: "plot-throughput-speedup-analysis-3n-hsw"
26785   filter: "'NIC_Intel-XL710' and
26786            '64B' and
26787            'IP4FWD' and
26788            'NDRPDR' and
26789            'IPSECSW' and
26790            ('IPSECTRAN' or 'IPSECTUN') and
26791            not 'VHOST'"
26792   parameters:
26793   - "throughput"
26794   - "parent"
26795   - "tags"
26796   layout:
26797     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
26798     layout: "plot-throughput-speedup-analysis"
26799
26800 -
26801   type: "plot"
26802   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26803   algorithm: "plot_throughput_speedup_analysis"
26804   output-file-type: ".html"
26805   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26806   data: "plot-throughput-speedup-analysis-3n-hsw"
26807   filter: "'NIC_Intel-XL710' and
26808            '64B' and
26809            'IP4FWD' and
26810            'NDRPDR' and
26811            'IPSECSW' and
26812            ('IPSECTRAN' or 'IPSECTUN') and
26813            not 'VHOST'"
26814   parameters:
26815   - "throughput"
26816   - "parent"
26817   - "tags"
26818   layout:
26819     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
26820     layout: "plot-throughput-speedup-analysis"
26821
26822 ################################################################################
26823
26824 # Speedup - VPP SRv6 3n-hsw-x520
26825 -
26826   type: "plot"
26827   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
26828   algorithm: "plot_throughput_speedup_analysis"
26829   output-file-type: ".html"
26830   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
26831   data: "plot-throughput-speedup-analysis-3n-hsw"
26832   filter: "'NIC_Intel-X520-DA2' and
26833            '78B' and
26834            'FEATURE' and
26835            'NDRPDR' and
26836            'IP6FWD' and
26837            'SRv6'"
26838   parameters:
26839   - "throughput"
26840   - "parent"
26841   - "tags"
26842   layout:
26843     title: "srv6-3n-hsw-x520-78b-features-ndr"
26844     layout: "plot-throughput-speedup-analysis"
26845
26846 -
26847   type: "plot"
26848   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
26849   algorithm: "plot_throughput_speedup_analysis"
26850   output-file-type: ".html"
26851   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
26852   data: "plot-throughput-speedup-analysis-3n-hsw"
26853   filter: "'NIC_Intel-X520-DA2' and
26854            '78B' and
26855            'FEATURE' and
26856            'NDRPDR' and
26857            'IP6FWD' and
26858            'SRv6'"
26859   parameters:
26860   - "throughput"
26861   - "parent"
26862   - "tags"
26863   layout:
26864     title: "srv6-3n-hsw-x520-78b-features-pdr"
26865     layout: "plot-throughput-speedup-analysis"
26866
26867 ################################################################################
26868
26869 # Speedup - VPP L2 3n-hsw-x520 base and scale
26870 -
26871   type: "plot"
26872   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26873   algorithm: "plot_throughput_speedup_analysis"
26874   output-file-type: ".html"
26875   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26876   data: "plot-throughput-speedup-analysis-3n-hsw"
26877   filter: "'NIC_Intel-X520-DA2' and
26878            '64B' and
26879            ('BASE' or 'SCALE') and
26880            'NDRPDR' and
26881            'ETH' and
26882            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26883            not 'VHOST' and
26884            not 'MEMIF'"
26885   parameters:
26886   - "throughput"
26887   - "parent"
26888   - "tags"
26889   sort:
26890   - "L2XCFWD"
26891   - "L2PATCH"
26892   - "L2BDMACLRN"
26893   - "FIB_10K"
26894   - "FIB_100K"
26895   - "FIB_1M"
26896   layout:
26897     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26898     layout: "plot-throughput-speedup-analysis"
26899
26900 -
26901   type: "plot"
26902   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26903   algorithm: "plot_throughput_speedup_analysis"
26904   output-file-type: ".html"
26905   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26906   data: "plot-throughput-speedup-analysis-3n-hsw"
26907   filter: "'NIC_Intel-X520-DA2' and
26908            '64B' and
26909            ('BASE' or 'SCALE') and
26910            'NDRPDR' and
26911            'ETH' and
26912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26913            not 'VHOST' and
26914            not 'MEMIF'"
26915   parameters:
26916   - "throughput"
26917   - "parent"
26918   - "tags"
26919   sort:
26920   - "L2XCFWD"
26921   - "L2PATCH"
26922   - "L2BDMACLRN"
26923   - "FIB_10K"
26924   - "FIB_100K"
26925   - "FIB_1M"
26926   layout:
26927     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26928     layout: "plot-throughput-speedup-analysis"
26929
26930 # Speedup - VPP L2 3n-hsw-x520 features
26931 -
26932   type: "plot"
26933   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26934   algorithm: "plot_throughput_speedup_analysis"
26935   output-file-type: ".html"
26936   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26937   data: "plot-throughput-speedup-analysis-3n-hsw"
26938   filter: "'NIC_Intel-X520-DA2' and
26939            '64B' and
26940            'NDRPDR' and
26941            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26942            not 'ACL' and
26943            not 'VHOST' and
26944            not 'MEMIF'"
26945   parameters:
26946   - "throughput"
26947   - "parent"
26948   - "tags"
26949   sort:
26950   - "L2XCBASE"    # l2xcbase
26951   - "L2BDBASE"    # l2bdbase
26952   - "L2XCFWD"     # dot1q-l2xcbase
26953   - "L2BDMACLRN"  # dot1q-l2bdbase
26954   layout:
26955     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26956     layout: "plot-throughput-speedup-analysis"
26957
26958 -
26959   type: "plot"
26960   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26961   algorithm: "plot_throughput_speedup_analysis"
26962   output-file-type: ".html"
26963   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26964   data: "plot-throughput-speedup-analysis-3n-hsw"
26965   filter: "'NIC_Intel-X520-DA2' and
26966            '64B' and
26967            'NDRPDR' and
26968            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26969            not 'ACL' and
26970            not 'VHOST' and
26971            not 'MEMIF'"
26972   parameters:
26973   - "throughput"
26974   - "parent"
26975   - "tags"
26976   sort:
26977   - "L2XCBASE"    # l2xcbase
26978   - "L2BDBASE"    # l2bdbase
26979   - "L2XCFWD"     # dot1q-l2xcbase
26980   - "L2BDMACLRN"  # dot1q-l2bdbase
26981   layout:
26982     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26983     layout: "plot-throughput-speedup-analysis"
26984
26985 # Speedup - VPP L2 3n-hsw-x710 base and scale
26986 -
26987   type: "plot"
26988   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26989   algorithm: "plot_throughput_speedup_analysis"
26990   output-file-type: ".html"
26991   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26992   data: "plot-throughput-speedup-analysis-3n-hsw"
26993   filter: "'NIC_Intel-X710' and
26994            '64B' and
26995            ('BASE' or 'SCALE') and
26996            'NDRPDR' and
26997            'ETH' and
26998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26999            not 'VHOST' and
27000            not 'MEMIF' and
27001            not 'DRV_AVF'"
27002   parameters:
27003   - "throughput"
27004   - "parent"
27005   - "tags"
27006   sort:
27007   - "L2PATCH"
27008   - "L2XCBASE"
27009   - "BASE"
27010   - "FIB_10K"
27011   - "FIB_100K"
27012   - "FIB_1M"
27013   layout:
27014     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27015     layout: "plot-throughput-speedup-analysis"
27016
27017 -
27018   type: "plot"
27019   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27020   algorithm: "plot_throughput_speedup_analysis"
27021   output-file-type: ".html"
27022   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27023   data: "plot-throughput-speedup-analysis-3n-hsw"
27024   filter: "'NIC_Intel-X710' and
27025            '64B' and
27026            ('BASE' or 'SCALE') and
27027            'NDRPDR' and
27028            'ETH' and
27029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27030            not 'VHOST' and
27031            not 'MEMIF' and
27032            not 'DRV_AVF'"
27033   parameters:
27034   - "throughput"
27035   - "parent"
27036   - "tags"
27037   sort:
27038   - "L2PATCH"
27039   - "L2XCBASE"
27040   - "BASE"
27041   - "FIB_10K"
27042   - "FIB_100K"
27043   - "FIB_1M"
27044   layout:
27045     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27046     layout: "plot-throughput-speedup-analysis"
27047
27048 # Speedup - VPP L2 3n-hsw-x710 features
27049 -
27050   type: "plot"
27051   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27052   algorithm: "plot_throughput_speedup_analysis"
27053   output-file-type: ".html"
27054   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27055   data: "plot-throughput-speedup-analysis-3n-hsw"
27056   filter: "'NIC_Intel-X710' and
27057            '64B' and
27058            'NDRPDR' and
27059            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27060            not 'ACL' and
27061            not 'VHOST' and
27062            not 'MEMIF'"
27063   parameters:
27064   - "throughput"
27065   - "parent"
27066   - "tags"
27067   sort:
27068   - "L2XCBASE"    # l2xcbase
27069   - "L2BDBASE"    # l2bdbase
27070   - "L2XCFWD"     # dot1q-l2xcbase
27071   - "L2BDMACLRN"  # dot1q-l2bdbase
27072   layout:
27073     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27074     layout: "plot-throughput-speedup-analysis"
27075
27076 -
27077   type: "plot"
27078   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27079   algorithm: "plot_throughput_speedup_analysis"
27080   output-file-type: ".html"
27081   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27082   data: "plot-throughput-speedup-analysis-3n-hsw"
27083   filter: "'NIC_Intel-X710' and
27084            '64B' and
27085            'NDRPDR' and
27086            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27087            not 'ACL' and
27088            not 'VHOST' and
27089            not 'MEMIF'"
27090   parameters:
27091   - "throughput"
27092   - "parent"
27093   - "tags"
27094   sort:
27095   - "L2XCBASE"    # l2xcbase
27096   - "L2BDBASE"    # l2bdbase
27097   - "L2XCFWD"     # dot1q-l2xcbase
27098   - "L2BDMACLRN"  # dot1q-l2bdbase
27099   layout:
27100     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27101     layout: "plot-throughput-speedup-analysis"
27102
27103 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27104 -
27105   type: "plot"
27106   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27107   algorithm: "plot_throughput_speedup_analysis"
27108   output-file-type: ".html"
27109   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27110   data: "plot-throughput-speedup-analysis-3n-hsw"
27111   filter: "'NIC_Intel-XL710' and
27112            '64B' and
27113            ('BASE' or 'SCALE') and
27114            'NDRPDR' and
27115            'ETH' and
27116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27117            not 'VHOST' and
27118            not 'MEMIF'"
27119   parameters:
27120   - "throughput"
27121   - "parent"
27122   - "tags"
27123   sort:
27124   - "L2PATCH"
27125   - "L2XCBASE"
27126   - "BASE"
27127   - "FIB_10K"
27128   - "FIB_100K"
27129   - "FIB_1M"
27130   layout:
27131     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27132     layout: "plot-throughput-speedup-analysis"
27133
27134 -
27135   type: "plot"
27136   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27137   algorithm: "plot_throughput_speedup_analysis"
27138   output-file-type: ".html"
27139   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27140   data: "plot-throughput-speedup-analysis-3n-hsw"
27141   filter: "'NIC_Intel-XL710' and
27142            '64B' and
27143            ('BASE' or 'SCALE') and
27144            'NDRPDR' and
27145            'ETH' and
27146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27147            not 'VHOST' and
27148            not 'MEMIF'"
27149   parameters:
27150   - "throughput"
27151   - "parent"
27152   - "tags"
27153   sort:
27154   - "L2PATCH"
27155   - "L2XCBASE"
27156   - "BASE"
27157   - "FIB_10K"
27158   - "FIB_100K"
27159   - "FIB_1M"
27160   layout:
27161     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27162     layout: "plot-throughput-speedup-analysis"
27163
27164 # Speedup - VPP L2 3n-skx-x710 base and scale
27165 -
27166   type: "plot"
27167   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27168   algorithm: "plot_throughput_speedup_analysis"
27169   output-file-type: ".html"
27170   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27171   data: "plot-throughput-speedup-analysis-3n-skx"
27172   filter: "'NIC_Intel-X710' and
27173            '64B' and
27174            ('BASE' or 'SCALE') and
27175            'NDRPDR' and
27176            'ETH' and
27177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27178            not 'VHOST' and
27179            not 'DRV_AVF' and
27180            not 'MEMIF'"
27181   parameters:
27182   - "throughput"
27183   - "parent"
27184   - "tags"
27185   sort:
27186   - "L2PATCH"
27187   - "L2XCBASE"
27188   - "BASE"
27189   - "FIB_10K"
27190   - "FIB_100K"
27191   - "FIB_1M"
27192   layout:
27193     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27194     layout: "plot-throughput-speedup-analysis"
27195
27196 -
27197   type: "plot"
27198   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27199   algorithm: "plot_throughput_speedup_analysis"
27200   output-file-type: ".html"
27201   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27202   data: "plot-throughput-speedup-analysis-3n-skx"
27203   filter: "'NIC_Intel-X710' and
27204            '64B' and
27205            ('BASE' or 'SCALE') and
27206            'NDRPDR' and
27207            'ETH' and
27208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27209            not 'VHOST' and
27210            not 'DRV_AVF' and
27211            not 'MEMIF'"
27212   parameters:
27213   - "throughput"
27214   - "parent"
27215   - "tags"
27216   sort:
27217   - "L2PATCH"
27218   - "L2XCBASE"
27219   - "BASE"
27220   - "FIB_10K"
27221   - "FIB_100K"
27222   - "FIB_1M"
27223   layout:
27224     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27225     layout: "plot-throughput-speedup-analysis"
27226
27227 # Speedup - VPP L2 3n-skx-x710 features
27228 -
27229   type: "plot"
27230   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27231   algorithm: "plot_throughput_speedup_analysis"
27232   output-file-type: ".html"
27233   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27234   data: "plot-throughput-speedup-analysis-3n-skx"
27235   filter: "'NIC_Intel-X710' and
27236            '64B' and
27237            'NDRPDR' and
27238            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27239            not 'ACL' and
27240            not 'VHOST' and
27241            not 'MEMIF'"
27242   parameters:
27243   - "throughput"
27244   - "parent"
27245   - "tags"
27246   sort:
27247   - "L2XCBASE"    # l2xcbase
27248   - "L2BDBASE"    # l2bdbase
27249   - "L2XCFWD"     # dot1q-l2xcbase
27250   - "L2BDMACLRN"  # dot1q-l2bdbase
27251   layout:
27252     title: "l2sw-3n-skx-x710-64b-features-ndr"
27253     layout: "plot-throughput-speedup-analysis"
27254
27255 -
27256   type: "plot"
27257   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27258   algorithm: "plot_throughput_speedup_analysis"
27259   output-file-type: ".html"
27260   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27261   data: "plot-throughput-speedup-analysis-3n-skx"
27262   filter: "'NIC_Intel-X710' and
27263            '64B' and
27264            'NDRPDR' and
27265            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27266            not 'ACL' and
27267            not 'VHOST' and
27268            not 'MEMIF'"
27269   parameters:
27270   - "throughput"
27271   - "parent"
27272   - "tags"
27273   sort:
27274   - "L2XCBASE"    # l2xcbase
27275   - "L2BDBASE"    # l2bdbase
27276   - "L2XCFWD"     # dot1q-l2xcbase
27277   - "L2BDMACLRN"  # dot1q-l2bdbase
27278   layout:
27279     title: "l2sw-3n-skx-x710-64b-features-pdr"
27280     layout: "plot-throughput-speedup-analysis"
27281
27282 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27283 -
27284   type: "plot"
27285   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27286   algorithm: "plot_throughput_speedup_analysis"
27287   output-file-type: ".html"
27288   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27289   data: "plot-throughput-speedup-analysis-3n-skx"
27290   filter: "'NIC_Intel-XXV710' and
27291            '64B' and
27292            ('BASE' or 'SCALE') and
27293            'NDRPDR' and
27294            'ETH' and
27295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27296            not 'VHOST' and
27297            not 'MEMIF' and
27298            not 'DRV_AVF'"
27299   parameters:
27300   - "throughput"
27301   - "parent"
27302   - "tags"
27303   sort:
27304   - "L2PATCH"
27305   - "L2XCBASE"
27306   - "BASE"
27307   - "FIB_10K"
27308   - "FIB_100K"
27309   - "FIB_1M"
27310   layout:
27311     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
27312     layout: "plot-throughput-speedup-analysis"
27313
27314 -
27315   type: "plot"
27316   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27317   algorithm: "plot_throughput_speedup_analysis"
27318   output-file-type: ".html"
27319   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27320   data: "plot-throughput-speedup-analysis-3n-skx"
27321   filter: "'NIC_Intel-XXV710' and
27322            '64B' and
27323            ('BASE' or 'SCALE') and
27324            'NDRPDR' and
27325            'ETH' and
27326            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27327            not 'VHOST' and
27328            not 'MEMIF' and
27329            not 'DRV_AVF'"
27330   parameters:
27331   - "throughput"
27332   - "parent"
27333   - "tags"
27334   sort:
27335   - "L2PATCH"
27336   - "L2XCBASE"
27337   - "BASE"
27338   - "FIB_10K"
27339   - "FIB_100K"
27340   - "FIB_1M"
27341   layout:
27342     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
27343     layout: "plot-throughput-speedup-analysis"
27344
27345 # Speedup - VPP L2 2n-skx-x710 base and scale
27346 -
27347   type: "plot"
27348   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27349   algorithm: "plot_throughput_speedup_analysis"
27350   output-file-type: ".html"
27351   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27352   data: "plot-throughput-speedup-analysis-2n-skx"
27353   filter: "'NIC_Intel-X710' and
27354            '64B' and
27355            ('BASE' or 'SCALE') and
27356            'NDRPDR' and
27357            'ETH' and
27358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27359            not 'VHOST' and
27360            not 'MEMIF'"
27361   parameters:
27362   - "throughput"
27363   - "parent"
27364   - "tags"
27365   sort:
27366   - "L2PATCH"
27367   - "L2XCBASE"
27368   - "BASE"
27369   - "FIB_10K"
27370   - "FIB_100K"
27371   - "FIB_1M"
27372   layout:
27373     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27374     layout: "plot-throughput-speedup-analysis"
27375
27376 -
27377   type: "plot"
27378   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27379   algorithm: "plot_throughput_speedup_analysis"
27380   output-file-type: ".html"
27381   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27382   data: "plot-throughput-speedup-analysis-2n-skx"
27383   filter: "'NIC_Intel-X710' and
27384            '64B' and
27385            ('BASE' or 'SCALE') and
27386            'NDRPDR' and
27387            'ETH' and
27388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27389            not 'VHOST' and
27390            not 'MEMIF'"
27391   parameters:
27392   - "throughput"
27393   - "parent"
27394   - "tags"
27395   sort:
27396   - "L2PATCH"
27397   - "L2XCBASE"
27398   - "BASE"
27399   - "FIB_10K"
27400   - "FIB_100K"
27401   - "FIB_1M"
27402   layout:
27403     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27404     layout: "plot-throughput-speedup-analysis"
27405
27406 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27407 -
27408   type: "plot"
27409   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27410   algorithm: "plot_throughput_speedup_analysis"
27411   output-file-type: ".html"
27412   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27413   data: "plot-throughput-speedup-analysis-2n-skx"
27414   filter: "'NIC_Intel-XXV710' and
27415            '64B' and
27416            ('BASE' or 'SCALE') and
27417            'NDRPDR' and
27418            'ETH' and
27419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27420            not 'VHOST' and
27421            not 'MEMIF'"
27422   parameters:
27423   - "throughput"
27424   - "parent"
27425   - "tags"
27426   sort:
27427   - "L2PATCH"
27428   - "L2XCBASE"
27429   - "BASE"
27430   - "FIB_10K"
27431   - "FIB_100K"
27432   - "FIB_1M"
27433   layout:
27434     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27435     layout: "plot-throughput-speedup-analysis"
27436
27437 -
27438   type: "plot"
27439   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27440   algorithm: "plot_throughput_speedup_analysis"
27441   output-file-type: ".html"
27442   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27443   data: "plot-throughput-speedup-analysis-2n-skx"
27444   filter: "'NIC_Intel-XXV710' and
27445            '64B' and
27446            ('BASE' or 'SCALE') and
27447            'NDRPDR' and
27448            'ETH' and
27449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27450            not 'VHOST' and
27451            not 'MEMIF'"
27452   parameters:
27453   - "throughput"
27454   - "parent"
27455   - "tags"
27456   sort:
27457   - "L2PATCH"
27458   - "L2XCBASE"
27459   - "BASE"
27460   - "FIB_10K"
27461   - "FIB_100K"
27462   - "FIB_1M"
27463   layout:
27464     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27465     layout: "plot-throughput-speedup-analysis"
27466
27467 # Speedup - VPP L2 2n-dnv-x553 base
27468 -
27469   type: "plot"
27470   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27471   algorithm: "plot_throughput_speedup_analysis"
27472   output-file-type: ".html"
27473   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27474   data: "intel-dnv-vpp"
27475   filter: "'NIC_Intel-X553' and
27476            '64B' and
27477            ('BASE' or 'SCALE') and
27478            'NDRPDR' and
27479            'ETH' and
27480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27481            not 'VHOST' and
27482            not 'MEMIF'"
27483   parameters:
27484   - "throughput"
27485   - "parent"
27486   - "tags"
27487   sort:
27488   - "L2XCBASE"
27489   - "L2BDMACLRN"
27490   - "L2PATCH"
27491   layout:
27492     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27493     layout: "plot-throughput-speedup-analysis"
27494
27495 -
27496   type: "plot"
27497   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27498   algorithm: "plot_throughput_speedup_analysis"
27499   output-file-type: ".html"
27500   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27501   data: "intel-dnv-vpp"
27502   filter: "'NIC_Intel-X553' and
27503            '64B' and
27504            ('BASE' or 'SCALE') and
27505            'NDRPDR' and
27506            'ETH' and
27507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27508            not 'VHOST' and
27509            not 'MEMIF'"
27510   parameters:
27511   - "throughput"
27512   - "parent"
27513   - "tags"
27514   sort:
27515   - "L2XCBASE"
27516   - "L2BDMACLRN"
27517   - "L2PATCH"
27518   layout:
27519     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27520     layout: "plot-throughput-speedup-analysis"
27521
27522 ################################################################################
27523
27524 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27525 -
27526   type: "plot"
27527   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27528   algorithm: "plot_throughput_speedup_analysis"
27529   output-file-type: ".html"
27530   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27531   data: "plot-throughput-speedup-analysis-3n-hsw"
27532   filter: "'NIC_Intel-X520-DA2' and
27533            '64B' and
27534            'NDRPDR' and
27535            'ETH' and
27536            'IP4FWD' and
27537            'VHOST_1024' and
27538            not 'VXLAN' and
27539            not 'DOT1Q'"
27540   parameters:
27541   - "throughput"
27542   - "parent"
27543   - "tags"
27544   sort:
27545   - "not CFS_OPT"
27546   - "1VM"
27547   - "2VM"
27548   layout:
27549     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27550     layout: "plot-throughput-speedup-analysis"
27551
27552 -
27553   type: "plot"
27554   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27555   algorithm: "plot_throughput_speedup_analysis"
27556   output-file-type: ".html"
27557   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27558   data: "plot-throughput-speedup-analysis-3n-hsw"
27559   filter: "'NIC_Intel-X520-DA2' and
27560            '64B' and
27561            'NDRPDR' and
27562            'ETH' and
27563            'IP4FWD' and
27564            'VHOST_1024' and
27565            not 'VXLAN' and
27566            not 'DOT1Q'"
27567   parameters:
27568   - "throughput"
27569   - "parent"
27570   - "tags"
27571   sort:
27572   - "not CFS_OPT"
27573   - "1VM"
27574   - "2VM"
27575   layout:
27576     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27577     layout: "plot-throughput-speedup-analysis"
27578
27579 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27580 -
27581   type: "plot"
27582   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27583   algorithm: "plot_throughput_speedup_analysis"
27584   output-file-type: ".html"
27585   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27586   data: "plot-throughput-speedup-analysis-3n-hsw"
27587   filter: "'NIC_Intel-X520-DA2' and
27588            '64B' and
27589            'NDRPDR' and
27590            ('ETH' or 'DOT1Q') and
27591            'VHOST_1024' and
27592            not 'VXLAN' and
27593            not 'IP4FWD' and
27594            not '2VM'"
27595   parameters:
27596   - "throughput"
27597   - "parent"
27598   - "tags"
27599 #  sort:
27600 #  - "VM"  # "not CFS_OPT"
27601 #  - "CFS_OPT"
27602 #  - "FIB_10K"
27603 #  - "FIB_100K"
27604 #  - "FIB_1M"
27605   layout:
27606     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27607     layout: "plot-throughput-speedup-analysis"
27608
27609 -
27610   type: "plot"
27611   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27612   algorithm: "plot_throughput_speedup_analysis"
27613   output-file-type: ".html"
27614   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27615   data: "plot-throughput-speedup-analysis-3n-hsw"
27616   filter: "'NIC_Intel-X520-DA2' and
27617            '64B' and
27618            'NDRPDR' and
27619            ('ETH' or 'DOT1Q') and
27620            'L2BDMACLRN' and
27621            'VHOST_1024' and
27622            not 'VXLAN' and
27623            not 'IP4FWD' and
27624            not '2VM'"
27625   parameters:
27626   - "throughput"
27627   - "parent"
27628   - "tags"
27629 #  sort:
27630 #  - "VM"  # "not CFS_OPT"
27631 #  - "CFS_OPT"
27632 #  - "FIB_10K"
27633 #  - "FIB_100K"
27634 #  - "FIB_1M"
27635   layout:
27636     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27637     layout: "plot-throughput-speedup-analysis"
27638
27639 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27640 -
27641   type: "plot"
27642   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27643   algorithm: "plot_throughput_speedup_analysis"
27644   output-file-type: ".html"
27645   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27646   data: "plot-throughput-speedup-analysis-3n-hsw"
27647   filter: "'NIC_Intel-X520-DA2' and
27648            '64B' and
27649            'NDRPDR' and
27650            ('ETH' or 'DOT1Q') and
27651            'BASE' and
27652            ('L2BDMACLRN' or 'L2XCFWD') and
27653            'VHOST_1024' and
27654            not 'VXLAN' and
27655            not 'IP4FWD' and
27656            not '2VM'"
27657   parameters:
27658   - "throughput"
27659   - "parent"
27660   - "tags"
27661 #  sort:
27662 #  - "not CFS_OPT"
27663 #  - "L2XCFWD"
27664 #  - "not CFS_OPT"
27665 #  - "CFS_OPT"
27666   layout:
27667     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27668     layout: "plot-throughput-speedup-analysis"
27669
27670 -
27671   type: "plot"
27672   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27673   algorithm: "plot_throughput_speedup_analysis"
27674   output-file-type: ".html"
27675   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27676   data: "plot-throughput-speedup-analysis-3n-hsw"
27677   filter: "'NIC_Intel-X520-DA2' and
27678            '64B' and
27679            'NDRPDR' and
27680            ('ETH' or 'DOT1Q') and
27681            'BASE' and
27682            ('L2BDMACLRN' or 'L2XCFWD') and
27683            'VHOST_1024' and
27684            not 'VXLAN' and
27685            not 'IP4FWD' and
27686            not '2VM'"
27687   parameters:
27688   - "throughput"
27689   - "parent"
27690   - "tags"
27691 #  sort:
27692 #  - "not CFS_OPT"
27693 #  - "L2XCFWD"
27694 #  - "not CFS_OPT"
27695 #  - "CFS_OPT"
27696   layout:
27697     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27698     layout: "plot-throughput-speedup-analysis"
27699
27700 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27701 -
27702   type: "plot"
27703   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27704   algorithm: "plot_throughput_speedup_analysis"
27705   output-file-type: ".html"
27706   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27707   data: "plot-throughput-speedup-analysis-3n-hsw"
27708   filter: "'NIC_Intel-X520-DA2' and
27709            '64B' and
27710            'NDRPDR' and
27711            ('ETH' or 'DOT1Q') and
27712            ('L2BDMACLRN' or 'L2XCFWD') and
27713            'VHOST_1024' and
27714            not 'CFS_OPT' and
27715            not 'VXLAN' and
27716            not 'IP4FWD' and
27717            not 'LBOND'"
27718   parameters:
27719   - "throughput"
27720   - "parent"
27721   - "tags"
27722 #  sort:
27723 #  - "1VM"
27724 #  - "L2XCFWD"
27725 #  - "1VM"
27726 #  - "L2BDMACLRN"
27727   layout:
27728     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27729     layout: "plot-throughput-speedup-analysis"
27730
27731 -
27732   type: "plot"
27733   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27734   algorithm: "plot_throughput_speedup_analysis"
27735   output-file-type: ".html"
27736   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27737   data: "plot-throughput-speedup-analysis-3n-hsw"
27738   filter: "'NIC_Intel-X520-DA2' and
27739            '64B' and
27740            'NDRPDR' and
27741            ('ETH' or 'DOT1Q') and
27742            ('L2BDMACLRN' or 'L2XCFWD') and
27743            'VHOST_1024' and
27744            not 'CFS_OPT' and
27745            not 'VXLAN' and
27746            not 'IP4FWD' and
27747            not 'LBOND'"
27748   parameters:
27749   - "throughput"
27750   - "parent"
27751   - "tags"
27752 #  sort:
27753 #  - "1VM"
27754 #  - "L2XCFWD"
27755 #  - "1VM"
27756 #  - "L2BDMACLRN"
27757   layout:
27758     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27759     layout: "plot-throughput-speedup-analysis"
27760
27761 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27762 -
27763   type: "plot"
27764   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27765   algorithm: "plot_throughput_speedup_analysis"
27766   output-file-type: ".html"
27767   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27768   data: "plot-throughput-speedup-analysis-3n-hsw"
27769   filter: "'NIC_Intel-X710' and
27770            '64B' and
27771            'NDRPDR' and
27772            'ETH' and
27773            'IP4FWD' and
27774            'VHOST_1024' and
27775            not 'VXLAN' and
27776            not 'DOT1Q'"
27777   parameters:
27778   - "throughput"
27779   - "parent"
27780   - "tags"
27781   sort:
27782   - "not CFS_OPT"
27783   - "1VM"
27784   - "2VM"
27785   layout:
27786     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27787     layout: "plot-throughput-speedup-analysis"
27788
27789 -
27790   type: "plot"
27791   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27792   algorithm: "plot_throughput_speedup_analysis"
27793   output-file-type: ".html"
27794   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27795   data: "plot-throughput-speedup-analysis-3n-hsw"
27796   filter: "'NIC_Intel-X710' and
27797            '64B' and
27798            'NDRPDR' and
27799            'ETH' and
27800            'IP4FWD' and
27801            'VHOST_1024' and
27802            not 'VXLAN' and
27803            not 'DOT1Q'"
27804   parameters:
27805   - "throughput"
27806   - "parent"
27807   - "tags"
27808   sort:
27809   - "not CFS_OPT"
27810   - "1VM"
27811   - "2VM"
27812   layout:
27813     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27814     layout: "plot-throughput-speedup-analysis"
27815
27816 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
27817 -
27818   type: "plot"
27819   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27820   algorithm: "plot_throughput_speedup_analysis"
27821   output-file-type: ".html"
27822   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27823   data: "plot-throughput-speedup-analysis-3n-hsw"
27824   filter: "'NIC_Intel-X710' and
27825            '64B' and
27826            'NDRPDR' and
27827            ('ETH' or 'DOT1Q') and
27828            'L2BDMACLRN' and
27829            'VHOST_1024' and
27830            not 'VXLAN' and
27831            not 'IP4FWD' and
27832            not '2VM'"
27833   parameters:
27834   - "throughput"
27835   - "parent"
27836   - "tags"
27837 #  sort:
27838 #  - "VM"  # "not CFS_OPT"
27839 #  - "CFS_OPT"
27840 #  - "FIB_10K"
27841 #  - "FIB_100K"
27842 #  - "FIB_1M"
27843   layout:
27844     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27845     layout: "plot-throughput-speedup-analysis"
27846
27847 -
27848   type: "plot"
27849   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27850   algorithm: "plot_throughput_speedup_analysis"
27851   output-file-type: ".html"
27852   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27853   data: "plot-throughput-speedup-analysis-3n-hsw"
27854   filter: "'NIC_Intel-X710' and
27855            '64B' and
27856            'NDRPDR' and
27857            ('ETH' or 'DOT1Q') and
27858            'L2BDMACLRN' and
27859            'VHOST_1024' and
27860            not 'VXLAN' and
27861            not 'IP4FWD' and
27862            not '2VM'"
27863   parameters:
27864   - "throughput"
27865   - "parent"
27866   - "tags"
27867 #  sort:
27868 #  - "VM"  # "not CFS_OPT"
27869 #  - "CFS_OPT"
27870 #  - "FIB_10K"
27871 #  - "FIB_100K"
27872 #  - "FIB_1M"
27873   layout:
27874     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27875     layout: "plot-throughput-speedup-analysis"
27876
27877 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27878 -
27879   type: "plot"
27880   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27881   algorithm: "plot_throughput_speedup_analysis"
27882   output-file-type: ".html"
27883   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27884   data: "plot-throughput-speedup-analysis-3n-hsw"
27885   filter: "'NIC_Intel-X710' and
27886            '64B' and
27887            'NDRPDR' and
27888            ('ETH' or 'DOT1Q') and
27889            'BASE' and
27890            ('L2BDMACLRN' or 'L2XCFWD') and
27891            'VHOST_1024' and
27892            not 'VXLAN' and
27893            not 'IP4FWD' and
27894            not '2VM'"
27895   parameters:
27896   - "throughput"
27897   - "parent"
27898   - "tags"
27899 #  sort:
27900 #  - "not CFS_OPT"
27901 #  - "L2XCFWD"
27902 #  - "not CFS_OPT"
27903 #  - "CFS_OPT"
27904   layout:
27905     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
27906     layout: "plot-throughput-speedup-analysis"
27907
27908 -
27909   type: "plot"
27910   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27911   algorithm: "plot_throughput_speedup_analysis"
27912   output-file-type: ".html"
27913   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27914   data: "plot-throughput-speedup-analysis-3n-hsw"
27915   filter: "'NIC_Intel-X710' and
27916            '64B' and
27917            'NDRPDR' and
27918            ('ETH' or 'DOT1Q') and
27919            'BASE' and
27920            ('L2BDMACLRN' or 'L2XCFWD') and
27921            'VHOST_1024' and
27922            not 'VXLAN' and
27923            not 'IP4FWD' and
27924            not '2VM'"
27925   parameters:
27926   - "throughput"
27927   - "parent"
27928   - "tags"
27929 #  sort:
27930 #  - "not CFS_OPT"
27931 #  - "L2XCFWD"
27932 #  - "not CFS_OPT"
27933 #  - "CFS_OPT"
27934   layout:
27935     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27936     layout: "plot-throughput-speedup-analysis"
27937
27938 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27939 -
27940   type: "plot"
27941   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27942   algorithm: "plot_throughput_speedup_analysis"
27943   output-file-type: ".html"
27944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27945   data: "plot-throughput-speedup-analysis-3n-hsw"
27946   filter: "'NIC_Intel-X710' and
27947            '64B' and
27948            'NDRPDR' and
27949            ('ETH' or 'DOT1Q') and
27950            ('L2BDMACLRN' or 'L2XCFWD') and
27951            'VHOST_1024' and
27952            not 'CFS_OPT' and
27953            not 'VXLAN' and
27954            not 'IP4FWD' and
27955            not 'LBOND'"
27956   parameters:
27957   - "throughput"
27958   - "parent"
27959   - "tags"
27960 #  sort:
27961 #  - "1VM"
27962 #  - "L2XCFWD"
27963 #  - "1VM"
27964 #  - "L2BDMACLRN"
27965   layout:
27966     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27967     layout: "plot-throughput-speedup-analysis"
27968
27969 -
27970   type: "plot"
27971   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27972   algorithm: "plot_throughput_speedup_analysis"
27973   output-file-type: ".html"
27974   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27975   data: "plot-throughput-speedup-analysis-3n-hsw"
27976   filter: "'NIC_Intel-X710' and
27977            '64B' and
27978            'NDRPDR' and
27979            ('ETH' or 'DOT1Q') and
27980            ('L2BDMACLRN' or 'L2XCFWD') and
27981            'VHOST_1024' and
27982            not 'CFS_OPT' and
27983            not 'VXLAN' and
27984            not 'IP4FWD' and
27985            not 'LBOND'"
27986   parameters:
27987   - "throughput"
27988   - "parent"
27989   - "tags"
27990 #  sort:
27991 #  - "1VM"
27992 #  - "L2XCFWD"
27993 #  - "1VM"
27994 #  - "L2BDMACLRN"
27995   layout:
27996     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
27997     layout: "plot-throughput-speedup-analysis"
27998
27999 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28000 -
28001   type: "plot"
28002   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28003   algorithm: "plot_throughput_speedup_analysis"
28004   output-file-type: ".html"
28005   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28006   data: "plot-throughput-speedup-analysis-3n-hsw"
28007   filter: "'NIC_Intel-XL710' and
28008            '64B' and
28009            'NDRPDR' and
28010            'ETH' and
28011            'IP4FWD' and
28012            'VHOST_1024' and
28013            not 'VXLAN' and
28014            not 'DOT1Q'"
28015   parameters:
28016   - "throughput"
28017   - "parent"
28018   - "tags"
28019   sort:
28020   - "not CFS_OPT"
28021   - "1VM"
28022   - "2VM"
28023   layout:
28024     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28025     layout: "plot-throughput-speedup-analysis"
28026
28027 -
28028   type: "plot"
28029   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28030   algorithm: "plot_throughput_speedup_analysis"
28031   output-file-type: ".html"
28032   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28033   data: "plot-throughput-speedup-analysis-3n-hsw"
28034   filter: "'NIC_Intel-XL710' and
28035            '64B' and
28036            'NDRPDR' and
28037            'ETH' and
28038            'IP4FWD' and
28039            'VHOST_1024' and
28040            not 'VXLAN' and
28041            not 'DOT1Q'"
28042   parameters:
28043   - "throughput"
28044   - "parent"
28045   - "tags"
28046   sort:
28047   - "not CFS_OPT"
28048   - "1VM"
28049   - "2VM"
28050   layout:
28051     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
28052     layout: "plot-throughput-speedup-analysis"
28053
28054 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
28055 -
28056   type: "plot"
28057   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28058   algorithm: "plot_throughput_speedup_analysis"
28059   output-file-type: ".html"
28060   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28061   data: "plot-throughput-speedup-analysis-3n-hsw"
28062   filter: "'NIC_Intel-XL710' and
28063            '64B' and
28064            'NDRPDR' and
28065            ('ETH' or 'DOT1Q') and
28066            'L2BDMACLRN' and
28067            'VHOST_1024' and
28068            not 'VXLAN' and
28069            not 'IP4FWD' and
28070            not '2VM'"
28071   parameters:
28072   - "throughput"
28073   - "parent"
28074   - "tags"
28075 #  sort:
28076 #  - "VM"  # "not CFS_OPT"
28077 #  - "CFS_OPT"
28078 #  - "FIB_10K"
28079 #  - "FIB_100K"
28080 #  - "FIB_1M"
28081   layout:
28082     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28083     layout: "plot-throughput-speedup-analysis"
28084
28085 -
28086   type: "plot"
28087   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28088   algorithm: "plot_throughput_speedup_analysis"
28089   output-file-type: ".html"
28090   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28091   data: "plot-throughput-speedup-analysis-3n-hsw"
28092   filter: "'NIC_Intel-XL710' and
28093            '64B' and
28094            'NDRPDR' and
28095            ('ETH' or 'DOT1Q') and
28096            'L2BDMACLRN' and
28097            'VHOST_1024' and
28098            not 'VXLAN' and
28099            not 'IP4FWD' and
28100            not '2VM'"
28101   parameters:
28102   - "throughput"
28103   - "parent"
28104   - "tags"
28105 #  sort:
28106 #  - "VM"  # "not CFS_OPT"
28107 #  - "CFS_OPT"
28108 #  - "FIB_10K"
28109 #  - "FIB_100K"
28110 #  - "FIB_1M"
28111   layout:
28112     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28113     layout: "plot-throughput-speedup-analysis"
28114
28115 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28116 -
28117   type: "plot"
28118   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28119   algorithm: "plot_throughput_speedup_analysis"
28120   output-file-type: ".html"
28121   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28122   data: "plot-throughput-speedup-analysis-3n-hsw"
28123   filter: "'NIC_Intel-XL710' and
28124            '64B' and
28125            'NDRPDR' and
28126            ('ETH' or 'DOT1Q') and
28127            'BASE' and
28128            ('L2BDMACLRN' or 'L2XCFWD') and
28129            'VHOST_1024' and
28130            not 'VXLAN' and
28131            not 'IP4FWD' and
28132            not '2VM'"
28133   parameters:
28134   - "throughput"
28135   - "parent"
28136   - "tags"
28137 #  sort:
28138 #  - "not CFS_OPT"
28139 #  - "L2XCFWD"
28140 #  - "not CFS_OPT"
28141 #  - "CFS_OPT"
28142   layout:
28143     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28144     layout: "plot-throughput-speedup-analysis"
28145
28146 -
28147   type: "plot"
28148   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28149   algorithm: "plot_throughput_speedup_analysis"
28150   output-file-type: ".html"
28151   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28152   data: "plot-throughput-speedup-analysis-3n-hsw"
28153   filter: "'NIC_Intel-XL710' and
28154            '64B' and
28155            'NDRPDR' and
28156            ('ETH' or 'DOT1Q') and
28157            'BASE' and
28158            ('L2BDMACLRN' or 'L2XCFWD') and
28159            'VHOST_1024' and
28160            not 'VXLAN' and
28161            not 'IP4FWD' and
28162            not '2VM'"
28163   parameters:
28164   - "throughput"
28165   - "parent"
28166   - "tags"
28167 #  sort:
28168 #  - "not CFS_OPT"
28169 #  - "L2XCFWD"
28170 #  - "not CFS_OPT"
28171 #  - "CFS_OPT"
28172   layout:
28173     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28174     layout: "plot-throughput-speedup-analysis"
28175
28176 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28177 -
28178   type: "plot"
28179   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28180   algorithm: "plot_throughput_speedup_analysis"
28181   output-file-type: ".html"
28182   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28183   data: "plot-throughput-speedup-analysis-3n-hsw"
28184   filter: "'NIC_Intel-XL710' and
28185            '64B' and
28186            'NDRPDR' and
28187            ('ETH' or 'DOT1Q') and
28188            ('L2BDMACLRN' or 'L2XCFWD') and
28189            'VHOST_1024' and
28190            not 'CFS_OPT' and
28191            not 'VXLAN' and
28192            not 'IP4FWD'"
28193   parameters:
28194   - "throughput"
28195   - "parent"
28196   - "tags"
28197 #  sort:
28198 #  - "1VM"
28199 #  - "L2XCFWD"
28200 #  - "1VM"
28201 #  - "L2BDMACLRN"
28202   layout:
28203     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
28204     layout: "plot-throughput-speedup-analysis"
28205
28206 -
28207   type: "plot"
28208   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28209   algorithm: "plot_throughput_speedup_analysis"
28210   output-file-type: ".html"
28211   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28212   data: "plot-throughput-speedup-analysis-3n-hsw"
28213   filter: "'NIC_Intel-XL710' and
28214            '64B' and
28215            'NDRPDR' and
28216            ('ETH' or 'DOT1Q') and
28217            ('L2BDMACLRN' or 'L2XCFWD') and
28218            'VHOST_1024' and
28219            not 'CFS_OPT' and
28220            not 'VXLAN' and
28221            not 'IP4FWD'"
28222   parameters:
28223   - "throughput"
28224   - "parent"
28225   - "tags"
28226 #  sort:
28227 #  - "1VM"
28228 #  - "L2XCFWD"
28229 #  - "1VM"
28230 #  - "L2BDMACLRN"
28231   layout:
28232     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28233     layout: "plot-throughput-speedup-analysis"
28234
28235 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28236 -
28237   type: "plot"
28238   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28239   algorithm: "plot_throughput_speedup_analysis"
28240   output-file-type: ".html"
28241   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28242   data: "plot-throughput-speedup-analysis-3n-skx"
28243   filter: "'NIC_Intel-X710' and
28244            '64B' and
28245            'NDRPDR' and
28246            'ETH' and
28247            'IP4FWD' and
28248            'VHOST_1024' and
28249            not 'VXLAN' and
28250            not 'DOT1Q'"
28251   parameters:
28252   - "throughput"
28253   - "parent"
28254   - "tags"
28255   sort:
28256   - "not CFS_OPT"
28257   - "1VM"
28258   - "2VM"
28259   layout:
28260     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28261     layout: "plot-throughput-speedup-analysis"
28262
28263 -
28264   type: "plot"
28265   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28266   algorithm: "plot_throughput_speedup_analysis"
28267   output-file-type: ".html"
28268   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28269   data: "plot-throughput-speedup-analysis-3n-skx"
28270   filter: "'NIC_Intel-X710' and
28271            '64B' and
28272            'NDRPDR' and
28273            'ETH' and
28274            'IP4FWD' and
28275            'VHOST_1024' and
28276            not 'VXLAN' and
28277            not 'DOT1Q'"
28278   parameters:
28279   - "throughput"
28280   - "parent"
28281   - "tags"
28282   sort:
28283   - "not CFS_OPT"
28284   - "1VM"
28285   - "2VM"
28286   layout:
28287     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28288     layout: "plot-throughput-speedup-analysis"
28289
28290 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28291 -
28292   type: "plot"
28293   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28294   algorithm: "plot_throughput_speedup_analysis"
28295   output-file-type: ".html"
28296   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28297   data: "plot-throughput-speedup-analysis-3n-skx"
28298   filter: "'NIC_Intel-X710' and
28299            '64B' and
28300            'NDRPDR' and
28301            ('ETH' or 'DOT1Q') and
28302            'L2BDMACLRN' and
28303            'VHOST_1024' and
28304            not 'VXLAN' and
28305            not 'IP4FWD' and
28306            not '2VM'"
28307   parameters:
28308   - "throughput"
28309   - "parent"
28310   - "tags"
28311 #  sort:
28312 #  - "VM"  # "not CFS_OPT"
28313 #  - "CFS_OPT"
28314 #  - "FIB_10K"
28315 #  - "FIB_100K"
28316 #  - "FIB_1M"
28317   layout:
28318     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28319     layout: "plot-throughput-speedup-analysis"
28320
28321 -
28322   type: "plot"
28323   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28324   algorithm: "plot_throughput_speedup_analysis"
28325   output-file-type: ".html"
28326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28327   data: "plot-throughput-speedup-analysis-3n-skx"
28328   filter: "'NIC_Intel-X710' and
28329            '64B' and
28330            'NDRPDR' and
28331            ('ETH' or 'DOT1Q') and
28332            'L2BDMACLRN' and
28333            'VHOST_1024' and
28334            not 'VXLAN' and
28335            not 'IP4FWD' and
28336            not '2VM'"
28337   parameters:
28338   - "throughput"
28339   - "parent"
28340   - "tags"
28341 #  sort:
28342 #  - "VM"  # "not CFS_OPT"
28343 #  - "CFS_OPT"
28344 #  - "FIB_10K"
28345 #  - "FIB_100K"
28346 #  - "FIB_1M"
28347   layout:
28348     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28349     layout: "plot-throughput-speedup-analysis"
28350
28351 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28352 -
28353   type: "plot"
28354   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28355   algorithm: "plot_throughput_speedup_analysis"
28356   output-file-type: ".html"
28357   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28358   data: "plot-throughput-speedup-analysis-3n-skx"
28359   filter: "'NIC_Intel-X710' and
28360            '64B' and
28361            'NDRPDR' and
28362            ('ETH' or 'DOT1Q') and
28363            'BASE' and
28364            ('L2BDMACLRN' or 'L2XCFWD') and
28365            'VHOST_1024' and
28366            not 'VXLAN' and
28367            not 'IP4FWD' and
28368            not '2VM' and
28369            not 'LBOND'"
28370   parameters:
28371   - "throughput"
28372   - "parent"
28373   - "tags"
28374 #  sort:
28375 #  - "not CFS_OPT"
28376 #  - "L2XCFWD"
28377 #  - "not CFS_OPT"
28378 #  - "CFS_OPT"
28379   layout:
28380     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28381     layout: "plot-throughput-speedup-analysis"
28382
28383 -
28384   type: "plot"
28385   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28386   algorithm: "plot_throughput_speedup_analysis"
28387   output-file-type: ".html"
28388   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28389   data: "plot-throughput-speedup-analysis-3n-skx"
28390   filter: "'NIC_Intel-X710' and
28391            '64B' and
28392            'NDRPDR' and
28393            ('ETH' or 'DOT1Q') and
28394            'BASE' and
28395            ('L2BDMACLRN' or 'L2XCFWD') and
28396            'VHOST_1024' and
28397            not 'VXLAN' and
28398            not 'IP4FWD' and
28399            not '2VM' and
28400            not 'LBOND'"
28401   parameters:
28402   - "throughput"
28403   - "parent"
28404   - "tags"
28405 #  sort:
28406 #  - "not CFS_OPT"
28407 #  - "L2XCFWD"
28408 #  - "not CFS_OPT"
28409 #  - "CFS_OPT"
28410   layout:
28411     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28412     layout: "plot-throughput-speedup-analysis"
28413
28414 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28415 -
28416   type: "plot"
28417   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28418   algorithm: "plot_throughput_speedup_analysis"
28419   output-file-type: ".html"
28420   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28421   data: "plot-throughput-speedup-analysis-3n-skx"
28422   filter: "'NIC_Intel-X710' and
28423            '64B' and
28424            'NDRPDR' and
28425            ('ETH' or 'DOT1Q') and
28426            ('L2BDMACLRN' or 'L2XCFWD') and
28427            'VHOST_1024' and
28428            not 'CFS_OPT' and
28429            not 'VXLAN' and
28430            not 'IP4FWD' and
28431            not 'LBOND'"
28432   parameters:
28433   - "throughput"
28434   - "parent"
28435   - "tags"
28436 #  sort:
28437 #  - "1VM"
28438 #  - "L2XCFWD"
28439 #  - "1VM"
28440 #  - "L2BDMACLRN"
28441   layout:
28442     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28443     layout: "plot-throughput-speedup-analysis"
28444
28445 -
28446   type: "plot"
28447   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28448   algorithm: "plot_throughput_speedup_analysis"
28449   output-file-type: ".html"
28450   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28451   data: "plot-throughput-speedup-analysis-3n-skx"
28452   filter: "'NIC_Intel-X710' and
28453            '64B' and
28454            'NDRPDR' and
28455            ('ETH' or 'DOT1Q') and
28456            ('L2BDMACLRN' or 'L2XCFWD') and
28457            'VHOST_1024' and
28458            not 'CFS_OPT' and
28459            not 'VXLAN' and
28460            not 'IP4FWD' and
28461            not 'LBOND'"
28462   parameters:
28463   - "throughput"
28464   - "parent"
28465   - "tags"
28466 #  sort:
28467 #  - "1VM"
28468 #  - "L2XCFWD"
28469 #  - "1VM"
28470 #  - "L2BDMACLRN"
28471   layout:
28472     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28473     layout: "plot-throughput-speedup-analysis"
28474
28475 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28476 -
28477   type: "plot"
28478   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28479   algorithm: "plot_throughput_speedup_analysis"
28480   output-file-type: ".html"
28481   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28482   data: "plot-throughput-speedup-analysis-2n-skx"
28483   filter: "'NIC_Intel-X710' and
28484            '64B' and
28485            'NDRPDR' and
28486            'ETH' and
28487            'IP4FWD' and
28488            'VHOST_1024' and
28489            not 'VXLAN' and
28490            not 'NF_DENSITY' and
28491            not 'DOT1Q'"
28492   parameters:
28493   - "throughput"
28494   - "parent"
28495   - "tags"
28496   sort:
28497   - "not CFS_OPT"
28498   - "1VM"
28499   - "2VM"
28500   layout:
28501     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28502     layout: "plot-throughput-speedup-analysis"
28503
28504 -
28505   type: "plot"
28506   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28507   algorithm: "plot_throughput_speedup_analysis"
28508   output-file-type: ".html"
28509   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28510   data: "plot-throughput-speedup-analysis-2n-skx"
28511   filter: "'NIC_Intel-X710' and
28512            '64B' and
28513            'NDRPDR' and
28514            'ETH' and
28515            'IP4FWD' and
28516            'VHOST_1024' and
28517            not 'VXLAN' and
28518            not 'NF_DENSITY' and
28519            not 'DOT1Q'"
28520   parameters:
28521   - "throughput"
28522   - "parent"
28523   - "tags"
28524   sort:
28525   - "not CFS_OPT"
28526   - "1VM"
28527   - "2VM"
28528   layout:
28529     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28530     layout: "plot-throughput-speedup-analysis"
28531
28532 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28533 -
28534   type: "plot"
28535   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28536   algorithm: "plot_throughput_speedup_analysis"
28537   output-file-type: ".html"
28538   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28539   data: "plot-throughput-speedup-analysis-2n-skx"
28540   filter: "'NIC_Intel-X710' and
28541            '64B' and
28542            'NDRPDR' and
28543            ('ETH' or 'DOT1Q') and
28544            'L2BDMACLRN' and
28545            'VHOST_1024' and
28546            not 'VXLAN' and
28547            not 'NF_DENSITY' and
28548            not 'IP4FWD' and
28549            not '2VM'"
28550   parameters:
28551   - "throughput"
28552   - "parent"
28553   - "tags"
28554 #  sort:
28555 #  - "VM"  # "not CFS_OPT"
28556 #  - "CFS_OPT"
28557 #  - "FIB_10K"
28558 #  - "FIB_100K"
28559 #  - "FIB_1M"
28560   layout:
28561     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28562     layout: "plot-throughput-speedup-analysis"
28563
28564 -
28565   type: "plot"
28566   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28567   algorithm: "plot_throughput_speedup_analysis"
28568   output-file-type: ".html"
28569   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28570   data: "plot-throughput-speedup-analysis-2n-skx"
28571   filter: "'NIC_Intel-X710' and
28572            '64B' and
28573            'NDRPDR' and
28574            ('ETH' or 'DOT1Q') and
28575            'L2BDMACLRN' and
28576            'VHOST_1024' and
28577            not 'VXLAN' and
28578            not 'NF_DENSITY' and
28579            not 'IP4FWD' and
28580            not '2VM'"
28581   parameters:
28582   - "throughput"
28583   - "parent"
28584   - "tags"
28585 #  sort:
28586 #  - "VM"  # "not CFS_OPT"
28587 #  - "CFS_OPT"
28588 #  - "FIB_10K"
28589 #  - "FIB_100K"
28590 #  - "FIB_1M"
28591   layout:
28592     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28593     layout: "plot-throughput-speedup-analysis"
28594
28595 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28596 -
28597   type: "plot"
28598   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28599   algorithm: "plot_throughput_speedup_analysis"
28600   output-file-type: ".html"
28601   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28602   data: "plot-throughput-speedup-analysis-2n-skx"
28603   filter: "'NIC_Intel-X710' and
28604            '64B' and
28605            'NDRPDR' and
28606            ('ETH' or 'DOT1Q') and
28607            'BASE' and
28608            ('L2BDMACLRN' or 'L2XCFWD') and
28609            'VHOST_1024' and
28610            not 'VXLAN' and
28611            not 'NF_DENSITY' and
28612            not 'IP4FWD' and
28613            not '2VM'"
28614   parameters:
28615   - "throughput"
28616   - "parent"
28617   - "tags"
28618 #  sort:
28619 #  - "not CFS_OPT"
28620 #  - "L2XCFWD"
28621 #  - "not CFS_OPT"
28622 #  - "CFS_OPT"
28623   layout:
28624     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28625     layout: "plot-throughput-speedup-analysis"
28626
28627 -
28628   type: "plot"
28629   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28630   algorithm: "plot_throughput_speedup_analysis"
28631   output-file-type: ".html"
28632   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28633   data: "plot-throughput-speedup-analysis-2n-skx"
28634   filter: "'NIC_Intel-X710' and
28635            '64B' and
28636            'NDRPDR' and
28637            ('ETH' or 'DOT1Q') and
28638            'BASE' and
28639            ('L2BDMACLRN' or 'L2XCFWD') and
28640            'VHOST_1024' and
28641            not 'VXLAN' and
28642            not 'NF_DENSITY' and
28643            not 'IP4FWD' and
28644            not '2VM'"
28645   parameters:
28646   - "throughput"
28647   - "parent"
28648   - "tags"
28649 #  sort:
28650 #  - "not CFS_OPT"
28651 #  - "L2XCFWD"
28652 #  - "not CFS_OPT"
28653 #  - "CFS_OPT"
28654   layout:
28655     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28656     layout: "plot-throughput-speedup-analysis"
28657
28658 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28659 -
28660   type: "plot"
28661   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28662   algorithm: "plot_throughput_speedup_analysis"
28663   output-file-type: ".html"
28664   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28665   data: "plot-throughput-speedup-analysis-2n-skx"
28666   filter: "'NIC_Intel-X710' and
28667            '64B' and
28668            'NDRPDR' and
28669            ('ETH' or 'DOT1Q') and
28670            ('L2BDMACLRN' or 'L2XCFWD') and
28671            'VHOST_1024' and
28672            not 'CFS_OPT' and
28673            not 'VXLAN' and
28674            not 'NF_DENSITY' and
28675            not 'IP4FWD'"
28676   parameters:
28677   - "throughput"
28678   - "parent"
28679   - "tags"
28680 #  sort:
28681 #  - "1VM"
28682 #  - "L2XCFWD"
28683 #  - "1VM"
28684 #  - "L2BDMACLRN"
28685   layout:
28686     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28687     layout: "plot-throughput-speedup-analysis"
28688
28689 -
28690   type: "plot"
28691   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28692   algorithm: "plot_throughput_speedup_analysis"
28693   output-file-type: ".html"
28694   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28695   data: "plot-throughput-speedup-analysis-2n-skx"
28696   filter: "'NIC_Intel-X710' and
28697            '64B' and
28698            'NDRPDR' and
28699            ('ETH' or 'DOT1Q') and
28700            ('L2BDMACLRN' or 'L2XCFWD') and
28701            'VHOST_1024' and
28702            not 'CFS_OPT' and
28703            not 'VXLAN' and
28704            not 'NF_DENSITY' and
28705            not 'IP4FWD'"
28706   parameters:
28707   - "throughput"
28708   - "parent"
28709   - "tags"
28710 #  sort:
28711 #  - "1VM"
28712 #  - "L2XCFWD"
28713 #  - "1VM"
28714 #  - "L2BDMACLRN"
28715   layout:
28716     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28717     layout: "plot-throughput-speedup-analysis"
28718
28719 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28720 -
28721   type: "plot"
28722   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28723   algorithm: "plot_throughput_speedup_analysis"
28724   output-file-type: ".html"
28725   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28726   data: "plot-throughput-speedup-analysis-2n-skx"
28727   filter: "'NIC_Intel-XXV710' and
28728            '64B' and
28729            'NDRPDR' and
28730            'ETH' and
28731            'IP4FWD' and
28732            'VHOST_1024' and
28733            not 'VXLAN' and
28734            not 'DOT1Q'"
28735   parameters:
28736   - "throughput"
28737   - "parent"
28738   - "tags"
28739   sort:
28740   - "not CFS_OPT"
28741   - "1VM"
28742   - "2VM"
28743   layout:
28744     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28745     layout: "plot-throughput-speedup-analysis"
28746
28747 -
28748   type: "plot"
28749   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28750   algorithm: "plot_throughput_speedup_analysis"
28751   output-file-type: ".html"
28752   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28753   data: "plot-throughput-speedup-analysis-2n-skx"
28754   filter: "'NIC_Intel-XXV710' and
28755            '64B' and
28756            'NDRPDR' and
28757            'ETH' and
28758            'IP4FWD' and
28759            'VHOST_1024' and
28760            not 'VXLAN' and
28761            not 'DOT1Q'"
28762   parameters:
28763   - "throughput"
28764   - "parent"
28765   - "tags"
28766   sort:
28767   - "not CFS_OPT"
28768   - "1VM"
28769   - "2VM"
28770   layout:
28771     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
28772     layout: "plot-throughput-speedup-analysis"
28773
28774 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
28775 -
28776   type: "plot"
28777   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28778   algorithm: "plot_throughput_speedup_analysis"
28779   output-file-type: ".html"
28780   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28781   data: "plot-throughput-speedup-analysis-2n-skx"
28782   filter: "'NIC_Intel-XXV710' and
28783            '64B' and
28784            'NDRPDR' and
28785            ('ETH' or 'DOT1Q') and
28786            'L2BDMACLRN' and
28787            'VHOST_1024' and
28788            not 'VXLAN' and
28789            not 'IP4FWD' and
28790            not '2VM'"
28791   parameters:
28792   - "throughput"
28793   - "parent"
28794   - "tags"
28795 #  sort:
28796 #  - "VM"  # "not CFS_OPT"
28797 #  - "CFS_OPT"
28798 #  - "FIB_10K"
28799 #  - "FIB_100K"
28800 #  - "FIB_1M"
28801   layout:
28802     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28803     layout: "plot-throughput-speedup-analysis"
28804
28805 -
28806   type: "plot"
28807   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28808   algorithm: "plot_throughput_speedup_analysis"
28809   output-file-type: ".html"
28810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28811   data: "plot-throughput-speedup-analysis-2n-skx"
28812   filter: "'NIC_Intel-XXV710' and
28813            '64B' and
28814            'NDRPDR' and
28815            ('ETH' or 'DOT1Q') and
28816            'L2BDMACLRN' and
28817            'VHOST_1024' and
28818            not 'VXLAN' and
28819            not 'IP4FWD' and
28820            not '2VM'"
28821   parameters:
28822   - "throughput"
28823   - "parent"
28824   - "tags"
28825 #  sort:
28826 #  - "VM"  # "not CFS_OPT"
28827 #  - "CFS_OPT"
28828 #  - "FIB_10K"
28829 #  - "FIB_100K"
28830 #  - "FIB_1M"
28831   layout:
28832     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28833     layout: "plot-throughput-speedup-analysis"
28834
28835 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
28836 -
28837   type: "plot"
28838   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28839   algorithm: "plot_throughput_speedup_analysis"
28840   output-file-type: ".html"
28841   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28842   data: "plot-throughput-speedup-analysis-2n-skx"
28843   filter: "'NIC_Intel-XXV710' and
28844            '64B' and
28845            'NDRPDR' and
28846            ('ETH' or 'DOT1Q') and
28847            'BASE' and
28848            ('L2BDMACLRN' or 'L2XCFWD') and
28849            'VHOST_1024' and
28850            not 'VXLAN' and
28851            not 'IP4FWD' and
28852            not '2VM'"
28853   parameters:
28854   - "throughput"
28855   - "parent"
28856   - "tags"
28857 #  sort:
28858 #  - "not CFS_OPT"
28859 #  - "L2XCFWD"
28860 #  - "not CFS_OPT"
28861 #  - "CFS_OPT"
28862   layout:
28863     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
28864     layout: "plot-throughput-speedup-analysis"
28865
28866 -
28867   type: "plot"
28868   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28869   algorithm: "plot_throughput_speedup_analysis"
28870   output-file-type: ".html"
28871   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28872   data: "plot-throughput-speedup-analysis-2n-skx"
28873   filter: "'NIC_Intel-XXV710' and
28874            '64B' and
28875            'NDRPDR' and
28876            ('ETH' or 'DOT1Q') and
28877            'BASE' and
28878            ('L2BDMACLRN' or 'L2XCFWD') and
28879            'VHOST_1024' and
28880            not 'VXLAN' and
28881            not 'IP4FWD' and
28882            not '2VM'"
28883   parameters:
28884   - "throughput"
28885   - "parent"
28886   - "tags"
28887 #  sort:
28888 #  - "not CFS_OPT"
28889 #  - "L2XCFWD"
28890 #  - "not CFS_OPT"
28891 #  - "CFS_OPT"
28892   layout:
28893     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
28894     layout: "plot-throughput-speedup-analysis"
28895
28896 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
28897 -
28898   type: "plot"
28899   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28900   algorithm: "plot_throughput_speedup_analysis"
28901   output-file-type: ".html"
28902   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28903   data: "plot-throughput-speedup-analysis-2n-skx"
28904   filter: "'NIC_Intel-XXV710' and
28905            '64B' and
28906            'NDRPDR' and
28907            ('ETH' or 'DOT1Q') and
28908            ('L2BDMACLRN' or 'L2XCFWD') and
28909            'VHOST_1024' and
28910            not 'CFS_OPT' and
28911            not 'VXLAN' and
28912            not 'IP4FWD'"
28913   parameters:
28914   - "throughput"
28915   - "parent"
28916   - "tags"
28917 #  sort:
28918 #  - "1VM"
28919 #  - "L2XCFWD"
28920 #  - "1VM"
28921 #  - "L2BDMACLRN"
28922   layout:
28923     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28924     layout: "plot-throughput-speedup-analysis"
28925
28926 -
28927   type: "plot"
28928   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28929   algorithm: "plot_throughput_speedup_analysis"
28930   output-file-type: ".html"
28931   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28932   data: "plot-throughput-speedup-analysis-2n-skx"
28933   filter: "'NIC_Intel-XXV710' and
28934            '64B' and
28935            'NDRPDR' and
28936            ('ETH' or 'DOT1Q') and
28937            ('L2BDMACLRN' or 'L2XCFWD') and
28938            'VHOST_1024' and
28939            not 'CFS_OPT' and
28940            not 'VXLAN' and
28941            not 'IP4FWD'"
28942   parameters:
28943   - "throughput"
28944   - "parent"
28945   - "tags"
28946 #  sort:
28947 #  - "1VM"
28948 #  - "L2XCFWD"
28949 #  - "1VM"
28950 #  - "L2BDMACLRN"
28951   layout:
28952     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28953     layout: "plot-throughput-speedup-analysis"
28954
28955 ################################################################################
28956
28957 # Speedup - VPP vts 3n-hsw-x520
28958 -
28959   type: "plot"
28960   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28961   algorithm: "plot_throughput_speedup_analysis"
28962   output-file-type: ".html"
28963   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28964   data: "plot-throughput-speedup-analysis-3n-hsw"
28965   filter: "'NIC_Intel-X520-DA2' and
28966            '114B' and
28967            'NDRPDR' and
28968            'VTS'"
28969   parameters:
28970   - "throughput"
28971   - "parent"
28972   - "tags"
28973   layout:
28974     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
28975     layout: "plot-throughput-speedup-analysis"
28976
28977 -
28978   type: "plot"
28979   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28980   algorithm: "plot_throughput_speedup_analysis"
28981   output-file-type: ".html"
28982   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28983   data: "plot-throughput-speedup-analysis-3n-hsw"
28984   filter: "'NIC_Intel-X520-DA2' and
28985            '114B' and
28986            'NDRPDR' and
28987            'VTS'"
28988   parameters:
28989   - "throughput"
28990   - "parent"
28991   - "tags"
28992   layout:
28993     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28994     layout: "plot-throughput-speedup-analysis"