Report: add data
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63
64     # Detailed tests operational data
65     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70
71     # .css patch file to fix tables generated by Sphinx
72     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
74
75   urls:
76     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
79     # URL[VIRL,DNV]: "http://download.it/from/nexus"
80     URL[NEXUS]: "https://docs.fd.io/csit"
81     DIR[NEXUS]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 -
107   type: "configuration"
108
109   limits:
110     nic:
111       x520: 24460000
112       x553: 29761905
113       x710: 35800000
114       xxv710: 35800000
115       xl710: 35800000
116
117     link:
118       10ge: 14880952.38
119       25ge: 37202380.95
120       40ge: 59523809.52
121       100ge: 148809523.81
122
123     pci:
124       pci-g3-x8: 74404761.90
125       pci-g3-x16: 148809523.81
126
127   data-sets:
128
129     ###########################################################################
130     # Plots:
131
132     # 3n-hsw
133
134     plot-vpp-throughput-latency-3n-hsw:
135       csit-vpp-perf-verify-1901-3n-hsw:
136         - 10  # NDRPDR sel
137         - 19  # NDRPDR sel
138         - 31  # NDRPDR sel
139         - 36  # NDRPDR sel
140         - 40  # NDRPDR sel
141         - 42  # NDRPDR sel
142         - 44  # NDRPDR sel
143         - 46  # NDRPDR sel
144         - 47  # NDRPDR sel
145         - 48  # NDRPDR sel
146
147     plot-throughput-speedup-analysis-3n-hsw:
148       csit-vpp-perf-verify-1901-3n-hsw:
149         - 10  # NDRPDR sel
150         - 19  # NDRPDR sel
151         - 31  # NDRPDR sel
152         - 36  # NDRPDR sel
153         - 40  # NDRPDR sel
154         - 42  # NDRPDR sel
155         - 44  # NDRPDR sel
156         - 46  # NDRPDR sel
157         - 47  # NDRPDR sel
158         - 48  # NDRPDR sel
159
160     plot-vpp-http-server-performance:
161       # TODO: Replace with new data
162       # csit-vpp-perf-verify-1901-3n-hsw:
163       csit-vpp-perf-verify-1810-3n-hsw:
164         - 28  # WRK
165         - 29  # WRK
166         - 30  # WRK
167         - 31  # WRK
168         - 32  # WRK
169         - 33  # WRK
170         - 34  # WRK
171         - 35  # WRK
172         - 36  # WRK
173         - 37  # WRK
174
175     plot-ligato-throughput-latency-3n-hsw:
176       # TODO: Add new data
177       csit-ligato-perf-verify-1901-3n-hsw:
178         - 8   # NDRPDR sel
179         - 9   # NDRPDR sel
180         - 11  # NDRPDR sel
181         - 12  # NDRPDR sel
182         - 13  # NDRPDR sel
183         - 14  # NDRPDR sel
184         - 16  # NDRPDR sel
185
186     plot-ligato-throughput-speedup-analysis-3n-hsw:
187       # TODO: Add new data
188       csit-ligato-perf-verify-1901-3n-hsw:
189         - 8   # NDRPDR sel
190         - 9   # NDRPDR sel
191         - 11  # NDRPDR sel
192         - 12  # NDRPDR sel
193         - 13  # NDRPDR sel
194         - 14  # NDRPDR sel
195         - 16  # NDRPDR sel
196
197     plot-dpdk-throughput-latency-3n-hsw:
198       csit-dpdk-perf-verify-1901-3n-hsw:
199         - 13  # NDRPDR sel
200         - 14  # NDRPDR sel
201         - 16  # NDRPDR sel
202         - 17  # NDRPDR sel
203         - 18  # NDRPDR sel
204         - 19  # NDRPDR sel
205         - 20  # NDRPDR sel
206         - 21  # NDRPDR sel
207         - 22  # NDRPDR sel
208         - 23  # NDRPDR sel
209
210     # 3n-skx
211
212     plot-vpp-throughput-latency-3n-skx:
213       csit-vpp-perf-verify-1901-3n-skx:
214         - 18  # NDRPDR sel
215         - 19  # NDRPDR sel
216         - 20  # NDRPDR sel
217         - 28  # NDRPDR sel
218         - 31  # NDRPDR sel
219         - 33  # NDRPDR sel
220         - 36  # NDRPDR sel
221         - 38  # NDRPDR sel
222         - 47  # NDRPDR sel
223         - 48  # NDRPDR sel
224
225     plot-throughput-speedup-analysis-3n-skx:
226       csit-vpp-perf-verify-1901-3n-skx:
227         - 18  # NDRPDR sel
228         - 19  # NDRPDR sel
229         - 20  # NDRPDR sel
230         - 28  # NDRPDR sel
231         - 31  # NDRPDR sel
232         - 33  # NDRPDR sel
233         - 36  # NDRPDR sel
234         - 38  # NDRPDR sel
235         - 47  # NDRPDR sel
236         - 48  # NDRPDR sel
237
238     plot-dpdk-throughput-latency-3n-skx:
239       csit-dpdk-perf-verify-1901-3n-skx:
240         - 3   # NDRPDR sel
241         - 5   # NDRPDR sel
242         - 6   # NDRPDR sel
243         - 7   # NDRPDR sel
244         - 8   # NDRPDR sel
245         - 9   # NDRPDR sel
246         - 10  # NDRPDR sel
247         - 11  # NDRPDR sel
248         - 12  # NDRPDR sel
249         - 13  # NDRPDR sel
250
251     # 2n-skx
252
253     plot-vpp-throughput-latency-2n-skx:
254       csit-vpp-perf-verify-1901-2n-skx:
255         - 5   # NDRPDR sel
256         - 12  # NDRPDR sel
257         - 13  # NDRPDR sel
258         - 21  # NDRPDR sel
259         - 23  # NDRPDR sel
260         - 31  # NDRPDR sel
261         - 34  # NDRPDR sel
262         - 40  # NDRPDR sel
263         - 42  # NDRPDR sel
264         - 43  # NDRPDR sel
265
266     plot-throughput-speedup-analysis-2n-skx:
267       csit-vpp-perf-verify-1901-2n-skx:
268         - 5   # NDRPDR sel
269         - 12  # NDRPDR sel
270         - 13  # NDRPDR sel
271         - 21  # NDRPDR sel
272         - 23  # NDRPDR sel
273         - 31  # NDRPDR sel
274         - 34  # NDRPDR sel
275         - 40  # NDRPDR sel
276         - 42  # NDRPDR sel
277         - 43  # NDRPDR sel
278
279     plot-vpp-soak-2n-skx:
280       csit-vpp-perf-verify-1901-2n-skx:
281         - 45  # SOAK sel
282
283     plot-vpp-nfv-2n-skx:
284       # TODO: Add new data
285       csit-vpp-perf-verify-1901-2n-skx:
286         - 28  # NFV NDRPDR
287         - 29  # NFV NDRPDR
288         - 32  # NFV NDRPDR
289         - 39  # NFV NDRPDR
290         - 46  # NFV NDRPDR
291
292     plot-vpp-nfv-2n-skx-mrr:
293       # TODO: Add new data
294       csit-vpp-perf-verify-1901-2n-skx:
295         - 24  # NFV MRR
296         - 26  # NFV MRR
297         - 27  # NFV MRR
298         - 35  # NFV MRR
299         - 37  # NFV MRR
300
301     plot-dpdk-throughput-latency-2n-skx:
302       csit-dpdk-perf-verify-1901-2n-skx:
303         - 12  # NDRPDR sel
304         - 13  # NDRPDR sel
305         - 14  # NDRPDR sel
306         - 15  # NDRPDR sel
307         - 16  # NDRPDR sel
308         - 17  # NDRPDR sel
309         - 18  # NDRPDR sel
310         - 19  # NDRPDR sel
311         - 20  # NDRPDR sel
312         - 21  # NDRPDR sel
313
314     # 3rd party
315
316     # Denverton:
317     intel-dnv-vpp:
318       # Not used
319       intel-dnv-vpp-release-1810:
320         - 1
321
322     ###########################################################################
323     # Simple tables (only one data set):
324
325     # NIC Comparisons
326
327     vpp-nic-comparison-3n-hsw:
328       csit-vpp-perf-verify-1901-3n-hsw:
329         - 10  # NDRPDR sel
330         - 19  # NDRPDR sel
331         - 31  # NDRPDR sel
332         - 36  # NDRPDR sel
333         - 40  # NDRPDR sel
334         - 42  # NDRPDR sel
335         - 44  # NDRPDR sel
336         - 46  # NDRPDR sel
337         - 47  # NDRPDR sel
338         - 48  # NDRPDR sel
339
340     vpp-nic-comparison-3n-skx:
341       csit-vpp-perf-verify-1901-3n-skx:
342         - 18  # NDRPDR sel
343         - 19  # NDRPDR sel
344         - 20  # NDRPDR sel
345         - 28  # NDRPDR sel
346         - 31  # NDRPDR sel
347         - 33  # NDRPDR sel
348         - 36  # NDRPDR sel
349         - 38  # NDRPDR sel
350         - 47  # NDRPDR sel
351         - 48  # NDRPDR sel
352
353     vpp-nic-comparison-2n-skx:
354       csit-vpp-perf-verify-1901-2n-skx:
355         - 5   # NDRPDR sel
356         - 12  # NDRPDR sel
357         - 13  # NDRPDR sel
358         - 21  # NDRPDR sel
359         - 23  # NDRPDR sel
360         - 31  # NDRPDR sel
361         - 34  # NDRPDR sel
362         - 40  # NDRPDR sel
363         - 42  # NDRPDR sel
364         - 43  # NDRPDR sel
365
366     vpp-nic-comparison-3n-hsw-mrr:
367       csit-vpp-perf-verify-1901-3n-hsw:
368         - 35  # MRR sel
369
370     vpp-nic-comparison-3n-skx-mrr:
371       csit-vpp-perf-verify-1901-3n-skx:
372         - 32  # MRR sel
373
374     vpp-nic-comparison-2n-skx-mrr:
375       csit-vpp-perf-verify-1901-2n-skx:
376         - 22  # MRR sel
377
378     # Results
379
380     vpp-perf-results-3n-hsw:
381       csit-vpp-perf-verify-1901-3n-hsw:
382         - 38  # NDRPDR full
383         - 43  # NDRPDR full
384         - 45  # NDRPDR full
385         - 49  # NDRPDR full
386
387     vpp-perf-results-3n-skx:
388       csit-vpp-perf-verify-1901-3n-skx:
389         - 37  # NDRPDR full
390         - 39  # NDRPDR full
391         - 40  # NDRPDR full
392         - 49  # NDRPDR full
393
394     vpp-perf-results-2n-skx:
395       csit-vpp-perf-verify-1901-2n-skx:
396         - 25  # NDRPDR full
397         - 30  # NDRPDR full
398         - 33  # NDRPDR full
399         - 44  # NDRPDR full
400
401     vpp-mrr-results-3n-hsw:
402       csit-vpp-perf-verify-1901-3n-hsw:
403         - 35  # MRR sel
404
405     vpp-mrr-results-3n-skx:
406       csit-vpp-perf-verify-1901-3n-skx:
407         - 32  # MRR sel
408
409     vpp-mrr-results-2n-skx:
410       csit-vpp-perf-verify-1901-2n-skx:
411         - 22  # MRR sel
412
413     vpp-func-results-ubuntu:
414       csit-vpp-functional-1901-ubuntu1604-virl:
415         - 48
416
417     vpp-func-results-centos:
418       csit-vpp-functional-1901-centos7-virl:
419         - 50
420
421     vpp-device-results-ubuntu:
422       csit-vpp-device-1901-ubuntu1804-1n-skx:
423         - 49
424
425     # VPP Ligato
426     ligato-perf-results-3n-hsw:
427       csit-ligato-perf-verify-1901-3n-hsw:
428         - 10  # NDRPDR full
429
430     dpdk-perf-results-3n-hsw:
431       csit-dpdk-perf-verify-1901-3n-hsw:
432         - 20  # NDRPDR sel
433
434     dpdk-perf-results-3n-skx:
435       csit-dpdk-perf-verify-1901-3n-skx:
436         - 13  # NDRPDR sel
437
438     dpdk-perf-results-2n-skx:
439       csit-dpdk-perf-verify-1901-2n-skx:
440         - 21  # NDRPDR sel
441
442     # HoneyComb Functional
443     hc-func-results:
444       csit-hc2vpp-verify-func-1901-ubuntu1604:
445         - 3
446
447     # NSH SFC Functional
448     nsh-func-results:
449       # Not used
450       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
451         - 1
452
453     # DMM Functional
454     dmm-func-results:
455       csit-dmm-functional-1901-ubuntu1604-virl:
456         - 2
457
458     ###########################################################################
459     # Tables (more than one data set)
460
461     # Performance changes
462
463     vpp-performance-changes-3n-hsw-h1:
464       csit-vpp-perf-verify-1807-3n-hsw:
465         - 11  # NDRPDR full 1
466         - 22  # NDRPDR full 2
467         - 45  # NDRPDR full 3
468         - 46  # NDRPDR full 4
469         - 15  # NDRPDR sel
470         - 16  # NDRPDR sel
471         - 19  # NDRPDR sel
472         - 18  # NDRPDR sel
473         - 20  # NDRPDR sel
474         - 38  # NDRPDR sel
475         - 40  # NDRPDR sel
476         - 44  # NDRPDR sel
477         - 47  # NDRPDR sel
478     vpp-performance-changes-3n-hsw-ref:
479       csit-vpp-perf-verify-1810-3n-hsw:
480         - 8   # NDRPDR sel
481         - 12  # NDRPDR sel
482         - 14  # NDRPDR sel
483         - 18  # NDRPDR sel
484         - 23  # NDRPDR sel
485         - 25  # NDRPDR sel
486         - 38  # NDRPDR sel
487         - 39  # NDRPDR sel
488         - 41  # NDRPDR sel
489         - 42  # NDRPDR sel
490     vpp-performance-changes-3n-hsw-cmp:
491       csit-vpp-perf-verify-1901-3n-hsw:
492       - 10  # NDRPDR sel
493       - 19  # NDRPDR sel
494       - 31  # NDRPDR sel
495       - 36  # NDRPDR sel
496       - 40  # NDRPDR sel
497       - 42  # NDRPDR sel
498       - 44  # NDRPDR sel
499       - 46  # NDRPDR sel
500       - 47  # NDRPDR sel
501       - 48  # NDRPDR sel
502     vpp-performance-changes-3n-hsw:
503       - "vpp-performance-changes-3n-hsw-h1"
504       - "vpp-performance-changes-3n-hsw-ref"
505       - "vpp-performance-changes-3n-hsw-cmp"
506
507     vpp-performance-changes-3n-skx-h1:
508       csit-vpp-perf-verify-1807-3n-skx:
509         - 33  # NDRPDR sel
510         - 35  # NDRPDR sel
511         - 37  # NDRPDR sel
512         - 38  # NDRPDR sel
513         - 39  # NDRPDR sel
514         - 43  # NDRPDR sel
515         - 44  # NDRPDR sel
516         - 49  # NDRPDR sel
517         - 50  # NDRPDR sel
518         - 56  # NDRPDR sel
519     vpp-performance-changes-3n-skx-ref:
520       csit-vpp-perf-verify-1810-3n-skx:
521         - 10  # NDRPDR sel
522         - 14  # NDRPDR sel
523         - 15  # NDRPDR sel
524         - 16  # NDRPDR sel
525         - 17  # NDRPDR sel
526         - 19  # NDRPDR sel
527         - 20  # NDRPDR sel
528         - 21  # NDRPDR sel
529         - 22  # NDRPDR sel
530         - 25  # NDRPDR sel
531     vpp-performance-changes-3n-skx-cmp:
532       csit-vpp-perf-verify-1901-3n-skx:
533         - 18  # NDRPDR sel
534         - 19  # NDRPDR sel
535         - 20  # NDRPDR sel
536         - 28  # NDRPDR sel
537         - 31  # NDRPDR sel
538         - 33  # NDRPDR sel
539         - 36  # NDRPDR sel
540         - 38  # NDRPDR sel
541         - 47  # NDRPDR sel
542         - 48  # NDRPDR sel
543     vpp-performance-changes-3n-skx:
544       - "vpp-performance-changes-3n-skx-h1"
545       - "vpp-performance-changes-3n-skx-ref"
546       - "vpp-performance-changes-3n-skx-cmp"
547
548     vpp-performance-changes-2n-skx-h1:
549       csit-vpp-perf-verify-1807-2n-skx:
550         - 26  # NDRPDR sel
551         - 28  # NDRPDR sel
552         - 29  # NDRPDR sel
553         - 30  # NDRPDR sel
554         - 34  # NDRPDR sel
555         - 35  # NDRPDR sel
556         - 36  # NDRPDR sel
557         - 39  # NDRPDR sel
558         - 40  # NDRPDR sel
559         - 42  # NDRPDR sel
560     vpp-performance-changes-2n-skx-ref:
561       csit-vpp-perf-verify-1810-2n-skx:
562         - 9   # NDRPDR sel
563         - 13  # NDRPDR sel
564         - 14  # NDRPDR sel
565         - 19  # NDRPDR sel
566         - 20  # NDRPDR sel
567         - 21  # NDRPDR sel
568         - 22  # NDRPDR sel
569         - 23  # NDRPDR sel
570         - 24  # NDRPDR sel
571         - 27  # NDRPDR sel
572     vpp-performance-changes-2n-skx-cmp:
573       csit-vpp-perf-verify-1901-2n-skx:
574         - 5   # NDRPDR sel
575         - 12  # NDRPDR sel
576         - 13  # NDRPDR sel
577         - 21  # NDRPDR sel
578         - 23  # NDRPDR sel
579         - 31  # NDRPDR sel
580         - 34  # NDRPDR sel
581         - 40  # NDRPDR sel
582         - 42  # NDRPDR sel
583         - 43  # NDRPDR sel
584     vpp-performance-changes-2n-skx:
585       - "vpp-performance-changes-2n-skx-h1"
586       - "vpp-performance-changes-2n-skx-ref"
587       - "vpp-performance-changes-2n-skx-cmp"
588
589     vpp-performance-changes-3n-hsw-mrr-h1:
590       csit-vpp-perf-verify-1807-3n-hsw:
591         - 8   # MRR full
592         - 9   # MRR sel
593         - 21  # MRR sel
594         - 31  # MRR sel
595         - 33  # MRR sel
596         - 36  # MRR sel
597         - 41  # MRR sel
598         - 42  # MRR sel
599         - 48  # MRR sel
600     vpp-performance-changes-3n-hsw-mrr-ref:
601       csit-vpp-perf-verify-1810-3n-hsw:
602         - 9   # MRR sel
603     vpp-performance-changes-3n-hsw-mrr-cmp:
604       csit-vpp-perf-verify-1901-3n-hsw:
605         - 35  # MRR sel
606     vpp-performance-changes-3n-hsw-mrr:
607       - "vpp-performance-changes-3n-hsw-mrr-h1"
608       - "vpp-performance-changes-3n-hsw-mrr-ref"
609       - "vpp-performance-changes-3n-hsw-mrr-cmp"
610
611     vpp-performance-changes-3n-skx-mrr-h1:
612       csit-vpp-perf-verify-1807-3n-skx:
613         - 28  # MRR sel
614         - 32  # MRR sel
615         - 36  # MRR sel
616         - 42  # MRR sel
617         - 47  # MRR sel
618         - 48  # MRR sel
619         - 51  # MRR sel
620         - 52  # MRR sel
621         - 53  # MRR sel
622         - 54  # MRR sel
623     vpp-performance-changes-3n-skx-mrr-ref:
624       csit-vpp-perf-verify-1810-3n-skx:
625         - 9   # MRR sel
626         - 11  # MRR sel
627         - 12  # MRR sel
628         - 13  # MRR sel
629     vpp-performance-changes-3n-skx-mrr-cmp:
630       csit-vpp-perf-verify-1901-3n-skx:
631         - 32  # MRR sel
632     vpp-performance-changes-3n-skx-mrr:
633       - "vpp-performance-changes-3n-skx-mrr-h1"
634       - "vpp-performance-changes-3n-skx-mrr-ref"
635       - "vpp-performance-changes-3n-skx-mrr-cmp"
636
637     vpp-performance-changes-2n-skx-mrr-h1:
638       csit-vpp-perf-verify-1807-2n-skx:
639         - 31  # MRR sel
640         - 33  # MRR sel
641         - 37  # MRR sel
642         - 38  # MRR sel
643         - 41  # MRR sel
644         - 43  # MRR sel
645         - 44  # MRR sel
646         - 45  # MRR sel
647         - 46  # MRR sel
648         - 47  # MRR sel
649     vpp-performance-changes-2n-skx-mrr-ref:
650       csit-vpp-perf-verify-1810-2n-skx:
651         - 8   # MRR sel
652         - 10  # MRR sel
653         - 11  # MRR sel
654         - 12  # MRR sel
655     vpp-performance-changes-2n-skx-mrr-cmp:
656       csit-vpp-perf-verify-1901-2n-skx:
657         - 22  # MRR sel
658     vpp-performance-changes-2n-skx-mrr:
659       - "vpp-performance-changes-2n-skx-mrr-h1"
660       - "vpp-performance-changes-2n-skx-mrr-ref"
661       - "vpp-performance-changes-2n-skx-mrr-cmp"
662
663     dpdk-performance-changes-3n-hsw-h1:
664       csit-dpdk-perf-verify-1807-3n-hsw:
665         - 11
666         - 12  # full
667         - 14
668         - 15
669         - 16
670         - 17
671         - 20
672         - 21
673         - 22
674         - 23
675     dpdk-performance-changes-3n-hsw-ref:
676       csit-dpdk-perf-verify-1810-3n-hsw:
677         - 1   # NDRPDR sel
678         - 2   # NDRPDR sel
679         - 3   # NDRPDR sel
680         - 4   # NDRPDR sel
681         - 5   # NDRPDR sel
682         - 6   # NDRPDR sel
683         - 7   # NDRPDR sel
684         - 8   # NDRPDR sel
685         - 9   # NDRPDR sel
686         - 10  # NDRPDR sel
687     dpdk-performance-changes-3n-hsw-cmp:
688       csit-dpdk-perf-verify-1901-3n-hsw:
689         - 13  # NDRPDR sel
690         - 14  # NDRPDR sel
691         - 16  # NDRPDR sel
692         - 17  # NDRPDR sel
693         - 18  # NDRPDR sel
694         - 19  # NDRPDR sel
695         - 20  # NDRPDR sel
696         - 21  # NDRPDR sel
697         - 22  # NDRPDR sel
698         - 23  # NDRPDR sel
699     dpdk-performance-changes-3n-hsw:
700       - "dpdk-performance-changes-3n-hsw-h1"
701       - "dpdk-performance-changes-3n-hsw-ref"
702       - "dpdk-performance-changes-3n-hsw-cmp"
703
704     dpdk-performance-changes-3n-skx-h1:
705       csit-dpdk-perf-verify-1807-3n-skx:
706         - 1   # NDRPDR sel
707         - 2   # NDRPDR sel
708         - 3   # NDRPDR sel
709         - 6   # NDRPDR sel
710         - 7   # NDRPDR sel
711         - 8   # NDRPDR sel
712         - 9   # NDRPDR sel
713         - 10  # NDRPDR sel
714         - 11  # NDRPDR sel
715         - 12  # NDRPDR sel
716     dpdk-performance-changes-3n-skx-ref:
717       csit-dpdk-perf-verify-1810-3n-skx:
718         - 3   # NDRPDR sel
719         - 4   # NDRPDR sel
720         - 6   # NDRPDR sel
721         - 7   # NDRPDR sel
722         - 8   # NDRPDR sel
723         - 9   # NDRPDR sel
724         - 10  # NDRPDR sel
725         - 11  # NDRPDR sel
726         - 12  # NDRPDR sel
727         - 13  # NDRPDR sel
728     dpdk-performance-changes-3n-skx-cmp:
729       csit-dpdk-perf-verify-1901-3n-skx:
730         - 3   # NDRPDR sel
731         - 5   # NDRPDR sel
732         - 6   # NDRPDR sel
733         - 7   # NDRPDR sel
734         - 8   # NDRPDR sel
735         - 9   # NDRPDR sel
736         - 10  # NDRPDR sel
737         - 11  # NDRPDR sel
738         - 12  # NDRPDR sel
739         - 13  # NDRPDR sel
740     dpdk-performance-changes-3n-skx:
741       - "dpdk-performance-changes-3n-skx-h1"
742       - "dpdk-performance-changes-3n-skx-ref"
743       - "dpdk-performance-changes-3n-skx-cmp"
744
745     dpdk-performance-changes-2n-skx-ref:
746       csit-dpdk-perf-verify-1810-2n-skx:
747         - 3   # NDRPDR sel
748         - 4   # NDRPDR sel
749         - 5   # NDRPDR sel
750         - 7   # NDRPDR sel
751         - 8   # NDRPDR sel
752         - 9   # NDRPDR sel
753         - 10  # NDRPDR sel
754         - 11  # NDRPDR sel
755         - 12  # NDRPDR sel
756         - 13  # NDRPDR sel
757     dpdk-performance-changes-2n-skx-cmp:
758       csit-dpdk-perf-verify-1901-2n-skx:
759         - 12  # NDRPDR sel
760         - 13  # NDRPDR sel
761         - 14  # NDRPDR sel
762         - 15  # NDRPDR sel
763         - 16  # NDRPDR sel
764         - 17  # NDRPDR sel
765         - 18  # NDRPDR sel
766         - 19  # NDRPDR sel
767         - 20  # NDRPDR sel
768         - 21  # NDRPDR sel
769     dpdk-performance-changes-2n-skx:
770       - "dpdk-performance-changes-2n-skx-ref"
771       - "dpdk-performance-changes-2n-skx-cmp"
772
773     # Compare testbeds
774
775     vpp-compare-testbeds-ref:
776       csit-vpp-perf-verify-1901-3n-hsw:
777         - 10  # NDRPDR sel
778         - 19  # NDRPDR sel
779         - 31  # NDRPDR sel
780         - 36  # NDRPDR sel
781         - 40  # NDRPDR sel
782         - 42  # NDRPDR sel
783         - 44  # NDRPDR sel
784         - 46  # NDRPDR sel
785         - 47  # NDRPDR sel
786         - 48  # NDRPDR sel
787     vpp-compare-testbeds-cmp:
788       csit-vpp-perf-verify-1901-3n-skx:
789         - 18  # NDRPDR sel
790         - 19  # NDRPDR sel
791         - 20  # NDRPDR sel
792         - 28  # NDRPDR sel
793         - 31  # NDRPDR sel
794         - 33  # NDRPDR sel
795         - 36  # NDRPDR sel
796         - 38  # NDRPDR sel
797         - 47  # NDRPDR sel
798         - 48  # NDRPDR sel
799     vpp-compare-testbeds:
800       - "vpp-compare-testbeds-ref"
801       - "vpp-compare-testbeds-cmp"
802
803     vpp-compare-testbeds-mrr-ref:
804       csit-vpp-perf-verify-1901-3n-hsw:
805         - 35  # MRR sel
806     vpp-compare-testbeds-mrr-cmp:
807       csit-vpp-perf-verify-1901-3n-skx:
808         - 32  # MRR sel
809     vpp-compare-testbeds-mrr:
810       - "vpp-compare-testbeds-mrr-ref"
811       - "vpp-compare-testbeds-mrr-cmp"
812
813     dpdk-compare-testbeds-ref:
814       csit-dpdk-perf-verify-1901-3n-hsw:
815         - 13  # NDRPDR sel
816         - 14  # NDRPDR sel
817         - 16  # NDRPDR sel
818         - 17  # NDRPDR sel
819         - 18  # NDRPDR sel
820         - 19  # NDRPDR sel
821         - 20  # NDRPDR sel
822         - 21  # NDRPDR sel
823         - 22  # NDRPDR sel
824         - 23  # NDRPDR sel
825     dpdk-compare-testbeds-cmp:
826       csit-dpdk-perf-verify-1901-3n-skx:
827         - 3   # NDRPDR sel
828         - 5   # NDRPDR sel
829         - 6   # NDRPDR sel
830         - 7   # NDRPDR sel
831         - 8   # NDRPDR sel
832         - 9   # NDRPDR sel
833         - 10  # NDRPDR sel
834         - 11  # NDRPDR sel
835         - 12  # NDRPDR sel
836         - 13  # NDRPDR sel
837     dpdk-compare-testbeds:
838       - "dpdk-compare-testbeds-ref"
839       - "dpdk-compare-testbeds-cmp"
840
841     # Compare topologies
842
843     vpp-compare-topologies-ref:
844       csit-vpp-perf-verify-1901-3n-skx:
845         - 18  # NDRPDR sel
846         - 19  # NDRPDR sel
847         - 20  # NDRPDR sel
848         - 28  # NDRPDR sel
849         - 31  # NDRPDR sel
850         - 33  # NDRPDR sel
851         - 36  # NDRPDR sel
852         - 38  # NDRPDR sel
853         - 47  # NDRPDR sel
854         - 48  # NDRPDR sel
855     vpp-compare-topologies-cmp:
856       csit-vpp-perf-verify-1901-2n-skx:
857         - 5   # NDRPDR sel
858         - 12  # NDRPDR sel
859         - 13  # NDRPDR sel
860         - 21  # NDRPDR sel
861         - 23  # NDRPDR sel
862         - 31  # NDRPDR sel
863         - 34  # NDRPDR sel
864         - 40  # NDRPDR sel
865         - 42  # NDRPDR sel
866         - 43  # NDRPDR sel
867     vpp-compare-topologies:
868       - "vpp-compare-topologies-ref"
869       - "vpp-compare-topologies-cmp"
870
871     vpp-compare-topologies-mrr-ref:
872       csit-vpp-perf-verify-1901-3n-skx:
873         - 32  # MRR sel
874     vpp-compare-topologies-mrr-cmp:
875       csit-vpp-perf-verify-1901-2n-skx:
876         - 22  # MRR sel
877     vpp-compare-topologies-mrr:
878       - "vpp-compare-topologies-mrr-ref"
879       - "vpp-compare-topologies-mrr-cmp"
880
881     dpdk-compare-topologies-ref:
882       csit-dpdk-perf-verify-1901-3n-skx:
883         - 3   # NDRPDR sel
884         - 5   # NDRPDR sel
885         - 6   # NDRPDR sel
886         - 7   # NDRPDR sel
887         - 8   # NDRPDR sel
888         - 9   # NDRPDR sel
889         - 10  # NDRPDR sel
890         - 11  # NDRPDR sel
891         - 12  # NDRPDR sel
892         - 13  # NDRPDR sel
893     dpdk-compare-topologies-cmp:
894       csit-dpdk-perf-verify-1901-2n-skx:
895         - 12  # NDRPDR sel
896         - 13  # NDRPDR sel
897         - 14  # NDRPDR sel
898         - 15  # NDRPDR sel
899         - 16  # NDRPDR sel
900         - 17  # NDRPDR sel
901         - 18  # NDRPDR sel
902         - 19  # NDRPDR sel
903         - 20  # NDRPDR sel
904         - 21  # NDRPDR sel
905     dpdk-compare-topologies:
906       - "dpdk-compare-topologies-ref"
907       - "dpdk-compare-topologies-cmp"
908
909   plot-layouts:
910
911     plot-soak-throughput:
912       titlefont:
913         size: 18
914       xaxis:
915         title: "<b>Test Cases [Index]</b>"
916         titlefont:
917           size: 16
918         autorange: True
919         fixedrange: False
920         gridcolor: "rgb(230, 230, 230)"
921         linecolor: "rgb(220, 220, 220)"
922         linewidth: 1
923         showgrid: True
924         showline: True
925         showticklabels: True
926         tickcolor: "rgb(220, 220, 220)"
927         tickmode: "linear"
928         tickfont:
929           size: 16
930         zeroline: False
931       yaxis:
932         title: "<b>Packet Throughput [Mpps]</b>"
933         titlefont:
934           size: 16
935         gridcolor: "rgb(230, 230, 230)"
936         hoverformat: ".4s"
937         tickformat: ".3s"
938         linecolor: "rgb(220, 220, 220)"
939         linewidth: 1
940         showgrid: True
941         showline: True
942         showticklabels: True
943         tickcolor: "rgb(220, 220, 220)"
944         tickfont:
945           size: 16
946         zeroline: False
947         range: [0,50]
948       autosize: False
949       margin:
950         t: 50
951         b: 0
952         l: 80
953         r: 20
954       showlegend: True
955       legend:
956         orientation: "h"
957         font:
958           size: 16
959       width: 700
960       height: 900
961
962     plot-service-density:
963       titlefont:
964         size: 18
965       xaxis:
966         side: "top"
967         autorange: True
968         fixedrange: False
969         showgrid: False
970         showline: False
971         showticklabels: False
972         ticks: ""
973         ticklen: 0
974         tickwidth: 0
975         zeroline: False
976       yaxis:
977         autorange: "reversed"
978         showgrid: False
979         showline: False
980         showticklabels: False
981         ticks: ""
982         ticklen: 0
983         tickwidth: 0
984         zeroline: False
985       autosize: True
986       showlegend: False
987       width: 700
988       height: 700
989
990     plot-cps:
991       titlefont:
992         size: 18
993       xaxis:
994         title: "<b>Test Cases [Index]</b>"
995         titlefont:
996           size: 16
997         autorange: True
998         fixedrange: False
999         gridcolor: "rgb(230, 230, 230)"
1000         linecolor: "rgb(220, 220, 220)"
1001         linewidth: 1
1002         showgrid: True
1003         showline: True
1004         showticklabels: True
1005         tickcolor: "rgb(220, 220, 220)"
1006         tickmode: "linear"
1007         tickfont:
1008           size: 16
1009         zeroline: False
1010       yaxis:
1011         title: "<b>Connections Per Second [cps]</b>"
1012         titlefont:
1013           size: 16
1014         gridcolor: "rgb(230, 230, 230)"
1015         hoverformat: ".4s"
1016         linecolor: "rgb(220, 220, 220)"
1017         linewidth: 1
1018         rangemode: "tozero"
1019         showgrid: True
1020         showline: True
1021         showticklabels: True
1022         tickcolor: "rgb(220, 220, 220)"
1023         tickformat: ".3s"
1024         tickfont:
1025           size: 16
1026         zeroline: False
1027       boxmode: "group"
1028       boxgroupgap: 0.5
1029       autosize: False
1030       margin:
1031         t: 50
1032         b: 20
1033         l: 80
1034         r: 20
1035       showlegend: True
1036       legend:
1037         orientation: "h"
1038         font:
1039           size: 16
1040       width: 700
1041       height: 800
1042
1043     plot-rps:
1044       titlefont:
1045         size: 18
1046       xaxis:
1047         title: "<b>Test Cases [Index]</b>"
1048         titlefont:
1049           size: 16
1050         autorange: True
1051         fixedrange: False
1052         gridcolor: "rgb(230, 230, 230)"
1053         linecolor: "rgb(220, 220, 220)"
1054         linewidth: 1
1055         showgrid: True
1056         showline: True
1057         showticklabels: True
1058         tickcolor: "rgb(220, 220, 220)"
1059         tickmode: "linear"
1060         tickfont:
1061           size: 16
1062         zeroline: False
1063       yaxis:
1064         title: "<b>Requests Per Second [rps]</b>"
1065         titlefont:
1066           size: 16
1067         gridcolor: "rgb(230, 230, 230)"
1068         hoverformat: ".4s"
1069         linecolor: "rgb(220, 220, 220)"
1070         linewidth: 1
1071         rangemode: "tozero"
1072         showgrid: True
1073         showline: True
1074         showticklabels: True
1075         tickcolor: "rgb(230, 230, 230)"
1076         tickformat: ".3s"
1077         tickfont:
1078           size: 16
1079         zeroline: False
1080       boxmode: "group"
1081       boxgroupgap: 0.5
1082       autosize: False
1083       margin:
1084         t: 50
1085         b: 20
1086         l: 80
1087         r: 20
1088       showlegend: True
1089       legend:
1090         orientation: "h"
1091         font:
1092           size: 16
1093       width: 700
1094       height: 800
1095
1096     plot-throughput:
1097       titlefont:
1098         size: 18
1099       xaxis:
1100         title: "<b>Test Cases [Index]</b>"
1101         titlefont:
1102           size: 16
1103         autorange: True
1104         fixedrange: False
1105         gridcolor: "rgb(230, 230, 230)"
1106         linecolor: "rgb(220, 220, 220)"
1107         linewidth: 1
1108         showgrid: True
1109         showline: True
1110         showticklabels: True
1111         tickcolor: "rgb(220, 220, 220)"
1112         tickmode: "linear"
1113         tickfont:
1114           size: 16
1115         zeroline: False
1116       yaxis:
1117         title: "<b>Packet Throughput [Mpps]</b>"
1118         titlefont:
1119           size: 16
1120         gridcolor: "rgb(230, 230, 230)"
1121         hoverformat: ".4s"
1122         tickformat: ".3s"
1123         linecolor: "rgb(220, 220, 220)"
1124         linewidth: 1
1125         showgrid: True
1126         showline: True
1127         showticklabels: True
1128         tickcolor: "rgb(220, 220, 220)"
1129         tickfont:
1130           size: 16
1131         zeroline: False
1132         range: [0,50]
1133       boxmode: "group"
1134       boxgroupgap: 0.5
1135       autosize: False
1136       margin:
1137         t: 50
1138         b: 0
1139         l: 80
1140         r: 20
1141       showlegend: True
1142       legend:
1143         orientation: "h"
1144         font:
1145           size: 16
1146       width: 700
1147       height: 900
1148
1149     plot-throughput-speedup-analysis:
1150       titlefont:
1151         size: 18
1152       xaxis:
1153         title: "<b>Number of Cores [Qty]</b>"
1154         titlefont:
1155           size: 16
1156         autorange: True
1157         fixedrange: False
1158         gridcolor: "rgb(230, 230, 230)"
1159         linecolor: "rgb(220, 220, 220)"
1160         linewidth: 1
1161         showgrid: True
1162         showline: True
1163         showticklabels: True
1164         tickcolor: "rgb(238, 238, 238)"
1165         tickmode: "linear"
1166         tickfont:
1167           size: 16
1168         zeroline: False
1169       yaxis:
1170         title: "<b>Packet Throughput [Mpps]</b>"
1171         titlefont:
1172           size: 16
1173         type: "linear"
1174         gridcolor: "rgb(230, 230, 230)"
1175         hoverformat: ".4s"
1176         linecolor: "rgb(220, 220, 220)"
1177         linewidth: 1
1178         showgrid: True
1179         showline: True
1180         showticklabels: True
1181         tickcolor: "rgb(220, 220, 220)"
1182         tickformat: ".4s"
1183         tickfont:
1184           size: 16
1185         zeroline: True
1186         rangemode: "tozero"
1187         range: [0,100]
1188       legend:
1189         orientation: "h"
1190         font:
1191           size: 16
1192         xanchor: "left"
1193         yanchor: "top"
1194         x: 0
1195         y: -0.2
1196         bgcolor: "rgba(255, 255, 255, 0)"
1197         bordercolor: "rgba(255, 255, 255, 0)"
1198         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1199       autosize: False
1200       margin:
1201           't': 50
1202           'b': 150
1203           'l': 85
1204           'r': 10
1205       showlegend: True
1206       width: 700
1207       height: 700
1208       hoverlabel:
1209         namelength: -1
1210       annotations: [
1211         {
1212           text: "_ _          __          ...",
1213           align: "left",
1214           showarrow: False,
1215           xref: "paper",
1216           yref: "paper",
1217           xanchor: "left",
1218           yanchor: "top",
1219           x: 0,
1220           y: -0.13,
1221           font: {
1222             family: "Consolas, Courier New",
1223             size: 15
1224           },
1225         },
1226         {
1227           text: "    Perfect     Measured     Limit",
1228           align: "left",
1229           showarrow: False,
1230           xref: "paper",
1231           yref: "paper",
1232           xanchor: "left",
1233           yanchor: "top",
1234           x: 0,
1235           y: -0.15,
1236           font: {
1237             family: "Consolas, Courier New",
1238             size: 15
1239           },
1240         },
1241       ]
1242
1243     plot-latency:
1244       titlefont:
1245         size: 18
1246       xaxis:
1247         title: "<b>Direction</b>"
1248         titlefont:
1249           size: 16
1250         autorange: True
1251         fixedrange: False
1252         gridcolor: "rgb(230, 230, 230)"
1253         linecolor: "rgb(220, 220, 220)"
1254         linewidth: 1
1255         showgrid: True
1256         showline: True
1257         showticklabels: False
1258         tickcolor: "rgb(220, 220, 220)"
1259         tickmode: "linear"
1260         tickfont:
1261           size: 16
1262         zeroline: False
1263       yaxis:
1264         title: "<b>Packet Latency [uSec]</b>"
1265         titlefont:
1266           size: 16
1267         type: "linear"
1268         gridcolor: "rgb(230, 230, 230)"
1269         hoverformat: ".4s"
1270         linecolor: "rgb(220, 220, 220)"
1271         linewidth: 1
1272         showgrid: True
1273         showline: True
1274         showticklabels: True
1275         tickcolor: "rgb(220, 220, 220)"
1276         tickformat: ".4s"
1277         tickfont:
1278           size: 16
1279         zeroline: True
1280         rangemode: "tozero"
1281       legend:
1282         orientation: "h"
1283         font:
1284           size: 16
1285         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1286       autosize: False
1287       margin:
1288           't': 50
1289           'b': 150
1290           'l': 80
1291           'r': 10
1292       showlegend: True
1293       width: 700
1294       height: 700
1295       hoverlabel:
1296         namelength: -1
1297
1298 -
1299   type: "static"
1300   src-path: "{DIR[RST]}"
1301   dst-path: "{DIR[WORKING,SRC]}"
1302
1303 -
1304   type: "input"
1305   general:
1306     file-name: "robot-plugin.zip"
1307     file-format: ".zip"
1308     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1309     extract: "robot-plugin/output.xml"
1310
1311   builds:
1312
1313     # Not used
1314     intel-dnv-vpp-release-1810:
1315       - 1
1316
1317     csit-vpp-perf-verify-1807-3n-hsw:
1318       - 8   # MRR full
1319       - 9   # MRR sel
1320       - 21  # MRR sel
1321       - 31  # MRR sel
1322       - 33  # MRR sel
1323       - 36  # MRR sel
1324       - 41  # MRR sel
1325       - 42  # MRR sel
1326       - 48  # MRR sel
1327       - 11  # NDRPDR full 1
1328       - 22  # NDRPDR full 2
1329       - 45  # NDRPDR full 3
1330       - 46  # NDRPDR full 4
1331       - 15  # NDRPDR sel
1332       - 16  # NDRPDR sel
1333       - 19  # NDRPDR sel
1334       - 18  # NDRPDR sel
1335       - 20  # NDRPDR sel
1336       - 38  # NDRPDR sel
1337       - 40  # NDRPDR sel
1338       - 44  # NDRPDR sel
1339       - 47  # NDRPDR sel
1340     csit-vpp-perf-verify-1810-3n-hsw:
1341       - 9   # MRR sel
1342       - 20  # NDRPDR full
1343       - 21  # NDRPDR full
1344       - 22  # NDRPDR full
1345       - 27  # NDRPDR full
1346       - 8   # NDRPDR sel
1347       - 12  # NDRPDR sel
1348       - 14  # NDRPDR sel
1349       - 18  # NDRPDR sel
1350       - 23  # NDRPDR sel
1351       - 25  # NDRPDR sel
1352       - 38  # NDRPDR sel
1353       - 39  # NDRPDR sel
1354       - 41  # NDRPDR sel
1355       - 42  # NDRPDR sel
1356       - 28  # WRK
1357       - 29  # WRK
1358       - 30  # WRK
1359       - 31  # WRK
1360       - 32  # WRK
1361       - 33  # WRK
1362       - 34  # WRK
1363       - 35  # WRK
1364       - 36  # WRK
1365       - 37  # WRK
1366     csit-vpp-perf-verify-1901-3n-hsw:
1367       - 35  # MRR sel
1368       - 38  # NDRPDR full
1369       - 43  # NDRPDR full
1370       - 45  # NDRPDR full
1371       - 49  # NDRPDR full
1372       - 10  # NDRPDR sel
1373       - 19  # NDRPDR sel
1374       - 31  # NDRPDR sel
1375       - 36  # NDRPDR sel
1376       - 40  # NDRPDR sel
1377       - 42  # NDRPDR sel
1378       - 44  # NDRPDR sel
1379       - 46  # NDRPDR sel
1380       - 47  # NDRPDR sel
1381       - 48  # NDRPDR sel
1382     csit-vpp-perf-verify-1807-3n-skx:
1383       - 31  # MRR full
1384       - 28  # MRR sel
1385       - 32  # MRR sel
1386       - 36  # MRR sel
1387       - 42  # MRR sel
1388       - 47  # MRR sel
1389       - 48  # MRR sel
1390       - 51  # MRR sel
1391       - 52  # MRR sel
1392       - 53  # MRR sel
1393       - 54  # MRR sel
1394       - 40  # NDRPDR full 1
1395       - 41  # NDRPDR full 2
1396       - 33  # NDRPDR sel
1397       - 35  # NDRPDR sel
1398       - 37  # NDRPDR sel
1399       - 38  # NDRPDR sel
1400       - 39  # NDRPDR sel
1401       - 43  # NDRPDR sel
1402       - 44  # NDRPDR sel
1403       - 49  # NDRPDR sel
1404       - 50  # NDRPDR sel
1405       - 56  # NDRPDR sel
1406     csit-vpp-perf-verify-1810-3n-skx:
1407       - 9   # MRR sel
1408       - 11  # MRR sel
1409       - 12  # MRR sel
1410       - 13  # MRR sel
1411       - 23  # NDRPDR full
1412       - 24  # NDRPDR full
1413       - 10  # NDRPDR sel
1414       - 14  # NDRPDR sel
1415       - 15  # NDRPDR sel
1416       - 16  # NDRPDR sel
1417       - 17  # NDRPDR sel
1418       - 19  # NDRPDR sel
1419       - 20  # NDRPDR sel
1420       - 21  # NDRPDR sel
1421       - 22  # NDRPDR sel
1422       - 25  # NDRPDR sel
1423     csit-vpp-perf-verify-1901-3n-skx:
1424       - 32  # MRR sel
1425       - 37  # NDRPDR full
1426       - 39  # NDRPDR full
1427       - 40  # NDRPDR full
1428       - 49  # NDRPDR full
1429       - 18  # NDRPDR sel
1430       - 19  # NDRPDR sel
1431       - 20  # NDRPDR sel
1432       - 28  # NDRPDR sel
1433       - 31  # NDRPDR sel
1434       - 33  # NDRPDR sel
1435       - 36  # NDRPDR sel
1436       - 38  # NDRPDR sel
1437       - 47  # NDRPDR sel
1438       - 48  # NDRPDR sel
1439     csit-vpp-perf-verify-1807-2n-skx:
1440       - 27  # MRR full
1441       - 31  # MRR sel
1442       - 33  # MRR sel
1443       - 37  # MRR sel
1444       - 38  # MRR sel
1445       - 41  # MRR sel
1446       - 43  # MRR sel
1447       - 44  # MRR sel
1448       - 45  # MRR sel
1449       - 46  # MRR sel
1450       - 47  # MRR sel
1451       - 32  # NDRPDR full
1452       - 26  # NDRPDR sel
1453       - 28  # NDRPDR sel
1454       - 29  # NDRPDR sel
1455       - 30  # NDRPDR sel
1456       - 34  # NDRPDR sel
1457       - 35  # NDRPDR sel
1458       - 36  # NDRPDR sel
1459       - 39  # NDRPDR sel
1460       - 40  # NDRPDR sel
1461       - 42  # NDRPDR sel
1462     csit-vpp-perf-verify-1810-2n-skx:
1463       - 8   # MRR sel
1464       - 10  # MRR sel
1465       - 11  # MRR sel
1466       - 12  # MRR sel
1467       - 25  # NDRPDR full
1468       - 26  # NDRPDR full
1469       - 9   # NDRPDR sel
1470       - 13  # NDRPDR sel
1471       - 14  # NDRPDR sel
1472       - 19  # NDRPDR sel
1473       - 20  # NDRPDR sel
1474       - 21  # NDRPDR sel
1475       - 22  # NDRPDR sel
1476       - 23  # NDRPDR sel
1477       - 24  # NDRPDR sel
1478       - 27  # NDRPDR sel
1479     csit-vpp-perf-verify-1901-2n-skx:
1480       - 22  # MRR sel
1481       - 25  # NDRPDR full
1482       - 30  # NDRPDR full
1483       - 33  # NDRPDR full
1484       - 44  # NDRPDR full
1485       - 5   # NDRPDR sel
1486       - 12  # NDRPDR sel
1487       - 13  # NDRPDR sel
1488       - 21  # NDRPDR sel
1489       - 23  # NDRPDR sel
1490       - 31  # NDRPDR sel
1491       - 34  # NDRPDR sel
1492       - 40  # NDRPDR sel
1493       - 42  # NDRPDR sel
1494       - 43  # NDRPDR sel
1495       - 24  # NFV MRR
1496       - 26  # NFV MRR
1497       - 27  # NFV MRR
1498       - 35  # NFV MRR
1499       - 37  # NFV MRR
1500       - 28  # NFV NDRPDR
1501       - 29  # NFV NDRPDR
1502       - 32  # NFV NDRPDR
1503       - 39  # NFV NDRPDR
1504       - 46  # NFV NDRPDR
1505       - 45  # SOAK
1506     # TODO: Add new data
1507     csit-ligato-perf-verify-1901-3n-hsw:
1508       - 10  # NDRPDR full
1509       - 8   # NDRPDR sel
1510       - 9   # NDRPDR sel
1511       - 11  # NDRPDR sel
1512       - 12  # NDRPDR sel
1513       - 13  # NDRPDR sel
1514       - 14  # NDRPDR sel
1515       - 16  # NDRPDR sel
1516     csit-dpdk-perf-verify-1807-3n-hsw:
1517       - 11
1518       - 12  # full
1519       - 14
1520       - 15
1521       - 16
1522       - 17
1523       - 20
1524       - 21
1525       - 22
1526       - 23
1527     csit-dpdk-perf-verify-1810-3n-hsw:
1528       - 1   # NDRPDR sel
1529       - 2   # NDRPDR sel
1530       - 3   # NDRPDR sel
1531       - 4   # NDRPDR sel
1532       - 5   # NDRPDR sel
1533       - 6   # NDRPDR sel
1534       - 7   # NDRPDR sel
1535       - 8   # NDRPDR sel
1536       - 9   # NDRPDR sel
1537       - 10  # NDRPDR sel
1538     csit-dpdk-perf-verify-1901-3n-hsw:
1539       - 13  # NDRPDR sel
1540       - 14  # NDRPDR sel
1541       - 16  # NDRPDR sel
1542       - 17  # NDRPDR sel
1543       - 18  # NDRPDR sel
1544       - 19  # NDRPDR sel
1545       - 20  # NDRPDR sel
1546       - 21  # NDRPDR sel
1547       - 22  # NDRPDR sel
1548       - 23  # NDRPDR sel
1549     csit-dpdk-perf-verify-1807-3n-skx:
1550       - 1   # NDRPDR sel
1551       - 2   # NDRPDR sel
1552       - 3   # NDRPDR sel
1553       - 6   # NDRPDR sel
1554       - 7   # NDRPDR sel
1555       - 8   # NDRPDR sel
1556       - 9   # NDRPDR sel
1557       - 10  # NDRPDR sel
1558       - 11  # NDRPDR sel
1559       - 12  # NDRPDR sel
1560     csit-dpdk-perf-verify-1810-3n-skx:
1561       - 3   # NDRPDR sel
1562       - 4   # 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-1901-3n-skx:
1572       - 3   # NDRPDR sel
1573       - 5   # NDRPDR sel
1574       - 6   # 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-1810-2n-skx:
1583       - 3   # NDRPDR sel
1584       - 4   # NDRPDR sel
1585       - 5   # NDRPDR sel
1586       - 7   # NDRPDR sel
1587       - 8   # NDRPDR sel
1588       - 9   # NDRPDR sel
1589       - 10  # NDRPDR sel
1590       - 11  # NDRPDR sel
1591       - 12  # NDRPDR sel
1592       - 13  # NDRPDR sel
1593     csit-dpdk-perf-verify-1901-2n-skx:
1594       - 12  # NDRPDR sel
1595       - 13  # NDRPDR sel
1596       - 14  # NDRPDR sel
1597       - 15  # NDRPDR sel
1598       - 16  # NDRPDR sel
1599       - 17  # NDRPDR sel
1600       - 18  # NDRPDR sel
1601       - 19  # NDRPDR sel
1602       - 20  # NDRPDR sel
1603       - 21  # NDRPDR sel
1604     csit-vpp-functional-1901-ubuntu1604-virl:
1605       - 48
1606     csit-vpp-functional-1901-centos7-virl:
1607       - 50
1608     csit-vpp-device-1901-ubuntu1804-1n-skx:
1609       - 49
1610     # Not used
1611     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1612       - 1
1613     csit-dmm-functional-1901-ubuntu1604-virl:
1614       - 2
1615     csit-hc2vpp-verify-func-1901-ubuntu1604:
1616       - 3
1617
1618 -
1619   type: "output"
1620   output: "report"
1621   format:
1622     html:
1623     - full
1624     pdf:
1625     - minimal
1626
1627 ################################################################################
1628 ###                               T A B L E S                                ###
1629 ################################################################################
1630
1631
1632 # VPP Compare NICs 3n-hsw 1t1c ndr
1633 -
1634   type: "table"
1635   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1636   algorithm: "table_nics_comparison"
1637   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1638   reference:
1639     title: "Intel-x520"
1640     nic: "NIC_Intel-X520-DA2"
1641   compare:
1642     title: "Intel-x710"
1643     nic: "NIC_Intel-X710"
1644   data: "vpp-nic-comparison-3n-hsw"
1645   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1646   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1647   parameters:
1648   - "name"
1649   - "parent"
1650   - "throughput"
1651   - "tags"
1652
1653 # VPP Compare NICs 3n-hsw 2t2c ndr
1654 -
1655   type: "table"
1656   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1657   algorithm: "table_nics_comparison"
1658   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1659   reference:
1660     title: "Intel-x520"
1661     nic: "NIC_Intel-X520-DA2"
1662   compare:
1663     title: "Intel-x710"
1664     nic: "NIC_Intel-X710"
1665   data: "vpp-nic-comparison-3n-hsw"
1666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1667   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1668   parameters:
1669   - "name"
1670   - "parent"
1671   - "throughput"
1672   - "tags"
1673
1674 # VPP Compare NICs 3n-hsw 1t1c pdr
1675 -
1676   type: "table"
1677   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1678   algorithm: "table_nics_comparison"
1679   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1680   reference:
1681     title: "Intel-x520"
1682     nic: "NIC_Intel-X520-DA2"
1683   compare:
1684     title: "Intel-x710"
1685     nic: "NIC_Intel-X710"
1686   data: "vpp-nic-comparison-3n-hsw"
1687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1688   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1689   parameters:
1690   - "name"
1691   - "parent"
1692   - "throughput"
1693   - "tags"
1694
1695 # VPP Compare NICs 3n-hsw 2t2c pdr
1696 -
1697   type: "table"
1698   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1699   algorithm: "table_nics_comparison"
1700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1701   reference:
1702     title: "Intel-x520"
1703     nic: "NIC_Intel-X520-DA2"
1704   compare:
1705     title: "Intel-x710"
1706     nic: "NIC_Intel-X710"
1707   data: "vpp-nic-comparison-3n-hsw"
1708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1709   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1710   parameters:
1711   - "name"
1712   - "parent"
1713   - "throughput"
1714   - "tags"
1715
1716 # VPP Compare NICs 3n-hsw 1t1c mrr
1717 -
1718   type: "table"
1719   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1720   algorithm: "table_nics_comparison"
1721   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1722   reference:
1723     title: "Intel-x520"
1724     nic: "NIC_Intel-X520-DA2"
1725   compare:
1726     title: "Intel-x710"
1727     nic: "NIC_Intel-X710"
1728   data: "vpp-nic-comparison-3n-hsw-mrr"
1729   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1730   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1731   parameters:
1732   - "name"
1733   - "parent"
1734   - "result"
1735   - "tags"
1736
1737 # VPP Compare NICs 3n-hsw 2t2c mrr
1738 -
1739   type: "table"
1740   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1741   algorithm: "table_nics_comparison"
1742   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1743   reference:
1744     title: "Intel-x520"
1745     nic: "NIC_Intel-X520-DA2"
1746   compare:
1747     title: "Intel-x710"
1748     nic: "NIC_Intel-X710"
1749   data: "vpp-nic-comparison-3n-hsw-mrr"
1750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1751   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1752   parameters:
1753   - "name"
1754   - "parent"
1755   - "result"
1756   - "tags"
1757
1758 # VPP Compare NICs 3n-hsw 4t4c mrr
1759 -
1760   type: "table"
1761   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1762   algorithm: "table_nics_comparison"
1763   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1764   reference:
1765     title: "Intel-x520"
1766     nic: "NIC_Intel-X520-DA2"
1767   compare:
1768     title: "Intel-x710"
1769     nic: "NIC_Intel-X710"
1770   data: "vpp-nic-comparison-3n-hsw-mrr"
1771   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1772   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1773   parameters:
1774   - "name"
1775   - "parent"
1776   - "result"
1777   - "tags"
1778
1779 # VPP Compare NICs 3n-skx 2t1c ndr
1780 -
1781   type: "table"
1782   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1783   algorithm: "table_nics_comparison"
1784   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1785   reference:
1786     title: "Intel-x710"
1787     nic: "NIC_Intel-X710"
1788   compare:
1789     title: "Intel-xxv710"
1790     nic: "NIC_Intel-XXV710"
1791   data: "vpp-nic-comparison-3n-skx"
1792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1793   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1794   parameters:
1795   - "name"
1796   - "parent"
1797   - "throughput"
1798   - "tags"
1799
1800 # VPP Compare NICs 3n-skx 4t2c ndr
1801 -
1802   type: "table"
1803   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1804   algorithm: "table_nics_comparison"
1805   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1806   reference:
1807     title: "Intel-x710"
1808     nic: "NIC_Intel-X710"
1809   compare:
1810     title: "Intel-xxv710"
1811     nic: "NIC_Intel-XXV710"
1812   data: "vpp-nic-comparison-3n-skx"
1813   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1814   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1815   parameters:
1816   - "name"
1817   - "parent"
1818   - "throughput"
1819   - "tags"
1820
1821 # VPP Compare NICs 3n-skx 2t1c pdr
1822 -
1823   type: "table"
1824   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1825   algorithm: "table_nics_comparison"
1826   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1827   reference:
1828     title: "Intel-x710"
1829     nic: "NIC_Intel-X710"
1830   compare:
1831     title: "Intel-xxv710"
1832     nic: "NIC_Intel-XXV710"
1833   data: "vpp-nic-comparison-3n-skx"
1834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1835   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1836   parameters:
1837   - "name"
1838   - "parent"
1839   - "throughput"
1840   - "tags"
1841
1842  # VPP Compare NICs 3n-skx 4t2c pdr
1843 -
1844   type: "table"
1845   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1846   algorithm: "table_nics_comparison"
1847   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1848   reference:
1849     title: "Intel-x710"
1850     nic: "NIC_Intel-X710"
1851   compare:
1852     title: "Intel-xxv710"
1853     nic: "NIC_Intel-XXV710"
1854   data: "vpp-nic-comparison-3n-skx"
1855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1856   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1857   parameters:
1858   - "name"
1859   - "parent"
1860   - "throughput"
1861   - "tags"
1862
1863 # VPP Compare NICs 3n-skx 2t1c mrr
1864 -
1865   type: "table"
1866   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1867   algorithm: "table_nics_comparison"
1868   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1869   reference:
1870     title: "Intel-x710"
1871     nic: "NIC_Intel-X710"
1872   compare:
1873     title: "Intel-xxv710"
1874     nic: "NIC_Intel-XXV710"
1875   data: "vpp-nic-comparison-3n-skx-mrr"
1876   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1877   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1878   parameters:
1879   - "name"
1880   - "parent"
1881   - "result"
1882   - "tags"
1883
1884 # VPP Compare NICs 3n-skx 4t2c mrr
1885 -
1886   type: "table"
1887   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1888   algorithm: "table_nics_comparison"
1889   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1890   reference:
1891     title: "Intel-x710"
1892     nic: "NIC_Intel-X710"
1893   compare:
1894     title: "Intel-xxv710"
1895     nic: "NIC_Intel-XXV710"
1896   data: "vpp-nic-comparison-3n-skx-mrr"
1897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1898   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1899   parameters:
1900   - "name"
1901   - "parent"
1902   - "result"
1903   - "tags"
1904
1905  # VPP Compare NICs 3n-skx 8t4c mrr
1906 -
1907   type: "table"
1908   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1909   algorithm: "table_nics_comparison"
1910   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1911   reference:
1912     title: "Intel-x710"
1913     nic: "NIC_Intel-X710"
1914   compare:
1915     title: "Intel-xxv710"
1916     nic: "NIC_Intel-XXV710"
1917   data: "vpp-nic-comparison-3n-skx-mrr"
1918   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1919   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1920   parameters:
1921   - "name"
1922   - "parent"
1923   - "result"
1924   - "tags"
1925
1926 # VPP Compare NICs 2n-skx 2t1c ndr
1927 -
1928   type: "table"
1929   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1930   algorithm: "table_nics_comparison"
1931   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1932   reference:
1933     title: "Intel-x710"
1934     nic: "NIC_Intel-X710"
1935   compare:
1936     title: "Intel-xxv710"
1937     nic: "NIC_Intel-XXV710"
1938   data: "vpp-nic-comparison-2n-skx"
1939   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1940   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1941   parameters:
1942   - "name"
1943   - "parent"
1944   - "throughput"
1945   - "tags"
1946
1947 # VPP Compare NICs 2n-skx 4t2c ndr
1948 -
1949   type: "table"
1950   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1951   algorithm: "table_nics_comparison"
1952   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1953   reference:
1954     title: "Intel-x710"
1955     nic: "NIC_Intel-X710"
1956   compare:
1957     title: "Intel-xxv710"
1958     nic: "NIC_Intel-XXV710"
1959   data: "vpp-nic-comparison-2n-skx"
1960   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1961   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1962   parameters:
1963   - "name"
1964   - "parent"
1965   - "throughput"
1966   - "tags"
1967
1968  # VPP Compare NICs 2n-skx 2t1c pdr
1969 -
1970   type: "table"
1971   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1972   algorithm: "table_nics_comparison"
1973   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1974   reference:
1975     title: "Intel-x710"
1976     nic: "NIC_Intel-X710"
1977   compare:
1978     title: "Intel-xxv710"
1979     nic: "NIC_Intel-XXV710"
1980   data: "vpp-nic-comparison-2n-skx"
1981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1982   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1983   parameters:
1984   - "name"
1985   - "parent"
1986   - "throughput"
1987   - "tags"
1988
1989 # VPP Compare NICs 2n-skx 4t2c pdr
1990 -
1991   type: "table"
1992   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1993   algorithm: "table_nics_comparison"
1994   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1995   reference:
1996     title: "Intel-x710"
1997     nic: "NIC_Intel-X710"
1998   compare:
1999     title: "Intel-xxv710"
2000     nic: "NIC_Intel-XXV710"
2001   data: "vpp-nic-comparison-2n-skx"
2002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2003   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2004   parameters:
2005   - "name"
2006   - "parent"
2007   - "throughput"
2008   - "tags"
2009
2010 # VPP Compare NICs 2n-skx 2t1c mrr
2011 -
2012   type: "table"
2013   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2014   algorithm: "table_nics_comparison"
2015   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2016   reference:
2017     title: "Intel-x710"
2018     nic: "NIC_Intel-X710"
2019   compare:
2020     title: "Intel-xxv710"
2021     nic: "NIC_Intel-XXV710"
2022   data: "vpp-nic-comparison-2n-skx-mrr"
2023   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2024   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2025   parameters:
2026   - "name"
2027   - "parent"
2028   - "result"
2029   - "tags"
2030
2031 # VPP Compare NICs 2n-skx 4t2c mrr
2032 -
2033   type: "table"
2034   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2035   algorithm: "table_nics_comparison"
2036   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2037   reference:
2038     title: "Intel-x710"
2039     nic: "NIC_Intel-X710"
2040   compare:
2041     title: "Intel-xxv710"
2042     nic: "NIC_Intel-XXV710"
2043   data: "vpp-nic-comparison-2n-skx-mrr"
2044   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2045   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2046   parameters:
2047   - "name"
2048   - "parent"
2049   - "result"
2050   - "tags"
2051
2052 # VPP Compare NICs 2n-skx 8t4c mrr
2053 -
2054   type: "table"
2055   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2056   algorithm: "table_nics_comparison"
2057   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2058   reference:
2059     title: "Intel-x710"
2060     nic: "NIC_Intel-X710"
2061   compare:
2062     title: "Intel-xxv710"
2063     nic: "NIC_Intel-XXV710"
2064   data: "vpp-nic-comparison-2n-skx-mrr"
2065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2066   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2067   parameters:
2068   - "name"
2069   - "parent"
2070   - "result"
2071   - "tags"
2072
2073 ################################################################################
2074 # VPP
2075
2076 # VPP Performance Changes 3n-hsw 1t1c pdr
2077 -
2078   type: "table"
2079   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2080   algorithm: "table_performance_comparison"
2081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2082   history:
2083     -
2084       title: "rls1807"
2085       data: "vpp-performance-changes-3n-hsw-h1"
2086   reference:
2087     title: "rls1810"
2088     data: "vpp-performance-changes-3n-hsw-ref"
2089   compare:
2090     title: "rls1901"
2091     data: "vpp-performance-changes-3n-hsw-cmp"
2092   data: "vpp-performance-changes-3n-hsw"
2093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2094   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2095   parameters:
2096   - "name"
2097   - "parent"
2098   - "throughput"
2099
2100 # VPP Performance Changes 3n-hsw 2t2c pdr
2101 -
2102   type: "table"
2103   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2104   algorithm: "table_performance_comparison"
2105   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2106   history:
2107     -
2108       title: "rls1807"
2109       data: "vpp-performance-changes-3n-hsw-h1"
2110   reference:
2111     title: "rls1810"
2112     data: "vpp-performance-changes-3n-hsw-ref"
2113   compare:
2114     title: "rls1901"
2115     data: "vpp-performance-changes-3n-hsw-cmp"
2116   data: "vpp-performance-changes-3n-hsw"
2117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2118   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2119   parameters:
2120   - "name"
2121   - "parent"
2122   - "throughput"
2123
2124 # VPP Performance Changes 3n-hsw 1t1c ndr
2125 -
2126   type: "table"
2127   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2128   algorithm: "table_performance_comparison"
2129   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2130   history:
2131     -
2132       title: "rls1807"
2133       data: "vpp-performance-changes-3n-hsw-h1"
2134   reference:
2135     title: "rls1810"
2136     data: "vpp-performance-changes-3n-hsw-ref"
2137   compare:
2138     title: "rls1901"
2139     data: "vpp-performance-changes-3n-hsw-cmp"
2140   data: "vpp-performance-changes-3n-hsw"
2141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2142   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2143   parameters:
2144   - "name"
2145   - "parent"
2146   - "throughput"
2147
2148 # VPP Performance Changes 3n-hsw 2t2c ndr
2149 -
2150   type: "table"
2151   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2152   algorithm: "table_performance_comparison"
2153   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2154   history:
2155     -
2156       title: "rls1807"
2157       data: "vpp-performance-changes-3n-hsw-h1"
2158   reference:
2159     title: "rls1810"
2160     data: "vpp-performance-changes-3n-hsw-ref"
2161   compare:
2162     title: "rls1901"
2163     data: "vpp-performance-changes-3n-hsw-cmp"
2164   data: "vpp-performance-changes-3n-hsw"
2165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2166   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2167   parameters:
2168   - "name"
2169   - "parent"
2170   - "throughput"
2171
2172 # VPP Performance Changes 3n-skx 2t1c pdr
2173 -
2174   type: "table"
2175   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2176   algorithm: "table_performance_comparison"
2177   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2178   history:
2179     -
2180       title: "rls1807"
2181       data: "vpp-performance-changes-3n-skx-h1"
2182   reference:
2183     title: "rls1810"
2184     data: "vpp-performance-changes-3n-skx-ref"
2185   compare:
2186     title: "rls1901"
2187     data: "vpp-performance-changes-3n-skx-cmp"
2188   data: "vpp-performance-changes-3n-skx"
2189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2190   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2191   parameters:
2192   - "name"
2193   - "parent"
2194   - "throughput"
2195
2196 # VPP Performance Changes 3n-skx 4t2c pdr
2197 -
2198   type: "table"
2199   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2200   algorithm: "table_performance_comparison"
2201   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2202   history:
2203     -
2204       title: "rls1807"
2205       data: "vpp-performance-changes-3n-skx-h1"
2206   reference:
2207     title: "rls1810"
2208     data: "vpp-performance-changes-3n-skx-ref"
2209   compare:
2210     title: "rls1901"
2211     data: "vpp-performance-changes-3n-skx-cmp"
2212   data: "vpp-performance-changes-3n-skx"
2213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2214   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2215   parameters:
2216   - "name"
2217   - "parent"
2218   - "throughput"
2219
2220 # VPP Performance Changes 3n-skx 2t1c ndr
2221 -
2222   type: "table"
2223   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2224   algorithm: "table_performance_comparison"
2225   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2226   history:
2227     -
2228       title: "rls1807"
2229       data: "vpp-performance-changes-3n-skx-h1"
2230   reference:
2231     title: "rls1810"
2232     data: "vpp-performance-changes-3n-skx-ref"
2233   compare:
2234     title: "rls1901"
2235     data: "vpp-performance-changes-3n-skx-cmp"
2236   data: "vpp-performance-changes-3n-skx"
2237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2238   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2239   parameters:
2240   - "name"
2241   - "parent"
2242   - "throughput"
2243
2244 # VPP Performance Changes 3n-skx 4t2c ndr
2245 -
2246   type: "table"
2247   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2248   algorithm: "table_performance_comparison"
2249   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2250   history:
2251     -
2252       title: "rls1807"
2253       data: "vpp-performance-changes-3n-skx-h1"
2254   reference:
2255     title: "rls1810"
2256     data: "vpp-performance-changes-3n-skx-ref"
2257   compare:
2258     title: "rls1901"
2259     data: "vpp-performance-changes-3n-skx-cmp"
2260   data: "vpp-performance-changes-3n-skx"
2261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2262   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2263   parameters:
2264   - "name"
2265   - "parent"
2266   - "throughput"
2267
2268 # VPP Performance Changes 2n-skx 2t1c pdr
2269 -
2270   type: "table"
2271   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2272   algorithm: "table_performance_comparison"
2273   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2274   history:
2275     -
2276       title: "rls1807"
2277       data: "vpp-performance-changes-2n-skx-h1"
2278   reference:
2279     title: "rls1810"
2280     data: "vpp-performance-changes-2n-skx-ref"
2281   compare:
2282     title: "rls1901"
2283     data: "vpp-performance-changes-2n-skx-cmp"
2284   data: "vpp-performance-changes-2n-skx"
2285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2286   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2287   parameters:
2288   - "name"
2289   - "parent"
2290   - "throughput"
2291
2292 # VPP Performance Changes 2n-skx 4t2c pdr
2293 -
2294   type: "table"
2295   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2296   algorithm: "table_performance_comparison"
2297   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2298   history:
2299     - title: "rls1807"
2300       data: "vpp-performance-changes-2n-skx-h1"
2301   reference:
2302     title: "rls1810"
2303     data: "vpp-performance-changes-2n-skx-ref"
2304   compare:
2305     title: "rls1901"
2306     data: "vpp-performance-changes-2n-skx-cmp"
2307   data: "vpp-performance-changes-2n-skx"
2308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2309   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2310   parameters:
2311   - "name"
2312   - "parent"
2313   - "throughput"
2314
2315 # VPP Performance Changes 2n-skx 2t1c ndr
2316 -
2317   type: "table"
2318   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2319   algorithm: "table_performance_comparison"
2320   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2321   history:
2322     - title: "rls1807"
2323       data: "vpp-performance-changes-2n-skx-h1"
2324   reference:
2325     title: "rls1810"
2326     data: "vpp-performance-changes-2n-skx-ref"
2327   compare:
2328     title: "rls1901"
2329     data: "vpp-performance-changes-2n-skx-cmp"
2330   data: "vpp-performance-changes-2n-skx"
2331   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2332   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2333   parameters:
2334   - "name"
2335   - "parent"
2336   - "throughput"
2337
2338 # VPP Performance Changes 2n-skx 4t2c ndr
2339 -
2340   type: "table"
2341   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2342   algorithm: "table_performance_comparison"
2343   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2344   history:
2345     - title: "rls1807"
2346       data: "vpp-performance-changes-2n-skx-h1"
2347   reference:
2348     title: "rls1810"
2349     data: "vpp-performance-changes-2n-skx-ref"
2350   compare:
2351     title: "rls1901"
2352     data: "vpp-performance-changes-2n-skx-cmp"
2353   data: "vpp-performance-changes-2n-skx"
2354   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2355   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2356   parameters:
2357   - "name"
2358   - "parent"
2359   - "throughput"
2360
2361 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2362 -
2363   type: "table"
2364   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2365   algorithm: "table_performance_comparison"
2366   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2367   reference:
2368     title: "3-Node Hsw"
2369     data: "vpp-compare-testbeds-ref"
2370   compare:
2371     title: "3-Node Skx"
2372     data: "vpp-compare-testbeds-cmp"
2373   data: "vpp-compare-testbeds"
2374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2375   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2376   parameters:
2377   - "name"
2378   - "parent"
2379   - "throughput"
2380
2381 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2382 -
2383   type: "table"
2384   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2385   algorithm: "table_performance_comparison"
2386   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2387   reference:
2388     title: "3-Node Hsw"
2389     data: "vpp-compare-testbeds-ref"
2390   compare:
2391     title: "3-Node Skx"
2392     data: "vpp-compare-testbeds-cmp"
2393   data: "vpp-compare-testbeds"
2394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2395   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2396   parameters:
2397   - "name"
2398   - "parent"
2399   - "throughput"
2400
2401 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2402 -
2403   type: "table"
2404   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2405   algorithm: "table_performance_comparison"
2406   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2407   reference:
2408     title: "3-Node Hsw"
2409     data: "vpp-compare-testbeds-ref"
2410   compare:
2411     title: "3-Node Skx"
2412     data: "vpp-compare-testbeds-cmp"
2413   data: "vpp-compare-testbeds"
2414   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2415   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2416   parameters:
2417   - "name"
2418   - "parent"
2419   - "throughput"
2420
2421 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2422 -
2423   type: "table"
2424   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2425   algorithm: "table_performance_comparison"
2426   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2427   reference:
2428     title: "3-Node Hsw"
2429     data: "vpp-compare-testbeds-ref"
2430   compare:
2431     title: "3-Node Skx"
2432     data: "vpp-compare-testbeds-cmp"
2433   data: "vpp-compare-testbeds"
2434   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2435   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2436   parameters:
2437   - "name"
2438   - "parent"
2439   - "throughput"
2440
2441 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2442 -
2443   type: "table"
2444   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2445   algorithm: "table_performance_comparison"
2446   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2447   reference:
2448     title: "3-Node Skx"
2449     data: "vpp-compare-topologies-ref"
2450   compare:
2451     title: "2-Node Skx"
2452     data: "vpp-compare-topologies-cmp"
2453   data: "vpp-compare-topologies"
2454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2455   filter: "'NDRPDR' and '1C'"
2456   parameters:
2457   - "name"
2458   - "parent"
2459   - "throughput"
2460
2461 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2462 -
2463   type: "table"
2464   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2465   algorithm: "table_performance_comparison"
2466   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2467   reference:
2468     title: "3-Node Skx"
2469     data: "vpp-compare-topologies-ref"
2470   compare:
2471     title: "2-Node Skx"
2472     data: "vpp-compare-topologies-cmp"
2473   data: "vpp-compare-topologies"
2474   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2475   filter: "'NDRPDR' and '2C'"
2476   parameters:
2477   - "name"
2478   - "parent"
2479   - "throughput"
2480
2481 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2482 -
2483   type: "table"
2484   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2485   algorithm: "table_performance_comparison"
2486   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2487   reference:
2488     title: "3-Node Skx"
2489     data: "vpp-compare-topologies-ref"
2490   compare:
2491     title: "2-Node Skx"
2492     data: "vpp-compare-topologies-cmp"
2493   data: "vpp-compare-topologies"
2494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2495   filter: "'NDRPDR' and '1C'"
2496   parameters:
2497   - "name"
2498   - "parent"
2499   - "throughput"
2500
2501 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2502 -
2503   type: "table"
2504   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2505   algorithm: "table_performance_comparison"
2506   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2507   reference:
2508     title: "3-Node Skx"
2509     data: "vpp-compare-topologies-ref"
2510   compare:
2511     title: "2-Node Skx"
2512     data: "vpp-compare-topologies-cmp"
2513   data: "vpp-compare-topologies"
2514   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2515   filter: "'NDRPDR' and '2C'"
2516   parameters:
2517   - "name"
2518   - "parent"
2519   - "throughput"
2520
2521 # VPP Performance Changes 3n-hsw 1t1c MRR
2522 -
2523   type: "table"
2524   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2525   algorithm: "table_performance_comparison"
2526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2527   history:
2528     -
2529       title: "rls1807"
2530       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2531   reference:
2532     title: "rls1810"
2533     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2534   compare:
2535     title: "rls1901"
2536     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2537   data: "vpp-performance-changes-3n-hsw-mrr"
2538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2539   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2540   parameters:
2541   - "name"
2542   - "parent"
2543   - "result"
2544
2545 # VPP Performance Changes 3n-hsw 2t2c MRR
2546 -
2547   type: "table"
2548   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2549   algorithm: "table_performance_comparison"
2550   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2551   history:
2552     -
2553       title: "rls1807"
2554       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2555   reference:
2556     title: "rls1810"
2557     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2558   compare:
2559     title: "rls1901"
2560     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2561   data: "vpp-performance-changes-3n-hsw-mrr"
2562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2563   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2564   parameters:
2565   - "name"
2566   - "parent"
2567   - "result"
2568
2569 # VPP Performance Changes 3n-hsw 4t4c MRR
2570 -
2571   type: "table"
2572   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2573   algorithm: "table_performance_comparison"
2574   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2575   history:
2576     -
2577       title: "rls1807"
2578       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2579   reference:
2580     title: "rls1810"
2581     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2582   compare:
2583     title: "rls1901"
2584     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2585   data: "vpp-performance-changes-3n-hsw-mrr"
2586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2587   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2588   parameters:
2589   - "name"
2590   - "parent"
2591   - "result"
2592
2593 # VPP Performance Changes 3n-skx 2t1c MRR
2594 -
2595   type: "table"
2596   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2597   algorithm: "table_performance_comparison"
2598   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2599   history:
2600     -
2601       title: "rls1807"
2602       data: "vpp-performance-changes-3n-skx-mrr-h1"
2603   reference:
2604     title: "rls1810"
2605     data: "vpp-performance-changes-3n-skx-mrr-ref"
2606   compare:
2607     title: "rls1901"
2608     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2609   data: "vpp-performance-changes-3n-skx-mrr"
2610   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2611   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2612   parameters:
2613   - "name"
2614   - "parent"
2615   - "result"
2616
2617 # VPP Performance Changes 3n-skx 4t2c MRR
2618 -
2619   type: "table"
2620   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2621   algorithm: "table_performance_comparison"
2622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2623   history:
2624     -
2625       title: "rls1807"
2626       data: "vpp-performance-changes-3n-skx-mrr-h1"
2627   reference:
2628     title: "rls1810"
2629     data: "vpp-performance-changes-3n-skx-mrr-ref"
2630   compare:
2631     title: "rls1901"
2632     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2633   data: "vpp-performance-changes-3n-skx-mrr"
2634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2635   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2636   parameters:
2637   - "name"
2638   - "parent"
2639   - "result"
2640
2641 # VPP Performance Changes 3n-skx 8t4c MRR
2642 -
2643   type: "table"
2644   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2645   algorithm: "table_performance_comparison"
2646   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2647   history:
2648     -
2649       title: "rls1807"
2650       data: "vpp-performance-changes-3n-skx-mrr-h1"
2651   reference:
2652     title: "rls1810"
2653     data: "vpp-performance-changes-3n-skx-mrr-ref"
2654   compare:
2655     title: "rls1901"
2656     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2657   data: "vpp-performance-changes-3n-skx-mrr"
2658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2659   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2660   parameters:
2661   - "name"
2662   - "parent"
2663   - "result"
2664
2665 # VPP Performance Changes 2n-skx 2t1c MRR
2666 -
2667   type: "table"
2668   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2669   algorithm: "table_performance_comparison"
2670   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2671   history:
2672     -
2673       title: "rls1807"
2674       data: "vpp-performance-changes-2n-skx-mrr-h1"
2675   reference:
2676     title: "rls1810"
2677     data: "vpp-performance-changes-2n-skx-mrr-ref"
2678   compare:
2679     title: "rls1901"
2680     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2681   data: "vpp-performance-changes-2n-skx-mrr"
2682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2683   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2684   parameters:
2685   - "name"
2686   - "parent"
2687   - "result"
2688
2689 # VPP Performance Changes 2n-skx 4t2c MRR
2690 -
2691   type: "table"
2692   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2693   algorithm: "table_performance_comparison"
2694   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2695   history:
2696     -
2697       title: "rls1807"
2698       data: "vpp-performance-changes-2n-skx-mrr-h1"
2699   reference:
2700     title: "rls1810"
2701     data: "vpp-performance-changes-2n-skx-mrr-ref"
2702   compare:
2703     title: "rls1901"
2704     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2705   data: "vpp-performance-changes-2n-skx-mrr"
2706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2707   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2708   parameters:
2709   - "name"
2710   - "parent"
2711   - "result"
2712
2713 # VPP Performance Changes 2n-skx 8t4c MRR
2714 -
2715   type: "table"
2716   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2717   algorithm: "table_performance_comparison"
2718   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2719   history:
2720     -
2721       title: "rls1807"
2722       data: "vpp-performance-changes-2n-skx-mrr-h1"
2723   reference:
2724     title: "rls1810"
2725     data: "vpp-performance-changes-2n-skx-mrr-ref"
2726   compare:
2727     title: "rls1901"
2728     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2729   data: "vpp-performance-changes-2n-skx-mrr"
2730   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2731   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2732   parameters:
2733   - "name"
2734   - "parent"
2735   - "result"
2736
2737 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2738 -
2739   type: "table"
2740   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2741   algorithm: "table_performance_comparison"
2742   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2743   reference:
2744     title: "3-Node Hsw"
2745     data: "vpp-compare-testbeds-mrr-ref"
2746   compare:
2747     title: "3-Node Skx"
2748     data: "vpp-compare-testbeds-mrr-cmp"
2749   data: "vpp-compare-testbeds-mrr"
2750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2751   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2752   parameters:
2753   - "name"
2754   - "parent"
2755   - "result"
2756
2757 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2758 -
2759   type: "table"
2760   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2761   algorithm: "table_performance_comparison"
2762   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2763   reference:
2764     title: "3-Node Hsw"
2765     data: "vpp-compare-testbeds-mrr-ref"
2766   compare:
2767     title: "3-Node Skx"
2768     data: "vpp-compare-testbeds-mrr-cmp"
2769   data: "vpp-compare-testbeds-mrr"
2770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2771   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2772   parameters:
2773   - "name"
2774   - "parent"
2775   - "result"
2776
2777 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2778 -
2779   type: "table"
2780   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2781   algorithm: "table_performance_comparison"
2782   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2783   reference:
2784     title: "3-Node Hsw"
2785     data: "vpp-compare-testbeds-mrr-ref"
2786   compare:
2787     title: "3-Node Skx"
2788     data: "vpp-compare-testbeds-mrr-cmp"
2789   data: "vpp-compare-testbeds-mrr"
2790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2791   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2792   parameters:
2793   - "name"
2794   - "parent"
2795   - "result"
2796
2797 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2798 -
2799   type: "table"
2800   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2801   algorithm: "table_performance_comparison"
2802   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2803   reference:
2804     title: "3-Node Skx"
2805     data: "vpp-compare-topologies-mrr-ref"
2806   compare:
2807     title: "2-Node Skx"
2808     data: "vpp-compare-topologies-mrr-cmp"
2809   data: "vpp-compare-topologies-mrr"
2810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2811   filter: "'MRR' and '1C'"
2812   parameters:
2813   - "name"
2814   - "parent"
2815   - "result"
2816
2817 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2818 -
2819   type: "table"
2820   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2821   algorithm: "table_performance_comparison"
2822   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2823   reference:
2824     title: "3-Node Skx"
2825     data: "vpp-compare-topologies-mrr-ref"
2826   compare:
2827     title: "2-Node Skx"
2828     data: "vpp-compare-topologies-mrr-cmp"
2829   data: "vpp-compare-topologies-mrr"
2830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2831   filter: "'MRR' and '2C'"
2832   parameters:
2833   - "name"
2834   - "parent"
2835   - "result"
2836
2837 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2838 -
2839   type: "table"
2840   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2841   algorithm: "table_performance_comparison"
2842   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2843   reference:
2844     title: "3-Node Skx"
2845     data: "vpp-compare-topologies-mrr-ref"
2846   compare:
2847     title: "2-Node Skx"
2848     data: "vpp-compare-topologies-mrr-cmp"
2849   data: "vpp-compare-topologies-mrr"
2850   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2851   filter: "'MRR' and '4C'"
2852   parameters:
2853   - "name"
2854   - "parent"
2855   - "result"
2856
2857 # Detailed Test Results - VPP Performance Results 3n-hsw
2858 -
2859   type: "table"
2860   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2861   algorithm: "table_merged_details"
2862   output-file-ext: ".csv"
2863   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2864   columns:
2865   -
2866     title: "Name"
2867     data: "data name"
2868   -
2869     title: "Status"
2870     data: "data msg"
2871   rows: "generated"
2872   data: "vpp-perf-results-3n-hsw"
2873   filter: "not 'NDRCHK' and not 'PDRCHK'"
2874   parameters:
2875   - "name"
2876   - "parent"
2877   - "msg"
2878
2879 # Detailed Test Results - VPP Performance Results 3n-skx
2880 -
2881   type: "table"
2882   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2883   algorithm: "table_merged_details"
2884   output-file-ext: ".csv"
2885   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2886   columns:
2887   -
2888     title: "Name"
2889     data: "data name"
2890   -
2891     title: "Status"
2892     data: "data msg"
2893   rows: "generated"
2894   data: "vpp-perf-results-3n-skx"
2895   filter: "not 'NDRCHK' and not 'PDRCHK'"
2896   parameters:
2897   - "name"
2898   - "parent"
2899   - "msg"
2900
2901 # Detailed Test Results - VPP Performance Results 2n-skx
2902 -
2903   type: "table"
2904   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2905   algorithm: "table_merged_details"
2906   output-file-ext: ".csv"
2907   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2908   columns:
2909   -
2910     title: "Name"
2911     data: "data name"
2912   -
2913     title: "Status"
2914     data: "data msg"
2915   rows: "generated"
2916   data: "vpp-perf-results-2n-skx"
2917   filter: "not 'NDRCHK' and not 'PDRCHK'"
2918   parameters:
2919   - "name"
2920   - "parent"
2921   - "msg"
2922
2923 # Detailed Test Results - VPP Performance Results 2n-dnv
2924 -
2925   type: "table"
2926   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2927   algorithm: "table_details"
2928   output-file-ext: ".csv"
2929   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2930   columns:
2931   -
2932     title: "Name"
2933     data: "data name"
2934   -
2935     title: "Status"
2936     data: "data msg"
2937   rows: "generated"
2938   data: "intel-dnv-vpp"
2939   filter: "'NDRPDR'"
2940   parameters:
2941   - "name"
2942   - "parent"
2943   - "msg"
2944
2945 # Test configuration - VPP Performance Test Configs 3n-hsw
2946 -
2947   type: "table"
2948   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2949   algorithm: "table_merged_details"
2950   output-file-ext: ".csv"
2951   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2952   columns:
2953   -
2954     title: "Name"
2955     data: "data name"
2956   -
2957     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2958     data: "data vat-history"
2959   rows: "generated"
2960   data: "vpp-perf-results-3n-hsw"
2961   filter: "not 'NDRCHK' and not 'PDRCHK'"
2962   parameters:
2963   - "parent"
2964   - "name"
2965   - "vat-history"
2966
2967 # Test configuration - VPP Performance Test Configs 3n-skx
2968 -
2969   type: "table"
2970   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2971   algorithm: "table_merged_details"
2972   output-file-ext: ".csv"
2973   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2974   columns:
2975   -
2976     title: "Name"
2977     data: "data name"
2978   -
2979     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2980     data: "data vat-history"
2981   rows: "generated"
2982   data: "vpp-perf-results-3n-skx"
2983   filter: "not 'NDRCHK' and not 'PDRCHK'"
2984   parameters:
2985   - "parent"
2986   - "name"
2987   - "vat-history"
2988
2989 # Test configuration - VPP Performance Test Configs 2n-skx
2990 -
2991   type: "table"
2992   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2993   algorithm: "table_merged_details"
2994   output-file-ext: ".csv"
2995   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2996   columns:
2997   -
2998     title: "Name"
2999     data: "data name"
3000   -
3001     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3002     data: "data vat-history"
3003   rows: "generated"
3004   data: "vpp-perf-results-2n-skx"
3005   filter: "not 'NDRCHK' and not 'PDRCHK'"
3006   parameters:
3007   - "parent"
3008   - "name"
3009   - "vat-history"
3010
3011 # Test configuration - VPP Performance Test Configs 2n-dnv
3012 -
3013   type: "table"
3014   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3015   algorithm: "table_details"
3016   output-file-ext: ".csv"
3017   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3018   columns:
3019   -
3020     title: "Name"
3021     data: "data name"
3022   -
3023     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3024     data: "data vat-history"
3025   rows: "generated"
3026   data: "intel-dnv-vpp"
3027   filter: "'NDRPDR'"
3028   parameters:
3029   - "parent"
3030   - "name"
3031   - "vat-history"
3032
3033 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3034 -
3035   type: "table"
3036   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3037   algorithm: "table_merged_details"
3038   output-file-ext: ".csv"
3039   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3040   columns:
3041   -
3042     title: "Name"
3043     data: "data name"
3044   -
3045     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3046     data: "data show-run"
3047   rows: "generated"
3048   data: "vpp-perf-results-3n-hsw"
3049   filter: "not 'NDRCHK' and not 'PDRCHK'"
3050   parameters:
3051   - "parent"
3052   - "name"
3053   - "show-run"
3054
3055 # Test Operational Data - VPP Performance Operational Data 3n-skx
3056 -
3057   type: "table"
3058   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3059   algorithm: "table_merged_details"
3060   output-file-ext: ".csv"
3061   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3062   columns:
3063   -
3064     title: "Name"
3065     data: "data name"
3066   -
3067     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3068     data: "data show-run"
3069   rows: "generated"
3070   data: "vpp-perf-results-3n-skx"
3071   filter: "not 'NDRCHK' and not 'PDRCHK'"
3072   parameters:
3073   - "parent"
3074   - "name"
3075   - "show-run"
3076
3077 # Test Operational Data - VPP Performance Operational Data 2n-skx
3078 -
3079   type: "table"
3080   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3081   algorithm: "table_merged_details"
3082   output-file-ext: ".csv"
3083   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3084   columns:
3085   -
3086     title: "Name"
3087     data: "data name"
3088   -
3089     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3090     data: "data show-run"
3091   rows: "generated"
3092   data: "vpp-perf-results-2n-skx"
3093   filter: "not 'NDRCHK' and not 'PDRCHK'"
3094   parameters:
3095   - "parent"
3096   - "name"
3097   - "show-run"
3098
3099 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3100 -
3101   type: "table"
3102   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3103   algorithm: "table_details"
3104   output-file-ext: ".csv"
3105   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3106   columns:
3107   -
3108     title: "Name"
3109     data: "data name"
3110   -
3111     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3112     data: "data show-run"
3113   rows: "generated"
3114   data: "intel-dnv-vpp"
3115   filter: "'NDRPDR'"
3116   parameters:
3117   - "parent"
3118   - "name"
3119   - "show-run"
3120
3121 # Detailed Test Results - VPP MRR Results 3n-hsw
3122 -
3123   type: "table"
3124   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3125   algorithm: "table_details"
3126   output-file-ext: ".csv"
3127   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3128   columns:
3129   -
3130     title: "Name"
3131     data: "data name"
3132   -
3133     title: "Status"
3134     data: "data msg"
3135   rows: "generated"
3136   data: "vpp-mrr-results-3n-hsw"
3137   filter: "'MRR'"
3138   parameters:
3139   - "name"
3140   - "parent"
3141   - "msg"
3142
3143 # Detailed Test Results - VPP MRR Results 3n-skx
3144 -
3145   type: "table"
3146   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3147   algorithm: "table_details"
3148   output-file-ext: ".csv"
3149   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3150   columns:
3151   -
3152     title: "Name"
3153     data: "data name"
3154   -
3155     title: "Status"
3156     data: "data msg"
3157   rows: "generated"
3158   data: "vpp-mrr-results-3n-skx"
3159   filter: "'MRR'"
3160   parameters:
3161   - "name"
3162   - "parent"
3163   - "msg"
3164
3165 # Detailed Test Results - VPP MRR Results 2n-skx
3166 -
3167   type: "table"
3168   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3169   algorithm: "table_details"
3170   output-file-ext: ".csv"
3171   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3172   columns:
3173   -
3174     title: "Name"
3175     data: "data name"
3176   -
3177     title: "Status"
3178     data: "data msg"
3179   rows: "generated"
3180   data: "vpp-mrr-results-2n-skx"
3181   filter: "'MRR'"
3182   parameters:
3183   - "name"
3184   - "parent"
3185   - "msg"
3186
3187 # Detailed Test Results - VPP MRR Results 2n-dnv
3188 -
3189   type: "table"
3190   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3191   algorithm: "table_details"
3192   output-file-ext: ".csv"
3193   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3194   columns:
3195   -
3196     title: "Name"
3197     data: "data name"
3198   -
3199     title: "Status"
3200     data: "data msg"
3201   rows: "generated"
3202   data: "intel-dnv-vpp"
3203   filter: "'MRR'"
3204   parameters:
3205   - "name"
3206   - "parent"
3207   - "msg"
3208
3209 # Test configuration - VPP MRR Test Configs 3n-hsw
3210 -
3211   type: "table"
3212   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3213   algorithm: "table_details"
3214   output-file-ext: ".csv"
3215   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3216   columns:
3217   -
3218     title: "Name"
3219     data: "data name"
3220   -
3221     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3222     data: "data vat-history"
3223   rows: "generated"
3224   data: "vpp-mrr-results-3n-hsw"
3225   filter: "'MRR'"
3226   parameters:
3227   - "parent"
3228   - "name"
3229   - "vat-history"
3230
3231 # Test configuration - VPP MRR Test Configs 3n-skx
3232 -
3233   type: "table"
3234   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3235   algorithm: "table_details"
3236   output-file-ext: ".csv"
3237   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3238   columns:
3239   -
3240     title: "Name"
3241     data: "data name"
3242   -
3243     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3244     data: "data vat-history"
3245   rows: "generated"
3246   data: "vpp-mrr-results-3n-skx"
3247   filter: "'MRR'"
3248   parameters:
3249   - "parent"
3250   - "name"
3251   - "vat-history"
3252
3253 # Test configuration - VPP MRR Test Configs 2n-skx
3254 -
3255   type: "table"
3256   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3257   algorithm: "table_details"
3258   output-file-ext: ".csv"
3259   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3260   columns:
3261   -
3262     title: "Name"
3263     data: "data name"
3264   -
3265     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3266     data: "data vat-history"
3267   rows: "generated"
3268   data: "vpp-mrr-results-2n-skx"
3269   filter: "'MRR'"
3270   parameters:
3271   - "parent"
3272   - "name"
3273   - "vat-history"
3274
3275 # Test configuration - VPP MRR Test Configs 2n-dnv
3276 -
3277   type: "table"
3278   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3279   algorithm: "table_details"
3280   output-file-ext: ".csv"
3281   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3282   columns:
3283   -
3284     title: "Name"
3285     data: "data name"
3286   -
3287     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3288     data: "data vat-history"
3289   rows: "generated"
3290   data: "intel-dnv-vpp"
3291   filter: "'MRR'"
3292   parameters:
3293   - "parent"
3294   - "name"
3295   - "vat-history"
3296
3297 # Detailed Test Results - VPP Functional Results - Ubuntu
3298 -
3299   type: "table"
3300   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3301   algorithm: "table_details"
3302   output-file-ext: ".csv"
3303   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3304   columns:
3305   -
3306     title: "Name"
3307     data: "data name"
3308   -
3309     title: "Documentation"
3310     data: "data doc"
3311   -
3312     title: "Status"
3313     data: "data status"
3314   rows: "generated"
3315   data: "vpp-func-results-ubuntu"
3316   filter: "all"
3317   parameters:
3318   - "name"
3319   - "parent"
3320   - "doc"
3321   - "status"
3322
3323 # Detailed Test Results - VPP Functional Results - CentOS
3324 -
3325   type: "table"
3326   title: "Detailed Test Results - VPP Functional Results - CentOS"
3327   algorithm: "table_details"
3328   output-file-ext: ".csv"
3329   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3330   columns:
3331   -
3332     title: "Name"
3333     data: "data name"
3334   -
3335     title: "Documentation"
3336     data: "data doc"
3337   -
3338     title: "Status"
3339     data: "data status"
3340   rows: "generated"
3341   data:
3342     "vpp-func-results-centos"
3343   filter: "all"
3344   parameters:
3345   - "name"
3346   - "parent"
3347   - "doc"
3348   - "status"
3349
3350 # Test configuration - VPP Functional Test Configs - Ubuntu
3351 -
3352   type: "table"
3353   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3354   algorithm: "table_details"
3355   output-file-ext: ".csv"
3356   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3357   columns:
3358   -
3359     title: "Name"
3360     data: "data name"
3361   -
3362     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3363     data: "data vat-history"
3364   rows: "generated"
3365   data: "vpp-func-results-ubuntu"
3366   filter: "all"
3367   parameters:
3368   - "parent"
3369   - "name"
3370   - "vat-history"
3371
3372 # Test configuration - VPP Functional Test Configs - CentOS
3373 -
3374   type: "table"
3375   title: "Test configuration - VPP Functional Test Configs - CentOS"
3376   algorithm: "table_details"
3377   output-file-ext: ".csv"
3378   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3379   columns:
3380   -
3381     title: "Name"
3382     data: "data name"
3383   -
3384     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3385     data: "data vat-history"
3386   rows: "generated"
3387   data: "vpp-func-results-centos"
3388   filter: "all"
3389   parameters:
3390   - "parent"
3391   - "name"
3392   - "vat-history"
3393
3394 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3395 -
3396   type: "table"
3397   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3398   algorithm: "table_details"
3399   output-file-ext: ".csv"
3400   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3401   columns:
3402   -
3403     title: "Name"
3404     data: "data name"
3405   -
3406     title: "Status"
3407     data: "data msg"
3408   rows: "generated"
3409   data: "ligato-perf-results-3n-hsw"
3410   filter: "all"
3411   parameters:
3412   - "name"
3413   - "parent"
3414   - "msg"
3415
3416 # Detailed Test Results - VPP Device Results - Ubuntu
3417 -
3418   type: "table"
3419   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3420   algorithm: "table_details"
3421   output-file-ext: ".csv"
3422   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3423   columns:
3424   -
3425     title: "Name"
3426     data: "data name"
3427   -
3428     title: "Documentation"
3429     data: "data doc"
3430   -
3431     title: "Status"
3432     data: "data status"
3433   rows: "generated"
3434   data: "vpp-device-results-ubuntu"
3435   filter: "all"
3436   parameters:
3437   - "name"
3438   - "parent"
3439   - "doc"
3440   - "status"
3441
3442 # Test configuration - VPP Device Test Configs - Ubuntu
3443 -
3444   type: "table"
3445   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3446   algorithm: "table_details"
3447   output-file-ext: ".csv"
3448   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3449   columns:
3450   -
3451     title: "Name"
3452     data: "data name"
3453   -
3454     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3455     data: "data vat-history"
3456   rows: "generated"
3457   data: "vpp-device-results-ubuntu"
3458   filter: "all"
3459   parameters:
3460   - "parent"
3461   - "name"
3462   - "vat-history"
3463
3464 ################################################################################
3465
3466 # DPDK Performance Changes 3n-hsw 1t1c pdr
3467 -
3468   type: "table"
3469   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3470   algorithm: "table_performance_comparison"
3471   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3472   history:
3473     -
3474       title: "rls1807"
3475       data: "dpdk-performance-changes-3n-hsw-h1"
3476   reference:
3477     title: "rls1810"
3478     data: "dpdk-performance-changes-3n-hsw-ref"
3479   compare:
3480     title: "rls1901"
3481     data: "dpdk-performance-changes-3n-hsw-cmp"
3482   data: "dpdk-performance-changes-3n-hsw"
3483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3484   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3485   parameters:
3486   - "name"
3487   - "parent"
3488   - "throughput"
3489
3490 # DPDK Performance Changes 3n-hsw 2t2c pdr
3491 -
3492   type: "table"
3493   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3494   algorithm: "table_performance_comparison"
3495   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3496   history:
3497     -
3498       title: "rls1807"
3499       data: "dpdk-performance-changes-3n-hsw-h1"
3500   reference:
3501     title: "rls1810"
3502     data: "dpdk-performance-changes-3n-hsw-ref"
3503   compare:
3504     title: "rls1901"
3505     data: "dpdk-performance-changes-3n-hsw-cmp"
3506   data: "dpdk-performance-changes-3n-hsw"
3507   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3508   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3509   parameters:
3510   - "name"
3511   - "parent"
3512   - "throughput"
3513
3514 # DPDK Performance Changes 3n-hsw 1t1c ndr
3515 -
3516   type: "table"
3517   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3518   algorithm: "table_performance_comparison"
3519   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3520   history:
3521     -
3522       title: "rls1807"
3523       data: "dpdk-performance-changes-3n-hsw-h1"
3524   reference:
3525     title: "rls1810"
3526     data: "dpdk-performance-changes-3n-hsw-ref"
3527   compare:
3528     title: "rls1901"
3529     data: "dpdk-performance-changes-3n-hsw-cmp"
3530   data: "dpdk-performance-changes-3n-hsw"
3531   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3532   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3533   parameters:
3534   - "name"
3535   - "parent"
3536   - "throughput"
3537
3538 # DPDK Performance Changes 3n-hsw 2t2c ndr
3539 -
3540   type: "table"
3541   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3542   algorithm: "table_performance_comparison"
3543   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3544   history:
3545     -
3546       title: "rls1807"
3547       data: "dpdk-performance-changes-3n-hsw-h1"
3548   reference:
3549     title: "rls1810"
3550     data: "dpdk-performance-changes-3n-hsw-ref"
3551   compare:
3552     title: "rls1901"
3553     data: "dpdk-performance-changes-3n-hsw-cmp"
3554   data: "dpdk-performance-changes-3n-hsw"
3555   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3556   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3557   parameters:
3558   - "name"
3559   - "parent"
3560   - "throughput"
3561
3562 # DPDK Performance Changes 3n-skx 2t1c pdr
3563 -
3564   type: "table"
3565   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3566   algorithm: "table_performance_comparison"
3567   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3568   history:
3569     -
3570       title: "rls1807"
3571       data: "dpdk-performance-changes-3n-skx-h1"
3572   reference:
3573     title: "rls1810"
3574     data: "dpdk-performance-changes-3n-skx-ref"
3575   compare:
3576     title: "rls1901"
3577     data: "dpdk-performance-changes-3n-skx-cmp"
3578   data: "dpdk-performance-changes-3n-skx"
3579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3580   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3581   parameters:
3582   - "name"
3583   - "parent"
3584   - "throughput"
3585
3586 # DPDK Performance Changes 3n-skx 4t2c pdr
3587 -
3588   type: "table"
3589   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3590   algorithm: "table_performance_comparison"
3591   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3592   history:
3593     -
3594       title: "rls1807"
3595       data: "dpdk-performance-changes-3n-skx-h1"
3596   reference:
3597     title: "rls1810"
3598     data: "dpdk-performance-changes-3n-skx-ref"
3599   compare:
3600     title: "rls1901"
3601     data: "dpdk-performance-changes-3n-skx-cmp"
3602   data: "dpdk-performance-changes-3n-skx"
3603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3604   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3605   parameters:
3606   - "name"
3607   - "parent"
3608   - "throughput"
3609
3610 # DPDK Performance Changes 3n-skx 2t1c ndr
3611 -
3612   type: "table"
3613   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3614   algorithm: "table_performance_comparison"
3615   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3616   history:
3617     -
3618       title: "rls1807"
3619       data: "dpdk-performance-changes-3n-skx-h1"
3620   reference:
3621     title: "rls1810"
3622     data: "dpdk-performance-changes-3n-skx-ref"
3623   compare:
3624     title: "rls1901"
3625     data: "dpdk-performance-changes-3n-skx-cmp"
3626   data: "dpdk-performance-changes-3n-skx"
3627   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3628   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3629   parameters:
3630   - "name"
3631   - "parent"
3632   - "throughput"
3633
3634 # DPDK Performance Changes 3n-skx 4t2c ndr
3635 -
3636   type: "table"
3637   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3638   algorithm: "table_performance_comparison"
3639   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3640   history:
3641     -
3642       title: "rls1807"
3643       data: "dpdk-performance-changes-3n-skx-h1"
3644   reference:
3645     title: "rls1810"
3646     data: "dpdk-performance-changes-3n-skx-ref"
3647   compare:
3648     title: "rls1901"
3649     data: "dpdk-performance-changes-3n-skx-cmp"
3650   data: "dpdk-performance-changes-3n-skx"
3651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3652   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3653   parameters:
3654   - "name"
3655   - "parent"
3656   - "throughput"
3657
3658 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3659 -
3660   type: "table"
3661   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3662   algorithm: "table_performance_comparison"
3663   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3664   reference:
3665     title: "3-Node Hsw"
3666     data: "dpdk-compare-testbeds-ref"
3667   compare:
3668     title: "3-Node Skx"
3669     data: "dpdk-compare-testbeds-cmp"
3670   data: "dpdk-compare-testbeds"
3671   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3672   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3673   parameters:
3674   - "name"
3675   - "parent"
3676   - "throughput"
3677
3678 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3679 -
3680   type: "table"
3681   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3682   algorithm: "table_performance_comparison"
3683   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3684   reference:
3685     title: "3-Node Hsw"
3686     data: "dpdk-compare-testbeds-ref"
3687   compare:
3688     title: "3-Node Skx"
3689     data: "dpdk-compare-testbeds-cmp"
3690   data: "dpdk-compare-testbeds"
3691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3692   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3693   parameters:
3694   - "name"
3695   - "parent"
3696   - "throughput"
3697
3698 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3699 -
3700   type: "table"
3701   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3702   algorithm: "table_performance_comparison"
3703   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3704   reference:
3705     title: "3-Node Skx"
3706     data: "dpdk-compare-topologies-ref"
3707   compare:
3708     title: "2-Node Skx"
3709     data: "dpdk-compare-topologies-cmp"
3710   data: "dpdk-compare-topologies"
3711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3712   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3713   parameters:
3714   - "name"
3715   - "parent"
3716   - "throughput"
3717
3718 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3719 -
3720   type: "table"
3721   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3722   algorithm: "table_performance_comparison"
3723   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3724   reference:
3725     title: "3-Node Skx"
3726     data: "dpdk-compare-topologies-ref"
3727   compare:
3728     title: "2-Node Skx"
3729     data: "dpdk-compare-topologies-cmp"
3730   data: "dpdk-compare-topologies"
3731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3732   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3733   parameters:
3734   - "name"
3735   - "parent"
3736   - "throughput"
3737
3738 # DPDK Performance Changes 2n-skx 2t1c pdr
3739 -
3740   type: "table"
3741   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3742   algorithm: "table_performance_comparison"
3743   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3744   reference:
3745     title: "rls1810"
3746     data: "dpdk-performance-changes-2n-skx-ref"
3747   compare:
3748     title: "rls1901"
3749     data: "dpdk-performance-changes-2n-skx-cmp"
3750   data: "dpdk-performance-changes-2n-skx"
3751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3752   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3753   parameters:
3754   - "name"
3755   - "parent"
3756   - "throughput"
3757
3758 # DPDK Performance Changes 2n-skx 4t2c pdr
3759 -
3760   type: "table"
3761   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3762   algorithm: "table_performance_comparison"
3763   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3764   reference:
3765     title: "rls1810"
3766     data: "dpdk-performance-changes-2n-skx-ref"
3767   compare:
3768     title: "rls1901"
3769     data: "dpdk-performance-changes-2n-skx-cmp"
3770   data: "dpdk-performance-changes-2n-skx"
3771   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3772   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3773   parameters:
3774   - "name"
3775   - "parent"
3776   - "throughput"
3777
3778 # DPDK Performance Changes 2n-skx 2t1c ndr
3779 -
3780   type: "table"
3781   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3782   algorithm: "table_performance_comparison"
3783   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3784   reference:
3785     title: "rls1810"
3786     data: "dpdk-performance-changes-2n-skx-ref"
3787   compare:
3788     title: "rls1901"
3789     data: "dpdk-performance-changes-2n-skx-cmp"
3790   data: "dpdk-performance-changes-2n-skx"
3791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3792   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3793   parameters:
3794   - "name"
3795   - "parent"
3796   - "throughput"
3797
3798 # DPDK Performance Changes 2n-skx 4t2c ndr
3799 -
3800   type: "table"
3801   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3802   algorithm: "table_performance_comparison"
3803   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3804   reference:
3805     title: "rls1810"
3806     data: "dpdk-performance-changes-2n-skx-ref"
3807   compare:
3808     title: "rls1901"
3809     data: "dpdk-performance-changes-2n-skx-cmp"
3810   data: "dpdk-performance-changes-2n-skx"
3811   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3812   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3813   parameters:
3814   - "name"
3815   - "parent"
3816   - "throughput"
3817
3818 # Detailed Test Results - DPDK Performance Results 3n-hsw
3819 -
3820   type: "table"
3821   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3822   algorithm: "table_details"
3823   output-file-ext: ".csv"
3824   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3825   columns:
3826   -
3827     title: "Name"
3828     data: "data name"
3829   -
3830     title: "Status"
3831     data: "data msg"
3832   rows: "generated"
3833   data: "dpdk-perf-results-3n-hsw"
3834   filter: "all"
3835   parameters:
3836   - "name"
3837   - "parent"
3838   - "msg"
3839
3840 # Detailed Test Results - DPDK Performance Results 3n-skx
3841 -
3842   type: "table"
3843   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3844   algorithm: "table_details"
3845   output-file-ext: ".csv"
3846   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3847   columns:
3848   -
3849     title: "Name"
3850     data: "data name"
3851   -
3852     title: "Status"
3853     data: "data msg"
3854   rows: "generated"
3855   data: "dpdk-perf-results-3n-skx"
3856   filter: "all"
3857   parameters:
3858   - "name"
3859   - "parent"
3860   - "msg"
3861
3862 # Detailed Test Results - DPDK Performance Results 2n-skx
3863 -
3864   type: "table"
3865   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3866   algorithm: "table_details"
3867   output-file-ext: ".csv"
3868   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3869   columns:
3870   -
3871     title: "Name"
3872     data: "data name"
3873   -
3874     title: "Status"
3875     data: "data msg"
3876   rows: "generated"
3877   data: "dpdk-perf-results-2n-skx"
3878   filter: "all"
3879   parameters:
3880   - "name"
3881   - "parent"
3882   - "msg"
3883
3884 ################################################################################
3885 # HoneyComb
3886 -
3887   type: "table"
3888   title: "Detailed Test Results - Honeycomb Functional Results"
3889   algorithm: "table_details"
3890   output-file-ext: ".csv"
3891   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3892   columns:
3893   -
3894     title: "Name"
3895     data: "data name"
3896   -
3897     title: "Documentation"
3898     data: "data doc"
3899   -
3900     title: "Status"
3901     data: "data status"
3902   rows: "generated"
3903   data:
3904     "hc-func-results"
3905   filter: "all"
3906   parameters:
3907   - "name"
3908   - "parent"
3909   - "doc"
3910   - "status"
3911
3912 ################################################################################
3913 # NSH SFC
3914 -
3915   type: "table"
3916   title: "Detailed Test Results - NSH SFC Functional Results"
3917   algorithm: "table_details"
3918   output-file-ext: ".csv"
3919   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3920   columns:
3921   -
3922     title: "Name"
3923     data: "data name"
3924   -
3925     title: "Documentation"
3926     data: "data doc"
3927   -
3928     title: "Status"
3929     data: "data status"
3930   rows: "generated"
3931   data:
3932     "nsh-func-results"
3933   filter: "all"
3934   parameters:
3935   - "name"
3936   - "parent"
3937   - "doc"
3938   - "status"
3939
3940 ################################################################################
3941 # DMM
3942 -
3943   type: "table"
3944   title: "Detailed Test Results - DMM Functional Results"
3945   algorithm: "table_details"
3946   output-file-ext: ".csv"
3947   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3948   columns:
3949   -
3950     title: "Name"
3951     data: "data name"
3952   -
3953     title: "Documentation"
3954     data: "data doc"
3955   -
3956     title: "Status"
3957     data: "data status"
3958   rows: "generated"
3959   data:
3960     "dmm-func-results"
3961   filter: "all"
3962   parameters:
3963   - "name"
3964   - "parent"
3965   - "doc"
3966   - "status"
3967
3968 ################################################################################
3969 ###                                F I L E S                                 ###
3970 ################################################################################
3971
3972 # VPP Performance Results 3n-hsw
3973 -
3974   type: "file"
3975   title: "VPP Performance Results 3n-hsw"
3976   algorithm: "file_test_results"
3977   output-file-ext: ".rst"
3978   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3979   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"
3980   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3981   data: "vpp-perf-results-3n-hsw"
3982   filter: "not 'NDRCHK' and not 'PDRCHK'"
3983   parameters:
3984   - "name"
3985   - "doc"
3986   - "level"
3987   - "parent"
3988   data-start-level: 3
3989
3990 # VPP Performance Results 3n-skx
3991 -
3992   type: "file"
3993   title: "VPP Performance Results 3n-skx"
3994   algorithm: "file_test_results"
3995   output-file-ext: ".rst"
3996   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3997   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"
3998   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3999   data: "vpp-perf-results-3n-skx"
4000   filter: "not 'NDRCHK' and not 'PDRCHK'"
4001   parameters:
4002   - "name"
4003   - "doc"
4004   - "level"
4005   - "parent"
4006   data-start-level: 3
4007
4008 # VPP Performance Results 2n-skx
4009 -
4010   type: "file"
4011   title: "VPP Performance Results 2n-skx"
4012   algorithm: "file_test_results"
4013   output-file-ext: ".rst"
4014   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4015   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"
4016   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4017   data: "vpp-perf-results-2n-skx"
4018   filter: "not 'NDRCHK' and not 'PDRCHK'"
4019   parameters:
4020   - "name"
4021   - "doc"
4022   - "level"
4023   - "parent"
4024   data-start-level: 3
4025
4026 # VPP Performance Results 2n-dnv
4027 -
4028   type: "file"
4029   title: "VPP Performance Results 2n-dnv"
4030   algorithm: "file_test_results"
4031   output-file-ext: ".rst"
4032   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4033   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"
4034   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4035   data: "intel-dnv-vpp"
4036   filter: "'NDRPDR'"
4037   parameters:
4038   - "name"
4039   - "doc"
4040   - "level"
4041   - "parent"
4042   data-start-level: 3
4043
4044 # VPP Performance Configuration 3n-hsw
4045 -
4046   type: "file"
4047   title: "VPP Performance Configuration 3n-hsw"
4048   algorithm: "file_test_results"
4049   output-file-ext: ".rst"
4050   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4051   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"
4052   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4053   data: "vpp-perf-results-3n-hsw"
4054   filter: "not 'NDRCHK' and not 'PDRCHK'"
4055   parameters:
4056   - "name"
4057   - "doc"
4058   - "level"
4059   - "parent"
4060   data-start-level: 3
4061
4062 # VPP Performance Configuration 3n-skx
4063 -
4064   type: "file"
4065   title: "VPP Performance Configuration 3n-skx"
4066   algorithm: "file_test_results"
4067   output-file-ext: ".rst"
4068   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4069   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"
4070   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4071   data: "vpp-perf-results-3n-skx"
4072   filter: "not 'NDRCHK' and not 'PDRCHK'"
4073   parameters:
4074   - "name"
4075   - "doc"
4076   - "level"
4077   - "parent"
4078   data-start-level: 3
4079
4080 # VPP Performance Configuration 2n-skx
4081 -
4082   type: "file"
4083   title: "VPP Performance Configuration 2n-skx"
4084   algorithm: "file_test_results"
4085   output-file-ext: ".rst"
4086   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4087   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"
4088   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4089   data: "vpp-perf-results-2n-skx"
4090   filter: "not 'NDRCHK' and not 'PDRCHK'"
4091   parameters:
4092   - "name"
4093   - "doc"
4094   - "level"
4095   - "parent"
4096   data-start-level: 3
4097
4098 # VPP Performance Configuration 2n-dnv
4099 -
4100   type: "file"
4101   title: "VPP Performance Configuration 2n-dnv"
4102   algorithm: "file_test_results"
4103   output-file-ext: ".rst"
4104   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4105   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"
4106   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4107   data: "intel-dnv-vpp"
4108   filter: "'NDRPDR'"
4109   parameters:
4110   - "name"
4111   - "doc"
4112   - "level"
4113   - "parent"
4114   data-start-level: 3
4115
4116 # VPP Performance Operational Data 3n-hsw
4117 -
4118   type: "file"
4119   title: "VPP Performance Operational Data 3n-hsw"
4120   algorithm: "file_test_results"
4121   output-file-ext: ".rst"
4122   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4123   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"
4124   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4125   data: "vpp-perf-results-3n-hsw"
4126   filter: "not 'NDRCHK' and not 'PDRCHK'"
4127   parameters:
4128   - "name"
4129   - "doc"
4130   - "level"
4131   - "parent"
4132   data-start-level: 3
4133
4134 # VPP Performance Operational Data 3n-skx
4135 -
4136   type: "file"
4137   title: "VPP Performance Operational Data 3n-skx"
4138   algorithm: "file_test_results"
4139   output-file-ext: ".rst"
4140   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4141   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"
4142   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4143   data: "vpp-perf-results-3n-skx"
4144   filter: "not 'NDRCHK' and not 'PDRCHK'"
4145   parameters:
4146   - "name"
4147   - "doc"
4148   - "level"
4149   - "parent"
4150   data-start-level: 3
4151
4152 # VPP Performance Operational Data 2n-skx
4153 -
4154   type: "file"
4155   title: "VPP Performance Operational Data 2n-skx"
4156   algorithm: "file_test_results"
4157   output-file-ext: ".rst"
4158   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4159   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"
4160   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4161   data: "vpp-perf-results-2n-skx"
4162   filter: "not 'NDRCHK' and not 'PDRCHK'"
4163   parameters:
4164   - "name"
4165   - "doc"
4166   - "level"
4167   - "parent"
4168   data-start-level: 3
4169
4170 # VPP Performance Operational Data 2n-dnv
4171 -
4172   type: "file"
4173   title: "VPP Performance Operational Data 2n-dnv"
4174   algorithm: "file_test_results"
4175   output-file-ext: ".rst"
4176   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4177   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"
4178   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4179   data: "intel-dnv-vpp"
4180   filter: "'NDRPDR'"
4181   parameters:
4182   - "name"
4183   - "doc"
4184   - "level"
4185   - "parent"
4186   data-start-level: 3
4187
4188 # VPP MRR Results 3n-hsw
4189 -
4190   type: "file"
4191   title: "VPP MRR Results 3n-hsw"
4192   algorithm: "file_test_results"
4193   output-file-ext: ".rst"
4194   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4195   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"
4196   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4197   data: "vpp-mrr-results-3n-hsw"
4198   filter: "'MRR'"
4199   parameters:
4200   - "name"
4201   - "doc"
4202   - "level"
4203   - "parent"
4204   data-start-level: 3
4205
4206 # VPP MRR Results 3n-skx
4207 -
4208   type: "file"
4209   title: "VPP MRR Results 3n-skx"
4210   algorithm: "file_test_results"
4211   output-file-ext: ".rst"
4212   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4213   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"
4214   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4215   data: "vpp-mrr-results-3n-skx"
4216   filter: "'MRR'"
4217   parameters:
4218   - "name"
4219   - "doc"
4220   - "level"
4221   - "parent"
4222   data-start-level: 3
4223
4224 # VPP MRR Results 2n-skx
4225 -
4226   type: "file"
4227   title: "VPP MRR Results 2n-skx"
4228   algorithm: "file_test_results"
4229   output-file-ext: ".rst"
4230   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4231   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"
4232   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4233   data: "vpp-mrr-results-2n-skx"
4234   filter: "all"
4235   parameters:
4236   - "name"
4237   - "doc"
4238   - "level"
4239   - "parent"
4240   data-start-level: 3
4241
4242 # VPP MRR Results 2n-dnv
4243 -
4244   type: "file"
4245   title: "VPP MRR Results 2n-dnv"
4246   algorithm: "file_test_results"
4247   output-file-ext: ".rst"
4248   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4249   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"
4250   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4251   data: "intel-dnv-vpp"
4252   filter: "'MRR'"
4253   parameters:
4254   - "name"
4255   - "doc"
4256   - "level"
4257   - "parent"
4258   data-start-level: 3
4259
4260 # VPP MRR Configuration 3n-hsw
4261 -
4262   type: "file"
4263   title: "VPP MRR Configuration 3n-hsw"
4264   algorithm: "file_test_results"
4265   output-file-ext: ".rst"
4266   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4267   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"
4268   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4269   data: "vpp-mrr-results-3n-hsw"
4270   filter: "'MRR'"
4271   parameters:
4272   - "name"
4273   - "doc"
4274   - "level"
4275   - "parent"
4276   data-start-level: 3
4277
4278 # VPP MRR Configuration 3n-skx
4279 -
4280   type: "file"
4281   title: "VPP MRR Configuration 3n-skx"
4282   algorithm: "file_test_results"
4283   output-file-ext: ".rst"
4284   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4285   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"
4286   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4287   data: "vpp-mrr-results-3n-skx"
4288   filter: "'MRR'"
4289   parameters:
4290   - "name"
4291   - "doc"
4292   - "level"
4293   - "parent"
4294   data-start-level: 3
4295
4296 # VPP MRR Configuration 2n-skx
4297 -
4298   type: "file"
4299   title: "VPP MRR Configuration 2n-skx"
4300   algorithm: "file_test_results"
4301   output-file-ext: ".rst"
4302   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4303   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"
4304   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4305   data: "vpp-mrr-results-2n-skx"
4306   filter: "'MRR'"
4307   parameters:
4308   - "name"
4309   - "doc"
4310   - "level"
4311   - "parent"
4312   data-start-level: 3
4313
4314 # VPP MRR Configuration 2n-dnv
4315 -
4316   type: "file"
4317   title: "VPP MRR Configuration 2n-dnv"
4318   algorithm: "file_test_results"
4319   output-file-ext: ".rst"
4320   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4321   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"
4322   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4323   data: "intel-dnv-vpp"
4324   filter: "'MRR'"
4325   parameters:
4326   - "name"
4327   - "doc"
4328   - "level"
4329   - "parent"
4330   data-start-level: 3
4331
4332 # VPP Functional Results - Ubuntu
4333 -
4334   type: "file"
4335   title: "VPP Functional Results - Ubuntu"
4336   algorithm: "file_test_results"
4337   output-file-ext: ".rst"
4338   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4339   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"
4340   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4341   data: "vpp-func-results-ubuntu"
4342   filter: "all"
4343   parameters:
4344   - "name"
4345   - "doc"
4346   - "level"
4347   - "parent"
4348   data-start-level: 3
4349
4350 # VPP Functional Results - CentOS
4351 -
4352   type: "file"
4353   title: "VPP Functional Results - CentOS"
4354   algorithm: "file_test_results"
4355   output-file-ext: ".rst"
4356   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4357   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"
4358   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4359   data:
4360     "vpp-func-results-centos"
4361   filter: "all"
4362   parameters:
4363   - "name"
4364   - "doc"
4365   - "level"
4366   - "parent"
4367   data-start-level: 3
4368
4369 # VPP Functional Configuration - Ubuntu
4370 -
4371   type: "file"
4372   title: "VPP Functional Configuration - Ubuntu"
4373   algorithm: "file_test_results"
4374   output-file-ext: ".rst"
4375   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4376   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"
4377   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4378   data: "vpp-func-results-ubuntu"
4379   filter: "all"
4380   parameters:
4381   - "name"
4382   - "doc"
4383   - "level"
4384   - "parent"
4385   data-start-level: 3
4386
4387 # VPP Functional Configuration - CentOS
4388 -
4389   type: "file"
4390   title: "VPP Functional Configuration - CentOS"
4391   algorithm: "file_test_results"
4392   output-file-ext: ".rst"
4393   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4394   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"
4395   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4396   data:
4397     "vpp-func-results-centos"
4398   filter: "all"
4399   parameters:
4400   - "name"
4401   - "doc"
4402   - "level"
4403   - "parent"
4404   data-start-level: 3
4405
4406 # VPP Device Results - Ubuntu
4407 -
4408   type: "file"
4409   title: "VPP Device Results - Ubuntu"
4410   algorithm: "file_test_results"
4411   output-file-ext: ".rst"
4412   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4413   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"
4414   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4415   data: "vpp-device-results-ubuntu"
4416   filter: "all"
4417   parameters:
4418   - "name"
4419   - "doc"
4420   - "level"
4421   - "parent"
4422   data-start-level: 2
4423
4424 # VPP Device Configuration - Ubuntu
4425 -
4426   type: "file"
4427   title: "VPP Device Configuration - Ubuntu"
4428   algorithm: "file_test_results"
4429   output-file-ext: ".rst"
4430   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4431   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"
4432   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4433   data: "vpp-device-results-ubuntu"
4434   filter: "all"
4435   parameters:
4436   - "name"
4437   - "doc"
4438   - "level"
4439   - "parent"
4440   data-start-level: 2
4441
4442 # Container Orchestrated Performance Results 3n-hsw
4443 -
4444   type: "file"
4445   title: "Container Orchestrated Performance Results 3n-hsw"
4446   algorithm: "file_test_results"
4447   output-file-ext: ".rst"
4448   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4449   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"
4450   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4451   data: "ligato-perf-results-3n-hsw"
4452   filter: "all"
4453   parameters:
4454   - "name"
4455   - "doc"
4456   - "level"
4457   - "parent"
4458   data-start-level: 3
4459
4460 # DPDK Performance Results 3n-hsw
4461 -
4462   type: "file"
4463   title: "DPDK Performance Results 3n-hsw"
4464   algorithm: "file_test_results"
4465   output-file-ext: ".rst"
4466   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4467   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"
4468   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4469   data: "dpdk-perf-results-3n-hsw"
4470   filter: "all"
4471   parameters:
4472   - "name"
4473   - "doc"
4474   - "level"
4475   - "parent"
4476   data-start-level: 3
4477
4478 # DPDK Performance Results 3n-skx
4479 -
4480   type: "file"
4481   title: "DPDK Performance Results 3n-skx"
4482   algorithm: "file_test_results"
4483   output-file-ext: ".rst"
4484   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4485   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"
4486   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4487   data: "dpdk-perf-results-3n-skx"
4488   filter: "all"
4489   parameters:
4490   - "name"
4491   - "doc"
4492   - "level"
4493   - "parent"
4494   data-start-level: 3
4495
4496 # DPDK Performance Results 2n-skx
4497 -
4498   type: "file"
4499   title: "DPDK Performance Results 2n-skx"
4500   algorithm: "file_test_results"
4501   output-file-ext: ".rst"
4502   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4503   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"
4504   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4505   data: "dpdk-perf-results-2n-skx"
4506   filter: "all"
4507   parameters:
4508   - "name"
4509   - "doc"
4510   - "level"
4511   - "parent"
4512   data-start-level: 3
4513
4514 # Honeycomb Functional Results
4515 -
4516   type: "file"
4517   title: "Honeycomb Functional Results"
4518   algorithm: "file_test_results"
4519   output-file-ext: ".rst"
4520   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4521   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"
4522   dir-tables: "{DIR[DTR,FUNC,HC]}"
4523   data:
4524     "hc-func-results"
4525   filter: "all"
4526   parameters:
4527   - "name"
4528   - "doc"
4529   - "level"
4530   - "parent"
4531   data-start-level: 3
4532
4533 # NSH SFC Functional Results
4534 -
4535   type: "file"
4536   title: "NSH SFC Functional Results"
4537   algorithm: "file_test_results"
4538   output-file-ext: ".rst"
4539   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4540   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"
4541   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4542   data:
4543     "nsh-func-results"
4544   filter: "all"
4545   parameters:
4546   - "name"
4547   - "doc"
4548   - "level"
4549   - "parent"
4550   data-start-level: 3
4551
4552 # DMM Functional Results
4553 -
4554   type: "file"
4555   title: "DMM Functional Results"
4556   algorithm: "file_test_results"
4557   output-file-ext: ".rst"
4558   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4559   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"
4560   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4561   data:
4562     "dmm-func-results"
4563   filter: "all"
4564   parameters:
4565   - "name"
4566   - "doc"
4567   - "level"
4568   - "parent"
4569   data-start-level: 3
4570
4571 ################################################################################
4572 ###                                P L O T S                                 ###
4573 ################################################################################
4574
4575 # Soak test - 30min Soak Test (PLRsearch), boxes
4576 -
4577   type: "plot"
4578   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4579   algorithm: "plot_soak_boxes"
4580   output-file-type: ".html"
4581   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4582   data: "plot-vpp-soak-2n-skx"
4583   filter: "'SOAK'"
4584   parameters:
4585   - "throughput"
4586   - "parent"
4587   - "tags"
4588   sort:
4589   - "L2PATCH"
4590 #  - "L2XCBASE"
4591 #  - "L2BDMACLRN"
4592 #  - "IP4FWD"
4593 #  - "IP6FWD"
4594   - "VHOST"
4595   layout:
4596     title: "30min Soak Test (PLRsearch)"
4597     layout: "plot-soak-throughput"
4598
4599 # Soak test - example, not used
4600 -
4601   type: "plot"
4602   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4603   algorithm: "plot_soak_bars"
4604   output-file-type: ".html"
4605   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4606   data: "plot-vpp-soak-2n-skx"
4607   filter: "'SOAK'"
4608   parameters:
4609   - "throughput"
4610   - "parent"
4611   - "tags"
4612   sort:
4613   - "L2PATCH"
4614 #  - "L2XCBASE"
4615 #  - "L2BDMACLRN"
4616 #  - "IP4FWD"
4617 #  - "IP6FWD"
4618   - "VHOST"
4619   layout:
4620     title: "30min Soak Test (PLRsearch)"
4621     layout: "plot-soak-throughput"
4622
4623 ################################################################################
4624 # Plots - NF Density - VSC
4625
4626 -
4627   type: "plot"
4628   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4629   algorithm: "plot_service_density_heatmap"
4630   output-file-type: ".html"
4631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4632   data: "plot-vpp-nfv-2n-skx-mrr"
4633   filter: "'NIC_Intel-X710' and
4634            'NF_DENSITY' and
4635            'VM' and
4636            'CHAIN' and
4637            '64B' and
4638            '2T1C' and
4639            'MRR'"
4640   parameters:
4641   - "result"
4642   - "name"
4643   - "tags"
4644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4645   x-axis: "X = VNFs per Service Chain"
4646   y-axis: "Y = Number of Service Chains"
4647   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4648   layout:
4649     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4650     layout: "plot-service-density"
4651
4652 -
4653   type: "plot"
4654   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4655   algorithm: "plot_service_density_heatmap"
4656   output-file-type: ".html"
4657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4658   data: "plot-vpp-nfv-2n-skx-mrr"
4659   filter: "'NIC_Intel-X710' and
4660            'NF_DENSITY' and
4661            'VM' and
4662            'CHAIN' and
4663            '64B' and
4664            '4T2C' and
4665            'MRR'"
4666   parameters:
4667   - "result"
4668   - "name"
4669   - "tags"
4670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4671   x-axis: "X = VNFs per Service Chain"
4672   y-axis: "Y = Number of Service Chains"
4673   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4674   layout:
4675     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4676     layout: "plot-service-density"
4677
4678 -
4679   type: "plot"
4680   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4681   algorithm: "plot_service_density_heatmap"
4682   output-file-type: ".html"
4683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4684   data: "plot-vpp-nfv-2n-skx-mrr"
4685   filter: "'NIC_Intel-X710' and
4686            'NF_DENSITY' and
4687            'VM' and
4688            'CHAIN' and
4689            'IMIX' and
4690            '2T1C' and
4691            'MRR'"
4692   parameters:
4693   - "result"
4694   - "name"
4695   - "tags"
4696   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4697   x-axis: "X = VNFs per Service Chain"
4698   y-axis: "Y = Number of Service Chains"
4699   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4700   layout:
4701     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4702     layout: "plot-service-density"
4703
4704 -
4705   type: "plot"
4706   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4707   algorithm: "plot_service_density_heatmap"
4708   output-file-type: ".html"
4709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4710   data: "plot-vpp-nfv-2n-skx-mrr"
4711   filter: "'NIC_Intel-X710' and
4712            'NF_DENSITY' and
4713            'VM' and
4714            'CHAIN' and
4715            'IMIX' and
4716            '4T2C' and
4717            'MRR'"
4718   parameters:
4719   - "result"
4720   - "name"
4721   - "tags"
4722   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4723   x-axis: "X = VNFs per Service Chain"
4724   y-axis: "Y = Number of Service Chains"
4725   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4726   layout:
4727     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4728     layout: "plot-service-density"
4729
4730 -
4731   type: "plot"
4732   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4733   algorithm: "plot_service_density_heatmap"
4734   output-file-type: ".html"
4735   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4736   data: "plot-vpp-nfv-2n-skx"
4737   filter: "'NIC_Intel-X710' and
4738            'NF_DENSITY' and
4739            'VM' and
4740            'CHAIN' and
4741            '64B' and
4742            '2T1C' and
4743            'NDRPDR'"
4744   parameters:
4745   - "throughput"
4746   - "name"
4747   - "tags"
4748   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4749   x-axis: "X = VNFs per Service Chain"
4750   y-axis: "Y = Number of Service Chains"
4751   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4752   layout:
4753     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4754     layout: "plot-service-density"
4755
4756 -
4757   type: "plot"
4758   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4759   algorithm: "plot_service_density_heatmap"
4760   output-file-type: ".html"
4761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4762   data: "plot-vpp-nfv-2n-skx"
4763   filter: "'NIC_Intel-X710' and
4764            'NF_DENSITY' and
4765            'VM' and
4766            'CHAIN' and
4767            '64B' and
4768            '4T2C' and
4769            'NDRPDR'"
4770   parameters:
4771   - "throughput"
4772   - "name"
4773   - "tags"
4774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4775   x-axis: "X = VNFs per Service Chain"
4776   y-axis: "Y = Number of Service Chains"
4777   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4778   layout:
4779     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4780     layout: "plot-service-density"
4781
4782 -
4783   type: "plot"
4784   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4785   algorithm: "plot_service_density_heatmap"
4786   output-file-type: ".html"
4787   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4788   data: "plot-vpp-nfv-2n-skx"
4789   filter: "'NIC_Intel-X710' and
4790            'NF_DENSITY' and
4791            'VM' and
4792            'CHAIN' and
4793            'IMIX' and
4794            '2T1C' and
4795            'NDRPDR'"
4796   parameters:
4797   - "throughput"
4798   - "name"
4799   - "tags"
4800   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4801   x-axis: "X = VNFs per Service Chain"
4802   y-axis: "Y = Number of Service Chains"
4803   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4804   layout:
4805     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4806     layout: "plot-service-density"
4807
4808 -
4809   type: "plot"
4810   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4811   algorithm: "plot_service_density_heatmap"
4812   output-file-type: ".html"
4813   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4814   data: "plot-vpp-nfv-2n-skx"
4815   filter: "'NIC_Intel-X710' and
4816            'NF_DENSITY' and
4817            'VM' and
4818            'CHAIN' and
4819            'IMIX' and
4820            '4T2C' and
4821            'NDRPDR'"
4822   parameters:
4823   - "throughput"
4824   - "name"
4825   - "tags"
4826   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4827   x-axis: "X = VNFs per Service Chain"
4828   y-axis: "Y = Number of Service Chains"
4829   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4830   layout:
4831     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4832     layout: "plot-service-density"
4833
4834 -
4835   type: "plot"
4836   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4837   algorithm: "plot_service_density_heatmap"
4838   output-file-type: ".html"
4839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4840   data: "plot-vpp-nfv-2n-skx"
4841   filter: "'NIC_Intel-X710' and
4842            'NF_DENSITY' and
4843            'VM' and
4844            'CHAIN' and
4845            '64B' and
4846            '2T1C' and
4847            'NDRPDR'"
4848   parameters:
4849   - "throughput"
4850   - "name"
4851   - "tags"
4852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4853   x-axis: "X = VNFs per Service Chain"
4854   y-axis: "Y = Number of Service Chains"
4855   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4856   layout:
4857     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4858     layout: "plot-service-density"
4859
4860 -
4861   type: "plot"
4862   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4863   algorithm: "plot_service_density_heatmap"
4864   output-file-type: ".html"
4865   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4866   data: "plot-vpp-nfv-2n-skx"
4867   filter: "'NIC_Intel-X710' and
4868            'NF_DENSITY' and
4869            'VM' and
4870            'CHAIN' and
4871            '64B' and
4872            '4T2C' and
4873            'NDRPDR'"
4874   parameters:
4875   - "throughput"
4876   - "name"
4877   - "tags"
4878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4879   x-axis: "X = VNFs per Service Chain"
4880   y-axis: "Y = Number of Service Chains"
4881   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4882   layout:
4883     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4884     layout: "plot-service-density"
4885
4886 -
4887   type: "plot"
4888   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4889   algorithm: "plot_service_density_heatmap"
4890   output-file-type: ".html"
4891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
4892   data: "plot-vpp-nfv-2n-skx"
4893   filter: "'NIC_Intel-X710' and
4894            'NF_DENSITY' and
4895            'VM' and
4896            'CHAIN' and
4897            'IMIX' and
4898            '2T1C' and
4899            'NDRPDR'"
4900   parameters:
4901   - "throughput"
4902   - "name"
4903   - "tags"
4904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4905   x-axis: "X = VNFs per Service Chain"
4906   y-axis: "Y = Number of Service Chains"
4907   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4908   layout:
4909     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4910     layout: "plot-service-density"
4911
4912 -
4913   type: "plot"
4914   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4915   algorithm: "plot_service_density_heatmap"
4916   output-file-type: ".html"
4917   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
4918   data: "plot-vpp-nfv-2n-skx"
4919   filter: "'NIC_Intel-X710' and
4920            'NF_DENSITY' and
4921            'VM' and
4922            'CHAIN' and
4923            'IMIX' and
4924            '4T2C' and
4925            'NDRPDR'"
4926   parameters:
4927   - "throughput"
4928   - "name"
4929   - "tags"
4930   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4931   x-axis: "X = VNFs per Service Chain"
4932   y-axis: "Y = Number of Service Chains"
4933   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4934   layout:
4935     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4936     layout: "plot-service-density"
4937
4938 ################################################################################
4939 # Plots - NF Density - CSC
4940
4941 -
4942   type: "plot"
4943   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4944   algorithm: "plot_service_density_heatmap"
4945   output-file-type: ".html"
4946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
4947   data: "plot-vpp-nfv-2n-skx-mrr"
4948   filter: "'NIC_Intel-X710' and
4949            'NF_DENSITY' and
4950            'DOCKER' and
4951            'CHAIN' and
4952            '64B' and
4953            '2T1C' and
4954            'MRR'"
4955   parameters:
4956   - "result"
4957   - "name"
4958   - "tags"
4959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4960   x-axis: "X = CNFs per Service Chain"
4961   y-axis: "Y = Number of Service Chains"
4962   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4963   layout:
4964     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4965     layout: "plot-service-density"
4966
4967 -
4968   type: "plot"
4969   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4970   algorithm: "plot_service_density_heatmap"
4971   output-file-type: ".html"
4972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
4973   data: "plot-vpp-nfv-2n-skx-mrr"
4974   filter: "'NIC_Intel-X710' and
4975            'NF_DENSITY' and
4976            'DOCKER' and
4977            'CHAIN' and
4978            '64B' and
4979            '4T2C' and
4980            'MRR'"
4981   parameters:
4982   - "result"
4983   - "name"
4984   - "tags"
4985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4986   x-axis: "X = CNFs per Service Chain"
4987   y-axis: "Y = Number of Service Chains"
4988   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4989   layout:
4990     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4991     layout: "plot-service-density"
4992
4993 -
4994   type: "plot"
4995   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4996   algorithm: "plot_service_density_heatmap"
4997   output-file-type: ".html"
4998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
4999   data: "plot-vpp-nfv-2n-skx-mrr"
5000   filter: "'NIC_Intel-X710' and
5001            'NF_DENSITY' and
5002            'DOCKER' and
5003            'CHAIN' and
5004            'IMIX' and
5005            '2T1C' and
5006            'MRR'"
5007   parameters:
5008   - "result"
5009   - "name"
5010   - "tags"
5011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5012   x-axis: "X = CNFs per Service Chain"
5013   y-axis: "Y = Number of Service Chains"
5014   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5015   layout:
5016     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5017     layout: "plot-service-density"
5018
5019 -
5020   type: "plot"
5021   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5022   algorithm: "plot_service_density_heatmap"
5023   output-file-type: ".html"
5024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5025   data: "plot-vpp-nfv-2n-skx-mrr"
5026   filter: "'NIC_Intel-X710' and
5027            'NF_DENSITY' and
5028            'DOCKER' and
5029            'CHAIN' and
5030            'IMIX' and
5031            '4T2C' and
5032            'MRR'"
5033   parameters:
5034   - "result"
5035   - "name"
5036   - "tags"
5037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5038   x-axis: "X = CNFs per Service Chain"
5039   y-axis: "Y = Number of Service Chains"
5040   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5041   layout:
5042     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5043     layout: "plot-service-density"
5044
5045 -
5046   type: "plot"
5047   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5048   algorithm: "plot_service_density_heatmap"
5049   output-file-type: ".html"
5050   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5051   data: "plot-vpp-nfv-2n-skx"
5052   filter: "'NIC_Intel-X710' and
5053            'NF_DENSITY' and
5054            'DOCKER' and
5055            'CHAIN' and
5056            '64B' and
5057            '2T1C' and
5058            'NDRPDR'"
5059   parameters:
5060   - "throughput"
5061   - "name"
5062   - "tags"
5063   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5064   x-axis: "X = CNFs per Service Chain"
5065   y-axis: "Y = Number of Service Chains"
5066   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5067   layout:
5068     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5069     layout: "plot-service-density"
5070
5071 -
5072   type: "plot"
5073   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5074   algorithm: "plot_service_density_heatmap"
5075   output-file-type: ".html"
5076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5077   data: "plot-vpp-nfv-2n-skx"
5078   filter: "'NIC_Intel-X710' and
5079            'NF_DENSITY' and
5080            'DOCKER' and
5081            'CHAIN' and
5082            '64B' and
5083            '4T2C' and
5084            'NDRPDR'"
5085   parameters:
5086   - "throughput"
5087   - "name"
5088   - "tags"
5089   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5090   x-axis: "X = CNFs per Service Chain"
5091   y-axis: "Y = Number of Service Chains"
5092   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5093   layout:
5094     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5095     layout: "plot-service-density"
5096
5097 -
5098   type: "plot"
5099   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5100   algorithm: "plot_service_density_heatmap"
5101   output-file-type: ".html"
5102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5103   data: "plot-vpp-nfv-2n-skx"
5104   filter: "'NIC_Intel-X710' and
5105            'NF_DENSITY' and
5106            'DOCKER' and
5107            'CHAIN' and
5108            'IMIX' and
5109            '2T1C' and
5110            'NDRPDR'"
5111   parameters:
5112   - "throughput"
5113   - "name"
5114   - "tags"
5115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5116   x-axis: "X = CNFs per Service Chain"
5117   y-axis: "Y = Number of Service Chains"
5118   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5119   layout:
5120     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5121     layout: "plot-service-density"
5122
5123 -
5124   type: "plot"
5125   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5126   algorithm: "plot_service_density_heatmap"
5127   output-file-type: ".html"
5128   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5129   data: "plot-vpp-nfv-2n-skx"
5130   filter: "'NIC_Intel-X710' and
5131            'NF_DENSITY' and
5132            'DOCKER' and
5133            'CHAIN' and
5134            'IMIX' and
5135            '4T2C' and
5136            'NDRPDR'"
5137   parameters:
5138   - "throughput"
5139   - "name"
5140   - "tags"
5141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5142   x-axis: "X = CNFs per Service Chain"
5143   y-axis: "Y = Number of Service Chains"
5144   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5145   layout:
5146     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5147     layout: "plot-service-density"
5148
5149 -
5150   type: "plot"
5151   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5152   algorithm: "plot_service_density_heatmap"
5153   output-file-type: ".html"
5154   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5155   data: "plot-vpp-nfv-2n-skx"
5156   filter: "'NIC_Intel-X710' and
5157            'NF_DENSITY' and
5158            'DOCKER' and
5159            'CHAIN' and
5160            '64B' and
5161            '2T1C' and
5162            'NDRPDR'"
5163   parameters:
5164   - "throughput"
5165   - "name"
5166   - "tags"
5167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5168   x-axis: "X = CNFs per Service Chain"
5169   y-axis: "Y = Number of Service Chains"
5170   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5171   layout:
5172     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5173     layout: "plot-service-density"
5174
5175 -
5176   type: "plot"
5177   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5178   algorithm: "plot_service_density_heatmap"
5179   output-file-type: ".html"
5180   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5181   data: "plot-vpp-nfv-2n-skx"
5182   filter: "'NIC_Intel-X710' and
5183            'NF_DENSITY' and
5184            'DOCKER' and
5185            'CHAIN' and
5186            '64B' and
5187            '4T2C' and
5188            'NDRPDR'"
5189   parameters:
5190   - "throughput"
5191   - "name"
5192   - "tags"
5193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5194   x-axis: "X = CNFs per Service Chain"
5195   y-axis: "Y = Number of Service Chains"
5196   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5197   layout:
5198     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5199     layout: "plot-service-density"
5200
5201 -
5202   type: "plot"
5203   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5204   algorithm: "plot_service_density_heatmap"
5205   output-file-type: ".html"
5206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5207   data: "plot-vpp-nfv-2n-skx"
5208   filter: "'NIC_Intel-X710' and
5209            'NF_DENSITY' and
5210            'DOCKER' and
5211            'CHAIN' and
5212            'IMIX' and
5213            '2T1C' and
5214            'NDRPDR'"
5215   parameters:
5216   - "throughput"
5217   - "name"
5218   - "tags"
5219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5220   x-axis: "X = CNFs per Service Chain"
5221   y-axis: "Y = Number of Service Chains"
5222   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5223   layout:
5224     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5225     layout: "plot-service-density"
5226
5227 -
5228   type: "plot"
5229   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5230   algorithm: "plot_service_density_heatmap"
5231   output-file-type: ".html"
5232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5233   data: "plot-vpp-nfv-2n-skx"
5234   filter: "'NIC_Intel-X710' and
5235            'NF_DENSITY' and
5236            'DOCKER' and
5237            'CHAIN' and
5238            'IMIX' and
5239            '4T2C' and
5240            'NDRPDR'"
5241   parameters:
5242   - "throughput"
5243   - "name"
5244   - "tags"
5245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5246   x-axis: "X = CNFs per Service Chain"
5247   y-axis: "Y = Number of Service Chains"
5248   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5249   layout:
5250     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5251     layout: "plot-service-density"
5252
5253 ################################################################################
5254 # Plots - NF Density - CSP
5255
5256 -
5257   type: "plot"
5258   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5259   algorithm: "plot_service_density_heatmap"
5260   output-file-type: ".html"
5261   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5262   data: "plot-vpp-nfv-2n-skx-mrr"
5263   filter: "'NIC_Intel-X710' and
5264            'NF_DENSITY' and
5265            'DOCKER' and
5266            'PIPELINE' and
5267            '64B' and
5268            '2T1C' and
5269            'MRR'"
5270   parameters:
5271   - "result"
5272   - "name"
5273   - "tags"
5274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5275   x-axis: "X = CNFs per Service Pipeline"
5276   y-axis: "Y = Number of Service Pipelines"
5277   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5278   layout:
5279     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5280     layout: "plot-service-density"
5281
5282 -
5283   type: "plot"
5284   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5285   algorithm: "plot_service_density_heatmap"
5286   output-file-type: ".html"
5287   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5288   data: "plot-vpp-nfv-2n-skx-mrr"
5289   filter: "'NIC_Intel-X710' and
5290            'NF_DENSITY' and
5291            'DOCKER' and
5292            'PIPELINE' and
5293            '64B' and
5294            '4T2C' and
5295            'MRR'"
5296   parameters:
5297   - "result"
5298   - "name"
5299   - "tags"
5300   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5301   x-axis: "X = CNFs per Service Pipeline"
5302   y-axis: "Y = Number of Service Pipelines"
5303   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5304   layout:
5305     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5306     layout: "plot-service-density"
5307
5308 -
5309   type: "plot"
5310   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5311   algorithm: "plot_service_density_heatmap"
5312   output-file-type: ".html"
5313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5314   data: "plot-vpp-nfv-2n-skx-mrr"
5315   filter: "'NIC_Intel-X710' and
5316            'NF_DENSITY' and
5317            'DOCKER' and
5318            'PIPELINE' and
5319            'IMIX' and
5320            '2T1C' and
5321            'MRR'"
5322   parameters:
5323   - "result"
5324   - "name"
5325   - "tags"
5326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5327   x-axis: "X = CNFs per Service Pipeline"
5328   y-axis: "Y = Number of Service Pipelines"
5329   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5330   layout:
5331     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5332     layout: "plot-service-density"
5333
5334 -
5335   type: "plot"
5336   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5337   algorithm: "plot_service_density_heatmap"
5338   output-file-type: ".html"
5339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5340   data: "plot-vpp-nfv-2n-skx-mrr"
5341   filter: "'NIC_Intel-X710' and
5342            'NF_DENSITY' and
5343            'DOCKER' and
5344            'PIPELINE' and
5345            'IMIX' and
5346            '4T2C' and
5347            'MRR'"
5348   parameters:
5349   - "result"
5350   - "name"
5351   - "tags"
5352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5353   x-axis: "X = CNFs per Service Pipeline"
5354   y-axis: "Y = Number of Service Pipelines"
5355   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5356   layout:
5357     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5358     layout: "plot-service-density"
5359
5360 -
5361   type: "plot"
5362   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5363   algorithm: "plot_service_density_heatmap"
5364   output-file-type: ".html"
5365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5366   data: "plot-vpp-nfv-2n-skx"
5367   filter: "'NIC_Intel-X710' and
5368            'NF_DENSITY' and
5369            'DOCKER' and
5370            'PIPELINE' and
5371            '64B' and
5372            '2T1C' and
5373            'NDRPDR'"
5374   parameters:
5375   - "throughput"
5376   - "name"
5377   - "tags"
5378   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5379   x-axis: "X = CNFs per Service Pipeline"
5380   y-axis: "Y = Number of Service Pipelines"
5381   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5382   layout:
5383     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5384     layout: "plot-service-density"
5385
5386 -
5387   type: "plot"
5388   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5389   algorithm: "plot_service_density_heatmap"
5390   output-file-type: ".html"
5391   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5392   data: "plot-vpp-nfv-2n-skx"
5393   filter: "'NIC_Intel-X710' and
5394            'NF_DENSITY' and
5395            'DOCKER' and
5396            'PIPELINE' and
5397            '64B' and
5398            '4T2C' and
5399            'NDRPDR'"
5400   parameters:
5401   - "throughput"
5402   - "name"
5403   - "tags"
5404   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5405   x-axis: "X = CNFs per Service Pipeline"
5406   y-axis: "Y = Number of Service Pipelines"
5407   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5408   layout:
5409     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5410     layout: "plot-service-density"
5411
5412 -
5413   type: "plot"
5414   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5415   algorithm: "plot_service_density_heatmap"
5416   output-file-type: ".html"
5417   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5418   data: "plot-vpp-nfv-2n-skx"
5419   filter: "'NIC_Intel-X710' and
5420            'NF_DENSITY' and
5421            'DOCKER' and
5422            'PIPELINE' and
5423            'IMIX' and
5424            '2T1C' and
5425            'NDRPDR'"
5426   parameters:
5427   - "throughput"
5428   - "name"
5429   - "tags"
5430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5431   x-axis: "X = CNFs per Service Pipeline"
5432   y-axis: "Y = Number of Service Pipelines"
5433   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5434   layout:
5435     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5436     layout: "plot-service-density"
5437
5438 -
5439   type: "plot"
5440   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5441   algorithm: "plot_service_density_heatmap"
5442   output-file-type: ".html"
5443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5444   data: "plot-vpp-nfv-2n-skx"
5445   filter: "'NIC_Intel-X710' and
5446            'NF_DENSITY' and
5447            'DOCKER' and
5448            'PIPELINE' and
5449            'IMIX' and
5450            '4T2C' and
5451            'NDRPDR'"
5452   parameters:
5453   - "throughput"
5454   - "name"
5455   - "tags"
5456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5457   x-axis: "X = CNFs per Service Pipeline"
5458   y-axis: "Y = Number of Service Pipelines"
5459   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5460   layout:
5461     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5462     layout: "plot-service-density"
5463
5464 -
5465   type: "plot"
5466   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5467   algorithm: "plot_service_density_heatmap"
5468   output-file-type: ".html"
5469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5470   data: "plot-vpp-nfv-2n-skx"
5471   filter: "'NIC_Intel-X710' and
5472            'NF_DENSITY' and
5473            'DOCKER' and
5474            'PIPELINE' and
5475            '64B' and
5476            '2T1C' and
5477            'NDRPDR'"
5478   parameters:
5479   - "throughput"
5480   - "name"
5481   - "tags"
5482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5483   x-axis: "X = CNFs per Service Pipeline"
5484   y-axis: "Y = Number of Service Pipelines"
5485   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5486   layout:
5487     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5488     layout: "plot-service-density"
5489
5490 -
5491   type: "plot"
5492   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5493   algorithm: "plot_service_density_heatmap"
5494   output-file-type: ".html"
5495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5496   data: "plot-vpp-nfv-2n-skx"
5497   filter: "'NIC_Intel-X710' and
5498            'NF_DENSITY' and
5499            'DOCKER' and
5500            'PIPELINE' and
5501            '64B' and
5502            '4T2C' and
5503            'NDRPDR'"
5504   parameters:
5505   - "throughput"
5506   - "name"
5507   - "tags"
5508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5509   x-axis: "X = CNFs per Service Pipeline"
5510   y-axis: "Y = Number of Service Pipelines"
5511   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5512   layout:
5513     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5514     layout: "plot-service-density"
5515
5516 -
5517   type: "plot"
5518   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5519   algorithm: "plot_service_density_heatmap"
5520   output-file-type: ".html"
5521   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5522   data: "plot-vpp-nfv-2n-skx"
5523   filter: "'NIC_Intel-X710' and
5524            'NF_DENSITY' and
5525            'DOCKER' and
5526            'PIPELINE' and
5527            'IMIX' and
5528            '2T1C' and
5529            'NDRPDR'"
5530   parameters:
5531   - "throughput"
5532   - "name"
5533   - "tags"
5534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5535   x-axis: "X = CNFs per Service Pipeline"
5536   y-axis: "Y = Number of Service Pipelines"
5537   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5538   layout:
5539     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5540     layout: "plot-service-density"
5541
5542 -
5543   type: "plot"
5544   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5545   algorithm: "plot_service_density_heatmap"
5546   output-file-type: ".html"
5547   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5548   data: "plot-vpp-nfv-2n-skx"
5549   filter: "'NIC_Intel-X710' and
5550            'NF_DENSITY' and
5551            'DOCKER' and
5552            'PIPELINE' and
5553            'IMIX' and
5554            '4T2C' and
5555            'NDRPDR'"
5556   parameters:
5557   - "throughput"
5558   - "name"
5559   - "tags"
5560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5561   x-axis: "X = CNFs per Service Pipeline"
5562   y-axis: "Y = Number of Service Pipelines"
5563   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5564   layout:
5565     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5566     layout: "plot-service-density"
5567
5568 ################################################################################
5569 # Plots VPP HTTP Server Performance
5570 -
5571   type: "plot"
5572   title: "VPP HTTP Server Performance"
5573   algorithm: "plot_http_server_performance_box"
5574   output-file-type: ".html"
5575   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5576   data:
5577     "plot-vpp-http-server-performance"
5578   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5579   # each tag is enclosed with ' (apostrophe).
5580   filter: "'HTTP' and 'TCP_CPS'"
5581   parameters:
5582   - "result"
5583   - "name"
5584   traces:
5585     hoverinfo: "x+y"
5586     boxpoints: "outliers"
5587     whiskerwidth: 0
5588   layout:
5589     title: "VPP HTTP Server Performance"
5590     layout:
5591       "plot-cps"
5592
5593 -
5594   type: "plot"
5595   title: "VPP HTTP Server Performance"
5596   algorithm: "plot_http_server_performance_box"
5597   output-file-type: ".html"
5598   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5599   data:
5600     "plot-vpp-http-server-performance"
5601   filter: "'HTTP' and 'TCP_RPS'"
5602   parameters:
5603   - "result"
5604   - "name"
5605   traces:
5606     hoverinfo: "x+y"
5607     boxpoints: "outliers"
5608     whiskerwidth: 0
5609   layout:
5610     title: "VPP HTTP Server Performance"
5611     layout:
5612       "plot-rps"
5613
5614 ################################################################################
5615
5616 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5617 -
5618   type: "plot"
5619   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5620   algorithm: "plot_performance_box"
5621   output-file-type: ".html"
5622   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5623   data: "plot-vpp-throughput-latency-3n-hsw"
5624   filter: "'NIC_Intel-X520-DA2' and
5625            '64B' and
5626            ('BASE' or 'SCALE') and
5627            'NDRPDR' and
5628            'ETH' and
5629            '1T1C' and
5630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5631            not 'VHOST' and
5632            not 'MEMIF'"
5633   parameters:
5634   - "throughput"
5635   - "parent"
5636   - "tags"
5637   sort:
5638   - "L2PATCH"
5639   - "L2XCBASE"
5640   - "BASE"
5641   - "FIB_10K"
5642   - "FIB_100K"
5643   - "FIB_1M"
5644   traces:
5645     hoverinfo: "x+y"
5646     boxpoints: "outliers"
5647     whiskerwidth: 0
5648   layout:
5649     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5650     layout: "plot-throughput"
5651
5652 -
5653   type: "plot"
5654   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5655   algorithm: "plot_performance_box"
5656   output-file-type: ".html"
5657   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5658   data: "plot-vpp-throughput-latency-3n-hsw"
5659   filter: "'NIC_Intel-X520-DA2' and
5660            '64B' and
5661            ('BASE' or 'SCALE') and
5662            'NDRPDR' and
5663            'ETH' and
5664            '1T1C' and
5665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5666            not 'VHOST' and
5667            not 'MEMIF'"
5668   parameters:
5669   - "throughput"
5670   - "parent"
5671   - "tags"
5672   sort:
5673   - "L2PATCH"
5674   - "L2XCBASE"
5675   - "BASE"
5676   - "FIB_10K"
5677   - "FIB_100K"
5678   - "FIB_1M"
5679   traces:
5680     hoverinfo: "x+y"
5681     boxpoints: "outliers"
5682     whiskerwidth: 0
5683   layout:
5684     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5685     layout: "plot-throughput"
5686
5687 -
5688   type: "plot"
5689   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5690   algorithm: "plot_performance_box"
5691   output-file-type: ".html"
5692   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5693   data: "plot-vpp-throughput-latency-3n-hsw"
5694   filter: "'NIC_Intel-X520-DA2' and
5695            '64B' and
5696            ('BASE' or 'SCALE') and
5697            'NDRPDR' and
5698            'ETH' and
5699            '2T2C' and
5700            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5701            not 'VHOST' and
5702            not 'MEMIF'"
5703   parameters:
5704   - "throughput"
5705   - "parent"
5706   - "tags"
5707   sort:
5708   - "L2PATCH"
5709   - "L2XCBASE"
5710   - "BASE"
5711   - "FIB_10K"
5712   - "FIB_100K"
5713   - "FIB_1M"
5714   traces:
5715     hoverinfo: "x+y"
5716     boxpoints: "outliers"
5717     whiskerwidth: 0
5718   layout:
5719     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5720     layout: "plot-throughput"
5721
5722 -
5723   type: "plot"
5724   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5725   algorithm: "plot_performance_box"
5726   output-file-type: ".html"
5727   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5728   data: "plot-vpp-throughput-latency-3n-hsw"
5729   filter: "'NIC_Intel-X520-DA2' and
5730            '64B' and
5731            ('BASE' or 'SCALE') and
5732            'NDRPDR' and
5733            'ETH' and
5734            '2T2C' and
5735            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5736            not 'VHOST' and
5737            not 'MEMIF'"
5738   parameters:
5739   - "throughput"
5740   - "parent"
5741   - "tags"
5742   sort:
5743   - "L2PATCH"
5744   - "L2XCBASE"
5745   - "BASE"
5746   - "FIB_10K"
5747   - "FIB_100K"
5748   - "FIB_1M"
5749   traces:
5750     hoverinfo: "x+y"
5751     boxpoints: "outliers"
5752     whiskerwidth: 0
5753   layout:
5754     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5755     layout: "plot-throughput"
5756
5757 # Packet Throughput - VPP L2 3n-hsw-x520 features
5758 -
5759   type: "plot"
5760   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5761   algorithm: "plot_performance_box"
5762   output-file-type: ".html"
5763   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5764   data: "plot-vpp-throughput-latency-3n-hsw"
5765   filter: "'NIC_Intel-X520-DA2' and
5766            '64B' and
5767            'NDRPDR' and
5768            '1T1C' and
5769            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5770            not 'ACL' and
5771            not 'VHOST' and
5772            not 'MEMIF'"
5773   parameters:
5774   - "throughput"
5775   - "parent"
5776   - "tags"
5777   sort:
5778   - "L2XCBASE"    # l2xcbase
5779   - "L2BDBASE"    # l2bdbase
5780   - "L2XCFWD"     # dot1q-l2xcbase
5781   - "L2BDMACLRN"  # dot1q-l2bdbase
5782   traces:
5783     hoverinfo: "x+y"
5784     boxpoints: "outliers"
5785     whiskerwidth: 0
5786   layout:
5787     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5788     layout: "plot-throughput"
5789
5790 -
5791   type: "plot"
5792   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5793   algorithm: "plot_performance_box"
5794   output-file-type: ".html"
5795   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5796   data: "plot-vpp-throughput-latency-3n-hsw"
5797   filter: "'NIC_Intel-X520-DA2' and
5798            '64B' and
5799            'NDRPDR' and
5800            '1T1C' and
5801            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5802            not 'ACL' and
5803            not 'VHOST' and
5804            not 'MEMIF'"
5805   parameters:
5806   - "throughput"
5807   - "parent"
5808   - "tags"
5809   sort:
5810   - "L2XCBASE"    # l2xcbase
5811   - "L2BDBASE"    # l2bdbase
5812   - "L2XCFWD"     # dot1q-l2xcbase
5813   - "L2BDMACLRN"  # dot1q-l2bdbase
5814   traces:
5815     hoverinfo: "x+y"
5816     boxpoints: "outliers"
5817     whiskerwidth: 0
5818   layout:
5819     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5820     layout: "plot-throughput"
5821
5822 -
5823   type: "plot"
5824   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5825   algorithm: "plot_performance_box"
5826   output-file-type: ".html"
5827   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5828   data: "plot-vpp-throughput-latency-3n-hsw"
5829   filter: "'NIC_Intel-X520-DA2' and
5830            '64B' and
5831            'NDRPDR' and
5832            '2T2C' and
5833            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5834            not 'ACL' and
5835            not 'VHOST' and
5836            not 'MEMIF'"
5837   parameters:
5838   - "throughput"
5839   - "parent"
5840   - "tags"
5841   sort:
5842   - "L2XCBASE"    # l2xcbase
5843   - "L2BDBASE"    # l2bdbase
5844   - "L2XCFWD"     # dot1q-l2xcbase
5845   - "L2BDMACLRN"  # dot1q-l2bdbase
5846   traces:
5847     hoverinfo: "x+y"
5848     boxpoints: "outliers"
5849     whiskerwidth: 0
5850   layout:
5851     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5852     layout: "plot-throughput"
5853
5854 -
5855   type: "plot"
5856   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5857   algorithm: "plot_performance_box"
5858   output-file-type: ".html"
5859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5860   data: "plot-vpp-throughput-latency-3n-hsw"
5861   filter: "'NIC_Intel-X520-DA2' and
5862            '64B' and
5863            'NDRPDR' and
5864            '2T2C' and
5865            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5866            not 'ACL' and
5867            not 'VHOST' and
5868            not 'MEMIF'"
5869   parameters:
5870   - "throughput"
5871   - "parent"
5872   - "tags"
5873   sort:
5874   - "L2XCBASE"    # l2xcbase
5875   - "L2BDBASE"    # l2bdbase
5876   - "L2XCFWD"     # dot1q-l2xcbase
5877   - "L2BDMACLRN"  # dot1q-l2bdbase
5878   traces:
5879     hoverinfo: "x+y"
5880     boxpoints: "outliers"
5881     whiskerwidth: 0
5882   layout:
5883     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5884     layout: "plot-throughput"
5885
5886 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5887 -
5888   type: "plot"
5889   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5890   algorithm: "plot_performance_box"
5891   output-file-type: ".html"
5892   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5893   data: "plot-vpp-throughput-latency-3n-hsw"
5894   filter: "'NIC_Intel-X710' and
5895            '64B' and
5896            ('BASE' or 'SCALE') and
5897            'NDRPDR' and
5898            'ETH' and
5899            '1T1C' and
5900            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5901            not 'VHOST' and
5902            not 'MEMIF'"
5903   parameters:
5904   - "throughput"
5905   - "parent"
5906   - "tags"
5907   sort:
5908   - "L2XCFWD"
5909   - "L2PATCH"
5910   - "L2BDMACLRN"
5911   - "FIB_10K"
5912   - "FIB_100K"
5913   - "FIB_1M"
5914   traces:
5915     hoverinfo: "x+y"
5916     boxpoints: "outliers"
5917     whiskerwidth: 0
5918   layout:
5919     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5920     layout: "plot-throughput"
5921
5922 -
5923   type: "plot"
5924   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5925   algorithm: "plot_performance_box"
5926   output-file-type: ".html"
5927   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5928   data: "plot-vpp-throughput-latency-3n-hsw"
5929   filter: "'NIC_Intel-X710' and
5930            '64B' and
5931            ('BASE' or 'SCALE') and
5932            'NDRPDR' and
5933            'ETH' and
5934            '1T1C' and
5935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5936            not 'VHOST' and
5937            not 'MEMIF'"
5938   parameters:
5939   - "throughput"
5940   - "parent"
5941   - "tags"
5942   sort:
5943   - "L2XCFWD"
5944   - "L2PATCH"
5945   - "L2BDMACLRN"
5946   - "FIB_10K"
5947   - "FIB_100K"
5948   - "FIB_1M"
5949   traces:
5950     hoverinfo: "x+y"
5951     boxpoints: "outliers"
5952     whiskerwidth: 0
5953   layout:
5954     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5955     layout: "plot-throughput"
5956
5957 -
5958   type: "plot"
5959   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5960   algorithm: "plot_performance_box"
5961   output-file-type: ".html"
5962   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5963   data: "plot-vpp-throughput-latency-3n-hsw"
5964   filter: "'NIC_Intel-X710' and
5965            '64B' and
5966            ('BASE' or 'SCALE') and
5967            'NDRPDR' and
5968            'ETH' and
5969            '2T2C' and
5970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5971            not 'VHOST' and
5972            not 'MEMIF'"
5973   parameters:
5974   - "throughput"
5975   - "parent"
5976   - "tags"
5977   sort:
5978   - "L2XCFWD"
5979   - "L2PATCH"
5980   - "L2BDMACLRN"
5981   - "FIB_10K"
5982   - "FIB_100K"
5983   - "FIB_1M"
5984   traces:
5985     hoverinfo: "x+y"
5986     boxpoints: "outliers"
5987     whiskerwidth: 0
5988   layout:
5989     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5990     layout: "plot-throughput"
5991
5992 -
5993   type: "plot"
5994   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5995   algorithm: "plot_performance_box"
5996   output-file-type: ".html"
5997   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5998   data: "plot-vpp-throughput-latency-3n-hsw"
5999   filter: "'NIC_Intel-X710' and
6000            '64B' and
6001            ('BASE' or 'SCALE') and
6002            'NDRPDR' and
6003            'ETH' and
6004            '2T2C' and
6005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6006            not 'VHOST' and
6007            not 'MEMIF'"
6008   parameters:
6009   - "throughput"
6010   - "parent"
6011   - "tags"
6012   sort:
6013   - "L2XCFWD"
6014   - "L2PATCH"
6015   - "L2BDMACLRN"
6016   - "FIB_10K"
6017   - "FIB_100K"
6018   - "FIB_1M"
6019   traces:
6020     hoverinfo: "x+y"
6021     boxpoints: "outliers"
6022     whiskerwidth: 0
6023   layout:
6024     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6025     layout: "plot-throughput"
6026
6027 # Packet Throughput - VPP L2 3n-hsw-x710 features
6028 -
6029   type: "plot"
6030   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6031   algorithm: "plot_performance_box"
6032   output-file-type: ".html"
6033   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6034   data: "plot-vpp-throughput-latency-3n-hsw"
6035   filter: "'NIC_Intel-X710' and
6036            '64B' and
6037            'NDRPDR' and
6038            '1T1C' and
6039            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6040            not 'ACL' and
6041            not 'VHOST' and
6042            not 'MEMIF'"
6043   parameters:
6044   - "throughput"
6045   - "parent"
6046   - "tags"
6047   sort:
6048   - "L2XCBASE"    # l2xcbase
6049   - "L2BDBASE"    # l2bdbase
6050   - "L2XCFWD"     # dot1q-l2xcbase
6051   - "L2BDMACLRN"  # dot1q-l2bdbase
6052   traces:
6053     hoverinfo: "x+y"
6054     boxpoints: "outliers"
6055     whiskerwidth: 0
6056   layout:
6057     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6058     layout: "plot-throughput"
6059
6060 -
6061   type: "plot"
6062   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6063   algorithm: "plot_performance_box"
6064   output-file-type: ".html"
6065   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6066   data: "plot-vpp-throughput-latency-3n-hsw"
6067   filter: "'NIC_Intel-X710' and
6068            '64B' and
6069            'NDRPDR' and
6070            '1T1C' and
6071            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6072            not 'ACL' and
6073            not 'VHOST' and
6074            not 'MEMIF'"
6075   parameters:
6076   - "throughput"
6077   - "parent"
6078   - "tags"
6079   sort:
6080   - "L2XCBASE"    # l2xcbase
6081   - "L2BDBASE"    # l2bdbase
6082   - "L2XCFWD"     # dot1q-l2xcbase
6083   - "L2BDMACLRN"  # dot1q-l2bdbase
6084   traces:
6085     hoverinfo: "x+y"
6086     boxpoints: "outliers"
6087     whiskerwidth: 0
6088   layout:
6089     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6090     layout: "plot-throughput"
6091
6092 -
6093   type: "plot"
6094   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6095   algorithm: "plot_performance_box"
6096   output-file-type: ".html"
6097   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6098   data: "plot-vpp-throughput-latency-3n-hsw"
6099   filter: "'NIC_Intel-X710' and
6100            '64B' and
6101            'NDRPDR' and
6102            '2T2C' and
6103            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6104            not 'ACL' and
6105            not 'VHOST' and
6106            not 'MEMIF'"
6107   parameters:
6108   - "throughput"
6109   - "parent"
6110   - "tags"
6111   sort:
6112   - "L2XCBASE"    # l2xcbase
6113   - "L2BDBASE"    # l2bdbase
6114   - "L2XCFWD"     # dot1q-l2xcbase
6115   - "L2BDMACLRN"  # dot1q-l2bdbase
6116   traces:
6117     hoverinfo: "x+y"
6118     boxpoints: "outliers"
6119     whiskerwidth: 0
6120   layout:
6121     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6122     layout: "plot-throughput"
6123
6124 -
6125   type: "plot"
6126   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6127   algorithm: "plot_performance_box"
6128   output-file-type: ".html"
6129   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6130   data: "plot-vpp-throughput-latency-3n-hsw"
6131   filter: "'NIC_Intel-X710' and
6132            '64B' and
6133            'NDRPDR' and
6134            '2T2C' and
6135            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6136            not 'ACL' and
6137            not 'VHOST' and
6138            not 'MEMIF'"
6139   parameters:
6140   - "throughput"
6141   - "parent"
6142   - "tags"
6143   sort:
6144   - "L2XCBASE"    # l2xcbase
6145   - "L2BDBASE"    # l2bdbase
6146   - "L2XCFWD"     # dot1q-l2xcbase
6147   - "L2BDMACLRN"  # dot1q-l2bdbase
6148   traces:
6149     hoverinfo: "x+y"
6150     boxpoints: "outliers"
6151     whiskerwidth: 0
6152   layout:
6153     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6154     layout: "plot-throughput"
6155
6156 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6157 -
6158   type: "plot"
6159   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6160   algorithm: "plot_performance_box"
6161   output-file-type: ".html"
6162   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6163   data: "plot-vpp-throughput-latency-3n-hsw"
6164   filter: "'NIC_Intel-XL710' and
6165            '64B' and
6166            ('BASE' or 'SCALE') and
6167            'NDRPDR' and
6168            'ETH' and
6169            '1T1C' and
6170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6171            not 'VHOST' and
6172            not 'MEMIF'"
6173   parameters:
6174   - "throughput"
6175   - "parent"
6176   - "tags"
6177   sort:
6178   - "L2PATCH"
6179   - "L2XCBASE"
6180   - "BASE"
6181   - "FIB_10K"
6182   - "FIB_100K"
6183   - "FIB_1M"
6184   traces:
6185     hoverinfo: "x+y"
6186     boxpoints: "outliers"
6187     whiskerwidth: 0
6188   layout:
6189     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6190     layout: "plot-throughput"
6191
6192 -
6193   type: "plot"
6194   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6195   algorithm: "plot_performance_box"
6196   output-file-type: ".html"
6197   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6198   data: "plot-vpp-throughput-latency-3n-hsw"
6199   filter: "'NIC_Intel-XL710' and
6200            '64B' and
6201            ('BASE' or 'SCALE') and
6202            'NDRPDR' and
6203            'ETH' and
6204            '1T1C' and
6205            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6206            not 'VHOST' and
6207            not 'MEMIF'"
6208   parameters:
6209   - "throughput"
6210   - "parent"
6211   - "tags"
6212   sort:
6213   - "L2PATCH"
6214   - "L2XCBASE"
6215   - "BASE"
6216   - "FIB_10K"
6217   - "FIB_100K"
6218   - "FIB_1M"
6219   traces:
6220     hoverinfo: "x+y"
6221     boxpoints: "outliers"
6222     whiskerwidth: 0
6223   layout:
6224     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6225     layout: "plot-throughput"
6226
6227 -
6228   type: "plot"
6229   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6230   algorithm: "plot_performance_box"
6231   output-file-type: ".html"
6232   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6233   data: "plot-vpp-throughput-latency-3n-hsw"
6234   filter: "'NIC_Intel-XL710' and
6235            '64B' and
6236            ('BASE' or 'SCALE') and
6237            'NDRPDR' and
6238            'ETH' and
6239            '2T2C' and
6240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6241            not 'VHOST' and
6242            not 'MEMIF'"
6243   parameters:
6244   - "throughput"
6245   - "parent"
6246   - "tags"
6247   sort:
6248   - "L2PATCH"
6249   - "L2XCBASE"
6250   - "BASE"
6251   - "FIB_10K"
6252   - "FIB_100K"
6253   - "FIB_1M"
6254   traces:
6255     hoverinfo: "x+y"
6256     boxpoints: "outliers"
6257     whiskerwidth: 0
6258   layout:
6259     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6260     layout: "plot-throughput"
6261
6262 -
6263   type: "plot"
6264   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6265   algorithm: "plot_performance_box"
6266   output-file-type: ".html"
6267   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6268   data: "plot-vpp-throughput-latency-3n-hsw"
6269   filter: "'NIC_Intel-XL710' and
6270            '64B' and
6271            ('BASE' or 'SCALE') and
6272            'NDRPDR' and
6273            'ETH' and
6274            '2T2C' and
6275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6276            not 'VHOST' and
6277            not 'MEMIF'"
6278   parameters:
6279   - "throughput"
6280   - "parent"
6281   - "tags"
6282   sort:
6283   - "L2PATCH"
6284   - "L2XCBASE"
6285   - "BASE"
6286   - "FIB_10K"
6287   - "FIB_100K"
6288   - "FIB_1M"
6289   traces:
6290     hoverinfo: "x+y"
6291     boxpoints: "outliers"
6292     whiskerwidth: 0
6293   layout:
6294     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6295     layout: "plot-throughput"
6296
6297 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6298 -
6299   type: "plot"
6300   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6301   algorithm: "plot_performance_box"
6302   output-file-type: ".html"
6303   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6304   data: "plot-vpp-throughput-latency-3n-skx"
6305   filter: "'NIC_Intel-X710' and
6306            '64B' and
6307            ('BASE' or 'SCALE') and
6308            'NDRPDR' and
6309            'ETH' and
6310            '2T1C' and
6311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6312            not 'VHOST' and
6313            not 'MEMIF' and
6314            not 'DRV_AVF'"
6315   parameters:
6316   - "throughput"
6317   - "parent"
6318   - "tags"
6319   sort:
6320   - "L2PATCH"
6321   - "L2XCBASE"
6322   - "BASE"
6323   - "FIB_10K"
6324   - "FIB_100K"
6325   - "FIB_1M"
6326   traces:
6327     hoverinfo: "x+y"
6328     boxpoints: "outliers"
6329     whiskerwidth: 0
6330   layout:
6331     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6332     layout: "plot-throughput"
6333
6334 -
6335   type: "plot"
6336   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6337   algorithm: "plot_performance_box"
6338   output-file-type: ".html"
6339   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6340   data: "plot-vpp-throughput-latency-3n-skx"
6341   filter: "'NIC_Intel-X710' and
6342            '64B' and
6343            ('BASE' or 'SCALE') and
6344            'NDRPDR' and
6345            'ETH' and
6346            '2T1C' and
6347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6348            not 'VHOST' and
6349            not 'MEMIF' and
6350            not 'DRV_AVF'"
6351   parameters:
6352   - "throughput"
6353   - "parent"
6354   - "tags"
6355   sort:
6356   - "L2PATCH"
6357   - "L2XCBASE"
6358   - "BASE"
6359   - "FIB_10K"
6360   - "FIB_100K"
6361   - "FIB_1M"
6362   traces:
6363     hoverinfo: "x+y"
6364     boxpoints: "outliers"
6365     whiskerwidth: 0
6366   layout:
6367     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6368     layout: "plot-throughput"
6369
6370 -
6371   type: "plot"
6372   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6373   algorithm: "plot_performance_box"
6374   output-file-type: ".html"
6375   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6376   data: "plot-vpp-throughput-latency-3n-skx"
6377   filter: "'NIC_Intel-X710' and
6378            '64B' and
6379            ('BASE' or 'SCALE') and
6380            'NDRPDR' and
6381            'ETH' and
6382            '4T2C' and
6383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6384            not 'VHOST' and
6385            not 'MEMIF' and
6386            not 'DRV_AVF'"
6387   parameters:
6388   - "throughput"
6389   - "parent"
6390   - "tags"
6391   sort:
6392   - "L2PATCH"
6393   - "L2XCBASE"
6394   - "BASE"
6395   - "FIB_10K"
6396   - "FIB_100K"
6397   - "FIB_1M"
6398   traces:
6399     hoverinfo: "x+y"
6400     boxpoints: "outliers"
6401     whiskerwidth: 0
6402   layout:
6403     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6404     layout: "plot-throughput"
6405
6406 -
6407   type: "plot"
6408   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6409   algorithm: "plot_performance_box"
6410   output-file-type: ".html"
6411   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6412   data: "plot-vpp-throughput-latency-3n-skx"
6413   filter: "'NIC_Intel-X710' and
6414            '64B' and
6415            ('BASE' or 'SCALE') and
6416            'NDRPDR' and
6417            'ETH' and
6418            '4T2C' and
6419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6420            not 'VHOST' and
6421            not 'MEMIF' and
6422            not 'DRV_AVF'"
6423   parameters:
6424   - "throughput"
6425   - "parent"
6426   - "tags"
6427   sort:
6428   - "L2PATCH"
6429   - "L2XCBASE"
6430   - "BASE"
6431   - "FIB_10K"
6432   - "FIB_100K"
6433   - "FIB_1M"
6434   traces:
6435     hoverinfo: "x+y"
6436     boxpoints: "outliers"
6437     whiskerwidth: 0
6438   layout:
6439     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6440     layout: "plot-throughput"
6441
6442 # Packet Throughput - VPP L2 3n-skx-x710 features
6443 -
6444   type: "plot"
6445   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6446   algorithm: "plot_performance_box"
6447   output-file-type: ".html"
6448   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6449   data: "plot-vpp-throughput-latency-3n-skx"
6450   filter: "'NIC_Intel-X710' and
6451            '64B' and
6452            'NDRPDR' and
6453            '2T1C' and
6454            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6455            not 'ACL' and
6456            not 'VHOST' and
6457            not 'MEMIF'"
6458   parameters:
6459   - "throughput"
6460   - "parent"
6461   - "tags"
6462   sort:
6463   - "L2XCBASE"    # l2xcbase
6464   - "L2BDBASE"    # l2bdbase
6465   - "L2XCFWD"     # dot1q-l2xcbase
6466   - "L2BDMACLRN"  # dot1q-l2bdbase
6467   traces:
6468     hoverinfo: "x+y"
6469     boxpoints: "outliers"
6470     whiskerwidth: 0
6471   layout:
6472     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6473     layout: "plot-throughput"
6474
6475 -
6476   type: "plot"
6477   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6478   algorithm: "plot_performance_box"
6479   output-file-type: ".html"
6480   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6481   data: "plot-vpp-throughput-latency-3n-skx"
6482   filter: "'NIC_Intel-X710' and
6483            '64B' and
6484            'NDRPDR' and
6485            '2T1C' and
6486            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6487            not 'ACL' and
6488            not 'VHOST' and
6489            not 'MEMIF'"
6490   parameters:
6491   - "throughput"
6492   - "parent"
6493   - "tags"
6494   sort:
6495   - "L2XCBASE"    # l2xcbase
6496   - "L2BDBASE"    # l2bdbase
6497   - "L2XCFWD"     # dot1q-l2xcbase
6498   - "L2BDMACLRN"  # dot1q-l2bdbase
6499   traces:
6500     hoverinfo: "x+y"
6501     boxpoints: "outliers"
6502     whiskerwidth: 0
6503   layout:
6504     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6505     layout: "plot-throughput"
6506
6507 -
6508   type: "plot"
6509   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6510   algorithm: "plot_performance_box"
6511   output-file-type: ".html"
6512   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6513   data: "plot-vpp-throughput-latency-3n-skx"
6514   filter: "'NIC_Intel-X710' and
6515            '64B' and
6516            'NDRPDR' and
6517            '4T2C' and
6518            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6519            not 'ACL' and
6520            not 'VHOST' and
6521            not 'MEMIF'"
6522   parameters:
6523   - "throughput"
6524   - "parent"
6525   - "tags"
6526   sort:
6527   - "L2XCBASE"    # l2xcbase
6528   - "L2BDBASE"    # l2bdbase
6529   - "L2XCFWD"     # dot1q-l2xcbase
6530   - "L2BDMACLRN"  # dot1q-l2bdbase
6531   traces:
6532     hoverinfo: "x+y"
6533     boxpoints: "outliers"
6534     whiskerwidth: 0
6535   layout:
6536     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6537     layout: "plot-throughput"
6538
6539 -
6540   type: "plot"
6541   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6542   algorithm: "plot_performance_box"
6543   output-file-type: ".html"
6544   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6545   data: "plot-vpp-throughput-latency-3n-skx"
6546   filter: "'NIC_Intel-X710' and
6547            '64B' and
6548            'NDRPDR' and
6549            '4T2C' and
6550            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6551            not 'ACL' and
6552            not 'VHOST' and
6553            not 'MEMIF'"
6554   parameters:
6555   - "throughput"
6556   - "parent"
6557   - "tags"
6558   sort:
6559   - "L2XCBASE"    # l2xcbase
6560   - "L2BDBASE"    # l2bdbase
6561   - "L2XCFWD"     # dot1q-l2xcbase
6562   - "L2BDMACLRN"  # dot1q-l2bdbase
6563   traces:
6564     hoverinfo: "x+y"
6565     boxpoints: "outliers"
6566     whiskerwidth: 0
6567   layout:
6568     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6569     layout: "plot-throughput"
6570
6571 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6572 -
6573   type: "plot"
6574   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6575   algorithm: "plot_performance_box"
6576   output-file-type: ".html"
6577   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6578   data: "plot-vpp-throughput-latency-3n-skx"
6579   filter: "'NIC_Intel-XXV710' and
6580            '64B' and
6581            ('BASE' or 'SCALE') and
6582            'NDRPDR' and
6583            'ETH' and
6584            '2T1C' and
6585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6586            not 'VHOST' and
6587            not 'MEMIF' and
6588            not 'DRV_AVF'"
6589   parameters:
6590   - "throughput"
6591   - "parent"
6592   - "tags"
6593   sort:
6594   - "L2PATCH"
6595   - "L2XCBASE"
6596   - "BASE"
6597   - "FIB_10K"
6598   - "FIB_100K"
6599   - "FIB_1M"
6600   traces:
6601     hoverinfo: "x+y"
6602     boxpoints: "outliers"
6603     whiskerwidth: 0
6604   layout:
6605     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6606     layout: "plot-throughput"
6607
6608 -
6609   type: "plot"
6610   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6611   algorithm: "plot_performance_box"
6612   output-file-type: ".html"
6613   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6614   data: "plot-vpp-throughput-latency-3n-skx"
6615   filter: "'NIC_Intel-XXV710' and
6616            '64B' and
6617            ('BASE' or 'SCALE') and
6618            'NDRPDR' and
6619            'ETH' and
6620            '2T1C' and
6621            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6622            not 'VHOST' and
6623            not 'MEMIF' and
6624            not 'DRV_AVF'"
6625   parameters:
6626   - "throughput"
6627   - "parent"
6628   - "tags"
6629   sort:
6630   - "L2PATCH"
6631   - "L2XCBASE"
6632   - "BASE"
6633   - "FIB_10K"
6634   - "FIB_100K"
6635   - "FIB_1M"
6636   traces:
6637     hoverinfo: "x+y"
6638     boxpoints: "outliers"
6639     whiskerwidth: 0
6640   layout:
6641     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6642     layout: "plot-throughput"
6643
6644 -
6645   type: "plot"
6646   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6647   algorithm: "plot_performance_box"
6648   output-file-type: ".html"
6649   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6650   data: "plot-vpp-throughput-latency-3n-skx"
6651   filter: "'NIC_Intel-XXV710' and
6652            '64B' and
6653            ('BASE' or 'SCALE') and
6654            'NDRPDR' and
6655            'ETH' and
6656            '4T2C' and
6657            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6658            not 'VHOST' and
6659            not 'MEMIF' and
6660            not 'DRV_AVF'"
6661   parameters:
6662   - "throughput"
6663   - "parent"
6664   - "tags"
6665   sort:
6666   - "L2PATCH"
6667   - "L2XCBASE"
6668   - "BASE"
6669   - "FIB_10K"
6670   - "FIB_100K"
6671   - "FIB_1M"
6672   traces:
6673     hoverinfo: "x+y"
6674     boxpoints: "outliers"
6675     whiskerwidth: 0
6676   layout:
6677     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6678     layout: "plot-throughput"
6679
6680 -
6681   type: "plot"
6682   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6683   algorithm: "plot_performance_box"
6684   output-file-type: ".html"
6685   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6686   data: "plot-vpp-throughput-latency-3n-skx"
6687   filter: "'NIC_Intel-XXV710' and
6688            '64B' and
6689            ('BASE' or 'SCALE') and
6690            'NDRPDR' and
6691            'ETH' and
6692            '4T2C' and
6693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6694            not 'VHOST' and
6695            not 'MEMIF' and
6696            not 'DRV_AVF'"
6697   parameters:
6698   - "throughput"
6699   - "parent"
6700   - "tags"
6701   sort:
6702   - "L2PATCH"
6703   - "L2XCBASE"
6704   - "BASE"
6705   - "FIB_10K"
6706   - "FIB_100K"
6707   - "FIB_1M"
6708   traces:
6709     hoverinfo: "x+y"
6710     boxpoints: "outliers"
6711     whiskerwidth: 0
6712   layout:
6713     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6714     layout: "plot-throughput"
6715
6716 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6717 -
6718   type: "plot"
6719   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6720   algorithm: "plot_performance_box"
6721   output-file-type: ".html"
6722   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6723   data: "plot-vpp-throughput-latency-2n-skx"
6724   filter: "'NIC_Intel-X710' and
6725            '64B' and
6726            ('BASE' or 'SCALE') and
6727            'NDRPDR' and
6728            'ETH' and
6729            '2T1C' and
6730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6731            not 'VHOST' and
6732            not 'MEMIF'"
6733   parameters:
6734   - "throughput"
6735   - "parent"
6736   - "tags"
6737   sort:
6738   - "L2PATCH"
6739   - "L2XCBASE"
6740   - "BASE"
6741   - "FIB_10K"
6742   - "FIB_100K"
6743   - "FIB_1M"
6744   traces:
6745     hoverinfo: "x+y"
6746     boxpoints: "outliers"
6747     whiskerwidth: 0
6748   layout:
6749     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6750     layout: "plot-throughput"
6751
6752 -
6753   type: "plot"
6754   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6755   algorithm: "plot_performance_box"
6756   output-file-type: ".html"
6757   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6758   data: "plot-vpp-throughput-latency-2n-skx"
6759   filter: "'NIC_Intel-X710' and
6760            '64B' and
6761            ('BASE' or 'SCALE') and
6762            'NDRPDR' and
6763            'ETH' and
6764            '2T1C' and
6765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6766            not 'VHOST' and
6767            not 'MEMIF'"
6768   parameters:
6769   - "throughput"
6770   - "parent"
6771   - "tags"
6772   sort:
6773   - "L2PATCH"
6774   - "L2XCBASE"
6775   - "BASE"
6776   - "FIB_10K"
6777   - "FIB_100K"
6778   - "FIB_1M"
6779   traces:
6780     hoverinfo: "x+y"
6781     boxpoints: "outliers"
6782     whiskerwidth: 0
6783   layout:
6784     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6785     layout: "plot-throughput"
6786
6787 -
6788   type: "plot"
6789   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6790   algorithm: "plot_performance_box"
6791   output-file-type: ".html"
6792   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6793   data: "plot-vpp-throughput-latency-2n-skx"
6794   filter: "'NIC_Intel-X710' and
6795            '64B' and
6796            ('BASE' or 'SCALE') and
6797            'NDRPDR' and
6798            'ETH' and
6799            '4T2C' and
6800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6801            not 'VHOST' and
6802            not 'MEMIF'"
6803   parameters:
6804   - "throughput"
6805   - "parent"
6806   - "tags"
6807   sort:
6808   - "L2PATCH"
6809   - "L2XCBASE"
6810   - "BASE"
6811   - "FIB_10K"
6812   - "FIB_100K"
6813   - "FIB_1M"
6814   traces:
6815     hoverinfo: "x+y"
6816     boxpoints: "outliers"
6817     whiskerwidth: 0
6818   layout:
6819     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6820     layout: "plot-throughput"
6821
6822 -
6823   type: "plot"
6824   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6825   algorithm: "plot_performance_box"
6826   output-file-type: ".html"
6827   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6828   data: "plot-vpp-throughput-latency-2n-skx"
6829   filter: "'NIC_Intel-X710' and
6830            '64B' and
6831            ('BASE' or 'SCALE') and
6832            'NDRPDR' and
6833            'ETH' and
6834            '4T2C' and
6835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6836            not 'VHOST' and
6837            not 'MEMIF'"
6838   parameters:
6839   - "throughput"
6840   - "parent"
6841   - "tags"
6842   sort:
6843   - "L2PATCH"
6844   - "L2XCBASE"
6845   - "BASE"
6846   - "FIB_10K"
6847   - "FIB_100K"
6848   - "FIB_1M"
6849   traces:
6850     hoverinfo: "x+y"
6851     boxpoints: "outliers"
6852     whiskerwidth: 0
6853   layout:
6854     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6855     layout: "plot-throughput"
6856
6857 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6858 -
6859   type: "plot"
6860   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6861   algorithm: "plot_performance_box"
6862   output-file-type: ".html"
6863   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6864   data: "plot-vpp-throughput-latency-2n-skx"
6865   filter: "'NIC_Intel-XXV710' and
6866            '64B' and
6867            ('BASE' or 'SCALE') and
6868            'NDRPDR' and
6869            'ETH' and
6870            '2T1C' and
6871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6872            not 'VHOST' and
6873            not 'MEMIF'"
6874   parameters:
6875   - "throughput"
6876   - "parent"
6877   - "tags"
6878   sort:
6879   - "L2PATCH"
6880   - "L2XCBASE"
6881   - "BASE"
6882   - "FIB_10K"
6883   - "FIB_100K"
6884   - "FIB_1M"
6885   traces:
6886     hoverinfo: "x+y"
6887     boxpoints: "outliers"
6888     whiskerwidth: 0
6889   layout:
6890     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6891     layout: "plot-throughput"
6892
6893 -
6894   type: "plot"
6895   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6896   algorithm: "plot_performance_box"
6897   output-file-type: ".html"
6898   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6899   data: "plot-vpp-throughput-latency-2n-skx"
6900   filter: "'NIC_Intel-XXV710' and
6901            '64B' and
6902            ('BASE' or 'SCALE') and
6903            'NDRPDR' and
6904            'ETH' and
6905            '2T1C' and
6906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6907            not 'VHOST' and
6908            not 'MEMIF'"
6909   parameters:
6910   - "throughput"
6911   - "parent"
6912   - "tags"
6913   sort:
6914   - "L2PATCH"
6915   - "L2XCBASE"
6916   - "BASE"
6917   - "FIB_10K"
6918   - "FIB_100K"
6919   - "FIB_1M"
6920   traces:
6921     hoverinfo: "x+y"
6922     boxpoints: "outliers"
6923     whiskerwidth: 0
6924   layout:
6925     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6926     layout: "plot-throughput"
6927
6928 -
6929   type: "plot"
6930   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6931   algorithm: "plot_performance_box"
6932   output-file-type: ".html"
6933   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6934   data: "plot-vpp-throughput-latency-2n-skx"
6935   filter: "'NIC_Intel-XXV710' and
6936            '64B' and
6937            ('BASE' or 'SCALE') and
6938            'NDRPDR' and
6939            'ETH' and
6940            '4T2C' and
6941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6942            not 'VHOST' and
6943            not 'MEMIF'"
6944   parameters:
6945   - "throughput"
6946   - "parent"
6947   - "tags"
6948   sort:
6949   - "L2PATCH"
6950   - "L2XCBASE"
6951   - "BASE"
6952   - "FIB_10K"
6953   - "FIB_100K"
6954   - "FIB_1M"
6955   traces:
6956     hoverinfo: "x+y"
6957     boxpoints: "outliers"
6958     whiskerwidth: 0
6959   layout:
6960     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6961     layout: "plot-throughput"
6962
6963 -
6964   type: "plot"
6965   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6966   algorithm: "plot_performance_box"
6967   output-file-type: ".html"
6968   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6969   data: "plot-vpp-throughput-latency-2n-skx"
6970   filter: "'NIC_Intel-XXV710' and
6971            '64B' and
6972            ('BASE' or 'SCALE') and
6973            'NDRPDR' and
6974            'ETH' and
6975            '4T2C' and
6976            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6977            not 'VHOST' and
6978            not 'MEMIF'"
6979   parameters:
6980   - "throughput"
6981   - "parent"
6982   - "tags"
6983   sort:
6984   - "L2PATCH"
6985   - "L2XCBASE"
6986   - "BASE"
6987   - "FIB_10K"
6988   - "FIB_100K"
6989   - "FIB_1M"
6990   traces:
6991     hoverinfo: "x+y"
6992     boxpoints: "outliers"
6993     whiskerwidth: 0
6994   layout:
6995     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6996     layout: "plot-throughput"
6997
6998 # Packet Throughput - VPP L2 2n-dnv-x553 base
6999 -
7000   type: "plot"
7001   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7002   algorithm: "plot_performance_box"
7003   output-file-type: ".html"
7004   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7005   data: "intel-dnv-vpp"
7006   filter: "'NIC_Intel-X553' and
7007            '64B' and
7008            'BASE' and
7009            'NDRPDR' and
7010            'ETH' and
7011            '1T1C' and
7012            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7013            not 'VHOST' and
7014            not 'MEMIF'"
7015   parameters:
7016   - "throughput"
7017   - "parent"
7018   - "tags"
7019   sort:
7020   - "L2XCBASE"
7021   - "L2BDMACLRN"
7022   - "L2PATCH"
7023   traces:
7024     hoverinfo: "x+y"
7025     boxpoints: "outliers"
7026     whiskerwidth: 0
7027   layout:
7028     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7029     layout: "plot-throughput"
7030
7031 -
7032   type: "plot"
7033   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7034   algorithm: "plot_performance_box"
7035   output-file-type: ".html"
7036   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7037   data: "intel-dnv-vpp"
7038   filter: "'NIC_Intel-X553' and
7039            '64B' and
7040            ('BASE' or 'SCALE') and
7041            'NDRPDR' and
7042            'ETH' and
7043            '1T1C' and
7044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7045            not 'VHOST' and
7046            not 'MEMIF'"
7047   parameters:
7048   - "throughput"
7049   - "parent"
7050   - "tags"
7051   sort:
7052   - "L2XCBASE"
7053   - "L2BDMACLRN"
7054   - "L2PATCH"
7055   traces:
7056     hoverinfo: "x+y"
7057     boxpoints: "outliers"
7058     whiskerwidth: 0
7059   layout:
7060     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7061     layout: "plot-throughput"
7062
7063 -
7064   type: "plot"
7065   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7066   algorithm: "plot_performance_box"
7067   output-file-type: ".html"
7068   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7069   data: "intel-dnv-vpp"
7070   filter: "'NIC_Intel-X553' and
7071            '64B' and
7072            ('BASE' or 'SCALE') and
7073            'NDRPDR' and
7074            'ETH' and
7075            '2T2C' and
7076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7077            not 'VHOST' and
7078            not 'MEMIF'"
7079   parameters:
7080   - "throughput"
7081   - "parent"
7082   - "tags"
7083   sort:
7084   - "L2XCBASE"
7085   - "L2BDMACLRN"
7086   - "L2PATCH"
7087   traces:
7088     hoverinfo: "x+y"
7089     boxpoints: "outliers"
7090     whiskerwidth: 0
7091   layout:
7092     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7093     layout: "plot-throughput"
7094
7095 -
7096   type: "plot"
7097   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7098   algorithm: "plot_performance_box"
7099   output-file-type: ".html"
7100   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7101   data: "intel-dnv-vpp"
7102   filter: "'NIC_Intel-X553' and
7103            '64B' and
7104            ('BASE' or 'SCALE') and
7105            'NDRPDR' and
7106            'ETH' and
7107            '2T2C' and
7108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7109            not 'VHOST' and
7110            not 'MEMIF'"
7111   parameters:
7112   - "throughput"
7113   - "parent"
7114   - "tags"
7115   sort:
7116   - "L2XCBASE"
7117   - "L2BDMACLRN"
7118   - "L2PATCH"
7119   traces:
7120     hoverinfo: "x+y"
7121     boxpoints: "outliers"
7122     whiskerwidth: 0
7123   layout:
7124     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7125     layout: "plot-throughput"
7126
7127 ################################################################################
7128
7129 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7130 -
7131   type: "plot"
7132   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7133   algorithm: "plot_performance_box"
7134   output-file-type: ".html"
7135   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7136   data: "plot-vpp-throughput-latency-3n-hsw"
7137   filter: "'NIC_Intel-X520-DA2' and
7138            '64B' and
7139            ('BASE' or 'SCALE') and
7140            'NDRPDR' and
7141            '1T1C' and
7142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7143            not 'VHOST' and
7144            'MEMIF'"
7145   parameters:
7146   - "throughput"
7147   - "parent"
7148   - "tags"
7149   sort:
7150   - "L2XCFWD"
7151   - "L2XCFWD"
7152   - "L2XCFWD"
7153   - "L2BDMACLRN"
7154   - "L2BDMACLRN"
7155   - "L2BDMACLRN"
7156   traces:
7157     hoverinfo: "x+y"
7158     boxpoints: "outliers"
7159     whiskerwidth: 0
7160   layout:
7161     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7162     layout: "plot-throughput"
7163
7164 -
7165   type: "plot"
7166   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7167   algorithm: "plot_performance_box"
7168   output-file-type: ".html"
7169   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7170   data: "plot-vpp-throughput-latency-3n-hsw"
7171   filter: "'NIC_Intel-X520-DA2' and
7172            '64B' and
7173            ('BASE' or 'SCALE') and
7174            'NDRPDR' and
7175            '1T1C' and
7176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7177            not 'VHOST' and
7178            'MEMIF'"
7179   parameters:
7180   - "throughput"
7181   - "parent"
7182   - "tags"
7183   sort:
7184   - "L2XCFWD"
7185   - "L2XCFWD"
7186   - "L2XCFWD"
7187   - "L2BDMACLRN"
7188   - "L2BDMACLRN"
7189   - "L2BDMACLRN"
7190   traces:
7191     hoverinfo: "x+y"
7192     boxpoints: "outliers"
7193     whiskerwidth: 0
7194   layout:
7195     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7196     layout: "plot-throughput"
7197
7198 -
7199   type: "plot"
7200   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7201   algorithm: "plot_performance_box"
7202   output-file-type: ".html"
7203   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7204   data: "plot-vpp-throughput-latency-3n-hsw"
7205   filter: "'NIC_Intel-X520-DA2' and
7206            '64B' and
7207            ('BASE' or 'SCALE') and
7208            'NDRPDR' and
7209            '2T2C' and
7210            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7211            not 'VHOST' and
7212            'MEMIF'"
7213   parameters:
7214   - "throughput"
7215   - "parent"
7216   - "tags"
7217   sort:
7218   - "L2XCFWD"
7219   - "L2XCFWD"
7220   - "L2XCFWD"
7221   - "L2BDMACLRN"
7222   - "L2BDMACLRN"
7223   - "L2BDMACLRN"
7224   traces:
7225     hoverinfo: "x+y"
7226     boxpoints: "outliers"
7227     whiskerwidth: 0
7228   layout:
7229     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7230     layout: "plot-throughput"
7231
7232 -
7233   type: "plot"
7234   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7235   algorithm: "plot_performance_box"
7236   output-file-type: ".html"
7237   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7238   data: "plot-vpp-throughput-latency-3n-hsw"
7239   filter: "'NIC_Intel-X520-DA2' and
7240            '64B' and
7241            ('BASE' or 'SCALE') and
7242            'NDRPDR' and
7243            '2T2C' and
7244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7245            not 'VHOST' and
7246            'MEMIF'"
7247   parameters:
7248   - "throughput"
7249   - "parent"
7250   - "tags"
7251   sort:
7252   - "L2XCFWD"
7253   - "L2XCFWD"
7254   - "L2XCFWD"
7255   - "L2BDMACLRN"
7256   - "L2BDMACLRN"
7257   - "L2BDMACLRN"
7258   traces:
7259     hoverinfo: "x+y"
7260     boxpoints: "outliers"
7261     whiskerwidth: 0
7262   layout:
7263     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7264     layout: "plot-throughput"
7265
7266 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7267 -
7268   type: "plot"
7269   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7270   algorithm: "plot_performance_box"
7271   output-file-type: ".html"
7272   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7273   data: "plot-vpp-throughput-latency-3n-hsw"
7274   filter: "'NIC_Intel-X710' and
7275            '64B' and
7276            ('BASE' or 'SCALE') and
7277            'NDRPDR' and
7278            '1T1C' and
7279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7280            not 'VHOST' and
7281            'MEMIF'"
7282   parameters:
7283   - "throughput"
7284   - "parent"
7285   - "tags"
7286   sort:
7287   - "L2XCFWD"
7288   - "L2XCFWD"
7289   - "L2XCFWD"
7290   - "L2BDMACLRN"
7291   - "L2BDMACLRN"
7292   - "L2BDMACLRN"
7293   traces:
7294     hoverinfo: "x+y"
7295     boxpoints: "outliers"
7296     whiskerwidth: 0
7297   layout:
7298     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7299     layout: "plot-throughput"
7300
7301 -
7302   type: "plot"
7303   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7304   algorithm: "plot_performance_box"
7305   output-file-type: ".html"
7306   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7307   data: "plot-vpp-throughput-latency-3n-hsw"
7308   filter: "'NIC_Intel-X710' and
7309            '64B' and
7310            ('BASE' or 'SCALE') and
7311            'NDRPDR' and
7312            '1T1C' and
7313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7314            not 'VHOST' and
7315            'MEMIF'"
7316   parameters:
7317   - "throughput"
7318   - "parent"
7319   - "tags"
7320   sort:
7321   - "L2XCFWD"
7322   - "L2XCFWD"
7323   - "L2XCFWD"
7324   - "L2BDMACLRN"
7325   - "L2BDMACLRN"
7326   - "L2BDMACLRN"
7327   traces:
7328     hoverinfo: "x+y"
7329     boxpoints: "outliers"
7330     whiskerwidth: 0
7331   layout:
7332     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7333     layout: "plot-throughput"
7334
7335 -
7336   type: "plot"
7337   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7338   algorithm: "plot_performance_box"
7339   output-file-type: ".html"
7340   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7341   data: "plot-vpp-throughput-latency-3n-hsw"
7342   filter: "'NIC_Intel-X710' and
7343            '64B' and
7344            ('BASE' or 'SCALE') and
7345            'NDRPDR' and
7346            '2T2C' and
7347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7348            not 'VHOST' and
7349            'MEMIF'"
7350   parameters:
7351   - "throughput"
7352   - "parent"
7353   - "tags"
7354   sort:
7355   - "L2XCFWD"
7356   - "L2XCFWD"
7357   - "L2XCFWD"
7358   - "L2BDMACLRN"
7359   - "L2BDMACLRN"
7360   - "L2BDMACLRN"
7361   traces:
7362     hoverinfo: "x+y"
7363     boxpoints: "outliers"
7364     whiskerwidth: 0
7365   layout:
7366     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7367     layout: "plot-throughput"
7368
7369 -
7370   type: "plot"
7371   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7372   algorithm: "plot_performance_box"
7373   output-file-type: ".html"
7374   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7375   data: "plot-vpp-throughput-latency-3n-hsw"
7376   filter: "'NIC_Intel-X710' and
7377            '64B' and
7378            ('BASE' or 'SCALE') and
7379            'NDRPDR' and
7380            '2T2C' and
7381            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7382            not 'VHOST' and
7383            'MEMIF'"
7384   parameters:
7385   - "throughput"
7386   - "parent"
7387   - "tags"
7388   sort:
7389   - "L2XCFWD"
7390   - "L2XCFWD"
7391   - "L2XCFWD"
7392   - "L2BDMACLRN"
7393   - "L2BDMACLRN"
7394   - "L2BDMACLRN"
7395   traces:
7396     hoverinfo: "x+y"
7397     boxpoints: "outliers"
7398     whiskerwidth: 0
7399   layout:
7400     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7401     layout: "plot-throughput"
7402
7403 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7404 -
7405   type: "plot"
7406   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7407   algorithm: "plot_performance_box"
7408   output-file-type: ".html"
7409   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7410   data: "plot-vpp-throughput-latency-3n-hsw"
7411   filter: "'NIC_Intel-XL710' and
7412            '64B' and
7413            ('BASE' or 'SCALE') and
7414            'NDRPDR' and
7415            '1T1C' and
7416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7417            not 'VHOST' and
7418            'MEMIF'"
7419   parameters:
7420   - "throughput"
7421   - "parent"
7422   - "tags"
7423   sort:
7424   - "L2XCFWD"
7425   - "L2XCFWD"
7426   - "L2XCFWD"
7427   - "L2BDMACLRN"
7428   - "L2BDMACLRN"
7429   - "L2BDMACLRN"
7430   traces:
7431     hoverinfo: "x+y"
7432     boxpoints: "outliers"
7433     whiskerwidth: 0
7434   layout:
7435     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7436     layout: "plot-throughput"
7437
7438 -
7439   type: "plot"
7440   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7441   algorithm: "plot_performance_box"
7442   output-file-type: ".html"
7443   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7444   data: "plot-vpp-throughput-latency-3n-hsw"
7445   filter: "'NIC_Intel-XL710' and
7446            '64B' and
7447            ('BASE' or 'SCALE') and
7448            'NDRPDR' and
7449            '1T1C' and
7450            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7451            not 'VHOST' and
7452            'MEMIF'"
7453   parameters:
7454   - "throughput"
7455   - "parent"
7456   - "tags"
7457   sort:
7458   - "L2XCFWD"
7459   - "L2XCFWD"
7460   - "L2XCFWD"
7461   - "L2BDMACLRN"
7462   - "L2BDMACLRN"
7463   - "L2BDMACLRN"
7464   traces:
7465     hoverinfo: "x+y"
7466     boxpoints: "outliers"
7467     whiskerwidth: 0
7468   layout:
7469     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7470     layout: "plot-throughput"
7471
7472 -
7473   type: "plot"
7474   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7475   algorithm: "plot_performance_box"
7476   output-file-type: ".html"
7477   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7478   data: "plot-vpp-throughput-latency-3n-hsw"
7479   filter: "'NIC_Intel-XL710' and
7480            '64B' and
7481            ('BASE' or 'SCALE') and
7482            'NDRPDR' and
7483            '2T2C' and
7484            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7485            not 'VHOST' and
7486            'MEMIF'"
7487   parameters:
7488   - "throughput"
7489   - "parent"
7490   - "tags"
7491   sort:
7492   - "L2XCFWD"
7493   - "L2XCFWD"
7494   - "L2XCFWD"
7495   - "L2BDMACLRN"
7496   - "L2BDMACLRN"
7497   - "L2BDMACLRN"
7498   traces:
7499     hoverinfo: "x+y"
7500     boxpoints: "outliers"
7501     whiskerwidth: 0
7502   layout:
7503     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7504     layout: "plot-throughput"
7505
7506 -
7507   type: "plot"
7508   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7509   algorithm: "plot_performance_box"
7510   output-file-type: ".html"
7511   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7512   data: "plot-vpp-throughput-latency-3n-hsw"
7513   filter: "'NIC_Intel-XL710' and
7514            '64B' and
7515            ('BASE' or 'SCALE') and
7516            'NDRPDR' and
7517            '2T2C' and
7518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7519            not 'VHOST' and
7520            'MEMIF'"
7521   parameters:
7522   - "throughput"
7523   - "parent"
7524   - "tags"
7525   sort:
7526   - "L2XCFWD"
7527   - "L2XCFWD"
7528   - "L2XCFWD"
7529   - "L2BDMACLRN"
7530   - "L2BDMACLRN"
7531   - "L2BDMACLRN"
7532   traces:
7533     hoverinfo: "x+y"
7534     boxpoints: "outliers"
7535     whiskerwidth: 0
7536   layout:
7537     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7538     layout: "plot-throughput"
7539
7540 # Packet Throughput - VPP Container Memif 3n-skx-x710
7541 -
7542   type: "plot"
7543   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7544   algorithm: "plot_performance_box"
7545   output-file-type: ".html"
7546   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7547   data: "plot-vpp-throughput-latency-3n-skx"
7548   filter: "'NIC_Intel-X710' and
7549            '64B' and
7550            ('BASE' or 'SCALE') and
7551            'NDRPDR' and
7552            '2T1C' and
7553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7554            not 'VHOST' and
7555            'MEMIF'"
7556   parameters:
7557   - "throughput"
7558   - "parent"
7559   - "tags"
7560   sort:
7561   - "L2XCFWD"
7562   - "L2XCFWD"
7563   - "L2XCFWD"
7564   - "L2BDMACLRN"
7565   - "L2BDMACLRN"
7566   - "L2BDMACLRN"
7567   traces:
7568     hoverinfo: "x+y"
7569     boxpoints: "outliers"
7570     whiskerwidth: 0
7571   layout:
7572     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7573     layout: "plot-throughput"
7574
7575 -
7576   type: "plot"
7577   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7578   algorithm: "plot_performance_box"
7579   output-file-type: ".html"
7580   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7581   data: "plot-vpp-throughput-latency-3n-skx"
7582   filter: "'NIC_Intel-X710' and
7583            '64B' and
7584            ('BASE' or 'SCALE') and
7585            'NDRPDR' and
7586            '2T1C' and
7587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7588            not 'VHOST' and
7589            'MEMIF'"
7590   parameters:
7591   - "throughput"
7592   - "parent"
7593   - "tags"
7594   sort:
7595   - "L2XCFWD"
7596   - "L2XCFWD"
7597   - "L2XCFWD"
7598   - "L2BDMACLRN"
7599   - "L2BDMACLRN"
7600   - "L2BDMACLRN"
7601   traces:
7602     hoverinfo: "x+y"
7603     boxpoints: "outliers"
7604     whiskerwidth: 0
7605   layout:
7606     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7607     layout: "plot-throughput"
7608
7609 -
7610   type: "plot"
7611   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7612   algorithm: "plot_performance_box"
7613   output-file-type: ".html"
7614   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7615   data: "plot-vpp-throughput-latency-3n-skx"
7616   filter: "'NIC_Intel-X710' and
7617            '64B' and
7618            ('BASE' or 'SCALE') and
7619            'NDRPDR' and
7620            '4T2C' and
7621            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7622            not 'VHOST' and
7623            'MEMIF'"
7624   parameters:
7625   - "throughput"
7626   - "parent"
7627   - "tags"
7628   sort:
7629   - "L2XCFWD"
7630   - "L2XCFWD"
7631   - "L2XCFWD"
7632   - "L2BDMACLRN"
7633   - "L2BDMACLRN"
7634   - "L2BDMACLRN"
7635   traces:
7636     hoverinfo: "x+y"
7637     boxpoints: "outliers"
7638     whiskerwidth: 0
7639   layout:
7640     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7641     layout: "plot-throughput"
7642
7643 -
7644   type: "plot"
7645   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7646   algorithm: "plot_performance_box"
7647   output-file-type: ".html"
7648   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7649   data: "plot-vpp-throughput-latency-3n-skx"
7650   filter: "'NIC_Intel-X710' and
7651            '64B' and
7652            ('BASE' or 'SCALE') and
7653            'NDRPDR' and
7654            '4T2C' and
7655            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7656            not 'VHOST' and
7657            'MEMIF'"
7658   parameters:
7659   - "throughput"
7660   - "parent"
7661   - "tags"
7662   sort:
7663   - "L2XCFWD"
7664   - "L2XCFWD"
7665   - "L2XCFWD"
7666   - "L2BDMACLRN"
7667   - "L2BDMACLRN"
7668   - "L2BDMACLRN"
7669   traces:
7670     hoverinfo: "x+y"
7671     boxpoints: "outliers"
7672     whiskerwidth: 0
7673   layout:
7674     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7675     layout: "plot-throughput"
7676
7677 # Packet Throughput - VPP Container Memif 2n-skx-x710
7678 -
7679   type: "plot"
7680   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7681   algorithm: "plot_performance_box"
7682   output-file-type: ".html"
7683   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7684   data: "plot-vpp-throughput-latency-2n-skx"
7685   filter: "'NIC_Intel-X710' and
7686            '64B' and
7687            ('BASE' or 'SCALE') and
7688            'NDRPDR' and
7689            '2T1C' and
7690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7691            not 'VHOST' and
7692            'MEMIF'"
7693   parameters:
7694   - "throughput"
7695   - "parent"
7696   - "tags"
7697   sort:
7698   - "L2XCFWD"
7699   - "L2XCFWD"
7700   - "L2XCFWD"
7701   - "L2BDMACLRN"
7702   - "L2BDMACLRN"
7703   - "L2BDMACLRN"
7704   traces:
7705     hoverinfo: "x+y"
7706     boxpoints: "outliers"
7707     whiskerwidth: 0
7708   layout:
7709     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7710     layout: "plot-throughput"
7711
7712 -
7713   type: "plot"
7714   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7715   algorithm: "plot_performance_box"
7716   output-file-type: ".html"
7717   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7718   data: "plot-vpp-throughput-latency-2n-skx"
7719   filter: "'NIC_Intel-X710' and
7720            '64B' and
7721            ('BASE' or 'SCALE') and
7722            'NDRPDR' and
7723            '2T1C' and
7724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7725            not 'VHOST' and
7726            'MEMIF'"
7727   parameters:
7728   - "throughput"
7729   - "parent"
7730   - "tags"
7731   sort:
7732   - "L2XCFWD"
7733   - "L2XCFWD"
7734   - "L2XCFWD"
7735   - "L2BDMACLRN"
7736   - "L2BDMACLRN"
7737   - "L2BDMACLRN"
7738   traces:
7739     hoverinfo: "x+y"
7740     boxpoints: "outliers"
7741     whiskerwidth: 0
7742   layout:
7743     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7744     layout: "plot-throughput"
7745
7746 -
7747   type: "plot"
7748   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7749   algorithm: "plot_performance_box"
7750   output-file-type: ".html"
7751   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7752   data: "plot-vpp-throughput-latency-2n-skx"
7753   filter: "'NIC_Intel-X710' and
7754            '64B' and
7755            ('BASE' or 'SCALE') and
7756            'NDRPDR' and
7757            '4T2C' and
7758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7759            not 'VHOST' and
7760            'MEMIF'"
7761   parameters:
7762   - "throughput"
7763   - "parent"
7764   - "tags"
7765   sort:
7766   - "L2XCFWD"
7767   - "L2XCFWD"
7768   - "L2XCFWD"
7769   - "L2BDMACLRN"
7770   - "L2BDMACLRN"
7771   - "L2BDMACLRN"
7772   traces:
7773     hoverinfo: "x+y"
7774     boxpoints: "outliers"
7775     whiskerwidth: 0
7776   layout:
7777     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7778     layout: "plot-throughput"
7779
7780 -
7781   type: "plot"
7782   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7783   algorithm: "plot_performance_box"
7784   output-file-type: ".html"
7785   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7786   data: "plot-vpp-throughput-latency-2n-skx"
7787   filter: "'NIC_Intel-X710' and
7788            '64B' and
7789            ('BASE' or 'SCALE') and
7790            'NDRPDR' and
7791            '4T2C' and
7792            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7793            not 'VHOST' and
7794            'MEMIF'"
7795   parameters:
7796   - "throughput"
7797   - "parent"
7798   - "tags"
7799   sort:
7800   - "L2XCFWD"
7801   - "L2XCFWD"
7802   - "L2XCFWD"
7803   - "L2BDMACLRN"
7804   - "L2BDMACLRN"
7805   - "L2BDMACLRN"
7806   traces:
7807     hoverinfo: "x+y"
7808     boxpoints: "outliers"
7809     whiskerwidth: 0
7810   layout:
7811     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7812     layout: "plot-throughput"
7813
7814 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7815 -
7816   type: "plot"
7817   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7818   algorithm: "plot_performance_box"
7819   output-file-type: ".html"
7820   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7821   data: "plot-vpp-throughput-latency-2n-skx"
7822   filter: "'NIC_Intel-XXV710' and
7823            '64B' and
7824            ('BASE' or 'SCALE') and
7825            'NDRPDR' and
7826            '2T1C' and
7827            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7828            not 'VHOST' and
7829            'MEMIF'"
7830   parameters:
7831   - "throughput"
7832   - "parent"
7833   - "tags"
7834   sort:
7835   - "L2XCFWD"
7836   - "L2XCFWD"
7837   - "L2XCFWD"
7838   - "L2BDMACLRN"
7839   - "L2BDMACLRN"
7840   - "L2BDMACLRN"
7841   traces:
7842     hoverinfo: "x+y"
7843     boxpoints: "outliers"
7844     whiskerwidth: 0
7845   layout:
7846     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7847     layout: "plot-throughput"
7848
7849 -
7850   type: "plot"
7851   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7852   algorithm: "plot_performance_box"
7853   output-file-type: ".html"
7854   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7855   data: "plot-vpp-throughput-latency-2n-skx"
7856   filter: "'NIC_Intel-XXV710' and
7857            '64B' and
7858            ('BASE' or 'SCALE') and
7859            'NDRPDR' and
7860            '2T1C' and
7861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7862            not 'VHOST' and
7863            'MEMIF'"
7864   parameters:
7865   - "throughput"
7866   - "parent"
7867   - "tags"
7868   sort:
7869   - "L2XCFWD"
7870   - "L2XCFWD"
7871   - "L2XCFWD"
7872   - "L2BDMACLRN"
7873   - "L2BDMACLRN"
7874   - "L2BDMACLRN"
7875   traces:
7876     hoverinfo: "x+y"
7877     boxpoints: "outliers"
7878     whiskerwidth: 0
7879   layout:
7880     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7881     layout: "plot-throughput"
7882
7883 -
7884   type: "plot"
7885   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7886   algorithm: "plot_performance_box"
7887   output-file-type: ".html"
7888   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7889   data: "plot-vpp-throughput-latency-2n-skx"
7890   filter: "'NIC_Intel-XXV710' and
7891            '64B' and
7892            ('BASE' or 'SCALE') and
7893            'NDRPDR' and
7894            '4T2C' and
7895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7896            not 'VHOST' and
7897            'MEMIF'"
7898   parameters:
7899   - "throughput"
7900   - "parent"
7901   - "tags"
7902   sort:
7903   - "L2XCFWD"
7904   - "L2XCFWD"
7905   - "L2XCFWD"
7906   - "L2BDMACLRN"
7907   - "L2BDMACLRN"
7908   - "L2BDMACLRN"
7909   traces:
7910     hoverinfo: "x+y"
7911     boxpoints: "outliers"
7912     whiskerwidth: 0
7913   layout:
7914     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7915     layout: "plot-throughput"
7916
7917 -
7918   type: "plot"
7919   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7920   algorithm: "plot_performance_box"
7921   output-file-type: ".html"
7922   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7923   data: "plot-vpp-throughput-latency-2n-skx"
7924   filter: "'NIC_Intel-XXV710' and
7925            '64B' and
7926            ('BASE' or 'SCALE') and
7927            'NDRPDR' and
7928            '4T2C' and
7929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7930            not 'VHOST' and
7931            'MEMIF'"
7932   parameters:
7933   - "throughput"
7934   - "parent"
7935   - "tags"
7936   sort:
7937   - "L2XCFWD"
7938   - "L2XCFWD"
7939   - "L2XCFWD"
7940   - "L2BDMACLRN"
7941   - "L2BDMACLRN"
7942   - "L2BDMACLRN"
7943   traces:
7944     hoverinfo: "x+y"
7945     boxpoints: "outliers"
7946     whiskerwidth: 0
7947   layout:
7948     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7949     layout: "plot-throughput"
7950
7951 ################################################################################
7952
7953 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7954 -
7955   type: "plot"
7956   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7957   algorithm: "plot_performance_box"
7958   output-file-type: ".html"
7959   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7960   data: "plot-ligato-throughput-latency-3n-hsw"
7961   filter: "'NIC_Intel-X520-DA2' and
7962            '64B' and
7963            ('BASE' or 'SCALE') and
7964            'NDRPDR' and
7965            '1T1C' and
7966            'L2XCFWD' and
7967            not 'VHOST' and
7968            'MEMIF'"
7969   parameters:
7970   - "throughput"
7971   - "parent"
7972   - "tags"
7973   sort:
7974   - "1VNF"
7975   - "2VNF"
7976   - "4VNF"
7977   - "2VNF"
7978   - "4VNF"
7979   traces:
7980     hoverinfo: "x+y"
7981     boxpoints: "outliers"
7982     whiskerwidth: 0
7983   layout:
7984     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7985     layout: "plot-throughput"
7986
7987 -
7988   type: "plot"
7989   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7990   algorithm: "plot_performance_box"
7991   output-file-type: ".html"
7992   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7993   data: "plot-ligato-throughput-latency-3n-hsw"
7994   filter: "'NIC_Intel-X520-DA2' and
7995            '64B' and
7996            ('BASE' or 'SCALE') and
7997            'NDRPDR' and
7998            '1T1C' and
7999            'L2XCFWD' and
8000            not 'VHOST' and
8001            'MEMIF'"
8002   parameters:
8003   - "throughput"
8004   - "parent"
8005   - "tags"
8006   sort:
8007   - "1VNF"
8008   - "2VNF"
8009   - "4VNF"
8010   - "2VNF"
8011   - "4VNF"
8012   traces:
8013     hoverinfo: "x+y"
8014     boxpoints: "outliers"
8015     whiskerwidth: 0
8016   layout:
8017     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8018     layout: "plot-throughput"
8019
8020 -
8021   type: "plot"
8022   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8023   algorithm: "plot_performance_box"
8024   output-file-type: ".html"
8025   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8026   data: "plot-ligato-throughput-latency-3n-hsw"
8027   filter: "'NIC_Intel-X520-DA2' and
8028            '64B' and
8029            ('BASE' or 'SCALE') and
8030            'NDRPDR' and
8031            '2T2C' and
8032            'L2XCFWD' and
8033            not 'VHOST' and
8034            'MEMIF'"
8035   parameters:
8036   - "throughput"
8037   - "parent"
8038   - "tags"
8039   sort:
8040   - "1VNF"
8041   - "2VNF"
8042   - "4VNF"
8043   - "2VNF"
8044   - "4VNF"
8045   traces:
8046     hoverinfo: "x+y"
8047     boxpoints: "outliers"
8048     whiskerwidth: 0
8049   layout:
8050     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8051     layout: "plot-throughput"
8052
8053 -
8054   type: "plot"
8055   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8056   algorithm: "plot_performance_box"
8057   output-file-type: ".html"
8058   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8059   data: "plot-ligato-throughput-latency-3n-hsw"
8060   filter: "'NIC_Intel-X520-DA2' and
8061            '64B' and
8062            ('BASE' or 'SCALE') and
8063            'NDRPDR' and
8064            '2T2C' and
8065            'L2XCFWD' and
8066            not 'VHOST' and
8067            'MEMIF'"
8068   parameters:
8069   - "throughput"
8070   - "parent"
8071   - "tags"
8072   sort:
8073   - "1VNF"
8074   - "2VNF"
8075   - "4VNF"
8076   - "2VNF"
8077   - "4VNF"
8078   traces:
8079     hoverinfo: "x+y"
8080     boxpoints: "outliers"
8081     whiskerwidth: 0
8082   layout:
8083     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8084     layout: "plot-throughput"
8085
8086 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8087 -
8088   type: "plot"
8089   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8090   algorithm: "plot_performance_box"
8091   output-file-type: ".html"
8092   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8093   data: "plot-ligato-throughput-latency-3n-hsw"
8094   filter: "'NIC_Intel-X520-DA2' and
8095            '64B' and
8096            ('BASE' or 'SCALE') and
8097            'NDRPDR' and
8098            '1T1C' and
8099            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8100            not 'VHOST' and
8101            'MEMIF'"
8102   parameters:
8103   - "throughput"
8104   - "parent"
8105   - "tags"
8106   sort:
8107   - "1VNF"
8108   - "2VNF"
8109   - "4VNF"
8110   - "2VNF"
8111   - "4VNF"
8112   traces:
8113     hoverinfo: "x+y"
8114     boxpoints: "outliers"
8115     whiskerwidth: 0
8116   layout:
8117     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8118     layout: "plot-throughput"
8119
8120 -
8121   type: "plot"
8122   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8123   algorithm: "plot_performance_box"
8124   output-file-type: ".html"
8125   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8126   data: "plot-ligato-throughput-latency-3n-hsw"
8127   filter: "'NIC_Intel-X520-DA2' and
8128            '64B' and
8129            ('BASE' or 'SCALE') and
8130            'NDRPDR' and
8131            '1T1C' and
8132            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8133            not 'VHOST' and
8134            'MEMIF'"
8135   parameters:
8136   - "throughput"
8137   - "parent"
8138   - "tags"
8139   sort:
8140   - "1VNF"
8141   - "2VNF"
8142   - "4VNF"
8143   - "2VNF"
8144   - "4VNF"
8145   traces:
8146     hoverinfo: "x+y"
8147     boxpoints: "outliers"
8148     whiskerwidth: 0
8149   layout:
8150     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8151     layout: "plot-throughput"
8152
8153 -
8154   type: "plot"
8155   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8156   algorithm: "plot_performance_box"
8157   output-file-type: ".html"
8158   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8159   data: "plot-ligato-throughput-latency-3n-hsw"
8160   filter: "'NIC_Intel-X520-DA2' and
8161            '64B' and
8162            ('BASE' or 'SCALE') and
8163            'NDRPDR' and
8164            '2T2C' and
8165            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8166            not 'VHOST' and
8167            'MEMIF'"
8168   parameters:
8169   - "throughput"
8170   - "parent"
8171   - "tags"
8172   sort:
8173   - "1VNF"
8174   - "2VNF"
8175   - "4VNF"
8176   - "2VNF"
8177   - "4VNF"
8178   traces:
8179     hoverinfo: "x+y"
8180     boxpoints: "outliers"
8181     whiskerwidth: 0
8182   layout:
8183     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8184     layout: "plot-throughput"
8185
8186 -
8187   type: "plot"
8188   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8189   algorithm: "plot_performance_box"
8190   output-file-type: ".html"
8191   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8192   data: "plot-ligato-throughput-latency-3n-hsw"
8193   filter: "'NIC_Intel-X520-DA2' and
8194            '64B' and
8195            ('BASE' or 'SCALE') and
8196            'NDRPDR' and
8197            '2T2C' and
8198            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8199            not 'VHOST' and
8200            'MEMIF'"
8201   parameters:
8202   - "throughput"
8203   - "parent"
8204   - "tags"
8205   sort:
8206   - "1VNF"
8207   - "2VNF"
8208   - "4VNF"
8209   - "2VNF"
8210   - "4VNF"
8211   traces:
8212     hoverinfo: "x+y"
8213     boxpoints: "outliers"
8214     whiskerwidth: 0
8215   layout:
8216     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8217     layout: "plot-throughput"
8218
8219 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8220 -
8221   type: "plot"
8222   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8223   algorithm: "plot_performance_box"
8224   output-file-type: ".html"
8225   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8226   data: "plot-ligato-throughput-latency-3n-hsw"
8227   filter: "'NIC_Intel-X710' and
8228            '64B' and
8229            ('BASE' or 'SCALE') and
8230            'NDRPDR' and
8231            '1T1C' and
8232            'L2XCFWD' and
8233            not 'VHOST' and
8234            'MEMIF'"
8235   parameters:
8236   - "throughput"
8237   - "parent"
8238   - "tags"
8239   sort:
8240   - "1VNF"
8241   - "2VNF"
8242   - "4VNF"
8243   - "2VNF"
8244   - "4VNF"
8245   traces:
8246     hoverinfo: "x+y"
8247     boxpoints: "outliers"
8248     whiskerwidth: 0
8249   layout:
8250     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8251     layout: "plot-throughput"
8252
8253 -
8254   type: "plot"
8255   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8256   algorithm: "plot_performance_box"
8257   output-file-type: ".html"
8258   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8259   data: "plot-ligato-throughput-latency-3n-hsw"
8260   filter: "'NIC_Intel-X710' and
8261            '64B' and
8262            ('BASE' or 'SCALE') and
8263            'NDRPDR' and
8264            '1T1C' and
8265            'L2XCFWD' and
8266            not 'VHOST' and
8267            'MEMIF'"
8268   parameters:
8269   - "throughput"
8270   - "parent"
8271   - "tags"
8272   sort:
8273   - "1VNF"
8274   - "2VNF"
8275   - "4VNF"
8276   - "2VNF"
8277   - "4VNF"
8278   traces:
8279     hoverinfo: "x+y"
8280     boxpoints: "outliers"
8281     whiskerwidth: 0
8282   layout:
8283     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8284     layout: "plot-throughput"
8285
8286 -
8287   type: "plot"
8288   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8289   algorithm: "plot_performance_box"
8290   output-file-type: ".html"
8291   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8292   data: "plot-ligato-throughput-latency-3n-hsw"
8293   filter: "'NIC_Intel-X710' and
8294            '64B' and
8295            ('BASE' or 'SCALE') and
8296            'NDRPDR' and
8297            '2T2C' and
8298            'L2XCFWD' and
8299            not 'VHOST' and
8300            'MEMIF'"
8301   parameters:
8302   - "throughput"
8303   - "parent"
8304   - "tags"
8305   sort:
8306   - "1VNF"
8307   - "2VNF"
8308   - "4VNF"
8309   - "2VNF"
8310   - "4VNF"
8311   traces:
8312     hoverinfo: "x+y"
8313     boxpoints: "outliers"
8314     whiskerwidth: 0
8315   layout:
8316     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8317     layout: "plot-throughput"
8318
8319 -
8320   type: "plot"
8321   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8322   algorithm: "plot_performance_box"
8323   output-file-type: ".html"
8324   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8325   data: "plot-ligato-throughput-latency-3n-hsw"
8326   filter: "'NIC_Intel-X710' and
8327            '64B' and
8328            ('BASE' or 'SCALE') and
8329            'NDRPDR' and
8330            '2T2C' and
8331            'L2XCFWD' and
8332            not 'VHOST' and
8333            'MEMIF'"
8334   parameters:
8335   - "throughput"
8336   - "parent"
8337   - "tags"
8338   sort:
8339   - "1VNF"
8340   - "2VNF"
8341   - "4VNF"
8342   - "2VNF"
8343   - "4VNF"
8344   traces:
8345     hoverinfo: "x+y"
8346     boxpoints: "outliers"
8347     whiskerwidth: 0
8348   layout:
8349     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8350     layout: "plot-throughput"
8351
8352 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8353 -
8354   type: "plot"
8355   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8356   algorithm: "plot_performance_box"
8357   output-file-type: ".html"
8358   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8359   data: "plot-ligato-throughput-latency-3n-hsw"
8360   filter: "'NIC_Intel-X710' and
8361            '64B' and
8362            ('BASE' or 'SCALE') and
8363            'NDRPDR' and
8364            '1T1C' and
8365            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8366            not 'VHOST' and
8367            'MEMIF'"
8368   parameters:
8369   - "throughput"
8370   - "parent"
8371   - "tags"
8372   sort:
8373   - "1VNF"
8374   - "2VNF"
8375   - "4VNF"
8376   - "2VNF"
8377   - "4VNF"
8378   traces:
8379     hoverinfo: "x+y"
8380     boxpoints: "outliers"
8381     whiskerwidth: 0
8382   layout:
8383     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8384     layout: "plot-throughput"
8385
8386 -
8387   type: "plot"
8388   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8389   algorithm: "plot_performance_box"
8390   output-file-type: ".html"
8391   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8392   data: "plot-ligato-throughput-latency-3n-hsw"
8393   filter: "'NIC_Intel-X710' and
8394            '64B' and
8395            ('BASE' or 'SCALE') and
8396            'NDRPDR' and
8397            '1T1C' and
8398            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8399            not 'VHOST' and
8400            'MEMIF'"
8401   parameters:
8402   - "throughput"
8403   - "parent"
8404   - "tags"
8405   sort:
8406   - "1VNF"
8407   - "2VNF"
8408   - "4VNF"
8409   - "2VNF"
8410   - "4VNF"
8411   traces:
8412     hoverinfo: "x+y"
8413     boxpoints: "outliers"
8414     whiskerwidth: 0
8415   layout:
8416     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8417     layout: "plot-throughput"
8418
8419 -
8420   type: "plot"
8421   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8422   algorithm: "plot_performance_box"
8423   output-file-type: ".html"
8424   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8425   data: "plot-ligato-throughput-latency-3n-hsw"
8426   filter: "'NIC_Intel-X710' and
8427            '64B' and
8428            ('BASE' or 'SCALE') and
8429            'NDRPDR' and
8430            '2T2C' and
8431            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8432            not 'VHOST' and
8433            'MEMIF'"
8434   parameters:
8435   - "throughput"
8436   - "parent"
8437   - "tags"
8438   sort:
8439   - "1VNF"
8440   - "2VNF"
8441   - "4VNF"
8442   - "2VNF"
8443   - "4VNF"
8444   traces:
8445     hoverinfo: "x+y"
8446     boxpoints: "outliers"
8447     whiskerwidth: 0
8448   layout:
8449     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8450     layout: "plot-throughput"
8451
8452 -
8453   type: "plot"
8454   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8455   algorithm: "plot_performance_box"
8456   output-file-type: ".html"
8457   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8458   data: "plot-ligato-throughput-latency-3n-hsw"
8459   filter: "'NIC_Intel-X710' and
8460            '64B' and
8461            ('BASE' or 'SCALE') and
8462            'NDRPDR' and
8463            '2T2C' and
8464            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8465            not 'VHOST' and
8466            'MEMIF'"
8467   parameters:
8468   - "throughput"
8469   - "parent"
8470   - "tags"
8471   sort:
8472   - "1VNF"
8473   - "2VNF"
8474   - "4VNF"
8475   - "2VNF"
8476   - "4VNF"
8477   traces:
8478     hoverinfo: "x+y"
8479     boxpoints: "outliers"
8480     whiskerwidth: 0
8481   layout:
8482     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8483     layout: "plot-throughput"
8484
8485 ################################################################################
8486
8487 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8488 -
8489   type: "plot"
8490   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8491   algorithm: "plot_performance_box"
8492   output-file-type: ".html"
8493   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8494   data: "plot-vpp-throughput-latency-3n-hsw"
8495   filter: "'NIC_Intel-X520-DA2' and
8496            '64B' and
8497            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8498            'NDRPDR' and
8499            '1T1C' and
8500            'IP4FWD' and
8501            not 'IPSEC' and
8502            not 'VHOST'"
8503   parameters:
8504   - "throughput"
8505   - "parent"
8506   - "tags"
8507   sort:
8508   - "DOT1Q"
8509   - "IP4BASE"
8510   - "FIB_20k"
8511   - "FIB_200k"
8512   - "FIB_2M"
8513   traces:
8514     hoverinfo: "x+y"
8515     boxpoints: "outliers"
8516     whiskerwidth: 0
8517   layout:
8518     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8519     layout: "plot-throughput"
8520
8521 -
8522   type: "plot"
8523   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8524   algorithm: "plot_performance_box"
8525   output-file-type: ".html"
8526   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8527   data: "plot-vpp-throughput-latency-3n-hsw"
8528   filter: "'NIC_Intel-X520-DA2' and
8529            '64B' and
8530            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8531            'NDRPDR' and
8532            '1T1C' and
8533            'IP4FWD' and
8534            not 'IPSEC' and
8535            not 'VHOST'"
8536   parameters:
8537   - "throughput"
8538   - "parent"
8539   - "tags"
8540   sort:
8541   - "DOT1Q"
8542   - "IP4BASE"
8543   - "FIB_20k"
8544   - "FIB_200k"
8545   - "FIB_2M"
8546   traces:
8547     hoverinfo: "x+y"
8548     boxpoints: "outliers"
8549     whiskerwidth: 0
8550   layout:
8551     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8552     layout: "plot-throughput"
8553
8554 -
8555   type: "plot"
8556   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8557   algorithm: "plot_performance_box"
8558   output-file-type: ".html"
8559   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8560   data: "plot-vpp-throughput-latency-3n-hsw"
8561   filter: "'NIC_Intel-X520-DA2' and
8562            '64B' and
8563            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8564            'NDRPDR' and
8565            '2T2C' and
8566            'IP4FWD' and
8567            not 'IPSEC' and
8568            not 'VHOST'"
8569   parameters:
8570   - "throughput"
8571   - "parent"
8572   - "tags"
8573   sort:
8574   - "DOT1Q"
8575   - "IP4BASE"
8576   - "FIB_20k"
8577   - "FIB_200k"
8578   - "FIB_2M"
8579   traces:
8580     hoverinfo: "x+y"
8581     boxpoints: "outliers"
8582     whiskerwidth: 0
8583   layout:
8584     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8585     layout: "plot-throughput"
8586
8587 -
8588   type: "plot"
8589   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8590   algorithm: "plot_performance_box"
8591   output-file-type: ".html"
8592   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8593   data: "plot-vpp-throughput-latency-3n-hsw"
8594   filter: "'NIC_Intel-X520-DA2' and
8595            '64B' and
8596            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8597            'NDRPDR' and
8598            '2T2C' and
8599            'IP4FWD' and
8600            not 'IPSEC' and
8601            not 'VHOST'"
8602   parameters:
8603   - "throughput"
8604   - "parent"
8605   - "tags"
8606   sort:
8607   - "DOT1Q"
8608   - "IP4BASE"
8609   - "FIB_20k"
8610   - "FIB_200k"
8611   - "FIB_2M"
8612   traces:
8613     hoverinfo: "x+y"
8614     boxpoints: "outliers"
8615     whiskerwidth: 0
8616   layout:
8617     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8618     layout: "plot-throughput"
8619
8620 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8621 -
8622   type: "plot"
8623   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8624   algorithm: "plot_performance_box"
8625   output-file-type: ".html"
8626   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8627   data: "plot-vpp-throughput-latency-3n-hsw"
8628   filter: "'NIC_Intel-X520-DA2' and
8629            '64B' and
8630            ('IP4BASE' or
8631             'POLICE_MARK' or
8632             'COPWHLIST' or
8633             ('NAT44' and 'BASE') or
8634             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8635            'NDRPDR' and
8636            '1T1C' and
8637            'IP4FWD' and
8638            not 'IPSEC' and
8639            not 'VHOST'"
8640   parameters:
8641   - "throughput"
8642   - "parent"
8643   - "tags"
8644   sort:
8645   - "DOT1Q"
8646   - "IP4BASE"
8647   - "NAT44"
8648   - "POLICE_MARK"
8649   - "COPWHLIST"
8650   - "IACL"
8651   - "OACL"
8652   traces:
8653     hoverinfo: "x+y"
8654     boxpoints: "outliers"
8655     whiskerwidth: 0
8656   layout:
8657     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8658     layout: "plot-throughput"
8659
8660 -
8661   type: "plot"
8662   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8663   algorithm: "plot_performance_box"
8664   output-file-type: ".html"
8665   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8666   data: "plot-vpp-throughput-latency-3n-hsw"
8667   filter: "'NIC_Intel-X520-DA2' and
8668            '64B' and
8669            ('IP4BASE' or
8670             'POLICE_MARK' or
8671             'COPWHLIST' or
8672             ('NAT44' and 'BASE') or
8673             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8674            'NDRPDR' and
8675            '1T1C' and
8676            'IP4FWD' and
8677            not 'IPSEC' and
8678            not 'VHOST'"
8679   parameters:
8680   - "throughput"
8681   - "parent"
8682   - "tags"
8683   sort:
8684   - "DOT1Q"
8685   - "IP4BASE"
8686   - "NAT44"
8687   - "POLICE_MARK"
8688   - "COPWHLIST"
8689   - "IACL"
8690   - "OACL"
8691   traces:
8692     hoverinfo: "x+y"
8693     boxpoints: "outliers"
8694     whiskerwidth: 0
8695   layout:
8696     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8697     layout: "plot-throughput"
8698
8699 -
8700   type: "plot"
8701   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8702   algorithm: "plot_performance_box"
8703   output-file-type: ".html"
8704   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8705   data: "plot-vpp-throughput-latency-3n-hsw"
8706   filter: "'NIC_Intel-X520-DA2' and
8707            '64B' and
8708            ('IP4BASE' or
8709             'POLICE_MARK' or
8710             'COPWHLIST' or
8711             ('NAT44' and 'BASE') or
8712             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8713            'NDRPDR' and
8714            '2T2C' and
8715            'IP4FWD' and
8716            not 'IPSEC' and
8717            not 'VHOST'"
8718   parameters:
8719   - "throughput"
8720   - "parent"
8721   - "tags"
8722   sort:
8723   - "DOT1Q"
8724   - "IP4BASE"
8725   - "NAT44"
8726   - "POLICE_MARK"
8727   - "COPWHLIST"
8728   - "IACL"
8729   - "OACL"
8730   traces:
8731     hoverinfo: "x+y"
8732     boxpoints: "outliers"
8733     whiskerwidth: 0
8734   layout:
8735     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8736     layout: "plot-throughput"
8737
8738 -
8739   type: "plot"
8740   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8741   algorithm: "plot_performance_box"
8742   output-file-type: ".html"
8743   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8744   data: "plot-vpp-throughput-latency-3n-hsw"
8745   filter: "'NIC_Intel-X520-DA2' and
8746            '64B' and
8747            ('IP4BASE' or
8748             'POLICE_MARK' or
8749             'COPWHLIST' or
8750             ('NAT44' and 'BASE') or
8751             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8752            'NDRPDR' and
8753            '2T2C' and
8754            'IP4FWD' and
8755            not 'IPSEC' and
8756            not 'VHOST'"
8757   parameters:
8758   - "throughput"
8759   - "parent"
8760   - "tags"
8761   sort:
8762   - "DOT1Q"
8763   - "IP4BASE"
8764   - "NAT44"
8765   - "POLICE_MARK"
8766   - "COPWHLIST"
8767   - "IACL"
8768   - "OACL"
8769   traces:
8770     hoverinfo: "x+y"
8771     boxpoints: "outliers"
8772     whiskerwidth: 0
8773   layout:
8774     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8775     layout: "plot-throughput"
8776
8777 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8778 -
8779   type: "plot"
8780   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8781   algorithm: "plot_performance_box"
8782   output-file-type: ".html"
8783   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8784   data: "plot-vpp-throughput-latency-3n-hsw"
8785   filter: "'NIC_Intel-X520-DA2' and
8786            '64B' and
8787            'NDRPDR' and
8788            '1T1C' and
8789            'IP4FWD' and
8790            'NAT44' and
8791            not 'IPSEC' and
8792            not 'VHOST'"
8793   parameters:
8794   - "throughput"
8795   - "parent"
8796   - "tags"
8797   sort:
8798   - "BASE"
8799   - "BASE"
8800   - "SRC_USER_10"
8801   - "SRC_USER_100"
8802   - "SRC_USER_1000"
8803   - "SRC_USER_2000"
8804   traces:
8805     hoverinfo: "x+y"
8806     boxpoints: "outliers"
8807     whiskerwidth: 0
8808   layout:
8809     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8810     layout: "plot-throughput"
8811
8812 -
8813   type: "plot"
8814   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8815   algorithm: "plot_performance_box"
8816   output-file-type: ".html"
8817   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8818   data: "plot-vpp-throughput-latency-3n-hsw"
8819   filter: "'NIC_Intel-X520-DA2' and
8820            '64B' and
8821            'NDRPDR' and
8822            '1T1C' and
8823            'IP4FWD' and
8824            'NAT44' and
8825            not 'IPSEC' and
8826            not 'VHOST'"
8827   parameters:
8828   - "throughput"
8829   - "parent"
8830   - "tags"
8831   sort:
8832   - "BASE"
8833   - "BASE"
8834   - "SRC_USER_10"
8835   - "SRC_USER_100"
8836   - "SRC_USER_1000"
8837   - "SRC_USER_2000"
8838   traces:
8839     hoverinfo: "x+y"
8840     boxpoints: "outliers"
8841     whiskerwidth: 0
8842   layout:
8843     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8844     layout: "plot-throughput"
8845
8846 -
8847   type: "plot"
8848   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8849   algorithm: "plot_performance_box"
8850   output-file-type: ".html"
8851   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8852   data: "plot-vpp-throughput-latency-3n-hsw"
8853   filter: "'NIC_Intel-X520-DA2' and
8854            '64B' and
8855            'NDRPDR' and
8856            '2T2C' and
8857            'IP4FWD' and
8858            'NAT44' and
8859            not 'IPSEC' and
8860            not 'VHOST'"
8861   parameters:
8862   - "throughput"
8863   - "parent"
8864   - "tags"
8865   sort:
8866   - "BASE"
8867   - "BASE"
8868   - "SRC_USER_10"
8869   - "SRC_USER_100"
8870   - "SRC_USER_1000"
8871   - "SRC_USER_2000"
8872   traces:
8873     hoverinfo: "x+y"
8874     boxpoints: "outliers"
8875     whiskerwidth: 0
8876   layout:
8877     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8878     layout: "plot-throughput"
8879
8880 -
8881   type: "plot"
8882   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8883   algorithm: "plot_performance_box"
8884   output-file-type: ".html"
8885   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8886   data: "plot-vpp-throughput-latency-3n-hsw"
8887   filter: "'NIC_Intel-X520-DA2' and
8888            '64B' and
8889            'NDRPDR' and
8890            '2T2C' and
8891            'IP4FWD' and
8892            'NAT44' and
8893            not 'IPSEC' and
8894            not 'VHOST'"
8895   parameters:
8896   - "throughput"
8897   - "parent"
8898   - "tags"
8899   sort:
8900   - "BASE"
8901   - "BASE"
8902   - "SRC_USER_10"
8903   - "SRC_USER_100"
8904   - "SRC_USER_1000"
8905   - "SRC_USER_2000"
8906   traces:
8907     hoverinfo: "x+y"
8908     boxpoints: "outliers"
8909     whiskerwidth: 0
8910   layout:
8911     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8912     layout: "plot-throughput"
8913
8914 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8915 -
8916   type: "plot"
8917   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8918   algorithm: "plot_performance_box"
8919   output-file-type: ".html"
8920   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8921   data: "plot-vpp-throughput-latency-3n-hsw"
8922   filter: "'NIC_Intel-X520-DA2' and
8923            '64B' and
8924            'NDRPDR' and
8925            '1T1C' and
8926            'IP4FWD' and
8927            'IACL' and
8928            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8929            not 'IPSEC' and
8930            not 'VHOST'"
8931   parameters:
8932   - "throughput"
8933   - "parent"
8934   - "tags"
8935   sort:
8936   - "ACL_STATELESS"
8937   - "ACL_STATEFUL"
8938   - "ACL_STATELESS"
8939   - "ACL_STATEFUL"
8940   traces:
8941     hoverinfo: "x+y"
8942     boxpoints: "outliers"
8943     whiskerwidth: 0
8944   layout:
8945     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8946     layout: "plot-throughput"
8947
8948 -
8949   type: "plot"
8950   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8951   algorithm: "plot_performance_box"
8952   output-file-type: ".html"
8953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8954   data: "plot-vpp-throughput-latency-3n-hsw"
8955   filter: "'NIC_Intel-X520-DA2' and
8956            '64B' and
8957            'NDRPDR' and
8958            '1T1C' and
8959            'IP4FWD' and
8960            'IACL' and
8961            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8962            not 'IPSEC' and
8963            not 'VHOST'"
8964   parameters:
8965   - "throughput"
8966   - "parent"
8967   - "tags"
8968   sort:
8969   - "ACL_STATELESS"
8970   - "ACL_STATEFUL"
8971   - "ACL_STATELESS"
8972   - "ACL_STATEFUL"
8973   traces:
8974     hoverinfo: "x+y"
8975     boxpoints: "outliers"
8976     whiskerwidth: 0
8977   layout:
8978     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8979     layout: "plot-throughput"
8980
8981 -
8982   type: "plot"
8983   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8984   algorithm: "plot_performance_box"
8985   output-file-type: ".html"
8986   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8987   data: "plot-vpp-throughput-latency-3n-hsw"
8988   filter: "'NIC_Intel-X520-DA2' and
8989            '64B' and
8990            'NDRPDR' and
8991            '2T2C' and
8992            'IP4FWD' and
8993            'IACL' and
8994            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8995            not 'IPSEC' and
8996            not 'VHOST'"
8997   parameters:
8998   - "throughput"
8999   - "parent"
9000   - "tags"
9001   sort:
9002   - "ACL_STATELESS"
9003   - "ACL_STATEFUL"
9004   - "ACL_STATELESS"
9005   - "ACL_STATEFUL"
9006   traces:
9007     hoverinfo: "x+y"
9008     boxpoints: "outliers"
9009     whiskerwidth: 0
9010   layout:
9011     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9012     layout: "plot-throughput"
9013
9014 -
9015   type: "plot"
9016   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9017   algorithm: "plot_performance_box"
9018   output-file-type: ".html"
9019   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9020   data: "plot-vpp-throughput-latency-3n-hsw"
9021   filter: "'NIC_Intel-X520-DA2' and
9022            '64B' and
9023            'NDRPDR' and
9024            '2T2C' and
9025            'IP4FWD' and
9026            'IACL' and
9027            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9028            not 'IPSEC' and
9029            not 'VHOST'"
9030   parameters:
9031   - "throughput"
9032   - "parent"
9033   - "tags"
9034   sort:
9035   - "ACL_STATELESS"
9036   - "ACL_STATEFUL"
9037   - "ACL_STATELESS"
9038   - "ACL_STATEFUL"
9039   traces:
9040     hoverinfo: "x+y"
9041     boxpoints: "outliers"
9042     whiskerwidth: 0
9043   layout:
9044     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9045     layout: "plot-throughput"
9046
9047 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9048 -
9049   type: "plot"
9050   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9051   algorithm: "plot_performance_box"
9052   output-file-type: ".html"
9053   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9054   data: "plot-vpp-throughput-latency-3n-hsw"
9055   filter: "'NIC_Intel-X520-DA2' and
9056            '64B' and
9057            'NDRPDR' and
9058            '1T1C' and
9059            'IP4FWD' and
9060            'OACL' and
9061            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9062            not 'IPSEC' and
9063            not 'VHOST'"
9064   parameters:
9065   - "throughput"
9066   - "parent"
9067   - "tags"
9068   sort:
9069   - "ACL_STATELESS"
9070   - "ACL_STATEFUL"
9071   - "ACL_STATELESS"
9072   - "ACL_STATEFUL"
9073   traces:
9074     hoverinfo: "x+y"
9075     boxpoints: "outliers"
9076     whiskerwidth: 0
9077   layout:
9078     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9079     layout: "plot-throughput"
9080
9081 -
9082   type: "plot"
9083   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9084   algorithm: "plot_performance_box"
9085   output-file-type: ".html"
9086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9087   data: "plot-vpp-throughput-latency-3n-hsw"
9088   filter: "'NIC_Intel-X520-DA2' and
9089            '64B' and
9090            'NDRPDR' and
9091            '1T1C' and
9092            'IP4FWD' and
9093            'OACL' and
9094            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9095            not 'IPSEC' and
9096            not 'VHOST'"
9097   parameters:
9098   - "throughput"
9099   - "parent"
9100   - "tags"
9101   sort:
9102   - "ACL_STATELESS"
9103   - "ACL_STATEFUL"
9104   - "ACL_STATELESS"
9105   - "ACL_STATEFUL"
9106   traces:
9107     hoverinfo: "x+y"
9108     boxpoints: "outliers"
9109     whiskerwidth: 0
9110   layout:
9111     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9112     layout: "plot-throughput"
9113
9114 -
9115   type: "plot"
9116   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9117   algorithm: "plot_performance_box"
9118   output-file-type: ".html"
9119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9120   data: "plot-vpp-throughput-latency-3n-hsw"
9121   filter: "'NIC_Intel-X520-DA2' and
9122            '64B' and
9123            'NDRPDR' and
9124            '2T2C' and
9125            'IP4FWD' and
9126            'OACL' and
9127            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9128            not 'IPSEC' and
9129            not 'VHOST'"
9130   parameters:
9131   - "throughput"
9132   - "parent"
9133   - "tags"
9134   sort:
9135   - "ACL_STATELESS"
9136   - "ACL_STATEFUL"
9137   - "ACL_STATELESS"
9138   - "ACL_STATEFUL"
9139   traces:
9140     hoverinfo: "x+y"
9141     boxpoints: "outliers"
9142     whiskerwidth: 0
9143   layout:
9144     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9145     layout: "plot-throughput"
9146
9147 -
9148   type: "plot"
9149   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9150   algorithm: "plot_performance_box"
9151   output-file-type: ".html"
9152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9153   data: "plot-vpp-throughput-latency-3n-hsw"
9154   filter: "'NIC_Intel-X520-DA2' and
9155            '64B' and
9156            'NDRPDR' and
9157            '2T2C' and
9158            'IP4FWD' and
9159            'OACL' and
9160            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9161            not 'IPSEC' and
9162            not 'VHOST'"
9163   parameters:
9164   - "throughput"
9165   - "parent"
9166   - "tags"
9167   sort:
9168   - "ACL_STATELESS"
9169   - "ACL_STATEFUL"
9170   - "ACL_STATELESS"
9171   - "ACL_STATEFUL"
9172   traces:
9173     hoverinfo: "x+y"
9174     boxpoints: "outliers"
9175     whiskerwidth: 0
9176   layout:
9177     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9178     layout: "plot-throughput"
9179
9180 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9181 -
9182   type: "plot"
9183   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9184   algorithm: "plot_performance_box"
9185   output-file-type: ".html"
9186   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9187   data: "plot-vpp-throughput-latency-3n-hsw"
9188   filter: "'NIC_Intel-X710' and
9189            '64B' and
9190            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9191            'NDRPDR' and
9192            '1T1C' and
9193            'IP4FWD' and
9194            not 'IPSEC' and
9195            not 'VHOST'"
9196   parameters:
9197   - "throughput"
9198   - "parent"
9199   - "tags"
9200   sort:
9201   - "DOT1Q"
9202   - "IP4BASE"
9203   - "FIB_20K"
9204   - "FIB_200K"
9205   - "FIB_2M"
9206   traces:
9207     hoverinfo: "x+y"
9208     boxpoints: "outliers"
9209     whiskerwidth: 0
9210   layout:
9211     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9212     layout: "plot-throughput"
9213
9214 -
9215   type: "plot"
9216   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9217   algorithm: "plot_performance_box"
9218   output-file-type: ".html"
9219   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9220   data: "plot-vpp-throughput-latency-3n-hsw"
9221   filter: "'NIC_Intel-X710' and
9222            '64B' and
9223            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9224            'NDRPDR' and
9225            '1T1C' and
9226            'IP4FWD' and
9227            not 'IPSEC' and
9228            not 'VHOST'"
9229   parameters:
9230   - "throughput"
9231   - "parent"
9232   - "tags"
9233   sort:
9234   - "DOT1Q"
9235   - "IP4BASE"
9236   - "FIB_20K"
9237   - "FIB_200K"
9238   - "FIB_2M"
9239   traces:
9240     hoverinfo: "x+y"
9241     boxpoints: "outliers"
9242     whiskerwidth: 0
9243   layout:
9244     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9245     layout: "plot-throughput"
9246
9247 -
9248   type: "plot"
9249   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9250   algorithm: "plot_performance_box"
9251   output-file-type: ".html"
9252   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9253   data: "plot-vpp-throughput-latency-3n-hsw"
9254   filter: "'NIC_Intel-X710' and
9255            '64B' and
9256            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9257            'NDRPDR' and
9258            '2T2C' and
9259            'IP4FWD' and
9260            not 'IPSEC' and
9261            not 'VHOST'"
9262   parameters:
9263   - "throughput"
9264   - "parent"
9265   - "tags"
9266   sort:
9267   - "DOT1Q"
9268   - "IP4BASE"
9269   - "FIB_20K"
9270   - "FIB_200K"
9271   - "FIB_2M"
9272   traces:
9273     hoverinfo: "x+y"
9274     boxpoints: "outliers"
9275     whiskerwidth: 0
9276   layout:
9277     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9278     layout: "plot-throughput"
9279
9280 -
9281   type: "plot"
9282   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9283   algorithm: "plot_performance_box"
9284   output-file-type: ".html"
9285   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9286   data: "plot-vpp-throughput-latency-3n-hsw"
9287   filter: "'NIC_Intel-X710' and
9288            '64B' and
9289            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9290            'NDRPDR' and
9291            '2T2C' and
9292            'IP4FWD' and
9293            not 'IPSEC' and
9294            not 'VHOST'"
9295   parameters:
9296   - "throughput"
9297   - "parent"
9298   - "tags"
9299   sort:
9300   - "DOT1Q"
9301   - "IP4BASE"
9302   - "FIB_20K"
9303   - "FIB_200K"
9304   - "FIB_2M"
9305   traces:
9306     hoverinfo: "x+y"
9307     boxpoints: "outliers"
9308     whiskerwidth: 0
9309   layout:
9310     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9311     layout: "plot-throughput"
9312
9313 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9314 -
9315   type: "plot"
9316   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9317   algorithm: "plot_performance_box"
9318   output-file-type: ".html"
9319   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9320   data: "plot-vpp-throughput-latency-3n-hsw"
9321   filter: "'NIC_Intel-X710' and
9322            '64B' and
9323            ('IP4BASE' or
9324             'POLICE_MARK' or
9325             'COPWHLIST' or
9326             ('NAT44' and 'BASE') or
9327             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9328            'NDRPDR' and
9329            '1T1C' and
9330            'IP4FWD' and
9331            not 'IPSEC' and
9332            not 'VHOST'"
9333   parameters:
9334   - "throughput"
9335   - "parent"
9336   - "tags"
9337   sort:
9338   - "IP4BASE"
9339   - "NAT44"
9340   - "POLICE_MARK"
9341   - "COPWHLIST"
9342   - "IACL"
9343   - "OACL"
9344   traces:
9345     hoverinfo: "x+y"
9346     boxpoints: "outliers"
9347     whiskerwidth: 0
9348   layout:
9349     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9350     layout: "plot-throughput"
9351
9352 -
9353   type: "plot"
9354   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9355   algorithm: "plot_performance_box"
9356   output-file-type: ".html"
9357   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9358   data: "plot-vpp-throughput-latency-3n-hsw"
9359   filter: "'NIC_Intel-X710' and
9360            '64B' and
9361            ('IP4BASE' or
9362             'POLICE_MARK' or
9363             'COPWHLIST' or
9364             ('NAT44' and 'BASE') or
9365             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9366            'NDRPDR' and
9367            '1T1C' and
9368            'IP4FWD' and
9369            not 'IPSEC' and
9370            not 'VHOST'"
9371   parameters:
9372   - "throughput"
9373   - "parent"
9374   - "tags"
9375   sort:
9376   - "IP4BASE"
9377   - "NAT44"
9378   - "POLICE_MARK"
9379   - "COPWHLIST"
9380   - "IACL"
9381   - "OACL"
9382   traces:
9383     hoverinfo: "x+y"
9384     boxpoints: "outliers"
9385     whiskerwidth: 0
9386   layout:
9387     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9388     layout: "plot-throughput"
9389
9390 -
9391   type: "plot"
9392   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9393   algorithm: "plot_performance_box"
9394   output-file-type: ".html"
9395   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9396   data: "plot-vpp-throughput-latency-3n-hsw"
9397   filter: "'NIC_Intel-X710' and
9398            '64B' and
9399            ('IP4BASE' or
9400             'POLICE_MARK' or
9401             'COPWHLIST' or
9402             ('NAT44' and 'BASE') or
9403             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9404            'NDRPDR' and
9405            '2T2C' and
9406            'IP4FWD' and
9407            not 'IPSEC' and
9408            not 'VHOST'"
9409   parameters:
9410   - "throughput"
9411   - "parent"
9412   - "tags"
9413   sort:
9414   - "IP4BASE"
9415   - "NAT44"
9416   - "POLICE_MARK"
9417   - "COPWHLIST"
9418   - "IACL"
9419   - "OACL"
9420   traces:
9421     hoverinfo: "x+y"
9422     boxpoints: "outliers"
9423     whiskerwidth: 0
9424   layout:
9425     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9426     layout: "plot-throughput"
9427
9428 -
9429   type: "plot"
9430   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9431   algorithm: "plot_performance_box"
9432   output-file-type: ".html"
9433   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9434   data: "plot-vpp-throughput-latency-3n-hsw"
9435   filter: "'NIC_Intel-X710' and
9436            '64B' and
9437            ('IP4BASE' or
9438             'POLICE_MARK' or
9439             'COPWHLIST' or
9440             ('NAT44' and 'BASE') or
9441             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9442            'NDRPDR' and
9443            '2T2C' and
9444            'IP4FWD' and
9445            not 'IPSEC' and
9446            not 'VHOST'"
9447   parameters:
9448   - "throughput"
9449   - "parent"
9450   - "tags"
9451   sort:
9452   - "IP4BASE"
9453   - "NAT44"
9454   - "POLICE_MARK"
9455   - "COPWHLIST"
9456   - "IACL"
9457   - "OACL"
9458   traces:
9459     hoverinfo: "x+y"
9460     boxpoints: "outliers"
9461     whiskerwidth: 0
9462   layout:
9463     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9464     layout: "plot-throughput"
9465
9466 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9467 -
9468   type: "plot"
9469   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9470   algorithm: "plot_performance_box"
9471   output-file-type: ".html"
9472   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9473   data: "plot-vpp-throughput-latency-3n-skx"
9474   filter: "'NIC_Intel-X710' and
9475            '64B' and
9476            'NDRPDR' and
9477            '2T1C' and
9478            'IP4FWD' and
9479            'NAT44' and
9480            not 'IPSEC' and
9481            not 'VHOST'"
9482   parameters:
9483   - "throughput"
9484   - "parent"
9485   - "tags"
9486   sort:
9487   - "BASE"
9488   - "BASE"
9489   - "SRC_USER_10"
9490   - "SRC_USER_100"
9491   - "SRC_USER_1000"
9492   - "SRC_USER_2000"
9493   traces:
9494     hoverinfo: "x+y"
9495     boxpoints: "outliers"
9496     whiskerwidth: 0
9497   layout:
9498     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9499     layout: "plot-throughput"
9500
9501 -
9502   type: "plot"
9503   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9504   algorithm: "plot_performance_box"
9505   output-file-type: ".html"
9506   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9507   data: "plot-vpp-throughput-latency-3n-skx"
9508   filter: "'NIC_Intel-X710' and
9509            '64B' and
9510            'NDRPDR' and
9511            '2T1C' and
9512            'IP4FWD' and
9513            'NAT44' and
9514            not 'IPSEC' and
9515            not 'VHOST'"
9516   parameters:
9517   - "throughput"
9518   - "parent"
9519   - "tags"
9520   sort:
9521   - "BASE"
9522   - "BASE"
9523   - "SRC_USER_10"
9524   - "SRC_USER_100"
9525   - "SRC_USER_1000"
9526   - "SRC_USER_2000"
9527   traces:
9528     hoverinfo: "x+y"
9529     boxpoints: "outliers"
9530     whiskerwidth: 0
9531   layout:
9532     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9533     layout: "plot-throughput"
9534
9535 -
9536   type: "plot"
9537   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9538   algorithm: "plot_performance_box"
9539   output-file-type: ".html"
9540   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9541   data: "plot-vpp-throughput-latency-3n-skx"
9542   filter: "'NIC_Intel-X710' and
9543            '64B' and
9544            'NDRPDR' and
9545            '4T2C' and
9546            'IP4FWD' and
9547            'NAT44' and
9548            not 'IPSEC' and
9549            not 'VHOST'"
9550   parameters:
9551   - "throughput"
9552   - "parent"
9553   - "tags"
9554   sort:
9555   - "BASE"
9556   - "BASE"
9557   - "SRC_USER_10"
9558   - "SRC_USER_100"
9559   - "SRC_USER_1000"
9560   - "SRC_USER_2000"
9561   traces:
9562     hoverinfo: "x+y"
9563     boxpoints: "outliers"
9564     whiskerwidth: 0
9565   layout:
9566     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9567     layout: "plot-throughput"
9568
9569 -
9570   type: "plot"
9571   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9572   algorithm: "plot_performance_box"
9573   output-file-type: ".html"
9574   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9575   data: "plot-vpp-throughput-latency-3n-skx"
9576   filter: "'NIC_Intel-X710' and
9577            '64B' and
9578            'NDRPDR' and
9579            '4T2C' and
9580            'IP4FWD' and
9581            'NAT44' and
9582            not 'IPSEC' and
9583            not 'VHOST'"
9584   parameters:
9585   - "throughput"
9586   - "parent"
9587   - "tags"
9588   sort:
9589   - "BASE"
9590   - "BASE"
9591   - "SRC_USER_10"
9592   - "SRC_USER_100"
9593   - "SRC_USER_1000"
9594   - "SRC_USER_2000"
9595   traces:
9596     hoverinfo: "x+y"
9597     boxpoints: "outliers"
9598     whiskerwidth: 0
9599   layout:
9600     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9601     layout: "plot-throughput"
9602
9603 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9604 -
9605   type: "plot"
9606   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9607   algorithm: "plot_performance_box"
9608   output-file-type: ".html"
9609   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9610   data: "plot-vpp-throughput-latency-3n-skx"
9611   filter: "'NIC_Intel-X710' and
9612            '64B' and
9613            'NDRPDR' and
9614            '2T1C' and
9615            'IP4FWD' and
9616            'IACL' and
9617            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9618            not 'IPSEC' and
9619            not 'VHOST'"
9620   parameters:
9621   - "throughput"
9622   - "parent"
9623   - "tags"
9624   sort:
9625   - "ACL_STATELESS"
9626   - "ACL_STATEFUL"
9627   - "ACL_STATELESS"
9628   - "ACL_STATEFUL"
9629   traces:
9630     hoverinfo: "x+y"
9631     boxpoints: "outliers"
9632     whiskerwidth: 0
9633   layout:
9634     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9635     layout: "plot-throughput"
9636
9637 -
9638   type: "plot"
9639   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9640   algorithm: "plot_performance_box"
9641   output-file-type: ".html"
9642   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9643   data: "plot-vpp-throughput-latency-3n-skx"
9644   filter: "'NIC_Intel-X710' and
9645            '64B' and
9646            'NDRPDR' and
9647            '2T1C' and
9648            'IP4FWD' and
9649            'IACL' and
9650            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9651            not 'IPSEC' and
9652            not 'VHOST'"
9653   parameters:
9654   - "throughput"
9655   - "parent"
9656   - "tags"
9657   sort:
9658   - "ACL_STATELESS"
9659   - "ACL_STATEFUL"
9660   - "ACL_STATELESS"
9661   - "ACL_STATEFUL"
9662   traces:
9663     hoverinfo: "x+y"
9664     boxpoints: "outliers"
9665     whiskerwidth: 0
9666   layout:
9667     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9668     layout: "plot-throughput"
9669
9670 -
9671   type: "plot"
9672   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9673   algorithm: "plot_performance_box"
9674   output-file-type: ".html"
9675   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9676   data: "plot-vpp-throughput-latency-3n-skx"
9677   filter: "'NIC_Intel-X710' and
9678            '64B' and
9679            'NDRPDR' and
9680            '4T2C' and
9681            'IP4FWD' and
9682            'IACL' and
9683            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9684            not 'IPSEC' and
9685            not 'VHOST'"
9686   parameters:
9687   - "throughput"
9688   - "parent"
9689   - "tags"
9690   sort:
9691   - "ACL_STATELESS"
9692   - "ACL_STATEFUL"
9693   - "ACL_STATELESS"
9694   - "ACL_STATEFUL"
9695   traces:
9696     hoverinfo: "x+y"
9697     boxpoints: "outliers"
9698     whiskerwidth: 0
9699   layout:
9700     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9701     layout: "plot-throughput"
9702
9703 -
9704   type: "plot"
9705   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9706   algorithm: "plot_performance_box"
9707   output-file-type: ".html"
9708   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9709   data: "plot-vpp-throughput-latency-3n-skx"
9710   filter: "'NIC_Intel-X710' and
9711            '64B' and
9712            'NDRPDR' and
9713            '4T2C' and
9714            'IP4FWD' and
9715            'IACL' and
9716            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9717            not 'IPSEC' and
9718            not 'VHOST'"
9719   parameters:
9720   - "throughput"
9721   - "parent"
9722   - "tags"
9723   sort:
9724   - "ACL_STATELESS"
9725   - "ACL_STATEFUL"
9726   - "ACL_STATELESS"
9727   - "ACL_STATEFUL"
9728   traces:
9729     hoverinfo: "x+y"
9730     boxpoints: "outliers"
9731     whiskerwidth: 0
9732   layout:
9733     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9734     layout: "plot-throughput"
9735
9736 ## Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9737 #-
9738 #  type: "plot"
9739 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9740 #  algorithm: "plot_performance_box"
9741 #  output-file-type: ".html"
9742 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9743 #  data: "plot-vpp-throughput-latency-3n-skx"
9744 #  filter: "'NIC_Intel-X710' and
9745 #           '64B' and
9746 #           'NDRPDR' and
9747 #           '2T1C' and
9748 #           'IP4FWD' and
9749 #           'OACL' and
9750 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9751 #           not 'IPSEC' and
9752 #           not 'VHOST'"
9753 #  parameters:
9754 #  - "throughput"
9755 #  - "parent"
9756 #  - "tags"
9757 #  sort:
9758 #  - "ACL_STATELESS"
9759 #  - "ACL_STATEFUL"
9760 #  - "ACL_STATELESS"
9761 #  - "ACL_STATEFUL"
9762 #  traces:
9763 #    hoverinfo: "x+y"
9764 #    boxpoints: "outliers"
9765 #    whiskerwidth: 0
9766 #  layout:
9767 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9768 #    layout: "plot-throughput"
9769 #
9770 #-
9771 #  type: "plot"
9772 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9773 #  algorithm: "plot_performance_box"
9774 #  output-file-type: ".html"
9775 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9776 #  data: "plot-vpp-throughput-latency-3n-skx"
9777 #  filter: "'NIC_Intel-X710' and
9778 #           '64B' and
9779 #           'NDRPDR' and
9780 #           '2T1C' and
9781 #           'IP4FWD' and
9782 #           'OACL' and
9783 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9784 #           not 'IPSEC' and
9785 #           not 'VHOST'"
9786 #  parameters:
9787 #  - "throughput"
9788 #  - "parent"
9789 #  - "tags"
9790 #  sort:
9791 #  - "ACL_STATELESS"
9792 #  - "ACL_STATEFUL"
9793 #  - "ACL_STATELESS"
9794 #  - "ACL_STATEFUL"
9795 #  traces:
9796 #    hoverinfo: "x+y"
9797 #    boxpoints: "outliers"
9798 #    whiskerwidth: 0
9799 #  layout:
9800 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9801 #    layout: "plot-throughput"
9802 #
9803 #-
9804 #  type: "plot"
9805 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9806 #  algorithm: "plot_performance_box"
9807 #  output-file-type: ".html"
9808 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9809 #  data: "plot-vpp-throughput-latency-3n-skx"
9810 #  filter: "'NIC_Intel-X710' and
9811 #           '64B' and
9812 #           'NDRPDR' and
9813 #           '4T2C' and
9814 #           'IP4FWD' and
9815 #           'OACL' and
9816 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9817 #           not 'IPSEC' and
9818 #           not 'VHOST'"
9819 #  parameters:
9820 #  - "throughput"
9821 #  - "parent"
9822 #  - "tags"
9823 #  sort:
9824 #  - "ACL_STATELESS"
9825 #  - "ACL_STATEFUL"
9826 #  - "ACL_STATELESS"
9827 #  - "ACL_STATEFUL"
9828 #  traces:
9829 #    hoverinfo: "x+y"
9830 #    boxpoints: "outliers"
9831 #    whiskerwidth: 0
9832 #  layout:
9833 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9834 #    layout: "plot-throughput"
9835 #
9836 #-
9837 #  type: "plot"
9838 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9839 #  algorithm: "plot_performance_box"
9840 #  output-file-type: ".html"
9841 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9842 #  data: "plot-vpp-throughput-latency-3n-skx"
9843 #  filter: "'NIC_Intel-X710' and
9844 #           '64B' and
9845 #           'NDRPDR' and
9846 #           '4T2C' and
9847 #           'IP4FWD' and
9848 #           'OACL' and
9849 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9850 #           not 'IPSEC' and
9851 #           not 'VHOST'"
9852 #  parameters:
9853 #  - "throughput"
9854 #  - "parent"
9855 #  - "tags"
9856 #  sort:
9857 #  - "ACL_STATELESS"
9858 #  - "ACL_STATEFUL"
9859 #  - "ACL_STATELESS"
9860 #  - "ACL_STATEFUL"
9861 #  traces:
9862 #    hoverinfo: "x+y"
9863 #    boxpoints: "outliers"
9864 #    whiskerwidth: 0
9865 #  layout:
9866 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9867 #    layout: "plot-throughput"
9868
9869 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9870 -
9871   type: "plot"
9872   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9873   algorithm: "plot_performance_box"
9874   output-file-type: ".html"
9875   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9876   data: "plot-vpp-throughput-latency-3n-hsw"
9877   filter: "'NIC_Intel-XL710' and
9878            '64B' and
9879            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9880            'NDRPDR' and
9881            '1T1C' and
9882            'IP4FWD' and
9883            not 'IPSEC' and
9884            not 'VHOST'"
9885   parameters:
9886   - "throughput"
9887   - "parent"
9888   - "tags"
9889   sort:
9890   - "IP4BASE"
9891   - "FIB_20K"
9892   - "FIB_200K"
9893   - "FIB_2M"
9894   traces:
9895     hoverinfo: "x+y"
9896     boxpoints: "outliers"
9897     whiskerwidth: 0
9898   layout:
9899     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9900     layout: "plot-throughput"
9901
9902 -
9903   type: "plot"
9904   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9905   algorithm: "plot_performance_box"
9906   output-file-type: ".html"
9907   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9908   data: "plot-vpp-throughput-latency-3n-hsw"
9909   filter: "'NIC_Intel-XL710' and
9910            '64B' and
9911            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9912            'NDRPDR' and
9913            '1T1C' and
9914            'IP4FWD' and
9915            not 'IPSEC' and
9916            not 'VHOST'"
9917   parameters:
9918   - "throughput"
9919   - "parent"
9920   - "tags"
9921   sort:
9922   - "IP4BASE"
9923   - "FIB_20K"
9924   - "FIB_200K"
9925   - "FIB_2M"
9926   traces:
9927     hoverinfo: "x+y"
9928     boxpoints: "outliers"
9929     whiskerwidth: 0
9930   layout:
9931     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9932     layout: "plot-throughput"
9933
9934 -
9935   type: "plot"
9936   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9937   algorithm: "plot_performance_box"
9938   output-file-type: ".html"
9939   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9940   data: "plot-vpp-throughput-latency-3n-hsw"
9941   filter: "'NIC_Intel-XL710' and
9942            '64B' and
9943            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9944            'NDRPDR' and
9945            '2T2C' and
9946            'IP4FWD' and
9947            not 'IPSEC' and
9948            not 'VHOST'"
9949   parameters:
9950   - "throughput"
9951   - "parent"
9952   - "tags"
9953   sort:
9954   - "IP4BASE"
9955   - "FIB_20K"
9956   - "FIB_200K"
9957   - "FIB_2M"
9958   traces:
9959     hoverinfo: "x+y"
9960     boxpoints: "outliers"
9961     whiskerwidth: 0
9962   layout:
9963     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9964     layout: "plot-throughput"
9965
9966 -
9967   type: "plot"
9968   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9969   algorithm: "plot_performance_box"
9970   output-file-type: ".html"
9971   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9972   data: "plot-vpp-throughput-latency-3n-hsw"
9973   filter: "'NIC_Intel-XL710' and
9974            '64B' and
9975            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9976            'NDRPDR' and
9977            '2T2C' and
9978            'IP4FWD' and
9979            not 'IPSEC' and
9980            not 'VHOST'"
9981   parameters:
9982   - "throughput"
9983   - "parent"
9984   - "tags"
9985   sort:
9986   - "IP4BASE"
9987   - "FIB_20K"
9988   - "FIB_200K"
9989   - "FIB_2M"
9990   traces:
9991     hoverinfo: "x+y"
9992     boxpoints: "outliers"
9993     whiskerwidth: 0
9994   layout:
9995     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9996     layout: "plot-throughput"
9997
9998 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
9999 -
10000   type: "plot"
10001   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10002   algorithm: "plot_performance_box"
10003   output-file-type: ".html"
10004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10005   data: "plot-vpp-throughput-latency-3n-skx"
10006   filter: "'NIC_Intel-X710' and
10007            '64B' and
10008            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10009            'NDRPDR' and
10010            '2T1C' and
10011            'IP4FWD' and
10012            not 'IPSEC' and
10013            not 'VHOST'"
10014   parameters:
10015   - "throughput"
10016   - "parent"
10017   - "tags"
10018   sort:
10019   - "IP4BASE"
10020   - "FIB_20K"
10021   - "FIB_200K"
10022   - "FIB_2M"
10023   traces:
10024     hoverinfo: "x+y"
10025     boxpoints: "outliers"
10026     whiskerwidth: 0
10027   layout:
10028     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10029     layout: "plot-throughput"
10030
10031 -
10032   type: "plot"
10033   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10034   algorithm: "plot_performance_box"
10035   output-file-type: ".html"
10036   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10037   data: "plot-vpp-throughput-latency-3n-skx"
10038   filter: "'NIC_Intel-X710' and
10039            '64B' and
10040            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10041            'NDRPDR' and
10042            '2T1C' and
10043            'IP4FWD' and
10044            not 'IPSEC' and
10045            not 'VHOST'"
10046   parameters:
10047   - "throughput"
10048   - "parent"
10049   - "tags"
10050   sort:
10051   - "IP4BASE"
10052   - "FIB_20K"
10053   - "FIB_200K"
10054   - "FIB_2M"
10055   traces:
10056     hoverinfo: "x+y"
10057     boxpoints: "outliers"
10058     whiskerwidth: 0
10059   layout:
10060     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10061     layout: "plot-throughput"
10062
10063 -
10064   type: "plot"
10065   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10066   algorithm: "plot_performance_box"
10067   output-file-type: ".html"
10068   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10069   data: "plot-vpp-throughput-latency-3n-skx"
10070   filter: "'NIC_Intel-X710' and
10071            '64B' and
10072            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10073            'NDRPDR' and
10074            '4T2C' and
10075            'IP4FWD' and
10076            not 'IPSEC' and
10077            not 'VHOST'"
10078   parameters:
10079   - "throughput"
10080   - "parent"
10081   - "tags"
10082   sort:
10083   - "IP4BASE"
10084   - "FIB_20K"
10085   - "FIB_200K"
10086   - "FIB_2M"
10087   traces:
10088     hoverinfo: "x+y"
10089     boxpoints: "outliers"
10090     whiskerwidth: 0
10091   layout:
10092     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10093     layout: "plot-throughput"
10094
10095 -
10096   type: "plot"
10097   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10098   algorithm: "plot_performance_box"
10099   output-file-type: ".html"
10100   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10101   data: "plot-vpp-throughput-latency-3n-skx"
10102   filter: "'NIC_Intel-X710' and
10103            '64B' and
10104            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10105            'NDRPDR' and
10106            '4T2C' and
10107            'IP4FWD' and
10108            not 'IPSEC' and
10109            not 'VHOST'"
10110   parameters:
10111   - "throughput"
10112   - "parent"
10113   - "tags"
10114   sort:
10115   - "IP4BASE"
10116   - "FIB_20K"
10117   - "FIB_200K"
10118   - "FIB_2M"
10119   traces:
10120     hoverinfo: "x+y"
10121     boxpoints: "outliers"
10122     whiskerwidth: 0
10123   layout:
10124     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10125     layout: "plot-throughput"
10126
10127 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10128 -
10129   type: "plot"
10130   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10131   algorithm: "plot_performance_box"
10132   output-file-type: ".html"
10133   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10134   data: "plot-vpp-throughput-latency-3n-skx"
10135   filter: "'NIC_Intel-X710' and
10136            '64B' and
10137            ('IP4BASE' or
10138             'POLICE_MARK' or
10139             'COPWHLIST' or
10140             ('NAT44' and 'BASE') or
10141             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10142            'NDRPDR' and
10143            '2T1C' and
10144            'IP4FWD' and
10145            not 'IPSEC' and
10146            not 'VHOST'"
10147   parameters:
10148   - "throughput"
10149   - "parent"
10150   - "tags"
10151   sort:
10152   - "IP4BASE"
10153   - "NAT44"
10154   - "POLICE_MARK"
10155   - "COPWHLIST"
10156   - "IACL"
10157   - "OACL"
10158   traces:
10159     hoverinfo: "x+y"
10160     boxpoints: "outliers"
10161     whiskerwidth: 0
10162   layout:
10163     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10164     layout: "plot-throughput"
10165
10166 -
10167   type: "plot"
10168   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10169   algorithm: "plot_performance_box"
10170   output-file-type: ".html"
10171   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10172   data: "plot-vpp-throughput-latency-3n-skx"
10173   filter: "'NIC_Intel-X710' and
10174            '64B' and
10175            ('IP4BASE' or
10176             'POLICE_MARK' or
10177             'COPWHLIST' or
10178             ('NAT44' and 'BASE') or
10179             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10180            'NDRPDR' and
10181            '2T1C' and
10182            'IP4FWD' and
10183            not 'IPSEC' and
10184            not 'VHOST'"
10185   parameters:
10186   - "throughput"
10187   - "parent"
10188   - "tags"
10189   sort:
10190   - "IP4BASE"
10191   - "NAT44"
10192   - "POLICE_MARK"
10193   - "COPWHLIST"
10194   - "IACL"
10195   - "OACL"
10196   traces:
10197     hoverinfo: "x+y"
10198     boxpoints: "outliers"
10199     whiskerwidth: 0
10200   layout:
10201     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10202     layout: "plot-throughput"
10203
10204 -
10205   type: "plot"
10206   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10207   algorithm: "plot_performance_box"
10208   output-file-type: ".html"
10209   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10210   data: "plot-vpp-throughput-latency-3n-skx"
10211   filter: "'NIC_Intel-X710' and
10212            '64B' and
10213            ('IP4BASE' or
10214             'POLICE_MARK' or
10215             'COPWHLIST' or
10216             ('NAT44' and 'BASE') or
10217             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10218            'NDRPDR' and
10219            '4T2C' and
10220            'IP4FWD' and
10221            not 'IPSEC' and
10222            not 'VHOST'"
10223   parameters:
10224   - "throughput"
10225   - "parent"
10226   - "tags"
10227   sort:
10228   - "IP4BASE"
10229   - "NAT44"
10230   - "POLICE_MARK"
10231   - "COPWHLIST"
10232   - "IACL"
10233   - "OACL"
10234   traces:
10235     hoverinfo: "x+y"
10236     boxpoints: "outliers"
10237     whiskerwidth: 0
10238   layout:
10239     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10240     layout: "plot-throughput"
10241
10242 -
10243   type: "plot"
10244   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10245   algorithm: "plot_performance_box"
10246   output-file-type: ".html"
10247   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10248   data: "plot-vpp-throughput-latency-3n-skx"
10249   filter: "'NIC_Intel-X710' and
10250            '64B' and
10251            ('IP4BASE' or
10252             'POLICE_MARK' or
10253             'COPWHLIST' or
10254             ('NAT44' and 'BASE') or
10255             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10256            'NDRPDR' and
10257            '4T2C' and
10258            'IP4FWD' and
10259            not 'IPSEC' and
10260            not 'VHOST'"
10261   parameters:
10262   - "throughput"
10263   - "parent"
10264   - "tags"
10265   sort:
10266   - "IP4BASE"
10267   - "NAT44"
10268   - "POLICE_MARK"
10269   - "COPWHLIST"
10270   - "IACL"
10271   - "OACL"
10272   traces:
10273     hoverinfo: "x+y"
10274     boxpoints: "outliers"
10275     whiskerwidth: 0
10276   layout:
10277     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10278     layout: "plot-throughput"
10279
10280 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10281 -
10282   type: "plot"
10283   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10284   algorithm: "plot_performance_box"
10285   output-file-type: ".html"
10286   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10287   data: "plot-vpp-throughput-latency-3n-hsw"
10288   filter: "'NIC_Intel-X710' and
10289            '64B' and
10290            'NDRPDR' and
10291            '1T1C' and
10292            'IP4FWD' and
10293            'NAT44' and
10294            not 'IPSEC' and
10295            not 'VHOST'"
10296   parameters:
10297   - "throughput"
10298   - "parent"
10299   - "tags"
10300   sort:
10301   - "BASE"
10302   - "BASE"
10303   - "SRC_USER_10"
10304   - "SRC_USER_100"
10305   - "SRC_USER_1000"
10306   - "SRC_USER_2000"
10307   traces:
10308     hoverinfo: "x+y"
10309     boxpoints: "outliers"
10310     whiskerwidth: 0
10311   layout:
10312     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10313     layout: "plot-throughput"
10314
10315 -
10316   type: "plot"
10317   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10318   algorithm: "plot_performance_box"
10319   output-file-type: ".html"
10320   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10321   data: "plot-vpp-throughput-latency-3n-hsw"
10322   filter: "'NIC_Intel-X710' and
10323            '64B' and
10324            'NDRPDR' and
10325            '1T1C' and
10326            'IP4FWD' and
10327            'NAT44' and
10328            not 'IPSEC' and
10329            not 'VHOST'"
10330   parameters:
10331   - "throughput"
10332   - "parent"
10333   - "tags"
10334   sort:
10335   - "BASE"
10336   - "BASE"
10337   - "SRC_USER_10"
10338   - "SRC_USER_100"
10339   - "SRC_USER_1000"
10340   - "SRC_USER_2000"
10341   traces:
10342     hoverinfo: "x+y"
10343     boxpoints: "outliers"
10344     whiskerwidth: 0
10345   layout:
10346     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10347     layout: "plot-throughput"
10348
10349 -
10350   type: "plot"
10351   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10352   algorithm: "plot_performance_box"
10353   output-file-type: ".html"
10354   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10355   data: "plot-vpp-throughput-latency-3n-hsw"
10356   filter: "'NIC_Intel-X710' and
10357            '64B' and
10358            'NDRPDR' and
10359            '2T2C' and
10360            'IP4FWD' and
10361            'NAT44' and
10362            not 'IPSEC' and
10363            not 'VHOST'"
10364   parameters:
10365   - "throughput"
10366   - "parent"
10367   - "tags"
10368   sort:
10369   - "BASE"
10370   - "BASE"
10371   - "SRC_USER_10"
10372   - "SRC_USER_100"
10373   - "SRC_USER_1000"
10374   - "SRC_USER_2000"
10375   traces:
10376     hoverinfo: "x+y"
10377     boxpoints: "outliers"
10378     whiskerwidth: 0
10379   layout:
10380     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10381     layout: "plot-throughput"
10382
10383 -
10384   type: "plot"
10385   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10386   algorithm: "plot_performance_box"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10389   data: "plot-vpp-throughput-latency-3n-hsw"
10390   filter: "'NIC_Intel-X710' and
10391            '64B' and
10392            'NDRPDR' and
10393            '2T2C' and
10394            'IP4FWD' and
10395            'NAT44' and
10396            not 'IPSEC' and
10397            not 'VHOST'"
10398   parameters:
10399   - "throughput"
10400   - "parent"
10401   - "tags"
10402   sort:
10403   - "BASE"
10404   - "BASE"
10405   - "SRC_USER_10"
10406   - "SRC_USER_100"
10407   - "SRC_USER_1000"
10408   - "SRC_USER_2000"
10409   traces:
10410     hoverinfo: "x+y"
10411     boxpoints: "outliers"
10412     whiskerwidth: 0
10413   layout:
10414     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10415     layout: "plot-throughput"
10416
10417 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10418 -
10419   type: "plot"
10420   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10421   algorithm: "plot_performance_box"
10422   output-file-type: ".html"
10423   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10424   data: "plot-vpp-throughput-latency-3n-hsw"
10425   filter: "'NIC_Intel-X710' and
10426            '64B' and
10427            'NDRPDR' and
10428            '1T1C' and
10429            'IP4FWD' and
10430            'IACL' and
10431            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10432            not 'IPSEC' and
10433            not 'VHOST'"
10434   parameters:
10435   - "throughput"
10436   - "parent"
10437   - "tags"
10438   sort:
10439   - "ACL_STATELESS"
10440   - "ACL_STATEFUL"
10441   - "ACL_STATELESS"
10442   - "ACL_STATEFUL"
10443   traces:
10444     hoverinfo: "x+y"
10445     boxpoints: "outliers"
10446     whiskerwidth: 0
10447   layout:
10448     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10449     layout: "plot-throughput"
10450
10451 -
10452   type: "plot"
10453   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10454   algorithm: "plot_performance_box"
10455   output-file-type: ".html"
10456   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10457   data: "plot-vpp-throughput-latency-3n-hsw"
10458   filter: "'NIC_Intel-X710' and
10459            '64B' and
10460            'NDRPDR' and
10461            '1T1C' and
10462            'IP4FWD' and
10463            'IACL' and
10464            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10465            not 'IPSEC' and
10466            not 'VHOST'"
10467   parameters:
10468   - "throughput"
10469   - "parent"
10470   - "tags"
10471   sort:
10472   - "ACL_STATELESS"
10473   - "ACL_STATEFUL"
10474   - "ACL_STATELESS"
10475   - "ACL_STATEFUL"
10476   traces:
10477     hoverinfo: "x+y"
10478     boxpoints: "outliers"
10479     whiskerwidth: 0
10480   layout:
10481     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10482     layout: "plot-throughput"
10483
10484 -
10485   type: "plot"
10486   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10487   algorithm: "plot_performance_box"
10488   output-file-type: ".html"
10489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10490   data: "plot-vpp-throughput-latency-3n-hsw"
10491   filter: "'NIC_Intel-X710' and
10492            '64B' and
10493            'NDRPDR' and
10494            '2T2C' and
10495            'IP4FWD' and
10496            'IACL' and
10497            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10498            not 'IPSEC' and
10499            not 'VHOST'"
10500   parameters:
10501   - "throughput"
10502   - "parent"
10503   - "tags"
10504   sort:
10505   - "ACL_STATELESS"
10506   - "ACL_STATEFUL"
10507   - "ACL_STATELESS"
10508   - "ACL_STATEFUL"
10509   traces:
10510     hoverinfo: "x+y"
10511     boxpoints: "outliers"
10512     whiskerwidth: 0
10513   layout:
10514     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10515     layout: "plot-throughput"
10516
10517 -
10518   type: "plot"
10519   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10520   algorithm: "plot_performance_box"
10521   output-file-type: ".html"
10522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10523   data: "plot-vpp-throughput-latency-3n-hsw"
10524   filter: "'NIC_Intel-X710' and
10525            '64B' and
10526            'NDRPDR' and
10527            '2T2C' and
10528            'IP4FWD' and
10529            'IACL' and
10530            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10531            not 'IPSEC' and
10532            not 'VHOST'"
10533   parameters:
10534   - "throughput"
10535   - "parent"
10536   - "tags"
10537   sort:
10538   - "ACL_STATELESS"
10539   - "ACL_STATEFUL"
10540   - "ACL_STATELESS"
10541   - "ACL_STATEFUL"
10542   traces:
10543     hoverinfo: "x+y"
10544     boxpoints: "outliers"
10545     whiskerwidth: 0
10546   layout:
10547     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10548     layout: "plot-throughput"
10549
10550 ## Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10551 #-
10552 #  type: "plot"
10553 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10554 #  algorithm: "plot_performance_box"
10555 #  output-file-type: ".html"
10556 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10557 #  data: "plot-vpp-throughput-latency-3n-hsw"
10558 #  filter: "'NIC_Intel-X710' and
10559 #           '64B' and
10560 #           'NDRPDR' and
10561 #           '1T1C' and
10562 #           'IP4FWD' and
10563 #           'OACL' and
10564 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10565 #           not 'IPSEC' and
10566 #           not 'VHOST'"
10567 #  parameters:
10568 #  - "throughput"
10569 #  - "parent"
10570 #  - "tags"
10571 #  sort:
10572 #  - "ACL_STATELESS"
10573 #  - "ACL_STATEFUL"
10574 #  - "ACL_STATELESS"
10575 #  - "ACL_STATEFUL"
10576 #  traces:
10577 #    hoverinfo: "x+y"
10578 #    boxpoints: "outliers"
10579 #    whiskerwidth: 0
10580 #  layout:
10581 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10582 #    layout: "plot-throughput"
10583 #
10584 #-
10585 #  type: "plot"
10586 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10587 #  algorithm: "plot_performance_box"
10588 #  output-file-type: ".html"
10589 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10590 #  data: "plot-vpp-throughput-latency-3n-hsw"
10591 #  filter: "'NIC_Intel-X710' and
10592 #           '64B' and
10593 #           'NDRPDR' and
10594 #           '1T1C' and
10595 #           'IP4FWD' and
10596 #           'OACL' and
10597 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10598 #           not 'IPSEC' and
10599 #           not 'VHOST'"
10600 #  parameters:
10601 #  - "throughput"
10602 #  - "parent"
10603 #  - "tags"
10604 #  sort:
10605 #  - "ACL_STATELESS"
10606 #  - "ACL_STATEFUL"
10607 #  - "ACL_STATELESS"
10608 #  - "ACL_STATEFUL"
10609 #  traces:
10610 #    hoverinfo: "x+y"
10611 #    boxpoints: "outliers"
10612 #    whiskerwidth: 0
10613 #  layout:
10614 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10615 #    layout: "plot-throughput"
10616 #
10617 #-
10618 #  type: "plot"
10619 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10620 #  algorithm: "plot_performance_box"
10621 #  output-file-type: ".html"
10622 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10623 #  data: "plot-vpp-throughput-latency-3n-hsw"
10624 #  filter: "'NIC_Intel-X710' and
10625 #           '64B' and
10626 #           'NDRPDR' and
10627 #           '2T2C' and
10628 #           'IP4FWD' and
10629 #           'OACL' and
10630 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10631 #           not 'IPSEC' and
10632 #           not 'VHOST'"
10633 #  parameters:
10634 #  - "throughput"
10635 #  - "parent"
10636 #  - "tags"
10637 #  sort:
10638 #  - "ACL_STATELESS"
10639 #  - "ACL_STATEFUL"
10640 #  - "ACL_STATELESS"
10641 #  - "ACL_STATEFUL"
10642 #  traces:
10643 #    hoverinfo: "x+y"
10644 #    boxpoints: "outliers"
10645 #    whiskerwidth: 0
10646 #  layout:
10647 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10648 #    layout: "plot-throughput"
10649 #
10650 #-
10651 #  type: "plot"
10652 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10653 #  algorithm: "plot_performance_box"
10654 #  output-file-type: ".html"
10655 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10656 #  data: "plot-vpp-throughput-latency-3n-hsw"
10657 #  filter: "'NIC_Intel-X710' and
10658 #           '64B' and
10659 #           'NDRPDR' and
10660 #           '2T2C' and
10661 #           'IP4FWD' and
10662 #           'OACL' and
10663 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10664 #           not 'IPSEC' and
10665 #           not 'VHOST'"
10666 #  parameters:
10667 #  - "throughput"
10668 #  - "parent"
10669 #  - "tags"
10670 #  sort:
10671 #  - "ACL_STATELESS"
10672 #  - "ACL_STATEFUL"
10673 #  - "ACL_STATELESS"
10674 #  - "ACL_STATEFUL"
10675 #  traces:
10676 #    hoverinfo: "x+y"
10677 #    boxpoints: "outliers"
10678 #    whiskerwidth: 0
10679 #  layout:
10680 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10681 #    layout: "plot-throughput"
10682
10683 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10684 -
10685   type: "plot"
10686   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10687   algorithm: "plot_performance_box"
10688   output-file-type: ".html"
10689   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10690   data: "plot-vpp-throughput-latency-2n-skx"
10691   filter: "'NIC_Intel-X710' and
10692            '64B' and
10693            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10694            'NDRPDR' and
10695            '2T1C' and
10696            'IP4FWD' and
10697            not 'IPSEC' and
10698            not 'VHOST'"
10699   parameters:
10700   - "throughput"
10701   - "parent"
10702   - "tags"
10703   sort:
10704   - "DOT1Q"
10705   - "IP4BASE"
10706   - "FIB_20k"
10707   - "FIB_200k"
10708   - "FIB_2M"
10709   traces:
10710     hoverinfo: "x+y"
10711     boxpoints: "outliers"
10712     whiskerwidth: 0
10713   layout:
10714     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10715     layout: "plot-throughput"
10716
10717 -
10718   type: "plot"
10719   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10720   algorithm: "plot_performance_box"
10721   output-file-type: ".html"
10722   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10723   data: "plot-vpp-throughput-latency-2n-skx"
10724   filter: "'NIC_Intel-X710' and
10725            '64B' and
10726            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10727            'NDRPDR' and
10728            '2T1C' and
10729            'IP4FWD' and
10730            not 'IPSEC' and
10731            not 'VHOST'"
10732   parameters:
10733   - "throughput"
10734   - "parent"
10735   - "tags"
10736   sort:
10737   - "DOT1Q"
10738   - "IP4BASE"
10739   - "FIB_20k"
10740   - "FIB_200k"
10741   - "FIB_2M"
10742   traces:
10743     hoverinfo: "x+y"
10744     boxpoints: "outliers"
10745     whiskerwidth: 0
10746   layout:
10747     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10748     layout: "plot-throughput"
10749
10750 -
10751   type: "plot"
10752   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10753   algorithm: "plot_performance_box"
10754   output-file-type: ".html"
10755   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10756   data: "plot-vpp-throughput-latency-2n-skx"
10757   filter: "'NIC_Intel-X710' and
10758            '64B' and
10759            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10760            'NDRPDR' and
10761            '4T2C' and
10762            'IP4FWD' and
10763            not 'IPSEC' and
10764            not 'VHOST'"
10765   parameters:
10766   - "throughput"
10767   - "parent"
10768   - "tags"
10769   sort:
10770   - "DOT1Q"
10771   - "IP4BASE"
10772   - "FIB_20k"
10773   - "FIB_200k"
10774   - "FIB_2M"
10775   traces:
10776     hoverinfo: "x+y"
10777     boxpoints: "outliers"
10778     whiskerwidth: 0
10779   layout:
10780     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10781     layout: "plot-throughput"
10782
10783 -
10784   type: "plot"
10785   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10786   algorithm: "plot_performance_box"
10787   output-file-type: ".html"
10788   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10789   data: "plot-vpp-throughput-latency-2n-skx"
10790   filter: "'NIC_Intel-X710' and
10791            '64B' and
10792            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10793            'NDRPDR' and
10794            '4T2C' and
10795            'IP4FWD' and
10796            not 'IPSEC' and
10797            not 'VHOST'"
10798   parameters:
10799   - "throughput"
10800   - "parent"
10801   - "tags"
10802   sort:
10803   - "DOT1Q"
10804   - "IP4BASE"
10805   - "FIB_20k"
10806   - "FIB_200k"
10807   - "FIB_2M"
10808   traces:
10809     hoverinfo: "x+y"
10810     boxpoints: "outliers"
10811     whiskerwidth: 0
10812   layout:
10813     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10814     layout: "plot-throughput"
10815
10816 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10817 -
10818   type: "plot"
10819   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10820   algorithm: "plot_performance_box"
10821   output-file-type: ".html"
10822   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10823   data: "plot-vpp-throughput-latency-2n-skx"
10824   filter: "'NIC_Intel-XXV710' and
10825            '64B' and
10826            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10827            'NDRPDR' and
10828            '2T1C' and
10829            'IP4FWD' and
10830            not 'IPSEC' and
10831            not 'VHOST'"
10832   parameters:
10833   - "throughput"
10834   - "parent"
10835   - "tags"
10836   sort:
10837   - "DOT1Q"
10838   - "IP4BASE"
10839   - "FIB_20k"
10840   - "FIB_200k"
10841   - "FIB_2M"
10842   traces:
10843     hoverinfo: "x+y"
10844     boxpoints: "outliers"
10845     whiskerwidth: 0
10846   layout:
10847     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10848     layout: "plot-throughput"
10849
10850 -
10851   type: "plot"
10852   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10853   algorithm: "plot_performance_box"
10854   output-file-type: ".html"
10855   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10856   data: "plot-vpp-throughput-latency-2n-skx"
10857   filter: "'NIC_Intel-XXV710' and
10858            '64B' and
10859            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10860            'NDRPDR' and
10861            '2T1C' and
10862            'IP4FWD' and
10863            not 'IPSEC' and
10864            not 'VHOST'"
10865   parameters:
10866   - "throughput"
10867   - "parent"
10868   - "tags"
10869   sort:
10870   - "DOT1Q"
10871   - "IP4BASE"
10872   - "FIB_20k"
10873   - "FIB_200k"
10874   - "FIB_2M"
10875   traces:
10876     hoverinfo: "x+y"
10877     boxpoints: "outliers"
10878     whiskerwidth: 0
10879   layout:
10880     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10881     layout: "plot-throughput"
10882
10883 -
10884   type: "plot"
10885   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10886   algorithm: "plot_performance_box"
10887   output-file-type: ".html"
10888   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10889   data: "plot-vpp-throughput-latency-2n-skx"
10890   filter: "'NIC_Intel-XXV710' and
10891            '64B' and
10892            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10893            'NDRPDR' and
10894            '4T2C' and
10895            'IP4FWD' and
10896            not 'IPSEC' and
10897            not 'VHOST'"
10898   parameters:
10899   - "throughput"
10900   - "parent"
10901   - "tags"
10902   sort:
10903   - "DOT1Q"
10904   - "IP4BASE"
10905   - "FIB_20k"
10906   - "FIB_200k"
10907   - "FIB_2M"
10908   traces:
10909     hoverinfo: "x+y"
10910     boxpoints: "outliers"
10911     whiskerwidth: 0
10912   layout:
10913     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10914     layout: "plot-throughput"
10915
10916 -
10917   type: "plot"
10918   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10919   algorithm: "plot_performance_box"
10920   output-file-type: ".html"
10921   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10922   data: "plot-vpp-throughput-latency-2n-skx"
10923   filter: "'NIC_Intel-XXV710' and
10924            '64B' and
10925            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10926            'NDRPDR' and
10927            '4T2C' and
10928            'IP4FWD' and
10929            not 'IPSEC' and
10930            not 'VHOST'"
10931   parameters:
10932   - "throughput"
10933   - "parent"
10934   - "tags"
10935   sort:
10936   - "DOT1Q"
10937   - "IP4BASE"
10938   - "FIB_20k"
10939   - "FIB_200k"
10940   - "FIB_2M"
10941   traces:
10942     hoverinfo: "x+y"
10943     boxpoints: "outliers"
10944     whiskerwidth: 0
10945   layout:
10946     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10947     layout: "plot-throughput"
10948
10949 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10950 -
10951   type: "plot"
10952   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10953   algorithm: "plot_performance_box"
10954   output-file-type: ".html"
10955   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10956   data: "intel-dnv-vpp"
10957   filter: "'NIC_Intel-X553' and
10958            '64B' and
10959            'IP4BASE' and
10960            'NDRPDR' and
10961            '1T1C' and
10962            'IP4FWD' and
10963            not 'IPSEC' and
10964            not 'VHOST'"
10965   parameters:
10966   - "throughput"
10967   - "parent"
10968   - "tags"
10969   sort:
10970   - "IP4BASE"
10971   traces:
10972     hoverinfo: "x+y"
10973     boxpoints: "outliers"
10974     whiskerwidth: 0
10975   layout:
10976     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10977     layout: "plot-throughput"
10978
10979 -
10980   type: "plot"
10981   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10982   algorithm: "plot_performance_box"
10983   output-file-type: ".html"
10984   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10985   data: "intel-dnv-vpp"
10986   filter: "'NIC_Intel-X553' and
10987            '64B' and
10988            'IP4BASE' and
10989            'NDRPDR' and
10990            '1T1C' and
10991            'IP4FWD' and
10992            not 'IPSEC' and
10993            not 'VHOST'"
10994   parameters:
10995   - "throughput"
10996   - "parent"
10997   - "tags"
10998   sort:
10999   - "IP4BASE"
11000   traces:
11001     hoverinfo: "x+y"
11002     boxpoints: "outliers"
11003     whiskerwidth: 0
11004   layout:
11005     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11006     layout: "plot-throughput"
11007
11008 -
11009   type: "plot"
11010   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11011   algorithm: "plot_performance_box"
11012   output-file-type: ".html"
11013   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11014   data: "intel-dnv-vpp"
11015   filter: "'NIC_Intel-X553' and
11016            '64B' and
11017            'IP4BASE' and
11018            'NDRPDR' and
11019            '2T2C' and
11020            'IP4FWD' and
11021            not 'IPSEC' and
11022            not 'VHOST'"
11023   parameters:
11024   - "throughput"
11025   - "parent"
11026   - "tags"
11027   sort:
11028   - "IP4BASE"
11029   traces:
11030     hoverinfo: "x+y"
11031     boxpoints: "outliers"
11032     whiskerwidth: 0
11033   layout:
11034     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11035     layout: "plot-throughput"
11036
11037 -
11038   type: "plot"
11039   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11040   algorithm: "plot_performance_box"
11041   output-file-type: ".html"
11042   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11043   data: "intel-dnv-vpp"
11044   filter: "'NIC_Intel-X553' and
11045            '64B' and
11046            'IP4BASE' and
11047            'NDRPDR' and
11048            '2T2C' and
11049            'IP4FWD' and
11050            not 'IPSEC' and
11051            not 'VHOST'"
11052   parameters:
11053   - "throughput"
11054   - "parent"
11055   - "tags"
11056   sort:
11057   - "IP4BASE"
11058   traces:
11059     hoverinfo: "x+y"
11060     boxpoints: "outliers"
11061     whiskerwidth: 0
11062   layout:
11063     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11064     layout: "plot-throughput"
11065
11066 ################################################################################
11067
11068 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
11069 #-
11070 #  type: "plot"
11071 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11072 #  algorithm: "plot_performance_box"
11073 #  output-file-type: ".html"
11074 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11075 #  data: "plot-vpp-throughput-latency-3n-hsw"
11076 #  filter: "'NIC_Intel-X520-DA2' and
11077 #           '64B' and
11078 #           'ENCAP' and
11079 #           'NDRPDR' and
11080 #           '1T1C' and
11081 #           ('VXLAN' or 'LISP') and
11082 #           not 'VHOST' and
11083 #           not 'IPSECHW'"
11084 #  parameters:
11085 #  - "throughput"
11086 #  - "parent"
11087 #  - "tags"
11088 #  sort:
11089 #  - "not DOT1Q"
11090 #  - "VXLAN_1"
11091 #  - "VXLAN_10"
11092 #  - "VXLAN_100"
11093 #  - "VXLAN_1000"
11094 #  traces:
11095 #    hoverinfo: "x+y"
11096 #    boxpoints: "outliers"
11097 #    whiskerwidth: 0
11098 #  layout:
11099 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11100 #    layout: "plot-throughput"
11101 #
11102 #-
11103 #  type: "plot"
11104 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11105 #  algorithm: "plot_performance_box"
11106 #  output-file-type: ".html"
11107 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11108 #  data: "plot-vpp-throughput-latency-3n-hsw"
11109 #  filter: "'NIC_Intel-X520-DA2' and
11110 #           '64B' and
11111 #           'ENCAP' and
11112 #           'NDRPDR' and
11113 #           '1T1C' and
11114 #           ('VXLAN' or 'LISP') and
11115 #           not 'VHOST' and
11116 #           not 'IPSECHW'"
11117 #  parameters:
11118 #  - "throughput"
11119 #  - "parent"
11120 #  - "tags"
11121 #  sort:
11122 #  - "not DOT1Q"
11123 #  - "VXLAN_1"
11124 #  - "VXLAN_10"
11125 #  - "VXLAN_100"
11126 #  - "VXLAN_1000"
11127 #  traces:
11128 #    hoverinfo: "x+y"
11129 #    boxpoints: "outliers"
11130 #    whiskerwidth: 0
11131 #  layout:
11132 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11133 #    layout: "plot-throughput"
11134 #
11135 #-
11136 #  type: "plot"
11137 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11138 #  algorithm: "plot_performance_box"
11139 #  output-file-type: ".html"
11140 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11141 #  data: "plot-vpp-throughput-latency-3n-hsw"
11142 #  filter: "'NIC_Intel-X520-DA2' and
11143 #           '64B' and
11144 #           'ENCAP' and
11145 #           'NDRPDR' and
11146 #           '2T2C' and
11147 #           ('VXLAN' or 'LISP') and
11148 #           not 'VHOST' and
11149 #           not 'IPSECHW'"
11150 #  parameters:
11151 #  - "throughput"
11152 #  - "parent"
11153 #  - "tags"
11154 #  sort:
11155 #  - "not DOT1Q"
11156 #  - "VXLAN_1"
11157 #  - "VXLAN_10"
11158 #  - "VXLAN_100"
11159 #  - "VXLAN_1000"
11160 #  traces:
11161 #    hoverinfo: "x+y"
11162 #    boxpoints: "outliers"
11163 #    whiskerwidth: 0
11164 #  layout:
11165 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11166 #    layout: "plot-throughput"
11167 #
11168 #-
11169 #  type: "plot"
11170 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11171 #  algorithm: "plot_performance_box"
11172 #  output-file-type: ".html"
11173 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11174 #  data: "plot-vpp-throughput-latency-3n-hsw"
11175 #  filter: "'NIC_Intel-X520-DA2' and
11176 #           '64B' and
11177 #           'ENCAP' and
11178 #           'NDRPDR' and
11179 #           '2T2C' and
11180 #           ('VXLAN' or 'LISP') and
11181 #           not 'VHOST' and
11182 #           not 'IPSECHW'"
11183 #  parameters:
11184 #  - "throughput"
11185 #  - "parent"
11186 #  - "tags"
11187 #  sort:
11188 #  - "not DOT1Q"
11189 #  - "VXLAN_1"
11190 #  - "VXLAN_10"
11191 #  - "VXLAN_100"
11192 #  - "VXLAN_1000"
11193 #  traces:
11194 #    hoverinfo: "x+y"
11195 #    boxpoints: "outliers"
11196 #    whiskerwidth: 0
11197 #  layout:
11198 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11199 #    layout: "plot-throughput"
11200
11201 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11202 -
11203   type: "plot"
11204   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11205   algorithm: "plot_performance_box"
11206   output-file-type: ".html"
11207   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11208   data: "plot-vpp-throughput-latency-3n-hsw"
11209   filter: "'NIC_Intel-X520-DA2' and
11210            '64B' and
11211            'ENCAP' and
11212            'NDRPDR' and
11213            '1T1C' and
11214            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11215            not 'DOT1Q' and
11216            not 'VHOST' and
11217            not 'IPSECHW'"
11218   parameters:
11219   - "throughput"
11220   - "parent"
11221   - "tags"
11222   sort:
11223   - "L2BDMACLRN"
11224   - "L2XCFWD"
11225   - "LISP"
11226   traces:
11227     hoverinfo: "x+y"
11228     boxpoints: "outliers"
11229     whiskerwidth: 0
11230   layout:
11231     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11232     layout: "plot-throughput"
11233
11234 -
11235   type: "plot"
11236   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11237   algorithm: "plot_performance_box"
11238   output-file-type: ".html"
11239   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11240   data: "plot-vpp-throughput-latency-3n-hsw"
11241   filter: "'NIC_Intel-X520-DA2' and
11242            '64B' and
11243            'ENCAP' and
11244            'NDRPDR' and
11245            '2T2C' and
11246            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11247            not 'DOT1Q' and
11248            not 'VHOST' and
11249            not 'IPSECHW'"
11250   parameters:
11251   - "throughput"
11252   - "parent"
11253   - "tags"
11254   sort:
11255   - "L2BDMACLRN"
11256   - "L2XCFWD"
11257   - "LISP"
11258   traces:
11259     hoverinfo: "x+y"
11260     boxpoints: "outliers"
11261     whiskerwidth: 0
11262   layout:
11263     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11264     layout: "plot-throughput"
11265
11266 -
11267   type: "plot"
11268   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11269   algorithm: "plot_performance_box"
11270   output-file-type: ".html"
11271   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11272   data: "plot-vpp-throughput-latency-3n-hsw"
11273   filter: "'NIC_Intel-X520-DA2' and
11274            '64B' and
11275            'ENCAP' and
11276            'NDRPDR' and
11277            '1T1C' and
11278            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11279            not 'DOT1Q' and
11280            not 'VHOST' and
11281            not 'IPSECHW'"
11282   parameters:
11283   - "throughput"
11284   - "parent"
11285   - "tags"
11286   sort:
11287   - "L2BDMACLRN"
11288   - "L2XCFWD"
11289   - "LISP"
11290   traces:
11291     hoverinfo: "x+y"
11292     boxpoints: "outliers"
11293     whiskerwidth: 0
11294   layout:
11295     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11296     layout: "plot-throughput"
11297
11298 -
11299   type: "plot"
11300   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11301   algorithm: "plot_performance_box"
11302   output-file-type: ".html"
11303   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11304   data: "plot-vpp-throughput-latency-3n-hsw"
11305   filter: "'NIC_Intel-X520-DA2' and
11306            '64B' and
11307            'ENCAP' and
11308            'NDRPDR' and
11309            '2T2C' and
11310            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11311            not 'DOT1Q' and
11312            not 'VHOST' and
11313            not 'IPSECHW'"
11314   parameters:
11315   - "throughput"
11316   - "parent"
11317   - "tags"
11318   sort:
11319   - "L2BDMACLRN"
11320   - "L2XCFWD"
11321   - "LISP"
11322   traces:
11323     hoverinfo: "x+y"
11324     boxpoints: "outliers"
11325     whiskerwidth: 0
11326   layout:
11327     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11328     layout: "plot-throughput"
11329
11330 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11331 -
11332   type: "plot"
11333   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11334   algorithm: "plot_performance_box"
11335   output-file-type: ".html"
11336   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11337   data: "plot-vpp-throughput-latency-3n-hsw"
11338   filter: "'NIC_Intel-X710' and
11339            '64B' and
11340            'ENCAP' and
11341            'NDRPDR' and
11342            '1T1C' and
11343            ('VXLAN' or 'LISP') and
11344            not 'VHOST' and
11345            not 'IPSECHW'"
11346   parameters:
11347   - "throughput"
11348   - "parent"
11349   - "tags"
11350   sort:
11351   - "LISP"
11352   - "VXLAN_1"
11353   - "VXLAN_10"
11354   - "VXLAN_100"
11355   - "VXLAN_1000"
11356   traces:
11357     hoverinfo: "x+y"
11358     boxpoints: "outliers"
11359     whiskerwidth: 0
11360   layout:
11361     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11362     layout: "plot-throughput"
11363
11364 -
11365   type: "plot"
11366   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11367   algorithm: "plot_performance_box"
11368   output-file-type: ".html"
11369   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11370   data: "plot-vpp-throughput-latency-3n-hsw"
11371   filter: "'NIC_Intel-X710' and
11372            '64B' and
11373            'ENCAP' and
11374            'NDRPDR' and
11375            '1T1C' and
11376            ('VXLAN' or 'LISP') and
11377            not 'VHOST' and
11378            not 'IPSECHW'"
11379   parameters:
11380   - "throughput"
11381   - "parent"
11382   - "tags"
11383   sort:
11384   - "LISP"
11385   - "VXLAN_1"
11386   - "VXLAN_10"
11387   - "VXLAN_100"
11388   - "VXLAN_1000"
11389   traces:
11390     hoverinfo: "x+y"
11391     boxpoints: "outliers"
11392     whiskerwidth: 0
11393   layout:
11394     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11395     layout: "plot-throughput"
11396
11397 -
11398   type: "plot"
11399   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11400   algorithm: "plot_performance_box"
11401   output-file-type: ".html"
11402   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11403   data: "plot-vpp-throughput-latency-3n-hsw"
11404   filter: "'NIC_Intel-X710' and
11405            '64B' and
11406            'ENCAP' and
11407            'NDRPDR' and
11408            '2T2C' and
11409            ('VXLAN' or 'LISP') and
11410            not 'VHOST' and
11411            not 'IPSECHW'"
11412   parameters:
11413   - "throughput"
11414   - "parent"
11415   - "tags"
11416   sort:
11417   - "LISP"
11418   - "VXLAN_1"
11419   - "VXLAN_10"
11420   - "VXLAN_100"
11421   - "VXLAN_1000"
11422   traces:
11423     hoverinfo: "x+y"
11424     boxpoints: "outliers"
11425     whiskerwidth: 0
11426   layout:
11427     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11428     layout: "plot-throughput"
11429
11430 -
11431   type: "plot"
11432   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11433   algorithm: "plot_performance_box"
11434   output-file-type: ".html"
11435   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11436   data: "plot-vpp-throughput-latency-3n-hsw"
11437   filter: "'NIC_Intel-X710' and
11438            '64B' and
11439            'ENCAP' and
11440            'NDRPDR' and
11441            '2T2C' and
11442            ('VXLAN' or 'LISP') and
11443            not 'VHOST' and
11444            not 'IPSECHW'"
11445   parameters:
11446   - "throughput"
11447   - "parent"
11448   - "tags"
11449   sort:
11450   - "LISP"
11451   - "VXLAN_1"
11452   - "VXLAN_10"
11453   - "VXLAN_100"
11454   - "VXLAN_1000"
11455   traces:
11456     hoverinfo: "x+y"
11457     boxpoints: "outliers"
11458     whiskerwidth: 0
11459   layout:
11460     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11461     layout: "plot-throughput"
11462
11463 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11464 -
11465   type: "plot"
11466   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11467   algorithm: "plot_performance_box"
11468   output-file-type: ".html"
11469   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11470   data: "plot-vpp-throughput-latency-3n-hsw"
11471   filter: "'NIC_Intel-X710' and
11472            '64B' and
11473            'ENCAP' and
11474            'NDRPDR' and
11475            '1T1C' and
11476            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11477            not 'DOT1Q' and
11478            not 'VHOST' and
11479            not 'IPSECHW'"
11480   parameters:
11481   - "throughput"
11482   - "parent"
11483   - "tags"
11484   sort:
11485   - "L2BDMACLRN"
11486   - "L2XCFWD"
11487   - "LISP"
11488   traces:
11489     hoverinfo: "x+y"
11490     boxpoints: "outliers"
11491     whiskerwidth: 0
11492   layout:
11493     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11494     layout: "plot-throughput"
11495
11496 -
11497   type: "plot"
11498   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11499   algorithm: "plot_performance_box"
11500   output-file-type: ".html"
11501   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11502   data: "plot-vpp-throughput-latency-3n-hsw"
11503   filter: "'NIC_Intel-X710' and
11504            '64B' and
11505            'ENCAP' and
11506            'NDRPDR' and
11507            '2T2C' and
11508            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11509            not 'DOT1Q' and
11510            not 'VHOST' and
11511            not 'IPSECHW'"
11512   parameters:
11513   - "throughput"
11514   - "parent"
11515   - "tags"
11516   sort:
11517   - "L2BDMACLRN"
11518   - "L2XCFWD"
11519   - "LISP"
11520   traces:
11521     hoverinfo: "x+y"
11522     boxpoints: "outliers"
11523     whiskerwidth: 0
11524   layout:
11525     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11526     layout: "plot-throughput"
11527
11528 -
11529   type: "plot"
11530   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11531   algorithm: "plot_performance_box"
11532   output-file-type: ".html"
11533   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11534   data: "plot-vpp-throughput-latency-3n-hsw"
11535   filter: "'NIC_Intel-X710' and
11536            '64B' and
11537            'ENCAP' and
11538            'NDRPDR' and
11539            '1T1C' and
11540            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11541            not 'DOT1Q' and
11542            not 'VHOST' and
11543            not 'IPSECHW'"
11544   parameters:
11545   - "throughput"
11546   - "parent"
11547   - "tags"
11548   sort:
11549   - "L2BDMACLRN"
11550   - "L2XCFWD"
11551   - "LISP"
11552   traces:
11553     hoverinfo: "x+y"
11554     boxpoints: "outliers"
11555     whiskerwidth: 0
11556   layout:
11557     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11558     layout: "plot-throughput"
11559
11560 -
11561   type: "plot"
11562   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11563   algorithm: "plot_performance_box"
11564   output-file-type: ".html"
11565   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11566   data: "plot-vpp-throughput-latency-3n-hsw"
11567   filter: "'NIC_Intel-X710' and
11568            '64B' and
11569            'ENCAP' and
11570            'NDRPDR' and
11571            '2T2C' and
11572            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11573            not 'DOT1Q' and
11574            not 'VHOST' and
11575            not 'IPSECHW'"
11576   parameters:
11577   - "throughput"
11578   - "parent"
11579   - "tags"
11580   sort:
11581   - "L2BDMACLRN"
11582   - "L2XCFWD"
11583   - "LISP"
11584   traces:
11585     hoverinfo: "x+y"
11586     boxpoints: "outliers"
11587     whiskerwidth: 0
11588   layout:
11589     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11590     layout: "plot-throughput"
11591
11592 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11593 -
11594   type: "plot"
11595   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11596   algorithm: "plot_performance_box"
11597   output-file-type: ".html"
11598   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11599   data: "plot-vpp-throughput-latency-3n-skx"
11600   filter: "'NIC_Intel-X710' and
11601            '64B' and
11602            'ENCAP' and
11603            'NDRPDR' and
11604            '2T1C' and
11605            ('VXLAN' or 'LISP') and
11606            not 'VHOST' and
11607            not 'IPSECHW'"
11608   parameters:
11609   - "throughput"
11610   - "parent"
11611   - "tags"
11612   sort:
11613   - "LISP"
11614   - "VXLAN_1"
11615   - "VXLAN_10"
11616   - "VXLAN_100"
11617   - "VXLAN_1000"
11618   traces:
11619     hoverinfo: "x+y"
11620     boxpoints: "outliers"
11621     whiskerwidth: 0
11622   layout:
11623     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11624     layout: "plot-throughput"
11625
11626 -
11627   type: "plot"
11628   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11629   algorithm: "plot_performance_box"
11630   output-file-type: ".html"
11631   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11632   data: "plot-vpp-throughput-latency-3n-skx"
11633   filter: "'NIC_Intel-X710' and
11634            '64B' and
11635            'ENCAP' and
11636            'NDRPDR' and
11637            '2T1C' and
11638            ('VXLAN' or 'LISP') and
11639            not 'VHOST' and
11640            not 'IPSECHW'"
11641   parameters:
11642   - "throughput"
11643   - "parent"
11644   - "tags"
11645   sort:
11646   - "LISP"
11647   - "VXLAN_1"
11648   - "VXLAN_10"
11649   - "VXLAN_100"
11650   - "VXLAN_1000"
11651   traces:
11652     hoverinfo: "x+y"
11653     boxpoints: "outliers"
11654     whiskerwidth: 0
11655   layout:
11656     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11657     layout: "plot-throughput"
11658
11659 -
11660   type: "plot"
11661   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11662   algorithm: "plot_performance_box"
11663   output-file-type: ".html"
11664   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11665   data: "plot-vpp-throughput-latency-3n-skx"
11666   filter: "'NIC_Intel-X710' and
11667            '64B' and
11668            'ENCAP' and
11669            'NDRPDR' and
11670            '4T2C' and
11671            ('VXLAN' or 'LISP') and
11672            not 'VHOST' and
11673            not 'IPSECHW'"
11674   parameters:
11675   - "throughput"
11676   - "parent"
11677   - "tags"
11678   sort:
11679   - "LISP"
11680   - "VXLAN_1"
11681   - "VXLAN_10"
11682   - "VXLAN_100"
11683   - "VXLAN_1000"
11684   traces:
11685     hoverinfo: "x+y"
11686     boxpoints: "outliers"
11687     whiskerwidth: 0
11688   layout:
11689     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11690     layout: "plot-throughput"
11691
11692 -
11693   type: "plot"
11694   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11695   algorithm: "plot_performance_box"
11696   output-file-type: ".html"
11697   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11698   data: "plot-vpp-throughput-latency-3n-skx"
11699   filter: "'NIC_Intel-X710' and
11700            '64B' and
11701            'ENCAP' and
11702            'NDRPDR' and
11703            '4T2C' and
11704            ('VXLAN' or 'LISP') and
11705            not 'VHOST' and
11706            not 'IPSECHW'"
11707   parameters:
11708   - "throughput"
11709   - "parent"
11710   - "tags"
11711   sort:
11712   - "LISP"
11713   - "VXLAN_1"
11714   - "VXLAN_10"
11715   - "VXLAN_100"
11716   - "VXLAN_1000"
11717   traces:
11718     hoverinfo: "x+y"
11719     boxpoints: "outliers"
11720     whiskerwidth: 0
11721   layout:
11722     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11723     layout: "plot-throughput"
11724
11725 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11726 -
11727   type: "plot"
11728   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11729   algorithm: "plot_performance_box"
11730   output-file-type: ".html"
11731   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11732   data: "plot-vpp-throughput-latency-3n-skx"
11733   filter: "'NIC_Intel-X710' and
11734            '64B' and
11735            'ENCAP' and
11736            'NDRPDR' and
11737            '2T1C' and
11738            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11739            not 'DOT1Q' and
11740            not 'VHOST' and
11741            not 'IPSECHW'"
11742   parameters:
11743   - "throughput"
11744   - "parent"
11745   - "tags"
11746   sort:
11747   - "L2BDMACLRN"
11748   - "L2XCFWD"
11749   - "LISP"
11750   traces:
11751     hoverinfo: "x+y"
11752     boxpoints: "outliers"
11753     whiskerwidth: 0
11754   layout:
11755     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11756     layout: "plot-throughput"
11757
11758 -
11759   type: "plot"
11760   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11761   algorithm: "plot_performance_box"
11762   output-file-type: ".html"
11763   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11764   data: "plot-vpp-throughput-latency-3n-skx"
11765   filter: "'NIC_Intel-X710' and
11766            '64B' and
11767            'ENCAP' and
11768            'NDRPDR' and
11769            '4T2C' and
11770            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11771            not 'DOT1Q' and
11772            not 'VHOST' and
11773            not 'IPSECHW'"
11774   parameters:
11775   - "throughput"
11776   - "parent"
11777   - "tags"
11778   sort:
11779   - "L2BDMACLRN"
11780   - "L2XCFWD"
11781   - "LISP"
11782   traces:
11783     hoverinfo: "x+y"
11784     boxpoints: "outliers"
11785     whiskerwidth: 0
11786   layout:
11787     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11788     layout: "plot-throughput"
11789
11790 -
11791   type: "plot"
11792   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11793   algorithm: "plot_performance_box"
11794   output-file-type: ".html"
11795   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11796   data: "plot-vpp-throughput-latency-3n-skx"
11797   filter: "'NIC_Intel-X710' and
11798            '64B' and
11799            'ENCAP' and
11800            'NDRPDR' and
11801            '2T1C' and
11802            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11803            not 'DOT1Q' and
11804            not 'VHOST' and
11805            not 'IPSECHW'"
11806   parameters:
11807   - "throughput"
11808   - "parent"
11809   - "tags"
11810   sort:
11811   - "L2BDMACLRN"
11812   - "L2XCFWD"
11813   - "LISP"
11814   traces:
11815     hoverinfo: "x+y"
11816     boxpoints: "outliers"
11817     whiskerwidth: 0
11818   layout:
11819     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11820     layout: "plot-throughput"
11821
11822 -
11823   type: "plot"
11824   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11825   algorithm: "plot_performance_box"
11826   output-file-type: ".html"
11827   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11828   data: "plot-vpp-throughput-latency-3n-skx"
11829   filter: "'NIC_Intel-X710' and
11830            '64B' and
11831            'ENCAP' and
11832            'NDRPDR' and
11833            '4T2C' and
11834            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11835            not 'DOT1Q' and
11836            not 'VHOST' and
11837            not 'IPSECHW'"
11838   parameters:
11839   - "throughput"
11840   - "parent"
11841   - "tags"
11842   sort:
11843   - "L2BDMACLRN"
11844   - "L2XCFWD"
11845   - "LISP"
11846   traces:
11847     hoverinfo: "x+y"
11848     boxpoints: "outliers"
11849     whiskerwidth: 0
11850   layout:
11851     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11852     layout: "plot-throughput"
11853
11854 ################################################################################
11855
11856 # Packet Throughput - VPP IPv6 3n-hsw-x520
11857 -
11858   type: "plot"
11859   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11860   algorithm: "plot_performance_box"
11861   output-file-type: ".html"
11862   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11863   data: "plot-vpp-throughput-latency-3n-hsw"
11864   filter: "'NIC_Intel-X520-DA2' and
11865            '78B' and
11866            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11867            'NDRPDR' and
11868            '1T1C' and
11869            'IP6FWD' and
11870            not 'SRv6' and
11871            not 'IPSEC' and
11872            not 'VHOST'"
11873   parameters:
11874   - "throughput"
11875   - "parent"
11876   - "tags"
11877   sort:
11878   - "IP6BASE"
11879   - "FIB_20K"
11880   - "FIB_200K"
11881   - "FIB_2M"
11882   traces:
11883     hoverinfo: "x+y"
11884     boxpoints: "outliers"
11885     whiskerwidth: 0
11886   layout:
11887     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11888     layout: "plot-throughput"
11889
11890 -
11891   type: "plot"
11892   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11893   algorithm: "plot_performance_box"
11894   output-file-type: ".html"
11895   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11896   data: "plot-vpp-throughput-latency-3n-hsw"
11897   filter: "'NIC_Intel-X520-DA2' and
11898            '78B' and
11899            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11900            'NDRPDR' and
11901            '1T1C' and
11902            'IP6FWD' and
11903            not 'SRv6' and
11904            not 'IPSEC' and
11905            not 'VHOST'"
11906   parameters:
11907   - "throughput"
11908   - "parent"
11909   - "tags"
11910   sort:
11911   - "IP6BASE"
11912   - "FIB_20K"
11913   - "FIB_200K"
11914   - "FIB_2M"
11915   traces:
11916     hoverinfo: "x+y"
11917     boxpoints: "outliers"
11918     whiskerwidth: 0
11919   layout:
11920     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11921     layout: "plot-throughput"
11922
11923 -
11924   type: "plot"
11925   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11926   algorithm: "plot_performance_box"
11927   output-file-type: ".html"
11928   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11929   data: "plot-vpp-throughput-latency-3n-hsw"
11930   filter: "'NIC_Intel-X520-DA2' and
11931            '78B' and
11932            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11933            'NDRPDR' and
11934            '2T2C' and
11935            'IP6FWD' and
11936            not 'SRv6' and
11937            not 'IPSEC' and
11938            not 'VHOST'"
11939   parameters:
11940   - "throughput"
11941   - "parent"
11942   - "tags"
11943   sort:
11944   - "IP6BASE"
11945   - "FIB_20K"
11946   - "FIB_200K"
11947   - "FIB_2M"
11948   traces:
11949     hoverinfo: "x+y"
11950     boxpoints: "outliers"
11951     whiskerwidth: 0
11952   layout:
11953     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11954     layout: "plot-throughput"
11955
11956 -
11957   type: "plot"
11958   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11959   algorithm: "plot_performance_box"
11960   output-file-type: ".html"
11961   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11962   data: "plot-vpp-throughput-latency-3n-hsw"
11963   filter: "'NIC_Intel-X520-DA2' and
11964            '78B' and
11965            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11966            'NDRPDR' and
11967            '2T2C' and
11968            'IP6FWD' and
11969            not 'SRv6' and
11970            not 'IPSEC' and
11971            not 'VHOST'"
11972   parameters:
11973   - "throughput"
11974   - "parent"
11975   - "tags"
11976   sort:
11977   - "IP6BASE"
11978   - "FIB_20K"
11979   - "FIB_200K"
11980   - "FIB_2M"
11981   traces:
11982     hoverinfo: "x+y"
11983     boxpoints: "outliers"
11984     whiskerwidth: 0
11985   layout:
11986     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11987     layout: "plot-throughput"
11988
11989 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
11990 -
11991   type: "plot"
11992   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11993   algorithm: "plot_performance_box"
11994   output-file-type: ".html"
11995   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11996   data: "plot-vpp-throughput-latency-3n-hsw"
11997   filter: "'NIC_Intel-X520-DA2' and
11998            '78B' and
11999            ('IP6BASE' or
12000             'POLICE_MARK' or
12001             'COPWHLIST' or
12002             'IACLDST') and
12003            'NDRPDR' and
12004            '1T1C' and
12005            'IP6FWD' and
12006            not 'SRv6' and
12007            not 'IPSEC' and
12008            not 'VHOST'"
12009   parameters:
12010   - "throughput"
12011   - "parent"
12012   - "tags"
12013   sort:
12014   - "IP6BASE"
12015   - "POLICE_MARK"
12016   - "COPWHLIST"
12017   - "IACLDST"
12018   traces:
12019     hoverinfo: "x+y"
12020     boxpoints: "outliers"
12021     whiskerwidth: 0
12022   layout:
12023     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12024     layout: "plot-throughput"
12025
12026 -
12027   type: "plot"
12028   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12029   algorithm: "plot_performance_box"
12030   output-file-type: ".html"
12031   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12032   data: "plot-vpp-throughput-latency-3n-hsw"
12033   filter: "'NIC_Intel-X520-DA2' and
12034            '78B' and
12035            ('IP6BASE' or
12036             'POLICE_MARK' or
12037             'COPWHLIST' or
12038             'IACLDST') and
12039            'NDRPDR' and
12040            '2T2C' and
12041            'IP6FWD' and
12042            not 'SRv6' and
12043            not 'IPSEC' and
12044            not 'VHOST'"
12045   parameters:
12046   - "throughput"
12047   - "parent"
12048   - "tags"
12049   sort:
12050   - "IP6BASE"
12051   - "POLICE_MARK"
12052   - "COPWHLIST"
12053   - "IACLDST"
12054   traces:
12055     hoverinfo: "x+y"
12056     boxpoints: "outliers"
12057     whiskerwidth: 0
12058   layout:
12059     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12060     layout: "plot-throughput"
12061
12062 -
12063   type: "plot"
12064   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12065   algorithm: "plot_performance_box"
12066   output-file-type: ".html"
12067   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12068   data: "plot-vpp-throughput-latency-3n-hsw"
12069   filter: "'NIC_Intel-X520-DA2' and
12070            '78B' and
12071            ('IP6BASE' or
12072             'POLICE_MARK' or
12073             'COPWHLIST' or
12074             'IACLDST') and
12075            'NDRPDR' and
12076            '1T1C' and
12077            'IP6FWD' and
12078            not 'SRv6' and
12079            not 'IPSEC' and
12080            not 'VHOST'"
12081   parameters:
12082   - "throughput"
12083   - "parent"
12084   - "tags"
12085   sort:
12086   - "IP6BASE"
12087   - "POLICE_MARK"
12088   - "COPWHLIST"
12089   - "IACLDST"
12090   traces:
12091     hoverinfo: "x+y"
12092     boxpoints: "outliers"
12093     whiskerwidth: 0
12094   layout:
12095     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12096     layout: "plot-throughput"
12097
12098 -
12099   type: "plot"
12100   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12101   algorithm: "plot_performance_box"
12102   output-file-type: ".html"
12103   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12104   data: "plot-vpp-throughput-latency-3n-hsw"
12105   filter: "'NIC_Intel-X520-DA2' and
12106            '78B' and
12107            ('IP6BASE' or
12108             'POLICE_MARK' or
12109             'COPWHLIST' or
12110             'IACLDST') and
12111            'NDRPDR' and
12112            '2T2C' and
12113            'IP6FWD' and
12114            not 'SRv6' and
12115            not 'IPSEC' and
12116            not 'VHOST'"
12117   parameters:
12118   - "throughput"
12119   - "parent"
12120   - "tags"
12121   sort:
12122   - "IP6BASE"
12123   - "POLICE_MARK"
12124   - "COPWHLIST"
12125   - "IACLDST"
12126   traces:
12127     hoverinfo: "x+y"
12128     boxpoints: "outliers"
12129     whiskerwidth: 0
12130   layout:
12131     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12132     layout: "plot-throughput"
12133
12134 # Packet Throughput - VPP IPv6 3n-hsw-x710
12135 -
12136   type: "plot"
12137   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12138   algorithm: "plot_performance_box"
12139   output-file-type: ".html"
12140   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12141   data: "plot-vpp-throughput-latency-3n-hsw"
12142   filter: "'NIC_Intel-X710' and
12143            '78B' and
12144            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12145            'NDRPDR' and
12146            '1T1C' and
12147            'IP6FWD' and
12148            not 'SRv6' and
12149            not 'IPSEC' and
12150            not 'VHOST'"
12151   parameters:
12152   - "throughput"
12153   - "parent"
12154   - "tags"
12155   sort:
12156   - "IP6BASE"
12157   - "FIB_20K"
12158   - "FIB_200K"
12159   - "FIB_2M"
12160   traces:
12161     hoverinfo: "x+y"
12162     boxpoints: "outliers"
12163     whiskerwidth: 0
12164   layout:
12165     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12166     layout: "plot-throughput"
12167
12168 -
12169   type: "plot"
12170   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12171   algorithm: "plot_performance_box"
12172   output-file-type: ".html"
12173   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12174   data: "plot-vpp-throughput-latency-3n-hsw"
12175   filter: "'NIC_Intel-X710' and
12176            '78B' and
12177            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12178            'NDRPDR' and
12179            '1T1C' and
12180            'IP6FWD' and
12181            not 'SRv6' and
12182            not 'IPSEC' and
12183            not 'VHOST'"
12184   parameters:
12185   - "throughput"
12186   - "parent"
12187   - "tags"
12188   sort:
12189   - "IP6BASE"
12190   - "FIB_20K"
12191   - "FIB_200K"
12192   - "FIB_2M"
12193   traces:
12194     hoverinfo: "x+y"
12195     boxpoints: "outliers"
12196     whiskerwidth: 0
12197   layout:
12198     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12199     layout: "plot-throughput"
12200
12201 -
12202   type: "plot"
12203   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12204   algorithm: "plot_performance_box"
12205   output-file-type: ".html"
12206   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12207   data: "plot-vpp-throughput-latency-3n-hsw"
12208   filter: "'NIC_Intel-X710' and
12209            '78B' and
12210            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12211            'NDRPDR' and
12212            '2T2C' and
12213            'IP6FWD' and
12214            not 'SRv6' and
12215            not 'IPSEC' and
12216            not 'VHOST'"
12217   parameters:
12218   - "throughput"
12219   - "parent"
12220   - "tags"
12221   sort:
12222   - "IP6BASE"
12223   - "FIB_20K"
12224   - "FIB_200K"
12225   - "FIB_2M"
12226   traces:
12227     hoverinfo: "x+y"
12228     boxpoints: "outliers"
12229     whiskerwidth: 0
12230   layout:
12231     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12232     layout: "plot-throughput"
12233
12234 -
12235   type: "plot"
12236   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12237   algorithm: "plot_performance_box"
12238   output-file-type: ".html"
12239   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12240   data: "plot-vpp-throughput-latency-3n-hsw"
12241   filter: "'NIC_Intel-X710' and
12242            '78B' and
12243            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12244            'NDRPDR' and
12245            '2T2C' and
12246            'IP6FWD' and
12247            not 'SRv6' and
12248            not 'IPSEC' and
12249            not 'VHOST'"
12250   parameters:
12251   - "throughput"
12252   - "parent"
12253   - "tags"
12254   sort:
12255   - "IP6BASE"
12256   - "FIB_20K"
12257   - "FIB_200K"
12258   - "FIB_2M"
12259   traces:
12260     hoverinfo: "x+y"
12261     boxpoints: "outliers"
12262     whiskerwidth: 0
12263   layout:
12264     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12265     layout: "plot-throughput"
12266
12267 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12268 -
12269   type: "plot"
12270   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12271   algorithm: "plot_performance_box"
12272   output-file-type: ".html"
12273   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12274   data: "plot-vpp-throughput-latency-3n-hsw"
12275   filter: "'NIC_Intel-X710' and
12276            '78B' and
12277            ('IP6BASE' or
12278             'POLICE_MARK' or
12279             'COPWHLIST' or
12280             'IACLDST') and
12281            'NDRPDR' and
12282            '1T1C' and
12283            'IP6FWD' and
12284            not 'SRv6' and
12285            not 'IPSEC' and
12286            not 'VHOST'"
12287   parameters:
12288   - "throughput"
12289   - "parent"
12290   - "tags"
12291   sort:
12292   - "IP6BASE"
12293   - "POLICE_MARK"
12294   - "COPWHLIST"
12295   - "IACLDST"
12296   traces:
12297     hoverinfo: "x+y"
12298     boxpoints: "outliers"
12299     whiskerwidth: 0
12300   layout:
12301     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12302     layout: "plot-throughput"
12303
12304 -
12305   type: "plot"
12306   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12307   algorithm: "plot_performance_box"
12308   output-file-type: ".html"
12309   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12310   data: "plot-vpp-throughput-latency-3n-hsw"
12311   filter: "'NIC_Intel-X710' and
12312            '78B' and
12313            ('IP6BASE' or
12314             'POLICE_MARK' or
12315             'COPWHLIST' or
12316             'IACLDST') and
12317            'NDRPDR' and
12318            '2T2C' and
12319            'IP6FWD' and
12320            not 'SRv6' and
12321            not 'IPSEC' and
12322            not 'VHOST'"
12323   parameters:
12324   - "throughput"
12325   - "parent"
12326   - "tags"
12327   sort:
12328   - "IP6BASE"
12329   - "POLICE_MARK"
12330   - "COPWHLIST"
12331   - "IACLDST"
12332   traces:
12333     hoverinfo: "x+y"
12334     boxpoints: "outliers"
12335     whiskerwidth: 0
12336   layout:
12337     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12338     layout: "plot-throughput"
12339
12340 -
12341   type: "plot"
12342   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12343   algorithm: "plot_performance_box"
12344   output-file-type: ".html"
12345   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12346   data: "plot-vpp-throughput-latency-3n-hsw"
12347   filter: "'NIC_Intel-X710' and
12348            '78B' and
12349            ('IP6BASE' or
12350             'POLICE_MARK' or
12351             'COPWHLIST' or
12352             'IACLDST') and
12353            'NDRPDR' and
12354            '1T1C' and
12355            'IP6FWD' and
12356            not 'SRv6' and
12357            not 'IPSEC' and
12358            not 'VHOST'"
12359   parameters:
12360   - "throughput"
12361   - "parent"
12362   - "tags"
12363   sort:
12364   - "IP6BASE"
12365   - "POLICE_MARK"
12366   - "COPWHLIST"
12367   - "IACLDST"
12368   traces:
12369     hoverinfo: "x+y"
12370     boxpoints: "outliers"
12371     whiskerwidth: 0
12372   layout:
12373     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12374     layout: "plot-throughput"
12375
12376 -
12377   type: "plot"
12378   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12379   algorithm: "plot_performance_box"
12380   output-file-type: ".html"
12381   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12382   data: "plot-vpp-throughput-latency-3n-hsw"
12383   filter: "'NIC_Intel-X710' and
12384            '78B' and
12385            ('IP6BASE' or
12386             'POLICE_MARK' or
12387             'COPWHLIST' or
12388             'IACLDST') and
12389            'NDRPDR' and
12390            '2T2C' and
12391            'IP6FWD' and
12392            not 'SRv6' and
12393            not 'IPSEC' and
12394            not 'VHOST'"
12395   parameters:
12396   - "throughput"
12397   - "parent"
12398   - "tags"
12399   sort:
12400   - "IP6BASE"
12401   - "POLICE_MARK"
12402   - "COPWHLIST"
12403   - "IACLDST"
12404   traces:
12405     hoverinfo: "x+y"
12406     boxpoints: "outliers"
12407     whiskerwidth: 0
12408   layout:
12409     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12410     layout: "plot-throughput"
12411
12412 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12413 -
12414   type: "plot"
12415   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12416   algorithm: "plot_performance_box"
12417   output-file-type: ".html"
12418   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12419   data: "plot-vpp-throughput-latency-3n-hsw"
12420   filter: "'NIC_Intel-XL710' and
12421            '78B' and
12422            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12423            'NDRPDR' and
12424            '1T1C' and
12425            'IP6FWD' and
12426            not 'SRv6' and
12427            not 'IPSEC' and
12428            not 'VHOST'"
12429   parameters:
12430   - "throughput"
12431   - "parent"
12432   - "tags"
12433   sort:
12434   - "IP6BASE"
12435   - "FIB_20K"
12436   - "FIB_200K"
12437   - "FIB_2M"
12438   traces:
12439     hoverinfo: "x+y"
12440     boxpoints: "outliers"
12441     whiskerwidth: 0
12442   layout:
12443     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12444     layout: "plot-throughput"
12445
12446 -
12447   type: "plot"
12448   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12449   algorithm: "plot_performance_box"
12450   output-file-type: ".html"
12451   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12452   data: "plot-vpp-throughput-latency-3n-hsw"
12453   filter: "'NIC_Intel-XL710' and
12454            '78B' and
12455            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12456            'NDRPDR' and
12457            '1T1C' and
12458            'IP6FWD' and
12459            not 'SRv6' and
12460            not 'IPSEC' and
12461            not 'VHOST'"
12462   parameters:
12463   - "throughput"
12464   - "parent"
12465   - "tags"
12466   sort:
12467   - "IP6BASE"
12468   - "FIB_20K"
12469   - "FIB_200K"
12470   - "FIB_2M"
12471   traces:
12472     hoverinfo: "x+y"
12473     boxpoints: "outliers"
12474     whiskerwidth: 0
12475   layout:
12476     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12477     layout: "plot-throughput"
12478
12479 -
12480   type: "plot"
12481   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12482   algorithm: "plot_performance_box"
12483   output-file-type: ".html"
12484   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12485   data: "plot-vpp-throughput-latency-3n-hsw"
12486   filter: "'NIC_Intel-XL710' and
12487            '78B' and
12488            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12489            'NDRPDR' and
12490            '2T2C' and
12491            'IP6FWD' and
12492            not 'SRv6' and
12493            not 'IPSEC' and
12494            not 'VHOST'"
12495   parameters:
12496   - "throughput"
12497   - "parent"
12498   - "tags"
12499   sort:
12500   - "IP6BASE"
12501   - "FIB_20K"
12502   - "FIB_200K"
12503   - "FIB_2M"
12504   traces:
12505     hoverinfo: "x+y"
12506     boxpoints: "outliers"
12507     whiskerwidth: 0
12508   layout:
12509     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12510     layout: "plot-throughput"
12511
12512 -
12513   type: "plot"
12514   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12515   algorithm: "plot_performance_box"
12516   output-file-type: ".html"
12517   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12518   data: "plot-vpp-throughput-latency-3n-hsw"
12519   filter: "'NIC_Intel-XL710' and
12520            '78B' and
12521            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12522            'NDRPDR' and
12523            '2T2C' and
12524            'IP6FWD' and
12525            not 'SRv6' and
12526            not 'IPSEC' and
12527            not 'VHOST'"
12528   parameters:
12529   - "throughput"
12530   - "parent"
12531   - "tags"
12532   sort:
12533   - "IP6BASE"
12534   - "FIB_20K"
12535   - "FIB_200K"
12536   - "FIB_2M"
12537   traces:
12538     hoverinfo: "x+y"
12539     boxpoints: "outliers"
12540     whiskerwidth: 0
12541   layout:
12542     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12543     layout: "plot-throughput"
12544
12545 # Packet Throughput - VPP IPv6 3n-skx-x710
12546 -
12547   type: "plot"
12548   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12549   algorithm: "plot_performance_box"
12550   output-file-type: ".html"
12551   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12552   data: "plot-vpp-throughput-latency-3n-skx"
12553   filter: "'NIC_Intel-X710' and
12554            '78B' and
12555            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12556            'NDRPDR' and
12557            '2T1C' and
12558            'IP6FWD' and
12559            not 'SRv6' and
12560            not 'IPSEC' and
12561            not 'VHOST'"
12562   parameters:
12563   - "throughput"
12564   - "parent"
12565   - "tags"
12566   sort:
12567   - "IP6BASE"
12568   - "FIB_20k"
12569   - "FIB_200k"
12570   - "FIB_2M"
12571   traces:
12572     hoverinfo: "x+y"
12573     boxpoints: "outliers"
12574     whiskerwidth: 0
12575   layout:
12576     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12577     layout: "plot-throughput"
12578
12579 -
12580   type: "plot"
12581   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12582   algorithm: "plot_performance_box"
12583   output-file-type: ".html"
12584   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12585   data: "plot-vpp-throughput-latency-3n-skx"
12586   filter: "'NIC_Intel-X710' and
12587            '78B' and
12588            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12589            'NDRPDR' and
12590            '2T1C' and
12591            'IP6FWD' and
12592            not 'SRv6' and
12593            not 'IPSEC' and
12594            not 'VHOST'"
12595   parameters:
12596   - "throughput"
12597   - "parent"
12598   - "tags"
12599   sort:
12600   - "IP6BASE"
12601   - "FIB_20k"
12602   - "FIB_200k"
12603   - "FIB_2M"
12604   traces:
12605     hoverinfo: "x+y"
12606     boxpoints: "outliers"
12607     whiskerwidth: 0
12608   layout:
12609     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12610     layout: "plot-throughput"
12611
12612 -
12613   type: "plot"
12614   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12615   algorithm: "plot_performance_box"
12616   output-file-type: ".html"
12617   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12618   data: "plot-vpp-throughput-latency-3n-skx"
12619   filter: "'NIC_Intel-X710' and
12620            '78B' and
12621            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12622            'NDRPDR' and
12623            '4T2C' and
12624            'IP6FWD' and
12625            not 'SRv6' and
12626            not 'IPSEC' and
12627            not 'VHOST'"
12628   parameters:
12629   - "throughput"
12630   - "parent"
12631   - "tags"
12632   sort:
12633   - "IP6BASE"
12634   - "FIB_20k"
12635   - "FIB_200k"
12636   - "FIB_2M"
12637   traces:
12638     hoverinfo: "x+y"
12639     boxpoints: "outliers"
12640     whiskerwidth: 0
12641   layout:
12642     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12643     layout: "plot-throughput"
12644
12645 -
12646   type: "plot"
12647   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12648   algorithm: "plot_performance_box"
12649   output-file-type: ".html"
12650   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12651   data: "plot-vpp-throughput-latency-3n-skx"
12652   filter: "'NIC_Intel-X710' and
12653            '78B' and
12654            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12655            'NDRPDR' and
12656            '4T2C' and
12657            'IP6FWD' and
12658            not 'SRv6' and
12659            not 'IPSEC' and
12660            not 'VHOST'"
12661   parameters:
12662   - "throughput"
12663   - "parent"
12664   - "tags"
12665   sort:
12666   - "IP6BASE"
12667   - "FIB_20k"
12668   - "FIB_200k"
12669   - "FIB_2M"
12670   traces:
12671     hoverinfo: "x+y"
12672     boxpoints: "outliers"
12673     whiskerwidth: 0
12674   layout:
12675     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12676     layout: "plot-throughput"
12677
12678 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12679 -
12680   type: "plot"
12681   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12682   algorithm: "plot_performance_box"
12683   output-file-type: ".html"
12684   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12685   data: "plot-vpp-throughput-latency-3n-skx"
12686   filter: "'NIC_Intel-X710' and
12687            '78B' and
12688            ('IP6BASE' or
12689             'POLICE_MARK' or
12690             'COPWHLIST' or
12691             'IACLDST') and
12692            'NDRPDR' and
12693            '2T1C' and
12694            'IP6FWD' and
12695            not 'SRv6' and
12696            not 'IPSEC' and
12697            not 'VHOST'"
12698   parameters:
12699   - "throughput"
12700   - "parent"
12701   - "tags"
12702   sort:
12703   - "IP6BASE"
12704   - "POLICE_MARK"
12705   - "COPWHLIST"
12706   - "IACLDST"
12707   traces:
12708     hoverinfo: "x+y"
12709     boxpoints: "outliers"
12710     whiskerwidth: 0
12711   layout:
12712     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12713     layout: "plot-throughput"
12714
12715 -
12716   type: "plot"
12717   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12718   algorithm: "plot_performance_box"
12719   output-file-type: ".html"
12720   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12721   data: "plot-vpp-throughput-latency-3n-skx"
12722   filter: "'NIC_Intel-X710' and
12723            '78B' and
12724            ('IP6BASE' or
12725             'POLICE_MARK' or
12726             'COPWHLIST' or
12727             'IACLDST') and
12728            'NDRPDR' and
12729            '4T2C' and
12730            'IP6FWD' and
12731            not 'SRv6' and
12732            not 'IPSEC' and
12733            not 'VHOST'"
12734   parameters:
12735   - "throughput"
12736   - "parent"
12737   - "tags"
12738   sort:
12739   - "IP6BASE"
12740   - "POLICE_MARK"
12741   - "COPWHLIST"
12742   - "IACLDST"
12743   traces:
12744     hoverinfo: "x+y"
12745     boxpoints: "outliers"
12746     whiskerwidth: 0
12747   layout:
12748     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12749     layout: "plot-throughput"
12750
12751 -
12752   type: "plot"
12753   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12754   algorithm: "plot_performance_box"
12755   output-file-type: ".html"
12756   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12757   data: "plot-vpp-throughput-latency-3n-skx"
12758   filter: "'NIC_Intel-X710' and
12759            '78B' and
12760            ('IP6BASE' or
12761             'POLICE_MARK' or
12762             'COPWHLIST' or
12763             'IACLDST') and
12764            'NDRPDR' and
12765            '2T1C' and
12766            'IP6FWD' and
12767            not 'SRv6' and
12768            not 'IPSEC' and
12769            not 'VHOST'"
12770   parameters:
12771   - "throughput"
12772   - "parent"
12773   - "tags"
12774   sort:
12775   - "IP6BASE"
12776   - "POLICE_MARK"
12777   - "COPWHLIST"
12778   - "IACLDST"
12779   traces:
12780     hoverinfo: "x+y"
12781     boxpoints: "outliers"
12782     whiskerwidth: 0
12783   layout:
12784     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12785     layout: "plot-throughput"
12786
12787 -
12788   type: "plot"
12789   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12790   algorithm: "plot_performance_box"
12791   output-file-type: ".html"
12792   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12793   data: "plot-vpp-throughput-latency-3n-skx"
12794   filter: "'NIC_Intel-X710' and
12795            '78B' and
12796            ('IP6BASE' or
12797             'POLICE_MARK' or
12798             'COPWHLIST' or
12799             'IACLDST') and
12800            'NDRPDR' and
12801            '4T2C' and
12802            'IP6FWD' and
12803            not 'SRv6' and
12804            not 'IPSEC' and
12805            not 'VHOST'"
12806   parameters:
12807   - "throughput"
12808   - "parent"
12809   - "tags"
12810   sort:
12811   - "IP6BASE"
12812   - "POLICE_MARK"
12813   - "COPWHLIST"
12814   - "IACLDST"
12815   traces:
12816     hoverinfo: "x+y"
12817     boxpoints: "outliers"
12818     whiskerwidth: 0
12819   layout:
12820     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12821     layout: "plot-throughput"
12822
12823 # Packet Throughput - VPP IPv6 2n-skx-x710
12824 -
12825   type: "plot"
12826   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12827   algorithm: "plot_performance_box"
12828   output-file-type: ".html"
12829   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12830   data: "plot-vpp-throughput-latency-2n-skx"
12831   filter: "'NIC_Intel-X710' and
12832            '78B' and
12833            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12834            'NDRPDR' and
12835            '2T1C' and
12836            'IP6FWD' and
12837            not 'SRv6' and
12838            not 'IPSEC' and
12839            not 'VHOST'"
12840   parameters:
12841   - "throughput"
12842   - "parent"
12843   - "tags"
12844   sort:
12845   - "IP6BASE"
12846   - "FIB_20k"
12847   - "FIB_200k"
12848   - "FIB_2M"
12849   traces:
12850     hoverinfo: "x+y"
12851     boxpoints: "outliers"
12852     whiskerwidth: 0
12853   layout:
12854     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12855     layout: "plot-throughput"
12856
12857 -
12858   type: "plot"
12859   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12860   algorithm: "plot_performance_box"
12861   output-file-type: ".html"
12862   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12863   data: "plot-vpp-throughput-latency-2n-skx"
12864   filter: "'NIC_Intel-X710' and
12865            '78B' and
12866            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12867            'NDRPDR' and
12868            '2T1C' and
12869            'IP6FWD' and
12870            not 'SRv6' and
12871            not 'IPSEC' and
12872            not 'VHOST'"
12873   parameters:
12874   - "throughput"
12875   - "parent"
12876   - "tags"
12877   sort:
12878   - "IP6BASE"
12879   - "FIB_20k"
12880   - "FIB_200k"
12881   - "FIB_2M"
12882   traces:
12883     hoverinfo: "x+y"
12884     boxpoints: "outliers"
12885     whiskerwidth: 0
12886   layout:
12887     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12888     layout: "plot-throughput"
12889
12890 -
12891   type: "plot"
12892   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12893   algorithm: "plot_performance_box"
12894   output-file-type: ".html"
12895   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12896   data: "plot-vpp-throughput-latency-2n-skx"
12897   filter: "'NIC_Intel-X710' and
12898            '78B' and
12899            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12900            'NDRPDR' and
12901            '4T2C' and
12902            'IP6FWD' and
12903            not 'SRv6' and
12904            not 'IPSEC' and
12905            not 'VHOST'"
12906   parameters:
12907   - "throughput"
12908   - "parent"
12909   - "tags"
12910   sort:
12911   - "IP6BASE"
12912   - "FIB_20k"
12913   - "FIB_200k"
12914   - "FIB_2M"
12915   traces:
12916     hoverinfo: "x+y"
12917     boxpoints: "outliers"
12918     whiskerwidth: 0
12919   layout:
12920     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12921     layout: "plot-throughput"
12922
12923 -
12924   type: "plot"
12925   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12926   algorithm: "plot_performance_box"
12927   output-file-type: ".html"
12928   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12929   data: "plot-vpp-throughput-latency-2n-skx"
12930   filter: "'NIC_Intel-X710' and
12931            '78B' and
12932            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12933            'NDRPDR' and
12934            '4T2C' and
12935            'IP6FWD' and
12936            not 'SRv6' and
12937            not 'IPSEC' and
12938            not 'VHOST'"
12939   parameters:
12940   - "throughput"
12941   - "parent"
12942   - "tags"
12943   sort:
12944   - "IP6BASE"
12945   - "FIB_20k"
12946   - "FIB_200k"
12947   - "FIB_2M"
12948   traces:
12949     hoverinfo: "x+y"
12950     boxpoints: "outliers"
12951     whiskerwidth: 0
12952   layout:
12953     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12954     layout: "plot-throughput"
12955
12956 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12957 -
12958   type: "plot"
12959   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12960   algorithm: "plot_performance_box"
12961   output-file-type: ".html"
12962   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12963   data: "plot-vpp-throughput-latency-2n-skx"
12964   filter: "'NIC_Intel-XXV710' and
12965            '78B' and
12966            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12967            'NDRPDR' and
12968            '2T1C' and
12969            'IP6FWD' and
12970            not 'SRv6' and
12971            not 'IPSEC' and
12972            not 'VHOST'"
12973   parameters:
12974   - "throughput"
12975   - "parent"
12976   - "tags"
12977   sort:
12978   - "IP6BASE"
12979   - "FIB_20k"
12980   - "FIB_200k"
12981   - "FIB_2M"
12982   traces:
12983     hoverinfo: "x+y"
12984     boxpoints: "outliers"
12985     whiskerwidth: 0
12986   layout:
12987     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12988     layout: "plot-throughput"
12989
12990 -
12991   type: "plot"
12992   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12993   algorithm: "plot_performance_box"
12994   output-file-type: ".html"
12995   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12996   data: "plot-vpp-throughput-latency-2n-skx"
12997   filter: "'NIC_Intel-XXV710' and
12998            '78B' and
12999            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13000            'NDRPDR' and
13001            '2T1C' and
13002            'IP6FWD' and
13003            not 'SRv6' and
13004            not 'IPSEC' and
13005            not 'VHOST'"
13006   parameters:
13007   - "throughput"
13008   - "parent"
13009   - "tags"
13010   sort:
13011   - "IP6BASE"
13012   - "FIB_20k"
13013   - "FIB_200k"
13014   - "FIB_2M"
13015   traces:
13016     hoverinfo: "x+y"
13017     boxpoints: "outliers"
13018     whiskerwidth: 0
13019   layout:
13020     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13021     layout: "plot-throughput"
13022
13023 -
13024   type: "plot"
13025   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13026   algorithm: "plot_performance_box"
13027   output-file-type: ".html"
13028   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13029   data: "plot-vpp-throughput-latency-2n-skx"
13030   filter: "'NIC_Intel-XXV710' and
13031            '78B' and
13032            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13033            'NDRPDR' and
13034            '4T2C' and
13035            'IP6FWD' and
13036            not 'SRv6' and
13037            not 'IPSEC' and
13038            not 'VHOST'"
13039   parameters:
13040   - "throughput"
13041   - "parent"
13042   - "tags"
13043   sort:
13044   - "IP6BASE"
13045   - "FIB_20k"
13046   - "FIB_200k"
13047   - "FIB_2M"
13048   traces:
13049     hoverinfo: "x+y"
13050     boxpoints: "outliers"
13051     whiskerwidth: 0
13052   layout:
13053     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13054     layout: "plot-throughput"
13055
13056 -
13057   type: "plot"
13058   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13059   algorithm: "plot_performance_box"
13060   output-file-type: ".html"
13061   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13062   data: "plot-vpp-throughput-latency-2n-skx"
13063   filter: "'NIC_Intel-XXV710' and
13064            '78B' and
13065            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13066            'NDRPDR' and
13067            '4T2C' and
13068            'IP6FWD' and
13069            not 'SRv6' and
13070            not 'IPSEC' and
13071            not 'VHOST'"
13072   parameters:
13073   - "throughput"
13074   - "parent"
13075   - "tags"
13076   sort:
13077   - "IP6BASE"
13078   - "FIB_20k"
13079   - "FIB_200k"
13080   - "FIB_2M"
13081   traces:
13082     hoverinfo: "x+y"
13083     boxpoints: "outliers"
13084     whiskerwidth: 0
13085   layout:
13086     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13087     layout: "plot-throughput"
13088
13089 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13090 -
13091   type: "plot"
13092   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13093   algorithm: "plot_performance_box"
13094   output-file-type: ".html"
13095   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13096   data: "intel-dnv-vpp"
13097   filter: "'NIC_Intel-X553' and
13098            '78B' and
13099            'IP6BASE' and
13100            'NDRPDR' and
13101            '1T1C' and
13102            'IP6FWD' and
13103            not 'SRv6' and
13104            not 'IPSEC' and
13105            not 'VHOST'"
13106   parameters:
13107   - "throughput"
13108   - "parent"
13109   - "tags"
13110   sort:
13111   - "IP6BASE"
13112   traces:
13113     hoverinfo: "x+y"
13114     boxpoints: "outliers"
13115     whiskerwidth: 0
13116   layout:
13117     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13118     layout: "plot-throughput"
13119
13120 -
13121   type: "plot"
13122   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13123   algorithm: "plot_performance_box"
13124   output-file-type: ".html"
13125   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13126   data: "intel-dnv-vpp"
13127   filter: "'NIC_Intel-X553' and
13128            '78B' and
13129            'IP6BASE' and
13130            'NDRPDR' and
13131            '1T1C' and
13132            'IP6FWD' and
13133            not 'SRv6' and
13134            not 'IPSEC' and
13135            not 'VHOST'"
13136   parameters:
13137   - "throughput"
13138   - "parent"
13139   - "tags"
13140   sort:
13141   - "IP6BASE"
13142   traces:
13143     hoverinfo: "x+y"
13144     boxpoints: "outliers"
13145     whiskerwidth: 0
13146   layout:
13147     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13148     layout: "plot-throughput"
13149
13150 -
13151   type: "plot"
13152   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13153   algorithm: "plot_performance_box"
13154   output-file-type: ".html"
13155   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13156   data: "intel-dnv-vpp"
13157   filter: "'NIC_Intel-X553' and
13158            '78B' and
13159            'IP6BASE' and
13160            'NDRPDR' and
13161            '2T2C' and
13162            'IP6FWD' and
13163            not 'SRv6' and
13164            not 'IPSEC' and
13165            not 'VHOST'"
13166   parameters:
13167   - "throughput"
13168   - "parent"
13169   - "tags"
13170   sort:
13171   - "IP6BASE"
13172   traces:
13173     hoverinfo: "x+y"
13174     boxpoints: "outliers"
13175     whiskerwidth: 0
13176   layout:
13177     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13178     layout: "plot-throughput"
13179
13180 -
13181   type: "plot"
13182   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13183   algorithm: "plot_performance_box"
13184   output-file-type: ".html"
13185   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13186   data: "intel-dnv-vpp"
13187   filter: "'NIC_Intel-X553' and
13188            '78B' and
13189            'IP6BASE' and
13190            'NDRPDR' and
13191            '2T2C' and
13192            'IP6FWD' and
13193            not 'SRv6' and
13194            not 'IPSEC' and
13195            not 'VHOST'"
13196   parameters:
13197   - "throughput"
13198   - "parent"
13199   - "tags"
13200   sort:
13201   - "IP6BASE"
13202   traces:
13203     hoverinfo: "x+y"
13204     boxpoints: "outliers"
13205     whiskerwidth: 0
13206   layout:
13207     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13208     layout: "plot-throughput"
13209
13210 ################################################################################
13211
13212 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13213 -
13214   type: "plot"
13215   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13216   algorithm: "plot_performance_box"
13217   output-file-type: ".html"
13218   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13219   data: "plot-vpp-throughput-latency-3n-hsw"
13220   filter: "'NIC_Intel-X520-DA2' and
13221            '78B' and
13222            'ENCAP' and
13223            'NDRPDR' and
13224            '1T1C' and
13225            'LISP' and
13226            not 'VHOST'"
13227   parameters:
13228   - "throughput"
13229   - "parent"
13230   - "tags"
13231   sort:
13232   - "IP4UNRLAY"
13233   - "IP6UNRLAY"
13234   traces:
13235     hoverinfo: "x+y"
13236     boxpoints: "outliers"
13237     whiskerwidth: 0
13238   layout:
13239     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13240     layout: "plot-throughput"
13241
13242 -
13243   type: "plot"
13244   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13245   algorithm: "plot_performance_box"
13246   output-file-type: ".html"
13247   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13248   data: "plot-vpp-throughput-latency-3n-hsw"
13249   filter: "'NIC_Intel-X520-DA2' and
13250            '78B' and
13251            'ENCAP' and
13252            'NDRPDR' and
13253            '1T1C' and
13254            'LISP' and
13255            not 'VHOST'"
13256   parameters:
13257   - "throughput"
13258   - "parent"
13259   - "tags"
13260   sort:
13261   - "IP4UNRLAY"
13262   - "IP6UNRLAY"
13263   traces:
13264     hoverinfo: "x+y"
13265     boxpoints: "outliers"
13266     whiskerwidth: 0
13267   layout:
13268     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13269     layout: "plot-throughput"
13270
13271 -
13272   type: "plot"
13273   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13274   algorithm: "plot_performance_box"
13275   output-file-type: ".html"
13276   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13277   data: "plot-vpp-throughput-latency-3n-hsw"
13278   filter: "'NIC_Intel-X520-DA2' and
13279            '78B' and
13280            'ENCAP' and
13281            'NDRPDR' and
13282            '2T2C' and
13283            'LISP' and
13284            not 'VHOST'"
13285   parameters:
13286   - "throughput"
13287   - "parent"
13288   - "tags"
13289   sort:
13290   - "IP4UNRLAY"
13291   - "IP6UNRLAY"
13292   traces:
13293     hoverinfo: "x+y"
13294     boxpoints: "outliers"
13295     whiskerwidth: 0
13296   layout:
13297     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13298     layout: "plot-throughput"
13299
13300 -
13301   type: "plot"
13302   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13303   algorithm: "plot_performance_box"
13304   output-file-type: ".html"
13305   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13306   data: "plot-vpp-throughput-latency-3n-hsw"
13307   filter: "'NIC_Intel-X520-DA2' and
13308            '78B' and
13309            'ENCAP' and
13310            'NDRPDR' and
13311            '2T2C' and
13312            'LISP' and
13313            not 'VHOST'"
13314   parameters:
13315   - "throughput"
13316   - "parent"
13317   - "tags"
13318   sort:
13319   - "IP4UNRLAY"
13320   - "IP6UNRLAY"
13321   traces:
13322     hoverinfo: "x+y"
13323     boxpoints: "outliers"
13324     whiskerwidth: 0
13325   layout:
13326     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13327     layout: "plot-throughput"
13328
13329 ################################################################################
13330
13331 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13332 -
13333   type: "plot"
13334   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13335   algorithm: "plot_performance_box"
13336   output-file-type: ".html"
13337   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13338   data: "plot-vpp-throughput-latency-3n-hsw"
13339   filter: "'NIC_Intel-XL710' and
13340            '64B' and
13341            'IP4FWD' and
13342            'NDRPDR' and
13343            'BASE' and
13344            '1T1C' and
13345            'IPSECHW' and
13346            ('IPSECTRAN' or 'IPSECTUN') and
13347            not 'VHOST'"
13348   parameters:
13349   - "throughput"
13350   - "parent"
13351   - "tags"
13352   traces:
13353     hoverinfo: "x+y"
13354     boxpoints: "outliers"
13355     whiskerwidth: 0
13356   layout:
13357     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13358     layout: "plot-throughput"
13359
13360 -
13361   type: "plot"
13362   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13363   algorithm: "plot_performance_box"
13364   output-file-type: ".html"
13365   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13366   data: "plot-vpp-throughput-latency-3n-hsw"
13367   filter: "'NIC_Intel-XL710' and
13368            '64B' and
13369            'IP4FWD' and
13370            'NDRPDR' and
13371            'BASE' and
13372            '1T1C' and
13373            'IPSECHW' and
13374            ('IPSECTRAN' or 'IPSECTUN') and
13375            not 'VHOST'"
13376   parameters:
13377   - "throughput"
13378   - "parent"
13379   - "tags"
13380   traces:
13381     hoverinfo: "x+y"
13382     boxpoints: "outliers"
13383     whiskerwidth: 0
13384   layout:
13385     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13386     layout: "plot-throughput"
13387
13388 -
13389   type: "plot"
13390   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13391   algorithm: "plot_performance_box"
13392   output-file-type: ".html"
13393   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13394   data: "plot-vpp-throughput-latency-3n-hsw"
13395   filter: "'NIC_Intel-XL710' and
13396            '64B' and
13397            'IP4FWD' and
13398            'NDRPDR' and
13399            'BASE' and
13400            '2T2C' and
13401            'IPSECHW' and
13402            ('IPSECTRAN' or 'IPSECTUN') and
13403            not 'VHOST'"
13404   parameters:
13405   - "throughput"
13406   - "parent"
13407   - "tags"
13408   traces:
13409     hoverinfo: "x+y"
13410     boxpoints: "outliers"
13411     whiskerwidth: 0
13412   layout:
13413     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13414     layout: "plot-throughput"
13415
13416 -
13417   type: "plot"
13418   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13419   algorithm: "plot_performance_box"
13420   output-file-type: ".html"
13421   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13422   data: "plot-vpp-throughput-latency-3n-hsw"
13423   filter: "'NIC_Intel-XL710' and
13424            '64B' and
13425            'IP4FWD' and
13426            'NDRPDR' and
13427            'BASE' and
13428            '2T2C' and
13429            'IPSECHW' and
13430            ('IPSECTRAN' or 'IPSECTUN') and
13431            not 'VHOST'"
13432   parameters:
13433   - "throughput"
13434   - "parent"
13435   - "tags"
13436   traces:
13437     hoverinfo: "x+y"
13438     boxpoints: "outliers"
13439     whiskerwidth: 0
13440   layout:
13441     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13442     layout: "plot-throughput"
13443
13444 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13445 -
13446   type: "plot"
13447   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13448   algorithm: "plot_performance_box"
13449   output-file-type: ".html"
13450   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13451   data: "plot-vpp-throughput-latency-3n-hsw"
13452   filter: "'NIC_Intel-XL710' and
13453            '64B' and
13454            'IP4FWD' and
13455            'NDRPDR' and
13456            'SCALE' and
13457            '1T1C' and
13458            'IPSECHW' and
13459            ('IPSECTRAN' or 'IPSECTUN') and
13460            not 'VHOST'"
13461   parameters:
13462   - "throughput"
13463   - "parent"
13464   - "tags"
13465   traces:
13466     hoverinfo: "x+y"
13467     boxpoints: "outliers"
13468     whiskerwidth: 0
13469   layout:
13470     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13471     layout: "plot-throughput"
13472
13473 -
13474   type: "plot"
13475   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13476   algorithm: "plot_performance_box"
13477   output-file-type: ".html"
13478   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13479   data: "plot-vpp-throughput-latency-3n-hsw"
13480   filter: "'NIC_Intel-XL710' and
13481            '64B' and
13482            'IP4FWD' and
13483            'NDRPDR' and
13484            'SCALE' and
13485            '1T1C' and
13486            'IPSECHW' and
13487            ('IPSECTRAN' or 'IPSECTUN') and
13488            not 'VHOST'"
13489   parameters:
13490   - "throughput"
13491   - "parent"
13492   - "tags"
13493   traces:
13494     hoverinfo: "x+y"
13495     boxpoints: "outliers"
13496     whiskerwidth: 0
13497   layout:
13498     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13499     layout: "plot-throughput"
13500
13501 -
13502   type: "plot"
13503   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13504   algorithm: "plot_performance_box"
13505   output-file-type: ".html"
13506   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13507   data: "plot-vpp-throughput-latency-3n-hsw"
13508   filter: "'NIC_Intel-XL710' and
13509            '64B' and
13510            'IP4FWD' and
13511            'NDRPDR' and
13512            'SCALE' and
13513            '2T2C' and
13514            'IPSECHW' and
13515            ('IPSECTRAN' or 'IPSECTUN') and
13516            not 'VHOST'"
13517   parameters:
13518   - "throughput"
13519   - "parent"
13520   - "tags"
13521   traces:
13522     hoverinfo: "x+y"
13523     boxpoints: "outliers"
13524     whiskerwidth: 0
13525   layout:
13526     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13527     layout: "plot-throughput"
13528
13529 -
13530   type: "plot"
13531   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13532   algorithm: "plot_performance_box"
13533   output-file-type: ".html"
13534   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13535   data: "plot-vpp-throughput-latency-3n-hsw"
13536   filter: "'NIC_Intel-XL710' and
13537            '64B' and
13538            'IP4FWD' and
13539            'NDRPDR' and
13540            'SCALE' and
13541            '2T2C' and
13542            'IPSECHW' and
13543            ('IPSECTRAN' or 'IPSECTUN') and
13544            not 'VHOST'"
13545   parameters:
13546   - "throughput"
13547   - "parent"
13548   - "tags"
13549   traces:
13550     hoverinfo: "x+y"
13551     boxpoints: "outliers"
13552     whiskerwidth: 0
13553   layout:
13554     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13555     layout: "plot-throughput"
13556
13557 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13558 -
13559   type: "plot"
13560   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13561   algorithm: "plot_performance_box"
13562   output-file-type: ".html"
13563   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13564   data: "plot-vpp-throughput-latency-3n-hsw"
13565   filter: "'NIC_Intel-XL710' and
13566            '64B' and
13567            'IP4FWD' and
13568            'NDRPDR' and
13569            '1T1C' and
13570            'IPSECSW' and
13571            ('IPSECTRAN' or 'IPSECTUN') and
13572            not 'VHOST'"
13573   parameters:
13574   - "throughput"
13575   - "parent"
13576   - "tags"
13577   traces:
13578     hoverinfo: "x+y"
13579     boxpoints: "outliers"
13580     whiskerwidth: 0
13581   layout:
13582     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13583     layout: "plot-throughput"
13584
13585 -
13586   type: "plot"
13587   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13588   algorithm: "plot_performance_box"
13589   output-file-type: ".html"
13590   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13591   data: "plot-vpp-throughput-latency-3n-hsw"
13592   filter: "'NIC_Intel-XL710' and
13593            '64B' and
13594            'IP4FWD' and
13595            'NDRPDR' and
13596            '1T1C' and
13597            'IPSECSW' and
13598            ('IPSECTRAN' or 'IPSECTUN') and
13599            not 'VHOST'"
13600   parameters:
13601   - "throughput"
13602   - "parent"
13603   - "tags"
13604   traces:
13605     hoverinfo: "x+y"
13606     boxpoints: "outliers"
13607     whiskerwidth: 0
13608   layout:
13609     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13610     layout: "plot-throughput"
13611
13612 -
13613   type: "plot"
13614   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13615   algorithm: "plot_performance_box"
13616   output-file-type: ".html"
13617   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13618   data: "plot-vpp-throughput-latency-3n-hsw"
13619   filter: "'NIC_Intel-XL710' and
13620            '64B' and
13621            'IP4FWD' and
13622            'NDRPDR' and
13623            '2T2C' and
13624            'IPSECSW' and
13625            ('IPSECTRAN' or 'IPSECTUN') and
13626            not 'VHOST'"
13627   parameters:
13628   - "throughput"
13629   - "parent"
13630   - "tags"
13631   traces:
13632     hoverinfo: "x+y"
13633     boxpoints: "outliers"
13634     whiskerwidth: 0
13635   layout:
13636     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13637     layout: "plot-throughput"
13638
13639 -
13640   type: "plot"
13641   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13642   algorithm: "plot_performance_box"
13643   output-file-type: ".html"
13644   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13645   data: "plot-vpp-throughput-latency-3n-hsw"
13646   filter: "'NIC_Intel-XL710' and
13647            '64B' and
13648            'IP4FWD' and
13649            'NDRPDR' and
13650            '2T2C' and
13651            'IPSECSW' and
13652            ('IPSECTRAN' or 'IPSECTUN') and
13653            not 'VHOST'"
13654   parameters:
13655   - "throughput"
13656   - "parent"
13657   - "tags"
13658   traces:
13659     hoverinfo: "x+y"
13660     boxpoints: "outliers"
13661     whiskerwidth: 0
13662   layout:
13663     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13664     layout: "plot-throughput"
13665
13666 ################################################################################
13667
13668 # Packet Throughput - VPP SRv6 3n-hsw-x520
13669 -
13670   type: "plot"
13671   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13672   algorithm: "plot_performance_box"
13673   output-file-type: ".html"
13674   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13675   data: "plot-vpp-throughput-latency-3n-hsw"
13676   filter: "'NIC_Intel-X520-DA2' and
13677            '78B' and
13678            'FEATURE' and
13679            'NDRPDR' and
13680            '1T1C' and
13681            'IP6FWD' and
13682            'SRv6'"
13683   parameters:
13684   - "throughput"
13685   - "parent"
13686   - "tags"
13687   traces:
13688     hoverinfo: "x+y"
13689     boxpoints: "outliers"
13690     whiskerwidth: 0
13691   layout:
13692     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13693     layout: "plot-throughput"
13694
13695 -
13696   type: "plot"
13697   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13698   algorithm: "plot_performance_box"
13699   output-file-type: ".html"
13700   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13701   data: "plot-vpp-throughput-latency-3n-hsw"
13702   filter: "'NIC_Intel-X520-DA2' and
13703            '78B' and
13704            'FEATURE' and
13705            'NDRPDR' and
13706            '1T1C' and
13707            'IP6FWD' and
13708            'SRv6'"
13709   parameters:
13710   - "throughput"
13711   - "parent"
13712   - "tags"
13713   traces:
13714     hoverinfo: "x+y"
13715     boxpoints: "outliers"
13716     whiskerwidth: 0
13717   layout:
13718     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13719     layout: "plot-throughput"
13720
13721 -
13722   type: "plot"
13723   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13724   algorithm: "plot_performance_box"
13725   output-file-type: ".html"
13726   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13727   data: "plot-vpp-throughput-latency-3n-hsw"
13728   filter: "'NIC_Intel-X520-DA2' and
13729            '78B' and
13730            'FEATURE' and
13731            'NDRPDR' and
13732            '2T2C' and
13733            'IP6FWD' and
13734            'SRv6'"
13735   parameters:
13736   - "throughput"
13737   - "parent"
13738   - "tags"
13739   traces:
13740     hoverinfo: "x+y"
13741     boxpoints: "outliers"
13742     whiskerwidth: 0
13743   layout:
13744     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13745     layout: "plot-throughput"
13746
13747 -
13748   type: "plot"
13749   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13750   algorithm: "plot_performance_box"
13751   output-file-type: ".html"
13752   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13753   data: "plot-vpp-throughput-latency-3n-hsw"
13754   filter: "'NIC_Intel-X520-DA2' and
13755            '78B' and
13756            'FEATURE' and
13757            'NDRPDR' and
13758            '2T2C' and
13759            'IP6FWD' and
13760            'SRv6'"
13761   parameters:
13762   - "throughput"
13763   - "parent"
13764   - "tags"
13765   traces:
13766     hoverinfo: "x+y"
13767     boxpoints: "outliers"
13768     whiskerwidth: 0
13769   layout:
13770     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13771     layout: "plot-throughput"
13772
13773 ################################################################################
13774
13775 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13776 -
13777   type: "plot"
13778   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13779   algorithm: "plot_performance_box"
13780   output-file-type: ".html"
13781   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13782   data: "plot-vpp-throughput-latency-3n-hsw"
13783   filter: "'NIC_Intel-X520-DA2' and
13784            '64B' and
13785            'NDRPDR' and
13786            'ETH' and
13787            'IP4FWD' and
13788            '1T1C' and
13789            'VHOST_1024' and
13790            not 'VXLAN' and
13791            not 'DOT1Q'"
13792   parameters:
13793   - "throughput"
13794   - "parent"
13795   - "tags"
13796   sort:
13797   - "not CFS_OPT"
13798   - "1VM"
13799   - "2VM"
13800   traces:
13801     hoverinfo: "x+y"
13802     boxpoints: "outliers"
13803     whiskerwidth: 0
13804   layout:
13805     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13806     layout: "plot-throughput"
13807
13808 -
13809   type: "plot"
13810   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13811   algorithm: "plot_performance_box"
13812   output-file-type: ".html"
13813   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13814   data: "plot-vpp-throughput-latency-3n-hsw"
13815   filter: "'NIC_Intel-X520-DA2' and
13816            '64B' and
13817            'NDRPDR' and
13818            'ETH' and
13819            'IP4FWD' and
13820            '2T2C' and
13821            'VHOST_1024' and
13822            not 'VXLAN' and
13823            not 'DOT1Q'"
13824   parameters:
13825   - "throughput"
13826   - "parent"
13827   - "tags"
13828   sort:
13829   - "not CFS_OPT"
13830   - "1VM"
13831   - "2VM"
13832   traces:
13833     hoverinfo: "x+y"
13834     boxpoints: "outliers"
13835     whiskerwidth: 0
13836   layout:
13837     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13838     layout: "plot-throughput"
13839
13840 -
13841   type: "plot"
13842   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13843   algorithm: "plot_performance_box"
13844   output-file-type: ".html"
13845   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13846   data: "plot-vpp-throughput-latency-3n-hsw"
13847   filter: "'NIC_Intel-X520-DA2' and
13848            '64B' and
13849            'NDRPDR' and
13850            'ETH' and
13851            'IP4FWD' and
13852            '1T1C' and
13853            'VHOST_1024' and
13854            not 'VXLAN' and
13855            not 'DOT1Q'"
13856   parameters:
13857   - "throughput"
13858   - "parent"
13859   - "tags"
13860   sort:
13861   - "not CFS_OPT"
13862   - "1VM"
13863   - "2VM"
13864   traces:
13865     hoverinfo: "x+y"
13866     boxpoints: "outliers"
13867     whiskerwidth: 0
13868   layout:
13869     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13870     layout: "plot-throughput"
13871
13872 -
13873   type: "plot"
13874   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13875   algorithm: "plot_performance_box"
13876   output-file-type: ".html"
13877   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13878   data: "plot-vpp-throughput-latency-3n-hsw"
13879   filter: "'NIC_Intel-X520-DA2' and
13880            '64B' and
13881            'NDRPDR' and
13882            'ETH' and
13883            'IP4FWD' and
13884            '2T2C' and
13885            'VHOST_1024' and
13886            not 'VXLAN' and
13887            not 'DOT1Q'"
13888   parameters:
13889   - "throughput"
13890   - "parent"
13891   - "tags"
13892   sort:
13893   - "not CFS_OPT"
13894   - "1VM"
13895   - "2VM"
13896   traces:
13897     hoverinfo: "x+y"
13898     boxpoints: "outliers"
13899     whiskerwidth: 0
13900   layout:
13901     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13902     layout: "plot-throughput"
13903
13904 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13905 -
13906   type: "plot"
13907   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13908   algorithm: "plot_performance_box"
13909   output-file-type: ".html"
13910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13911   data: "plot-vpp-throughput-latency-3n-hsw"
13912   filter: "'NIC_Intel-X520-DA2' and
13913            '64B' and
13914            'NDRPDR' and
13915            ('ETH' or 'DOT1Q') and
13916            '1T1C' and
13917            'L2BDMACLRN' and
13918            'VHOST_1024' and
13919            not 'VXLAN' and
13920            not 'IP4FWD' and
13921            not '2VM'"
13922   parameters:
13923   - "throughput"
13924   - "parent"
13925   - "tags"
13926 #  sort:
13927 #  - "VM"  # "not CFS_OPT"
13928 #  - "CFS_OPT"
13929 #  - "FIB_10K"
13930 #  - "FIB_100K"
13931 #  - "FIB_1M"
13932   traces:
13933     hoverinfo: "x+y"
13934     boxpoints: "outliers"
13935     whiskerwidth: 0
13936   layout:
13937     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13938     layout: "plot-throughput"
13939
13940 -
13941   type: "plot"
13942   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13943   algorithm: "plot_performance_box"
13944   output-file-type: ".html"
13945   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13946   data: "plot-vpp-throughput-latency-3n-hsw"
13947   filter: "'NIC_Intel-X520-DA2' and
13948            '64B' and
13949            'NDRPDR' and
13950            ('ETH' or 'DOT1Q') and
13951            '2T2C' and
13952            'L2BDMACLRN' and
13953            'VHOST_1024' and
13954            not 'VXLAN' and
13955            not 'IP4FWD' and
13956            not '2VM'"
13957   parameters:
13958   - "throughput"
13959   - "parent"
13960   - "tags"
13961 #  sort:
13962 #  - "VM"  # "not CFS_OPT"
13963 #  - "CFS_OPT"
13964 #  - "FIB_10K"
13965 #  - "FIB_100K"
13966 #  - "FIB_1M"
13967   traces:
13968     hoverinfo: "x+y"
13969     boxpoints: "outliers"
13970     whiskerwidth: 0
13971   layout:
13972     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13973     layout: "plot-throughput"
13974
13975 -
13976   type: "plot"
13977   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13978   algorithm: "plot_performance_box"
13979   output-file-type: ".html"
13980   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13981   data: "plot-vpp-throughput-latency-3n-hsw"
13982   filter: "'NIC_Intel-X520-DA2' and
13983            '64B' and
13984            'NDRPDR' and
13985            ('ETH' or 'DOT1Q') and
13986            '1T1C' and
13987            'L2BDMACLRN' and
13988            'VHOST_1024' and
13989            not 'VXLAN' and
13990            not 'IP4FWD' and
13991            not '2VM'"
13992   parameters:
13993   - "throughput"
13994   - "parent"
13995   - "tags"
13996 #  sort:
13997 #  - "VM"  # "not CFS_OPT"
13998 #  - "CFS_OPT"
13999 #  - "FIB_10K"
14000 #  - "FIB_100K"
14001 #  - "FIB_1M"
14002   traces:
14003     hoverinfo: "x+y"
14004     boxpoints: "outliers"
14005     whiskerwidth: 0
14006   layout:
14007     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14008     layout: "plot-throughput"
14009
14010 -
14011   type: "plot"
14012   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14013   algorithm: "plot_performance_box"
14014   output-file-type: ".html"
14015   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14016   data: "plot-vpp-throughput-latency-3n-hsw"
14017   filter: "'NIC_Intel-X520-DA2' and
14018            '64B' and
14019            'NDRPDR' and
14020            ('ETH' or 'DOT1Q') and
14021            '2T2C' and
14022            'L2BDMACLRN' and
14023            'VHOST_1024' and
14024            not 'VXLAN' and
14025            not 'IP4FWD' and
14026            not '2VM'"
14027   parameters:
14028   - "throughput"
14029   - "parent"
14030   - "tags"
14031 #  sort:
14032 #  - "VM"  # "not CFS_OPT"
14033 #  - "CFS_OPT"
14034 #  - "FIB_10K"
14035 #  - "FIB_100K"
14036 #  - "FIB_1M"
14037   traces:
14038     hoverinfo: "x+y"
14039     boxpoints: "outliers"
14040     whiskerwidth: 0
14041   layout:
14042     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14043     layout: "plot-throughput"
14044
14045 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14046 -
14047   type: "plot"
14048   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14049   algorithm: "plot_performance_box"
14050   output-file-type: ".html"
14051   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14052   data: "plot-vpp-throughput-latency-3n-hsw"
14053   filter: "'NIC_Intel-X520-DA2' and
14054            '64B' and
14055            'NDRPDR' and
14056            ('ETH' or 'DOT1Q') and
14057            'BASE' and
14058            '1T1C' and
14059            ('L2BDMACLRN' or 'L2XCFWD') and
14060            'VHOST_1024' and
14061            not 'VXLAN' and
14062            not 'IP4FWD' and
14063            not '2VM'"
14064   parameters:
14065   - "throughput"
14066   - "parent"
14067   - "tags"
14068 #  sort:
14069 #  - "not CFS_OPT"
14070 #  - "L2XCFWD"
14071 #  - "not CFS_OPT"
14072 #  - "CFS_OPT"
14073   traces:
14074     hoverinfo: "x+y"
14075     boxpoints: "outliers"
14076     whiskerwidth: 0
14077   layout:
14078     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14079     layout: "plot-throughput"
14080
14081 -
14082   type: "plot"
14083   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14084   algorithm: "plot_performance_box"
14085   output-file-type: ".html"
14086   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14087   data: "plot-vpp-throughput-latency-3n-hsw"
14088   filter: "'NIC_Intel-X520-DA2' and
14089            '64B' and
14090            'NDRPDR' and
14091            ('ETH' or 'DOT1Q') and
14092            'BASE' and
14093            '1T1C' and
14094            ('L2BDMACLRN' or 'L2XCFWD') and
14095            'VHOST_1024' and
14096            not 'VXLAN' and
14097            not 'IP4FWD' and
14098            not '2VM'"
14099   parameters:
14100   - "throughput"
14101   - "parent"
14102   - "tags"
14103 #  sort:
14104 #  - "not CFS_OPT"
14105 #  - "L2XCFWD"
14106 #  - "not CFS_OPT"
14107 #  - "CFS_OPT"
14108   traces:
14109     hoverinfo: "x+y"
14110     boxpoints: "outliers"
14111     whiskerwidth: 0
14112   layout:
14113     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14114     layout: "plot-throughput"
14115
14116 -
14117   type: "plot"
14118   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14119   algorithm: "plot_performance_box"
14120   output-file-type: ".html"
14121   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14122   data: "plot-vpp-throughput-latency-3n-hsw"
14123   filter: "'NIC_Intel-X520-DA2' and
14124            '64B' and
14125            'NDRPDR' and
14126            ('ETH' or 'DOT1Q') and
14127            'BASE' and
14128            '2T2C' and
14129            ('L2BDMACLRN' or 'L2XCFWD') and
14130            'VHOST_1024' and
14131            not 'VXLAN' and
14132            not 'IP4FWD' and
14133            not '2VM'"
14134   parameters:
14135   - "throughput"
14136   - "parent"
14137   - "tags"
14138 #  sort:
14139 #  - "not CFS_OPT"
14140 #  - "L2XCFWD"
14141 #  - "not CFS_OPT"
14142 #  - "CFS_OPT"
14143   traces:
14144     hoverinfo: "x+y"
14145     boxpoints: "outliers"
14146     whiskerwidth: 0
14147   layout:
14148     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14149     layout: "plot-throughput"
14150
14151 -
14152   type: "plot"
14153   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14154   algorithm: "plot_performance_box"
14155   output-file-type: ".html"
14156   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14157   data: "plot-vpp-throughput-latency-3n-hsw"
14158   filter: "'NIC_Intel-X520-DA2' and
14159            '64B' and
14160            'NDRPDR' and
14161            ('ETH' or 'DOT1Q') and
14162            'BASE' and
14163            '2T2C' and
14164            ('L2BDMACLRN' or 'L2XCFWD') and
14165            'VHOST_1024' and
14166            not 'VXLAN' and
14167            not 'IP4FWD' and
14168            not '2VM'"
14169   parameters:
14170   - "throughput"
14171   - "parent"
14172   - "tags"
14173 #  sort:
14174 #  - "not CFS_OPT"
14175 #  - "L2XCFWD"
14176 #  - "not CFS_OPT"
14177 #  - "CFS_OPT"
14178   traces:
14179     hoverinfo: "x+y"
14180     boxpoints: "outliers"
14181     whiskerwidth: 0
14182   layout:
14183     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14184     layout: "plot-throughput"
14185
14186 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14187 -
14188   type: "plot"
14189   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14190   algorithm: "plot_performance_box"
14191   output-file-type: ".html"
14192   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14193   data: "plot-vpp-throughput-latency-3n-hsw"
14194   filter: "'NIC_Intel-X520-DA2' and
14195            '64B' and
14196            'NDRPDR' and
14197            ('ETH' or 'DOT1Q') and
14198            '1T1C' and
14199            ('L2BDMACLRN' or 'L2XCFWD') and
14200            'VHOST_1024' and
14201            not 'CFS_OPT' and
14202            not 'VXLAN' and
14203            not 'IP4FWD' and
14204            not 'LBOND'"
14205   parameters:
14206   - "throughput"
14207   - "parent"
14208   - "tags"
14209 #  sort:
14210 #  - "1VM"
14211 #  - "L2XCFWD"
14212 #  - "1VM"
14213 #  - "L2BDMACLRN"
14214   traces:
14215     hoverinfo: "x+y"
14216     boxpoints: "outliers"
14217     whiskerwidth: 0
14218   layout:
14219     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14220     layout: "plot-throughput"
14221
14222 -
14223   type: "plot"
14224   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14225   algorithm: "plot_performance_box"
14226   output-file-type: ".html"
14227   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14228   data: "plot-vpp-throughput-latency-3n-hsw"
14229   filter: "'NIC_Intel-X520-DA2' and
14230            '64B' and
14231            'NDRPDR' and
14232            ('ETH' or 'DOT1Q') and
14233            '1T1C' and
14234            ('L2BDMACLRN' or 'L2XCFWD') and
14235            'VHOST_1024' and
14236            not 'CFS_OPT' and
14237            not 'VXLAN' and
14238            not 'IP4FWD' and
14239            not 'LBOND'"
14240   parameters:
14241   - "throughput"
14242   - "parent"
14243   - "tags"
14244 #  sort:
14245 #  - "1VM"
14246 #  - "L2XCFWD"
14247 #  - "1VM"
14248 #  - "L2BDMACLRN"
14249   traces:
14250     hoverinfo: "x+y"
14251     boxpoints: "outliers"
14252     whiskerwidth: 0
14253   layout:
14254     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14255     layout: "plot-throughput"
14256
14257 -
14258   type: "plot"
14259   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14260   algorithm: "plot_performance_box"
14261   output-file-type: ".html"
14262   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14263   data: "plot-vpp-throughput-latency-3n-hsw"
14264   filter: "'NIC_Intel-X520-DA2' and
14265            '64B' and
14266            'NDRPDR' and
14267            ('ETH' or 'DOT1Q') and
14268            '2T2C' and
14269            ('L2BDMACLRN' or 'L2XCFWD') and
14270            'VHOST_1024' and
14271            not 'CFS_OPT' and
14272            not 'VXLAN' and
14273            not 'IP4FWD' and
14274            not 'LBOND'"
14275   parameters:
14276   - "throughput"
14277   - "parent"
14278   - "tags"
14279 #  sort:
14280 #  - "1VM"
14281 #  - "L2XCFWD"
14282 #  - "1VM"
14283 #  - "L2BDMACLRN"
14284   traces:
14285     hoverinfo: "x+y"
14286     boxpoints: "outliers"
14287     whiskerwidth: 0
14288   layout:
14289     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14290     layout: "plot-throughput"
14291
14292 -
14293   type: "plot"
14294   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14295   algorithm: "plot_performance_box"
14296   output-file-type: ".html"
14297   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14298   data: "plot-vpp-throughput-latency-3n-hsw"
14299   filter: "'NIC_Intel-X520-DA2' and
14300            '64B' and
14301            'NDRPDR' and
14302            ('ETH' or 'DOT1Q') and
14303            '2T2C' and
14304            ('L2BDMACLRN' or 'L2XCFWD') and
14305            'VHOST_1024' and
14306            not 'CFS_OPT' and
14307            not 'VXLAN' and
14308            not 'IP4FWD' and
14309            not 'LBOND'"
14310   parameters:
14311   - "throughput"
14312   - "parent"
14313   - "tags"
14314 #  sort:
14315 #  - "1VM"
14316 #  - "L2XCFWD"
14317 #  - "1VM"
14318 #  - "L2BDMACLRN"
14319   traces:
14320     hoverinfo: "x+y"
14321     boxpoints: "outliers"
14322     whiskerwidth: 0
14323   layout:
14324     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14325     layout: "plot-throughput"
14326
14327 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14328 -
14329   type: "plot"
14330   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14331   algorithm: "plot_performance_box"
14332   output-file-type: ".html"
14333   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14334   data: "plot-vpp-throughput-latency-3n-hsw"
14335   filter: "'NIC_Intel-X710' and
14336            '64B' and
14337            'NDRPDR' and
14338            'ETH' and
14339            'IP4FWD' and
14340            '1T1C' and
14341            'VHOST_1024' and
14342            not 'VXLAN' and
14343            not 'DOT1Q'"
14344   parameters:
14345   - "throughput"
14346   - "parent"
14347   - "tags"
14348   sort:
14349   - "not CFS_OPT"
14350   - "1VM"
14351   - "2VM"
14352   traces:
14353     hoverinfo: "x+y"
14354     boxpoints: "outliers"
14355     whiskerwidth: 0
14356   layout:
14357     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14358     layout: "plot-throughput"
14359
14360 -
14361   type: "plot"
14362   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14363   algorithm: "plot_performance_box"
14364   output-file-type: ".html"
14365   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14366   data: "plot-vpp-throughput-latency-3n-hsw"
14367   filter: "'NIC_Intel-X710' and
14368            '64B' and
14369            'NDRPDR' and
14370            'ETH' and
14371            'IP4FWD' and
14372            '2T2C' and
14373            'VHOST_1024' and
14374            not 'VXLAN' and
14375            not 'DOT1Q'"
14376   parameters:
14377   - "throughput"
14378   - "parent"
14379   - "tags"
14380   sort:
14381   - "not CFS_OPT"
14382   - "1VM"
14383   - "2VM"
14384   traces:
14385     hoverinfo: "x+y"
14386     boxpoints: "outliers"
14387     whiskerwidth: 0
14388   layout:
14389     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14390     layout: "plot-throughput"
14391
14392 -
14393   type: "plot"
14394   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14395   algorithm: "plot_performance_box"
14396   output-file-type: ".html"
14397   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14398   data: "plot-vpp-throughput-latency-3n-hsw"
14399   filter: "'NIC_Intel-X710' and
14400            '64B' and
14401            'NDRPDR' and
14402            'ETH' and
14403            'IP4FWD' and
14404            '1T1C' and
14405            'VHOST_1024' and
14406            not 'VXLAN' and
14407            not 'DOT1Q'"
14408   parameters:
14409   - "throughput"
14410   - "parent"
14411   - "tags"
14412   sort:
14413   - "not CFS_OPT"
14414   - "1VM"
14415   - "2VM"
14416   traces:
14417     hoverinfo: "x+y"
14418     boxpoints: "outliers"
14419     whiskerwidth: 0
14420   layout:
14421     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14422     layout: "plot-throughput"
14423
14424 -
14425   type: "plot"
14426   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14427   algorithm: "plot_performance_box"
14428   output-file-type: ".html"
14429   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14430   data: "plot-vpp-throughput-latency-3n-hsw"
14431   filter: "'NIC_Intel-X710' and
14432            '64B' and
14433            'NDRPDR' and
14434            'ETH' and
14435            'IP4FWD' and
14436            '2T2C' and
14437            'VHOST_1024' and
14438            not 'VXLAN' and
14439            not 'DOT1Q'"
14440   parameters:
14441   - "throughput"
14442   - "parent"
14443   - "tags"
14444   sort:
14445   - "not CFS_OPT"
14446   - "1VM"
14447   - "2VM"
14448   traces:
14449     hoverinfo: "x+y"
14450     boxpoints: "outliers"
14451     whiskerwidth: 0
14452   layout:
14453     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14454     layout: "plot-throughput"
14455
14456 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14457 -
14458   type: "plot"
14459   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14460   algorithm: "plot_performance_box"
14461   output-file-type: ".html"
14462   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14463   data: "plot-vpp-throughput-latency-3n-hsw"
14464   filter: "'NIC_Intel-X710' and
14465            '64B' and
14466            'NDRPDR' and
14467            ('ETH' or 'DOT1Q') and
14468            '1T1C' and
14469            'L2BDMACLRN' and
14470            'VHOST_1024' and
14471            not 'VXLAN' and
14472            not 'IP4FWD' and
14473            not '2VM'"
14474   parameters:
14475   - "throughput"
14476   - "parent"
14477   - "tags"
14478 #  sort:
14479 #  - "VM"  # "not CFS_OPT"
14480 #  - "CFS_OPT"
14481 #  - "FIB_10K"
14482 #  - "FIB_100K"
14483 #  - "FIB_1M"
14484   traces:
14485     hoverinfo: "x+y"
14486     boxpoints: "outliers"
14487     whiskerwidth: 0
14488   layout:
14489     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14490     layout: "plot-throughput"
14491
14492 -
14493   type: "plot"
14494   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14495   algorithm: "plot_performance_box"
14496   output-file-type: ".html"
14497   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14498   data: "plot-vpp-throughput-latency-3n-hsw"
14499   filter: "'NIC_Intel-X710' and
14500            '64B' and
14501            'NDRPDR' and
14502            ('ETH' or 'DOT1Q') and
14503            '2T2C' and
14504            'L2BDMACLRN' and
14505            'VHOST_1024' and
14506            not 'VXLAN' and
14507            not 'IP4FWD' and
14508            not '2VM'"
14509   parameters:
14510   - "throughput"
14511   - "parent"
14512   - "tags"
14513 #  sort:
14514 #  - "VM"  # "not CFS_OPT"
14515 #  - "CFS_OPT"
14516 #  - "FIB_10K"
14517 #  - "FIB_100K"
14518 #  - "FIB_1M"
14519   traces:
14520     hoverinfo: "x+y"
14521     boxpoints: "outliers"
14522     whiskerwidth: 0
14523   layout:
14524     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14525     layout: "plot-throughput"
14526
14527 -
14528   type: "plot"
14529   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14530   algorithm: "plot_performance_box"
14531   output-file-type: ".html"
14532   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14533   data: "plot-vpp-throughput-latency-3n-hsw"
14534   filter: "'NIC_Intel-X710' and
14535            '64B' and
14536            'NDRPDR' and
14537            ('ETH' or 'DOT1Q') and
14538            '1T1C' and
14539            'L2BDMACLRN' and
14540            'VHOST_1024' and
14541            not 'VXLAN' and
14542            not 'IP4FWD' and
14543            not '2VM'"
14544   parameters:
14545   - "throughput"
14546   - "parent"
14547   - "tags"
14548 #  sort:
14549 #  - "VM"  # "not CFS_OPT"
14550 #  - "CFS_OPT"
14551 #  - "FIB_10K"
14552 #  - "FIB_100K"
14553 #  - "FIB_1M"
14554   traces:
14555     hoverinfo: "x+y"
14556     boxpoints: "outliers"
14557     whiskerwidth: 0
14558   layout:
14559     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14560     layout: "plot-throughput"
14561
14562 -
14563   type: "plot"
14564   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14565   algorithm: "plot_performance_box"
14566   output-file-type: ".html"
14567   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14568   data: "plot-vpp-throughput-latency-3n-hsw"
14569   filter: "'NIC_Intel-X710' and
14570            '64B' and
14571            'NDRPDR' and
14572            ('ETH' or 'DOT1Q') and
14573            '2T2C' and
14574            'L2BDMACLRN' and
14575            'VHOST_1024' and
14576            not 'VXLAN' and
14577            not 'IP4FWD' and
14578            not '2VM'"
14579   parameters:
14580   - "throughput"
14581   - "parent"
14582   - "tags"
14583 #  sort:
14584 #  - "VM"  # "not CFS_OPT"
14585 #  - "CFS_OPT"
14586 #  - "FIB_10K"
14587 #  - "FIB_100K"
14588 #  - "FIB_1M"
14589   traces:
14590     hoverinfo: "x+y"
14591     boxpoints: "outliers"
14592     whiskerwidth: 0
14593   layout:
14594     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14595     layout: "plot-throughput"
14596
14597 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14598 -
14599   type: "plot"
14600   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14601   algorithm: "plot_performance_box"
14602   output-file-type: ".html"
14603   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14604   data: "plot-vpp-throughput-latency-3n-hsw"
14605   filter: "'NIC_Intel-X710' and
14606            '64B' and
14607            'NDRPDR' and
14608            ('ETH' or 'DOT1Q') and
14609            'BASE' and
14610            '1T1C' and
14611            ('L2BDMACLRN' or 'L2XCFWD') and
14612            'VHOST_1024' and
14613            not 'VXLAN' and
14614            not 'IP4FWD' and
14615            not '2VM'"
14616   parameters:
14617   - "throughput"
14618   - "parent"
14619   - "tags"
14620 #  sort:
14621 #  - "not CFS_OPT"
14622 #  - "L2XCFWD"
14623 #  - "not CFS_OPT"
14624 #  - "CFS_OPT"
14625   traces:
14626     hoverinfo: "x+y"
14627     boxpoints: "outliers"
14628     whiskerwidth: 0
14629   layout:
14630     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14631     layout: "plot-throughput"
14632
14633 -
14634   type: "plot"
14635   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14636   algorithm: "plot_performance_box"
14637   output-file-type: ".html"
14638   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14639   data: "plot-vpp-throughput-latency-3n-hsw"
14640   filter: "'NIC_Intel-X710' and
14641            '64B' and
14642            'NDRPDR' and
14643            ('ETH' or 'DOT1Q') and
14644            'BASE' and
14645            '1T1C' and
14646            ('L2BDMACLRN' or 'L2XCFWD') and
14647            'VHOST_1024' and
14648            not 'VXLAN' and
14649            not 'IP4FWD' and
14650            not '2VM'"
14651   parameters:
14652   - "throughput"
14653   - "parent"
14654   - "tags"
14655 #  sort:
14656 #  - "not CFS_OPT"
14657 #  - "L2XCFWD"
14658 #  - "not CFS_OPT"
14659 #  - "CFS_OPT"
14660   traces:
14661     hoverinfo: "x+y"
14662     boxpoints: "outliers"
14663     whiskerwidth: 0
14664   layout:
14665     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14666     layout: "plot-throughput"
14667
14668 -
14669   type: "plot"
14670   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14671   algorithm: "plot_performance_box"
14672   output-file-type: ".html"
14673   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14674   data: "plot-vpp-throughput-latency-3n-hsw"
14675   filter: "'NIC_Intel-X710' and
14676            '64B' and
14677            'NDRPDR' and
14678            ('ETH' or 'DOT1Q') and
14679            'BASE' and
14680            '2T2C' and
14681            ('L2BDMACLRN' or 'L2XCFWD') and
14682            'VHOST_1024' and
14683            not 'VXLAN' and
14684            not 'IP4FWD' and
14685            not '2VM'"
14686   parameters:
14687   - "throughput"
14688   - "parent"
14689   - "tags"
14690 #  sort:
14691 #  - "not CFS_OPT"
14692 #  - "L2XCFWD"
14693 #  - "not CFS_OPT"
14694 #  - "CFS_OPT"
14695   traces:
14696     hoverinfo: "x+y"
14697     boxpoints: "outliers"
14698     whiskerwidth: 0
14699   layout:
14700     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14701     layout: "plot-throughput"
14702
14703 -
14704   type: "plot"
14705   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14706   algorithm: "plot_performance_box"
14707   output-file-type: ".html"
14708   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14709   data: "plot-vpp-throughput-latency-3n-hsw"
14710   filter: "'NIC_Intel-X710' and
14711            '64B' and
14712            'NDRPDR' and
14713            ('ETH' or 'DOT1Q') and
14714            'BASE' and
14715            '2T2C' and
14716            ('L2BDMACLRN' or 'L2XCFWD') and
14717            'VHOST_1024' and
14718            not 'VXLAN' and
14719            not 'IP4FWD' and
14720            not '2VM'"
14721   parameters:
14722   - "throughput"
14723   - "parent"
14724   - "tags"
14725 #  sort:
14726 #  - "not CFS_OPT"
14727 #  - "L2XCFWD"
14728 #  - "not CFS_OPT"
14729 #  - "CFS_OPT"
14730   traces:
14731     hoverinfo: "x+y"
14732     boxpoints: "outliers"
14733     whiskerwidth: 0
14734   layout:
14735     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14736     layout: "plot-throughput"
14737
14738 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14739 -
14740   type: "plot"
14741   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14742   algorithm: "plot_performance_box"
14743   output-file-type: ".html"
14744   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14745   data: "plot-vpp-throughput-latency-3n-hsw"
14746   filter: "'NIC_Intel-X710' and
14747            '64B' and
14748            'NDRPDR' and
14749            ('ETH' or 'DOT1Q') and
14750            '1T1C' and
14751            ('L2BDMACLRN' or 'L2XCFWD') and
14752            'VHOST_1024' and
14753            not 'CFS_OPT' and
14754            not 'VXLAN' and
14755            not 'IP4FWD' and
14756            not 'LBOND'"
14757   parameters:
14758   - "throughput"
14759   - "parent"
14760   - "tags"
14761 #  sort:
14762 #  - "1VM"
14763 #  - "L2XCFWD"
14764 #  - "1VM"
14765 #  - "L2BDMACLRN"
14766   traces:
14767     hoverinfo: "x+y"
14768     boxpoints: "outliers"
14769     whiskerwidth: 0
14770   layout:
14771     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14772     layout: "plot-throughput"
14773
14774 -
14775   type: "plot"
14776   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14777   algorithm: "plot_performance_box"
14778   output-file-type: ".html"
14779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14780   data: "plot-vpp-throughput-latency-3n-hsw"
14781   filter: "'NIC_Intel-X710' and
14782            '64B' and
14783            'NDRPDR' and
14784            ('ETH' or 'DOT1Q') and
14785            '1T1C' and
14786            ('L2BDMACLRN' or 'L2XCFWD') and
14787            'VHOST_1024' and
14788            not 'CFS_OPT' and
14789            not 'VXLAN' and
14790            not 'IP4FWD' and
14791            not 'LBOND'"
14792   parameters:
14793   - "throughput"
14794   - "parent"
14795   - "tags"
14796 #  sort:
14797 #  - "1VM"
14798 #  - "L2XCFWD"
14799 #  - "1VM"
14800 #  - "L2BDMACLRN"
14801   traces:
14802     hoverinfo: "x+y"
14803     boxpoints: "outliers"
14804     whiskerwidth: 0
14805   layout:
14806     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14807     layout: "plot-throughput"
14808
14809 -
14810   type: "plot"
14811   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14812   algorithm: "plot_performance_box"
14813   output-file-type: ".html"
14814   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14815   data: "plot-vpp-throughput-latency-3n-hsw"
14816   filter: "'NIC_Intel-X710' and
14817            '64B' and
14818            'NDRPDR' and
14819            ('ETH' or 'DOT1Q') and
14820            '2T2C' and
14821            ('L2BDMACLRN' or 'L2XCFWD') and
14822            'VHOST_1024' and
14823            not 'CFS_OPT' and
14824            not 'VXLAN' and
14825            not 'IP4FWD' and
14826            not 'LBOND'"
14827   parameters:
14828   - "throughput"
14829   - "parent"
14830   - "tags"
14831 #  sort:
14832 #  - "1VM"
14833 #  - "L2XCFWD"
14834 #  - "1VM"
14835 #  - "L2BDMACLRN"
14836   traces:
14837     hoverinfo: "x+y"
14838     boxpoints: "outliers"
14839     whiskerwidth: 0
14840   layout:
14841     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14842     layout: "plot-throughput"
14843
14844 -
14845   type: "plot"
14846   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14847   algorithm: "plot_performance_box"
14848   output-file-type: ".html"
14849   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14850   data: "plot-vpp-throughput-latency-3n-hsw"
14851   filter: "'NIC_Intel-X710' and
14852            '64B' and
14853            'NDRPDR' and
14854            ('ETH' or 'DOT1Q') and
14855            '2T2C' and
14856            ('L2BDMACLRN' or 'L2XCFWD') and
14857            'VHOST_1024' and
14858            not 'CFS_OPT' and
14859            not 'VXLAN' and
14860            not 'IP4FWD' and
14861            not 'LBOND'"
14862   parameters:
14863   - "throughput"
14864   - "parent"
14865   - "tags"
14866 #  sort:
14867 #  - "1VM"
14868 #  - "L2XCFWD"
14869 #  - "1VM"
14870 #  - "L2BDMACLRN"
14871   traces:
14872     hoverinfo: "x+y"
14873     boxpoints: "outliers"
14874     whiskerwidth: 0
14875   layout:
14876     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14877     layout: "plot-throughput"
14878
14879 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14880 -
14881   type: "plot"
14882   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14883   algorithm: "plot_performance_box"
14884   output-file-type: ".html"
14885   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14886   data: "plot-vpp-throughput-latency-3n-hsw"
14887   filter: "'NIC_Intel-XL710' and
14888            '64B' and
14889            'NDRPDR' and
14890            'ETH' and
14891            'IP4FWD' and
14892            '1T1C' and
14893            'VHOST_1024' and
14894            not 'VXLAN' and
14895            not 'DOT1Q'"
14896   parameters:
14897   - "throughput"
14898   - "parent"
14899   - "tags"
14900   sort:
14901   - "not CFS_OPT"
14902   - "1VM"
14903   - "2VM"
14904   traces:
14905     hoverinfo: "x+y"
14906     boxpoints: "outliers"
14907     whiskerwidth: 0
14908   layout:
14909     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14910     layout: "plot-throughput"
14911
14912 -
14913   type: "plot"
14914   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14915   algorithm: "plot_performance_box"
14916   output-file-type: ".html"
14917   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14918   data: "plot-vpp-throughput-latency-3n-hsw"
14919   filter: "'NIC_Intel-XL710' and
14920            '64B' and
14921            'NDRPDR' and
14922            'ETH' and
14923            'IP4FWD' and
14924            '2T2C' and
14925            'VHOST_1024' and
14926            not 'VXLAN' and
14927            not 'DOT1Q'"
14928   parameters:
14929   - "throughput"
14930   - "parent"
14931   - "tags"
14932   sort:
14933   - "not CFS_OPT"
14934   - "1VM"
14935   - "2VM"
14936   traces:
14937     hoverinfo: "x+y"
14938     boxpoints: "outliers"
14939     whiskerwidth: 0
14940   layout:
14941     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14942     layout: "plot-throughput"
14943
14944 -
14945   type: "plot"
14946   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14947   algorithm: "plot_performance_box"
14948   output-file-type: ".html"
14949   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14950   data: "plot-vpp-throughput-latency-3n-hsw"
14951   filter: "'NIC_Intel-XL710' and
14952            '64B' and
14953            'NDRPDR' and
14954            'ETH' and
14955            'IP4FWD' and
14956            '1T1C' and
14957            'VHOST_1024' and
14958            not 'VXLAN' and
14959            not 'DOT1Q'"
14960   parameters:
14961   - "throughput"
14962   - "parent"
14963   - "tags"
14964   sort:
14965   - "not CFS_OPT"
14966   - "1VM"
14967   - "2VM"
14968   traces:
14969     hoverinfo: "x+y"
14970     boxpoints: "outliers"
14971     whiskerwidth: 0
14972   layout:
14973     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14974     layout: "plot-throughput"
14975
14976 -
14977   type: "plot"
14978   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14979   algorithm: "plot_performance_box"
14980   output-file-type: ".html"
14981   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14982   data: "plot-vpp-throughput-latency-3n-hsw"
14983   filter: "'NIC_Intel-XL710' and
14984            '64B' and
14985            'NDRPDR' and
14986            'ETH' and
14987            'IP4FWD' and
14988            '2T2C' and
14989            'VHOST_1024' and
14990            not 'VXLAN' and
14991            not 'DOT1Q'"
14992   parameters:
14993   - "throughput"
14994   - "parent"
14995   - "tags"
14996   sort:
14997   - "not CFS_OPT"
14998   - "1VM"
14999   - "2VM"
15000   traces:
15001     hoverinfo: "x+y"
15002     boxpoints: "outliers"
15003     whiskerwidth: 0
15004   layout:
15005     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15006     layout: "plot-throughput"
15007
15008 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
15009 -
15010   type: "plot"
15011   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15012   algorithm: "plot_performance_box"
15013   output-file-type: ".html"
15014   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15015   data: "plot-vpp-throughput-latency-3n-hsw"
15016   filter: "'NIC_Intel-XL710' and
15017            '64B' and
15018            'NDRPDR' and
15019            ('ETH' or 'DOT1Q') and
15020            '1T1C' and
15021            'L2BDMACLRN' and
15022            'VHOST_1024' and
15023            not 'VXLAN' and
15024            not 'IP4FWD' and
15025            not '2VM'"
15026   parameters:
15027   - "throughput"
15028   - "parent"
15029   - "tags"
15030 #  sort:
15031 #  - "VM"  # "not CFS_OPT"
15032 #  - "CFS_OPT"
15033 #  - "FIB_10K"
15034 #  - "FIB_100K"
15035 #  - "FIB_1M"
15036   traces:
15037     hoverinfo: "x+y"
15038     boxpoints: "outliers"
15039     whiskerwidth: 0
15040   layout:
15041     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15042     layout: "plot-throughput"
15043
15044 -
15045   type: "plot"
15046   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15047   algorithm: "plot_performance_box"
15048   output-file-type: ".html"
15049   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15050   data: "plot-vpp-throughput-latency-3n-hsw"
15051   filter: "'NIC_Intel-XL710' and
15052            '64B' and
15053            'NDRPDR' and
15054            ('ETH' or 'DOT1Q') and
15055            '2T2C' and
15056            'L2BDMACLRN' and
15057            'VHOST_1024' and
15058            not 'VXLAN' and
15059            not 'IP4FWD' and
15060            not '2VM'"
15061   parameters:
15062   - "throughput"
15063   - "parent"
15064   - "tags"
15065 #  sort:
15066 #  - "VM"  # "not CFS_OPT"
15067 #  - "CFS_OPT"
15068 #  - "FIB_10K"
15069 #  - "FIB_100K"
15070 #  - "FIB_1M"
15071   traces:
15072     hoverinfo: "x+y"
15073     boxpoints: "outliers"
15074     whiskerwidth: 0
15075   layout:
15076     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15077     layout: "plot-throughput"
15078
15079 -
15080   type: "plot"
15081   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15082   algorithm: "plot_performance_box"
15083   output-file-type: ".html"
15084   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15085   data: "plot-vpp-throughput-latency-3n-hsw"
15086   filter: "'NIC_Intel-XL710' and
15087            '64B' and
15088            'NDRPDR' and
15089            ('ETH' or 'DOT1Q') and
15090            '1T1C' and
15091            'L2BDMACLRN' and
15092            'VHOST_1024' and
15093            not 'VXLAN' and
15094            not 'IP4FWD' and
15095            not '2VM'"
15096   parameters:
15097   - "throughput"
15098   - "parent"
15099   - "tags"
15100 #  sort:
15101 #  - "VM"  # "not CFS_OPT"
15102 #  - "CFS_OPT"
15103 #  - "FIB_10K"
15104 #  - "FIB_100K"
15105 #  - "FIB_1M"
15106   traces:
15107     hoverinfo: "x+y"
15108     boxpoints: "outliers"
15109     whiskerwidth: 0
15110   layout:
15111     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15112     layout: "plot-throughput"
15113
15114 -
15115   type: "plot"
15116   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15117   algorithm: "plot_performance_box"
15118   output-file-type: ".html"
15119   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15120   data: "plot-vpp-throughput-latency-3n-hsw"
15121   filter: "'NIC_Intel-XL710' and
15122            '64B' and
15123            'NDRPDR' and
15124            ('ETH' or 'DOT1Q') and
15125            '2T2C' and
15126            'L2BDMACLRN' and
15127            'VHOST_1024' and
15128            not 'VXLAN' and
15129            not 'IP4FWD' and
15130            not '2VM'"
15131   parameters:
15132   - "throughput"
15133   - "parent"
15134   - "tags"
15135 #  sort:
15136 #  - "VM"  # "not CFS_OPT"
15137 #  - "CFS_OPT"
15138 #  - "FIB_10K"
15139 #  - "FIB_100K"
15140 #  - "FIB_1M"
15141   traces:
15142     hoverinfo: "x+y"
15143     boxpoints: "outliers"
15144     whiskerwidth: 0
15145   layout:
15146     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15147     layout: "plot-throughput"
15148
15149 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15150 -
15151   type: "plot"
15152   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15153   algorithm: "plot_performance_box"
15154   output-file-type: ".html"
15155   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15156   data: "plot-vpp-throughput-latency-3n-hsw"
15157   filter: "'NIC_Intel-XL710' and
15158            '64B' and
15159            'NDRPDR' and
15160            ('ETH' or 'DOT1Q') and
15161            'BASE' and
15162            '1T1C' and
15163            ('L2BDMACLRN' or 'L2XCFWD') and
15164            'VHOST_1024' and
15165            not 'VXLAN' and
15166            not 'IP4FWD' and
15167            not '2VM'"
15168   parameters:
15169   - "throughput"
15170   - "parent"
15171   - "tags"
15172 #  sort:
15173 #  - "not CFS_OPT"
15174 #  - "L2XCFWD"
15175 #  - "not CFS_OPT"
15176 #  - "CFS_OPT"
15177   traces:
15178     hoverinfo: "x+y"
15179     boxpoints: "outliers"
15180     whiskerwidth: 0
15181   layout:
15182     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15183     layout: "plot-throughput"
15184
15185 -
15186   type: "plot"
15187   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15188   algorithm: "plot_performance_box"
15189   output-file-type: ".html"
15190   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15191   data: "plot-vpp-throughput-latency-3n-hsw"
15192   filter: "'NIC_Intel-XL710' and
15193            '64B' and
15194            'NDRPDR' and
15195            ('ETH' or 'DOT1Q') and
15196            'BASE' and
15197            '1T1C' and
15198            ('L2BDMACLRN' or 'L2XCFWD') and
15199            'VHOST_1024' and
15200            not 'VXLAN' and
15201            not 'IP4FWD' and
15202            not '2VM'"
15203   parameters:
15204   - "throughput"
15205   - "parent"
15206   - "tags"
15207 #  sort:
15208 #  - "not CFS_OPT"
15209 #  - "L2XCFWD"
15210 #  - "not CFS_OPT"
15211 #  - "CFS_OPT"
15212   traces:
15213     hoverinfo: "x+y"
15214     boxpoints: "outliers"
15215     whiskerwidth: 0
15216   layout:
15217     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15218     layout: "plot-throughput"
15219
15220 -
15221   type: "plot"
15222   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15223   algorithm: "plot_performance_box"
15224   output-file-type: ".html"
15225   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15226   data: "plot-vpp-throughput-latency-3n-hsw"
15227   filter: "'NIC_Intel-XL710' and
15228            '64B' and
15229            'NDRPDR' and
15230            ('ETH' or 'DOT1Q') and
15231            'BASE' and
15232            '2T2C' and
15233            ('L2BDMACLRN' or 'L2XCFWD') and
15234            'VHOST_1024' and
15235            not 'VXLAN' and
15236            not 'IP4FWD' and
15237            not '2VM'"
15238   parameters:
15239   - "throughput"
15240   - "parent"
15241   - "tags"
15242 #  sort:
15243 #  - "not CFS_OPT"
15244 #  - "L2XCFWD"
15245 #  - "not CFS_OPT"
15246 #  - "CFS_OPT"
15247   traces:
15248     hoverinfo: "x+y"
15249     boxpoints: "outliers"
15250     whiskerwidth: 0
15251   layout:
15252     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15253     layout: "plot-throughput"
15254
15255 -
15256   type: "plot"
15257   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15258   algorithm: "plot_performance_box"
15259   output-file-type: ".html"
15260   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15261   data: "plot-vpp-throughput-latency-3n-hsw"
15262   filter: "'NIC_Intel-XL710' and
15263            '64B' and
15264            'NDRPDR' and
15265            ('ETH' or 'DOT1Q') and
15266            'BASE' and
15267            '2T2C' and
15268            ('L2BDMACLRN' or 'L2XCFWD') and
15269            'VHOST_1024' and
15270            not 'VXLAN' and
15271            not 'IP4FWD' and
15272            not '2VM'"
15273   parameters:
15274   - "throughput"
15275   - "parent"
15276   - "tags"
15277 #  sort:
15278 #  - "not CFS_OPT"
15279 #  - "L2XCFWD"
15280 #  - "not CFS_OPT"
15281 #  - "CFS_OPT"
15282   traces:
15283     hoverinfo: "x+y"
15284     boxpoints: "outliers"
15285     whiskerwidth: 0
15286   layout:
15287     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15288     layout: "plot-throughput"
15289
15290 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15291 -
15292   type: "plot"
15293   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15294   algorithm: "plot_performance_box"
15295   output-file-type: ".html"
15296   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15297   data: "plot-vpp-throughput-latency-3n-hsw"
15298   filter: "'NIC_Intel-XL710' and
15299            '64B' and
15300            'NDRPDR' and
15301            ('ETH' or 'DOT1Q') and
15302            '1T1C' and
15303            ('L2BDMACLRN' or 'L2XCFWD') and
15304            'VHOST_1024' and
15305            not 'CFS_OPT' and
15306            not 'VXLAN' and
15307            not 'IP4FWD'"
15308   parameters:
15309   - "throughput"
15310   - "parent"
15311   - "tags"
15312 #  sort:
15313 #  - "1VM"
15314 #  - "L2XCFWD"
15315 #  - "1VM"
15316 #  - "L2BDMACLRN"
15317   traces:
15318     hoverinfo: "x+y"
15319     boxpoints: "outliers"
15320     whiskerwidth: 0
15321   layout:
15322     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15323     layout: "plot-throughput"
15324
15325 -
15326   type: "plot"
15327   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15328   algorithm: "plot_performance_box"
15329   output-file-type: ".html"
15330   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15331   data: "plot-vpp-throughput-latency-3n-hsw"
15332   filter: "'NIC_Intel-XL710' and
15333            '64B' and
15334            'NDRPDR' and
15335            ('ETH' or 'DOT1Q') and
15336            '1T1C' and
15337            ('L2BDMACLRN' or 'L2XCFWD') and
15338            'VHOST_1024' and
15339            not 'CFS_OPT' and
15340            not 'VXLAN' and
15341            not 'IP4FWD'"
15342   parameters:
15343   - "throughput"
15344   - "parent"
15345   - "tags"
15346 #  sort:
15347 #  - "1VM"
15348 #  - "L2XCFWD"
15349 #  - "1VM"
15350 #  - "L2BDMACLRN"
15351   traces:
15352     hoverinfo: "x+y"
15353     boxpoints: "outliers"
15354     whiskerwidth: 0
15355   layout:
15356     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15357     layout: "plot-throughput"
15358
15359 -
15360   type: "plot"
15361   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15362   algorithm: "plot_performance_box"
15363   output-file-type: ".html"
15364   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15365   data: "plot-vpp-throughput-latency-3n-hsw"
15366   filter: "'NIC_Intel-XL710' and
15367            '64B' and
15368            'NDRPDR' and
15369            ('ETH' or 'DOT1Q') and
15370            '2T2C' and
15371            ('L2BDMACLRN' or 'L2XCFWD') and
15372            'VHOST_1024' and
15373            not 'CFS_OPT' and
15374            not 'VXLAN' and
15375            not 'IP4FWD'"
15376   parameters:
15377   - "throughput"
15378   - "parent"
15379   - "tags"
15380 #  sort:
15381 #  - "1VM"
15382 #  - "L2XCFWD"
15383 #  - "1VM"
15384 #  - "L2BDMACLRN"
15385   traces:
15386     hoverinfo: "x+y"
15387     boxpoints: "outliers"
15388     whiskerwidth: 0
15389   layout:
15390     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15391     layout: "plot-throughput"
15392
15393 -
15394   type: "plot"
15395   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15396   algorithm: "plot_performance_box"
15397   output-file-type: ".html"
15398   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15399   data: "plot-vpp-throughput-latency-3n-hsw"
15400   filter: "'NIC_Intel-XL710' and
15401            '64B' and
15402            'NDRPDR' and
15403            ('ETH' or 'DOT1Q') and
15404            '2T2C' and
15405            ('L2BDMACLRN' or 'L2XCFWD') and
15406            'VHOST_1024' and
15407            not 'CFS_OPT' and
15408            not 'VXLAN' and
15409            not 'IP4FWD'"
15410   parameters:
15411   - "throughput"
15412   - "parent"
15413   - "tags"
15414 #  sort:
15415 #  - "1VM"
15416 #  - "L2XCFWD"
15417 #  - "1VM"
15418 #  - "L2BDMACLRN"
15419   traces:
15420     hoverinfo: "x+y"
15421     boxpoints: "outliers"
15422     whiskerwidth: 0
15423   layout:
15424     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15425     layout: "plot-throughput"
15426
15427 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15428 -
15429   type: "plot"
15430   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15431   algorithm: "plot_performance_box"
15432   output-file-type: ".html"
15433   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15434   data: "plot-vpp-throughput-latency-3n-skx"
15435   filter: "'NIC_Intel-X710' and
15436            '64B' and
15437            'NDRPDR' and
15438            'ETH' and
15439            'IP4FWD' and
15440            '2T1C' and
15441            'VHOST_1024' and
15442            not 'VXLAN' and
15443            not 'DOT1Q'"
15444   parameters:
15445   - "throughput"
15446   - "parent"
15447   - "tags"
15448   sort:
15449   - "not CFS_OPT"
15450   - "1VM"
15451   - "2VM"
15452   traces:
15453     hoverinfo: "x+y"
15454     boxpoints: "outliers"
15455     whiskerwidth: 0
15456   layout:
15457     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15458     layout: "plot-throughput"
15459
15460 -
15461   type: "plot"
15462   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15463   algorithm: "plot_performance_box"
15464   output-file-type: ".html"
15465   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15466   data: "plot-vpp-throughput-latency-3n-skx"
15467   filter: "'NIC_Intel-X710' and
15468            '64B' and
15469            'NDRPDR' and
15470            'ETH' and
15471            'IP4FWD' and
15472            '4T2C' and
15473            'VHOST_1024' and
15474            not 'VXLAN' and
15475            not 'DOT1Q'"
15476   parameters:
15477   - "throughput"
15478   - "parent"
15479   - "tags"
15480   sort:
15481   - "not CFS_OPT"
15482   - "1VM"
15483   - "2VM"
15484   traces:
15485     hoverinfo: "x+y"
15486     boxpoints: "outliers"
15487     whiskerwidth: 0
15488   layout:
15489     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15490     layout: "plot-throughput"
15491
15492 -
15493   type: "plot"
15494   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15495   algorithm: "plot_performance_box"
15496   output-file-type: ".html"
15497   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15498   data: "plot-vpp-throughput-latency-3n-skx"
15499   filter: "'NIC_Intel-X710' and
15500            '64B' and
15501            'NDRPDR' and
15502            'ETH' and
15503            'IP4FWD' and
15504            '2T1C' and
15505            'VHOST_1024' and
15506            not 'VXLAN' and
15507            not 'DOT1Q'"
15508   parameters:
15509   - "throughput"
15510   - "parent"
15511   - "tags"
15512   sort:
15513   - "not CFS_OPT"
15514   - "1VM"
15515   - "2VM"
15516   traces:
15517     hoverinfo: "x+y"
15518     boxpoints: "outliers"
15519     whiskerwidth: 0
15520   layout:
15521     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15522     layout: "plot-throughput"
15523
15524 -
15525   type: "plot"
15526   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15527   algorithm: "plot_performance_box"
15528   output-file-type: ".html"
15529   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15530   data: "plot-vpp-throughput-latency-3n-skx"
15531   filter: "'NIC_Intel-X710' and
15532            '64B' and
15533            'NDRPDR' and
15534            'ETH' and
15535            'IP4FWD' and
15536            '4T2C' and
15537            'VHOST_1024' and
15538            not 'VXLAN' and
15539            not 'DOT1Q'"
15540   parameters:
15541   - "throughput"
15542   - "parent"
15543   - "tags"
15544   sort:
15545   - "not CFS_OPT"
15546   - "1VM"
15547   - "2VM"
15548   traces:
15549     hoverinfo: "x+y"
15550     boxpoints: "outliers"
15551     whiskerwidth: 0
15552   layout:
15553     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15554     layout: "plot-throughput"
15555
15556 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
15557 -
15558   type: "plot"
15559   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15560   algorithm: "plot_performance_box"
15561   output-file-type: ".html"
15562   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15563   data: "plot-vpp-throughput-latency-3n-skx"
15564   filter: "'NIC_Intel-X710' and
15565            '64B' and
15566            'NDRPDR' and
15567            ('ETH' or 'DOT1Q') and
15568            '2T1C' and
15569            'L2BDMACLRN' and
15570            'VHOST_1024' and
15571            not 'VXLAN' and
15572            not 'IP4FWD' and
15573            not '2VM'"
15574   parameters:
15575   - "throughput"
15576   - "parent"
15577   - "tags"
15578 #  sort:
15579 #  - "VM"  # "not CFS_OPT"
15580 #  - "CFS_OPT"
15581 #  - "FIB_10K"
15582 #  - "FIB_100K"
15583 #  - "FIB_1M"
15584   traces:
15585     hoverinfo: "x+y"
15586     boxpoints: "outliers"
15587     whiskerwidth: 0
15588   layout:
15589     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15590     layout: "plot-throughput"
15591
15592 -
15593   type: "plot"
15594   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15595   algorithm: "plot_performance_box"
15596   output-file-type: ".html"
15597   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15598   data: "plot-vpp-throughput-latency-3n-skx"
15599   filter: "'NIC_Intel-X710' and
15600            '64B' and
15601            'NDRPDR' and
15602            ('ETH' or 'DOT1Q') and
15603            '4T2C' and
15604            'L2BDMACLRN' and
15605            'VHOST_1024' and
15606            not 'VXLAN' and
15607            not 'IP4FWD' and
15608            not '2VM'"
15609   parameters:
15610   - "throughput"
15611   - "parent"
15612   - "tags"
15613 #  sort:
15614 #  - "VM"  # "not CFS_OPT"
15615 #  - "CFS_OPT"
15616 #  - "FIB_10K"
15617 #  - "FIB_100K"
15618 #  - "FIB_1M"
15619   traces:
15620     hoverinfo: "x+y"
15621     boxpoints: "outliers"
15622     whiskerwidth: 0
15623   layout:
15624     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15625     layout: "plot-throughput"
15626
15627 -
15628   type: "plot"
15629   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15630   algorithm: "plot_performance_box"
15631   output-file-type: ".html"
15632   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15633   data: "plot-vpp-throughput-latency-3n-skx"
15634   filter: "'NIC_Intel-X710' and
15635            '64B' and
15636            'NDRPDR' and
15637            ('ETH' or 'DOT1Q') and
15638            '2T1C' and
15639            'L2BDMACLRN' and
15640            'VHOST_1024' and
15641            not 'VXLAN' and
15642            not 'IP4FWD' and
15643            not '2VM'"
15644   parameters:
15645   - "throughput"
15646   - "parent"
15647   - "tags"
15648 #  sort:
15649 #  - "VM"  # "not CFS_OPT"
15650 #  - "CFS_OPT"
15651 #  - "FIB_10K"
15652 #  - "FIB_100K"
15653 #  - "FIB_1M"
15654   traces:
15655     hoverinfo: "x+y"
15656     boxpoints: "outliers"
15657     whiskerwidth: 0
15658   layout:
15659     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15660     layout: "plot-throughput"
15661
15662 -
15663   type: "plot"
15664   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15665   algorithm: "plot_performance_box"
15666   output-file-type: ".html"
15667   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15668   data: "plot-vpp-throughput-latency-3n-skx"
15669   filter: "'NIC_Intel-X710' and
15670            '64B' and
15671            'NDRPDR' and
15672            ('ETH' or 'DOT1Q') and
15673            '4T2C' and
15674            'L2BDMACLRN' and
15675            'VHOST_1024' and
15676            not 'VXLAN' and
15677            not 'IP4FWD' and
15678            not '2VM'"
15679   parameters:
15680   - "throughput"
15681   - "parent"
15682   - "tags"
15683 #  sort:
15684 #  - "VM"  # "not CFS_OPT"
15685 #  - "CFS_OPT"
15686 #  - "FIB_10K"
15687 #  - "FIB_100K"
15688 #  - "FIB_1M"
15689   traces:
15690     hoverinfo: "x+y"
15691     boxpoints: "outliers"
15692     whiskerwidth: 0
15693   layout:
15694     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15695     layout: "plot-throughput"
15696
15697 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15698 -
15699   type: "plot"
15700   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15701   algorithm: "plot_performance_box"
15702   output-file-type: ".html"
15703   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15704   data: "plot-vpp-throughput-latency-3n-skx"
15705   filter: "'NIC_Intel-X710' and
15706            '64B' and
15707            'NDRPDR' and
15708            ('ETH' or 'DOT1Q') and
15709            'BASE' and
15710            '2T1C' and
15711            ('L2BDMACLRN' or 'L2XCFWD') and
15712            'VHOST_1024' and
15713            not 'VXLAN' and
15714            not 'IP4FWD' and
15715            not '2VM' and
15716            not 'LBOND'"
15717   parameters:
15718   - "throughput"
15719   - "parent"
15720   - "tags"
15721 #  sort:
15722 #  - "not CFS_OPT"
15723 #  - "L2XCFWD"
15724 #  - "not CFS_OPT"
15725 #  - "CFS_OPT"
15726   traces:
15727     hoverinfo: "x+y"
15728     boxpoints: "outliers"
15729     whiskerwidth: 0
15730   layout:
15731     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15732     layout: "plot-throughput"
15733
15734 -
15735   type: "plot"
15736   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15737   algorithm: "plot_performance_box"
15738   output-file-type: ".html"
15739   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15740   data: "plot-vpp-throughput-latency-3n-skx"
15741   filter: "'NIC_Intel-X710' and
15742            '64B' and
15743            'NDRPDR' and
15744            ('ETH' or 'DOT1Q') and
15745            'BASE' and
15746            '2T1C' and
15747            ('L2BDMACLRN' or 'L2XCFWD') and
15748            'VHOST_1024' and
15749            not 'VXLAN' and
15750            not 'IP4FWD' and
15751            not '2VM' and
15752            not 'LBOND'"
15753   parameters:
15754   - "throughput"
15755   - "parent"
15756   - "tags"
15757 #  sort:
15758 #  - "not CFS_OPT"
15759 #  - "L2XCFWD"
15760 #  - "not CFS_OPT"
15761 #  - "CFS_OPT"
15762   traces:
15763     hoverinfo: "x+y"
15764     boxpoints: "outliers"
15765     whiskerwidth: 0
15766   layout:
15767     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15768     layout: "plot-throughput"
15769
15770 -
15771   type: "plot"
15772   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15773   algorithm: "plot_performance_box"
15774   output-file-type: ".html"
15775   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15776   data: "plot-vpp-throughput-latency-3n-skx"
15777   filter: "'NIC_Intel-X710' and
15778            '64B' and
15779            'NDRPDR' and
15780            ('ETH' or 'DOT1Q') and
15781            'BASE' and
15782            '4T2C' and
15783            ('L2BDMACLRN' or 'L2XCFWD') and
15784            'VHOST_1024' and
15785            not 'VXLAN' and
15786            not 'IP4FWD' and
15787            not '2VM' and
15788            not 'LBOND'"
15789   parameters:
15790   - "throughput"
15791   - "parent"
15792   - "tags"
15793 #  sort:
15794 #  - "not CFS_OPT"
15795 #  - "L2XCFWD"
15796 #  - "not CFS_OPT"
15797 #  - "CFS_OPT"
15798   traces:
15799     hoverinfo: "x+y"
15800     boxpoints: "outliers"
15801     whiskerwidth: 0
15802   layout:
15803     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15804     layout: "plot-throughput"
15805
15806 -
15807   type: "plot"
15808   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15809   algorithm: "plot_performance_box"
15810   output-file-type: ".html"
15811   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15812   data: "plot-vpp-throughput-latency-3n-skx"
15813   filter: "'NIC_Intel-X710' and
15814            '64B' and
15815            'NDRPDR' and
15816            ('ETH' or 'DOT1Q') and
15817            'BASE' and
15818            '4T2C' and
15819            ('L2BDMACLRN' or 'L2XCFWD') and
15820            'VHOST_1024' and
15821            not 'VXLAN' and
15822            not 'IP4FWD' and
15823            not '2VM' and
15824            not 'LBOND'"
15825   parameters:
15826   - "throughput"
15827   - "parent"
15828   - "tags"
15829 #  sort:
15830 #  - "not CFS_OPT"
15831 #  - "L2XCFWD"
15832 #  - "not CFS_OPT"
15833 #  - "CFS_OPT"
15834   traces:
15835     hoverinfo: "x+y"
15836     boxpoints: "outliers"
15837     whiskerwidth: 0
15838   layout:
15839     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15840     layout: "plot-throughput"
15841
15842 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15843 -
15844   type: "plot"
15845   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15846   algorithm: "plot_performance_box"
15847   output-file-type: ".html"
15848   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15849   data: "plot-vpp-throughput-latency-3n-skx"
15850   filter: "'NIC_Intel-X710' and
15851            '64B' and
15852            'NDRPDR' and
15853            ('ETH' or 'DOT1Q') and
15854            '2T1C' and
15855            ('L2BDMACLRN' or 'L2XCFWD') and
15856            'VHOST_1024' and
15857            not 'CFS_OPT' and
15858            not 'VXLAN' and
15859            not 'IP4FWD' and
15860            not 'LBOND'"
15861   parameters:
15862   - "throughput"
15863   - "parent"
15864   - "tags"
15865 #  sort:
15866 #  - "1VM"
15867 #  - "L2XCFWD"
15868 #  - "1VM"
15869 #  - "L2BDMACLRN"
15870   traces:
15871     hoverinfo: "x+y"
15872     boxpoints: "outliers"
15873     whiskerwidth: 0
15874   layout:
15875     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15876     layout: "plot-throughput"
15877
15878 -
15879   type: "plot"
15880   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15881   algorithm: "plot_performance_box"
15882   output-file-type: ".html"
15883   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15884   data: "plot-vpp-throughput-latency-3n-skx"
15885   filter: "'NIC_Intel-X710' and
15886            '64B' and
15887            'NDRPDR' and
15888            ('ETH' or 'DOT1Q') and
15889            '2T1C' and
15890            ('L2BDMACLRN' or 'L2XCFWD') and
15891            'VHOST_1024' and
15892            not 'CFS_OPT' and
15893            not 'VXLAN' and
15894            not 'IP4FWD' and
15895            not 'LBOND'"
15896   parameters:
15897   - "throughput"
15898   - "parent"
15899   - "tags"
15900 #  sort:
15901 #  - "1VM"
15902 #  - "L2XCFWD"
15903 #  - "1VM"
15904 #  - "L2BDMACLRN"
15905   traces:
15906     hoverinfo: "x+y"
15907     boxpoints: "outliers"
15908     whiskerwidth: 0
15909   layout:
15910     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15911     layout: "plot-throughput"
15912
15913 -
15914   type: "plot"
15915   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15916   algorithm: "plot_performance_box"
15917   output-file-type: ".html"
15918   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15919   data: "plot-vpp-throughput-latency-3n-skx"
15920   filter: "'NIC_Intel-X710' and
15921            '64B' and
15922            'NDRPDR' and
15923            ('ETH' or 'DOT1Q') and
15924            '4T2C' and
15925            ('L2BDMACLRN' or 'L2XCFWD') and
15926            'VHOST_1024' and
15927            not 'CFS_OPT' and
15928            not 'VXLAN' and
15929            not 'IP4FWD' and
15930            not 'LBOND'"
15931   parameters:
15932   - "throughput"
15933   - "parent"
15934   - "tags"
15935 #  sort:
15936 #  - "1VM"
15937 #  - "L2XCFWD"
15938 #  - "1VM"
15939 #  - "L2BDMACLRN"
15940   traces:
15941     hoverinfo: "x+y"
15942     boxpoints: "outliers"
15943     whiskerwidth: 0
15944   layout:
15945     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15946     layout: "plot-throughput"
15947
15948 -
15949   type: "plot"
15950   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15951   algorithm: "plot_performance_box"
15952   output-file-type: ".html"
15953   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15954   data: "plot-vpp-throughput-latency-3n-skx"
15955   filter: "'NIC_Intel-X710' and
15956            '64B' and
15957            'NDRPDR' and
15958            ('ETH' or 'DOT1Q') and
15959            '4T2C' and
15960            ('L2BDMACLRN' or 'L2XCFWD') and
15961            'VHOST_1024' and
15962            not 'CFS_OPT' and
15963            not 'VXLAN' and
15964            not 'IP4FWD' and
15965            not 'LBOND'"
15966   parameters:
15967   - "throughput"
15968   - "parent"
15969   - "tags"
15970 #  sort:
15971 #  - "1VM"
15972 #  - "L2XCFWD"
15973 #  - "1VM"
15974 #  - "L2BDMACLRN"
15975   traces:
15976     hoverinfo: "x+y"
15977     boxpoints: "outliers"
15978     whiskerwidth: 0
15979   layout:
15980     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15981     layout: "plot-throughput"
15982
15983 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15984 -
15985   type: "plot"
15986   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15987   algorithm: "plot_performance_box"
15988   output-file-type: ".html"
15989   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15990   data: "plot-vpp-throughput-latency-2n-skx"
15991   filter: "'NIC_Intel-X710' and
15992            '64B' and
15993            'NDRPDR' and
15994            'ETH' and
15995            'IP4FWD' and
15996            '2T1C' and
15997            'VHOST_1024' and
15998            not 'VXLAN' and
15999            not 'NF_DENSITY' and
16000            not 'DOT1Q'"
16001   parameters:
16002   - "throughput"
16003   - "parent"
16004   - "tags"
16005   sort:
16006   - "not CFS_OPT"
16007   - "1VM"
16008   - "2VM"
16009   traces:
16010     hoverinfo: "x+y"
16011     boxpoints: "outliers"
16012     whiskerwidth: 0
16013   layout:
16014     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16015     layout: "plot-throughput"
16016
16017 -
16018   type: "plot"
16019   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16020   algorithm: "plot_performance_box"
16021   output-file-type: ".html"
16022   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16023   data: "plot-vpp-throughput-latency-2n-skx"
16024   filter: "'NIC_Intel-X710' and
16025            '64B' and
16026            'NDRPDR' and
16027            'ETH' and
16028            'IP4FWD' and
16029            '4T2C' and
16030            'VHOST_1024' and
16031            not 'VXLAN' and
16032            not 'NF_DENSITY' and
16033            not 'DOT1Q'"
16034   parameters:
16035   - "throughput"
16036   - "parent"
16037   - "tags"
16038   sort:
16039   - "not CFS_OPT"
16040   - "1VM"
16041   - "2VM"
16042   traces:
16043     hoverinfo: "x+y"
16044     boxpoints: "outliers"
16045     whiskerwidth: 0
16046   layout:
16047     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16048     layout: "plot-throughput"
16049
16050 -
16051   type: "plot"
16052   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16053   algorithm: "plot_performance_box"
16054   output-file-type: ".html"
16055   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16056   data: "plot-vpp-throughput-latency-2n-skx"
16057   filter: "'NIC_Intel-X710' and
16058            '64B' and
16059            'NDRPDR' and
16060            'ETH' and
16061            'IP4FWD' and
16062            '2T1C' and
16063            'VHOST_1024' and
16064            not 'VXLAN' and
16065            not 'NF_DENSITY' and
16066            not 'DOT1Q'"
16067   parameters:
16068   - "throughput"
16069   - "parent"
16070   - "tags"
16071   sort:
16072   - "not CFS_OPT"
16073   - "1VM"
16074   - "2VM"
16075   traces:
16076     hoverinfo: "x+y"
16077     boxpoints: "outliers"
16078     whiskerwidth: 0
16079   layout:
16080     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16081     layout: "plot-throughput"
16082
16083 -
16084   type: "plot"
16085   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16086   algorithm: "plot_performance_box"
16087   output-file-type: ".html"
16088   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16089   data: "plot-vpp-throughput-latency-2n-skx"
16090   filter: "'NIC_Intel-X710' and
16091            '64B' and
16092            'NDRPDR' and
16093            'ETH' and
16094            'IP4FWD' and
16095            '4T2C' and
16096            'VHOST_1024' and
16097            not 'VXLAN' and
16098            not 'NF_DENSITY' and
16099            not 'DOT1Q'"
16100   parameters:
16101   - "throughput"
16102   - "parent"
16103   - "tags"
16104   sort:
16105   - "not CFS_OPT"
16106   - "1VM"
16107   - "2VM"
16108   traces:
16109     hoverinfo: "x+y"
16110     boxpoints: "outliers"
16111     whiskerwidth: 0
16112   layout:
16113     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16114     layout: "plot-throughput"
16115
16116 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
16117 -
16118   type: "plot"
16119   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16120   algorithm: "plot_performance_box"
16121   output-file-type: ".html"
16122   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16123   data: "plot-vpp-throughput-latency-2n-skx"
16124   filter: "'NIC_Intel-X710' and
16125            '64B' and
16126            'NDRPDR' and
16127            ('ETH' or 'DOT1Q') and
16128            '2T1C' and
16129            'L2BDMACLRN' and
16130            'VHOST_1024' and
16131            not 'VXLAN' and
16132            not 'NF_DENSITY' and
16133            not 'IP4FWD' and
16134            not '2VM'"
16135   parameters:
16136   - "throughput"
16137   - "parent"
16138   - "tags"
16139 #  sort:
16140 #  - "VM"  # "not CFS_OPT"
16141 #  - "CFS_OPT"
16142 #  - "FIB_10K"
16143 #  - "FIB_100K"
16144 #  - "FIB_1M"
16145   traces:
16146     hoverinfo: "x+y"
16147     boxpoints: "outliers"
16148     whiskerwidth: 0
16149   layout:
16150     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16151     layout: "plot-throughput"
16152
16153 -
16154   type: "plot"
16155   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16156   algorithm: "plot_performance_box"
16157   output-file-type: ".html"
16158   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16159   data: "plot-vpp-throughput-latency-2n-skx"
16160   filter: "'NIC_Intel-X710' and
16161            '64B' and
16162            'NDRPDR' and
16163            ('ETH' or 'DOT1Q') and
16164            '4T2C' and
16165            'L2BDMACLRN' and
16166            'VHOST_1024' and
16167            not 'VXLAN' and
16168            not 'NF_DENSITY' and
16169            not 'IP4FWD' and
16170            not '2VM'"
16171   parameters:
16172   - "throughput"
16173   - "parent"
16174   - "tags"
16175 #  sort:
16176 #  - "VM"  # "not CFS_OPT"
16177 #  - "CFS_OPT"
16178 #  - "FIB_10K"
16179 #  - "FIB_100K"
16180 #  - "FIB_1M"
16181   traces:
16182     hoverinfo: "x+y"
16183     boxpoints: "outliers"
16184     whiskerwidth: 0
16185   layout:
16186     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16187     layout: "plot-throughput"
16188
16189 -
16190   type: "plot"
16191   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16192   algorithm: "plot_performance_box"
16193   output-file-type: ".html"
16194   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16195   data: "plot-vpp-throughput-latency-2n-skx"
16196   filter: "'NIC_Intel-X710' and
16197            '64B' and
16198            'NDRPDR' and
16199            ('ETH' or 'DOT1Q') and
16200            '2T1C' and
16201            'L2BDMACLRN' and
16202            'VHOST_1024' and
16203            not 'VXLAN' and
16204            not 'NF_DENSITY' and
16205            not 'IP4FWD' and
16206            not '2VM'"
16207   parameters:
16208   - "throughput"
16209   - "parent"
16210   - "tags"
16211 #  sort:
16212 #  - "VM"  # "not CFS_OPT"
16213 #  - "CFS_OPT"
16214 #  - "FIB_10K"
16215 #  - "FIB_100K"
16216 #  - "FIB_1M"
16217   traces:
16218     hoverinfo: "x+y"
16219     boxpoints: "outliers"
16220     whiskerwidth: 0
16221   layout:
16222     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16223     layout: "plot-throughput"
16224
16225 -
16226   type: "plot"
16227   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16228   algorithm: "plot_performance_box"
16229   output-file-type: ".html"
16230   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16231   data: "plot-vpp-throughput-latency-2n-skx"
16232   filter: "'NIC_Intel-X710' and
16233            '64B' and
16234            'NDRPDR' and
16235            ('ETH' or 'DOT1Q') and
16236            '4T2C' and
16237            'L2BDMACLRN' and
16238            'VHOST_1024' and
16239            not 'VXLAN' and
16240            not 'NF_DENSITY' and
16241            not 'IP4FWD' and
16242            not '2VM'"
16243   parameters:
16244   - "throughput"
16245   - "parent"
16246   - "tags"
16247 #  sort:
16248 #  - "VM"  # "not CFS_OPT"
16249 #  - "CFS_OPT"
16250 #  - "FIB_10K"
16251 #  - "FIB_100K"
16252 #  - "FIB_1M"
16253   traces:
16254     hoverinfo: "x+y"
16255     boxpoints: "outliers"
16256     whiskerwidth: 0
16257   layout:
16258     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16259     layout: "plot-throughput"
16260
16261 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16262 -
16263   type: "plot"
16264   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16265   algorithm: "plot_performance_box"
16266   output-file-type: ".html"
16267   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16268   data: "plot-vpp-throughput-latency-2n-skx"
16269   filter: "'NIC_Intel-X710' and
16270            '64B' and
16271            'NDRPDR' and
16272            ('ETH' or 'DOT1Q') and
16273            'BASE' and
16274            '2T1C' and
16275            ('L2BDMACLRN' or 'L2XCFWD') and
16276            'VHOST_1024' and
16277            not 'VXLAN' and
16278            not 'NF_DENSITY' and
16279            not 'IP4FWD' and
16280            not '2VM'"
16281   parameters:
16282   - "throughput"
16283   - "parent"
16284   - "tags"
16285 #  sort:
16286 #  - "not CFS_OPT"
16287 #  - "L2XCFWD"
16288 #  - "not CFS_OPT"
16289 #  - "CFS_OPT"
16290   traces:
16291     hoverinfo: "x+y"
16292     boxpoints: "outliers"
16293     whiskerwidth: 0
16294   layout:
16295     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16296     layout: "plot-throughput"
16297
16298 -
16299   type: "plot"
16300   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16301   algorithm: "plot_performance_box"
16302   output-file-type: ".html"
16303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16304   data: "plot-vpp-throughput-latency-2n-skx"
16305   filter: "'NIC_Intel-X710' and
16306            '64B' and
16307            'NDRPDR' and
16308            ('ETH' or 'DOT1Q') and
16309            'BASE' and
16310            '2T1C' and
16311            ('L2BDMACLRN' or 'L2XCFWD') and
16312            'VHOST_1024' and
16313            not 'VXLAN' and
16314            not 'NF_DENSITY' and
16315            not 'IP4FWD' and
16316            not '2VM'"
16317   parameters:
16318   - "throughput"
16319   - "parent"
16320   - "tags"
16321 #  sort:
16322 #  - "not CFS_OPT"
16323 #  - "L2XCFWD"
16324 #  - "not CFS_OPT"
16325 #  - "CFS_OPT"
16326   traces:
16327     hoverinfo: "x+y"
16328     boxpoints: "outliers"
16329     whiskerwidth: 0
16330   layout:
16331     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16332     layout: "plot-throughput"
16333
16334 -
16335   type: "plot"
16336   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16337   algorithm: "plot_performance_box"
16338   output-file-type: ".html"
16339   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16340   data: "plot-vpp-throughput-latency-2n-skx"
16341   filter: "'NIC_Intel-X710' and
16342            '64B' and
16343            'NDRPDR' and
16344            ('ETH' or 'DOT1Q') and
16345            'BASE' and
16346            '4T2C' and
16347            ('L2BDMACLRN' or 'L2XCFWD') and
16348            'VHOST_1024' and
16349            not 'VXLAN' and
16350            not 'NF_DENSITY' and
16351            not 'IP4FWD' and
16352            not '2VM'"
16353   parameters:
16354   - "throughput"
16355   - "parent"
16356   - "tags"
16357 #  sort:
16358 #  - "not CFS_OPT"
16359 #  - "L2XCFWD"
16360 #  - "not CFS_OPT"
16361 #  - "CFS_OPT"
16362   traces:
16363     hoverinfo: "x+y"
16364     boxpoints: "outliers"
16365     whiskerwidth: 0
16366   layout:
16367     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16368     layout: "plot-throughput"
16369
16370 -
16371   type: "plot"
16372   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16373   algorithm: "plot_performance_box"
16374   output-file-type: ".html"
16375   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16376   data: "plot-vpp-throughput-latency-2n-skx"
16377   filter: "'NIC_Intel-X710' and
16378            '64B' and
16379            'NDRPDR' and
16380            ('ETH' or 'DOT1Q') and
16381            'BASE' and
16382            '4T2C' and
16383            ('L2BDMACLRN' or 'L2XCFWD') and
16384            'VHOST_1024' and
16385            not 'VXLAN' and
16386            not 'NF_DENSITY' and
16387            not 'IP4FWD' and
16388            not '2VM'"
16389   parameters:
16390   - "throughput"
16391   - "parent"
16392   - "tags"
16393 #  sort:
16394 #  - "not CFS_OPT"
16395 #  - "L2XCFWD"
16396 #  - "not CFS_OPT"
16397 #  - "CFS_OPT"
16398   traces:
16399     hoverinfo: "x+y"
16400     boxpoints: "outliers"
16401     whiskerwidth: 0
16402   layout:
16403     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16404     layout: "plot-throughput"
16405
16406 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16407 -
16408   type: "plot"
16409   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16410   algorithm: "plot_performance_box"
16411   output-file-type: ".html"
16412   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16413   data: "plot-vpp-throughput-latency-2n-skx"
16414   filter: "'NIC_Intel-X710' and
16415            '64B' and
16416            'NDRPDR' and
16417            ('ETH' or 'DOT1Q') and
16418            '2T1C' and
16419            ('L2BDMACLRN' or 'L2XCFWD') and
16420            'VHOST_1024' and
16421            not 'CFS_OPT' and
16422            not 'VXLAN' and
16423            not 'NF_DENSITY' and
16424            not 'IP4FWD'"
16425   parameters:
16426   - "throughput"
16427   - "parent"
16428   - "tags"
16429 #  sort:
16430 #  - "1VM"
16431 #  - "L2XCFWD"
16432 #  - "1VM"
16433 #  - "L2BDMACLRN"
16434   traces:
16435     hoverinfo: "x+y"
16436     boxpoints: "outliers"
16437     whiskerwidth: 0
16438   layout:
16439     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16440     layout: "plot-throughput"
16441
16442 -
16443   type: "plot"
16444   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16445   algorithm: "plot_performance_box"
16446   output-file-type: ".html"
16447   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16448   data: "plot-vpp-throughput-latency-2n-skx"
16449   filter: "'NIC_Intel-X710' and
16450            '64B' and
16451            'NDRPDR' and
16452            ('ETH' or 'DOT1Q') and
16453            '2T1C' and
16454            ('L2BDMACLRN' or 'L2XCFWD') and
16455            'VHOST_1024' and
16456            not 'CFS_OPT' and
16457            not 'VXLAN' and
16458            not 'NF_DENSITY' and
16459            not 'IP4FWD'"
16460   parameters:
16461   - "throughput"
16462   - "parent"
16463   - "tags"
16464 #  sort:
16465 #  - "1VM"
16466 #  - "L2XCFWD"
16467 #  - "1VM"
16468 #  - "L2BDMACLRN"
16469   traces:
16470     hoverinfo: "x+y"
16471     boxpoints: "outliers"
16472     whiskerwidth: 0
16473   layout:
16474     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16475     layout: "plot-throughput"
16476
16477 -
16478   type: "plot"
16479   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16480   algorithm: "plot_performance_box"
16481   output-file-type: ".html"
16482   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16483   data: "plot-vpp-throughput-latency-2n-skx"
16484   filter: "'NIC_Intel-X710' and
16485            '64B' and
16486            'NDRPDR' and
16487            ('ETH' or 'DOT1Q') and
16488            '4T2C' and
16489            ('L2BDMACLRN' or 'L2XCFWD') and
16490            'VHOST_1024' and
16491            not 'CFS_OPT' and
16492            not 'VXLAN' and
16493            not 'NF_DENSITY' and
16494            not 'IP4FWD'"
16495   parameters:
16496   - "throughput"
16497   - "parent"
16498   - "tags"
16499 #  sort:
16500 #  - "1VM"
16501 #  - "L2XCFWD"
16502 #  - "1VM"
16503 #  - "L2BDMACLRN"
16504   traces:
16505     hoverinfo: "x+y"
16506     boxpoints: "outliers"
16507     whiskerwidth: 0
16508   layout:
16509     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16510     layout: "plot-throughput"
16511
16512 -
16513   type: "plot"
16514   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16515   algorithm: "plot_performance_box"
16516   output-file-type: ".html"
16517   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16518   data: "plot-vpp-throughput-latency-2n-skx"
16519   filter: "'NIC_Intel-X710' and
16520            '64B' and
16521            'NDRPDR' and
16522            ('ETH' or 'DOT1Q') and
16523            '4T2C' and
16524            ('L2BDMACLRN' or 'L2XCFWD') and
16525            'VHOST_1024' and
16526            not 'CFS_OPT' and
16527            not 'VXLAN' and
16528            not 'NF_DENSITY' and
16529            not 'IP4FWD'"
16530   parameters:
16531   - "throughput"
16532   - "parent"
16533   - "tags"
16534 #  sort:
16535 #  - "1VM"
16536 #  - "L2XCFWD"
16537 #  - "1VM"
16538 #  - "L2BDMACLRN"
16539   traces:
16540     hoverinfo: "x+y"
16541     boxpoints: "outliers"
16542     whiskerwidth: 0
16543   layout:
16544     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16545     layout: "plot-throughput"
16546
16547 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16548 -
16549   type: "plot"
16550   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16551   algorithm: "plot_performance_box"
16552   output-file-type: ".html"
16553   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16554   data: "plot-vpp-throughput-latency-2n-skx"
16555   filter: "'NIC_Intel-XXV710' and
16556            '64B' and
16557            'NDRPDR' and
16558            'ETH' and
16559            'IP4FWD' and
16560            '2T1C' and
16561            'VHOST_1024' and
16562            not 'VXLAN' and
16563            not 'DOT1Q'"
16564   parameters:
16565   - "throughput"
16566   - "parent"
16567   - "tags"
16568   sort:
16569   - "not CFS_OPT"
16570   - "1VM"
16571   - "2VM"
16572   traces:
16573     hoverinfo: "x+y"
16574     boxpoints: "outliers"
16575     whiskerwidth: 0
16576   layout:
16577     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16578     layout: "plot-throughput"
16579
16580 -
16581   type: "plot"
16582   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16583   algorithm: "plot_performance_box"
16584   output-file-type: ".html"
16585   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16586   data: "plot-vpp-throughput-latency-2n-skx"
16587   filter: "'NIC_Intel-XXV710' and
16588            '64B' and
16589            'NDRPDR' and
16590            'ETH' and
16591            'IP4FWD' and
16592            '4T2C' and
16593            'VHOST_1024' and
16594            not 'VXLAN' and
16595            not 'DOT1Q'"
16596   parameters:
16597   - "throughput"
16598   - "parent"
16599   - "tags"
16600   sort:
16601   - "not CFS_OPT"
16602   - "1VM"
16603   - "2VM"
16604   traces:
16605     hoverinfo: "x+y"
16606     boxpoints: "outliers"
16607     whiskerwidth: 0
16608   layout:
16609     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16610     layout: "plot-throughput"
16611
16612 -
16613   type: "plot"
16614   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16615   algorithm: "plot_performance_box"
16616   output-file-type: ".html"
16617   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16618   data: "plot-vpp-throughput-latency-2n-skx"
16619   filter: "'NIC_Intel-XXV710' and
16620            '64B' and
16621            'NDRPDR' and
16622            'ETH' and
16623            'IP4FWD' and
16624            '2T1C' and
16625            'VHOST_1024' and
16626            not 'VXLAN' and
16627            not 'DOT1Q'"
16628   parameters:
16629   - "throughput"
16630   - "parent"
16631   - "tags"
16632   sort:
16633   - "not CFS_OPT"
16634   - "1VM"
16635   - "2VM"
16636   traces:
16637     hoverinfo: "x+y"
16638     boxpoints: "outliers"
16639     whiskerwidth: 0
16640   layout:
16641     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16642     layout: "plot-throughput"
16643
16644 -
16645   type: "plot"
16646   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16647   algorithm: "plot_performance_box"
16648   output-file-type: ".html"
16649   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16650   data: "plot-vpp-throughput-latency-2n-skx"
16651   filter: "'NIC_Intel-XXV710' and
16652            '64B' and
16653            'NDRPDR' and
16654            'ETH' and
16655            'IP4FWD' and
16656            '4T2C' and
16657            'VHOST_1024' and
16658            not 'VXLAN' and
16659            not 'DOT1Q'"
16660   parameters:
16661   - "throughput"
16662   - "parent"
16663   - "tags"
16664   sort:
16665   - "not CFS_OPT"
16666   - "1VM"
16667   - "2VM"
16668   traces:
16669     hoverinfo: "x+y"
16670     boxpoints: "outliers"
16671     whiskerwidth: 0
16672   layout:
16673     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16674     layout: "plot-throughput"
16675
16676 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16677 -
16678   type: "plot"
16679   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16680   algorithm: "plot_performance_box"
16681   output-file-type: ".html"
16682   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16683   data: "plot-vpp-throughput-latency-2n-skx"
16684   filter: "'NIC_Intel-XXV710' and
16685            '64B' and
16686            'NDRPDR' and
16687            ('ETH' or 'DOT1Q') and
16688            '2T1C' and
16689            'L2BDMACLRN' and
16690            'VHOST_1024' and
16691            not 'VXLAN' and
16692            not 'IP4FWD' and
16693            not '2VM'"
16694   parameters:
16695   - "throughput"
16696   - "parent"
16697   - "tags"
16698 #  sort:
16699 #  - "VM"  # "not CFS_OPT"
16700 #  - "CFS_OPT"
16701 #  - "FIB_10K"
16702 #  - "FIB_100K"
16703 #  - "FIB_1M"
16704   traces:
16705     hoverinfo: "x+y"
16706     boxpoints: "outliers"
16707     whiskerwidth: 0
16708   layout:
16709     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16710     layout: "plot-throughput"
16711
16712 -
16713   type: "plot"
16714   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16715   algorithm: "plot_performance_box"
16716   output-file-type: ".html"
16717   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16718   data: "plot-vpp-throughput-latency-2n-skx"
16719   filter: "'NIC_Intel-XXV710' and
16720            '64B' and
16721            'NDRPDR' and
16722            ('ETH' or 'DOT1Q') and
16723            '4T2C' and
16724            'L2BDMACLRN' and
16725            'VHOST_1024' and
16726            not 'VXLAN' and
16727            not 'IP4FWD' and
16728            not '2VM'"
16729   parameters:
16730   - "throughput"
16731   - "parent"
16732   - "tags"
16733 #  sort:
16734 #  - "VM"  # "not CFS_OPT"
16735 #  - "CFS_OPT"
16736 #  - "FIB_10K"
16737 #  - "FIB_100K"
16738 #  - "FIB_1M"
16739   traces:
16740     hoverinfo: "x+y"
16741     boxpoints: "outliers"
16742     whiskerwidth: 0
16743   layout:
16744     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16745     layout: "plot-throughput"
16746
16747 -
16748   type: "plot"
16749   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16750   algorithm: "plot_performance_box"
16751   output-file-type: ".html"
16752   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16753   data: "plot-vpp-throughput-latency-2n-skx"
16754   filter: "'NIC_Intel-XXV710' and
16755            '64B' and
16756            'NDRPDR' and
16757            ('ETH' or 'DOT1Q') and
16758            '2T1C' and
16759            'L2BDMACLRN' and
16760            'VHOST_1024' and
16761            not 'VXLAN' and
16762            not 'IP4FWD' and
16763            not '2VM'"
16764   parameters:
16765   - "throughput"
16766   - "parent"
16767   - "tags"
16768 #  sort:
16769 #  - "VM"  # "not CFS_OPT"
16770 #  - "CFS_OPT"
16771 #  - "FIB_10K"
16772 #  - "FIB_100K"
16773 #  - "FIB_1M"
16774   traces:
16775     hoverinfo: "x+y"
16776     boxpoints: "outliers"
16777     whiskerwidth: 0
16778   layout:
16779     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16780     layout: "plot-throughput"
16781
16782 -
16783   type: "plot"
16784   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16785   algorithm: "plot_performance_box"
16786   output-file-type: ".html"
16787   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16788   data: "plot-vpp-throughput-latency-2n-skx"
16789   filter: "'NIC_Intel-XXV710' and
16790            '64B' and
16791            'NDRPDR' and
16792            ('ETH' or 'DOT1Q') and
16793            '4T2C' and
16794            'L2BDMACLRN' and
16795            'VHOST_1024' and
16796            not 'VXLAN' and
16797            not 'IP4FWD' and
16798            not '2VM'"
16799   parameters:
16800   - "throughput"
16801   - "parent"
16802   - "tags"
16803 #  sort:
16804 #  - "VM"  # "not CFS_OPT"
16805 #  - "CFS_OPT"
16806 #  - "FIB_10K"
16807 #  - "FIB_100K"
16808 #  - "FIB_1M"
16809   traces:
16810     hoverinfo: "x+y"
16811     boxpoints: "outliers"
16812     whiskerwidth: 0
16813   layout:
16814     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16815     layout: "plot-throughput"
16816
16817 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16818 -
16819   type: "plot"
16820   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16821   algorithm: "plot_performance_box"
16822   output-file-type: ".html"
16823   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16824   data: "plot-vpp-throughput-latency-2n-skx"
16825   filter: "'NIC_Intel-XXV710' and
16826            '64B' and
16827            'NDRPDR' and
16828            ('ETH' or 'DOT1Q') and
16829            'BASE' and
16830            '2T1C' and
16831            ('L2BDMACLRN' or 'L2XCFWD') and
16832            'VHOST_1024' and
16833            not 'VXLAN' and
16834            not 'IP4FWD' and
16835            not '2VM'"
16836   parameters:
16837   - "throughput"
16838   - "parent"
16839   - "tags"
16840 #  sort:
16841 #  - "not CFS_OPT"
16842 #  - "L2XCFWD"
16843 #  - "not CFS_OPT"
16844 #  - "CFS_OPT"
16845   traces:
16846     hoverinfo: "x+y"
16847     boxpoints: "outliers"
16848     whiskerwidth: 0
16849   layout:
16850     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16851     layout: "plot-throughput"
16852
16853 -
16854   type: "plot"
16855   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16856   algorithm: "plot_performance_box"
16857   output-file-type: ".html"
16858   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16859   data: "plot-vpp-throughput-latency-2n-skx"
16860   filter: "'NIC_Intel-XXV710' and
16861            '64B' and
16862            'NDRPDR' and
16863            ('ETH' or 'DOT1Q') and
16864            'BASE' and
16865            '2T1C' and
16866            ('L2BDMACLRN' or 'L2XCFWD') and
16867            'VHOST_1024' and
16868            not 'VXLAN' and
16869            not 'IP4FWD' and
16870            not '2VM'"
16871   parameters:
16872   - "throughput"
16873   - "parent"
16874   - "tags"
16875 #  sort:
16876 #  - "not CFS_OPT"
16877 #  - "L2XCFWD"
16878 #  - "not CFS_OPT"
16879 #  - "CFS_OPT"
16880   traces:
16881     hoverinfo: "x+y"
16882     boxpoints: "outliers"
16883     whiskerwidth: 0
16884   layout:
16885     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16886     layout: "plot-throughput"
16887
16888 -
16889   type: "plot"
16890   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16891   algorithm: "plot_performance_box"
16892   output-file-type: ".html"
16893   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16894   data: "plot-vpp-throughput-latency-2n-skx"
16895   filter: "'NIC_Intel-XXV710' and
16896            '64B' and
16897            'NDRPDR' and
16898            ('ETH' or 'DOT1Q') and
16899            'BASE' and
16900            '4T2C' and
16901            ('L2BDMACLRN' or 'L2XCFWD') and
16902            'VHOST_1024' and
16903            not 'VXLAN' and
16904            not 'IP4FWD' and
16905            not '2VM'"
16906   parameters:
16907   - "throughput"
16908   - "parent"
16909   - "tags"
16910 #  sort:
16911 #  - "not CFS_OPT"
16912 #  - "L2XCFWD"
16913 #  - "not CFS_OPT"
16914 #  - "CFS_OPT"
16915   traces:
16916     hoverinfo: "x+y"
16917     boxpoints: "outliers"
16918     whiskerwidth: 0
16919   layout:
16920     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16921     layout: "plot-throughput"
16922
16923 -
16924   type: "plot"
16925   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16926   algorithm: "plot_performance_box"
16927   output-file-type: ".html"
16928   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16929   data: "plot-vpp-throughput-latency-2n-skx"
16930   filter: "'NIC_Intel-XXV710' and
16931            '64B' and
16932            'NDRPDR' and
16933            ('ETH' or 'DOT1Q') and
16934            'BASE' and
16935            '4T2C' and
16936            ('L2BDMACLRN' or 'L2XCFWD') and
16937            'VHOST_1024' and
16938            not 'VXLAN' and
16939            not 'IP4FWD' and
16940            not '2VM'"
16941   parameters:
16942   - "throughput"
16943   - "parent"
16944   - "tags"
16945 #  sort:
16946 #  - "not CFS_OPT"
16947 #  - "L2XCFWD"
16948 #  - "not CFS_OPT"
16949 #  - "CFS_OPT"
16950   traces:
16951     hoverinfo: "x+y"
16952     boxpoints: "outliers"
16953     whiskerwidth: 0
16954   layout:
16955     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16956     layout: "plot-throughput"
16957
16958 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16959 -
16960   type: "plot"
16961   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16962   algorithm: "plot_performance_box"
16963   output-file-type: ".html"
16964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16965   data: "plot-vpp-throughput-latency-2n-skx"
16966   filter: "'NIC_Intel-XXV710' and
16967            '64B' and
16968            'NDRPDR' and
16969            ('ETH' or 'DOT1Q') and
16970            '2T1C' and
16971            ('L2BDMACLRN' or 'L2XCFWD') and
16972            'VHOST_1024' and
16973            not 'CFS_OPT' and
16974            not 'VXLAN' and
16975            not 'IP4FWD'"
16976   parameters:
16977   - "throughput"
16978   - "parent"
16979   - "tags"
16980 #  sort:
16981 #  - "1VM"
16982 #  - "L2XCFWD"
16983 #  - "1VM"
16984 #  - "L2BDMACLRN"
16985   traces:
16986     hoverinfo: "x+y"
16987     boxpoints: "outliers"
16988     whiskerwidth: 0
16989   layout:
16990     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16991     layout: "plot-throughput"
16992
16993 -
16994   type: "plot"
16995   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16996   algorithm: "plot_performance_box"
16997   output-file-type: ".html"
16998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16999   data: "plot-vpp-throughput-latency-2n-skx"
17000   filter: "'NIC_Intel-XXV710' and
17001            '64B' and
17002            'NDRPDR' and
17003            ('ETH' or 'DOT1Q') and
17004            '2T1C' and
17005            ('L2BDMACLRN' or 'L2XCFWD') and
17006            'VHOST_1024' and
17007            not 'CFS_OPT' and
17008            not 'VXLAN' and
17009            not 'IP4FWD'"
17010   parameters:
17011   - "throughput"
17012   - "parent"
17013   - "tags"
17014 #  sort:
17015 #  - "1VM"
17016 #  - "L2XCFWD"
17017 #  - "1VM"
17018 #  - "L2BDMACLRN"
17019   traces:
17020     hoverinfo: "x+y"
17021     boxpoints: "outliers"
17022     whiskerwidth: 0
17023   layout:
17024     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17025     layout: "plot-throughput"
17026
17027 -
17028   type: "plot"
17029   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17030   algorithm: "plot_performance_box"
17031   output-file-type: ".html"
17032   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17033   data: "plot-vpp-throughput-latency-2n-skx"
17034   filter: "'NIC_Intel-XXV710' and
17035            '64B' and
17036            'NDRPDR' and
17037            ('ETH' or 'DOT1Q') and
17038            '4T2C' and
17039            ('L2BDMACLRN' or 'L2XCFWD') and
17040            'VHOST_1024' and
17041            not 'CFS_OPT' and
17042            not 'VXLAN' and
17043            not 'IP4FWD'"
17044   parameters:
17045   - "throughput"
17046   - "parent"
17047   - "tags"
17048 #  sort:
17049 #  - "1VM"
17050 #  - "L2XCFWD"
17051 #  - "1VM"
17052 #  - "L2BDMACLRN"
17053   traces:
17054     hoverinfo: "x+y"
17055     boxpoints: "outliers"
17056     whiskerwidth: 0
17057   layout:
17058     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17059     layout: "plot-throughput"
17060
17061 -
17062   type: "plot"
17063   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17064   algorithm: "plot_performance_box"
17065   output-file-type: ".html"
17066   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17067   data: "plot-vpp-throughput-latency-2n-skx"
17068   filter: "'NIC_Intel-XXV710' and
17069            '64B' and
17070            'NDRPDR' and
17071            ('ETH' or 'DOT1Q') and
17072            '4T2C' and
17073            ('L2BDMACLRN' or 'L2XCFWD') and
17074            'VHOST_1024' and
17075            not 'CFS_OPT' and
17076            not 'VXLAN' and
17077            not 'IP4FWD'"
17078   parameters:
17079   - "throughput"
17080   - "parent"
17081   - "tags"
17082 #  sort:
17083 #  - "1VM"
17084 #  - "L2XCFWD"
17085 #  - "1VM"
17086 #  - "L2BDMACLRN"
17087   traces:
17088     hoverinfo: "x+y"
17089     boxpoints: "outliers"
17090     whiskerwidth: 0
17091   layout:
17092     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17093     layout: "plot-throughput"
17094
17095 ################################################################################
17096
17097 # Packet Throughput - VPP VTS 3n-hsw-x520
17098 -
17099   type: "plot"
17100   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
17101   algorithm: "plot_performance_box"
17102   output-file-type: ".html"
17103   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
17104   data: "plot-vpp-throughput-latency-3n-hsw"
17105   filter: "'NIC_Intel-X520-DA2' and
17106            '114B' and
17107            'NDRPDR' and
17108            '1T1C' and
17109            'VTS'"
17110   parameters:
17111   - "throughput"
17112   - "parent"
17113   - "tags"
17114   traces:
17115     hoverinfo: "x+y"
17116     boxpoints: "outliers"
17117     whiskerwidth: 0
17118   layout:
17119     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17120     layout: "plot-throughput"
17121
17122 -
17123   type: "plot"
17124   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17125   algorithm: "plot_performance_box"
17126   output-file-type: ".html"
17127   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17128   data: "plot-vpp-throughput-latency-3n-hsw"
17129   filter: "'NIC_Intel-X520-DA2' and
17130            '114B' and
17131            'NDRPDR' and
17132            '2T2C' and
17133            'VTS'"
17134   parameters:
17135   - "throughput"
17136   - "parent"
17137   - "tags"
17138   traces:
17139     hoverinfo: "x+y"
17140     boxpoints: "outliers"
17141     whiskerwidth: 0
17142   layout:
17143     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17144     layout: "plot-throughput"
17145
17146 -
17147   type: "plot"
17148   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17149   algorithm: "plot_performance_box"
17150   output-file-type: ".html"
17151   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17152   data: "plot-vpp-throughput-latency-3n-hsw"
17153   filter: "'NIC_Intel-X520-DA2' and
17154            '114B' and
17155            'NDRPDR' and
17156            '1T1C' and
17157            'VTS'"
17158   parameters:
17159   - "throughput"
17160   - "parent"
17161   - "tags"
17162   traces:
17163     hoverinfo: "x+y"
17164     boxpoints: "outliers"
17165     whiskerwidth: 0
17166   layout:
17167     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17168     layout: "plot-throughput"
17169
17170 -
17171   type: "plot"
17172   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17173   algorithm: "plot_performance_box"
17174   output-file-type: ".html"
17175   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17176   data: "plot-vpp-throughput-latency-3n-hsw"
17177   filter: "'NIC_Intel-X520-DA2' and
17178            '114B' and
17179            'NDRPDR' and
17180            '2T2C' and
17181            'VTS'"
17182   parameters:
17183   - "throughput"
17184   - "parent"
17185   - "tags"
17186   traces:
17187     hoverinfo: "x+y"
17188     boxpoints: "outliers"
17189     whiskerwidth: 0
17190   layout:
17191     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17192     layout: "plot-throughput"
17193
17194 ################################################################################
17195
17196 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17197 -
17198   type: "plot"
17199   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17200   algorithm: "plot_performance_box"
17201   output-file-type: ".html"
17202   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17203   data: "plot-dpdk-throughput-latency-3n-hsw"
17204   filter: "'NIC_Intel-X520-DA2' and
17205            '64B' and
17206            'BASE' and
17207            'NDRPDR' and
17208            '1T1C' and
17209            'IP4FWD'"
17210   parameters:
17211   - "throughput"
17212   - "parent"
17213   - "tags"
17214   traces:
17215     hoverinfo: "x+y"
17216     boxpoints: "outliers"
17217     whiskerwidth: 0
17218   layout:
17219     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17220     layout: "plot-throughput"
17221
17222 -
17223   type: "plot"
17224   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17225   algorithm: "plot_performance_box"
17226   output-file-type: ".html"
17227   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17228   data: "plot-dpdk-throughput-latency-3n-hsw"
17229   filter: "'NIC_Intel-X520-DA2' and
17230            '64B' and
17231            'BASE' and
17232            'NDRPDR' and
17233            '2T2C' and
17234            'IP4FWD'"
17235   parameters:
17236   - "throughput"
17237   - "parent"
17238   - "tags"
17239   traces:
17240     hoverinfo: "x+y"
17241     boxpoints: "outliers"
17242     whiskerwidth: 0
17243   layout:
17244     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17245     layout: "plot-throughput"
17246
17247 -
17248   type: "plot"
17249   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17250   algorithm: "plot_performance_box"
17251   output-file-type: ".html"
17252   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17253   data: "plot-dpdk-throughput-latency-3n-hsw"
17254   filter: "'NIC_Intel-X520-DA2' and
17255            '64B' and
17256            'BASE' and
17257            'NDRPDR' and
17258            '1T1C' and
17259            'IP4FWD'"
17260   parameters:
17261   - "throughput"
17262   - "parent"
17263   - "tags"
17264   traces:
17265     hoverinfo: "x+y"
17266     boxpoints: "outliers"
17267     whiskerwidth: 0
17268   layout:
17269     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17270     layout: "plot-throughput"
17271
17272 -
17273   type: "plot"
17274   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17275   algorithm: "plot_performance_box"
17276   output-file-type: ".html"
17277   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17278   data: "plot-dpdk-throughput-latency-3n-hsw"
17279   filter: "'NIC_Intel-X520-DA2' and
17280            '64B' and
17281            'BASE' and
17282            'NDRPDR' and
17283            '2T2C' and
17284            'IP4FWD'"
17285   parameters:
17286   - "throughput"
17287   - "parent"
17288   - "tags"
17289   traces:
17290     hoverinfo: "x+y"
17291     boxpoints: "outliers"
17292     whiskerwidth: 0
17293   layout:
17294     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17295     layout: "plot-throughput"
17296
17297 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17298 -
17299   type: "plot"
17300   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17301   algorithm: "plot_performance_box"
17302   output-file-type: ".html"
17303   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17304   data: "plot-dpdk-throughput-latency-3n-hsw"
17305   filter: "'NIC_Intel-X710' and
17306            '64B' and
17307            'BASE' and
17308            'NDRPDR' and
17309            '1T1C' and
17310            'IP4FWD'"
17311   parameters:
17312   - "throughput"
17313   - "parent"
17314   - "tags"
17315   traces:
17316     hoverinfo: "x+y"
17317     boxpoints: "outliers"
17318     whiskerwidth: 0
17319   layout:
17320     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17321     layout: "plot-throughput"
17322
17323 -
17324   type: "plot"
17325   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17326   algorithm: "plot_performance_box"
17327   output-file-type: ".html"
17328   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17329   data: "plot-dpdk-throughput-latency-3n-hsw"
17330   filter: "'NIC_Intel-X710' and
17331            '64B' and
17332            'BASE' and
17333            'NDRPDR' and
17334            '2T2C' and
17335            'IP4FWD'"
17336   parameters:
17337   - "throughput"
17338   - "parent"
17339   - "tags"
17340   traces:
17341     hoverinfo: "x+y"
17342     boxpoints: "outliers"
17343     whiskerwidth: 0
17344   layout:
17345     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17346     layout: "plot-throughput"
17347
17348 -
17349   type: "plot"
17350   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17351   algorithm: "plot_performance_box"
17352   output-file-type: ".html"
17353   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17354   data: "plot-dpdk-throughput-latency-3n-hsw"
17355   filter: "'NIC_Intel-X710' and
17356            '64B' and
17357            'BASE' and
17358            'NDRPDR' and
17359            '1T1C' and
17360            'IP4FWD'"
17361   parameters:
17362   - "throughput"
17363   - "parent"
17364   - "tags"
17365   traces:
17366     hoverinfo: "x+y"
17367     boxpoints: "outliers"
17368     whiskerwidth: 0
17369   layout:
17370     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17371     layout: "plot-throughput"
17372
17373 -
17374   type: "plot"
17375   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17376   algorithm: "plot_performance_box"
17377   output-file-type: ".html"
17378   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17379   data: "plot-dpdk-throughput-latency-3n-hsw"
17380   filter: "'NIC_Intel-X710' and
17381            '64B' and
17382            'BASE' and
17383            'NDRPDR' and
17384            '2T2C' and
17385            'IP4FWD'"
17386   parameters:
17387   - "throughput"
17388   - "parent"
17389   - "tags"
17390   traces:
17391     hoverinfo: "x+y"
17392     boxpoints: "outliers"
17393     whiskerwidth: 0
17394   layout:
17395     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17396     layout: "plot-throughput"
17397
17398 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17399 -
17400   type: "plot"
17401   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17402   algorithm: "plot_performance_box"
17403   output-file-type: ".html"
17404   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17405   data: "plot-dpdk-throughput-latency-3n-hsw"
17406   filter: "'NIC_Intel-XL710' and
17407            '64B' and
17408            'BASE' and
17409            'NDRPDR' and
17410            '1T1C' and
17411            'IP4FWD'"
17412   parameters:
17413   - "throughput"
17414   - "parent"
17415   - "tags"
17416   traces:
17417     hoverinfo: "x+y"
17418     boxpoints: "outliers"
17419     whiskerwidth: 0
17420   layout:
17421     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17422     layout: "plot-throughput"
17423
17424 -
17425   type: "plot"
17426   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17427   algorithm: "plot_performance_box"
17428   output-file-type: ".html"
17429   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17430   data: "plot-dpdk-throughput-latency-3n-hsw"
17431   filter: "'NIC_Intel-XL710' and
17432            '64B' and
17433            'BASE' and
17434            'NDRPDR' and
17435            '2T2C' and
17436            'IP4FWD'"
17437   parameters:
17438   - "throughput"
17439   - "parent"
17440   - "tags"
17441   traces:
17442     hoverinfo: "x+y"
17443     boxpoints: "outliers"
17444     whiskerwidth: 0
17445   layout:
17446     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17447     layout: "plot-throughput"
17448
17449 -
17450   type: "plot"
17451   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17452   algorithm: "plot_performance_box"
17453   output-file-type: ".html"
17454   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17455   data: "plot-dpdk-throughput-latency-3n-hsw"
17456   filter: "'NIC_Intel-XL710' and
17457            '64B' and
17458            'BASE' and
17459            'NDRPDR' and
17460            '1T1C' and
17461            'IP4FWD'"
17462   parameters:
17463   - "throughput"
17464   - "parent"
17465   - "tags"
17466   traces:
17467     hoverinfo: "x+y"
17468     boxpoints: "outliers"
17469     whiskerwidth: 0
17470   layout:
17471     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17472     layout: "plot-throughput"
17473
17474 -
17475   type: "plot"
17476   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17477   algorithm: "plot_performance_box"
17478   output-file-type: ".html"
17479   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17480   data: "plot-dpdk-throughput-latency-3n-hsw"
17481   filter: "'NIC_Intel-XL710' and
17482            '64B' and
17483            'BASE' and
17484            'NDRPDR' and
17485            '2T2C' and
17486            'IP4FWD'"
17487   parameters:
17488   - "throughput"
17489   - "parent"
17490   - "tags"
17491   traces:
17492     hoverinfo: "x+y"
17493     boxpoints: "outliers"
17494     whiskerwidth: 0
17495   layout:
17496     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17497     layout: "plot-throughput"
17498
17499 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17500 -
17501   type: "plot"
17502   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17503   algorithm: "plot_performance_box"
17504   output-file-type: ".html"
17505   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17506   data: "plot-dpdk-throughput-latency-3n-skx"
17507   filter: "'NIC_Intel-X710' and
17508            '64B' and
17509            'BASE' and
17510            'NDRPDR' and
17511            '2T1C' and
17512            'IP4FWD'"
17513   parameters:
17514   - "throughput"
17515   - "parent"
17516   - "tags"
17517   traces:
17518     hoverinfo: "x+y"
17519     boxpoints: "outliers"
17520     whiskerwidth: 0
17521   layout:
17522     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17523     layout: "plot-throughput"
17524
17525 -
17526   type: "plot"
17527   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17528   algorithm: "plot_performance_box"
17529   output-file-type: ".html"
17530   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17531   data: "plot-dpdk-throughput-latency-3n-skx"
17532   filter: "'NIC_Intel-X710' and
17533            '64B' and
17534            'BASE' and
17535            'NDRPDR' and
17536            '4T2C' and
17537            'IP4FWD'"
17538   parameters:
17539   - "throughput"
17540   - "parent"
17541   - "tags"
17542   traces:
17543     hoverinfo: "x+y"
17544     boxpoints: "outliers"
17545     whiskerwidth: 0
17546   layout:
17547     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17548     layout: "plot-throughput"
17549
17550 -
17551   type: "plot"
17552   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17553   algorithm: "plot_performance_box"
17554   output-file-type: ".html"
17555   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17556   data: "plot-dpdk-throughput-latency-3n-skx"
17557   filter: "'NIC_Intel-X710' and
17558            '64B' and
17559            'BASE' and
17560            'NDRPDR' and
17561            '2T1C' and
17562            'IP4FWD'"
17563   parameters:
17564   - "throughput"
17565   - "parent"
17566   - "tags"
17567   traces:
17568     hoverinfo: "x+y"
17569     boxpoints: "outliers"
17570     whiskerwidth: 0
17571   layout:
17572     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17573     layout: "plot-throughput"
17574
17575 -
17576   type: "plot"
17577   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17578   algorithm: "plot_performance_box"
17579   output-file-type: ".html"
17580   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17581   data: "plot-dpdk-throughput-latency-3n-skx"
17582   filter: "'NIC_Intel-X710' and
17583            '64B' and
17584            'BASE' and
17585            'NDRPDR' and
17586            '4T2C' and
17587            'IP4FWD'"
17588   parameters:
17589   - "throughput"
17590   - "parent"
17591   - "tags"
17592   traces:
17593     hoverinfo: "x+y"
17594     boxpoints: "outliers"
17595     whiskerwidth: 0
17596   layout:
17597     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17598     layout: "plot-throughput"
17599
17600 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17601 -
17602   type: "plot"
17603   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17604   algorithm: "plot_performance_box"
17605   output-file-type: ".html"
17606   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17607   data: "plot-dpdk-throughput-latency-3n-skx"
17608   filter: "'NIC_Intel-XXV710' and
17609            '64B' and
17610            'BASE' and
17611            'NDRPDR' and
17612            '2T1C' and
17613            'IP4FWD'"
17614   parameters:
17615   - "throughput"
17616   - "parent"
17617   - "tags"
17618   traces:
17619     hoverinfo: "x+y"
17620     boxpoints: "outliers"
17621     whiskerwidth: 0
17622   layout:
17623     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17624     layout: "plot-throughput"
17625
17626 -
17627   type: "plot"
17628   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17629   algorithm: "plot_performance_box"
17630   output-file-type: ".html"
17631   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17632   data: "plot-dpdk-throughput-latency-3n-skx"
17633   filter: "'NIC_Intel-XXV710' and
17634            '64B' and
17635            'BASE' and
17636            'NDRPDR' and
17637            '4T2C' and
17638            'IP4FWD'"
17639   parameters:
17640   - "throughput"
17641   - "parent"
17642   - "tags"
17643   traces:
17644     hoverinfo: "x+y"
17645     boxpoints: "outliers"
17646     whiskerwidth: 0
17647   layout:
17648     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17649     layout: "plot-throughput"
17650
17651 -
17652   type: "plot"
17653   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17654   algorithm: "plot_performance_box"
17655   output-file-type: ".html"
17656   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17657   data: "plot-dpdk-throughput-latency-3n-skx"
17658   filter: "'NIC_Intel-XXV710' and
17659            '64B' and
17660            'BASE' and
17661            'NDRPDR' and
17662            '2T1C' and
17663            'IP4FWD'"
17664   parameters:
17665   - "throughput"
17666   - "parent"
17667   - "tags"
17668   traces:
17669     hoverinfo: "x+y"
17670     boxpoints: "outliers"
17671     whiskerwidth: 0
17672   layout:
17673     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17674     layout: "plot-throughput"
17675
17676 -
17677   type: "plot"
17678   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17679   algorithm: "plot_performance_box"
17680   output-file-type: ".html"
17681   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17682   data: "plot-dpdk-throughput-latency-3n-skx"
17683   filter: "'NIC_Intel-XXV710' and
17684            '64B' and
17685            'BASE' and
17686            'NDRPDR' and
17687            '4T2C' and
17688            'IP4FWD'"
17689   parameters:
17690   - "throughput"
17691   - "parent"
17692   - "tags"
17693   traces:
17694     hoverinfo: "x+y"
17695     boxpoints: "outliers"
17696     whiskerwidth: 0
17697   layout:
17698     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17699     layout: "plot-throughput"
17700
17701 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17702 -
17703   type: "plot"
17704   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17705   algorithm: "plot_performance_box"
17706   output-file-type: ".html"
17707   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17708   data: "plot-dpdk-throughput-latency-2n-skx"
17709   filter: "'NIC_Intel-X710' and
17710            '64B' and
17711            'BASE' and
17712            'NDRPDR' and
17713            '2T1C' and
17714            'IP4FWD'"
17715   parameters:
17716   - "throughput"
17717   - "parent"
17718   - "tags"
17719   traces:
17720     hoverinfo: "x+y"
17721     boxpoints: "outliers"
17722     whiskerwidth: 0
17723   layout:
17724     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17725     layout: "plot-throughput"
17726
17727 -
17728   type: "plot"
17729   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17730   algorithm: "plot_performance_box"
17731   output-file-type: ".html"
17732   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17733   data: "plot-dpdk-throughput-latency-2n-skx"
17734   filter: "'NIC_Intel-X710' and
17735            '64B' and
17736            'BASE' and
17737            'NDRPDR' and
17738            '4T2C' and
17739            'IP4FWD'"
17740   parameters:
17741   - "throughput"
17742   - "parent"
17743   - "tags"
17744   traces:
17745     hoverinfo: "x+y"
17746     boxpoints: "outliers"
17747     whiskerwidth: 0
17748   layout:
17749     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17750     layout: "plot-throughput"
17751
17752 -
17753   type: "plot"
17754   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17755   algorithm: "plot_performance_box"
17756   output-file-type: ".html"
17757   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17758   data: "plot-dpdk-throughput-latency-2n-skx"
17759   filter: "'NIC_Intel-X710' and
17760            '64B' and
17761            'BASE' and
17762            'NDRPDR' and
17763            '2T1C' and
17764            'IP4FWD'"
17765   parameters:
17766   - "throughput"
17767   - "parent"
17768   - "tags"
17769   traces:
17770     hoverinfo: "x+y"
17771     boxpoints: "outliers"
17772     whiskerwidth: 0
17773   layout:
17774     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17775     layout: "plot-throughput"
17776
17777 -
17778   type: "plot"
17779   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17780   algorithm: "plot_performance_box"
17781   output-file-type: ".html"
17782   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17783   data: "plot-dpdk-throughput-latency-2n-skx"
17784   filter: "'NIC_Intel-X710' and
17785            '64B' and
17786            'BASE' and
17787            'NDRPDR' and
17788            '4T2C' and
17789            'IP4FWD'"
17790   parameters:
17791   - "throughput"
17792   - "parent"
17793   - "tags"
17794   traces:
17795     hoverinfo: "x+y"
17796     boxpoints: "outliers"
17797     whiskerwidth: 0
17798   layout:
17799     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17800     layout: "plot-throughput"
17801
17802 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17803 -
17804   type: "plot"
17805   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17806   algorithm: "plot_performance_box"
17807   output-file-type: ".html"
17808   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17809   data: "plot-dpdk-throughput-latency-2n-skx"
17810   filter: "'NIC_Intel-XXV710' and
17811            '64B' and
17812            'BASE' and
17813            'NDRPDR' and
17814            '2T1C' and
17815            'IP4FWD'"
17816   parameters:
17817   - "throughput"
17818   - "parent"
17819   - "tags"
17820   traces:
17821     hoverinfo: "x+y"
17822     boxpoints: "outliers"
17823     whiskerwidth: 0
17824   layout:
17825     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17826     layout: "plot-throughput"
17827
17828 -
17829   type: "plot"
17830   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17831   algorithm: "plot_performance_box"
17832   output-file-type: ".html"
17833   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17834   data: "plot-dpdk-throughput-latency-2n-skx"
17835   filter: "'NIC_Intel-XXV710' and
17836            '64B' and
17837            'BASE' and
17838            'NDRPDR' and
17839            '4T2C' and
17840            'IP4FWD'"
17841   parameters:
17842   - "throughput"
17843   - "parent"
17844   - "tags"
17845   traces:
17846     hoverinfo: "x+y"
17847     boxpoints: "outliers"
17848     whiskerwidth: 0
17849   layout:
17850     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17851     layout: "plot-throughput"
17852
17853 -
17854   type: "plot"
17855   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17856   algorithm: "plot_performance_box"
17857   output-file-type: ".html"
17858   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17859   data: "plot-dpdk-throughput-latency-2n-skx"
17860   filter: "'NIC_Intel-XXV710' and
17861            '64B' and
17862            'BASE' and
17863            'NDRPDR' and
17864            '2T1C' and
17865            'IP4FWD'"
17866   parameters:
17867   - "throughput"
17868   - "parent"
17869   - "tags"
17870   traces:
17871     hoverinfo: "x+y"
17872     boxpoints: "outliers"
17873     whiskerwidth: 0
17874   layout:
17875     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17876     layout: "plot-throughput"
17877
17878 -
17879   type: "plot"
17880   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17881   algorithm: "plot_performance_box"
17882   output-file-type: ".html"
17883   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17884   data: "plot-dpdk-throughput-latency-2n-skx"
17885   filter: "'NIC_Intel-XXV710' and
17886            '64B' and
17887            'BASE' and
17888            'NDRPDR' and
17889            '4T2C' and
17890            'IP4FWD'"
17891   parameters:
17892   - "throughput"
17893   - "parent"
17894   - "tags"
17895   traces:
17896     hoverinfo: "x+y"
17897     boxpoints: "outliers"
17898     whiskerwidth: 0
17899   layout:
17900     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17901     layout: "plot-throughput"
17902
17903 ################################################################################
17904
17905 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17906 -
17907   type: "plot"
17908   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17909   algorithm: "plot_performance_box"
17910   output-file-type: ".html"
17911   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17912   data: "plot-dpdk-throughput-latency-3n-hsw"
17913   filter: "'NIC_Intel-X520-DA2' and
17914            '64B' and
17915            'BASE' and
17916            'NDRPDR' and
17917            '1T1C' and
17918            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17919   parameters:
17920   - "throughput"
17921   - "parent"
17922   - "tags"
17923   traces:
17924     hoverinfo: "x+y"
17925     boxpoints: "outliers"
17926     whiskerwidth: 0
17927   layout:
17928     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17929     layout: "plot-throughput"
17930
17931 -
17932   type: "plot"
17933   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17934   algorithm: "plot_performance_box"
17935   output-file-type: ".html"
17936   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17937   data: "plot-dpdk-throughput-latency-3n-hsw"
17938   filter: "'NIC_Intel-X520-DA2' and
17939            '64B' and
17940            'BASE' and
17941            'NDRPDR' and
17942            '2T2C' and
17943            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17944   parameters:
17945   - "throughput"
17946   - "parent"
17947   - "tags"
17948   traces:
17949     hoverinfo: "x+y"
17950     boxpoints: "outliers"
17951     whiskerwidth: 0
17952   layout:
17953     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17954     layout: "plot-throughput"
17955
17956 -
17957   type: "plot"
17958   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17959   algorithm: "plot_performance_box"
17960   output-file-type: ".html"
17961   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17962   data: "plot-dpdk-throughput-latency-3n-hsw"
17963   filter: "'NIC_Intel-X520-DA2' and
17964            '64B' and
17965            'BASE' and
17966            'NDRPDR' and
17967            '1T1C' and
17968            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17969   parameters:
17970   - "throughput"
17971   - "parent"
17972   - "tags"
17973   traces:
17974     hoverinfo: "x+y"
17975     boxpoints: "outliers"
17976     whiskerwidth: 0
17977   layout:
17978     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17979     layout: "plot-throughput"
17980
17981 -
17982   type: "plot"
17983   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17984   algorithm: "plot_performance_box"
17985   output-file-type: ".html"
17986   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17987   data: "plot-dpdk-throughput-latency-3n-hsw"
17988   filter: "'NIC_Intel-X520-DA2' and
17989            '64B' and
17990            'BASE' and
17991            'NDRPDR' and
17992            '2T2C' and
17993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17994   parameters:
17995   - "throughput"
17996   - "parent"
17997   - "tags"
17998   traces:
17999     hoverinfo: "x+y"
18000     boxpoints: "outliers"
18001     whiskerwidth: 0
18002   layout:
18003     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18004     layout: "plot-throughput"
18005
18006 # Packet Throughput - DPDK testpmd 3n-hsw-x710
18007 -
18008   type: "plot"
18009   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18010   algorithm: "plot_performance_box"
18011   output-file-type: ".html"
18012   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18013   data: "plot-dpdk-throughput-latency-3n-hsw"
18014   filter: "'NIC_Intel-X710' and
18015            '64B' and
18016            'BASE' and
18017            'NDRPDR' and
18018            '1T1C' and
18019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18020   parameters:
18021   - "throughput"
18022   - "parent"
18023   - "tags"
18024   traces:
18025     hoverinfo: "x+y"
18026     boxpoints: "outliers"
18027     whiskerwidth: 0
18028   layout:
18029     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18030     layout: "plot-throughput"
18031
18032 -
18033   type: "plot"
18034   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18035   algorithm: "plot_performance_box"
18036   output-file-type: ".html"
18037   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18038   data: "plot-dpdk-throughput-latency-3n-hsw"
18039   filter: "'NIC_Intel-X710' and
18040            '64B' and
18041            'BASE' and
18042            'NDRPDR' and
18043            '2T2C' and
18044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18045   parameters:
18046   - "throughput"
18047   - "parent"
18048   - "tags"
18049   traces:
18050     hoverinfo: "x+y"
18051     boxpoints: "outliers"
18052     whiskerwidth: 0
18053   layout:
18054     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18055     layout: "plot-throughput"
18056
18057 -
18058   type: "plot"
18059   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18060   algorithm: "plot_performance_box"
18061   output-file-type: ".html"
18062   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18063   data: "plot-dpdk-throughput-latency-3n-hsw"
18064   filter: "'NIC_Intel-X710' and
18065            '64B' and
18066            'BASE' and
18067            'NDRPDR' and
18068            '1T1C' and
18069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18070   parameters:
18071   - "throughput"
18072   - "parent"
18073   - "tags"
18074   traces:
18075     hoverinfo: "x+y"
18076     boxpoints: "outliers"
18077     whiskerwidth: 0
18078   layout:
18079     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18080     layout: "plot-throughput"
18081
18082 -
18083   type: "plot"
18084   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18085   algorithm: "plot_performance_box"
18086   output-file-type: ".html"
18087   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18088   data: "plot-dpdk-throughput-latency-3n-hsw"
18089   filter: "'NIC_Intel-X710' and
18090            '64B' and
18091            'BASE' and
18092            'NDRPDR' and
18093            '2T2C' and
18094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18095   parameters:
18096   - "throughput"
18097   - "parent"
18098   - "tags"
18099   traces:
18100     hoverinfo: "x+y"
18101     boxpoints: "outliers"
18102     whiskerwidth: 0
18103   layout:
18104     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18105     layout: "plot-throughput"
18106
18107 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18108 -
18109   type: "plot"
18110   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18111   algorithm: "plot_performance_box"
18112   output-file-type: ".html"
18113   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18114   data: "plot-dpdk-throughput-latency-3n-hsw"
18115   filter: "'NIC_Intel-XL710' and
18116            '64B' and
18117            'BASE' and
18118            'NDRPDR' and
18119            '1T1C' and
18120            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18121   parameters:
18122   - "throughput"
18123   - "parent"
18124   - "tags"
18125   traces:
18126     hoverinfo: "x+y"
18127     boxpoints: "outliers"
18128     whiskerwidth: 0
18129   layout:
18130     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18131     layout: "plot-throughput"
18132
18133 -
18134   type: "plot"
18135   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18136   algorithm: "plot_performance_box"
18137   output-file-type: ".html"
18138   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18139   data: "plot-dpdk-throughput-latency-3n-hsw"
18140   filter: "'NIC_Intel-XL710' and
18141            '64B' and
18142            'BASE' and
18143            'NDRPDR' and
18144            '2T2C' and
18145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18146   parameters:
18147   - "throughput"
18148   - "parent"
18149   - "tags"
18150   traces:
18151     hoverinfo: "x+y"
18152     boxpoints: "outliers"
18153     whiskerwidth: 0
18154   layout:
18155     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18156     layout: "plot-throughput"
18157
18158 -
18159   type: "plot"
18160   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18161   algorithm: "plot_performance_box"
18162   output-file-type: ".html"
18163   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18164   data: "plot-dpdk-throughput-latency-3n-hsw"
18165   filter: "'NIC_Intel-XL710' and
18166            '64B' and
18167            'BASE' and
18168            'NDRPDR' and
18169            '1T1C' and
18170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18171   parameters:
18172   - "throughput"
18173   - "parent"
18174   - "tags"
18175   traces:
18176     hoverinfo: "x+y"
18177     boxpoints: "outliers"
18178     whiskerwidth: 0
18179   layout:
18180     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18181     layout: "plot-throughput"
18182
18183 -
18184   type: "plot"
18185   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18186   algorithm: "plot_performance_box"
18187   output-file-type: ".html"
18188   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18189   data: "plot-dpdk-throughput-latency-3n-hsw"
18190   filter: "'NIC_Intel-XL710' and
18191            '64B' and
18192            'BASE' and
18193            'NDRPDR' and
18194            '2T2C' and
18195            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18196   parameters:
18197   - "throughput"
18198   - "parent"
18199   - "tags"
18200   traces:
18201     hoverinfo: "x+y"
18202     boxpoints: "outliers"
18203     whiskerwidth: 0
18204   layout:
18205     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18206     layout: "plot-throughput"
18207
18208 # Packet Throughput - DPDK testpmd 3n-skx-x710
18209 -
18210   type: "plot"
18211   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18212   algorithm: "plot_performance_box"
18213   output-file-type: ".html"
18214   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18215   data: "plot-dpdk-throughput-latency-3n-skx"
18216   filter: "'NIC_Intel-X710' and
18217            '64B' and
18218            'BASE' and
18219            'NDRPDR' and
18220            '2T1C' and
18221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18222   parameters:
18223   - "throughput"
18224   - "parent"
18225   - "tags"
18226   traces:
18227     hoverinfo: "x+y"
18228     boxpoints: "outliers"
18229     whiskerwidth: 0
18230   layout:
18231     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18232     layout: "plot-throughput"
18233
18234 -
18235   type: "plot"
18236   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18237   algorithm: "plot_performance_box"
18238   output-file-type: ".html"
18239   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18240   data: "plot-dpdk-throughput-latency-3n-skx"
18241   filter: "'NIC_Intel-X710' and
18242            '64B' and
18243            'BASE' and
18244            'NDRPDR' and
18245            '4T2C' and
18246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18247   parameters:
18248   - "throughput"
18249   - "parent"
18250   - "tags"
18251   traces:
18252     hoverinfo: "x+y"
18253     boxpoints: "outliers"
18254     whiskerwidth: 0
18255   layout:
18256     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18257     layout: "plot-throughput"
18258
18259 -
18260   type: "plot"
18261   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18262   algorithm: "plot_performance_box"
18263   output-file-type: ".html"
18264   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18265   data: "plot-dpdk-throughput-latency-3n-skx"
18266   filter: "'NIC_Intel-X710' and
18267            '64B' and
18268            'BASE' and
18269            'NDRPDR' and
18270            '2T1C' and
18271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18272   parameters:
18273   - "throughput"
18274   - "parent"
18275   - "tags"
18276   traces:
18277     hoverinfo: "x+y"
18278     boxpoints: "outliers"
18279     whiskerwidth: 0
18280   layout:
18281     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18282     layout: "plot-throughput"
18283
18284 -
18285   type: "plot"
18286   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18287   algorithm: "plot_performance_box"
18288   output-file-type: ".html"
18289   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18290   data: "plot-dpdk-throughput-latency-3n-skx"
18291   filter: "'NIC_Intel-X710' and
18292            '64B' and
18293            'BASE' and
18294            'NDRPDR' and
18295            '4T2C' and
18296            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18297   parameters:
18298   - "throughput"
18299   - "parent"
18300   - "tags"
18301   traces:
18302     hoverinfo: "x+y"
18303     boxpoints: "outliers"
18304     whiskerwidth: 0
18305   layout:
18306     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18307     layout: "plot-throughput"
18308
18309 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18310 -
18311   type: "plot"
18312   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18313   algorithm: "plot_performance_box"
18314   output-file-type: ".html"
18315   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18316   data: "plot-dpdk-throughput-latency-3n-skx"
18317   filter: "'NIC_Intel-XXV710' and
18318            '64B' and
18319            'BASE' and
18320            'NDRPDR' and
18321            '2T1C' and
18322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18323   parameters:
18324   - "throughput"
18325   - "parent"
18326   - "tags"
18327   traces:
18328     hoverinfo: "x+y"
18329     boxpoints: "outliers"
18330     whiskerwidth: 0
18331   layout:
18332     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18333     layout: "plot-throughput"
18334
18335 -
18336   type: "plot"
18337   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18338   algorithm: "plot_performance_box"
18339   output-file-type: ".html"
18340   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18341   data: "plot-dpdk-throughput-latency-3n-skx"
18342   filter: "'NIC_Intel-XXV710' and
18343            '64B' and
18344            'BASE' and
18345            'NDRPDR' and
18346            '4T2C' and
18347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18348   parameters:
18349   - "throughput"
18350   - "parent"
18351   - "tags"
18352   traces:
18353     hoverinfo: "x+y"
18354     boxpoints: "outliers"
18355     whiskerwidth: 0
18356   layout:
18357     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18358     layout: "plot-throughput"
18359
18360 -
18361   type: "plot"
18362   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18363   algorithm: "plot_performance_box"
18364   output-file-type: ".html"
18365   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18366   data: "plot-dpdk-throughput-latency-3n-skx"
18367   filter: "'NIC_Intel-XXV710' and
18368            '64B' and
18369            'BASE' and
18370            'NDRPDR' and
18371            '2T1C' and
18372            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18373   parameters:
18374   - "throughput"
18375   - "parent"
18376   - "tags"
18377   traces:
18378     hoverinfo: "x+y"
18379     boxpoints: "outliers"
18380     whiskerwidth: 0
18381   layout:
18382     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18383     layout: "plot-throughput"
18384
18385 -
18386   type: "plot"
18387   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18388   algorithm: "plot_performance_box"
18389   output-file-type: ".html"
18390   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18391   data: "plot-dpdk-throughput-latency-3n-skx"
18392   filter: "'NIC_Intel-XXV710' and
18393            '64B' and
18394            'BASE' and
18395            'NDRPDR' and
18396            '4T2C' and
18397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18398   parameters:
18399   - "throughput"
18400   - "parent"
18401   - "tags"
18402   traces:
18403     hoverinfo: "x+y"
18404     boxpoints: "outliers"
18405     whiskerwidth: 0
18406   layout:
18407     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18408     layout: "plot-throughput"
18409
18410 # Packet Throughput - DPDK testpmd 2n-skx-x710
18411 -
18412   type: "plot"
18413   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18414   algorithm: "plot_performance_box"
18415   output-file-type: ".html"
18416   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18417   data: "plot-dpdk-throughput-latency-2n-skx"
18418   filter: "'NIC_Intel-X710' and
18419            '64B' and
18420            'BASE' and
18421            'NDRPDR' and
18422            '2T1C' and
18423            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18424   parameters:
18425   - "throughput"
18426   - "parent"
18427   - "tags"
18428   traces:
18429     hoverinfo: "x+y"
18430     boxpoints: "outliers"
18431     whiskerwidth: 0
18432   layout:
18433     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18434     layout: "plot-throughput"
18435
18436 -
18437   type: "plot"
18438   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18439   algorithm: "plot_performance_box"
18440   output-file-type: ".html"
18441   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18442   data: "plot-dpdk-throughput-latency-2n-skx"
18443   filter: "'NIC_Intel-X710' and
18444            '64B' and
18445            'BASE' and
18446            'NDRPDR' and
18447            '4T2C' and
18448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18449   parameters:
18450   - "throughput"
18451   - "parent"
18452   - "tags"
18453   traces:
18454     hoverinfo: "x+y"
18455     boxpoints: "outliers"
18456     whiskerwidth: 0
18457   layout:
18458     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18459     layout: "plot-throughput"
18460
18461 -
18462   type: "plot"
18463   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18464   algorithm: "plot_performance_box"
18465   output-file-type: ".html"
18466   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18467   data: "plot-dpdk-throughput-latency-2n-skx"
18468   filter: "'NIC_Intel-X710' and
18469            '64B' and
18470            'BASE' and
18471            'NDRPDR' and
18472            '2T1C' and
18473            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18474   parameters:
18475   - "throughput"
18476   - "parent"
18477   - "tags"
18478   traces:
18479     hoverinfo: "x+y"
18480     boxpoints: "outliers"
18481     whiskerwidth: 0
18482   layout:
18483     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18484     layout: "plot-throughput"
18485
18486 -
18487   type: "plot"
18488   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18489   algorithm: "plot_performance_box"
18490   output-file-type: ".html"
18491   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18492   data: "plot-dpdk-throughput-latency-2n-skx"
18493   filter: "'NIC_Intel-X710' and
18494            '64B' and
18495            'BASE' and
18496            'NDRPDR' and
18497            '4T2C' and
18498            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18499   parameters:
18500   - "throughput"
18501   - "parent"
18502   - "tags"
18503   traces:
18504     hoverinfo: "x+y"
18505     boxpoints: "outliers"
18506     whiskerwidth: 0
18507   layout:
18508     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18509     layout: "plot-throughput"
18510
18511 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18512 -
18513   type: "plot"
18514   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18515   algorithm: "plot_performance_box"
18516   output-file-type: ".html"
18517   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18518   data: "plot-dpdk-throughput-latency-2n-skx"
18519   filter: "'NIC_Intel-XXV710' and
18520            '64B' and
18521            'BASE' and
18522            'NDRPDR' and
18523            '2T1C' and
18524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18525   parameters:
18526   - "throughput"
18527   - "parent"
18528   - "tags"
18529   traces:
18530     hoverinfo: "x+y"
18531     boxpoints: "outliers"
18532     whiskerwidth: 0
18533   layout:
18534     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18535     layout: "plot-throughput"
18536
18537 -
18538   type: "plot"
18539   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18540   algorithm: "plot_performance_box"
18541   output-file-type: ".html"
18542   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18543   data: "plot-dpdk-throughput-latency-2n-skx"
18544   filter: "'NIC_Intel-XXV710' and
18545            '64B' and
18546            'BASE' and
18547            'NDRPDR' and
18548            '4T2C' and
18549            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18550   parameters:
18551   - "throughput"
18552   - "parent"
18553   - "tags"
18554   traces:
18555     hoverinfo: "x+y"
18556     boxpoints: "outliers"
18557     whiskerwidth: 0
18558   layout:
18559     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18560     layout: "plot-throughput"
18561
18562 -
18563   type: "plot"
18564   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18565   algorithm: "plot_performance_box"
18566   output-file-type: ".html"
18567   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18568   data: "plot-dpdk-throughput-latency-2n-skx"
18569   filter: "'NIC_Intel-XXV710' and
18570            '64B' and
18571            'BASE' and
18572            'NDRPDR' and
18573            '2T1C' and
18574            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18575   parameters:
18576   - "throughput"
18577   - "parent"
18578   - "tags"
18579   traces:
18580     hoverinfo: "x+y"
18581     boxpoints: "outliers"
18582     whiskerwidth: 0
18583   layout:
18584     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18585     layout: "plot-throughput"
18586
18587 -
18588   type: "plot"
18589   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18590   algorithm: "plot_performance_box"
18591   output-file-type: ".html"
18592   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18593   data: "plot-dpdk-throughput-latency-2n-skx"
18594   filter: "'NIC_Intel-XXV710' and
18595            '64B' and
18596            'BASE' and
18597            'NDRPDR' and
18598            '4T2C' and
18599            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18600   parameters:
18601   - "throughput"
18602   - "parent"
18603   - "tags"
18604   traces:
18605     hoverinfo: "x+y"
18606     boxpoints: "outliers"
18607     whiskerwidth: 0
18608   layout:
18609     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18610     layout: "plot-throughput"
18611
18612 ################################################################################
18613
18614 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18615 -
18616   type: "plot"
18617   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18618   algorithm: "plot_latency_error_bars"
18619   output-file-type: ".html"
18620   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18621   data: "plot-vpp-throughput-latency-3n-hsw"
18622   filter: "'NIC_Intel-X520-DA2' and
18623            '64B' and
18624            ('BASE' or 'SCALE') and
18625            'NDRPDR' and
18626            'ETH' and
18627            '1T1C' and
18628            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18629            not 'VHOST' and
18630            not 'MEMIF'"
18631   parameters:
18632   - "latency"
18633   - "parent"
18634   - "tags"
18635   sort:
18636   - "L2XCFWD"
18637   - "L2PATCH"
18638   - "L2BDMACLRN"
18639   - "FIB_10K"
18640   - "FIB_100K"
18641   - "FIB_1M"
18642   layout:
18643     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18644     layout: "plot-latency"
18645
18646 -
18647   type: "plot"
18648   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18649   algorithm: "plot_latency_error_bars"
18650   output-file-type: ".html"
18651   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18652   data: "plot-vpp-throughput-latency-3n-hsw"
18653   filter: "'NIC_Intel-X520-DA2' and
18654            '64B' and
18655            ('BASE' or 'SCALE') and
18656            'NDRPDR' and
18657            'ETH' and
18658            '2T2C' and
18659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18660            not 'VHOST' and
18661            not 'MEMIF'"
18662   parameters:
18663   - "latency"
18664   - "parent"
18665   - "tags"
18666   sort:
18667   - "L2XCFWD"
18668   - "L2PATCH"
18669   - "L2BDMACLRN"
18670   - "FIB_10K"
18671   - "FIB_100K"
18672   - "FIB_1M"
18673   layout:
18674     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18675     layout: "plot-latency"
18676
18677 # Packet Latency - VPP L2 3n-hsw-x520 features
18678 -
18679   type: "plot"
18680   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18681   algorithm: "plot_latency_error_bars"
18682   output-file-type: ".html"
18683   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18684   data: "plot-vpp-throughput-latency-3n-hsw"
18685   filter: "'NIC_Intel-X520-DA2' and
18686            '64B' and
18687            'NDRPDR' and
18688            '1T1C' and
18689            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18690            not 'ACL' and
18691            not 'VHOST' and
18692            not 'MEMIF'"
18693   parameters:
18694   - "latency"
18695   - "parent"
18696   - "tags"
18697   sort:
18698   - "L2XCBASE"    # l2xcbase
18699   - "L2BDBASE"    # l2bdbase
18700   - "L2XCFWD"     # dot1q-l2xcbase
18701   - "L2BDMACLRN"  # dot1q-l2bdbase
18702   layout:
18703     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18704     layout: "plot-latency"
18705
18706 -
18707   type: "plot"
18708   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18709   algorithm: "plot_latency_error_bars"
18710   output-file-type: ".html"
18711   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18712   data: "plot-vpp-throughput-latency-3n-hsw"
18713   filter: "'NIC_Intel-X520-DA2' and
18714            '64B' and
18715            'NDRPDR' and
18716            '2T2C' and
18717            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18718            not 'ACL' and
18719            not 'VHOST' and
18720            not 'MEMIF'"
18721   parameters:
18722   - "latency"
18723   - "parent"
18724   - "tags"
18725   sort:
18726   - "L2XCBASE"    # l2xcbase
18727   - "L2BDBASE"    # l2bdbase
18728   - "L2XCFWD"     # dot1q-l2xcbase
18729   - "L2BDMACLRN"  # dot1q-l2bdbase
18730   layout:
18731     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18732     layout: "plot-latency"
18733
18734 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18735 -
18736   type: "plot"
18737   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18738   algorithm: "plot_latency_error_bars"
18739   output-file-type: ".html"
18740   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18741   data: "plot-vpp-throughput-latency-3n-hsw"
18742   filter: "'NIC_Intel-X710' and
18743            '64B' and
18744            ('BASE' or 'SCALE') and
18745            'NDRPDR' and
18746            'ETH' and
18747            '1T1C' and
18748            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18749            not 'VHOST' and
18750            not 'MEMIF'"
18751   parameters:
18752   - "latency"
18753   - "parent"
18754   - "tags"
18755   sort:
18756   - "L2PATCH"
18757   - "L2XCBASE"
18758   - "BASE"
18759   - "FIB_10K"
18760   - "FIB_100K"
18761   - "FIB_1M"
18762   layout:
18763     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18764     layout: "plot-latency"
18765
18766 -
18767   type: "plot"
18768   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18769   algorithm: "plot_latency_error_bars"
18770   output-file-type: ".html"
18771   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18772   data: "plot-vpp-throughput-latency-3n-hsw"
18773   filter: "'NIC_Intel-X710' and
18774            '64B' and
18775            ('BASE' or 'SCALE') and
18776            'NDRPDR' and
18777            'ETH' and
18778            '2T2C' and
18779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18780            not 'VHOST' and
18781            not 'MEMIF'"
18782   parameters:
18783   - "latency"
18784   - "parent"
18785   - "tags"
18786   sort:
18787   - "L2PATCH"
18788   - "L2XCBASE"
18789   - "BASE"
18790   - "FIB_10K"
18791   - "FIB_100K"
18792   - "FIB_1M"
18793   layout:
18794     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18795     layout: "plot-latency"
18796
18797 # Packet Latency - VPP L2 3n-hsw-x710 features
18798 -
18799   type: "plot"
18800   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18801   algorithm: "plot_latency_error_bars"
18802   output-file-type: ".html"
18803   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18804   data: "plot-vpp-throughput-latency-3n-hsw"
18805   filter: "'NIC_Intel-X710' and
18806            '64B' and
18807            'NDRPDR' and
18808            '1T1C' and
18809            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18810            not 'ACL' and
18811            not 'VHOST' and
18812            not 'MEMIF'"
18813   parameters:
18814   - "latency"
18815   - "parent"
18816   - "tags"
18817   sort:
18818   - "L2XCBASE"    # l2xcbase
18819   - "L2BDBASE"    # l2bdbase
18820   - "L2XCFWD"     # dot1q-l2xcbase
18821   - "L2BDMACLRN"  # dot1q-l2bdbase
18822   layout:
18823     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18824     layout: "plot-latency"
18825
18826 -
18827   type: "plot"
18828   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18829   algorithm: "plot_latency_error_bars"
18830   output-file-type: ".html"
18831   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18832   data: "plot-vpp-throughput-latency-3n-hsw"
18833   filter: "'NIC_Intel-X710' and
18834            '64B' and
18835            'NDRPDR' and
18836            '2T2C' and
18837            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18838            not 'ACL' and
18839            not 'VHOST' and
18840            not 'MEMIF'"
18841   parameters:
18842   - "latency"
18843   - "parent"
18844   - "tags"
18845   sort:
18846   - "L2XCBASE"    # l2xcbase
18847   - "L2BDBASE"    # l2bdbase
18848   - "L2XCFWD"     # dot1q-l2xcbase
18849   - "L2BDMACLRN"  # dot1q-l2bdbase
18850   layout:
18851     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18852     layout: "plot-latency"
18853
18854 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18855 -
18856   type: "plot"
18857   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18858   algorithm: "plot_latency_error_bars"
18859   output-file-type: ".html"
18860   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18861   data: "plot-vpp-throughput-latency-3n-hsw"
18862   filter: "'NIC_Intel-XL710' and
18863            '64B' and
18864            ('BASE' or 'SCALE') and
18865            'NDRPDR' and
18866            'ETH' and
18867            '1T1C' and
18868            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18869            not 'VHOST' and
18870            not 'MEMIF'"
18871   parameters:
18872   - "latency"
18873   - "parent"
18874   - "tags"
18875   sort:
18876   - "L2PATCH"
18877   - "L2XCBASE"
18878   - "BASE"
18879   - "FIB_10K"
18880   - "FIB_100K"
18881   - "FIB_1M"
18882   layout:
18883     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18884     layout: "plot-latency"
18885
18886 -
18887   type: "plot"
18888   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18889   algorithm: "plot_latency_error_bars"
18890   output-file-type: ".html"
18891   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18892   data: "plot-vpp-throughput-latency-3n-hsw"
18893   filter: "'NIC_Intel-XL710' and
18894            '64B' and
18895            ('BASE' or 'SCALE') and
18896            'NDRPDR' and
18897            'ETH' and
18898            '2T2C' and
18899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18900            not 'VHOST' and
18901            not 'MEMIF'"
18902   parameters:
18903   - "latency"
18904   - "parent"
18905   - "tags"
18906   sort:
18907   - "L2PATCH"
18908   - "L2XCBASE"
18909   - "BASE"
18910   - "FIB_10K"
18911   - "FIB_100K"
18912   - "FIB_1M"
18913   layout:
18914     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18915     layout: "plot-latency"
18916
18917 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18918 -
18919   type: "plot"
18920   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18921   algorithm: "plot_latency_error_bars"
18922   output-file-type: ".html"
18923   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18924   data: "plot-vpp-throughput-latency-3n-skx"
18925   filter: "'NIC_Intel-X710' and
18926            '64B' and
18927            ('BASE' or 'SCALE') and
18928            'NDRPDR' and
18929            'ETH' and
18930            '2T1C' and
18931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18932            not 'VHOST' and
18933            not 'MEMIF' and
18934            not 'DRV_AVF'"
18935   parameters:
18936   - "latency"
18937   - "parent"
18938   - "tags"
18939   sort:
18940   - "L2PATCH"
18941   - "L2XCBASE"
18942   - "BASE"
18943   - "FIB_10K"
18944   - "FIB_100K"
18945   - "FIB_1M"
18946   layout:
18947     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18948     layout: "plot-latency"
18949
18950 -
18951   type: "plot"
18952   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18953   algorithm: "plot_latency_error_bars"
18954   output-file-type: ".html"
18955   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18956   data: "plot-vpp-throughput-latency-3n-skx"
18957   filter: "'NIC_Intel-X710' and
18958            '64B' and
18959            ('BASE' or 'SCALE') and
18960            'NDRPDR' and
18961            'ETH' and
18962            '4T2C' and
18963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18964            not 'VHOST' and
18965            not 'MEMIF' and
18966            not 'DRV_AVF'"
18967   parameters:
18968   - "latency"
18969   - "parent"
18970   - "tags"
18971   sort:
18972   - "L2PATCH"
18973   - "L2XCBASE"
18974   - "BASE"
18975   - "FIB_10K"
18976   - "FIB_100K"
18977   - "FIB_1M"
18978   layout:
18979     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18980     layout: "plot-latency"
18981
18982 # Packet Latency - VPP L2 3n-skx-x710 features
18983 -
18984   type: "plot"
18985   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18986   algorithm: "plot_latency_error_bars"
18987   output-file-type: ".html"
18988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18989   data: "plot-vpp-throughput-latency-3n-skx"
18990   filter: "'NIC_Intel-X710' and
18991            '64B' and
18992            'NDRPDR' and
18993            '2T1C' and
18994            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18995            not 'ACL' and
18996            not 'VHOST' and
18997            not 'MEMIF'"
18998   parameters:
18999   - "latency"
19000   - "parent"
19001   - "tags"
19002   sort:
19003   - "L2XCBASE"    # l2xcbase
19004   - "L2BDBASE"    # l2bdbase
19005   - "L2XCFWD"     # dot1q-l2xcbase
19006   - "L2BDMACLRN"  # dot1q-l2bdbase
19007   layout:
19008     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
19009     layout: "plot-latency"
19010
19011 -
19012   type: "plot"
19013   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19014   algorithm: "plot_latency_error_bars"
19015   output-file-type: ".html"
19016   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19017   data: "plot-vpp-throughput-latency-3n-skx"
19018   filter: "'NIC_Intel-X710' and
19019            '64B' and
19020            'NDRPDR' and
19021            '4T2C' and
19022            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19023            not 'ACL' and
19024            not 'VHOST' and
19025            not 'MEMIF'"
19026   parameters:
19027   - "latency"
19028   - "parent"
19029   - "tags"
19030   sort:
19031   - "L2XCBASE"    # l2xcbase
19032   - "L2BDBASE"    # l2bdbase
19033   - "L2XCFWD"     # dot1q-l2xcbase
19034   - "L2BDMACLRN"  # dot1q-l2bdbase
19035   layout:
19036     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
19037     layout: "plot-latency"
19038
19039 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
19040 -
19041   type: "plot"
19042   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19043   algorithm: "plot_latency_error_bars"
19044   output-file-type: ".html"
19045   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19046   data: "plot-vpp-throughput-latency-3n-skx"
19047   filter: "'NIC_Intel-XXV710' and
19048            '64B' and
19049            ('BASE' or 'SCALE') and
19050            'NDRPDR' and
19051            'ETH' and
19052            '2T1C' and
19053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19054            not 'VHOST' and
19055            not 'MEMIF' and
19056            not 'DRV_AVF'"
19057   parameters:
19058   - "latency"
19059   - "parent"
19060   - "tags"
19061   sort:
19062   - "L2PATCH"
19063   - "L2XCBASE"
19064   - "BASE"
19065   - "FIB_10K"
19066   - "FIB_100K"
19067   - "FIB_1M"
19068   layout:
19069     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19070     layout: "plot-latency"
19071
19072 -
19073   type: "plot"
19074   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19075   algorithm: "plot_latency_error_bars"
19076   output-file-type: ".html"
19077   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19078   data: "plot-vpp-throughput-latency-3n-skx"
19079   filter: "'NIC_Intel-XXV710' and
19080            '64B' and
19081            ('BASE' or 'SCALE') and
19082            'NDRPDR' and
19083            'ETH' and
19084            '4T2C' and
19085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19086            not 'VHOST' and
19087            not 'MEMIF' and
19088            not 'DRV_AVF'"
19089   parameters:
19090   - "latency"
19091   - "parent"
19092   - "tags"
19093   sort:
19094   - "L2PATCH"
19095   - "L2XCBASE"
19096   - "BASE"
19097   - "FIB_10K"
19098   - "FIB_100K"
19099   - "FIB_1M"
19100   layout:
19101     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19102     layout: "plot-latency"
19103
19104 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19105 -
19106   type: "plot"
19107   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19108   algorithm: "plot_latency_error_bars"
19109   output-file-type: ".html"
19110   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19111   data: "plot-vpp-throughput-latency-2n-skx"
19112   filter: "'NIC_Intel-X710' and
19113            '64B' and
19114            'ETH' and
19115            ('BASE' or 'SCALE') and
19116            'NDRPDR' and
19117            '2T1C' and
19118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19119            not 'VHOST' and
19120            not 'MEMIF'"
19121   parameters:
19122   - "latency"
19123   - "parent"
19124   - "tags"
19125   sort:
19126   - "L2PATCH"
19127   - "L2XCBASE"
19128   - "BASE"
19129   - "FIB_10K"
19130   - "FIB_100K"
19131   - "FIB_1M"
19132   layout:
19133     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19134     layout: "plot-latency"
19135
19136 -
19137   type: "plot"
19138   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19139   algorithm: "plot_latency_error_bars"
19140   output-file-type: ".html"
19141   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19142   data: "plot-vpp-throughput-latency-2n-skx"
19143   filter: "'NIC_Intel-X710' and
19144            '64B' and
19145            ('BASE' or 'SCALE') and
19146            'NDRPDR' and
19147            'ETH' and
19148            '4T2C' and
19149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19150            not 'VHOST' and
19151            not 'MEMIF'"
19152   parameters:
19153   - "latency"
19154   - "parent"
19155   - "tags"
19156   sort:
19157   - "L2PATCH"
19158   - "L2XCBASE"
19159   - "BASE"
19160   - "FIB_10K"
19161   - "FIB_100K"
19162   - "FIB_1M"
19163   layout:
19164     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19165     layout: "plot-latency"
19166
19167 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19168 -
19169   type: "plot"
19170   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19171   algorithm: "plot_latency_error_bars"
19172   output-file-type: ".html"
19173   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19174   data: "plot-vpp-throughput-latency-2n-skx"
19175   filter: "'NIC_Intel-XXV710' and
19176            '64B' and
19177            ('BASE' or 'SCALE') and
19178            'NDRPDR' and
19179            'ETH' and
19180            '2T1C' and
19181            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19182            not 'VHOST' and
19183            not 'MEMIF'"
19184   parameters:
19185   - "latency"
19186   - "parent"
19187   - "tags"
19188   sort:
19189   - "L2PATCH"
19190   - "L2XCBASE"
19191   - "BASE"
19192   - "FIB_10K"
19193   - "FIB_100K"
19194   - "FIB_1M"
19195   layout:
19196     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19197     layout: "plot-latency"
19198
19199 -
19200   type: "plot"
19201   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19202   algorithm: "plot_latency_error_bars"
19203   output-file-type: ".html"
19204   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19205   data: "plot-vpp-throughput-latency-2n-skx"
19206   filter: "'NIC_Intel-XXV710' and
19207            '64B' and
19208            ('BASE' or 'SCALE') and
19209            'NDRPDR' and
19210            'ETH' and
19211            '4T2C' and
19212            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19213            not 'VHOST' and
19214            not 'MEMIF'"
19215   parameters:
19216   - "latency"
19217   - "parent"
19218   - "tags"
19219   sort:
19220   - "L2PATCH"
19221   - "L2XCBASE"
19222   - "BASE"
19223   - "FIB_10K"
19224   - "FIB_100K"
19225   - "FIB_1M"
19226   layout:
19227     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19228     layout: "plot-latency"
19229
19230 ################################################################################
19231
19232 # Packet Latency - VPP Container Memif 3n-hsw-x520
19233 -
19234   type: "plot"
19235   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19236   algorithm: "plot_latency_error_bars"
19237   output-file-type: ".html"
19238   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19239   data: "plot-vpp-throughput-latency-3n-hsw"
19240   filter: "'NIC_Intel-X520-DA2' and
19241            '64B' and
19242            ('BASE' or 'SCALE') and
19243            'NDRPDR' and
19244            '1T1C' and
19245            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19246            not 'VHOST' and
19247            'MEMIF'"
19248   parameters:
19249   - "latency"
19250   - "parent"
19251   - "tags"
19252   sort:
19253   - "L2XCFWD"
19254   - "L2XCFWD"
19255   - "L2XCFWD"
19256   - "L2BDMACLRN"
19257   - "L2BDMACLRN"
19258   - "L2BDMACLRN"
19259   layout:
19260     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19261     layout: "plot-latency"
19262
19263 -
19264   type: "plot"
19265   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19266   algorithm: "plot_latency_error_bars"
19267   output-file-type: ".html"
19268   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19269   data: "plot-vpp-throughput-latency-3n-hsw"
19270   filter: "'NIC_Intel-X520-DA2' and
19271            '64B' and
19272            ('BASE' or 'SCALE') and
19273            'NDRPDR' and
19274            '2T2C' and
19275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19276            not 'VHOST' and
19277            'MEMIF'"
19278   parameters:
19279   - "latency"
19280   - "parent"
19281   - "tags"
19282   sort:
19283   - "L2XCFWD"
19284   - "L2XCFWD"
19285   - "L2XCFWD"
19286   - "L2BDMACLRN"
19287   - "L2BDMACLRN"
19288   - "L2BDMACLRN"
19289   layout:
19290     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19291     layout: "plot-latency"
19292
19293 # Packet Latency - VPP Container Memif 3n-hsw-x710
19294 -
19295   type: "plot"
19296   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19297   algorithm: "plot_latency_error_bars"
19298   output-file-type: ".html"
19299   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19300   data: "plot-vpp-throughput-latency-3n-hsw"
19301   filter: "'NIC_Intel-X710' and
19302            '64B' and
19303            ('BASE' or 'SCALE') and
19304            'NDRPDR' and
19305            '1T1C' and
19306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19307            not 'VHOST' and
19308            'MEMIF'"
19309   parameters:
19310   - "latency"
19311   - "parent"
19312   - "tags"
19313   sort:
19314   - "L2XCFWD"
19315   - "L2XCFWD"
19316   - "L2XCFWD"
19317   - "L2BDMACLRN"
19318   - "L2BDMACLRN"
19319   - "L2BDMACLRN"
19320   layout:
19321     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19322     layout: "plot-latency"
19323
19324 -
19325   type: "plot"
19326   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19327   algorithm: "plot_latency_error_bars"
19328   output-file-type: ".html"
19329   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19330   data: "plot-vpp-throughput-latency-3n-hsw"
19331   filter: "'NIC_Intel-X710' and
19332            '64B' and
19333            ('BASE' or 'SCALE') and
19334            'NDRPDR' and
19335            '2T2C' and
19336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19337            not 'VHOST' and
19338            'MEMIF'"
19339   parameters:
19340   - "latency"
19341   - "parent"
19342   - "tags"
19343   sort:
19344   - "L2XCFWD"
19345   - "L2XCFWD"
19346   - "L2XCFWD"
19347   - "L2BDMACLRN"
19348   - "L2BDMACLRN"
19349   - "L2BDMACLRN"
19350   layout:
19351     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19352     layout: "plot-latency"
19353
19354 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19355 -
19356   type: "plot"
19357   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19358   algorithm: "plot_latency_error_bars"
19359   output-file-type: ".html"
19360   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19361   data: "plot-vpp-throughput-latency-3n-hsw"
19362   filter: "'NIC_Intel-XL710' and
19363            '64B' and
19364            ('BASE' or 'SCALE') and
19365            'NDRPDR' and
19366            '1T1C' and
19367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19368            not 'VHOST' and
19369            'MEMIF'"
19370   parameters:
19371   - "latency"
19372   - "parent"
19373   - "tags"
19374   sort:
19375   - "L2XCFWD"
19376   - "L2XCFWD"
19377   - "L2XCFWD"
19378   - "L2BDMACLRN"
19379   - "L2BDMACLRN"
19380   - "L2BDMACLRN"
19381   layout:
19382     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19383     layout: "plot-latency"
19384
19385 -
19386   type: "plot"
19387   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19388   algorithm: "plot_latency_error_bars"
19389   output-file-type: ".html"
19390   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19391   data: "plot-vpp-throughput-latency-3n-hsw"
19392   filter: "'NIC_Intel-XL710' and
19393            '64B' and
19394            ('BASE' or 'SCALE') and
19395            'NDRPDR' and
19396            '2T2C' and
19397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19398            not 'VHOST' and
19399            'MEMIF'"
19400   parameters:
19401   - "latency"
19402   - "parent"
19403   - "tags"
19404   sort:
19405   - "L2XCFWD"
19406   - "L2XCFWD"
19407   - "L2XCFWD"
19408   - "L2BDMACLRN"
19409   - "L2BDMACLRN"
19410   - "L2BDMACLRN"
19411   layout:
19412     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19413     layout: "plot-latency"
19414
19415 # Packet Latency - VPP Container Memif 3n-skx-x710
19416 -
19417   type: "plot"
19418   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19419   algorithm: "plot_latency_error_bars"
19420   output-file-type: ".html"
19421   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19422   data: "plot-vpp-throughput-latency-3n-skx"
19423   filter: "'NIC_Intel-X710' and
19424            '64B' and
19425            ('BASE' or 'SCALE') and
19426            'NDRPDR' and
19427            '2T1C' and
19428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19429            not 'VHOST' and
19430            'MEMIF'"
19431   parameters:
19432   - "latency"
19433   - "parent"
19434   - "tags"
19435   sort:
19436   - "L2XCFWD"
19437   - "L2XCFWD"
19438   - "L2XCFWD"
19439   - "L2BDMACLRN"
19440   - "L2BDMACLRN"
19441   - "L2BDMACLRN"
19442   layout:
19443     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19444     layout: "plot-latency"
19445
19446 -
19447   type: "plot"
19448   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19449   algorithm: "plot_latency_error_bars"
19450   output-file-type: ".html"
19451   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19452   data: "plot-vpp-throughput-latency-3n-skx"
19453   filter: "'NIC_Intel-X710' and
19454            '64B' and
19455            ('BASE' or 'SCALE') and
19456            'NDRPDR' and
19457            '4T2C' and
19458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19459            not 'VHOST' and
19460            'MEMIF'"
19461   parameters:
19462   - "latency"
19463   - "parent"
19464   - "tags"
19465   sort:
19466   - "L2XCFWD"
19467   - "L2XCFWD"
19468   - "L2XCFWD"
19469   - "L2BDMACLRN"
19470   - "L2BDMACLRN"
19471   - "L2BDMACLRN"
19472   layout:
19473     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19474     layout: "plot-latency"
19475
19476 # Packet Latency - VPP Container Memif 2n-skx-x710
19477 -
19478   type: "plot"
19479   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19480   algorithm: "plot_latency_error_bars"
19481   output-file-type: ".html"
19482   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19483   data: "plot-vpp-throughput-latency-2n-skx"
19484   filter: "'NIC_Intel-X710' and
19485            '64B' and
19486            ('BASE' or 'SCALE') and
19487            'NDRPDR' and
19488            '2T1C' and
19489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19490            not 'VHOST' and
19491            'MEMIF'"
19492   parameters:
19493   - "latency"
19494   - "parent"
19495   - "tags"
19496   sort:
19497   - "L2XCFWD"
19498   - "L2XCFWD"
19499   - "L2XCFWD"
19500   - "L2BDMACLRN"
19501   - "L2BDMACLRN"
19502   - "L2BDMACLRN"
19503   layout:
19504     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19505     layout: "plot-latency"
19506
19507 -
19508   type: "plot"
19509   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19510   algorithm: "plot_latency_error_bars"
19511   output-file-type: ".html"
19512   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19513   data: "plot-vpp-throughput-latency-2n-skx"
19514   filter: "'NIC_Intel-X710' and
19515            '64B' and
19516            ('BASE' or 'SCALE') and
19517            'NDRPDR' and
19518            '4T2C' and
19519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19520            not 'VHOST' and
19521            'MEMIF'"
19522   parameters:
19523   - "latency"
19524   - "parent"
19525   - "tags"
19526   sort:
19527   - "L2XCFWD"
19528   - "L2XCFWD"
19529   - "L2XCFWD"
19530   - "L2BDMACLRN"
19531   - "L2BDMACLRN"
19532   - "L2BDMACLRN"
19533   layout:
19534     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19535     layout: "plot-latency"
19536
19537 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19538 -
19539   type: "plot"
19540   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19541   algorithm: "plot_latency_error_bars"
19542   output-file-type: ".html"
19543   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19544   data: "plot-vpp-throughput-latency-2n-skx"
19545   filter: "'NIC_Intel-XXV710' and
19546            '64B' and
19547            ('BASE' or 'SCALE') and
19548            'NDRPDR' and
19549            '2T1C' and
19550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19551            not 'VHOST' and
19552            'MEMIF'"
19553   parameters:
19554   - "latency"
19555   - "parent"
19556   - "tags"
19557   sort:
19558   - "L2XCFWD"
19559   - "L2XCFWD"
19560   - "L2XCFWD"
19561   - "L2BDMACLRN"
19562   - "L2BDMACLRN"
19563   - "L2BDMACLRN"
19564   layout:
19565     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19566     layout: "plot-latency"
19567
19568 -
19569   type: "plot"
19570   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19571   algorithm: "plot_latency_error_bars"
19572   output-file-type: ".html"
19573   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19574   data: "plot-vpp-throughput-latency-2n-skx"
19575   filter: "'NIC_Intel-XXV710' and
19576            '64B' and
19577            ('BASE' or 'SCALE') and
19578            'NDRPDR' and
19579            '4T2C' and
19580            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19581            not 'VHOST' and
19582            'MEMIF'"
19583   parameters:
19584   - "latency"
19585   - "parent"
19586   - "tags"
19587   sort:
19588   - "L2XCFWD"
19589   - "L2XCFWD"
19590   - "L2XCFWD"
19591   - "L2BDMACLRN"
19592   - "L2BDMACLRN"
19593   - "L2BDMACLRN"
19594   layout:
19595     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19596     layout: "plot-latency"
19597
19598 ################################################################################
19599
19600 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19601 -
19602   type: "plot"
19603   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19604   algorithm: "plot_latency_error_bars"
19605   output-file-type: ".html"
19606   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19607   data: "plot-ligato-throughput-latency-3n-hsw"
19608   filter: "'NIC_Intel-X520-DA2' and
19609            '64B' and
19610            ('BASE' or 'SCALE') and
19611            'NDRPDR' and
19612            '1T1C' and
19613            'L2XCFWD' and
19614            not 'VHOST' and
19615            'MEMIF'"
19616   parameters:
19617   - "latency"
19618   - "parent"
19619   - "tags"
19620   sort:
19621   - "1VNF"
19622   - "2VNF"
19623   - "4VNF"
19624   - "2VNF"
19625   - "4VNF"
19626   layout:
19627     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19628     layout: "plot-latency"
19629
19630 -
19631   type: "plot"
19632   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19633   algorithm: "plot_latency_error_bars"
19634   output-file-type: ".html"
19635   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19636   data: "plot-ligato-throughput-latency-3n-hsw"
19637   filter: "'NIC_Intel-X520-DA2' and
19638            '64B' and
19639            ('BASE' or 'SCALE') and
19640            'NDRPDR' and
19641            '2T2C' and
19642            'L2XCFWD' and
19643            not 'VHOST' and
19644            'MEMIF'"
19645   parameters:
19646   - "latency"
19647   - "parent"
19648   - "tags"
19649   sort:
19650   - "1VNF"
19651   - "2VNF"
19652   - "4VNF"
19653   - "2VNF"
19654   - "4VNF"
19655   layout:
19656     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19657     layout: "plot-latency"
19658
19659 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19660 -
19661   type: "plot"
19662   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19663   algorithm: "plot_latency_error_bars"
19664   output-file-type: ".html"
19665   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19666   data: "plot-ligato-throughput-latency-3n-hsw"
19667   filter: "'NIC_Intel-X520-DA2' and
19668            '64B' and
19669            ('BASE' or 'SCALE') and
19670            'NDRPDR' and
19671            '1T1C' and
19672            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19673            not 'VHOST' and
19674            'MEMIF'"
19675   parameters:
19676   - "latency"
19677   - "parent"
19678   - "tags"
19679   sort:
19680   - "1VNF"
19681   - "2VNF"
19682   - "4VNF"
19683   - "2VNF"
19684   - "4VNF"
19685   layout:
19686     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19687     layout: "plot-latency"
19688
19689 -
19690   type: "plot"
19691   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19692   algorithm: "plot_latency_error_bars"
19693   output-file-type: ".html"
19694   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19695   data: "plot-ligato-throughput-latency-3n-hsw"
19696   filter: "'NIC_Intel-X520-DA2' and
19697            '64B' and
19698            ('BASE' or 'SCALE') and
19699            'NDRPDR' and
19700            '2T2C' and
19701            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19702            not 'VHOST' and
19703            'MEMIF'"
19704   parameters:
19705   - "latency"
19706   - "parent"
19707   - "tags"
19708   sort:
19709   - "1VNF"
19710   - "2VNF"
19711   - "4VNF"
19712   - "2VNF"
19713   - "4VNF"
19714   layout:
19715     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19716     layout: "plot-latency"
19717
19718 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19719 -
19720   type: "plot"
19721   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19722   algorithm: "plot_latency_error_bars"
19723   output-file-type: ".html"
19724   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19725   data: "plot-ligato-throughput-latency-3n-hsw"
19726   filter: "'NIC_Intel-X710' and
19727            '64B' and
19728            ('BASE' or 'SCALE') and
19729            'NDRPDR' and
19730            '1T1C' and
19731            'L2XCFWD' and
19732            not 'VHOST' and
19733            'MEMIF'"
19734   parameters:
19735   - "latency"
19736   - "parent"
19737   - "tags"
19738   sort:
19739   - "1VNF"
19740   - "2VNF"
19741   - "4VNF"
19742   - "2VNF"
19743   - "4VNF"
19744   layout:
19745     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19746     layout: "plot-latency"
19747
19748 -
19749   type: "plot"
19750   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19751   algorithm: "plot_latency_error_bars"
19752   output-file-type: ".html"
19753   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19754   data: "plot-ligato-throughput-latency-3n-hsw"
19755   filter: "'NIC_Intel-X710' and
19756            '64B' and
19757            ('BASE' or 'SCALE') and
19758            'NDRPDR' and
19759            '2T2C' and
19760            'L2XCFWD' and
19761            not 'VHOST' and
19762            'MEMIF'"
19763   parameters:
19764   - "latency"
19765   - "parent"
19766   - "tags"
19767   sort:
19768   - "1VNF"
19769   - "2VNF"
19770   - "4VNF"
19771   - "2VNF"
19772   - "4VNF"
19773   layout:
19774     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19775     layout: "plot-latency"
19776
19777 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19778 -
19779   type: "plot"
19780   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19781   algorithm: "plot_latency_error_bars"
19782   output-file-type: ".html"
19783   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19784   data: "plot-ligato-throughput-latency-3n-hsw"
19785   filter: "'NIC_Intel-X710' and
19786            '64B' and
19787            ('BASE' or 'SCALE') and
19788            'NDRPDR' and
19789            '1T1C' and
19790            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19791            not 'VHOST' and
19792            'MEMIF'"
19793   parameters:
19794   - "latency"
19795   - "parent"
19796   - "tags"
19797   sort:
19798   - "1VNF"
19799   - "2VNF"
19800   - "4VNF"
19801   - "2VNF"
19802   - "4VNF"
19803   layout:
19804     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19805     layout: "plot-latency"
19806
19807 -
19808   type: "plot"
19809   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19810   algorithm: "plot_latency_error_bars"
19811   output-file-type: ".html"
19812   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19813   data: "plot-ligato-throughput-latency-3n-hsw"
19814   filter: "'NIC_Intel-X710' and
19815            '64B' and
19816            ('BASE' or 'SCALE') and
19817            'NDRPDR' and
19818            '2T2C' and
19819            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19820            not 'VHOST' and
19821            'MEMIF'"
19822   parameters:
19823   - "latency"
19824   - "parent"
19825   - "tags"
19826   sort:
19827   - "1VNF"
19828   - "2VNF"
19829   - "4VNF"
19830   - "2VNF"
19831   - "4VNF"
19832   layout:
19833     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19834     layout: "plot-latency"
19835
19836 ################################################################################
19837
19838 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19839 -
19840   type: "plot"
19841   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19842   algorithm: "plot_latency_error_bars"
19843   output-file-type: ".html"
19844   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19845   data: "plot-vpp-throughput-latency-3n-hsw"
19846   filter: "'NIC_Intel-X520-DA2' and
19847            '64B' and
19848            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19849            'NDRPDR' and
19850            '1T1C' and
19851            'IP4FWD' and
19852            not 'IPSEC' and
19853            not 'VHOST'"
19854   parameters:
19855   - "latency"
19856   - "parent"
19857   - "tags"
19858   sort:
19859   - "DOT1Q"
19860   - "IP4BASE"
19861   - "FIB_20k"
19862   - "FIB_200k"
19863   - "FIB_2M"
19864   layout:
19865     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19866     layout: "plot-latency"
19867
19868 -
19869   type: "plot"
19870   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19871   algorithm: "plot_latency_error_bars"
19872   output-file-type: ".html"
19873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19874   data: "plot-vpp-throughput-latency-3n-hsw"
19875   filter: "'NIC_Intel-X520-DA2' and
19876            '64B' and
19877            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19878            'NDRPDR' and
19879            '2T2C' and
19880            'IP4FWD' and
19881            not 'IPSEC' and
19882            not 'VHOST'"
19883   parameters:
19884   - "latency"
19885   - "parent"
19886   - "tags"
19887   sort:
19888   - "DOT1Q"
19889   - "IP4BASE"
19890   - "FIB_20k"
19891   - "FIB_200k"
19892   - "FIB_2M"
19893   layout:
19894     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19895     layout: "plot-latency"
19896
19897 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19898 -
19899   type: "plot"
19900   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19901   algorithm: "plot_latency_error_bars"
19902   output-file-type: ".html"
19903   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19904   data: "plot-vpp-throughput-latency-3n-hsw"
19905   filter: "'NIC_Intel-X520-DA2' and
19906            '64B' and
19907            ('IP4BASE' or
19908             'POLICE_MARK' or
19909             'COPWHLIST' or
19910             ('NAT44' and 'BASE') or
19911             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19912            'NDRPDR' and
19913            '1T1C' and
19914            'IP4FWD' and
19915            not 'IPSEC' and
19916            not 'VHOST'"
19917   parameters:
19918   - "latency"
19919   - "parent"
19920   - "tags"
19921   sort:
19922   - "DOT1Q"
19923   - "IP4BASE"
19924   - "NAT44"
19925   - "POLICE_MARK"
19926   - "COPWHLIST"
19927   - "IACL"
19928   - "OACL"
19929   layout:
19930     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19931     layout: "plot-latency"
19932
19933 -
19934   type: "plot"
19935   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19936   algorithm: "plot_latency_error_bars"
19937   output-file-type: ".html"
19938   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19939   data: "plot-vpp-throughput-latency-3n-hsw"
19940   filter: "'NIC_Intel-X520-DA2' and
19941            '64B' and
19942            ('IP4BASE' or
19943             'POLICE_MARK' or
19944             'COPWHLIST' or
19945             ('NAT44' and 'BASE') or
19946             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19947            'NDRPDR' and
19948            '2T2C' and
19949            'IP4FWD' and
19950            not 'IPSEC' and
19951            not 'VHOST'"
19952   parameters:
19953   - "latency"
19954   - "parent"
19955   - "tags"
19956   sort:
19957   - "DOT1Q"
19958   - "IP4BASE"
19959   - "NAT44"
19960   - "POLICE_MARK"
19961   - "COPWHLIST"
19962   - "IACL"
19963   - "OACL"
19964   layout:
19965     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19966     layout: "plot-latency"
19967
19968 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19969 -
19970   type: "plot"
19971   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19972   algorithm: "plot_latency_error_bars"
19973   output-file-type: ".html"
19974   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19975   data: "plot-vpp-throughput-latency-3n-hsw"
19976   filter: "'NIC_Intel-X520-DA2' and
19977            '64B' and
19978            'NDRPDR' and
19979            '1T1C' and
19980            'IP4FWD' and
19981            'NAT44' and
19982            not 'IPSEC' and
19983            not 'VHOST'"
19984   parameters:
19985   - "latency"
19986   - "parent"
19987   - "tags"
19988   sort:
19989   - "BASE"
19990   - "BASE"
19991   - "SRC_USER_10"
19992   - "SRC_USER_100"
19993   - "SRC_USER_1000"
19994   - "SRC_USER_2000"
19995   layout:
19996     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19997     layout: "plot-latency"
19998
19999 -
20000   type: "plot"
20001   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20002   algorithm: "plot_latency_error_bars"
20003   output-file-type: ".html"
20004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20005   data: "plot-vpp-throughput-latency-3n-hsw"
20006   filter: "'NIC_Intel-X520-DA2' and
20007            '64B' and
20008            'NDRPDR' and
20009            '2T2C' and
20010            'IP4FWD' and
20011            'NAT44' and
20012            not 'IPSEC' and
20013            not 'VHOST'"
20014   parameters:
20015   - "latency"
20016   - "parent"
20017   - "tags"
20018   sort:
20019   - "BASE"
20020   - "BASE"
20021   - "SRC_USER_10"
20022   - "SRC_USER_100"
20023   - "SRC_USER_1000"
20024   - "SRC_USER_2000"
20025   layout:
20026     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20027     layout: "plot-latency"
20028
20029 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20030 -
20031   type: "plot"
20032   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20033   algorithm: "plot_latency_error_bars"
20034   output-file-type: ".html"
20035   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20036   data: "plot-vpp-throughput-latency-3n-hsw"
20037   filter: "'NIC_Intel-X520-DA2' and
20038            '64B' and
20039            'NDRPDR' and
20040            '1T1C' and
20041            'IP4FWD' and
20042            'IACL' and
20043            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20044            not 'IPSEC' and
20045            not 'VHOST'"
20046   parameters:
20047   - "latency"
20048   - "parent"
20049   - "tags"
20050   sort:
20051   - "ACL_STATELESS"
20052   - "ACL_STATEFUL"
20053   - "ACL_STATELESS"
20054   - "ACL_STATEFUL"
20055   layout:
20056     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
20057     layout: "plot-latency"
20058
20059 -
20060   type: "plot"
20061   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20062   algorithm: "plot_latency_error_bars"
20063   output-file-type: ".html"
20064   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20065   data: "plot-vpp-throughput-latency-3n-hsw"
20066   filter: "'NIC_Intel-X520-DA2' and
20067            '64B' and
20068            'NDRPDR' and
20069            '2T2C' and
20070            'IP4FWD' and
20071            'IACL' and
20072            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20073            not 'IPSEC' and
20074            not 'VHOST'"
20075   parameters:
20076   - "latency"
20077   - "parent"
20078   - "tags"
20079   sort:
20080   - "ACL_STATELESS"
20081   - "ACL_STATEFUL"
20082   - "ACL_STATELESS"
20083   - "ACL_STATEFUL"
20084   layout:
20085     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20086     layout: "plot-latency"
20087
20088 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20089 -
20090   type: "plot"
20091   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20092   algorithm: "plot_latency_error_bars"
20093   output-file-type: ".html"
20094   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20095   data: "plot-vpp-throughput-latency-3n-hsw"
20096   filter: "'NIC_Intel-X520-DA2' and
20097            '64B' and
20098            'NDRPDR' and
20099            '1T1C' and
20100            'IP4FWD' and
20101            'OACL' and
20102            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20103            not 'IPSEC' and
20104            not 'VHOST'"
20105   parameters:
20106   - "latency"
20107   - "parent"
20108   - "tags"
20109   sort:
20110   - "ACL_STATELESS"
20111   - "ACL_STATEFUL"
20112   - "ACL_STATELESS"
20113   - "ACL_STATEFUL"
20114   layout:
20115     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20116     layout: "plot-latency"
20117
20118 -
20119   type: "plot"
20120   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20121   algorithm: "plot_latency_error_bars"
20122   output-file-type: ".html"
20123   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20124   data: "plot-vpp-throughput-latency-3n-hsw"
20125   filter: "'NIC_Intel-X520-DA2' and
20126            '64B' and
20127            'NDRPDR' and
20128            '2T2C' and
20129            'IP4FWD' and
20130            'OACL' and
20131            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20132            not 'IPSEC' and
20133            not 'VHOST'"
20134   parameters:
20135   - "latency"
20136   - "parent"
20137   - "tags"
20138   sort:
20139   - "ACL_STATELESS"
20140   - "ACL_STATEFUL"
20141   - "ACL_STATELESS"
20142   - "ACL_STATEFUL"
20143   layout:
20144     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20145     layout: "plot-latency"
20146
20147 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20148 -
20149   type: "plot"
20150   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20151   algorithm: "plot_latency_error_bars"
20152   output-file-type: ".html"
20153   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20154   data: "plot-vpp-throughput-latency-3n-hsw"
20155   filter: "'NIC_Intel-X710' and
20156            '64B' and
20157            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20158            'NDRPDR' and
20159            '1T1C' and
20160            'IP4FWD' and
20161            not 'IPSEC' and
20162            not 'VHOST'"
20163   parameters:
20164   - "latency"
20165   - "parent"
20166   - "tags"
20167   sort:
20168   - "DOT1Q"
20169   - "IP4BASE"
20170   - "FIB_20K"
20171   - "FIB_200K"
20172   - "FIB_2M"
20173   layout:
20174     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20175     layout: "plot-latency"
20176
20177 -
20178   type: "plot"
20179   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20180   algorithm: "plot_latency_error_bars"
20181   output-file-type: ".html"
20182   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20183   data: "plot-vpp-throughput-latency-3n-hsw"
20184   filter: "'NIC_Intel-X710' and
20185            '64B' and
20186            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20187            'NDRPDR' and
20188            '2T2C' and
20189            'IP4FWD' and
20190            not 'IPSEC' and
20191            not 'VHOST'"
20192   parameters:
20193   - "latency"
20194   - "parent"
20195   - "tags"
20196   sort:
20197   - "DOT1Q"
20198   - "IP4BASE"
20199   - "FIB_20K"
20200   - "FIB_200K"
20201   - "FIB_2M"
20202   layout:
20203     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20204     layout: "plot-latency"
20205
20206 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20207 -
20208   type: "plot"
20209   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20210   algorithm: "plot_latency_error_bars"
20211   output-file-type: ".html"
20212   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20213   data: "plot-vpp-throughput-latency-3n-hsw"
20214   filter: "'NIC_Intel-X710' and
20215            '64B' and
20216            ('IP4BASE' or
20217             'POLICE_MARK' or
20218             'COPWHLIST' or
20219             ('NAT44' and 'BASE') or
20220             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20221            'NDRPDR' and
20222            '1T1C' and
20223            'IP4FWD' and
20224            not 'IPSEC' and
20225            not 'VHOST'"
20226   parameters:
20227   - "latency"
20228   - "parent"
20229   - "tags"
20230   sort:
20231   - "IP4BASE"
20232   - "NAT44"
20233   - "POLICE_MARK"
20234   - "COPWHLIST"
20235   - "IACL"
20236   - "OACL"
20237   layout:
20238     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20239     layout: "plot-latency"
20240
20241 -
20242   type: "plot"
20243   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20244   algorithm: "plot_latency_error_bars"
20245   output-file-type: ".html"
20246   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20247   data: "plot-vpp-throughput-latency-3n-hsw"
20248   filter: "'NIC_Intel-X710' and
20249            '64B' and
20250            ('IP4BASE' or
20251             'POLICE_MARK' or
20252             'COPWHLIST' or
20253             ('NAT44' and 'BASE') or
20254             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20255            'NDRPDR' and
20256            '2T2C' and
20257            'IP4FWD' and
20258            not 'IPSEC' and
20259            not 'VHOST'"
20260   parameters:
20261   - "latency"
20262   - "parent"
20263   - "tags"
20264   sort:
20265   - "IP4BASE"
20266   - "NAT44"
20267   - "POLICE_MARK"
20268   - "COPWHLIST"
20269   - "IACL"
20270   - "OACL"
20271   layout:
20272     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20273     layout: "plot-latency"
20274
20275 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20276 -
20277   type: "plot"
20278   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20279   algorithm: "plot_latency_error_bars"
20280   output-file-type: ".html"
20281   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20282   data: "plot-vpp-throughput-latency-3n-hsw"
20283   filter: "'NIC_Intel-X710' and
20284            '64B' and
20285            'NDRPDR' and
20286            '1T1C' and
20287            'IP4FWD' and
20288            'NAT44' and
20289            not 'IPSEC' and
20290            not 'VHOST'"
20291   parameters:
20292   - "latency"
20293   - "parent"
20294   - "tags"
20295   sort:
20296   - "BASE"
20297   - "BASE"
20298   - "SRC_USER_10"
20299   - "SRC_USER_100"
20300   - "SRC_USER_1000"
20301   - "SRC_USER_2000"
20302   layout:
20303     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20304     layout: "plot-latency"
20305
20306 -
20307   type: "plot"
20308   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20309   algorithm: "plot_latency_error_bars"
20310   output-file-type: ".html"
20311   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20312   data: "plot-vpp-throughput-latency-3n-hsw"
20313   filter: "'NIC_Intel-X710' and
20314            '64B' and
20315            'NDRPDR' and
20316            '2T2C' and
20317            'IP4FWD' and
20318            'NAT44' and
20319            not 'IPSEC' and
20320            not 'VHOST'"
20321   parameters:
20322   - "latency"
20323   - "parent"
20324   - "tags"
20325   sort:
20326   - "BASE"
20327   - "BASE"
20328   - "SRC_USER_10"
20329   - "SRC_USER_100"
20330   - "SRC_USER_1000"
20331   - "SRC_USER_2000"
20332   layout:
20333     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20334     layout: "plot-latency"
20335
20336 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20337 -
20338   type: "plot"
20339   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20340   algorithm: "plot_latency_error_bars"
20341   output-file-type: ".html"
20342   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20343   data: "plot-vpp-throughput-latency-3n-hsw"
20344   filter: "'NIC_Intel-X710' and
20345            '64B' and
20346            'NDRPDR' and
20347            '1T1C' and
20348            'IP4FWD' and
20349            'IACL' and
20350            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20351            not 'IPSEC' and
20352            not 'VHOST'"
20353   parameters:
20354   - "latency"
20355   - "parent"
20356   - "tags"
20357   sort:
20358   - "ACL_STATELESS"
20359   - "ACL_STATEFUL"
20360   - "ACL_STATELESS"
20361   - "ACL_STATEFUL"
20362   layout:
20363     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20364     layout: "plot-latency"
20365
20366 -
20367   type: "plot"
20368   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20369   algorithm: "plot_latency_error_bars"
20370   output-file-type: ".html"
20371   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20372   data: "plot-vpp-throughput-latency-3n-hsw"
20373   filter: "'NIC_Intel-X710' and
20374            '64B' and
20375            'NDRPDR' and
20376            '2T2C' and
20377            'IP4FWD' and
20378            'IACL' and
20379            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20380            not 'IPSEC' and
20381            not 'VHOST'"
20382   parameters:
20383   - "latency"
20384   - "parent"
20385   - "tags"
20386   sort:
20387   - "ACL_STATELESS"
20388   - "ACL_STATEFUL"
20389   - "ACL_STATELESS"
20390   - "ACL_STATEFUL"
20391   layout:
20392     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20393     layout: "plot-latency"
20394
20395 ## Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20396 #-
20397 #  type: "plot"
20398 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20399 #  algorithm: "plot_latency_error_bars"
20400 #  output-file-type: ".html"
20401 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20402 #  data: "plot-vpp-throughput-latency-3n-hsw"
20403 #  filter: "'NIC_Intel-X710' and
20404 #           '64B' and
20405 #           'NDRPDR' and
20406 #           '1T1C' and
20407 #           'IP4FWD' and
20408 #           'OACL' and
20409 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20410 #           not 'IPSEC' and
20411 #           not 'VHOST'"
20412 #  parameters:
20413 #  - "latency"
20414 #  - "parent"
20415 #  - "tags"
20416 #  sort:
20417 #  - "ACL_STATELESS"
20418 #  - "ACL_STATEFUL"
20419 #  - "ACL_STATELESS"
20420 #  - "ACL_STATEFUL"
20421 #  layout:
20422 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20423 #    layout: "plot-latency"
20424 #
20425 #-
20426 #  type: "plot"
20427 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20428 #  algorithm: "plot_latency_error_bars"
20429 #  output-file-type: ".html"
20430 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20431 #  data: "plot-vpp-throughput-latency-3n-hsw"
20432 #  filter: "'NIC_Intel-X710' and
20433 #           '64B' and
20434 #           'NDRPDR' and
20435 #           '2T2C' and
20436 #           'IP4FWD' and
20437 #           'OACL' and
20438 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20439 #           not 'IPSEC' and
20440 #           not 'VHOST'"
20441 #  parameters:
20442 #  - "latency"
20443 #  - "parent"
20444 #  - "tags"
20445 #  sort:
20446 #  - "ACL_STATELESS"
20447 #  - "ACL_STATEFUL"
20448 #  - "ACL_STATELESS"
20449 #  - "ACL_STATEFUL"
20450 #  layout:
20451 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20452 #    layout: "plot-latency"
20453
20454 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20455 -
20456   type: "plot"
20457   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20458   algorithm: "plot_latency_error_bars"
20459   output-file-type: ".html"
20460   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20461   data: "plot-vpp-throughput-latency-3n-hsw"
20462   filter: "'NIC_Intel-XL710' and
20463            '64B' and
20464            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20465            'NDRPDR' and
20466            '1T1C' and
20467            'IP4FWD' and
20468            not 'IPSEC' and
20469            not 'VHOST'"
20470   parameters:
20471   - "latency"
20472   - "parent"
20473   - "tags"
20474   sort:
20475   - "IP4BASE"
20476   - "FIB_20K"
20477   - "FIB_200K"
20478   - "FIB_2M"
20479   layout:
20480     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20481     layout: "plot-latency"
20482
20483 -
20484   type: "plot"
20485   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20486   algorithm: "plot_latency_error_bars"
20487   output-file-type: ".html"
20488   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20489   data: "plot-vpp-throughput-latency-3n-hsw"
20490   filter: "'NIC_Intel-XL710' and
20491            '64B' and
20492            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20493            'NDRPDR' and
20494            '2T2C' and
20495            'IP4FWD' and
20496            not 'IPSEC' and
20497            not 'VHOST'"
20498   parameters:
20499   - "latency"
20500   - "parent"
20501   - "tags"
20502   sort:
20503   - "IP4BASE"
20504   - "FIB_20K"
20505   - "FIB_200K"
20506   - "FIB_2M"
20507   layout:
20508     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20509     layout: "plot-latency"
20510
20511 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20512 -
20513   type: "plot"
20514   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20515   algorithm: "plot_latency_error_bars"
20516   output-file-type: ".html"
20517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20518   data: "plot-vpp-throughput-latency-3n-skx"
20519   filter: "'NIC_Intel-X710' and
20520            '64B' and
20521            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20522            'NDRPDR' and
20523            '2T1C' and
20524            'IP4FWD' and
20525            not 'IPSEC' and
20526            not 'VHOST'"
20527   parameters:
20528   - "latency"
20529   - "parent"
20530   - "tags"
20531   sort:
20532   - "IP4BASE"
20533   - "FIB_20K"
20534   - "FIB_200K"
20535   - "FIB_2M"
20536   layout:
20537     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20538     layout: "plot-latency"
20539
20540 -
20541   type: "plot"
20542   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20543   algorithm: "plot_latency_error_bars"
20544   output-file-type: ".html"
20545   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20546   data: "plot-vpp-throughput-latency-3n-skx"
20547   filter: "'NIC_Intel-X710' and
20548            '64B' and
20549            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20550            'NDRPDR' and
20551            '4T2C' and
20552            'IP4FWD' and
20553            not 'IPSEC' and
20554            not 'VHOST'"
20555   parameters:
20556   - "latency"
20557   - "parent"
20558   - "tags"
20559   sort:
20560   - "IP4BASE"
20561   - "FIB_20K"
20562   - "FIB_200K"
20563   - "FIB_2M"
20564   layout:
20565     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20566     layout: "plot-latency"
20567
20568 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20569 -
20570   type: "plot"
20571   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20572   algorithm: "plot_latency_error_bars"
20573   output-file-type: ".html"
20574   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20575   data: "plot-vpp-throughput-latency-3n-skx"
20576   filter: "'NIC_Intel-X710' and
20577            '64B' and
20578            ('IP4BASE' or
20579             'POLICE_MARK' or
20580             'COPWHLIST' or
20581             ('NAT44' and 'BASE') or
20582             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20583            'NDRPDR' and
20584            '2T1C' and
20585            'IP4FWD' and
20586            not 'IPSEC' and
20587            not 'VHOST'"
20588   parameters:
20589   - "latency"
20590   - "parent"
20591   - "tags"
20592   sort:
20593   - "IP4BASE"
20594   - "NAT44"
20595   - "POLICE_MARK"
20596   - "COPWHLIST"
20597   - "IACL"
20598   - "OACL"
20599   layout:
20600     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20601     layout: "plot-latency"
20602
20603 -
20604   type: "plot"
20605   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20606   algorithm: "plot_latency_error_bars"
20607   output-file-type: ".html"
20608   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20609   data: "plot-vpp-throughput-latency-3n-skx"
20610   filter: "'NIC_Intel-X710' and
20611            '64B' and
20612            ('IP4BASE' or
20613             'POLICE_MARK' or
20614             'COPWHLIST' or
20615             ('NAT44' and 'BASE') or
20616             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20617            'NDRPDR' and
20618            '4T2C' and
20619            'IP4FWD' and
20620            not 'IPSEC' and
20621            not 'VHOST'"
20622   parameters:
20623   - "latency"
20624   - "parent"
20625   - "tags"
20626   sort:
20627   - "IP4BASE"
20628   - "NAT44"
20629   - "POLICE_MARK"
20630   - "COPWHLIST"
20631   - "IACL"
20632   - "OACL"
20633   layout:
20634     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20635     layout: "plot-latency"
20636
20637 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20638 -
20639   type: "plot"
20640   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20641   algorithm: "plot_latency_error_bars"
20642   output-file-type: ".html"
20643   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20644   data: "plot-vpp-throughput-latency-3n-skx"
20645   filter: "'NIC_Intel-X710' and
20646            '64B' and
20647            'NDRPDR' and
20648            '2T1C' and
20649            'IP4FWD' and
20650            'NAT44' and
20651            not 'IPSEC' and
20652            not 'VHOST'"
20653   parameters:
20654   - "latency"
20655   - "parent"
20656   - "tags"
20657   sort:
20658   - "BASE"
20659   - "BASE"
20660   - "SRC_USER_10"
20661   - "SRC_USER_100"
20662   - "SRC_USER_1000"
20663   - "SRC_USER_2000"
20664   layout:
20665     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20666     layout: "plot-latency"
20667
20668 -
20669   type: "plot"
20670   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20671   algorithm: "plot_latency_error_bars"
20672   output-file-type: ".html"
20673   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20674   data: "plot-vpp-throughput-latency-3n-skx"
20675   filter: "'NIC_Intel-X710' and
20676            '64B' and
20677            'NDRPDR' and
20678            '4T2C' and
20679            'IP4FWD' and
20680            'NAT44' and
20681            not 'IPSEC' and
20682            not 'VHOST'"
20683   parameters:
20684   - "latency"
20685   - "parent"
20686   - "tags"
20687   sort:
20688   - "BASE"
20689   - "BASE"
20690   - "SRC_USER_10"
20691   - "SRC_USER_100"
20692   - "SRC_USER_1000"
20693   - "SRC_USER_2000"
20694   layout:
20695     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20696     layout: "plot-latency"
20697
20698 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20699 -
20700   type: "plot"
20701   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20702   algorithm: "plot_latency_error_bars"
20703   output-file-type: ".html"
20704   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20705   data: "plot-vpp-throughput-latency-3n-skx"
20706   filter: "'NIC_Intel-X710' and
20707            '64B' and
20708            'NDRPDR' and
20709            '2T1C' and
20710            'IP4FWD' and
20711            'IACL' and
20712            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20713            not 'IPSEC' and
20714            not 'VHOST'"
20715   parameters:
20716   - "latency"
20717   - "parent"
20718   - "tags"
20719   sort:
20720   - "ACL_STATELESS"
20721   - "ACL_STATEFUL"
20722   - "ACL_STATELESS"
20723   - "ACL_STATEFUL"
20724   layout:
20725     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20726     layout: "plot-latency"
20727
20728 -
20729   type: "plot"
20730   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20731   algorithm: "plot_latency_error_bars"
20732   output-file-type: ".html"
20733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20734   data: "plot-vpp-throughput-latency-3n-skx"
20735   filter: "'NIC_Intel-X710' and
20736            '64B' and
20737            'NDRPDR' and
20738            '4T2C' and
20739            'IP4FWD' and
20740            'IACL' and
20741            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20742            not 'IPSEC' and
20743            not 'VHOST'"
20744   parameters:
20745   - "latency"
20746   - "parent"
20747   - "tags"
20748   sort:
20749   - "ACL_STATELESS"
20750   - "ACL_STATEFUL"
20751   - "ACL_STATELESS"
20752   - "ACL_STATEFUL"
20753   layout:
20754     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20755     layout: "plot-latency"
20756
20757 ## Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20758 #-
20759 #  type: "plot"
20760 #  title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20761 #  algorithm: "plot_latency_error_bars"
20762 #  output-file-type: ".html"
20763 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20764 #  data: "plot-vpp-throughput-latency-3n-skx"
20765 #  filter: "'NIC_Intel-X710' and
20766 #           '64B' and
20767 #           'NDRPDR' and
20768 #           '2T1C' and
20769 #           'IP4FWD' and
20770 #           'OACL' and
20771 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20772 #           not 'IPSEC' and
20773 #           not 'VHOST'"
20774 #  parameters:
20775 #  - "latency"
20776 #  - "parent"
20777 #  - "tags"
20778 #  sort:
20779 #  - "ACL_STATELESS"
20780 #  - "ACL_STATEFUL"
20781 #  - "ACL_STATELESS"
20782 #  - "ACL_STATEFUL"
20783 #  layout:
20784 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20785 #    layout: "plot-latency"
20786 #
20787 #-
20788 #  type: "plot"
20789 #  title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20790 #  algorithm: "plot_latency_error_bars"
20791 #  output-file-type: ".html"
20792 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20793 #  data: "plot-vpp-throughput-latency-3n-skx"
20794 #  filter: "'NIC_Intel-X710' and
20795 #           '64B' and
20796 #           'NDRPDR' and
20797 #           '4T2C' and
20798 #           'IP4FWD' and
20799 #           'OACL' and
20800 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20801 #           not 'IPSEC' and
20802 #           not 'VHOST'"
20803 #  parameters:
20804 #  - "latency"
20805 #  - "parent"
20806 #  - "tags"
20807 #  sort:
20808 #  - "ACL_STATELESS"
20809 #  - "ACL_STATEFUL"
20810 #  - "ACL_STATELESS"
20811 #  - "ACL_STATEFUL"
20812 #  layout:
20813 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20814 #    layout: "plot-latency"
20815
20816 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20817 -
20818   type: "plot"
20819   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20820   algorithm: "plot_latency_error_bars"
20821   output-file-type: ".html"
20822   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20823   data: "plot-vpp-throughput-latency-2n-skx"
20824   filter: "'NIC_Intel-X710' and
20825            '64B' and
20826            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20827            'NDRPDR' and
20828            '2T1C' and
20829            'IP4FWD' and
20830            not 'IPSEC' and
20831            not 'VHOST'"
20832   parameters:
20833   - "latency"
20834   - "parent"
20835   - "tags"
20836   sort:
20837   - "DOT1Q"
20838   - "IP4BASE"
20839   - "FIB_20k"
20840   - "FIB_200k"
20841   - "FIB_2M"
20842   layout:
20843     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20844     layout: "plot-latency"
20845
20846 -
20847   type: "plot"
20848   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20849   algorithm: "plot_latency_error_bars"
20850   output-file-type: ".html"
20851   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20852   data: "plot-vpp-throughput-latency-2n-skx"
20853   filter: "'NIC_Intel-X710' and
20854            '64B' and
20855            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20856            'NDRPDR' and
20857            '4T2C' and
20858            'IP4FWD' and
20859            not 'IPSEC' and
20860            not 'VHOST'"
20861   parameters:
20862   - "latency"
20863   - "parent"
20864   - "tags"
20865   sort:
20866   - "DOT1Q"
20867   - "IP4BASE"
20868   - "FIB_20k"
20869   - "FIB_200k"
20870   - "FIB_2M"
20871   layout:
20872     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20873     layout: "plot-latency"
20874
20875 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20876 -
20877   type: "plot"
20878   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20879   algorithm: "plot_latency_error_bars"
20880   output-file-type: ".html"
20881   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20882   data: "plot-vpp-throughput-latency-2n-skx"
20883   filter: "'NIC_Intel-XXV710' and
20884            '64B' and
20885            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20886            'NDRPDR' and
20887            '2T1C' and
20888            'IP4FWD' and
20889            not 'IPSEC' and
20890            not 'VHOST'"
20891   parameters:
20892   - "latency"
20893   - "parent"
20894   - "tags"
20895   sort:
20896   - "DOT1Q"
20897   - "IP4BASE"
20898   - "FIB_20k"
20899   - "FIB_200k"
20900   - "FIB_2M"
20901   layout:
20902     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20903     layout: "plot-latency"
20904
20905 -
20906   type: "plot"
20907   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20908   algorithm: "plot_latency_error_bars"
20909   output-file-type: ".html"
20910   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20911   data: "plot-vpp-throughput-latency-2n-skx"
20912   filter: "'NIC_Intel-XXV710' and
20913            '64B' and
20914            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20915            'NDRPDR' and
20916            '4T2C' and
20917            'IP4FWD' and
20918            not 'IPSEC' and
20919            not 'VHOST'"
20920   parameters:
20921   - "latency"
20922   - "parent"
20923   - "tags"
20924   sort:
20925   - "DOT1Q"
20926   - "IP4BASE"
20927   - "FIB_20k"
20928   - "FIB_200k"
20929   - "FIB_2M"
20930   layout:
20931     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20932     layout: "plot-latency"
20933
20934 ################################################################################
20935
20936 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20937 #-
20938 #  type: "plot"
20939 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20940 #  algorithm: "plot_latency_error_bars"
20941 #  output-file-type: ".html"
20942 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20943 #  data: "plot-vpp-throughput-latency-3n-hsw"
20944 #  filter: "'NIC_Intel-X520-DA2' and
20945 #           '64B' and
20946 #           'ENCAP' and
20947 #           'NDRPDR' and
20948 #           '1T1C' and
20949 #           ('VXLAN' or 'LISP') and
20950 #           not 'VHOST' and
20951 #           not 'IPSECHW'"
20952 #  parameters:
20953 #  - "latency"
20954 #  - "parent"
20955 #  - "tags"
20956 #  sort:
20957 #  - "not DOT1Q"
20958 #  - "VXLAN_1"
20959 #  - "VXLAN_10"
20960 #  - "VXLAN_100"
20961 #  - "VXLAN_1000"
20962 #  layout:
20963 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20964 #    layout: "plot-latency"
20965 #
20966 #-
20967 #  type: "plot"
20968 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20969 #  algorithm: "plot_latency_error_bars"
20970 #  output-file-type: ".html"
20971 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20972 #  data: "plot-vpp-throughput-latency-3n-hsw"
20973 #  filter: "'NIC_Intel-X520-DA2' and
20974 #           '64B' and
20975 #           'ENCAP' and
20976 #           'NDRPDR' and
20977 #           '2T2C' and
20978 #           ('VXLAN' or 'LISP') and
20979 #           not 'VHOST' and
20980 #           not 'IPSECHW'"
20981 #  parameters:
20982 #  - "latency"
20983 #  - "parent"
20984 #  - "tags"
20985 #  sort:
20986 #  - "not DOT1Q"
20987 #  - "VXLAN_1"
20988 #  - "VXLAN_10"
20989 #  - "VXLAN_100"
20990 #  - "VXLAN_1000"
20991 #  layout:
20992 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20993 #    layout: "plot-latency"
20994
20995 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20996 -
20997   type: "plot"
20998   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20999   algorithm: "plot_latency_error_bars"
21000   output-file-type: ".html"
21001   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21002   data: "plot-vpp-throughput-latency-3n-hsw"
21003   filter: "'NIC_Intel-X520-DA2' and
21004            '64B' and
21005            'ENCAP' and
21006            'NDRPDR' and
21007            '1T1C' and
21008            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21009            not 'DOT1Q' and
21010            not 'VHOST' and
21011            not 'IPSECHW'"
21012   parameters:
21013   - "latency"
21014   - "parent"
21015   - "tags"
21016 #  sort:
21017 #  - "L2BDMACLRN"
21018 #  - "L2XCFWD"
21019 #  - "LISP"
21020   layout:
21021     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21022     layout: "plot-latency"
21023
21024 -
21025   type: "plot"
21026   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21027   algorithm: "plot_latency_error_bars"
21028   output-file-type: ".html"
21029   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21030   data: "plot-vpp-throughput-latency-3n-hsw"
21031   filter: "'NIC_Intel-X520-DA2' and
21032            '64B' and
21033            'ENCAP' and
21034            'NDRPDR' and
21035            '2T2C' and
21036            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21037            not 'DOT1Q' and
21038            not 'VHOST' and
21039            not 'IPSECHW'"
21040   parameters:
21041   - "latency"
21042   - "parent"
21043   - "tags"
21044   sort:
21045   - "L2BDMACLRN"
21046   - "L2XCFWD"
21047   - "LISP"
21048   layout:
21049     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21050     layout: "plot-latency"
21051
21052 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
21053 -
21054   type: "plot"
21055   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21056   algorithm: "plot_latency_error_bars"
21057   output-file-type: ".html"
21058   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21059   data: "plot-vpp-throughput-latency-3n-hsw"
21060   filter: "'NIC_Intel-X710' and
21061            '64B' and
21062            'ENCAP' and
21063            'NDRPDR' and
21064            '1T1C' and
21065            ('VXLAN' or 'LISP') and
21066            not 'VHOST' and
21067            not 'IPSECHW'"
21068   parameters:
21069   - "latency"
21070   - "parent"
21071   - "tags"
21072   sort:
21073   - "LISP"
21074   - "VXLAN_1"
21075   - "VXLAN_10"
21076   - "VXLAN_100"
21077   - "VXLAN_1000"
21078   layout:
21079     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21080     layout: "plot-latency"
21081
21082 -
21083   type: "plot"
21084   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21085   algorithm: "plot_latency_error_bars"
21086   output-file-type: ".html"
21087   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21088   data: "plot-vpp-throughput-latency-3n-hsw"
21089   filter: "'NIC_Intel-X710' and
21090            '64B' and
21091            'ENCAP' and
21092            'NDRPDR' and
21093            '2T2C' and
21094            ('VXLAN' or 'LISP') and
21095            not 'VHOST' and
21096            not 'IPSECHW'"
21097   parameters:
21098   - "latency"
21099   - "parent"
21100   - "tags"
21101   sort:
21102   - "LISP"
21103   - "VXLAN_1"
21104   - "VXLAN_10"
21105   - "VXLAN_100"
21106   - "VXLAN_1000"
21107   layout:
21108     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21109     layout: "plot-latency"
21110
21111 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21112 -
21113   type: "plot"
21114   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21115   algorithm: "plot_latency_error_bars"
21116   output-file-type: ".html"
21117   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21118   data: "plot-vpp-throughput-latency-3n-hsw"
21119   filter: "'NIC_Intel-X710' and
21120            '64B' and
21121            'ENCAP' and
21122            'NDRPDR' and
21123            '1T1C' and
21124            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21125            not 'DOT1Q' and
21126            not 'VHOST' and
21127            not 'IPSECHW'"
21128   parameters:
21129   - "latency"
21130   - "parent"
21131   - "tags"
21132   sort:
21133   - "L2BDMACLRN"
21134   - "L2XCFWD"
21135   - "LISP"
21136   layout:
21137     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21138     layout: "plot-latency"
21139
21140 -
21141   type: "plot"
21142   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21143   algorithm: "plot_latency_error_bars"
21144   output-file-type: ".html"
21145   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21146   data: "plot-vpp-throughput-latency-3n-hsw"
21147   filter: "'NIC_Intel-X710' and
21148            '64B' and
21149            'ENCAP' and
21150            'NDRPDR' and
21151            '2T2C' and
21152            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21153            not 'DOT1Q' and
21154            not 'VHOST' and
21155            not 'IPSECHW'"
21156   parameters:
21157   - "latency"
21158   - "parent"
21159   - "tags"
21160   sort:
21161   - "L2BDMACLRN"
21162   - "L2XCFWD"
21163   - "LISP"
21164   layout:
21165     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21166     layout: "plot-latency"
21167
21168 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21169 -
21170   type: "plot"
21171   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21172   algorithm: "plot_latency_error_bars"
21173   output-file-type: ".html"
21174   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21175   data: "plot-vpp-throughput-latency-3n-skx"
21176   filter: "'NIC_Intel-X710' and
21177            '64B' and
21178            'ENCAP' and
21179            'NDRPDR' and
21180            '2T1C' and
21181            ('VXLAN' or 'LISP') and
21182            not 'VHOST' and
21183            not 'IPSECHW'"
21184   parameters:
21185   - "latency"
21186   - "parent"
21187   - "tags"
21188   sort:
21189   - "LISP"
21190   - "VXLAN_1"
21191   - "VXLAN_10"
21192   - "VXLAN_100"
21193   - "VXLAN_1000"
21194   layout:
21195     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21196     layout: "plot-latency"
21197
21198 -
21199   type: "plot"
21200   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21201   algorithm: "plot_latency_error_bars"
21202   output-file-type: ".html"
21203   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21204   data: "plot-vpp-throughput-latency-3n-skx"
21205   filter: "'NIC_Intel-X710' and
21206            '64B' and
21207            'ENCAP' and
21208            'NDRPDR' and
21209            '4T2C' and
21210            ('VXLAN' or 'LISP') and
21211            not 'VHOST' and
21212            not 'IPSECHW'"
21213   parameters:
21214   - "latency"
21215   - "parent"
21216   - "tags"
21217   sort:
21218   - "LISP"
21219   - "VXLAN_1"
21220   - "VXLAN_10"
21221   - "VXLAN_100"
21222   - "VXLAN_1000"
21223   layout:
21224     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21225     layout: "plot-latency"
21226
21227 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21228 -
21229   type: "plot"
21230   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21231   algorithm: "plot_latency_error_bars"
21232   output-file-type: ".html"
21233   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21234   data: "plot-vpp-throughput-latency-3n-skx"
21235   filter: "'NIC_Intel-X710' and
21236            '64B' and
21237            'ENCAP' and
21238            'NDRPDR' and
21239            '2T1C' and
21240            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21241            not 'DOT1Q' and
21242            not 'VHOST' and
21243            not 'IPSECHW'"
21244   parameters:
21245   - "latency"
21246   - "parent"
21247   - "tags"
21248   sort:
21249   - "L2BDMACLRN"
21250   - "L2XCFWD"
21251   - "LISP"
21252   layout:
21253     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21254     layout: "plot-latency"
21255
21256 -
21257   type: "plot"
21258   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21259   algorithm: "plot_latency_error_bars"
21260   output-file-type: ".html"
21261   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21262   data: "plot-vpp-throughput-latency-3n-skx"
21263   filter: "'NIC_Intel-X710' and
21264            '64B' and
21265            'ENCAP' and
21266            'NDRPDR' and
21267            '4T2C' and
21268            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21269            not 'DOT1Q' and
21270            not 'VHOST' and
21271            not 'IPSECHW'"
21272   parameters:
21273   - "latency"
21274   - "parent"
21275   - "tags"
21276   sort:
21277   - "L2BDMACLRN"
21278   - "L2XCFWD"
21279   - "LISP"
21280   layout:
21281     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21282     layout: "plot-latency"
21283
21284 ################################################################################
21285
21286 # Packet Latency - VPP IPv6 3n-hsw-x520
21287 -
21288   type: "plot"
21289   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21290   algorithm: "plot_latency_error_bars"
21291   output-file-type: ".html"
21292   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21293   data: "plot-vpp-throughput-latency-3n-hsw"
21294   filter: "'NIC_Intel-X520-DA2' and
21295            '78B' and
21296            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21297            'NDRPDR' and
21298            '1T1C' and
21299            'IP6FWD' and
21300            not 'SRv6' and
21301            not 'IPSEC' and
21302            not 'VHOST'"
21303   parameters:
21304   - "latency"
21305   - "parent"
21306   - "tags"
21307   sort:
21308   - "IP6BASE"
21309   - "FIB_20K"
21310   - "FIB_200K"
21311   - "FIB_2M"
21312   layout:
21313     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21314     layout: "plot-latency"
21315
21316 -
21317   type: "plot"
21318   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21319   algorithm: "plot_latency_error_bars"
21320   output-file-type: ".html"
21321   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21322   data: "plot-vpp-throughput-latency-3n-hsw"
21323   filter: "'NIC_Intel-X520-DA2' and
21324            '78B' and
21325            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21326            'NDRPDR' and
21327            '2T2C' and
21328            'IP6FWD' and
21329            not 'SRv6' and
21330            not 'IPSEC' and
21331            not 'VHOST'"
21332   parameters:
21333   - "latency"
21334   - "parent"
21335   - "tags"
21336   sort:
21337   - "IP6BASE"
21338   - "FIB_20K"
21339   - "FIB_200K"
21340   - "FIB_2M"
21341   layout:
21342     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21343     layout: "plot-latency"
21344
21345 # Packet Latency - VPP IPv6 3n-hsw-x710
21346 -
21347   type: "plot"
21348   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21349   algorithm: "plot_latency_error_bars"
21350   output-file-type: ".html"
21351   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21352   data: "plot-vpp-throughput-latency-3n-hsw"
21353   filter: "'NIC_Intel-X710' and
21354            '78B' and
21355            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21356            'NDRPDR' and
21357            '1T1C' and
21358            'IP6FWD' and
21359            not 'SRv6' and
21360            not 'IPSEC' and
21361            not 'VHOST'"
21362   parameters:
21363   - "latency"
21364   - "parent"
21365   - "tags"
21366   sort:
21367   - "IP6BASE"
21368   - "FIB_20K"
21369   - "FIB_200K"
21370   - "FIB_2M"
21371   layout:
21372     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21373     layout: "plot-latency"
21374
21375 -
21376   type: "plot"
21377   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21378   algorithm: "plot_latency_error_bars"
21379   output-file-type: ".html"
21380   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21381   data: "plot-vpp-throughput-latency-3n-hsw"
21382   filter: "'NIC_Intel-X710' and
21383            '78B' and
21384            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21385            'NDRPDR' and
21386            '2T2C' and
21387            'IP6FWD' and
21388            not 'SRv6' and
21389            not 'IPSEC' and
21390            not 'VHOST'"
21391   parameters:
21392   - "latency"
21393   - "parent"
21394   - "tags"
21395   sort:
21396   - "IP6BASE"
21397   - "FIB_20K"
21398   - "FIB_200K"
21399   - "FIB_2M"
21400   layout:
21401     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21402     layout: "plot-latency"
21403
21404 # Packet Latency - VPP IPv6 3n-hsw-xl710
21405 -
21406   type: "plot"
21407   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21408   algorithm: "plot_latency_error_bars"
21409   output-file-type: ".html"
21410   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21411   data: "plot-vpp-throughput-latency-3n-hsw"
21412   filter: "'NIC_Intel-XL710' and
21413            '78B' and
21414            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21415            'NDRPDR' and
21416            '1T1C' and
21417            'IP6FWD' and
21418            not 'SRv6' and
21419            not 'IPSEC' and
21420            not 'VHOST'"
21421   parameters:
21422   - "latency"
21423   - "parent"
21424   - "tags"
21425   sort:
21426   - "IP6BASE"
21427   - "FIB_20K"
21428   - "FIB_200K"
21429   - "FIB_2M"
21430   layout:
21431     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21432     layout: "plot-latency"
21433
21434 -
21435   type: "plot"
21436   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21437   algorithm: "plot_latency_error_bars"
21438   output-file-type: ".html"
21439   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21440   data: "plot-vpp-throughput-latency-3n-hsw"
21441   filter: "'NIC_Intel-XL710' and
21442            '78B' and
21443            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21444            'NDRPDR' and
21445            '2T2C' and
21446            'IP6FWD' and
21447            not 'SRv6' and
21448            not 'IPSEC' and
21449            not 'VHOST'"
21450   parameters:
21451   - "latency"
21452   - "parent"
21453   - "tags"
21454   sort:
21455   - "IP6BASE"
21456   - "FIB_20K"
21457   - "FIB_200K"
21458   - "FIB_2M"
21459   layout:
21460     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21461     layout: "plot-latency"
21462
21463 # Packet Latency - VPP IPv6 3n-skx-x710
21464 -
21465   type: "plot"
21466   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21467   algorithm: "plot_latency_error_bars"
21468   output-file-type: ".html"
21469   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21470   data: "plot-vpp-throughput-latency-3n-skx"
21471   filter: "'NIC_Intel-X710' and
21472            '78B' and
21473            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21474            'NDRPDR' and
21475            '2T1C' and
21476            'IP6FWD' and
21477            not 'SRv6' and
21478            not 'IPSEC' and
21479            not 'VHOST'"
21480   parameters:
21481   - "latency"
21482   - "parent"
21483   - "tags"
21484   sort:
21485   - "IP6BASE"
21486   - "FIB_20K"
21487   - "FIB_200K"
21488   - "FIB_2M"
21489   layout:
21490     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21491     layout: "plot-latency"
21492
21493 -
21494   type: "plot"
21495   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21496   algorithm: "plot_latency_error_bars"
21497   output-file-type: ".html"
21498   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21499   data: "plot-vpp-throughput-latency-3n-skx"
21500   filter: "'NIC_Intel-X710' and
21501            '78B' and
21502            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21503            'NDRPDR' and
21504            '4T2C' and
21505            'IP6FWD' and
21506            not 'SRv6' and
21507            not 'IPSEC' and
21508            not 'VHOST'"
21509   parameters:
21510   - "latency"
21511   - "parent"
21512   - "tags"
21513   sort:
21514   - "IP6BASE"
21515   - "FIB_20K"
21516   - "FIB_200K"
21517   - "FIB_2M"
21518   layout:
21519     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21520     layout: "plot-latency"
21521
21522 # Packet Latency - VPP IPv6 2n-skx-x710
21523 -
21524   type: "plot"
21525   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21526   algorithm: "plot_latency_error_bars"
21527   output-file-type: ".html"
21528   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21529   data: "plot-vpp-throughput-latency-2n-skx"
21530   filter: "'NIC_Intel-X710' and
21531            '78B' and
21532            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21533            'NDRPDR' and
21534            '2T1C' and
21535            'IP6FWD' and
21536            not 'SRv6' and
21537            not 'IPSEC' and
21538            not 'VHOST'"
21539   parameters:
21540   - "latency"
21541   - "parent"
21542   - "tags"
21543   sort:
21544   - "IP6BASE"
21545   - "FIB_20k"
21546   - "FIB_200k"
21547   - "FIB_2M"
21548   layout:
21549     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21550     layout: "plot-latency"
21551
21552 -
21553   type: "plot"
21554   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21555   algorithm: "plot_latency_error_bars"
21556   output-file-type: ".html"
21557   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21558   data: "plot-vpp-throughput-latency-2n-skx"
21559   filter: "'NIC_Intel-X710' and
21560            '78B' and
21561            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21562            'NDRPDR' and
21563            '4T2C' and
21564            'IP6FWD' and
21565            not 'SRv6' and
21566            not 'IPSEC' and
21567            not 'VHOST'"
21568   parameters:
21569   - "latency"
21570   - "parent"
21571   - "tags"
21572   sort:
21573   - "IP6BASE"
21574   - "FIB_20k"
21575   - "FIB_200k"
21576   - "FIB_2M"
21577   layout:
21578     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21579     layout: "plot-latency"
21580
21581 # Packet Latency - VPP IPv6 2n-skx-xxv710
21582 -
21583   type: "plot"
21584   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21585   algorithm: "plot_latency_error_bars"
21586   output-file-type: ".html"
21587   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21588   data: "plot-vpp-throughput-latency-2n-skx"
21589   filter: "'NIC_Intel-XXV710' and
21590            '78B' and
21591            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21592            'NDRPDR' and
21593            '2T1C' and
21594            'IP6FWD' and
21595            not 'SRv6' and
21596            not 'IPSEC' and
21597            not 'VHOST'"
21598   parameters:
21599   - "latency"
21600   - "parent"
21601   - "tags"
21602   sort:
21603   - "IP6BASE"
21604   - "FIB_20k"
21605   - "FIB_200k"
21606   - "FIB_2M"
21607   layout:
21608     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21609     layout: "plot-latency"
21610
21611 -
21612   type: "plot"
21613   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21614   algorithm: "plot_latency_error_bars"
21615   output-file-type: ".html"
21616   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21617   data: "plot-vpp-throughput-latency-2n-skx"
21618   filter: "'NIC_Intel-XXV710' and
21619            '78B' and
21620            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21621            'NDRPDR' and
21622            '4T2C' and
21623            'IP6FWD' and
21624            not 'SRv6' and
21625            not 'IPSEC' and
21626            not 'VHOST'"
21627   parameters:
21628   - "latency"
21629   - "parent"
21630   - "tags"
21631   sort:
21632   - "IP6BASE"
21633   - "FIB_20k"
21634   - "FIB_200k"
21635   - "FIB_2M"
21636   layout:
21637     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21638     layout: "plot-latency"
21639
21640 ################################################################################
21641
21642 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21643 -
21644   type: "plot"
21645   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21646   algorithm: "plot_latency_error_bars"
21647   output-file-type: ".html"
21648   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21649   data: "plot-vpp-throughput-latency-3n-hsw"
21650   filter: "'NIC_Intel-X520-DA2' and
21651            '78B' and
21652            'ENCAP' and
21653            'NDRPDR' and
21654            '1T1C' and
21655            'LISP' and
21656            not 'VHOST'"
21657   parameters:
21658   - "latency"
21659   - "parent"
21660   - "tags"
21661   sort:
21662   - "IP4UNRLAY"
21663   - "IP6UNRLAY"
21664   layout:
21665     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21666     layout: "plot-latency"
21667
21668 -
21669   type: "plot"
21670   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21671   algorithm: "plot_latency_error_bars"
21672   output-file-type: ".html"
21673   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21674   data: "plot-vpp-throughput-latency-3n-hsw"
21675   filter: "'NIC_Intel-X520-DA2' and
21676            '78B' and
21677            'ENCAP' and
21678            'NDRPDR' and
21679            '2T2C' and
21680            'LISP' and
21681            not 'VHOST'"
21682   parameters:
21683   - "latency"
21684   - "parent"
21685   - "tags"
21686   sort:
21687   - "IP4UNRLAY"
21688   - "IP6UNRLAY"
21689   layout:
21690     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21691     layout: "plot-latency"
21692
21693 ################################################################################
21694
21695 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21696 -
21697   type: "plot"
21698   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21699   algorithm: "plot_latency_error_bars"
21700   output-file-type: ".html"
21701   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21702   data: "plot-vpp-throughput-latency-3n-hsw"
21703   filter: "'NIC_Intel-XL710' and
21704            '64B' and
21705            'IP4FWD' and
21706            'NDRPDR' and
21707            'BASE' and
21708            '1T1C' and
21709            'IPSECHW' and
21710            ('IPSECTRAN' or 'IPSECTUN') and
21711            not 'VHOST'"
21712   parameters:
21713   - "latency"
21714   - "parent"
21715   - "tags"
21716   layout:
21717     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21718     layout: "plot-latency"
21719
21720 -
21721   type: "plot"
21722   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21723   algorithm: "plot_latency_error_bars"
21724   output-file-type: ".html"
21725   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21726   data: "plot-vpp-throughput-latency-3n-hsw"
21727   filter: "'NIC_Intel-XL710' and
21728            '64B' and
21729            'IP4FWD' and
21730            'NDRPDR' and
21731            'BASE' and
21732            '2T2C' and
21733            'IPSECHW' and
21734            ('IPSECTRAN' or 'IPSECTUN') and
21735            not 'VHOST'"
21736   parameters:
21737   - "latency"
21738   - "parent"
21739   - "tags"
21740   layout:
21741     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21742     layout: "plot-latency"
21743
21744 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21745 -
21746   type: "plot"
21747   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21748   algorithm: "plot_latency_error_bars"
21749   output-file-type: ".html"
21750   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21751   data: "plot-vpp-throughput-latency-3n-hsw"
21752   filter: "'NIC_Intel-XL710' and
21753            '64B' and
21754            'IP4FWD' and
21755            'NDRPDR' and
21756            'SCALE' and
21757            '1T1C' and
21758            'IPSECHW' and
21759            ('IPSECTRAN' or 'IPSECTUN') and
21760            not 'VHOST'"
21761   parameters:
21762   - "latency"
21763   - "parent"
21764   - "tags"
21765   layout:
21766     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21767     layout: "plot-latency"
21768
21769 -
21770   type: "plot"
21771   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21772   algorithm: "plot_latency_error_bars"
21773   output-file-type: ".html"
21774   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21775   data: "plot-vpp-throughput-latency-3n-hsw"
21776   filter: "'NIC_Intel-XL710' and
21777            '64B' and
21778            'IP4FWD' and
21779            'NDRPDR' and
21780            'SCALE' and
21781            '2T2C' and
21782            'IPSECHW' and
21783            ('IPSECTRAN' or 'IPSECTUN') and
21784            not 'VHOST'"
21785   parameters:
21786   - "latency"
21787   - "parent"
21788   - "tags"
21789   layout:
21790     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21791     layout: "plot-latency"
21792
21793 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21794 -
21795   type: "plot"
21796   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21797   algorithm: "plot_latency_error_bars"
21798   output-file-type: ".html"
21799   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21800   data: "plot-vpp-throughput-latency-3n-hsw"
21801   filter: "'NIC_Intel-XL710' and
21802            '64B' and
21803            'IP4FWD' and
21804            'NDRPDR' and
21805            '1T1C' and
21806            'IPSECSW' and
21807            ('IPSECTRAN' or 'IPSECTUN') and
21808            not 'VHOST'"
21809   parameters:
21810   - "latency"
21811   - "parent"
21812   - "tags"
21813   layout:
21814     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21815     layout: "plot-latency"
21816
21817 -
21818   type: "plot"
21819   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21820   algorithm: "plot_latency_error_bars"
21821   output-file-type: ".html"
21822   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21823   data: "plot-vpp-throughput-latency-3n-hsw"
21824   filter: "'NIC_Intel-XL710' and
21825            '64B' and
21826            'IP4FWD' and
21827            'NDRPDR' and
21828            '2T2C' and
21829            'IPSECSW' and
21830            ('IPSECTRAN' or 'IPSECTUN') and
21831            not 'VHOST'"
21832   parameters:
21833   - "latency"
21834   - "parent"
21835   - "tags"
21836   layout:
21837     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21838     layout: "plot-latency"
21839
21840 ################################################################################
21841
21842 # Packet Latency - VPP SRv6 3n-hsw-x520
21843 -
21844   type: "plot"
21845   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21846   algorithm: "plot_latency_error_bars"
21847   output-file-type: ".html"
21848   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21849   data: "plot-vpp-throughput-latency-3n-hsw"
21850   filter: "'NIC_Intel-X520-DA2' and
21851            '78B' and
21852            'FEATURE' and
21853            'NDRPDR' and
21854            '1T1C' and
21855            'IP6FWD' and
21856            'SRv6'"
21857   parameters:
21858   - "latency"
21859   - "parent"
21860   - "tags"
21861   layout:
21862     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21863     layout: "plot-latency"
21864
21865 -
21866   type: "plot"
21867   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21868   algorithm: "plot_latency_error_bars"
21869   output-file-type: ".html"
21870   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21871   data: "plot-vpp-throughput-latency-3n-hsw"
21872   filter: "'NIC_Intel-X520-DA2' and
21873            '78B' and
21874            'FEATURE' and
21875            'NDRPDR' and
21876            '2T2C' and
21877            'IP6FWD' and
21878            'SRv6'"
21879   parameters:
21880   - "latency"
21881   - "parent"
21882   - "tags"
21883   layout:
21884     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21885     layout: "plot-latency"
21886
21887 ################################################################################
21888
21889 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21890 -
21891   type: "plot"
21892   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21893   algorithm: "plot_latency_error_bars"
21894   output-file-type: ".html"
21895   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21896   data: "plot-vpp-throughput-latency-3n-hsw"
21897   filter: "'NIC_Intel-X520-DA2' and
21898            '64B' and
21899            'NDRPDR' and
21900            'ETH' and
21901            'IP4FWD' and
21902            '1T1C' and
21903            'VHOST_1024' and
21904            not 'VXLAN' and
21905            not 'DOT1Q'"
21906   parameters:
21907   - "latency"
21908   - "parent"
21909   - "tags"
21910   sort:
21911   - "not CFS_OPT"
21912   - "1VM"
21913   - "2VM"
21914   layout:
21915     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21916     layout: "plot-latency"
21917
21918 -
21919   type: "plot"
21920   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21921   algorithm: "plot_latency_error_bars"
21922   output-file-type: ".html"
21923   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21924   data: "plot-vpp-throughput-latency-3n-hsw"
21925   filter: "'NIC_Intel-X520-DA2' and
21926            '64B' and
21927            'NDRPDR' and
21928            'ETH' and
21929            'IP4FWD' and
21930            '2T2C' and
21931            'VHOST_1024' and
21932            not 'VXLAN' and
21933            not 'DOT1Q'"
21934   parameters:
21935   - "latency"
21936   - "parent"
21937   - "tags"
21938   sort:
21939   - "not CFS_OPT"
21940   - "1VM"
21941   - "2VM"
21942   layout:
21943     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21944     layout: "plot-latency"
21945
21946 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21947 -
21948   type: "plot"
21949   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21950   algorithm: "plot_latency_error_bars"
21951   output-file-type: ".html"
21952   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21953   data: "plot-vpp-throughput-latency-3n-hsw"
21954   filter: "'NIC_Intel-X520-DA2' and
21955            '64B' and
21956            'NDRPDR' and
21957            ('ETH' or 'DOT1Q') and
21958            '1T1C' and
21959            'L2BDMACLRN' and
21960            'VHOST_1024' and
21961            not 'VXLAN' and
21962            not 'IP4FWD' and
21963            not '2VM'"
21964   parameters:
21965   - "latency"
21966   - "parent"
21967   - "tags"
21968 #  sort:
21969 #  - "VM"  # "not CFS_OPT"
21970 #  - "CFS_OPT"
21971 #  - "FIB_10K"
21972 #  - "FIB_100K"
21973 #  - "FIB_1M"
21974   layout:
21975     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21976     layout: "plot-latency"
21977
21978 -
21979   type: "plot"
21980   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21981   algorithm: "plot_latency_error_bars"
21982   output-file-type: ".html"
21983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21984   data: "plot-vpp-throughput-latency-3n-hsw"
21985   filter: "'NIC_Intel-X520-DA2' and
21986            '64B' and
21987            'NDRPDR' and
21988            ('ETH' or 'DOT1Q') and
21989            '2T2C' and
21990            'L2BDMACLRN' and
21991            'VHOST_1024' and
21992            not 'VXLAN' and
21993            not 'IP4FWD' and
21994            not '2VM'"
21995   parameters:
21996   - "latency"
21997   - "parent"
21998   - "tags"
21999 #  sort:
22000 #  - "VM"  # "not CFS_OPT"
22001 #  - "CFS_OPT"
22002 #  - "FIB_10K"
22003 #  - "FIB_100K"
22004 #  - "FIB_1M"
22005   layout:
22006     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22007     layout: "plot-latency"
22008
22009 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
22010 -
22011   type: "plot"
22012   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22013   algorithm: "plot_latency_error_bars"
22014   output-file-type: ".html"
22015   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22016   data: "plot-vpp-throughput-latency-3n-hsw"
22017   filter: "'NIC_Intel-X520-DA2' and
22018            '64B' and
22019            'NDRPDR' and
22020            ('ETH' or 'DOT1Q') and
22021            'BASE' and
22022            '1T1C' and
22023            ('L2BDMACLRN' or 'L2XCFWD') and
22024            'VHOST_1024' and
22025            not 'VXLAN' and
22026            not 'IP4FWD' and
22027            not '2VM'"
22028   parameters:
22029   - "latency"
22030   - "parent"
22031   - "tags"
22032 #  sort:
22033 #  - "not CFS_OPT"
22034 #  - "L2XCFWD"
22035 #  - "not CFS_OPT"
22036 #  - "CFS_OPT"
22037   layout:
22038     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
22039     layout: "plot-latency"
22040
22041 -
22042   type: "plot"
22043   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22044   algorithm: "plot_latency_error_bars"
22045   output-file-type: ".html"
22046   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22047   data: "plot-vpp-throughput-latency-3n-hsw"
22048   filter: "'NIC_Intel-X520-DA2' and
22049            '64B' and
22050            'NDRPDR' and
22051            ('ETH' or 'DOT1Q') and
22052            'BASE' and
22053            '2T2C' and
22054            ('L2BDMACLRN' or 'L2XCFWD') and
22055            'VHOST_1024' and
22056            not 'VXLAN' and
22057            not 'IP4FWD' and
22058            not '2VM'"
22059   parameters:
22060   - "latency"
22061   - "parent"
22062   - "tags"
22063 #  sort:
22064 #  - "not CFS_OPT"
22065 #  - "L2XCFWD"
22066 #  - "not CFS_OPT"
22067 #  - "CFS_OPT"
22068   layout:
22069     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22070     layout: "plot-latency"
22071
22072 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22073 -
22074   type: "plot"
22075   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22076   algorithm: "plot_latency_error_bars"
22077   output-file-type: ".html"
22078   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22079   data: "plot-vpp-throughput-latency-3n-hsw"
22080   filter: "'NIC_Intel-X520-DA2' and
22081            '64B' and
22082            'NDRPDR' and
22083            ('ETH' or 'DOT1Q') and
22084            '1T1C' and
22085            ('L2BDMACLRN' or 'L2XCFWD') and
22086            'VHOST_1024' and
22087            not 'CFS_OPT' and
22088            not 'VXLAN' and
22089            not 'IP4FWD' and
22090            not 'LBOND'"
22091   parameters:
22092   - "latency"
22093   - "parent"
22094   - "tags"
22095 #  sort:
22096 #  - "1VM"
22097 #  - "L2XCFWD"
22098 #  - "1VM"
22099 #  - "L2BDMACLRN"
22100   layout:
22101     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22102     layout: "plot-latency"
22103
22104 -
22105   type: "plot"
22106   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22107   algorithm: "plot_latency_error_bars"
22108   output-file-type: ".html"
22109   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22110   data: "plot-vpp-throughput-latency-3n-hsw"
22111   filter: "'NIC_Intel-X520-DA2' and
22112            '64B' and
22113            'NDRPDR' and
22114            ('ETH' or 'DOT1Q') and
22115            '2T2C' and
22116            ('L2BDMACLRN' or 'L2XCFWD') and
22117            'VHOST_1024' and
22118            not 'CFS_OPT' and
22119            not 'VXLAN' and
22120            not 'IP4FWD' and
22121            not 'LBOND'"
22122   parameters:
22123   - "latency"
22124   - "parent"
22125   - "tags"
22126 #  sort:
22127 #  - "1VM"
22128 #  - "L2XCFWD"
22129 #  - "1VM"
22130 #  - "L2BDMACLRN"
22131   layout:
22132     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22133     layout: "plot-latency"
22134
22135 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22136 -
22137   type: "plot"
22138   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22139   algorithm: "plot_latency_error_bars"
22140   output-file-type: ".html"
22141   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22142   data: "plot-vpp-throughput-latency-3n-hsw"
22143   filter: "'NIC_Intel-X710' and
22144            '64B' and
22145            'NDRPDR' and
22146            'ETH' and
22147            'IP4FWD' and
22148            '1T1C' and
22149            'VHOST_1024' and
22150            not 'VXLAN' and
22151            not 'DOT1Q'"
22152   parameters:
22153   - "latency"
22154   - "parent"
22155   - "tags"
22156   sort:
22157   - "not CFS_OPT"
22158   - "1VM"
22159   - "2VM"
22160   layout:
22161     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22162     layout: "plot-latency"
22163
22164 -
22165   type: "plot"
22166   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22167   algorithm: "plot_latency_error_bars"
22168   output-file-type: ".html"
22169   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22170   data: "plot-vpp-throughput-latency-3n-hsw"
22171   filter: "'NIC_Intel-X710' and
22172            '64B' and
22173            'NDRPDR' and
22174            'ETH' and
22175            'IP4FWD' and
22176            '2T2C' and
22177            'VHOST_1024' and
22178            not 'VXLAN' and
22179            not 'DOT1Q'"
22180   parameters:
22181   - "latency"
22182   - "parent"
22183   - "tags"
22184   sort:
22185   - "not CFS_OPT"
22186   - "1VM"
22187   - "2VM"
22188   layout:
22189     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22190     layout: "plot-latency"
22191
22192 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22193 -
22194   type: "plot"
22195   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22196   algorithm: "plot_latency_error_bars"
22197   output-file-type: ".html"
22198   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22199   data: "plot-vpp-throughput-latency-3n-hsw"
22200   filter: "'NIC_Intel-X710' and
22201            '64B' and
22202            'NDRPDR' and
22203            ('ETH' or 'DOT1Q') and
22204            '1T1C' and
22205            'L2BDMACLRN' and
22206            'VHOST_1024' and
22207            not 'VXLAN' and
22208            not 'IP4FWD' and
22209            not '2VM'"
22210   parameters:
22211   - "latency"
22212   - "parent"
22213   - "tags"
22214 #  sort:
22215 #  - "VM"  # "not CFS_OPT"
22216 #  - "CFS_OPT"
22217 #  - "FIB_10K"
22218 #  - "FIB_100K"
22219 #  - "FIB_1M"
22220   layout:
22221     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22222     layout: "plot-latency"
22223
22224 -
22225   type: "plot"
22226   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22227   algorithm: "plot_latency_error_bars"
22228   output-file-type: ".html"
22229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22230   data: "plot-vpp-throughput-latency-3n-hsw"
22231   filter: "'NIC_Intel-X710' and
22232            '64B' and
22233            'NDRPDR' and
22234            ('ETH' or 'DOT1Q') and
22235            '2T2C' and
22236            'L2BDMACLRN' and
22237            'VHOST_1024' and
22238            not 'VXLAN' and
22239            not 'IP4FWD' and
22240            not '2VM'"
22241   parameters:
22242   - "latency"
22243   - "parent"
22244   - "tags"
22245 #  sort:
22246 #  - "VM"  # "not CFS_OPT"
22247 #  - "CFS_OPT"
22248 #  - "FIB_10K"
22249 #  - "FIB_100K"
22250 #  - "FIB_1M"
22251   layout:
22252     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22253     layout: "plot-latency"
22254
22255 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22256 -
22257   type: "plot"
22258   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22259   algorithm: "plot_latency_error_bars"
22260   output-file-type: ".html"
22261   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22262   data: "plot-vpp-throughput-latency-3n-hsw"
22263   filter: "'NIC_Intel-X710' and
22264            '64B' and
22265            'NDRPDR' and
22266            ('ETH' or 'DOT1Q') and
22267            'BASE' and
22268            '1T1C' and
22269            ('L2BDMACLRN' or 'L2XCFWD') and
22270            'VHOST_1024' and
22271            not 'VXLAN' and
22272            not 'IP4FWD' and
22273            not '2VM'"
22274   parameters:
22275   - "latency"
22276   - "parent"
22277   - "tags"
22278 #  sort:
22279 #  - "not CFS_OPT"
22280 #  - "L2XCFWD"
22281 #  - "not CFS_OPT"
22282 #  - "CFS_OPT"
22283   layout:
22284     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22285     layout: "plot-latency"
22286
22287 -
22288   type: "plot"
22289   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22290   algorithm: "plot_latency_error_bars"
22291   output-file-type: ".html"
22292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22293   data: "plot-vpp-throughput-latency-3n-hsw"
22294   filter: "'NIC_Intel-X710' and
22295            '64B' and
22296            'NDRPDR' and
22297            ('ETH' or 'DOT1Q') and
22298            'BASE' and
22299            '2T2C' and
22300            ('L2BDMACLRN' or 'L2XCFWD') and
22301            'VHOST_1024' and
22302            not 'VXLAN' and
22303            not 'IP4FWD' and
22304            not '2VM'"
22305   parameters:
22306   - "latency"
22307   - "parent"
22308   - "tags"
22309 #  sort:
22310 #  - "not CFS_OPT"
22311 #  - "L2XCFWD"
22312 #  - "not CFS_OPT"
22313 #  - "CFS_OPT"
22314   layout:
22315     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22316     layout: "plot-latency"
22317
22318 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22319 -
22320   type: "plot"
22321   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22322   algorithm: "plot_latency_error_bars"
22323   output-file-type: ".html"
22324   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22325   data: "plot-vpp-throughput-latency-3n-hsw"
22326   filter: "'NIC_Intel-X710' and
22327            '64B' and
22328            'NDRPDR' and
22329            ('ETH' or 'DOT1Q') and
22330            '1T1C' and
22331            ('L2BDMACLRN' or 'L2XCFWD') and
22332            'VHOST_1024' and
22333            not 'CFS_OPT' and
22334            not 'VXLAN' and
22335            not 'IP4FWD' and
22336            not 'LBOND'"
22337   parameters:
22338   - "latency"
22339   - "parent"
22340   - "tags"
22341 #  sort:
22342 #  - "1VM"
22343 #  - "L2XCFWD"
22344 #  - "1VM"
22345 #  - "L2BDMACLRN"
22346   layout:
22347     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22348     layout: "plot-latency"
22349
22350 -
22351   type: "plot"
22352   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22353   algorithm: "plot_latency_error_bars"
22354   output-file-type: ".html"
22355   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22356   data: "plot-vpp-throughput-latency-3n-hsw"
22357   filter: "'NIC_Intel-X710' and
22358            '64B' and
22359            'NDRPDR' and
22360            ('ETH' or 'DOT1Q') and
22361            '2T2C' and
22362            ('L2BDMACLRN' or 'L2XCFWD') and
22363            'VHOST_1024' and
22364            not 'CFS_OPT' and
22365            not 'VXLAN' and
22366            not 'IP4FWD' and
22367            not 'LBOND'"
22368   parameters:
22369   - "latency"
22370   - "parent"
22371   - "tags"
22372 #  sort:
22373 #  - "1VM"
22374 #  - "L2XCFWD"
22375 #  - "1VM"
22376 #  - "L2BDMACLRN"
22377   layout:
22378     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22379     layout: "plot-latency"
22380
22381 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22382 -
22383   type: "plot"
22384   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22385   algorithm: "plot_latency_error_bars"
22386   output-file-type: ".html"
22387   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22388   data: "plot-vpp-throughput-latency-3n-hsw"
22389   filter: "'NIC_Intel-XL710' and
22390            '64B' and
22391            'NDRPDR' and
22392            'ETH' and
22393            'IP4FWD' and
22394            '1T1C' and
22395            'VHOST_1024' and
22396            not 'VXLAN' and
22397            not 'DOT1Q'"
22398   parameters:
22399   - "latency"
22400   - "parent"
22401   - "tags"
22402   sort:
22403   - "not CFS_OPT"
22404   - "1VM"
22405   - "2VM"
22406   layout:
22407     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22408     layout: "plot-latency"
22409
22410 -
22411   type: "plot"
22412   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22413   algorithm: "plot_latency_error_bars"
22414   output-file-type: ".html"
22415   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22416   data: "plot-vpp-throughput-latency-3n-hsw"
22417   filter: "'NIC_Intel-XL710' and
22418            '64B' and
22419            'NDRPDR' and
22420            'ETH' and
22421            'IP4FWD' and
22422            '2T2C' and
22423            'VHOST_1024' and
22424            not 'VXLAN' and
22425            not 'DOT1Q'"
22426   parameters:
22427   - "latency"
22428   - "parent"
22429   - "tags"
22430   sort:
22431   - "not CFS_OPT"
22432   - "1VM"
22433   - "2VM"
22434   layout:
22435     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22436     layout: "plot-latency"
22437
22438 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22439 -
22440   type: "plot"
22441   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22442   algorithm: "plot_latency_error_bars"
22443   output-file-type: ".html"
22444   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22445   data: "plot-vpp-throughput-latency-3n-hsw"
22446   filter: "'NIC_Intel-XL710' and
22447            '64B' and
22448            'NDRPDR' and
22449            ('ETH' or 'DOT1Q') and
22450            '1T1C' and
22451            'L2BDMACLRN' and
22452            'VHOST_1024' and
22453            not 'VXLAN' and
22454            not 'IP4FWD' and
22455            not '2VM'"
22456   parameters:
22457   - "latency"
22458   - "parent"
22459   - "tags"
22460 #  sort:
22461 #  - "VM"  # "not CFS_OPT"
22462 #  - "CFS_OPT"
22463 #  - "FIB_10K"
22464 #  - "FIB_100K"
22465 #  - "FIB_1M"
22466   layout:
22467     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22468     layout: "plot-latency"
22469
22470 -
22471   type: "plot"
22472   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22473   algorithm: "plot_latency_error_bars"
22474   output-file-type: ".html"
22475   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22476   data: "plot-vpp-throughput-latency-3n-hsw"
22477   filter: "'NIC_Intel-XL710' and
22478            '64B' and
22479            'NDRPDR' and
22480            ('ETH' or 'DOT1Q') and
22481            '2T2C' and
22482            'L2BDMACLRN' and
22483            'VHOST_1024' and
22484            not 'VXLAN' and
22485            not 'IP4FWD' and
22486            not '2VM'"
22487   parameters:
22488   - "latency"
22489   - "parent"
22490   - "tags"
22491 #  sort:
22492 #  - "VM"  # "not CFS_OPT"
22493 #  - "CFS_OPT"
22494 #  - "FIB_10K"
22495 #  - "FIB_100K"
22496 #  - "FIB_1M"
22497   layout:
22498     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22499     layout: "plot-latency"
22500
22501 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22502 -
22503   type: "plot"
22504   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22505   algorithm: "plot_latency_error_bars"
22506   output-file-type: ".html"
22507   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22508   data: "plot-vpp-throughput-latency-3n-hsw"
22509   filter: "'NIC_Intel-XL710' and
22510            '64B' and
22511            'NDRPDR' and
22512            ('ETH' or 'DOT1Q') and
22513            'BASE' and
22514            '1T1C' and
22515            ('L2BDMACLRN' or 'L2XCFWD') and
22516            'VHOST_1024' and
22517            not 'VXLAN' and
22518            not 'IP4FWD' and
22519            not '2VM'"
22520   parameters:
22521   - "latency"
22522   - "parent"
22523   - "tags"
22524 #  sort:
22525 #  - "not CFS_OPT"
22526 #  - "L2XCFWD"
22527 #  - "not CFS_OPT"
22528 #  - "CFS_OPT"
22529   layout:
22530     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22531     layout: "plot-latency"
22532
22533 -
22534   type: "plot"
22535   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22536   algorithm: "plot_latency_error_bars"
22537   output-file-type: ".html"
22538   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22539   data: "plot-vpp-throughput-latency-3n-hsw"
22540   filter: "'NIC_Intel-XL710' and
22541            '64B' and
22542            'NDRPDR' and
22543            ('ETH' or 'DOT1Q') and
22544            'BASE' and
22545            '2T2C' and
22546            ('L2BDMACLRN' or 'L2XCFWD') and
22547            'VHOST_1024' and
22548            not 'VXLAN' and
22549            not 'IP4FWD' and
22550            not '2VM'"
22551   parameters:
22552   - "latency"
22553   - "parent"
22554   - "tags"
22555 #  sort:
22556 #  - "not CFS_OPT"
22557 #  - "L2XCFWD"
22558 #  - "not CFS_OPT"
22559 #  - "CFS_OPT"
22560   layout:
22561     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22562     layout: "plot-latency"
22563
22564 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22565 -
22566   type: "plot"
22567   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22568   algorithm: "plot_latency_error_bars"
22569   output-file-type: ".html"
22570   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22571   data: "plot-vpp-throughput-latency-3n-hsw"
22572   filter: "'NIC_Intel-XL710' and
22573            '64B' and
22574            'NDRPDR' and
22575            ('ETH' or 'DOT1Q') and
22576            '1T1C' and
22577            ('L2BDMACLRN' or 'L2XCFWD') and
22578            'VHOST_1024' and
22579            not 'CFS_OPT' and
22580            not 'VXLAN' and
22581            not 'IP4FWD'"
22582   parameters:
22583   - "latency"
22584   - "parent"
22585   - "tags"
22586 #  sort:
22587 #  - "1VM"
22588 #  - "L2XCFWD"
22589 #  - "1VM"
22590 #  - "L2BDMACLRN"
22591   layout:
22592     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22593     layout: "plot-latency"
22594
22595 -
22596   type: "plot"
22597   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22598   algorithm: "plot_latency_error_bars"
22599   output-file-type: ".html"
22600   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22601   data: "plot-vpp-throughput-latency-3n-hsw"
22602   filter: "'NIC_Intel-XL710' and
22603            '64B' and
22604            'NDRPDR' and
22605            ('ETH' or 'DOT1Q') and
22606            '2T2C' and
22607            ('L2BDMACLRN' or 'L2XCFWD') and
22608            'VHOST_1024' and
22609            not 'CFS_OPT' and
22610            not 'VXLAN' and
22611            not 'IP4FWD'"
22612   parameters:
22613   - "latency"
22614   - "parent"
22615   - "tags"
22616 #  sort:
22617 #  - "1VM"
22618 #  - "L2XCFWD"
22619 #  - "1VM"
22620 #  - "L2BDMACLRN"
22621   layout:
22622     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22623     layout: "plot-latency"
22624
22625 # Packet Latency - VPP vhost ip4 3n-skx-x710
22626 -
22627   type: "plot"
22628   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22629   algorithm: "plot_latency_error_bars"
22630   output-file-type: ".html"
22631   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22632   data: "plot-vpp-throughput-latency-3n-skx"
22633   filter: "'NIC_Intel-X710' and
22634            '64B' and
22635            'NDRPDR' and
22636            'ETH' and
22637            'IP4FWD' and
22638            '2T1C' and
22639            'VHOST_1024' and
22640            not 'VXLAN' and
22641            not 'DOT1Q'"
22642   parameters:
22643   - "latency"
22644   - "parent"
22645   - "tags"
22646   sort:
22647   - "not CFS_OPT"
22648   - "1VM"
22649   - "2VM"
22650   layout:
22651     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22652     layout: "plot-latency"
22653
22654 -
22655   type: "plot"
22656   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22657   algorithm: "plot_latency_error_bars"
22658   output-file-type: ".html"
22659   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22660   data: "plot-vpp-throughput-latency-3n-skx"
22661   filter: "'NIC_Intel-X710' and
22662            '64B' and
22663            'NDRPDR' and
22664            'ETH' and
22665            'IP4FWD' and
22666            '4T2C' and
22667            'VHOST_1024' and
22668            not 'VXLAN' and
22669            not 'DOT1Q'"
22670   parameters:
22671   - "latency"
22672   - "parent"
22673   - "tags"
22674   sort:
22675   - "not CFS_OPT"
22676   - "1VM"
22677   - "2VM"
22678   layout:
22679     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22680     layout: "plot-latency"
22681
22682 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22683 -
22684   type: "plot"
22685   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22686   algorithm: "plot_latency_error_bars"
22687   output-file-type: ".html"
22688   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22689   data: "plot-vpp-throughput-latency-3n-skx"
22690   filter: "'NIC_Intel-X710' and
22691            '64B' and
22692            'NDRPDR' and
22693            ('ETH' or 'DOT1Q') and
22694            '2T1C' and
22695            'L2BDMACLRN' and
22696            'VHOST_1024' and
22697            not 'VXLAN' and
22698            not 'IP4FWD' and
22699            not '2VM'"
22700   parameters:
22701   - "latency"
22702   - "parent"
22703   - "tags"
22704 #  sort:
22705 #  - "VM"  # "not CFS_OPT"
22706 #  - "CFS_OPT"
22707 #  - "FIB_10K"
22708 #  - "FIB_100K"
22709 #  - "FIB_1M"
22710   layout:
22711     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22712     layout: "plot-latency"
22713
22714 -
22715   type: "plot"
22716   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22717   algorithm: "plot_latency_error_bars"
22718   output-file-type: ".html"
22719   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22720   data: "plot-vpp-throughput-latency-3n-skx"
22721   filter: "'NIC_Intel-X710' and
22722            '64B' and
22723            'NDRPDR' and
22724            ('ETH' or 'DOT1Q') and
22725            '4T2C' and
22726            'L2BDMACLRN' and
22727            'VHOST_1024' and
22728            not 'VXLAN' and
22729            not 'IP4FWD' and
22730            not '2VM'"
22731   parameters:
22732   - "latency"
22733   - "parent"
22734   - "tags"
22735 #  sort:
22736 #  - "VM"  # "not CFS_OPT"
22737 #  - "CFS_OPT"
22738 #  - "FIB_10K"
22739 #  - "FIB_100K"
22740 #  - "FIB_1M"
22741   layout:
22742     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22743     layout: "plot-latency"
22744
22745 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22746 -
22747   type: "plot"
22748   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22749   algorithm: "plot_latency_error_bars"
22750   output-file-type: ".html"
22751   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22752   data: "plot-vpp-throughput-latency-3n-skx"
22753   filter: "'NIC_Intel-X710' and
22754            '64B' and
22755            'NDRPDR' and
22756            ('ETH' or 'DOT1Q') and
22757            'BASE' and
22758            '2T1C' and
22759            ('L2BDMACLRN' or 'L2XCFWD') and
22760            'VHOST_1024' and
22761            not 'VXLAN' and
22762            not 'IP4FWD' and
22763            not '2VM' and
22764            not 'LBOND'"
22765   parameters:
22766   - "latency"
22767   - "parent"
22768   - "tags"
22769 #  sort:
22770 #  - "not CFS_OPT"
22771 #  - "L2XCFWD"
22772 #  - "not CFS_OPT"
22773 #  - "CFS_OPT"
22774   layout:
22775     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22776     layout: "plot-latency"
22777
22778 -
22779   type: "plot"
22780   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22781   algorithm: "plot_latency_error_bars"
22782   output-file-type: ".html"
22783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22784   data: "plot-vpp-throughput-latency-3n-skx"
22785   filter: "'NIC_Intel-X710' and
22786            '64B' and
22787            'NDRPDR' and
22788            ('ETH' or 'DOT1Q') and
22789            'BASE' and
22790            '4T2C' and
22791            ('L2BDMACLRN' or 'L2XCFWD') and
22792            'VHOST_1024' and
22793            not 'VXLAN' and
22794            not 'IP4FWD' and
22795            not '2VM' and
22796            not 'LBOND'"
22797   parameters:
22798   - "latency"
22799   - "parent"
22800   - "tags"
22801 #  sort:
22802 #  - "not CFS_OPT"
22803 #  - "L2XCFWD"
22804 #  - "not CFS_OPT"
22805 #  - "CFS_OPT"
22806   layout:
22807     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22808     layout: "plot-latency"
22809
22810 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22811 -
22812   type: "plot"
22813   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22814   algorithm: "plot_latency_error_bars"
22815   output-file-type: ".html"
22816   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22817   data: "plot-vpp-throughput-latency-3n-skx"
22818   filter: "'NIC_Intel-X710' and
22819            '64B' and
22820            'NDRPDR' and
22821            ('ETH' or 'DOT1Q') and
22822            '2T1C' and
22823            ('L2BDMACLRN' or 'L2XCFWD') and
22824            'VHOST_1024' and
22825            not 'CFS_OPT' and
22826            not 'VXLAN' and
22827            not 'IP4FWD' and
22828            not 'LBOND'"
22829   parameters:
22830   - "latency"
22831   - "parent"
22832   - "tags"
22833 #  sort:
22834 #  - "1VM"
22835 #  - "L2XCFWD"
22836 #  - "1VM"
22837 #  - "L2BDMACLRN"
22838   layout:
22839     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
22840     layout: "plot-latency"
22841
22842 -
22843   type: "plot"
22844   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22845   algorithm: "plot_latency_error_bars"
22846   output-file-type: ".html"
22847   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22848   data: "plot-vpp-throughput-latency-3n-skx"
22849   filter: "'NIC_Intel-X710' and
22850            '64B' and
22851            'NDRPDR' and
22852            ('ETH' or 'DOT1Q') and
22853            '4T2C' and
22854            ('L2BDMACLRN' or 'L2XCFWD') and
22855            'VHOST_1024' and
22856            not 'CFS_OPT' and
22857            not 'VXLAN' and
22858            not 'IP4FWD' and
22859            not 'LBOND'"
22860   parameters:
22861   - "latency"
22862   - "parent"
22863   - "tags"
22864 #  sort:
22865 #  - "1VM"
22866 #  - "L2XCFWD"
22867 #  - "1VM"
22868 #  - "L2BDMACLRN"
22869   layout:
22870     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
22871     layout: "plot-latency"
22872
22873 # Packet Latency - VPP vhost ip4 2n-skx-x710
22874 -
22875   type: "plot"
22876   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22877   algorithm: "plot_latency_error_bars"
22878   output-file-type: ".html"
22879   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22880   data: "plot-vpp-throughput-latency-2n-skx"
22881   filter: "'NIC_Intel-X710' and
22882            '64B' and
22883            'NDRPDR' and
22884            'ETH' and
22885            'IP4FWD' and
22886            '2T1C' and
22887            'VHOST_1024' and
22888            not 'VXLAN' and
22889            not 'NF_DENSITY' and
22890            not 'DOT1Q'"
22891   parameters:
22892   - "latency"
22893   - "parent"
22894   - "tags"
22895   sort:
22896   - "not CFS_OPT"
22897   - "1VM"
22898   - "2VM"
22899   layout:
22900     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22901     layout: "plot-latency"
22902
22903 -
22904   type: "plot"
22905   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22906   algorithm: "plot_latency_error_bars"
22907   output-file-type: ".html"
22908   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22909   data: "plot-vpp-throughput-latency-2n-skx"
22910   filter: "'NIC_Intel-X710' and
22911            '64B' and
22912            'NDRPDR' and
22913            'ETH' and
22914            'IP4FWD' and
22915            '4T2C' and
22916            'VHOST_1024' and
22917            not 'VXLAN' and
22918            not 'NF_DENSITY' and
22919            not 'DOT1Q'"
22920   parameters:
22921   - "latency"
22922   - "parent"
22923   - "tags"
22924   sort:
22925   - "not CFS_OPT"
22926   - "1VM"
22927   - "2VM"
22928   layout:
22929     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22930     layout: "plot-latency"
22931
22932 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22933 -
22934   type: "plot"
22935   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22936   algorithm: "plot_latency_error_bars"
22937   output-file-type: ".html"
22938   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22939   data: "plot-vpp-throughput-latency-2n-skx"
22940   filter: "'NIC_Intel-X710' and
22941            '64B' and
22942            'NDRPDR' and
22943            ('ETH' or 'DOT1Q') and
22944            '2T1C' and
22945            'L2BDMACLRN' and
22946            'VHOST_1024' and
22947            not 'VXLAN' and
22948            not 'IP4FWD' and
22949            not 'NF_DENSITY' and
22950            not '2VM'"
22951   parameters:
22952   - "latency"
22953   - "parent"
22954   - "tags"
22955 #  sort:
22956 #  - "VM"  # "not CFS_OPT"
22957 #  - "CFS_OPT"
22958 #  - "FIB_10K"
22959 #  - "FIB_100K"
22960 #  - "FIB_1M"
22961   layout:
22962     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22963     layout: "plot-latency"
22964
22965 -
22966   type: "plot"
22967   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22968   algorithm: "plot_latency_error_bars"
22969   output-file-type: ".html"
22970   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22971   data: "plot-vpp-throughput-latency-2n-skx"
22972   filter: "'NIC_Intel-X710' and
22973            '64B' and
22974            'NDRPDR' and
22975            ('ETH' or 'DOT1Q') and
22976            '4T2C' and
22977            'L2BDMACLRN' and
22978            'VHOST_1024' and
22979            not 'VXLAN' and
22980            not 'NF_DENSITY' and
22981            not 'IP4FWD' and
22982            not '2VM'"
22983   parameters:
22984   - "latency"
22985   - "parent"
22986   - "tags"
22987 #  sort:
22988 #  - "VM"  # "not CFS_OPT"
22989 #  - "CFS_OPT"
22990 #  - "FIB_10K"
22991 #  - "FIB_100K"
22992 #  - "FIB_1M"
22993   layout:
22994     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22995     layout: "plot-latency"
22996
22997 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22998 -
22999   type: "plot"
23000   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23001   algorithm: "plot_latency_error_bars"
23002   output-file-type: ".html"
23003   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23004   data: "plot-vpp-throughput-latency-2n-skx"
23005   filter: "'NIC_Intel-X710' and
23006            '64B' and
23007            'NDRPDR' and
23008            ('ETH' or 'DOT1Q') and
23009            'BASE' and
23010            '2T1C' and
23011            ('L2BDMACLRN' or 'L2XCFWD') and
23012            'VHOST_1024' and
23013            not 'VXLAN' and
23014            not 'NF_DENSITY' and
23015            not 'IP4FWD' and
23016            not '2VM'"
23017   parameters:
23018   - "latency"
23019   - "parent"
23020   - "tags"
23021 #  sort:
23022 #  - "not CFS_OPT"
23023 #  - "L2XCFWD"
23024 #  - "not CFS_OPT"
23025 #  - "CFS_OPT"
23026   layout:
23027     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23028     layout: "plot-latency"
23029
23030 -
23031   type: "plot"
23032   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23033   algorithm: "plot_latency_error_bars"
23034   output-file-type: ".html"
23035   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23036   data: "plot-vpp-throughput-latency-2n-skx"
23037   filter: "'NIC_Intel-X710' and
23038            '64B' and
23039            'NDRPDR' and
23040            ('ETH' or 'DOT1Q') and
23041            'BASE' and
23042            '4T2C' and
23043            ('L2BDMACLRN' or 'L2XCFWD') and
23044            'VHOST_1024' and
23045            not 'VXLAN' and
23046            not 'NF_DENSITY' and
23047            not 'IP4FWD' and
23048            not '2VM'"
23049   parameters:
23050   - "latency"
23051   - "parent"
23052   - "tags"
23053 #  sort:
23054 #  - "not CFS_OPT"
23055 #  - "L2XCFWD"
23056 #  - "not CFS_OPT"
23057 #  - "CFS_OPT"
23058   layout:
23059     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
23060     layout: "plot-latency"
23061
23062 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
23063 -
23064   type: "plot"
23065   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23066   algorithm: "plot_latency_error_bars"
23067   output-file-type: ".html"
23068   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23069   data: "plot-vpp-throughput-latency-2n-skx"
23070   filter: "'NIC_Intel-X710' and
23071            '64B' and
23072            'NDRPDR' and
23073            ('ETH' or 'DOT1Q') and
23074            '2T1C' and
23075            ('L2BDMACLRN' or 'L2XCFWD') and
23076            'VHOST_1024' and
23077            not 'CFS_OPT' and
23078            not 'VXLAN' and
23079            not 'NF_DENSITY' and
23080            not 'IP4FWD'"
23081   parameters:
23082   - "latency"
23083   - "parent"
23084   - "tags"
23085 #  sort:
23086 #  - "1VM"
23087 #  - "L2XCFWD"
23088 #  - "1VM"
23089 #  - "L2BDMACLRN"
23090   layout:
23091     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23092     layout: "plot-latency"
23093
23094 -
23095   type: "plot"
23096   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23097   algorithm: "plot_latency_error_bars"
23098   output-file-type: ".html"
23099   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23100   data: "plot-vpp-throughput-latency-2n-skx"
23101   filter: "'NIC_Intel-X710' and
23102            '64B' and
23103            'NDRPDR' and
23104            ('ETH' or 'DOT1Q') and
23105            '4T2C' and
23106            ('L2BDMACLRN' or 'L2XCFWD') and
23107            'VHOST_1024' and
23108            not 'CFS_OPT' and
23109            not 'VXLAN' and
23110            not 'NF_DENSITY' and
23111            not 'IP4FWD'"
23112   parameters:
23113   - "latency"
23114   - "parent"
23115   - "tags"
23116 #  sort:
23117 #  - "1VM"
23118 #  - "L2XCFWD"
23119 #  - "1VM"
23120 #  - "L2BDMACLRN"
23121   layout:
23122     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23123     layout: "plot-latency"
23124
23125 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23126 -
23127   type: "plot"
23128   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23129   algorithm: "plot_latency_error_bars"
23130   output-file-type: ".html"
23131   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23132   data: "plot-vpp-throughput-latency-2n-skx"
23133   filter: "'NIC_Intel-XXV710' and
23134            '64B' and
23135            'NDRPDR' and
23136            'ETH' and
23137            'IP4FWD' and
23138            '2T1C' and
23139            'VHOST_1024' and
23140            not 'VXLAN' and
23141            not 'DOT1Q'"
23142   parameters:
23143   - "latency"
23144   - "parent"
23145   - "tags"
23146   sort:
23147   - "not CFS_OPT"
23148   - "1VM"
23149   - "2VM"
23150   layout:
23151     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23152     layout: "plot-latency"
23153
23154 -
23155   type: "plot"
23156   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23157   algorithm: "plot_latency_error_bars"
23158   output-file-type: ".html"
23159   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23160   data: "plot-vpp-throughput-latency-2n-skx"
23161   filter: "'NIC_Intel-XXV710' and
23162            '64B' and
23163            'NDRPDR' and
23164            'ETH' and
23165            'IP4FWD' and
23166            '4T2C' and
23167            'VHOST_1024' and
23168            not 'VXLAN' and
23169            not 'DOT1Q'"
23170   parameters:
23171   - "latency"
23172   - "parent"
23173   - "tags"
23174   sort:
23175   - "not CFS_OPT"
23176   - "1VM"
23177   - "2VM"
23178   layout:
23179     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23180     layout: "plot-latency"
23181
23182 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23183 -
23184   type: "plot"
23185   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23186   algorithm: "plot_latency_error_bars"
23187   output-file-type: ".html"
23188   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23189   data: "plot-vpp-throughput-latency-2n-skx"
23190   filter: "'NIC_Intel-XXV710' and
23191            '64B' and
23192            'NDRPDR' and
23193            ('ETH' or 'DOT1Q') and
23194            '2T1C' and
23195            'L2BDMACLRN' and
23196            'VHOST_1024' and
23197            not 'VXLAN' and
23198            not 'IP4FWD' and
23199            not '2VM'"
23200   parameters:
23201   - "latency"
23202   - "parent"
23203   - "tags"
23204 #  sort:
23205 #  - "VM"  # "not CFS_OPT"
23206 #  - "CFS_OPT"
23207 #  - "FIB_10K"
23208 #  - "FIB_100K"
23209 #  - "FIB_1M"
23210   layout:
23211     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23212     layout: "plot-latency"
23213
23214 -
23215   type: "plot"
23216   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23217   algorithm: "plot_latency_error_bars"
23218   output-file-type: ".html"
23219   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23220   data: "plot-vpp-throughput-latency-2n-skx"
23221   filter: "'NIC_Intel-XXV710' and
23222            '64B' and
23223            'NDRPDR' and
23224            ('ETH' or 'DOT1Q') and
23225            '4T2C' and
23226            'L2BDMACLRN' and
23227            'VHOST_1024' and
23228            not 'VXLAN' and
23229            not 'IP4FWD' and
23230            not '2VM'"
23231   parameters:
23232   - "latency"
23233   - "parent"
23234   - "tags"
23235 #  sort:
23236 #  - "VM"  # "not CFS_OPT"
23237 #  - "CFS_OPT"
23238 #  - "FIB_10K"
23239 #  - "FIB_100K"
23240 #  - "FIB_1M"
23241   layout:
23242     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23243     layout: "plot-latency"
23244
23245 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23246 -
23247   type: "plot"
23248   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23249   algorithm: "plot_latency_error_bars"
23250   output-file-type: ".html"
23251   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23252   data: "plot-vpp-throughput-latency-2n-skx"
23253   filter: "'NIC_Intel-XXV710' and
23254            '64B' and
23255            'NDRPDR' and
23256            ('ETH' or 'DOT1Q') and
23257            'BASE' and
23258            '2T1C' and
23259            ('L2BDMACLRN' or 'L2XCFWD') and
23260            'VHOST_1024' and
23261            not 'VXLAN' and
23262            not 'IP4FWD' and
23263            not '2VM'"
23264   parameters:
23265   - "latency"
23266   - "parent"
23267   - "tags"
23268 #  sort:
23269 #  - "not CFS_OPT"
23270 #  - "L2XCFWD"
23271 #  - "not CFS_OPT"
23272 #  - "CFS_OPT"
23273   layout:
23274     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23275     layout: "plot-latency"
23276
23277 -
23278   type: "plot"
23279   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23280   algorithm: "plot_latency_error_bars"
23281   output-file-type: ".html"
23282   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23283   data: "plot-vpp-throughput-latency-2n-skx"
23284   filter: "'NIC_Intel-XXV710' and
23285            '64B' and
23286            'NDRPDR' and
23287            ('ETH' or 'DOT1Q') and
23288            'BASE' and
23289            '4T2C' and
23290            ('L2BDMACLRN' or 'L2XCFWD') and
23291            'VHOST_1024' and
23292            not 'VXLAN' and
23293            not 'IP4FWD' and
23294            not '2VM'"
23295   parameters:
23296   - "latency"
23297   - "parent"
23298   - "tags"
23299 #  sort:
23300 #  - "not CFS_OPT"
23301 #  - "L2XCFWD"
23302 #  - "not CFS_OPT"
23303 #  - "CFS_OPT"
23304   layout:
23305     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23306     layout: "plot-latency"
23307
23308 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23309 -
23310   type: "plot"
23311   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23312   algorithm: "plot_latency_error_bars"
23313   output-file-type: ".html"
23314   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23315   data: "plot-vpp-throughput-latency-2n-skx"
23316   filter: "'NIC_Intel-XXV710' and
23317            '64B' and
23318            'NDRPDR' and
23319            ('ETH' or 'DOT1Q') and
23320            '2T1C' and
23321            ('L2BDMACLRN' or 'L2XCFWD') and
23322            'VHOST_1024' and
23323            not 'CFS_OPT' and
23324            not 'VXLAN' and
23325            not 'IP4FWD'"
23326   parameters:
23327   - "latency"
23328   - "parent"
23329   - "tags"
23330 #  sort:
23331 #  - "1VM"
23332 #  - "L2XCFWD"
23333 #  - "1VM"
23334 #  - "L2BDMACLRN"
23335   layout:
23336     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
23337     layout: "plot-latency"
23338
23339 -
23340   type: "plot"
23341   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23342   algorithm: "plot_latency_error_bars"
23343   output-file-type: ".html"
23344   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23345   data: "plot-vpp-throughput-latency-2n-skx"
23346   filter: "'NIC_Intel-XXV710' and
23347            '64B' and
23348            'NDRPDR' and
23349            ('ETH' or 'DOT1Q') and
23350            '4T2C' and
23351            ('L2BDMACLRN' or 'L2XCFWD') and
23352            'VHOST_1024' and
23353            not 'CFS_OPT' and
23354            not 'VXLAN' and
23355            not 'IP4FWD'"
23356   parameters:
23357   - "latency"
23358   - "parent"
23359   - "tags"
23360 #  sort:
23361 #  - "1VM"
23362 #  - "L2XCFWD"
23363 #  - "1VM"
23364 #  - "L2BDMACLRN"
23365   layout:
23366     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23367     layout: "plot-latency"
23368
23369 ################################################################################
23370
23371 # Packet Latency - VPP VTS 3n-hsw-x520
23372 -
23373   type: "plot"
23374   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23375   algorithm: "plot_latency_error_bars"
23376   output-file-type: ".html"
23377   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23378   data: "plot-vpp-throughput-latency-3n-hsw"
23379   filter: "'NIC_Intel-X520-DA2' and
23380            '114B' and
23381            'NDRPDR' and
23382            '1T1C' and
23383            'VTS'"
23384   parameters:
23385   - "latency"
23386   - "parent"
23387   - "tags"
23388   layout:
23389     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23390     layout: "plot-latency"
23391
23392 -
23393   type: "plot"
23394   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23395   algorithm: "plot_latency_error_bars"
23396   output-file-type: ".html"
23397   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23398   data: "plot-vpp-throughput-latency-3n-hsw"
23399   filter: "'NIC_Intel-X520-DA2' and
23400            '114B' and
23401            'NDRPDR' and
23402            '2T2C' and
23403            'VTS'"
23404   parameters:
23405   - "latency"
23406   - "parent"
23407   - "tags"
23408   layout:
23409     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23410     layout: "plot-latency"
23411
23412 ################################################################################
23413
23414 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23415 -
23416   type: "plot"
23417   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23418   algorithm: "plot_latency_error_bars"
23419   output-file-type: ".html"
23420   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23421   data: "plot-dpdk-throughput-latency-3n-hsw"
23422   filter: "'NIC_Intel-X520-DA2' and
23423            '64B' and
23424            'BASE' and
23425            'NDRPDR' and
23426            '1T1C' and
23427            'IP4FWD'"
23428   parameters:
23429   - "latency"
23430   - "parent"
23431   - "tags"
23432   layout:
23433     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23434     layout: "plot-latency"
23435
23436 -
23437   type: "plot"
23438   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23439   algorithm: "plot_latency_error_bars"
23440   output-file-type: ".html"
23441   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23442   data: "plot-dpdk-throughput-latency-3n-hsw"
23443   filter: "'NIC_Intel-X520-DA2' and
23444            '64B' and
23445            'BASE' and
23446            'NDRPDR' and
23447            '2T2C' and
23448            'IP4FWD'"
23449   parameters:
23450   - "latency"
23451   - "parent"
23452   - "tags"
23453   layout:
23454     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23455     layout: "plot-latency"
23456
23457 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23458 -
23459   type: "plot"
23460   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23461   algorithm: "plot_latency_error_bars"
23462   output-file-type: ".html"
23463   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23464   data: "plot-dpdk-throughput-latency-3n-hsw"
23465   filter: "'NIC_Intel-X710' and
23466            '64B' and
23467            'BASE' and
23468            'NDRPDR' and
23469            '1T1C' and
23470            'IP4FWD'"
23471   parameters:
23472   - "latency"
23473   - "parent"
23474   - "tags"
23475   layout:
23476     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23477     layout: "plot-latency"
23478
23479 -
23480   type: "plot"
23481   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23482   algorithm: "plot_latency_error_bars"
23483   output-file-type: ".html"
23484   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23485   data: "plot-dpdk-throughput-latency-3n-hsw"
23486   filter: "'NIC_Intel-X710' and
23487            '64B' and
23488            'BASE' and
23489            'NDRPDR' and
23490            '2T2C' and
23491            'IP4FWD'"
23492   parameters:
23493   - "latency"
23494   - "parent"
23495   - "tags"
23496   layout:
23497     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23498     layout: "plot-latency"
23499
23500 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23501 -
23502   type: "plot"
23503   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23504   algorithm: "plot_latency_error_bars"
23505   output-file-type: ".html"
23506   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23507   data: "plot-dpdk-throughput-latency-3n-hsw"
23508   filter: "'NIC_Intel-XL710' and
23509            '64B' and
23510            'BASE' and
23511            'NDRPDR' and
23512            '1T1C' and
23513            'IP4FWD'"
23514   parameters:
23515   - "latency"
23516   - "parent"
23517   - "tags"
23518   layout:
23519     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23520     layout: "plot-latency"
23521
23522 -
23523   type: "plot"
23524   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23525   algorithm: "plot_latency_error_bars"
23526   output-file-type: ".html"
23527   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23528   data: "plot-dpdk-throughput-latency-3n-hsw"
23529   filter: "'NIC_Intel-XL710' and
23530            '64B' and
23531            'BASE' and
23532            'NDRPDR' and
23533            '2T2C' and
23534            'IP4FWD'"
23535   parameters:
23536   - "latency"
23537   - "parent"
23538   - "tags"
23539   layout:
23540     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23541     layout: "plot-latency"
23542
23543 # Packet Latency - DPDK l3fwd 3n-skx-x710
23544 -
23545   type: "plot"
23546   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23547   algorithm: "plot_latency_error_bars"
23548   output-file-type: ".html"
23549   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23550   data: "plot-dpdk-throughput-latency-3n-skx"
23551   filter: "'NIC_Intel-X710' and
23552            '64B' and
23553            'BASE' and
23554            'NDRPDR' and
23555            '2T1C' and
23556            'IP4FWD'"
23557   parameters:
23558   - "latency"
23559   - "parent"
23560   - "tags"
23561   layout:
23562     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23563     layout: "plot-latency"
23564
23565 -
23566   type: "plot"
23567   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23568   algorithm: "plot_latency_error_bars"
23569   output-file-type: ".html"
23570   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23571   data: "plot-dpdk-throughput-latency-3n-skx"
23572   filter: "'NIC_Intel-X710' and
23573            '64B' and
23574            'BASE' and
23575            'NDRPDR' and
23576            '4T2C' and
23577            'IP4FWD'"
23578   parameters:
23579   - "latency"
23580   - "parent"
23581   - "tags"
23582   layout:
23583     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23584     layout: "plot-latency"
23585
23586 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23587 -
23588   type: "plot"
23589   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23590   algorithm: "plot_latency_error_bars"
23591   output-file-type: ".html"
23592   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23593   data: "plot-dpdk-throughput-latency-3n-skx"
23594   filter: "'NIC_Intel-XXV710' and
23595            '64B' and
23596            'BASE' and
23597            'NDRPDR' and
23598            '2T1C' and
23599            'IP4FWD'"
23600   parameters:
23601   - "latency"
23602   - "parent"
23603   - "tags"
23604   layout:
23605     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23606     layout: "plot-latency"
23607
23608 -
23609   type: "plot"
23610   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23611   algorithm: "plot_latency_error_bars"
23612   output-file-type: ".html"
23613   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23614   data: "plot-dpdk-throughput-latency-3n-skx"
23615   filter: "'NIC_Intel-XXV710' and
23616            '64B' and
23617            'BASE' and
23618            'NDRPDR' and
23619            '4T2C' and
23620            'IP4FWD'"
23621   parameters:
23622   - "latency"
23623   - "parent"
23624   - "tags"
23625   layout:
23626     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23627     layout: "plot-latency"
23628
23629 # Packet Latency - DPDK l3fwd 2n-skx-x710
23630 -
23631   type: "plot"
23632   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23633   algorithm: "plot_latency_error_bars"
23634   output-file-type: ".html"
23635   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23636   data: "plot-dpdk-throughput-latency-2n-skx"
23637   filter: "'NIC_Intel-X710' and
23638            '64B' and
23639            'BASE' and
23640            'NDRPDR' and
23641            '2T1C' and
23642            'IP4FWD'"
23643   parameters:
23644   - "latency"
23645   - "parent"
23646   - "tags"
23647   layout:
23648     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23649     layout: "plot-latency"
23650
23651 -
23652   type: "plot"
23653   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23654   algorithm: "plot_latency_error_bars"
23655   output-file-type: ".html"
23656   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23657   data: "plot-dpdk-throughput-latency-2n-skx"
23658   filter: "'NIC_Intel-X710' and
23659            '64B' and
23660            'BASE' and
23661            'NDRPDR' and
23662            '4T2C' and
23663            'IP4FWD'"
23664   parameters:
23665   - "latency"
23666   - "parent"
23667   - "tags"
23668   layout:
23669     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23670     layout: "plot-latency"
23671
23672 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23673 -
23674   type: "plot"
23675   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23676   algorithm: "plot_latency_error_bars"
23677   output-file-type: ".html"
23678   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23679   data: "plot-dpdk-throughput-latency-2n-skx"
23680   filter: "'NIC_Intel-XXV710' and
23681            '64B' and
23682            'BASE' and
23683            'NDRPDR' and
23684            '2T1C' and
23685            'IP4FWD'"
23686   parameters:
23687   - "latency"
23688   - "parent"
23689   - "tags"
23690   layout:
23691     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23692     layout: "plot-latency"
23693
23694 -
23695   type: "plot"
23696   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23697   algorithm: "plot_latency_error_bars"
23698   output-file-type: ".html"
23699   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23700   data: "plot-dpdk-throughput-latency-2n-skx"
23701   filter: "'NIC_Intel-XXV710' and
23702            '64B' and
23703            'BASE' and
23704            'NDRPDR' and
23705            '4T2C' and
23706            'IP4FWD'"
23707   parameters:
23708   - "latency"
23709   - "parent"
23710   - "tags"
23711   layout:
23712     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23713     layout: "plot-latency"
23714
23715 ################################################################################
23716
23717 # Packet Latency - DPDK testpmd 3n-hsw-x520
23718 -
23719   type: "plot"
23720   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23721   algorithm: "plot_latency_error_bars"
23722   output-file-type: ".html"
23723   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23724   data: "plot-dpdk-throughput-latency-3n-hsw"
23725   filter: "'NIC_Intel-X520-DA2' and
23726            '64B' and
23727            'BASE' and
23728            'NDRPDR' and
23729            '1T1C' and
23730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23731   parameters:
23732   - "latency"
23733   - "parent"
23734   - "tags"
23735   layout:
23736     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23737     layout: "plot-latency"
23738
23739 -
23740   type: "plot"
23741   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23742   algorithm: "plot_latency_error_bars"
23743   output-file-type: ".html"
23744   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23745   data: "plot-dpdk-throughput-latency-3n-hsw"
23746   filter: "'NIC_Intel-X520-DA2' and
23747            '64B' and
23748            'BASE' and
23749            'NDRPDR' and
23750            '2T2C' and
23751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23752   parameters:
23753   - "latency"
23754   - "parent"
23755   - "tags"
23756   layout:
23757     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23758     layout: "plot-latency"
23759
23760 # Packet Latency - DPDK testpmd 3n-hsw-x710
23761 -
23762   type: "plot"
23763   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23764   algorithm: "plot_latency_error_bars"
23765   output-file-type: ".html"
23766   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23767   data: "plot-dpdk-throughput-latency-3n-hsw"
23768   filter: "'NIC_Intel-X710' and
23769            '64B' and
23770            'BASE' and
23771            'NDRPDR' and
23772            '1T1C' and
23773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23774   parameters:
23775   - "latency"
23776   - "parent"
23777   - "tags"
23778   layout:
23779     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23780     layout: "plot-latency"
23781
23782 -
23783   type: "plot"
23784   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23785   algorithm: "plot_latency_error_bars"
23786   output-file-type: ".html"
23787   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23788   data: "plot-dpdk-throughput-latency-3n-hsw"
23789   filter: "'NIC_Intel-X710' and
23790            '64B' and
23791            'BASE' and
23792            'NDRPDR' and
23793            '2T2C' and
23794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23795   parameters:
23796   - "latency"
23797   - "parent"
23798   - "tags"
23799   layout:
23800     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23801     layout: "plot-latency"
23802
23803 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23804 -
23805   type: "plot"
23806   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23807   algorithm: "plot_latency_error_bars"
23808   output-file-type: ".html"
23809   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23810   data: "plot-dpdk-throughput-latency-3n-hsw"
23811   filter: "'NIC_Intel-XL710' and
23812            '64B' and
23813            'BASE' and
23814            'NDRPDR' and
23815            '1T1C' and
23816            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23817   parameters:
23818   - "latency"
23819   - "parent"
23820   - "tags"
23821   layout:
23822     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23823     layout: "plot-latency"
23824
23825 -
23826   type: "plot"
23827   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23828   algorithm: "plot_latency_error_bars"
23829   output-file-type: ".html"
23830   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23831   data: "plot-dpdk-throughput-latency-3n-hsw"
23832   filter: "'NIC_Intel-XL710' and
23833            '64B' and
23834            'BASE' and
23835            'NDRPDR' and
23836            '2T2C' and
23837            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23838   parameters:
23839   - "latency"
23840   - "parent"
23841   - "tags"
23842   layout:
23843     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23844     layout: "plot-latency"
23845
23846 # Packet Latency - DPDK testpmd 3n-skx-x710
23847 -
23848   type: "plot"
23849   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23850   algorithm: "plot_latency_error_bars"
23851   output-file-type: ".html"
23852   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23853   data: "plot-dpdk-throughput-latency-3n-skx"
23854   filter: "'NIC_Intel-X710' and
23855            '64B' and
23856            'BASE' and
23857            'NDRPDR' and
23858            '2T1C' and
23859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23860   parameters:
23861   - "latency"
23862   - "parent"
23863   - "tags"
23864   layout:
23865     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23866     layout: "plot-latency"
23867
23868 -
23869   type: "plot"
23870   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23871   algorithm: "plot_latency_error_bars"
23872   output-file-type: ".html"
23873   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23874   data: "plot-dpdk-throughput-latency-3n-skx"
23875   filter: "'NIC_Intel-X710' and
23876            '64B' and
23877            'BASE' and
23878            'NDRPDR' and
23879            '4T2C' and
23880            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23881   parameters:
23882   - "latency"
23883   - "parent"
23884   - "tags"
23885   layout:
23886     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23887     layout: "plot-latency"
23888
23889 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23890 -
23891   type: "plot"
23892   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23893   algorithm: "plot_latency_error_bars"
23894   output-file-type: ".html"
23895   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23896   data: "plot-dpdk-throughput-latency-3n-skx"
23897   filter: "'NIC_Intel-XXV710' and
23898            '64B' and
23899            'BASE' and
23900            'NDRPDR' and
23901            '2T1C' and
23902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23903   parameters:
23904   - "latency"
23905   - "parent"
23906   - "tags"
23907   layout:
23908     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23909     layout: "plot-latency"
23910
23911 -
23912   type: "plot"
23913   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23914   algorithm: "plot_latency_error_bars"
23915   output-file-type: ".html"
23916   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23917   data: "plot-dpdk-throughput-latency-3n-skx"
23918   filter: "'NIC_Intel-XXV710' and
23919            '64B' and
23920            'BASE' and
23921            'NDRPDR' and
23922            '4T2C' and
23923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23924   parameters:
23925   - "latency"
23926   - "parent"
23927   - "tags"
23928   layout:
23929     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23930     layout: "plot-latency"
23931
23932 # Packet Latency - DPDK testpmd 2n-skx-x710
23933 -
23934   type: "plot"
23935   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23936   algorithm: "plot_latency_error_bars"
23937   output-file-type: ".html"
23938   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23939   data: "plot-dpdk-throughput-latency-2n-skx"
23940   filter: "'NIC_Intel-X710' and
23941            '64B' and
23942            'BASE' and
23943            'NDRPDR' and
23944            '2T1C' and
23945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23946   parameters:
23947   - "latency"
23948   - "parent"
23949   - "tags"
23950   layout:
23951     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23952     layout: "plot-latency"
23953
23954 -
23955   type: "plot"
23956   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23957   algorithm: "plot_latency_error_bars"
23958   output-file-type: ".html"
23959   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23960   data: "plot-dpdk-throughput-latency-2n-skx"
23961   filter: "'NIC_Intel-X710' and
23962            '64B' and
23963            'BASE' and
23964            'NDRPDR' and
23965            '4T2C' and
23966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23967   parameters:
23968   - "latency"
23969   - "parent"
23970   - "tags"
23971   layout:
23972     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23973     layout: "plot-latency"
23974
23975 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23976 -
23977   type: "plot"
23978   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23979   algorithm: "plot_latency_error_bars"
23980   output-file-type: ".html"
23981   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23982   data: "plot-dpdk-throughput-latency-2n-skx"
23983   filter: "'NIC_Intel-XXV710' and
23984            '64B' and
23985            'BASE' and
23986            'NDRPDR' and
23987            '2T1C' and
23988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23989   parameters:
23990   - "latency"
23991   - "parent"
23992   - "tags"
23993   layout:
23994     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23995     layout: "plot-latency"
23996
23997 -
23998   type: "plot"
23999   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24000   algorithm: "plot_latency_error_bars"
24001   output-file-type: ".html"
24002   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24003   data: "plot-dpdk-throughput-latency-2n-skx"
24004   filter: "'NIC_Intel-XXV710' and
24005            '64B' and
24006            'BASE' and
24007            'NDRPDR' and
24008            '4T2C' and
24009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24010   parameters:
24011   - "latency"
24012   - "parent"
24013   - "tags"
24014   layout:
24015     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24016     layout: "plot-latency"
24017
24018 ################################################################################
24019
24020 # Speedup - VPP Container Memif 3n-hsw-x520
24021 -
24022   type: "plot"
24023   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24024   algorithm: "plot_throughput_speedup_analysis"
24025   output-file-type: ".html"
24026   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24027   data: "plot-throughput-speedup-analysis-3n-hsw"
24028   filter: "'NIC_Intel-X520-DA2' and
24029            '64B' and
24030            ('BASE' or 'SCALE') and
24031            'NDRPDR' and
24032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24033            not 'VHOST' and
24034            'MEMIF'"
24035   parameters:
24036   - "throughput"
24037   - "parent"
24038   - "tags"
24039   sort:
24040   - "L2XCFWD"
24041   - "L2XCFWD"
24042   - "L2XCFWD"
24043   - "L2BDMACLRN"
24044   - "L2BDMACLRN"
24045   - "L2BDMACLRN"
24046   layout:
24047     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
24048     layout: "plot-throughput-speedup-analysis"
24049
24050 -
24051   type: "plot"
24052   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24053   algorithm: "plot_throughput_speedup_analysis"
24054   output-file-type: ".html"
24055   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24056   data: "plot-throughput-speedup-analysis-3n-hsw"
24057   filter: "'NIC_Intel-X520-DA2' and
24058            '64B' and
24059            ('BASE' or 'SCALE') and
24060            'NDRPDR' and
24061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24062            not 'VHOST' and
24063            'MEMIF'"
24064   parameters:
24065   - "throughput"
24066   - "parent"
24067   - "tags"
24068   sort:
24069   - "L2XCFWD"
24070   - "L2XCFWD"
24071   - "L2XCFWD"
24072   - "L2BDMACLRN"
24073   - "L2BDMACLRN"
24074   - "L2BDMACLRN"
24075   layout:
24076     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
24077     layout: "plot-throughput-speedup-analysis"
24078
24079 # Speedup - VPP Container Memif 3n-hsw-x710
24080 -
24081   type: "plot"
24082   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24083   algorithm: "plot_throughput_speedup_analysis"
24084   output-file-type: ".html"
24085   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24086   data: "plot-throughput-speedup-analysis-3n-hsw"
24087   filter: "'NIC_Intel-X710' and
24088            '64B' and
24089            ('BASE' or 'SCALE') and
24090            'NDRPDR' and
24091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24092            not 'VHOST' and
24093            'MEMIF'"
24094   parameters:
24095   - "throughput"
24096   - "parent"
24097   - "tags"
24098   sort:
24099   - "L2XCFWD"
24100   - "L2XCFWD"
24101   - "L2XCFWD"
24102   - "L2BDMACLRN"
24103   - "L2BDMACLRN"
24104   - "L2BDMACLRN"
24105   layout:
24106     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24107     layout: "plot-throughput-speedup-analysis"
24108
24109 -
24110   type: "plot"
24111   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24112   algorithm: "plot_throughput_speedup_analysis"
24113   output-file-type: ".html"
24114   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24115   data: "plot-throughput-speedup-analysis-3n-hsw"
24116   filter: "'NIC_Intel-X710' and
24117            '64B' and
24118            ('BASE' or 'SCALE') and
24119            'NDRPDR' and
24120            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24121            not 'VHOST' and
24122            'MEMIF'"
24123   parameters:
24124   - "throughput"
24125   - "parent"
24126   - "tags"
24127   sort:
24128   - "L2XCFWD"
24129   - "L2XCFWD"
24130   - "L2XCFWD"
24131   - "L2BDMACLRN"
24132   - "L2BDMACLRN"
24133   - "L2BDMACLRN"
24134   layout:
24135     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24136     layout: "plot-throughput-speedup-analysis"
24137
24138 # Speedup - VPP Container Memif 3n-hsw-xl710
24139 -
24140   type: "plot"
24141   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24142   algorithm: "plot_throughput_speedup_analysis"
24143   output-file-type: ".html"
24144   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24145   data: "plot-throughput-speedup-analysis-3n-hsw"
24146   filter: "'NIC_Intel-XL710' and
24147            '64B' and
24148            ('BASE' or 'SCALE') and
24149            'NDRPDR' and
24150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24151            not 'VHOST' and
24152            'MEMIF'"
24153   parameters:
24154   - "throughput"
24155   - "parent"
24156   - "tags"
24157   sort:
24158   - "L2XCFWD"
24159   - "L2XCFWD"
24160   - "L2XCFWD"
24161   - "L2BDMACLRN"
24162   - "L2BDMACLRN"
24163   - "L2BDMACLRN"
24164   layout:
24165     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24166     layout: "plot-throughput-speedup-analysis"
24167
24168 -
24169   type: "plot"
24170   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24171   algorithm: "plot_throughput_speedup_analysis"
24172   output-file-type: ".html"
24173   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24174   data: "plot-throughput-speedup-analysis-3n-hsw"
24175   filter: "'NIC_Intel-XL710' and
24176            '64B' and
24177            ('BASE' or 'SCALE') and
24178            'NDRPDR' and
24179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24180            not 'VHOST' and
24181            'MEMIF'"
24182   parameters:
24183   - "throughput"
24184   - "parent"
24185   - "tags"
24186   sort:
24187   - "L2XCFWD"
24188   - "L2XCFWD"
24189   - "L2XCFWD"
24190   - "L2BDMACLRN"
24191   - "L2BDMACLRN"
24192   - "L2BDMACLRN"
24193   layout:
24194     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24195     layout: "plot-throughput-speedup-analysis"
24196
24197 # Speedup - VPP Container Memif 3n-skx-x710
24198 -
24199   type: "plot"
24200   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24201   algorithm: "plot_throughput_speedup_analysis"
24202   output-file-type: ".html"
24203   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24204   data: "plot-throughput-speedup-analysis-3n-skx"
24205   filter: "'NIC_Intel-X710' and
24206            '64B' and
24207            ('BASE' or 'SCALE') and
24208            'NDRPDR' and
24209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24210            not 'VHOST' and
24211            'MEMIF'"
24212   parameters:
24213   - "throughput"
24214   - "parent"
24215   - "tags"
24216   sort:
24217   - "L2XCFWD"
24218   - "L2XCFWD"
24219   - "L2XCFWD"
24220   - "L2BDMACLRN"
24221   - "L2BDMACLRN"
24222   - "L2BDMACLRN"
24223   layout:
24224     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
24225     layout: "plot-throughput-speedup-analysis"
24226
24227 -
24228   type: "plot"
24229   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24230   algorithm: "plot_throughput_speedup_analysis"
24231   output-file-type: ".html"
24232   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24233   data: "plot-throughput-speedup-analysis-3n-skx"
24234   filter: "'NIC_Intel-X710' and
24235            '64B' and
24236            ('BASE' or 'SCALE') and
24237            'NDRPDR' and
24238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24239            not 'VHOST' and
24240            'MEMIF'"
24241   parameters:
24242   - "throughput"
24243   - "parent"
24244   - "tags"
24245   sort:
24246   - "L2XCFWD"
24247   - "L2XCFWD"
24248   - "L2XCFWD"
24249   - "L2BDMACLRN"
24250   - "L2BDMACLRN"
24251   - "L2BDMACLRN"
24252   layout:
24253     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24254     layout: "plot-throughput-speedup-analysis"
24255
24256 # Speedup - VPP Container Memif 2n-skx-x710
24257 -
24258   type: "plot"
24259   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24260   algorithm: "plot_throughput_speedup_analysis"
24261   output-file-type: ".html"
24262   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24263   data: "plot-throughput-speedup-analysis-2n-skx"
24264   filter: "'NIC_Intel-X710' and
24265            '64B' and
24266            ('BASE' or 'SCALE') and
24267            'NDRPDR' and
24268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24269            not 'VHOST' and
24270            not 'NF_DENSITY' and
24271            'MEMIF'"
24272   parameters:
24273   - "throughput"
24274   - "parent"
24275   - "tags"
24276   sort:
24277   - "L2XCFWD"
24278   - "L2XCFWD"
24279   - "L2XCFWD"
24280   - "L2BDMACLRN"
24281   - "L2BDMACLRN"
24282   - "L2BDMACLRN"
24283   layout:
24284     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24285     layout: "plot-throughput-speedup-analysis"
24286
24287 -
24288   type: "plot"
24289   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24290   algorithm: "plot_throughput_speedup_analysis"
24291   output-file-type: ".html"
24292   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24293   data: "plot-throughput-speedup-analysis-2n-skx"
24294   filter: "'NIC_Intel-X710' and
24295            '64B' and
24296            ('BASE' or 'SCALE') and
24297            'NDRPDR' and
24298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24299            not 'VHOST' and
24300            not 'NF_DENSITY' and
24301            'MEMIF'"
24302   parameters:
24303   - "throughput"
24304   - "parent"
24305   - "tags"
24306   sort:
24307   - "L2XCFWD"
24308   - "L2XCFWD"
24309   - "L2XCFWD"
24310   - "L2BDMACLRN"
24311   - "L2BDMACLRN"
24312   - "L2BDMACLRN"
24313   layout:
24314     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24315     layout: "plot-throughput-speedup-analysis"
24316
24317 # Speedup - VPP Container Memif 2n-skx-xxv710
24318 -
24319   type: "plot"
24320   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24321   algorithm: "plot_throughput_speedup_analysis"
24322   output-file-type: ".html"
24323   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24324   data: "plot-throughput-speedup-analysis-2n-skx"
24325   filter: "'NIC_Intel-XXV710' and
24326            '64B' and
24327            ('BASE' or 'SCALE') and
24328            'NDRPDR' and
24329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24330            not 'VHOST' and
24331            'MEMIF'"
24332   parameters:
24333   - "throughput"
24334   - "parent"
24335   - "tags"
24336   sort:
24337   - "L2XCFWD"
24338   - "L2XCFWD"
24339   - "L2XCFWD"
24340   - "L2BDMACLRN"
24341   - "L2BDMACLRN"
24342   - "L2BDMACLRN"
24343   layout:
24344     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
24345     layout: "plot-throughput-speedup-analysis"
24346
24347 -
24348   type: "plot"
24349   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24350   algorithm: "plot_throughput_speedup_analysis"
24351   output-file-type: ".html"
24352   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24353   data: "plot-throughput-speedup-analysis-2n-skx"
24354   filter: "'NIC_Intel-XXV710' and
24355            '64B' and
24356            ('BASE' or 'SCALE') and
24357            'NDRPDR' and
24358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24359            not 'VHOST' and
24360            'MEMIF'"
24361   parameters:
24362   - "throughput"
24363   - "parent"
24364   - "tags"
24365   sort:
24366   - "L2XCFWD"
24367   - "L2XCFWD"
24368   - "L2XCFWD"
24369   - "L2BDMACLRN"
24370   - "L2BDMACLRN"
24371   - "L2BDMACLRN"
24372   layout:
24373     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
24374     layout: "plot-throughput-speedup-analysis"
24375
24376 ################################################################################
24377
24378 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24379 -
24380   type: "plot"
24381   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24382   algorithm: "plot_throughput_speedup_analysis"
24383   output-file-type: ".html"
24384   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24385   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24386   filter: "'NIC_Intel-X520-DA2' and
24387            '64B' and
24388            ('BASE' or 'SCALE') and
24389            'NDRPDR' and
24390            'L2XCFWD' and
24391            not 'VHOST' and
24392            'MEMIF'"
24393   parameters:
24394   - "throughput"
24395   - "parent"
24396   - "tags"
24397   sort:
24398   - "1VNF"
24399   - "2VNF"
24400   - "4VNF"
24401   - "2VNF"
24402   - "4VNF"
24403   layout:
24404     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24405     layout: "plot-throughput-speedup-analysis"
24406
24407 -
24408   type: "plot"
24409   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24410   algorithm: "plot_throughput_speedup_analysis"
24411   output-file-type: ".html"
24412   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24413   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24414   filter: "'NIC_Intel-X520-DA2' and
24415            '64B' and
24416            ('BASE' or 'SCALE') and
24417            'NDRPDR' and
24418            'L2XCFWD' and
24419            not 'VHOST' and
24420            'MEMIF'"
24421   parameters:
24422   - "throughput"
24423   - "parent"
24424   - "tags"
24425   sort:
24426   - "1VNF"
24427   - "2VNF"
24428   - "4VNF"
24429   - "2VNF"
24430   - "4VNF"
24431   layout:
24432     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24433     layout: "plot-throughput-speedup-analysis"
24434
24435 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24436 -
24437   type: "plot"
24438   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24439   algorithm: "plot_throughput_speedup_analysis"
24440   output-file-type: ".html"
24441   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24442   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24443   filter: "'NIC_Intel-X520-DA2' and
24444            '64B' and
24445            ('BASE' or 'SCALE') and
24446            'NDRPDR' and
24447            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24448            not 'VHOST' and
24449            'MEMIF'"
24450   parameters:
24451   - "throughput"
24452   - "parent"
24453   - "tags"
24454   sort:
24455   - "1VNF"
24456   - "2VNF"
24457   - "4VNF"
24458   - "2VNF"
24459   - "4VNF"
24460   layout:
24461     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24462     layout: "plot-throughput-speedup-analysis"
24463
24464 -
24465   type: "plot"
24466   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24467   algorithm: "plot_throughput_speedup_analysis"
24468   output-file-type: ".html"
24469   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24470   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24471   filter: "'NIC_Intel-X520-DA2' and
24472            '64B' and
24473            ('BASE' or 'SCALE') and
24474            'NDRPDR' and
24475            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24476            not 'VHOST' and
24477            'MEMIF'"
24478   parameters:
24479   - "throughput"
24480   - "parent"
24481   - "tags"
24482   sort:
24483   - "1VNF"
24484   - "2VNF"
24485   - "4VNF"
24486   - "2VNF"
24487   - "4VNF"
24488   layout:
24489     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24490     layout: "plot-throughput-speedup-analysis"
24491
24492 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24493 -
24494   type: "plot"
24495   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24496   algorithm: "plot_throughput_speedup_analysis"
24497   output-file-type: ".html"
24498   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24499   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24500   filter: "'NIC_Intel-X710' and
24501            '64B' and
24502            ('BASE' or 'SCALE') and
24503            'NDRPDR' and
24504            'L2XCFWD' and
24505            not 'VHOST' and
24506            'MEMIF'"
24507   parameters:
24508   - "throughput"
24509   - "parent"
24510   - "tags"
24511   sort:
24512   - "1VNF"
24513   - "2VNF"
24514   - "4VNF"
24515   - "2VNF"
24516   - "4VNF"
24517   layout:
24518     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24519     layout: "plot-throughput-speedup-analysis"
24520
24521 -
24522   type: "plot"
24523   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24524   algorithm: "plot_throughput_speedup_analysis"
24525   output-file-type: ".html"
24526   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24527   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24528   filter: "'NIC_Intel-X710' and
24529            '64B' and
24530            ('BASE' or 'SCALE') and
24531            'NDRPDR' and
24532            'L2XCFWD' and
24533            not 'VHOST' and
24534            'MEMIF'"
24535   parameters:
24536   - "throughput"
24537   - "parent"
24538   - "tags"
24539   sort:
24540   - "1VNF"
24541   - "2VNF"
24542   - "4VNF"
24543   - "2VNF"
24544   - "4VNF"
24545   layout:
24546     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24547     layout: "plot-throughput-speedup-analysis"
24548
24549 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24550 -
24551   type: "plot"
24552   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24553   algorithm: "plot_throughput_speedup_analysis"
24554   output-file-type: ".html"
24555   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24556   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24557   filter: "'NIC_Intel-X710' and
24558            '64B' and
24559            ('BASE' or 'SCALE') and
24560            'NDRPDR' and
24561            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24562            not 'VHOST' and
24563            'MEMIF'"
24564   parameters:
24565   - "throughput"
24566   - "parent"
24567   - "tags"
24568   sort:
24569   - "1VNF"
24570   - "2VNF"
24571   - "4VNF"
24572   - "2VNF"
24573   - "4VNF"
24574   layout:
24575     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24576     layout: "plot-throughput-speedup-analysis"
24577
24578 -
24579   type: "plot"
24580   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24581   algorithm: "plot_throughput_speedup_analysis"
24582   output-file-type: ".html"
24583   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24584   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24585   filter: "'NIC_Intel-X710' and
24586            '64B' and
24587            ('BASE' or 'SCALE') and
24588            'NDRPDR' and
24589            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24590            not 'VHOST' and
24591            'MEMIF'"
24592   parameters:
24593   - "throughput"
24594   - "parent"
24595   - "tags"
24596   sort:
24597   - "1VNF"
24598   - "2VNF"
24599   - "4VNF"
24600   - "2VNF"
24601   - "4VNF"
24602   layout:
24603     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24604     layout: "plot-throughput-speedup-analysis"
24605
24606 ################################################################################
24607
24608 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24609 -
24610   type: "plot"
24611   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24612   algorithm: "plot_throughput_speedup_analysis"
24613   output-file-type: ".html"
24614   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24615   data: "plot-throughput-speedup-analysis-3n-hsw"
24616   filter: "'NIC_Intel-X520-DA2' and
24617            '64B' and
24618            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24619            'NDRPDR' and
24620            'IP4FWD' and
24621            not 'IPSEC' and
24622            not 'VHOST'"
24623   parameters:
24624   - "throughput"
24625   - "parent"
24626   - "tags"
24627   sort:
24628   - "DOT1Q"
24629   - "IP4BASE"
24630   - "FIB_20k"
24631   - "FIB_200k"
24632   - "FIB_2M"
24633   layout:
24634     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24635     layout: "plot-throughput-speedup-analysis"
24636
24637 -
24638   type: "plot"
24639   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24640   algorithm: "plot_throughput_speedup_analysis"
24641   output-file-type: ".html"
24642   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24643   data: "plot-throughput-speedup-analysis-3n-hsw"
24644   filter: "'NIC_Intel-X520-DA2' and
24645            '64B' and
24646            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24647            'NDRPDR' and
24648            'IP4FWD' and
24649            not 'IPSEC' and
24650            not 'VHOST'"
24651   parameters:
24652   - "throughput"
24653   - "parent"
24654   - "tags"
24655   sort:
24656   - "DOT1Q"
24657   - "IP4BASE"
24658   - "FIB_20k"
24659   - "FIB_200k"
24660   - "FIB_2M"
24661   layout:
24662     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24663     layout: "plot-throughput-speedup-analysis"
24664
24665 # Speedup - VPP IPv4 3n-hsw-x520 features
24666 -
24667   type: "plot"
24668   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24669   algorithm: "plot_throughput_speedup_analysis"
24670   output-file-type: ".html"
24671   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24672   data: "plot-throughput-speedup-analysis-3n-hsw"
24673   filter: "'NIC_Intel-X520-DA2' and
24674            '64B' and
24675            ('IP4BASE' or
24676             'POLICE_MARK' or
24677             'COPWHLIST' or
24678             ('NAT44' and 'BASE') or
24679             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24680            'NDRPDR' and
24681            'IP4FWD' and
24682            not 'IPSEC' and
24683            not 'VHOST'"
24684   parameters:
24685   - "throughput"
24686   - "parent"
24687   - "tags"
24688   sort:
24689   - "DOT1Q"
24690   - "IP4BASE"
24691   - "NAT44"
24692   - "POLICE_MARK"
24693   - "COPWHLIST"
24694   - "IACL"
24695   - "OACL"
24696   layout:
24697     title: "ip4-3n-hsw-x520-64b-features-ndr"
24698     layout: "plot-throughput-speedup-analysis"
24699
24700 -
24701   type: "plot"
24702   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24703   algorithm: "plot_throughput_speedup_analysis"
24704   output-file-type: ".html"
24705   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24706   data: "plot-throughput-speedup-analysis-3n-hsw"
24707   filter: "'NIC_Intel-X520-DA2' and
24708            '64B' and
24709            ('IP4BASE' or
24710             'POLICE_MARK' or
24711             'COPWHLIST' or
24712             ('NAT44' and 'BASE') or
24713             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24714            'NDRPDR' and
24715            'IP4FWD' and
24716            not 'IPSEC' and
24717            not 'VHOST'"
24718   parameters:
24719   - "throughput"
24720   - "parent"
24721   - "tags"
24722   sort:
24723   - "DOT1Q"
24724   - "IP4BASE"
24725   - "NAT44"
24726   - "POLICE_MARK"
24727   - "COPWHLIST"
24728   - "IACL"
24729   - "OACL"
24730   layout:
24731     title: "ip4-3n-hsw-x520-64b-features-pdr"
24732     layout: "plot-throughput-speedup-analysis"
24733
24734 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24735 -
24736   type: "plot"
24737   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24738   algorithm: "plot_throughput_speedup_analysis"
24739   output-file-type: ".html"
24740   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24741   data: "plot-throughput-speedup-analysis-3n-hsw"
24742   filter: "'NIC_Intel-X520-DA2' and
24743            '64B' and
24744            'NDRPDR' and
24745            'IP4FWD' and
24746            'NAT44' and
24747            not 'IPSEC' and
24748            not 'VHOST'"
24749   parameters:
24750   - "throughput"
24751   - "parent"
24752   - "tags"
24753   sort:
24754   - "BASE"
24755   - "BASE"
24756   - "SRC_USER_10"
24757   - "SRC_USER_100"
24758   - "SRC_USER_1000"
24759   - "SRC_USER_2000"
24760   layout:
24761     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24762     layout: "plot-throughput-speedup-analysis"
24763
24764 -
24765   type: "plot"
24766   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24767   algorithm: "plot_throughput_speedup_analysis"
24768   output-file-type: ".html"
24769   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24770   data: "plot-throughput-speedup-analysis-3n-hsw"
24771   filter: "'NIC_Intel-X520-DA2' and
24772            '64B' and
24773            'NDRPDR' and
24774            'IP4FWD' and
24775            'NAT44' and
24776            not 'IPSEC' and
24777            not 'VHOST'"
24778   parameters:
24779   - "throughput"
24780   - "parent"
24781   - "tags"
24782   sort:
24783   - "BASE"
24784   - "BASE"
24785   - "SRC_USER_10"
24786   - "SRC_USER_100"
24787   - "SRC_USER_1000"
24788   - "SRC_USER_2000"
24789   layout:
24790     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
24791     layout: "plot-throughput-speedup-analysis"
24792
24793 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
24794 -
24795   type: "plot"
24796   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24797   algorithm: "plot_throughput_speedup_analysis"
24798   output-file-type: ".html"
24799   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24800   data: "plot-throughput-speedup-analysis-3n-hsw"
24801   filter: "'NIC_Intel-X520-DA2' and
24802            '64B' and
24803            'NDRPDR' and
24804            'IP4FWD' and
24805            'IACL' and
24806            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24807            not 'IPSEC' and
24808            not 'VHOST'"
24809   parameters:
24810   - "throughput"
24811   - "parent"
24812   - "tags"
24813   sort:
24814   - "ACL_STATELESS"
24815   - "ACL_STATEFUL"
24816   - "ACL_STATELESS"
24817   - "ACL_STATEFUL"
24818   layout:
24819     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24820     layout: "plot-throughput-speedup-analysis"
24821
24822 -
24823   type: "plot"
24824   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24825   algorithm: "plot_throughput_speedup_analysis"
24826   output-file-type: ".html"
24827   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24828   data: "plot-throughput-speedup-analysis-3n-hsw"
24829   filter: "'NIC_Intel-X520-DA2' and
24830            '64B' and
24831            'NDRPDR' and
24832            'IP4FWD' and
24833            'IACL' and
24834            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24835            not 'IPSEC' and
24836            not 'VHOST'"
24837   parameters:
24838   - "throughput"
24839   - "parent"
24840   - "tags"
24841   sort:
24842   - "ACL_STATELESS"
24843   - "ACL_STATEFUL"
24844   - "ACL_STATELESS"
24845   - "ACL_STATEFUL"
24846   layout:
24847     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24848     layout: "plot-throughput-speedup-analysis"
24849
24850 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24851 -
24852   type: "plot"
24853   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24854   algorithm: "plot_throughput_speedup_analysis"
24855   output-file-type: ".html"
24856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24857   data: "plot-throughput-speedup-analysis-3n-hsw"
24858   filter: "'NIC_Intel-X520-DA2' and
24859            '64B' and
24860            'NDRPDR' and
24861            'IP4FWD' and
24862            'OACL' and
24863            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24864            not 'IPSEC' and
24865            not 'VHOST'"
24866   parameters:
24867   - "throughput"
24868   - "parent"
24869   - "tags"
24870   sort:
24871   - "ACL_STATELESS"
24872   - "ACL_STATEFUL"
24873   - "ACL_STATELESS"
24874   - "ACL_STATEFUL"
24875   layout:
24876     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24877     layout: "plot-throughput-speedup-analysis"
24878
24879 -
24880   type: "plot"
24881   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24882   algorithm: "plot_throughput_speedup_analysis"
24883   output-file-type: ".html"
24884   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24885   data: "plot-throughput-speedup-analysis-3n-hsw"
24886   filter: "'NIC_Intel-X520-DA2' and
24887            '64B' and
24888            'NDRPDR' and
24889            'IP4FWD' and
24890            'OACL' and
24891            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24892            not 'IPSEC' and
24893            not 'VHOST'"
24894   parameters:
24895   - "throughput"
24896   - "parent"
24897   - "tags"
24898   sort:
24899   - "ACL_STATELESS"
24900   - "ACL_STATEFUL"
24901   - "ACL_STATELESS"
24902   - "ACL_STATEFUL"
24903   layout:
24904     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24905     layout: "plot-throughput-speedup-analysis"
24906
24907 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24908 -
24909   type: "plot"
24910   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24911   algorithm: "plot_throughput_speedup_analysis"
24912   output-file-type: ".html"
24913   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24914   data: "plot-throughput-speedup-analysis-3n-hsw"
24915   filter: "'NIC_Intel-X710' and
24916            '64B' and
24917            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24918            'NDRPDR' and
24919            'IP4FWD' and
24920            not 'IPSEC' and
24921            not 'VHOST'"
24922   parameters:
24923   - "throughput"
24924   - "parent"
24925   - "tags"
24926   sort:
24927   - "DOT1Q"
24928   - "IP4BASE"
24929   - "FIB_20K"
24930   - "FIB_200K"
24931   - "FIB_2M"
24932   layout:
24933     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24934     layout: "plot-throughput-speedup-analysis"
24935
24936 -
24937   type: "plot"
24938   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24939   algorithm: "plot_throughput_speedup_analysis"
24940   output-file-type: ".html"
24941   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24942   data: "plot-throughput-speedup-analysis-3n-hsw"
24943   filter: "'NIC_Intel-X710' and
24944            '64B' and
24945            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24946            'NDRPDR' and
24947            'IP4FWD' and
24948            not 'IPSEC' and
24949            not 'VHOST'"
24950   parameters:
24951   - "throughput"
24952   - "parent"
24953   - "tags"
24954   sort:
24955   - "DOT1Q"
24956   - "IP4BASE"
24957   - "FIB_20K"
24958   - "FIB_200K"
24959   - "FIB_2M"
24960   layout:
24961     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24962     layout: "plot-throughput-speedup-analysis"
24963
24964 # Speedup - VPP IPv4 3n-hsw-x710 features
24965 -
24966   type: "plot"
24967   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24968   algorithm: "plot_throughput_speedup_analysis"
24969   output-file-type: ".html"
24970   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24971   data: "plot-throughput-speedup-analysis-3n-hsw"
24972   filter: "'NIC_Intel-X710' and
24973            '64B' and
24974            ('IP4BASE' or
24975             'POLICE_MARK' or
24976             'COPWHLIST' or
24977             ('NAT44' and 'BASE') or
24978             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24979            'NDRPDR' and
24980            'IP4FWD' and
24981            not 'IPSEC' and
24982            not 'VHOST'"
24983   parameters:
24984   - "throughput"
24985   - "parent"
24986   - "tags"
24987   sort:
24988   - "IP4BASE"
24989   - "NAT44"
24990   - "POLICE_MARK"
24991   - "COPWHLIST"
24992   - "IACL"
24993   - "OACL"
24994   layout:
24995     title: "ip4-3n-hsw-x710-64b-features-ndr"
24996     layout: "plot-throughput-speedup-analysis"
24997
24998 -
24999   type: "plot"
25000   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
25001   algorithm: "plot_throughput_speedup_analysis"
25002   output-file-type: ".html"
25003   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25004   data: "plot-throughput-speedup-analysis-3n-hsw"
25005   filter: "'NIC_Intel-X710' and
25006            '64B' and
25007            ('IP4BASE' or
25008             'POLICE_MARK' or
25009             'COPWHLIST' or
25010             ('NAT44' and 'BASE') or
25011             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25012            'NDRPDR' and
25013            'IP4FWD' and
25014            not 'IPSEC' and
25015            not 'VHOST'"
25016   parameters:
25017   - "throughput"
25018   - "parent"
25019   - "tags"
25020   sort:
25021   - "IP4BASE"
25022   - "NAT44"
25023   - "POLICE_MARK"
25024   - "COPWHLIST"
25025   - "IACL"
25026   - "OACL"
25027   layout:
25028     title: "ip4-3n-hsw-x710-64b-features-pdr"
25029     layout: "plot-throughput-speedup-analysis"
25030
25031 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25032 -
25033   type: "plot"
25034   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25035   algorithm: "plot_throughput_speedup_analysis"
25036   output-file-type: ".html"
25037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25038   data: "plot-throughput-speedup-analysis-3n-hsw"
25039   filter: "'NIC_Intel-X710' and
25040            '64B' and
25041            'NDRPDR' and
25042            'IP4FWD' and
25043            'NAT44' and
25044            not 'IPSEC' and
25045            not 'VHOST'"
25046   parameters:
25047   - "throughput"
25048   - "parent"
25049   - "tags"
25050   sort:
25051   - "BASE"
25052   - "BASE"
25053   - "SRC_USER_10"
25054   - "SRC_USER_100"
25055   - "SRC_USER_1000"
25056   - "SRC_USER_2000"
25057   layout:
25058     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
25059     layout: "plot-throughput-speedup-analysis"
25060
25061 -
25062   type: "plot"
25063   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25064   algorithm: "plot_throughput_speedup_analysis"
25065   output-file-type: ".html"
25066   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25067   data: "plot-throughput-speedup-analysis-3n-hsw"
25068   filter: "'NIC_Intel-X710' and
25069            '64B' and
25070            'NDRPDR' and
25071            'IP4FWD' and
25072            'NAT44' and
25073            not 'IPSEC' and
25074            not 'VHOST'"
25075   parameters:
25076   - "throughput"
25077   - "parent"
25078   - "tags"
25079   sort:
25080   - "BASE"
25081   - "BASE"
25082   - "SRC_USER_10"
25083   - "SRC_USER_100"
25084   - "SRC_USER_1000"
25085   - "SRC_USER_2000"
25086   layout:
25087     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25088     layout: "plot-throughput-speedup-analysis"
25089
25090 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25091 -
25092   type: "plot"
25093   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25094   algorithm: "plot_throughput_speedup_analysis"
25095   output-file-type: ".html"
25096   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25097   data: "plot-throughput-speedup-analysis-3n-hsw"
25098   filter: "'NIC_Intel-X710' and
25099            '64B' and
25100            'NDRPDR' and
25101            'IP4FWD' and
25102            'IACL' and
25103            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25104            not 'IPSEC' and
25105            not 'VHOST'"
25106   parameters:
25107   - "throughput"
25108   - "parent"
25109   - "tags"
25110   sort:
25111   - "ACL_STATELESS"
25112   - "ACL_STATEFUL"
25113   - "ACL_STATELESS"
25114   - "ACL_STATEFUL"
25115   layout:
25116     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25117     layout: "plot-throughput-speedup-analysis"
25118
25119 -
25120   type: "plot"
25121   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25122   algorithm: "plot_throughput_speedup_analysis"
25123   output-file-type: ".html"
25124   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25125   data: "plot-throughput-speedup-analysis-3n-hsw"
25126   filter: "'NIC_Intel-X710' and
25127            '64B' and
25128            'NDRPDR' and
25129            'IP4FWD' and
25130            'IACL' and
25131            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25132            not 'IPSEC' and
25133            not 'VHOST'"
25134   parameters:
25135   - "throughput"
25136   - "parent"
25137   - "tags"
25138   sort:
25139   - "ACL_STATELESS"
25140   - "ACL_STATEFUL"
25141   - "ACL_STATELESS"
25142   - "ACL_STATEFUL"
25143   layout:
25144     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25145     layout: "plot-throughput-speedup-analysis"
25146
25147 ## Speedup - VPP IPv4 3n-hsw-x710 features oacl
25148 #-
25149 #  type: "plot"
25150 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25151 #  algorithm: "plot_throughput_speedup_analysis"
25152 #  output-file-type: ".html"
25153 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25154 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25155 #  filter: "'NIC_Intel-X710' and
25156 #           '64B' and
25157 #           'NDRPDR' and
25158 #           'IP4FWD' and
25159 #           'OACL' and
25160 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25161 #           not 'IPSEC' and
25162 #           not 'VHOST'"
25163 #  parameters:
25164 #  - "throughput"
25165 #  - "parent"
25166 #  - "tags"
25167 #  sort:
25168 #  - "ACL_STATELESS"
25169 #  - "ACL_STATEFUL"
25170 #  - "ACL_STATELESS"
25171 #  - "ACL_STATEFUL"
25172 #  layout:
25173 #    title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25174 #    layout: "plot-throughput-speedup-analysis"
25175 #
25176 #-
25177 #  type: "plot"
25178 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25179 #  algorithm: "plot_throughput_speedup_analysis"
25180 #  output-file-type: ".html"
25181 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25182 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25183 #  filter: "'NIC_Intel-X710' and
25184 #           '64B' and
25185 #           'NDRPDR' and
25186 #           'IP4FWD' and
25187 #           'OACL' and
25188 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25189 #           not 'IPSEC' and
25190 #           not 'VHOST'"
25191 #  parameters:
25192 #  - "throughput"
25193 #  - "parent"
25194 #  - "tags"
25195 #  sort:
25196 #  - "ACL_STATELESS"
25197 #  - "ACL_STATEFUL"
25198 #  - "ACL_STATELESS"
25199 #  - "ACL_STATEFUL"
25200 #  layout:
25201 #    title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25202 #    layout: "plot-throughput-speedup-analysis"
25203
25204 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25205 -
25206   type: "plot"
25207   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25208   algorithm: "plot_throughput_speedup_analysis"
25209   output-file-type: ".html"
25210   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25211   data: "plot-throughput-speedup-analysis-3n-hsw"
25212   filter: "'NIC_Intel-XL710' and
25213            '64B' and
25214            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25215            'NDRPDR' and
25216            'IP4FWD' and
25217            not 'IPSEC' and
25218            not 'VHOST'"
25219   parameters:
25220   - "throughput"
25221   - "parent"
25222   - "tags"
25223   sort:
25224   - "IP4BASE"
25225   - "FIB_20K"
25226   - "FIB_200K"
25227   - "FIB_2M"
25228   layout:
25229     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25230     layout: "plot-throughput-speedup-analysis"
25231
25232 -
25233   type: "plot"
25234   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25235   algorithm: "plot_throughput_speedup_analysis"
25236   output-file-type: ".html"
25237   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25238   data: "plot-throughput-speedup-analysis-3n-hsw"
25239   filter: "'NIC_Intel-XL710' and
25240            '64B' and
25241            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25242            'NDRPDR' and
25243            'IP4FWD' and
25244            not 'IPSEC' and
25245            not 'VHOST'"
25246   parameters:
25247   - "throughput"
25248   - "parent"
25249   - "tags"
25250   sort:
25251   - "IP4BASE"
25252   - "FIB_20K"
25253   - "FIB_200K"
25254   - "FIB_2M"
25255   layout:
25256     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25257     layout: "plot-throughput-speedup-analysis"
25258
25259 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25260 -
25261   type: "plot"
25262   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25263   algorithm: "plot_throughput_speedup_analysis"
25264   output-file-type: ".html"
25265   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25266   data: "plot-throughput-speedup-analysis-3n-skx"
25267   filter: "'NIC_Intel-X710' and
25268            '64B' and
25269            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25270            'NDRPDR' and
25271            'IP4FWD' and
25272            not 'IPSEC' and
25273            not 'VHOST'"
25274   parameters:
25275   - "throughput"
25276   - "parent"
25277   - "tags"
25278   sort:
25279   - "IP4BASE"
25280   - "FIB_20K"
25281   - "FIB_200K"
25282   - "FIB_2M"
25283   layout:
25284     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25285     layout: "plot-throughput-speedup-analysis"
25286
25287 -
25288   type: "plot"
25289   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25290   algorithm: "plot_throughput_speedup_analysis"
25291   output-file-type: ".html"
25292   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25293   data: "plot-throughput-speedup-analysis-3n-skx"
25294   filter: "'NIC_Intel-X710' and
25295            '64B' and
25296            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25297            'NDRPDR' and
25298            'IP4FWD' and
25299            not 'IPSEC' and
25300            not 'VHOST'"
25301   parameters:
25302   - "throughput"
25303   - "parent"
25304   - "tags"
25305   sort:
25306   - "IP4BASE"
25307   - "FIB_20K"
25308   - "FIB_200K"
25309   - "FIB_2M"
25310   layout:
25311     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25312     layout: "plot-throughput-speedup-analysis"
25313
25314 # Speedup - VPP IPv4 3n-skx-x710 features
25315 -
25316   type: "plot"
25317   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25318   algorithm: "plot_throughput_speedup_analysis"
25319   output-file-type: ".html"
25320   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25321   data: "plot-throughput-speedup-analysis-3n-skx"
25322   filter: "'NIC_Intel-X710' and
25323            '64B' and
25324            ('IP4BASE' or
25325             'POLICE_MARK' or
25326             'COPWHLIST' or
25327             ('NAT44' and 'BASE') or
25328             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25329            'NDRPDR' and
25330            'IP4FWD' and
25331            not 'IPSEC' and
25332            not 'VHOST'"
25333   parameters:
25334   - "throughput"
25335   - "parent"
25336   - "tags"
25337   sort:
25338   - "IP4BASE"
25339   - "NAT44"
25340   - "POLICE_MARK"
25341   - "COPWHLIST"
25342   - "IACL"
25343   - "OACL"
25344   layout:
25345     title: "ip4-3n-skx-x710-64b-features-ndr"
25346     layout: "plot-throughput-speedup-analysis"
25347
25348 -
25349   type: "plot"
25350   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25351   algorithm: "plot_throughput_speedup_analysis"
25352   output-file-type: ".html"
25353   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25354   data: "plot-throughput-speedup-analysis-3n-skx"
25355   filter: "'NIC_Intel-X710' and
25356            '64B' and
25357            ('IP4BASE' or
25358             'POLICE_MARK' or
25359             'COPWHLIST' or
25360             ('NAT44' and 'BASE') or
25361             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25362            'NDRPDR' and
25363            'IP4FWD' and
25364            not 'IPSEC' and
25365            not 'VHOST'"
25366   parameters:
25367   - "throughput"
25368   - "parent"
25369   - "tags"
25370   sort:
25371   - "IP4BASE"
25372   - "NAT44"
25373   - "POLICE_MARK"
25374   - "COPWHLIST"
25375   - "IACL"
25376   - "OACL"
25377   layout:
25378     title: "ip4-3n-skx-x710-64b-features-pdr"
25379     layout: "plot-throughput-speedup-analysis"
25380
25381 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25382 -
25383   type: "plot"
25384   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25385   algorithm: "plot_throughput_speedup_analysis"
25386   output-file-type: ".html"
25387   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25388   data: "plot-throughput-speedup-analysis-3n-skx"
25389   filter: "'NIC_Intel-X710' and
25390            '64B' and
25391            'NDRPDR' and
25392            'IP4FWD' and
25393            'NAT44' and
25394            not 'IPSEC' and
25395            not 'VHOST'"
25396   parameters:
25397   - "throughput"
25398   - "parent"
25399   - "tags"
25400   sort:
25401   - "BASE"
25402   - "BASE"
25403   - "SRC_USER_10"
25404   - "SRC_USER_100"
25405   - "SRC_USER_1000"
25406   - "SRC_USER_2000"
25407   layout:
25408     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25409     layout: "plot-throughput-speedup-analysis"
25410
25411 -
25412   type: "plot"
25413   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25414   algorithm: "plot_throughput_speedup_analysis"
25415   output-file-type: ".html"
25416   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25417   data: "plot-throughput-speedup-analysis-3n-skx"
25418   filter: "'NIC_Intel-X710' and
25419            '64B' and
25420            'NDRPDR' and
25421            'IP4FWD' and
25422            'NAT44' and
25423            not 'IPSEC' and
25424            not 'VHOST'"
25425   parameters:
25426   - "throughput"
25427   - "parent"
25428   - "tags"
25429   sort:
25430   - "BASE"
25431   - "BASE"
25432   - "SRC_USER_10"
25433   - "SRC_USER_100"
25434   - "SRC_USER_1000"
25435   - "SRC_USER_2000"
25436   layout:
25437     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25438     layout: "plot-throughput-speedup-analysis"
25439
25440 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25441 -
25442   type: "plot"
25443   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25444   algorithm: "plot_throughput_speedup_analysis"
25445   output-file-type: ".html"
25446   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25447   data: "plot-throughput-speedup-analysis-3n-skx"
25448   filter: "'NIC_Intel-X710' and
25449            '64B' and
25450            'NDRPDR' and
25451            'IP4FWD' and
25452            'IACL' and
25453            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25454            not 'IPSEC' and
25455            not 'VHOST'"
25456   parameters:
25457   - "throughput"
25458   - "parent"
25459   - "tags"
25460   sort:
25461   - "ACL_STATELESS"
25462   - "ACL_STATEFUL"
25463   - "ACL_STATELESS"
25464   - "ACL_STATEFUL"
25465   layout:
25466     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25467     layout: "plot-throughput-speedup-analysis"
25468
25469 -
25470   type: "plot"
25471   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25472   algorithm: "plot_throughput_speedup_analysis"
25473   output-file-type: ".html"
25474   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25475   data: "plot-throughput-speedup-analysis-3n-skx"
25476   filter: "'NIC_Intel-X710' and
25477            '64B' and
25478            'NDRPDR' and
25479            'IP4FWD' and
25480            'IACL' and
25481            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25482            not 'IPSEC' and
25483            not 'VHOST'"
25484   parameters:
25485   - "throughput"
25486   - "parent"
25487   - "tags"
25488   sort:
25489   - "ACL_STATELESS"
25490   - "ACL_STATEFUL"
25491   - "ACL_STATELESS"
25492   - "ACL_STATEFUL"
25493   layout:
25494     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25495     layout: "plot-throughput-speedup-analysis"
25496
25497 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25498 -
25499   type: "plot"
25500   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25501   algorithm: "plot_throughput_speedup_analysis"
25502   output-file-type: ".html"
25503   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25504   data: "plot-throughput-speedup-analysis-3n-skx"
25505   filter: "'NIC_Intel-X710' and
25506            '64B' and
25507            'NDRPDR' and
25508            'IP4FWD' and
25509            'OACL' and
25510            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25511            not 'IPSEC' and
25512            not 'VHOST'"
25513   parameters:
25514   - "throughput"
25515   - "parent"
25516   - "tags"
25517   sort:
25518   - "ACL_STATELESS"
25519   - "ACL_STATEFUL"
25520   - "ACL_STATELESS"
25521   - "ACL_STATEFUL"
25522   layout:
25523     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25524     layout: "plot-throughput-speedup-analysis"
25525
25526 -
25527   type: "plot"
25528   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25529   algorithm: "plot_throughput_speedup_analysis"
25530   output-file-type: ".html"
25531   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25532   data: "plot-throughput-speedup-analysis-3n-skx"
25533   filter: "'NIC_Intel-X710' and
25534            '64B' and
25535            'NDRPDR' and
25536            'IP4FWD' and
25537            'OACL' and
25538            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25539            not 'IPSEC' and
25540            not 'VHOST'"
25541   parameters:
25542   - "throughput"
25543   - "parent"
25544   - "tags"
25545   sort:
25546   - "ACL_STATELESS"
25547   - "ACL_STATEFUL"
25548   - "ACL_STATELESS"
25549   - "ACL_STATEFUL"
25550   layout:
25551     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25552     layout: "plot-throughput-speedup-analysis"
25553
25554 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25555 -
25556   type: "plot"
25557   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25558   algorithm: "plot_throughput_speedup_analysis"
25559   output-file-type: ".html"
25560   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25561   data: "plot-throughput-speedup-analysis-2n-skx"
25562   filter: "'NIC_Intel-X710' and
25563            '64B' and
25564            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25565            'NDRPDR' and
25566            'IP4FWD' and
25567            not 'IPSEC' and
25568            not 'VHOST'"
25569   parameters:
25570   - "throughput"
25571   - "parent"
25572   - "tags"
25573   sort:
25574   - "DOT1Q"
25575   - "IP4BASE"
25576   - "FIB_20k"
25577   - "FIB_200k"
25578   - "FIB_2M"
25579   layout:
25580     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25581     layout: "plot-throughput-speedup-analysis"
25582
25583 -
25584   type: "plot"
25585   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25586   algorithm: "plot_throughput_speedup_analysis"
25587   output-file-type: ".html"
25588   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25589   data: "plot-throughput-speedup-analysis-2n-skx"
25590   filter: "'NIC_Intel-X710' and
25591            '64B' and
25592            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25593            'NDRPDR' and
25594            'IP4FWD' and
25595            not 'IPSEC' and
25596            not 'VHOST'"
25597   parameters:
25598   - "throughput"
25599   - "parent"
25600   - "tags"
25601   sort:
25602   - "DOT1Q"
25603   - "IP4BASE"
25604   - "FIB_20k"
25605   - "FIB_200k"
25606   - "FIB_2M"
25607   layout:
25608     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25609     layout: "plot-throughput-speedup-analysis"
25610
25611 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25612 -
25613   type: "plot"
25614   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25615   algorithm: "plot_throughput_speedup_analysis"
25616   output-file-type: ".html"
25617   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25618   data: "plot-throughput-speedup-analysis-2n-skx"
25619   filter: "'NIC_Intel-XXV710' and
25620            '64B' and
25621            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25622            'NDRPDR' and
25623            'IP4FWD' and
25624            not 'IPSEC' and
25625            not 'VHOST'"
25626   parameters:
25627   - "throughput"
25628   - "parent"
25629   - "tags"
25630   sort:
25631   - "DOT1Q"
25632   - "IP4BASE"
25633   - "FIB_20k"
25634   - "FIB_200k"
25635   - "FIB_2M"
25636   layout:
25637     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25638     layout: "plot-throughput-speedup-analysis"
25639
25640 -
25641   type: "plot"
25642   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25643   algorithm: "plot_throughput_speedup_analysis"
25644   output-file-type: ".html"
25645   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25646   data: "plot-throughput-speedup-analysis-2n-skx"
25647   filter: "'NIC_Intel-XXV710' and
25648            '64B' and
25649            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25650            'NDRPDR' and
25651            'IP4FWD' and
25652            not 'IPSEC' and
25653            not 'VHOST'"
25654   parameters:
25655   - "throughput"
25656   - "parent"
25657   - "tags"
25658   sort:
25659   - "DOT1Q"
25660   - "IP4BASE"
25661   - "FIB_20k"
25662   - "FIB_200k"
25663   - "FIB_2M"
25664   layout:
25665     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25666     layout: "plot-throughput-speedup-analysis"
25667
25668 # Speedup - VPP IPv4 2n-dnv-x553 base
25669 -
25670   type: "plot"
25671   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25672   algorithm: "plot_throughput_speedup_analysis"
25673   output-file-type: ".html"
25674   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25675   data: "intel-dnv-vpp"
25676   filter: "'NIC_Intel-X553' and
25677            '64B' and
25678            'IP4BASE' and
25679            'NDRPDR' and
25680            'IP4FWD' and
25681            not 'IPSEC' and
25682            not 'VHOST'"
25683   parameters:
25684   - "throughput"
25685   - "parent"
25686   - "tags"
25687   sort:
25688   - "IP4BASE"
25689   layout:
25690     title: "ip4-2n-dnv-x553-64b-base-ndr"
25691     layout: "plot-throughput-speedup-analysis"
25692
25693 -
25694   type: "plot"
25695   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25696   algorithm: "plot_throughput_speedup_analysis"
25697   output-file-type: ".html"
25698   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25699   data: "intel-dnv-vpp"
25700   filter: "'NIC_Intel-X553' and
25701            '64B' and
25702            'IP4BASE' and
25703            'NDRPDR' and
25704            'IP4FWD' and
25705            not 'IPSEC' and
25706            not 'VHOST'"
25707   parameters:
25708   - "throughput"
25709   - "parent"
25710   - "tags"
25711   sort:
25712   - "IP4BASE"
25713   layout:
25714     title: "ip4-2n-dnv-x553-64b-base-pdr"
25715     layout: "plot-throughput-speedup-analysis"
25716
25717 ################################################################################
25718
25719 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25720 #-
25721 #  type: "plot"
25722 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25723 #  algorithm: "plot_throughput_speedup_analysis"
25724 #  output-file-type: ".html"
25725 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25726 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25727 #  filter: "'NIC_Intel-X520_DA2' and
25728 #           '64B' and
25729 #           'ENCAP' and
25730 #           'NDRPDR' and
25731 #           ('VXLAN' or 'LISP') and
25732 #           not 'VHOST' and
25733 #           not 'IPSECHW'"
25734 #  parameters:
25735 #  - "throughput"
25736 #  - "parent"
25737 #  - "tags"
25738 #  sort:
25739 #  - "not DOT1Q"
25740 #  - "VXLAN_1"
25741 #  - "VXLAN_10"
25742 #  - "VXLAN_100"
25743 #  - "VXLAN_1000"
25744 #  layout:
25745 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25746 #    layout: "plot-throughput-speedup-analysis"
25747 #
25748 #-
25749 #  type: "plot"
25750 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25751 #  algorithm: "plot_throughput_speedup_analysis"
25752 #  output-file-type: ".html"
25753 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25754 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25755 #  filter: "'NIC_Intel-X520_DA2' and
25756 #           '64B' and
25757 #           'ENCAP' and
25758 #           'NDRPDR' and
25759 #           ('VXLAN' or 'LISP') and
25760 #           not 'VHOST' and
25761 #           not 'IPSECHW'"
25762 #  parameters:
25763 #  - "throughput"
25764 #  - "parent"
25765 #  - "tags"
25766 #  sort:
25767 #  - "not DOT1Q"
25768 #  - "VXLAN_1"
25769 #  - "VXLAN_10"
25770 #  - "VXLAN_100"
25771 #  - "VXLAN_1000"
25772 #  layout:
25773 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25774 #    layout: "plot-throughput-speedup-analysis"
25775
25776 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25777 -
25778   type: "plot"
25779   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25780   algorithm: "plot_throughput_speedup_analysis"
25781   output-file-type: ".html"
25782   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25783   data: "plot-throughput-speedup-analysis-3n-hsw"
25784   filter: "'NIC_Intel-X520-DA2' and
25785            '64B' and
25786            'ENCAP' and
25787            'NDRPDR' and
25788            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25789            not 'DOT1Q' and
25790            not 'VHOST' and
25791            not 'IPSECHW'"
25792   parameters:
25793   - "throughput"
25794   - "parent"
25795   - "tags"
25796   sort:
25797   - "L2BDMACLRN"
25798   - "L2XCFWD"
25799   - "LISP"
25800   layout:
25801     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
25802     layout: "plot-throughput-speedup-analysis"
25803
25804 -
25805   type: "plot"
25806   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25807   algorithm: "plot_throughput_speedup_analysis"
25808   output-file-type: ".html"
25809   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25810   data: "plot-throughput-speedup-analysis-3n-hsw"
25811   filter: "'NIC_Intel-X520-DA2' and
25812            '64B' and
25813            'ENCAP' and
25814            'NDRPDR' and
25815            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25816            not 'DOT1Q' and
25817            not 'VHOST' and
25818            not 'IPSECHW'"
25819   parameters:
25820   - "throughput"
25821   - "parent"
25822   - "tags"
25823   sort:
25824   - "L2BDMACLRN"
25825   - "L2XCFWD"
25826   - "LISP"
25827   layout:
25828     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
25829     layout: "plot-throughput-speedup-analysis"
25830
25831 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
25832 -
25833   type: "plot"
25834   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25835   algorithm: "plot_throughput_speedup_analysis"
25836   output-file-type: ".html"
25837   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25838   data: "plot-throughput-speedup-analysis-3n-hsw"
25839   filter: "'NIC_Intel-X710' and
25840            '64B' and
25841            'ENCAP' and
25842            'NDRPDR' and
25843            ('VXLAN' or 'LISP') and
25844            not 'VHOST' and
25845            not 'IPSECHW'"
25846   parameters:
25847   - "throughput"
25848   - "parent"
25849   - "tags"
25850   sort:
25851   - "LISP"
25852   - "VXLAN_1"
25853   - "VXLAN_10"
25854   - "VXLAN_100"
25855   - "VXLAN_1000"
25856   layout:
25857     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
25858     layout: "plot-throughput-speedup-analysis"
25859
25860 -
25861   type: "plot"
25862   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25863   algorithm: "plot_throughput_speedup_analysis"
25864   output-file-type: ".html"
25865   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25866   data: "plot-throughput-speedup-analysis-3n-hsw"
25867   filter: "'NIC_Intel-X710' and
25868            '64B' and
25869            'ENCAP' and
25870            'NDRPDR' and
25871            ('VXLAN' or 'LISP') and
25872            not 'VHOST' and
25873            not 'IPSECHW'"
25874   parameters:
25875   - "throughput"
25876   - "parent"
25877   - "tags"
25878   sort:
25879   - "LISP"
25880   - "VXLAN_1"
25881   - "VXLAN_10"
25882   - "VXLAN_100"
25883   - "VXLAN_1000"
25884   layout:
25885     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25886     layout: "plot-throughput-speedup-analysis"
25887
25888 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25889 -
25890   type: "plot"
25891   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25892   algorithm: "plot_throughput_speedup_analysis"
25893   output-file-type: ".html"
25894   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25895   data: "plot-throughput-speedup-analysis-3n-hsw"
25896   filter: "'NIC_Intel-X710' and
25897            '64B' and
25898            'ENCAP' and
25899            'NDRPDR' and
25900            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25901            not 'DOT1Q' and
25902            not 'VHOST' and
25903            not 'IPSECHW'"
25904   parameters:
25905   - "throughput"
25906   - "parent"
25907   - "tags"
25908   sort:
25909   - "L2BDMACLRN"
25910   - "L2XCFWD"
25911   - "LISP"
25912   layout:
25913     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25914     layout: "plot-throughput-speedup-analysis"
25915
25916 -
25917   type: "plot"
25918   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25919   algorithm: "plot_throughput_speedup_analysis"
25920   output-file-type: ".html"
25921   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25922   data: "plot-throughput-speedup-analysis-3n-hsw"
25923   filter: "'NIC_Intel-X710' and
25924            '64B' and
25925            'ENCAP' and
25926            'NDRPDR' and
25927            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25928            not 'DOT1Q' and
25929            not 'VHOST' and
25930            not 'IPSECHW'"
25931   parameters:
25932   - "throughput"
25933   - "parent"
25934   - "tags"
25935   sort:
25936   - "L2BDMACLRN"
25937   - "L2XCFWD"
25938   - "LISP"
25939   layout:
25940     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25941     layout: "plot-throughput-speedup-analysis"
25942
25943 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25944 -
25945   type: "plot"
25946   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25947   algorithm: "plot_throughput_speedup_analysis"
25948   output-file-type: ".html"
25949   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25950   data: "plot-throughput-speedup-analysis-3n-skx"
25951   filter: "'NIC_Intel-X710' and
25952            '64B' and
25953            'ENCAP' and
25954            'NDRPDR' and
25955            'VXLAN' and
25956            'L2BDMACLRN' and
25957            not 'VHOST' and
25958            not 'IPSECHW'"
25959   parameters:
25960   - "throughput"
25961   - "parent"
25962   - "tags"
25963   sort:
25964   - "LISP"
25965   - "VXLAN_1"
25966   - "VXLAN_10"
25967   - "VXLAN_100"
25968   - "VXLAN_1000"
25969   layout:
25970     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25971     layout: "plot-throughput-speedup-analysis"
25972
25973 -
25974   type: "plot"
25975   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25976   algorithm: "plot_throughput_speedup_analysis"
25977   output-file-type: ".html"
25978   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25979   data: "plot-throughput-speedup-analysis-3n-skx"
25980   filter: "'NIC_Intel-X710' and
25981            '64B' and
25982            'ENCAP' and
25983            'NDRPDR' and
25984            'VXLAN' and
25985            'L2BDMACLRN' and
25986            not 'VHOST' and
25987            not 'IPSECHW'"
25988   parameters:
25989   - "throughput"
25990   - "parent"
25991   - "tags"
25992   sort:
25993   - "LISP"
25994   - "VXLAN_1"
25995   - "VXLAN_10"
25996   - "VXLAN_100"
25997   - "VXLAN_1000"
25998   layout:
25999     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
26000     layout: "plot-throughput-speedup-analysis"
26001
26002 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
26003 -
26004   type: "plot"
26005   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26006   algorithm: "plot_throughput_speedup_analysis"
26007   output-file-type: ".html"
26008   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26009   data: "plot-throughput-speedup-analysis-3n-skx"
26010   filter: "'NIC_Intel-X710' and
26011            '64B' and
26012            'ENCAP' and
26013            'NDRPDR' and
26014            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26015            not 'DOT1Q' and
26016            not 'VHOST' and
26017            not 'IPSECHW'"
26018   parameters:
26019   - "throughput"
26020   - "parent"
26021   - "tags"
26022   sort:
26023   - "L2BDMACLRN"
26024   - "L2XCFWD"
26025   - "LISP"
26026   layout:
26027     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26028     layout: "plot-throughput-speedup-analysis"
26029
26030 -
26031   type: "plot"
26032   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26033   algorithm: "plot_throughput_speedup_analysis"
26034   output-file-type: ".html"
26035   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26036   data: "plot-throughput-speedup-analysis-3n-skx"
26037   filter: "'NIC_Intel-X710' and
26038            '64B' and
26039            'ENCAP' and
26040            'NDRPDR' and
26041            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26042            not 'DOT1Q' and
26043            not 'VHOST' and
26044            not 'IPSECHW'"
26045   parameters:
26046   - "throughput"
26047   - "parent"
26048   - "tags"
26049   sort:
26050   - "L2BDMACLRN"
26051   - "L2XCFWD"
26052   - "LISP"
26053   layout:
26054     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
26055     layout: "plot-throughput-speedup-analysis"
26056
26057 ################################################################################
26058
26059 # Speedup - VPP IPv6 3n-hsw-x520
26060 -
26061   type: "plot"
26062   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26063   algorithm: "plot_throughput_speedup_analysis"
26064   output-file-type: ".html"
26065   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26066   data: "plot-throughput-speedup-analysis-3n-hsw"
26067   filter: "'NIC_Intel-X520-DA2' and
26068            '78B' and
26069            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26070            'NDRPDR' and
26071            'IP6FWD' and
26072            not 'SRv6' and
26073            not 'IPSEC' and
26074            not 'VHOST'"
26075   parameters:
26076   - "throughput"
26077   - "parent"
26078   - "tags"
26079   sort:
26080   - "IP6BASE"
26081   - "FIB_20K"
26082   - "FIB_200K"
26083   - "FIB_2M"
26084   layout:
26085     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26086     layout: "plot-throughput-speedup-analysis"
26087
26088 -
26089   type: "plot"
26090   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26091   algorithm: "plot_throughput_speedup_analysis"
26092   output-file-type: ".html"
26093   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26094   data: "plot-throughput-speedup-analysis-3n-hsw"
26095   filter: "'NIC_Intel-X520-DA2' and
26096            '78B' and
26097            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26098            'NDRPDR' and
26099            'IP6FWD' and
26100            not 'SRv6' and
26101            not 'IPSEC' and
26102            not 'VHOST'"
26103   parameters:
26104   - "throughput"
26105   - "parent"
26106   - "tags"
26107   sort:
26108   - "IP6BASE"
26109   - "FIB_20K"
26110   - "FIB_200K"
26111   - "FIB_2M"
26112   layout:
26113     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26114     layout: "plot-throughput-speedup-analysis"
26115
26116 # Speedup - VPP IPv6 3n-hsw-x520 features
26117 -
26118   type: "plot"
26119   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26120   algorithm: "plot_throughput_speedup_analysis"
26121   output-file-type: ".html"
26122   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26123   data: "plot-throughput-speedup-analysis-3n-hsw"
26124   filter: "'NIC_Intel-X520-DA2' and
26125            '78B' and
26126            ('IP6BASE' or
26127             'POLICE_MARK' or
26128             'COPWHLIST' or
26129             'IACLDST') and
26130            'NDRPDR' and
26131            'IP6FWD' and
26132            not 'SRv6' and
26133            not 'IPSEC' and
26134            not 'VHOST'"
26135   parameters:
26136   - "throughput"
26137   - "parent"
26138   - "tags"
26139   sort:
26140   - "IP6BASE"
26141   - "POLICE_MARK"
26142   - "COPWHLIST"
26143   - "IACLDST"
26144   layout:
26145     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26146     layout: "plot-throughput-speedup-analysis"
26147
26148 -
26149   type: "plot"
26150   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26151   algorithm: "plot_throughput_speedup_analysis"
26152   output-file-type: ".html"
26153   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26154   data: "plot-throughput-speedup-analysis-3n-hsw"
26155   filter: "'NIC_Intel-X520-DA2' and
26156            '78B' and
26157            ('IP6BASE' or
26158             'POLICE_MARK' or
26159             'COPWHLIST' or
26160             'IACLDST') and
26161            'NDRPDR' and
26162            'IP6FWD' and
26163            not 'SRv6' and
26164            not 'IPSEC' and
26165            not 'VHOST'"
26166   parameters:
26167   - "throughput"
26168   - "parent"
26169   - "tags"
26170   sort:
26171   - "IP6BASE"
26172   - "POLICE_MARK"
26173   - "COPWHLIST"
26174   - "IACLDST"
26175   layout:
26176     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26177     layout: "plot-throughput-speedup-analysis"
26178
26179 # Speedup - VPP IPv6 3n-hsw-x710
26180 -
26181   type: "plot"
26182   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26183   algorithm: "plot_throughput_speedup_analysis"
26184   output-file-type: ".html"
26185   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26186   data: "plot-throughput-speedup-analysis-3n-hsw"
26187   filter: "'NIC_Intel-X710' and
26188            '78B' and
26189            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26190            'NDRPDR' and
26191            'IP6FWD' and
26192            not 'SRv6' and
26193            not 'IPSEC' and
26194            not 'VHOST'"
26195   parameters:
26196   - "throughput"
26197   - "parent"
26198   - "tags"
26199   sort:
26200   - "IP6BASE"
26201   - "FIB_20K"
26202   - "FIB_200K"
26203   - "FIB_2M"
26204   layout:
26205     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26206     layout: "plot-throughput-speedup-analysis"
26207
26208 -
26209   type: "plot"
26210   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26211   algorithm: "plot_throughput_speedup_analysis"
26212   output-file-type: ".html"
26213   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26214   data: "plot-throughput-speedup-analysis-3n-hsw"
26215   filter: "'NIC_Intel-X710' and
26216            '78B' and
26217            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26218            'NDRPDR' and
26219            'IP6FWD' and
26220            not 'SRv6' and
26221            not 'IPSEC' and
26222            not 'VHOST'"
26223   parameters:
26224   - "throughput"
26225   - "parent"
26226   - "tags"
26227   sort:
26228   - "IP6BASE"
26229   - "FIB_20K"
26230   - "FIB_200K"
26231   - "FIB_2M"
26232   layout:
26233     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26234     layout: "plot-throughput-speedup-analysis"
26235
26236 # Speedup - VPP IPv6 3n-hsw-x710 features
26237 -
26238   type: "plot"
26239   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26240   algorithm: "plot_throughput_speedup_analysis"
26241   output-file-type: ".html"
26242   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26243   data: "plot-throughput-speedup-analysis-3n-hsw"
26244   filter: "'NIC_Intel-X710' and
26245            '78B' and
26246            ('IP6BASE' or
26247             'POLICE_MARK' or
26248             'COPWHLIST' or
26249             'IACLDST') and
26250            'NDRPDR' and
26251            'IP6FWD' and
26252            not 'SRv6' and
26253            not 'IPSEC' and
26254            not 'VHOST'"
26255   parameters:
26256   - "throughput"
26257   - "parent"
26258   - "tags"
26259   sort:
26260   - "IP6BASE"
26261   - "POLICE_MARK"
26262   - "COPWHLIST"
26263   - "IACLDST"
26264   layout:
26265     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26266     layout: "plot-throughput-speedup-analysis"
26267
26268 -
26269   type: "plot"
26270   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26271   algorithm: "plot_throughput_speedup_analysis"
26272   output-file-type: ".html"
26273   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26274   data: "plot-throughput-speedup-analysis-3n-hsw"
26275   filter: "'NIC_Intel-X710' and
26276            '78B' and
26277            ('IP6BASE' or
26278             'POLICE_MARK' or
26279             'COPWHLIST' or
26280             'IACLDST') and
26281            'NDRPDR' and
26282            'IP6FWD' and
26283            not 'SRv6' and
26284            not 'IPSEC' and
26285            not 'VHOST'"
26286   parameters:
26287   - "throughput"
26288   - "parent"
26289   - "tags"
26290   sort:
26291   - "IP6BASE"
26292   - "POLICE_MARK"
26293   - "COPWHLIST"
26294   - "IACLDST"
26295   layout:
26296     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26297     layout: "plot-throughput-speedup-analysis"
26298
26299 # Speedup - VPP IPv6 3n-hsw-xl710
26300 -
26301   type: "plot"
26302   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26303   algorithm: "plot_throughput_speedup_analysis"
26304   output-file-type: ".html"
26305   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26306   data: "plot-throughput-speedup-analysis-3n-hsw"
26307   filter: "'NIC_Intel-XL710' and
26308            '78B' and
26309            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26310            'NDRPDR' and
26311            'IP6FWD' and
26312            not 'SRv6' and
26313            not 'IPSEC' and
26314            not 'VHOST'"
26315   parameters:
26316   - "throughput"
26317   - "parent"
26318   - "tags"
26319   sort:
26320   - "IP6BASE"
26321   - "FIB_20K"
26322   - "FIB_200K"
26323   - "FIB_2M"
26324   layout:
26325     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26326     layout: "plot-throughput-speedup-analysis"
26327
26328 -
26329   type: "plot"
26330   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26331   algorithm: "plot_throughput_speedup_analysis"
26332   output-file-type: ".html"
26333   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26334   data: "plot-throughput-speedup-analysis-3n-hsw"
26335   filter: "'NIC_Intel-XL710' and
26336            '78B' and
26337            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26338            'NDRPDR' and
26339            'IP6FWD' and
26340            not 'SRv6' and
26341            not 'IPSEC' and
26342            not 'VHOST'"
26343   parameters:
26344   - "throughput"
26345   - "parent"
26346   - "tags"
26347   sort:
26348   - "IP6BASE"
26349   - "FIB_20K"
26350   - "FIB_200K"
26351   - "FIB_2M"
26352   layout:
26353     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26354     layout: "plot-throughput-speedup-analysis"
26355
26356 # Speedup - VPP IPv6 3n-skx-x710
26357 -
26358   type: "plot"
26359   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26360   algorithm: "plot_throughput_speedup_analysis"
26361   output-file-type: ".html"
26362   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26363   data: "plot-throughput-speedup-analysis-3n-skx"
26364   filter: "'NIC_Intel-X710' and
26365            '78B' and
26366            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26367            'NDRPDR' and
26368            'IP6FWD' and
26369            not 'SRv6' and
26370            not 'IPSEC' and
26371            not 'VHOST'"
26372   parameters:
26373   - "throughput"
26374   - "parent"
26375   - "tags"
26376   sort:
26377   - "IP6BASE"
26378   - "FIB_20K"
26379   - "FIB_200K"
26380   - "FIB_2M"
26381   layout:
26382     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26383     layout: "plot-throughput-speedup-analysis"
26384
26385 -
26386   type: "plot"
26387   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26388   algorithm: "plot_throughput_speedup_analysis"
26389   output-file-type: ".html"
26390   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26391   data: "plot-throughput-speedup-analysis-3n-skx"
26392   filter: "'NIC_Intel-X710' and
26393            '78B' and
26394            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26395            'NDRPDR' and
26396            'IP6FWD' and
26397            not 'SRv6' and
26398            not 'IPSEC' and
26399            not 'VHOST'"
26400   parameters:
26401   - "throughput"
26402   - "parent"
26403   - "tags"
26404   sort:
26405   - "IP6BASE"
26406   - "FIB_20K"
26407   - "FIB_200K"
26408   - "FIB_2M"
26409   layout:
26410     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26411     layout: "plot-throughput-speedup-analysis"
26412
26413 # Speedup - VPP IPv6 3n-skx-x710 features
26414 -
26415   type: "plot"
26416   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26417   algorithm: "plot_throughput_speedup_analysis"
26418   output-file-type: ".html"
26419   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26420   data: "plot-throughput-speedup-analysis-3n-skx"
26421   filter: "'NIC_Intel-X710' and
26422            '78B' and
26423            ('IP6BASE' or
26424             'POLICE_MARK' or
26425             'COPWHLIST' or
26426             'IACLDST') and
26427            'NDRPDR' and
26428            'IP6FWD' and
26429            not 'SRv6' and
26430            not 'IPSEC' and
26431            not 'VHOST'"
26432   parameters:
26433   - "throughput"
26434   - "parent"
26435   - "tags"
26436   sort:
26437   - "IP6BASE"
26438   - "POLICE_MARK"
26439   - "COPWHLIST"
26440   - "IACLDST"
26441   layout:
26442     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
26443     layout: "plot-throughput-speedup-analysis"
26444
26445 -
26446   type: "plot"
26447   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26448   algorithm: "plot_throughput_speedup_analysis"
26449   output-file-type: ".html"
26450   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26451   data: "plot-throughput-speedup-analysis-3n-skx"
26452   filter: "'NIC_Intel-X710' and
26453            '78B' and
26454            ('IP6BASE' or
26455             'POLICE_MARK' or
26456             'COPWHLIST' or
26457             'IACLDST') and
26458            'NDRPDR' and
26459            'IP6FWD' and
26460            not 'SRv6' and
26461            not 'IPSEC' and
26462            not 'VHOST'"
26463   parameters:
26464   - "throughput"
26465   - "parent"
26466   - "tags"
26467   sort:
26468   - "IP6BASE"
26469   - "POLICE_MARK"
26470   - "COPWHLIST"
26471   - "IACLDST"
26472   layout:
26473     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
26474     layout: "plot-throughput-speedup-analysis"
26475
26476 # Speedup - VPP IPv6 2n-skx-x710
26477 -
26478   type: "plot"
26479   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26480   algorithm: "plot_throughput_speedup_analysis"
26481   output-file-type: ".html"
26482   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26483   data: "plot-throughput-speedup-analysis-2n-skx"
26484   filter: "'NIC_Intel-X710' and
26485            '78B' and
26486            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26487            'NDRPDR' and
26488            'IP6FWD' and
26489            not 'SRv6' and
26490            not 'IPSEC' and
26491            not 'VHOST'"
26492   parameters:
26493   - "throughput"
26494   - "parent"
26495   - "tags"
26496   sort:
26497   - "IP6BASE"
26498   - "FIB_20k"
26499   - "FIB_200k"
26500   - "FIB_2M"
26501   layout:
26502     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26503     layout: "plot-throughput-speedup-analysis"
26504
26505 -
26506   type: "plot"
26507   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26508   algorithm: "plot_throughput_speedup_analysis"
26509   output-file-type: ".html"
26510   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26511   data: "plot-throughput-speedup-analysis-2n-skx"
26512   filter: "'NIC_Intel-X710' and
26513            '78B' and
26514            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26515            'NDRPDR' and
26516            'IP6FWD' and
26517            not 'SRv6' and
26518            not 'IPSEC' and
26519            not 'VHOST'"
26520   parameters:
26521   - "throughput"
26522   - "parent"
26523   - "tags"
26524   sort:
26525   - "IP6BASE"
26526   - "FIB_20k"
26527   - "FIB_200k"
26528   - "FIB_2M"
26529   layout:
26530     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26531     layout: "plot-throughput-speedup-analysis"
26532
26533 # Speedup - VPP IPv6 2n-skx-xxv710
26534 -
26535   type: "plot"
26536   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26537   algorithm: "plot_throughput_speedup_analysis"
26538   output-file-type: ".html"
26539   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26540   data: "plot-throughput-speedup-analysis-2n-skx"
26541   filter: "'NIC_Intel-XXV710' and
26542            '78B' and
26543            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26544            'NDRPDR' and
26545            'IP6FWD' and
26546            not 'SRv6' and
26547            not 'IPSEC' and
26548            not 'VHOST'"
26549   parameters:
26550   - "throughput"
26551   - "parent"
26552   - "tags"
26553   sort:
26554   - "IP6BASE"
26555   - "FIB_20k"
26556   - "FIB_200k"
26557   - "FIB_2M"
26558   layout:
26559     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26560     layout: "plot-throughput-speedup-analysis"
26561
26562 -
26563   type: "plot"
26564   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26565   algorithm: "plot_throughput_speedup_analysis"
26566   output-file-type: ".html"
26567   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26568   data: "plot-throughput-speedup-analysis-2n-skx"
26569   filter: "'NIC_Intel-XXV710' and
26570            '78B' and
26571            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26572            'NDRPDR' and
26573            'IP6FWD' and
26574            not 'SRv6' and
26575            not 'IPSEC' and
26576            not 'VHOST'"
26577   parameters:
26578   - "throughput"
26579   - "parent"
26580   - "tags"
26581   sort:
26582   - "IP6BASE"
26583   - "FIB_20k"
26584   - "FIB_200k"
26585   - "FIB_2M"
26586   layout:
26587     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26588     layout: "plot-throughput-speedup-analysis"
26589
26590 # Speedup - VPP IPv6 2n-dnv-x553 base
26591 -
26592   type: "plot"
26593   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26594   algorithm: "plot_throughput_speedup_analysis"
26595   output-file-type: ".html"
26596   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26597   data: "intel-dnv-vpp"
26598   filter: "'NIC_Intel-X553' and
26599            '78B' and
26600            'IP6BASE' and
26601            'NDRPDR' and
26602            'IP6FWD' and
26603            not 'SRv6' and
26604            not 'IPSEC' and
26605            not 'VHOST'"
26606   parameters:
26607   - "throughput"
26608   - "parent"
26609   - "tags"
26610   sort:
26611   - "IP6BASE"
26612   layout:
26613     title: "ip6-2n-dnv-x553-78b-base-ndr"
26614     layout: "plot-throughput-speedup-analysis"
26615
26616 -
26617   type: "plot"
26618   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26619   algorithm: "plot_throughput_speedup_analysis"
26620   output-file-type: ".html"
26621   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26622   data: "intel-dnv-vpp"
26623   filter: "'NIC_Intel-X553' and
26624            '78B' and
26625            'IP6BASE' and
26626            'NDRPDR' and
26627            'IP6FWD' and
26628            not 'SRv6' and
26629            not 'IPSEC' and
26630            not 'VHOST'"
26631   parameters:
26632   - "throughput"
26633   - "parent"
26634   - "tags"
26635   sort:
26636   - "IP6BASE"
26637   layout:
26638     title: "ip6-2n-dnv-x553-78b-base-pdr"
26639     layout: "plot-throughput-speedup-analysis"
26640
26641 ################################################################################
26642
26643 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26644 -
26645   type: "plot"
26646   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26647   algorithm: "plot_throughput_speedup_analysis"
26648   output-file-type: ".html"
26649   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26650   data: "plot-throughput-speedup-analysis-3n-hsw"
26651   filter: "'NIC_Intel-X520-DA2' and
26652            '78B' and
26653            'ENCAP' and
26654            'NDRPDR' and
26655            'LISP' and
26656            not 'VHOST'"
26657   parameters:
26658   - "throughput"
26659   - "parent"
26660   - "tags"
26661   sort:
26662   - "IP4UNRLAY"
26663   - "IP6UNRLAY"
26664   layout:
26665     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26666     layout: "plot-throughput-speedup-analysis"
26667
26668 -
26669   type: "plot"
26670   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26671   algorithm: "plot_throughput_speedup_analysis"
26672   output-file-type: ".html"
26673   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26674   data: "plot-throughput-speedup-analysis-3n-hsw"
26675   filter: "'NIC_Intel-X520-DA2' and
26676            '78B' and
26677            'ENCAP' and
26678            'NDRPDR' and
26679            'LISP' and
26680            not 'VHOST'"
26681   parameters:
26682   - "throughput"
26683   - "parent"
26684   - "tags"
26685   sort:
26686   - "IP4UNRLAY"
26687   - "IP6UNRLAY"
26688   layout:
26689     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26690     layout: "plot-throughput-speedup-analysis"
26691
26692 ################################################################################
26693
26694 # Speedup - VPP IPSec 3n-hsw-xl710 base
26695 -
26696   type: "plot"
26697   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26698   algorithm: "plot_throughput_speedup_analysis"
26699   output-file-type: ".html"
26700   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26701   data: "plot-throughput-speedup-analysis-3n-hsw"
26702   filter: "'NIC_Intel-XL710' and
26703            '64B' and
26704            'IP4FWD' and
26705            'NDRPDR' and
26706            'BASE' and
26707            'IPSECHW' and
26708            ('IPSECTRAN' or 'IPSECTUN') and
26709            not 'VHOST'"
26710   parameters:
26711   - "throughput"
26712   - "parent"
26713   - "tags"
26714   layout:
26715     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26716     layout: "plot-throughput-speedup-analysis"
26717
26718 -
26719   type: "plot"
26720   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26721   algorithm: "plot_throughput_speedup_analysis"
26722   output-file-type: ".html"
26723   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26724   data: "plot-throughput-speedup-analysis-3n-hsw"
26725   filter: "'NIC_Intel-XL710' and
26726            '64B' and
26727            'IP4FWD' and
26728            'NDRPDR' and
26729            'BASE' and
26730            'IPSECHW' and
26731            ('IPSECTRAN' or 'IPSECTUN') and
26732            not 'VHOST'"
26733   parameters:
26734   - "throughput"
26735   - "parent"
26736   - "tags"
26737   layout:
26738     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26739     layout: "plot-throughput-speedup-analysis"
26740
26741 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26742 -
26743   type: "plot"
26744   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26745   algorithm: "plot_throughput_speedup_analysis"
26746   output-file-type: ".html"
26747   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26748   data: "plot-throughput-speedup-analysis-3n-hsw"
26749   filter: "'NIC_Intel-XL710' and
26750            '64B' and
26751            'IP4FWD' and
26752            'NDRPDR' and
26753            'SCALE' and
26754            'IPSECHW' and
26755            ('IPSECTRAN' or 'IPSECTUN') and
26756            not 'VHOST'"
26757   parameters:
26758   - "throughput"
26759   - "parent"
26760   - "tags"
26761   layout:
26762     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26763     layout: "plot-throughput-speedup-analysis"
26764
26765 -
26766   type: "plot"
26767   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26768   algorithm: "plot_throughput_speedup_analysis"
26769   output-file-type: ".html"
26770   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26771   data: "plot-throughput-speedup-analysis-3n-hsw"
26772   filter: "'NIC_Intel-XL710' and
26773            '64B' and
26774            'IP4FWD' and
26775            'NDRPDR' and
26776            'SCALE' and
26777            'IPSECHW' and
26778            ('IPSECTRAN' or 'IPSECTUN') and
26779            not 'VHOST'"
26780   parameters:
26781   - "throughput"
26782   - "parent"
26783   - "tags"
26784   layout:
26785     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
26786     layout: "plot-throughput-speedup-analysis"
26787
26788 # Speedup - VPP IPSec 3n-hsw-xl710 sw
26789 -
26790   type: "plot"
26791   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26792   algorithm: "plot_throughput_speedup_analysis"
26793   output-file-type: ".html"
26794   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26795   data: "plot-throughput-speedup-analysis-3n-hsw"
26796   filter: "'NIC_Intel-XL710' and
26797            '64B' and
26798            'IP4FWD' and
26799            'NDRPDR' and
26800            'IPSECSW' and
26801            ('IPSECTRAN' or 'IPSECTUN') and
26802            not 'VHOST'"
26803   parameters:
26804   - "throughput"
26805   - "parent"
26806   - "tags"
26807   layout:
26808     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
26809     layout: "plot-throughput-speedup-analysis"
26810
26811 -
26812   type: "plot"
26813   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26814   algorithm: "plot_throughput_speedup_analysis"
26815   output-file-type: ".html"
26816   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26817   data: "plot-throughput-speedup-analysis-3n-hsw"
26818   filter: "'NIC_Intel-XL710' and
26819            '64B' and
26820            'IP4FWD' and
26821            'NDRPDR' and
26822            'IPSECSW' and
26823            ('IPSECTRAN' or 'IPSECTUN') and
26824            not 'VHOST'"
26825   parameters:
26826   - "throughput"
26827   - "parent"
26828   - "tags"
26829   layout:
26830     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
26831     layout: "plot-throughput-speedup-analysis"
26832
26833 ################################################################################
26834
26835 # Speedup - VPP SRv6 3n-hsw-x520
26836 -
26837   type: "plot"
26838   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
26839   algorithm: "plot_throughput_speedup_analysis"
26840   output-file-type: ".html"
26841   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
26842   data: "plot-throughput-speedup-analysis-3n-hsw"
26843   filter: "'NIC_Intel-X520-DA2' and
26844            '78B' and
26845            'FEATURE' and
26846            'NDRPDR' and
26847            'IP6FWD' and
26848            'SRv6'"
26849   parameters:
26850   - "throughput"
26851   - "parent"
26852   - "tags"
26853   layout:
26854     title: "srv6-3n-hsw-x520-78b-features-ndr"
26855     layout: "plot-throughput-speedup-analysis"
26856
26857 -
26858   type: "plot"
26859   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
26860   algorithm: "plot_throughput_speedup_analysis"
26861   output-file-type: ".html"
26862   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
26863   data: "plot-throughput-speedup-analysis-3n-hsw"
26864   filter: "'NIC_Intel-X520-DA2' and
26865            '78B' and
26866            'FEATURE' and
26867            'NDRPDR' and
26868            'IP6FWD' and
26869            'SRv6'"
26870   parameters:
26871   - "throughput"
26872   - "parent"
26873   - "tags"
26874   layout:
26875     title: "srv6-3n-hsw-x520-78b-features-pdr"
26876     layout: "plot-throughput-speedup-analysis"
26877
26878 ################################################################################
26879
26880 # Speedup - VPP L2 3n-hsw-x520 base and scale
26881 -
26882   type: "plot"
26883   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26884   algorithm: "plot_throughput_speedup_analysis"
26885   output-file-type: ".html"
26886   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26887   data: "plot-throughput-speedup-analysis-3n-hsw"
26888   filter: "'NIC_Intel-X520-DA2' and
26889            '64B' and
26890            ('BASE' or 'SCALE') and
26891            'NDRPDR' and
26892            'ETH' and
26893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26894            not 'VHOST' and
26895            not 'MEMIF'"
26896   parameters:
26897   - "throughput"
26898   - "parent"
26899   - "tags"
26900   sort:
26901   - "L2XCFWD"
26902   - "L2PATCH"
26903   - "L2BDMACLRN"
26904   - "FIB_10K"
26905   - "FIB_100K"
26906   - "FIB_1M"
26907   layout:
26908     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26909     layout: "plot-throughput-speedup-analysis"
26910
26911 -
26912   type: "plot"
26913   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26914   algorithm: "plot_throughput_speedup_analysis"
26915   output-file-type: ".html"
26916   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26917   data: "plot-throughput-speedup-analysis-3n-hsw"
26918   filter: "'NIC_Intel-X520-DA2' and
26919            '64B' and
26920            ('BASE' or 'SCALE') and
26921            'NDRPDR' and
26922            'ETH' and
26923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26924            not 'VHOST' and
26925            not 'MEMIF'"
26926   parameters:
26927   - "throughput"
26928   - "parent"
26929   - "tags"
26930   sort:
26931   - "L2XCFWD"
26932   - "L2PATCH"
26933   - "L2BDMACLRN"
26934   - "FIB_10K"
26935   - "FIB_100K"
26936   - "FIB_1M"
26937   layout:
26938     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26939     layout: "plot-throughput-speedup-analysis"
26940
26941 # Speedup - VPP L2 3n-hsw-x520 features
26942 -
26943   type: "plot"
26944   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26945   algorithm: "plot_throughput_speedup_analysis"
26946   output-file-type: ".html"
26947   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26948   data: "plot-throughput-speedup-analysis-3n-hsw"
26949   filter: "'NIC_Intel-X520-DA2' and
26950            '64B' and
26951            'NDRPDR' and
26952            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26953            not 'ACL' and
26954            not 'VHOST' and
26955            not 'MEMIF'"
26956   parameters:
26957   - "throughput"
26958   - "parent"
26959   - "tags"
26960   sort:
26961   - "L2XCBASE"    # l2xcbase
26962   - "L2BDBASE"    # l2bdbase
26963   - "L2XCFWD"     # dot1q-l2xcbase
26964   - "L2BDMACLRN"  # dot1q-l2bdbase
26965   layout:
26966     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26967     layout: "plot-throughput-speedup-analysis"
26968
26969 -
26970   type: "plot"
26971   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26972   algorithm: "plot_throughput_speedup_analysis"
26973   output-file-type: ".html"
26974   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26975   data: "plot-throughput-speedup-analysis-3n-hsw"
26976   filter: "'NIC_Intel-X520-DA2' and
26977            '64B' and
26978            'NDRPDR' and
26979            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26980            not 'ACL' and
26981            not 'VHOST' and
26982            not 'MEMIF'"
26983   parameters:
26984   - "throughput"
26985   - "parent"
26986   - "tags"
26987   sort:
26988   - "L2XCBASE"    # l2xcbase
26989   - "L2BDBASE"    # l2bdbase
26990   - "L2XCFWD"     # dot1q-l2xcbase
26991   - "L2BDMACLRN"  # dot1q-l2bdbase
26992   layout:
26993     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26994     layout: "plot-throughput-speedup-analysis"
26995
26996 # Speedup - VPP L2 3n-hsw-x710 base and scale
26997 -
26998   type: "plot"
26999   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27000   algorithm: "plot_throughput_speedup_analysis"
27001   output-file-type: ".html"
27002   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27003   data: "plot-throughput-speedup-analysis-3n-hsw"
27004   filter: "'NIC_Intel-X710' and
27005            '64B' and
27006            ('BASE' or 'SCALE') and
27007            'NDRPDR' and
27008            'ETH' and
27009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27010            not 'VHOST' and
27011            not 'MEMIF' and
27012            not 'DRV_AVF'"
27013   parameters:
27014   - "throughput"
27015   - "parent"
27016   - "tags"
27017   sort:
27018   - "L2PATCH"
27019   - "L2XCBASE"
27020   - "BASE"
27021   - "FIB_10K"
27022   - "FIB_100K"
27023   - "FIB_1M"
27024   layout:
27025     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27026     layout: "plot-throughput-speedup-analysis"
27027
27028 -
27029   type: "plot"
27030   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27031   algorithm: "plot_throughput_speedup_analysis"
27032   output-file-type: ".html"
27033   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27034   data: "plot-throughput-speedup-analysis-3n-hsw"
27035   filter: "'NIC_Intel-X710' and
27036            '64B' and
27037            ('BASE' or 'SCALE') and
27038            'NDRPDR' and
27039            'ETH' and
27040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27041            not 'VHOST' and
27042            not 'MEMIF' and
27043            not 'DRV_AVF'"
27044   parameters:
27045   - "throughput"
27046   - "parent"
27047   - "tags"
27048   sort:
27049   - "L2PATCH"
27050   - "L2XCBASE"
27051   - "BASE"
27052   - "FIB_10K"
27053   - "FIB_100K"
27054   - "FIB_1M"
27055   layout:
27056     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27057     layout: "plot-throughput-speedup-analysis"
27058
27059 # Speedup - VPP L2 3n-hsw-x710 features
27060 -
27061   type: "plot"
27062   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27063   algorithm: "plot_throughput_speedup_analysis"
27064   output-file-type: ".html"
27065   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27066   data: "plot-throughput-speedup-analysis-3n-hsw"
27067   filter: "'NIC_Intel-X710' and
27068            '64B' and
27069            'NDRPDR' and
27070            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27071            not 'ACL' and
27072            not 'VHOST' and
27073            not 'MEMIF'"
27074   parameters:
27075   - "throughput"
27076   - "parent"
27077   - "tags"
27078   sort:
27079   - "L2XCBASE"    # l2xcbase
27080   - "L2BDBASE"    # l2bdbase
27081   - "L2XCFWD"     # dot1q-l2xcbase
27082   - "L2BDMACLRN"  # dot1q-l2bdbase
27083   layout:
27084     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27085     layout: "plot-throughput-speedup-analysis"
27086
27087 -
27088   type: "plot"
27089   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27090   algorithm: "plot_throughput_speedup_analysis"
27091   output-file-type: ".html"
27092   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27093   data: "plot-throughput-speedup-analysis-3n-hsw"
27094   filter: "'NIC_Intel-X710' and
27095            '64B' and
27096            'NDRPDR' and
27097            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27098            not 'ACL' and
27099            not 'VHOST' and
27100            not 'MEMIF'"
27101   parameters:
27102   - "throughput"
27103   - "parent"
27104   - "tags"
27105   sort:
27106   - "L2XCBASE"    # l2xcbase
27107   - "L2BDBASE"    # l2bdbase
27108   - "L2XCFWD"     # dot1q-l2xcbase
27109   - "L2BDMACLRN"  # dot1q-l2bdbase
27110   layout:
27111     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27112     layout: "plot-throughput-speedup-analysis"
27113
27114 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27115 -
27116   type: "plot"
27117   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27118   algorithm: "plot_throughput_speedup_analysis"
27119   output-file-type: ".html"
27120   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27121   data: "plot-throughput-speedup-analysis-3n-hsw"
27122   filter: "'NIC_Intel-XL710' and
27123            '64B' and
27124            ('BASE' or 'SCALE') and
27125            'NDRPDR' and
27126            'ETH' and
27127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27128            not 'VHOST' and
27129            not 'MEMIF'"
27130   parameters:
27131   - "throughput"
27132   - "parent"
27133   - "tags"
27134   sort:
27135   - "L2PATCH"
27136   - "L2XCBASE"
27137   - "BASE"
27138   - "FIB_10K"
27139   - "FIB_100K"
27140   - "FIB_1M"
27141   layout:
27142     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27143     layout: "plot-throughput-speedup-analysis"
27144
27145 -
27146   type: "plot"
27147   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27148   algorithm: "plot_throughput_speedup_analysis"
27149   output-file-type: ".html"
27150   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27151   data: "plot-throughput-speedup-analysis-3n-hsw"
27152   filter: "'NIC_Intel-XL710' and
27153            '64B' and
27154            ('BASE' or 'SCALE') and
27155            'NDRPDR' and
27156            'ETH' and
27157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27158            not 'VHOST' and
27159            not 'MEMIF'"
27160   parameters:
27161   - "throughput"
27162   - "parent"
27163   - "tags"
27164   sort:
27165   - "L2PATCH"
27166   - "L2XCBASE"
27167   - "BASE"
27168   - "FIB_10K"
27169   - "FIB_100K"
27170   - "FIB_1M"
27171   layout:
27172     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27173     layout: "plot-throughput-speedup-analysis"
27174
27175 # Speedup - VPP L2 3n-skx-x710 base and scale
27176 -
27177   type: "plot"
27178   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27179   algorithm: "plot_throughput_speedup_analysis"
27180   output-file-type: ".html"
27181   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27182   data: "plot-throughput-speedup-analysis-3n-skx"
27183   filter: "'NIC_Intel-X710' and
27184            '64B' and
27185            ('BASE' or 'SCALE') and
27186            'NDRPDR' and
27187            'ETH' and
27188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27189            not 'VHOST' and
27190            not 'DRV_AVF' and
27191            not 'MEMIF'"
27192   parameters:
27193   - "throughput"
27194   - "parent"
27195   - "tags"
27196   sort:
27197   - "L2PATCH"
27198   - "L2XCBASE"
27199   - "BASE"
27200   - "FIB_10K"
27201   - "FIB_100K"
27202   - "FIB_1M"
27203   layout:
27204     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27205     layout: "plot-throughput-speedup-analysis"
27206
27207 -
27208   type: "plot"
27209   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27210   algorithm: "plot_throughput_speedup_analysis"
27211   output-file-type: ".html"
27212   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27213   data: "plot-throughput-speedup-analysis-3n-skx"
27214   filter: "'NIC_Intel-X710' and
27215            '64B' and
27216            ('BASE' or 'SCALE') and
27217            'NDRPDR' and
27218            'ETH' and
27219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27220            not 'VHOST' and
27221            not 'DRV_AVF' and
27222            not 'MEMIF'"
27223   parameters:
27224   - "throughput"
27225   - "parent"
27226   - "tags"
27227   sort:
27228   - "L2PATCH"
27229   - "L2XCBASE"
27230   - "BASE"
27231   - "FIB_10K"
27232   - "FIB_100K"
27233   - "FIB_1M"
27234   layout:
27235     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27236     layout: "plot-throughput-speedup-analysis"
27237
27238 # Speedup - VPP L2 3n-skx-x710 features
27239 -
27240   type: "plot"
27241   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27242   algorithm: "plot_throughput_speedup_analysis"
27243   output-file-type: ".html"
27244   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27245   data: "plot-throughput-speedup-analysis-3n-skx"
27246   filter: "'NIC_Intel-X710' and
27247            '64B' and
27248            'NDRPDR' and
27249            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27250            not 'ACL' and
27251            not 'VHOST' and
27252            not 'MEMIF'"
27253   parameters:
27254   - "throughput"
27255   - "parent"
27256   - "tags"
27257   sort:
27258   - "L2XCBASE"    # l2xcbase
27259   - "L2BDBASE"    # l2bdbase
27260   - "L2XCFWD"     # dot1q-l2xcbase
27261   - "L2BDMACLRN"  # dot1q-l2bdbase
27262   layout:
27263     title: "l2sw-3n-skx-x710-64b-features-ndr"
27264     layout: "plot-throughput-speedup-analysis"
27265
27266 -
27267   type: "plot"
27268   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27269   algorithm: "plot_throughput_speedup_analysis"
27270   output-file-type: ".html"
27271   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27272   data: "plot-throughput-speedup-analysis-3n-skx"
27273   filter: "'NIC_Intel-X710' and
27274            '64B' and
27275            'NDRPDR' and
27276            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27277            not 'ACL' and
27278            not 'VHOST' and
27279            not 'MEMIF'"
27280   parameters:
27281   - "throughput"
27282   - "parent"
27283   - "tags"
27284   sort:
27285   - "L2XCBASE"    # l2xcbase
27286   - "L2BDBASE"    # l2bdbase
27287   - "L2XCFWD"     # dot1q-l2xcbase
27288   - "L2BDMACLRN"  # dot1q-l2bdbase
27289   layout:
27290     title: "l2sw-3n-skx-x710-64b-features-pdr"
27291     layout: "plot-throughput-speedup-analysis"
27292
27293 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27294 -
27295   type: "plot"
27296   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27297   algorithm: "plot_throughput_speedup_analysis"
27298   output-file-type: ".html"
27299   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27300   data: "plot-throughput-speedup-analysis-3n-skx"
27301   filter: "'NIC_Intel-XXV710' and
27302            '64B' and
27303            ('BASE' or 'SCALE') and
27304            'NDRPDR' and
27305            'ETH' and
27306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27307            not 'VHOST' and
27308            not 'MEMIF' and
27309            not 'DRV_AVF'"
27310   parameters:
27311   - "throughput"
27312   - "parent"
27313   - "tags"
27314   sort:
27315   - "L2PATCH"
27316   - "L2XCBASE"
27317   - "BASE"
27318   - "FIB_10K"
27319   - "FIB_100K"
27320   - "FIB_1M"
27321   layout:
27322     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
27323     layout: "plot-throughput-speedup-analysis"
27324
27325 -
27326   type: "plot"
27327   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27328   algorithm: "plot_throughput_speedup_analysis"
27329   output-file-type: ".html"
27330   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27331   data: "plot-throughput-speedup-analysis-3n-skx"
27332   filter: "'NIC_Intel-XXV710' and
27333            '64B' and
27334            ('BASE' or 'SCALE') and
27335            'NDRPDR' and
27336            'ETH' and
27337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27338            not 'VHOST' and
27339            not 'MEMIF' and
27340            not 'DRV_AVF'"
27341   parameters:
27342   - "throughput"
27343   - "parent"
27344   - "tags"
27345   sort:
27346   - "L2PATCH"
27347   - "L2XCBASE"
27348   - "BASE"
27349   - "FIB_10K"
27350   - "FIB_100K"
27351   - "FIB_1M"
27352   layout:
27353     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
27354     layout: "plot-throughput-speedup-analysis"
27355
27356 # Speedup - VPP L2 2n-skx-x710 base and scale
27357 -
27358   type: "plot"
27359   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27360   algorithm: "plot_throughput_speedup_analysis"
27361   output-file-type: ".html"
27362   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27363   data: "plot-throughput-speedup-analysis-2n-skx"
27364   filter: "'NIC_Intel-X710' and
27365            '64B' and
27366            ('BASE' or 'SCALE') and
27367            'NDRPDR' and
27368            'ETH' and
27369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27370            not 'VHOST' and
27371            not 'MEMIF'"
27372   parameters:
27373   - "throughput"
27374   - "parent"
27375   - "tags"
27376   sort:
27377   - "L2PATCH"
27378   - "L2XCBASE"
27379   - "BASE"
27380   - "FIB_10K"
27381   - "FIB_100K"
27382   - "FIB_1M"
27383   layout:
27384     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27385     layout: "plot-throughput-speedup-analysis"
27386
27387 -
27388   type: "plot"
27389   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27390   algorithm: "plot_throughput_speedup_analysis"
27391   output-file-type: ".html"
27392   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27393   data: "plot-throughput-speedup-analysis-2n-skx"
27394   filter: "'NIC_Intel-X710' and
27395            '64B' and
27396            ('BASE' or 'SCALE') and
27397            'NDRPDR' and
27398            'ETH' and
27399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27400            not 'VHOST' and
27401            not 'MEMIF'"
27402   parameters:
27403   - "throughput"
27404   - "parent"
27405   - "tags"
27406   sort:
27407   - "L2PATCH"
27408   - "L2XCBASE"
27409   - "BASE"
27410   - "FIB_10K"
27411   - "FIB_100K"
27412   - "FIB_1M"
27413   layout:
27414     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27415     layout: "plot-throughput-speedup-analysis"
27416
27417 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27418 -
27419   type: "plot"
27420   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27421   algorithm: "plot_throughput_speedup_analysis"
27422   output-file-type: ".html"
27423   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27424   data: "plot-throughput-speedup-analysis-2n-skx"
27425   filter: "'NIC_Intel-XXV710' and
27426            '64B' and
27427            ('BASE' or 'SCALE') and
27428            'NDRPDR' and
27429            'ETH' and
27430            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27431            not 'VHOST' and
27432            not 'MEMIF'"
27433   parameters:
27434   - "throughput"
27435   - "parent"
27436   - "tags"
27437   sort:
27438   - "L2PATCH"
27439   - "L2XCBASE"
27440   - "BASE"
27441   - "FIB_10K"
27442   - "FIB_100K"
27443   - "FIB_1M"
27444   layout:
27445     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27446     layout: "plot-throughput-speedup-analysis"
27447
27448 -
27449   type: "plot"
27450   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27451   algorithm: "plot_throughput_speedup_analysis"
27452   output-file-type: ".html"
27453   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27454   data: "plot-throughput-speedup-analysis-2n-skx"
27455   filter: "'NIC_Intel-XXV710' and
27456            '64B' and
27457            ('BASE' or 'SCALE') and
27458            'NDRPDR' and
27459            'ETH' and
27460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27461            not 'VHOST' and
27462            not 'MEMIF'"
27463   parameters:
27464   - "throughput"
27465   - "parent"
27466   - "tags"
27467   sort:
27468   - "L2PATCH"
27469   - "L2XCBASE"
27470   - "BASE"
27471   - "FIB_10K"
27472   - "FIB_100K"
27473   - "FIB_1M"
27474   layout:
27475     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27476     layout: "plot-throughput-speedup-analysis"
27477
27478 # Speedup - VPP L2 2n-dnv-x553 base
27479 -
27480   type: "plot"
27481   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27482   algorithm: "plot_throughput_speedup_analysis"
27483   output-file-type: ".html"
27484   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27485   data: "intel-dnv-vpp"
27486   filter: "'NIC_Intel-X553' and
27487            '64B' and
27488            ('BASE' or 'SCALE') and
27489            'NDRPDR' and
27490            'ETH' and
27491            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27492            not 'VHOST' and
27493            not 'MEMIF'"
27494   parameters:
27495   - "throughput"
27496   - "parent"
27497   - "tags"
27498   sort:
27499   - "L2XCBASE"
27500   - "L2BDMACLRN"
27501   - "L2PATCH"
27502   layout:
27503     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27504     layout: "plot-throughput-speedup-analysis"
27505
27506 -
27507   type: "plot"
27508   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27509   algorithm: "plot_throughput_speedup_analysis"
27510   output-file-type: ".html"
27511   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27512   data: "intel-dnv-vpp"
27513   filter: "'NIC_Intel-X553' and
27514            '64B' and
27515            ('BASE' or 'SCALE') and
27516            'NDRPDR' and
27517            'ETH' and
27518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27519            not 'VHOST' and
27520            not 'MEMIF'"
27521   parameters:
27522   - "throughput"
27523   - "parent"
27524   - "tags"
27525   sort:
27526   - "L2XCBASE"
27527   - "L2BDMACLRN"
27528   - "L2PATCH"
27529   layout:
27530     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27531     layout: "plot-throughput-speedup-analysis"
27532
27533 ################################################################################
27534
27535 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27536 -
27537   type: "plot"
27538   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27539   algorithm: "plot_throughput_speedup_analysis"
27540   output-file-type: ".html"
27541   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27542   data: "plot-throughput-speedup-analysis-3n-hsw"
27543   filter: "'NIC_Intel-X520-DA2' and
27544            '64B' and
27545            'NDRPDR' and
27546            'ETH' and
27547            'IP4FWD' and
27548            'VHOST_1024' and
27549            not 'VXLAN' and
27550            not 'DOT1Q'"
27551   parameters:
27552   - "throughput"
27553   - "parent"
27554   - "tags"
27555   sort:
27556   - "not CFS_OPT"
27557   - "1VM"
27558   - "2VM"
27559   layout:
27560     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27561     layout: "plot-throughput-speedup-analysis"
27562
27563 -
27564   type: "plot"
27565   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27566   algorithm: "plot_throughput_speedup_analysis"
27567   output-file-type: ".html"
27568   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27569   data: "plot-throughput-speedup-analysis-3n-hsw"
27570   filter: "'NIC_Intel-X520-DA2' and
27571            '64B' and
27572            'NDRPDR' and
27573            'ETH' and
27574            'IP4FWD' and
27575            'VHOST_1024' and
27576            not 'VXLAN' and
27577            not 'DOT1Q'"
27578   parameters:
27579   - "throughput"
27580   - "parent"
27581   - "tags"
27582   sort:
27583   - "not CFS_OPT"
27584   - "1VM"
27585   - "2VM"
27586   layout:
27587     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27588     layout: "plot-throughput-speedup-analysis"
27589
27590 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27591 -
27592   type: "plot"
27593   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27594   algorithm: "plot_throughput_speedup_analysis"
27595   output-file-type: ".html"
27596   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27597   data: "plot-throughput-speedup-analysis-3n-hsw"
27598   filter: "'NIC_Intel-X520-DA2' and
27599            '64B' and
27600            'NDRPDR' and
27601            ('ETH' or 'DOT1Q') and
27602            'VHOST_1024' and
27603            not 'VXLAN' and
27604            not 'IP4FWD' and
27605            not '2VM'"
27606   parameters:
27607   - "throughput"
27608   - "parent"
27609   - "tags"
27610 #  sort:
27611 #  - "VM"  # "not CFS_OPT"
27612 #  - "CFS_OPT"
27613 #  - "FIB_10K"
27614 #  - "FIB_100K"
27615 #  - "FIB_1M"
27616   layout:
27617     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27618     layout: "plot-throughput-speedup-analysis"
27619
27620 -
27621   type: "plot"
27622   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27623   algorithm: "plot_throughput_speedup_analysis"
27624   output-file-type: ".html"
27625   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27626   data: "plot-throughput-speedup-analysis-3n-hsw"
27627   filter: "'NIC_Intel-X520-DA2' and
27628            '64B' and
27629            'NDRPDR' and
27630            ('ETH' or 'DOT1Q') and
27631            'L2BDMACLRN' and
27632            'VHOST_1024' and
27633            not 'VXLAN' and
27634            not 'IP4FWD' and
27635            not '2VM'"
27636   parameters:
27637   - "throughput"
27638   - "parent"
27639   - "tags"
27640 #  sort:
27641 #  - "VM"  # "not CFS_OPT"
27642 #  - "CFS_OPT"
27643 #  - "FIB_10K"
27644 #  - "FIB_100K"
27645 #  - "FIB_1M"
27646   layout:
27647     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27648     layout: "plot-throughput-speedup-analysis"
27649
27650 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27651 -
27652   type: "plot"
27653   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27654   algorithm: "plot_throughput_speedup_analysis"
27655   output-file-type: ".html"
27656   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27657   data: "plot-throughput-speedup-analysis-3n-hsw"
27658   filter: "'NIC_Intel-X520-DA2' and
27659            '64B' and
27660            'NDRPDR' and
27661            ('ETH' or 'DOT1Q') and
27662            'BASE' and
27663            ('L2BDMACLRN' or 'L2XCFWD') and
27664            'VHOST_1024' and
27665            not 'VXLAN' and
27666            not 'IP4FWD' and
27667            not '2VM'"
27668   parameters:
27669   - "throughput"
27670   - "parent"
27671   - "tags"
27672 #  sort:
27673 #  - "not CFS_OPT"
27674 #  - "L2XCFWD"
27675 #  - "not CFS_OPT"
27676 #  - "CFS_OPT"
27677   layout:
27678     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27679     layout: "plot-throughput-speedup-analysis"
27680
27681 -
27682   type: "plot"
27683   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27684   algorithm: "plot_throughput_speedup_analysis"
27685   output-file-type: ".html"
27686   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27687   data: "plot-throughput-speedup-analysis-3n-hsw"
27688   filter: "'NIC_Intel-X520-DA2' and
27689            '64B' and
27690            'NDRPDR' and
27691            ('ETH' or 'DOT1Q') and
27692            'BASE' and
27693            ('L2BDMACLRN' or 'L2XCFWD') and
27694            'VHOST_1024' and
27695            not 'VXLAN' and
27696            not 'IP4FWD' and
27697            not '2VM'"
27698   parameters:
27699   - "throughput"
27700   - "parent"
27701   - "tags"
27702 #  sort:
27703 #  - "not CFS_OPT"
27704 #  - "L2XCFWD"
27705 #  - "not CFS_OPT"
27706 #  - "CFS_OPT"
27707   layout:
27708     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27709     layout: "plot-throughput-speedup-analysis"
27710
27711 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27712 -
27713   type: "plot"
27714   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27715   algorithm: "plot_throughput_speedup_analysis"
27716   output-file-type: ".html"
27717   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27718   data: "plot-throughput-speedup-analysis-3n-hsw"
27719   filter: "'NIC_Intel-X520-DA2' and
27720            '64B' and
27721            'NDRPDR' and
27722            ('ETH' or 'DOT1Q') and
27723            ('L2BDMACLRN' or 'L2XCFWD') and
27724            'VHOST_1024' and
27725            not 'CFS_OPT' and
27726            not 'VXLAN' and
27727            not 'IP4FWD' and
27728            not 'LBOND'"
27729   parameters:
27730   - "throughput"
27731   - "parent"
27732   - "tags"
27733 #  sort:
27734 #  - "1VM"
27735 #  - "L2XCFWD"
27736 #  - "1VM"
27737 #  - "L2BDMACLRN"
27738   layout:
27739     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27740     layout: "plot-throughput-speedup-analysis"
27741
27742 -
27743   type: "plot"
27744   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27745   algorithm: "plot_throughput_speedup_analysis"
27746   output-file-type: ".html"
27747   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27748   data: "plot-throughput-speedup-analysis-3n-hsw"
27749   filter: "'NIC_Intel-X520-DA2' and
27750            '64B' and
27751            'NDRPDR' and
27752            ('ETH' or 'DOT1Q') and
27753            ('L2BDMACLRN' or 'L2XCFWD') and
27754            'VHOST_1024' and
27755            not 'CFS_OPT' and
27756            not 'VXLAN' and
27757            not 'IP4FWD' and
27758            not 'LBOND'"
27759   parameters:
27760   - "throughput"
27761   - "parent"
27762   - "tags"
27763 #  sort:
27764 #  - "1VM"
27765 #  - "L2XCFWD"
27766 #  - "1VM"
27767 #  - "L2BDMACLRN"
27768   layout:
27769     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27770     layout: "plot-throughput-speedup-analysis"
27771
27772 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27773 -
27774   type: "plot"
27775   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27776   algorithm: "plot_throughput_speedup_analysis"
27777   output-file-type: ".html"
27778   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27779   data: "plot-throughput-speedup-analysis-3n-hsw"
27780   filter: "'NIC_Intel-X710' and
27781            '64B' and
27782            'NDRPDR' and
27783            'ETH' and
27784            'IP4FWD' and
27785            'VHOST_1024' and
27786            not 'VXLAN' and
27787            not 'DOT1Q'"
27788   parameters:
27789   - "throughput"
27790   - "parent"
27791   - "tags"
27792   sort:
27793   - "not CFS_OPT"
27794   - "1VM"
27795   - "2VM"
27796   layout:
27797     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27798     layout: "plot-throughput-speedup-analysis"
27799
27800 -
27801   type: "plot"
27802   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27803   algorithm: "plot_throughput_speedup_analysis"
27804   output-file-type: ".html"
27805   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27806   data: "plot-throughput-speedup-analysis-3n-hsw"
27807   filter: "'NIC_Intel-X710' and
27808            '64B' and
27809            'NDRPDR' and
27810            'ETH' and
27811            'IP4FWD' and
27812            'VHOST_1024' and
27813            not 'VXLAN' and
27814            not 'DOT1Q'"
27815   parameters:
27816   - "throughput"
27817   - "parent"
27818   - "tags"
27819   sort:
27820   - "not CFS_OPT"
27821   - "1VM"
27822   - "2VM"
27823   layout:
27824     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27825     layout: "plot-throughput-speedup-analysis"
27826
27827 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
27828 -
27829   type: "plot"
27830   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27831   algorithm: "plot_throughput_speedup_analysis"
27832   output-file-type: ".html"
27833   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27834   data: "plot-throughput-speedup-analysis-3n-hsw"
27835   filter: "'NIC_Intel-X710' and
27836            '64B' and
27837            'NDRPDR' and
27838            ('ETH' or 'DOT1Q') and
27839            'L2BDMACLRN' and
27840            'VHOST_1024' and
27841            not 'VXLAN' and
27842            not 'IP4FWD' and
27843            not '2VM'"
27844   parameters:
27845   - "throughput"
27846   - "parent"
27847   - "tags"
27848 #  sort:
27849 #  - "VM"  # "not CFS_OPT"
27850 #  - "CFS_OPT"
27851 #  - "FIB_10K"
27852 #  - "FIB_100K"
27853 #  - "FIB_1M"
27854   layout:
27855     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27856     layout: "plot-throughput-speedup-analysis"
27857
27858 -
27859   type: "plot"
27860   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27861   algorithm: "plot_throughput_speedup_analysis"
27862   output-file-type: ".html"
27863   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27864   data: "plot-throughput-speedup-analysis-3n-hsw"
27865   filter: "'NIC_Intel-X710' and
27866            '64B' and
27867            'NDRPDR' and
27868            ('ETH' or 'DOT1Q') and
27869            'L2BDMACLRN' and
27870            'VHOST_1024' and
27871            not 'VXLAN' and
27872            not 'IP4FWD' and
27873            not '2VM'"
27874   parameters:
27875   - "throughput"
27876   - "parent"
27877   - "tags"
27878 #  sort:
27879 #  - "VM"  # "not CFS_OPT"
27880 #  - "CFS_OPT"
27881 #  - "FIB_10K"
27882 #  - "FIB_100K"
27883 #  - "FIB_1M"
27884   layout:
27885     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27886     layout: "plot-throughput-speedup-analysis"
27887
27888 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27889 -
27890   type: "plot"
27891   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27892   algorithm: "plot_throughput_speedup_analysis"
27893   output-file-type: ".html"
27894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27895   data: "plot-throughput-speedup-analysis-3n-hsw"
27896   filter: "'NIC_Intel-X710' and
27897            '64B' and
27898            'NDRPDR' and
27899            ('ETH' or 'DOT1Q') and
27900            'BASE' and
27901            ('L2BDMACLRN' or 'L2XCFWD') and
27902            'VHOST_1024' and
27903            not 'VXLAN' and
27904            not 'IP4FWD' and
27905            not '2VM'"
27906   parameters:
27907   - "throughput"
27908   - "parent"
27909   - "tags"
27910 #  sort:
27911 #  - "not CFS_OPT"
27912 #  - "L2XCFWD"
27913 #  - "not CFS_OPT"
27914 #  - "CFS_OPT"
27915   layout:
27916     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
27917     layout: "plot-throughput-speedup-analysis"
27918
27919 -
27920   type: "plot"
27921   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27922   algorithm: "plot_throughput_speedup_analysis"
27923   output-file-type: ".html"
27924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27925   data: "plot-throughput-speedup-analysis-3n-hsw"
27926   filter: "'NIC_Intel-X710' and
27927            '64B' and
27928            'NDRPDR' and
27929            ('ETH' or 'DOT1Q') and
27930            'BASE' and
27931            ('L2BDMACLRN' or 'L2XCFWD') and
27932            'VHOST_1024' and
27933            not 'VXLAN' and
27934            not 'IP4FWD' and
27935            not '2VM'"
27936   parameters:
27937   - "throughput"
27938   - "parent"
27939   - "tags"
27940 #  sort:
27941 #  - "not CFS_OPT"
27942 #  - "L2XCFWD"
27943 #  - "not CFS_OPT"
27944 #  - "CFS_OPT"
27945   layout:
27946     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27947     layout: "plot-throughput-speedup-analysis"
27948
27949 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27950 -
27951   type: "plot"
27952   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27953   algorithm: "plot_throughput_speedup_analysis"
27954   output-file-type: ".html"
27955   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27956   data: "plot-throughput-speedup-analysis-3n-hsw"
27957   filter: "'NIC_Intel-X710' and
27958            '64B' and
27959            'NDRPDR' and
27960            ('ETH' or 'DOT1Q') and
27961            ('L2BDMACLRN' or 'L2XCFWD') and
27962            'VHOST_1024' and
27963            not 'CFS_OPT' and
27964            not 'VXLAN' and
27965            not 'IP4FWD' and
27966            not 'LBOND'"
27967   parameters:
27968   - "throughput"
27969   - "parent"
27970   - "tags"
27971 #  sort:
27972 #  - "1VM"
27973 #  - "L2XCFWD"
27974 #  - "1VM"
27975 #  - "L2BDMACLRN"
27976   layout:
27977     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27978     layout: "plot-throughput-speedup-analysis"
27979
27980 -
27981   type: "plot"
27982   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27983   algorithm: "plot_throughput_speedup_analysis"
27984   output-file-type: ".html"
27985   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27986   data: "plot-throughput-speedup-analysis-3n-hsw"
27987   filter: "'NIC_Intel-X710' and
27988            '64B' and
27989            'NDRPDR' and
27990            ('ETH' or 'DOT1Q') and
27991            ('L2BDMACLRN' or 'L2XCFWD') and
27992            'VHOST_1024' and
27993            not 'CFS_OPT' and
27994            not 'VXLAN' and
27995            not 'IP4FWD' and
27996            not 'LBOND'"
27997   parameters:
27998   - "throughput"
27999   - "parent"
28000   - "tags"
28001 #  sort:
28002 #  - "1VM"
28003 #  - "L2XCFWD"
28004 #  - "1VM"
28005 #  - "L2BDMACLRN"
28006   layout:
28007     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28008     layout: "plot-throughput-speedup-analysis"
28009
28010 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28011 -
28012   type: "plot"
28013   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28014   algorithm: "plot_throughput_speedup_analysis"
28015   output-file-type: ".html"
28016   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28017   data: "plot-throughput-speedup-analysis-3n-hsw"
28018   filter: "'NIC_Intel-XL710' and
28019            '64B' and
28020            'NDRPDR' and
28021            'ETH' and
28022            'IP4FWD' and
28023            'VHOST_1024' and
28024            not 'VXLAN' and
28025            not 'DOT1Q'"
28026   parameters:
28027   - "throughput"
28028   - "parent"
28029   - "tags"
28030   sort:
28031   - "not CFS_OPT"
28032   - "1VM"
28033   - "2VM"
28034   layout:
28035     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28036     layout: "plot-throughput-speedup-analysis"
28037
28038 -
28039   type: "plot"
28040   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28041   algorithm: "plot_throughput_speedup_analysis"
28042   output-file-type: ".html"
28043   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28044   data: "plot-throughput-speedup-analysis-3n-hsw"
28045   filter: "'NIC_Intel-XL710' and
28046            '64B' and
28047            'NDRPDR' and
28048            'ETH' and
28049            'IP4FWD' and
28050            'VHOST_1024' and
28051            not 'VXLAN' and
28052            not 'DOT1Q'"
28053   parameters:
28054   - "throughput"
28055   - "parent"
28056   - "tags"
28057   sort:
28058   - "not CFS_OPT"
28059   - "1VM"
28060   - "2VM"
28061   layout:
28062     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
28063     layout: "plot-throughput-speedup-analysis"
28064
28065 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
28066 -
28067   type: "plot"
28068   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28069   algorithm: "plot_throughput_speedup_analysis"
28070   output-file-type: ".html"
28071   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28072   data: "plot-throughput-speedup-analysis-3n-hsw"
28073   filter: "'NIC_Intel-XL710' and
28074            '64B' and
28075            'NDRPDR' and
28076            ('ETH' or 'DOT1Q') and
28077            'L2BDMACLRN' and
28078            'VHOST_1024' and
28079            not 'VXLAN' and
28080            not 'IP4FWD' and
28081            not '2VM'"
28082   parameters:
28083   - "throughput"
28084   - "parent"
28085   - "tags"
28086 #  sort:
28087 #  - "VM"  # "not CFS_OPT"
28088 #  - "CFS_OPT"
28089 #  - "FIB_10K"
28090 #  - "FIB_100K"
28091 #  - "FIB_1M"
28092   layout:
28093     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28094     layout: "plot-throughput-speedup-analysis"
28095
28096 -
28097   type: "plot"
28098   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28099   algorithm: "plot_throughput_speedup_analysis"
28100   output-file-type: ".html"
28101   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28102   data: "plot-throughput-speedup-analysis-3n-hsw"
28103   filter: "'NIC_Intel-XL710' and
28104            '64B' and
28105            'NDRPDR' and
28106            ('ETH' or 'DOT1Q') and
28107            'L2BDMACLRN' and
28108            'VHOST_1024' and
28109            not 'VXLAN' and
28110            not 'IP4FWD' and
28111            not '2VM'"
28112   parameters:
28113   - "throughput"
28114   - "parent"
28115   - "tags"
28116 #  sort:
28117 #  - "VM"  # "not CFS_OPT"
28118 #  - "CFS_OPT"
28119 #  - "FIB_10K"
28120 #  - "FIB_100K"
28121 #  - "FIB_1M"
28122   layout:
28123     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28124     layout: "plot-throughput-speedup-analysis"
28125
28126 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28127 -
28128   type: "plot"
28129   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28130   algorithm: "plot_throughput_speedup_analysis"
28131   output-file-type: ".html"
28132   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28133   data: "plot-throughput-speedup-analysis-3n-hsw"
28134   filter: "'NIC_Intel-XL710' and
28135            '64B' and
28136            'NDRPDR' and
28137            ('ETH' or 'DOT1Q') and
28138            'BASE' and
28139            ('L2BDMACLRN' or 'L2XCFWD') and
28140            'VHOST_1024' and
28141            not 'VXLAN' and
28142            not 'IP4FWD' and
28143            not '2VM'"
28144   parameters:
28145   - "throughput"
28146   - "parent"
28147   - "tags"
28148 #  sort:
28149 #  - "not CFS_OPT"
28150 #  - "L2XCFWD"
28151 #  - "not CFS_OPT"
28152 #  - "CFS_OPT"
28153   layout:
28154     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28155     layout: "plot-throughput-speedup-analysis"
28156
28157 -
28158   type: "plot"
28159   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28160   algorithm: "plot_throughput_speedup_analysis"
28161   output-file-type: ".html"
28162   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28163   data: "plot-throughput-speedup-analysis-3n-hsw"
28164   filter: "'NIC_Intel-XL710' and
28165            '64B' and
28166            'NDRPDR' and
28167            ('ETH' or 'DOT1Q') and
28168            'BASE' and
28169            ('L2BDMACLRN' or 'L2XCFWD') and
28170            'VHOST_1024' and
28171            not 'VXLAN' and
28172            not 'IP4FWD' and
28173            not '2VM'"
28174   parameters:
28175   - "throughput"
28176   - "parent"
28177   - "tags"
28178 #  sort:
28179 #  - "not CFS_OPT"
28180 #  - "L2XCFWD"
28181 #  - "not CFS_OPT"
28182 #  - "CFS_OPT"
28183   layout:
28184     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28185     layout: "plot-throughput-speedup-analysis"
28186
28187 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28188 -
28189   type: "plot"
28190   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28191   algorithm: "plot_throughput_speedup_analysis"
28192   output-file-type: ".html"
28193   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28194   data: "plot-throughput-speedup-analysis-3n-hsw"
28195   filter: "'NIC_Intel-XL710' and
28196            '64B' and
28197            'NDRPDR' and
28198            ('ETH' or 'DOT1Q') and
28199            ('L2BDMACLRN' or 'L2XCFWD') and
28200            'VHOST_1024' and
28201            not 'CFS_OPT' and
28202            not 'VXLAN' and
28203            not 'IP4FWD'"
28204   parameters:
28205   - "throughput"
28206   - "parent"
28207   - "tags"
28208 #  sort:
28209 #  - "1VM"
28210 #  - "L2XCFWD"
28211 #  - "1VM"
28212 #  - "L2BDMACLRN"
28213   layout:
28214     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
28215     layout: "plot-throughput-speedup-analysis"
28216
28217 -
28218   type: "plot"
28219   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28220   algorithm: "plot_throughput_speedup_analysis"
28221   output-file-type: ".html"
28222   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28223   data: "plot-throughput-speedup-analysis-3n-hsw"
28224   filter: "'NIC_Intel-XL710' and
28225            '64B' and
28226            'NDRPDR' and
28227            ('ETH' or 'DOT1Q') and
28228            ('L2BDMACLRN' or 'L2XCFWD') and
28229            'VHOST_1024' and
28230            not 'CFS_OPT' and
28231            not 'VXLAN' and
28232            not 'IP4FWD'"
28233   parameters:
28234   - "throughput"
28235   - "parent"
28236   - "tags"
28237 #  sort:
28238 #  - "1VM"
28239 #  - "L2XCFWD"
28240 #  - "1VM"
28241 #  - "L2BDMACLRN"
28242   layout:
28243     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28244     layout: "plot-throughput-speedup-analysis"
28245
28246 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28247 -
28248   type: "plot"
28249   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28250   algorithm: "plot_throughput_speedup_analysis"
28251   output-file-type: ".html"
28252   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28253   data: "plot-throughput-speedup-analysis-3n-skx"
28254   filter: "'NIC_Intel-X710' and
28255            '64B' and
28256            'NDRPDR' and
28257            'ETH' and
28258            'IP4FWD' and
28259            'VHOST_1024' and
28260            not 'VXLAN' and
28261            not 'DOT1Q'"
28262   parameters:
28263   - "throughput"
28264   - "parent"
28265   - "tags"
28266   sort:
28267   - "not CFS_OPT"
28268   - "1VM"
28269   - "2VM"
28270   layout:
28271     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28272     layout: "plot-throughput-speedup-analysis"
28273
28274 -
28275   type: "plot"
28276   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28277   algorithm: "plot_throughput_speedup_analysis"
28278   output-file-type: ".html"
28279   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28280   data: "plot-throughput-speedup-analysis-3n-skx"
28281   filter: "'NIC_Intel-X710' and
28282            '64B' and
28283            'NDRPDR' and
28284            'ETH' and
28285            'IP4FWD' and
28286            'VHOST_1024' and
28287            not 'VXLAN' and
28288            not 'DOT1Q'"
28289   parameters:
28290   - "throughput"
28291   - "parent"
28292   - "tags"
28293   sort:
28294   - "not CFS_OPT"
28295   - "1VM"
28296   - "2VM"
28297   layout:
28298     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28299     layout: "plot-throughput-speedup-analysis"
28300
28301 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28302 -
28303   type: "plot"
28304   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28305   algorithm: "plot_throughput_speedup_analysis"
28306   output-file-type: ".html"
28307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28308   data: "plot-throughput-speedup-analysis-3n-skx"
28309   filter: "'NIC_Intel-X710' and
28310            '64B' and
28311            'NDRPDR' and
28312            ('ETH' or 'DOT1Q') and
28313            'L2BDMACLRN' and
28314            'VHOST_1024' and
28315            not 'VXLAN' and
28316            not 'IP4FWD' and
28317            not '2VM'"
28318   parameters:
28319   - "throughput"
28320   - "parent"
28321   - "tags"
28322 #  sort:
28323 #  - "VM"  # "not CFS_OPT"
28324 #  - "CFS_OPT"
28325 #  - "FIB_10K"
28326 #  - "FIB_100K"
28327 #  - "FIB_1M"
28328   layout:
28329     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28330     layout: "plot-throughput-speedup-analysis"
28331
28332 -
28333   type: "plot"
28334   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28335   algorithm: "plot_throughput_speedup_analysis"
28336   output-file-type: ".html"
28337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28338   data: "plot-throughput-speedup-analysis-3n-skx"
28339   filter: "'NIC_Intel-X710' and
28340            '64B' and
28341            'NDRPDR' and
28342            ('ETH' or 'DOT1Q') and
28343            'L2BDMACLRN' and
28344            'VHOST_1024' and
28345            not 'VXLAN' and
28346            not 'IP4FWD' and
28347            not '2VM'"
28348   parameters:
28349   - "throughput"
28350   - "parent"
28351   - "tags"
28352 #  sort:
28353 #  - "VM"  # "not CFS_OPT"
28354 #  - "CFS_OPT"
28355 #  - "FIB_10K"
28356 #  - "FIB_100K"
28357 #  - "FIB_1M"
28358   layout:
28359     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28360     layout: "plot-throughput-speedup-analysis"
28361
28362 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28363 -
28364   type: "plot"
28365   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28366   algorithm: "plot_throughput_speedup_analysis"
28367   output-file-type: ".html"
28368   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28369   data: "plot-throughput-speedup-analysis-3n-skx"
28370   filter: "'NIC_Intel-X710' and
28371            '64B' and
28372            'NDRPDR' and
28373            ('ETH' or 'DOT1Q') and
28374            'BASE' and
28375            ('L2BDMACLRN' or 'L2XCFWD') and
28376            'VHOST_1024' and
28377            not 'VXLAN' and
28378            not 'IP4FWD' and
28379            not '2VM' and
28380            not 'LBOND'"
28381   parameters:
28382   - "throughput"
28383   - "parent"
28384   - "tags"
28385 #  sort:
28386 #  - "not CFS_OPT"
28387 #  - "L2XCFWD"
28388 #  - "not CFS_OPT"
28389 #  - "CFS_OPT"
28390   layout:
28391     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28392     layout: "plot-throughput-speedup-analysis"
28393
28394 -
28395   type: "plot"
28396   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28397   algorithm: "plot_throughput_speedup_analysis"
28398   output-file-type: ".html"
28399   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28400   data: "plot-throughput-speedup-analysis-3n-skx"
28401   filter: "'NIC_Intel-X710' and
28402            '64B' and
28403            'NDRPDR' and
28404            ('ETH' or 'DOT1Q') and
28405            'BASE' and
28406            ('L2BDMACLRN' or 'L2XCFWD') and
28407            'VHOST_1024' and
28408            not 'VXLAN' and
28409            not 'IP4FWD' and
28410            not '2VM' and
28411            not 'LBOND'"
28412   parameters:
28413   - "throughput"
28414   - "parent"
28415   - "tags"
28416 #  sort:
28417 #  - "not CFS_OPT"
28418 #  - "L2XCFWD"
28419 #  - "not CFS_OPT"
28420 #  - "CFS_OPT"
28421   layout:
28422     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28423     layout: "plot-throughput-speedup-analysis"
28424
28425 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28426 -
28427   type: "plot"
28428   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28429   algorithm: "plot_throughput_speedup_analysis"
28430   output-file-type: ".html"
28431   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28432   data: "plot-throughput-speedup-analysis-3n-skx"
28433   filter: "'NIC_Intel-X710' and
28434            '64B' and
28435            'NDRPDR' and
28436            ('ETH' or 'DOT1Q') and
28437            ('L2BDMACLRN' or 'L2XCFWD') and
28438            'VHOST_1024' and
28439            not 'CFS_OPT' and
28440            not 'VXLAN' and
28441            not 'IP4FWD' and
28442            not 'LBOND'"
28443   parameters:
28444   - "throughput"
28445   - "parent"
28446   - "tags"
28447 #  sort:
28448 #  - "1VM"
28449 #  - "L2XCFWD"
28450 #  - "1VM"
28451 #  - "L2BDMACLRN"
28452   layout:
28453     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28454     layout: "plot-throughput-speedup-analysis"
28455
28456 -
28457   type: "plot"
28458   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28459   algorithm: "plot_throughput_speedup_analysis"
28460   output-file-type: ".html"
28461   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28462   data: "plot-throughput-speedup-analysis-3n-skx"
28463   filter: "'NIC_Intel-X710' and
28464            '64B' and
28465            'NDRPDR' and
28466            ('ETH' or 'DOT1Q') and
28467            ('L2BDMACLRN' or 'L2XCFWD') and
28468            'VHOST_1024' and
28469            not 'CFS_OPT' and
28470            not 'VXLAN' and
28471            not 'IP4FWD' and
28472            not 'LBOND'"
28473   parameters:
28474   - "throughput"
28475   - "parent"
28476   - "tags"
28477 #  sort:
28478 #  - "1VM"
28479 #  - "L2XCFWD"
28480 #  - "1VM"
28481 #  - "L2BDMACLRN"
28482   layout:
28483     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28484     layout: "plot-throughput-speedup-analysis"
28485
28486 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28487 -
28488   type: "plot"
28489   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28490   algorithm: "plot_throughput_speedup_analysis"
28491   output-file-type: ".html"
28492   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28493   data: "plot-throughput-speedup-analysis-2n-skx"
28494   filter: "'NIC_Intel-X710' and
28495            '64B' and
28496            'NDRPDR' and
28497            'ETH' and
28498            'IP4FWD' and
28499            'VHOST_1024' and
28500            not 'VXLAN' and
28501            not 'NF_DENSITY' and
28502            not 'DOT1Q'"
28503   parameters:
28504   - "throughput"
28505   - "parent"
28506   - "tags"
28507   sort:
28508   - "not CFS_OPT"
28509   - "1VM"
28510   - "2VM"
28511   layout:
28512     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28513     layout: "plot-throughput-speedup-analysis"
28514
28515 -
28516   type: "plot"
28517   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28518   algorithm: "plot_throughput_speedup_analysis"
28519   output-file-type: ".html"
28520   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28521   data: "plot-throughput-speedup-analysis-2n-skx"
28522   filter: "'NIC_Intel-X710' and
28523            '64B' and
28524            'NDRPDR' and
28525            'ETH' and
28526            'IP4FWD' and
28527            'VHOST_1024' and
28528            not 'VXLAN' and
28529            not 'NF_DENSITY' and
28530            not 'DOT1Q'"
28531   parameters:
28532   - "throughput"
28533   - "parent"
28534   - "tags"
28535   sort:
28536   - "not CFS_OPT"
28537   - "1VM"
28538   - "2VM"
28539   layout:
28540     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28541     layout: "plot-throughput-speedup-analysis"
28542
28543 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28544 -
28545   type: "plot"
28546   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28547   algorithm: "plot_throughput_speedup_analysis"
28548   output-file-type: ".html"
28549   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28550   data: "plot-throughput-speedup-analysis-2n-skx"
28551   filter: "'NIC_Intel-X710' and
28552            '64B' and
28553            'NDRPDR' and
28554            ('ETH' or 'DOT1Q') and
28555            'L2BDMACLRN' and
28556            'VHOST_1024' and
28557            not 'VXLAN' and
28558            not 'NF_DENSITY' and
28559            not 'IP4FWD' and
28560            not '2VM'"
28561   parameters:
28562   - "throughput"
28563   - "parent"
28564   - "tags"
28565 #  sort:
28566 #  - "VM"  # "not CFS_OPT"
28567 #  - "CFS_OPT"
28568 #  - "FIB_10K"
28569 #  - "FIB_100K"
28570 #  - "FIB_1M"
28571   layout:
28572     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28573     layout: "plot-throughput-speedup-analysis"
28574
28575 -
28576   type: "plot"
28577   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28578   algorithm: "plot_throughput_speedup_analysis"
28579   output-file-type: ".html"
28580   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28581   data: "plot-throughput-speedup-analysis-2n-skx"
28582   filter: "'NIC_Intel-X710' and
28583            '64B' and
28584            'NDRPDR' and
28585            ('ETH' or 'DOT1Q') and
28586            'L2BDMACLRN' and
28587            'VHOST_1024' and
28588            not 'VXLAN' and
28589            not 'NF_DENSITY' and
28590            not 'IP4FWD' and
28591            not '2VM'"
28592   parameters:
28593   - "throughput"
28594   - "parent"
28595   - "tags"
28596 #  sort:
28597 #  - "VM"  # "not CFS_OPT"
28598 #  - "CFS_OPT"
28599 #  - "FIB_10K"
28600 #  - "FIB_100K"
28601 #  - "FIB_1M"
28602   layout:
28603     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28604     layout: "plot-throughput-speedup-analysis"
28605
28606 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28607 -
28608   type: "plot"
28609   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28610   algorithm: "plot_throughput_speedup_analysis"
28611   output-file-type: ".html"
28612   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28613   data: "plot-throughput-speedup-analysis-2n-skx"
28614   filter: "'NIC_Intel-X710' and
28615            '64B' and
28616            'NDRPDR' and
28617            ('ETH' or 'DOT1Q') and
28618            'BASE' and
28619            ('L2BDMACLRN' or 'L2XCFWD') and
28620            'VHOST_1024' and
28621            not 'VXLAN' and
28622            not 'NF_DENSITY' and
28623            not 'IP4FWD' and
28624            not '2VM'"
28625   parameters:
28626   - "throughput"
28627   - "parent"
28628   - "tags"
28629 #  sort:
28630 #  - "not CFS_OPT"
28631 #  - "L2XCFWD"
28632 #  - "not CFS_OPT"
28633 #  - "CFS_OPT"
28634   layout:
28635     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28636     layout: "plot-throughput-speedup-analysis"
28637
28638 -
28639   type: "plot"
28640   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28641   algorithm: "plot_throughput_speedup_analysis"
28642   output-file-type: ".html"
28643   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28644   data: "plot-throughput-speedup-analysis-2n-skx"
28645   filter: "'NIC_Intel-X710' and
28646            '64B' and
28647            'NDRPDR' and
28648            ('ETH' or 'DOT1Q') and
28649            'BASE' and
28650            ('L2BDMACLRN' or 'L2XCFWD') and
28651            'VHOST_1024' and
28652            not 'VXLAN' and
28653            not 'NF_DENSITY' and
28654            not 'IP4FWD' and
28655            not '2VM'"
28656   parameters:
28657   - "throughput"
28658   - "parent"
28659   - "tags"
28660 #  sort:
28661 #  - "not CFS_OPT"
28662 #  - "L2XCFWD"
28663 #  - "not CFS_OPT"
28664 #  - "CFS_OPT"
28665   layout:
28666     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28667     layout: "plot-throughput-speedup-analysis"
28668
28669 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28670 -
28671   type: "plot"
28672   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28673   algorithm: "plot_throughput_speedup_analysis"
28674   output-file-type: ".html"
28675   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28676   data: "plot-throughput-speedup-analysis-2n-skx"
28677   filter: "'NIC_Intel-X710' and
28678            '64B' and
28679            'NDRPDR' and
28680            ('ETH' or 'DOT1Q') and
28681            ('L2BDMACLRN' or 'L2XCFWD') and
28682            'VHOST_1024' and
28683            not 'CFS_OPT' and
28684            not 'VXLAN' and
28685            not 'NF_DENSITY' and
28686            not 'IP4FWD'"
28687   parameters:
28688   - "throughput"
28689   - "parent"
28690   - "tags"
28691 #  sort:
28692 #  - "1VM"
28693 #  - "L2XCFWD"
28694 #  - "1VM"
28695 #  - "L2BDMACLRN"
28696   layout:
28697     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28698     layout: "plot-throughput-speedup-analysis"
28699
28700 -
28701   type: "plot"
28702   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28703   algorithm: "plot_throughput_speedup_analysis"
28704   output-file-type: ".html"
28705   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28706   data: "plot-throughput-speedup-analysis-2n-skx"
28707   filter: "'NIC_Intel-X710' and
28708            '64B' and
28709            'NDRPDR' and
28710            ('ETH' or 'DOT1Q') and
28711            ('L2BDMACLRN' or 'L2XCFWD') and
28712            'VHOST_1024' and
28713            not 'CFS_OPT' and
28714            not 'VXLAN' and
28715            not 'NF_DENSITY' and
28716            not 'IP4FWD'"
28717   parameters:
28718   - "throughput"
28719   - "parent"
28720   - "tags"
28721 #  sort:
28722 #  - "1VM"
28723 #  - "L2XCFWD"
28724 #  - "1VM"
28725 #  - "L2BDMACLRN"
28726   layout:
28727     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28728     layout: "plot-throughput-speedup-analysis"
28729
28730 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28731 -
28732   type: "plot"
28733   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28734   algorithm: "plot_throughput_speedup_analysis"
28735   output-file-type: ".html"
28736   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28737   data: "plot-throughput-speedup-analysis-2n-skx"
28738   filter: "'NIC_Intel-XXV710' and
28739            '64B' and
28740            'NDRPDR' and
28741            'ETH' and
28742            'IP4FWD' and
28743            'VHOST_1024' and
28744            not 'VXLAN' and
28745            not 'DOT1Q'"
28746   parameters:
28747   - "throughput"
28748   - "parent"
28749   - "tags"
28750   sort:
28751   - "not CFS_OPT"
28752   - "1VM"
28753   - "2VM"
28754   layout:
28755     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28756     layout: "plot-throughput-speedup-analysis"
28757
28758 -
28759   type: "plot"
28760   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28761   algorithm: "plot_throughput_speedup_analysis"
28762   output-file-type: ".html"
28763   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28764   data: "plot-throughput-speedup-analysis-2n-skx"
28765   filter: "'NIC_Intel-XXV710' and
28766            '64B' and
28767            'NDRPDR' and
28768            'ETH' and
28769            'IP4FWD' and
28770            'VHOST_1024' and
28771            not 'VXLAN' and
28772            not 'DOT1Q'"
28773   parameters:
28774   - "throughput"
28775   - "parent"
28776   - "tags"
28777   sort:
28778   - "not CFS_OPT"
28779   - "1VM"
28780   - "2VM"
28781   layout:
28782     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
28783     layout: "plot-throughput-speedup-analysis"
28784
28785 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
28786 -
28787   type: "plot"
28788   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28789   algorithm: "plot_throughput_speedup_analysis"
28790   output-file-type: ".html"
28791   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28792   data: "plot-throughput-speedup-analysis-2n-skx"
28793   filter: "'NIC_Intel-XXV710' and
28794            '64B' and
28795            'NDRPDR' and
28796            ('ETH' or 'DOT1Q') and
28797            'L2BDMACLRN' and
28798            'VHOST_1024' and
28799            not 'VXLAN' and
28800            not 'IP4FWD' and
28801            not '2VM'"
28802   parameters:
28803   - "throughput"
28804   - "parent"
28805   - "tags"
28806 #  sort:
28807 #  - "VM"  # "not CFS_OPT"
28808 #  - "CFS_OPT"
28809 #  - "FIB_10K"
28810 #  - "FIB_100K"
28811 #  - "FIB_1M"
28812   layout:
28813     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28814     layout: "plot-throughput-speedup-analysis"
28815
28816 -
28817   type: "plot"
28818   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28819   algorithm: "plot_throughput_speedup_analysis"
28820   output-file-type: ".html"
28821   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28822   data: "plot-throughput-speedup-analysis-2n-skx"
28823   filter: "'NIC_Intel-XXV710' and
28824            '64B' and
28825            'NDRPDR' and
28826            ('ETH' or 'DOT1Q') and
28827            'L2BDMACLRN' and
28828            'VHOST_1024' and
28829            not 'VXLAN' and
28830            not 'IP4FWD' and
28831            not '2VM'"
28832   parameters:
28833   - "throughput"
28834   - "parent"
28835   - "tags"
28836 #  sort:
28837 #  - "VM"  # "not CFS_OPT"
28838 #  - "CFS_OPT"
28839 #  - "FIB_10K"
28840 #  - "FIB_100K"
28841 #  - "FIB_1M"
28842   layout:
28843     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28844     layout: "plot-throughput-speedup-analysis"
28845
28846 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
28847 -
28848   type: "plot"
28849   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28850   algorithm: "plot_throughput_speedup_analysis"
28851   output-file-type: ".html"
28852   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28853   data: "plot-throughput-speedup-analysis-2n-skx"
28854   filter: "'NIC_Intel-XXV710' and
28855            '64B' and
28856            'NDRPDR' and
28857            ('ETH' or 'DOT1Q') and
28858            'BASE' and
28859            ('L2BDMACLRN' or 'L2XCFWD') and
28860            'VHOST_1024' and
28861            not 'VXLAN' and
28862            not 'IP4FWD' and
28863            not '2VM'"
28864   parameters:
28865   - "throughput"
28866   - "parent"
28867   - "tags"
28868 #  sort:
28869 #  - "not CFS_OPT"
28870 #  - "L2XCFWD"
28871 #  - "not CFS_OPT"
28872 #  - "CFS_OPT"
28873   layout:
28874     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
28875     layout: "plot-throughput-speedup-analysis"
28876
28877 -
28878   type: "plot"
28879   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28880   algorithm: "plot_throughput_speedup_analysis"
28881   output-file-type: ".html"
28882   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28883   data: "plot-throughput-speedup-analysis-2n-skx"
28884   filter: "'NIC_Intel-XXV710' and
28885            '64B' and
28886            'NDRPDR' and
28887            ('ETH' or 'DOT1Q') and
28888            'BASE' and
28889            ('L2BDMACLRN' or 'L2XCFWD') and
28890            'VHOST_1024' and
28891            not 'VXLAN' and
28892            not 'IP4FWD' and
28893            not '2VM'"
28894   parameters:
28895   - "throughput"
28896   - "parent"
28897   - "tags"
28898 #  sort:
28899 #  - "not CFS_OPT"
28900 #  - "L2XCFWD"
28901 #  - "not CFS_OPT"
28902 #  - "CFS_OPT"
28903   layout:
28904     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
28905     layout: "plot-throughput-speedup-analysis"
28906
28907 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
28908 -
28909   type: "plot"
28910   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28911   algorithm: "plot_throughput_speedup_analysis"
28912   output-file-type: ".html"
28913   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28914   data: "plot-throughput-speedup-analysis-2n-skx"
28915   filter: "'NIC_Intel-XXV710' and
28916            '64B' and
28917            'NDRPDR' and
28918            ('ETH' or 'DOT1Q') and
28919            ('L2BDMACLRN' or 'L2XCFWD') and
28920            'VHOST_1024' and
28921            not 'CFS_OPT' and
28922            not 'VXLAN' and
28923            not 'IP4FWD'"
28924   parameters:
28925   - "throughput"
28926   - "parent"
28927   - "tags"
28928 #  sort:
28929 #  - "1VM"
28930 #  - "L2XCFWD"
28931 #  - "1VM"
28932 #  - "L2BDMACLRN"
28933   layout:
28934     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28935     layout: "plot-throughput-speedup-analysis"
28936
28937 -
28938   type: "plot"
28939   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28940   algorithm: "plot_throughput_speedup_analysis"
28941   output-file-type: ".html"
28942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28943   data: "plot-throughput-speedup-analysis-2n-skx"
28944   filter: "'NIC_Intel-XXV710' and
28945            '64B' and
28946            'NDRPDR' and
28947            ('ETH' or 'DOT1Q') and
28948            ('L2BDMACLRN' or 'L2XCFWD') and
28949            'VHOST_1024' and
28950            not 'CFS_OPT' and
28951            not 'VXLAN' and
28952            not 'IP4FWD'"
28953   parameters:
28954   - "throughput"
28955   - "parent"
28956   - "tags"
28957 #  sort:
28958 #  - "1VM"
28959 #  - "L2XCFWD"
28960 #  - "1VM"
28961 #  - "L2BDMACLRN"
28962   layout:
28963     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28964     layout: "plot-throughput-speedup-analysis"
28965
28966 ################################################################################
28967
28968 # Speedup - VPP vts 3n-hsw-x520
28969 -
28970   type: "plot"
28971   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28972   algorithm: "plot_throughput_speedup_analysis"
28973   output-file-type: ".html"
28974   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28975   data: "plot-throughput-speedup-analysis-3n-hsw"
28976   filter: "'NIC_Intel-X520-DA2' and
28977            '114B' and
28978            'NDRPDR' and
28979            'VTS'"
28980   parameters:
28981   - "throughput"
28982   - "parent"
28983   - "tags"
28984   layout:
28985     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
28986     layout: "plot-throughput-speedup-analysis"
28987
28988 -
28989   type: "plot"
28990   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28991   algorithm: "plot_throughput_speedup_analysis"
28992   output-file-type: ".html"
28993   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28994   data: "plot-throughput-speedup-analysis-3n-hsw"
28995   filter: "'NIC_Intel-X520-DA2' and
28996            '114B' and
28997            'NDRPDR' and
28998            'VTS'"
28999   parameters:
29000   - "throughput"
29001   - "parent"
29002   - "tags"
29003   layout:
29004     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29005     layout: "plot-throughput-speedup-analysis"