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: Replace with new data
177       # csit-ligato-perf-verify-1901-3n-hsw:
178       csit-ligato-perf-verify-1810-3n-hsw:
179         - 5   # full
180         - 6   # sel
181         - 8   # sel
182         - 9   # sel
183         - 11  # sel
184         - 12  # sel
185         - 13  # sel
186         - 14  # sel
187         - 16  # sel
188         - 17  # sel
189         - 18  # sel
190
191     plot-ligato-throughput-speedup-analysis-3n-hsw:
192       # TODO: Replace with new data
193       # csit-ligato-perf-verify-1901-3n-hsw:
194       csit-ligato-perf-verify-1810-3n-hsw:
195         - 5   # full
196         - 6   # sel
197         - 8   # sel
198         - 9   # sel
199         - 11  # sel
200         - 12  # sel
201         - 13  # sel
202         - 14  # sel
203         - 16  # sel
204         - 17  # sel
205         - 18  # sel
206
207     plot-dpdk-throughput-latency-3n-hsw:
208       csit-dpdk-perf-verify-1901-3n-hsw:
209         - 13  # NDRPDR sel
210         - 14  # NDRPDR sel
211         - 16  # NDRPDR sel
212         - 17  # NDRPDR sel
213         - 18  # NDRPDR sel
214         - 19  # NDRPDR sel
215         - 20  # NDRPDR sel
216         - 21  # NDRPDR sel
217         - 22  # NDRPDR sel
218         - 23  # NDRPDR sel
219
220     # 3n-skx
221
222     plot-vpp-throughput-latency-3n-skx:
223       csit-vpp-perf-verify-1901-3n-skx:
224         - 18  # NDRPDR sel
225         - 19  # NDRPDR sel
226         - 20  # NDRPDR sel
227         - 28  # NDRPDR sel
228         - 31  # NDRPDR sel
229         - 33  # NDRPDR sel
230         - 36  # NDRPDR sel
231         - 38  # NDRPDR sel
232         - 47  # NDRPDR sel
233         - 48  # NDRPDR sel
234
235     plot-throughput-speedup-analysis-3n-skx:
236       csit-vpp-perf-verify-1901-3n-skx:
237         - 18  # NDRPDR sel
238         - 19  # NDRPDR sel
239         - 20  # NDRPDR sel
240         - 28  # NDRPDR sel
241         - 31  # NDRPDR sel
242         - 33  # NDRPDR sel
243         - 36  # NDRPDR sel
244         - 38  # NDRPDR sel
245         - 47  # NDRPDR sel
246         - 48  # NDRPDR sel
247
248     plot-dpdk-throughput-latency-3n-skx:
249       csit-dpdk-perf-verify-1901-3n-skx:
250         - 3   # NDRPDR sel
251         - 5   # NDRPDR sel
252         - 6   # NDRPDR sel
253         - 7   # NDRPDR sel
254         - 8   # NDRPDR sel
255         - 9   # NDRPDR sel
256         - 10  # NDRPDR sel
257         - 11  # NDRPDR sel
258         - 12  # NDRPDR sel
259         - 13  # NDRPDR sel
260
261     # 2n-skx
262
263     plot-vpp-throughput-latency-2n-skx:
264       csit-vpp-perf-verify-1901-2n-skx:
265         - 5   # NDRPDR sel
266         - 12  # NDRPDR sel
267         - 13  # NDRPDR sel
268         - 21  # NDRPDR sel
269         - 23  # NDRPDR sel
270         - 31  # NDRPDR sel
271         - 34  # NDRPDR sel
272         - 40  # NDRPDR sel
273         - 42  # NDRPDR sel
274         - 43  # NDRPDR sel
275
276     plot-throughput-speedup-analysis-2n-skx:
277       csit-vpp-perf-verify-1901-2n-skx:
278         - 5   # NDRPDR sel
279         - 12  # NDRPDR sel
280         - 13  # NDRPDR sel
281         - 21  # NDRPDR sel
282         - 23  # NDRPDR sel
283         - 31  # NDRPDR sel
284         - 34  # NDRPDR sel
285         - 40  # NDRPDR sel
286         - 42  # NDRPDR sel
287         - 43  # NDRPDR sel
288
289     plot-vpp-soak-2n-skx:
290       csit-vpp-perf-verify-1901-2n-skx:
291         - 45  # SOAK sel
292
293     plot-vpp-nfv-2n-skx:
294       # TODO: Add new data
295       csit-vpp-perf-verify-1901-2n-skx:
296         - 28  # NFV NDRPDR
297         - 29  # NFV NDRPDR
298         - 32  # NFV NDRPDR
299         - 39  # NFV NDRPDR
300         - 46  # NFV NDRPDR
301
302     plot-vpp-nfv-2n-skx-mrr:
303       # TODO: Add new data
304       csit-vpp-perf-verify-1901-2n-skx:
305         - 24  # NFV MRR
306         - 26  # NFV MRR
307         - 27  # NFV MRR
308         - 35  # NFV MRR
309         - 37  # NFV MRR
310
311     plot-dpdk-throughput-latency-2n-skx:
312       csit-dpdk-perf-verify-1901-2n-skx:
313         - 12  # NDRPDR sel
314         - 13  # NDRPDR sel
315         - 14  # NDRPDR sel
316         - 15  # NDRPDR sel
317         - 16  # NDRPDR sel
318         - 17  # NDRPDR sel
319         - 18  # NDRPDR sel
320         - 19  # NDRPDR sel
321         - 20  # NDRPDR sel
322         - 21  # NDRPDR sel
323
324     # 3rd party
325
326     # Denverton:
327     intel-dnv-vpp:
328       # TODO: Replace with new data
329       intel-dnv-vpp-release-1810:
330         - 1
331
332     ###########################################################################
333     # Simple tables (only one data set):
334
335     # NIC Comparisons
336
337     vpp-nic-comparison-3n-hsw:
338       csit-vpp-perf-verify-1901-3n-hsw:
339         - 10  # NDRPDR sel
340         - 19  # NDRPDR sel
341         - 31  # NDRPDR sel
342         - 36  # NDRPDR sel
343         - 40  # NDRPDR sel
344         - 42  # NDRPDR sel
345         - 44  # NDRPDR sel
346         - 46  # NDRPDR sel
347         - 47  # NDRPDR sel
348         - 48  # NDRPDR sel
349
350     vpp-nic-comparison-3n-skx:
351       csit-vpp-perf-verify-1901-3n-skx:
352         - 18  # NDRPDR sel
353         - 19  # NDRPDR sel
354         - 20  # NDRPDR sel
355         - 28  # NDRPDR sel
356         - 31  # NDRPDR sel
357         - 33  # NDRPDR sel
358         - 36  # NDRPDR sel
359         - 38  # NDRPDR sel
360         - 47  # NDRPDR sel
361         - 48  # NDRPDR sel
362
363     vpp-nic-comparison-2n-skx:
364       csit-vpp-perf-verify-1901-2n-skx:
365         - 5   # NDRPDR sel
366         - 12  # NDRPDR sel
367         - 13  # NDRPDR sel
368         - 21  # NDRPDR sel
369         - 23  # NDRPDR sel
370         - 31  # NDRPDR sel
371         - 34  # NDRPDR sel
372         - 40  # NDRPDR sel
373         - 42  # NDRPDR sel
374         - 43  # NDRPDR sel
375
376     vpp-nic-comparison-3n-hsw-mrr:
377       csit-vpp-perf-verify-1901-3n-hsw:
378         - 35  # MRR sel
379
380     vpp-nic-comparison-3n-skx-mrr:
381       csit-vpp-perf-verify-1901-3n-skx:
382         - 32  # MRR sel
383
384     vpp-nic-comparison-2n-skx-mrr:
385       csit-vpp-perf-verify-1901-2n-skx:
386         - 22  # MRR sel
387
388     # Results
389
390     vpp-perf-results-3n-hsw:
391       # TODO: Add FULL data
392       csit-vpp-perf-verify-1901-3n-hsw:
393         - 38  # NDRPDR full
394         - 43  # NDRPDR full
395         - 45  # NDRPDR full
396
397     vpp-perf-results-3n-skx:
398       csit-vpp-perf-verify-1901-3n-skx:
399         - 37  # NDRPDR full
400         - 39  # NDRPDR full
401         - 40  # NDRPDR full
402         - 49  # NDRPDR full
403
404     vpp-perf-results-2n-skx:
405       csit-vpp-perf-verify-1901-2n-skx:
406         - 25  # NDRPDR full
407         - 30  # NDRPDR full
408         - 33  # NDRPDR full
409         - 44  # NDRPDR full
410
411     vpp-mrr-results-3n-hsw:
412       csit-vpp-perf-verify-1901-3n-hsw:
413         - 35  # MRR sel
414
415     vpp-mrr-results-3n-skx:
416       csit-vpp-perf-verify-1901-3n-skx:
417         - 32  # MRR sel
418
419     vpp-mrr-results-2n-skx:
420       csit-vpp-perf-verify-1901-2n-skx:
421         - 22  # MRR sel
422
423     vpp-func-results-ubuntu:
424       csit-vpp-functional-1901-ubuntu1604-virl:
425         - 48
426
427     vpp-func-results-centos:
428       csit-vpp-functional-1901-centos7-virl:
429         - 50
430
431     vpp-device-results-ubuntu:
432       csit-vpp-device-1901-ubuntu1804-1n-skx:
433         - 49
434
435     # VPP Ligato
436     ligato-perf-results-3n-hsw:
437       # TODO: Replace with new data
438       # csit-ligato-perf-verify-1901-3n-hsw:
439       csit-ligato-perf-verify-1810-3n-hsw:
440         - 5   # full
441
442     dpdk-perf-results-3n-hsw:
443       csit-dpdk-perf-verify-1901-3n-hsw:
444         - 20  # NDRPDR sel
445
446     dpdk-perf-results-3n-skx:
447       csit-dpdk-perf-verify-1901-3n-skx:
448         - 13  # NDRPDR sel
449
450     dpdk-perf-results-2n-skx:
451       csit-dpdk-perf-verify-1901-2n-skx:
452         - 21  # NDRPDR sel
453
454     # HoneyComb Functional
455     hc-func-results:
456       csit-hc2vpp-verify-func-1901-ubuntu1604:
457         - 3
458
459     # NSH SFC Functional
460     nsh-func-results:
461       # TODO: Replace with new data
462       # csit-nsh_sfc-verify-func-1901-ubuntu1604-virl:
463       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
464         - 1
465
466     # DMM Functional
467     dmm-func-results:
468       csit-dmm-functional-1901-ubuntu1604-virl:
469         - 2
470
471     ###########################################################################
472     # Tables (more than one data set)
473
474     # Performance changes
475
476     vpp-performance-changes-3n-hsw-h1:
477       csit-vpp-perf-verify-1807-3n-hsw:
478         - 11  # NDRPDR full 1
479         - 22  # NDRPDR full 2
480         - 45  # NDRPDR full 3
481         - 46  # NDRPDR full 4
482         - 15  # NDRPDR sel
483         - 16  # NDRPDR sel
484         - 19  # NDRPDR sel
485         - 18  # NDRPDR sel
486         - 20  # NDRPDR sel
487         - 38  # NDRPDR sel
488         - 40  # NDRPDR sel
489         - 44  # NDRPDR sel
490         - 47  # NDRPDR sel
491     vpp-performance-changes-3n-hsw-ref:
492       csit-vpp-perf-verify-1810-3n-hsw:
493         - 8   # NDRPDR sel
494         - 12  # NDRPDR sel
495         - 14  # NDRPDR sel
496         - 18  # NDRPDR sel
497         - 23  # NDRPDR sel
498         - 25  # NDRPDR sel
499         - 38  # NDRPDR sel
500         - 39  # NDRPDR sel
501         - 41  # NDRPDR sel
502         - 42  # NDRPDR sel
503     vpp-performance-changes-3n-hsw-cmp:
504       csit-vpp-perf-verify-1901-3n-hsw:
505       - 10  # NDRPDR sel
506       - 19  # NDRPDR sel
507       - 31  # NDRPDR sel
508       - 36  # NDRPDR sel
509       - 40  # NDRPDR sel
510       - 42  # NDRPDR sel
511       - 44  # NDRPDR sel
512       - 46  # NDRPDR sel
513       - 47  # NDRPDR sel
514       - 48  # NDRPDR sel
515     vpp-performance-changes-3n-hsw:
516       - "vpp-performance-changes-3n-hsw-h1"
517       - "vpp-performance-changes-3n-hsw-ref"
518       - "vpp-performance-changes-3n-hsw-cmp"
519
520     vpp-performance-changes-3n-skx-h1:
521       csit-vpp-perf-verify-1807-3n-skx:
522         - 33  # NDRPDR sel
523         - 35  # NDRPDR sel
524         - 37  # NDRPDR sel
525         - 38  # NDRPDR sel
526         - 39  # NDRPDR sel
527         - 43  # NDRPDR sel
528         - 44  # NDRPDR sel
529         - 49  # NDRPDR sel
530         - 50  # NDRPDR sel
531         - 56  # NDRPDR sel
532     vpp-performance-changes-3n-skx-ref:
533       csit-vpp-perf-verify-1810-3n-skx:
534         - 10  # NDRPDR sel
535         - 14  # NDRPDR sel
536         - 15  # NDRPDR sel
537         - 16  # NDRPDR sel
538         - 17  # NDRPDR sel
539         - 19  # NDRPDR sel
540         - 20  # NDRPDR sel
541         - 21  # NDRPDR sel
542         - 22  # NDRPDR sel
543         - 25  # NDRPDR sel
544     vpp-performance-changes-3n-skx-cmp:
545       csit-vpp-perf-verify-1901-3n-skx:
546         - 18  # NDRPDR sel
547         - 19  # NDRPDR sel
548         - 20  # NDRPDR sel
549         - 28  # NDRPDR sel
550         - 31  # NDRPDR sel
551         - 33  # NDRPDR sel
552         - 36  # NDRPDR sel
553         - 38  # NDRPDR sel
554         - 47  # NDRPDR sel
555         - 48  # NDRPDR sel
556     vpp-performance-changes-3n-skx:
557       - "vpp-performance-changes-3n-skx-h1"
558       - "vpp-performance-changes-3n-skx-ref"
559       - "vpp-performance-changes-3n-skx-cmp"
560
561     vpp-performance-changes-2n-skx-h1:
562       csit-vpp-perf-verify-1807-2n-skx:
563         - 26  # NDRPDR sel
564         - 28  # NDRPDR sel
565         - 29  # NDRPDR sel
566         - 30  # NDRPDR sel
567         - 34  # NDRPDR sel
568         - 35  # NDRPDR sel
569         - 36  # NDRPDR sel
570         - 39  # NDRPDR sel
571         - 40  # NDRPDR sel
572         - 42  # NDRPDR sel
573     vpp-performance-changes-2n-skx-ref:
574       csit-vpp-perf-verify-1810-2n-skx:
575         - 9   # NDRPDR sel
576         - 13  # NDRPDR sel
577         - 14  # NDRPDR sel
578         - 19  # NDRPDR sel
579         - 20  # NDRPDR sel
580         - 21  # NDRPDR sel
581         - 22  # NDRPDR sel
582         - 23  # NDRPDR sel
583         - 24  # NDRPDR sel
584         - 27  # NDRPDR sel
585     vpp-performance-changes-2n-skx-cmp:
586       csit-vpp-perf-verify-1901-2n-skx:
587         - 5   # NDRPDR sel
588         - 12  # NDRPDR sel
589         - 13  # NDRPDR sel
590         - 21  # NDRPDR sel
591         - 23  # NDRPDR sel
592         - 31  # NDRPDR sel
593         - 34  # NDRPDR sel
594         - 40  # NDRPDR sel
595         - 42  # NDRPDR sel
596         - 43  # NDRPDR sel
597     vpp-performance-changes-2n-skx:
598       - "vpp-performance-changes-2n-skx-h1"
599       - "vpp-performance-changes-2n-skx-ref"
600       - "vpp-performance-changes-2n-skx-cmp"
601
602     vpp-performance-changes-3n-hsw-mrr-h1:
603       csit-vpp-perf-verify-1807-3n-hsw:
604         - 8   # MRR full
605         - 9   # MRR sel
606         - 21  # MRR sel
607         - 31  # MRR sel
608         - 33  # MRR sel
609         - 36  # MRR sel
610         - 41  # MRR sel
611         - 42  # MRR sel
612         - 48  # MRR sel
613     vpp-performance-changes-3n-hsw-mrr-ref:
614       csit-vpp-perf-verify-1810-3n-hsw:
615         - 9   # MRR sel
616     vpp-performance-changes-3n-hsw-mrr-cmp:
617       csit-vpp-perf-verify-1901-3n-hsw:
618         - 35  # MRR sel
619     vpp-performance-changes-3n-hsw-mrr:
620       - "vpp-performance-changes-3n-hsw-mrr-h1"
621       - "vpp-performance-changes-3n-hsw-mrr-ref"
622       - "vpp-performance-changes-3n-hsw-mrr-cmp"
623
624     vpp-performance-changes-3n-skx-mrr-h1:
625       csit-vpp-perf-verify-1807-3n-skx:
626         - 28  # MRR sel
627         - 32  # MRR sel
628         - 36  # MRR sel
629         - 42  # MRR sel
630         - 47  # MRR sel
631         - 48  # MRR sel
632         - 51  # MRR sel
633         - 52  # MRR sel
634         - 53  # MRR sel
635         - 54  # MRR sel
636     vpp-performance-changes-3n-skx-mrr-ref:
637       csit-vpp-perf-verify-1810-3n-skx:
638         - 9   # MRR sel
639         - 11  # MRR sel
640         - 12  # MRR sel
641         - 13  # MRR sel
642     vpp-performance-changes-3n-skx-mrr-cmp:
643       csit-vpp-perf-verify-1901-3n-skx:
644         - 32  # MRR sel
645     vpp-performance-changes-3n-skx-mrr:
646       - "vpp-performance-changes-3n-skx-mrr-h1"
647       - "vpp-performance-changes-3n-skx-mrr-ref"
648       - "vpp-performance-changes-3n-skx-mrr-cmp"
649
650     vpp-performance-changes-2n-skx-mrr-h1:
651       csit-vpp-perf-verify-1807-2n-skx:
652         - 31  # MRR sel
653         - 33  # MRR sel
654         - 37  # MRR sel
655         - 38  # MRR sel
656         - 41  # MRR sel
657         - 43  # MRR sel
658         - 44  # MRR sel
659         - 45  # MRR sel
660         - 46  # MRR sel
661         - 47  # MRR sel
662     vpp-performance-changes-2n-skx-mrr-ref:
663       csit-vpp-perf-verify-1810-2n-skx:
664         - 8   # MRR sel
665         - 10  # MRR sel
666         - 11  # MRR sel
667         - 12  # MRR sel
668     vpp-performance-changes-2n-skx-mrr-cmp:
669       csit-vpp-perf-verify-1901-2n-skx:
670         - 22  # MRR sel
671     vpp-performance-changes-2n-skx-mrr:
672       - "vpp-performance-changes-2n-skx-mrr-h1"
673       - "vpp-performance-changes-2n-skx-mrr-ref"
674       - "vpp-performance-changes-2n-skx-mrr-cmp"
675
676     dpdk-performance-changes-3n-hsw-h1:
677       csit-dpdk-perf-verify-1807-3n-hsw:
678         - 11
679         - 12  # full
680         - 14
681         - 15
682         - 16
683         - 17
684         - 20
685         - 21
686         - 22
687         - 23
688     dpdk-performance-changes-3n-hsw-ref:
689       csit-dpdk-perf-verify-1810-3n-hsw:
690         - 1   # NDRPDR sel
691         - 2   # NDRPDR sel
692         - 3   # NDRPDR sel
693         - 4   # NDRPDR sel
694         - 5   # NDRPDR sel
695         - 6   # NDRPDR sel
696         - 7   # NDRPDR sel
697         - 8   # NDRPDR sel
698         - 9   # NDRPDR sel
699         - 10  # NDRPDR sel
700     dpdk-performance-changes-3n-hsw-cmp:
701       csit-dpdk-perf-verify-1901-3n-hsw:
702         - 13  # NDRPDR sel
703         - 14  # NDRPDR sel
704         - 16  # NDRPDR sel
705         - 17  # NDRPDR sel
706         - 18  # NDRPDR sel
707         - 19  # NDRPDR sel
708         - 20  # NDRPDR sel
709         - 21  # NDRPDR sel
710         - 22  # NDRPDR sel
711         - 23  # NDRPDR sel
712     dpdk-performance-changes-3n-hsw:
713       - "dpdk-performance-changes-3n-hsw-h1"
714       - "dpdk-performance-changes-3n-hsw-ref"
715       - "dpdk-performance-changes-3n-hsw-cmp"
716
717     dpdk-performance-changes-3n-skx-h1:
718       csit-dpdk-perf-verify-1807-3n-skx:
719         - 1   # NDRPDR sel
720         - 2   # NDRPDR sel
721         - 3   # NDRPDR sel
722         - 6   # NDRPDR sel
723         - 7   # NDRPDR sel
724         - 8   # NDRPDR sel
725         - 9   # NDRPDR sel
726         - 10  # NDRPDR sel
727         - 11  # NDRPDR sel
728         - 12  # NDRPDR sel
729     dpdk-performance-changes-3n-skx-ref:
730       csit-dpdk-perf-verify-1810-3n-skx:
731         - 3   # NDRPDR sel
732         - 4   # NDRPDR sel
733         - 6   # NDRPDR sel
734         - 7   # NDRPDR sel
735         - 8   # NDRPDR sel
736         - 9   # NDRPDR sel
737         - 10  # NDRPDR sel
738         - 11  # NDRPDR sel
739         - 12  # NDRPDR sel
740         - 13  # NDRPDR sel
741     dpdk-performance-changes-3n-skx-cmp:
742       csit-dpdk-perf-verify-1901-3n-skx:
743         - 3   # NDRPDR sel
744         - 5   # NDRPDR sel
745         - 6   # NDRPDR sel
746         - 7   # NDRPDR sel
747         - 8   # NDRPDR sel
748         - 9   # NDRPDR sel
749         - 10  # NDRPDR sel
750         - 11  # NDRPDR sel
751         - 12  # NDRPDR sel
752         - 13  # NDRPDR sel
753     dpdk-performance-changes-3n-skx:
754       - "dpdk-performance-changes-3n-skx-h1"
755       - "dpdk-performance-changes-3n-skx-ref"
756       - "dpdk-performance-changes-3n-skx-cmp"
757
758     dpdk-performance-changes-2n-skx-ref:
759       csit-dpdk-perf-verify-1810-2n-skx:
760         - 3   # NDRPDR sel
761         - 4   # NDRPDR sel
762         - 5   # NDRPDR sel
763         - 7   # NDRPDR sel
764         - 8   # NDRPDR sel
765         - 9   # NDRPDR sel
766         - 10  # NDRPDR sel
767         - 11  # NDRPDR sel
768         - 12  # NDRPDR sel
769         - 13  # NDRPDR sel
770     dpdk-performance-changes-2n-skx-cmp:
771       csit-dpdk-perf-verify-1901-2n-skx:
772         - 12  # NDRPDR sel
773         - 13  # NDRPDR sel
774         - 14  # NDRPDR sel
775         - 15  # NDRPDR sel
776         - 16  # NDRPDR sel
777         - 17  # NDRPDR sel
778         - 18  # NDRPDR sel
779         - 19  # NDRPDR sel
780         - 20  # NDRPDR sel
781         - 21  # NDRPDR sel
782     dpdk-performance-changes-2n-skx:
783       - "dpdk-performance-changes-2n-skx-ref"
784       - "dpdk-performance-changes-2n-skx-cmp"
785
786     # Compare testbeds
787
788     vpp-compare-testbeds-ref:
789       csit-vpp-perf-verify-1901-3n-hsw:
790       - 10  # NDRPDR sel
791       - 19  # NDRPDR sel
792       - 31  # NDRPDR sel
793       - 36  # NDRPDR sel
794       - 40  # NDRPDR sel
795       - 42  # NDRPDR sel
796       - 44  # NDRPDR sel
797       - 46  # NDRPDR sel
798       - 47  # NDRPDR sel
799       - 48  # NDRPDR sel
800     vpp-compare-testbeds-cmp:
801       csit-vpp-perf-verify-1901-3n-skx:
802         - 18  # NDRPDR sel
803         - 19  # NDRPDR sel
804         - 20  # NDRPDR sel
805         - 28  # NDRPDR sel
806         - 31  # NDRPDR sel
807         - 33  # NDRPDR sel
808         - 36  # NDRPDR sel
809         - 38  # NDRPDR sel
810         - 47  # NDRPDR sel
811         - 48  # NDRPDR sel
812     vpp-compare-testbeds:
813       - "vpp-compare-testbeds-ref"
814       - "vpp-compare-testbeds-cmp"
815
816     vpp-compare-testbeds-mrr-ref:
817       csit-vpp-perf-verify-1901-3n-hsw:
818         - 35  # MRR sel
819     vpp-compare-testbeds-mrr-cmp:
820       csit-vpp-perf-verify-1901-3n-skx:
821         - 32  # MRR sel
822     vpp-compare-testbeds-mrr:
823       - "vpp-compare-testbeds-mrr-ref"
824       - "vpp-compare-testbeds-mrr-cmp"
825
826     dpdk-compare-testbeds-ref:
827       csit-dpdk-perf-verify-1901-3n-hsw:
828         - 13  # NDRPDR sel
829         - 14  # NDRPDR sel
830         - 16  # NDRPDR sel
831         - 17  # NDRPDR sel
832         - 18  # NDRPDR sel
833         - 19  # NDRPDR sel
834         - 20  # NDRPDR sel
835         - 21  # NDRPDR sel
836         - 22  # NDRPDR sel
837         - 23  # NDRPDR sel
838     dpdk-compare-testbeds-cmp:
839       csit-dpdk-perf-verify-1901-3n-skx:
840         - 3   # NDRPDR sel
841         - 5   # NDRPDR sel
842         - 6   # NDRPDR sel
843         - 7   # NDRPDR sel
844         - 8   # NDRPDR sel
845         - 9   # NDRPDR sel
846         - 10  # NDRPDR sel
847         - 11  # NDRPDR sel
848         - 12  # NDRPDR sel
849         - 13  # NDRPDR sel
850     dpdk-compare-testbeds:
851       - "dpdk-compare-testbeds-ref"
852       - "dpdk-compare-testbeds-cmp"
853
854     # Compare topologies
855
856     vpp-compare-topologies-ref:
857       csit-vpp-perf-verify-1901-3n-skx:
858         - 18  # NDRPDR sel
859         - 19  # NDRPDR sel
860         - 20  # NDRPDR sel
861         - 28  # NDRPDR sel
862         - 31  # NDRPDR sel
863         - 33  # NDRPDR sel
864         - 36  # NDRPDR sel
865         - 38  # NDRPDR sel
866         - 47  # NDRPDR sel
867         - 48  # NDRPDR sel
868     vpp-compare-topologies-cmp:
869       csit-vpp-perf-verify-1901-2n-skx:
870         - 5   # NDRPDR sel
871         - 12  # NDRPDR sel
872         - 13  # NDRPDR sel
873         - 21  # NDRPDR sel
874         - 23  # NDRPDR sel
875         - 31  # NDRPDR sel
876         - 34  # NDRPDR sel
877         - 40  # NDRPDR sel
878         - 42  # NDRPDR sel
879         - 43  # NDRPDR sel
880     vpp-compare-topologies:
881       - "vpp-compare-topologies-ref"
882       - "vpp-compare-topologies-cmp"
883
884     vpp-compare-topologies-mrr-ref:
885       csit-vpp-perf-verify-1901-3n-skx:
886         - 32  # MRR sel
887     vpp-compare-topologies-mrr-cmp:
888       csit-vpp-perf-verify-1901-2n-skx:
889         - 22  # MRR sel
890     vpp-compare-topologies-mrr:
891       - "vpp-compare-topologies-mrr-ref"
892       - "vpp-compare-topologies-mrr-cmp"
893
894     dpdk-compare-topologies-ref:
895       csit-dpdk-perf-verify-1901-3n-skx:
896         - 3   # NDRPDR sel
897         - 5   # NDRPDR sel
898         - 6   # NDRPDR sel
899         - 7   # NDRPDR sel
900         - 8   # NDRPDR sel
901         - 9   # NDRPDR sel
902         - 10  # NDRPDR sel
903         - 11  # NDRPDR sel
904         - 12  # NDRPDR sel
905         - 13  # NDRPDR sel
906     dpdk-compare-topologies-cmp:
907       csit-dpdk-perf-verify-1901-2n-skx:
908         - 12  # NDRPDR sel
909         - 13  # NDRPDR sel
910         - 14  # NDRPDR sel
911         - 15  # NDRPDR sel
912         - 16  # NDRPDR sel
913         - 17  # NDRPDR sel
914         - 18  # NDRPDR sel
915         - 19  # NDRPDR sel
916         - 20  # NDRPDR sel
917         - 21  # NDRPDR sel
918     dpdk-compare-topologies:
919       - "dpdk-compare-topologies-ref"
920       - "dpdk-compare-topologies-cmp"
921
922   plot-layouts:
923
924     plot-soak-throughput:
925       titlefont:
926         size: 18
927       xaxis:
928         title: "<b>Test Cases [Index]</b>"
929         titlefont:
930           size: 16
931         autorange: True
932         fixedrange: False
933         gridcolor: "rgb(230, 230, 230)"
934         linecolor: "rgb(220, 220, 220)"
935         linewidth: 1
936         showgrid: True
937         showline: True
938         showticklabels: True
939         tickcolor: "rgb(220, 220, 220)"
940         tickmode: "linear"
941         tickfont:
942           size: 16
943         zeroline: False
944       yaxis:
945         title: "<b>Packet Throughput [Mpps]</b>"
946         titlefont:
947           size: 16
948         gridcolor: "rgb(230, 230, 230)"
949         hoverformat: ".4s"
950         tickformat: ".3s"
951         linecolor: "rgb(220, 220, 220)"
952         linewidth: 1
953         showgrid: True
954         showline: True
955         showticklabels: True
956         tickcolor: "rgb(220, 220, 220)"
957         tickfont:
958           size: 16
959         zeroline: False
960         range: [0,50]
961       autosize: False
962       margin:
963         t: 50
964         b: 0
965         l: 80
966         r: 20
967       showlegend: True
968       legend:
969         orientation: "h"
970         font:
971           size: 16
972       width: 700
973       height: 900
974
975     plot-service-density:
976       titlefont:
977         size: 18
978       xaxis:
979         side: "top"
980         autorange: True
981         fixedrange: False
982         showgrid: False
983         showline: False
984         showticklabels: False
985         ticks: ""
986         ticklen: 0
987         tickwidth: 0
988         zeroline: False
989       yaxis:
990         autorange: "reversed"
991         showgrid: False
992         showline: False
993         showticklabels: False
994         ticks: ""
995         ticklen: 0
996         tickwidth: 0
997         zeroline: False
998       autosize: True
999       showlegend: False
1000       width: 700
1001       height: 700
1002
1003     plot-cps:
1004       titlefont:
1005         size: 18
1006       xaxis:
1007         title: "<b>Test Cases [Index]</b>"
1008         titlefont:
1009           size: 16
1010         autorange: True
1011         fixedrange: False
1012         gridcolor: "rgb(230, 230, 230)"
1013         linecolor: "rgb(220, 220, 220)"
1014         linewidth: 1
1015         showgrid: True
1016         showline: True
1017         showticklabels: True
1018         tickcolor: "rgb(220, 220, 220)"
1019         tickmode: "linear"
1020         tickfont:
1021           size: 16
1022         zeroline: False
1023       yaxis:
1024         title: "<b>Connections Per Second [cps]</b>"
1025         titlefont:
1026           size: 16
1027         gridcolor: "rgb(230, 230, 230)"
1028         hoverformat: ".4s"
1029         linecolor: "rgb(220, 220, 220)"
1030         linewidth: 1
1031         rangemode: "tozero"
1032         showgrid: True
1033         showline: True
1034         showticklabels: True
1035         tickcolor: "rgb(220, 220, 220)"
1036         tickformat: ".3s"
1037         tickfont:
1038           size: 16
1039         zeroline: False
1040       boxmode: "group"
1041       boxgroupgap: 0.5
1042       autosize: False
1043       margin:
1044         t: 50
1045         b: 20
1046         l: 80
1047         r: 20
1048       showlegend: True
1049       legend:
1050         orientation: "h"
1051         font:
1052           size: 16
1053       width: 700
1054       height: 800
1055
1056     plot-rps:
1057       titlefont:
1058         size: 18
1059       xaxis:
1060         title: "<b>Test Cases [Index]</b>"
1061         titlefont:
1062           size: 16
1063         autorange: True
1064         fixedrange: False
1065         gridcolor: "rgb(230, 230, 230)"
1066         linecolor: "rgb(220, 220, 220)"
1067         linewidth: 1
1068         showgrid: True
1069         showline: True
1070         showticklabels: True
1071         tickcolor: "rgb(220, 220, 220)"
1072         tickmode: "linear"
1073         tickfont:
1074           size: 16
1075         zeroline: False
1076       yaxis:
1077         title: "<b>Requests Per Second [rps]</b>"
1078         titlefont:
1079           size: 16
1080         gridcolor: "rgb(230, 230, 230)"
1081         hoverformat: ".4s"
1082         linecolor: "rgb(220, 220, 220)"
1083         linewidth: 1
1084         rangemode: "tozero"
1085         showgrid: True
1086         showline: True
1087         showticklabels: True
1088         tickcolor: "rgb(230, 230, 230)"
1089         tickformat: ".3s"
1090         tickfont:
1091           size: 16
1092         zeroline: False
1093       boxmode: "group"
1094       boxgroupgap: 0.5
1095       autosize: False
1096       margin:
1097         t: 50
1098         b: 20
1099         l: 80
1100         r: 20
1101       showlegend: True
1102       legend:
1103         orientation: "h"
1104         font:
1105           size: 16
1106       width: 700
1107       height: 800
1108
1109     plot-throughput:
1110       titlefont:
1111         size: 18
1112       xaxis:
1113         title: "<b>Test Cases [Index]</b>"
1114         titlefont:
1115           size: 16
1116         autorange: True
1117         fixedrange: False
1118         gridcolor: "rgb(230, 230, 230)"
1119         linecolor: "rgb(220, 220, 220)"
1120         linewidth: 1
1121         showgrid: True
1122         showline: True
1123         showticklabels: True
1124         tickcolor: "rgb(220, 220, 220)"
1125         tickmode: "linear"
1126         tickfont:
1127           size: 16
1128         zeroline: False
1129       yaxis:
1130         title: "<b>Packet Throughput [Mpps]</b>"
1131         titlefont:
1132           size: 16
1133         gridcolor: "rgb(230, 230, 230)"
1134         hoverformat: ".4s"
1135         tickformat: ".3s"
1136         linecolor: "rgb(220, 220, 220)"
1137         linewidth: 1
1138         showgrid: True
1139         showline: True
1140         showticklabels: True
1141         tickcolor: "rgb(220, 220, 220)"
1142         tickfont:
1143           size: 16
1144         zeroline: False
1145         range: [0,50]
1146       boxmode: "group"
1147       boxgroupgap: 0.5
1148       autosize: False
1149       margin:
1150         t: 50
1151         b: 0
1152         l: 80
1153         r: 20
1154       showlegend: True
1155       legend:
1156         orientation: "h"
1157         font:
1158           size: 16
1159       width: 700
1160       height: 900
1161
1162     plot-throughput-speedup-analysis:
1163       titlefont:
1164         size: 18
1165       xaxis:
1166         title: "<b>Number of Cores [Qty]</b>"
1167         titlefont:
1168           size: 16
1169         autorange: True
1170         fixedrange: False
1171         gridcolor: "rgb(230, 230, 230)"
1172         linecolor: "rgb(220, 220, 220)"
1173         linewidth: 1
1174         showgrid: True
1175         showline: True
1176         showticklabels: True
1177         tickcolor: "rgb(238, 238, 238)"
1178         tickmode: "linear"
1179         tickfont:
1180           size: 16
1181         zeroline: False
1182       yaxis:
1183         title: "<b>Packet Throughput [Mpps]</b>"
1184         titlefont:
1185           size: 16
1186         type: "linear"
1187         gridcolor: "rgb(230, 230, 230)"
1188         hoverformat: ".4s"
1189         linecolor: "rgb(220, 220, 220)"
1190         linewidth: 1
1191         showgrid: True
1192         showline: True
1193         showticklabels: True
1194         tickcolor: "rgb(220, 220, 220)"
1195         tickformat: ".4s"
1196         tickfont:
1197           size: 16
1198         zeroline: True
1199         rangemode: "tozero"
1200         range: [0,100]
1201       legend:
1202         orientation: "h"
1203         font:
1204           size: 16
1205         xanchor: "left"
1206         yanchor: "top"
1207         x: 0
1208         y: -0.2
1209         bgcolor: "rgba(255, 255, 255, 0)"
1210         bordercolor: "rgba(255, 255, 255, 0)"
1211         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1212       autosize: False
1213       margin:
1214           't': 50
1215           'b': 150
1216           'l': 85
1217           'r': 10
1218       showlegend: True
1219       width: 700
1220       height: 700
1221       hoverlabel:
1222         namelength: -1
1223       annotations: [
1224         {
1225           text: "_ _          __          ...",
1226           align: "left",
1227           showarrow: False,
1228           xref: "paper",
1229           yref: "paper",
1230           xanchor: "left",
1231           yanchor: "top",
1232           x: 0,
1233           y: -0.13,
1234           font: {
1235             family: "Consolas, Courier New",
1236             size: 15
1237           },
1238         },
1239         {
1240           text: "    Perfect     Measured     Limit",
1241           align: "left",
1242           showarrow: False,
1243           xref: "paper",
1244           yref: "paper",
1245           xanchor: "left",
1246           yanchor: "top",
1247           x: 0,
1248           y: -0.15,
1249           font: {
1250             family: "Consolas, Courier New",
1251             size: 15
1252           },
1253         },
1254       ]
1255
1256     plot-latency:
1257       titlefont:
1258         size: 18
1259       xaxis:
1260         title: "<b>Direction</b>"
1261         titlefont:
1262           size: 16
1263         autorange: True
1264         fixedrange: False
1265         gridcolor: "rgb(230, 230, 230)"
1266         linecolor: "rgb(220, 220, 220)"
1267         linewidth: 1
1268         showgrid: True
1269         showline: True
1270         showticklabels: False
1271         tickcolor: "rgb(220, 220, 220)"
1272         tickmode: "linear"
1273         tickfont:
1274           size: 16
1275         zeroline: False
1276       yaxis:
1277         title: "<b>Packet Latency [uSec]</b>"
1278         titlefont:
1279           size: 16
1280         type: "linear"
1281         gridcolor: "rgb(230, 230, 230)"
1282         hoverformat: ".4s"
1283         linecolor: "rgb(220, 220, 220)"
1284         linewidth: 1
1285         showgrid: True
1286         showline: True
1287         showticklabels: True
1288         tickcolor: "rgb(220, 220, 220)"
1289         tickformat: ".4s"
1290         tickfont:
1291           size: 16
1292         zeroline: True
1293         rangemode: "tozero"
1294       legend:
1295         orientation: "h"
1296         font:
1297           size: 16
1298         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1299       autosize: False
1300       margin:
1301           't': 50
1302           'b': 150
1303           'l': 80
1304           'r': 10
1305       showlegend: True
1306       width: 700
1307       height: 700
1308       hoverlabel:
1309         namelength: -1
1310
1311 -
1312   type: "static"
1313   src-path: "{DIR[RST]}"
1314   dst-path: "{DIR[WORKING,SRC]}"
1315
1316 -
1317   type: "input"
1318   general:
1319     file-name: "robot-plugin.zip"
1320     file-format: ".zip"
1321     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1322     extract: "robot-plugin/output.xml"
1323
1324   builds:
1325
1326     # TODO: Replace with 1901 data
1327     intel-dnv-vpp-release-1810:
1328     - 1
1329
1330     csit-vpp-perf-verify-1807-3n-hsw:
1331     - 8   # MRR full
1332     - 9   # MRR sel
1333     - 21  # MRR sel
1334     - 31  # MRR sel
1335     - 33  # MRR sel
1336     - 36  # MRR sel
1337     - 41  # MRR sel
1338     - 42  # MRR sel
1339     - 48  # MRR sel
1340     - 11  # NDRPDR full 1
1341     - 22  # NDRPDR full 2
1342     - 45  # NDRPDR full 3
1343     - 46  # NDRPDR full 4
1344     - 15  # NDRPDR sel
1345     - 16  # NDRPDR sel
1346     - 19  # NDRPDR sel
1347     - 18  # NDRPDR sel
1348     - 20  # NDRPDR sel
1349     - 38  # NDRPDR sel
1350     - 40  # NDRPDR sel
1351     - 44  # NDRPDR sel
1352     - 47  # NDRPDR sel
1353     csit-vpp-perf-verify-1810-3n-hsw:
1354     - 9   # MRR sel
1355     - 20  # NDRPDR full
1356     - 21  # NDRPDR full
1357     - 22  # NDRPDR full
1358     - 27  # NDRPDR full
1359     - 8   # NDRPDR sel
1360     - 12  # NDRPDR sel
1361     - 14  # NDRPDR sel
1362     - 18  # NDRPDR sel
1363     - 23  # NDRPDR sel
1364     - 25  # NDRPDR sel
1365     - 38  # NDRPDR sel
1366     - 39  # NDRPDR sel
1367     - 41  # NDRPDR sel
1368     - 42  # NDRPDR sel
1369     - 28  # WRK
1370     - 29  # WRK
1371     - 30  # WRK
1372     - 31  # WRK
1373     - 32  # WRK
1374     - 33  # WRK
1375     - 34  # WRK
1376     - 35  # WRK
1377     - 36  # WRK
1378     - 37  # WRK
1379     csit-vpp-perf-verify-1901-3n-hsw:
1380     - 35  # MRR sel
1381     - 38  # NDRPDR full
1382     - 43  # NDRPDR full
1383     - 45  # NDRPDR full
1384     - 10  # NDRPDR sel
1385     - 19  # NDRPDR sel
1386     - 31  # NDRPDR sel
1387     - 36  # NDRPDR sel
1388     - 40  # NDRPDR sel
1389     - 42  # NDRPDR sel
1390     - 44  # NDRPDR sel
1391     - 46  # NDRPDR sel
1392     - 47  # NDRPDR sel
1393     - 48  # NDRPDR sel
1394     csit-vpp-perf-verify-1807-3n-skx:
1395     - 31  # MRR full
1396     - 28  # MRR sel
1397     - 32  # MRR sel
1398     - 36  # MRR sel
1399     - 42  # MRR sel
1400     - 47  # MRR sel
1401     - 48  # MRR sel
1402     - 51  # MRR sel
1403     - 52  # MRR sel
1404     - 53  # MRR sel
1405     - 54  # MRR sel
1406     - 40  # NDRPDR full 1
1407     - 41  # NDRPDR full 2
1408     - 33  # NDRPDR sel
1409     - 35  # NDRPDR sel
1410     - 37  # NDRPDR sel
1411     - 38  # NDRPDR sel
1412     - 39  # NDRPDR sel
1413     - 43  # NDRPDR sel
1414     - 44  # NDRPDR sel
1415     - 49  # NDRPDR sel
1416     - 50  # NDRPDR sel
1417     - 56  # NDRPDR sel
1418     csit-vpp-perf-verify-1810-3n-skx:
1419     - 9   # MRR sel
1420     - 11  # MRR sel
1421     - 12  # MRR sel
1422     - 13  # MRR sel
1423     - 23  # NDRPDR full
1424     - 24  # NDRPDR full
1425     - 10  # NDRPDR sel
1426     - 14  # NDRPDR sel
1427     - 15  # NDRPDR sel
1428     - 16  # NDRPDR sel
1429     - 17  # NDRPDR sel
1430     - 19  # NDRPDR sel
1431     - 20  # NDRPDR sel
1432     - 21  # NDRPDR sel
1433     - 22  # NDRPDR sel
1434     - 25  # NDRPDR sel
1435     csit-vpp-perf-verify-1901-3n-skx:
1436     - 32  # MRR sel
1437     - 37  # NDRPDR full
1438     - 39  # NDRPDR full
1439     - 40  # NDRPDR full
1440     - 49  # NDRPDR full
1441     - 18  # NDRPDR sel
1442     - 19  # NDRPDR sel
1443     - 20  # NDRPDR sel
1444     - 28  # NDRPDR sel
1445     - 31  # NDRPDR sel
1446     - 33  # NDRPDR sel
1447     - 36  # NDRPDR sel
1448     - 38  # NDRPDR sel
1449     - 47  # NDRPDR sel
1450     - 48  # NDRPDR sel
1451     csit-vpp-perf-verify-1807-2n-skx:
1452     - 27  # MRR full
1453     - 31  # MRR sel
1454     - 33  # MRR sel
1455     - 37  # MRR sel
1456     - 38  # MRR sel
1457     - 41  # MRR sel
1458     - 43  # MRR sel
1459     - 44  # MRR sel
1460     - 45  # MRR sel
1461     - 46  # MRR sel
1462     - 47  # MRR sel
1463     - 32  # NDRPDR full
1464     - 26  # NDRPDR sel
1465     - 28  # NDRPDR sel
1466     - 29  # NDRPDR sel
1467     - 30  # NDRPDR sel
1468     - 34  # NDRPDR sel
1469     - 35  # NDRPDR sel
1470     - 36  # NDRPDR sel
1471     - 39  # NDRPDR sel
1472     - 40  # NDRPDR sel
1473     - 42  # NDRPDR sel
1474     csit-vpp-perf-verify-1810-2n-skx:
1475     - 8   # MRR sel
1476     - 10  # MRR sel
1477     - 11  # MRR sel
1478     - 12  # MRR sel
1479     - 25  # NDRPDR full
1480     - 26  # NDRPDR full
1481     - 9   # NDRPDR sel
1482     - 13  # NDRPDR sel
1483     - 14  # NDRPDR sel
1484     - 19  # NDRPDR sel
1485     - 20  # NDRPDR sel
1486     - 21  # NDRPDR sel
1487     - 22  # NDRPDR sel
1488     - 23  # NDRPDR sel
1489     - 24  # NDRPDR sel
1490     - 27  # NDRPDR sel
1491     csit-vpp-perf-verify-1901-2n-skx:
1492     - 22  # MRR sel
1493     - 25  # NDRPDR full
1494     - 30  # NDRPDR full
1495     - 33  # NDRPDR full
1496     - 44  # NDRPDR full
1497     - 5   # NDRPDR sel
1498     - 12  # NDRPDR sel
1499     - 13  # NDRPDR sel
1500     - 21  # NDRPDR sel
1501     - 23  # NDRPDR sel
1502     - 31  # NDRPDR sel
1503     - 34  # NDRPDR sel
1504     - 40  # NDRPDR sel
1505     - 42  # NDRPDR sel
1506     - 43  # NDRPDR sel
1507     - 24  # NFV MRR
1508     - 26  # NFV MRR
1509     - 27  # NFV MRR
1510     - 35  # NFV MRR
1511     - 37  # NFV MRR
1512     - 28  # NFV NDRPDR
1513     - 29  # NFV NDRPDR
1514     - 32  # NFV NDRPDR
1515     - 39  # NFV NDRPDR
1516     - 46  # NFV NDRPDR
1517     - 45  # SOAK
1518     csit-ligato-perf-verify-1810-3n-hsw:
1519     - 5   # full
1520     - 6   # sel
1521     - 8   # sel
1522     - 9   # sel
1523     - 11  # sel
1524     - 12  # sel
1525     - 13  # sel
1526     - 14  # sel
1527     - 16  # sel
1528     - 17  # sel
1529     - 18  # sel
1530     # TODO: Add new data
1531     # csit-ligato-perf-verify-1901-3n-hsw:
1532     csit-dpdk-perf-verify-1807-3n-hsw:
1533     - 11
1534     - 12  # full
1535     - 14
1536     - 15
1537     - 16
1538     - 17
1539     - 20
1540     - 21
1541     - 22
1542     - 23
1543     csit-dpdk-perf-verify-1810-3n-hsw:
1544     - 1   # NDRPDR sel
1545     - 2   # NDRPDR sel
1546     - 3   # NDRPDR sel
1547     - 4   # NDRPDR sel
1548     - 5   # NDRPDR sel
1549     - 6   # NDRPDR sel
1550     - 7   # NDRPDR sel
1551     - 8   # NDRPDR sel
1552     - 9   # NDRPDR sel
1553     - 10  # NDRPDR sel
1554     csit-dpdk-perf-verify-1901-3n-hsw:
1555     - 13  # NDRPDR sel
1556     - 14  # NDRPDR sel
1557     - 16  # NDRPDR sel
1558     - 17  # NDRPDR sel
1559     - 18  # NDRPDR sel
1560     - 19  # NDRPDR sel
1561     - 20  # NDRPDR sel
1562     - 21  # NDRPDR sel
1563     - 22  # NDRPDR sel
1564     - 23  # NDRPDR sel
1565     csit-dpdk-perf-verify-1807-3n-skx:
1566     - 1   # NDRPDR sel
1567     - 2   # NDRPDR sel
1568     - 3   # NDRPDR sel
1569     - 6   # NDRPDR sel
1570     - 7   # NDRPDR sel
1571     - 8   # NDRPDR sel
1572     - 9   # NDRPDR sel
1573     - 10  # NDRPDR sel
1574     - 11  # NDRPDR sel
1575     - 12  # NDRPDR sel
1576     csit-dpdk-perf-verify-1810-3n-skx:
1577     - 3   # NDRPDR sel
1578     - 4   # NDRPDR sel
1579     - 6   # NDRPDR sel
1580     - 7   # NDRPDR sel
1581     - 8   # NDRPDR sel
1582     - 9   # NDRPDR sel
1583     - 10  # NDRPDR sel
1584     - 11  # NDRPDR sel
1585     - 12  # NDRPDR sel
1586     - 13  # NDRPDR sel
1587     csit-dpdk-perf-verify-1901-3n-skx:
1588     - 3   # NDRPDR sel
1589     - 5   # NDRPDR sel
1590     - 6   # NDRPDR sel
1591     - 7   # NDRPDR sel
1592     - 8   # NDRPDR sel
1593     - 9   # NDRPDR sel
1594     - 10  # NDRPDR sel
1595     - 11  # NDRPDR sel
1596     - 12  # NDRPDR sel
1597     - 13  # NDRPDR sel
1598     csit-dpdk-perf-verify-1810-2n-skx:
1599     - 3   # NDRPDR sel
1600     - 4   # NDRPDR sel
1601     - 5   # NDRPDR sel
1602     - 7   # NDRPDR sel
1603     - 8   # NDRPDR sel
1604     - 9   # NDRPDR sel
1605     - 10  # NDRPDR sel
1606     - 11  # NDRPDR sel
1607     - 12  # NDRPDR sel
1608     - 13  # NDRPDR sel
1609     csit-dpdk-perf-verify-1901-2n-skx:
1610     - 12  # NDRPDR sel
1611     - 13  # NDRPDR sel
1612     - 14  # NDRPDR sel
1613     - 15  # NDRPDR sel
1614     - 16  # NDRPDR sel
1615     - 17  # NDRPDR sel
1616     - 18  # NDRPDR sel
1617     - 19  # NDRPDR sel
1618     - 20  # NDRPDR sel
1619     - 21  # NDRPDR sel
1620     csit-vpp-functional-1901-ubuntu1604-virl:
1621     - 48
1622     csit-vpp-functional-1901-centos7-virl:
1623     - 50
1624     csit-vpp-device-1901-ubuntu1804-1n-skx:
1625     - 49
1626     # TODO: Replace with 1901 data
1627     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1628     - 1
1629     csit-dmm-functional-1901-ubuntu1604-virl:
1630     - 2
1631     csit-hc2vpp-verify-func-1901-ubuntu1604:
1632     - 3
1633
1634 -
1635   type: "output"
1636   output: "report"
1637   format:
1638     html:
1639     - full
1640     pdf:
1641     - minimal
1642
1643 ################################################################################
1644 ###                               T A B L E S                                ###
1645 ################################################################################
1646
1647
1648 # VPP Compare NICs 3n-hsw 1t1c ndr
1649 -
1650   type: "table"
1651   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1652   algorithm: "table_nics_comparison"
1653   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1654   reference:
1655     title: "Intel-x520"
1656     nic: "NIC_Intel-X520-DA2"
1657   compare:
1658     title: "Intel-x710"
1659     nic: "NIC_Intel-X710"
1660   data: "vpp-nic-comparison-3n-hsw"
1661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1662   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1663   parameters:
1664   - "name"
1665   - "parent"
1666   - "throughput"
1667   - "tags"
1668
1669 # VPP Compare NICs 3n-hsw 2t2c ndr
1670 -
1671   type: "table"
1672   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1673   algorithm: "table_nics_comparison"
1674   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1675   reference:
1676     title: "Intel-x520"
1677     nic: "NIC_Intel-X520-DA2"
1678   compare:
1679     title: "Intel-x710"
1680     nic: "NIC_Intel-X710"
1681   data: "vpp-nic-comparison-3n-hsw"
1682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1683   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1684   parameters:
1685   - "name"
1686   - "parent"
1687   - "throughput"
1688   - "tags"
1689
1690 # VPP Compare NICs 3n-hsw 1t1c pdr
1691 -
1692   type: "table"
1693   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1694   algorithm: "table_nics_comparison"
1695   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1696   reference:
1697     title: "Intel-x520"
1698     nic: "NIC_Intel-X520-DA2"
1699   compare:
1700     title: "Intel-x710"
1701     nic: "NIC_Intel-X710"
1702   data: "vpp-nic-comparison-3n-hsw"
1703   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1704   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1705   parameters:
1706   - "name"
1707   - "parent"
1708   - "throughput"
1709   - "tags"
1710
1711 # VPP Compare NICs 3n-hsw 2t2c pdr
1712 -
1713   type: "table"
1714   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1715   algorithm: "table_nics_comparison"
1716   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1717   reference:
1718     title: "Intel-x520"
1719     nic: "NIC_Intel-X520-DA2"
1720   compare:
1721     title: "Intel-x710"
1722     nic: "NIC_Intel-X710"
1723   data: "vpp-nic-comparison-3n-hsw"
1724   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1725   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1726   parameters:
1727   - "name"
1728   - "parent"
1729   - "throughput"
1730   - "tags"
1731
1732 # VPP Compare NICs 3n-hsw 1t1c mrr
1733 -
1734   type: "table"
1735   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1736   algorithm: "table_nics_comparison"
1737   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1738   reference:
1739     title: "Intel-x520"
1740     nic: "NIC_Intel-X520-DA2"
1741   compare:
1742     title: "Intel-x710"
1743     nic: "NIC_Intel-X710"
1744   data: "vpp-nic-comparison-3n-hsw-mrr"
1745   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1746   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1747   parameters:
1748   - "name"
1749   - "parent"
1750   - "result"
1751   - "tags"
1752
1753 # VPP Compare NICs 3n-hsw 2t2c mrr
1754 -
1755   type: "table"
1756   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1757   algorithm: "table_nics_comparison"
1758   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1759   reference:
1760     title: "Intel-x520"
1761     nic: "NIC_Intel-X520-DA2"
1762   compare:
1763     title: "Intel-x710"
1764     nic: "NIC_Intel-X710"
1765   data: "vpp-nic-comparison-3n-hsw-mrr"
1766   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1767   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1768   parameters:
1769   - "name"
1770   - "parent"
1771   - "result"
1772   - "tags"
1773
1774 # VPP Compare NICs 3n-hsw 4t4c mrr
1775 -
1776   type: "table"
1777   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1778   algorithm: "table_nics_comparison"
1779   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1780   reference:
1781     title: "Intel-x520"
1782     nic: "NIC_Intel-X520-DA2"
1783   compare:
1784     title: "Intel-x710"
1785     nic: "NIC_Intel-X710"
1786   data: "vpp-nic-comparison-3n-hsw-mrr"
1787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1788   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1789   parameters:
1790   - "name"
1791   - "parent"
1792   - "result"
1793   - "tags"
1794
1795 # VPP Compare NICs 3n-skx 2t1c ndr
1796 -
1797   type: "table"
1798   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1799   algorithm: "table_nics_comparison"
1800   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1801   reference:
1802     title: "Intel-x710"
1803     nic: "NIC_Intel-X710"
1804   compare:
1805     title: "Intel-xxv710"
1806     nic: "NIC_Intel-XXV710"
1807   data: "vpp-nic-comparison-3n-skx"
1808   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1809   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1810   parameters:
1811   - "name"
1812   - "parent"
1813   - "throughput"
1814   - "tags"
1815
1816 # VPP Compare NICs 3n-skx 4t2c ndr
1817 -
1818   type: "table"
1819   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1820   algorithm: "table_nics_comparison"
1821   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1822   reference:
1823     title: "Intel-x710"
1824     nic: "NIC_Intel-X710"
1825   compare:
1826     title: "Intel-xxv710"
1827     nic: "NIC_Intel-XXV710"
1828   data: "vpp-nic-comparison-3n-skx"
1829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1830   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1831   parameters:
1832   - "name"
1833   - "parent"
1834   - "throughput"
1835   - "tags"
1836
1837 # VPP Compare NICs 3n-skx 2t1c pdr
1838 -
1839   type: "table"
1840   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1841   algorithm: "table_nics_comparison"
1842   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1843   reference:
1844     title: "Intel-x710"
1845     nic: "NIC_Intel-X710"
1846   compare:
1847     title: "Intel-xxv710"
1848     nic: "NIC_Intel-XXV710"
1849   data: "vpp-nic-comparison-3n-skx"
1850   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1851   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1852   parameters:
1853   - "name"
1854   - "parent"
1855   - "throughput"
1856   - "tags"
1857
1858  # VPP Compare NICs 3n-skx 4t2c pdr
1859 -
1860   type: "table"
1861   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1862   algorithm: "table_nics_comparison"
1863   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1864   reference:
1865     title: "Intel-x710"
1866     nic: "NIC_Intel-X710"
1867   compare:
1868     title: "Intel-xxv710"
1869     nic: "NIC_Intel-XXV710"
1870   data: "vpp-nic-comparison-3n-skx"
1871   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1872   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1873   parameters:
1874   - "name"
1875   - "parent"
1876   - "throughput"
1877   - "tags"
1878
1879 # VPP Compare NICs 3n-skx 2t1c mrr
1880 -
1881   type: "table"
1882   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1883   algorithm: "table_nics_comparison"
1884   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1885   reference:
1886     title: "Intel-x710"
1887     nic: "NIC_Intel-X710"
1888   compare:
1889     title: "Intel-xxv710"
1890     nic: "NIC_Intel-XXV710"
1891   data: "vpp-nic-comparison-3n-skx-mrr"
1892   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1893   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1894   parameters:
1895   - "name"
1896   - "parent"
1897   - "result"
1898   - "tags"
1899
1900 # VPP Compare NICs 3n-skx 4t2c mrr
1901 -
1902   type: "table"
1903   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1904   algorithm: "table_nics_comparison"
1905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1906   reference:
1907     title: "Intel-x710"
1908     nic: "NIC_Intel-X710"
1909   compare:
1910     title: "Intel-xxv710"
1911     nic: "NIC_Intel-XXV710"
1912   data: "vpp-nic-comparison-3n-skx-mrr"
1913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1914   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1915   parameters:
1916   - "name"
1917   - "parent"
1918   - "result"
1919   - "tags"
1920
1921  # VPP Compare NICs 3n-skx 8t4c mrr
1922 -
1923   type: "table"
1924   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1925   algorithm: "table_nics_comparison"
1926   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1927   reference:
1928     title: "Intel-x710"
1929     nic: "NIC_Intel-X710"
1930   compare:
1931     title: "Intel-xxv710"
1932     nic: "NIC_Intel-XXV710"
1933   data: "vpp-nic-comparison-3n-skx-mrr"
1934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1935   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1936   parameters:
1937   - "name"
1938   - "parent"
1939   - "result"
1940   - "tags"
1941
1942 # VPP Compare NICs 2n-skx 2t1c ndr
1943 -
1944   type: "table"
1945   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1946   algorithm: "table_nics_comparison"
1947   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1948   reference:
1949     title: "Intel-x710"
1950     nic: "NIC_Intel-X710"
1951   compare:
1952     title: "Intel-xxv710"
1953     nic: "NIC_Intel-XXV710"
1954   data: "vpp-nic-comparison-2n-skx"
1955   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1956   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1957   parameters:
1958   - "name"
1959   - "parent"
1960   - "throughput"
1961   - "tags"
1962
1963 # VPP Compare NICs 2n-skx 4t2c ndr
1964 -
1965   type: "table"
1966   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1967   algorithm: "table_nics_comparison"
1968   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1969   reference:
1970     title: "Intel-x710"
1971     nic: "NIC_Intel-X710"
1972   compare:
1973     title: "Intel-xxv710"
1974     nic: "NIC_Intel-XXV710"
1975   data: "vpp-nic-comparison-2n-skx"
1976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1977   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1978   parameters:
1979   - "name"
1980   - "parent"
1981   - "throughput"
1982   - "tags"
1983
1984  # VPP Compare NICs 2n-skx 2t1c pdr
1985 -
1986   type: "table"
1987   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1988   algorithm: "table_nics_comparison"
1989   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1990   reference:
1991     title: "Intel-x710"
1992     nic: "NIC_Intel-X710"
1993   compare:
1994     title: "Intel-xxv710"
1995     nic: "NIC_Intel-XXV710"
1996   data: "vpp-nic-comparison-2n-skx"
1997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1998   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1999   parameters:
2000   - "name"
2001   - "parent"
2002   - "throughput"
2003   - "tags"
2004
2005 # VPP Compare NICs 2n-skx 4t2c pdr
2006 -
2007   type: "table"
2008   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2009   algorithm: "table_nics_comparison"
2010   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2011   reference:
2012     title: "Intel-x710"
2013     nic: "NIC_Intel-X710"
2014   compare:
2015     title: "Intel-xxv710"
2016     nic: "NIC_Intel-XXV710"
2017   data: "vpp-nic-comparison-2n-skx"
2018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2019   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2020   parameters:
2021   - "name"
2022   - "parent"
2023   - "throughput"
2024   - "tags"
2025
2026 # VPP Compare NICs 2n-skx 2t1c mrr
2027 -
2028   type: "table"
2029   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2030   algorithm: "table_nics_comparison"
2031   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2032   reference:
2033     title: "Intel-x710"
2034     nic: "NIC_Intel-X710"
2035   compare:
2036     title: "Intel-xxv710"
2037     nic: "NIC_Intel-XXV710"
2038   data: "vpp-nic-comparison-2n-skx-mrr"
2039   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2040   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2041   parameters:
2042   - "name"
2043   - "parent"
2044   - "result"
2045   - "tags"
2046
2047 # VPP Compare NICs 2n-skx 4t2c mrr
2048 -
2049   type: "table"
2050   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2051   algorithm: "table_nics_comparison"
2052   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2053   reference:
2054     title: "Intel-x710"
2055     nic: "NIC_Intel-X710"
2056   compare:
2057     title: "Intel-xxv710"
2058     nic: "NIC_Intel-XXV710"
2059   data: "vpp-nic-comparison-2n-skx-mrr"
2060   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2061   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2062   parameters:
2063   - "name"
2064   - "parent"
2065   - "result"
2066   - "tags"
2067
2068 # VPP Compare NICs 2n-skx 8t4c mrr
2069 -
2070   type: "table"
2071   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2072   algorithm: "table_nics_comparison"
2073   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2074   reference:
2075     title: "Intel-x710"
2076     nic: "NIC_Intel-X710"
2077   compare:
2078     title: "Intel-xxv710"
2079     nic: "NIC_Intel-XXV710"
2080   data: "vpp-nic-comparison-2n-skx-mrr"
2081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2082   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2083   parameters:
2084   - "name"
2085   - "parent"
2086   - "result"
2087   - "tags"
2088
2089 ################################################################################
2090 # VPP
2091
2092 # VPP Performance Changes 3n-hsw 1t1c pdr
2093 -
2094   type: "table"
2095   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2096   algorithm: "table_performance_comparison"
2097   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2098   history:
2099     -
2100       title: "rls1807"
2101       data: "vpp-performance-changes-3n-hsw-h1"
2102   reference:
2103     title: "rls1810"
2104     data: "vpp-performance-changes-3n-hsw-ref"
2105   compare:
2106     title: "rls1901"
2107     data: "vpp-performance-changes-3n-hsw-cmp"
2108   data: "vpp-performance-changes-3n-hsw"
2109   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2110   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2111   parameters:
2112   - "name"
2113   - "parent"
2114   - "throughput"
2115
2116 # VPP Performance Changes 3n-hsw 2t2c pdr
2117 -
2118   type: "table"
2119   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2120   algorithm: "table_performance_comparison"
2121   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2122   history:
2123     -
2124       title: "rls1807"
2125       data: "vpp-performance-changes-3n-hsw-h1"
2126   reference:
2127     title: "rls1810"
2128     data: "vpp-performance-changes-3n-hsw-ref"
2129   compare:
2130     title: "rls1901"
2131     data: "vpp-performance-changes-3n-hsw-cmp"
2132   data: "vpp-performance-changes-3n-hsw"
2133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2134   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2135   parameters:
2136   - "name"
2137   - "parent"
2138   - "throughput"
2139
2140 # VPP Performance Changes 3n-hsw 1t1c ndr
2141 -
2142   type: "table"
2143   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2144   algorithm: "table_performance_comparison"
2145   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2146   history:
2147     -
2148       title: "rls1807"
2149       data: "vpp-performance-changes-3n-hsw-h1"
2150   reference:
2151     title: "rls1810"
2152     data: "vpp-performance-changes-3n-hsw-ref"
2153   compare:
2154     title: "rls1901"
2155     data: "vpp-performance-changes-3n-hsw-cmp"
2156   data: "vpp-performance-changes-3n-hsw"
2157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2158   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2159   parameters:
2160   - "name"
2161   - "parent"
2162   - "throughput"
2163
2164 # VPP Performance Changes 3n-hsw 2t2c ndr
2165 -
2166   type: "table"
2167   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2168   algorithm: "table_performance_comparison"
2169   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2170   history:
2171     -
2172       title: "rls1807"
2173       data: "vpp-performance-changes-3n-hsw-h1"
2174   reference:
2175     title: "rls1810"
2176     data: "vpp-performance-changes-3n-hsw-ref"
2177   compare:
2178     title: "rls1901"
2179     data: "vpp-performance-changes-3n-hsw-cmp"
2180   data: "vpp-performance-changes-3n-hsw"
2181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2182   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2183   parameters:
2184   - "name"
2185   - "parent"
2186   - "throughput"
2187
2188 # VPP Performance Changes 3n-skx 2t1c pdr
2189 -
2190   type: "table"
2191   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2192   algorithm: "table_performance_comparison"
2193   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2194   history:
2195     -
2196       title: "rls1807"
2197       data: "vpp-performance-changes-3n-skx-h1"
2198   reference:
2199     title: "rls1810"
2200     data: "vpp-performance-changes-3n-skx-ref"
2201   compare:
2202     title: "rls1901"
2203     data: "vpp-performance-changes-3n-skx-cmp"
2204   data: "vpp-performance-changes-3n-skx"
2205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2206   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2207   parameters:
2208   - "name"
2209   - "parent"
2210   - "throughput"
2211
2212 # VPP Performance Changes 3n-skx 4t2c pdr
2213 -
2214   type: "table"
2215   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2216   algorithm: "table_performance_comparison"
2217   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2218   history:
2219     -
2220       title: "rls1807"
2221       data: "vpp-performance-changes-3n-skx-h1"
2222   reference:
2223     title: "rls1810"
2224     data: "vpp-performance-changes-3n-skx-ref"
2225   compare:
2226     title: "rls1901"
2227     data: "vpp-performance-changes-3n-skx-cmp"
2228   data: "vpp-performance-changes-3n-skx"
2229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2230   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2231   parameters:
2232   - "name"
2233   - "parent"
2234   - "throughput"
2235
2236 # VPP Performance Changes 3n-skx 2t1c ndr
2237 -
2238   type: "table"
2239   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2240   algorithm: "table_performance_comparison"
2241   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2242   history:
2243     -
2244       title: "rls1807"
2245       data: "vpp-performance-changes-3n-skx-h1"
2246   reference:
2247     title: "rls1810"
2248     data: "vpp-performance-changes-3n-skx-ref"
2249   compare:
2250     title: "rls1901"
2251     data: "vpp-performance-changes-3n-skx-cmp"
2252   data: "vpp-performance-changes-3n-skx"
2253   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2254   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2255   parameters:
2256   - "name"
2257   - "parent"
2258   - "throughput"
2259
2260 # VPP Performance Changes 3n-skx 4t2c ndr
2261 -
2262   type: "table"
2263   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2264   algorithm: "table_performance_comparison"
2265   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2266   history:
2267     -
2268       title: "rls1807"
2269       data: "vpp-performance-changes-3n-skx-h1"
2270   reference:
2271     title: "rls1810"
2272     data: "vpp-performance-changes-3n-skx-ref"
2273   compare:
2274     title: "rls1901"
2275     data: "vpp-performance-changes-3n-skx-cmp"
2276   data: "vpp-performance-changes-3n-skx"
2277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2278   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2279   parameters:
2280   - "name"
2281   - "parent"
2282   - "throughput"
2283
2284 # VPP Performance Changes 2n-skx 2t1c pdr
2285 -
2286   type: "table"
2287   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2288   algorithm: "table_performance_comparison"
2289   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2290   history:
2291     -
2292       title: "rls1807"
2293       data: "vpp-performance-changes-2n-skx-h1"
2294   reference:
2295     title: "rls1810"
2296     data: "vpp-performance-changes-2n-skx-ref"
2297   compare:
2298     title: "rls1901"
2299     data: "vpp-performance-changes-2n-skx-cmp"
2300   data: "vpp-performance-changes-2n-skx"
2301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2302   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2303   parameters:
2304   - "name"
2305   - "parent"
2306   - "throughput"
2307
2308 # VPP Performance Changes 2n-skx 4t2c pdr
2309 -
2310   type: "table"
2311   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2312   algorithm: "table_performance_comparison"
2313   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2314   history:
2315     - title: "rls1807"
2316       data: "vpp-performance-changes-2n-skx-h1"
2317   reference:
2318     title: "rls1810"
2319     data: "vpp-performance-changes-2n-skx-ref"
2320   compare:
2321     title: "rls1901"
2322     data: "vpp-performance-changes-2n-skx-cmp"
2323   data: "vpp-performance-changes-2n-skx"
2324   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2325   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2326   parameters:
2327   - "name"
2328   - "parent"
2329   - "throughput"
2330
2331 # VPP Performance Changes 2n-skx 2t1c ndr
2332 -
2333   type: "table"
2334   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2335   algorithm: "table_performance_comparison"
2336   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2337   history:
2338     - title: "rls1807"
2339       data: "vpp-performance-changes-2n-skx-h1"
2340   reference:
2341     title: "rls1810"
2342     data: "vpp-performance-changes-2n-skx-ref"
2343   compare:
2344     title: "rls1901"
2345     data: "vpp-performance-changes-2n-skx-cmp"
2346   data: "vpp-performance-changes-2n-skx"
2347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2348   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2349   parameters:
2350   - "name"
2351   - "parent"
2352   - "throughput"
2353
2354 # VPP Performance Changes 2n-skx 4t2c ndr
2355 -
2356   type: "table"
2357   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2358   algorithm: "table_performance_comparison"
2359   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2360   history:
2361     - title: "rls1807"
2362       data: "vpp-performance-changes-2n-skx-h1"
2363   reference:
2364     title: "rls1810"
2365     data: "vpp-performance-changes-2n-skx-ref"
2366   compare:
2367     title: "rls1901"
2368     data: "vpp-performance-changes-2n-skx-cmp"
2369   data: "vpp-performance-changes-2n-skx"
2370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2371   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2372   parameters:
2373   - "name"
2374   - "parent"
2375   - "throughput"
2376
2377 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2378 -
2379   type: "table"
2380   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2381   algorithm: "table_performance_comparison"
2382   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2383   reference:
2384     title: "3-Node Hsw"
2385     data: "vpp-compare-testbeds-ref"
2386   compare:
2387     title: "3-Node Skx"
2388     data: "vpp-compare-testbeds-cmp"
2389   data: "vpp-compare-testbeds"
2390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2391   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2392   parameters:
2393   - "name"
2394   - "parent"
2395   - "throughput"
2396
2397 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2398 -
2399   type: "table"
2400   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2401   algorithm: "table_performance_comparison"
2402   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2403   reference:
2404     title: "3-Node Hsw"
2405     data: "vpp-compare-testbeds-ref"
2406   compare:
2407     title: "3-Node Skx"
2408     data: "vpp-compare-testbeds-cmp"
2409   data: "vpp-compare-testbeds"
2410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2411   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2412   parameters:
2413   - "name"
2414   - "parent"
2415   - "throughput"
2416
2417 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2418 -
2419   type: "table"
2420   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2421   algorithm: "table_performance_comparison"
2422   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2423   reference:
2424     title: "3-Node Hsw"
2425     data: "vpp-compare-testbeds-ref"
2426   compare:
2427     title: "3-Node Skx"
2428     data: "vpp-compare-testbeds-cmp"
2429   data: "vpp-compare-testbeds"
2430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2431   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2432   parameters:
2433   - "name"
2434   - "parent"
2435   - "throughput"
2436
2437 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2438 -
2439   type: "table"
2440   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2441   algorithm: "table_performance_comparison"
2442   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2443   reference:
2444     title: "3-Node Hsw"
2445     data: "vpp-compare-testbeds-ref"
2446   compare:
2447     title: "3-Node Skx"
2448     data: "vpp-compare-testbeds-cmp"
2449   data: "vpp-compare-testbeds"
2450   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2451   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2452   parameters:
2453   - "name"
2454   - "parent"
2455   - "throughput"
2456
2457 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2458 -
2459   type: "table"
2460   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2461   algorithm: "table_performance_comparison"
2462   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2463   reference:
2464     title: "3-Node Skx"
2465     data: "vpp-compare-topologies-ref"
2466   compare:
2467     title: "2-Node Skx"
2468     data: "vpp-compare-topologies-cmp"
2469   data: "vpp-compare-topologies"
2470   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2471   filter: "'NDRPDR' and '1C'"
2472   parameters:
2473   - "name"
2474   - "parent"
2475   - "throughput"
2476
2477 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2478 -
2479   type: "table"
2480   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2481   algorithm: "table_performance_comparison"
2482   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2483   reference:
2484     title: "3-Node Skx"
2485     data: "vpp-compare-topologies-ref"
2486   compare:
2487     title: "2-Node Skx"
2488     data: "vpp-compare-topologies-cmp"
2489   data: "vpp-compare-topologies"
2490   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2491   filter: "'NDRPDR' and '2C'"
2492   parameters:
2493   - "name"
2494   - "parent"
2495   - "throughput"
2496
2497 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2498 -
2499   type: "table"
2500   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2501   algorithm: "table_performance_comparison"
2502   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2503   reference:
2504     title: "3-Node Skx"
2505     data: "vpp-compare-topologies-ref"
2506   compare:
2507     title: "2-Node Skx"
2508     data: "vpp-compare-topologies-cmp"
2509   data: "vpp-compare-topologies"
2510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2511   filter: "'NDRPDR' and '1C'"
2512   parameters:
2513   - "name"
2514   - "parent"
2515   - "throughput"
2516
2517 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2518 -
2519   type: "table"
2520   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2521   algorithm: "table_performance_comparison"
2522   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2523   reference:
2524     title: "3-Node Skx"
2525     data: "vpp-compare-topologies-ref"
2526   compare:
2527     title: "2-Node Skx"
2528     data: "vpp-compare-topologies-cmp"
2529   data: "vpp-compare-topologies"
2530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2531   filter: "'NDRPDR' and '2C'"
2532   parameters:
2533   - "name"
2534   - "parent"
2535   - "throughput"
2536
2537 # VPP Performance Changes 3n-hsw 1t1c MRR
2538 -
2539   type: "table"
2540   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2541   algorithm: "table_performance_comparison"
2542   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2543   history:
2544     -
2545       title: "rls1807"
2546       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2547   reference:
2548     title: "rls1810"
2549     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2550   compare:
2551     title: "rls1901"
2552     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2553   data: "vpp-performance-changes-3n-hsw-mrr"
2554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2555   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2556   parameters:
2557   - "name"
2558   - "parent"
2559   - "result"
2560
2561 # VPP Performance Changes 3n-hsw 2t2c MRR
2562 -
2563   type: "table"
2564   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2565   algorithm: "table_performance_comparison"
2566   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2567   history:
2568     -
2569       title: "rls1807"
2570       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2571   reference:
2572     title: "rls1810"
2573     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2574   compare:
2575     title: "rls1901"
2576     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2577   data: "vpp-performance-changes-3n-hsw-mrr"
2578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2579   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2580   parameters:
2581   - "name"
2582   - "parent"
2583   - "result"
2584
2585 # VPP Performance Changes 3n-hsw 4t4c MRR
2586 -
2587   type: "table"
2588   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2589   algorithm: "table_performance_comparison"
2590   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2591   history:
2592     -
2593       title: "rls1807"
2594       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2595   reference:
2596     title: "rls1810"
2597     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2598   compare:
2599     title: "rls1901"
2600     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2601   data: "vpp-performance-changes-3n-hsw-mrr"
2602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2603   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2604   parameters:
2605   - "name"
2606   - "parent"
2607   - "result"
2608
2609 # VPP Performance Changes 3n-skx 2t1c MRR
2610 -
2611   type: "table"
2612   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2613   algorithm: "table_performance_comparison"
2614   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2615   history:
2616     -
2617       title: "rls1807"
2618       data: "vpp-performance-changes-3n-skx-mrr-h1"
2619   reference:
2620     title: "rls1810"
2621     data: "vpp-performance-changes-3n-skx-mrr-ref"
2622   compare:
2623     title: "rls1901"
2624     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2625   data: "vpp-performance-changes-3n-skx-mrr"
2626   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2627   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2628   parameters:
2629   - "name"
2630   - "parent"
2631   - "result"
2632
2633 # VPP Performance Changes 3n-skx 4t2c MRR
2634 -
2635   type: "table"
2636   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2637   algorithm: "table_performance_comparison"
2638   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2639   history:
2640     -
2641       title: "rls1807"
2642       data: "vpp-performance-changes-3n-skx-mrr-h1"
2643   reference:
2644     title: "rls1810"
2645     data: "vpp-performance-changes-3n-skx-mrr-ref"
2646   compare:
2647     title: "rls1901"
2648     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2649   data: "vpp-performance-changes-3n-skx-mrr"
2650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2651   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2652   parameters:
2653   - "name"
2654   - "parent"
2655   - "result"
2656
2657 # VPP Performance Changes 3n-skx 8t4c MRR
2658 -
2659   type: "table"
2660   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2661   algorithm: "table_performance_comparison"
2662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2663   history:
2664     -
2665       title: "rls1807"
2666       data: "vpp-performance-changes-3n-skx-mrr-h1"
2667   reference:
2668     title: "rls1810"
2669     data: "vpp-performance-changes-3n-skx-mrr-ref"
2670   compare:
2671     title: "rls1901"
2672     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2673   data: "vpp-performance-changes-3n-skx-mrr"
2674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2675   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2676   parameters:
2677   - "name"
2678   - "parent"
2679   - "result"
2680
2681 # VPP Performance Changes 2n-skx 2t1c MRR
2682 -
2683   type: "table"
2684   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2685   algorithm: "table_performance_comparison"
2686   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2687   history:
2688     -
2689       title: "rls1807"
2690       data: "vpp-performance-changes-2n-skx-mrr-h1"
2691   reference:
2692     title: "rls1810"
2693     data: "vpp-performance-changes-2n-skx-mrr-ref"
2694   compare:
2695     title: "rls1901"
2696     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2697   data: "vpp-performance-changes-2n-skx-mrr"
2698   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2699   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2700   parameters:
2701   - "name"
2702   - "parent"
2703   - "result"
2704
2705 # VPP Performance Changes 2n-skx 4t2c MRR
2706 -
2707   type: "table"
2708   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2709   algorithm: "table_performance_comparison"
2710   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2711   history:
2712     -
2713       title: "rls1807"
2714       data: "vpp-performance-changes-2n-skx-mrr-h1"
2715   reference:
2716     title: "rls1810"
2717     data: "vpp-performance-changes-2n-skx-mrr-ref"
2718   compare:
2719     title: "rls1901"
2720     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2721   data: "vpp-performance-changes-2n-skx-mrr"
2722   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2723   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2724   parameters:
2725   - "name"
2726   - "parent"
2727   - "result"
2728
2729 # VPP Performance Changes 2n-skx 8t4c MRR
2730 -
2731   type: "table"
2732   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2733   algorithm: "table_performance_comparison"
2734   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2735   history:
2736     -
2737       title: "rls1807"
2738       data: "vpp-performance-changes-2n-skx-mrr-h1"
2739   reference:
2740     title: "rls1810"
2741     data: "vpp-performance-changes-2n-skx-mrr-ref"
2742   compare:
2743     title: "rls1901"
2744     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2745   data: "vpp-performance-changes-2n-skx-mrr"
2746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2747   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2748   parameters:
2749   - "name"
2750   - "parent"
2751   - "result"
2752
2753 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2754 -
2755   type: "table"
2756   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2757   algorithm: "table_performance_comparison"
2758   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2759   reference:
2760     title: "3-Node Hsw"
2761     data: "vpp-compare-testbeds-mrr-ref"
2762   compare:
2763     title: "3-Node Skx"
2764     data: "vpp-compare-testbeds-mrr-cmp"
2765   data: "vpp-compare-testbeds-mrr"
2766   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2767   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2768   parameters:
2769   - "name"
2770   - "parent"
2771   - "result"
2772
2773 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2774 -
2775   type: "table"
2776   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2777   algorithm: "table_performance_comparison"
2778   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2779   reference:
2780     title: "3-Node Hsw"
2781     data: "vpp-compare-testbeds-mrr-ref"
2782   compare:
2783     title: "3-Node Skx"
2784     data: "vpp-compare-testbeds-mrr-cmp"
2785   data: "vpp-compare-testbeds-mrr"
2786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2787   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2788   parameters:
2789   - "name"
2790   - "parent"
2791   - "result"
2792
2793 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2794 -
2795   type: "table"
2796   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2797   algorithm: "table_performance_comparison"
2798   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2799   reference:
2800     title: "3-Node Hsw"
2801     data: "vpp-compare-testbeds-mrr-ref"
2802   compare:
2803     title: "3-Node Skx"
2804     data: "vpp-compare-testbeds-mrr-cmp"
2805   data: "vpp-compare-testbeds-mrr"
2806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2807   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2808   parameters:
2809   - "name"
2810   - "parent"
2811   - "result"
2812
2813 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2814 -
2815   type: "table"
2816   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2817   algorithm: "table_performance_comparison"
2818   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2819   reference:
2820     title: "3-Node Skx"
2821     data: "vpp-compare-topologies-mrr-ref"
2822   compare:
2823     title: "2-Node Skx"
2824     data: "vpp-compare-topologies-mrr-cmp"
2825   data: "vpp-compare-topologies-mrr"
2826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2827   filter: "'MRR' and '1C'"
2828   parameters:
2829   - "name"
2830   - "parent"
2831   - "result"
2832
2833 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2834 -
2835   type: "table"
2836   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2837   algorithm: "table_performance_comparison"
2838   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2839   reference:
2840     title: "3-Node Skx"
2841     data: "vpp-compare-topologies-mrr-ref"
2842   compare:
2843     title: "2-Node Skx"
2844     data: "vpp-compare-topologies-mrr-cmp"
2845   data: "vpp-compare-topologies-mrr"
2846   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2847   filter: "'MRR' and '2C'"
2848   parameters:
2849   - "name"
2850   - "parent"
2851   - "result"
2852
2853 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2854 -
2855   type: "table"
2856   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2857   algorithm: "table_performance_comparison"
2858   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2859   reference:
2860     title: "3-Node Skx"
2861     data: "vpp-compare-topologies-mrr-ref"
2862   compare:
2863     title: "2-Node Skx"
2864     data: "vpp-compare-topologies-mrr-cmp"
2865   data: "vpp-compare-topologies-mrr"
2866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2867   filter: "'MRR' and '4C'"
2868   parameters:
2869   - "name"
2870   - "parent"
2871   - "result"
2872
2873 # Detailed Test Results - VPP Performance Results 3n-hsw
2874 -
2875   type: "table"
2876   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2877   algorithm: "table_merged_details"
2878   output-file-ext: ".csv"
2879   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2880   columns:
2881   -
2882     title: "Name"
2883     data: "data name"
2884   -
2885     title: "Status"
2886     data: "data msg"
2887   rows: "generated"
2888   data: "vpp-perf-results-3n-hsw"
2889   filter: "not 'NDRCHK' and not 'PDRCHK'"
2890   parameters:
2891   - "name"
2892   - "parent"
2893   - "msg"
2894
2895 # Detailed Test Results - VPP Performance Results 3n-skx
2896 -
2897   type: "table"
2898   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2899   algorithm: "table_merged_details"
2900   output-file-ext: ".csv"
2901   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2902   columns:
2903   -
2904     title: "Name"
2905     data: "data name"
2906   -
2907     title: "Status"
2908     data: "data msg"
2909   rows: "generated"
2910   data: "vpp-perf-results-3n-skx"
2911   filter: "not 'NDRCHK' and not 'PDRCHK'"
2912   parameters:
2913   - "name"
2914   - "parent"
2915   - "msg"
2916
2917 # Detailed Test Results - VPP Performance Results 2n-skx
2918 -
2919   type: "table"
2920   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2921   algorithm: "table_merged_details"
2922   output-file-ext: ".csv"
2923   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2924   columns:
2925   -
2926     title: "Name"
2927     data: "data name"
2928   -
2929     title: "Status"
2930     data: "data msg"
2931   rows: "generated"
2932   data: "vpp-perf-results-2n-skx"
2933   filter: "not 'NDRCHK' and not 'PDRCHK'"
2934   parameters:
2935   - "name"
2936   - "parent"
2937   - "msg"
2938
2939 # Detailed Test Results - VPP Performance Results 2n-dnv
2940 -
2941   type: "table"
2942   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2943   algorithm: "table_details"
2944   output-file-ext: ".csv"
2945   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2946   columns:
2947   -
2948     title: "Name"
2949     data: "data name"
2950   -
2951     title: "Status"
2952     data: "data msg"
2953   rows: "generated"
2954   data: "intel-dnv-vpp"
2955   filter: "'NDRPDR'"
2956   parameters:
2957   - "name"
2958   - "parent"
2959   - "msg"
2960
2961 # Test configuration - VPP Performance Test Configs 3n-hsw
2962 -
2963   type: "table"
2964   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2965   algorithm: "table_merged_details"
2966   output-file-ext: ".csv"
2967   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2968   columns:
2969   -
2970     title: "Name"
2971     data: "data name"
2972   -
2973     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2974     data: "data vat-history"
2975   rows: "generated"
2976   data: "vpp-perf-results-3n-hsw"
2977   filter: "not 'NDRCHK' and not 'PDRCHK'"
2978   parameters:
2979   - "parent"
2980   - "name"
2981   - "vat-history"
2982
2983 # Test configuration - VPP Performance Test Configs 3n-skx
2984 -
2985   type: "table"
2986   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2987   algorithm: "table_merged_details"
2988   output-file-ext: ".csv"
2989   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2990   columns:
2991   -
2992     title: "Name"
2993     data: "data name"
2994   -
2995     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2996     data: "data vat-history"
2997   rows: "generated"
2998   data: "vpp-perf-results-3n-skx"
2999   filter: "not 'NDRCHK' and not 'PDRCHK'"
3000   parameters:
3001   - "parent"
3002   - "name"
3003   - "vat-history"
3004
3005 # Test configuration - VPP Performance Test Configs 2n-skx
3006 -
3007   type: "table"
3008   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3009   algorithm: "table_merged_details"
3010   output-file-ext: ".csv"
3011   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3012   columns:
3013   -
3014     title: "Name"
3015     data: "data name"
3016   -
3017     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3018     data: "data vat-history"
3019   rows: "generated"
3020   data: "vpp-perf-results-2n-skx"
3021   filter: "not 'NDRCHK' and not 'PDRCHK'"
3022   parameters:
3023   - "parent"
3024   - "name"
3025   - "vat-history"
3026
3027 # Test configuration - VPP Performance Test Configs 2n-dnv
3028 -
3029   type: "table"
3030   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3031   algorithm: "table_details"
3032   output-file-ext: ".csv"
3033   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3034   columns:
3035   -
3036     title: "Name"
3037     data: "data name"
3038   -
3039     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3040     data: "data vat-history"
3041   rows: "generated"
3042   data: "intel-dnv-vpp"
3043   filter: "'NDRPDR'"
3044   parameters:
3045   - "parent"
3046   - "name"
3047   - "vat-history"
3048
3049 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3050 -
3051   type: "table"
3052   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3053   algorithm: "table_merged_details"
3054   output-file-ext: ".csv"
3055   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3056   columns:
3057   -
3058     title: "Name"
3059     data: "data name"
3060   -
3061     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3062     data: "data show-run"
3063   rows: "generated"
3064   data: "vpp-perf-results-3n-hsw"
3065   filter: "not 'NDRCHK' and not 'PDRCHK'"
3066   parameters:
3067   - "parent"
3068   - "name"
3069   - "show-run"
3070
3071 # Test Operational Data - VPP Performance Operational Data 3n-skx
3072 -
3073   type: "table"
3074   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3075   algorithm: "table_merged_details"
3076   output-file-ext: ".csv"
3077   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3078   columns:
3079   -
3080     title: "Name"
3081     data: "data name"
3082   -
3083     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3084     data: "data show-run"
3085   rows: "generated"
3086   data: "vpp-perf-results-3n-skx"
3087   filter: "not 'NDRCHK' and not 'PDRCHK'"
3088   parameters:
3089   - "parent"
3090   - "name"
3091   - "show-run"
3092
3093 # Test Operational Data - VPP Performance Operational Data 2n-skx
3094 -
3095   type: "table"
3096   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3097   algorithm: "table_merged_details"
3098   output-file-ext: ".csv"
3099   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3100   columns:
3101   -
3102     title: "Name"
3103     data: "data name"
3104   -
3105     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3106     data: "data show-run"
3107   rows: "generated"
3108   data: "vpp-perf-results-2n-skx"
3109   filter: "not 'NDRCHK' and not 'PDRCHK'"
3110   parameters:
3111   - "parent"
3112   - "name"
3113   - "show-run"
3114
3115 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3116 -
3117   type: "table"
3118   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3119   algorithm: "table_details"
3120   output-file-ext: ".csv"
3121   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3122   columns:
3123   -
3124     title: "Name"
3125     data: "data name"
3126   -
3127     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3128     data: "data show-run"
3129   rows: "generated"
3130   data: "intel-dnv-vpp"
3131   filter: "'NDRPDR'"
3132   parameters:
3133   - "parent"
3134   - "name"
3135   - "show-run"
3136
3137 # Detailed Test Results - VPP MRR Results 3n-hsw
3138 -
3139   type: "table"
3140   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3141   algorithm: "table_details"
3142   output-file-ext: ".csv"
3143   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3144   columns:
3145   -
3146     title: "Name"
3147     data: "data name"
3148   -
3149     title: "Status"
3150     data: "data msg"
3151   rows: "generated"
3152   data: "vpp-mrr-results-3n-hsw"
3153   filter: "'MRR'"
3154   parameters:
3155   - "name"
3156   - "parent"
3157   - "msg"
3158
3159 # Detailed Test Results - VPP MRR Results 3n-skx
3160 -
3161   type: "table"
3162   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3163   algorithm: "table_details"
3164   output-file-ext: ".csv"
3165   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3166   columns:
3167   -
3168     title: "Name"
3169     data: "data name"
3170   -
3171     title: "Status"
3172     data: "data msg"
3173   rows: "generated"
3174   data: "vpp-mrr-results-3n-skx"
3175   filter: "'MRR'"
3176   parameters:
3177   - "name"
3178   - "parent"
3179   - "msg"
3180
3181 # Detailed Test Results - VPP MRR Results 2n-skx
3182 -
3183   type: "table"
3184   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3185   algorithm: "table_details"
3186   output-file-ext: ".csv"
3187   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3188   columns:
3189   -
3190     title: "Name"
3191     data: "data name"
3192   -
3193     title: "Status"
3194     data: "data msg"
3195   rows: "generated"
3196   data: "vpp-mrr-results-2n-skx"
3197   filter: "'MRR'"
3198   parameters:
3199   - "name"
3200   - "parent"
3201   - "msg"
3202
3203 # Detailed Test Results - VPP MRR Results 2n-dnv
3204 -
3205   type: "table"
3206   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3207   algorithm: "table_details"
3208   output-file-ext: ".csv"
3209   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3210   columns:
3211   -
3212     title: "Name"
3213     data: "data name"
3214   -
3215     title: "Status"
3216     data: "data msg"
3217   rows: "generated"
3218   data: "intel-dnv-vpp"
3219   filter: "'MRR'"
3220   parameters:
3221   - "name"
3222   - "parent"
3223   - "msg"
3224
3225 # Test configuration - VPP MRR Test Configs 3n-hsw
3226 -
3227   type: "table"
3228   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3229   algorithm: "table_details"
3230   output-file-ext: ".csv"
3231   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3232   columns:
3233   -
3234     title: "Name"
3235     data: "data name"
3236   -
3237     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3238     data: "data vat-history"
3239   rows: "generated"
3240   data: "vpp-mrr-results-3n-hsw"
3241   filter: "'MRR'"
3242   parameters:
3243   - "parent"
3244   - "name"
3245   - "vat-history"
3246
3247 # Test configuration - VPP MRR Test Configs 3n-skx
3248 -
3249   type: "table"
3250   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3251   algorithm: "table_details"
3252   output-file-ext: ".csv"
3253   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3254   columns:
3255   -
3256     title: "Name"
3257     data: "data name"
3258   -
3259     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3260     data: "data vat-history"
3261   rows: "generated"
3262   data: "vpp-mrr-results-3n-skx"
3263   filter: "'MRR'"
3264   parameters:
3265   - "parent"
3266   - "name"
3267   - "vat-history"
3268
3269 # Test configuration - VPP MRR Test Configs 2n-skx
3270 -
3271   type: "table"
3272   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3273   algorithm: "table_details"
3274   output-file-ext: ".csv"
3275   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3276   columns:
3277   -
3278     title: "Name"
3279     data: "data name"
3280   -
3281     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3282     data: "data vat-history"
3283   rows: "generated"
3284   data: "vpp-mrr-results-2n-skx"
3285   filter: "'MRR'"
3286   parameters:
3287   - "parent"
3288   - "name"
3289   - "vat-history"
3290
3291 # Test configuration - VPP MRR Test Configs 2n-dnv
3292 -
3293   type: "table"
3294   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3295   algorithm: "table_details"
3296   output-file-ext: ".csv"
3297   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3298   columns:
3299   -
3300     title: "Name"
3301     data: "data name"
3302   -
3303     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3304     data: "data vat-history"
3305   rows: "generated"
3306   data: "intel-dnv-vpp"
3307   filter: "'MRR'"
3308   parameters:
3309   - "parent"
3310   - "name"
3311   - "vat-history"
3312
3313 # Detailed Test Results - VPP Functional Results - Ubuntu
3314 -
3315   type: "table"
3316   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3317   algorithm: "table_details"
3318   output-file-ext: ".csv"
3319   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3320   columns:
3321   -
3322     title: "Name"
3323     data: "data name"
3324   -
3325     title: "Documentation"
3326     data: "data doc"
3327   -
3328     title: "Status"
3329     data: "data status"
3330   rows: "generated"
3331   data: "vpp-func-results-ubuntu"
3332   filter: "all"
3333   parameters:
3334   - "name"
3335   - "parent"
3336   - "doc"
3337   - "status"
3338
3339 # Detailed Test Results - VPP Functional Results - CentOS
3340 -
3341   type: "table"
3342   title: "Detailed Test Results - VPP Functional Results - CentOS"
3343   algorithm: "table_details"
3344   output-file-ext: ".csv"
3345   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3346   columns:
3347   -
3348     title: "Name"
3349     data: "data name"
3350   -
3351     title: "Documentation"
3352     data: "data doc"
3353   -
3354     title: "Status"
3355     data: "data status"
3356   rows: "generated"
3357   data:
3358     "vpp-func-results-centos"
3359   filter: "all"
3360   parameters:
3361   - "name"
3362   - "parent"
3363   - "doc"
3364   - "status"
3365
3366 # Test configuration - VPP Functional Test Configs - Ubuntu
3367 -
3368   type: "table"
3369   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3370   algorithm: "table_details"
3371   output-file-ext: ".csv"
3372   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3373   columns:
3374   -
3375     title: "Name"
3376     data: "data name"
3377   -
3378     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3379     data: "data vat-history"
3380   rows: "generated"
3381   data: "vpp-func-results-ubuntu"
3382   filter: "all"
3383   parameters:
3384   - "parent"
3385   - "name"
3386   - "vat-history"
3387
3388 # Test configuration - VPP Functional Test Configs - CentOS
3389 -
3390   type: "table"
3391   title: "Test configuration - VPP Functional Test Configs - CentOS"
3392   algorithm: "table_details"
3393   output-file-ext: ".csv"
3394   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3395   columns:
3396   -
3397     title: "Name"
3398     data: "data name"
3399   -
3400     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3401     data: "data vat-history"
3402   rows: "generated"
3403   data: "vpp-func-results-centos"
3404   filter: "all"
3405   parameters:
3406   - "parent"
3407   - "name"
3408   - "vat-history"
3409
3410 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3411 -
3412   type: "table"
3413   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3414   algorithm: "table_details"
3415   output-file-ext: ".csv"
3416   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3417   columns:
3418   -
3419     title: "Name"
3420     data: "data name"
3421   -
3422     title: "Status"
3423     data: "data msg"
3424   rows: "generated"
3425   data: "ligato-perf-results-3n-hsw"
3426   filter: "all"
3427   parameters:
3428   - "name"
3429   - "parent"
3430   - "msg"
3431
3432 # Detailed Test Results - VPP Device Results - Ubuntu
3433 -
3434   type: "table"
3435   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3436   algorithm: "table_details"
3437   output-file-ext: ".csv"
3438   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3439   columns:
3440   -
3441     title: "Name"
3442     data: "data name"
3443   -
3444     title: "Documentation"
3445     data: "data doc"
3446   -
3447     title: "Status"
3448     data: "data status"
3449   rows: "generated"
3450   data: "vpp-device-results-ubuntu"
3451   filter: "all"
3452   parameters:
3453   - "name"
3454   - "parent"
3455   - "doc"
3456   - "status"
3457
3458 # Test configuration - VPP Device Test Configs - Ubuntu
3459 -
3460   type: "table"
3461   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3462   algorithm: "table_details"
3463   output-file-ext: ".csv"
3464   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3465   columns:
3466   -
3467     title: "Name"
3468     data: "data name"
3469   -
3470     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3471     data: "data vat-history"
3472   rows: "generated"
3473   data: "vpp-device-results-ubuntu"
3474   filter: "all"
3475   parameters:
3476   - "parent"
3477   - "name"
3478   - "vat-history"
3479
3480 ################################################################################
3481
3482 # DPDK Performance Changes 3n-hsw 1t1c pdr
3483 -
3484   type: "table"
3485   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3486   algorithm: "table_performance_comparison"
3487   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3488   history:
3489     -
3490       title: "rls1807"
3491       data: "dpdk-performance-changes-3n-hsw-h1"
3492   reference:
3493     title: "rls1810"
3494     data: "dpdk-performance-changes-3n-hsw-ref"
3495   compare:
3496     title: "rls1901"
3497     data: "dpdk-performance-changes-3n-hsw-cmp"
3498   data: "dpdk-performance-changes-3n-hsw"
3499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3500   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3501   parameters:
3502   - "name"
3503   - "parent"
3504   - "throughput"
3505
3506 # DPDK Performance Changes 3n-hsw 2t2c pdr
3507 -
3508   type: "table"
3509   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3510   algorithm: "table_performance_comparison"
3511   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3512   history:
3513     -
3514       title: "rls1807"
3515       data: "dpdk-performance-changes-3n-hsw-h1"
3516   reference:
3517     title: "rls1810"
3518     data: "dpdk-performance-changes-3n-hsw-ref"
3519   compare:
3520     title: "rls1901"
3521     data: "dpdk-performance-changes-3n-hsw-cmp"
3522   data: "dpdk-performance-changes-3n-hsw"
3523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3524   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3525   parameters:
3526   - "name"
3527   - "parent"
3528   - "throughput"
3529
3530 # DPDK Performance Changes 3n-hsw 1t1c ndr
3531 -
3532   type: "table"
3533   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3534   algorithm: "table_performance_comparison"
3535   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3536   history:
3537     -
3538       title: "rls1807"
3539       data: "dpdk-performance-changes-3n-hsw-h1"
3540   reference:
3541     title: "rls1810"
3542     data: "dpdk-performance-changes-3n-hsw-ref"
3543   compare:
3544     title: "rls1901"
3545     data: "dpdk-performance-changes-3n-hsw-cmp"
3546   data: "dpdk-performance-changes-3n-hsw"
3547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3548   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3549   parameters:
3550   - "name"
3551   - "parent"
3552   - "throughput"
3553
3554 # DPDK Performance Changes 3n-hsw 2t2c ndr
3555 -
3556   type: "table"
3557   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3558   algorithm: "table_performance_comparison"
3559   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3560   history:
3561     -
3562       title: "rls1807"
3563       data: "dpdk-performance-changes-3n-hsw-h1"
3564   reference:
3565     title: "rls1810"
3566     data: "dpdk-performance-changes-3n-hsw-ref"
3567   compare:
3568     title: "rls1901"
3569     data: "dpdk-performance-changes-3n-hsw-cmp"
3570   data: "dpdk-performance-changes-3n-hsw"
3571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3572   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3573   parameters:
3574   - "name"
3575   - "parent"
3576   - "throughput"
3577
3578 # DPDK Performance Changes 3n-skx 2t1c pdr
3579 -
3580   type: "table"
3581   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3582   algorithm: "table_performance_comparison"
3583   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3584   history:
3585     -
3586       title: "rls1807"
3587       data: "dpdk-performance-changes-3n-skx-h1"
3588   reference:
3589     title: "rls1810"
3590     data: "dpdk-performance-changes-3n-skx-ref"
3591   compare:
3592     title: "rls1901"
3593     data: "dpdk-performance-changes-3n-skx-cmp"
3594   data: "dpdk-performance-changes-3n-skx"
3595   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3596   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3597   parameters:
3598   - "name"
3599   - "parent"
3600   - "throughput"
3601
3602 # DPDK Performance Changes 3n-skx 4t2c pdr
3603 -
3604   type: "table"
3605   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3606   algorithm: "table_performance_comparison"
3607   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3608   history:
3609     -
3610       title: "rls1807"
3611       data: "dpdk-performance-changes-3n-skx-h1"
3612   reference:
3613     title: "rls1810"
3614     data: "dpdk-performance-changes-3n-skx-ref"
3615   compare:
3616     title: "rls1901"
3617     data: "dpdk-performance-changes-3n-skx-cmp"
3618   data: "dpdk-performance-changes-3n-skx"
3619   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3620   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3621   parameters:
3622   - "name"
3623   - "parent"
3624   - "throughput"
3625
3626 # DPDK Performance Changes 3n-skx 2t1c ndr
3627 -
3628   type: "table"
3629   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3630   algorithm: "table_performance_comparison"
3631   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3632   history:
3633     -
3634       title: "rls1807"
3635       data: "dpdk-performance-changes-3n-skx-h1"
3636   reference:
3637     title: "rls1810"
3638     data: "dpdk-performance-changes-3n-skx-ref"
3639   compare:
3640     title: "rls1901"
3641     data: "dpdk-performance-changes-3n-skx-cmp"
3642   data: "dpdk-performance-changes-3n-skx"
3643   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3644   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3645   parameters:
3646   - "name"
3647   - "parent"
3648   - "throughput"
3649
3650 # DPDK Performance Changes 3n-skx 4t2c ndr
3651 -
3652   type: "table"
3653   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3654   algorithm: "table_performance_comparison"
3655   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3656   history:
3657     -
3658       title: "rls1807"
3659       data: "dpdk-performance-changes-3n-skx-h1"
3660   reference:
3661     title: "rls1810"
3662     data: "dpdk-performance-changes-3n-skx-ref"
3663   compare:
3664     title: "rls1901"
3665     data: "dpdk-performance-changes-3n-skx-cmp"
3666   data: "dpdk-performance-changes-3n-skx"
3667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3668   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3669   parameters:
3670   - "name"
3671   - "parent"
3672   - "throughput"
3673
3674 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3675 -
3676   type: "table"
3677   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3678   algorithm: "table_performance_comparison"
3679   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3680   reference:
3681     title: "3-Node Hsw"
3682     data: "dpdk-compare-testbeds-ref"
3683   compare:
3684     title: "3-Node Skx"
3685     data: "dpdk-compare-testbeds-cmp"
3686   data: "dpdk-compare-testbeds"
3687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3688   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3689   parameters:
3690   - "name"
3691   - "parent"
3692   - "throughput"
3693
3694 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3695 -
3696   type: "table"
3697   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3698   algorithm: "table_performance_comparison"
3699   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3700   reference:
3701     title: "3-Node Hsw"
3702     data: "dpdk-compare-testbeds-ref"
3703   compare:
3704     title: "3-Node Skx"
3705     data: "dpdk-compare-testbeds-cmp"
3706   data: "dpdk-compare-testbeds"
3707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3708   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3709   parameters:
3710   - "name"
3711   - "parent"
3712   - "throughput"
3713
3714 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3715 -
3716   type: "table"
3717   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3718   algorithm: "table_performance_comparison"
3719   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3720   reference:
3721     title: "3-Node Skx"
3722     data: "dpdk-compare-topologies-ref"
3723   compare:
3724     title: "2-Node Skx"
3725     data: "dpdk-compare-topologies-cmp"
3726   data: "dpdk-compare-topologies"
3727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3728   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3729   parameters:
3730   - "name"
3731   - "parent"
3732   - "throughput"
3733
3734 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3735 -
3736   type: "table"
3737   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3738   algorithm: "table_performance_comparison"
3739   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3740   reference:
3741     title: "3-Node Skx"
3742     data: "dpdk-compare-topologies-ref"
3743   compare:
3744     title: "2-Node Skx"
3745     data: "dpdk-compare-topologies-cmp"
3746   data: "dpdk-compare-topologies"
3747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3748   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3749   parameters:
3750   - "name"
3751   - "parent"
3752   - "throughput"
3753
3754 # DPDK Performance Changes 2n-skx 2t1c pdr
3755 -
3756   type: "table"
3757   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3758   algorithm: "table_performance_comparison"
3759   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3760   reference:
3761     title: "rls1810"
3762     data: "dpdk-performance-changes-2n-skx-ref"
3763   compare:
3764     title: "rls1901"
3765     data: "dpdk-performance-changes-2n-skx-cmp"
3766   data: "dpdk-performance-changes-2n-skx"
3767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3768   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3769   parameters:
3770   - "name"
3771   - "parent"
3772   - "throughput"
3773
3774 # DPDK Performance Changes 2n-skx 4t2c pdr
3775 -
3776   type: "table"
3777   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3778   algorithm: "table_performance_comparison"
3779   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3780   reference:
3781     title: "rls1810"
3782     data: "dpdk-performance-changes-2n-skx-ref"
3783   compare:
3784     title: "rls1901"
3785     data: "dpdk-performance-changes-2n-skx-cmp"
3786   data: "dpdk-performance-changes-2n-skx"
3787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3788   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3789   parameters:
3790   - "name"
3791   - "parent"
3792   - "throughput"
3793
3794 # DPDK Performance Changes 2n-skx 2t1c ndr
3795 -
3796   type: "table"
3797   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3798   algorithm: "table_performance_comparison"
3799   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3800   reference:
3801     title: "rls1810"
3802     data: "dpdk-performance-changes-2n-skx-ref"
3803   compare:
3804     title: "rls1901"
3805     data: "dpdk-performance-changes-2n-skx-cmp"
3806   data: "dpdk-performance-changes-2n-skx"
3807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3808   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3809   parameters:
3810   - "name"
3811   - "parent"
3812   - "throughput"
3813
3814 # DPDK Performance Changes 2n-skx 4t2c ndr
3815 -
3816   type: "table"
3817   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3818   algorithm: "table_performance_comparison"
3819   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3820   reference:
3821     title: "rls1810"
3822     data: "dpdk-performance-changes-2n-skx-ref"
3823   compare:
3824     title: "rls1901"
3825     data: "dpdk-performance-changes-2n-skx-cmp"
3826   data: "dpdk-performance-changes-2n-skx"
3827   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3828   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3829   parameters:
3830   - "name"
3831   - "parent"
3832   - "throughput"
3833
3834 # Detailed Test Results - DPDK Performance Results 3n-hsw
3835 -
3836   type: "table"
3837   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3838   algorithm: "table_details"
3839   output-file-ext: ".csv"
3840   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3841   columns:
3842   -
3843     title: "Name"
3844     data: "data name"
3845   -
3846     title: "Status"
3847     data: "data msg"
3848   rows: "generated"
3849   data: "dpdk-perf-results-3n-hsw"
3850   filter: "all"
3851   parameters:
3852   - "name"
3853   - "parent"
3854   - "msg"
3855
3856 # Detailed Test Results - DPDK Performance Results 3n-skx
3857 -
3858   type: "table"
3859   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3860   algorithm: "table_details"
3861   output-file-ext: ".csv"
3862   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3863   columns:
3864   -
3865     title: "Name"
3866     data: "data name"
3867   -
3868     title: "Status"
3869     data: "data msg"
3870   rows: "generated"
3871   data: "dpdk-perf-results-3n-skx"
3872   filter: "all"
3873   parameters:
3874   - "name"
3875   - "parent"
3876   - "msg"
3877
3878 # Detailed Test Results - DPDK Performance Results 2n-skx
3879 -
3880   type: "table"
3881   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3882   algorithm: "table_details"
3883   output-file-ext: ".csv"
3884   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3885   columns:
3886   -
3887     title: "Name"
3888     data: "data name"
3889   -
3890     title: "Status"
3891     data: "data msg"
3892   rows: "generated"
3893   data: "dpdk-perf-results-2n-skx"
3894   filter: "all"
3895   parameters:
3896   - "name"
3897   - "parent"
3898   - "msg"
3899
3900 ################################################################################
3901 # HoneyComb
3902 -
3903   type: "table"
3904   title: "Detailed Test Results - Honeycomb Functional Results"
3905   algorithm: "table_details"
3906   output-file-ext: ".csv"
3907   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3908   columns:
3909   -
3910     title: "Name"
3911     data: "data name"
3912   -
3913     title: "Documentation"
3914     data: "data doc"
3915   -
3916     title: "Status"
3917     data: "data status"
3918   rows: "generated"
3919   data:
3920     "hc-func-results"
3921   filter: "all"
3922   parameters:
3923   - "name"
3924   - "parent"
3925   - "doc"
3926   - "status"
3927
3928 ################################################################################
3929 # NSH SFC
3930 -
3931   type: "table"
3932   title: "Detailed Test Results - NSH SFC Functional Results"
3933   algorithm: "table_details"
3934   output-file-ext: ".csv"
3935   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3936   columns:
3937   -
3938     title: "Name"
3939     data: "data name"
3940   -
3941     title: "Documentation"
3942     data: "data doc"
3943   -
3944     title: "Status"
3945     data: "data status"
3946   rows: "generated"
3947   data:
3948     "nsh-func-results"
3949   filter: "all"
3950   parameters:
3951   - "name"
3952   - "parent"
3953   - "doc"
3954   - "status"
3955
3956 ################################################################################
3957 # DMM
3958 -
3959   type: "table"
3960   title: "Detailed Test Results - DMM Functional Results"
3961   algorithm: "table_details"
3962   output-file-ext: ".csv"
3963   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3964   columns:
3965   -
3966     title: "Name"
3967     data: "data name"
3968   -
3969     title: "Documentation"
3970     data: "data doc"
3971   -
3972     title: "Status"
3973     data: "data status"
3974   rows: "generated"
3975   data:
3976     "dmm-func-results"
3977   filter: "all"
3978   parameters:
3979   - "name"
3980   - "parent"
3981   - "doc"
3982   - "status"
3983
3984 ################################################################################
3985 ###                                F I L E S                                 ###
3986 ################################################################################
3987
3988 # VPP Performance Results 3n-hsw
3989 -
3990   type: "file"
3991   title: "VPP Performance Results 3n-hsw"
3992   algorithm: "file_test_results"
3993   output-file-ext: ".rst"
3994   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3995   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"
3996   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3997   data: "vpp-perf-results-3n-hsw"
3998   filter: "not 'NDRCHK' and not 'PDRCHK'"
3999   parameters:
4000   - "name"
4001   - "doc"
4002   - "level"
4003   - "parent"
4004   data-start-level: 3
4005
4006 # VPP Performance Results 3n-skx
4007 -
4008   type: "file"
4009   title: "VPP Performance Results 3n-skx"
4010   algorithm: "file_test_results"
4011   output-file-ext: ".rst"
4012   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4013   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"
4014   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4015   data: "vpp-perf-results-3n-skx"
4016   filter: "not 'NDRCHK' and not 'PDRCHK'"
4017   parameters:
4018   - "name"
4019   - "doc"
4020   - "level"
4021   - "parent"
4022   data-start-level: 3
4023
4024 # VPP Performance Results 2n-skx
4025 -
4026   type: "file"
4027   title: "VPP Performance Results 2n-skx"
4028   algorithm: "file_test_results"
4029   output-file-ext: ".rst"
4030   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4031   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"
4032   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4033   data: "vpp-perf-results-2n-skx"
4034   filter: "not 'NDRCHK' and not 'PDRCHK'"
4035   parameters:
4036   - "name"
4037   - "doc"
4038   - "level"
4039   - "parent"
4040   data-start-level: 3
4041
4042 # VPP Performance Results 2n-dnv
4043 -
4044   type: "file"
4045   title: "VPP Performance Results 2n-dnv"
4046   algorithm: "file_test_results"
4047   output-file-ext: ".rst"
4048   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4049   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"
4050   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4051   data: "intel-dnv-vpp"
4052   filter: "'NDRPDR'"
4053   parameters:
4054   - "name"
4055   - "doc"
4056   - "level"
4057   - "parent"
4058   data-start-level: 3
4059
4060 # VPP Performance Configuration 3n-hsw
4061 -
4062   type: "file"
4063   title: "VPP Performance Configuration 3n-hsw"
4064   algorithm: "file_test_results"
4065   output-file-ext: ".rst"
4066   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4067   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"
4068   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4069   data: "vpp-perf-results-3n-hsw"
4070   filter: "not 'NDRCHK' and not 'PDRCHK'"
4071   parameters:
4072   - "name"
4073   - "doc"
4074   - "level"
4075   - "parent"
4076   data-start-level: 3
4077
4078 # VPP Performance Configuration 3n-skx
4079 -
4080   type: "file"
4081   title: "VPP Performance Configuration 3n-skx"
4082   algorithm: "file_test_results"
4083   output-file-ext: ".rst"
4084   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4085   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"
4086   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4087   data: "vpp-perf-results-3n-skx"
4088   filter: "not 'NDRCHK' and not 'PDRCHK'"
4089   parameters:
4090   - "name"
4091   - "doc"
4092   - "level"
4093   - "parent"
4094   data-start-level: 3
4095
4096 # VPP Performance Configuration 2n-skx
4097 -
4098   type: "file"
4099   title: "VPP Performance Configuration 2n-skx"
4100   algorithm: "file_test_results"
4101   output-file-ext: ".rst"
4102   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4103   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"
4104   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4105   data: "vpp-perf-results-2n-skx"
4106   filter: "not 'NDRCHK' and not 'PDRCHK'"
4107   parameters:
4108   - "name"
4109   - "doc"
4110   - "level"
4111   - "parent"
4112   data-start-level: 3
4113
4114 # VPP Performance Configuration 2n-dnv
4115 -
4116   type: "file"
4117   title: "VPP Performance Configuration 2n-dnv"
4118   algorithm: "file_test_results"
4119   output-file-ext: ".rst"
4120   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4121   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"
4122   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4123   data: "intel-dnv-vpp"
4124   filter: "'NDRPDR'"
4125   parameters:
4126   - "name"
4127   - "doc"
4128   - "level"
4129   - "parent"
4130   data-start-level: 3
4131
4132 # VPP Performance Operational Data 3n-hsw
4133 -
4134   type: "file"
4135   title: "VPP Performance Operational Data 3n-hsw"
4136   algorithm: "file_test_results"
4137   output-file-ext: ".rst"
4138   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4139   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"
4140   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4141   data: "vpp-perf-results-3n-hsw"
4142   filter: "not 'NDRCHK' and not 'PDRCHK'"
4143   parameters:
4144   - "name"
4145   - "doc"
4146   - "level"
4147   - "parent"
4148   data-start-level: 3
4149
4150 # VPP Performance Operational Data 3n-skx
4151 -
4152   type: "file"
4153   title: "VPP Performance Operational Data 3n-skx"
4154   algorithm: "file_test_results"
4155   output-file-ext: ".rst"
4156   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4157   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"
4158   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4159   data: "vpp-perf-results-3n-skx"
4160   filter: "not 'NDRCHK' and not 'PDRCHK'"
4161   parameters:
4162   - "name"
4163   - "doc"
4164   - "level"
4165   - "parent"
4166   data-start-level: 3
4167
4168 # VPP Performance Operational Data 2n-skx
4169 -
4170   type: "file"
4171   title: "VPP Performance Operational Data 2n-skx"
4172   algorithm: "file_test_results"
4173   output-file-ext: ".rst"
4174   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4175   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"
4176   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4177   data: "vpp-perf-results-2n-skx"
4178   filter: "not 'NDRCHK' and not 'PDRCHK'"
4179   parameters:
4180   - "name"
4181   - "doc"
4182   - "level"
4183   - "parent"
4184   data-start-level: 3
4185
4186 # VPP Performance Operational Data 2n-dnv
4187 -
4188   type: "file"
4189   title: "VPP Performance Operational Data 2n-dnv"
4190   algorithm: "file_test_results"
4191   output-file-ext: ".rst"
4192   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4193   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"
4194   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4195   data: "intel-dnv-vpp"
4196   filter: "'NDRPDR'"
4197   parameters:
4198   - "name"
4199   - "doc"
4200   - "level"
4201   - "parent"
4202   data-start-level: 3
4203
4204 # VPP MRR Results 3n-hsw
4205 -
4206   type: "file"
4207   title: "VPP MRR Results 3n-hsw"
4208   algorithm: "file_test_results"
4209   output-file-ext: ".rst"
4210   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4211   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"
4212   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4213   data: "vpp-mrr-results-3n-hsw"
4214   filter: "'MRR'"
4215   parameters:
4216   - "name"
4217   - "doc"
4218   - "level"
4219   - "parent"
4220   data-start-level: 3
4221
4222 # VPP MRR Results 3n-skx
4223 -
4224   type: "file"
4225   title: "VPP MRR Results 3n-skx"
4226   algorithm: "file_test_results"
4227   output-file-ext: ".rst"
4228   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4229   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"
4230   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4231   data: "vpp-mrr-results-3n-skx"
4232   filter: "'MRR'"
4233   parameters:
4234   - "name"
4235   - "doc"
4236   - "level"
4237   - "parent"
4238   data-start-level: 3
4239
4240 # VPP MRR Results 2n-skx
4241 -
4242   type: "file"
4243   title: "VPP MRR Results 2n-skx"
4244   algorithm: "file_test_results"
4245   output-file-ext: ".rst"
4246   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4247   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"
4248   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4249   data: "vpp-mrr-results-2n-skx"
4250   filter: "all"
4251   parameters:
4252   - "name"
4253   - "doc"
4254   - "level"
4255   - "parent"
4256   data-start-level: 3
4257
4258 # VPP MRR Results 2n-dnv
4259 -
4260   type: "file"
4261   title: "VPP MRR Results 2n-dnv"
4262   algorithm: "file_test_results"
4263   output-file-ext: ".rst"
4264   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4265   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"
4266   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4267   data: "intel-dnv-vpp"
4268   filter: "'MRR'"
4269   parameters:
4270   - "name"
4271   - "doc"
4272   - "level"
4273   - "parent"
4274   data-start-level: 3
4275
4276 # VPP MRR Configuration 3n-hsw
4277 -
4278   type: "file"
4279   title: "VPP MRR Configuration 3n-hsw"
4280   algorithm: "file_test_results"
4281   output-file-ext: ".rst"
4282   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4283   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"
4284   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4285   data: "vpp-mrr-results-3n-hsw"
4286   filter: "'MRR'"
4287   parameters:
4288   - "name"
4289   - "doc"
4290   - "level"
4291   - "parent"
4292   data-start-level: 3
4293
4294 # VPP MRR Configuration 3n-skx
4295 -
4296   type: "file"
4297   title: "VPP MRR Configuration 3n-skx"
4298   algorithm: "file_test_results"
4299   output-file-ext: ".rst"
4300   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4301   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"
4302   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4303   data: "vpp-mrr-results-3n-skx"
4304   filter: "'MRR'"
4305   parameters:
4306   - "name"
4307   - "doc"
4308   - "level"
4309   - "parent"
4310   data-start-level: 3
4311
4312 # VPP MRR Configuration 2n-skx
4313 -
4314   type: "file"
4315   title: "VPP MRR Configuration 2n-skx"
4316   algorithm: "file_test_results"
4317   output-file-ext: ".rst"
4318   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4319   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"
4320   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4321   data: "vpp-mrr-results-2n-skx"
4322   filter: "'MRR'"
4323   parameters:
4324   - "name"
4325   - "doc"
4326   - "level"
4327   - "parent"
4328   data-start-level: 3
4329
4330 # VPP MRR Configuration 2n-dnv
4331 -
4332   type: "file"
4333   title: "VPP MRR Configuration 2n-dnv"
4334   algorithm: "file_test_results"
4335   output-file-ext: ".rst"
4336   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4337   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"
4338   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4339   data: "intel-dnv-vpp"
4340   filter: "'MRR'"
4341   parameters:
4342   - "name"
4343   - "doc"
4344   - "level"
4345   - "parent"
4346   data-start-level: 3
4347
4348 # VPP Functional Results - Ubuntu
4349 -
4350   type: "file"
4351   title: "VPP Functional Results - Ubuntu"
4352   algorithm: "file_test_results"
4353   output-file-ext: ".rst"
4354   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4355   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"
4356   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4357   data: "vpp-func-results-ubuntu"
4358   filter: "all"
4359   parameters:
4360   - "name"
4361   - "doc"
4362   - "level"
4363   - "parent"
4364   data-start-level: 3
4365
4366 # VPP Functional Results - CentOS
4367 -
4368   type: "file"
4369   title: "VPP Functional Results - CentOS"
4370   algorithm: "file_test_results"
4371   output-file-ext: ".rst"
4372   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4373   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"
4374   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4375   data:
4376     "vpp-func-results-centos"
4377   filter: "all"
4378   parameters:
4379   - "name"
4380   - "doc"
4381   - "level"
4382   - "parent"
4383   data-start-level: 3
4384
4385 # VPP Functional Configuration - Ubuntu
4386 -
4387   type: "file"
4388   title: "VPP Functional Configuration - Ubuntu"
4389   algorithm: "file_test_results"
4390   output-file-ext: ".rst"
4391   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4392   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"
4393   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4394   data: "vpp-func-results-ubuntu"
4395   filter: "all"
4396   parameters:
4397   - "name"
4398   - "doc"
4399   - "level"
4400   - "parent"
4401   data-start-level: 3
4402
4403 # VPP Functional Configuration - CentOS
4404 -
4405   type: "file"
4406   title: "VPP Functional Configuration - CentOS"
4407   algorithm: "file_test_results"
4408   output-file-ext: ".rst"
4409   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4410   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"
4411   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4412   data:
4413     "vpp-func-results-centos"
4414   filter: "all"
4415   parameters:
4416   - "name"
4417   - "doc"
4418   - "level"
4419   - "parent"
4420   data-start-level: 3
4421
4422 # VPP Device Results - Ubuntu
4423 -
4424   type: "file"
4425   title: "VPP Device Results - Ubuntu"
4426   algorithm: "file_test_results"
4427   output-file-ext: ".rst"
4428   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4429   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"
4430   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4431   data: "vpp-device-results-ubuntu"
4432   filter: "all"
4433   parameters:
4434   - "name"
4435   - "doc"
4436   - "level"
4437   - "parent"
4438   data-start-level: 2
4439
4440 # VPP Device Configuration - Ubuntu
4441 -
4442   type: "file"
4443   title: "VPP Device Configuration - Ubuntu"
4444   algorithm: "file_test_results"
4445   output-file-ext: ".rst"
4446   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4447   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"
4448   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4449   data: "vpp-device-results-ubuntu"
4450   filter: "all"
4451   parameters:
4452   - "name"
4453   - "doc"
4454   - "level"
4455   - "parent"
4456   data-start-level: 2
4457
4458 # Container Orchestrated Performance Results 3n-hsw
4459 -
4460   type: "file"
4461   title: "Container Orchestrated Performance Results 3n-hsw"
4462   algorithm: "file_test_results"
4463   output-file-ext: ".rst"
4464   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4465   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"
4466   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4467   data: "ligato-perf-results-3n-hsw"
4468   filter: "all"
4469   parameters:
4470   - "name"
4471   - "doc"
4472   - "level"
4473   - "parent"
4474   data-start-level: 3
4475
4476 # DPDK Performance Results 3n-hsw
4477 -
4478   type: "file"
4479   title: "DPDK Performance Results 3n-hsw"
4480   algorithm: "file_test_results"
4481   output-file-ext: ".rst"
4482   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4483   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"
4484   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4485   data: "dpdk-perf-results-3n-hsw"
4486   filter: "all"
4487   parameters:
4488   - "name"
4489   - "doc"
4490   - "level"
4491   - "parent"
4492   data-start-level: 3
4493
4494 # DPDK Performance Results 3n-skx
4495 -
4496   type: "file"
4497   title: "DPDK Performance Results 3n-skx"
4498   algorithm: "file_test_results"
4499   output-file-ext: ".rst"
4500   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4501   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"
4502   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4503   data: "dpdk-perf-results-3n-skx"
4504   filter: "all"
4505   parameters:
4506   - "name"
4507   - "doc"
4508   - "level"
4509   - "parent"
4510   data-start-level: 3
4511
4512 # DPDK Performance Results 2n-skx
4513 -
4514   type: "file"
4515   title: "DPDK Performance Results 2n-skx"
4516   algorithm: "file_test_results"
4517   output-file-ext: ".rst"
4518   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4519   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"
4520   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4521   data: "dpdk-perf-results-2n-skx"
4522   filter: "all"
4523   parameters:
4524   - "name"
4525   - "doc"
4526   - "level"
4527   - "parent"
4528   data-start-level: 3
4529
4530 # Honeycomb Functional Results
4531 -
4532   type: "file"
4533   title: "Honeycomb Functional Results"
4534   algorithm: "file_test_results"
4535   output-file-ext: ".rst"
4536   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4537   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"
4538   dir-tables: "{DIR[DTR,FUNC,HC]}"
4539   data:
4540     "hc-func-results"
4541   filter: "all"
4542   parameters:
4543   - "name"
4544   - "doc"
4545   - "level"
4546   - "parent"
4547   data-start-level: 3
4548
4549 # NSH SFC Functional Results
4550 -
4551   type: "file"
4552   title: "NSH SFC Functional Results"
4553   algorithm: "file_test_results"
4554   output-file-ext: ".rst"
4555   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4556   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"
4557   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4558   data:
4559     "nsh-func-results"
4560   filter: "all"
4561   parameters:
4562   - "name"
4563   - "doc"
4564   - "level"
4565   - "parent"
4566   data-start-level: 3
4567
4568 # DMM Functional Results
4569 -
4570   type: "file"
4571   title: "DMM Functional Results"
4572   algorithm: "file_test_results"
4573   output-file-ext: ".rst"
4574   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4575   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"
4576   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4577   data:
4578     "dmm-func-results"
4579   filter: "all"
4580   parameters:
4581   - "name"
4582   - "doc"
4583   - "level"
4584   - "parent"
4585   data-start-level: 3
4586
4587 ################################################################################
4588 ###                                P L O T S                                 ###
4589 ################################################################################
4590
4591 # Soak test - 30min Soak Test (PLRsearch), boxes
4592 -
4593   type: "plot"
4594   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4595   algorithm: "plot_soak_boxes"
4596   output-file-type: ".html"
4597   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4598   data: "plot-vpp-soak-2n-skx"
4599   filter: "'SOAK'"
4600   parameters:
4601   - "throughput"
4602   - "parent"
4603   - "tags"
4604   sort:
4605   - "L2PATCH"
4606 #  - "L2XCBASE"
4607 #  - "L2BDMACLRN"
4608 #  - "IP4FWD"
4609 #  - "IP6FWD"
4610   - "VHOST"
4611   layout:
4612     title: "30min Soak Test (PLRsearch)"
4613     layout: "plot-soak-throughput"
4614
4615 # Soak test - example, not used
4616 -
4617   type: "plot"
4618   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4619   algorithm: "plot_soak_bars"
4620   output-file-type: ".html"
4621   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4622   data: "plot-vpp-soak-2n-skx"
4623   filter: "'SOAK'"
4624   parameters:
4625   - "throughput"
4626   - "parent"
4627   - "tags"
4628   sort:
4629   - "L2PATCH"
4630 #  - "L2XCBASE"
4631 #  - "L2BDMACLRN"
4632 #  - "IP4FWD"
4633 #  - "IP6FWD"
4634   - "VHOST"
4635   layout:
4636     title: "30min Soak Test (PLRsearch)"
4637     layout: "plot-soak-throughput"
4638
4639 ################################################################################
4640 # Plots - NF Density - VSC
4641
4642 -
4643   type: "plot"
4644   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4645   algorithm: "plot_service_density_heatmap"
4646   output-file-type: ".html"
4647   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4648   data: "plot-vpp-nfv-2n-skx-mrr"
4649   filter: "'NIC_Intel-X710' and
4650            'NF_DENSITY' and
4651            'VM' and
4652            'CHAIN' and
4653            '64B' and
4654            '2T1C' and
4655            'MRR'"
4656   parameters:
4657   - "result"
4658   - "name"
4659   - "tags"
4660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4661   x-axis: "X = VNFs per Service Chain"
4662   y-axis: "Y = Number of Service Chains"
4663   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4664   layout:
4665     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4666     layout: "plot-service-density"
4667
4668 -
4669   type: "plot"
4670   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4671   algorithm: "plot_service_density_heatmap"
4672   output-file-type: ".html"
4673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4674   data: "plot-vpp-nfv-2n-skx-mrr"
4675   filter: "'NIC_Intel-X710' and
4676            'NF_DENSITY' and
4677            'VM' and
4678            'CHAIN' and
4679            '64B' and
4680            '4T2C' and
4681            'MRR'"
4682   parameters:
4683   - "result"
4684   - "name"
4685   - "tags"
4686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4687   x-axis: "X = VNFs per Service Chain"
4688   y-axis: "Y = Number of Service Chains"
4689   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4690   layout:
4691     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4692     layout: "plot-service-density"
4693
4694 -
4695   type: "plot"
4696   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4697   algorithm: "plot_service_density_heatmap"
4698   output-file-type: ".html"
4699   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4700   data: "plot-vpp-nfv-2n-skx-mrr"
4701   filter: "'NIC_Intel-X710' and
4702            'NF_DENSITY' and
4703            'VM' and
4704            'CHAIN' and
4705            'IMIX' and
4706            '2T1C' and
4707            'MRR'"
4708   parameters:
4709   - "result"
4710   - "name"
4711   - "tags"
4712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4713   x-axis: "X = VNFs per Service Chain"
4714   y-axis: "Y = Number of Service Chains"
4715   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4716   layout:
4717     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4718     layout: "plot-service-density"
4719
4720 -
4721   type: "plot"
4722   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4723   algorithm: "plot_service_density_heatmap"
4724   output-file-type: ".html"
4725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4726   data: "plot-vpp-nfv-2n-skx-mrr"
4727   filter: "'NIC_Intel-X710' and
4728            'NF_DENSITY' and
4729            'VM' and
4730            'CHAIN' and
4731            'IMIX' and
4732            '4T2C' and
4733            'MRR'"
4734   parameters:
4735   - "result"
4736   - "name"
4737   - "tags"
4738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4739   x-axis: "X = VNFs per Service Chain"
4740   y-axis: "Y = Number of Service Chains"
4741   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4742   layout:
4743     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4744     layout: "plot-service-density"
4745
4746 -
4747   type: "plot"
4748   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4749   algorithm: "plot_service_density_heatmap"
4750   output-file-type: ".html"
4751   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4752   data: "plot-vpp-nfv-2n-skx"
4753   filter: "'NIC_Intel-X710' and
4754            'NF_DENSITY' and
4755            'VM' and
4756            'CHAIN' and
4757            '64B' and
4758            '2T1C' and
4759            'NDRPDR'"
4760   parameters:
4761   - "throughput"
4762   - "name"
4763   - "tags"
4764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4765   x-axis: "X = VNFs per Service Chain"
4766   y-axis: "Y = Number of Service Chains"
4767   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4768   layout:
4769     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4770     layout: "plot-service-density"
4771
4772 -
4773   type: "plot"
4774   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4775   algorithm: "plot_service_density_heatmap"
4776   output-file-type: ".html"
4777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4778   data: "plot-vpp-nfv-2n-skx"
4779   filter: "'NIC_Intel-X710' and
4780            'NF_DENSITY' and
4781            'VM' and
4782            'CHAIN' and
4783            '64B' and
4784            '4T2C' and
4785            'NDRPDR'"
4786   parameters:
4787   - "throughput"
4788   - "name"
4789   - "tags"
4790   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4791   x-axis: "X = VNFs per Service Chain"
4792   y-axis: "Y = Number of Service Chains"
4793   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4794   layout:
4795     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4796     layout: "plot-service-density"
4797
4798 -
4799   type: "plot"
4800   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4801   algorithm: "plot_service_density_heatmap"
4802   output-file-type: ".html"
4803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4804   data: "plot-vpp-nfv-2n-skx"
4805   filter: "'NIC_Intel-X710' and
4806            'NF_DENSITY' and
4807            'VM' and
4808            'CHAIN' and
4809            'IMIX' and
4810            '2T1C' and
4811            'NDRPDR'"
4812   parameters:
4813   - "throughput"
4814   - "name"
4815   - "tags"
4816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4817   x-axis: "X = VNFs per Service Chain"
4818   y-axis: "Y = Number of Service Chains"
4819   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4820   layout:
4821     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4822     layout: "plot-service-density"
4823
4824 -
4825   type: "plot"
4826   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4827   algorithm: "plot_service_density_heatmap"
4828   output-file-type: ".html"
4829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4830   data: "plot-vpp-nfv-2n-skx"
4831   filter: "'NIC_Intel-X710' and
4832            'NF_DENSITY' and
4833            'VM' and
4834            'CHAIN' and
4835            'IMIX' and
4836            '4T2C' and
4837            'NDRPDR'"
4838   parameters:
4839   - "throughput"
4840   - "name"
4841   - "tags"
4842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4843   x-axis: "X = VNFs per Service Chain"
4844   y-axis: "Y = Number of Service Chains"
4845   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4846   layout:
4847     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4848     layout: "plot-service-density"
4849
4850 -
4851   type: "plot"
4852   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4853   algorithm: "plot_service_density_heatmap"
4854   output-file-type: ".html"
4855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4856   data: "plot-vpp-nfv-2n-skx"
4857   filter: "'NIC_Intel-X710' and
4858            'NF_DENSITY' and
4859            'VM' and
4860            'CHAIN' and
4861            '64B' and
4862            '2T1C' and
4863            'NDRPDR'"
4864   parameters:
4865   - "throughput"
4866   - "name"
4867   - "tags"
4868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4869   x-axis: "X = VNFs per Service Chain"
4870   y-axis: "Y = Number of Service Chains"
4871   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4872   layout:
4873     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4874     layout: "plot-service-density"
4875
4876 -
4877   type: "plot"
4878   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4879   algorithm: "plot_service_density_heatmap"
4880   output-file-type: ".html"
4881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4882   data: "plot-vpp-nfv-2n-skx"
4883   filter: "'NIC_Intel-X710' and
4884            'NF_DENSITY' and
4885            'VM' and
4886            'CHAIN' and
4887            '64B' and
4888            '4T2C' and
4889            'NDRPDR'"
4890   parameters:
4891   - "throughput"
4892   - "name"
4893   - "tags"
4894   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4895   x-axis: "X = VNFs per Service Chain"
4896   y-axis: "Y = Number of Service Chains"
4897   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4898   layout:
4899     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4900     layout: "plot-service-density"
4901
4902 -
4903   type: "plot"
4904   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4905   algorithm: "plot_service_density_heatmap"
4906   output-file-type: ".html"
4907   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
4908   data: "plot-vpp-nfv-2n-skx"
4909   filter: "'NIC_Intel-X710' and
4910            'NF_DENSITY' and
4911            'VM' and
4912            'CHAIN' and
4913            'IMIX' and
4914            '2T1C' and
4915            'NDRPDR'"
4916   parameters:
4917   - "throughput"
4918   - "name"
4919   - "tags"
4920   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4921   x-axis: "X = VNFs per Service Chain"
4922   y-axis: "Y = Number of Service Chains"
4923   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4924   layout:
4925     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4926     layout: "plot-service-density"
4927
4928 -
4929   type: "plot"
4930   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4931   algorithm: "plot_service_density_heatmap"
4932   output-file-type: ".html"
4933   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
4934   data: "plot-vpp-nfv-2n-skx"
4935   filter: "'NIC_Intel-X710' and
4936            'NF_DENSITY' and
4937            'VM' and
4938            'CHAIN' and
4939            'IMIX' and
4940            '4T2C' and
4941            'NDRPDR'"
4942   parameters:
4943   - "throughput"
4944   - "name"
4945   - "tags"
4946   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4947   x-axis: "X = VNFs per Service Chain"
4948   y-axis: "Y = Number of Service Chains"
4949   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4950   layout:
4951     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4952     layout: "plot-service-density"
4953
4954 ################################################################################
4955 # Plots - NF Density - CSC
4956
4957 -
4958   type: "plot"
4959   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4960   algorithm: "plot_service_density_heatmap"
4961   output-file-type: ".html"
4962   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
4963   data: "plot-vpp-nfv-2n-skx-mrr"
4964   filter: "'NIC_Intel-X710' and
4965            'NF_DENSITY' and
4966            'DOCKER' and
4967            'CHAIN' and
4968            '64B' and
4969            '2T1C' and
4970            'MRR'"
4971   parameters:
4972   - "result"
4973   - "name"
4974   - "tags"
4975   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4976   x-axis: "X = CNFs per Service Chain"
4977   y-axis: "Y = Number of Service Chains"
4978   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4979   layout:
4980     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4981     layout: "plot-service-density"
4982
4983 -
4984   type: "plot"
4985   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4986   algorithm: "plot_service_density_heatmap"
4987   output-file-type: ".html"
4988   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
4989   data: "plot-vpp-nfv-2n-skx-mrr"
4990   filter: "'NIC_Intel-X710' and
4991            'NF_DENSITY' and
4992            'DOCKER' and
4993            'CHAIN' and
4994            '64B' and
4995            '4T2C' and
4996            'MRR'"
4997   parameters:
4998   - "result"
4999   - "name"
5000   - "tags"
5001   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5002   x-axis: "X = CNFs per Service Chain"
5003   y-axis: "Y = Number of Service Chains"
5004   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5005   layout:
5006     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5007     layout: "plot-service-density"
5008
5009 -
5010   type: "plot"
5011   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5012   algorithm: "plot_service_density_heatmap"
5013   output-file-type: ".html"
5014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5015   data: "plot-vpp-nfv-2n-skx-mrr"
5016   filter: "'NIC_Intel-X710' and
5017            'NF_DENSITY' and
5018            'DOCKER' and
5019            'CHAIN' and
5020            'IMIX' and
5021            '2T1C' and
5022            'MRR'"
5023   parameters:
5024   - "result"
5025   - "name"
5026   - "tags"
5027   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5028   x-axis: "X = CNFs per Service Chain"
5029   y-axis: "Y = Number of Service Chains"
5030   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5031   layout:
5032     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5033     layout: "plot-service-density"
5034
5035 -
5036   type: "plot"
5037   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5038   algorithm: "plot_service_density_heatmap"
5039   output-file-type: ".html"
5040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5041   data: "plot-vpp-nfv-2n-skx-mrr"
5042   filter: "'NIC_Intel-X710' and
5043            'NF_DENSITY' and
5044            'DOCKER' and
5045            'CHAIN' and
5046            'IMIX' and
5047            '4T2C' and
5048            'MRR'"
5049   parameters:
5050   - "result"
5051   - "name"
5052   - "tags"
5053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5054   x-axis: "X = CNFs per Service Chain"
5055   y-axis: "Y = Number of Service Chains"
5056   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5057   layout:
5058     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5059     layout: "plot-service-density"
5060
5061 -
5062   type: "plot"
5063   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5064   algorithm: "plot_service_density_heatmap"
5065   output-file-type: ".html"
5066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5067   data: "plot-vpp-nfv-2n-skx"
5068   filter: "'NIC_Intel-X710' and
5069            'NF_DENSITY' and
5070            'DOCKER' and
5071            'CHAIN' and
5072            '64B' and
5073            '2T1C' and
5074            'NDRPDR'"
5075   parameters:
5076   - "throughput"
5077   - "name"
5078   - "tags"
5079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5080   x-axis: "X = CNFs per Service Chain"
5081   y-axis: "Y = Number of Service Chains"
5082   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5083   layout:
5084     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5085     layout: "plot-service-density"
5086
5087 -
5088   type: "plot"
5089   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5090   algorithm: "plot_service_density_heatmap"
5091   output-file-type: ".html"
5092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5093   data: "plot-vpp-nfv-2n-skx"
5094   filter: "'NIC_Intel-X710' and
5095            'NF_DENSITY' and
5096            'DOCKER' and
5097            'CHAIN' and
5098            '64B' and
5099            '4T2C' and
5100            'NDRPDR'"
5101   parameters:
5102   - "throughput"
5103   - "name"
5104   - "tags"
5105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5106   x-axis: "X = CNFs per Service Chain"
5107   y-axis: "Y = Number of Service Chains"
5108   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5109   layout:
5110     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5111     layout: "plot-service-density"
5112
5113 -
5114   type: "plot"
5115   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5116   algorithm: "plot_service_density_heatmap"
5117   output-file-type: ".html"
5118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5119   data: "plot-vpp-nfv-2n-skx"
5120   filter: "'NIC_Intel-X710' and
5121            'NF_DENSITY' and
5122            'DOCKER' and
5123            'CHAIN' and
5124            'IMIX' and
5125            '2T1C' and
5126            'NDRPDR'"
5127   parameters:
5128   - "throughput"
5129   - "name"
5130   - "tags"
5131   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5132   x-axis: "X = CNFs per Service Chain"
5133   y-axis: "Y = Number of Service Chains"
5134   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5135   layout:
5136     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5137     layout: "plot-service-density"
5138
5139 -
5140   type: "plot"
5141   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5142   algorithm: "plot_service_density_heatmap"
5143   output-file-type: ".html"
5144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5145   data: "plot-vpp-nfv-2n-skx"
5146   filter: "'NIC_Intel-X710' and
5147            'NF_DENSITY' and
5148            'DOCKER' and
5149            'CHAIN' and
5150            'IMIX' and
5151            '4T2C' and
5152            'NDRPDR'"
5153   parameters:
5154   - "throughput"
5155   - "name"
5156   - "tags"
5157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5158   x-axis: "X = CNFs per Service Chain"
5159   y-axis: "Y = Number of Service Chains"
5160   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5161   layout:
5162     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5163     layout: "plot-service-density"
5164
5165 -
5166   type: "plot"
5167   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5168   algorithm: "plot_service_density_heatmap"
5169   output-file-type: ".html"
5170   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5171   data: "plot-vpp-nfv-2n-skx"
5172   filter: "'NIC_Intel-X710' and
5173            'NF_DENSITY' and
5174            'DOCKER' and
5175            'CHAIN' and
5176            '64B' and
5177            '2T1C' and
5178            'NDRPDR'"
5179   parameters:
5180   - "throughput"
5181   - "name"
5182   - "tags"
5183   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5184   x-axis: "X = CNFs per Service Chain"
5185   y-axis: "Y = Number of Service Chains"
5186   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5187   layout:
5188     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5189     layout: "plot-service-density"
5190
5191 -
5192   type: "plot"
5193   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5194   algorithm: "plot_service_density_heatmap"
5195   output-file-type: ".html"
5196   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5197   data: "plot-vpp-nfv-2n-skx"
5198   filter: "'NIC_Intel-X710' and
5199            'NF_DENSITY' and
5200            'DOCKER' and
5201            'CHAIN' and
5202            '64B' and
5203            '4T2C' and
5204            'NDRPDR'"
5205   parameters:
5206   - "throughput"
5207   - "name"
5208   - "tags"
5209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5210   x-axis: "X = CNFs per Service Chain"
5211   y-axis: "Y = Number of Service Chains"
5212   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5213   layout:
5214     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5215     layout: "plot-service-density"
5216
5217 -
5218   type: "plot"
5219   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5220   algorithm: "plot_service_density_heatmap"
5221   output-file-type: ".html"
5222   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5223   data: "plot-vpp-nfv-2n-skx"
5224   filter: "'NIC_Intel-X710' and
5225            'NF_DENSITY' and
5226            'DOCKER' and
5227            'CHAIN' and
5228            'IMIX' and
5229            '2T1C' and
5230            'NDRPDR'"
5231   parameters:
5232   - "throughput"
5233   - "name"
5234   - "tags"
5235   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5236   x-axis: "X = CNFs per Service Chain"
5237   y-axis: "Y = Number of Service Chains"
5238   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5239   layout:
5240     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5241     layout: "plot-service-density"
5242
5243 -
5244   type: "plot"
5245   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5246   algorithm: "plot_service_density_heatmap"
5247   output-file-type: ".html"
5248   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5249   data: "plot-vpp-nfv-2n-skx"
5250   filter: "'NIC_Intel-X710' and
5251            'NF_DENSITY' and
5252            'DOCKER' and
5253            'CHAIN' and
5254            'IMIX' and
5255            '4T2C' and
5256            'NDRPDR'"
5257   parameters:
5258   - "throughput"
5259   - "name"
5260   - "tags"
5261   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5262   x-axis: "X = CNFs per Service Chain"
5263   y-axis: "Y = Number of Service Chains"
5264   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5265   layout:
5266     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5267     layout: "plot-service-density"
5268
5269 ################################################################################
5270 # Plots - NF Density - CSP
5271
5272 -
5273   type: "plot"
5274   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5275   algorithm: "plot_service_density_heatmap"
5276   output-file-type: ".html"
5277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5278   data: "plot-vpp-nfv-2n-skx-mrr"
5279   filter: "'NIC_Intel-X710' and
5280            'NF_DENSITY' and
5281            'DOCKER' and
5282            'PIPELINE' and
5283            '64B' and
5284            '2T1C' and
5285            'MRR'"
5286   parameters:
5287   - "result"
5288   - "name"
5289   - "tags"
5290   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5291   x-axis: "X = CNFs per Service Pipeline"
5292   y-axis: "Y = Number of Service Pipelines"
5293   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5294   layout:
5295     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5296     layout: "plot-service-density"
5297
5298 -
5299   type: "plot"
5300   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5301   algorithm: "plot_service_density_heatmap"
5302   output-file-type: ".html"
5303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5304   data: "plot-vpp-nfv-2n-skx-mrr"
5305   filter: "'NIC_Intel-X710' and
5306            'NF_DENSITY' and
5307            'DOCKER' and
5308            'PIPELINE' and
5309            '64B' and
5310            '4T2C' and
5311            'MRR'"
5312   parameters:
5313   - "result"
5314   - "name"
5315   - "tags"
5316   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5317   x-axis: "X = CNFs per Service Pipeline"
5318   y-axis: "Y = Number of Service Pipelines"
5319   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5320   layout:
5321     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5322     layout: "plot-service-density"
5323
5324 -
5325   type: "plot"
5326   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5327   algorithm: "plot_service_density_heatmap"
5328   output-file-type: ".html"
5329   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5330   data: "plot-vpp-nfv-2n-skx-mrr"
5331   filter: "'NIC_Intel-X710' and
5332            'NF_DENSITY' and
5333            'DOCKER' and
5334            'PIPELINE' and
5335            'IMIX' and
5336            '2T1C' and
5337            'MRR'"
5338   parameters:
5339   - "result"
5340   - "name"
5341   - "tags"
5342   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5343   x-axis: "X = CNFs per Service Pipeline"
5344   y-axis: "Y = Number of Service Pipelines"
5345   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5346   layout:
5347     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5348     layout: "plot-service-density"
5349
5350 -
5351   type: "plot"
5352   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5353   algorithm: "plot_service_density_heatmap"
5354   output-file-type: ".html"
5355   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5356   data: "plot-vpp-nfv-2n-skx-mrr"
5357   filter: "'NIC_Intel-X710' and
5358            'NF_DENSITY' and
5359            'DOCKER' and
5360            'PIPELINE' and
5361            'IMIX' and
5362            '4T2C' and
5363            'MRR'"
5364   parameters:
5365   - "result"
5366   - "name"
5367   - "tags"
5368   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5369   x-axis: "X = CNFs per Service Pipeline"
5370   y-axis: "Y = Number of Service Pipelines"
5371   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5372   layout:
5373     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5374     layout: "plot-service-density"
5375
5376 -
5377   type: "plot"
5378   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5379   algorithm: "plot_service_density_heatmap"
5380   output-file-type: ".html"
5381   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5382   data: "plot-vpp-nfv-2n-skx"
5383   filter: "'NIC_Intel-X710' and
5384            'NF_DENSITY' and
5385            'DOCKER' and
5386            'PIPELINE' and
5387            '64B' and
5388            '2T1C' and
5389            'NDRPDR'"
5390   parameters:
5391   - "throughput"
5392   - "name"
5393   - "tags"
5394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5395   x-axis: "X = CNFs per Service Pipeline"
5396   y-axis: "Y = Number of Service Pipelines"
5397   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5398   layout:
5399     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5400     layout: "plot-service-density"
5401
5402 -
5403   type: "plot"
5404   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5405   algorithm: "plot_service_density_heatmap"
5406   output-file-type: ".html"
5407   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5408   data: "plot-vpp-nfv-2n-skx"
5409   filter: "'NIC_Intel-X710' and
5410            'NF_DENSITY' and
5411            'DOCKER' and
5412            'PIPELINE' and
5413            '64B' and
5414            '4T2C' and
5415            'NDRPDR'"
5416   parameters:
5417   - "throughput"
5418   - "name"
5419   - "tags"
5420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5421   x-axis: "X = CNFs per Service Pipeline"
5422   y-axis: "Y = Number of Service Pipelines"
5423   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5424   layout:
5425     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5426     layout: "plot-service-density"
5427
5428 -
5429   type: "plot"
5430   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5431   algorithm: "plot_service_density_heatmap"
5432   output-file-type: ".html"
5433   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5434   data: "plot-vpp-nfv-2n-skx"
5435   filter: "'NIC_Intel-X710' and
5436            'NF_DENSITY' and
5437            'DOCKER' and
5438            'PIPELINE' and
5439            'IMIX' and
5440            '2T1C' and
5441            'NDRPDR'"
5442   parameters:
5443   - "throughput"
5444   - "name"
5445   - "tags"
5446   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5447   x-axis: "X = CNFs per Service Pipeline"
5448   y-axis: "Y = Number of Service Pipelines"
5449   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5450   layout:
5451     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5452     layout: "plot-service-density"
5453
5454 -
5455   type: "plot"
5456   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5457   algorithm: "plot_service_density_heatmap"
5458   output-file-type: ".html"
5459   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5460   data: "plot-vpp-nfv-2n-skx"
5461   filter: "'NIC_Intel-X710' and
5462            'NF_DENSITY' and
5463            'DOCKER' and
5464            'PIPELINE' and
5465            'IMIX' and
5466            '4T2C' and
5467            'NDRPDR'"
5468   parameters:
5469   - "throughput"
5470   - "name"
5471   - "tags"
5472   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5473   x-axis: "X = CNFs per Service Pipeline"
5474   y-axis: "Y = Number of Service Pipelines"
5475   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5476   layout:
5477     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5478     layout: "plot-service-density"
5479
5480 -
5481   type: "plot"
5482   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5483   algorithm: "plot_service_density_heatmap"
5484   output-file-type: ".html"
5485   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5486   data: "plot-vpp-nfv-2n-skx"
5487   filter: "'NIC_Intel-X710' and
5488            'NF_DENSITY' and
5489            'DOCKER' and
5490            'PIPELINE' and
5491            '64B' and
5492            '2T1C' and
5493            'NDRPDR'"
5494   parameters:
5495   - "throughput"
5496   - "name"
5497   - "tags"
5498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5499   x-axis: "X = CNFs per Service Pipeline"
5500   y-axis: "Y = Number of Service Pipelines"
5501   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5502   layout:
5503     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5504     layout: "plot-service-density"
5505
5506 -
5507   type: "plot"
5508   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5509   algorithm: "plot_service_density_heatmap"
5510   output-file-type: ".html"
5511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5512   data: "plot-vpp-nfv-2n-skx"
5513   filter: "'NIC_Intel-X710' and
5514            'NF_DENSITY' and
5515            'DOCKER' and
5516            'PIPELINE' and
5517            '64B' and
5518            '4T2C' and
5519            'NDRPDR'"
5520   parameters:
5521   - "throughput"
5522   - "name"
5523   - "tags"
5524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5525   x-axis: "X = CNFs per Service Pipeline"
5526   y-axis: "Y = Number of Service Pipelines"
5527   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5528   layout:
5529     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5530     layout: "plot-service-density"
5531
5532 -
5533   type: "plot"
5534   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5535   algorithm: "plot_service_density_heatmap"
5536   output-file-type: ".html"
5537   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5538   data: "plot-vpp-nfv-2n-skx"
5539   filter: "'NIC_Intel-X710' and
5540            'NF_DENSITY' and
5541            'DOCKER' and
5542            'PIPELINE' and
5543            'IMIX' and
5544            '2T1C' and
5545            'NDRPDR'"
5546   parameters:
5547   - "throughput"
5548   - "name"
5549   - "tags"
5550   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5551   x-axis: "X = CNFs per Service Pipeline"
5552   y-axis: "Y = Number of Service Pipelines"
5553   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5554   layout:
5555     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5556     layout: "plot-service-density"
5557
5558 -
5559   type: "plot"
5560   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5561   algorithm: "plot_service_density_heatmap"
5562   output-file-type: ".html"
5563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5564   data: "plot-vpp-nfv-2n-skx"
5565   filter: "'NIC_Intel-X710' and
5566            'NF_DENSITY' and
5567            'DOCKER' and
5568            'PIPELINE' and
5569            'IMIX' and
5570            '4T2C' and
5571            'NDRPDR'"
5572   parameters:
5573   - "throughput"
5574   - "name"
5575   - "tags"
5576   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5577   x-axis: "X = CNFs per Service Pipeline"
5578   y-axis: "Y = Number of Service Pipelines"
5579   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5580   layout:
5581     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5582     layout: "plot-service-density"
5583
5584 ################################################################################
5585 # Plots VPP HTTP Server Performance
5586 -
5587   type: "plot"
5588   title: "VPP HTTP Server Performance"
5589   algorithm: "plot_http_server_performance_box"
5590   output-file-type: ".html"
5591   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5592   data:
5593     "plot-vpp-http-server-performance"
5594   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5595   # each tag is enclosed with ' (apostrophe).
5596   filter: "'HTTP' and 'TCP_CPS'"
5597   parameters:
5598   - "result"
5599   - "name"
5600   traces:
5601     hoverinfo: "x+y"
5602     boxpoints: "outliers"
5603     whiskerwidth: 0
5604   layout:
5605     title: "VPP HTTP Server Performance"
5606     layout:
5607       "plot-cps"
5608
5609 -
5610   type: "plot"
5611   title: "VPP HTTP Server Performance"
5612   algorithm: "plot_http_server_performance_box"
5613   output-file-type: ".html"
5614   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5615   data:
5616     "plot-vpp-http-server-performance"
5617   filter: "'HTTP' and 'TCP_RPS'"
5618   parameters:
5619   - "result"
5620   - "name"
5621   traces:
5622     hoverinfo: "x+y"
5623     boxpoints: "outliers"
5624     whiskerwidth: 0
5625   layout:
5626     title: "VPP HTTP Server Performance"
5627     layout:
5628       "plot-rps"
5629
5630 ################################################################################
5631
5632 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5633 -
5634   type: "plot"
5635   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5636   algorithm: "plot_performance_box"
5637   output-file-type: ".html"
5638   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5639   data: "plot-vpp-throughput-latency-3n-hsw"
5640   filter: "'NIC_Intel-X520-DA2' and
5641            '64B' and
5642            ('BASE' or 'SCALE') and
5643            'NDRPDR' and
5644            'ETH' and
5645            '1T1C' and
5646            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5647            not 'VHOST' and
5648            not 'MEMIF'"
5649   parameters:
5650   - "throughput"
5651   - "parent"
5652   - "tags"
5653   sort:
5654   - "L2PATCH"
5655   - "L2XCBASE"
5656   - "BASE"
5657   - "FIB_10K"
5658   - "FIB_100K"
5659   - "FIB_1M"
5660   traces:
5661     hoverinfo: "x+y"
5662     boxpoints: "outliers"
5663     whiskerwidth: 0
5664   layout:
5665     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5666     layout: "plot-throughput"
5667
5668 -
5669   type: "plot"
5670   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5671   algorithm: "plot_performance_box"
5672   output-file-type: ".html"
5673   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5674   data: "plot-vpp-throughput-latency-3n-hsw"
5675   filter: "'NIC_Intel-X520-DA2' and
5676            '64B' and
5677            ('BASE' or 'SCALE') and
5678            'NDRPDR' and
5679            'ETH' and
5680            '1T1C' and
5681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5682            not 'VHOST' and
5683            not 'MEMIF'"
5684   parameters:
5685   - "throughput"
5686   - "parent"
5687   - "tags"
5688   sort:
5689   - "L2PATCH"
5690   - "L2XCBASE"
5691   - "BASE"
5692   - "FIB_10K"
5693   - "FIB_100K"
5694   - "FIB_1M"
5695   traces:
5696     hoverinfo: "x+y"
5697     boxpoints: "outliers"
5698     whiskerwidth: 0
5699   layout:
5700     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5701     layout: "plot-throughput"
5702
5703 -
5704   type: "plot"
5705   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5706   algorithm: "plot_performance_box"
5707   output-file-type: ".html"
5708   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5709   data: "plot-vpp-throughput-latency-3n-hsw"
5710   filter: "'NIC_Intel-X520-DA2' and
5711            '64B' and
5712            ('BASE' or 'SCALE') and
5713            'NDRPDR' and
5714            'ETH' and
5715            '2T2C' and
5716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5717            not 'VHOST' and
5718            not 'MEMIF'"
5719   parameters:
5720   - "throughput"
5721   - "parent"
5722   - "tags"
5723   sort:
5724   - "L2PATCH"
5725   - "L2XCBASE"
5726   - "BASE"
5727   - "FIB_10K"
5728   - "FIB_100K"
5729   - "FIB_1M"
5730   traces:
5731     hoverinfo: "x+y"
5732     boxpoints: "outliers"
5733     whiskerwidth: 0
5734   layout:
5735     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5736     layout: "plot-throughput"
5737
5738 -
5739   type: "plot"
5740   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5741   algorithm: "plot_performance_box"
5742   output-file-type: ".html"
5743   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5744   data: "plot-vpp-throughput-latency-3n-hsw"
5745   filter: "'NIC_Intel-X520-DA2' and
5746            '64B' and
5747            ('BASE' or 'SCALE') and
5748            'NDRPDR' and
5749            'ETH' and
5750            '2T2C' and
5751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5752            not 'VHOST' and
5753            not 'MEMIF'"
5754   parameters:
5755   - "throughput"
5756   - "parent"
5757   - "tags"
5758   sort:
5759   - "L2PATCH"
5760   - "L2XCBASE"
5761   - "BASE"
5762   - "FIB_10K"
5763   - "FIB_100K"
5764   - "FIB_1M"
5765   traces:
5766     hoverinfo: "x+y"
5767     boxpoints: "outliers"
5768     whiskerwidth: 0
5769   layout:
5770     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5771     layout: "plot-throughput"
5772
5773 # Packet Throughput - VPP L2 3n-hsw-x520 features
5774 -
5775   type: "plot"
5776   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5777   algorithm: "plot_performance_box"
5778   output-file-type: ".html"
5779   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5780   data: "plot-vpp-throughput-latency-3n-hsw"
5781   filter: "'NIC_Intel-X520-DA2' and
5782            '64B' and
5783            'NDRPDR' and
5784            '1T1C' and
5785            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5786            not 'ACL' and
5787            not 'VHOST' and
5788            not 'MEMIF'"
5789   parameters:
5790   - "throughput"
5791   - "parent"
5792   - "tags"
5793   sort:
5794   - "L2XCBASE"    # l2xcbase
5795   - "L2BDBASE"    # l2bdbase
5796   - "L2XCFWD"     # dot1q-l2xcbase
5797   - "L2BDMACLRN"  # dot1q-l2bdbase
5798   traces:
5799     hoverinfo: "x+y"
5800     boxpoints: "outliers"
5801     whiskerwidth: 0
5802   layout:
5803     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5804     layout: "plot-throughput"
5805
5806 -
5807   type: "plot"
5808   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5809   algorithm: "plot_performance_box"
5810   output-file-type: ".html"
5811   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5812   data: "plot-vpp-throughput-latency-3n-hsw"
5813   filter: "'NIC_Intel-X520-DA2' and
5814            '64B' and
5815            'NDRPDR' and
5816            '1T1C' and
5817            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5818            not 'ACL' and
5819            not 'VHOST' and
5820            not 'MEMIF'"
5821   parameters:
5822   - "throughput"
5823   - "parent"
5824   - "tags"
5825   sort:
5826   - "L2XCBASE"    # l2xcbase
5827   - "L2BDBASE"    # l2bdbase
5828   - "L2XCFWD"     # dot1q-l2xcbase
5829   - "L2BDMACLRN"  # dot1q-l2bdbase
5830   traces:
5831     hoverinfo: "x+y"
5832     boxpoints: "outliers"
5833     whiskerwidth: 0
5834   layout:
5835     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5836     layout: "plot-throughput"
5837
5838 -
5839   type: "plot"
5840   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5841   algorithm: "plot_performance_box"
5842   output-file-type: ".html"
5843   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5844   data: "plot-vpp-throughput-latency-3n-hsw"
5845   filter: "'NIC_Intel-X520-DA2' and
5846            '64B' and
5847            'NDRPDR' and
5848            '2T2C' and
5849            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5850            not 'ACL' and
5851            not 'VHOST' and
5852            not 'MEMIF'"
5853   parameters:
5854   - "throughput"
5855   - "parent"
5856   - "tags"
5857   sort:
5858   - "L2XCBASE"    # l2xcbase
5859   - "L2BDBASE"    # l2bdbase
5860   - "L2XCFWD"     # dot1q-l2xcbase
5861   - "L2BDMACLRN"  # dot1q-l2bdbase
5862   traces:
5863     hoverinfo: "x+y"
5864     boxpoints: "outliers"
5865     whiskerwidth: 0
5866   layout:
5867     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5868     layout: "plot-throughput"
5869
5870 -
5871   type: "plot"
5872   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5873   algorithm: "plot_performance_box"
5874   output-file-type: ".html"
5875   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5876   data: "plot-vpp-throughput-latency-3n-hsw"
5877   filter: "'NIC_Intel-X520-DA2' and
5878            '64B' and
5879            'NDRPDR' and
5880            '2T2C' and
5881            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5882            not 'ACL' and
5883            not 'VHOST' and
5884            not 'MEMIF'"
5885   parameters:
5886   - "throughput"
5887   - "parent"
5888   - "tags"
5889   sort:
5890   - "L2XCBASE"    # l2xcbase
5891   - "L2BDBASE"    # l2bdbase
5892   - "L2XCFWD"     # dot1q-l2xcbase
5893   - "L2BDMACLRN"  # dot1q-l2bdbase
5894   traces:
5895     hoverinfo: "x+y"
5896     boxpoints: "outliers"
5897     whiskerwidth: 0
5898   layout:
5899     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5900     layout: "plot-throughput"
5901
5902 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5903 -
5904   type: "plot"
5905   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5906   algorithm: "plot_performance_box"
5907   output-file-type: ".html"
5908   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5909   data: "plot-vpp-throughput-latency-3n-hsw"
5910   filter: "'NIC_Intel-X710' and
5911            '64B' and
5912            ('BASE' or 'SCALE') and
5913            'NDRPDR' and
5914            'ETH' and
5915            '1T1C' and
5916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5917            not 'VHOST' and
5918            not 'MEMIF'"
5919   parameters:
5920   - "throughput"
5921   - "parent"
5922   - "tags"
5923   sort:
5924   - "L2XCFWD"
5925   - "L2PATCH"
5926   - "L2BDMACLRN"
5927   - "FIB_10K"
5928   - "FIB_100K"
5929   - "FIB_1M"
5930   traces:
5931     hoverinfo: "x+y"
5932     boxpoints: "outliers"
5933     whiskerwidth: 0
5934   layout:
5935     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5936     layout: "plot-throughput"
5937
5938 -
5939   type: "plot"
5940   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5941   algorithm: "plot_performance_box"
5942   output-file-type: ".html"
5943   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5944   data: "plot-vpp-throughput-latency-3n-hsw"
5945   filter: "'NIC_Intel-X710' and
5946            '64B' and
5947            ('BASE' or 'SCALE') and
5948            'NDRPDR' and
5949            'ETH' and
5950            '1T1C' and
5951            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5952            not 'VHOST' and
5953            not 'MEMIF'"
5954   parameters:
5955   - "throughput"
5956   - "parent"
5957   - "tags"
5958   sort:
5959   - "L2XCFWD"
5960   - "L2PATCH"
5961   - "L2BDMACLRN"
5962   - "FIB_10K"
5963   - "FIB_100K"
5964   - "FIB_1M"
5965   traces:
5966     hoverinfo: "x+y"
5967     boxpoints: "outliers"
5968     whiskerwidth: 0
5969   layout:
5970     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5971     layout: "plot-throughput"
5972
5973 -
5974   type: "plot"
5975   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5976   algorithm: "plot_performance_box"
5977   output-file-type: ".html"
5978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5979   data: "plot-vpp-throughput-latency-3n-hsw"
5980   filter: "'NIC_Intel-X710' and
5981            '64B' and
5982            ('BASE' or 'SCALE') and
5983            'NDRPDR' and
5984            'ETH' and
5985            '2T2C' and
5986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5987            not 'VHOST' and
5988            not 'MEMIF'"
5989   parameters:
5990   - "throughput"
5991   - "parent"
5992   - "tags"
5993   sort:
5994   - "L2XCFWD"
5995   - "L2PATCH"
5996   - "L2BDMACLRN"
5997   - "FIB_10K"
5998   - "FIB_100K"
5999   - "FIB_1M"
6000   traces:
6001     hoverinfo: "x+y"
6002     boxpoints: "outliers"
6003     whiskerwidth: 0
6004   layout:
6005     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6006     layout: "plot-throughput"
6007
6008 -
6009   type: "plot"
6010   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6011   algorithm: "plot_performance_box"
6012   output-file-type: ".html"
6013   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6014   data: "plot-vpp-throughput-latency-3n-hsw"
6015   filter: "'NIC_Intel-X710' and
6016            '64B' and
6017            ('BASE' or 'SCALE') and
6018            'NDRPDR' and
6019            'ETH' and
6020            '2T2C' and
6021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6022            not 'VHOST' and
6023            not 'MEMIF'"
6024   parameters:
6025   - "throughput"
6026   - "parent"
6027   - "tags"
6028   sort:
6029   - "L2XCFWD"
6030   - "L2PATCH"
6031   - "L2BDMACLRN"
6032   - "FIB_10K"
6033   - "FIB_100K"
6034   - "FIB_1M"
6035   traces:
6036     hoverinfo: "x+y"
6037     boxpoints: "outliers"
6038     whiskerwidth: 0
6039   layout:
6040     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6041     layout: "plot-throughput"
6042
6043 # Packet Throughput - VPP L2 3n-hsw-x710 features
6044 -
6045   type: "plot"
6046   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6047   algorithm: "plot_performance_box"
6048   output-file-type: ".html"
6049   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6050   data: "plot-vpp-throughput-latency-3n-hsw"
6051   filter: "'NIC_Intel-X710' and
6052            '64B' and
6053            'NDRPDR' and
6054            '1T1C' and
6055            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6056            not 'ACL' and
6057            not 'VHOST' and
6058            not 'MEMIF'"
6059   parameters:
6060   - "throughput"
6061   - "parent"
6062   - "tags"
6063   sort:
6064   - "L2XCBASE"    # l2xcbase
6065   - "L2BDBASE"    # l2bdbase
6066   - "L2XCFWD"     # dot1q-l2xcbase
6067   - "L2BDMACLRN"  # dot1q-l2bdbase
6068   traces:
6069     hoverinfo: "x+y"
6070     boxpoints: "outliers"
6071     whiskerwidth: 0
6072   layout:
6073     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6074     layout: "plot-throughput"
6075
6076 -
6077   type: "plot"
6078   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6079   algorithm: "plot_performance_box"
6080   output-file-type: ".html"
6081   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6082   data: "plot-vpp-throughput-latency-3n-hsw"
6083   filter: "'NIC_Intel-X710' and
6084            '64B' and
6085            'NDRPDR' and
6086            '1T1C' and
6087            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6088            not 'ACL' and
6089            not 'VHOST' and
6090            not 'MEMIF'"
6091   parameters:
6092   - "throughput"
6093   - "parent"
6094   - "tags"
6095   sort:
6096   - "L2XCBASE"    # l2xcbase
6097   - "L2BDBASE"    # l2bdbase
6098   - "L2XCFWD"     # dot1q-l2xcbase
6099   - "L2BDMACLRN"  # dot1q-l2bdbase
6100   traces:
6101     hoverinfo: "x+y"
6102     boxpoints: "outliers"
6103     whiskerwidth: 0
6104   layout:
6105     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6106     layout: "plot-throughput"
6107
6108 -
6109   type: "plot"
6110   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6111   algorithm: "plot_performance_box"
6112   output-file-type: ".html"
6113   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6114   data: "plot-vpp-throughput-latency-3n-hsw"
6115   filter: "'NIC_Intel-X710' and
6116            '64B' and
6117            'NDRPDR' and
6118            '2T2C' and
6119            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6120            not 'ACL' and
6121            not 'VHOST' and
6122            not 'MEMIF'"
6123   parameters:
6124   - "throughput"
6125   - "parent"
6126   - "tags"
6127   sort:
6128   - "L2XCBASE"    # l2xcbase
6129   - "L2BDBASE"    # l2bdbase
6130   - "L2XCFWD"     # dot1q-l2xcbase
6131   - "L2BDMACLRN"  # dot1q-l2bdbase
6132   traces:
6133     hoverinfo: "x+y"
6134     boxpoints: "outliers"
6135     whiskerwidth: 0
6136   layout:
6137     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6138     layout: "plot-throughput"
6139
6140 -
6141   type: "plot"
6142   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6143   algorithm: "plot_performance_box"
6144   output-file-type: ".html"
6145   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6146   data: "plot-vpp-throughput-latency-3n-hsw"
6147   filter: "'NIC_Intel-X710' and
6148            '64B' and
6149            'NDRPDR' and
6150            '2T2C' and
6151            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6152            not 'ACL' and
6153            not 'VHOST' and
6154            not 'MEMIF'"
6155   parameters:
6156   - "throughput"
6157   - "parent"
6158   - "tags"
6159   sort:
6160   - "L2XCBASE"    # l2xcbase
6161   - "L2BDBASE"    # l2bdbase
6162   - "L2XCFWD"     # dot1q-l2xcbase
6163   - "L2BDMACLRN"  # dot1q-l2bdbase
6164   traces:
6165     hoverinfo: "x+y"
6166     boxpoints: "outliers"
6167     whiskerwidth: 0
6168   layout:
6169     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6170     layout: "plot-throughput"
6171
6172 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6173 -
6174   type: "plot"
6175   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6176   algorithm: "plot_performance_box"
6177   output-file-type: ".html"
6178   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6179   data: "plot-vpp-throughput-latency-3n-hsw"
6180   filter: "'NIC_Intel-XL710' and
6181            '64B' and
6182            ('BASE' or 'SCALE') and
6183            'NDRPDR' and
6184            'ETH' and
6185            '1T1C' and
6186            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6187            not 'VHOST' and
6188            not 'MEMIF'"
6189   parameters:
6190   - "throughput"
6191   - "parent"
6192   - "tags"
6193   sort:
6194   - "L2PATCH"
6195   - "L2XCBASE"
6196   - "BASE"
6197   - "FIB_10K"
6198   - "FIB_100K"
6199   - "FIB_1M"
6200   traces:
6201     hoverinfo: "x+y"
6202     boxpoints: "outliers"
6203     whiskerwidth: 0
6204   layout:
6205     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6206     layout: "plot-throughput"
6207
6208 -
6209   type: "plot"
6210   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6211   algorithm: "plot_performance_box"
6212   output-file-type: ".html"
6213   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6214   data: "plot-vpp-throughput-latency-3n-hsw"
6215   filter: "'NIC_Intel-XL710' and
6216            '64B' and
6217            ('BASE' or 'SCALE') and
6218            'NDRPDR' and
6219            'ETH' and
6220            '1T1C' and
6221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6222            not 'VHOST' and
6223            not 'MEMIF'"
6224   parameters:
6225   - "throughput"
6226   - "parent"
6227   - "tags"
6228   sort:
6229   - "L2PATCH"
6230   - "L2XCBASE"
6231   - "BASE"
6232   - "FIB_10K"
6233   - "FIB_100K"
6234   - "FIB_1M"
6235   traces:
6236     hoverinfo: "x+y"
6237     boxpoints: "outliers"
6238     whiskerwidth: 0
6239   layout:
6240     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6241     layout: "plot-throughput"
6242
6243 -
6244   type: "plot"
6245   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6246   algorithm: "plot_performance_box"
6247   output-file-type: ".html"
6248   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6249   data: "plot-vpp-throughput-latency-3n-hsw"
6250   filter: "'NIC_Intel-XL710' and
6251            '64B' and
6252            ('BASE' or 'SCALE') and
6253            'NDRPDR' and
6254            'ETH' and
6255            '2T2C' and
6256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6257            not 'VHOST' and
6258            not 'MEMIF'"
6259   parameters:
6260   - "throughput"
6261   - "parent"
6262   - "tags"
6263   sort:
6264   - "L2PATCH"
6265   - "L2XCBASE"
6266   - "BASE"
6267   - "FIB_10K"
6268   - "FIB_100K"
6269   - "FIB_1M"
6270   traces:
6271     hoverinfo: "x+y"
6272     boxpoints: "outliers"
6273     whiskerwidth: 0
6274   layout:
6275     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6276     layout: "plot-throughput"
6277
6278 -
6279   type: "plot"
6280   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6281   algorithm: "plot_performance_box"
6282   output-file-type: ".html"
6283   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6284   data: "plot-vpp-throughput-latency-3n-hsw"
6285   filter: "'NIC_Intel-XL710' and
6286            '64B' and
6287            ('BASE' or 'SCALE') and
6288            'NDRPDR' and
6289            'ETH' and
6290            '2T2C' and
6291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6292            not 'VHOST' and
6293            not 'MEMIF'"
6294   parameters:
6295   - "throughput"
6296   - "parent"
6297   - "tags"
6298   sort:
6299   - "L2PATCH"
6300   - "L2XCBASE"
6301   - "BASE"
6302   - "FIB_10K"
6303   - "FIB_100K"
6304   - "FIB_1M"
6305   traces:
6306     hoverinfo: "x+y"
6307     boxpoints: "outliers"
6308     whiskerwidth: 0
6309   layout:
6310     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6311     layout: "plot-throughput"
6312
6313 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6314 -
6315   type: "plot"
6316   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6317   algorithm: "plot_performance_box"
6318   output-file-type: ".html"
6319   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6320   data: "plot-vpp-throughput-latency-3n-skx"
6321   filter: "'NIC_Intel-X710' and
6322            '64B' and
6323            ('BASE' or 'SCALE') and
6324            'NDRPDR' and
6325            'ETH' and
6326            '2T1C' and
6327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6328            not 'VHOST' and
6329            not 'MEMIF' and
6330            not 'DRV_AVF'"
6331   parameters:
6332   - "throughput"
6333   - "parent"
6334   - "tags"
6335   sort:
6336   - "L2PATCH"
6337   - "L2XCBASE"
6338   - "BASE"
6339   - "FIB_10K"
6340   - "FIB_100K"
6341   - "FIB_1M"
6342   traces:
6343     hoverinfo: "x+y"
6344     boxpoints: "outliers"
6345     whiskerwidth: 0
6346   layout:
6347     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6348     layout: "plot-throughput"
6349
6350 -
6351   type: "plot"
6352   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6353   algorithm: "plot_performance_box"
6354   output-file-type: ".html"
6355   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6356   data: "plot-vpp-throughput-latency-3n-skx"
6357   filter: "'NIC_Intel-X710' and
6358            '64B' and
6359            ('BASE' or 'SCALE') and
6360            'NDRPDR' and
6361            'ETH' and
6362            '2T1C' and
6363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6364            not 'VHOST' and
6365            not 'MEMIF' and
6366            not 'DRV_AVF'"
6367   parameters:
6368   - "throughput"
6369   - "parent"
6370   - "tags"
6371   sort:
6372   - "L2PATCH"
6373   - "L2XCBASE"
6374   - "BASE"
6375   - "FIB_10K"
6376   - "FIB_100K"
6377   - "FIB_1M"
6378   traces:
6379     hoverinfo: "x+y"
6380     boxpoints: "outliers"
6381     whiskerwidth: 0
6382   layout:
6383     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6384     layout: "plot-throughput"
6385
6386 -
6387   type: "plot"
6388   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6389   algorithm: "plot_performance_box"
6390   output-file-type: ".html"
6391   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6392   data: "plot-vpp-throughput-latency-3n-skx"
6393   filter: "'NIC_Intel-X710' and
6394            '64B' and
6395            ('BASE' or 'SCALE') and
6396            'NDRPDR' and
6397            'ETH' and
6398            '4T2C' and
6399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6400            not 'VHOST' and
6401            not 'MEMIF' and
6402            not 'DRV_AVF'"
6403   parameters:
6404   - "throughput"
6405   - "parent"
6406   - "tags"
6407   sort:
6408   - "L2PATCH"
6409   - "L2XCBASE"
6410   - "BASE"
6411   - "FIB_10K"
6412   - "FIB_100K"
6413   - "FIB_1M"
6414   traces:
6415     hoverinfo: "x+y"
6416     boxpoints: "outliers"
6417     whiskerwidth: 0
6418   layout:
6419     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6420     layout: "plot-throughput"
6421
6422 -
6423   type: "plot"
6424   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6425   algorithm: "plot_performance_box"
6426   output-file-type: ".html"
6427   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6428   data: "plot-vpp-throughput-latency-3n-skx"
6429   filter: "'NIC_Intel-X710' and
6430            '64B' and
6431            ('BASE' or 'SCALE') and
6432            'NDRPDR' and
6433            'ETH' and
6434            '4T2C' and
6435            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6436            not 'VHOST' and
6437            not 'MEMIF' and
6438            not 'DRV_AVF'"
6439   parameters:
6440   - "throughput"
6441   - "parent"
6442   - "tags"
6443   sort:
6444   - "L2PATCH"
6445   - "L2XCBASE"
6446   - "BASE"
6447   - "FIB_10K"
6448   - "FIB_100K"
6449   - "FIB_1M"
6450   traces:
6451     hoverinfo: "x+y"
6452     boxpoints: "outliers"
6453     whiskerwidth: 0
6454   layout:
6455     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6456     layout: "plot-throughput"
6457
6458 # Packet Throughput - VPP L2 3n-skx-x710 features
6459 -
6460   type: "plot"
6461   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6462   algorithm: "plot_performance_box"
6463   output-file-type: ".html"
6464   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6465   data: "plot-vpp-throughput-latency-3n-skx"
6466   filter: "'NIC_Intel-X710' and
6467            '64B' and
6468            'NDRPDR' and
6469            '2T1C' and
6470            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6471            not 'ACL' and
6472            not 'VHOST' and
6473            not 'MEMIF'"
6474   parameters:
6475   - "throughput"
6476   - "parent"
6477   - "tags"
6478   sort:
6479   - "L2XCBASE"    # l2xcbase
6480   - "L2BDBASE"    # l2bdbase
6481   - "L2XCFWD"     # dot1q-l2xcbase
6482   - "L2BDMACLRN"  # dot1q-l2bdbase
6483   traces:
6484     hoverinfo: "x+y"
6485     boxpoints: "outliers"
6486     whiskerwidth: 0
6487   layout:
6488     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6489     layout: "plot-throughput"
6490
6491 -
6492   type: "plot"
6493   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6494   algorithm: "plot_performance_box"
6495   output-file-type: ".html"
6496   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6497   data: "plot-vpp-throughput-latency-3n-skx"
6498   filter: "'NIC_Intel-X710' and
6499            '64B' and
6500            'NDRPDR' and
6501            '2T1C' and
6502            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6503            not 'ACL' and
6504            not 'VHOST' and
6505            not 'MEMIF'"
6506   parameters:
6507   - "throughput"
6508   - "parent"
6509   - "tags"
6510   sort:
6511   - "L2XCBASE"    # l2xcbase
6512   - "L2BDBASE"    # l2bdbase
6513   - "L2XCFWD"     # dot1q-l2xcbase
6514   - "L2BDMACLRN"  # dot1q-l2bdbase
6515   traces:
6516     hoverinfo: "x+y"
6517     boxpoints: "outliers"
6518     whiskerwidth: 0
6519   layout:
6520     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6521     layout: "plot-throughput"
6522
6523 -
6524   type: "plot"
6525   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6526   algorithm: "plot_performance_box"
6527   output-file-type: ".html"
6528   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6529   data: "plot-vpp-throughput-latency-3n-skx"
6530   filter: "'NIC_Intel-X710' and
6531            '64B' and
6532            'NDRPDR' and
6533            '4T2C' and
6534            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6535            not 'ACL' and
6536            not 'VHOST' and
6537            not 'MEMIF'"
6538   parameters:
6539   - "throughput"
6540   - "parent"
6541   - "tags"
6542   sort:
6543   - "L2XCBASE"    # l2xcbase
6544   - "L2BDBASE"    # l2bdbase
6545   - "L2XCFWD"     # dot1q-l2xcbase
6546   - "L2BDMACLRN"  # dot1q-l2bdbase
6547   traces:
6548     hoverinfo: "x+y"
6549     boxpoints: "outliers"
6550     whiskerwidth: 0
6551   layout:
6552     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6553     layout: "plot-throughput"
6554
6555 -
6556   type: "plot"
6557   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6558   algorithm: "plot_performance_box"
6559   output-file-type: ".html"
6560   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6561   data: "plot-vpp-throughput-latency-3n-skx"
6562   filter: "'NIC_Intel-X710' and
6563            '64B' and
6564            'NDRPDR' and
6565            '4T2C' and
6566            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6567            not 'ACL' and
6568            not 'VHOST' and
6569            not 'MEMIF'"
6570   parameters:
6571   - "throughput"
6572   - "parent"
6573   - "tags"
6574   sort:
6575   - "L2XCBASE"    # l2xcbase
6576   - "L2BDBASE"    # l2bdbase
6577   - "L2XCFWD"     # dot1q-l2xcbase
6578   - "L2BDMACLRN"  # dot1q-l2bdbase
6579   traces:
6580     hoverinfo: "x+y"
6581     boxpoints: "outliers"
6582     whiskerwidth: 0
6583   layout:
6584     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6585     layout: "plot-throughput"
6586
6587 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6588 -
6589   type: "plot"
6590   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6591   algorithm: "plot_performance_box"
6592   output-file-type: ".html"
6593   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6594   data: "plot-vpp-throughput-latency-3n-skx"
6595   filter: "'NIC_Intel-XXV710' and
6596            '64B' and
6597            ('BASE' or 'SCALE') and
6598            'NDRPDR' and
6599            'ETH' and
6600            '2T1C' and
6601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6602            not 'VHOST' and
6603            not 'MEMIF' and
6604            not 'DRV_AVF'"
6605   parameters:
6606   - "throughput"
6607   - "parent"
6608   - "tags"
6609   sort:
6610   - "L2PATCH"
6611   - "L2XCBASE"
6612   - "BASE"
6613   - "FIB_10K"
6614   - "FIB_100K"
6615   - "FIB_1M"
6616   traces:
6617     hoverinfo: "x+y"
6618     boxpoints: "outliers"
6619     whiskerwidth: 0
6620   layout:
6621     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6622     layout: "plot-throughput"
6623
6624 -
6625   type: "plot"
6626   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6627   algorithm: "plot_performance_box"
6628   output-file-type: ".html"
6629   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6630   data: "plot-vpp-throughput-latency-3n-skx"
6631   filter: "'NIC_Intel-XXV710' and
6632            '64B' and
6633            ('BASE' or 'SCALE') and
6634            'NDRPDR' and
6635            'ETH' and
6636            '2T1C' and
6637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6638            not 'VHOST' and
6639            not 'MEMIF' and
6640            not 'DRV_AVF'"
6641   parameters:
6642   - "throughput"
6643   - "parent"
6644   - "tags"
6645   sort:
6646   - "L2PATCH"
6647   - "L2XCBASE"
6648   - "BASE"
6649   - "FIB_10K"
6650   - "FIB_100K"
6651   - "FIB_1M"
6652   traces:
6653     hoverinfo: "x+y"
6654     boxpoints: "outliers"
6655     whiskerwidth: 0
6656   layout:
6657     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6658     layout: "plot-throughput"
6659
6660 -
6661   type: "plot"
6662   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6663   algorithm: "plot_performance_box"
6664   output-file-type: ".html"
6665   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6666   data: "plot-vpp-throughput-latency-3n-skx"
6667   filter: "'NIC_Intel-XXV710' and
6668            '64B' and
6669            ('BASE' or 'SCALE') and
6670            'NDRPDR' and
6671            'ETH' and
6672            '4T2C' and
6673            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6674            not 'VHOST' and
6675            not 'MEMIF' and
6676            not 'DRV_AVF'"
6677   parameters:
6678   - "throughput"
6679   - "parent"
6680   - "tags"
6681   sort:
6682   - "L2PATCH"
6683   - "L2XCBASE"
6684   - "BASE"
6685   - "FIB_10K"
6686   - "FIB_100K"
6687   - "FIB_1M"
6688   traces:
6689     hoverinfo: "x+y"
6690     boxpoints: "outliers"
6691     whiskerwidth: 0
6692   layout:
6693     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6694     layout: "plot-throughput"
6695
6696 -
6697   type: "plot"
6698   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6699   algorithm: "plot_performance_box"
6700   output-file-type: ".html"
6701   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6702   data: "plot-vpp-throughput-latency-3n-skx"
6703   filter: "'NIC_Intel-XXV710' and
6704            '64B' and
6705            ('BASE' or 'SCALE') and
6706            'NDRPDR' and
6707            'ETH' and
6708            '4T2C' and
6709            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6710            not 'VHOST' and
6711            not 'MEMIF' and
6712            not 'DRV_AVF'"
6713   parameters:
6714   - "throughput"
6715   - "parent"
6716   - "tags"
6717   sort:
6718   - "L2PATCH"
6719   - "L2XCBASE"
6720   - "BASE"
6721   - "FIB_10K"
6722   - "FIB_100K"
6723   - "FIB_1M"
6724   traces:
6725     hoverinfo: "x+y"
6726     boxpoints: "outliers"
6727     whiskerwidth: 0
6728   layout:
6729     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6730     layout: "plot-throughput"
6731
6732 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6733 -
6734   type: "plot"
6735   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6736   algorithm: "plot_performance_box"
6737   output-file-type: ".html"
6738   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6739   data: "plot-vpp-throughput-latency-2n-skx"
6740   filter: "'NIC_Intel-X710' and
6741            '64B' and
6742            ('BASE' or 'SCALE') and
6743            'NDRPDR' and
6744            'ETH' and
6745            '2T1C' and
6746            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6747            not 'VHOST' and
6748            not 'MEMIF'"
6749   parameters:
6750   - "throughput"
6751   - "parent"
6752   - "tags"
6753   sort:
6754   - "L2PATCH"
6755   - "L2XCBASE"
6756   - "BASE"
6757   - "FIB_10K"
6758   - "FIB_100K"
6759   - "FIB_1M"
6760   traces:
6761     hoverinfo: "x+y"
6762     boxpoints: "outliers"
6763     whiskerwidth: 0
6764   layout:
6765     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6766     layout: "plot-throughput"
6767
6768 -
6769   type: "plot"
6770   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6771   algorithm: "plot_performance_box"
6772   output-file-type: ".html"
6773   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6774   data: "plot-vpp-throughput-latency-2n-skx"
6775   filter: "'NIC_Intel-X710' and
6776            '64B' and
6777            ('BASE' or 'SCALE') and
6778            'NDRPDR' and
6779            'ETH' and
6780            '2T1C' and
6781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6782            not 'VHOST' and
6783            not 'MEMIF'"
6784   parameters:
6785   - "throughput"
6786   - "parent"
6787   - "tags"
6788   sort:
6789   - "L2PATCH"
6790   - "L2XCBASE"
6791   - "BASE"
6792   - "FIB_10K"
6793   - "FIB_100K"
6794   - "FIB_1M"
6795   traces:
6796     hoverinfo: "x+y"
6797     boxpoints: "outliers"
6798     whiskerwidth: 0
6799   layout:
6800     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6801     layout: "plot-throughput"
6802
6803 -
6804   type: "plot"
6805   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6806   algorithm: "plot_performance_box"
6807   output-file-type: ".html"
6808   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6809   data: "plot-vpp-throughput-latency-2n-skx"
6810   filter: "'NIC_Intel-X710' and
6811            '64B' and
6812            ('BASE' or 'SCALE') and
6813            'NDRPDR' and
6814            'ETH' and
6815            '4T2C' and
6816            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6817            not 'VHOST' and
6818            not 'MEMIF'"
6819   parameters:
6820   - "throughput"
6821   - "parent"
6822   - "tags"
6823   sort:
6824   - "L2PATCH"
6825   - "L2XCBASE"
6826   - "BASE"
6827   - "FIB_10K"
6828   - "FIB_100K"
6829   - "FIB_1M"
6830   traces:
6831     hoverinfo: "x+y"
6832     boxpoints: "outliers"
6833     whiskerwidth: 0
6834   layout:
6835     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6836     layout: "plot-throughput"
6837
6838 -
6839   type: "plot"
6840   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6841   algorithm: "plot_performance_box"
6842   output-file-type: ".html"
6843   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6844   data: "plot-vpp-throughput-latency-2n-skx"
6845   filter: "'NIC_Intel-X710' and
6846            '64B' and
6847            ('BASE' or 'SCALE') and
6848            'NDRPDR' and
6849            'ETH' and
6850            '4T2C' and
6851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6852            not 'VHOST' and
6853            not 'MEMIF'"
6854   parameters:
6855   - "throughput"
6856   - "parent"
6857   - "tags"
6858   sort:
6859   - "L2PATCH"
6860   - "L2XCBASE"
6861   - "BASE"
6862   - "FIB_10K"
6863   - "FIB_100K"
6864   - "FIB_1M"
6865   traces:
6866     hoverinfo: "x+y"
6867     boxpoints: "outliers"
6868     whiskerwidth: 0
6869   layout:
6870     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6871     layout: "plot-throughput"
6872
6873 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6874 -
6875   type: "plot"
6876   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6877   algorithm: "plot_performance_box"
6878   output-file-type: ".html"
6879   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6880   data: "plot-vpp-throughput-latency-2n-skx"
6881   filter: "'NIC_Intel-XXV710' and
6882            '64B' and
6883            ('BASE' or 'SCALE') and
6884            'NDRPDR' and
6885            'ETH' and
6886            '2T1C' and
6887            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6888            not 'VHOST' and
6889            not 'MEMIF'"
6890   parameters:
6891   - "throughput"
6892   - "parent"
6893   - "tags"
6894   sort:
6895   - "L2PATCH"
6896   - "L2XCBASE"
6897   - "BASE"
6898   - "FIB_10K"
6899   - "FIB_100K"
6900   - "FIB_1M"
6901   traces:
6902     hoverinfo: "x+y"
6903     boxpoints: "outliers"
6904     whiskerwidth: 0
6905   layout:
6906     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6907     layout: "plot-throughput"
6908
6909 -
6910   type: "plot"
6911   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6912   algorithm: "plot_performance_box"
6913   output-file-type: ".html"
6914   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6915   data: "plot-vpp-throughput-latency-2n-skx"
6916   filter: "'NIC_Intel-XXV710' and
6917            '64B' and
6918            ('BASE' or 'SCALE') and
6919            'NDRPDR' and
6920            'ETH' and
6921            '2T1C' and
6922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6923            not 'VHOST' and
6924            not 'MEMIF'"
6925   parameters:
6926   - "throughput"
6927   - "parent"
6928   - "tags"
6929   sort:
6930   - "L2PATCH"
6931   - "L2XCBASE"
6932   - "BASE"
6933   - "FIB_10K"
6934   - "FIB_100K"
6935   - "FIB_1M"
6936   traces:
6937     hoverinfo: "x+y"
6938     boxpoints: "outliers"
6939     whiskerwidth: 0
6940   layout:
6941     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6942     layout: "plot-throughput"
6943
6944 -
6945   type: "plot"
6946   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6947   algorithm: "plot_performance_box"
6948   output-file-type: ".html"
6949   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6950   data: "plot-vpp-throughput-latency-2n-skx"
6951   filter: "'NIC_Intel-XXV710' and
6952            '64B' and
6953            ('BASE' or 'SCALE') and
6954            'NDRPDR' and
6955            'ETH' and
6956            '4T2C' and
6957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6958            not 'VHOST' and
6959            not 'MEMIF'"
6960   parameters:
6961   - "throughput"
6962   - "parent"
6963   - "tags"
6964   sort:
6965   - "L2PATCH"
6966   - "L2XCBASE"
6967   - "BASE"
6968   - "FIB_10K"
6969   - "FIB_100K"
6970   - "FIB_1M"
6971   traces:
6972     hoverinfo: "x+y"
6973     boxpoints: "outliers"
6974     whiskerwidth: 0
6975   layout:
6976     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6977     layout: "plot-throughput"
6978
6979 -
6980   type: "plot"
6981   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6982   algorithm: "plot_performance_box"
6983   output-file-type: ".html"
6984   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6985   data: "plot-vpp-throughput-latency-2n-skx"
6986   filter: "'NIC_Intel-XXV710' and
6987            '64B' and
6988            ('BASE' or 'SCALE') and
6989            'NDRPDR' and
6990            'ETH' and
6991            '4T2C' and
6992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6993            not 'VHOST' and
6994            not 'MEMIF'"
6995   parameters:
6996   - "throughput"
6997   - "parent"
6998   - "tags"
6999   sort:
7000   - "L2PATCH"
7001   - "L2XCBASE"
7002   - "BASE"
7003   - "FIB_10K"
7004   - "FIB_100K"
7005   - "FIB_1M"
7006   traces:
7007     hoverinfo: "x+y"
7008     boxpoints: "outliers"
7009     whiskerwidth: 0
7010   layout:
7011     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7012     layout: "plot-throughput"
7013
7014 # Packet Throughput - VPP L2 2n-dnv-x553 base
7015 -
7016   type: "plot"
7017   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7018   algorithm: "plot_performance_box"
7019   output-file-type: ".html"
7020   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7021   data: "intel-dnv-vpp"
7022   filter: "'NIC_Intel-X553' and
7023            '64B' and
7024            'BASE' and
7025            'NDRPDR' and
7026            'ETH' and
7027            '1T1C' and
7028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7029            not 'VHOST' and
7030            not 'MEMIF'"
7031   parameters:
7032   - "throughput"
7033   - "parent"
7034   - "tags"
7035   sort:
7036   - "L2XCBASE"
7037   - "L2BDMACLRN"
7038   - "L2PATCH"
7039   traces:
7040     hoverinfo: "x+y"
7041     boxpoints: "outliers"
7042     whiskerwidth: 0
7043   layout:
7044     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7045     layout: "plot-throughput"
7046
7047 -
7048   type: "plot"
7049   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7050   algorithm: "plot_performance_box"
7051   output-file-type: ".html"
7052   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7053   data: "intel-dnv-vpp"
7054   filter: "'NIC_Intel-X553' and
7055            '64B' and
7056            ('BASE' or 'SCALE') and
7057            'NDRPDR' and
7058            'ETH' and
7059            '1T1C' and
7060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7061            not 'VHOST' and
7062            not 'MEMIF'"
7063   parameters:
7064   - "throughput"
7065   - "parent"
7066   - "tags"
7067   sort:
7068   - "L2XCBASE"
7069   - "L2BDMACLRN"
7070   - "L2PATCH"
7071   traces:
7072     hoverinfo: "x+y"
7073     boxpoints: "outliers"
7074     whiskerwidth: 0
7075   layout:
7076     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7077     layout: "plot-throughput"
7078
7079 -
7080   type: "plot"
7081   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7082   algorithm: "plot_performance_box"
7083   output-file-type: ".html"
7084   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7085   data: "intel-dnv-vpp"
7086   filter: "'NIC_Intel-X553' and
7087            '64B' and
7088            ('BASE' or 'SCALE') and
7089            'NDRPDR' and
7090            'ETH' and
7091            '2T2C' and
7092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7093            not 'VHOST' and
7094            not 'MEMIF'"
7095   parameters:
7096   - "throughput"
7097   - "parent"
7098   - "tags"
7099   sort:
7100   - "L2XCBASE"
7101   - "L2BDMACLRN"
7102   - "L2PATCH"
7103   traces:
7104     hoverinfo: "x+y"
7105     boxpoints: "outliers"
7106     whiskerwidth: 0
7107   layout:
7108     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7109     layout: "plot-throughput"
7110
7111 -
7112   type: "plot"
7113   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7114   algorithm: "plot_performance_box"
7115   output-file-type: ".html"
7116   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7117   data: "intel-dnv-vpp"
7118   filter: "'NIC_Intel-X553' and
7119            '64B' and
7120            ('BASE' or 'SCALE') and
7121            'NDRPDR' and
7122            'ETH' and
7123            '2T2C' and
7124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7125            not 'VHOST' and
7126            not 'MEMIF'"
7127   parameters:
7128   - "throughput"
7129   - "parent"
7130   - "tags"
7131   sort:
7132   - "L2XCBASE"
7133   - "L2BDMACLRN"
7134   - "L2PATCH"
7135   traces:
7136     hoverinfo: "x+y"
7137     boxpoints: "outliers"
7138     whiskerwidth: 0
7139   layout:
7140     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7141     layout: "plot-throughput"
7142
7143 ################################################################################
7144
7145 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7146 -
7147   type: "plot"
7148   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7149   algorithm: "plot_performance_box"
7150   output-file-type: ".html"
7151   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7152   data: "plot-vpp-throughput-latency-3n-hsw"
7153   filter: "'NIC_Intel-X520-DA2' and
7154            '64B' and
7155            ('BASE' or 'SCALE') and
7156            'NDRPDR' and
7157            '1T1C' and
7158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7159            not 'VHOST' and
7160            'MEMIF'"
7161   parameters:
7162   - "throughput"
7163   - "parent"
7164   - "tags"
7165   sort:
7166   - "L2XCFWD"
7167   - "L2XCFWD"
7168   - "L2XCFWD"
7169   - "L2BDMACLRN"
7170   - "L2BDMACLRN"
7171   - "L2BDMACLRN"
7172   traces:
7173     hoverinfo: "x+y"
7174     boxpoints: "outliers"
7175     whiskerwidth: 0
7176   layout:
7177     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7178     layout: "plot-throughput"
7179
7180 -
7181   type: "plot"
7182   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7183   algorithm: "plot_performance_box"
7184   output-file-type: ".html"
7185   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7186   data: "plot-vpp-throughput-latency-3n-hsw"
7187   filter: "'NIC_Intel-X520-DA2' and
7188            '64B' and
7189            ('BASE' or 'SCALE') and
7190            'NDRPDR' and
7191            '1T1C' and
7192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7193            not 'VHOST' and
7194            'MEMIF'"
7195   parameters:
7196   - "throughput"
7197   - "parent"
7198   - "tags"
7199   sort:
7200   - "L2XCFWD"
7201   - "L2XCFWD"
7202   - "L2XCFWD"
7203   - "L2BDMACLRN"
7204   - "L2BDMACLRN"
7205   - "L2BDMACLRN"
7206   traces:
7207     hoverinfo: "x+y"
7208     boxpoints: "outliers"
7209     whiskerwidth: 0
7210   layout:
7211     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7212     layout: "plot-throughput"
7213
7214 -
7215   type: "plot"
7216   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7217   algorithm: "plot_performance_box"
7218   output-file-type: ".html"
7219   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7220   data: "plot-vpp-throughput-latency-3n-hsw"
7221   filter: "'NIC_Intel-X520-DA2' and
7222            '64B' and
7223            ('BASE' or 'SCALE') and
7224            'NDRPDR' and
7225            '2T2C' and
7226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7227            not 'VHOST' and
7228            'MEMIF'"
7229   parameters:
7230   - "throughput"
7231   - "parent"
7232   - "tags"
7233   sort:
7234   - "L2XCFWD"
7235   - "L2XCFWD"
7236   - "L2XCFWD"
7237   - "L2BDMACLRN"
7238   - "L2BDMACLRN"
7239   - "L2BDMACLRN"
7240   traces:
7241     hoverinfo: "x+y"
7242     boxpoints: "outliers"
7243     whiskerwidth: 0
7244   layout:
7245     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7246     layout: "plot-throughput"
7247
7248 -
7249   type: "plot"
7250   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7251   algorithm: "plot_performance_box"
7252   output-file-type: ".html"
7253   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7254   data: "plot-vpp-throughput-latency-3n-hsw"
7255   filter: "'NIC_Intel-X520-DA2' and
7256            '64B' and
7257            ('BASE' or 'SCALE') and
7258            'NDRPDR' and
7259            '2T2C' and
7260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7261            not 'VHOST' and
7262            'MEMIF'"
7263   parameters:
7264   - "throughput"
7265   - "parent"
7266   - "tags"
7267   sort:
7268   - "L2XCFWD"
7269   - "L2XCFWD"
7270   - "L2XCFWD"
7271   - "L2BDMACLRN"
7272   - "L2BDMACLRN"
7273   - "L2BDMACLRN"
7274   traces:
7275     hoverinfo: "x+y"
7276     boxpoints: "outliers"
7277     whiskerwidth: 0
7278   layout:
7279     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7280     layout: "plot-throughput"
7281
7282 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7283 -
7284   type: "plot"
7285   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7286   algorithm: "plot_performance_box"
7287   output-file-type: ".html"
7288   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7289   data: "plot-vpp-throughput-latency-3n-hsw"
7290   filter: "'NIC_Intel-X710' and
7291            '64B' and
7292            ('BASE' or 'SCALE') and
7293            'NDRPDR' and
7294            '1T1C' and
7295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7296            not 'VHOST' and
7297            'MEMIF'"
7298   parameters:
7299   - "throughput"
7300   - "parent"
7301   - "tags"
7302   sort:
7303   - "L2XCFWD"
7304   - "L2XCFWD"
7305   - "L2XCFWD"
7306   - "L2BDMACLRN"
7307   - "L2BDMACLRN"
7308   - "L2BDMACLRN"
7309   traces:
7310     hoverinfo: "x+y"
7311     boxpoints: "outliers"
7312     whiskerwidth: 0
7313   layout:
7314     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7315     layout: "plot-throughput"
7316
7317 -
7318   type: "plot"
7319   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7320   algorithm: "plot_performance_box"
7321   output-file-type: ".html"
7322   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7323   data: "plot-vpp-throughput-latency-3n-hsw"
7324   filter: "'NIC_Intel-X710' and
7325            '64B' and
7326            ('BASE' or 'SCALE') and
7327            'NDRPDR' and
7328            '1T1C' and
7329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7330            not 'VHOST' and
7331            'MEMIF'"
7332   parameters:
7333   - "throughput"
7334   - "parent"
7335   - "tags"
7336   sort:
7337   - "L2XCFWD"
7338   - "L2XCFWD"
7339   - "L2XCFWD"
7340   - "L2BDMACLRN"
7341   - "L2BDMACLRN"
7342   - "L2BDMACLRN"
7343   traces:
7344     hoverinfo: "x+y"
7345     boxpoints: "outliers"
7346     whiskerwidth: 0
7347   layout:
7348     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7349     layout: "plot-throughput"
7350
7351 -
7352   type: "plot"
7353   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7354   algorithm: "plot_performance_box"
7355   output-file-type: ".html"
7356   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7357   data: "plot-vpp-throughput-latency-3n-hsw"
7358   filter: "'NIC_Intel-X710' and
7359            '64B' and
7360            ('BASE' or 'SCALE') and
7361            'NDRPDR' and
7362            '2T2C' and
7363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7364            not 'VHOST' and
7365            'MEMIF'"
7366   parameters:
7367   - "throughput"
7368   - "parent"
7369   - "tags"
7370   sort:
7371   - "L2XCFWD"
7372   - "L2XCFWD"
7373   - "L2XCFWD"
7374   - "L2BDMACLRN"
7375   - "L2BDMACLRN"
7376   - "L2BDMACLRN"
7377   traces:
7378     hoverinfo: "x+y"
7379     boxpoints: "outliers"
7380     whiskerwidth: 0
7381   layout:
7382     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7383     layout: "plot-throughput"
7384
7385 -
7386   type: "plot"
7387   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7388   algorithm: "plot_performance_box"
7389   output-file-type: ".html"
7390   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7391   data: "plot-vpp-throughput-latency-3n-hsw"
7392   filter: "'NIC_Intel-X710' and
7393            '64B' and
7394            ('BASE' or 'SCALE') and
7395            'NDRPDR' and
7396            '2T2C' and
7397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7398            not 'VHOST' and
7399            'MEMIF'"
7400   parameters:
7401   - "throughput"
7402   - "parent"
7403   - "tags"
7404   sort:
7405   - "L2XCFWD"
7406   - "L2XCFWD"
7407   - "L2XCFWD"
7408   - "L2BDMACLRN"
7409   - "L2BDMACLRN"
7410   - "L2BDMACLRN"
7411   traces:
7412     hoverinfo: "x+y"
7413     boxpoints: "outliers"
7414     whiskerwidth: 0
7415   layout:
7416     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7417     layout: "plot-throughput"
7418
7419 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7420 -
7421   type: "plot"
7422   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7423   algorithm: "plot_performance_box"
7424   output-file-type: ".html"
7425   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7426   data: "plot-vpp-throughput-latency-3n-hsw"
7427   filter: "'NIC_Intel-XL710' and
7428            '64B' and
7429            ('BASE' or 'SCALE') and
7430            'NDRPDR' and
7431            '1T1C' and
7432            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7433            not 'VHOST' and
7434            'MEMIF'"
7435   parameters:
7436   - "throughput"
7437   - "parent"
7438   - "tags"
7439   sort:
7440   - "L2XCFWD"
7441   - "L2XCFWD"
7442   - "L2XCFWD"
7443   - "L2BDMACLRN"
7444   - "L2BDMACLRN"
7445   - "L2BDMACLRN"
7446   traces:
7447     hoverinfo: "x+y"
7448     boxpoints: "outliers"
7449     whiskerwidth: 0
7450   layout:
7451     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7452     layout: "plot-throughput"
7453
7454 -
7455   type: "plot"
7456   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7457   algorithm: "plot_performance_box"
7458   output-file-type: ".html"
7459   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7460   data: "plot-vpp-throughput-latency-3n-hsw"
7461   filter: "'NIC_Intel-XL710' and
7462            '64B' and
7463            ('BASE' or 'SCALE') and
7464            'NDRPDR' and
7465            '1T1C' and
7466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7467            not 'VHOST' and
7468            'MEMIF'"
7469   parameters:
7470   - "throughput"
7471   - "parent"
7472   - "tags"
7473   sort:
7474   - "L2XCFWD"
7475   - "L2XCFWD"
7476   - "L2XCFWD"
7477   - "L2BDMACLRN"
7478   - "L2BDMACLRN"
7479   - "L2BDMACLRN"
7480   traces:
7481     hoverinfo: "x+y"
7482     boxpoints: "outliers"
7483     whiskerwidth: 0
7484   layout:
7485     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7486     layout: "plot-throughput"
7487
7488 -
7489   type: "plot"
7490   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7491   algorithm: "plot_performance_box"
7492   output-file-type: ".html"
7493   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7494   data: "plot-vpp-throughput-latency-3n-hsw"
7495   filter: "'NIC_Intel-XL710' and
7496            '64B' and
7497            ('BASE' or 'SCALE') and
7498            'NDRPDR' and
7499            '2T2C' and
7500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7501            not 'VHOST' and
7502            'MEMIF'"
7503   parameters:
7504   - "throughput"
7505   - "parent"
7506   - "tags"
7507   sort:
7508   - "L2XCFWD"
7509   - "L2XCFWD"
7510   - "L2XCFWD"
7511   - "L2BDMACLRN"
7512   - "L2BDMACLRN"
7513   - "L2BDMACLRN"
7514   traces:
7515     hoverinfo: "x+y"
7516     boxpoints: "outliers"
7517     whiskerwidth: 0
7518   layout:
7519     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7520     layout: "plot-throughput"
7521
7522 -
7523   type: "plot"
7524   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7525   algorithm: "plot_performance_box"
7526   output-file-type: ".html"
7527   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7528   data: "plot-vpp-throughput-latency-3n-hsw"
7529   filter: "'NIC_Intel-XL710' and
7530            '64B' and
7531            ('BASE' or 'SCALE') and
7532            'NDRPDR' and
7533            '2T2C' and
7534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7535            not 'VHOST' and
7536            'MEMIF'"
7537   parameters:
7538   - "throughput"
7539   - "parent"
7540   - "tags"
7541   sort:
7542   - "L2XCFWD"
7543   - "L2XCFWD"
7544   - "L2XCFWD"
7545   - "L2BDMACLRN"
7546   - "L2BDMACLRN"
7547   - "L2BDMACLRN"
7548   traces:
7549     hoverinfo: "x+y"
7550     boxpoints: "outliers"
7551     whiskerwidth: 0
7552   layout:
7553     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7554     layout: "plot-throughput"
7555
7556 # Packet Throughput - VPP Container Memif 3n-skx-x710
7557 -
7558   type: "plot"
7559   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7560   algorithm: "plot_performance_box"
7561   output-file-type: ".html"
7562   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7563   data: "plot-vpp-throughput-latency-3n-skx"
7564   filter: "'NIC_Intel-X710' and
7565            '64B' and
7566            ('BASE' or 'SCALE') and
7567            'NDRPDR' and
7568            '2T1C' and
7569            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7570            not 'VHOST' and
7571            'MEMIF'"
7572   parameters:
7573   - "throughput"
7574   - "parent"
7575   - "tags"
7576   sort:
7577   - "L2XCFWD"
7578   - "L2XCFWD"
7579   - "L2XCFWD"
7580   - "L2BDMACLRN"
7581   - "L2BDMACLRN"
7582   - "L2BDMACLRN"
7583   traces:
7584     hoverinfo: "x+y"
7585     boxpoints: "outliers"
7586     whiskerwidth: 0
7587   layout:
7588     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7589     layout: "plot-throughput"
7590
7591 -
7592   type: "plot"
7593   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7594   algorithm: "plot_performance_box"
7595   output-file-type: ".html"
7596   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7597   data: "plot-vpp-throughput-latency-3n-skx"
7598   filter: "'NIC_Intel-X710' and
7599            '64B' and
7600            ('BASE' or 'SCALE') and
7601            'NDRPDR' and
7602            '2T1C' and
7603            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7604            not 'VHOST' and
7605            'MEMIF'"
7606   parameters:
7607   - "throughput"
7608   - "parent"
7609   - "tags"
7610   sort:
7611   - "L2XCFWD"
7612   - "L2XCFWD"
7613   - "L2XCFWD"
7614   - "L2BDMACLRN"
7615   - "L2BDMACLRN"
7616   - "L2BDMACLRN"
7617   traces:
7618     hoverinfo: "x+y"
7619     boxpoints: "outliers"
7620     whiskerwidth: 0
7621   layout:
7622     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7623     layout: "plot-throughput"
7624
7625 -
7626   type: "plot"
7627   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7628   algorithm: "plot_performance_box"
7629   output-file-type: ".html"
7630   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7631   data: "plot-vpp-throughput-latency-3n-skx"
7632   filter: "'NIC_Intel-X710' and
7633            '64B' and
7634            ('BASE' or 'SCALE') and
7635            'NDRPDR' and
7636            '4T2C' and
7637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7638            not 'VHOST' and
7639            'MEMIF'"
7640   parameters:
7641   - "throughput"
7642   - "parent"
7643   - "tags"
7644   sort:
7645   - "L2XCFWD"
7646   - "L2XCFWD"
7647   - "L2XCFWD"
7648   - "L2BDMACLRN"
7649   - "L2BDMACLRN"
7650   - "L2BDMACLRN"
7651   traces:
7652     hoverinfo: "x+y"
7653     boxpoints: "outliers"
7654     whiskerwidth: 0
7655   layout:
7656     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7657     layout: "plot-throughput"
7658
7659 -
7660   type: "plot"
7661   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7662   algorithm: "plot_performance_box"
7663   output-file-type: ".html"
7664   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7665   data: "plot-vpp-throughput-latency-3n-skx"
7666   filter: "'NIC_Intel-X710' and
7667            '64B' and
7668            ('BASE' or 'SCALE') and
7669            'NDRPDR' and
7670            '4T2C' and
7671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7672            not 'VHOST' and
7673            'MEMIF'"
7674   parameters:
7675   - "throughput"
7676   - "parent"
7677   - "tags"
7678   sort:
7679   - "L2XCFWD"
7680   - "L2XCFWD"
7681   - "L2XCFWD"
7682   - "L2BDMACLRN"
7683   - "L2BDMACLRN"
7684   - "L2BDMACLRN"
7685   traces:
7686     hoverinfo: "x+y"
7687     boxpoints: "outliers"
7688     whiskerwidth: 0
7689   layout:
7690     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7691     layout: "plot-throughput"
7692
7693 # Packet Throughput - VPP Container Memif 2n-skx-x710
7694 -
7695   type: "plot"
7696   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7697   algorithm: "plot_performance_box"
7698   output-file-type: ".html"
7699   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7700   data: "plot-vpp-throughput-latency-2n-skx"
7701   filter: "'NIC_Intel-X710' and
7702            '64B' and
7703            ('BASE' or 'SCALE') and
7704            'NDRPDR' and
7705            '2T1C' and
7706            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7707            not 'VHOST' and
7708            'MEMIF'"
7709   parameters:
7710   - "throughput"
7711   - "parent"
7712   - "tags"
7713   sort:
7714   - "L2XCFWD"
7715   - "L2XCFWD"
7716   - "L2XCFWD"
7717   - "L2BDMACLRN"
7718   - "L2BDMACLRN"
7719   - "L2BDMACLRN"
7720   traces:
7721     hoverinfo: "x+y"
7722     boxpoints: "outliers"
7723     whiskerwidth: 0
7724   layout:
7725     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7726     layout: "plot-throughput"
7727
7728 -
7729   type: "plot"
7730   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7731   algorithm: "plot_performance_box"
7732   output-file-type: ".html"
7733   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7734   data: "plot-vpp-throughput-latency-2n-skx"
7735   filter: "'NIC_Intel-X710' and
7736            '64B' and
7737            ('BASE' or 'SCALE') and
7738            'NDRPDR' and
7739            '2T1C' and
7740            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7741            not 'VHOST' and
7742            'MEMIF'"
7743   parameters:
7744   - "throughput"
7745   - "parent"
7746   - "tags"
7747   sort:
7748   - "L2XCFWD"
7749   - "L2XCFWD"
7750   - "L2XCFWD"
7751   - "L2BDMACLRN"
7752   - "L2BDMACLRN"
7753   - "L2BDMACLRN"
7754   traces:
7755     hoverinfo: "x+y"
7756     boxpoints: "outliers"
7757     whiskerwidth: 0
7758   layout:
7759     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7760     layout: "plot-throughput"
7761
7762 -
7763   type: "plot"
7764   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7765   algorithm: "plot_performance_box"
7766   output-file-type: ".html"
7767   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7768   data: "plot-vpp-throughput-latency-2n-skx"
7769   filter: "'NIC_Intel-X710' and
7770            '64B' and
7771            ('BASE' or 'SCALE') and
7772            'NDRPDR' and
7773            '4T2C' and
7774            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7775            not 'VHOST' and
7776            'MEMIF'"
7777   parameters:
7778   - "throughput"
7779   - "parent"
7780   - "tags"
7781   sort:
7782   - "L2XCFWD"
7783   - "L2XCFWD"
7784   - "L2XCFWD"
7785   - "L2BDMACLRN"
7786   - "L2BDMACLRN"
7787   - "L2BDMACLRN"
7788   traces:
7789     hoverinfo: "x+y"
7790     boxpoints: "outliers"
7791     whiskerwidth: 0
7792   layout:
7793     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7794     layout: "plot-throughput"
7795
7796 -
7797   type: "plot"
7798   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7799   algorithm: "plot_performance_box"
7800   output-file-type: ".html"
7801   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7802   data: "plot-vpp-throughput-latency-2n-skx"
7803   filter: "'NIC_Intel-X710' and
7804            '64B' and
7805            ('BASE' or 'SCALE') and
7806            'NDRPDR' and
7807            '4T2C' and
7808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7809            not 'VHOST' and
7810            'MEMIF'"
7811   parameters:
7812   - "throughput"
7813   - "parent"
7814   - "tags"
7815   sort:
7816   - "L2XCFWD"
7817   - "L2XCFWD"
7818   - "L2XCFWD"
7819   - "L2BDMACLRN"
7820   - "L2BDMACLRN"
7821   - "L2BDMACLRN"
7822   traces:
7823     hoverinfo: "x+y"
7824     boxpoints: "outliers"
7825     whiskerwidth: 0
7826   layout:
7827     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7828     layout: "plot-throughput"
7829
7830 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7831 -
7832   type: "plot"
7833   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7834   algorithm: "plot_performance_box"
7835   output-file-type: ".html"
7836   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7837   data: "plot-vpp-throughput-latency-2n-skx"
7838   filter: "'NIC_Intel-XXV710' and
7839            '64B' and
7840            ('BASE' or 'SCALE') and
7841            'NDRPDR' and
7842            '2T1C' and
7843            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7844            not 'VHOST' and
7845            'MEMIF'"
7846   parameters:
7847   - "throughput"
7848   - "parent"
7849   - "tags"
7850   sort:
7851   - "L2XCFWD"
7852   - "L2XCFWD"
7853   - "L2XCFWD"
7854   - "L2BDMACLRN"
7855   - "L2BDMACLRN"
7856   - "L2BDMACLRN"
7857   traces:
7858     hoverinfo: "x+y"
7859     boxpoints: "outliers"
7860     whiskerwidth: 0
7861   layout:
7862     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7863     layout: "plot-throughput"
7864
7865 -
7866   type: "plot"
7867   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7868   algorithm: "plot_performance_box"
7869   output-file-type: ".html"
7870   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7871   data: "plot-vpp-throughput-latency-2n-skx"
7872   filter: "'NIC_Intel-XXV710' and
7873            '64B' and
7874            ('BASE' or 'SCALE') and
7875            'NDRPDR' and
7876            '2T1C' and
7877            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7878            not 'VHOST' and
7879            'MEMIF'"
7880   parameters:
7881   - "throughput"
7882   - "parent"
7883   - "tags"
7884   sort:
7885   - "L2XCFWD"
7886   - "L2XCFWD"
7887   - "L2XCFWD"
7888   - "L2BDMACLRN"
7889   - "L2BDMACLRN"
7890   - "L2BDMACLRN"
7891   traces:
7892     hoverinfo: "x+y"
7893     boxpoints: "outliers"
7894     whiskerwidth: 0
7895   layout:
7896     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7897     layout: "plot-throughput"
7898
7899 -
7900   type: "plot"
7901   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7902   algorithm: "plot_performance_box"
7903   output-file-type: ".html"
7904   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7905   data: "plot-vpp-throughput-latency-2n-skx"
7906   filter: "'NIC_Intel-XXV710' and
7907            '64B' and
7908            ('BASE' or 'SCALE') and
7909            'NDRPDR' and
7910            '4T2C' and
7911            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7912            not 'VHOST' and
7913            'MEMIF'"
7914   parameters:
7915   - "throughput"
7916   - "parent"
7917   - "tags"
7918   sort:
7919   - "L2XCFWD"
7920   - "L2XCFWD"
7921   - "L2XCFWD"
7922   - "L2BDMACLRN"
7923   - "L2BDMACLRN"
7924   - "L2BDMACLRN"
7925   traces:
7926     hoverinfo: "x+y"
7927     boxpoints: "outliers"
7928     whiskerwidth: 0
7929   layout:
7930     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7931     layout: "plot-throughput"
7932
7933 -
7934   type: "plot"
7935   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7936   algorithm: "plot_performance_box"
7937   output-file-type: ".html"
7938   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7939   data: "plot-vpp-throughput-latency-2n-skx"
7940   filter: "'NIC_Intel-XXV710' and
7941            '64B' and
7942            ('BASE' or 'SCALE') and
7943            'NDRPDR' and
7944            '4T2C' and
7945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7946            not 'VHOST' and
7947            'MEMIF'"
7948   parameters:
7949   - "throughput"
7950   - "parent"
7951   - "tags"
7952   sort:
7953   - "L2XCFWD"
7954   - "L2XCFWD"
7955   - "L2XCFWD"
7956   - "L2BDMACLRN"
7957   - "L2BDMACLRN"
7958   - "L2BDMACLRN"
7959   traces:
7960     hoverinfo: "x+y"
7961     boxpoints: "outliers"
7962     whiskerwidth: 0
7963   layout:
7964     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7965     layout: "plot-throughput"
7966
7967 ################################################################################
7968
7969 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7970 -
7971   type: "plot"
7972   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7973   algorithm: "plot_performance_box"
7974   output-file-type: ".html"
7975   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7976   data: "plot-ligato-throughput-latency-3n-hsw"
7977   filter: "'NIC_Intel-X520-DA2' and
7978            '64B' and
7979            ('BASE' or 'SCALE') and
7980            'NDRPDR' and
7981            '1T1C' and
7982            'L2XCFWD' and
7983            not 'VHOST' and
7984            'MEMIF'"
7985   parameters:
7986   - "throughput"
7987   - "parent"
7988   - "tags"
7989   sort:
7990   - "1VNF"
7991   - "2VNF"
7992   - "4VNF"
7993   - "2VNF"
7994   - "4VNF"
7995   traces:
7996     hoverinfo: "x+y"
7997     boxpoints: "outliers"
7998     whiskerwidth: 0
7999   layout:
8000     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8001     layout: "plot-throughput"
8002
8003 -
8004   type: "plot"
8005   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8006   algorithm: "plot_performance_box"
8007   output-file-type: ".html"
8008   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8009   data: "plot-ligato-throughput-latency-3n-hsw"
8010   filter: "'NIC_Intel-X520-DA2' and
8011            '64B' and
8012            ('BASE' or 'SCALE') and
8013            'NDRPDR' and
8014            '1T1C' and
8015            'L2XCFWD' and
8016            not 'VHOST' and
8017            'MEMIF'"
8018   parameters:
8019   - "throughput"
8020   - "parent"
8021   - "tags"
8022   sort:
8023   - "1VNF"
8024   - "2VNF"
8025   - "4VNF"
8026   - "2VNF"
8027   - "4VNF"
8028   traces:
8029     hoverinfo: "x+y"
8030     boxpoints: "outliers"
8031     whiskerwidth: 0
8032   layout:
8033     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8034     layout: "plot-throughput"
8035
8036 -
8037   type: "plot"
8038   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8039   algorithm: "plot_performance_box"
8040   output-file-type: ".html"
8041   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8042   data: "plot-ligato-throughput-latency-3n-hsw"
8043   filter: "'NIC_Intel-X520-DA2' and
8044            '64B' and
8045            ('BASE' or 'SCALE') and
8046            'NDRPDR' and
8047            '2T2C' and
8048            'L2XCFWD' and
8049            not 'VHOST' and
8050            'MEMIF'"
8051   parameters:
8052   - "throughput"
8053   - "parent"
8054   - "tags"
8055   sort:
8056   - "1VNF"
8057   - "2VNF"
8058   - "4VNF"
8059   - "2VNF"
8060   - "4VNF"
8061   traces:
8062     hoverinfo: "x+y"
8063     boxpoints: "outliers"
8064     whiskerwidth: 0
8065   layout:
8066     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8067     layout: "plot-throughput"
8068
8069 -
8070   type: "plot"
8071   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8072   algorithm: "plot_performance_box"
8073   output-file-type: ".html"
8074   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8075   data: "plot-ligato-throughput-latency-3n-hsw"
8076   filter: "'NIC_Intel-X520-DA2' and
8077            '64B' and
8078            ('BASE' or 'SCALE') and
8079            'NDRPDR' and
8080            '2T2C' and
8081            'L2XCFWD' and
8082            not 'VHOST' and
8083            'MEMIF'"
8084   parameters:
8085   - "throughput"
8086   - "parent"
8087   - "tags"
8088   sort:
8089   - "1VNF"
8090   - "2VNF"
8091   - "4VNF"
8092   - "2VNF"
8093   - "4VNF"
8094   traces:
8095     hoverinfo: "x+y"
8096     boxpoints: "outliers"
8097     whiskerwidth: 0
8098   layout:
8099     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8100     layout: "plot-throughput"
8101
8102 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8103 -
8104   type: "plot"
8105   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8106   algorithm: "plot_performance_box"
8107   output-file-type: ".html"
8108   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8109   data: "plot-ligato-throughput-latency-3n-hsw"
8110   filter: "'NIC_Intel-X520-DA2' and
8111            '64B' and
8112            ('BASE' or 'SCALE') and
8113            'NDRPDR' and
8114            '1T1C' and
8115            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8116            not 'VHOST' and
8117            'MEMIF'"
8118   parameters:
8119   - "throughput"
8120   - "parent"
8121   - "tags"
8122   sort:
8123   - "1VNF"
8124   - "2VNF"
8125   - "4VNF"
8126   - "2VNF"
8127   - "4VNF"
8128   traces:
8129     hoverinfo: "x+y"
8130     boxpoints: "outliers"
8131     whiskerwidth: 0
8132   layout:
8133     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8134     layout: "plot-throughput"
8135
8136 -
8137   type: "plot"
8138   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8139   algorithm: "plot_performance_box"
8140   output-file-type: ".html"
8141   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8142   data: "plot-ligato-throughput-latency-3n-hsw"
8143   filter: "'NIC_Intel-X520-DA2' and
8144            '64B' and
8145            ('BASE' or 'SCALE') and
8146            'NDRPDR' and
8147            '1T1C' and
8148            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8149            not 'VHOST' and
8150            'MEMIF'"
8151   parameters:
8152   - "throughput"
8153   - "parent"
8154   - "tags"
8155   sort:
8156   - "1VNF"
8157   - "2VNF"
8158   - "4VNF"
8159   - "2VNF"
8160   - "4VNF"
8161   traces:
8162     hoverinfo: "x+y"
8163     boxpoints: "outliers"
8164     whiskerwidth: 0
8165   layout:
8166     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8167     layout: "plot-throughput"
8168
8169 -
8170   type: "plot"
8171   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8172   algorithm: "plot_performance_box"
8173   output-file-type: ".html"
8174   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8175   data: "plot-ligato-throughput-latency-3n-hsw"
8176   filter: "'NIC_Intel-X520-DA2' and
8177            '64B' and
8178            ('BASE' or 'SCALE') and
8179            'NDRPDR' and
8180            '2T2C' and
8181            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8182            not 'VHOST' and
8183            'MEMIF'"
8184   parameters:
8185   - "throughput"
8186   - "parent"
8187   - "tags"
8188   sort:
8189   - "1VNF"
8190   - "2VNF"
8191   - "4VNF"
8192   - "2VNF"
8193   - "4VNF"
8194   traces:
8195     hoverinfo: "x+y"
8196     boxpoints: "outliers"
8197     whiskerwidth: 0
8198   layout:
8199     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8200     layout: "plot-throughput"
8201
8202 -
8203   type: "plot"
8204   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8205   algorithm: "plot_performance_box"
8206   output-file-type: ".html"
8207   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8208   data: "plot-ligato-throughput-latency-3n-hsw"
8209   filter: "'NIC_Intel-X520-DA2' and
8210            '64B' and
8211            ('BASE' or 'SCALE') and
8212            'NDRPDR' and
8213            '2T2C' and
8214            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8215            not 'VHOST' and
8216            'MEMIF'"
8217   parameters:
8218   - "throughput"
8219   - "parent"
8220   - "tags"
8221   sort:
8222   - "1VNF"
8223   - "2VNF"
8224   - "4VNF"
8225   - "2VNF"
8226   - "4VNF"
8227   traces:
8228     hoverinfo: "x+y"
8229     boxpoints: "outliers"
8230     whiskerwidth: 0
8231   layout:
8232     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8233     layout: "plot-throughput"
8234
8235 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8236 -
8237   type: "plot"
8238   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8239   algorithm: "plot_performance_box"
8240   output-file-type: ".html"
8241   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8242   data: "plot-ligato-throughput-latency-3n-hsw"
8243   filter: "'NIC_Intel-X710' and
8244            '64B' and
8245            ('BASE' or 'SCALE') and
8246            'NDRPDR' and
8247            '1T1C' and
8248            'L2XCFWD' and
8249            not 'VHOST' and
8250            'MEMIF'"
8251   parameters:
8252   - "throughput"
8253   - "parent"
8254   - "tags"
8255   sort:
8256   - "1VNF"
8257   - "2VNF"
8258   - "4VNF"
8259   - "2VNF"
8260   - "4VNF"
8261   traces:
8262     hoverinfo: "x+y"
8263     boxpoints: "outliers"
8264     whiskerwidth: 0
8265   layout:
8266     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8267     layout: "plot-throughput"
8268
8269 -
8270   type: "plot"
8271   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8272   algorithm: "plot_performance_box"
8273   output-file-type: ".html"
8274   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8275   data: "plot-ligato-throughput-latency-3n-hsw"
8276   filter: "'NIC_Intel-X710' and
8277            '64B' and
8278            ('BASE' or 'SCALE') and
8279            'NDRPDR' and
8280            '1T1C' and
8281            'L2XCFWD' and
8282            not 'VHOST' and
8283            'MEMIF'"
8284   parameters:
8285   - "throughput"
8286   - "parent"
8287   - "tags"
8288   sort:
8289   - "1VNF"
8290   - "2VNF"
8291   - "4VNF"
8292   - "2VNF"
8293   - "4VNF"
8294   traces:
8295     hoverinfo: "x+y"
8296     boxpoints: "outliers"
8297     whiskerwidth: 0
8298   layout:
8299     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8300     layout: "plot-throughput"
8301
8302 -
8303   type: "plot"
8304   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8305   algorithm: "plot_performance_box"
8306   output-file-type: ".html"
8307   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8308   data: "plot-ligato-throughput-latency-3n-hsw"
8309   filter: "'NIC_Intel-X710' and
8310            '64B' and
8311            ('BASE' or 'SCALE') and
8312            'NDRPDR' and
8313            '2T2C' and
8314            'L2XCFWD' and
8315            not 'VHOST' and
8316            'MEMIF'"
8317   parameters:
8318   - "throughput"
8319   - "parent"
8320   - "tags"
8321   sort:
8322   - "1VNF"
8323   - "2VNF"
8324   - "4VNF"
8325   - "2VNF"
8326   - "4VNF"
8327   traces:
8328     hoverinfo: "x+y"
8329     boxpoints: "outliers"
8330     whiskerwidth: 0
8331   layout:
8332     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8333     layout: "plot-throughput"
8334
8335 -
8336   type: "plot"
8337   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8338   algorithm: "plot_performance_box"
8339   output-file-type: ".html"
8340   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8341   data: "plot-ligato-throughput-latency-3n-hsw"
8342   filter: "'NIC_Intel-X710' and
8343            '64B' and
8344            ('BASE' or 'SCALE') and
8345            'NDRPDR' and
8346            '2T2C' and
8347            'L2XCFWD' and
8348            not 'VHOST' and
8349            'MEMIF'"
8350   parameters:
8351   - "throughput"
8352   - "parent"
8353   - "tags"
8354   sort:
8355   - "1VNF"
8356   - "2VNF"
8357   - "4VNF"
8358   - "2VNF"
8359   - "4VNF"
8360   traces:
8361     hoverinfo: "x+y"
8362     boxpoints: "outliers"
8363     whiskerwidth: 0
8364   layout:
8365     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8366     layout: "plot-throughput"
8367
8368 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8369 -
8370   type: "plot"
8371   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8372   algorithm: "plot_performance_box"
8373   output-file-type: ".html"
8374   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8375   data: "plot-ligato-throughput-latency-3n-hsw"
8376   filter: "'NIC_Intel-X710' and
8377            '64B' and
8378            ('BASE' or 'SCALE') and
8379            'NDRPDR' and
8380            '1T1C' and
8381            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8382            not 'VHOST' and
8383            'MEMIF'"
8384   parameters:
8385   - "throughput"
8386   - "parent"
8387   - "tags"
8388   sort:
8389   - "1VNF"
8390   - "2VNF"
8391   - "4VNF"
8392   - "2VNF"
8393   - "4VNF"
8394   traces:
8395     hoverinfo: "x+y"
8396     boxpoints: "outliers"
8397     whiskerwidth: 0
8398   layout:
8399     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8400     layout: "plot-throughput"
8401
8402 -
8403   type: "plot"
8404   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8405   algorithm: "plot_performance_box"
8406   output-file-type: ".html"
8407   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8408   data: "plot-ligato-throughput-latency-3n-hsw"
8409   filter: "'NIC_Intel-X710' and
8410            '64B' and
8411            ('BASE' or 'SCALE') and
8412            'NDRPDR' and
8413            '1T1C' and
8414            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8415            not 'VHOST' and
8416            'MEMIF'"
8417   parameters:
8418   - "throughput"
8419   - "parent"
8420   - "tags"
8421   sort:
8422   - "1VNF"
8423   - "2VNF"
8424   - "4VNF"
8425   - "2VNF"
8426   - "4VNF"
8427   traces:
8428     hoverinfo: "x+y"
8429     boxpoints: "outliers"
8430     whiskerwidth: 0
8431   layout:
8432     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8433     layout: "plot-throughput"
8434
8435 -
8436   type: "plot"
8437   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8438   algorithm: "plot_performance_box"
8439   output-file-type: ".html"
8440   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8441   data: "plot-ligato-throughput-latency-3n-hsw"
8442   filter: "'NIC_Intel-X710' and
8443            '64B' and
8444            ('BASE' or 'SCALE') and
8445            'NDRPDR' and
8446            '2T2C' and
8447            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8448            not 'VHOST' and
8449            'MEMIF'"
8450   parameters:
8451   - "throughput"
8452   - "parent"
8453   - "tags"
8454   sort:
8455   - "1VNF"
8456   - "2VNF"
8457   - "4VNF"
8458   - "2VNF"
8459   - "4VNF"
8460   traces:
8461     hoverinfo: "x+y"
8462     boxpoints: "outliers"
8463     whiskerwidth: 0
8464   layout:
8465     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8466     layout: "plot-throughput"
8467
8468 -
8469   type: "plot"
8470   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8471   algorithm: "plot_performance_box"
8472   output-file-type: ".html"
8473   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8474   data: "plot-ligato-throughput-latency-3n-hsw"
8475   filter: "'NIC_Intel-X710' and
8476            '64B' and
8477            ('BASE' or 'SCALE') and
8478            'NDRPDR' and
8479            '2T2C' and
8480            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8481            not 'VHOST' and
8482            'MEMIF'"
8483   parameters:
8484   - "throughput"
8485   - "parent"
8486   - "tags"
8487   sort:
8488   - "1VNF"
8489   - "2VNF"
8490   - "4VNF"
8491   - "2VNF"
8492   - "4VNF"
8493   traces:
8494     hoverinfo: "x+y"
8495     boxpoints: "outliers"
8496     whiskerwidth: 0
8497   layout:
8498     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8499     layout: "plot-throughput"
8500
8501 ################################################################################
8502
8503 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8504 -
8505   type: "plot"
8506   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8507   algorithm: "plot_performance_box"
8508   output-file-type: ".html"
8509   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8510   data: "plot-vpp-throughput-latency-3n-hsw"
8511   filter: "'NIC_Intel-X520-DA2' and
8512            '64B' and
8513            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8514            'NDRPDR' and
8515            '1T1C' and
8516            'IP4FWD' and
8517            not 'IPSEC' and
8518            not 'VHOST'"
8519   parameters:
8520   - "throughput"
8521   - "parent"
8522   - "tags"
8523   sort:
8524   - "DOT1Q"
8525   - "IP4BASE"
8526   - "FIB_20k"
8527   - "FIB_200k"
8528   - "FIB_2M"
8529   traces:
8530     hoverinfo: "x+y"
8531     boxpoints: "outliers"
8532     whiskerwidth: 0
8533   layout:
8534     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8535     layout: "plot-throughput"
8536
8537 -
8538   type: "plot"
8539   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8540   algorithm: "plot_performance_box"
8541   output-file-type: ".html"
8542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8543   data: "plot-vpp-throughput-latency-3n-hsw"
8544   filter: "'NIC_Intel-X520-DA2' and
8545            '64B' and
8546            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8547            'NDRPDR' and
8548            '1T1C' and
8549            'IP4FWD' and
8550            not 'IPSEC' and
8551            not 'VHOST'"
8552   parameters:
8553   - "throughput"
8554   - "parent"
8555   - "tags"
8556   sort:
8557   - "DOT1Q"
8558   - "IP4BASE"
8559   - "FIB_20k"
8560   - "FIB_200k"
8561   - "FIB_2M"
8562   traces:
8563     hoverinfo: "x+y"
8564     boxpoints: "outliers"
8565     whiskerwidth: 0
8566   layout:
8567     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8568     layout: "plot-throughput"
8569
8570 -
8571   type: "plot"
8572   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8573   algorithm: "plot_performance_box"
8574   output-file-type: ".html"
8575   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8576   data: "plot-vpp-throughput-latency-3n-hsw"
8577   filter: "'NIC_Intel-X520-DA2' and
8578            '64B' and
8579            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8580            'NDRPDR' and
8581            '2T2C' and
8582            'IP4FWD' and
8583            not 'IPSEC' and
8584            not 'VHOST'"
8585   parameters:
8586   - "throughput"
8587   - "parent"
8588   - "tags"
8589   sort:
8590   - "DOT1Q"
8591   - "IP4BASE"
8592   - "FIB_20k"
8593   - "FIB_200k"
8594   - "FIB_2M"
8595   traces:
8596     hoverinfo: "x+y"
8597     boxpoints: "outliers"
8598     whiskerwidth: 0
8599   layout:
8600     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8601     layout: "plot-throughput"
8602
8603 -
8604   type: "plot"
8605   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8606   algorithm: "plot_performance_box"
8607   output-file-type: ".html"
8608   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8609   data: "plot-vpp-throughput-latency-3n-hsw"
8610   filter: "'NIC_Intel-X520-DA2' and
8611            '64B' and
8612            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8613            'NDRPDR' and
8614            '2T2C' and
8615            'IP4FWD' and
8616            not 'IPSEC' and
8617            not 'VHOST'"
8618   parameters:
8619   - "throughput"
8620   - "parent"
8621   - "tags"
8622   sort:
8623   - "DOT1Q"
8624   - "IP4BASE"
8625   - "FIB_20k"
8626   - "FIB_200k"
8627   - "FIB_2M"
8628   traces:
8629     hoverinfo: "x+y"
8630     boxpoints: "outliers"
8631     whiskerwidth: 0
8632   layout:
8633     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8634     layout: "plot-throughput"
8635
8636 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8637 -
8638   type: "plot"
8639   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8640   algorithm: "plot_performance_box"
8641   output-file-type: ".html"
8642   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8643   data: "plot-vpp-throughput-latency-3n-hsw"
8644   filter: "'NIC_Intel-X520-DA2' and
8645            '64B' and
8646            ('IP4BASE' or
8647             'POLICE_MARK' or
8648             'COPWHLIST' or
8649             ('NAT44' and 'BASE') or
8650             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8651            'NDRPDR' and
8652            '1T1C' and
8653            'IP4FWD' and
8654            not 'IPSEC' and
8655            not 'VHOST'"
8656   parameters:
8657   - "throughput"
8658   - "parent"
8659   - "tags"
8660   sort:
8661   - "DOT1Q"
8662   - "IP4BASE"
8663   - "NAT44"
8664   - "POLICE_MARK"
8665   - "COPWHLIST"
8666   - "IACL"
8667   - "OACL"
8668   traces:
8669     hoverinfo: "x+y"
8670     boxpoints: "outliers"
8671     whiskerwidth: 0
8672   layout:
8673     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8674     layout: "plot-throughput"
8675
8676 -
8677   type: "plot"
8678   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8679   algorithm: "plot_performance_box"
8680   output-file-type: ".html"
8681   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8682   data: "plot-vpp-throughput-latency-3n-hsw"
8683   filter: "'NIC_Intel-X520-DA2' and
8684            '64B' and
8685            ('IP4BASE' or
8686             'POLICE_MARK' or
8687             'COPWHLIST' or
8688             ('NAT44' and 'BASE') or
8689             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8690            'NDRPDR' and
8691            '1T1C' and
8692            'IP4FWD' and
8693            not 'IPSEC' and
8694            not 'VHOST'"
8695   parameters:
8696   - "throughput"
8697   - "parent"
8698   - "tags"
8699   sort:
8700   - "DOT1Q"
8701   - "IP4BASE"
8702   - "NAT44"
8703   - "POLICE_MARK"
8704   - "COPWHLIST"
8705   - "IACL"
8706   - "OACL"
8707   traces:
8708     hoverinfo: "x+y"
8709     boxpoints: "outliers"
8710     whiskerwidth: 0
8711   layout:
8712     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8713     layout: "plot-throughput"
8714
8715 -
8716   type: "plot"
8717   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8718   algorithm: "plot_performance_box"
8719   output-file-type: ".html"
8720   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8721   data: "plot-vpp-throughput-latency-3n-hsw"
8722   filter: "'NIC_Intel-X520-DA2' and
8723            '64B' and
8724            ('IP4BASE' or
8725             'POLICE_MARK' or
8726             'COPWHLIST' or
8727             ('NAT44' and 'BASE') or
8728             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8729            'NDRPDR' and
8730            '2T2C' and
8731            'IP4FWD' and
8732            not 'IPSEC' and
8733            not 'VHOST'"
8734   parameters:
8735   - "throughput"
8736   - "parent"
8737   - "tags"
8738   sort:
8739   - "DOT1Q"
8740   - "IP4BASE"
8741   - "NAT44"
8742   - "POLICE_MARK"
8743   - "COPWHLIST"
8744   - "IACL"
8745   - "OACL"
8746   traces:
8747     hoverinfo: "x+y"
8748     boxpoints: "outliers"
8749     whiskerwidth: 0
8750   layout:
8751     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8752     layout: "plot-throughput"
8753
8754 -
8755   type: "plot"
8756   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8757   algorithm: "plot_performance_box"
8758   output-file-type: ".html"
8759   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8760   data: "plot-vpp-throughput-latency-3n-hsw"
8761   filter: "'NIC_Intel-X520-DA2' and
8762            '64B' and
8763            ('IP4BASE' or
8764             'POLICE_MARK' or
8765             'COPWHLIST' or
8766             ('NAT44' and 'BASE') or
8767             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8768            'NDRPDR' and
8769            '2T2C' and
8770            'IP4FWD' and
8771            not 'IPSEC' and
8772            not 'VHOST'"
8773   parameters:
8774   - "throughput"
8775   - "parent"
8776   - "tags"
8777   sort:
8778   - "DOT1Q"
8779   - "IP4BASE"
8780   - "NAT44"
8781   - "POLICE_MARK"
8782   - "COPWHLIST"
8783   - "IACL"
8784   - "OACL"
8785   traces:
8786     hoverinfo: "x+y"
8787     boxpoints: "outliers"
8788     whiskerwidth: 0
8789   layout:
8790     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8791     layout: "plot-throughput"
8792
8793 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8794 -
8795   type: "plot"
8796   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8797   algorithm: "plot_performance_box"
8798   output-file-type: ".html"
8799   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8800   data: "plot-vpp-throughput-latency-3n-hsw"
8801   filter: "'NIC_Intel-X520-DA2' and
8802            '64B' and
8803            'NDRPDR' and
8804            '1T1C' and
8805            'IP4FWD' and
8806            'NAT44' and
8807            not 'IPSEC' and
8808            not 'VHOST'"
8809   parameters:
8810   - "throughput"
8811   - "parent"
8812   - "tags"
8813   sort:
8814   - "BASE"
8815   - "BASE"
8816   - "SRC_USER_10"
8817   - "SRC_USER_100"
8818   - "SRC_USER_1000"
8819   - "SRC_USER_2000"
8820   traces:
8821     hoverinfo: "x+y"
8822     boxpoints: "outliers"
8823     whiskerwidth: 0
8824   layout:
8825     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8826     layout: "plot-throughput"
8827
8828 -
8829   type: "plot"
8830   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8831   algorithm: "plot_performance_box"
8832   output-file-type: ".html"
8833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8834   data: "plot-vpp-throughput-latency-3n-hsw"
8835   filter: "'NIC_Intel-X520-DA2' and
8836            '64B' and
8837            'NDRPDR' and
8838            '1T1C' and
8839            'IP4FWD' and
8840            'NAT44' and
8841            not 'IPSEC' and
8842            not 'VHOST'"
8843   parameters:
8844   - "throughput"
8845   - "parent"
8846   - "tags"
8847   sort:
8848   - "BASE"
8849   - "BASE"
8850   - "SRC_USER_10"
8851   - "SRC_USER_100"
8852   - "SRC_USER_1000"
8853   - "SRC_USER_2000"
8854   traces:
8855     hoverinfo: "x+y"
8856     boxpoints: "outliers"
8857     whiskerwidth: 0
8858   layout:
8859     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8860     layout: "plot-throughput"
8861
8862 -
8863   type: "plot"
8864   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8865   algorithm: "plot_performance_box"
8866   output-file-type: ".html"
8867   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8868   data: "plot-vpp-throughput-latency-3n-hsw"
8869   filter: "'NIC_Intel-X520-DA2' and
8870            '64B' and
8871            'NDRPDR' and
8872            '2T2C' and
8873            'IP4FWD' and
8874            'NAT44' and
8875            not 'IPSEC' and
8876            not 'VHOST'"
8877   parameters:
8878   - "throughput"
8879   - "parent"
8880   - "tags"
8881   sort:
8882   - "BASE"
8883   - "BASE"
8884   - "SRC_USER_10"
8885   - "SRC_USER_100"
8886   - "SRC_USER_1000"
8887   - "SRC_USER_2000"
8888   traces:
8889     hoverinfo: "x+y"
8890     boxpoints: "outliers"
8891     whiskerwidth: 0
8892   layout:
8893     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8894     layout: "plot-throughput"
8895
8896 -
8897   type: "plot"
8898   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8899   algorithm: "plot_performance_box"
8900   output-file-type: ".html"
8901   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8902   data: "plot-vpp-throughput-latency-3n-hsw"
8903   filter: "'NIC_Intel-X520-DA2' and
8904            '64B' and
8905            'NDRPDR' and
8906            '2T2C' and
8907            'IP4FWD' and
8908            'NAT44' and
8909            not 'IPSEC' and
8910            not 'VHOST'"
8911   parameters:
8912   - "throughput"
8913   - "parent"
8914   - "tags"
8915   sort:
8916   - "BASE"
8917   - "BASE"
8918   - "SRC_USER_10"
8919   - "SRC_USER_100"
8920   - "SRC_USER_1000"
8921   - "SRC_USER_2000"
8922   traces:
8923     hoverinfo: "x+y"
8924     boxpoints: "outliers"
8925     whiskerwidth: 0
8926   layout:
8927     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8928     layout: "plot-throughput"
8929
8930 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8931 -
8932   type: "plot"
8933   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8934   algorithm: "plot_performance_box"
8935   output-file-type: ".html"
8936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8937   data: "plot-vpp-throughput-latency-3n-hsw"
8938   filter: "'NIC_Intel-X520-DA2' and
8939            '64B' and
8940            'NDRPDR' and
8941            '1T1C' and
8942            'IP4FWD' and
8943            'IACL' and
8944            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8945            not 'IPSEC' and
8946            not 'VHOST'"
8947   parameters:
8948   - "throughput"
8949   - "parent"
8950   - "tags"
8951   sort:
8952   - "ACL_STATELESS"
8953   - "ACL_STATEFUL"
8954   - "ACL_STATELESS"
8955   - "ACL_STATEFUL"
8956   traces:
8957     hoverinfo: "x+y"
8958     boxpoints: "outliers"
8959     whiskerwidth: 0
8960   layout:
8961     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8962     layout: "plot-throughput"
8963
8964 -
8965   type: "plot"
8966   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8967   algorithm: "plot_performance_box"
8968   output-file-type: ".html"
8969   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8970   data: "plot-vpp-throughput-latency-3n-hsw"
8971   filter: "'NIC_Intel-X520-DA2' and
8972            '64B' and
8973            'NDRPDR' and
8974            '1T1C' and
8975            'IP4FWD' and
8976            'IACL' and
8977            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8978            not 'IPSEC' and
8979            not 'VHOST'"
8980   parameters:
8981   - "throughput"
8982   - "parent"
8983   - "tags"
8984   sort:
8985   - "ACL_STATELESS"
8986   - "ACL_STATEFUL"
8987   - "ACL_STATELESS"
8988   - "ACL_STATEFUL"
8989   traces:
8990     hoverinfo: "x+y"
8991     boxpoints: "outliers"
8992     whiskerwidth: 0
8993   layout:
8994     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8995     layout: "plot-throughput"
8996
8997 -
8998   type: "plot"
8999   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9000   algorithm: "plot_performance_box"
9001   output-file-type: ".html"
9002   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9003   data: "plot-vpp-throughput-latency-3n-hsw"
9004   filter: "'NIC_Intel-X520-DA2' and
9005            '64B' and
9006            'NDRPDR' and
9007            '2T2C' and
9008            'IP4FWD' and
9009            'IACL' and
9010            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9011            not 'IPSEC' and
9012            not 'VHOST'"
9013   parameters:
9014   - "throughput"
9015   - "parent"
9016   - "tags"
9017   sort:
9018   - "ACL_STATELESS"
9019   - "ACL_STATEFUL"
9020   - "ACL_STATELESS"
9021   - "ACL_STATEFUL"
9022   traces:
9023     hoverinfo: "x+y"
9024     boxpoints: "outliers"
9025     whiskerwidth: 0
9026   layout:
9027     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9028     layout: "plot-throughput"
9029
9030 -
9031   type: "plot"
9032   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9033   algorithm: "plot_performance_box"
9034   output-file-type: ".html"
9035   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9036   data: "plot-vpp-throughput-latency-3n-hsw"
9037   filter: "'NIC_Intel-X520-DA2' and
9038            '64B' and
9039            'NDRPDR' and
9040            '2T2C' and
9041            'IP4FWD' and
9042            'IACL' and
9043            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9044            not 'IPSEC' and
9045            not 'VHOST'"
9046   parameters:
9047   - "throughput"
9048   - "parent"
9049   - "tags"
9050   sort:
9051   - "ACL_STATELESS"
9052   - "ACL_STATEFUL"
9053   - "ACL_STATELESS"
9054   - "ACL_STATEFUL"
9055   traces:
9056     hoverinfo: "x+y"
9057     boxpoints: "outliers"
9058     whiskerwidth: 0
9059   layout:
9060     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9061     layout: "plot-throughput"
9062
9063 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9064 -
9065   type: "plot"
9066   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9067   algorithm: "plot_performance_box"
9068   output-file-type: ".html"
9069   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9070   data: "plot-vpp-throughput-latency-3n-hsw"
9071   filter: "'NIC_Intel-X520-DA2' and
9072            '64B' and
9073            'NDRPDR' and
9074            '1T1C' and
9075            'IP4FWD' and
9076            'OACL' and
9077            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9078            not 'IPSEC' and
9079            not 'VHOST'"
9080   parameters:
9081   - "throughput"
9082   - "parent"
9083   - "tags"
9084   sort:
9085   - "ACL_STATELESS"
9086   - "ACL_STATEFUL"
9087   - "ACL_STATELESS"
9088   - "ACL_STATEFUL"
9089   traces:
9090     hoverinfo: "x+y"
9091     boxpoints: "outliers"
9092     whiskerwidth: 0
9093   layout:
9094     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9095     layout: "plot-throughput"
9096
9097 -
9098   type: "plot"
9099   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9100   algorithm: "plot_performance_box"
9101   output-file-type: ".html"
9102   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9103   data: "plot-vpp-throughput-latency-3n-hsw"
9104   filter: "'NIC_Intel-X520-DA2' and
9105            '64B' and
9106            'NDRPDR' and
9107            '1T1C' and
9108            'IP4FWD' and
9109            'OACL' and
9110            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9111            not 'IPSEC' and
9112            not 'VHOST'"
9113   parameters:
9114   - "throughput"
9115   - "parent"
9116   - "tags"
9117   sort:
9118   - "ACL_STATELESS"
9119   - "ACL_STATEFUL"
9120   - "ACL_STATELESS"
9121   - "ACL_STATEFUL"
9122   traces:
9123     hoverinfo: "x+y"
9124     boxpoints: "outliers"
9125     whiskerwidth: 0
9126   layout:
9127     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9128     layout: "plot-throughput"
9129
9130 -
9131   type: "plot"
9132   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9133   algorithm: "plot_performance_box"
9134   output-file-type: ".html"
9135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9136   data: "plot-vpp-throughput-latency-3n-hsw"
9137   filter: "'NIC_Intel-X520-DA2' and
9138            '64B' and
9139            'NDRPDR' and
9140            '2T2C' and
9141            'IP4FWD' and
9142            'OACL' and
9143            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9144            not 'IPSEC' and
9145            not 'VHOST'"
9146   parameters:
9147   - "throughput"
9148   - "parent"
9149   - "tags"
9150   sort:
9151   - "ACL_STATELESS"
9152   - "ACL_STATEFUL"
9153   - "ACL_STATELESS"
9154   - "ACL_STATEFUL"
9155   traces:
9156     hoverinfo: "x+y"
9157     boxpoints: "outliers"
9158     whiskerwidth: 0
9159   layout:
9160     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9161     layout: "plot-throughput"
9162
9163 -
9164   type: "plot"
9165   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9166   algorithm: "plot_performance_box"
9167   output-file-type: ".html"
9168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9169   data: "plot-vpp-throughput-latency-3n-hsw"
9170   filter: "'NIC_Intel-X520-DA2' and
9171            '64B' and
9172            'NDRPDR' and
9173            '2T2C' and
9174            'IP4FWD' and
9175            'OACL' and
9176            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9177            not 'IPSEC' and
9178            not 'VHOST'"
9179   parameters:
9180   - "throughput"
9181   - "parent"
9182   - "tags"
9183   sort:
9184   - "ACL_STATELESS"
9185   - "ACL_STATEFUL"
9186   - "ACL_STATELESS"
9187   - "ACL_STATEFUL"
9188   traces:
9189     hoverinfo: "x+y"
9190     boxpoints: "outliers"
9191     whiskerwidth: 0
9192   layout:
9193     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9194     layout: "plot-throughput"
9195
9196 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9197 -
9198   type: "plot"
9199   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9200   algorithm: "plot_performance_box"
9201   output-file-type: ".html"
9202   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9203   data: "plot-vpp-throughput-latency-3n-hsw"
9204   filter: "'NIC_Intel-X710' and
9205            '64B' and
9206            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9207            'NDRPDR' and
9208            '1T1C' and
9209            'IP4FWD' and
9210            not 'IPSEC' and
9211            not 'VHOST'"
9212   parameters:
9213   - "throughput"
9214   - "parent"
9215   - "tags"
9216   sort:
9217   - "DOT1Q"
9218   - "IP4BASE"
9219   - "FIB_20K"
9220   - "FIB_200K"
9221   - "FIB_2M"
9222   traces:
9223     hoverinfo: "x+y"
9224     boxpoints: "outliers"
9225     whiskerwidth: 0
9226   layout:
9227     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9228     layout: "plot-throughput"
9229
9230 -
9231   type: "plot"
9232   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9233   algorithm: "plot_performance_box"
9234   output-file-type: ".html"
9235   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9236   data: "plot-vpp-throughput-latency-3n-hsw"
9237   filter: "'NIC_Intel-X710' and
9238            '64B' and
9239            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9240            'NDRPDR' and
9241            '1T1C' and
9242            'IP4FWD' and
9243            not 'IPSEC' and
9244            not 'VHOST'"
9245   parameters:
9246   - "throughput"
9247   - "parent"
9248   - "tags"
9249   sort:
9250   - "DOT1Q"
9251   - "IP4BASE"
9252   - "FIB_20K"
9253   - "FIB_200K"
9254   - "FIB_2M"
9255   traces:
9256     hoverinfo: "x+y"
9257     boxpoints: "outliers"
9258     whiskerwidth: 0
9259   layout:
9260     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9261     layout: "plot-throughput"
9262
9263 -
9264   type: "plot"
9265   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9266   algorithm: "plot_performance_box"
9267   output-file-type: ".html"
9268   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9269   data: "plot-vpp-throughput-latency-3n-hsw"
9270   filter: "'NIC_Intel-X710' and
9271            '64B' and
9272            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9273            'NDRPDR' and
9274            '2T2C' and
9275            'IP4FWD' and
9276            not 'IPSEC' and
9277            not 'VHOST'"
9278   parameters:
9279   - "throughput"
9280   - "parent"
9281   - "tags"
9282   sort:
9283   - "DOT1Q"
9284   - "IP4BASE"
9285   - "FIB_20K"
9286   - "FIB_200K"
9287   - "FIB_2M"
9288   traces:
9289     hoverinfo: "x+y"
9290     boxpoints: "outliers"
9291     whiskerwidth: 0
9292   layout:
9293     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9294     layout: "plot-throughput"
9295
9296 -
9297   type: "plot"
9298   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9299   algorithm: "plot_performance_box"
9300   output-file-type: ".html"
9301   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9302   data: "plot-vpp-throughput-latency-3n-hsw"
9303   filter: "'NIC_Intel-X710' and
9304            '64B' and
9305            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9306            'NDRPDR' and
9307            '2T2C' and
9308            'IP4FWD' and
9309            not 'IPSEC' and
9310            not 'VHOST'"
9311   parameters:
9312   - "throughput"
9313   - "parent"
9314   - "tags"
9315   sort:
9316   - "DOT1Q"
9317   - "IP4BASE"
9318   - "FIB_20K"
9319   - "FIB_200K"
9320   - "FIB_2M"
9321   traces:
9322     hoverinfo: "x+y"
9323     boxpoints: "outliers"
9324     whiskerwidth: 0
9325   layout:
9326     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9327     layout: "plot-throughput"
9328
9329 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9330 -
9331   type: "plot"
9332   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9333   algorithm: "plot_performance_box"
9334   output-file-type: ".html"
9335   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9336   data: "plot-vpp-throughput-latency-3n-hsw"
9337   filter: "'NIC_Intel-X710' and
9338            '64B' and
9339            ('IP4BASE' or
9340             'POLICE_MARK' or
9341             'COPWHLIST' or
9342             ('NAT44' and 'BASE') or
9343             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9344            'NDRPDR' and
9345            '1T1C' and
9346            'IP4FWD' and
9347            not 'IPSEC' and
9348            not 'VHOST'"
9349   parameters:
9350   - "throughput"
9351   - "parent"
9352   - "tags"
9353   sort:
9354   - "IP4BASE"
9355   - "NAT44"
9356   - "POLICE_MARK"
9357   - "COPWHLIST"
9358   - "IACL"
9359   - "OACL"
9360   traces:
9361     hoverinfo: "x+y"
9362     boxpoints: "outliers"
9363     whiskerwidth: 0
9364   layout:
9365     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9366     layout: "plot-throughput"
9367
9368 -
9369   type: "plot"
9370   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9371   algorithm: "plot_performance_box"
9372   output-file-type: ".html"
9373   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9374   data: "plot-vpp-throughput-latency-3n-hsw"
9375   filter: "'NIC_Intel-X710' and
9376            '64B' and
9377            ('IP4BASE' or
9378             'POLICE_MARK' or
9379             'COPWHLIST' or
9380             ('NAT44' and 'BASE') or
9381             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9382            'NDRPDR' and
9383            '1T1C' and
9384            'IP4FWD' and
9385            not 'IPSEC' and
9386            not 'VHOST'"
9387   parameters:
9388   - "throughput"
9389   - "parent"
9390   - "tags"
9391   sort:
9392   - "IP4BASE"
9393   - "NAT44"
9394   - "POLICE_MARK"
9395   - "COPWHLIST"
9396   - "IACL"
9397   - "OACL"
9398   traces:
9399     hoverinfo: "x+y"
9400     boxpoints: "outliers"
9401     whiskerwidth: 0
9402   layout:
9403     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9404     layout: "plot-throughput"
9405
9406 -
9407   type: "plot"
9408   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9409   algorithm: "plot_performance_box"
9410   output-file-type: ".html"
9411   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9412   data: "plot-vpp-throughput-latency-3n-hsw"
9413   filter: "'NIC_Intel-X710' and
9414            '64B' and
9415            ('IP4BASE' or
9416             'POLICE_MARK' or
9417             'COPWHLIST' or
9418             ('NAT44' and 'BASE') or
9419             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9420            'NDRPDR' and
9421            '2T2C' and
9422            'IP4FWD' and
9423            not 'IPSEC' and
9424            not 'VHOST'"
9425   parameters:
9426   - "throughput"
9427   - "parent"
9428   - "tags"
9429   sort:
9430   - "IP4BASE"
9431   - "NAT44"
9432   - "POLICE_MARK"
9433   - "COPWHLIST"
9434   - "IACL"
9435   - "OACL"
9436   traces:
9437     hoverinfo: "x+y"
9438     boxpoints: "outliers"
9439     whiskerwidth: 0
9440   layout:
9441     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9442     layout: "plot-throughput"
9443
9444 -
9445   type: "plot"
9446   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9447   algorithm: "plot_performance_box"
9448   output-file-type: ".html"
9449   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9450   data: "plot-vpp-throughput-latency-3n-hsw"
9451   filter: "'NIC_Intel-X710' and
9452            '64B' and
9453            ('IP4BASE' or
9454             'POLICE_MARK' or
9455             'COPWHLIST' or
9456             ('NAT44' and 'BASE') or
9457             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9458            'NDRPDR' and
9459            '2T2C' and
9460            'IP4FWD' and
9461            not 'IPSEC' and
9462            not 'VHOST'"
9463   parameters:
9464   - "throughput"
9465   - "parent"
9466   - "tags"
9467   sort:
9468   - "IP4BASE"
9469   - "NAT44"
9470   - "POLICE_MARK"
9471   - "COPWHLIST"
9472   - "IACL"
9473   - "OACL"
9474   traces:
9475     hoverinfo: "x+y"
9476     boxpoints: "outliers"
9477     whiskerwidth: 0
9478   layout:
9479     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9480     layout: "plot-throughput"
9481
9482 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9483 -
9484   type: "plot"
9485   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9486   algorithm: "plot_performance_box"
9487   output-file-type: ".html"
9488   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9489   data: "plot-vpp-throughput-latency-3n-skx"
9490   filter: "'NIC_Intel-X710' and
9491            '64B' and
9492            'NDRPDR' and
9493            '2T1C' and
9494            'IP4FWD' and
9495            'NAT44' and
9496            not 'IPSEC' and
9497            not 'VHOST'"
9498   parameters:
9499   - "throughput"
9500   - "parent"
9501   - "tags"
9502   sort:
9503   - "BASE"
9504   - "BASE"
9505   - "SRC_USER_10"
9506   - "SRC_USER_100"
9507   - "SRC_USER_1000"
9508   - "SRC_USER_2000"
9509   traces:
9510     hoverinfo: "x+y"
9511     boxpoints: "outliers"
9512     whiskerwidth: 0
9513   layout:
9514     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9515     layout: "plot-throughput"
9516
9517 -
9518   type: "plot"
9519   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9520   algorithm: "plot_performance_box"
9521   output-file-type: ".html"
9522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9523   data: "plot-vpp-throughput-latency-3n-skx"
9524   filter: "'NIC_Intel-X710' and
9525            '64B' and
9526            'NDRPDR' and
9527            '2T1C' and
9528            'IP4FWD' and
9529            'NAT44' and
9530            not 'IPSEC' and
9531            not 'VHOST'"
9532   parameters:
9533   - "throughput"
9534   - "parent"
9535   - "tags"
9536   sort:
9537   - "BASE"
9538   - "BASE"
9539   - "SRC_USER_10"
9540   - "SRC_USER_100"
9541   - "SRC_USER_1000"
9542   - "SRC_USER_2000"
9543   traces:
9544     hoverinfo: "x+y"
9545     boxpoints: "outliers"
9546     whiskerwidth: 0
9547   layout:
9548     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9549     layout: "plot-throughput"
9550
9551 -
9552   type: "plot"
9553   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9554   algorithm: "plot_performance_box"
9555   output-file-type: ".html"
9556   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9557   data: "plot-vpp-throughput-latency-3n-skx"
9558   filter: "'NIC_Intel-X710' and
9559            '64B' and
9560            'NDRPDR' and
9561            '4T2C' and
9562            'IP4FWD' and
9563            'NAT44' and
9564            not 'IPSEC' and
9565            not 'VHOST'"
9566   parameters:
9567   - "throughput"
9568   - "parent"
9569   - "tags"
9570   sort:
9571   - "BASE"
9572   - "BASE"
9573   - "SRC_USER_10"
9574   - "SRC_USER_100"
9575   - "SRC_USER_1000"
9576   - "SRC_USER_2000"
9577   traces:
9578     hoverinfo: "x+y"
9579     boxpoints: "outliers"
9580     whiskerwidth: 0
9581   layout:
9582     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9583     layout: "plot-throughput"
9584
9585 -
9586   type: "plot"
9587   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9588   algorithm: "plot_performance_box"
9589   output-file-type: ".html"
9590   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9591   data: "plot-vpp-throughput-latency-3n-skx"
9592   filter: "'NIC_Intel-X710' and
9593            '64B' and
9594            'NDRPDR' and
9595            '4T2C' and
9596            'IP4FWD' and
9597            'NAT44' and
9598            not 'IPSEC' and
9599            not 'VHOST'"
9600   parameters:
9601   - "throughput"
9602   - "parent"
9603   - "tags"
9604   sort:
9605   - "BASE"
9606   - "BASE"
9607   - "SRC_USER_10"
9608   - "SRC_USER_100"
9609   - "SRC_USER_1000"
9610   - "SRC_USER_2000"
9611   traces:
9612     hoverinfo: "x+y"
9613     boxpoints: "outliers"
9614     whiskerwidth: 0
9615   layout:
9616     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9617     layout: "plot-throughput"
9618
9619 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9620 -
9621   type: "plot"
9622   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9623   algorithm: "plot_performance_box"
9624   output-file-type: ".html"
9625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9626   data: "plot-vpp-throughput-latency-3n-skx"
9627   filter: "'NIC_Intel-X710' and
9628            '64B' and
9629            'NDRPDR' and
9630            '2T1C' and
9631            'IP4FWD' and
9632            'IACL' and
9633            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9634            not 'IPSEC' and
9635            not 'VHOST'"
9636   parameters:
9637   - "throughput"
9638   - "parent"
9639   - "tags"
9640   sort:
9641   - "ACL_STATELESS"
9642   - "ACL_STATEFUL"
9643   - "ACL_STATELESS"
9644   - "ACL_STATEFUL"
9645   traces:
9646     hoverinfo: "x+y"
9647     boxpoints: "outliers"
9648     whiskerwidth: 0
9649   layout:
9650     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9651     layout: "plot-throughput"
9652
9653 -
9654   type: "plot"
9655   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9656   algorithm: "plot_performance_box"
9657   output-file-type: ".html"
9658   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9659   data: "plot-vpp-throughput-latency-3n-skx"
9660   filter: "'NIC_Intel-X710' and
9661            '64B' and
9662            'NDRPDR' and
9663            '2T1C' and
9664            'IP4FWD' and
9665            'IACL' and
9666            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9667            not 'IPSEC' and
9668            not 'VHOST'"
9669   parameters:
9670   - "throughput"
9671   - "parent"
9672   - "tags"
9673   sort:
9674   - "ACL_STATELESS"
9675   - "ACL_STATEFUL"
9676   - "ACL_STATELESS"
9677   - "ACL_STATEFUL"
9678   traces:
9679     hoverinfo: "x+y"
9680     boxpoints: "outliers"
9681     whiskerwidth: 0
9682   layout:
9683     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9684     layout: "plot-throughput"
9685
9686 -
9687   type: "plot"
9688   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9689   algorithm: "plot_performance_box"
9690   output-file-type: ".html"
9691   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9692   data: "plot-vpp-throughput-latency-3n-skx"
9693   filter: "'NIC_Intel-X710' and
9694            '64B' and
9695            'NDRPDR' and
9696            '4T2C' and
9697            'IP4FWD' and
9698            'IACL' and
9699            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9700            not 'IPSEC' and
9701            not 'VHOST'"
9702   parameters:
9703   - "throughput"
9704   - "parent"
9705   - "tags"
9706   sort:
9707   - "ACL_STATELESS"
9708   - "ACL_STATEFUL"
9709   - "ACL_STATELESS"
9710   - "ACL_STATEFUL"
9711   traces:
9712     hoverinfo: "x+y"
9713     boxpoints: "outliers"
9714     whiskerwidth: 0
9715   layout:
9716     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9717     layout: "plot-throughput"
9718
9719 -
9720   type: "plot"
9721   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9722   algorithm: "plot_performance_box"
9723   output-file-type: ".html"
9724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9725   data: "plot-vpp-throughput-latency-3n-skx"
9726   filter: "'NIC_Intel-X710' and
9727            '64B' and
9728            'NDRPDR' and
9729            '4T2C' and
9730            'IP4FWD' and
9731            'IACL' and
9732            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9733            not 'IPSEC' and
9734            not 'VHOST'"
9735   parameters:
9736   - "throughput"
9737   - "parent"
9738   - "tags"
9739   sort:
9740   - "ACL_STATELESS"
9741   - "ACL_STATEFUL"
9742   - "ACL_STATELESS"
9743   - "ACL_STATEFUL"
9744   traces:
9745     hoverinfo: "x+y"
9746     boxpoints: "outliers"
9747     whiskerwidth: 0
9748   layout:
9749     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9750     layout: "plot-throughput"
9751
9752 ## Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9753 #-
9754 #  type: "plot"
9755 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9756 #  algorithm: "plot_performance_box"
9757 #  output-file-type: ".html"
9758 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9759 #  data: "plot-vpp-throughput-latency-3n-skx"
9760 #  filter: "'NIC_Intel-X710' and
9761 #           '64B' and
9762 #           'NDRPDR' and
9763 #           '2T1C' and
9764 #           'IP4FWD' and
9765 #           'OACL' and
9766 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9767 #           not 'IPSEC' and
9768 #           not 'VHOST'"
9769 #  parameters:
9770 #  - "throughput"
9771 #  - "parent"
9772 #  - "tags"
9773 #  sort:
9774 #  - "ACL_STATELESS"
9775 #  - "ACL_STATEFUL"
9776 #  - "ACL_STATELESS"
9777 #  - "ACL_STATEFUL"
9778 #  traces:
9779 #    hoverinfo: "x+y"
9780 #    boxpoints: "outliers"
9781 #    whiskerwidth: 0
9782 #  layout:
9783 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9784 #    layout: "plot-throughput"
9785 #
9786 #-
9787 #  type: "plot"
9788 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9789 #  algorithm: "plot_performance_box"
9790 #  output-file-type: ".html"
9791 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9792 #  data: "plot-vpp-throughput-latency-3n-skx"
9793 #  filter: "'NIC_Intel-X710' and
9794 #           '64B' and
9795 #           'NDRPDR' and
9796 #           '2T1C' and
9797 #           'IP4FWD' and
9798 #           'OACL' and
9799 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9800 #           not 'IPSEC' and
9801 #           not 'VHOST'"
9802 #  parameters:
9803 #  - "throughput"
9804 #  - "parent"
9805 #  - "tags"
9806 #  sort:
9807 #  - "ACL_STATELESS"
9808 #  - "ACL_STATEFUL"
9809 #  - "ACL_STATELESS"
9810 #  - "ACL_STATEFUL"
9811 #  traces:
9812 #    hoverinfo: "x+y"
9813 #    boxpoints: "outliers"
9814 #    whiskerwidth: 0
9815 #  layout:
9816 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9817 #    layout: "plot-throughput"
9818 #
9819 #-
9820 #  type: "plot"
9821 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9822 #  algorithm: "plot_performance_box"
9823 #  output-file-type: ".html"
9824 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9825 #  data: "plot-vpp-throughput-latency-3n-skx"
9826 #  filter: "'NIC_Intel-X710' and
9827 #           '64B' and
9828 #           'NDRPDR' and
9829 #           '4T2C' and
9830 #           'IP4FWD' and
9831 #           'OACL' and
9832 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9833 #           not 'IPSEC' and
9834 #           not 'VHOST'"
9835 #  parameters:
9836 #  - "throughput"
9837 #  - "parent"
9838 #  - "tags"
9839 #  sort:
9840 #  - "ACL_STATELESS"
9841 #  - "ACL_STATEFUL"
9842 #  - "ACL_STATELESS"
9843 #  - "ACL_STATEFUL"
9844 #  traces:
9845 #    hoverinfo: "x+y"
9846 #    boxpoints: "outliers"
9847 #    whiskerwidth: 0
9848 #  layout:
9849 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9850 #    layout: "plot-throughput"
9851 #
9852 #-
9853 #  type: "plot"
9854 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9855 #  algorithm: "plot_performance_box"
9856 #  output-file-type: ".html"
9857 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9858 #  data: "plot-vpp-throughput-latency-3n-skx"
9859 #  filter: "'NIC_Intel-X710' and
9860 #           '64B' and
9861 #           'NDRPDR' and
9862 #           '4T2C' and
9863 #           'IP4FWD' and
9864 #           'OACL' and
9865 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9866 #           not 'IPSEC' and
9867 #           not 'VHOST'"
9868 #  parameters:
9869 #  - "throughput"
9870 #  - "parent"
9871 #  - "tags"
9872 #  sort:
9873 #  - "ACL_STATELESS"
9874 #  - "ACL_STATEFUL"
9875 #  - "ACL_STATELESS"
9876 #  - "ACL_STATEFUL"
9877 #  traces:
9878 #    hoverinfo: "x+y"
9879 #    boxpoints: "outliers"
9880 #    whiskerwidth: 0
9881 #  layout:
9882 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9883 #    layout: "plot-throughput"
9884
9885 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9886 -
9887   type: "plot"
9888   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9889   algorithm: "plot_performance_box"
9890   output-file-type: ".html"
9891   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9892   data: "plot-vpp-throughput-latency-3n-hsw"
9893   filter: "'NIC_Intel-XL710' and
9894            '64B' and
9895            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9896            'NDRPDR' and
9897            '1T1C' and
9898            'IP4FWD' and
9899            not 'IPSEC' and
9900            not 'VHOST'"
9901   parameters:
9902   - "throughput"
9903   - "parent"
9904   - "tags"
9905   sort:
9906   - "IP4BASE"
9907   - "FIB_20K"
9908   - "FIB_200K"
9909   - "FIB_2M"
9910   traces:
9911     hoverinfo: "x+y"
9912     boxpoints: "outliers"
9913     whiskerwidth: 0
9914   layout:
9915     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9916     layout: "plot-throughput"
9917
9918 -
9919   type: "plot"
9920   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9921   algorithm: "plot_performance_box"
9922   output-file-type: ".html"
9923   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9924   data: "plot-vpp-throughput-latency-3n-hsw"
9925   filter: "'NIC_Intel-XL710' and
9926            '64B' and
9927            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9928            'NDRPDR' and
9929            '1T1C' and
9930            'IP4FWD' and
9931            not 'IPSEC' and
9932            not 'VHOST'"
9933   parameters:
9934   - "throughput"
9935   - "parent"
9936   - "tags"
9937   sort:
9938   - "IP4BASE"
9939   - "FIB_20K"
9940   - "FIB_200K"
9941   - "FIB_2M"
9942   traces:
9943     hoverinfo: "x+y"
9944     boxpoints: "outliers"
9945     whiskerwidth: 0
9946   layout:
9947     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9948     layout: "plot-throughput"
9949
9950 -
9951   type: "plot"
9952   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9953   algorithm: "plot_performance_box"
9954   output-file-type: ".html"
9955   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9956   data: "plot-vpp-throughput-latency-3n-hsw"
9957   filter: "'NIC_Intel-XL710' and
9958            '64B' and
9959            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9960            'NDRPDR' and
9961            '2T2C' and
9962            'IP4FWD' and
9963            not 'IPSEC' and
9964            not 'VHOST'"
9965   parameters:
9966   - "throughput"
9967   - "parent"
9968   - "tags"
9969   sort:
9970   - "IP4BASE"
9971   - "FIB_20K"
9972   - "FIB_200K"
9973   - "FIB_2M"
9974   traces:
9975     hoverinfo: "x+y"
9976     boxpoints: "outliers"
9977     whiskerwidth: 0
9978   layout:
9979     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9980     layout: "plot-throughput"
9981
9982 -
9983   type: "plot"
9984   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9985   algorithm: "plot_performance_box"
9986   output-file-type: ".html"
9987   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9988   data: "plot-vpp-throughput-latency-3n-hsw"
9989   filter: "'NIC_Intel-XL710' and
9990            '64B' and
9991            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9992            'NDRPDR' and
9993            '2T2C' and
9994            'IP4FWD' and
9995            not 'IPSEC' and
9996            not 'VHOST'"
9997   parameters:
9998   - "throughput"
9999   - "parent"
10000   - "tags"
10001   sort:
10002   - "IP4BASE"
10003   - "FIB_20K"
10004   - "FIB_200K"
10005   - "FIB_2M"
10006   traces:
10007     hoverinfo: "x+y"
10008     boxpoints: "outliers"
10009     whiskerwidth: 0
10010   layout:
10011     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10012     layout: "plot-throughput"
10013
10014 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10015 -
10016   type: "plot"
10017   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10018   algorithm: "plot_performance_box"
10019   output-file-type: ".html"
10020   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10021   data: "plot-vpp-throughput-latency-3n-skx"
10022   filter: "'NIC_Intel-X710' and
10023            '64B' and
10024            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10025            'NDRPDR' and
10026            '2T1C' and
10027            'IP4FWD' and
10028            not 'IPSEC' and
10029            not 'VHOST'"
10030   parameters:
10031   - "throughput"
10032   - "parent"
10033   - "tags"
10034   sort:
10035   - "IP4BASE"
10036   - "FIB_20K"
10037   - "FIB_200K"
10038   - "FIB_2M"
10039   traces:
10040     hoverinfo: "x+y"
10041     boxpoints: "outliers"
10042     whiskerwidth: 0
10043   layout:
10044     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10045     layout: "plot-throughput"
10046
10047 -
10048   type: "plot"
10049   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10050   algorithm: "plot_performance_box"
10051   output-file-type: ".html"
10052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10053   data: "plot-vpp-throughput-latency-3n-skx"
10054   filter: "'NIC_Intel-X710' and
10055            '64B' and
10056            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10057            'NDRPDR' and
10058            '2T1C' and
10059            'IP4FWD' and
10060            not 'IPSEC' and
10061            not 'VHOST'"
10062   parameters:
10063   - "throughput"
10064   - "parent"
10065   - "tags"
10066   sort:
10067   - "IP4BASE"
10068   - "FIB_20K"
10069   - "FIB_200K"
10070   - "FIB_2M"
10071   traces:
10072     hoverinfo: "x+y"
10073     boxpoints: "outliers"
10074     whiskerwidth: 0
10075   layout:
10076     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10077     layout: "plot-throughput"
10078
10079 -
10080   type: "plot"
10081   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10082   algorithm: "plot_performance_box"
10083   output-file-type: ".html"
10084   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10085   data: "plot-vpp-throughput-latency-3n-skx"
10086   filter: "'NIC_Intel-X710' and
10087            '64B' and
10088            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10089            'NDRPDR' and
10090            '4T2C' and
10091            'IP4FWD' and
10092            not 'IPSEC' and
10093            not 'VHOST'"
10094   parameters:
10095   - "throughput"
10096   - "parent"
10097   - "tags"
10098   sort:
10099   - "IP4BASE"
10100   - "FIB_20K"
10101   - "FIB_200K"
10102   - "FIB_2M"
10103   traces:
10104     hoverinfo: "x+y"
10105     boxpoints: "outliers"
10106     whiskerwidth: 0
10107   layout:
10108     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10109     layout: "plot-throughput"
10110
10111 -
10112   type: "plot"
10113   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10114   algorithm: "plot_performance_box"
10115   output-file-type: ".html"
10116   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10117   data: "plot-vpp-throughput-latency-3n-skx"
10118   filter: "'NIC_Intel-X710' and
10119            '64B' and
10120            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10121            'NDRPDR' and
10122            '4T2C' and
10123            'IP4FWD' and
10124            not 'IPSEC' and
10125            not 'VHOST'"
10126   parameters:
10127   - "throughput"
10128   - "parent"
10129   - "tags"
10130   sort:
10131   - "IP4BASE"
10132   - "FIB_20K"
10133   - "FIB_200K"
10134   - "FIB_2M"
10135   traces:
10136     hoverinfo: "x+y"
10137     boxpoints: "outliers"
10138     whiskerwidth: 0
10139   layout:
10140     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10141     layout: "plot-throughput"
10142
10143 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10144 -
10145   type: "plot"
10146   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10147   algorithm: "plot_performance_box"
10148   output-file-type: ".html"
10149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10150   data: "plot-vpp-throughput-latency-3n-skx"
10151   filter: "'NIC_Intel-X710' and
10152            '64B' and
10153            ('IP4BASE' or
10154             'POLICE_MARK' or
10155             'COPWHLIST' or
10156             ('NAT44' and 'BASE') or
10157             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10158            'NDRPDR' and
10159            '2T1C' and
10160            'IP4FWD' and
10161            not 'IPSEC' and
10162            not 'VHOST'"
10163   parameters:
10164   - "throughput"
10165   - "parent"
10166   - "tags"
10167   sort:
10168   - "IP4BASE"
10169   - "NAT44"
10170   - "POLICE_MARK"
10171   - "COPWHLIST"
10172   - "IACL"
10173   - "OACL"
10174   traces:
10175     hoverinfo: "x+y"
10176     boxpoints: "outliers"
10177     whiskerwidth: 0
10178   layout:
10179     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10180     layout: "plot-throughput"
10181
10182 -
10183   type: "plot"
10184   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10185   algorithm: "plot_performance_box"
10186   output-file-type: ".html"
10187   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10188   data: "plot-vpp-throughput-latency-3n-skx"
10189   filter: "'NIC_Intel-X710' and
10190            '64B' and
10191            ('IP4BASE' or
10192             'POLICE_MARK' or
10193             'COPWHLIST' or
10194             ('NAT44' and 'BASE') or
10195             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10196            'NDRPDR' and
10197            '2T1C' and
10198            'IP4FWD' and
10199            not 'IPSEC' and
10200            not 'VHOST'"
10201   parameters:
10202   - "throughput"
10203   - "parent"
10204   - "tags"
10205   sort:
10206   - "IP4BASE"
10207   - "NAT44"
10208   - "POLICE_MARK"
10209   - "COPWHLIST"
10210   - "IACL"
10211   - "OACL"
10212   traces:
10213     hoverinfo: "x+y"
10214     boxpoints: "outliers"
10215     whiskerwidth: 0
10216   layout:
10217     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10218     layout: "plot-throughput"
10219
10220 -
10221   type: "plot"
10222   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10223   algorithm: "plot_performance_box"
10224   output-file-type: ".html"
10225   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10226   data: "plot-vpp-throughput-latency-3n-skx"
10227   filter: "'NIC_Intel-X710' and
10228            '64B' and
10229            ('IP4BASE' or
10230             'POLICE_MARK' or
10231             'COPWHLIST' or
10232             ('NAT44' and 'BASE') or
10233             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10234            'NDRPDR' and
10235            '4T2C' and
10236            'IP4FWD' and
10237            not 'IPSEC' and
10238            not 'VHOST'"
10239   parameters:
10240   - "throughput"
10241   - "parent"
10242   - "tags"
10243   sort:
10244   - "IP4BASE"
10245   - "NAT44"
10246   - "POLICE_MARK"
10247   - "COPWHLIST"
10248   - "IACL"
10249   - "OACL"
10250   traces:
10251     hoverinfo: "x+y"
10252     boxpoints: "outliers"
10253     whiskerwidth: 0
10254   layout:
10255     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10256     layout: "plot-throughput"
10257
10258 -
10259   type: "plot"
10260   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10261   algorithm: "plot_performance_box"
10262   output-file-type: ".html"
10263   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10264   data: "plot-vpp-throughput-latency-3n-skx"
10265   filter: "'NIC_Intel-X710' and
10266            '64B' and
10267            ('IP4BASE' or
10268             'POLICE_MARK' or
10269             'COPWHLIST' or
10270             ('NAT44' and 'BASE') or
10271             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10272            'NDRPDR' and
10273            '4T2C' and
10274            'IP4FWD' and
10275            not 'IPSEC' and
10276            not 'VHOST'"
10277   parameters:
10278   - "throughput"
10279   - "parent"
10280   - "tags"
10281   sort:
10282   - "IP4BASE"
10283   - "NAT44"
10284   - "POLICE_MARK"
10285   - "COPWHLIST"
10286   - "IACL"
10287   - "OACL"
10288   traces:
10289     hoverinfo: "x+y"
10290     boxpoints: "outliers"
10291     whiskerwidth: 0
10292   layout:
10293     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10294     layout: "plot-throughput"
10295
10296 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10297 -
10298   type: "plot"
10299   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10300   algorithm: "plot_performance_box"
10301   output-file-type: ".html"
10302   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10303   data: "plot-vpp-throughput-latency-3n-hsw"
10304   filter: "'NIC_Intel-X710' and
10305            '64B' and
10306            'NDRPDR' and
10307            '1T1C' and
10308            'IP4FWD' and
10309            'NAT44' and
10310            not 'IPSEC' and
10311            not 'VHOST'"
10312   parameters:
10313   - "throughput"
10314   - "parent"
10315   - "tags"
10316   sort:
10317   - "BASE"
10318   - "BASE"
10319   - "SRC_USER_10"
10320   - "SRC_USER_100"
10321   - "SRC_USER_1000"
10322   - "SRC_USER_2000"
10323   traces:
10324     hoverinfo: "x+y"
10325     boxpoints: "outliers"
10326     whiskerwidth: 0
10327   layout:
10328     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10329     layout: "plot-throughput"
10330
10331 -
10332   type: "plot"
10333   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10334   algorithm: "plot_performance_box"
10335   output-file-type: ".html"
10336   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10337   data: "plot-vpp-throughput-latency-3n-hsw"
10338   filter: "'NIC_Intel-X710' and
10339            '64B' and
10340            'NDRPDR' and
10341            '1T1C' and
10342            'IP4FWD' and
10343            'NAT44' and
10344            not 'IPSEC' and
10345            not 'VHOST'"
10346   parameters:
10347   - "throughput"
10348   - "parent"
10349   - "tags"
10350   sort:
10351   - "BASE"
10352   - "BASE"
10353   - "SRC_USER_10"
10354   - "SRC_USER_100"
10355   - "SRC_USER_1000"
10356   - "SRC_USER_2000"
10357   traces:
10358     hoverinfo: "x+y"
10359     boxpoints: "outliers"
10360     whiskerwidth: 0
10361   layout:
10362     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10363     layout: "plot-throughput"
10364
10365 -
10366   type: "plot"
10367   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10368   algorithm: "plot_performance_box"
10369   output-file-type: ".html"
10370   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10371   data: "plot-vpp-throughput-latency-3n-hsw"
10372   filter: "'NIC_Intel-X710' and
10373            '64B' and
10374            'NDRPDR' and
10375            '2T2C' and
10376            'IP4FWD' and
10377            'NAT44' and
10378            not 'IPSEC' and
10379            not 'VHOST'"
10380   parameters:
10381   - "throughput"
10382   - "parent"
10383   - "tags"
10384   sort:
10385   - "BASE"
10386   - "BASE"
10387   - "SRC_USER_10"
10388   - "SRC_USER_100"
10389   - "SRC_USER_1000"
10390   - "SRC_USER_2000"
10391   traces:
10392     hoverinfo: "x+y"
10393     boxpoints: "outliers"
10394     whiskerwidth: 0
10395   layout:
10396     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10397     layout: "plot-throughput"
10398
10399 -
10400   type: "plot"
10401   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10402   algorithm: "plot_performance_box"
10403   output-file-type: ".html"
10404   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10405   data: "plot-vpp-throughput-latency-3n-hsw"
10406   filter: "'NIC_Intel-X710' and
10407            '64B' and
10408            'NDRPDR' and
10409            '2T2C' and
10410            'IP4FWD' and
10411            'NAT44' and
10412            not 'IPSEC' and
10413            not 'VHOST'"
10414   parameters:
10415   - "throughput"
10416   - "parent"
10417   - "tags"
10418   sort:
10419   - "BASE"
10420   - "BASE"
10421   - "SRC_USER_10"
10422   - "SRC_USER_100"
10423   - "SRC_USER_1000"
10424   - "SRC_USER_2000"
10425   traces:
10426     hoverinfo: "x+y"
10427     boxpoints: "outliers"
10428     whiskerwidth: 0
10429   layout:
10430     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10431     layout: "plot-throughput"
10432
10433 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10434 -
10435   type: "plot"
10436   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10437   algorithm: "plot_performance_box"
10438   output-file-type: ".html"
10439   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10440   data: "plot-vpp-throughput-latency-3n-hsw"
10441   filter: "'NIC_Intel-X710' and
10442            '64B' and
10443            'NDRPDR' and
10444            '1T1C' and
10445            'IP4FWD' and
10446            'IACL' and
10447            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10448            not 'IPSEC' and
10449            not 'VHOST'"
10450   parameters:
10451   - "throughput"
10452   - "parent"
10453   - "tags"
10454   sort:
10455   - "ACL_STATELESS"
10456   - "ACL_STATEFUL"
10457   - "ACL_STATELESS"
10458   - "ACL_STATEFUL"
10459   traces:
10460     hoverinfo: "x+y"
10461     boxpoints: "outliers"
10462     whiskerwidth: 0
10463   layout:
10464     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10465     layout: "plot-throughput"
10466
10467 -
10468   type: "plot"
10469   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10470   algorithm: "plot_performance_box"
10471   output-file-type: ".html"
10472   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10473   data: "plot-vpp-throughput-latency-3n-hsw"
10474   filter: "'NIC_Intel-X710' and
10475            '64B' and
10476            'NDRPDR' and
10477            '1T1C' and
10478            'IP4FWD' and
10479            'IACL' and
10480            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10481            not 'IPSEC' and
10482            not 'VHOST'"
10483   parameters:
10484   - "throughput"
10485   - "parent"
10486   - "tags"
10487   sort:
10488   - "ACL_STATELESS"
10489   - "ACL_STATEFUL"
10490   - "ACL_STATELESS"
10491   - "ACL_STATEFUL"
10492   traces:
10493     hoverinfo: "x+y"
10494     boxpoints: "outliers"
10495     whiskerwidth: 0
10496   layout:
10497     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10498     layout: "plot-throughput"
10499
10500 -
10501   type: "plot"
10502   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10503   algorithm: "plot_performance_box"
10504   output-file-type: ".html"
10505   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10506   data: "plot-vpp-throughput-latency-3n-hsw"
10507   filter: "'NIC_Intel-X710' and
10508            '64B' and
10509            'NDRPDR' and
10510            '2T2C' and
10511            'IP4FWD' and
10512            'IACL' and
10513            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10514            not 'IPSEC' and
10515            not 'VHOST'"
10516   parameters:
10517   - "throughput"
10518   - "parent"
10519   - "tags"
10520   sort:
10521   - "ACL_STATELESS"
10522   - "ACL_STATEFUL"
10523   - "ACL_STATELESS"
10524   - "ACL_STATEFUL"
10525   traces:
10526     hoverinfo: "x+y"
10527     boxpoints: "outliers"
10528     whiskerwidth: 0
10529   layout:
10530     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10531     layout: "plot-throughput"
10532
10533 -
10534   type: "plot"
10535   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10536   algorithm: "plot_performance_box"
10537   output-file-type: ".html"
10538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10539   data: "plot-vpp-throughput-latency-3n-hsw"
10540   filter: "'NIC_Intel-X710' and
10541            '64B' and
10542            'NDRPDR' and
10543            '2T2C' and
10544            'IP4FWD' and
10545            'IACL' and
10546            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10547            not 'IPSEC' and
10548            not 'VHOST'"
10549   parameters:
10550   - "throughput"
10551   - "parent"
10552   - "tags"
10553   sort:
10554   - "ACL_STATELESS"
10555   - "ACL_STATEFUL"
10556   - "ACL_STATELESS"
10557   - "ACL_STATEFUL"
10558   traces:
10559     hoverinfo: "x+y"
10560     boxpoints: "outliers"
10561     whiskerwidth: 0
10562   layout:
10563     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10564     layout: "plot-throughput"
10565
10566 ## Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10567 #-
10568 #  type: "plot"
10569 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10570 #  algorithm: "plot_performance_box"
10571 #  output-file-type: ".html"
10572 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10573 #  data: "plot-vpp-throughput-latency-3n-hsw"
10574 #  filter: "'NIC_Intel-X710' and
10575 #           '64B' and
10576 #           'NDRPDR' and
10577 #           '1T1C' and
10578 #           'IP4FWD' and
10579 #           'OACL' and
10580 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10581 #           not 'IPSEC' and
10582 #           not 'VHOST'"
10583 #  parameters:
10584 #  - "throughput"
10585 #  - "parent"
10586 #  - "tags"
10587 #  sort:
10588 #  - "ACL_STATELESS"
10589 #  - "ACL_STATEFUL"
10590 #  - "ACL_STATELESS"
10591 #  - "ACL_STATEFUL"
10592 #  traces:
10593 #    hoverinfo: "x+y"
10594 #    boxpoints: "outliers"
10595 #    whiskerwidth: 0
10596 #  layout:
10597 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10598 #    layout: "plot-throughput"
10599 #
10600 #-
10601 #  type: "plot"
10602 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10603 #  algorithm: "plot_performance_box"
10604 #  output-file-type: ".html"
10605 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10606 #  data: "plot-vpp-throughput-latency-3n-hsw"
10607 #  filter: "'NIC_Intel-X710' and
10608 #           '64B' and
10609 #           'NDRPDR' and
10610 #           '1T1C' and
10611 #           'IP4FWD' and
10612 #           'OACL' and
10613 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10614 #           not 'IPSEC' and
10615 #           not 'VHOST'"
10616 #  parameters:
10617 #  - "throughput"
10618 #  - "parent"
10619 #  - "tags"
10620 #  sort:
10621 #  - "ACL_STATELESS"
10622 #  - "ACL_STATEFUL"
10623 #  - "ACL_STATELESS"
10624 #  - "ACL_STATEFUL"
10625 #  traces:
10626 #    hoverinfo: "x+y"
10627 #    boxpoints: "outliers"
10628 #    whiskerwidth: 0
10629 #  layout:
10630 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10631 #    layout: "plot-throughput"
10632 #
10633 #-
10634 #  type: "plot"
10635 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10636 #  algorithm: "plot_performance_box"
10637 #  output-file-type: ".html"
10638 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10639 #  data: "plot-vpp-throughput-latency-3n-hsw"
10640 #  filter: "'NIC_Intel-X710' and
10641 #           '64B' and
10642 #           'NDRPDR' and
10643 #           '2T2C' and
10644 #           'IP4FWD' and
10645 #           'OACL' and
10646 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10647 #           not 'IPSEC' and
10648 #           not 'VHOST'"
10649 #  parameters:
10650 #  - "throughput"
10651 #  - "parent"
10652 #  - "tags"
10653 #  sort:
10654 #  - "ACL_STATELESS"
10655 #  - "ACL_STATEFUL"
10656 #  - "ACL_STATELESS"
10657 #  - "ACL_STATEFUL"
10658 #  traces:
10659 #    hoverinfo: "x+y"
10660 #    boxpoints: "outliers"
10661 #    whiskerwidth: 0
10662 #  layout:
10663 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10664 #    layout: "plot-throughput"
10665 #
10666 #-
10667 #  type: "plot"
10668 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10669 #  algorithm: "plot_performance_box"
10670 #  output-file-type: ".html"
10671 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10672 #  data: "plot-vpp-throughput-latency-3n-hsw"
10673 #  filter: "'NIC_Intel-X710' and
10674 #           '64B' and
10675 #           'NDRPDR' and
10676 #           '2T2C' and
10677 #           'IP4FWD' and
10678 #           'OACL' and
10679 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10680 #           not 'IPSEC' and
10681 #           not 'VHOST'"
10682 #  parameters:
10683 #  - "throughput"
10684 #  - "parent"
10685 #  - "tags"
10686 #  sort:
10687 #  - "ACL_STATELESS"
10688 #  - "ACL_STATEFUL"
10689 #  - "ACL_STATELESS"
10690 #  - "ACL_STATEFUL"
10691 #  traces:
10692 #    hoverinfo: "x+y"
10693 #    boxpoints: "outliers"
10694 #    whiskerwidth: 0
10695 #  layout:
10696 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10697 #    layout: "plot-throughput"
10698
10699 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10700 -
10701   type: "plot"
10702   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10703   algorithm: "plot_performance_box"
10704   output-file-type: ".html"
10705   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10706   data: "plot-vpp-throughput-latency-2n-skx"
10707   filter: "'NIC_Intel-X710' and
10708            '64B' and
10709            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10710            'NDRPDR' and
10711            '2T1C' and
10712            'IP4FWD' and
10713            not 'IPSEC' and
10714            not 'VHOST'"
10715   parameters:
10716   - "throughput"
10717   - "parent"
10718   - "tags"
10719   sort:
10720   - "DOT1Q"
10721   - "IP4BASE"
10722   - "FIB_20k"
10723   - "FIB_200k"
10724   - "FIB_2M"
10725   traces:
10726     hoverinfo: "x+y"
10727     boxpoints: "outliers"
10728     whiskerwidth: 0
10729   layout:
10730     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10731     layout: "plot-throughput"
10732
10733 -
10734   type: "plot"
10735   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10736   algorithm: "plot_performance_box"
10737   output-file-type: ".html"
10738   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10739   data: "plot-vpp-throughput-latency-2n-skx"
10740   filter: "'NIC_Intel-X710' and
10741            '64B' and
10742            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10743            'NDRPDR' and
10744            '2T1C' and
10745            'IP4FWD' and
10746            not 'IPSEC' and
10747            not 'VHOST'"
10748   parameters:
10749   - "throughput"
10750   - "parent"
10751   - "tags"
10752   sort:
10753   - "DOT1Q"
10754   - "IP4BASE"
10755   - "FIB_20k"
10756   - "FIB_200k"
10757   - "FIB_2M"
10758   traces:
10759     hoverinfo: "x+y"
10760     boxpoints: "outliers"
10761     whiskerwidth: 0
10762   layout:
10763     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10764     layout: "plot-throughput"
10765
10766 -
10767   type: "plot"
10768   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10769   algorithm: "plot_performance_box"
10770   output-file-type: ".html"
10771   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10772   data: "plot-vpp-throughput-latency-2n-skx"
10773   filter: "'NIC_Intel-X710' and
10774            '64B' and
10775            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10776            'NDRPDR' and
10777            '4T2C' and
10778            'IP4FWD' and
10779            not 'IPSEC' and
10780            not 'VHOST'"
10781   parameters:
10782   - "throughput"
10783   - "parent"
10784   - "tags"
10785   sort:
10786   - "DOT1Q"
10787   - "IP4BASE"
10788   - "FIB_20k"
10789   - "FIB_200k"
10790   - "FIB_2M"
10791   traces:
10792     hoverinfo: "x+y"
10793     boxpoints: "outliers"
10794     whiskerwidth: 0
10795   layout:
10796     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10797     layout: "plot-throughput"
10798
10799 -
10800   type: "plot"
10801   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10802   algorithm: "plot_performance_box"
10803   output-file-type: ".html"
10804   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10805   data: "plot-vpp-throughput-latency-2n-skx"
10806   filter: "'NIC_Intel-X710' and
10807            '64B' and
10808            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10809            'NDRPDR' and
10810            '4T2C' and
10811            'IP4FWD' and
10812            not 'IPSEC' and
10813            not 'VHOST'"
10814   parameters:
10815   - "throughput"
10816   - "parent"
10817   - "tags"
10818   sort:
10819   - "DOT1Q"
10820   - "IP4BASE"
10821   - "FIB_20k"
10822   - "FIB_200k"
10823   - "FIB_2M"
10824   traces:
10825     hoverinfo: "x+y"
10826     boxpoints: "outliers"
10827     whiskerwidth: 0
10828   layout:
10829     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10830     layout: "plot-throughput"
10831
10832 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10833 -
10834   type: "plot"
10835   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10836   algorithm: "plot_performance_box"
10837   output-file-type: ".html"
10838   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10839   data: "plot-vpp-throughput-latency-2n-skx"
10840   filter: "'NIC_Intel-XXV710' and
10841            '64B' and
10842            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10843            'NDRPDR' and
10844            '2T1C' and
10845            'IP4FWD' and
10846            not 'IPSEC' and
10847            not 'VHOST'"
10848   parameters:
10849   - "throughput"
10850   - "parent"
10851   - "tags"
10852   sort:
10853   - "DOT1Q"
10854   - "IP4BASE"
10855   - "FIB_20k"
10856   - "FIB_200k"
10857   - "FIB_2M"
10858   traces:
10859     hoverinfo: "x+y"
10860     boxpoints: "outliers"
10861     whiskerwidth: 0
10862   layout:
10863     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10864     layout: "plot-throughput"
10865
10866 -
10867   type: "plot"
10868   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10869   algorithm: "plot_performance_box"
10870   output-file-type: ".html"
10871   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10872   data: "plot-vpp-throughput-latency-2n-skx"
10873   filter: "'NIC_Intel-XXV710' and
10874            '64B' and
10875            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10876            'NDRPDR' and
10877            '2T1C' and
10878            'IP4FWD' and
10879            not 'IPSEC' and
10880            not 'VHOST'"
10881   parameters:
10882   - "throughput"
10883   - "parent"
10884   - "tags"
10885   sort:
10886   - "DOT1Q"
10887   - "IP4BASE"
10888   - "FIB_20k"
10889   - "FIB_200k"
10890   - "FIB_2M"
10891   traces:
10892     hoverinfo: "x+y"
10893     boxpoints: "outliers"
10894     whiskerwidth: 0
10895   layout:
10896     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10897     layout: "plot-throughput"
10898
10899 -
10900   type: "plot"
10901   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10902   algorithm: "plot_performance_box"
10903   output-file-type: ".html"
10904   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10905   data: "plot-vpp-throughput-latency-2n-skx"
10906   filter: "'NIC_Intel-XXV710' and
10907            '64B' and
10908            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10909            'NDRPDR' and
10910            '4T2C' and
10911            'IP4FWD' and
10912            not 'IPSEC' and
10913            not 'VHOST'"
10914   parameters:
10915   - "throughput"
10916   - "parent"
10917   - "tags"
10918   sort:
10919   - "DOT1Q"
10920   - "IP4BASE"
10921   - "FIB_20k"
10922   - "FIB_200k"
10923   - "FIB_2M"
10924   traces:
10925     hoverinfo: "x+y"
10926     boxpoints: "outliers"
10927     whiskerwidth: 0
10928   layout:
10929     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10930     layout: "plot-throughput"
10931
10932 -
10933   type: "plot"
10934   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10935   algorithm: "plot_performance_box"
10936   output-file-type: ".html"
10937   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10938   data: "plot-vpp-throughput-latency-2n-skx"
10939   filter: "'NIC_Intel-XXV710' and
10940            '64B' and
10941            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10942            'NDRPDR' and
10943            '4T2C' and
10944            'IP4FWD' and
10945            not 'IPSEC' and
10946            not 'VHOST'"
10947   parameters:
10948   - "throughput"
10949   - "parent"
10950   - "tags"
10951   sort:
10952   - "DOT1Q"
10953   - "IP4BASE"
10954   - "FIB_20k"
10955   - "FIB_200k"
10956   - "FIB_2M"
10957   traces:
10958     hoverinfo: "x+y"
10959     boxpoints: "outliers"
10960     whiskerwidth: 0
10961   layout:
10962     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10963     layout: "plot-throughput"
10964
10965 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10966 -
10967   type: "plot"
10968   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10969   algorithm: "plot_performance_box"
10970   output-file-type: ".html"
10971   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10972   data: "intel-dnv-vpp"
10973   filter: "'NIC_Intel-X553' and
10974            '64B' and
10975            'IP4BASE' and
10976            'NDRPDR' and
10977            '1T1C' and
10978            'IP4FWD' and
10979            not 'IPSEC' and
10980            not 'VHOST'"
10981   parameters:
10982   - "throughput"
10983   - "parent"
10984   - "tags"
10985   sort:
10986   - "IP4BASE"
10987   traces:
10988     hoverinfo: "x+y"
10989     boxpoints: "outliers"
10990     whiskerwidth: 0
10991   layout:
10992     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10993     layout: "plot-throughput"
10994
10995 -
10996   type: "plot"
10997   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10998   algorithm: "plot_performance_box"
10999   output-file-type: ".html"
11000   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11001   data: "intel-dnv-vpp"
11002   filter: "'NIC_Intel-X553' and
11003            '64B' and
11004            'IP4BASE' and
11005            'NDRPDR' and
11006            '1T1C' and
11007            'IP4FWD' and
11008            not 'IPSEC' and
11009            not 'VHOST'"
11010   parameters:
11011   - "throughput"
11012   - "parent"
11013   - "tags"
11014   sort:
11015   - "IP4BASE"
11016   traces:
11017     hoverinfo: "x+y"
11018     boxpoints: "outliers"
11019     whiskerwidth: 0
11020   layout:
11021     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11022     layout: "plot-throughput"
11023
11024 -
11025   type: "plot"
11026   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11027   algorithm: "plot_performance_box"
11028   output-file-type: ".html"
11029   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11030   data: "intel-dnv-vpp"
11031   filter: "'NIC_Intel-X553' and
11032            '64B' and
11033            'IP4BASE' and
11034            'NDRPDR' and
11035            '2T2C' and
11036            'IP4FWD' and
11037            not 'IPSEC' and
11038            not 'VHOST'"
11039   parameters:
11040   - "throughput"
11041   - "parent"
11042   - "tags"
11043   sort:
11044   - "IP4BASE"
11045   traces:
11046     hoverinfo: "x+y"
11047     boxpoints: "outliers"
11048     whiskerwidth: 0
11049   layout:
11050     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11051     layout: "plot-throughput"
11052
11053 -
11054   type: "plot"
11055   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11056   algorithm: "plot_performance_box"
11057   output-file-type: ".html"
11058   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11059   data: "intel-dnv-vpp"
11060   filter: "'NIC_Intel-X553' and
11061            '64B' and
11062            'IP4BASE' and
11063            'NDRPDR' and
11064            '2T2C' and
11065            'IP4FWD' and
11066            not 'IPSEC' and
11067            not 'VHOST'"
11068   parameters:
11069   - "throughput"
11070   - "parent"
11071   - "tags"
11072   sort:
11073   - "IP4BASE"
11074   traces:
11075     hoverinfo: "x+y"
11076     boxpoints: "outliers"
11077     whiskerwidth: 0
11078   layout:
11079     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11080     layout: "plot-throughput"
11081
11082 ################################################################################
11083
11084 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
11085 #-
11086 #  type: "plot"
11087 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11088 #  algorithm: "plot_performance_box"
11089 #  output-file-type: ".html"
11090 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11091 #  data: "plot-vpp-throughput-latency-3n-hsw"
11092 #  filter: "'NIC_Intel-X520-DA2' and
11093 #           '64B' and
11094 #           'ENCAP' and
11095 #           'NDRPDR' and
11096 #           '1T1C' and
11097 #           ('VXLAN' or 'LISP') and
11098 #           not 'VHOST' and
11099 #           not 'IPSECHW'"
11100 #  parameters:
11101 #  - "throughput"
11102 #  - "parent"
11103 #  - "tags"
11104 #  sort:
11105 #  - "not DOT1Q"
11106 #  - "VXLAN_1"
11107 #  - "VXLAN_10"
11108 #  - "VXLAN_100"
11109 #  - "VXLAN_1000"
11110 #  traces:
11111 #    hoverinfo: "x+y"
11112 #    boxpoints: "outliers"
11113 #    whiskerwidth: 0
11114 #  layout:
11115 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11116 #    layout: "plot-throughput"
11117 #
11118 #-
11119 #  type: "plot"
11120 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11121 #  algorithm: "plot_performance_box"
11122 #  output-file-type: ".html"
11123 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11124 #  data: "plot-vpp-throughput-latency-3n-hsw"
11125 #  filter: "'NIC_Intel-X520-DA2' and
11126 #           '64B' and
11127 #           'ENCAP' and
11128 #           'NDRPDR' and
11129 #           '1T1C' and
11130 #           ('VXLAN' or 'LISP') and
11131 #           not 'VHOST' and
11132 #           not 'IPSECHW'"
11133 #  parameters:
11134 #  - "throughput"
11135 #  - "parent"
11136 #  - "tags"
11137 #  sort:
11138 #  - "not DOT1Q"
11139 #  - "VXLAN_1"
11140 #  - "VXLAN_10"
11141 #  - "VXLAN_100"
11142 #  - "VXLAN_1000"
11143 #  traces:
11144 #    hoverinfo: "x+y"
11145 #    boxpoints: "outliers"
11146 #    whiskerwidth: 0
11147 #  layout:
11148 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11149 #    layout: "plot-throughput"
11150 #
11151 #-
11152 #  type: "plot"
11153 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11154 #  algorithm: "plot_performance_box"
11155 #  output-file-type: ".html"
11156 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11157 #  data: "plot-vpp-throughput-latency-3n-hsw"
11158 #  filter: "'NIC_Intel-X520-DA2' and
11159 #           '64B' and
11160 #           'ENCAP' and
11161 #           'NDRPDR' and
11162 #           '2T2C' and
11163 #           ('VXLAN' or 'LISP') and
11164 #           not 'VHOST' and
11165 #           not 'IPSECHW'"
11166 #  parameters:
11167 #  - "throughput"
11168 #  - "parent"
11169 #  - "tags"
11170 #  sort:
11171 #  - "not DOT1Q"
11172 #  - "VXLAN_1"
11173 #  - "VXLAN_10"
11174 #  - "VXLAN_100"
11175 #  - "VXLAN_1000"
11176 #  traces:
11177 #    hoverinfo: "x+y"
11178 #    boxpoints: "outliers"
11179 #    whiskerwidth: 0
11180 #  layout:
11181 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11182 #    layout: "plot-throughput"
11183 #
11184 #-
11185 #  type: "plot"
11186 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11187 #  algorithm: "plot_performance_box"
11188 #  output-file-type: ".html"
11189 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11190 #  data: "plot-vpp-throughput-latency-3n-hsw"
11191 #  filter: "'NIC_Intel-X520-DA2' and
11192 #           '64B' and
11193 #           'ENCAP' and
11194 #           'NDRPDR' and
11195 #           '2T2C' and
11196 #           ('VXLAN' or 'LISP') and
11197 #           not 'VHOST' and
11198 #           not 'IPSECHW'"
11199 #  parameters:
11200 #  - "throughput"
11201 #  - "parent"
11202 #  - "tags"
11203 #  sort:
11204 #  - "not DOT1Q"
11205 #  - "VXLAN_1"
11206 #  - "VXLAN_10"
11207 #  - "VXLAN_100"
11208 #  - "VXLAN_1000"
11209 #  traces:
11210 #    hoverinfo: "x+y"
11211 #    boxpoints: "outliers"
11212 #    whiskerwidth: 0
11213 #  layout:
11214 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11215 #    layout: "plot-throughput"
11216
11217 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11218 -
11219   type: "plot"
11220   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11221   algorithm: "plot_performance_box"
11222   output-file-type: ".html"
11223   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11224   data: "plot-vpp-throughput-latency-3n-hsw"
11225   filter: "'NIC_Intel-X520-DA2' and
11226            '64B' and
11227            'ENCAP' and
11228            'NDRPDR' and
11229            '1T1C' and
11230            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11231            not 'DOT1Q' and
11232            not 'VHOST' and
11233            not 'IPSECHW'"
11234   parameters:
11235   - "throughput"
11236   - "parent"
11237   - "tags"
11238   sort:
11239   - "L2BDMACLRN"
11240   - "L2XCFWD"
11241   - "LISP"
11242   traces:
11243     hoverinfo: "x+y"
11244     boxpoints: "outliers"
11245     whiskerwidth: 0
11246   layout:
11247     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11248     layout: "plot-throughput"
11249
11250 -
11251   type: "plot"
11252   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11253   algorithm: "plot_performance_box"
11254   output-file-type: ".html"
11255   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11256   data: "plot-vpp-throughput-latency-3n-hsw"
11257   filter: "'NIC_Intel-X520-DA2' and
11258            '64B' and
11259            'ENCAP' and
11260            'NDRPDR' and
11261            '2T2C' and
11262            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11263            not 'DOT1Q' and
11264            not 'VHOST' and
11265            not 'IPSECHW'"
11266   parameters:
11267   - "throughput"
11268   - "parent"
11269   - "tags"
11270   sort:
11271   - "L2BDMACLRN"
11272   - "L2XCFWD"
11273   - "LISP"
11274   traces:
11275     hoverinfo: "x+y"
11276     boxpoints: "outliers"
11277     whiskerwidth: 0
11278   layout:
11279     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11280     layout: "plot-throughput"
11281
11282 -
11283   type: "plot"
11284   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11285   algorithm: "plot_performance_box"
11286   output-file-type: ".html"
11287   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11288   data: "plot-vpp-throughput-latency-3n-hsw"
11289   filter: "'NIC_Intel-X520-DA2' and
11290            '64B' and
11291            'ENCAP' and
11292            'NDRPDR' and
11293            '1T1C' and
11294            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11295            not 'DOT1Q' and
11296            not 'VHOST' and
11297            not 'IPSECHW'"
11298   parameters:
11299   - "throughput"
11300   - "parent"
11301   - "tags"
11302   sort:
11303   - "L2BDMACLRN"
11304   - "L2XCFWD"
11305   - "LISP"
11306   traces:
11307     hoverinfo: "x+y"
11308     boxpoints: "outliers"
11309     whiskerwidth: 0
11310   layout:
11311     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11312     layout: "plot-throughput"
11313
11314 -
11315   type: "plot"
11316   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11317   algorithm: "plot_performance_box"
11318   output-file-type: ".html"
11319   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11320   data: "plot-vpp-throughput-latency-3n-hsw"
11321   filter: "'NIC_Intel-X520-DA2' and
11322            '64B' and
11323            'ENCAP' and
11324            'NDRPDR' and
11325            '2T2C' and
11326            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11327            not 'DOT1Q' and
11328            not 'VHOST' and
11329            not 'IPSECHW'"
11330   parameters:
11331   - "throughput"
11332   - "parent"
11333   - "tags"
11334   sort:
11335   - "L2BDMACLRN"
11336   - "L2XCFWD"
11337   - "LISP"
11338   traces:
11339     hoverinfo: "x+y"
11340     boxpoints: "outliers"
11341     whiskerwidth: 0
11342   layout:
11343     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11344     layout: "plot-throughput"
11345
11346 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11347 -
11348   type: "plot"
11349   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11350   algorithm: "plot_performance_box"
11351   output-file-type: ".html"
11352   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11353   data: "plot-vpp-throughput-latency-3n-hsw"
11354   filter: "'NIC_Intel-X710' and
11355            '64B' and
11356            'ENCAP' and
11357            'NDRPDR' and
11358            '1T1C' and
11359            ('VXLAN' or 'LISP') and
11360            not 'VHOST' and
11361            not 'IPSECHW'"
11362   parameters:
11363   - "throughput"
11364   - "parent"
11365   - "tags"
11366   sort:
11367   - "LISP"
11368   - "VXLAN_1"
11369   - "VXLAN_10"
11370   - "VXLAN_100"
11371   - "VXLAN_1000"
11372   traces:
11373     hoverinfo: "x+y"
11374     boxpoints: "outliers"
11375     whiskerwidth: 0
11376   layout:
11377     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11378     layout: "plot-throughput"
11379
11380 -
11381   type: "plot"
11382   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11383   algorithm: "plot_performance_box"
11384   output-file-type: ".html"
11385   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11386   data: "plot-vpp-throughput-latency-3n-hsw"
11387   filter: "'NIC_Intel-X710' and
11388            '64B' and
11389            'ENCAP' and
11390            'NDRPDR' and
11391            '1T1C' and
11392            ('VXLAN' or 'LISP') and
11393            not 'VHOST' and
11394            not 'IPSECHW'"
11395   parameters:
11396   - "throughput"
11397   - "parent"
11398   - "tags"
11399   sort:
11400   - "LISP"
11401   - "VXLAN_1"
11402   - "VXLAN_10"
11403   - "VXLAN_100"
11404   - "VXLAN_1000"
11405   traces:
11406     hoverinfo: "x+y"
11407     boxpoints: "outliers"
11408     whiskerwidth: 0
11409   layout:
11410     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11411     layout: "plot-throughput"
11412
11413 -
11414   type: "plot"
11415   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11416   algorithm: "plot_performance_box"
11417   output-file-type: ".html"
11418   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11419   data: "plot-vpp-throughput-latency-3n-hsw"
11420   filter: "'NIC_Intel-X710' and
11421            '64B' and
11422            'ENCAP' and
11423            'NDRPDR' and
11424            '2T2C' and
11425            ('VXLAN' or 'LISP') and
11426            not 'VHOST' and
11427            not 'IPSECHW'"
11428   parameters:
11429   - "throughput"
11430   - "parent"
11431   - "tags"
11432   sort:
11433   - "LISP"
11434   - "VXLAN_1"
11435   - "VXLAN_10"
11436   - "VXLAN_100"
11437   - "VXLAN_1000"
11438   traces:
11439     hoverinfo: "x+y"
11440     boxpoints: "outliers"
11441     whiskerwidth: 0
11442   layout:
11443     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11444     layout: "plot-throughput"
11445
11446 -
11447   type: "plot"
11448   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11449   algorithm: "plot_performance_box"
11450   output-file-type: ".html"
11451   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11452   data: "plot-vpp-throughput-latency-3n-hsw"
11453   filter: "'NIC_Intel-X710' and
11454            '64B' and
11455            'ENCAP' and
11456            'NDRPDR' and
11457            '2T2C' and
11458            ('VXLAN' or 'LISP') and
11459            not 'VHOST' and
11460            not 'IPSECHW'"
11461   parameters:
11462   - "throughput"
11463   - "parent"
11464   - "tags"
11465   sort:
11466   - "LISP"
11467   - "VXLAN_1"
11468   - "VXLAN_10"
11469   - "VXLAN_100"
11470   - "VXLAN_1000"
11471   traces:
11472     hoverinfo: "x+y"
11473     boxpoints: "outliers"
11474     whiskerwidth: 0
11475   layout:
11476     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11477     layout: "plot-throughput"
11478
11479 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11480 -
11481   type: "plot"
11482   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11483   algorithm: "plot_performance_box"
11484   output-file-type: ".html"
11485   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11486   data: "plot-vpp-throughput-latency-3n-hsw"
11487   filter: "'NIC_Intel-X710' and
11488            '64B' and
11489            'ENCAP' and
11490            'NDRPDR' and
11491            '1T1C' and
11492            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11493            not 'DOT1Q' and
11494            not 'VHOST' and
11495            not 'IPSECHW'"
11496   parameters:
11497   - "throughput"
11498   - "parent"
11499   - "tags"
11500   sort:
11501   - "L2BDMACLRN"
11502   - "L2XCFWD"
11503   - "LISP"
11504   traces:
11505     hoverinfo: "x+y"
11506     boxpoints: "outliers"
11507     whiskerwidth: 0
11508   layout:
11509     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11510     layout: "plot-throughput"
11511
11512 -
11513   type: "plot"
11514   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11515   algorithm: "plot_performance_box"
11516   output-file-type: ".html"
11517   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11518   data: "plot-vpp-throughput-latency-3n-hsw"
11519   filter: "'NIC_Intel-X710' and
11520            '64B' and
11521            'ENCAP' and
11522            'NDRPDR' and
11523            '2T2C' and
11524            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11525            not 'DOT1Q' and
11526            not 'VHOST' and
11527            not 'IPSECHW'"
11528   parameters:
11529   - "throughput"
11530   - "parent"
11531   - "tags"
11532   sort:
11533   - "L2BDMACLRN"
11534   - "L2XCFWD"
11535   - "LISP"
11536   traces:
11537     hoverinfo: "x+y"
11538     boxpoints: "outliers"
11539     whiskerwidth: 0
11540   layout:
11541     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11542     layout: "plot-throughput"
11543
11544 -
11545   type: "plot"
11546   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11547   algorithm: "plot_performance_box"
11548   output-file-type: ".html"
11549   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11550   data: "plot-vpp-throughput-latency-3n-hsw"
11551   filter: "'NIC_Intel-X710' and
11552            '64B' and
11553            'ENCAP' and
11554            'NDRPDR' and
11555            '1T1C' and
11556            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11557            not 'DOT1Q' and
11558            not 'VHOST' and
11559            not 'IPSECHW'"
11560   parameters:
11561   - "throughput"
11562   - "parent"
11563   - "tags"
11564   sort:
11565   - "L2BDMACLRN"
11566   - "L2XCFWD"
11567   - "LISP"
11568   traces:
11569     hoverinfo: "x+y"
11570     boxpoints: "outliers"
11571     whiskerwidth: 0
11572   layout:
11573     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11574     layout: "plot-throughput"
11575
11576 -
11577   type: "plot"
11578   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11579   algorithm: "plot_performance_box"
11580   output-file-type: ".html"
11581   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11582   data: "plot-vpp-throughput-latency-3n-hsw"
11583   filter: "'NIC_Intel-X710' and
11584            '64B' and
11585            'ENCAP' and
11586            'NDRPDR' and
11587            '2T2C' and
11588            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11589            not 'DOT1Q' and
11590            not 'VHOST' and
11591            not 'IPSECHW'"
11592   parameters:
11593   - "throughput"
11594   - "parent"
11595   - "tags"
11596   sort:
11597   - "L2BDMACLRN"
11598   - "L2XCFWD"
11599   - "LISP"
11600   traces:
11601     hoverinfo: "x+y"
11602     boxpoints: "outliers"
11603     whiskerwidth: 0
11604   layout:
11605     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11606     layout: "plot-throughput"
11607
11608 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11609 -
11610   type: "plot"
11611   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11612   algorithm: "plot_performance_box"
11613   output-file-type: ".html"
11614   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11615   data: "plot-vpp-throughput-latency-3n-skx"
11616   filter: "'NIC_Intel-X710' and
11617            '64B' and
11618            'ENCAP' and
11619            'NDRPDR' and
11620            '2T1C' and
11621            ('VXLAN' or 'LISP') and
11622            not 'VHOST' and
11623            not 'IPSECHW'"
11624   parameters:
11625   - "throughput"
11626   - "parent"
11627   - "tags"
11628   sort:
11629   - "LISP"
11630   - "VXLAN_1"
11631   - "VXLAN_10"
11632   - "VXLAN_100"
11633   - "VXLAN_1000"
11634   traces:
11635     hoverinfo: "x+y"
11636     boxpoints: "outliers"
11637     whiskerwidth: 0
11638   layout:
11639     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11640     layout: "plot-throughput"
11641
11642 -
11643   type: "plot"
11644   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11645   algorithm: "plot_performance_box"
11646   output-file-type: ".html"
11647   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11648   data: "plot-vpp-throughput-latency-3n-skx"
11649   filter: "'NIC_Intel-X710' and
11650            '64B' and
11651            'ENCAP' and
11652            'NDRPDR' and
11653            '2T1C' and
11654            ('VXLAN' or 'LISP') and
11655            not 'VHOST' and
11656            not 'IPSECHW'"
11657   parameters:
11658   - "throughput"
11659   - "parent"
11660   - "tags"
11661   sort:
11662   - "LISP"
11663   - "VXLAN_1"
11664   - "VXLAN_10"
11665   - "VXLAN_100"
11666   - "VXLAN_1000"
11667   traces:
11668     hoverinfo: "x+y"
11669     boxpoints: "outliers"
11670     whiskerwidth: 0
11671   layout:
11672     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11673     layout: "plot-throughput"
11674
11675 -
11676   type: "plot"
11677   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11678   algorithm: "plot_performance_box"
11679   output-file-type: ".html"
11680   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11681   data: "plot-vpp-throughput-latency-3n-skx"
11682   filter: "'NIC_Intel-X710' and
11683            '64B' and
11684            'ENCAP' and
11685            'NDRPDR' and
11686            '4T2C' and
11687            ('VXLAN' or 'LISP') and
11688            not 'VHOST' and
11689            not 'IPSECHW'"
11690   parameters:
11691   - "throughput"
11692   - "parent"
11693   - "tags"
11694   sort:
11695   - "LISP"
11696   - "VXLAN_1"
11697   - "VXLAN_10"
11698   - "VXLAN_100"
11699   - "VXLAN_1000"
11700   traces:
11701     hoverinfo: "x+y"
11702     boxpoints: "outliers"
11703     whiskerwidth: 0
11704   layout:
11705     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11706     layout: "plot-throughput"
11707
11708 -
11709   type: "plot"
11710   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11711   algorithm: "plot_performance_box"
11712   output-file-type: ".html"
11713   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11714   data: "plot-vpp-throughput-latency-3n-skx"
11715   filter: "'NIC_Intel-X710' and
11716            '64B' and
11717            'ENCAP' and
11718            'NDRPDR' and
11719            '4T2C' and
11720            ('VXLAN' or 'LISP') and
11721            not 'VHOST' and
11722            not 'IPSECHW'"
11723   parameters:
11724   - "throughput"
11725   - "parent"
11726   - "tags"
11727   sort:
11728   - "LISP"
11729   - "VXLAN_1"
11730   - "VXLAN_10"
11731   - "VXLAN_100"
11732   - "VXLAN_1000"
11733   traces:
11734     hoverinfo: "x+y"
11735     boxpoints: "outliers"
11736     whiskerwidth: 0
11737   layout:
11738     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11739     layout: "plot-throughput"
11740
11741 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11742 -
11743   type: "plot"
11744   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11745   algorithm: "plot_performance_box"
11746   output-file-type: ".html"
11747   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11748   data: "plot-vpp-throughput-latency-3n-skx"
11749   filter: "'NIC_Intel-X710' and
11750            '64B' and
11751            'ENCAP' and
11752            'NDRPDR' and
11753            '2T1C' and
11754            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11755            not 'DOT1Q' and
11756            not 'VHOST' and
11757            not 'IPSECHW'"
11758   parameters:
11759   - "throughput"
11760   - "parent"
11761   - "tags"
11762   sort:
11763   - "L2BDMACLRN"
11764   - "L2XCFWD"
11765   - "LISP"
11766   traces:
11767     hoverinfo: "x+y"
11768     boxpoints: "outliers"
11769     whiskerwidth: 0
11770   layout:
11771     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11772     layout: "plot-throughput"
11773
11774 -
11775   type: "plot"
11776   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11777   algorithm: "plot_performance_box"
11778   output-file-type: ".html"
11779   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11780   data: "plot-vpp-throughput-latency-3n-skx"
11781   filter: "'NIC_Intel-X710' and
11782            '64B' and
11783            'ENCAP' and
11784            'NDRPDR' and
11785            '4T2C' and
11786            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11787            not 'DOT1Q' and
11788            not 'VHOST' and
11789            not 'IPSECHW'"
11790   parameters:
11791   - "throughput"
11792   - "parent"
11793   - "tags"
11794   sort:
11795   - "L2BDMACLRN"
11796   - "L2XCFWD"
11797   - "LISP"
11798   traces:
11799     hoverinfo: "x+y"
11800     boxpoints: "outliers"
11801     whiskerwidth: 0
11802   layout:
11803     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11804     layout: "plot-throughput"
11805
11806 -
11807   type: "plot"
11808   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11809   algorithm: "plot_performance_box"
11810   output-file-type: ".html"
11811   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11812   data: "plot-vpp-throughput-latency-3n-skx"
11813   filter: "'NIC_Intel-X710' and
11814            '64B' and
11815            'ENCAP' and
11816            'NDRPDR' and
11817            '2T1C' and
11818            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11819            not 'DOT1Q' and
11820            not 'VHOST' and
11821            not 'IPSECHW'"
11822   parameters:
11823   - "throughput"
11824   - "parent"
11825   - "tags"
11826   sort:
11827   - "L2BDMACLRN"
11828   - "L2XCFWD"
11829   - "LISP"
11830   traces:
11831     hoverinfo: "x+y"
11832     boxpoints: "outliers"
11833     whiskerwidth: 0
11834   layout:
11835     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11836     layout: "plot-throughput"
11837
11838 -
11839   type: "plot"
11840   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11841   algorithm: "plot_performance_box"
11842   output-file-type: ".html"
11843   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11844   data: "plot-vpp-throughput-latency-3n-skx"
11845   filter: "'NIC_Intel-X710' and
11846            '64B' and
11847            'ENCAP' and
11848            'NDRPDR' and
11849            '4T2C' and
11850            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11851            not 'DOT1Q' and
11852            not 'VHOST' and
11853            not 'IPSECHW'"
11854   parameters:
11855   - "throughput"
11856   - "parent"
11857   - "tags"
11858   sort:
11859   - "L2BDMACLRN"
11860   - "L2XCFWD"
11861   - "LISP"
11862   traces:
11863     hoverinfo: "x+y"
11864     boxpoints: "outliers"
11865     whiskerwidth: 0
11866   layout:
11867     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11868     layout: "plot-throughput"
11869
11870 ################################################################################
11871
11872 # Packet Throughput - VPP IPv6 3n-hsw-x520
11873 -
11874   type: "plot"
11875   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11876   algorithm: "plot_performance_box"
11877   output-file-type: ".html"
11878   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11879   data: "plot-vpp-throughput-latency-3n-hsw"
11880   filter: "'NIC_Intel-X520-DA2' and
11881            '78B' and
11882            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11883            'NDRPDR' and
11884            '1T1C' and
11885            'IP6FWD' and
11886            not 'SRv6' and
11887            not 'IPSEC' and
11888            not 'VHOST'"
11889   parameters:
11890   - "throughput"
11891   - "parent"
11892   - "tags"
11893   sort:
11894   - "IP6BASE"
11895   - "FIB_20K"
11896   - "FIB_200K"
11897   - "FIB_2M"
11898   traces:
11899     hoverinfo: "x+y"
11900     boxpoints: "outliers"
11901     whiskerwidth: 0
11902   layout:
11903     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11904     layout: "plot-throughput"
11905
11906 -
11907   type: "plot"
11908   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11909   algorithm: "plot_performance_box"
11910   output-file-type: ".html"
11911   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11912   data: "plot-vpp-throughput-latency-3n-hsw"
11913   filter: "'NIC_Intel-X520-DA2' and
11914            '78B' and
11915            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11916            'NDRPDR' and
11917            '1T1C' and
11918            'IP6FWD' and
11919            not 'SRv6' and
11920            not 'IPSEC' and
11921            not 'VHOST'"
11922   parameters:
11923   - "throughput"
11924   - "parent"
11925   - "tags"
11926   sort:
11927   - "IP6BASE"
11928   - "FIB_20K"
11929   - "FIB_200K"
11930   - "FIB_2M"
11931   traces:
11932     hoverinfo: "x+y"
11933     boxpoints: "outliers"
11934     whiskerwidth: 0
11935   layout:
11936     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11937     layout: "plot-throughput"
11938
11939 -
11940   type: "plot"
11941   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11942   algorithm: "plot_performance_box"
11943   output-file-type: ".html"
11944   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11945   data: "plot-vpp-throughput-latency-3n-hsw"
11946   filter: "'NIC_Intel-X520-DA2' and
11947            '78B' and
11948            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11949            'NDRPDR' and
11950            '2T2C' and
11951            'IP6FWD' and
11952            not 'SRv6' and
11953            not 'IPSEC' and
11954            not 'VHOST'"
11955   parameters:
11956   - "throughput"
11957   - "parent"
11958   - "tags"
11959   sort:
11960   - "IP6BASE"
11961   - "FIB_20K"
11962   - "FIB_200K"
11963   - "FIB_2M"
11964   traces:
11965     hoverinfo: "x+y"
11966     boxpoints: "outliers"
11967     whiskerwidth: 0
11968   layout:
11969     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11970     layout: "plot-throughput"
11971
11972 -
11973   type: "plot"
11974   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11975   algorithm: "plot_performance_box"
11976   output-file-type: ".html"
11977   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11978   data: "plot-vpp-throughput-latency-3n-hsw"
11979   filter: "'NIC_Intel-X520-DA2' and
11980            '78B' and
11981            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11982            'NDRPDR' and
11983            '2T2C' and
11984            'IP6FWD' and
11985            not 'SRv6' and
11986            not 'IPSEC' and
11987            not 'VHOST'"
11988   parameters:
11989   - "throughput"
11990   - "parent"
11991   - "tags"
11992   sort:
11993   - "IP6BASE"
11994   - "FIB_20K"
11995   - "FIB_200K"
11996   - "FIB_2M"
11997   traces:
11998     hoverinfo: "x+y"
11999     boxpoints: "outliers"
12000     whiskerwidth: 0
12001   layout:
12002     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12003     layout: "plot-throughput"
12004
12005 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
12006 -
12007   type: "plot"
12008   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12009   algorithm: "plot_performance_box"
12010   output-file-type: ".html"
12011   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12012   data: "plot-vpp-throughput-latency-3n-hsw"
12013   filter: "'NIC_Intel-X520-DA2' and
12014            '78B' and
12015            ('IP6BASE' or
12016             'POLICE_MARK' or
12017             'COPWHLIST' or
12018             'IACLDST') and
12019            'NDRPDR' and
12020            '1T1C' and
12021            'IP6FWD' and
12022            not 'SRv6' and
12023            not 'IPSEC' and
12024            not 'VHOST'"
12025   parameters:
12026   - "throughput"
12027   - "parent"
12028   - "tags"
12029   sort:
12030   - "IP6BASE"
12031   - "POLICE_MARK"
12032   - "COPWHLIST"
12033   - "IACLDST"
12034   traces:
12035     hoverinfo: "x+y"
12036     boxpoints: "outliers"
12037     whiskerwidth: 0
12038   layout:
12039     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12040     layout: "plot-throughput"
12041
12042 -
12043   type: "plot"
12044   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12045   algorithm: "plot_performance_box"
12046   output-file-type: ".html"
12047   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12048   data: "plot-vpp-throughput-latency-3n-hsw"
12049   filter: "'NIC_Intel-X520-DA2' and
12050            '78B' and
12051            ('IP6BASE' or
12052             'POLICE_MARK' or
12053             'COPWHLIST' or
12054             'IACLDST') and
12055            'NDRPDR' and
12056            '2T2C' and
12057            'IP6FWD' and
12058            not 'SRv6' and
12059            not 'IPSEC' and
12060            not 'VHOST'"
12061   parameters:
12062   - "throughput"
12063   - "parent"
12064   - "tags"
12065   sort:
12066   - "IP6BASE"
12067   - "POLICE_MARK"
12068   - "COPWHLIST"
12069   - "IACLDST"
12070   traces:
12071     hoverinfo: "x+y"
12072     boxpoints: "outliers"
12073     whiskerwidth: 0
12074   layout:
12075     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12076     layout: "plot-throughput"
12077
12078 -
12079   type: "plot"
12080   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12081   algorithm: "plot_performance_box"
12082   output-file-type: ".html"
12083   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12084   data: "plot-vpp-throughput-latency-3n-hsw"
12085   filter: "'NIC_Intel-X520-DA2' and
12086            '78B' and
12087            ('IP6BASE' or
12088             'POLICE_MARK' or
12089             'COPWHLIST' or
12090             'IACLDST') and
12091            'NDRPDR' and
12092            '1T1C' and
12093            'IP6FWD' and
12094            not 'SRv6' and
12095            not 'IPSEC' and
12096            not 'VHOST'"
12097   parameters:
12098   - "throughput"
12099   - "parent"
12100   - "tags"
12101   sort:
12102   - "IP6BASE"
12103   - "POLICE_MARK"
12104   - "COPWHLIST"
12105   - "IACLDST"
12106   traces:
12107     hoverinfo: "x+y"
12108     boxpoints: "outliers"
12109     whiskerwidth: 0
12110   layout:
12111     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12112     layout: "plot-throughput"
12113
12114 -
12115   type: "plot"
12116   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12117   algorithm: "plot_performance_box"
12118   output-file-type: ".html"
12119   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12120   data: "plot-vpp-throughput-latency-3n-hsw"
12121   filter: "'NIC_Intel-X520-DA2' and
12122            '78B' and
12123            ('IP6BASE' or
12124             'POLICE_MARK' or
12125             'COPWHLIST' or
12126             'IACLDST') and
12127            'NDRPDR' and
12128            '2T2C' and
12129            'IP6FWD' and
12130            not 'SRv6' and
12131            not 'IPSEC' and
12132            not 'VHOST'"
12133   parameters:
12134   - "throughput"
12135   - "parent"
12136   - "tags"
12137   sort:
12138   - "IP6BASE"
12139   - "POLICE_MARK"
12140   - "COPWHLIST"
12141   - "IACLDST"
12142   traces:
12143     hoverinfo: "x+y"
12144     boxpoints: "outliers"
12145     whiskerwidth: 0
12146   layout:
12147     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12148     layout: "plot-throughput"
12149
12150 # Packet Throughput - VPP IPv6 3n-hsw-x710
12151 -
12152   type: "plot"
12153   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12154   algorithm: "plot_performance_box"
12155   output-file-type: ".html"
12156   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12157   data: "plot-vpp-throughput-latency-3n-hsw"
12158   filter: "'NIC_Intel-X710' and
12159            '78B' and
12160            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12161            'NDRPDR' and
12162            '1T1C' and
12163            'IP6FWD' and
12164            not 'SRv6' and
12165            not 'IPSEC' and
12166            not 'VHOST'"
12167   parameters:
12168   - "throughput"
12169   - "parent"
12170   - "tags"
12171   sort:
12172   - "IP6BASE"
12173   - "FIB_20K"
12174   - "FIB_200K"
12175   - "FIB_2M"
12176   traces:
12177     hoverinfo: "x+y"
12178     boxpoints: "outliers"
12179     whiskerwidth: 0
12180   layout:
12181     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12182     layout: "plot-throughput"
12183
12184 -
12185   type: "plot"
12186   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12187   algorithm: "plot_performance_box"
12188   output-file-type: ".html"
12189   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12190   data: "plot-vpp-throughput-latency-3n-hsw"
12191   filter: "'NIC_Intel-X710' and
12192            '78B' and
12193            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12194            'NDRPDR' and
12195            '1T1C' and
12196            'IP6FWD' and
12197            not 'SRv6' and
12198            not 'IPSEC' and
12199            not 'VHOST'"
12200   parameters:
12201   - "throughput"
12202   - "parent"
12203   - "tags"
12204   sort:
12205   - "IP6BASE"
12206   - "FIB_20K"
12207   - "FIB_200K"
12208   - "FIB_2M"
12209   traces:
12210     hoverinfo: "x+y"
12211     boxpoints: "outliers"
12212     whiskerwidth: 0
12213   layout:
12214     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12215     layout: "plot-throughput"
12216
12217 -
12218   type: "plot"
12219   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12220   algorithm: "plot_performance_box"
12221   output-file-type: ".html"
12222   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12223   data: "plot-vpp-throughput-latency-3n-hsw"
12224   filter: "'NIC_Intel-X710' and
12225            '78B' and
12226            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12227            'NDRPDR' and
12228            '2T2C' and
12229            'IP6FWD' and
12230            not 'SRv6' and
12231            not 'IPSEC' and
12232            not 'VHOST'"
12233   parameters:
12234   - "throughput"
12235   - "parent"
12236   - "tags"
12237   sort:
12238   - "IP6BASE"
12239   - "FIB_20K"
12240   - "FIB_200K"
12241   - "FIB_2M"
12242   traces:
12243     hoverinfo: "x+y"
12244     boxpoints: "outliers"
12245     whiskerwidth: 0
12246   layout:
12247     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12248     layout: "plot-throughput"
12249
12250 -
12251   type: "plot"
12252   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12253   algorithm: "plot_performance_box"
12254   output-file-type: ".html"
12255   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12256   data: "plot-vpp-throughput-latency-3n-hsw"
12257   filter: "'NIC_Intel-X710' and
12258            '78B' and
12259            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12260            'NDRPDR' and
12261            '2T2C' and
12262            'IP6FWD' and
12263            not 'SRv6' and
12264            not 'IPSEC' and
12265            not 'VHOST'"
12266   parameters:
12267   - "throughput"
12268   - "parent"
12269   - "tags"
12270   sort:
12271   - "IP6BASE"
12272   - "FIB_20K"
12273   - "FIB_200K"
12274   - "FIB_2M"
12275   traces:
12276     hoverinfo: "x+y"
12277     boxpoints: "outliers"
12278     whiskerwidth: 0
12279   layout:
12280     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12281     layout: "plot-throughput"
12282
12283 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12284 -
12285   type: "plot"
12286   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12287   algorithm: "plot_performance_box"
12288   output-file-type: ".html"
12289   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12290   data: "plot-vpp-throughput-latency-3n-hsw"
12291   filter: "'NIC_Intel-X710' and
12292            '78B' and
12293            ('IP6BASE' or
12294             'POLICE_MARK' or
12295             'COPWHLIST' or
12296             'IACLDST') and
12297            'NDRPDR' and
12298            '1T1C' and
12299            'IP6FWD' and
12300            not 'SRv6' and
12301            not 'IPSEC' and
12302            not 'VHOST'"
12303   parameters:
12304   - "throughput"
12305   - "parent"
12306   - "tags"
12307   sort:
12308   - "IP6BASE"
12309   - "POLICE_MARK"
12310   - "COPWHLIST"
12311   - "IACLDST"
12312   traces:
12313     hoverinfo: "x+y"
12314     boxpoints: "outliers"
12315     whiskerwidth: 0
12316   layout:
12317     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12318     layout: "plot-throughput"
12319
12320 -
12321   type: "plot"
12322   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12323   algorithm: "plot_performance_box"
12324   output-file-type: ".html"
12325   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12326   data: "plot-vpp-throughput-latency-3n-hsw"
12327   filter: "'NIC_Intel-X710' and
12328            '78B' and
12329            ('IP6BASE' or
12330             'POLICE_MARK' or
12331             'COPWHLIST' or
12332             'IACLDST') and
12333            'NDRPDR' and
12334            '2T2C' and
12335            'IP6FWD' and
12336            not 'SRv6' and
12337            not 'IPSEC' and
12338            not 'VHOST'"
12339   parameters:
12340   - "throughput"
12341   - "parent"
12342   - "tags"
12343   sort:
12344   - "IP6BASE"
12345   - "POLICE_MARK"
12346   - "COPWHLIST"
12347   - "IACLDST"
12348   traces:
12349     hoverinfo: "x+y"
12350     boxpoints: "outliers"
12351     whiskerwidth: 0
12352   layout:
12353     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12354     layout: "plot-throughput"
12355
12356 -
12357   type: "plot"
12358   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12359   algorithm: "plot_performance_box"
12360   output-file-type: ".html"
12361   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12362   data: "plot-vpp-throughput-latency-3n-hsw"
12363   filter: "'NIC_Intel-X710' and
12364            '78B' and
12365            ('IP6BASE' or
12366             'POLICE_MARK' or
12367             'COPWHLIST' or
12368             'IACLDST') and
12369            'NDRPDR' and
12370            '1T1C' and
12371            'IP6FWD' and
12372            not 'SRv6' and
12373            not 'IPSEC' and
12374            not 'VHOST'"
12375   parameters:
12376   - "throughput"
12377   - "parent"
12378   - "tags"
12379   sort:
12380   - "IP6BASE"
12381   - "POLICE_MARK"
12382   - "COPWHLIST"
12383   - "IACLDST"
12384   traces:
12385     hoverinfo: "x+y"
12386     boxpoints: "outliers"
12387     whiskerwidth: 0
12388   layout:
12389     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12390     layout: "plot-throughput"
12391
12392 -
12393   type: "plot"
12394   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12395   algorithm: "plot_performance_box"
12396   output-file-type: ".html"
12397   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12398   data: "plot-vpp-throughput-latency-3n-hsw"
12399   filter: "'NIC_Intel-X710' and
12400            '78B' and
12401            ('IP6BASE' or
12402             'POLICE_MARK' or
12403             'COPWHLIST' or
12404             'IACLDST') and
12405            'NDRPDR' and
12406            '2T2C' and
12407            'IP6FWD' and
12408            not 'SRv6' and
12409            not 'IPSEC' and
12410            not 'VHOST'"
12411   parameters:
12412   - "throughput"
12413   - "parent"
12414   - "tags"
12415   sort:
12416   - "IP6BASE"
12417   - "POLICE_MARK"
12418   - "COPWHLIST"
12419   - "IACLDST"
12420   traces:
12421     hoverinfo: "x+y"
12422     boxpoints: "outliers"
12423     whiskerwidth: 0
12424   layout:
12425     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12426     layout: "plot-throughput"
12427
12428 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12429 -
12430   type: "plot"
12431   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12432   algorithm: "plot_performance_box"
12433   output-file-type: ".html"
12434   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12435   data: "plot-vpp-throughput-latency-3n-hsw"
12436   filter: "'NIC_Intel-XL710' and
12437            '78B' and
12438            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12439            'NDRPDR' and
12440            '1T1C' and
12441            'IP6FWD' and
12442            not 'SRv6' and
12443            not 'IPSEC' and
12444            not 'VHOST'"
12445   parameters:
12446   - "throughput"
12447   - "parent"
12448   - "tags"
12449   sort:
12450   - "IP6BASE"
12451   - "FIB_20K"
12452   - "FIB_200K"
12453   - "FIB_2M"
12454   traces:
12455     hoverinfo: "x+y"
12456     boxpoints: "outliers"
12457     whiskerwidth: 0
12458   layout:
12459     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12460     layout: "plot-throughput"
12461
12462 -
12463   type: "plot"
12464   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12465   algorithm: "plot_performance_box"
12466   output-file-type: ".html"
12467   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12468   data: "plot-vpp-throughput-latency-3n-hsw"
12469   filter: "'NIC_Intel-XL710' and
12470            '78B' and
12471            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12472            'NDRPDR' and
12473            '1T1C' and
12474            'IP6FWD' and
12475            not 'SRv6' and
12476            not 'IPSEC' and
12477            not 'VHOST'"
12478   parameters:
12479   - "throughput"
12480   - "parent"
12481   - "tags"
12482   sort:
12483   - "IP6BASE"
12484   - "FIB_20K"
12485   - "FIB_200K"
12486   - "FIB_2M"
12487   traces:
12488     hoverinfo: "x+y"
12489     boxpoints: "outliers"
12490     whiskerwidth: 0
12491   layout:
12492     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12493     layout: "plot-throughput"
12494
12495 -
12496   type: "plot"
12497   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12498   algorithm: "plot_performance_box"
12499   output-file-type: ".html"
12500   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12501   data: "plot-vpp-throughput-latency-3n-hsw"
12502   filter: "'NIC_Intel-XL710' and
12503            '78B' and
12504            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12505            'NDRPDR' and
12506            '2T2C' and
12507            'IP6FWD' and
12508            not 'SRv6' and
12509            not 'IPSEC' and
12510            not 'VHOST'"
12511   parameters:
12512   - "throughput"
12513   - "parent"
12514   - "tags"
12515   sort:
12516   - "IP6BASE"
12517   - "FIB_20K"
12518   - "FIB_200K"
12519   - "FIB_2M"
12520   traces:
12521     hoverinfo: "x+y"
12522     boxpoints: "outliers"
12523     whiskerwidth: 0
12524   layout:
12525     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12526     layout: "plot-throughput"
12527
12528 -
12529   type: "plot"
12530   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12531   algorithm: "plot_performance_box"
12532   output-file-type: ".html"
12533   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12534   data: "plot-vpp-throughput-latency-3n-hsw"
12535   filter: "'NIC_Intel-XL710' and
12536            '78B' and
12537            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12538            'NDRPDR' and
12539            '2T2C' and
12540            'IP6FWD' and
12541            not 'SRv6' and
12542            not 'IPSEC' and
12543            not 'VHOST'"
12544   parameters:
12545   - "throughput"
12546   - "parent"
12547   - "tags"
12548   sort:
12549   - "IP6BASE"
12550   - "FIB_20K"
12551   - "FIB_200K"
12552   - "FIB_2M"
12553   traces:
12554     hoverinfo: "x+y"
12555     boxpoints: "outliers"
12556     whiskerwidth: 0
12557   layout:
12558     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12559     layout: "plot-throughput"
12560
12561 # Packet Throughput - VPP IPv6 3n-skx-x710
12562 -
12563   type: "plot"
12564   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12565   algorithm: "plot_performance_box"
12566   output-file-type: ".html"
12567   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12568   data: "plot-vpp-throughput-latency-3n-skx"
12569   filter: "'NIC_Intel-X710' and
12570            '78B' and
12571            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12572            'NDRPDR' and
12573            '2T1C' and
12574            'IP6FWD' and
12575            not 'SRv6' and
12576            not 'IPSEC' and
12577            not 'VHOST'"
12578   parameters:
12579   - "throughput"
12580   - "parent"
12581   - "tags"
12582   sort:
12583   - "IP6BASE"
12584   - "FIB_20k"
12585   - "FIB_200k"
12586   - "FIB_2M"
12587   traces:
12588     hoverinfo: "x+y"
12589     boxpoints: "outliers"
12590     whiskerwidth: 0
12591   layout:
12592     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12593     layout: "plot-throughput"
12594
12595 -
12596   type: "plot"
12597   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12598   algorithm: "plot_performance_box"
12599   output-file-type: ".html"
12600   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12601   data: "plot-vpp-throughput-latency-3n-skx"
12602   filter: "'NIC_Intel-X710' and
12603            '78B' and
12604            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12605            'NDRPDR' and
12606            '2T1C' and
12607            'IP6FWD' and
12608            not 'SRv6' and
12609            not 'IPSEC' and
12610            not 'VHOST'"
12611   parameters:
12612   - "throughput"
12613   - "parent"
12614   - "tags"
12615   sort:
12616   - "IP6BASE"
12617   - "FIB_20k"
12618   - "FIB_200k"
12619   - "FIB_2M"
12620   traces:
12621     hoverinfo: "x+y"
12622     boxpoints: "outliers"
12623     whiskerwidth: 0
12624   layout:
12625     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12626     layout: "plot-throughput"
12627
12628 -
12629   type: "plot"
12630   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12631   algorithm: "plot_performance_box"
12632   output-file-type: ".html"
12633   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12634   data: "plot-vpp-throughput-latency-3n-skx"
12635   filter: "'NIC_Intel-X710' and
12636            '78B' and
12637            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12638            'NDRPDR' and
12639            '4T2C' and
12640            'IP6FWD' and
12641            not 'SRv6' and
12642            not 'IPSEC' and
12643            not 'VHOST'"
12644   parameters:
12645   - "throughput"
12646   - "parent"
12647   - "tags"
12648   sort:
12649   - "IP6BASE"
12650   - "FIB_20k"
12651   - "FIB_200k"
12652   - "FIB_2M"
12653   traces:
12654     hoverinfo: "x+y"
12655     boxpoints: "outliers"
12656     whiskerwidth: 0
12657   layout:
12658     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12659     layout: "plot-throughput"
12660
12661 -
12662   type: "plot"
12663   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12664   algorithm: "plot_performance_box"
12665   output-file-type: ".html"
12666   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12667   data: "plot-vpp-throughput-latency-3n-skx"
12668   filter: "'NIC_Intel-X710' and
12669            '78B' and
12670            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12671            'NDRPDR' and
12672            '4T2C' and
12673            'IP6FWD' and
12674            not 'SRv6' and
12675            not 'IPSEC' and
12676            not 'VHOST'"
12677   parameters:
12678   - "throughput"
12679   - "parent"
12680   - "tags"
12681   sort:
12682   - "IP6BASE"
12683   - "FIB_20k"
12684   - "FIB_200k"
12685   - "FIB_2M"
12686   traces:
12687     hoverinfo: "x+y"
12688     boxpoints: "outliers"
12689     whiskerwidth: 0
12690   layout:
12691     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12692     layout: "plot-throughput"
12693
12694 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12695 -
12696   type: "plot"
12697   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12698   algorithm: "plot_performance_box"
12699   output-file-type: ".html"
12700   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12701   data: "plot-vpp-throughput-latency-3n-skx"
12702   filter: "'NIC_Intel-X710' and
12703            '78B' and
12704            ('IP6BASE' or
12705             'POLICE_MARK' or
12706             'COPWHLIST' or
12707             'IACLDST') and
12708            'NDRPDR' and
12709            '2T1C' and
12710            'IP6FWD' and
12711            not 'SRv6' and
12712            not 'IPSEC' and
12713            not 'VHOST'"
12714   parameters:
12715   - "throughput"
12716   - "parent"
12717   - "tags"
12718   sort:
12719   - "IP6BASE"
12720   - "POLICE_MARK"
12721   - "COPWHLIST"
12722   - "IACLDST"
12723   traces:
12724     hoverinfo: "x+y"
12725     boxpoints: "outliers"
12726     whiskerwidth: 0
12727   layout:
12728     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12729     layout: "plot-throughput"
12730
12731 -
12732   type: "plot"
12733   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12734   algorithm: "plot_performance_box"
12735   output-file-type: ".html"
12736   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12737   data: "plot-vpp-throughput-latency-3n-skx"
12738   filter: "'NIC_Intel-X710' and
12739            '78B' and
12740            ('IP6BASE' or
12741             'POLICE_MARK' or
12742             'COPWHLIST' or
12743             'IACLDST') and
12744            'NDRPDR' and
12745            '4T2C' and
12746            'IP6FWD' and
12747            not 'SRv6' and
12748            not 'IPSEC' and
12749            not 'VHOST'"
12750   parameters:
12751   - "throughput"
12752   - "parent"
12753   - "tags"
12754   sort:
12755   - "IP6BASE"
12756   - "POLICE_MARK"
12757   - "COPWHLIST"
12758   - "IACLDST"
12759   traces:
12760     hoverinfo: "x+y"
12761     boxpoints: "outliers"
12762     whiskerwidth: 0
12763   layout:
12764     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12765     layout: "plot-throughput"
12766
12767 -
12768   type: "plot"
12769   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12770   algorithm: "plot_performance_box"
12771   output-file-type: ".html"
12772   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12773   data: "plot-vpp-throughput-latency-3n-skx"
12774   filter: "'NIC_Intel-X710' and
12775            '78B' and
12776            ('IP6BASE' or
12777             'POLICE_MARK' or
12778             'COPWHLIST' or
12779             'IACLDST') and
12780            'NDRPDR' and
12781            '2T1C' and
12782            'IP6FWD' and
12783            not 'SRv6' and
12784            not 'IPSEC' and
12785            not 'VHOST'"
12786   parameters:
12787   - "throughput"
12788   - "parent"
12789   - "tags"
12790   sort:
12791   - "IP6BASE"
12792   - "POLICE_MARK"
12793   - "COPWHLIST"
12794   - "IACLDST"
12795   traces:
12796     hoverinfo: "x+y"
12797     boxpoints: "outliers"
12798     whiskerwidth: 0
12799   layout:
12800     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12801     layout: "plot-throughput"
12802
12803 -
12804   type: "plot"
12805   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12806   algorithm: "plot_performance_box"
12807   output-file-type: ".html"
12808   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12809   data: "plot-vpp-throughput-latency-3n-skx"
12810   filter: "'NIC_Intel-X710' and
12811            '78B' and
12812            ('IP6BASE' or
12813             'POLICE_MARK' or
12814             'COPWHLIST' or
12815             'IACLDST') and
12816            'NDRPDR' and
12817            '4T2C' and
12818            'IP6FWD' and
12819            not 'SRv6' and
12820            not 'IPSEC' and
12821            not 'VHOST'"
12822   parameters:
12823   - "throughput"
12824   - "parent"
12825   - "tags"
12826   sort:
12827   - "IP6BASE"
12828   - "POLICE_MARK"
12829   - "COPWHLIST"
12830   - "IACLDST"
12831   traces:
12832     hoverinfo: "x+y"
12833     boxpoints: "outliers"
12834     whiskerwidth: 0
12835   layout:
12836     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12837     layout: "plot-throughput"
12838
12839 # Packet Throughput - VPP IPv6 2n-skx-x710
12840 -
12841   type: "plot"
12842   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12843   algorithm: "plot_performance_box"
12844   output-file-type: ".html"
12845   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12846   data: "plot-vpp-throughput-latency-2n-skx"
12847   filter: "'NIC_Intel-X710' and
12848            '78B' and
12849            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12850            'NDRPDR' and
12851            '2T1C' and
12852            'IP6FWD' and
12853            not 'SRv6' and
12854            not 'IPSEC' and
12855            not 'VHOST'"
12856   parameters:
12857   - "throughput"
12858   - "parent"
12859   - "tags"
12860   sort:
12861   - "IP6BASE"
12862   - "FIB_20k"
12863   - "FIB_200k"
12864   - "FIB_2M"
12865   traces:
12866     hoverinfo: "x+y"
12867     boxpoints: "outliers"
12868     whiskerwidth: 0
12869   layout:
12870     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12871     layout: "plot-throughput"
12872
12873 -
12874   type: "plot"
12875   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12876   algorithm: "plot_performance_box"
12877   output-file-type: ".html"
12878   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12879   data: "plot-vpp-throughput-latency-2n-skx"
12880   filter: "'NIC_Intel-X710' and
12881            '78B' and
12882            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12883            'NDRPDR' and
12884            '2T1C' and
12885            'IP6FWD' and
12886            not 'SRv6' and
12887            not 'IPSEC' and
12888            not 'VHOST'"
12889   parameters:
12890   - "throughput"
12891   - "parent"
12892   - "tags"
12893   sort:
12894   - "IP6BASE"
12895   - "FIB_20k"
12896   - "FIB_200k"
12897   - "FIB_2M"
12898   traces:
12899     hoverinfo: "x+y"
12900     boxpoints: "outliers"
12901     whiskerwidth: 0
12902   layout:
12903     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12904     layout: "plot-throughput"
12905
12906 -
12907   type: "plot"
12908   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12909   algorithm: "plot_performance_box"
12910   output-file-type: ".html"
12911   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12912   data: "plot-vpp-throughput-latency-2n-skx"
12913   filter: "'NIC_Intel-X710' and
12914            '78B' and
12915            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12916            'NDRPDR' and
12917            '4T2C' and
12918            'IP6FWD' and
12919            not 'SRv6' and
12920            not 'IPSEC' and
12921            not 'VHOST'"
12922   parameters:
12923   - "throughput"
12924   - "parent"
12925   - "tags"
12926   sort:
12927   - "IP6BASE"
12928   - "FIB_20k"
12929   - "FIB_200k"
12930   - "FIB_2M"
12931   traces:
12932     hoverinfo: "x+y"
12933     boxpoints: "outliers"
12934     whiskerwidth: 0
12935   layout:
12936     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12937     layout: "plot-throughput"
12938
12939 -
12940   type: "plot"
12941   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12942   algorithm: "plot_performance_box"
12943   output-file-type: ".html"
12944   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12945   data: "plot-vpp-throughput-latency-2n-skx"
12946   filter: "'NIC_Intel-X710' and
12947            '78B' and
12948            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12949            'NDRPDR' and
12950            '4T2C' and
12951            'IP6FWD' and
12952            not 'SRv6' and
12953            not 'IPSEC' and
12954            not 'VHOST'"
12955   parameters:
12956   - "throughput"
12957   - "parent"
12958   - "tags"
12959   sort:
12960   - "IP6BASE"
12961   - "FIB_20k"
12962   - "FIB_200k"
12963   - "FIB_2M"
12964   traces:
12965     hoverinfo: "x+y"
12966     boxpoints: "outliers"
12967     whiskerwidth: 0
12968   layout:
12969     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12970     layout: "plot-throughput"
12971
12972 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12973 -
12974   type: "plot"
12975   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12976   algorithm: "plot_performance_box"
12977   output-file-type: ".html"
12978   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12979   data: "plot-vpp-throughput-latency-2n-skx"
12980   filter: "'NIC_Intel-XXV710' and
12981            '78B' and
12982            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12983            'NDRPDR' and
12984            '2T1C' and
12985            'IP6FWD' and
12986            not 'SRv6' and
12987            not 'IPSEC' and
12988            not 'VHOST'"
12989   parameters:
12990   - "throughput"
12991   - "parent"
12992   - "tags"
12993   sort:
12994   - "IP6BASE"
12995   - "FIB_20k"
12996   - "FIB_200k"
12997   - "FIB_2M"
12998   traces:
12999     hoverinfo: "x+y"
13000     boxpoints: "outliers"
13001     whiskerwidth: 0
13002   layout:
13003     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13004     layout: "plot-throughput"
13005
13006 -
13007   type: "plot"
13008   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13009   algorithm: "plot_performance_box"
13010   output-file-type: ".html"
13011   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13012   data: "plot-vpp-throughput-latency-2n-skx"
13013   filter: "'NIC_Intel-XXV710' and
13014            '78B' and
13015            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13016            'NDRPDR' and
13017            '2T1C' and
13018            'IP6FWD' and
13019            not 'SRv6' and
13020            not 'IPSEC' and
13021            not 'VHOST'"
13022   parameters:
13023   - "throughput"
13024   - "parent"
13025   - "tags"
13026   sort:
13027   - "IP6BASE"
13028   - "FIB_20k"
13029   - "FIB_200k"
13030   - "FIB_2M"
13031   traces:
13032     hoverinfo: "x+y"
13033     boxpoints: "outliers"
13034     whiskerwidth: 0
13035   layout:
13036     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13037     layout: "plot-throughput"
13038
13039 -
13040   type: "plot"
13041   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13042   algorithm: "plot_performance_box"
13043   output-file-type: ".html"
13044   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13045   data: "plot-vpp-throughput-latency-2n-skx"
13046   filter: "'NIC_Intel-XXV710' and
13047            '78B' and
13048            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13049            'NDRPDR' and
13050            '4T2C' and
13051            'IP6FWD' and
13052            not 'SRv6' and
13053            not 'IPSEC' and
13054            not 'VHOST'"
13055   parameters:
13056   - "throughput"
13057   - "parent"
13058   - "tags"
13059   sort:
13060   - "IP6BASE"
13061   - "FIB_20k"
13062   - "FIB_200k"
13063   - "FIB_2M"
13064   traces:
13065     hoverinfo: "x+y"
13066     boxpoints: "outliers"
13067     whiskerwidth: 0
13068   layout:
13069     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13070     layout: "plot-throughput"
13071
13072 -
13073   type: "plot"
13074   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13075   algorithm: "plot_performance_box"
13076   output-file-type: ".html"
13077   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13078   data: "plot-vpp-throughput-latency-2n-skx"
13079   filter: "'NIC_Intel-XXV710' and
13080            '78B' and
13081            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13082            'NDRPDR' and
13083            '4T2C' and
13084            'IP6FWD' and
13085            not 'SRv6' and
13086            not 'IPSEC' and
13087            not 'VHOST'"
13088   parameters:
13089   - "throughput"
13090   - "parent"
13091   - "tags"
13092   sort:
13093   - "IP6BASE"
13094   - "FIB_20k"
13095   - "FIB_200k"
13096   - "FIB_2M"
13097   traces:
13098     hoverinfo: "x+y"
13099     boxpoints: "outliers"
13100     whiskerwidth: 0
13101   layout:
13102     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13103     layout: "plot-throughput"
13104
13105 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13106 -
13107   type: "plot"
13108   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13109   algorithm: "plot_performance_box"
13110   output-file-type: ".html"
13111   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13112   data: "intel-dnv-vpp"
13113   filter: "'NIC_Intel-X553' and
13114            '78B' and
13115            'IP6BASE' and
13116            'NDRPDR' and
13117            '1T1C' and
13118            'IP6FWD' and
13119            not 'SRv6' and
13120            not 'IPSEC' and
13121            not 'VHOST'"
13122   parameters:
13123   - "throughput"
13124   - "parent"
13125   - "tags"
13126   sort:
13127   - "IP6BASE"
13128   traces:
13129     hoverinfo: "x+y"
13130     boxpoints: "outliers"
13131     whiskerwidth: 0
13132   layout:
13133     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13134     layout: "plot-throughput"
13135
13136 -
13137   type: "plot"
13138   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13139   algorithm: "plot_performance_box"
13140   output-file-type: ".html"
13141   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13142   data: "intel-dnv-vpp"
13143   filter: "'NIC_Intel-X553' and
13144            '78B' and
13145            'IP6BASE' and
13146            'NDRPDR' and
13147            '1T1C' and
13148            'IP6FWD' and
13149            not 'SRv6' and
13150            not 'IPSEC' and
13151            not 'VHOST'"
13152   parameters:
13153   - "throughput"
13154   - "parent"
13155   - "tags"
13156   sort:
13157   - "IP6BASE"
13158   traces:
13159     hoverinfo: "x+y"
13160     boxpoints: "outliers"
13161     whiskerwidth: 0
13162   layout:
13163     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13164     layout: "plot-throughput"
13165
13166 -
13167   type: "plot"
13168   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13169   algorithm: "plot_performance_box"
13170   output-file-type: ".html"
13171   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13172   data: "intel-dnv-vpp"
13173   filter: "'NIC_Intel-X553' and
13174            '78B' and
13175            'IP6BASE' and
13176            'NDRPDR' and
13177            '2T2C' and
13178            'IP6FWD' and
13179            not 'SRv6' and
13180            not 'IPSEC' and
13181            not 'VHOST'"
13182   parameters:
13183   - "throughput"
13184   - "parent"
13185   - "tags"
13186   sort:
13187   - "IP6BASE"
13188   traces:
13189     hoverinfo: "x+y"
13190     boxpoints: "outliers"
13191     whiskerwidth: 0
13192   layout:
13193     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13194     layout: "plot-throughput"
13195
13196 -
13197   type: "plot"
13198   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13199   algorithm: "plot_performance_box"
13200   output-file-type: ".html"
13201   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13202   data: "intel-dnv-vpp"
13203   filter: "'NIC_Intel-X553' and
13204            '78B' and
13205            'IP6BASE' and
13206            'NDRPDR' and
13207            '2T2C' and
13208            'IP6FWD' and
13209            not 'SRv6' and
13210            not 'IPSEC' and
13211            not 'VHOST'"
13212   parameters:
13213   - "throughput"
13214   - "parent"
13215   - "tags"
13216   sort:
13217   - "IP6BASE"
13218   traces:
13219     hoverinfo: "x+y"
13220     boxpoints: "outliers"
13221     whiskerwidth: 0
13222   layout:
13223     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13224     layout: "plot-throughput"
13225
13226 ################################################################################
13227
13228 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13229 -
13230   type: "plot"
13231   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13232   algorithm: "plot_performance_box"
13233   output-file-type: ".html"
13234   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13235   data: "plot-vpp-throughput-latency-3n-hsw"
13236   filter: "'NIC_Intel-X520-DA2' and
13237            '78B' and
13238            'ENCAP' and
13239            'NDRPDR' and
13240            '1T1C' and
13241            'LISP' and
13242            not 'VHOST'"
13243   parameters:
13244   - "throughput"
13245   - "parent"
13246   - "tags"
13247   sort:
13248   - "IP4UNRLAY"
13249   - "IP6UNRLAY"
13250   traces:
13251     hoverinfo: "x+y"
13252     boxpoints: "outliers"
13253     whiskerwidth: 0
13254   layout:
13255     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13256     layout: "plot-throughput"
13257
13258 -
13259   type: "plot"
13260   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13261   algorithm: "plot_performance_box"
13262   output-file-type: ".html"
13263   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13264   data: "plot-vpp-throughput-latency-3n-hsw"
13265   filter: "'NIC_Intel-X520-DA2' and
13266            '78B' and
13267            'ENCAP' and
13268            'NDRPDR' and
13269            '1T1C' and
13270            'LISP' and
13271            not 'VHOST'"
13272   parameters:
13273   - "throughput"
13274   - "parent"
13275   - "tags"
13276   sort:
13277   - "IP4UNRLAY"
13278   - "IP6UNRLAY"
13279   traces:
13280     hoverinfo: "x+y"
13281     boxpoints: "outliers"
13282     whiskerwidth: 0
13283   layout:
13284     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13285     layout: "plot-throughput"
13286
13287 -
13288   type: "plot"
13289   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13290   algorithm: "plot_performance_box"
13291   output-file-type: ".html"
13292   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13293   data: "plot-vpp-throughput-latency-3n-hsw"
13294   filter: "'NIC_Intel-X520-DA2' and
13295            '78B' and
13296            'ENCAP' and
13297            'NDRPDR' and
13298            '2T2C' and
13299            'LISP' and
13300            not 'VHOST'"
13301   parameters:
13302   - "throughput"
13303   - "parent"
13304   - "tags"
13305   sort:
13306   - "IP4UNRLAY"
13307   - "IP6UNRLAY"
13308   traces:
13309     hoverinfo: "x+y"
13310     boxpoints: "outliers"
13311     whiskerwidth: 0
13312   layout:
13313     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13314     layout: "plot-throughput"
13315
13316 -
13317   type: "plot"
13318   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13319   algorithm: "plot_performance_box"
13320   output-file-type: ".html"
13321   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13322   data: "plot-vpp-throughput-latency-3n-hsw"
13323   filter: "'NIC_Intel-X520-DA2' and
13324            '78B' and
13325            'ENCAP' and
13326            'NDRPDR' and
13327            '2T2C' and
13328            'LISP' and
13329            not 'VHOST'"
13330   parameters:
13331   - "throughput"
13332   - "parent"
13333   - "tags"
13334   sort:
13335   - "IP4UNRLAY"
13336   - "IP6UNRLAY"
13337   traces:
13338     hoverinfo: "x+y"
13339     boxpoints: "outliers"
13340     whiskerwidth: 0
13341   layout:
13342     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13343     layout: "plot-throughput"
13344
13345 ################################################################################
13346
13347 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13348 -
13349   type: "plot"
13350   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13351   algorithm: "plot_performance_box"
13352   output-file-type: ".html"
13353   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13354   data: "plot-vpp-throughput-latency-3n-hsw"
13355   filter: "'NIC_Intel-XL710' and
13356            '64B' and
13357            'IP4FWD' and
13358            'NDRPDR' and
13359            'BASE' and
13360            '1T1C' and
13361            'IPSECHW' and
13362            ('IPSECTRAN' or 'IPSECTUN') and
13363            not 'VHOST'"
13364   parameters:
13365   - "throughput"
13366   - "parent"
13367   - "tags"
13368   traces:
13369     hoverinfo: "x+y"
13370     boxpoints: "outliers"
13371     whiskerwidth: 0
13372   layout:
13373     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13374     layout: "plot-throughput"
13375
13376 -
13377   type: "plot"
13378   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13379   algorithm: "plot_performance_box"
13380   output-file-type: ".html"
13381   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13382   data: "plot-vpp-throughput-latency-3n-hsw"
13383   filter: "'NIC_Intel-XL710' and
13384            '64B' and
13385            'IP4FWD' and
13386            'NDRPDR' and
13387            'BASE' and
13388            '1T1C' and
13389            'IPSECHW' and
13390            ('IPSECTRAN' or 'IPSECTUN') and
13391            not 'VHOST'"
13392   parameters:
13393   - "throughput"
13394   - "parent"
13395   - "tags"
13396   traces:
13397     hoverinfo: "x+y"
13398     boxpoints: "outliers"
13399     whiskerwidth: 0
13400   layout:
13401     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13402     layout: "plot-throughput"
13403
13404 -
13405   type: "plot"
13406   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13407   algorithm: "plot_performance_box"
13408   output-file-type: ".html"
13409   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13410   data: "plot-vpp-throughput-latency-3n-hsw"
13411   filter: "'NIC_Intel-XL710' and
13412            '64B' and
13413            'IP4FWD' and
13414            'NDRPDR' and
13415            'BASE' and
13416            '2T2C' and
13417            'IPSECHW' and
13418            ('IPSECTRAN' or 'IPSECTUN') and
13419            not 'VHOST'"
13420   parameters:
13421   - "throughput"
13422   - "parent"
13423   - "tags"
13424   traces:
13425     hoverinfo: "x+y"
13426     boxpoints: "outliers"
13427     whiskerwidth: 0
13428   layout:
13429     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13430     layout: "plot-throughput"
13431
13432 -
13433   type: "plot"
13434   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13435   algorithm: "plot_performance_box"
13436   output-file-type: ".html"
13437   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13438   data: "plot-vpp-throughput-latency-3n-hsw"
13439   filter: "'NIC_Intel-XL710' and
13440            '64B' and
13441            'IP4FWD' and
13442            'NDRPDR' and
13443            'BASE' and
13444            '2T2C' and
13445            'IPSECHW' and
13446            ('IPSECTRAN' or 'IPSECTUN') and
13447            not 'VHOST'"
13448   parameters:
13449   - "throughput"
13450   - "parent"
13451   - "tags"
13452   traces:
13453     hoverinfo: "x+y"
13454     boxpoints: "outliers"
13455     whiskerwidth: 0
13456   layout:
13457     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13458     layout: "plot-throughput"
13459
13460 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13461 -
13462   type: "plot"
13463   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13464   algorithm: "plot_performance_box"
13465   output-file-type: ".html"
13466   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13467   data: "plot-vpp-throughput-latency-3n-hsw"
13468   filter: "'NIC_Intel-XL710' and
13469            '64B' and
13470            'IP4FWD' and
13471            'NDRPDR' and
13472            'SCALE' and
13473            '1T1C' and
13474            'IPSECHW' and
13475            ('IPSECTRAN' or 'IPSECTUN') and
13476            not 'VHOST'"
13477   parameters:
13478   - "throughput"
13479   - "parent"
13480   - "tags"
13481   traces:
13482     hoverinfo: "x+y"
13483     boxpoints: "outliers"
13484     whiskerwidth: 0
13485   layout:
13486     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13487     layout: "plot-throughput"
13488
13489 -
13490   type: "plot"
13491   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13492   algorithm: "plot_performance_box"
13493   output-file-type: ".html"
13494   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13495   data: "plot-vpp-throughput-latency-3n-hsw"
13496   filter: "'NIC_Intel-XL710' and
13497            '64B' and
13498            'IP4FWD' and
13499            'NDRPDR' and
13500            'SCALE' and
13501            '1T1C' and
13502            'IPSECHW' and
13503            ('IPSECTRAN' or 'IPSECTUN') and
13504            not 'VHOST'"
13505   parameters:
13506   - "throughput"
13507   - "parent"
13508   - "tags"
13509   traces:
13510     hoverinfo: "x+y"
13511     boxpoints: "outliers"
13512     whiskerwidth: 0
13513   layout:
13514     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13515     layout: "plot-throughput"
13516
13517 -
13518   type: "plot"
13519   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13520   algorithm: "plot_performance_box"
13521   output-file-type: ".html"
13522   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13523   data: "plot-vpp-throughput-latency-3n-hsw"
13524   filter: "'NIC_Intel-XL710' and
13525            '64B' and
13526            'IP4FWD' and
13527            'NDRPDR' and
13528            'SCALE' and
13529            '2T2C' and
13530            'IPSECHW' and
13531            ('IPSECTRAN' or 'IPSECTUN') and
13532            not 'VHOST'"
13533   parameters:
13534   - "throughput"
13535   - "parent"
13536   - "tags"
13537   traces:
13538     hoverinfo: "x+y"
13539     boxpoints: "outliers"
13540     whiskerwidth: 0
13541   layout:
13542     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13543     layout: "plot-throughput"
13544
13545 -
13546   type: "plot"
13547   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13548   algorithm: "plot_performance_box"
13549   output-file-type: ".html"
13550   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13551   data: "plot-vpp-throughput-latency-3n-hsw"
13552   filter: "'NIC_Intel-XL710' and
13553            '64B' and
13554            'IP4FWD' and
13555            'NDRPDR' and
13556            'SCALE' and
13557            '2T2C' and
13558            'IPSECHW' and
13559            ('IPSECTRAN' or 'IPSECTUN') and
13560            not 'VHOST'"
13561   parameters:
13562   - "throughput"
13563   - "parent"
13564   - "tags"
13565   traces:
13566     hoverinfo: "x+y"
13567     boxpoints: "outliers"
13568     whiskerwidth: 0
13569   layout:
13570     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13571     layout: "plot-throughput"
13572
13573 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13574 -
13575   type: "plot"
13576   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13577   algorithm: "plot_performance_box"
13578   output-file-type: ".html"
13579   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13580   data: "plot-vpp-throughput-latency-3n-hsw"
13581   filter: "'NIC_Intel-XL710' and
13582            '64B' and
13583            'IP4FWD' and
13584            'NDRPDR' and
13585            '1T1C' and
13586            'IPSECSW' and
13587            ('IPSECTRAN' or 'IPSECTUN') and
13588            not 'VHOST'"
13589   parameters:
13590   - "throughput"
13591   - "parent"
13592   - "tags"
13593   traces:
13594     hoverinfo: "x+y"
13595     boxpoints: "outliers"
13596     whiskerwidth: 0
13597   layout:
13598     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13599     layout: "plot-throughput"
13600
13601 -
13602   type: "plot"
13603   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13604   algorithm: "plot_performance_box"
13605   output-file-type: ".html"
13606   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13607   data: "plot-vpp-throughput-latency-3n-hsw"
13608   filter: "'NIC_Intel-XL710' and
13609            '64B' and
13610            'IP4FWD' and
13611            'NDRPDR' and
13612            '1T1C' and
13613            'IPSECSW' and
13614            ('IPSECTRAN' or 'IPSECTUN') and
13615            not 'VHOST'"
13616   parameters:
13617   - "throughput"
13618   - "parent"
13619   - "tags"
13620   traces:
13621     hoverinfo: "x+y"
13622     boxpoints: "outliers"
13623     whiskerwidth: 0
13624   layout:
13625     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13626     layout: "plot-throughput"
13627
13628 -
13629   type: "plot"
13630   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13631   algorithm: "plot_performance_box"
13632   output-file-type: ".html"
13633   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13634   data: "plot-vpp-throughput-latency-3n-hsw"
13635   filter: "'NIC_Intel-XL710' and
13636            '64B' and
13637            'IP4FWD' and
13638            'NDRPDR' and
13639            '2T2C' and
13640            'IPSECSW' and
13641            ('IPSECTRAN' or 'IPSECTUN') and
13642            not 'VHOST'"
13643   parameters:
13644   - "throughput"
13645   - "parent"
13646   - "tags"
13647   traces:
13648     hoverinfo: "x+y"
13649     boxpoints: "outliers"
13650     whiskerwidth: 0
13651   layout:
13652     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13653     layout: "plot-throughput"
13654
13655 -
13656   type: "plot"
13657   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13658   algorithm: "plot_performance_box"
13659   output-file-type: ".html"
13660   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13661   data: "plot-vpp-throughput-latency-3n-hsw"
13662   filter: "'NIC_Intel-XL710' and
13663            '64B' and
13664            'IP4FWD' and
13665            'NDRPDR' and
13666            '2T2C' and
13667            'IPSECSW' and
13668            ('IPSECTRAN' or 'IPSECTUN') and
13669            not 'VHOST'"
13670   parameters:
13671   - "throughput"
13672   - "parent"
13673   - "tags"
13674   traces:
13675     hoverinfo: "x+y"
13676     boxpoints: "outliers"
13677     whiskerwidth: 0
13678   layout:
13679     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13680     layout: "plot-throughput"
13681
13682 ################################################################################
13683
13684 # Packet Throughput - VPP SRv6 3n-hsw-x520
13685 -
13686   type: "plot"
13687   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13688   algorithm: "plot_performance_box"
13689   output-file-type: ".html"
13690   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13691   data: "plot-vpp-throughput-latency-3n-hsw"
13692   filter: "'NIC_Intel-X520-DA2' and
13693            '78B' and
13694            'FEATURE' and
13695            'NDRPDR' and
13696            '1T1C' and
13697            'IP6FWD' and
13698            'SRv6'"
13699   parameters:
13700   - "throughput"
13701   - "parent"
13702   - "tags"
13703   traces:
13704     hoverinfo: "x+y"
13705     boxpoints: "outliers"
13706     whiskerwidth: 0
13707   layout:
13708     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13709     layout: "plot-throughput"
13710
13711 -
13712   type: "plot"
13713   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13714   algorithm: "plot_performance_box"
13715   output-file-type: ".html"
13716   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13717   data: "plot-vpp-throughput-latency-3n-hsw"
13718   filter: "'NIC_Intel-X520-DA2' and
13719            '78B' and
13720            'FEATURE' and
13721            'NDRPDR' and
13722            '1T1C' and
13723            'IP6FWD' and
13724            'SRv6'"
13725   parameters:
13726   - "throughput"
13727   - "parent"
13728   - "tags"
13729   traces:
13730     hoverinfo: "x+y"
13731     boxpoints: "outliers"
13732     whiskerwidth: 0
13733   layout:
13734     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13735     layout: "plot-throughput"
13736
13737 -
13738   type: "plot"
13739   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13740   algorithm: "plot_performance_box"
13741   output-file-type: ".html"
13742   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13743   data: "plot-vpp-throughput-latency-3n-hsw"
13744   filter: "'NIC_Intel-X520-DA2' and
13745            '78B' and
13746            'FEATURE' and
13747            'NDRPDR' and
13748            '2T2C' and
13749            'IP6FWD' and
13750            'SRv6'"
13751   parameters:
13752   - "throughput"
13753   - "parent"
13754   - "tags"
13755   traces:
13756     hoverinfo: "x+y"
13757     boxpoints: "outliers"
13758     whiskerwidth: 0
13759   layout:
13760     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13761     layout: "plot-throughput"
13762
13763 -
13764   type: "plot"
13765   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13766   algorithm: "plot_performance_box"
13767   output-file-type: ".html"
13768   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13769   data: "plot-vpp-throughput-latency-3n-hsw"
13770   filter: "'NIC_Intel-X520-DA2' and
13771            '78B' and
13772            'FEATURE' and
13773            'NDRPDR' and
13774            '2T2C' and
13775            'IP6FWD' and
13776            'SRv6'"
13777   parameters:
13778   - "throughput"
13779   - "parent"
13780   - "tags"
13781   traces:
13782     hoverinfo: "x+y"
13783     boxpoints: "outliers"
13784     whiskerwidth: 0
13785   layout:
13786     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13787     layout: "plot-throughput"
13788
13789 ################################################################################
13790
13791 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13792 -
13793   type: "plot"
13794   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13795   algorithm: "plot_performance_box"
13796   output-file-type: ".html"
13797   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13798   data: "plot-vpp-throughput-latency-3n-hsw"
13799   filter: "'NIC_Intel-X520-DA2' and
13800            '64B' and
13801            'NDRPDR' and
13802            'ETH' and
13803            'IP4FWD' and
13804            '1T1C' and
13805            'VHOST_1024' and
13806            not 'VXLAN' and
13807            not 'DOT1Q'"
13808   parameters:
13809   - "throughput"
13810   - "parent"
13811   - "tags"
13812   sort:
13813   - "not CFS_OPT"
13814   - "1VM"
13815   - "2VM"
13816   traces:
13817     hoverinfo: "x+y"
13818     boxpoints: "outliers"
13819     whiskerwidth: 0
13820   layout:
13821     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13822     layout: "plot-throughput"
13823
13824 -
13825   type: "plot"
13826   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13827   algorithm: "plot_performance_box"
13828   output-file-type: ".html"
13829   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13830   data: "plot-vpp-throughput-latency-3n-hsw"
13831   filter: "'NIC_Intel-X520-DA2' and
13832            '64B' and
13833            'NDRPDR' and
13834            'ETH' and
13835            'IP4FWD' and
13836            '2T2C' and
13837            'VHOST_1024' and
13838            not 'VXLAN' and
13839            not 'DOT1Q'"
13840   parameters:
13841   - "throughput"
13842   - "parent"
13843   - "tags"
13844   sort:
13845   - "not CFS_OPT"
13846   - "1VM"
13847   - "2VM"
13848   traces:
13849     hoverinfo: "x+y"
13850     boxpoints: "outliers"
13851     whiskerwidth: 0
13852   layout:
13853     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13854     layout: "plot-throughput"
13855
13856 -
13857   type: "plot"
13858   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13859   algorithm: "plot_performance_box"
13860   output-file-type: ".html"
13861   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13862   data: "plot-vpp-throughput-latency-3n-hsw"
13863   filter: "'NIC_Intel-X520-DA2' and
13864            '64B' and
13865            'NDRPDR' and
13866            'ETH' and
13867            'IP4FWD' and
13868            '1T1C' and
13869            'VHOST_1024' and
13870            not 'VXLAN' and
13871            not 'DOT1Q'"
13872   parameters:
13873   - "throughput"
13874   - "parent"
13875   - "tags"
13876   sort:
13877   - "not CFS_OPT"
13878   - "1VM"
13879   - "2VM"
13880   traces:
13881     hoverinfo: "x+y"
13882     boxpoints: "outliers"
13883     whiskerwidth: 0
13884   layout:
13885     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13886     layout: "plot-throughput"
13887
13888 -
13889   type: "plot"
13890   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13891   algorithm: "plot_performance_box"
13892   output-file-type: ".html"
13893   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13894   data: "plot-vpp-throughput-latency-3n-hsw"
13895   filter: "'NIC_Intel-X520-DA2' and
13896            '64B' and
13897            'NDRPDR' and
13898            'ETH' and
13899            'IP4FWD' and
13900            '2T2C' and
13901            'VHOST_1024' and
13902            not 'VXLAN' and
13903            not 'DOT1Q'"
13904   parameters:
13905   - "throughput"
13906   - "parent"
13907   - "tags"
13908   sort:
13909   - "not CFS_OPT"
13910   - "1VM"
13911   - "2VM"
13912   traces:
13913     hoverinfo: "x+y"
13914     boxpoints: "outliers"
13915     whiskerwidth: 0
13916   layout:
13917     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13918     layout: "plot-throughput"
13919
13920 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13921 -
13922   type: "plot"
13923   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13924   algorithm: "plot_performance_box"
13925   output-file-type: ".html"
13926   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13927   data: "plot-vpp-throughput-latency-3n-hsw"
13928   filter: "'NIC_Intel-X520-DA2' and
13929            '64B' and
13930            'NDRPDR' and
13931            ('ETH' or 'DOT1Q') and
13932            '1T1C' and
13933            'L2BDMACLRN' and
13934            'VHOST_1024' and
13935            not 'VXLAN' and
13936            not 'IP4FWD' and
13937            not '2VM'"
13938   parameters:
13939   - "throughput"
13940   - "parent"
13941   - "tags"
13942 #  sort:
13943 #  - "VM"  # "not CFS_OPT"
13944 #  - "CFS_OPT"
13945 #  - "FIB_10K"
13946 #  - "FIB_100K"
13947 #  - "FIB_1M"
13948   traces:
13949     hoverinfo: "x+y"
13950     boxpoints: "outliers"
13951     whiskerwidth: 0
13952   layout:
13953     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13954     layout: "plot-throughput"
13955
13956 -
13957   type: "plot"
13958   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13959   algorithm: "plot_performance_box"
13960   output-file-type: ".html"
13961   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13962   data: "plot-vpp-throughput-latency-3n-hsw"
13963   filter: "'NIC_Intel-X520-DA2' and
13964            '64B' and
13965            'NDRPDR' and
13966            ('ETH' or 'DOT1Q') and
13967            '2T2C' and
13968            'L2BDMACLRN' and
13969            'VHOST_1024' and
13970            not 'VXLAN' and
13971            not 'IP4FWD' and
13972            not '2VM'"
13973   parameters:
13974   - "throughput"
13975   - "parent"
13976   - "tags"
13977 #  sort:
13978 #  - "VM"  # "not CFS_OPT"
13979 #  - "CFS_OPT"
13980 #  - "FIB_10K"
13981 #  - "FIB_100K"
13982 #  - "FIB_1M"
13983   traces:
13984     hoverinfo: "x+y"
13985     boxpoints: "outliers"
13986     whiskerwidth: 0
13987   layout:
13988     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13989     layout: "plot-throughput"
13990
13991 -
13992   type: "plot"
13993   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13994   algorithm: "plot_performance_box"
13995   output-file-type: ".html"
13996   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13997   data: "plot-vpp-throughput-latency-3n-hsw"
13998   filter: "'NIC_Intel-X520-DA2' and
13999            '64B' and
14000            'NDRPDR' and
14001            ('ETH' or 'DOT1Q') and
14002            '1T1C' and
14003            'L2BDMACLRN' and
14004            'VHOST_1024' and
14005            not 'VXLAN' and
14006            not 'IP4FWD' and
14007            not '2VM'"
14008   parameters:
14009   - "throughput"
14010   - "parent"
14011   - "tags"
14012 #  sort:
14013 #  - "VM"  # "not CFS_OPT"
14014 #  - "CFS_OPT"
14015 #  - "FIB_10K"
14016 #  - "FIB_100K"
14017 #  - "FIB_1M"
14018   traces:
14019     hoverinfo: "x+y"
14020     boxpoints: "outliers"
14021     whiskerwidth: 0
14022   layout:
14023     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14024     layout: "plot-throughput"
14025
14026 -
14027   type: "plot"
14028   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14029   algorithm: "plot_performance_box"
14030   output-file-type: ".html"
14031   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14032   data: "plot-vpp-throughput-latency-3n-hsw"
14033   filter: "'NIC_Intel-X520-DA2' and
14034            '64B' and
14035            'NDRPDR' and
14036            ('ETH' or 'DOT1Q') and
14037            '2T2C' and
14038            'L2BDMACLRN' and
14039            'VHOST_1024' and
14040            not 'VXLAN' and
14041            not 'IP4FWD' and
14042            not '2VM'"
14043   parameters:
14044   - "throughput"
14045   - "parent"
14046   - "tags"
14047 #  sort:
14048 #  - "VM"  # "not CFS_OPT"
14049 #  - "CFS_OPT"
14050 #  - "FIB_10K"
14051 #  - "FIB_100K"
14052 #  - "FIB_1M"
14053   traces:
14054     hoverinfo: "x+y"
14055     boxpoints: "outliers"
14056     whiskerwidth: 0
14057   layout:
14058     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14059     layout: "plot-throughput"
14060
14061 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14062 -
14063   type: "plot"
14064   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14065   algorithm: "plot_performance_box"
14066   output-file-type: ".html"
14067   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14068   data: "plot-vpp-throughput-latency-3n-hsw"
14069   filter: "'NIC_Intel-X520-DA2' and
14070            '64B' and
14071            'NDRPDR' and
14072            ('ETH' or 'DOT1Q') and
14073            'BASE' and
14074            '1T1C' and
14075            ('L2BDMACLRN' or 'L2XCFWD') and
14076            'VHOST_1024' and
14077            not 'VXLAN' and
14078            not 'IP4FWD' and
14079            not '2VM'"
14080   parameters:
14081   - "throughput"
14082   - "parent"
14083   - "tags"
14084 #  sort:
14085 #  - "not CFS_OPT"
14086 #  - "L2XCFWD"
14087 #  - "not CFS_OPT"
14088 #  - "CFS_OPT"
14089   traces:
14090     hoverinfo: "x+y"
14091     boxpoints: "outliers"
14092     whiskerwidth: 0
14093   layout:
14094     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14095     layout: "plot-throughput"
14096
14097 -
14098   type: "plot"
14099   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14100   algorithm: "plot_performance_box"
14101   output-file-type: ".html"
14102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14103   data: "plot-vpp-throughput-latency-3n-hsw"
14104   filter: "'NIC_Intel-X520-DA2' and
14105            '64B' and
14106            'NDRPDR' and
14107            ('ETH' or 'DOT1Q') and
14108            'BASE' and
14109            '1T1C' and
14110            ('L2BDMACLRN' or 'L2XCFWD') and
14111            'VHOST_1024' and
14112            not 'VXLAN' and
14113            not 'IP4FWD' and
14114            not '2VM'"
14115   parameters:
14116   - "throughput"
14117   - "parent"
14118   - "tags"
14119 #  sort:
14120 #  - "not CFS_OPT"
14121 #  - "L2XCFWD"
14122 #  - "not CFS_OPT"
14123 #  - "CFS_OPT"
14124   traces:
14125     hoverinfo: "x+y"
14126     boxpoints: "outliers"
14127     whiskerwidth: 0
14128   layout:
14129     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14130     layout: "plot-throughput"
14131
14132 -
14133   type: "plot"
14134   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14135   algorithm: "plot_performance_box"
14136   output-file-type: ".html"
14137   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14138   data: "plot-vpp-throughput-latency-3n-hsw"
14139   filter: "'NIC_Intel-X520-DA2' and
14140            '64B' and
14141            'NDRPDR' and
14142            ('ETH' or 'DOT1Q') and
14143            'BASE' and
14144            '2T2C' and
14145            ('L2BDMACLRN' or 'L2XCFWD') and
14146            'VHOST_1024' and
14147            not 'VXLAN' and
14148            not 'IP4FWD' and
14149            not '2VM'"
14150   parameters:
14151   - "throughput"
14152   - "parent"
14153   - "tags"
14154 #  sort:
14155 #  - "not CFS_OPT"
14156 #  - "L2XCFWD"
14157 #  - "not CFS_OPT"
14158 #  - "CFS_OPT"
14159   traces:
14160     hoverinfo: "x+y"
14161     boxpoints: "outliers"
14162     whiskerwidth: 0
14163   layout:
14164     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14165     layout: "plot-throughput"
14166
14167 -
14168   type: "plot"
14169   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14170   algorithm: "plot_performance_box"
14171   output-file-type: ".html"
14172   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14173   data: "plot-vpp-throughput-latency-3n-hsw"
14174   filter: "'NIC_Intel-X520-DA2' and
14175            '64B' and
14176            'NDRPDR' and
14177            ('ETH' or 'DOT1Q') and
14178            'BASE' and
14179            '2T2C' and
14180            ('L2BDMACLRN' or 'L2XCFWD') and
14181            'VHOST_1024' and
14182            not 'VXLAN' and
14183            not 'IP4FWD' and
14184            not '2VM'"
14185   parameters:
14186   - "throughput"
14187   - "parent"
14188   - "tags"
14189 #  sort:
14190 #  - "not CFS_OPT"
14191 #  - "L2XCFWD"
14192 #  - "not CFS_OPT"
14193 #  - "CFS_OPT"
14194   traces:
14195     hoverinfo: "x+y"
14196     boxpoints: "outliers"
14197     whiskerwidth: 0
14198   layout:
14199     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14200     layout: "plot-throughput"
14201
14202 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14203 -
14204   type: "plot"
14205   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14206   algorithm: "plot_performance_box"
14207   output-file-type: ".html"
14208   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14209   data: "plot-vpp-throughput-latency-3n-hsw"
14210   filter: "'NIC_Intel-X520-DA2' and
14211            '64B' and
14212            'NDRPDR' and
14213            ('ETH' or 'DOT1Q') and
14214            '1T1C' and
14215            ('L2BDMACLRN' or 'L2XCFWD') and
14216            'VHOST_1024' and
14217            not 'CFS_OPT' and
14218            not 'VXLAN' and
14219            not 'IP4FWD' and
14220            not 'LBOND'"
14221   parameters:
14222   - "throughput"
14223   - "parent"
14224   - "tags"
14225 #  sort:
14226 #  - "1VM"
14227 #  - "L2XCFWD"
14228 #  - "1VM"
14229 #  - "L2BDMACLRN"
14230   traces:
14231     hoverinfo: "x+y"
14232     boxpoints: "outliers"
14233     whiskerwidth: 0
14234   layout:
14235     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14236     layout: "plot-throughput"
14237
14238 -
14239   type: "plot"
14240   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14241   algorithm: "plot_performance_box"
14242   output-file-type: ".html"
14243   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14244   data: "plot-vpp-throughput-latency-3n-hsw"
14245   filter: "'NIC_Intel-X520-DA2' and
14246            '64B' and
14247            'NDRPDR' and
14248            ('ETH' or 'DOT1Q') and
14249            '1T1C' and
14250            ('L2BDMACLRN' or 'L2XCFWD') and
14251            'VHOST_1024' and
14252            not 'CFS_OPT' and
14253            not 'VXLAN' and
14254            not 'IP4FWD' and
14255            not 'LBOND'"
14256   parameters:
14257   - "throughput"
14258   - "parent"
14259   - "tags"
14260 #  sort:
14261 #  - "1VM"
14262 #  - "L2XCFWD"
14263 #  - "1VM"
14264 #  - "L2BDMACLRN"
14265   traces:
14266     hoverinfo: "x+y"
14267     boxpoints: "outliers"
14268     whiskerwidth: 0
14269   layout:
14270     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14271     layout: "plot-throughput"
14272
14273 -
14274   type: "plot"
14275   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14276   algorithm: "plot_performance_box"
14277   output-file-type: ".html"
14278   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14279   data: "plot-vpp-throughput-latency-3n-hsw"
14280   filter: "'NIC_Intel-X520-DA2' and
14281            '64B' and
14282            'NDRPDR' and
14283            ('ETH' or 'DOT1Q') and
14284            '2T2C' and
14285            ('L2BDMACLRN' or 'L2XCFWD') and
14286            'VHOST_1024' and
14287            not 'CFS_OPT' and
14288            not 'VXLAN' and
14289            not 'IP4FWD' and
14290            not 'LBOND'"
14291   parameters:
14292   - "throughput"
14293   - "parent"
14294   - "tags"
14295 #  sort:
14296 #  - "1VM"
14297 #  - "L2XCFWD"
14298 #  - "1VM"
14299 #  - "L2BDMACLRN"
14300   traces:
14301     hoverinfo: "x+y"
14302     boxpoints: "outliers"
14303     whiskerwidth: 0
14304   layout:
14305     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14306     layout: "plot-throughput"
14307
14308 -
14309   type: "plot"
14310   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14311   algorithm: "plot_performance_box"
14312   output-file-type: ".html"
14313   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14314   data: "plot-vpp-throughput-latency-3n-hsw"
14315   filter: "'NIC_Intel-X520-DA2' and
14316            '64B' and
14317            'NDRPDR' and
14318            ('ETH' or 'DOT1Q') and
14319            '2T2C' and
14320            ('L2BDMACLRN' or 'L2XCFWD') and
14321            'VHOST_1024' and
14322            not 'CFS_OPT' and
14323            not 'VXLAN' and
14324            not 'IP4FWD' and
14325            not 'LBOND'"
14326   parameters:
14327   - "throughput"
14328   - "parent"
14329   - "tags"
14330 #  sort:
14331 #  - "1VM"
14332 #  - "L2XCFWD"
14333 #  - "1VM"
14334 #  - "L2BDMACLRN"
14335   traces:
14336     hoverinfo: "x+y"
14337     boxpoints: "outliers"
14338     whiskerwidth: 0
14339   layout:
14340     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14341     layout: "plot-throughput"
14342
14343 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14344 -
14345   type: "plot"
14346   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14347   algorithm: "plot_performance_box"
14348   output-file-type: ".html"
14349   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14350   data: "plot-vpp-throughput-latency-3n-hsw"
14351   filter: "'NIC_Intel-X710' and
14352            '64B' and
14353            'NDRPDR' and
14354            'ETH' and
14355            'IP4FWD' and
14356            '1T1C' and
14357            'VHOST_1024' and
14358            not 'VXLAN' and
14359            not 'DOT1Q'"
14360   parameters:
14361   - "throughput"
14362   - "parent"
14363   - "tags"
14364   sort:
14365   - "not CFS_OPT"
14366   - "1VM"
14367   - "2VM"
14368   traces:
14369     hoverinfo: "x+y"
14370     boxpoints: "outliers"
14371     whiskerwidth: 0
14372   layout:
14373     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14374     layout: "plot-throughput"
14375
14376 -
14377   type: "plot"
14378   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14379   algorithm: "plot_performance_box"
14380   output-file-type: ".html"
14381   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14382   data: "plot-vpp-throughput-latency-3n-hsw"
14383   filter: "'NIC_Intel-X710' and
14384            '64B' and
14385            'NDRPDR' and
14386            'ETH' and
14387            'IP4FWD' and
14388            '2T2C' and
14389            'VHOST_1024' and
14390            not 'VXLAN' and
14391            not 'DOT1Q'"
14392   parameters:
14393   - "throughput"
14394   - "parent"
14395   - "tags"
14396   sort:
14397   - "not CFS_OPT"
14398   - "1VM"
14399   - "2VM"
14400   traces:
14401     hoverinfo: "x+y"
14402     boxpoints: "outliers"
14403     whiskerwidth: 0
14404   layout:
14405     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14406     layout: "plot-throughput"
14407
14408 -
14409   type: "plot"
14410   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14411   algorithm: "plot_performance_box"
14412   output-file-type: ".html"
14413   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14414   data: "plot-vpp-throughput-latency-3n-hsw"
14415   filter: "'NIC_Intel-X710' and
14416            '64B' and
14417            'NDRPDR' and
14418            'ETH' and
14419            'IP4FWD' and
14420            '1T1C' and
14421            'VHOST_1024' and
14422            not 'VXLAN' and
14423            not 'DOT1Q'"
14424   parameters:
14425   - "throughput"
14426   - "parent"
14427   - "tags"
14428   sort:
14429   - "not CFS_OPT"
14430   - "1VM"
14431   - "2VM"
14432   traces:
14433     hoverinfo: "x+y"
14434     boxpoints: "outliers"
14435     whiskerwidth: 0
14436   layout:
14437     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14438     layout: "plot-throughput"
14439
14440 -
14441   type: "plot"
14442   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14443   algorithm: "plot_performance_box"
14444   output-file-type: ".html"
14445   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14446   data: "plot-vpp-throughput-latency-3n-hsw"
14447   filter: "'NIC_Intel-X710' and
14448            '64B' and
14449            'NDRPDR' and
14450            'ETH' and
14451            'IP4FWD' and
14452            '2T2C' and
14453            'VHOST_1024' and
14454            not 'VXLAN' and
14455            not 'DOT1Q'"
14456   parameters:
14457   - "throughput"
14458   - "parent"
14459   - "tags"
14460   sort:
14461   - "not CFS_OPT"
14462   - "1VM"
14463   - "2VM"
14464   traces:
14465     hoverinfo: "x+y"
14466     boxpoints: "outliers"
14467     whiskerwidth: 0
14468   layout:
14469     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14470     layout: "plot-throughput"
14471
14472 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14473 -
14474   type: "plot"
14475   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14476   algorithm: "plot_performance_box"
14477   output-file-type: ".html"
14478   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14479   data: "plot-vpp-throughput-latency-3n-hsw"
14480   filter: "'NIC_Intel-X710' and
14481            '64B' and
14482            'NDRPDR' and
14483            ('ETH' or 'DOT1Q') and
14484            '1T1C' and
14485            'L2BDMACLRN' and
14486            'VHOST_1024' and
14487            not 'VXLAN' and
14488            not 'IP4FWD' and
14489            not '2VM'"
14490   parameters:
14491   - "throughput"
14492   - "parent"
14493   - "tags"
14494 #  sort:
14495 #  - "VM"  # "not CFS_OPT"
14496 #  - "CFS_OPT"
14497 #  - "FIB_10K"
14498 #  - "FIB_100K"
14499 #  - "FIB_1M"
14500   traces:
14501     hoverinfo: "x+y"
14502     boxpoints: "outliers"
14503     whiskerwidth: 0
14504   layout:
14505     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14506     layout: "plot-throughput"
14507
14508 -
14509   type: "plot"
14510   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14511   algorithm: "plot_performance_box"
14512   output-file-type: ".html"
14513   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14514   data: "plot-vpp-throughput-latency-3n-hsw"
14515   filter: "'NIC_Intel-X710' and
14516            '64B' and
14517            'NDRPDR' and
14518            ('ETH' or 'DOT1Q') and
14519            '2T2C' and
14520            'L2BDMACLRN' and
14521            'VHOST_1024' and
14522            not 'VXLAN' and
14523            not 'IP4FWD' and
14524            not '2VM'"
14525   parameters:
14526   - "throughput"
14527   - "parent"
14528   - "tags"
14529 #  sort:
14530 #  - "VM"  # "not CFS_OPT"
14531 #  - "CFS_OPT"
14532 #  - "FIB_10K"
14533 #  - "FIB_100K"
14534 #  - "FIB_1M"
14535   traces:
14536     hoverinfo: "x+y"
14537     boxpoints: "outliers"
14538     whiskerwidth: 0
14539   layout:
14540     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14541     layout: "plot-throughput"
14542
14543 -
14544   type: "plot"
14545   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14546   algorithm: "plot_performance_box"
14547   output-file-type: ".html"
14548   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14549   data: "plot-vpp-throughput-latency-3n-hsw"
14550   filter: "'NIC_Intel-X710' and
14551            '64B' and
14552            'NDRPDR' and
14553            ('ETH' or 'DOT1Q') and
14554            '1T1C' and
14555            'L2BDMACLRN' and
14556            'VHOST_1024' and
14557            not 'VXLAN' and
14558            not 'IP4FWD' and
14559            not '2VM'"
14560   parameters:
14561   - "throughput"
14562   - "parent"
14563   - "tags"
14564 #  sort:
14565 #  - "VM"  # "not CFS_OPT"
14566 #  - "CFS_OPT"
14567 #  - "FIB_10K"
14568 #  - "FIB_100K"
14569 #  - "FIB_1M"
14570   traces:
14571     hoverinfo: "x+y"
14572     boxpoints: "outliers"
14573     whiskerwidth: 0
14574   layout:
14575     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14576     layout: "plot-throughput"
14577
14578 -
14579   type: "plot"
14580   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14581   algorithm: "plot_performance_box"
14582   output-file-type: ".html"
14583   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14584   data: "plot-vpp-throughput-latency-3n-hsw"
14585   filter: "'NIC_Intel-X710' and
14586            '64B' and
14587            'NDRPDR' and
14588            ('ETH' or 'DOT1Q') and
14589            '2T2C' and
14590            'L2BDMACLRN' and
14591            'VHOST_1024' and
14592            not 'VXLAN' and
14593            not 'IP4FWD' and
14594            not '2VM'"
14595   parameters:
14596   - "throughput"
14597   - "parent"
14598   - "tags"
14599 #  sort:
14600 #  - "VM"  # "not CFS_OPT"
14601 #  - "CFS_OPT"
14602 #  - "FIB_10K"
14603 #  - "FIB_100K"
14604 #  - "FIB_1M"
14605   traces:
14606     hoverinfo: "x+y"
14607     boxpoints: "outliers"
14608     whiskerwidth: 0
14609   layout:
14610     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14611     layout: "plot-throughput"
14612
14613 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14614 -
14615   type: "plot"
14616   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14617   algorithm: "plot_performance_box"
14618   output-file-type: ".html"
14619   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14620   data: "plot-vpp-throughput-latency-3n-hsw"
14621   filter: "'NIC_Intel-X710' and
14622            '64B' and
14623            'NDRPDR' and
14624            ('ETH' or 'DOT1Q') and
14625            'BASE' and
14626            '1T1C' and
14627            ('L2BDMACLRN' or 'L2XCFWD') and
14628            'VHOST_1024' and
14629            not 'VXLAN' and
14630            not 'IP4FWD' and
14631            not '2VM'"
14632   parameters:
14633   - "throughput"
14634   - "parent"
14635   - "tags"
14636 #  sort:
14637 #  - "not CFS_OPT"
14638 #  - "L2XCFWD"
14639 #  - "not CFS_OPT"
14640 #  - "CFS_OPT"
14641   traces:
14642     hoverinfo: "x+y"
14643     boxpoints: "outliers"
14644     whiskerwidth: 0
14645   layout:
14646     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14647     layout: "plot-throughput"
14648
14649 -
14650   type: "plot"
14651   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14652   algorithm: "plot_performance_box"
14653   output-file-type: ".html"
14654   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14655   data: "plot-vpp-throughput-latency-3n-hsw"
14656   filter: "'NIC_Intel-X710' and
14657            '64B' and
14658            'NDRPDR' and
14659            ('ETH' or 'DOT1Q') and
14660            'BASE' and
14661            '1T1C' and
14662            ('L2BDMACLRN' or 'L2XCFWD') and
14663            'VHOST_1024' and
14664            not 'VXLAN' and
14665            not 'IP4FWD' and
14666            not '2VM'"
14667   parameters:
14668   - "throughput"
14669   - "parent"
14670   - "tags"
14671 #  sort:
14672 #  - "not CFS_OPT"
14673 #  - "L2XCFWD"
14674 #  - "not CFS_OPT"
14675 #  - "CFS_OPT"
14676   traces:
14677     hoverinfo: "x+y"
14678     boxpoints: "outliers"
14679     whiskerwidth: 0
14680   layout:
14681     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14682     layout: "plot-throughput"
14683
14684 -
14685   type: "plot"
14686   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14687   algorithm: "plot_performance_box"
14688   output-file-type: ".html"
14689   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14690   data: "plot-vpp-throughput-latency-3n-hsw"
14691   filter: "'NIC_Intel-X710' and
14692            '64B' and
14693            'NDRPDR' and
14694            ('ETH' or 'DOT1Q') and
14695            'BASE' and
14696            '2T2C' and
14697            ('L2BDMACLRN' or 'L2XCFWD') and
14698            'VHOST_1024' and
14699            not 'VXLAN' and
14700            not 'IP4FWD' and
14701            not '2VM'"
14702   parameters:
14703   - "throughput"
14704   - "parent"
14705   - "tags"
14706 #  sort:
14707 #  - "not CFS_OPT"
14708 #  - "L2XCFWD"
14709 #  - "not CFS_OPT"
14710 #  - "CFS_OPT"
14711   traces:
14712     hoverinfo: "x+y"
14713     boxpoints: "outliers"
14714     whiskerwidth: 0
14715   layout:
14716     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14717     layout: "plot-throughput"
14718
14719 -
14720   type: "plot"
14721   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14722   algorithm: "plot_performance_box"
14723   output-file-type: ".html"
14724   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14725   data: "plot-vpp-throughput-latency-3n-hsw"
14726   filter: "'NIC_Intel-X710' and
14727            '64B' and
14728            'NDRPDR' and
14729            ('ETH' or 'DOT1Q') and
14730            'BASE' and
14731            '2T2C' and
14732            ('L2BDMACLRN' or 'L2XCFWD') and
14733            'VHOST_1024' and
14734            not 'VXLAN' and
14735            not 'IP4FWD' and
14736            not '2VM'"
14737   parameters:
14738   - "throughput"
14739   - "parent"
14740   - "tags"
14741 #  sort:
14742 #  - "not CFS_OPT"
14743 #  - "L2XCFWD"
14744 #  - "not CFS_OPT"
14745 #  - "CFS_OPT"
14746   traces:
14747     hoverinfo: "x+y"
14748     boxpoints: "outliers"
14749     whiskerwidth: 0
14750   layout:
14751     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14752     layout: "plot-throughput"
14753
14754 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14755 -
14756   type: "plot"
14757   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14758   algorithm: "plot_performance_box"
14759   output-file-type: ".html"
14760   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14761   data: "plot-vpp-throughput-latency-3n-hsw"
14762   filter: "'NIC_Intel-X710' and
14763            '64B' and
14764            'NDRPDR' and
14765            ('ETH' or 'DOT1Q') and
14766            '1T1C' and
14767            ('L2BDMACLRN' or 'L2XCFWD') and
14768            'VHOST_1024' and
14769            not 'CFS_OPT' and
14770            not 'VXLAN' and
14771            not 'IP4FWD' and
14772            not 'LBOND'"
14773   parameters:
14774   - "throughput"
14775   - "parent"
14776   - "tags"
14777 #  sort:
14778 #  - "1VM"
14779 #  - "L2XCFWD"
14780 #  - "1VM"
14781 #  - "L2BDMACLRN"
14782   traces:
14783     hoverinfo: "x+y"
14784     boxpoints: "outliers"
14785     whiskerwidth: 0
14786   layout:
14787     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14788     layout: "plot-throughput"
14789
14790 -
14791   type: "plot"
14792   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14793   algorithm: "plot_performance_box"
14794   output-file-type: ".html"
14795   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14796   data: "plot-vpp-throughput-latency-3n-hsw"
14797   filter: "'NIC_Intel-X710' and
14798            '64B' and
14799            'NDRPDR' and
14800            ('ETH' or 'DOT1Q') and
14801            '1T1C' and
14802            ('L2BDMACLRN' or 'L2XCFWD') and
14803            'VHOST_1024' and
14804            not 'CFS_OPT' and
14805            not 'VXLAN' and
14806            not 'IP4FWD' and
14807            not 'LBOND'"
14808   parameters:
14809   - "throughput"
14810   - "parent"
14811   - "tags"
14812 #  sort:
14813 #  - "1VM"
14814 #  - "L2XCFWD"
14815 #  - "1VM"
14816 #  - "L2BDMACLRN"
14817   traces:
14818     hoverinfo: "x+y"
14819     boxpoints: "outliers"
14820     whiskerwidth: 0
14821   layout:
14822     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14823     layout: "plot-throughput"
14824
14825 -
14826   type: "plot"
14827   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14828   algorithm: "plot_performance_box"
14829   output-file-type: ".html"
14830   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14831   data: "plot-vpp-throughput-latency-3n-hsw"
14832   filter: "'NIC_Intel-X710' and
14833            '64B' and
14834            'NDRPDR' and
14835            ('ETH' or 'DOT1Q') and
14836            '2T2C' and
14837            ('L2BDMACLRN' or 'L2XCFWD') and
14838            'VHOST_1024' and
14839            not 'CFS_OPT' and
14840            not 'VXLAN' and
14841            not 'IP4FWD' and
14842            not 'LBOND'"
14843   parameters:
14844   - "throughput"
14845   - "parent"
14846   - "tags"
14847 #  sort:
14848 #  - "1VM"
14849 #  - "L2XCFWD"
14850 #  - "1VM"
14851 #  - "L2BDMACLRN"
14852   traces:
14853     hoverinfo: "x+y"
14854     boxpoints: "outliers"
14855     whiskerwidth: 0
14856   layout:
14857     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14858     layout: "plot-throughput"
14859
14860 -
14861   type: "plot"
14862   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14863   algorithm: "plot_performance_box"
14864   output-file-type: ".html"
14865   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14866   data: "plot-vpp-throughput-latency-3n-hsw"
14867   filter: "'NIC_Intel-X710' and
14868            '64B' and
14869            'NDRPDR' and
14870            ('ETH' or 'DOT1Q') and
14871            '2T2C' and
14872            ('L2BDMACLRN' or 'L2XCFWD') and
14873            'VHOST_1024' and
14874            not 'CFS_OPT' and
14875            not 'VXLAN' and
14876            not 'IP4FWD' and
14877            not 'LBOND'"
14878   parameters:
14879   - "throughput"
14880   - "parent"
14881   - "tags"
14882 #  sort:
14883 #  - "1VM"
14884 #  - "L2XCFWD"
14885 #  - "1VM"
14886 #  - "L2BDMACLRN"
14887   traces:
14888     hoverinfo: "x+y"
14889     boxpoints: "outliers"
14890     whiskerwidth: 0
14891   layout:
14892     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14893     layout: "plot-throughput"
14894
14895 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14896 -
14897   type: "plot"
14898   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14899   algorithm: "plot_performance_box"
14900   output-file-type: ".html"
14901   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14902   data: "plot-vpp-throughput-latency-3n-hsw"
14903   filter: "'NIC_Intel-XL710' and
14904            '64B' and
14905            'NDRPDR' and
14906            'ETH' and
14907            'IP4FWD' and
14908            '1T1C' and
14909            'VHOST_1024' and
14910            not 'VXLAN' and
14911            not 'DOT1Q'"
14912   parameters:
14913   - "throughput"
14914   - "parent"
14915   - "tags"
14916   sort:
14917   - "not CFS_OPT"
14918   - "1VM"
14919   - "2VM"
14920   traces:
14921     hoverinfo: "x+y"
14922     boxpoints: "outliers"
14923     whiskerwidth: 0
14924   layout:
14925     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14926     layout: "plot-throughput"
14927
14928 -
14929   type: "plot"
14930   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14931   algorithm: "plot_performance_box"
14932   output-file-type: ".html"
14933   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14934   data: "plot-vpp-throughput-latency-3n-hsw"
14935   filter: "'NIC_Intel-XL710' and
14936            '64B' and
14937            'NDRPDR' and
14938            'ETH' and
14939            'IP4FWD' and
14940            '2T2C' and
14941            'VHOST_1024' and
14942            not 'VXLAN' and
14943            not 'DOT1Q'"
14944   parameters:
14945   - "throughput"
14946   - "parent"
14947   - "tags"
14948   sort:
14949   - "not CFS_OPT"
14950   - "1VM"
14951   - "2VM"
14952   traces:
14953     hoverinfo: "x+y"
14954     boxpoints: "outliers"
14955     whiskerwidth: 0
14956   layout:
14957     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14958     layout: "plot-throughput"
14959
14960 -
14961   type: "plot"
14962   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14963   algorithm: "plot_performance_box"
14964   output-file-type: ".html"
14965   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14966   data: "plot-vpp-throughput-latency-3n-hsw"
14967   filter: "'NIC_Intel-XL710' and
14968            '64B' and
14969            'NDRPDR' and
14970            'ETH' and
14971            'IP4FWD' and
14972            '1T1C' and
14973            'VHOST_1024' and
14974            not 'VXLAN' and
14975            not 'DOT1Q'"
14976   parameters:
14977   - "throughput"
14978   - "parent"
14979   - "tags"
14980   sort:
14981   - "not CFS_OPT"
14982   - "1VM"
14983   - "2VM"
14984   traces:
14985     hoverinfo: "x+y"
14986     boxpoints: "outliers"
14987     whiskerwidth: 0
14988   layout:
14989     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14990     layout: "plot-throughput"
14991
14992 -
14993   type: "plot"
14994   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14995   algorithm: "plot_performance_box"
14996   output-file-type: ".html"
14997   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14998   data: "plot-vpp-throughput-latency-3n-hsw"
14999   filter: "'NIC_Intel-XL710' and
15000            '64B' and
15001            'NDRPDR' and
15002            'ETH' and
15003            'IP4FWD' and
15004            '2T2C' and
15005            'VHOST_1024' and
15006            not 'VXLAN' and
15007            not 'DOT1Q'"
15008   parameters:
15009   - "throughput"
15010   - "parent"
15011   - "tags"
15012   sort:
15013   - "not CFS_OPT"
15014   - "1VM"
15015   - "2VM"
15016   traces:
15017     hoverinfo: "x+y"
15018     boxpoints: "outliers"
15019     whiskerwidth: 0
15020   layout:
15021     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15022     layout: "plot-throughput"
15023
15024 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
15025 -
15026   type: "plot"
15027   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15028   algorithm: "plot_performance_box"
15029   output-file-type: ".html"
15030   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15031   data: "plot-vpp-throughput-latency-3n-hsw"
15032   filter: "'NIC_Intel-XL710' and
15033            '64B' and
15034            'NDRPDR' and
15035            ('ETH' or 'DOT1Q') and
15036            '1T1C' and
15037            'L2BDMACLRN' and
15038            'VHOST_1024' and
15039            not 'VXLAN' and
15040            not 'IP4FWD' and
15041            not '2VM'"
15042   parameters:
15043   - "throughput"
15044   - "parent"
15045   - "tags"
15046 #  sort:
15047 #  - "VM"  # "not CFS_OPT"
15048 #  - "CFS_OPT"
15049 #  - "FIB_10K"
15050 #  - "FIB_100K"
15051 #  - "FIB_1M"
15052   traces:
15053     hoverinfo: "x+y"
15054     boxpoints: "outliers"
15055     whiskerwidth: 0
15056   layout:
15057     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15058     layout: "plot-throughput"
15059
15060 -
15061   type: "plot"
15062   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15063   algorithm: "plot_performance_box"
15064   output-file-type: ".html"
15065   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15066   data: "plot-vpp-throughput-latency-3n-hsw"
15067   filter: "'NIC_Intel-XL710' and
15068            '64B' and
15069            'NDRPDR' and
15070            ('ETH' or 'DOT1Q') and
15071            '2T2C' and
15072            'L2BDMACLRN' and
15073            'VHOST_1024' and
15074            not 'VXLAN' and
15075            not 'IP4FWD' and
15076            not '2VM'"
15077   parameters:
15078   - "throughput"
15079   - "parent"
15080   - "tags"
15081 #  sort:
15082 #  - "VM"  # "not CFS_OPT"
15083 #  - "CFS_OPT"
15084 #  - "FIB_10K"
15085 #  - "FIB_100K"
15086 #  - "FIB_1M"
15087   traces:
15088     hoverinfo: "x+y"
15089     boxpoints: "outliers"
15090     whiskerwidth: 0
15091   layout:
15092     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15093     layout: "plot-throughput"
15094
15095 -
15096   type: "plot"
15097   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15098   algorithm: "plot_performance_box"
15099   output-file-type: ".html"
15100   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15101   data: "plot-vpp-throughput-latency-3n-hsw"
15102   filter: "'NIC_Intel-XL710' and
15103            '64B' and
15104            'NDRPDR' and
15105            ('ETH' or 'DOT1Q') and
15106            '1T1C' and
15107            'L2BDMACLRN' and
15108            'VHOST_1024' and
15109            not 'VXLAN' and
15110            not 'IP4FWD' and
15111            not '2VM'"
15112   parameters:
15113   - "throughput"
15114   - "parent"
15115   - "tags"
15116 #  sort:
15117 #  - "VM"  # "not CFS_OPT"
15118 #  - "CFS_OPT"
15119 #  - "FIB_10K"
15120 #  - "FIB_100K"
15121 #  - "FIB_1M"
15122   traces:
15123     hoverinfo: "x+y"
15124     boxpoints: "outliers"
15125     whiskerwidth: 0
15126   layout:
15127     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15128     layout: "plot-throughput"
15129
15130 -
15131   type: "plot"
15132   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15133   algorithm: "plot_performance_box"
15134   output-file-type: ".html"
15135   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15136   data: "plot-vpp-throughput-latency-3n-hsw"
15137   filter: "'NIC_Intel-XL710' and
15138            '64B' and
15139            'NDRPDR' and
15140            ('ETH' or 'DOT1Q') and
15141            '2T2C' and
15142            'L2BDMACLRN' and
15143            'VHOST_1024' and
15144            not 'VXLAN' and
15145            not 'IP4FWD' and
15146            not '2VM'"
15147   parameters:
15148   - "throughput"
15149   - "parent"
15150   - "tags"
15151 #  sort:
15152 #  - "VM"  # "not CFS_OPT"
15153 #  - "CFS_OPT"
15154 #  - "FIB_10K"
15155 #  - "FIB_100K"
15156 #  - "FIB_1M"
15157   traces:
15158     hoverinfo: "x+y"
15159     boxpoints: "outliers"
15160     whiskerwidth: 0
15161   layout:
15162     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15163     layout: "plot-throughput"
15164
15165 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15166 -
15167   type: "plot"
15168   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15169   algorithm: "plot_performance_box"
15170   output-file-type: ".html"
15171   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15172   data: "plot-vpp-throughput-latency-3n-hsw"
15173   filter: "'NIC_Intel-XL710' and
15174            '64B' and
15175            'NDRPDR' and
15176            ('ETH' or 'DOT1Q') and
15177            'BASE' and
15178            '1T1C' and
15179            ('L2BDMACLRN' or 'L2XCFWD') and
15180            'VHOST_1024' and
15181            not 'VXLAN' and
15182            not 'IP4FWD' and
15183            not '2VM'"
15184   parameters:
15185   - "throughput"
15186   - "parent"
15187   - "tags"
15188 #  sort:
15189 #  - "not CFS_OPT"
15190 #  - "L2XCFWD"
15191 #  - "not CFS_OPT"
15192 #  - "CFS_OPT"
15193   traces:
15194     hoverinfo: "x+y"
15195     boxpoints: "outliers"
15196     whiskerwidth: 0
15197   layout:
15198     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15199     layout: "plot-throughput"
15200
15201 -
15202   type: "plot"
15203   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15204   algorithm: "plot_performance_box"
15205   output-file-type: ".html"
15206   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15207   data: "plot-vpp-throughput-latency-3n-hsw"
15208   filter: "'NIC_Intel-XL710' and
15209            '64B' and
15210            'NDRPDR' and
15211            ('ETH' or 'DOT1Q') and
15212            'BASE' and
15213            '1T1C' and
15214            ('L2BDMACLRN' or 'L2XCFWD') and
15215            'VHOST_1024' and
15216            not 'VXLAN' and
15217            not 'IP4FWD' and
15218            not '2VM'"
15219   parameters:
15220   - "throughput"
15221   - "parent"
15222   - "tags"
15223 #  sort:
15224 #  - "not CFS_OPT"
15225 #  - "L2XCFWD"
15226 #  - "not CFS_OPT"
15227 #  - "CFS_OPT"
15228   traces:
15229     hoverinfo: "x+y"
15230     boxpoints: "outliers"
15231     whiskerwidth: 0
15232   layout:
15233     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15234     layout: "plot-throughput"
15235
15236 -
15237   type: "plot"
15238   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15239   algorithm: "plot_performance_box"
15240   output-file-type: ".html"
15241   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15242   data: "plot-vpp-throughput-latency-3n-hsw"
15243   filter: "'NIC_Intel-XL710' and
15244            '64B' and
15245            'NDRPDR' and
15246            ('ETH' or 'DOT1Q') and
15247            'BASE' and
15248            '2T2C' and
15249            ('L2BDMACLRN' or 'L2XCFWD') and
15250            'VHOST_1024' and
15251            not 'VXLAN' and
15252            not 'IP4FWD' and
15253            not '2VM'"
15254   parameters:
15255   - "throughput"
15256   - "parent"
15257   - "tags"
15258 #  sort:
15259 #  - "not CFS_OPT"
15260 #  - "L2XCFWD"
15261 #  - "not CFS_OPT"
15262 #  - "CFS_OPT"
15263   traces:
15264     hoverinfo: "x+y"
15265     boxpoints: "outliers"
15266     whiskerwidth: 0
15267   layout:
15268     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15269     layout: "plot-throughput"
15270
15271 -
15272   type: "plot"
15273   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15274   algorithm: "plot_performance_box"
15275   output-file-type: ".html"
15276   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15277   data: "plot-vpp-throughput-latency-3n-hsw"
15278   filter: "'NIC_Intel-XL710' and
15279            '64B' and
15280            'NDRPDR' and
15281            ('ETH' or 'DOT1Q') and
15282            'BASE' and
15283            '2T2C' and
15284            ('L2BDMACLRN' or 'L2XCFWD') and
15285            'VHOST_1024' and
15286            not 'VXLAN' and
15287            not 'IP4FWD' and
15288            not '2VM'"
15289   parameters:
15290   - "throughput"
15291   - "parent"
15292   - "tags"
15293 #  sort:
15294 #  - "not CFS_OPT"
15295 #  - "L2XCFWD"
15296 #  - "not CFS_OPT"
15297 #  - "CFS_OPT"
15298   traces:
15299     hoverinfo: "x+y"
15300     boxpoints: "outliers"
15301     whiskerwidth: 0
15302   layout:
15303     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15304     layout: "plot-throughput"
15305
15306 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15307 -
15308   type: "plot"
15309   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15310   algorithm: "plot_performance_box"
15311   output-file-type: ".html"
15312   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15313   data: "plot-vpp-throughput-latency-3n-hsw"
15314   filter: "'NIC_Intel-XL710' and
15315            '64B' and
15316            'NDRPDR' and
15317            ('ETH' or 'DOT1Q') and
15318            '1T1C' and
15319            ('L2BDMACLRN' or 'L2XCFWD') and
15320            'VHOST_1024' and
15321            not 'CFS_OPT' and
15322            not 'VXLAN' and
15323            not 'IP4FWD'"
15324   parameters:
15325   - "throughput"
15326   - "parent"
15327   - "tags"
15328 #  sort:
15329 #  - "1VM"
15330 #  - "L2XCFWD"
15331 #  - "1VM"
15332 #  - "L2BDMACLRN"
15333   traces:
15334     hoverinfo: "x+y"
15335     boxpoints: "outliers"
15336     whiskerwidth: 0
15337   layout:
15338     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15339     layout: "plot-throughput"
15340
15341 -
15342   type: "plot"
15343   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15344   algorithm: "plot_performance_box"
15345   output-file-type: ".html"
15346   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15347   data: "plot-vpp-throughput-latency-3n-hsw"
15348   filter: "'NIC_Intel-XL710' and
15349            '64B' and
15350            'NDRPDR' and
15351            ('ETH' or 'DOT1Q') and
15352            '1T1C' and
15353            ('L2BDMACLRN' or 'L2XCFWD') and
15354            'VHOST_1024' and
15355            not 'CFS_OPT' and
15356            not 'VXLAN' and
15357            not 'IP4FWD'"
15358   parameters:
15359   - "throughput"
15360   - "parent"
15361   - "tags"
15362 #  sort:
15363 #  - "1VM"
15364 #  - "L2XCFWD"
15365 #  - "1VM"
15366 #  - "L2BDMACLRN"
15367   traces:
15368     hoverinfo: "x+y"
15369     boxpoints: "outliers"
15370     whiskerwidth: 0
15371   layout:
15372     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15373     layout: "plot-throughput"
15374
15375 -
15376   type: "plot"
15377   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15378   algorithm: "plot_performance_box"
15379   output-file-type: ".html"
15380   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15381   data: "plot-vpp-throughput-latency-3n-hsw"
15382   filter: "'NIC_Intel-XL710' and
15383            '64B' and
15384            'NDRPDR' and
15385            ('ETH' or 'DOT1Q') and
15386            '2T2C' and
15387            ('L2BDMACLRN' or 'L2XCFWD') and
15388            'VHOST_1024' and
15389            not 'CFS_OPT' and
15390            not 'VXLAN' and
15391            not 'IP4FWD'"
15392   parameters:
15393   - "throughput"
15394   - "parent"
15395   - "tags"
15396 #  sort:
15397 #  - "1VM"
15398 #  - "L2XCFWD"
15399 #  - "1VM"
15400 #  - "L2BDMACLRN"
15401   traces:
15402     hoverinfo: "x+y"
15403     boxpoints: "outliers"
15404     whiskerwidth: 0
15405   layout:
15406     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15407     layout: "plot-throughput"
15408
15409 -
15410   type: "plot"
15411   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15412   algorithm: "plot_performance_box"
15413   output-file-type: ".html"
15414   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15415   data: "plot-vpp-throughput-latency-3n-hsw"
15416   filter: "'NIC_Intel-XL710' and
15417            '64B' and
15418            'NDRPDR' and
15419            ('ETH' or 'DOT1Q') and
15420            '2T2C' and
15421            ('L2BDMACLRN' or 'L2XCFWD') and
15422            'VHOST_1024' and
15423            not 'CFS_OPT' and
15424            not 'VXLAN' and
15425            not 'IP4FWD'"
15426   parameters:
15427   - "throughput"
15428   - "parent"
15429   - "tags"
15430 #  sort:
15431 #  - "1VM"
15432 #  - "L2XCFWD"
15433 #  - "1VM"
15434 #  - "L2BDMACLRN"
15435   traces:
15436     hoverinfo: "x+y"
15437     boxpoints: "outliers"
15438     whiskerwidth: 0
15439   layout:
15440     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15441     layout: "plot-throughput"
15442
15443 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15444 -
15445   type: "plot"
15446   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15447   algorithm: "plot_performance_box"
15448   output-file-type: ".html"
15449   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15450   data: "plot-vpp-throughput-latency-3n-skx"
15451   filter: "'NIC_Intel-X710' and
15452            '64B' and
15453            'NDRPDR' and
15454            'ETH' and
15455            'IP4FWD' and
15456            '2T1C' and
15457            'VHOST_1024' and
15458            not 'VXLAN' and
15459            not 'DOT1Q'"
15460   parameters:
15461   - "throughput"
15462   - "parent"
15463   - "tags"
15464   sort:
15465   - "not CFS_OPT"
15466   - "1VM"
15467   - "2VM"
15468   traces:
15469     hoverinfo: "x+y"
15470     boxpoints: "outliers"
15471     whiskerwidth: 0
15472   layout:
15473     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15474     layout: "plot-throughput"
15475
15476 -
15477   type: "plot"
15478   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15479   algorithm: "plot_performance_box"
15480   output-file-type: ".html"
15481   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15482   data: "plot-vpp-throughput-latency-3n-skx"
15483   filter: "'NIC_Intel-X710' and
15484            '64B' and
15485            'NDRPDR' and
15486            'ETH' and
15487            'IP4FWD' and
15488            '4T2C' and
15489            'VHOST_1024' and
15490            not 'VXLAN' and
15491            not 'DOT1Q'"
15492   parameters:
15493   - "throughput"
15494   - "parent"
15495   - "tags"
15496   sort:
15497   - "not CFS_OPT"
15498   - "1VM"
15499   - "2VM"
15500   traces:
15501     hoverinfo: "x+y"
15502     boxpoints: "outliers"
15503     whiskerwidth: 0
15504   layout:
15505     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15506     layout: "plot-throughput"
15507
15508 -
15509   type: "plot"
15510   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15511   algorithm: "plot_performance_box"
15512   output-file-type: ".html"
15513   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15514   data: "plot-vpp-throughput-latency-3n-skx"
15515   filter: "'NIC_Intel-X710' and
15516            '64B' and
15517            'NDRPDR' and
15518            'ETH' and
15519            'IP4FWD' and
15520            '2T1C' and
15521            'VHOST_1024' and
15522            not 'VXLAN' and
15523            not 'DOT1Q'"
15524   parameters:
15525   - "throughput"
15526   - "parent"
15527   - "tags"
15528   sort:
15529   - "not CFS_OPT"
15530   - "1VM"
15531   - "2VM"
15532   traces:
15533     hoverinfo: "x+y"
15534     boxpoints: "outliers"
15535     whiskerwidth: 0
15536   layout:
15537     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15538     layout: "plot-throughput"
15539
15540 -
15541   type: "plot"
15542   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15543   algorithm: "plot_performance_box"
15544   output-file-type: ".html"
15545   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15546   data: "plot-vpp-throughput-latency-3n-skx"
15547   filter: "'NIC_Intel-X710' and
15548            '64B' and
15549            'NDRPDR' and
15550            'ETH' and
15551            'IP4FWD' and
15552            '4T2C' and
15553            'VHOST_1024' and
15554            not 'VXLAN' and
15555            not 'DOT1Q'"
15556   parameters:
15557   - "throughput"
15558   - "parent"
15559   - "tags"
15560   sort:
15561   - "not CFS_OPT"
15562   - "1VM"
15563   - "2VM"
15564   traces:
15565     hoverinfo: "x+y"
15566     boxpoints: "outliers"
15567     whiskerwidth: 0
15568   layout:
15569     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15570     layout: "plot-throughput"
15571
15572 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
15573 -
15574   type: "plot"
15575   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15576   algorithm: "plot_performance_box"
15577   output-file-type: ".html"
15578   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15579   data: "plot-vpp-throughput-latency-3n-skx"
15580   filter: "'NIC_Intel-X710' and
15581            '64B' and
15582            'NDRPDR' and
15583            ('ETH' or 'DOT1Q') and
15584            '2T1C' and
15585            'L2BDMACLRN' and
15586            'VHOST_1024' and
15587            not 'VXLAN' and
15588            not 'IP4FWD' and
15589            not '2VM'"
15590   parameters:
15591   - "throughput"
15592   - "parent"
15593   - "tags"
15594 #  sort:
15595 #  - "VM"  # "not CFS_OPT"
15596 #  - "CFS_OPT"
15597 #  - "FIB_10K"
15598 #  - "FIB_100K"
15599 #  - "FIB_1M"
15600   traces:
15601     hoverinfo: "x+y"
15602     boxpoints: "outliers"
15603     whiskerwidth: 0
15604   layout:
15605     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15606     layout: "plot-throughput"
15607
15608 -
15609   type: "plot"
15610   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15611   algorithm: "plot_performance_box"
15612   output-file-type: ".html"
15613   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15614   data: "plot-vpp-throughput-latency-3n-skx"
15615   filter: "'NIC_Intel-X710' and
15616            '64B' and
15617            'NDRPDR' and
15618            ('ETH' or 'DOT1Q') and
15619            '4T2C' and
15620            'L2BDMACLRN' and
15621            'VHOST_1024' and
15622            not 'VXLAN' and
15623            not 'IP4FWD' and
15624            not '2VM'"
15625   parameters:
15626   - "throughput"
15627   - "parent"
15628   - "tags"
15629 #  sort:
15630 #  - "VM"  # "not CFS_OPT"
15631 #  - "CFS_OPT"
15632 #  - "FIB_10K"
15633 #  - "FIB_100K"
15634 #  - "FIB_1M"
15635   traces:
15636     hoverinfo: "x+y"
15637     boxpoints: "outliers"
15638     whiskerwidth: 0
15639   layout:
15640     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15641     layout: "plot-throughput"
15642
15643 -
15644   type: "plot"
15645   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15646   algorithm: "plot_performance_box"
15647   output-file-type: ".html"
15648   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15649   data: "plot-vpp-throughput-latency-3n-skx"
15650   filter: "'NIC_Intel-X710' and
15651            '64B' and
15652            'NDRPDR' and
15653            ('ETH' or 'DOT1Q') and
15654            '2T1C' and
15655            'L2BDMACLRN' and
15656            'VHOST_1024' and
15657            not 'VXLAN' and
15658            not 'IP4FWD' and
15659            not '2VM'"
15660   parameters:
15661   - "throughput"
15662   - "parent"
15663   - "tags"
15664 #  sort:
15665 #  - "VM"  # "not CFS_OPT"
15666 #  - "CFS_OPT"
15667 #  - "FIB_10K"
15668 #  - "FIB_100K"
15669 #  - "FIB_1M"
15670   traces:
15671     hoverinfo: "x+y"
15672     boxpoints: "outliers"
15673     whiskerwidth: 0
15674   layout:
15675     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15676     layout: "plot-throughput"
15677
15678 -
15679   type: "plot"
15680   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15681   algorithm: "plot_performance_box"
15682   output-file-type: ".html"
15683   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15684   data: "plot-vpp-throughput-latency-3n-skx"
15685   filter: "'NIC_Intel-X710' and
15686            '64B' and
15687            'NDRPDR' and
15688            ('ETH' or 'DOT1Q') and
15689            '4T2C' and
15690            'L2BDMACLRN' and
15691            'VHOST_1024' and
15692            not 'VXLAN' and
15693            not 'IP4FWD' and
15694            not '2VM'"
15695   parameters:
15696   - "throughput"
15697   - "parent"
15698   - "tags"
15699 #  sort:
15700 #  - "VM"  # "not CFS_OPT"
15701 #  - "CFS_OPT"
15702 #  - "FIB_10K"
15703 #  - "FIB_100K"
15704 #  - "FIB_1M"
15705   traces:
15706     hoverinfo: "x+y"
15707     boxpoints: "outliers"
15708     whiskerwidth: 0
15709   layout:
15710     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15711     layout: "plot-throughput"
15712
15713 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15714 -
15715   type: "plot"
15716   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15717   algorithm: "plot_performance_box"
15718   output-file-type: ".html"
15719   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15720   data: "plot-vpp-throughput-latency-3n-skx"
15721   filter: "'NIC_Intel-X710' and
15722            '64B' and
15723            'NDRPDR' and
15724            ('ETH' or 'DOT1Q') and
15725            'BASE' and
15726            '2T1C' and
15727            ('L2BDMACLRN' or 'L2XCFWD') and
15728            'VHOST_1024' and
15729            not 'VXLAN' and
15730            not 'IP4FWD' and
15731            not '2VM' and
15732            not 'LBOND'"
15733   parameters:
15734   - "throughput"
15735   - "parent"
15736   - "tags"
15737 #  sort:
15738 #  - "not CFS_OPT"
15739 #  - "L2XCFWD"
15740 #  - "not CFS_OPT"
15741 #  - "CFS_OPT"
15742   traces:
15743     hoverinfo: "x+y"
15744     boxpoints: "outliers"
15745     whiskerwidth: 0
15746   layout:
15747     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15748     layout: "plot-throughput"
15749
15750 -
15751   type: "plot"
15752   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15753   algorithm: "plot_performance_box"
15754   output-file-type: ".html"
15755   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15756   data: "plot-vpp-throughput-latency-3n-skx"
15757   filter: "'NIC_Intel-X710' and
15758            '64B' and
15759            'NDRPDR' and
15760            ('ETH' or 'DOT1Q') and
15761            'BASE' and
15762            '2T1C' and
15763            ('L2BDMACLRN' or 'L2XCFWD') and
15764            'VHOST_1024' and
15765            not 'VXLAN' and
15766            not 'IP4FWD' and
15767            not '2VM' and
15768            not 'LBOND'"
15769   parameters:
15770   - "throughput"
15771   - "parent"
15772   - "tags"
15773 #  sort:
15774 #  - "not CFS_OPT"
15775 #  - "L2XCFWD"
15776 #  - "not CFS_OPT"
15777 #  - "CFS_OPT"
15778   traces:
15779     hoverinfo: "x+y"
15780     boxpoints: "outliers"
15781     whiskerwidth: 0
15782   layout:
15783     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15784     layout: "plot-throughput"
15785
15786 -
15787   type: "plot"
15788   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15789   algorithm: "plot_performance_box"
15790   output-file-type: ".html"
15791   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15792   data: "plot-vpp-throughput-latency-3n-skx"
15793   filter: "'NIC_Intel-X710' and
15794            '64B' and
15795            'NDRPDR' and
15796            ('ETH' or 'DOT1Q') and
15797            'BASE' and
15798            '4T2C' and
15799            ('L2BDMACLRN' or 'L2XCFWD') and
15800            'VHOST_1024' and
15801            not 'VXLAN' and
15802            not 'IP4FWD' and
15803            not '2VM' and
15804            not 'LBOND'"
15805   parameters:
15806   - "throughput"
15807   - "parent"
15808   - "tags"
15809 #  sort:
15810 #  - "not CFS_OPT"
15811 #  - "L2XCFWD"
15812 #  - "not CFS_OPT"
15813 #  - "CFS_OPT"
15814   traces:
15815     hoverinfo: "x+y"
15816     boxpoints: "outliers"
15817     whiskerwidth: 0
15818   layout:
15819     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15820     layout: "plot-throughput"
15821
15822 -
15823   type: "plot"
15824   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15825   algorithm: "plot_performance_box"
15826   output-file-type: ".html"
15827   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15828   data: "plot-vpp-throughput-latency-3n-skx"
15829   filter: "'NIC_Intel-X710' and
15830            '64B' and
15831            'NDRPDR' and
15832            ('ETH' or 'DOT1Q') and
15833            'BASE' and
15834            '4T2C' and
15835            ('L2BDMACLRN' or 'L2XCFWD') and
15836            'VHOST_1024' and
15837            not 'VXLAN' and
15838            not 'IP4FWD' and
15839            not '2VM' and
15840            not 'LBOND'"
15841   parameters:
15842   - "throughput"
15843   - "parent"
15844   - "tags"
15845 #  sort:
15846 #  - "not CFS_OPT"
15847 #  - "L2XCFWD"
15848 #  - "not CFS_OPT"
15849 #  - "CFS_OPT"
15850   traces:
15851     hoverinfo: "x+y"
15852     boxpoints: "outliers"
15853     whiskerwidth: 0
15854   layout:
15855     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15856     layout: "plot-throughput"
15857
15858 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15859 -
15860   type: "plot"
15861   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15862   algorithm: "plot_performance_box"
15863   output-file-type: ".html"
15864   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15865   data: "plot-vpp-throughput-latency-3n-skx"
15866   filter: "'NIC_Intel-X710' and
15867            '64B' and
15868            'NDRPDR' and
15869            ('ETH' or 'DOT1Q') and
15870            '2T1C' and
15871            ('L2BDMACLRN' or 'L2XCFWD') and
15872            'VHOST_1024' and
15873            not 'CFS_OPT' and
15874            not 'VXLAN' and
15875            not 'IP4FWD' and
15876            not 'LBOND'"
15877   parameters:
15878   - "throughput"
15879   - "parent"
15880   - "tags"
15881 #  sort:
15882 #  - "1VM"
15883 #  - "L2XCFWD"
15884 #  - "1VM"
15885 #  - "L2BDMACLRN"
15886   traces:
15887     hoverinfo: "x+y"
15888     boxpoints: "outliers"
15889     whiskerwidth: 0
15890   layout:
15891     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15892     layout: "plot-throughput"
15893
15894 -
15895   type: "plot"
15896   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15897   algorithm: "plot_performance_box"
15898   output-file-type: ".html"
15899   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15900   data: "plot-vpp-throughput-latency-3n-skx"
15901   filter: "'NIC_Intel-X710' and
15902            '64B' and
15903            'NDRPDR' and
15904            ('ETH' or 'DOT1Q') and
15905            '2T1C' and
15906            ('L2BDMACLRN' or 'L2XCFWD') and
15907            'VHOST_1024' and
15908            not 'CFS_OPT' and
15909            not 'VXLAN' and
15910            not 'IP4FWD' and
15911            not 'LBOND'"
15912   parameters:
15913   - "throughput"
15914   - "parent"
15915   - "tags"
15916 #  sort:
15917 #  - "1VM"
15918 #  - "L2XCFWD"
15919 #  - "1VM"
15920 #  - "L2BDMACLRN"
15921   traces:
15922     hoverinfo: "x+y"
15923     boxpoints: "outliers"
15924     whiskerwidth: 0
15925   layout:
15926     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15927     layout: "plot-throughput"
15928
15929 -
15930   type: "plot"
15931   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15932   algorithm: "plot_performance_box"
15933   output-file-type: ".html"
15934   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15935   data: "plot-vpp-throughput-latency-3n-skx"
15936   filter: "'NIC_Intel-X710' and
15937            '64B' and
15938            'NDRPDR' and
15939            ('ETH' or 'DOT1Q') and
15940            '4T2C' and
15941            ('L2BDMACLRN' or 'L2XCFWD') and
15942            'VHOST_1024' and
15943            not 'CFS_OPT' and
15944            not 'VXLAN' and
15945            not 'IP4FWD' and
15946            not 'LBOND'"
15947   parameters:
15948   - "throughput"
15949   - "parent"
15950   - "tags"
15951 #  sort:
15952 #  - "1VM"
15953 #  - "L2XCFWD"
15954 #  - "1VM"
15955 #  - "L2BDMACLRN"
15956   traces:
15957     hoverinfo: "x+y"
15958     boxpoints: "outliers"
15959     whiskerwidth: 0
15960   layout:
15961     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15962     layout: "plot-throughput"
15963
15964 -
15965   type: "plot"
15966   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15967   algorithm: "plot_performance_box"
15968   output-file-type: ".html"
15969   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15970   data: "plot-vpp-throughput-latency-3n-skx"
15971   filter: "'NIC_Intel-X710' and
15972            '64B' and
15973            'NDRPDR' and
15974            ('ETH' or 'DOT1Q') and
15975            '4T2C' and
15976            ('L2BDMACLRN' or 'L2XCFWD') and
15977            'VHOST_1024' and
15978            not 'CFS_OPT' and
15979            not 'VXLAN' and
15980            not 'IP4FWD' and
15981            not 'LBOND'"
15982   parameters:
15983   - "throughput"
15984   - "parent"
15985   - "tags"
15986 #  sort:
15987 #  - "1VM"
15988 #  - "L2XCFWD"
15989 #  - "1VM"
15990 #  - "L2BDMACLRN"
15991   traces:
15992     hoverinfo: "x+y"
15993     boxpoints: "outliers"
15994     whiskerwidth: 0
15995   layout:
15996     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15997     layout: "plot-throughput"
15998
15999 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16000 -
16001   type: "plot"
16002   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16003   algorithm: "plot_performance_box"
16004   output-file-type: ".html"
16005   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16006   data: "plot-vpp-throughput-latency-2n-skx"
16007   filter: "'NIC_Intel-X710' and
16008            '64B' and
16009            'NDRPDR' and
16010            'ETH' and
16011            'IP4FWD' and
16012            '2T1C' and
16013            'VHOST_1024' and
16014            not 'VXLAN' and
16015            not 'NF_DENSITY' and
16016            not 'DOT1Q'"
16017   parameters:
16018   - "throughput"
16019   - "parent"
16020   - "tags"
16021   sort:
16022   - "not CFS_OPT"
16023   - "1VM"
16024   - "2VM"
16025   traces:
16026     hoverinfo: "x+y"
16027     boxpoints: "outliers"
16028     whiskerwidth: 0
16029   layout:
16030     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16031     layout: "plot-throughput"
16032
16033 -
16034   type: "plot"
16035   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16036   algorithm: "plot_performance_box"
16037   output-file-type: ".html"
16038   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16039   data: "plot-vpp-throughput-latency-2n-skx"
16040   filter: "'NIC_Intel-X710' and
16041            '64B' and
16042            'NDRPDR' and
16043            'ETH' and
16044            'IP4FWD' and
16045            '4T2C' and
16046            'VHOST_1024' and
16047            not 'VXLAN' and
16048            not 'NF_DENSITY' and
16049            not 'DOT1Q'"
16050   parameters:
16051   - "throughput"
16052   - "parent"
16053   - "tags"
16054   sort:
16055   - "not CFS_OPT"
16056   - "1VM"
16057   - "2VM"
16058   traces:
16059     hoverinfo: "x+y"
16060     boxpoints: "outliers"
16061     whiskerwidth: 0
16062   layout:
16063     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16064     layout: "plot-throughput"
16065
16066 -
16067   type: "plot"
16068   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16069   algorithm: "plot_performance_box"
16070   output-file-type: ".html"
16071   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16072   data: "plot-vpp-throughput-latency-2n-skx"
16073   filter: "'NIC_Intel-X710' and
16074            '64B' and
16075            'NDRPDR' and
16076            'ETH' and
16077            'IP4FWD' and
16078            '2T1C' and
16079            'VHOST_1024' and
16080            not 'VXLAN' and
16081            not 'NF_DENSITY' and
16082            not 'DOT1Q'"
16083   parameters:
16084   - "throughput"
16085   - "parent"
16086   - "tags"
16087   sort:
16088   - "not CFS_OPT"
16089   - "1VM"
16090   - "2VM"
16091   traces:
16092     hoverinfo: "x+y"
16093     boxpoints: "outliers"
16094     whiskerwidth: 0
16095   layout:
16096     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16097     layout: "plot-throughput"
16098
16099 -
16100   type: "plot"
16101   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16102   algorithm: "plot_performance_box"
16103   output-file-type: ".html"
16104   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16105   data: "plot-vpp-throughput-latency-2n-skx"
16106   filter: "'NIC_Intel-X710' and
16107            '64B' and
16108            'NDRPDR' and
16109            'ETH' and
16110            'IP4FWD' and
16111            '4T2C' and
16112            'VHOST_1024' and
16113            not 'VXLAN' and
16114            not 'NF_DENSITY' and
16115            not 'DOT1Q'"
16116   parameters:
16117   - "throughput"
16118   - "parent"
16119   - "tags"
16120   sort:
16121   - "not CFS_OPT"
16122   - "1VM"
16123   - "2VM"
16124   traces:
16125     hoverinfo: "x+y"
16126     boxpoints: "outliers"
16127     whiskerwidth: 0
16128   layout:
16129     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16130     layout: "plot-throughput"
16131
16132 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
16133 -
16134   type: "plot"
16135   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16136   algorithm: "plot_performance_box"
16137   output-file-type: ".html"
16138   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16139   data: "plot-vpp-throughput-latency-2n-skx"
16140   filter: "'NIC_Intel-X710' and
16141            '64B' and
16142            'NDRPDR' and
16143            ('ETH' or 'DOT1Q') and
16144            '2T1C' and
16145            'L2BDMACLRN' and
16146            'VHOST_1024' and
16147            not 'VXLAN' and
16148            not 'NF_DENSITY' and
16149            not 'IP4FWD' and
16150            not '2VM'"
16151   parameters:
16152   - "throughput"
16153   - "parent"
16154   - "tags"
16155 #  sort:
16156 #  - "VM"  # "not CFS_OPT"
16157 #  - "CFS_OPT"
16158 #  - "FIB_10K"
16159 #  - "FIB_100K"
16160 #  - "FIB_1M"
16161   traces:
16162     hoverinfo: "x+y"
16163     boxpoints: "outliers"
16164     whiskerwidth: 0
16165   layout:
16166     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16167     layout: "plot-throughput"
16168
16169 -
16170   type: "plot"
16171   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16172   algorithm: "plot_performance_box"
16173   output-file-type: ".html"
16174   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16175   data: "plot-vpp-throughput-latency-2n-skx"
16176   filter: "'NIC_Intel-X710' and
16177            '64B' and
16178            'NDRPDR' and
16179            ('ETH' or 'DOT1Q') and
16180            '4T2C' and
16181            'L2BDMACLRN' and
16182            'VHOST_1024' and
16183            not 'VXLAN' and
16184            not 'NF_DENSITY' and
16185            not 'IP4FWD' and
16186            not '2VM'"
16187   parameters:
16188   - "throughput"
16189   - "parent"
16190   - "tags"
16191 #  sort:
16192 #  - "VM"  # "not CFS_OPT"
16193 #  - "CFS_OPT"
16194 #  - "FIB_10K"
16195 #  - "FIB_100K"
16196 #  - "FIB_1M"
16197   traces:
16198     hoverinfo: "x+y"
16199     boxpoints: "outliers"
16200     whiskerwidth: 0
16201   layout:
16202     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16203     layout: "plot-throughput"
16204
16205 -
16206   type: "plot"
16207   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16208   algorithm: "plot_performance_box"
16209   output-file-type: ".html"
16210   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16211   data: "plot-vpp-throughput-latency-2n-skx"
16212   filter: "'NIC_Intel-X710' and
16213            '64B' and
16214            'NDRPDR' and
16215            ('ETH' or 'DOT1Q') and
16216            '2T1C' and
16217            'L2BDMACLRN' and
16218            'VHOST_1024' and
16219            not 'VXLAN' and
16220            not 'NF_DENSITY' and
16221            not 'IP4FWD' and
16222            not '2VM'"
16223   parameters:
16224   - "throughput"
16225   - "parent"
16226   - "tags"
16227 #  sort:
16228 #  - "VM"  # "not CFS_OPT"
16229 #  - "CFS_OPT"
16230 #  - "FIB_10K"
16231 #  - "FIB_100K"
16232 #  - "FIB_1M"
16233   traces:
16234     hoverinfo: "x+y"
16235     boxpoints: "outliers"
16236     whiskerwidth: 0
16237   layout:
16238     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16239     layout: "plot-throughput"
16240
16241 -
16242   type: "plot"
16243   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16244   algorithm: "plot_performance_box"
16245   output-file-type: ".html"
16246   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16247   data: "plot-vpp-throughput-latency-2n-skx"
16248   filter: "'NIC_Intel-X710' and
16249            '64B' and
16250            'NDRPDR' and
16251            ('ETH' or 'DOT1Q') and
16252            '4T2C' and
16253            'L2BDMACLRN' and
16254            'VHOST_1024' and
16255            not 'VXLAN' and
16256            not 'NF_DENSITY' and
16257            not 'IP4FWD' and
16258            not '2VM'"
16259   parameters:
16260   - "throughput"
16261   - "parent"
16262   - "tags"
16263 #  sort:
16264 #  - "VM"  # "not CFS_OPT"
16265 #  - "CFS_OPT"
16266 #  - "FIB_10K"
16267 #  - "FIB_100K"
16268 #  - "FIB_1M"
16269   traces:
16270     hoverinfo: "x+y"
16271     boxpoints: "outliers"
16272     whiskerwidth: 0
16273   layout:
16274     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16275     layout: "plot-throughput"
16276
16277 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16278 -
16279   type: "plot"
16280   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16281   algorithm: "plot_performance_box"
16282   output-file-type: ".html"
16283   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16284   data: "plot-vpp-throughput-latency-2n-skx"
16285   filter: "'NIC_Intel-X710' and
16286            '64B' and
16287            'NDRPDR' and
16288            ('ETH' or 'DOT1Q') and
16289            'BASE' and
16290            '2T1C' and
16291            ('L2BDMACLRN' or 'L2XCFWD') and
16292            'VHOST_1024' and
16293            not 'VXLAN' and
16294            not 'NF_DENSITY' and
16295            not 'IP4FWD' and
16296            not '2VM'"
16297   parameters:
16298   - "throughput"
16299   - "parent"
16300   - "tags"
16301 #  sort:
16302 #  - "not CFS_OPT"
16303 #  - "L2XCFWD"
16304 #  - "not CFS_OPT"
16305 #  - "CFS_OPT"
16306   traces:
16307     hoverinfo: "x+y"
16308     boxpoints: "outliers"
16309     whiskerwidth: 0
16310   layout:
16311     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16312     layout: "plot-throughput"
16313
16314 -
16315   type: "plot"
16316   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16317   algorithm: "plot_performance_box"
16318   output-file-type: ".html"
16319   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16320   data: "plot-vpp-throughput-latency-2n-skx"
16321   filter: "'NIC_Intel-X710' and
16322            '64B' and
16323            'NDRPDR' and
16324            ('ETH' or 'DOT1Q') and
16325            'BASE' and
16326            '2T1C' and
16327            ('L2BDMACLRN' or 'L2XCFWD') and
16328            'VHOST_1024' and
16329            not 'VXLAN' and
16330            not 'NF_DENSITY' and
16331            not 'IP4FWD' and
16332            not '2VM'"
16333   parameters:
16334   - "throughput"
16335   - "parent"
16336   - "tags"
16337 #  sort:
16338 #  - "not CFS_OPT"
16339 #  - "L2XCFWD"
16340 #  - "not CFS_OPT"
16341 #  - "CFS_OPT"
16342   traces:
16343     hoverinfo: "x+y"
16344     boxpoints: "outliers"
16345     whiskerwidth: 0
16346   layout:
16347     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16348     layout: "plot-throughput"
16349
16350 -
16351   type: "plot"
16352   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16353   algorithm: "plot_performance_box"
16354   output-file-type: ".html"
16355   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16356   data: "plot-vpp-throughput-latency-2n-skx"
16357   filter: "'NIC_Intel-X710' and
16358            '64B' and
16359            'NDRPDR' and
16360            ('ETH' or 'DOT1Q') and
16361            'BASE' and
16362            '4T2C' and
16363            ('L2BDMACLRN' or 'L2XCFWD') and
16364            'VHOST_1024' and
16365            not 'VXLAN' and
16366            not 'NF_DENSITY' and
16367            not 'IP4FWD' and
16368            not '2VM'"
16369   parameters:
16370   - "throughput"
16371   - "parent"
16372   - "tags"
16373 #  sort:
16374 #  - "not CFS_OPT"
16375 #  - "L2XCFWD"
16376 #  - "not CFS_OPT"
16377 #  - "CFS_OPT"
16378   traces:
16379     hoverinfo: "x+y"
16380     boxpoints: "outliers"
16381     whiskerwidth: 0
16382   layout:
16383     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16384     layout: "plot-throughput"
16385
16386 -
16387   type: "plot"
16388   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16389   algorithm: "plot_performance_box"
16390   output-file-type: ".html"
16391   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16392   data: "plot-vpp-throughput-latency-2n-skx"
16393   filter: "'NIC_Intel-X710' and
16394            '64B' and
16395            'NDRPDR' and
16396            ('ETH' or 'DOT1Q') and
16397            'BASE' and
16398            '4T2C' and
16399            ('L2BDMACLRN' or 'L2XCFWD') and
16400            'VHOST_1024' and
16401            not 'VXLAN' and
16402            not 'NF_DENSITY' and
16403            not 'IP4FWD' and
16404            not '2VM'"
16405   parameters:
16406   - "throughput"
16407   - "parent"
16408   - "tags"
16409 #  sort:
16410 #  - "not CFS_OPT"
16411 #  - "L2XCFWD"
16412 #  - "not CFS_OPT"
16413 #  - "CFS_OPT"
16414   traces:
16415     hoverinfo: "x+y"
16416     boxpoints: "outliers"
16417     whiskerwidth: 0
16418   layout:
16419     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16420     layout: "plot-throughput"
16421
16422 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16423 -
16424   type: "plot"
16425   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16426   algorithm: "plot_performance_box"
16427   output-file-type: ".html"
16428   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16429   data: "plot-vpp-throughput-latency-2n-skx"
16430   filter: "'NIC_Intel-X710' and
16431            '64B' and
16432            'NDRPDR' and
16433            ('ETH' or 'DOT1Q') and
16434            '2T1C' and
16435            ('L2BDMACLRN' or 'L2XCFWD') and
16436            'VHOST_1024' and
16437            not 'CFS_OPT' and
16438            not 'VXLAN' and
16439            not 'NF_DENSITY' and
16440            not 'IP4FWD'"
16441   parameters:
16442   - "throughput"
16443   - "parent"
16444   - "tags"
16445 #  sort:
16446 #  - "1VM"
16447 #  - "L2XCFWD"
16448 #  - "1VM"
16449 #  - "L2BDMACLRN"
16450   traces:
16451     hoverinfo: "x+y"
16452     boxpoints: "outliers"
16453     whiskerwidth: 0
16454   layout:
16455     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16456     layout: "plot-throughput"
16457
16458 -
16459   type: "plot"
16460   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16461   algorithm: "plot_performance_box"
16462   output-file-type: ".html"
16463   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16464   data: "plot-vpp-throughput-latency-2n-skx"
16465   filter: "'NIC_Intel-X710' and
16466            '64B' and
16467            'NDRPDR' and
16468            ('ETH' or 'DOT1Q') and
16469            '2T1C' and
16470            ('L2BDMACLRN' or 'L2XCFWD') and
16471            'VHOST_1024' and
16472            not 'CFS_OPT' and
16473            not 'VXLAN' and
16474            not 'NF_DENSITY' and
16475            not 'IP4FWD'"
16476   parameters:
16477   - "throughput"
16478   - "parent"
16479   - "tags"
16480 #  sort:
16481 #  - "1VM"
16482 #  - "L2XCFWD"
16483 #  - "1VM"
16484 #  - "L2BDMACLRN"
16485   traces:
16486     hoverinfo: "x+y"
16487     boxpoints: "outliers"
16488     whiskerwidth: 0
16489   layout:
16490     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16491     layout: "plot-throughput"
16492
16493 -
16494   type: "plot"
16495   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16496   algorithm: "plot_performance_box"
16497   output-file-type: ".html"
16498   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16499   data: "plot-vpp-throughput-latency-2n-skx"
16500   filter: "'NIC_Intel-X710' and
16501            '64B' and
16502            'NDRPDR' and
16503            ('ETH' or 'DOT1Q') and
16504            '4T2C' and
16505            ('L2BDMACLRN' or 'L2XCFWD') and
16506            'VHOST_1024' and
16507            not 'CFS_OPT' and
16508            not 'VXLAN' and
16509            not 'NF_DENSITY' and
16510            not 'IP4FWD'"
16511   parameters:
16512   - "throughput"
16513   - "parent"
16514   - "tags"
16515 #  sort:
16516 #  - "1VM"
16517 #  - "L2XCFWD"
16518 #  - "1VM"
16519 #  - "L2BDMACLRN"
16520   traces:
16521     hoverinfo: "x+y"
16522     boxpoints: "outliers"
16523     whiskerwidth: 0
16524   layout:
16525     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16526     layout: "plot-throughput"
16527
16528 -
16529   type: "plot"
16530   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16531   algorithm: "plot_performance_box"
16532   output-file-type: ".html"
16533   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16534   data: "plot-vpp-throughput-latency-2n-skx"
16535   filter: "'NIC_Intel-X710' and
16536            '64B' and
16537            'NDRPDR' and
16538            ('ETH' or 'DOT1Q') and
16539            '4T2C' and
16540            ('L2BDMACLRN' or 'L2XCFWD') and
16541            'VHOST_1024' and
16542            not 'CFS_OPT' and
16543            not 'VXLAN' and
16544            not 'NF_DENSITY' and
16545            not 'IP4FWD'"
16546   parameters:
16547   - "throughput"
16548   - "parent"
16549   - "tags"
16550 #  sort:
16551 #  - "1VM"
16552 #  - "L2XCFWD"
16553 #  - "1VM"
16554 #  - "L2BDMACLRN"
16555   traces:
16556     hoverinfo: "x+y"
16557     boxpoints: "outliers"
16558     whiskerwidth: 0
16559   layout:
16560     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16561     layout: "plot-throughput"
16562
16563 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16564 -
16565   type: "plot"
16566   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16567   algorithm: "plot_performance_box"
16568   output-file-type: ".html"
16569   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16570   data: "plot-vpp-throughput-latency-2n-skx"
16571   filter: "'NIC_Intel-XXV710' and
16572            '64B' and
16573            'NDRPDR' and
16574            'ETH' and
16575            'IP4FWD' and
16576            '2T1C' and
16577            'VHOST_1024' and
16578            not 'VXLAN' and
16579            not 'DOT1Q'"
16580   parameters:
16581   - "throughput"
16582   - "parent"
16583   - "tags"
16584   sort:
16585   - "not CFS_OPT"
16586   - "1VM"
16587   - "2VM"
16588   traces:
16589     hoverinfo: "x+y"
16590     boxpoints: "outliers"
16591     whiskerwidth: 0
16592   layout:
16593     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16594     layout: "plot-throughput"
16595
16596 -
16597   type: "plot"
16598   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16599   algorithm: "plot_performance_box"
16600   output-file-type: ".html"
16601   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16602   data: "plot-vpp-throughput-latency-2n-skx"
16603   filter: "'NIC_Intel-XXV710' and
16604            '64B' and
16605            'NDRPDR' and
16606            'ETH' and
16607            'IP4FWD' and
16608            '4T2C' and
16609            'VHOST_1024' and
16610            not 'VXLAN' and
16611            not 'DOT1Q'"
16612   parameters:
16613   - "throughput"
16614   - "parent"
16615   - "tags"
16616   sort:
16617   - "not CFS_OPT"
16618   - "1VM"
16619   - "2VM"
16620   traces:
16621     hoverinfo: "x+y"
16622     boxpoints: "outliers"
16623     whiskerwidth: 0
16624   layout:
16625     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16626     layout: "plot-throughput"
16627
16628 -
16629   type: "plot"
16630   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16631   algorithm: "plot_performance_box"
16632   output-file-type: ".html"
16633   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16634   data: "plot-vpp-throughput-latency-2n-skx"
16635   filter: "'NIC_Intel-XXV710' and
16636            '64B' and
16637            'NDRPDR' and
16638            'ETH' and
16639            'IP4FWD' and
16640            '2T1C' and
16641            'VHOST_1024' and
16642            not 'VXLAN' and
16643            not 'DOT1Q'"
16644   parameters:
16645   - "throughput"
16646   - "parent"
16647   - "tags"
16648   sort:
16649   - "not CFS_OPT"
16650   - "1VM"
16651   - "2VM"
16652   traces:
16653     hoverinfo: "x+y"
16654     boxpoints: "outliers"
16655     whiskerwidth: 0
16656   layout:
16657     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16658     layout: "plot-throughput"
16659
16660 -
16661   type: "plot"
16662   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16663   algorithm: "plot_performance_box"
16664   output-file-type: ".html"
16665   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16666   data: "plot-vpp-throughput-latency-2n-skx"
16667   filter: "'NIC_Intel-XXV710' and
16668            '64B' and
16669            'NDRPDR' and
16670            'ETH' and
16671            'IP4FWD' and
16672            '4T2C' and
16673            'VHOST_1024' and
16674            not 'VXLAN' and
16675            not 'DOT1Q'"
16676   parameters:
16677   - "throughput"
16678   - "parent"
16679   - "tags"
16680   sort:
16681   - "not CFS_OPT"
16682   - "1VM"
16683   - "2VM"
16684   traces:
16685     hoverinfo: "x+y"
16686     boxpoints: "outliers"
16687     whiskerwidth: 0
16688   layout:
16689     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16690     layout: "plot-throughput"
16691
16692 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16693 -
16694   type: "plot"
16695   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16696   algorithm: "plot_performance_box"
16697   output-file-type: ".html"
16698   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16699   data: "plot-vpp-throughput-latency-2n-skx"
16700   filter: "'NIC_Intel-XXV710' and
16701            '64B' and
16702            'NDRPDR' and
16703            ('ETH' or 'DOT1Q') and
16704            '2T1C' and
16705            'L2BDMACLRN' and
16706            'VHOST_1024' and
16707            not 'VXLAN' and
16708            not 'IP4FWD' and
16709            not '2VM'"
16710   parameters:
16711   - "throughput"
16712   - "parent"
16713   - "tags"
16714 #  sort:
16715 #  - "VM"  # "not CFS_OPT"
16716 #  - "CFS_OPT"
16717 #  - "FIB_10K"
16718 #  - "FIB_100K"
16719 #  - "FIB_1M"
16720   traces:
16721     hoverinfo: "x+y"
16722     boxpoints: "outliers"
16723     whiskerwidth: 0
16724   layout:
16725     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16726     layout: "plot-throughput"
16727
16728 -
16729   type: "plot"
16730   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16731   algorithm: "plot_performance_box"
16732   output-file-type: ".html"
16733   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16734   data: "plot-vpp-throughput-latency-2n-skx"
16735   filter: "'NIC_Intel-XXV710' and
16736            '64B' and
16737            'NDRPDR' and
16738            ('ETH' or 'DOT1Q') and
16739            '4T2C' and
16740            'L2BDMACLRN' and
16741            'VHOST_1024' and
16742            not 'VXLAN' and
16743            not 'IP4FWD' and
16744            not '2VM'"
16745   parameters:
16746   - "throughput"
16747   - "parent"
16748   - "tags"
16749 #  sort:
16750 #  - "VM"  # "not CFS_OPT"
16751 #  - "CFS_OPT"
16752 #  - "FIB_10K"
16753 #  - "FIB_100K"
16754 #  - "FIB_1M"
16755   traces:
16756     hoverinfo: "x+y"
16757     boxpoints: "outliers"
16758     whiskerwidth: 0
16759   layout:
16760     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16761     layout: "plot-throughput"
16762
16763 -
16764   type: "plot"
16765   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16766   algorithm: "plot_performance_box"
16767   output-file-type: ".html"
16768   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16769   data: "plot-vpp-throughput-latency-2n-skx"
16770   filter: "'NIC_Intel-XXV710' and
16771            '64B' and
16772            'NDRPDR' and
16773            ('ETH' or 'DOT1Q') and
16774            '2T1C' and
16775            'L2BDMACLRN' and
16776            'VHOST_1024' and
16777            not 'VXLAN' and
16778            not 'IP4FWD' and
16779            not '2VM'"
16780   parameters:
16781   - "throughput"
16782   - "parent"
16783   - "tags"
16784 #  sort:
16785 #  - "VM"  # "not CFS_OPT"
16786 #  - "CFS_OPT"
16787 #  - "FIB_10K"
16788 #  - "FIB_100K"
16789 #  - "FIB_1M"
16790   traces:
16791     hoverinfo: "x+y"
16792     boxpoints: "outliers"
16793     whiskerwidth: 0
16794   layout:
16795     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16796     layout: "plot-throughput"
16797
16798 -
16799   type: "plot"
16800   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16801   algorithm: "plot_performance_box"
16802   output-file-type: ".html"
16803   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16804   data: "plot-vpp-throughput-latency-2n-skx"
16805   filter: "'NIC_Intel-XXV710' and
16806            '64B' and
16807            'NDRPDR' and
16808            ('ETH' or 'DOT1Q') and
16809            '4T2C' and
16810            'L2BDMACLRN' and
16811            'VHOST_1024' and
16812            not 'VXLAN' and
16813            not 'IP4FWD' and
16814            not '2VM'"
16815   parameters:
16816   - "throughput"
16817   - "parent"
16818   - "tags"
16819 #  sort:
16820 #  - "VM"  # "not CFS_OPT"
16821 #  - "CFS_OPT"
16822 #  - "FIB_10K"
16823 #  - "FIB_100K"
16824 #  - "FIB_1M"
16825   traces:
16826     hoverinfo: "x+y"
16827     boxpoints: "outliers"
16828     whiskerwidth: 0
16829   layout:
16830     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16831     layout: "plot-throughput"
16832
16833 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16834 -
16835   type: "plot"
16836   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16837   algorithm: "plot_performance_box"
16838   output-file-type: ".html"
16839   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16840   data: "plot-vpp-throughput-latency-2n-skx"
16841   filter: "'NIC_Intel-XXV710' and
16842            '64B' and
16843            'NDRPDR' and
16844            ('ETH' or 'DOT1Q') and
16845            'BASE' and
16846            '2T1C' and
16847            ('L2BDMACLRN' or 'L2XCFWD') and
16848            'VHOST_1024' and
16849            not 'VXLAN' and
16850            not 'IP4FWD' and
16851            not '2VM'"
16852   parameters:
16853   - "throughput"
16854   - "parent"
16855   - "tags"
16856 #  sort:
16857 #  - "not CFS_OPT"
16858 #  - "L2XCFWD"
16859 #  - "not CFS_OPT"
16860 #  - "CFS_OPT"
16861   traces:
16862     hoverinfo: "x+y"
16863     boxpoints: "outliers"
16864     whiskerwidth: 0
16865   layout:
16866     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16867     layout: "plot-throughput"
16868
16869 -
16870   type: "plot"
16871   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16872   algorithm: "plot_performance_box"
16873   output-file-type: ".html"
16874   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16875   data: "plot-vpp-throughput-latency-2n-skx"
16876   filter: "'NIC_Intel-XXV710' and
16877            '64B' and
16878            'NDRPDR' and
16879            ('ETH' or 'DOT1Q') and
16880            'BASE' and
16881            '2T1C' and
16882            ('L2BDMACLRN' or 'L2XCFWD') and
16883            'VHOST_1024' and
16884            not 'VXLAN' and
16885            not 'IP4FWD' and
16886            not '2VM'"
16887   parameters:
16888   - "throughput"
16889   - "parent"
16890   - "tags"
16891 #  sort:
16892 #  - "not CFS_OPT"
16893 #  - "L2XCFWD"
16894 #  - "not CFS_OPT"
16895 #  - "CFS_OPT"
16896   traces:
16897     hoverinfo: "x+y"
16898     boxpoints: "outliers"
16899     whiskerwidth: 0
16900   layout:
16901     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16902     layout: "plot-throughput"
16903
16904 -
16905   type: "plot"
16906   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16907   algorithm: "plot_performance_box"
16908   output-file-type: ".html"
16909   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16910   data: "plot-vpp-throughput-latency-2n-skx"
16911   filter: "'NIC_Intel-XXV710' and
16912            '64B' and
16913            'NDRPDR' and
16914            ('ETH' or 'DOT1Q') and
16915            'BASE' and
16916            '4T2C' and
16917            ('L2BDMACLRN' or 'L2XCFWD') and
16918            'VHOST_1024' and
16919            not 'VXLAN' and
16920            not 'IP4FWD' and
16921            not '2VM'"
16922   parameters:
16923   - "throughput"
16924   - "parent"
16925   - "tags"
16926 #  sort:
16927 #  - "not CFS_OPT"
16928 #  - "L2XCFWD"
16929 #  - "not CFS_OPT"
16930 #  - "CFS_OPT"
16931   traces:
16932     hoverinfo: "x+y"
16933     boxpoints: "outliers"
16934     whiskerwidth: 0
16935   layout:
16936     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16937     layout: "plot-throughput"
16938
16939 -
16940   type: "plot"
16941   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16942   algorithm: "plot_performance_box"
16943   output-file-type: ".html"
16944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16945   data: "plot-vpp-throughput-latency-2n-skx"
16946   filter: "'NIC_Intel-XXV710' and
16947            '64B' and
16948            'NDRPDR' and
16949            ('ETH' or 'DOT1Q') and
16950            'BASE' and
16951            '4T2C' and
16952            ('L2BDMACLRN' or 'L2XCFWD') and
16953            'VHOST_1024' and
16954            not 'VXLAN' and
16955            not 'IP4FWD' and
16956            not '2VM'"
16957   parameters:
16958   - "throughput"
16959   - "parent"
16960   - "tags"
16961 #  sort:
16962 #  - "not CFS_OPT"
16963 #  - "L2XCFWD"
16964 #  - "not CFS_OPT"
16965 #  - "CFS_OPT"
16966   traces:
16967     hoverinfo: "x+y"
16968     boxpoints: "outliers"
16969     whiskerwidth: 0
16970   layout:
16971     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16972     layout: "plot-throughput"
16973
16974 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16975 -
16976   type: "plot"
16977   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16978   algorithm: "plot_performance_box"
16979   output-file-type: ".html"
16980   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16981   data: "plot-vpp-throughput-latency-2n-skx"
16982   filter: "'NIC_Intel-XXV710' and
16983            '64B' and
16984            'NDRPDR' and
16985            ('ETH' or 'DOT1Q') and
16986            '2T1C' and
16987            ('L2BDMACLRN' or 'L2XCFWD') and
16988            'VHOST_1024' and
16989            not 'CFS_OPT' and
16990            not 'VXLAN' and
16991            not 'IP4FWD'"
16992   parameters:
16993   - "throughput"
16994   - "parent"
16995   - "tags"
16996 #  sort:
16997 #  - "1VM"
16998 #  - "L2XCFWD"
16999 #  - "1VM"
17000 #  - "L2BDMACLRN"
17001   traces:
17002     hoverinfo: "x+y"
17003     boxpoints: "outliers"
17004     whiskerwidth: 0
17005   layout:
17006     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17007     layout: "plot-throughput"
17008
17009 -
17010   type: "plot"
17011   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17012   algorithm: "plot_performance_box"
17013   output-file-type: ".html"
17014   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17015   data: "plot-vpp-throughput-latency-2n-skx"
17016   filter: "'NIC_Intel-XXV710' and
17017            '64B' and
17018            'NDRPDR' and
17019            ('ETH' or 'DOT1Q') and
17020            '2T1C' and
17021            ('L2BDMACLRN' or 'L2XCFWD') and
17022            'VHOST_1024' and
17023            not 'CFS_OPT' and
17024            not 'VXLAN' and
17025            not 'IP4FWD'"
17026   parameters:
17027   - "throughput"
17028   - "parent"
17029   - "tags"
17030 #  sort:
17031 #  - "1VM"
17032 #  - "L2XCFWD"
17033 #  - "1VM"
17034 #  - "L2BDMACLRN"
17035   traces:
17036     hoverinfo: "x+y"
17037     boxpoints: "outliers"
17038     whiskerwidth: 0
17039   layout:
17040     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17041     layout: "plot-throughput"
17042
17043 -
17044   type: "plot"
17045   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17046   algorithm: "plot_performance_box"
17047   output-file-type: ".html"
17048   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17049   data: "plot-vpp-throughput-latency-2n-skx"
17050   filter: "'NIC_Intel-XXV710' and
17051            '64B' and
17052            'NDRPDR' and
17053            ('ETH' or 'DOT1Q') and
17054            '4T2C' and
17055            ('L2BDMACLRN' or 'L2XCFWD') and
17056            'VHOST_1024' and
17057            not 'CFS_OPT' and
17058            not 'VXLAN' and
17059            not 'IP4FWD'"
17060   parameters:
17061   - "throughput"
17062   - "parent"
17063   - "tags"
17064 #  sort:
17065 #  - "1VM"
17066 #  - "L2XCFWD"
17067 #  - "1VM"
17068 #  - "L2BDMACLRN"
17069   traces:
17070     hoverinfo: "x+y"
17071     boxpoints: "outliers"
17072     whiskerwidth: 0
17073   layout:
17074     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17075     layout: "plot-throughput"
17076
17077 -
17078   type: "plot"
17079   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17080   algorithm: "plot_performance_box"
17081   output-file-type: ".html"
17082   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17083   data: "plot-vpp-throughput-latency-2n-skx"
17084   filter: "'NIC_Intel-XXV710' and
17085            '64B' and
17086            'NDRPDR' and
17087            ('ETH' or 'DOT1Q') and
17088            '4T2C' and
17089            ('L2BDMACLRN' or 'L2XCFWD') and
17090            'VHOST_1024' and
17091            not 'CFS_OPT' and
17092            not 'VXLAN' and
17093            not 'IP4FWD'"
17094   parameters:
17095   - "throughput"
17096   - "parent"
17097   - "tags"
17098 #  sort:
17099 #  - "1VM"
17100 #  - "L2XCFWD"
17101 #  - "1VM"
17102 #  - "L2BDMACLRN"
17103   traces:
17104     hoverinfo: "x+y"
17105     boxpoints: "outliers"
17106     whiskerwidth: 0
17107   layout:
17108     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17109     layout: "plot-throughput"
17110
17111 ################################################################################
17112
17113 # Packet Throughput - VPP VTS 3n-hsw-x520
17114 -
17115   type: "plot"
17116   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
17117   algorithm: "plot_performance_box"
17118   output-file-type: ".html"
17119   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
17120   data: "plot-vpp-throughput-latency-3n-hsw"
17121   filter: "'NIC_Intel-X520-DA2' and
17122            '114B' and
17123            'NDRPDR' and
17124            '1T1C' and
17125            'VTS'"
17126   parameters:
17127   - "throughput"
17128   - "parent"
17129   - "tags"
17130   traces:
17131     hoverinfo: "x+y"
17132     boxpoints: "outliers"
17133     whiskerwidth: 0
17134   layout:
17135     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17136     layout: "plot-throughput"
17137
17138 -
17139   type: "plot"
17140   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17141   algorithm: "plot_performance_box"
17142   output-file-type: ".html"
17143   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17144   data: "plot-vpp-throughput-latency-3n-hsw"
17145   filter: "'NIC_Intel-X520-DA2' and
17146            '114B' and
17147            'NDRPDR' and
17148            '2T2C' and
17149            'VTS'"
17150   parameters:
17151   - "throughput"
17152   - "parent"
17153   - "tags"
17154   traces:
17155     hoverinfo: "x+y"
17156     boxpoints: "outliers"
17157     whiskerwidth: 0
17158   layout:
17159     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17160     layout: "plot-throughput"
17161
17162 -
17163   type: "plot"
17164   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17165   algorithm: "plot_performance_box"
17166   output-file-type: ".html"
17167   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17168   data: "plot-vpp-throughput-latency-3n-hsw"
17169   filter: "'NIC_Intel-X520-DA2' and
17170            '114B' and
17171            'NDRPDR' and
17172            '1T1C' and
17173            'VTS'"
17174   parameters:
17175   - "throughput"
17176   - "parent"
17177   - "tags"
17178   traces:
17179     hoverinfo: "x+y"
17180     boxpoints: "outliers"
17181     whiskerwidth: 0
17182   layout:
17183     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17184     layout: "plot-throughput"
17185
17186 -
17187   type: "plot"
17188   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17189   algorithm: "plot_performance_box"
17190   output-file-type: ".html"
17191   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17192   data: "plot-vpp-throughput-latency-3n-hsw"
17193   filter: "'NIC_Intel-X520-DA2' and
17194            '114B' and
17195            'NDRPDR' and
17196            '2T2C' and
17197            'VTS'"
17198   parameters:
17199   - "throughput"
17200   - "parent"
17201   - "tags"
17202   traces:
17203     hoverinfo: "x+y"
17204     boxpoints: "outliers"
17205     whiskerwidth: 0
17206   layout:
17207     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17208     layout: "plot-throughput"
17209
17210 ################################################################################
17211
17212 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17213 -
17214   type: "plot"
17215   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17216   algorithm: "plot_performance_box"
17217   output-file-type: ".html"
17218   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17219   data: "plot-dpdk-throughput-latency-3n-hsw"
17220   filter: "'NIC_Intel-X520-DA2' and
17221            '64B' and
17222            'BASE' and
17223            'NDRPDR' and
17224            '1T1C' and
17225            'IP4FWD'"
17226   parameters:
17227   - "throughput"
17228   - "parent"
17229   - "tags"
17230   traces:
17231     hoverinfo: "x+y"
17232     boxpoints: "outliers"
17233     whiskerwidth: 0
17234   layout:
17235     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17236     layout: "plot-throughput"
17237
17238 -
17239   type: "plot"
17240   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17241   algorithm: "plot_performance_box"
17242   output-file-type: ".html"
17243   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17244   data: "plot-dpdk-throughput-latency-3n-hsw"
17245   filter: "'NIC_Intel-X520-DA2' and
17246            '64B' and
17247            'BASE' and
17248            'NDRPDR' and
17249            '2T2C' and
17250            'IP4FWD'"
17251   parameters:
17252   - "throughput"
17253   - "parent"
17254   - "tags"
17255   traces:
17256     hoverinfo: "x+y"
17257     boxpoints: "outliers"
17258     whiskerwidth: 0
17259   layout:
17260     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17261     layout: "plot-throughput"
17262
17263 -
17264   type: "plot"
17265   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17266   algorithm: "plot_performance_box"
17267   output-file-type: ".html"
17268   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17269   data: "plot-dpdk-throughput-latency-3n-hsw"
17270   filter: "'NIC_Intel-X520-DA2' and
17271            '64B' and
17272            'BASE' and
17273            'NDRPDR' and
17274            '1T1C' and
17275            'IP4FWD'"
17276   parameters:
17277   - "throughput"
17278   - "parent"
17279   - "tags"
17280   traces:
17281     hoverinfo: "x+y"
17282     boxpoints: "outliers"
17283     whiskerwidth: 0
17284   layout:
17285     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17286     layout: "plot-throughput"
17287
17288 -
17289   type: "plot"
17290   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17291   algorithm: "plot_performance_box"
17292   output-file-type: ".html"
17293   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17294   data: "plot-dpdk-throughput-latency-3n-hsw"
17295   filter: "'NIC_Intel-X520-DA2' and
17296            '64B' and
17297            'BASE' and
17298            'NDRPDR' and
17299            '2T2C' and
17300            'IP4FWD'"
17301   parameters:
17302   - "throughput"
17303   - "parent"
17304   - "tags"
17305   traces:
17306     hoverinfo: "x+y"
17307     boxpoints: "outliers"
17308     whiskerwidth: 0
17309   layout:
17310     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17311     layout: "plot-throughput"
17312
17313 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17314 -
17315   type: "plot"
17316   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17317   algorithm: "plot_performance_box"
17318   output-file-type: ".html"
17319   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17320   data: "plot-dpdk-throughput-latency-3n-hsw"
17321   filter: "'NIC_Intel-X710' and
17322            '64B' and
17323            'BASE' and
17324            'NDRPDR' and
17325            '1T1C' and
17326            'IP4FWD'"
17327   parameters:
17328   - "throughput"
17329   - "parent"
17330   - "tags"
17331   traces:
17332     hoverinfo: "x+y"
17333     boxpoints: "outliers"
17334     whiskerwidth: 0
17335   layout:
17336     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17337     layout: "plot-throughput"
17338
17339 -
17340   type: "plot"
17341   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17342   algorithm: "plot_performance_box"
17343   output-file-type: ".html"
17344   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17345   data: "plot-dpdk-throughput-latency-3n-hsw"
17346   filter: "'NIC_Intel-X710' and
17347            '64B' and
17348            'BASE' and
17349            'NDRPDR' and
17350            '2T2C' and
17351            'IP4FWD'"
17352   parameters:
17353   - "throughput"
17354   - "parent"
17355   - "tags"
17356   traces:
17357     hoverinfo: "x+y"
17358     boxpoints: "outliers"
17359     whiskerwidth: 0
17360   layout:
17361     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17362     layout: "plot-throughput"
17363
17364 -
17365   type: "plot"
17366   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17367   algorithm: "plot_performance_box"
17368   output-file-type: ".html"
17369   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17370   data: "plot-dpdk-throughput-latency-3n-hsw"
17371   filter: "'NIC_Intel-X710' and
17372            '64B' and
17373            'BASE' and
17374            'NDRPDR' and
17375            '1T1C' and
17376            'IP4FWD'"
17377   parameters:
17378   - "throughput"
17379   - "parent"
17380   - "tags"
17381   traces:
17382     hoverinfo: "x+y"
17383     boxpoints: "outliers"
17384     whiskerwidth: 0
17385   layout:
17386     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17387     layout: "plot-throughput"
17388
17389 -
17390   type: "plot"
17391   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17392   algorithm: "plot_performance_box"
17393   output-file-type: ".html"
17394   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17395   data: "plot-dpdk-throughput-latency-3n-hsw"
17396   filter: "'NIC_Intel-X710' and
17397            '64B' and
17398            'BASE' and
17399            'NDRPDR' and
17400            '2T2C' and
17401            'IP4FWD'"
17402   parameters:
17403   - "throughput"
17404   - "parent"
17405   - "tags"
17406   traces:
17407     hoverinfo: "x+y"
17408     boxpoints: "outliers"
17409     whiskerwidth: 0
17410   layout:
17411     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17412     layout: "plot-throughput"
17413
17414 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17415 -
17416   type: "plot"
17417   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17418   algorithm: "plot_performance_box"
17419   output-file-type: ".html"
17420   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17421   data: "plot-dpdk-throughput-latency-3n-hsw"
17422   filter: "'NIC_Intel-XL710' and
17423            '64B' and
17424            'BASE' and
17425            'NDRPDR' and
17426            '1T1C' and
17427            'IP4FWD'"
17428   parameters:
17429   - "throughput"
17430   - "parent"
17431   - "tags"
17432   traces:
17433     hoverinfo: "x+y"
17434     boxpoints: "outliers"
17435     whiskerwidth: 0
17436   layout:
17437     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17438     layout: "plot-throughput"
17439
17440 -
17441   type: "plot"
17442   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17443   algorithm: "plot_performance_box"
17444   output-file-type: ".html"
17445   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17446   data: "plot-dpdk-throughput-latency-3n-hsw"
17447   filter: "'NIC_Intel-XL710' and
17448            '64B' and
17449            'BASE' and
17450            'NDRPDR' and
17451            '2T2C' and
17452            'IP4FWD'"
17453   parameters:
17454   - "throughput"
17455   - "parent"
17456   - "tags"
17457   traces:
17458     hoverinfo: "x+y"
17459     boxpoints: "outliers"
17460     whiskerwidth: 0
17461   layout:
17462     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17463     layout: "plot-throughput"
17464
17465 -
17466   type: "plot"
17467   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17468   algorithm: "plot_performance_box"
17469   output-file-type: ".html"
17470   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17471   data: "plot-dpdk-throughput-latency-3n-hsw"
17472   filter: "'NIC_Intel-XL710' and
17473            '64B' and
17474            'BASE' and
17475            'NDRPDR' and
17476            '1T1C' and
17477            'IP4FWD'"
17478   parameters:
17479   - "throughput"
17480   - "parent"
17481   - "tags"
17482   traces:
17483     hoverinfo: "x+y"
17484     boxpoints: "outliers"
17485     whiskerwidth: 0
17486   layout:
17487     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17488     layout: "plot-throughput"
17489
17490 -
17491   type: "plot"
17492   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17493   algorithm: "plot_performance_box"
17494   output-file-type: ".html"
17495   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17496   data: "plot-dpdk-throughput-latency-3n-hsw"
17497   filter: "'NIC_Intel-XL710' and
17498            '64B' and
17499            'BASE' and
17500            'NDRPDR' and
17501            '2T2C' and
17502            'IP4FWD'"
17503   parameters:
17504   - "throughput"
17505   - "parent"
17506   - "tags"
17507   traces:
17508     hoverinfo: "x+y"
17509     boxpoints: "outliers"
17510     whiskerwidth: 0
17511   layout:
17512     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17513     layout: "plot-throughput"
17514
17515 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17516 -
17517   type: "plot"
17518   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17519   algorithm: "plot_performance_box"
17520   output-file-type: ".html"
17521   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17522   data: "plot-dpdk-throughput-latency-3n-skx"
17523   filter: "'NIC_Intel-X710' and
17524            '64B' and
17525            'BASE' and
17526            'NDRPDR' and
17527            '2T1C' and
17528            'IP4FWD'"
17529   parameters:
17530   - "throughput"
17531   - "parent"
17532   - "tags"
17533   traces:
17534     hoverinfo: "x+y"
17535     boxpoints: "outliers"
17536     whiskerwidth: 0
17537   layout:
17538     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17539     layout: "plot-throughput"
17540
17541 -
17542   type: "plot"
17543   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17544   algorithm: "plot_performance_box"
17545   output-file-type: ".html"
17546   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17547   data: "plot-dpdk-throughput-latency-3n-skx"
17548   filter: "'NIC_Intel-X710' and
17549            '64B' and
17550            'BASE' and
17551            'NDRPDR' and
17552            '4T2C' and
17553            'IP4FWD'"
17554   parameters:
17555   - "throughput"
17556   - "parent"
17557   - "tags"
17558   traces:
17559     hoverinfo: "x+y"
17560     boxpoints: "outliers"
17561     whiskerwidth: 0
17562   layout:
17563     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17564     layout: "plot-throughput"
17565
17566 -
17567   type: "plot"
17568   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17569   algorithm: "plot_performance_box"
17570   output-file-type: ".html"
17571   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17572   data: "plot-dpdk-throughput-latency-3n-skx"
17573   filter: "'NIC_Intel-X710' and
17574            '64B' and
17575            'BASE' and
17576            'NDRPDR' and
17577            '2T1C' and
17578            'IP4FWD'"
17579   parameters:
17580   - "throughput"
17581   - "parent"
17582   - "tags"
17583   traces:
17584     hoverinfo: "x+y"
17585     boxpoints: "outliers"
17586     whiskerwidth: 0
17587   layout:
17588     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17589     layout: "plot-throughput"
17590
17591 -
17592   type: "plot"
17593   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17594   algorithm: "plot_performance_box"
17595   output-file-type: ".html"
17596   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17597   data: "plot-dpdk-throughput-latency-3n-skx"
17598   filter: "'NIC_Intel-X710' and
17599            '64B' and
17600            'BASE' and
17601            'NDRPDR' and
17602            '4T2C' and
17603            'IP4FWD'"
17604   parameters:
17605   - "throughput"
17606   - "parent"
17607   - "tags"
17608   traces:
17609     hoverinfo: "x+y"
17610     boxpoints: "outliers"
17611     whiskerwidth: 0
17612   layout:
17613     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17614     layout: "plot-throughput"
17615
17616 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17617 -
17618   type: "plot"
17619   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17620   algorithm: "plot_performance_box"
17621   output-file-type: ".html"
17622   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17623   data: "plot-dpdk-throughput-latency-3n-skx"
17624   filter: "'NIC_Intel-XXV710' and
17625            '64B' and
17626            'BASE' and
17627            'NDRPDR' and
17628            '2T1C' and
17629            'IP4FWD'"
17630   parameters:
17631   - "throughput"
17632   - "parent"
17633   - "tags"
17634   traces:
17635     hoverinfo: "x+y"
17636     boxpoints: "outliers"
17637     whiskerwidth: 0
17638   layout:
17639     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17640     layout: "plot-throughput"
17641
17642 -
17643   type: "plot"
17644   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17645   algorithm: "plot_performance_box"
17646   output-file-type: ".html"
17647   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17648   data: "plot-dpdk-throughput-latency-3n-skx"
17649   filter: "'NIC_Intel-XXV710' and
17650            '64B' and
17651            'BASE' and
17652            'NDRPDR' and
17653            '4T2C' and
17654            'IP4FWD'"
17655   parameters:
17656   - "throughput"
17657   - "parent"
17658   - "tags"
17659   traces:
17660     hoverinfo: "x+y"
17661     boxpoints: "outliers"
17662     whiskerwidth: 0
17663   layout:
17664     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17665     layout: "plot-throughput"
17666
17667 -
17668   type: "plot"
17669   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17670   algorithm: "plot_performance_box"
17671   output-file-type: ".html"
17672   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17673   data: "plot-dpdk-throughput-latency-3n-skx"
17674   filter: "'NIC_Intel-XXV710' and
17675            '64B' and
17676            'BASE' and
17677            'NDRPDR' and
17678            '2T1C' and
17679            'IP4FWD'"
17680   parameters:
17681   - "throughput"
17682   - "parent"
17683   - "tags"
17684   traces:
17685     hoverinfo: "x+y"
17686     boxpoints: "outliers"
17687     whiskerwidth: 0
17688   layout:
17689     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17690     layout: "plot-throughput"
17691
17692 -
17693   type: "plot"
17694   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17695   algorithm: "plot_performance_box"
17696   output-file-type: ".html"
17697   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17698   data: "plot-dpdk-throughput-latency-3n-skx"
17699   filter: "'NIC_Intel-XXV710' and
17700            '64B' and
17701            'BASE' and
17702            'NDRPDR' and
17703            '4T2C' and
17704            'IP4FWD'"
17705   parameters:
17706   - "throughput"
17707   - "parent"
17708   - "tags"
17709   traces:
17710     hoverinfo: "x+y"
17711     boxpoints: "outliers"
17712     whiskerwidth: 0
17713   layout:
17714     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17715     layout: "plot-throughput"
17716
17717 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17718 -
17719   type: "plot"
17720   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17721   algorithm: "plot_performance_box"
17722   output-file-type: ".html"
17723   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17724   data: "plot-dpdk-throughput-latency-2n-skx"
17725   filter: "'NIC_Intel-X710' and
17726            '64B' and
17727            'BASE' and
17728            'NDRPDR' and
17729            '2T1C' and
17730            'IP4FWD'"
17731   parameters:
17732   - "throughput"
17733   - "parent"
17734   - "tags"
17735   traces:
17736     hoverinfo: "x+y"
17737     boxpoints: "outliers"
17738     whiskerwidth: 0
17739   layout:
17740     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17741     layout: "plot-throughput"
17742
17743 -
17744   type: "plot"
17745   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17746   algorithm: "plot_performance_box"
17747   output-file-type: ".html"
17748   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17749   data: "plot-dpdk-throughput-latency-2n-skx"
17750   filter: "'NIC_Intel-X710' and
17751            '64B' and
17752            'BASE' and
17753            'NDRPDR' and
17754            '4T2C' and
17755            'IP4FWD'"
17756   parameters:
17757   - "throughput"
17758   - "parent"
17759   - "tags"
17760   traces:
17761     hoverinfo: "x+y"
17762     boxpoints: "outliers"
17763     whiskerwidth: 0
17764   layout:
17765     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17766     layout: "plot-throughput"
17767
17768 -
17769   type: "plot"
17770   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17771   algorithm: "plot_performance_box"
17772   output-file-type: ".html"
17773   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17774   data: "plot-dpdk-throughput-latency-2n-skx"
17775   filter: "'NIC_Intel-X710' and
17776            '64B' and
17777            'BASE' and
17778            'NDRPDR' and
17779            '2T1C' and
17780            'IP4FWD'"
17781   parameters:
17782   - "throughput"
17783   - "parent"
17784   - "tags"
17785   traces:
17786     hoverinfo: "x+y"
17787     boxpoints: "outliers"
17788     whiskerwidth: 0
17789   layout:
17790     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17791     layout: "plot-throughput"
17792
17793 -
17794   type: "plot"
17795   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17796   algorithm: "plot_performance_box"
17797   output-file-type: ".html"
17798   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17799   data: "plot-dpdk-throughput-latency-2n-skx"
17800   filter: "'NIC_Intel-X710' and
17801            '64B' and
17802            'BASE' and
17803            'NDRPDR' and
17804            '4T2C' and
17805            'IP4FWD'"
17806   parameters:
17807   - "throughput"
17808   - "parent"
17809   - "tags"
17810   traces:
17811     hoverinfo: "x+y"
17812     boxpoints: "outliers"
17813     whiskerwidth: 0
17814   layout:
17815     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17816     layout: "plot-throughput"
17817
17818 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17819 -
17820   type: "plot"
17821   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17822   algorithm: "plot_performance_box"
17823   output-file-type: ".html"
17824   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17825   data: "plot-dpdk-throughput-latency-2n-skx"
17826   filter: "'NIC_Intel-XXV710' and
17827            '64B' and
17828            'BASE' and
17829            'NDRPDR' and
17830            '2T1C' and
17831            'IP4FWD'"
17832   parameters:
17833   - "throughput"
17834   - "parent"
17835   - "tags"
17836   traces:
17837     hoverinfo: "x+y"
17838     boxpoints: "outliers"
17839     whiskerwidth: 0
17840   layout:
17841     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17842     layout: "plot-throughput"
17843
17844 -
17845   type: "plot"
17846   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17847   algorithm: "plot_performance_box"
17848   output-file-type: ".html"
17849   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17850   data: "plot-dpdk-throughput-latency-2n-skx"
17851   filter: "'NIC_Intel-XXV710' and
17852            '64B' and
17853            'BASE' and
17854            'NDRPDR' and
17855            '4T2C' and
17856            'IP4FWD'"
17857   parameters:
17858   - "throughput"
17859   - "parent"
17860   - "tags"
17861   traces:
17862     hoverinfo: "x+y"
17863     boxpoints: "outliers"
17864     whiskerwidth: 0
17865   layout:
17866     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17867     layout: "plot-throughput"
17868
17869 -
17870   type: "plot"
17871   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17872   algorithm: "plot_performance_box"
17873   output-file-type: ".html"
17874   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17875   data: "plot-dpdk-throughput-latency-2n-skx"
17876   filter: "'NIC_Intel-XXV710' and
17877            '64B' and
17878            'BASE' and
17879            'NDRPDR' and
17880            '2T1C' and
17881            'IP4FWD'"
17882   parameters:
17883   - "throughput"
17884   - "parent"
17885   - "tags"
17886   traces:
17887     hoverinfo: "x+y"
17888     boxpoints: "outliers"
17889     whiskerwidth: 0
17890   layout:
17891     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17892     layout: "plot-throughput"
17893
17894 -
17895   type: "plot"
17896   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17897   algorithm: "plot_performance_box"
17898   output-file-type: ".html"
17899   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17900   data: "plot-dpdk-throughput-latency-2n-skx"
17901   filter: "'NIC_Intel-XXV710' and
17902            '64B' and
17903            'BASE' and
17904            'NDRPDR' and
17905            '4T2C' and
17906            'IP4FWD'"
17907   parameters:
17908   - "throughput"
17909   - "parent"
17910   - "tags"
17911   traces:
17912     hoverinfo: "x+y"
17913     boxpoints: "outliers"
17914     whiskerwidth: 0
17915   layout:
17916     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17917     layout: "plot-throughput"
17918
17919 ################################################################################
17920
17921 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17922 -
17923   type: "plot"
17924   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17925   algorithm: "plot_performance_box"
17926   output-file-type: ".html"
17927   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17928   data: "plot-dpdk-throughput-latency-3n-hsw"
17929   filter: "'NIC_Intel-X520-DA2' and
17930            '64B' and
17931            'BASE' and
17932            'NDRPDR' and
17933            '1T1C' and
17934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17935   parameters:
17936   - "throughput"
17937   - "parent"
17938   - "tags"
17939   traces:
17940     hoverinfo: "x+y"
17941     boxpoints: "outliers"
17942     whiskerwidth: 0
17943   layout:
17944     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17945     layout: "plot-throughput"
17946
17947 -
17948   type: "plot"
17949   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17950   algorithm: "plot_performance_box"
17951   output-file-type: ".html"
17952   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17953   data: "plot-dpdk-throughput-latency-3n-hsw"
17954   filter: "'NIC_Intel-X520-DA2' and
17955            '64B' and
17956            'BASE' and
17957            'NDRPDR' and
17958            '2T2C' and
17959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17960   parameters:
17961   - "throughput"
17962   - "parent"
17963   - "tags"
17964   traces:
17965     hoverinfo: "x+y"
17966     boxpoints: "outliers"
17967     whiskerwidth: 0
17968   layout:
17969     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17970     layout: "plot-throughput"
17971
17972 -
17973   type: "plot"
17974   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17975   algorithm: "plot_performance_box"
17976   output-file-type: ".html"
17977   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17978   data: "plot-dpdk-throughput-latency-3n-hsw"
17979   filter: "'NIC_Intel-X520-DA2' and
17980            '64B' and
17981            'BASE' and
17982            'NDRPDR' and
17983            '1T1C' and
17984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17985   parameters:
17986   - "throughput"
17987   - "parent"
17988   - "tags"
17989   traces:
17990     hoverinfo: "x+y"
17991     boxpoints: "outliers"
17992     whiskerwidth: 0
17993   layout:
17994     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17995     layout: "plot-throughput"
17996
17997 -
17998   type: "plot"
17999   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18000   algorithm: "plot_performance_box"
18001   output-file-type: ".html"
18002   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18003   data: "plot-dpdk-throughput-latency-3n-hsw"
18004   filter: "'NIC_Intel-X520-DA2' and
18005            '64B' and
18006            'BASE' and
18007            'NDRPDR' and
18008            '2T2C' and
18009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18010   parameters:
18011   - "throughput"
18012   - "parent"
18013   - "tags"
18014   traces:
18015     hoverinfo: "x+y"
18016     boxpoints: "outliers"
18017     whiskerwidth: 0
18018   layout:
18019     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18020     layout: "plot-throughput"
18021
18022 # Packet Throughput - DPDK testpmd 3n-hsw-x710
18023 -
18024   type: "plot"
18025   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18026   algorithm: "plot_performance_box"
18027   output-file-type: ".html"
18028   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18029   data: "plot-dpdk-throughput-latency-3n-hsw"
18030   filter: "'NIC_Intel-X710' and
18031            '64B' and
18032            'BASE' and
18033            'NDRPDR' and
18034            '1T1C' and
18035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18036   parameters:
18037   - "throughput"
18038   - "parent"
18039   - "tags"
18040   traces:
18041     hoverinfo: "x+y"
18042     boxpoints: "outliers"
18043     whiskerwidth: 0
18044   layout:
18045     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18046     layout: "plot-throughput"
18047
18048 -
18049   type: "plot"
18050   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18051   algorithm: "plot_performance_box"
18052   output-file-type: ".html"
18053   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18054   data: "plot-dpdk-throughput-latency-3n-hsw"
18055   filter: "'NIC_Intel-X710' and
18056            '64B' and
18057            'BASE' and
18058            'NDRPDR' and
18059            '2T2C' and
18060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18061   parameters:
18062   - "throughput"
18063   - "parent"
18064   - "tags"
18065   traces:
18066     hoverinfo: "x+y"
18067     boxpoints: "outliers"
18068     whiskerwidth: 0
18069   layout:
18070     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18071     layout: "plot-throughput"
18072
18073 -
18074   type: "plot"
18075   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18076   algorithm: "plot_performance_box"
18077   output-file-type: ".html"
18078   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18079   data: "plot-dpdk-throughput-latency-3n-hsw"
18080   filter: "'NIC_Intel-X710' and
18081            '64B' and
18082            'BASE' and
18083            'NDRPDR' and
18084            '1T1C' and
18085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18086   parameters:
18087   - "throughput"
18088   - "parent"
18089   - "tags"
18090   traces:
18091     hoverinfo: "x+y"
18092     boxpoints: "outliers"
18093     whiskerwidth: 0
18094   layout:
18095     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18096     layout: "plot-throughput"
18097
18098 -
18099   type: "plot"
18100   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18101   algorithm: "plot_performance_box"
18102   output-file-type: ".html"
18103   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18104   data: "plot-dpdk-throughput-latency-3n-hsw"
18105   filter: "'NIC_Intel-X710' and
18106            '64B' and
18107            'BASE' and
18108            'NDRPDR' and
18109            '2T2C' and
18110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18111   parameters:
18112   - "throughput"
18113   - "parent"
18114   - "tags"
18115   traces:
18116     hoverinfo: "x+y"
18117     boxpoints: "outliers"
18118     whiskerwidth: 0
18119   layout:
18120     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18121     layout: "plot-throughput"
18122
18123 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18124 -
18125   type: "plot"
18126   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18127   algorithm: "plot_performance_box"
18128   output-file-type: ".html"
18129   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18130   data: "plot-dpdk-throughput-latency-3n-hsw"
18131   filter: "'NIC_Intel-XL710' and
18132            '64B' and
18133            'BASE' and
18134            'NDRPDR' and
18135            '1T1C' and
18136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18137   parameters:
18138   - "throughput"
18139   - "parent"
18140   - "tags"
18141   traces:
18142     hoverinfo: "x+y"
18143     boxpoints: "outliers"
18144     whiskerwidth: 0
18145   layout:
18146     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18147     layout: "plot-throughput"
18148
18149 -
18150   type: "plot"
18151   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18152   algorithm: "plot_performance_box"
18153   output-file-type: ".html"
18154   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18155   data: "plot-dpdk-throughput-latency-3n-hsw"
18156   filter: "'NIC_Intel-XL710' and
18157            '64B' and
18158            'BASE' and
18159            'NDRPDR' and
18160            '2T2C' and
18161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18162   parameters:
18163   - "throughput"
18164   - "parent"
18165   - "tags"
18166   traces:
18167     hoverinfo: "x+y"
18168     boxpoints: "outliers"
18169     whiskerwidth: 0
18170   layout:
18171     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18172     layout: "plot-throughput"
18173
18174 -
18175   type: "plot"
18176   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18177   algorithm: "plot_performance_box"
18178   output-file-type: ".html"
18179   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18180   data: "plot-dpdk-throughput-latency-3n-hsw"
18181   filter: "'NIC_Intel-XL710' and
18182            '64B' and
18183            'BASE' and
18184            'NDRPDR' and
18185            '1T1C' and
18186            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18187   parameters:
18188   - "throughput"
18189   - "parent"
18190   - "tags"
18191   traces:
18192     hoverinfo: "x+y"
18193     boxpoints: "outliers"
18194     whiskerwidth: 0
18195   layout:
18196     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18197     layout: "plot-throughput"
18198
18199 -
18200   type: "plot"
18201   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18202   algorithm: "plot_performance_box"
18203   output-file-type: ".html"
18204   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18205   data: "plot-dpdk-throughput-latency-3n-hsw"
18206   filter: "'NIC_Intel-XL710' and
18207            '64B' and
18208            'BASE' and
18209            'NDRPDR' and
18210            '2T2C' and
18211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18212   parameters:
18213   - "throughput"
18214   - "parent"
18215   - "tags"
18216   traces:
18217     hoverinfo: "x+y"
18218     boxpoints: "outliers"
18219     whiskerwidth: 0
18220   layout:
18221     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18222     layout: "plot-throughput"
18223
18224 # Packet Throughput - DPDK testpmd 3n-skx-x710
18225 -
18226   type: "plot"
18227   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18228   algorithm: "plot_performance_box"
18229   output-file-type: ".html"
18230   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18231   data: "plot-dpdk-throughput-latency-3n-skx"
18232   filter: "'NIC_Intel-X710' and
18233            '64B' and
18234            'BASE' and
18235            'NDRPDR' and
18236            '2T1C' and
18237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18238   parameters:
18239   - "throughput"
18240   - "parent"
18241   - "tags"
18242   traces:
18243     hoverinfo: "x+y"
18244     boxpoints: "outliers"
18245     whiskerwidth: 0
18246   layout:
18247     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18248     layout: "plot-throughput"
18249
18250 -
18251   type: "plot"
18252   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18253   algorithm: "plot_performance_box"
18254   output-file-type: ".html"
18255   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18256   data: "plot-dpdk-throughput-latency-3n-skx"
18257   filter: "'NIC_Intel-X710' and
18258            '64B' and
18259            'BASE' and
18260            'NDRPDR' and
18261            '4T2C' and
18262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18263   parameters:
18264   - "throughput"
18265   - "parent"
18266   - "tags"
18267   traces:
18268     hoverinfo: "x+y"
18269     boxpoints: "outliers"
18270     whiskerwidth: 0
18271   layout:
18272     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18273     layout: "plot-throughput"
18274
18275 -
18276   type: "plot"
18277   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18278   algorithm: "plot_performance_box"
18279   output-file-type: ".html"
18280   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18281   data: "plot-dpdk-throughput-latency-3n-skx"
18282   filter: "'NIC_Intel-X710' and
18283            '64B' and
18284            'BASE' and
18285            'NDRPDR' and
18286            '2T1C' and
18287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18288   parameters:
18289   - "throughput"
18290   - "parent"
18291   - "tags"
18292   traces:
18293     hoverinfo: "x+y"
18294     boxpoints: "outliers"
18295     whiskerwidth: 0
18296   layout:
18297     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18298     layout: "plot-throughput"
18299
18300 -
18301   type: "plot"
18302   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18303   algorithm: "plot_performance_box"
18304   output-file-type: ".html"
18305   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18306   data: "plot-dpdk-throughput-latency-3n-skx"
18307   filter: "'NIC_Intel-X710' and
18308            '64B' and
18309            'BASE' and
18310            'NDRPDR' and
18311            '4T2C' and
18312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18313   parameters:
18314   - "throughput"
18315   - "parent"
18316   - "tags"
18317   traces:
18318     hoverinfo: "x+y"
18319     boxpoints: "outliers"
18320     whiskerwidth: 0
18321   layout:
18322     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18323     layout: "plot-throughput"
18324
18325 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18326 -
18327   type: "plot"
18328   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18329   algorithm: "plot_performance_box"
18330   output-file-type: ".html"
18331   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18332   data: "plot-dpdk-throughput-latency-3n-skx"
18333   filter: "'NIC_Intel-XXV710' and
18334            '64B' and
18335            'BASE' and
18336            'NDRPDR' and
18337            '2T1C' and
18338            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18339   parameters:
18340   - "throughput"
18341   - "parent"
18342   - "tags"
18343   traces:
18344     hoverinfo: "x+y"
18345     boxpoints: "outliers"
18346     whiskerwidth: 0
18347   layout:
18348     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18349     layout: "plot-throughput"
18350
18351 -
18352   type: "plot"
18353   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18354   algorithm: "plot_performance_box"
18355   output-file-type: ".html"
18356   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18357   data: "plot-dpdk-throughput-latency-3n-skx"
18358   filter: "'NIC_Intel-XXV710' and
18359            '64B' and
18360            'BASE' and
18361            'NDRPDR' and
18362            '4T2C' and
18363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18364   parameters:
18365   - "throughput"
18366   - "parent"
18367   - "tags"
18368   traces:
18369     hoverinfo: "x+y"
18370     boxpoints: "outliers"
18371     whiskerwidth: 0
18372   layout:
18373     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18374     layout: "plot-throughput"
18375
18376 -
18377   type: "plot"
18378   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18379   algorithm: "plot_performance_box"
18380   output-file-type: ".html"
18381   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18382   data: "plot-dpdk-throughput-latency-3n-skx"
18383   filter: "'NIC_Intel-XXV710' and
18384            '64B' and
18385            'BASE' and
18386            'NDRPDR' and
18387            '2T1C' and
18388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18389   parameters:
18390   - "throughput"
18391   - "parent"
18392   - "tags"
18393   traces:
18394     hoverinfo: "x+y"
18395     boxpoints: "outliers"
18396     whiskerwidth: 0
18397   layout:
18398     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18399     layout: "plot-throughput"
18400
18401 -
18402   type: "plot"
18403   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18404   algorithm: "plot_performance_box"
18405   output-file-type: ".html"
18406   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18407   data: "plot-dpdk-throughput-latency-3n-skx"
18408   filter: "'NIC_Intel-XXV710' and
18409            '64B' and
18410            'BASE' and
18411            'NDRPDR' and
18412            '4T2C' and
18413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18414   parameters:
18415   - "throughput"
18416   - "parent"
18417   - "tags"
18418   traces:
18419     hoverinfo: "x+y"
18420     boxpoints: "outliers"
18421     whiskerwidth: 0
18422   layout:
18423     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18424     layout: "plot-throughput"
18425
18426 # Packet Throughput - DPDK testpmd 2n-skx-x710
18427 -
18428   type: "plot"
18429   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18430   algorithm: "plot_performance_box"
18431   output-file-type: ".html"
18432   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18433   data: "plot-dpdk-throughput-latency-2n-skx"
18434   filter: "'NIC_Intel-X710' and
18435            '64B' and
18436            'BASE' and
18437            'NDRPDR' and
18438            '2T1C' and
18439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18440   parameters:
18441   - "throughput"
18442   - "parent"
18443   - "tags"
18444   traces:
18445     hoverinfo: "x+y"
18446     boxpoints: "outliers"
18447     whiskerwidth: 0
18448   layout:
18449     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18450     layout: "plot-throughput"
18451
18452 -
18453   type: "plot"
18454   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18455   algorithm: "plot_performance_box"
18456   output-file-type: ".html"
18457   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18458   data: "plot-dpdk-throughput-latency-2n-skx"
18459   filter: "'NIC_Intel-X710' and
18460            '64B' and
18461            'BASE' and
18462            'NDRPDR' and
18463            '4T2C' and
18464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18465   parameters:
18466   - "throughput"
18467   - "parent"
18468   - "tags"
18469   traces:
18470     hoverinfo: "x+y"
18471     boxpoints: "outliers"
18472     whiskerwidth: 0
18473   layout:
18474     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18475     layout: "plot-throughput"
18476
18477 -
18478   type: "plot"
18479   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18480   algorithm: "plot_performance_box"
18481   output-file-type: ".html"
18482   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18483   data: "plot-dpdk-throughput-latency-2n-skx"
18484   filter: "'NIC_Intel-X710' and
18485            '64B' and
18486            'BASE' and
18487            'NDRPDR' and
18488            '2T1C' and
18489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18490   parameters:
18491   - "throughput"
18492   - "parent"
18493   - "tags"
18494   traces:
18495     hoverinfo: "x+y"
18496     boxpoints: "outliers"
18497     whiskerwidth: 0
18498   layout:
18499     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18500     layout: "plot-throughput"
18501
18502 -
18503   type: "plot"
18504   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18505   algorithm: "plot_performance_box"
18506   output-file-type: ".html"
18507   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18508   data: "plot-dpdk-throughput-latency-2n-skx"
18509   filter: "'NIC_Intel-X710' and
18510            '64B' and
18511            'BASE' and
18512            'NDRPDR' and
18513            '4T2C' and
18514            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18515   parameters:
18516   - "throughput"
18517   - "parent"
18518   - "tags"
18519   traces:
18520     hoverinfo: "x+y"
18521     boxpoints: "outliers"
18522     whiskerwidth: 0
18523   layout:
18524     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18525     layout: "plot-throughput"
18526
18527 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18528 -
18529   type: "plot"
18530   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18531   algorithm: "plot_performance_box"
18532   output-file-type: ".html"
18533   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18534   data: "plot-dpdk-throughput-latency-2n-skx"
18535   filter: "'NIC_Intel-XXV710' and
18536            '64B' and
18537            'BASE' and
18538            'NDRPDR' and
18539            '2T1C' and
18540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18541   parameters:
18542   - "throughput"
18543   - "parent"
18544   - "tags"
18545   traces:
18546     hoverinfo: "x+y"
18547     boxpoints: "outliers"
18548     whiskerwidth: 0
18549   layout:
18550     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18551     layout: "plot-throughput"
18552
18553 -
18554   type: "plot"
18555   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18556   algorithm: "plot_performance_box"
18557   output-file-type: ".html"
18558   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18559   data: "plot-dpdk-throughput-latency-2n-skx"
18560   filter: "'NIC_Intel-XXV710' and
18561            '64B' and
18562            'BASE' and
18563            'NDRPDR' and
18564            '4T2C' and
18565            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18566   parameters:
18567   - "throughput"
18568   - "parent"
18569   - "tags"
18570   traces:
18571     hoverinfo: "x+y"
18572     boxpoints: "outliers"
18573     whiskerwidth: 0
18574   layout:
18575     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18576     layout: "plot-throughput"
18577
18578 -
18579   type: "plot"
18580   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18581   algorithm: "plot_performance_box"
18582   output-file-type: ".html"
18583   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18584   data: "plot-dpdk-throughput-latency-2n-skx"
18585   filter: "'NIC_Intel-XXV710' and
18586            '64B' and
18587            'BASE' and
18588            'NDRPDR' and
18589            '2T1C' and
18590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18591   parameters:
18592   - "throughput"
18593   - "parent"
18594   - "tags"
18595   traces:
18596     hoverinfo: "x+y"
18597     boxpoints: "outliers"
18598     whiskerwidth: 0
18599   layout:
18600     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18601     layout: "plot-throughput"
18602
18603 -
18604   type: "plot"
18605   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18606   algorithm: "plot_performance_box"
18607   output-file-type: ".html"
18608   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18609   data: "plot-dpdk-throughput-latency-2n-skx"
18610   filter: "'NIC_Intel-XXV710' and
18611            '64B' and
18612            'BASE' and
18613            'NDRPDR' and
18614            '4T2C' and
18615            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18616   parameters:
18617   - "throughput"
18618   - "parent"
18619   - "tags"
18620   traces:
18621     hoverinfo: "x+y"
18622     boxpoints: "outliers"
18623     whiskerwidth: 0
18624   layout:
18625     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18626     layout: "plot-throughput"
18627
18628 ################################################################################
18629
18630 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18631 -
18632   type: "plot"
18633   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18634   algorithm: "plot_latency_error_bars"
18635   output-file-type: ".html"
18636   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18637   data: "plot-vpp-throughput-latency-3n-hsw"
18638   filter: "'NIC_Intel-X520-DA2' and
18639            '64B' and
18640            ('BASE' or 'SCALE') and
18641            'NDRPDR' and
18642            'ETH' and
18643            '1T1C' and
18644            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18645            not 'VHOST' and
18646            not 'MEMIF'"
18647   parameters:
18648   - "latency"
18649   - "parent"
18650   - "tags"
18651   sort:
18652   - "L2XCFWD"
18653   - "L2PATCH"
18654   - "L2BDMACLRN"
18655   - "FIB_10K"
18656   - "FIB_100K"
18657   - "FIB_1M"
18658   layout:
18659     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18660     layout: "plot-latency"
18661
18662 -
18663   type: "plot"
18664   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18665   algorithm: "plot_latency_error_bars"
18666   output-file-type: ".html"
18667   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18668   data: "plot-vpp-throughput-latency-3n-hsw"
18669   filter: "'NIC_Intel-X520-DA2' and
18670            '64B' and
18671            ('BASE' or 'SCALE') and
18672            'NDRPDR' and
18673            'ETH' and
18674            '2T2C' and
18675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18676            not 'VHOST' and
18677            not 'MEMIF'"
18678   parameters:
18679   - "latency"
18680   - "parent"
18681   - "tags"
18682   sort:
18683   - "L2XCFWD"
18684   - "L2PATCH"
18685   - "L2BDMACLRN"
18686   - "FIB_10K"
18687   - "FIB_100K"
18688   - "FIB_1M"
18689   layout:
18690     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18691     layout: "plot-latency"
18692
18693 # Packet Latency - VPP L2 3n-hsw-x520 features
18694 -
18695   type: "plot"
18696   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18697   algorithm: "plot_latency_error_bars"
18698   output-file-type: ".html"
18699   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18700   data: "plot-vpp-throughput-latency-3n-hsw"
18701   filter: "'NIC_Intel-X520-DA2' and
18702            '64B' and
18703            'NDRPDR' and
18704            '1T1C' and
18705            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18706            not 'ACL' and
18707            not 'VHOST' and
18708            not 'MEMIF'"
18709   parameters:
18710   - "latency"
18711   - "parent"
18712   - "tags"
18713   sort:
18714   - "L2XCBASE"    # l2xcbase
18715   - "L2BDBASE"    # l2bdbase
18716   - "L2XCFWD"     # dot1q-l2xcbase
18717   - "L2BDMACLRN"  # dot1q-l2bdbase
18718   layout:
18719     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18720     layout: "plot-latency"
18721
18722 -
18723   type: "plot"
18724   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18725   algorithm: "plot_latency_error_bars"
18726   output-file-type: ".html"
18727   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18728   data: "plot-vpp-throughput-latency-3n-hsw"
18729   filter: "'NIC_Intel-X520-DA2' and
18730            '64B' and
18731            'NDRPDR' and
18732            '2T2C' and
18733            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18734            not 'ACL' and
18735            not 'VHOST' and
18736            not 'MEMIF'"
18737   parameters:
18738   - "latency"
18739   - "parent"
18740   - "tags"
18741   sort:
18742   - "L2XCBASE"    # l2xcbase
18743   - "L2BDBASE"    # l2bdbase
18744   - "L2XCFWD"     # dot1q-l2xcbase
18745   - "L2BDMACLRN"  # dot1q-l2bdbase
18746   layout:
18747     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18748     layout: "plot-latency"
18749
18750 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18751 -
18752   type: "plot"
18753   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18754   algorithm: "plot_latency_error_bars"
18755   output-file-type: ".html"
18756   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18757   data: "plot-vpp-throughput-latency-3n-hsw"
18758   filter: "'NIC_Intel-X710' and
18759            '64B' and
18760            ('BASE' or 'SCALE') and
18761            'NDRPDR' and
18762            'ETH' and
18763            '1T1C' and
18764            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18765            not 'VHOST' and
18766            not 'MEMIF'"
18767   parameters:
18768   - "latency"
18769   - "parent"
18770   - "tags"
18771   sort:
18772   - "L2PATCH"
18773   - "L2XCBASE"
18774   - "BASE"
18775   - "FIB_10K"
18776   - "FIB_100K"
18777   - "FIB_1M"
18778   layout:
18779     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18780     layout: "plot-latency"
18781
18782 -
18783   type: "plot"
18784   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18785   algorithm: "plot_latency_error_bars"
18786   output-file-type: ".html"
18787   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18788   data: "plot-vpp-throughput-latency-3n-hsw"
18789   filter: "'NIC_Intel-X710' and
18790            '64B' and
18791            ('BASE' or 'SCALE') and
18792            'NDRPDR' and
18793            'ETH' and
18794            '2T2C' and
18795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18796            not 'VHOST' and
18797            not 'MEMIF'"
18798   parameters:
18799   - "latency"
18800   - "parent"
18801   - "tags"
18802   sort:
18803   - "L2PATCH"
18804   - "L2XCBASE"
18805   - "BASE"
18806   - "FIB_10K"
18807   - "FIB_100K"
18808   - "FIB_1M"
18809   layout:
18810     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18811     layout: "plot-latency"
18812
18813 # Packet Latency - VPP L2 3n-hsw-x710 features
18814 -
18815   type: "plot"
18816   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18817   algorithm: "plot_latency_error_bars"
18818   output-file-type: ".html"
18819   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18820   data: "plot-vpp-throughput-latency-3n-hsw"
18821   filter: "'NIC_Intel-X710' and
18822            '64B' and
18823            'NDRPDR' and
18824            '1T1C' and
18825            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18826            not 'ACL' and
18827            not 'VHOST' and
18828            not 'MEMIF'"
18829   parameters:
18830   - "latency"
18831   - "parent"
18832   - "tags"
18833   sort:
18834   - "L2XCBASE"    # l2xcbase
18835   - "L2BDBASE"    # l2bdbase
18836   - "L2XCFWD"     # dot1q-l2xcbase
18837   - "L2BDMACLRN"  # dot1q-l2bdbase
18838   layout:
18839     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18840     layout: "plot-latency"
18841
18842 -
18843   type: "plot"
18844   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18845   algorithm: "plot_latency_error_bars"
18846   output-file-type: ".html"
18847   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18848   data: "plot-vpp-throughput-latency-3n-hsw"
18849   filter: "'NIC_Intel-X710' and
18850            '64B' and
18851            'NDRPDR' and
18852            '2T2C' and
18853            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18854            not 'ACL' and
18855            not 'VHOST' and
18856            not 'MEMIF'"
18857   parameters:
18858   - "latency"
18859   - "parent"
18860   - "tags"
18861   sort:
18862   - "L2XCBASE"    # l2xcbase
18863   - "L2BDBASE"    # l2bdbase
18864   - "L2XCFWD"     # dot1q-l2xcbase
18865   - "L2BDMACLRN"  # dot1q-l2bdbase
18866   layout:
18867     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18868     layout: "plot-latency"
18869
18870 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18871 -
18872   type: "plot"
18873   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18874   algorithm: "plot_latency_error_bars"
18875   output-file-type: ".html"
18876   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18877   data: "plot-vpp-throughput-latency-3n-hsw"
18878   filter: "'NIC_Intel-XL710' and
18879            '64B' and
18880            ('BASE' or 'SCALE') and
18881            'NDRPDR' and
18882            'ETH' and
18883            '1T1C' and
18884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18885            not 'VHOST' and
18886            not 'MEMIF'"
18887   parameters:
18888   - "latency"
18889   - "parent"
18890   - "tags"
18891   sort:
18892   - "L2PATCH"
18893   - "L2XCBASE"
18894   - "BASE"
18895   - "FIB_10K"
18896   - "FIB_100K"
18897   - "FIB_1M"
18898   layout:
18899     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18900     layout: "plot-latency"
18901
18902 -
18903   type: "plot"
18904   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18905   algorithm: "plot_latency_error_bars"
18906   output-file-type: ".html"
18907   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18908   data: "plot-vpp-throughput-latency-3n-hsw"
18909   filter: "'NIC_Intel-XL710' and
18910            '64B' and
18911            ('BASE' or 'SCALE') and
18912            'NDRPDR' and
18913            'ETH' and
18914            '2T2C' and
18915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18916            not 'VHOST' and
18917            not 'MEMIF'"
18918   parameters:
18919   - "latency"
18920   - "parent"
18921   - "tags"
18922   sort:
18923   - "L2PATCH"
18924   - "L2XCBASE"
18925   - "BASE"
18926   - "FIB_10K"
18927   - "FIB_100K"
18928   - "FIB_1M"
18929   layout:
18930     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18931     layout: "plot-latency"
18932
18933 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18934 -
18935   type: "plot"
18936   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18937   algorithm: "plot_latency_error_bars"
18938   output-file-type: ".html"
18939   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18940   data: "plot-vpp-throughput-latency-3n-skx"
18941   filter: "'NIC_Intel-X710' and
18942            '64B' and
18943            ('BASE' or 'SCALE') and
18944            'NDRPDR' and
18945            'ETH' and
18946            '2T1C' and
18947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18948            not 'VHOST' and
18949            not 'MEMIF' and
18950            not 'DRV_AVF'"
18951   parameters:
18952   - "latency"
18953   - "parent"
18954   - "tags"
18955   sort:
18956   - "L2PATCH"
18957   - "L2XCBASE"
18958   - "BASE"
18959   - "FIB_10K"
18960   - "FIB_100K"
18961   - "FIB_1M"
18962   layout:
18963     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18964     layout: "plot-latency"
18965
18966 -
18967   type: "plot"
18968   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18969   algorithm: "plot_latency_error_bars"
18970   output-file-type: ".html"
18971   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18972   data: "plot-vpp-throughput-latency-3n-skx"
18973   filter: "'NIC_Intel-X710' and
18974            '64B' and
18975            ('BASE' or 'SCALE') and
18976            'NDRPDR' and
18977            'ETH' and
18978            '4T2C' and
18979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18980            not 'VHOST' and
18981            not 'MEMIF' and
18982            not 'DRV_AVF'"
18983   parameters:
18984   - "latency"
18985   - "parent"
18986   - "tags"
18987   sort:
18988   - "L2PATCH"
18989   - "L2XCBASE"
18990   - "BASE"
18991   - "FIB_10K"
18992   - "FIB_100K"
18993   - "FIB_1M"
18994   layout:
18995     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18996     layout: "plot-latency"
18997
18998 # Packet Latency - VPP L2 3n-skx-x710 features
18999 -
19000   type: "plot"
19001   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19002   algorithm: "plot_latency_error_bars"
19003   output-file-type: ".html"
19004   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19005   data: "plot-vpp-throughput-latency-3n-skx"
19006   filter: "'NIC_Intel-X710' and
19007            '64B' and
19008            'NDRPDR' and
19009            '2T1C' and
19010            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19011            not 'ACL' and
19012            not 'VHOST' and
19013            not 'MEMIF'"
19014   parameters:
19015   - "latency"
19016   - "parent"
19017   - "tags"
19018   sort:
19019   - "L2XCBASE"    # l2xcbase
19020   - "L2BDBASE"    # l2bdbase
19021   - "L2XCFWD"     # dot1q-l2xcbase
19022   - "L2BDMACLRN"  # dot1q-l2bdbase
19023   layout:
19024     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
19025     layout: "plot-latency"
19026
19027 -
19028   type: "plot"
19029   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19030   algorithm: "plot_latency_error_bars"
19031   output-file-type: ".html"
19032   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19033   data: "plot-vpp-throughput-latency-3n-skx"
19034   filter: "'NIC_Intel-X710' and
19035            '64B' and
19036            'NDRPDR' and
19037            '4T2C' and
19038            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19039            not 'ACL' and
19040            not 'VHOST' and
19041            not 'MEMIF'"
19042   parameters:
19043   - "latency"
19044   - "parent"
19045   - "tags"
19046   sort:
19047   - "L2XCBASE"    # l2xcbase
19048   - "L2BDBASE"    # l2bdbase
19049   - "L2XCFWD"     # dot1q-l2xcbase
19050   - "L2BDMACLRN"  # dot1q-l2bdbase
19051   layout:
19052     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
19053     layout: "plot-latency"
19054
19055 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
19056 -
19057   type: "plot"
19058   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19059   algorithm: "plot_latency_error_bars"
19060   output-file-type: ".html"
19061   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19062   data: "plot-vpp-throughput-latency-3n-skx"
19063   filter: "'NIC_Intel-XXV710' and
19064            '64B' and
19065            ('BASE' or 'SCALE') and
19066            'NDRPDR' and
19067            'ETH' and
19068            '2T1C' and
19069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19070            not 'VHOST' and
19071            not 'MEMIF' and
19072            not 'DRV_AVF'"
19073   parameters:
19074   - "latency"
19075   - "parent"
19076   - "tags"
19077   sort:
19078   - "L2PATCH"
19079   - "L2XCBASE"
19080   - "BASE"
19081   - "FIB_10K"
19082   - "FIB_100K"
19083   - "FIB_1M"
19084   layout:
19085     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19086     layout: "plot-latency"
19087
19088 -
19089   type: "plot"
19090   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19091   algorithm: "plot_latency_error_bars"
19092   output-file-type: ".html"
19093   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19094   data: "plot-vpp-throughput-latency-3n-skx"
19095   filter: "'NIC_Intel-XXV710' and
19096            '64B' and
19097            ('BASE' or 'SCALE') and
19098            'NDRPDR' and
19099            'ETH' and
19100            '4T2C' and
19101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19102            not 'VHOST' and
19103            not 'MEMIF' and
19104            not 'DRV_AVF'"
19105   parameters:
19106   - "latency"
19107   - "parent"
19108   - "tags"
19109   sort:
19110   - "L2PATCH"
19111   - "L2XCBASE"
19112   - "BASE"
19113   - "FIB_10K"
19114   - "FIB_100K"
19115   - "FIB_1M"
19116   layout:
19117     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19118     layout: "plot-latency"
19119
19120 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19121 -
19122   type: "plot"
19123   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19124   algorithm: "plot_latency_error_bars"
19125   output-file-type: ".html"
19126   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19127   data: "plot-vpp-throughput-latency-2n-skx"
19128   filter: "'NIC_Intel-X710' and
19129            '64B' and
19130            'ETH' and
19131            ('BASE' or 'SCALE') and
19132            'NDRPDR' and
19133            '2T1C' and
19134            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19135            not 'VHOST' and
19136            not 'MEMIF'"
19137   parameters:
19138   - "latency"
19139   - "parent"
19140   - "tags"
19141   sort:
19142   - "L2PATCH"
19143   - "L2XCBASE"
19144   - "BASE"
19145   - "FIB_10K"
19146   - "FIB_100K"
19147   - "FIB_1M"
19148   layout:
19149     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19150     layout: "plot-latency"
19151
19152 -
19153   type: "plot"
19154   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19155   algorithm: "plot_latency_error_bars"
19156   output-file-type: ".html"
19157   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19158   data: "plot-vpp-throughput-latency-2n-skx"
19159   filter: "'NIC_Intel-X710' and
19160            '64B' and
19161            ('BASE' or 'SCALE') and
19162            'NDRPDR' and
19163            'ETH' and
19164            '4T2C' and
19165            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19166            not 'VHOST' and
19167            not 'MEMIF'"
19168   parameters:
19169   - "latency"
19170   - "parent"
19171   - "tags"
19172   sort:
19173   - "L2PATCH"
19174   - "L2XCBASE"
19175   - "BASE"
19176   - "FIB_10K"
19177   - "FIB_100K"
19178   - "FIB_1M"
19179   layout:
19180     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19181     layout: "plot-latency"
19182
19183 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19184 -
19185   type: "plot"
19186   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19187   algorithm: "plot_latency_error_bars"
19188   output-file-type: ".html"
19189   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19190   data: "plot-vpp-throughput-latency-2n-skx"
19191   filter: "'NIC_Intel-XXV710' and
19192            '64B' and
19193            ('BASE' or 'SCALE') and
19194            'NDRPDR' and
19195            'ETH' and
19196            '2T1C' and
19197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19198            not 'VHOST' and
19199            not 'MEMIF'"
19200   parameters:
19201   - "latency"
19202   - "parent"
19203   - "tags"
19204   sort:
19205   - "L2PATCH"
19206   - "L2XCBASE"
19207   - "BASE"
19208   - "FIB_10K"
19209   - "FIB_100K"
19210   - "FIB_1M"
19211   layout:
19212     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19213     layout: "plot-latency"
19214
19215 -
19216   type: "plot"
19217   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19218   algorithm: "plot_latency_error_bars"
19219   output-file-type: ".html"
19220   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19221   data: "plot-vpp-throughput-latency-2n-skx"
19222   filter: "'NIC_Intel-XXV710' and
19223            '64B' and
19224            ('BASE' or 'SCALE') and
19225            'NDRPDR' and
19226            'ETH' and
19227            '4T2C' and
19228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19229            not 'VHOST' and
19230            not 'MEMIF'"
19231   parameters:
19232   - "latency"
19233   - "parent"
19234   - "tags"
19235   sort:
19236   - "L2PATCH"
19237   - "L2XCBASE"
19238   - "BASE"
19239   - "FIB_10K"
19240   - "FIB_100K"
19241   - "FIB_1M"
19242   layout:
19243     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19244     layout: "plot-latency"
19245
19246 ################################################################################
19247
19248 # Packet Latency - VPP Container Memif 3n-hsw-x520
19249 -
19250   type: "plot"
19251   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19252   algorithm: "plot_latency_error_bars"
19253   output-file-type: ".html"
19254   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19255   data: "plot-vpp-throughput-latency-3n-hsw"
19256   filter: "'NIC_Intel-X520-DA2' and
19257            '64B' and
19258            ('BASE' or 'SCALE') and
19259            'NDRPDR' and
19260            '1T1C' and
19261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19262            not 'VHOST' and
19263            'MEMIF'"
19264   parameters:
19265   - "latency"
19266   - "parent"
19267   - "tags"
19268   sort:
19269   - "L2XCFWD"
19270   - "L2XCFWD"
19271   - "L2XCFWD"
19272   - "L2BDMACLRN"
19273   - "L2BDMACLRN"
19274   - "L2BDMACLRN"
19275   layout:
19276     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19277     layout: "plot-latency"
19278
19279 -
19280   type: "plot"
19281   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19282   algorithm: "plot_latency_error_bars"
19283   output-file-type: ".html"
19284   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19285   data: "plot-vpp-throughput-latency-3n-hsw"
19286   filter: "'NIC_Intel-X520-DA2' and
19287            '64B' and
19288            ('BASE' or 'SCALE') and
19289            'NDRPDR' and
19290            '2T2C' and
19291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19292            not 'VHOST' and
19293            'MEMIF'"
19294   parameters:
19295   - "latency"
19296   - "parent"
19297   - "tags"
19298   sort:
19299   - "L2XCFWD"
19300   - "L2XCFWD"
19301   - "L2XCFWD"
19302   - "L2BDMACLRN"
19303   - "L2BDMACLRN"
19304   - "L2BDMACLRN"
19305   layout:
19306     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19307     layout: "plot-latency"
19308
19309 # Packet Latency - VPP Container Memif 3n-hsw-x710
19310 -
19311   type: "plot"
19312   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19313   algorithm: "plot_latency_error_bars"
19314   output-file-type: ".html"
19315   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19316   data: "plot-vpp-throughput-latency-3n-hsw"
19317   filter: "'NIC_Intel-X710' and
19318            '64B' and
19319            ('BASE' or 'SCALE') and
19320            'NDRPDR' and
19321            '1T1C' and
19322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19323            not 'VHOST' and
19324            'MEMIF'"
19325   parameters:
19326   - "latency"
19327   - "parent"
19328   - "tags"
19329   sort:
19330   - "L2XCFWD"
19331   - "L2XCFWD"
19332   - "L2XCFWD"
19333   - "L2BDMACLRN"
19334   - "L2BDMACLRN"
19335   - "L2BDMACLRN"
19336   layout:
19337     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19338     layout: "plot-latency"
19339
19340 -
19341   type: "plot"
19342   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19343   algorithm: "plot_latency_error_bars"
19344   output-file-type: ".html"
19345   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19346   data: "plot-vpp-throughput-latency-3n-hsw"
19347   filter: "'NIC_Intel-X710' and
19348            '64B' and
19349            ('BASE' or 'SCALE') and
19350            'NDRPDR' and
19351            '2T2C' and
19352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19353            not 'VHOST' and
19354            'MEMIF'"
19355   parameters:
19356   - "latency"
19357   - "parent"
19358   - "tags"
19359   sort:
19360   - "L2XCFWD"
19361   - "L2XCFWD"
19362   - "L2XCFWD"
19363   - "L2BDMACLRN"
19364   - "L2BDMACLRN"
19365   - "L2BDMACLRN"
19366   layout:
19367     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19368     layout: "plot-latency"
19369
19370 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19371 -
19372   type: "plot"
19373   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19374   algorithm: "plot_latency_error_bars"
19375   output-file-type: ".html"
19376   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19377   data: "plot-vpp-throughput-latency-3n-hsw"
19378   filter: "'NIC_Intel-XL710' and
19379            '64B' and
19380            ('BASE' or 'SCALE') and
19381            'NDRPDR' and
19382            '1T1C' and
19383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19384            not 'VHOST' and
19385            'MEMIF'"
19386   parameters:
19387   - "latency"
19388   - "parent"
19389   - "tags"
19390   sort:
19391   - "L2XCFWD"
19392   - "L2XCFWD"
19393   - "L2XCFWD"
19394   - "L2BDMACLRN"
19395   - "L2BDMACLRN"
19396   - "L2BDMACLRN"
19397   layout:
19398     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19399     layout: "plot-latency"
19400
19401 -
19402   type: "plot"
19403   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19404   algorithm: "plot_latency_error_bars"
19405   output-file-type: ".html"
19406   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19407   data: "plot-vpp-throughput-latency-3n-hsw"
19408   filter: "'NIC_Intel-XL710' and
19409            '64B' and
19410            ('BASE' or 'SCALE') and
19411            'NDRPDR' and
19412            '2T2C' and
19413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19414            not 'VHOST' and
19415            'MEMIF'"
19416   parameters:
19417   - "latency"
19418   - "parent"
19419   - "tags"
19420   sort:
19421   - "L2XCFWD"
19422   - "L2XCFWD"
19423   - "L2XCFWD"
19424   - "L2BDMACLRN"
19425   - "L2BDMACLRN"
19426   - "L2BDMACLRN"
19427   layout:
19428     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19429     layout: "plot-latency"
19430
19431 # Packet Latency - VPP Container Memif 3n-skx-x710
19432 -
19433   type: "plot"
19434   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19435   algorithm: "plot_latency_error_bars"
19436   output-file-type: ".html"
19437   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19438   data: "plot-vpp-throughput-latency-3n-skx"
19439   filter: "'NIC_Intel-X710' and
19440            '64B' and
19441            ('BASE' or 'SCALE') and
19442            'NDRPDR' and
19443            '2T1C' and
19444            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19445            not 'VHOST' and
19446            'MEMIF'"
19447   parameters:
19448   - "latency"
19449   - "parent"
19450   - "tags"
19451   sort:
19452   - "L2XCFWD"
19453   - "L2XCFWD"
19454   - "L2XCFWD"
19455   - "L2BDMACLRN"
19456   - "L2BDMACLRN"
19457   - "L2BDMACLRN"
19458   layout:
19459     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19460     layout: "plot-latency"
19461
19462 -
19463   type: "plot"
19464   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19465   algorithm: "plot_latency_error_bars"
19466   output-file-type: ".html"
19467   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19468   data: "plot-vpp-throughput-latency-3n-skx"
19469   filter: "'NIC_Intel-X710' and
19470            '64B' and
19471            ('BASE' or 'SCALE') and
19472            'NDRPDR' and
19473            '4T2C' and
19474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19475            not 'VHOST' and
19476            'MEMIF'"
19477   parameters:
19478   - "latency"
19479   - "parent"
19480   - "tags"
19481   sort:
19482   - "L2XCFWD"
19483   - "L2XCFWD"
19484   - "L2XCFWD"
19485   - "L2BDMACLRN"
19486   - "L2BDMACLRN"
19487   - "L2BDMACLRN"
19488   layout:
19489     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19490     layout: "plot-latency"
19491
19492 # Packet Latency - VPP Container Memif 2n-skx-x710
19493 -
19494   type: "plot"
19495   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19496   algorithm: "plot_latency_error_bars"
19497   output-file-type: ".html"
19498   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19499   data: "plot-vpp-throughput-latency-2n-skx"
19500   filter: "'NIC_Intel-X710' and
19501            '64B' and
19502            ('BASE' or 'SCALE') and
19503            'NDRPDR' and
19504            '2T1C' and
19505            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19506            not 'VHOST' and
19507            'MEMIF'"
19508   parameters:
19509   - "latency"
19510   - "parent"
19511   - "tags"
19512   sort:
19513   - "L2XCFWD"
19514   - "L2XCFWD"
19515   - "L2XCFWD"
19516   - "L2BDMACLRN"
19517   - "L2BDMACLRN"
19518   - "L2BDMACLRN"
19519   layout:
19520     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19521     layout: "plot-latency"
19522
19523 -
19524   type: "plot"
19525   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19526   algorithm: "plot_latency_error_bars"
19527   output-file-type: ".html"
19528   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19529   data: "plot-vpp-throughput-latency-2n-skx"
19530   filter: "'NIC_Intel-X710' and
19531            '64B' and
19532            ('BASE' or 'SCALE') and
19533            'NDRPDR' and
19534            '4T2C' and
19535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19536            not 'VHOST' and
19537            'MEMIF'"
19538   parameters:
19539   - "latency"
19540   - "parent"
19541   - "tags"
19542   sort:
19543   - "L2XCFWD"
19544   - "L2XCFWD"
19545   - "L2XCFWD"
19546   - "L2BDMACLRN"
19547   - "L2BDMACLRN"
19548   - "L2BDMACLRN"
19549   layout:
19550     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19551     layout: "plot-latency"
19552
19553 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19554 -
19555   type: "plot"
19556   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19557   algorithm: "plot_latency_error_bars"
19558   output-file-type: ".html"
19559   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19560   data: "plot-vpp-throughput-latency-2n-skx"
19561   filter: "'NIC_Intel-XXV710' and
19562            '64B' and
19563            ('BASE' or 'SCALE') and
19564            'NDRPDR' and
19565            '2T1C' and
19566            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19567            not 'VHOST' and
19568            'MEMIF'"
19569   parameters:
19570   - "latency"
19571   - "parent"
19572   - "tags"
19573   sort:
19574   - "L2XCFWD"
19575   - "L2XCFWD"
19576   - "L2XCFWD"
19577   - "L2BDMACLRN"
19578   - "L2BDMACLRN"
19579   - "L2BDMACLRN"
19580   layout:
19581     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19582     layout: "plot-latency"
19583
19584 -
19585   type: "plot"
19586   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19587   algorithm: "plot_latency_error_bars"
19588   output-file-type: ".html"
19589   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19590   data: "plot-vpp-throughput-latency-2n-skx"
19591   filter: "'NIC_Intel-XXV710' and
19592            '64B' and
19593            ('BASE' or 'SCALE') and
19594            'NDRPDR' and
19595            '4T2C' and
19596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19597            not 'VHOST' and
19598            'MEMIF'"
19599   parameters:
19600   - "latency"
19601   - "parent"
19602   - "tags"
19603   sort:
19604   - "L2XCFWD"
19605   - "L2XCFWD"
19606   - "L2XCFWD"
19607   - "L2BDMACLRN"
19608   - "L2BDMACLRN"
19609   - "L2BDMACLRN"
19610   layout:
19611     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19612     layout: "plot-latency"
19613
19614 ################################################################################
19615
19616 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19617 -
19618   type: "plot"
19619   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19620   algorithm: "plot_latency_error_bars"
19621   output-file-type: ".html"
19622   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19623   data: "plot-ligato-throughput-latency-3n-hsw"
19624   filter: "'NIC_Intel-X520-DA2' and
19625            '64B' and
19626            ('BASE' or 'SCALE') and
19627            'NDRPDR' and
19628            '1T1C' and
19629            'L2XCFWD' and
19630            not 'VHOST' and
19631            'MEMIF'"
19632   parameters:
19633   - "latency"
19634   - "parent"
19635   - "tags"
19636   sort:
19637   - "1VNF"
19638   - "2VNF"
19639   - "4VNF"
19640   - "2VNF"
19641   - "4VNF"
19642   layout:
19643     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19644     layout: "plot-latency"
19645
19646 -
19647   type: "plot"
19648   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19649   algorithm: "plot_latency_error_bars"
19650   output-file-type: ".html"
19651   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19652   data: "plot-ligato-throughput-latency-3n-hsw"
19653   filter: "'NIC_Intel-X520-DA2' and
19654            '64B' and
19655            ('BASE' or 'SCALE') and
19656            'NDRPDR' and
19657            '2T2C' and
19658            'L2XCFWD' and
19659            not 'VHOST' and
19660            'MEMIF'"
19661   parameters:
19662   - "latency"
19663   - "parent"
19664   - "tags"
19665   sort:
19666   - "1VNF"
19667   - "2VNF"
19668   - "4VNF"
19669   - "2VNF"
19670   - "4VNF"
19671   layout:
19672     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19673     layout: "plot-latency"
19674
19675 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19676 -
19677   type: "plot"
19678   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19679   algorithm: "plot_latency_error_bars"
19680   output-file-type: ".html"
19681   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19682   data: "plot-ligato-throughput-latency-3n-hsw"
19683   filter: "'NIC_Intel-X520-DA2' and
19684            '64B' and
19685            ('BASE' or 'SCALE') and
19686            'NDRPDR' and
19687            '1T1C' and
19688            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19689            not 'VHOST' and
19690            'MEMIF'"
19691   parameters:
19692   - "latency"
19693   - "parent"
19694   - "tags"
19695   sort:
19696   - "1VNF"
19697   - "2VNF"
19698   - "4VNF"
19699   - "2VNF"
19700   - "4VNF"
19701   layout:
19702     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19703     layout: "plot-latency"
19704
19705 -
19706   type: "plot"
19707   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19708   algorithm: "plot_latency_error_bars"
19709   output-file-type: ".html"
19710   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19711   data: "plot-ligato-throughput-latency-3n-hsw"
19712   filter: "'NIC_Intel-X520-DA2' and
19713            '64B' and
19714            ('BASE' or 'SCALE') and
19715            'NDRPDR' and
19716            '2T2C' and
19717            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19718            not 'VHOST' and
19719            'MEMIF'"
19720   parameters:
19721   - "latency"
19722   - "parent"
19723   - "tags"
19724   sort:
19725   - "1VNF"
19726   - "2VNF"
19727   - "4VNF"
19728   - "2VNF"
19729   - "4VNF"
19730   layout:
19731     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19732     layout: "plot-latency"
19733
19734 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19735 -
19736   type: "plot"
19737   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19738   algorithm: "plot_latency_error_bars"
19739   output-file-type: ".html"
19740   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19741   data: "plot-ligato-throughput-latency-3n-hsw"
19742   filter: "'NIC_Intel-X710' and
19743            '64B' and
19744            ('BASE' or 'SCALE') and
19745            'NDRPDR' and
19746            '1T1C' and
19747            'L2XCFWD' and
19748            not 'VHOST' and
19749            'MEMIF'"
19750   parameters:
19751   - "latency"
19752   - "parent"
19753   - "tags"
19754   sort:
19755   - "1VNF"
19756   - "2VNF"
19757   - "4VNF"
19758   - "2VNF"
19759   - "4VNF"
19760   layout:
19761     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19762     layout: "plot-latency"
19763
19764 -
19765   type: "plot"
19766   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19767   algorithm: "plot_latency_error_bars"
19768   output-file-type: ".html"
19769   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19770   data: "plot-ligato-throughput-latency-3n-hsw"
19771   filter: "'NIC_Intel-X710' and
19772            '64B' and
19773            ('BASE' or 'SCALE') and
19774            'NDRPDR' and
19775            '2T2C' and
19776            'L2XCFWD' and
19777            not 'VHOST' and
19778            'MEMIF'"
19779   parameters:
19780   - "latency"
19781   - "parent"
19782   - "tags"
19783   sort:
19784   - "1VNF"
19785   - "2VNF"
19786   - "4VNF"
19787   - "2VNF"
19788   - "4VNF"
19789   layout:
19790     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19791     layout: "plot-latency"
19792
19793 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19794 -
19795   type: "plot"
19796   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19797   algorithm: "plot_latency_error_bars"
19798   output-file-type: ".html"
19799   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19800   data: "plot-ligato-throughput-latency-3n-hsw"
19801   filter: "'NIC_Intel-X710' and
19802            '64B' and
19803            ('BASE' or 'SCALE') and
19804            'NDRPDR' and
19805            '1T1C' and
19806            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19807            not 'VHOST' and
19808            'MEMIF'"
19809   parameters:
19810   - "latency"
19811   - "parent"
19812   - "tags"
19813   sort:
19814   - "1VNF"
19815   - "2VNF"
19816   - "4VNF"
19817   - "2VNF"
19818   - "4VNF"
19819   layout:
19820     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19821     layout: "plot-latency"
19822
19823 -
19824   type: "plot"
19825   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19826   algorithm: "plot_latency_error_bars"
19827   output-file-type: ".html"
19828   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19829   data: "plot-ligato-throughput-latency-3n-hsw"
19830   filter: "'NIC_Intel-X710' and
19831            '64B' and
19832            ('BASE' or 'SCALE') and
19833            'NDRPDR' and
19834            '2T2C' and
19835            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19836            not 'VHOST' and
19837            'MEMIF'"
19838   parameters:
19839   - "latency"
19840   - "parent"
19841   - "tags"
19842   sort:
19843   - "1VNF"
19844   - "2VNF"
19845   - "4VNF"
19846   - "2VNF"
19847   - "4VNF"
19848   layout:
19849     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19850     layout: "plot-latency"
19851
19852 ################################################################################
19853
19854 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19855 -
19856   type: "plot"
19857   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19858   algorithm: "plot_latency_error_bars"
19859   output-file-type: ".html"
19860   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19861   data: "plot-vpp-throughput-latency-3n-hsw"
19862   filter: "'NIC_Intel-X520-DA2' and
19863            '64B' and
19864            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19865            'NDRPDR' and
19866            '1T1C' and
19867            'IP4FWD' and
19868            not 'IPSEC' and
19869            not 'VHOST'"
19870   parameters:
19871   - "latency"
19872   - "parent"
19873   - "tags"
19874   sort:
19875   - "DOT1Q"
19876   - "IP4BASE"
19877   - "FIB_20k"
19878   - "FIB_200k"
19879   - "FIB_2M"
19880   layout:
19881     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19882     layout: "plot-latency"
19883
19884 -
19885   type: "plot"
19886   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19887   algorithm: "plot_latency_error_bars"
19888   output-file-type: ".html"
19889   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19890   data: "plot-vpp-throughput-latency-3n-hsw"
19891   filter: "'NIC_Intel-X520-DA2' and
19892            '64B' and
19893            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19894            'NDRPDR' and
19895            '2T2C' and
19896            'IP4FWD' and
19897            not 'IPSEC' and
19898            not 'VHOST'"
19899   parameters:
19900   - "latency"
19901   - "parent"
19902   - "tags"
19903   sort:
19904   - "DOT1Q"
19905   - "IP4BASE"
19906   - "FIB_20k"
19907   - "FIB_200k"
19908   - "FIB_2M"
19909   layout:
19910     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19911     layout: "plot-latency"
19912
19913 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19914 -
19915   type: "plot"
19916   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19917   algorithm: "plot_latency_error_bars"
19918   output-file-type: ".html"
19919   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19920   data: "plot-vpp-throughput-latency-3n-hsw"
19921   filter: "'NIC_Intel-X520-DA2' and
19922            '64B' and
19923            ('IP4BASE' or
19924             'POLICE_MARK' or
19925             'COPWHLIST' or
19926             ('NAT44' and 'BASE') or
19927             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19928            'NDRPDR' and
19929            '1T1C' and
19930            'IP4FWD' and
19931            not 'IPSEC' and
19932            not 'VHOST'"
19933   parameters:
19934   - "latency"
19935   - "parent"
19936   - "tags"
19937   sort:
19938   - "DOT1Q"
19939   - "IP4BASE"
19940   - "NAT44"
19941   - "POLICE_MARK"
19942   - "COPWHLIST"
19943   - "IACL"
19944   - "OACL"
19945   layout:
19946     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19947     layout: "plot-latency"
19948
19949 -
19950   type: "plot"
19951   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19952   algorithm: "plot_latency_error_bars"
19953   output-file-type: ".html"
19954   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19955   data: "plot-vpp-throughput-latency-3n-hsw"
19956   filter: "'NIC_Intel-X520-DA2' and
19957            '64B' and
19958            ('IP4BASE' or
19959             'POLICE_MARK' or
19960             'COPWHLIST' or
19961             ('NAT44' and 'BASE') or
19962             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19963            'NDRPDR' and
19964            '2T2C' and
19965            'IP4FWD' and
19966            not 'IPSEC' and
19967            not 'VHOST'"
19968   parameters:
19969   - "latency"
19970   - "parent"
19971   - "tags"
19972   sort:
19973   - "DOT1Q"
19974   - "IP4BASE"
19975   - "NAT44"
19976   - "POLICE_MARK"
19977   - "COPWHLIST"
19978   - "IACL"
19979   - "OACL"
19980   layout:
19981     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19982     layout: "plot-latency"
19983
19984 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19985 -
19986   type: "plot"
19987   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19988   algorithm: "plot_latency_error_bars"
19989   output-file-type: ".html"
19990   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19991   data: "plot-vpp-throughput-latency-3n-hsw"
19992   filter: "'NIC_Intel-X520-DA2' and
19993            '64B' and
19994            'NDRPDR' and
19995            '1T1C' and
19996            'IP4FWD' and
19997            'NAT44' and
19998            not 'IPSEC' and
19999            not 'VHOST'"
20000   parameters:
20001   - "latency"
20002   - "parent"
20003   - "tags"
20004   sort:
20005   - "BASE"
20006   - "BASE"
20007   - "SRC_USER_10"
20008   - "SRC_USER_100"
20009   - "SRC_USER_1000"
20010   - "SRC_USER_2000"
20011   layout:
20012     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
20013     layout: "plot-latency"
20014
20015 -
20016   type: "plot"
20017   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20018   algorithm: "plot_latency_error_bars"
20019   output-file-type: ".html"
20020   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20021   data: "plot-vpp-throughput-latency-3n-hsw"
20022   filter: "'NIC_Intel-X520-DA2' and
20023            '64B' and
20024            'NDRPDR' and
20025            '2T2C' and
20026            'IP4FWD' and
20027            'NAT44' and
20028            not 'IPSEC' and
20029            not 'VHOST'"
20030   parameters:
20031   - "latency"
20032   - "parent"
20033   - "tags"
20034   sort:
20035   - "BASE"
20036   - "BASE"
20037   - "SRC_USER_10"
20038   - "SRC_USER_100"
20039   - "SRC_USER_1000"
20040   - "SRC_USER_2000"
20041   layout:
20042     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20043     layout: "plot-latency"
20044
20045 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20046 -
20047   type: "plot"
20048   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20049   algorithm: "plot_latency_error_bars"
20050   output-file-type: ".html"
20051   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20052   data: "plot-vpp-throughput-latency-3n-hsw"
20053   filter: "'NIC_Intel-X520-DA2' and
20054            '64B' and
20055            'NDRPDR' and
20056            '1T1C' and
20057            'IP4FWD' and
20058            'IACL' and
20059            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20060            not 'IPSEC' and
20061            not 'VHOST'"
20062   parameters:
20063   - "latency"
20064   - "parent"
20065   - "tags"
20066   sort:
20067   - "ACL_STATELESS"
20068   - "ACL_STATEFUL"
20069   - "ACL_STATELESS"
20070   - "ACL_STATEFUL"
20071   layout:
20072     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
20073     layout: "plot-latency"
20074
20075 -
20076   type: "plot"
20077   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20078   algorithm: "plot_latency_error_bars"
20079   output-file-type: ".html"
20080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20081   data: "plot-vpp-throughput-latency-3n-hsw"
20082   filter: "'NIC_Intel-X520-DA2' and
20083            '64B' and
20084            'NDRPDR' and
20085            '2T2C' and
20086            'IP4FWD' and
20087            'IACL' and
20088            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20089            not 'IPSEC' and
20090            not 'VHOST'"
20091   parameters:
20092   - "latency"
20093   - "parent"
20094   - "tags"
20095   sort:
20096   - "ACL_STATELESS"
20097   - "ACL_STATEFUL"
20098   - "ACL_STATELESS"
20099   - "ACL_STATEFUL"
20100   layout:
20101     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20102     layout: "plot-latency"
20103
20104 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20105 -
20106   type: "plot"
20107   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20108   algorithm: "plot_latency_error_bars"
20109   output-file-type: ".html"
20110   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20111   data: "plot-vpp-throughput-latency-3n-hsw"
20112   filter: "'NIC_Intel-X520-DA2' and
20113            '64B' and
20114            'NDRPDR' and
20115            '1T1C' and
20116            'IP4FWD' and
20117            'OACL' and
20118            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20119            not 'IPSEC' and
20120            not 'VHOST'"
20121   parameters:
20122   - "latency"
20123   - "parent"
20124   - "tags"
20125   sort:
20126   - "ACL_STATELESS"
20127   - "ACL_STATEFUL"
20128   - "ACL_STATELESS"
20129   - "ACL_STATEFUL"
20130   layout:
20131     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20132     layout: "plot-latency"
20133
20134 -
20135   type: "plot"
20136   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20137   algorithm: "plot_latency_error_bars"
20138   output-file-type: ".html"
20139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20140   data: "plot-vpp-throughput-latency-3n-hsw"
20141   filter: "'NIC_Intel-X520-DA2' and
20142            '64B' and
20143            'NDRPDR' and
20144            '2T2C' and
20145            'IP4FWD' and
20146            'OACL' and
20147            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20148            not 'IPSEC' and
20149            not 'VHOST'"
20150   parameters:
20151   - "latency"
20152   - "parent"
20153   - "tags"
20154   sort:
20155   - "ACL_STATELESS"
20156   - "ACL_STATEFUL"
20157   - "ACL_STATELESS"
20158   - "ACL_STATEFUL"
20159   layout:
20160     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20161     layout: "plot-latency"
20162
20163 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20164 -
20165   type: "plot"
20166   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20167   algorithm: "plot_latency_error_bars"
20168   output-file-type: ".html"
20169   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20170   data: "plot-vpp-throughput-latency-3n-hsw"
20171   filter: "'NIC_Intel-X710' and
20172            '64B' and
20173            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20174            'NDRPDR' and
20175            '1T1C' and
20176            'IP4FWD' and
20177            not 'IPSEC' and
20178            not 'VHOST'"
20179   parameters:
20180   - "latency"
20181   - "parent"
20182   - "tags"
20183   sort:
20184   - "DOT1Q"
20185   - "IP4BASE"
20186   - "FIB_20K"
20187   - "FIB_200K"
20188   - "FIB_2M"
20189   layout:
20190     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20191     layout: "plot-latency"
20192
20193 -
20194   type: "plot"
20195   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20196   algorithm: "plot_latency_error_bars"
20197   output-file-type: ".html"
20198   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20199   data: "plot-vpp-throughput-latency-3n-hsw"
20200   filter: "'NIC_Intel-X710' and
20201            '64B' and
20202            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20203            'NDRPDR' and
20204            '2T2C' and
20205            'IP4FWD' and
20206            not 'IPSEC' and
20207            not 'VHOST'"
20208   parameters:
20209   - "latency"
20210   - "parent"
20211   - "tags"
20212   sort:
20213   - "DOT1Q"
20214   - "IP4BASE"
20215   - "FIB_20K"
20216   - "FIB_200K"
20217   - "FIB_2M"
20218   layout:
20219     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20220     layout: "plot-latency"
20221
20222 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20223 -
20224   type: "plot"
20225   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20226   algorithm: "plot_latency_error_bars"
20227   output-file-type: ".html"
20228   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20229   data: "plot-vpp-throughput-latency-3n-hsw"
20230   filter: "'NIC_Intel-X710' and
20231            '64B' and
20232            ('IP4BASE' or
20233             'POLICE_MARK' or
20234             'COPWHLIST' or
20235             ('NAT44' and 'BASE') or
20236             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20237            'NDRPDR' and
20238            '1T1C' and
20239            'IP4FWD' and
20240            not 'IPSEC' and
20241            not 'VHOST'"
20242   parameters:
20243   - "latency"
20244   - "parent"
20245   - "tags"
20246   sort:
20247   - "IP4BASE"
20248   - "NAT44"
20249   - "POLICE_MARK"
20250   - "COPWHLIST"
20251   - "IACL"
20252   - "OACL"
20253   layout:
20254     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20255     layout: "plot-latency"
20256
20257 -
20258   type: "plot"
20259   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20260   algorithm: "plot_latency_error_bars"
20261   output-file-type: ".html"
20262   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20263   data: "plot-vpp-throughput-latency-3n-hsw"
20264   filter: "'NIC_Intel-X710' and
20265            '64B' and
20266            ('IP4BASE' or
20267             'POLICE_MARK' or
20268             'COPWHLIST' or
20269             ('NAT44' and 'BASE') or
20270             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20271            'NDRPDR' and
20272            '2T2C' and
20273            'IP4FWD' and
20274            not 'IPSEC' and
20275            not 'VHOST'"
20276   parameters:
20277   - "latency"
20278   - "parent"
20279   - "tags"
20280   sort:
20281   - "IP4BASE"
20282   - "NAT44"
20283   - "POLICE_MARK"
20284   - "COPWHLIST"
20285   - "IACL"
20286   - "OACL"
20287   layout:
20288     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20289     layout: "plot-latency"
20290
20291 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20292 -
20293   type: "plot"
20294   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20295   algorithm: "plot_latency_error_bars"
20296   output-file-type: ".html"
20297   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20298   data: "plot-vpp-throughput-latency-3n-hsw"
20299   filter: "'NIC_Intel-X710' and
20300            '64B' and
20301            'NDRPDR' and
20302            '1T1C' and
20303            'IP4FWD' and
20304            'NAT44' and
20305            not 'IPSEC' and
20306            not 'VHOST'"
20307   parameters:
20308   - "latency"
20309   - "parent"
20310   - "tags"
20311   sort:
20312   - "BASE"
20313   - "BASE"
20314   - "SRC_USER_10"
20315   - "SRC_USER_100"
20316   - "SRC_USER_1000"
20317   - "SRC_USER_2000"
20318   layout:
20319     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20320     layout: "plot-latency"
20321
20322 -
20323   type: "plot"
20324   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20325   algorithm: "plot_latency_error_bars"
20326   output-file-type: ".html"
20327   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20328   data: "plot-vpp-throughput-latency-3n-hsw"
20329   filter: "'NIC_Intel-X710' and
20330            '64B' and
20331            'NDRPDR' and
20332            '2T2C' and
20333            'IP4FWD' and
20334            'NAT44' and
20335            not 'IPSEC' and
20336            not 'VHOST'"
20337   parameters:
20338   - "latency"
20339   - "parent"
20340   - "tags"
20341   sort:
20342   - "BASE"
20343   - "BASE"
20344   - "SRC_USER_10"
20345   - "SRC_USER_100"
20346   - "SRC_USER_1000"
20347   - "SRC_USER_2000"
20348   layout:
20349     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20350     layout: "plot-latency"
20351
20352 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20353 -
20354   type: "plot"
20355   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20356   algorithm: "plot_latency_error_bars"
20357   output-file-type: ".html"
20358   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20359   data: "plot-vpp-throughput-latency-3n-hsw"
20360   filter: "'NIC_Intel-X710' and
20361            '64B' and
20362            'NDRPDR' and
20363            '1T1C' and
20364            'IP4FWD' and
20365            'IACL' and
20366            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20367            not 'IPSEC' and
20368            not 'VHOST'"
20369   parameters:
20370   - "latency"
20371   - "parent"
20372   - "tags"
20373   sort:
20374   - "ACL_STATELESS"
20375   - "ACL_STATEFUL"
20376   - "ACL_STATELESS"
20377   - "ACL_STATEFUL"
20378   layout:
20379     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20380     layout: "plot-latency"
20381
20382 -
20383   type: "plot"
20384   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20385   algorithm: "plot_latency_error_bars"
20386   output-file-type: ".html"
20387   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20388   data: "plot-vpp-throughput-latency-3n-hsw"
20389   filter: "'NIC_Intel-X710' and
20390            '64B' and
20391            'NDRPDR' and
20392            '2T2C' and
20393            'IP4FWD' and
20394            'IACL' and
20395            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20396            not 'IPSEC' and
20397            not 'VHOST'"
20398   parameters:
20399   - "latency"
20400   - "parent"
20401   - "tags"
20402   sort:
20403   - "ACL_STATELESS"
20404   - "ACL_STATEFUL"
20405   - "ACL_STATELESS"
20406   - "ACL_STATEFUL"
20407   layout:
20408     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20409     layout: "plot-latency"
20410
20411 ## Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20412 #-
20413 #  type: "plot"
20414 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20415 #  algorithm: "plot_latency_error_bars"
20416 #  output-file-type: ".html"
20417 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20418 #  data: "plot-vpp-throughput-latency-3n-hsw"
20419 #  filter: "'NIC_Intel-X710' and
20420 #           '64B' and
20421 #           'NDRPDR' and
20422 #           '1T1C' and
20423 #           'IP4FWD' and
20424 #           'OACL' and
20425 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20426 #           not 'IPSEC' and
20427 #           not 'VHOST'"
20428 #  parameters:
20429 #  - "latency"
20430 #  - "parent"
20431 #  - "tags"
20432 #  sort:
20433 #  - "ACL_STATELESS"
20434 #  - "ACL_STATEFUL"
20435 #  - "ACL_STATELESS"
20436 #  - "ACL_STATEFUL"
20437 #  layout:
20438 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20439 #    layout: "plot-latency"
20440 #
20441 #-
20442 #  type: "plot"
20443 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20444 #  algorithm: "plot_latency_error_bars"
20445 #  output-file-type: ".html"
20446 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20447 #  data: "plot-vpp-throughput-latency-3n-hsw"
20448 #  filter: "'NIC_Intel-X710' and
20449 #           '64B' and
20450 #           'NDRPDR' and
20451 #           '2T2C' and
20452 #           'IP4FWD' and
20453 #           'OACL' and
20454 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20455 #           not 'IPSEC' and
20456 #           not 'VHOST'"
20457 #  parameters:
20458 #  - "latency"
20459 #  - "parent"
20460 #  - "tags"
20461 #  sort:
20462 #  - "ACL_STATELESS"
20463 #  - "ACL_STATEFUL"
20464 #  - "ACL_STATELESS"
20465 #  - "ACL_STATEFUL"
20466 #  layout:
20467 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20468 #    layout: "plot-latency"
20469
20470 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20471 -
20472   type: "plot"
20473   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20474   algorithm: "plot_latency_error_bars"
20475   output-file-type: ".html"
20476   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20477   data: "plot-vpp-throughput-latency-3n-hsw"
20478   filter: "'NIC_Intel-XL710' and
20479            '64B' and
20480            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20481            'NDRPDR' and
20482            '1T1C' and
20483            'IP4FWD' and
20484            not 'IPSEC' and
20485            not 'VHOST'"
20486   parameters:
20487   - "latency"
20488   - "parent"
20489   - "tags"
20490   sort:
20491   - "IP4BASE"
20492   - "FIB_20K"
20493   - "FIB_200K"
20494   - "FIB_2M"
20495   layout:
20496     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20497     layout: "plot-latency"
20498
20499 -
20500   type: "plot"
20501   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20502   algorithm: "plot_latency_error_bars"
20503   output-file-type: ".html"
20504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20505   data: "plot-vpp-throughput-latency-3n-hsw"
20506   filter: "'NIC_Intel-XL710' and
20507            '64B' and
20508            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20509            'NDRPDR' and
20510            '2T2C' and
20511            'IP4FWD' and
20512            not 'IPSEC' and
20513            not 'VHOST'"
20514   parameters:
20515   - "latency"
20516   - "parent"
20517   - "tags"
20518   sort:
20519   - "IP4BASE"
20520   - "FIB_20K"
20521   - "FIB_200K"
20522   - "FIB_2M"
20523   layout:
20524     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20525     layout: "plot-latency"
20526
20527 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20528 -
20529   type: "plot"
20530   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20531   algorithm: "plot_latency_error_bars"
20532   output-file-type: ".html"
20533   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20534   data: "plot-vpp-throughput-latency-3n-skx"
20535   filter: "'NIC_Intel-X710' and
20536            '64B' and
20537            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20538            'NDRPDR' and
20539            '2T1C' and
20540            'IP4FWD' and
20541            not 'IPSEC' and
20542            not 'VHOST'"
20543   parameters:
20544   - "latency"
20545   - "parent"
20546   - "tags"
20547   sort:
20548   - "IP4BASE"
20549   - "FIB_20K"
20550   - "FIB_200K"
20551   - "FIB_2M"
20552   layout:
20553     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20554     layout: "plot-latency"
20555
20556 -
20557   type: "plot"
20558   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20559   algorithm: "plot_latency_error_bars"
20560   output-file-type: ".html"
20561   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20562   data: "plot-vpp-throughput-latency-3n-skx"
20563   filter: "'NIC_Intel-X710' and
20564            '64B' and
20565            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20566            'NDRPDR' and
20567            '4T2C' and
20568            'IP4FWD' and
20569            not 'IPSEC' and
20570            not 'VHOST'"
20571   parameters:
20572   - "latency"
20573   - "parent"
20574   - "tags"
20575   sort:
20576   - "IP4BASE"
20577   - "FIB_20K"
20578   - "FIB_200K"
20579   - "FIB_2M"
20580   layout:
20581     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20582     layout: "plot-latency"
20583
20584 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20585 -
20586   type: "plot"
20587   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20588   algorithm: "plot_latency_error_bars"
20589   output-file-type: ".html"
20590   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20591   data: "plot-vpp-throughput-latency-3n-skx"
20592   filter: "'NIC_Intel-X710' and
20593            '64B' and
20594            ('IP4BASE' or
20595             'POLICE_MARK' or
20596             'COPWHLIST' or
20597             ('NAT44' and 'BASE') or
20598             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20599            'NDRPDR' and
20600            '2T1C' and
20601            'IP4FWD' and
20602            not 'IPSEC' and
20603            not 'VHOST'"
20604   parameters:
20605   - "latency"
20606   - "parent"
20607   - "tags"
20608   sort:
20609   - "IP4BASE"
20610   - "NAT44"
20611   - "POLICE_MARK"
20612   - "COPWHLIST"
20613   - "IACL"
20614   - "OACL"
20615   layout:
20616     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20617     layout: "plot-latency"
20618
20619 -
20620   type: "plot"
20621   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20622   algorithm: "plot_latency_error_bars"
20623   output-file-type: ".html"
20624   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20625   data: "plot-vpp-throughput-latency-3n-skx"
20626   filter: "'NIC_Intel-X710' and
20627            '64B' and
20628            ('IP4BASE' or
20629             'POLICE_MARK' or
20630             'COPWHLIST' or
20631             ('NAT44' and 'BASE') or
20632             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20633            'NDRPDR' and
20634            '4T2C' and
20635            'IP4FWD' and
20636            not 'IPSEC' and
20637            not 'VHOST'"
20638   parameters:
20639   - "latency"
20640   - "parent"
20641   - "tags"
20642   sort:
20643   - "IP4BASE"
20644   - "NAT44"
20645   - "POLICE_MARK"
20646   - "COPWHLIST"
20647   - "IACL"
20648   - "OACL"
20649   layout:
20650     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20651     layout: "plot-latency"
20652
20653 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20654 -
20655   type: "plot"
20656   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20657   algorithm: "plot_latency_error_bars"
20658   output-file-type: ".html"
20659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20660   data: "plot-vpp-throughput-latency-3n-skx"
20661   filter: "'NIC_Intel-X710' and
20662            '64B' and
20663            'NDRPDR' and
20664            '2T1C' and
20665            'IP4FWD' and
20666            'NAT44' and
20667            not 'IPSEC' and
20668            not 'VHOST'"
20669   parameters:
20670   - "latency"
20671   - "parent"
20672   - "tags"
20673   sort:
20674   - "BASE"
20675   - "BASE"
20676   - "SRC_USER_10"
20677   - "SRC_USER_100"
20678   - "SRC_USER_1000"
20679   - "SRC_USER_2000"
20680   layout:
20681     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20682     layout: "plot-latency"
20683
20684 -
20685   type: "plot"
20686   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20687   algorithm: "plot_latency_error_bars"
20688   output-file-type: ".html"
20689   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20690   data: "plot-vpp-throughput-latency-3n-skx"
20691   filter: "'NIC_Intel-X710' and
20692            '64B' and
20693            'NDRPDR' and
20694            '4T2C' and
20695            'IP4FWD' and
20696            'NAT44' and
20697            not 'IPSEC' and
20698            not 'VHOST'"
20699   parameters:
20700   - "latency"
20701   - "parent"
20702   - "tags"
20703   sort:
20704   - "BASE"
20705   - "BASE"
20706   - "SRC_USER_10"
20707   - "SRC_USER_100"
20708   - "SRC_USER_1000"
20709   - "SRC_USER_2000"
20710   layout:
20711     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20712     layout: "plot-latency"
20713
20714 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20715 -
20716   type: "plot"
20717   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20718   algorithm: "plot_latency_error_bars"
20719   output-file-type: ".html"
20720   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20721   data: "plot-vpp-throughput-latency-3n-skx"
20722   filter: "'NIC_Intel-X710' and
20723            '64B' and
20724            'NDRPDR' and
20725            '2T1C' and
20726            'IP4FWD' and
20727            'IACL' and
20728            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20729            not 'IPSEC' and
20730            not 'VHOST'"
20731   parameters:
20732   - "latency"
20733   - "parent"
20734   - "tags"
20735   sort:
20736   - "ACL_STATELESS"
20737   - "ACL_STATEFUL"
20738   - "ACL_STATELESS"
20739   - "ACL_STATEFUL"
20740   layout:
20741     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20742     layout: "plot-latency"
20743
20744 -
20745   type: "plot"
20746   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20747   algorithm: "plot_latency_error_bars"
20748   output-file-type: ".html"
20749   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20750   data: "plot-vpp-throughput-latency-3n-skx"
20751   filter: "'NIC_Intel-X710' and
20752            '64B' and
20753            'NDRPDR' and
20754            '4T2C' and
20755            'IP4FWD' and
20756            'IACL' and
20757            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20758            not 'IPSEC' and
20759            not 'VHOST'"
20760   parameters:
20761   - "latency"
20762   - "parent"
20763   - "tags"
20764   sort:
20765   - "ACL_STATELESS"
20766   - "ACL_STATEFUL"
20767   - "ACL_STATELESS"
20768   - "ACL_STATEFUL"
20769   layout:
20770     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20771     layout: "plot-latency"
20772
20773 ## Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20774 #-
20775 #  type: "plot"
20776 #  title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20777 #  algorithm: "plot_latency_error_bars"
20778 #  output-file-type: ".html"
20779 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20780 #  data: "plot-vpp-throughput-latency-3n-skx"
20781 #  filter: "'NIC_Intel-X710' and
20782 #           '64B' and
20783 #           'NDRPDR' and
20784 #           '2T1C' and
20785 #           'IP4FWD' and
20786 #           'OACL' and
20787 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20788 #           not 'IPSEC' and
20789 #           not 'VHOST'"
20790 #  parameters:
20791 #  - "latency"
20792 #  - "parent"
20793 #  - "tags"
20794 #  sort:
20795 #  - "ACL_STATELESS"
20796 #  - "ACL_STATEFUL"
20797 #  - "ACL_STATELESS"
20798 #  - "ACL_STATEFUL"
20799 #  layout:
20800 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20801 #    layout: "plot-latency"
20802 #
20803 #-
20804 #  type: "plot"
20805 #  title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20806 #  algorithm: "plot_latency_error_bars"
20807 #  output-file-type: ".html"
20808 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20809 #  data: "plot-vpp-throughput-latency-3n-skx"
20810 #  filter: "'NIC_Intel-X710' and
20811 #           '64B' and
20812 #           'NDRPDR' and
20813 #           '4T2C' and
20814 #           'IP4FWD' and
20815 #           'OACL' and
20816 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20817 #           not 'IPSEC' and
20818 #           not 'VHOST'"
20819 #  parameters:
20820 #  - "latency"
20821 #  - "parent"
20822 #  - "tags"
20823 #  sort:
20824 #  - "ACL_STATELESS"
20825 #  - "ACL_STATEFUL"
20826 #  - "ACL_STATELESS"
20827 #  - "ACL_STATEFUL"
20828 #  layout:
20829 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20830 #    layout: "plot-latency"
20831
20832 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20833 -
20834   type: "plot"
20835   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20836   algorithm: "plot_latency_error_bars"
20837   output-file-type: ".html"
20838   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20839   data: "plot-vpp-throughput-latency-2n-skx"
20840   filter: "'NIC_Intel-X710' and
20841            '64B' and
20842            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20843            'NDRPDR' and
20844            '2T1C' and
20845            'IP4FWD' and
20846            not 'IPSEC' and
20847            not 'VHOST'"
20848   parameters:
20849   - "latency"
20850   - "parent"
20851   - "tags"
20852   sort:
20853   - "DOT1Q"
20854   - "IP4BASE"
20855   - "FIB_20k"
20856   - "FIB_200k"
20857   - "FIB_2M"
20858   layout:
20859     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20860     layout: "plot-latency"
20861
20862 -
20863   type: "plot"
20864   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20865   algorithm: "plot_latency_error_bars"
20866   output-file-type: ".html"
20867   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20868   data: "plot-vpp-throughput-latency-2n-skx"
20869   filter: "'NIC_Intel-X710' and
20870            '64B' and
20871            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20872            'NDRPDR' and
20873            '4T2C' and
20874            'IP4FWD' and
20875            not 'IPSEC' and
20876            not 'VHOST'"
20877   parameters:
20878   - "latency"
20879   - "parent"
20880   - "tags"
20881   sort:
20882   - "DOT1Q"
20883   - "IP4BASE"
20884   - "FIB_20k"
20885   - "FIB_200k"
20886   - "FIB_2M"
20887   layout:
20888     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20889     layout: "plot-latency"
20890
20891 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20892 -
20893   type: "plot"
20894   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20895   algorithm: "plot_latency_error_bars"
20896   output-file-type: ".html"
20897   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20898   data: "plot-vpp-throughput-latency-2n-skx"
20899   filter: "'NIC_Intel-XXV710' and
20900            '64B' and
20901            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20902            'NDRPDR' and
20903            '2T1C' and
20904            'IP4FWD' and
20905            not 'IPSEC' and
20906            not 'VHOST'"
20907   parameters:
20908   - "latency"
20909   - "parent"
20910   - "tags"
20911   sort:
20912   - "DOT1Q"
20913   - "IP4BASE"
20914   - "FIB_20k"
20915   - "FIB_200k"
20916   - "FIB_2M"
20917   layout:
20918     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20919     layout: "plot-latency"
20920
20921 -
20922   type: "plot"
20923   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20924   algorithm: "plot_latency_error_bars"
20925   output-file-type: ".html"
20926   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20927   data: "plot-vpp-throughput-latency-2n-skx"
20928   filter: "'NIC_Intel-XXV710' and
20929            '64B' and
20930            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20931            'NDRPDR' and
20932            '4T2C' and
20933            'IP4FWD' and
20934            not 'IPSEC' and
20935            not 'VHOST'"
20936   parameters:
20937   - "latency"
20938   - "parent"
20939   - "tags"
20940   sort:
20941   - "DOT1Q"
20942   - "IP4BASE"
20943   - "FIB_20k"
20944   - "FIB_200k"
20945   - "FIB_2M"
20946   layout:
20947     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20948     layout: "plot-latency"
20949
20950 ################################################################################
20951
20952 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20953 #-
20954 #  type: "plot"
20955 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20956 #  algorithm: "plot_latency_error_bars"
20957 #  output-file-type: ".html"
20958 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20959 #  data: "plot-vpp-throughput-latency-3n-hsw"
20960 #  filter: "'NIC_Intel-X520-DA2' and
20961 #           '64B' and
20962 #           'ENCAP' and
20963 #           'NDRPDR' and
20964 #           '1T1C' and
20965 #           ('VXLAN' or 'LISP') and
20966 #           not 'VHOST' and
20967 #           not 'IPSECHW'"
20968 #  parameters:
20969 #  - "latency"
20970 #  - "parent"
20971 #  - "tags"
20972 #  sort:
20973 #  - "not DOT1Q"
20974 #  - "VXLAN_1"
20975 #  - "VXLAN_10"
20976 #  - "VXLAN_100"
20977 #  - "VXLAN_1000"
20978 #  layout:
20979 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20980 #    layout: "plot-latency"
20981 #
20982 #-
20983 #  type: "plot"
20984 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20985 #  algorithm: "plot_latency_error_bars"
20986 #  output-file-type: ".html"
20987 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20988 #  data: "plot-vpp-throughput-latency-3n-hsw"
20989 #  filter: "'NIC_Intel-X520-DA2' and
20990 #           '64B' and
20991 #           'ENCAP' and
20992 #           'NDRPDR' and
20993 #           '2T2C' and
20994 #           ('VXLAN' or 'LISP') and
20995 #           not 'VHOST' and
20996 #           not 'IPSECHW'"
20997 #  parameters:
20998 #  - "latency"
20999 #  - "parent"
21000 #  - "tags"
21001 #  sort:
21002 #  - "not DOT1Q"
21003 #  - "VXLAN_1"
21004 #  - "VXLAN_10"
21005 #  - "VXLAN_100"
21006 #  - "VXLAN_1000"
21007 #  layout:
21008 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21009 #    layout: "plot-latency"
21010
21011 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
21012 -
21013   type: "plot"
21014   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21015   algorithm: "plot_latency_error_bars"
21016   output-file-type: ".html"
21017   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21018   data: "plot-vpp-throughput-latency-3n-hsw"
21019   filter: "'NIC_Intel-X520-DA2' and
21020            '64B' and
21021            'ENCAP' and
21022            'NDRPDR' and
21023            '1T1C' and
21024            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21025            not 'DOT1Q' and
21026            not 'VHOST' and
21027            not 'IPSECHW'"
21028   parameters:
21029   - "latency"
21030   - "parent"
21031   - "tags"
21032 #  sort:
21033 #  - "L2BDMACLRN"
21034 #  - "L2XCFWD"
21035 #  - "LISP"
21036   layout:
21037     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21038     layout: "plot-latency"
21039
21040 -
21041   type: "plot"
21042   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21043   algorithm: "plot_latency_error_bars"
21044   output-file-type: ".html"
21045   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21046   data: "plot-vpp-throughput-latency-3n-hsw"
21047   filter: "'NIC_Intel-X520-DA2' and
21048            '64B' and
21049            'ENCAP' and
21050            'NDRPDR' and
21051            '2T2C' and
21052            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21053            not 'DOT1Q' and
21054            not 'VHOST' and
21055            not 'IPSECHW'"
21056   parameters:
21057   - "latency"
21058   - "parent"
21059   - "tags"
21060   sort:
21061   - "L2BDMACLRN"
21062   - "L2XCFWD"
21063   - "LISP"
21064   layout:
21065     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21066     layout: "plot-latency"
21067
21068 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
21069 -
21070   type: "plot"
21071   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21072   algorithm: "plot_latency_error_bars"
21073   output-file-type: ".html"
21074   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21075   data: "plot-vpp-throughput-latency-3n-hsw"
21076   filter: "'NIC_Intel-X710' and
21077            '64B' and
21078            'ENCAP' and
21079            'NDRPDR' and
21080            '1T1C' and
21081            ('VXLAN' or 'LISP') and
21082            not 'VHOST' and
21083            not 'IPSECHW'"
21084   parameters:
21085   - "latency"
21086   - "parent"
21087   - "tags"
21088   sort:
21089   - "LISP"
21090   - "VXLAN_1"
21091   - "VXLAN_10"
21092   - "VXLAN_100"
21093   - "VXLAN_1000"
21094   layout:
21095     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21096     layout: "plot-latency"
21097
21098 -
21099   type: "plot"
21100   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21101   algorithm: "plot_latency_error_bars"
21102   output-file-type: ".html"
21103   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21104   data: "plot-vpp-throughput-latency-3n-hsw"
21105   filter: "'NIC_Intel-X710' and
21106            '64B' and
21107            'ENCAP' and
21108            'NDRPDR' and
21109            '2T2C' and
21110            ('VXLAN' or 'LISP') and
21111            not 'VHOST' and
21112            not 'IPSECHW'"
21113   parameters:
21114   - "latency"
21115   - "parent"
21116   - "tags"
21117   sort:
21118   - "LISP"
21119   - "VXLAN_1"
21120   - "VXLAN_10"
21121   - "VXLAN_100"
21122   - "VXLAN_1000"
21123   layout:
21124     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21125     layout: "plot-latency"
21126
21127 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21128 -
21129   type: "plot"
21130   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21131   algorithm: "plot_latency_error_bars"
21132   output-file-type: ".html"
21133   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21134   data: "plot-vpp-throughput-latency-3n-hsw"
21135   filter: "'NIC_Intel-X710' and
21136            '64B' and
21137            'ENCAP' and
21138            'NDRPDR' and
21139            '1T1C' and
21140            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21141            not 'DOT1Q' and
21142            not 'VHOST' and
21143            not 'IPSECHW'"
21144   parameters:
21145   - "latency"
21146   - "parent"
21147   - "tags"
21148   sort:
21149   - "L2BDMACLRN"
21150   - "L2XCFWD"
21151   - "LISP"
21152   layout:
21153     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21154     layout: "plot-latency"
21155
21156 -
21157   type: "plot"
21158   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21159   algorithm: "plot_latency_error_bars"
21160   output-file-type: ".html"
21161   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21162   data: "plot-vpp-throughput-latency-3n-hsw"
21163   filter: "'NIC_Intel-X710' and
21164            '64B' and
21165            'ENCAP' and
21166            'NDRPDR' and
21167            '2T2C' and
21168            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21169            not 'DOT1Q' and
21170            not 'VHOST' and
21171            not 'IPSECHW'"
21172   parameters:
21173   - "latency"
21174   - "parent"
21175   - "tags"
21176   sort:
21177   - "L2BDMACLRN"
21178   - "L2XCFWD"
21179   - "LISP"
21180   layout:
21181     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21182     layout: "plot-latency"
21183
21184 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21185 -
21186   type: "plot"
21187   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21188   algorithm: "plot_latency_error_bars"
21189   output-file-type: ".html"
21190   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21191   data: "plot-vpp-throughput-latency-3n-skx"
21192   filter: "'NIC_Intel-X710' and
21193            '64B' and
21194            'ENCAP' and
21195            'NDRPDR' and
21196            '2T1C' and
21197            ('VXLAN' or 'LISP') and
21198            not 'VHOST' and
21199            not 'IPSECHW'"
21200   parameters:
21201   - "latency"
21202   - "parent"
21203   - "tags"
21204   sort:
21205   - "LISP"
21206   - "VXLAN_1"
21207   - "VXLAN_10"
21208   - "VXLAN_100"
21209   - "VXLAN_1000"
21210   layout:
21211     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21212     layout: "plot-latency"
21213
21214 -
21215   type: "plot"
21216   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21217   algorithm: "plot_latency_error_bars"
21218   output-file-type: ".html"
21219   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21220   data: "plot-vpp-throughput-latency-3n-skx"
21221   filter: "'NIC_Intel-X710' and
21222            '64B' and
21223            'ENCAP' and
21224            'NDRPDR' and
21225            '4T2C' and
21226            ('VXLAN' or 'LISP') and
21227            not 'VHOST' and
21228            not 'IPSECHW'"
21229   parameters:
21230   - "latency"
21231   - "parent"
21232   - "tags"
21233   sort:
21234   - "LISP"
21235   - "VXLAN_1"
21236   - "VXLAN_10"
21237   - "VXLAN_100"
21238   - "VXLAN_1000"
21239   layout:
21240     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21241     layout: "plot-latency"
21242
21243 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21244 -
21245   type: "plot"
21246   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21247   algorithm: "plot_latency_error_bars"
21248   output-file-type: ".html"
21249   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21250   data: "plot-vpp-throughput-latency-3n-skx"
21251   filter: "'NIC_Intel-X710' and
21252            '64B' and
21253            'ENCAP' and
21254            'NDRPDR' and
21255            '2T1C' and
21256            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21257            not 'DOT1Q' and
21258            not 'VHOST' and
21259            not 'IPSECHW'"
21260   parameters:
21261   - "latency"
21262   - "parent"
21263   - "tags"
21264   sort:
21265   - "L2BDMACLRN"
21266   - "L2XCFWD"
21267   - "LISP"
21268   layout:
21269     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21270     layout: "plot-latency"
21271
21272 -
21273   type: "plot"
21274   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21275   algorithm: "plot_latency_error_bars"
21276   output-file-type: ".html"
21277   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21278   data: "plot-vpp-throughput-latency-3n-skx"
21279   filter: "'NIC_Intel-X710' and
21280            '64B' and
21281            'ENCAP' and
21282            'NDRPDR' and
21283            '4T2C' and
21284            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21285            not 'DOT1Q' and
21286            not 'VHOST' and
21287            not 'IPSECHW'"
21288   parameters:
21289   - "latency"
21290   - "parent"
21291   - "tags"
21292   sort:
21293   - "L2BDMACLRN"
21294   - "L2XCFWD"
21295   - "LISP"
21296   layout:
21297     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21298     layout: "plot-latency"
21299
21300 ################################################################################
21301
21302 # Packet Latency - VPP IPv6 3n-hsw-x520
21303 -
21304   type: "plot"
21305   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21306   algorithm: "plot_latency_error_bars"
21307   output-file-type: ".html"
21308   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21309   data: "plot-vpp-throughput-latency-3n-hsw"
21310   filter: "'NIC_Intel-X520-DA2' and
21311            '78B' and
21312            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21313            'NDRPDR' and
21314            '1T1C' and
21315            'IP6FWD' and
21316            not 'SRv6' and
21317            not 'IPSEC' and
21318            not 'VHOST'"
21319   parameters:
21320   - "latency"
21321   - "parent"
21322   - "tags"
21323   sort:
21324   - "IP6BASE"
21325   - "FIB_20K"
21326   - "FIB_200K"
21327   - "FIB_2M"
21328   layout:
21329     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21330     layout: "plot-latency"
21331
21332 -
21333   type: "plot"
21334   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21335   algorithm: "plot_latency_error_bars"
21336   output-file-type: ".html"
21337   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21338   data: "plot-vpp-throughput-latency-3n-hsw"
21339   filter: "'NIC_Intel-X520-DA2' and
21340            '78B' and
21341            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21342            'NDRPDR' and
21343            '2T2C' and
21344            'IP6FWD' and
21345            not 'SRv6' and
21346            not 'IPSEC' and
21347            not 'VHOST'"
21348   parameters:
21349   - "latency"
21350   - "parent"
21351   - "tags"
21352   sort:
21353   - "IP6BASE"
21354   - "FIB_20K"
21355   - "FIB_200K"
21356   - "FIB_2M"
21357   layout:
21358     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21359     layout: "plot-latency"
21360
21361 # Packet Latency - VPP IPv6 3n-hsw-x710
21362 -
21363   type: "plot"
21364   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21365   algorithm: "plot_latency_error_bars"
21366   output-file-type: ".html"
21367   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21368   data: "plot-vpp-throughput-latency-3n-hsw"
21369   filter: "'NIC_Intel-X710' and
21370            '78B' and
21371            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21372            'NDRPDR' and
21373            '1T1C' and
21374            'IP6FWD' and
21375            not 'SRv6' and
21376            not 'IPSEC' and
21377            not 'VHOST'"
21378   parameters:
21379   - "latency"
21380   - "parent"
21381   - "tags"
21382   sort:
21383   - "IP6BASE"
21384   - "FIB_20K"
21385   - "FIB_200K"
21386   - "FIB_2M"
21387   layout:
21388     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21389     layout: "plot-latency"
21390
21391 -
21392   type: "plot"
21393   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21394   algorithm: "plot_latency_error_bars"
21395   output-file-type: ".html"
21396   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21397   data: "plot-vpp-throughput-latency-3n-hsw"
21398   filter: "'NIC_Intel-X710' and
21399            '78B' and
21400            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21401            'NDRPDR' and
21402            '2T2C' and
21403            'IP6FWD' and
21404            not 'SRv6' and
21405            not 'IPSEC' and
21406            not 'VHOST'"
21407   parameters:
21408   - "latency"
21409   - "parent"
21410   - "tags"
21411   sort:
21412   - "IP6BASE"
21413   - "FIB_20K"
21414   - "FIB_200K"
21415   - "FIB_2M"
21416   layout:
21417     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21418     layout: "plot-latency"
21419
21420 # Packet Latency - VPP IPv6 3n-hsw-xl710
21421 -
21422   type: "plot"
21423   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21424   algorithm: "plot_latency_error_bars"
21425   output-file-type: ".html"
21426   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21427   data: "plot-vpp-throughput-latency-3n-hsw"
21428   filter: "'NIC_Intel-XL710' and
21429            '78B' and
21430            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21431            'NDRPDR' and
21432            '1T1C' and
21433            'IP6FWD' and
21434            not 'SRv6' and
21435            not 'IPSEC' and
21436            not 'VHOST'"
21437   parameters:
21438   - "latency"
21439   - "parent"
21440   - "tags"
21441   sort:
21442   - "IP6BASE"
21443   - "FIB_20K"
21444   - "FIB_200K"
21445   - "FIB_2M"
21446   layout:
21447     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21448     layout: "plot-latency"
21449
21450 -
21451   type: "plot"
21452   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21453   algorithm: "plot_latency_error_bars"
21454   output-file-type: ".html"
21455   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21456   data: "plot-vpp-throughput-latency-3n-hsw"
21457   filter: "'NIC_Intel-XL710' and
21458            '78B' and
21459            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21460            'NDRPDR' and
21461            '2T2C' and
21462            'IP6FWD' and
21463            not 'SRv6' and
21464            not 'IPSEC' and
21465            not 'VHOST'"
21466   parameters:
21467   - "latency"
21468   - "parent"
21469   - "tags"
21470   sort:
21471   - "IP6BASE"
21472   - "FIB_20K"
21473   - "FIB_200K"
21474   - "FIB_2M"
21475   layout:
21476     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21477     layout: "plot-latency"
21478
21479 # Packet Latency - VPP IPv6 3n-skx-x710
21480 -
21481   type: "plot"
21482   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21483   algorithm: "plot_latency_error_bars"
21484   output-file-type: ".html"
21485   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21486   data: "plot-vpp-throughput-latency-3n-skx"
21487   filter: "'NIC_Intel-X710' and
21488            '78B' and
21489            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21490            'NDRPDR' and
21491            '2T1C' and
21492            'IP6FWD' and
21493            not 'SRv6' and
21494            not 'IPSEC' and
21495            not 'VHOST'"
21496   parameters:
21497   - "latency"
21498   - "parent"
21499   - "tags"
21500   sort:
21501   - "IP6BASE"
21502   - "FIB_20K"
21503   - "FIB_200K"
21504   - "FIB_2M"
21505   layout:
21506     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21507     layout: "plot-latency"
21508
21509 -
21510   type: "plot"
21511   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21512   algorithm: "plot_latency_error_bars"
21513   output-file-type: ".html"
21514   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21515   data: "plot-vpp-throughput-latency-3n-skx"
21516   filter: "'NIC_Intel-X710' and
21517            '78B' and
21518            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21519            'NDRPDR' and
21520            '4T2C' and
21521            'IP6FWD' and
21522            not 'SRv6' and
21523            not 'IPSEC' and
21524            not 'VHOST'"
21525   parameters:
21526   - "latency"
21527   - "parent"
21528   - "tags"
21529   sort:
21530   - "IP6BASE"
21531   - "FIB_20K"
21532   - "FIB_200K"
21533   - "FIB_2M"
21534   layout:
21535     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21536     layout: "plot-latency"
21537
21538 # Packet Latency - VPP IPv6 2n-skx-x710
21539 -
21540   type: "plot"
21541   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21542   algorithm: "plot_latency_error_bars"
21543   output-file-type: ".html"
21544   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21545   data: "plot-vpp-throughput-latency-2n-skx"
21546   filter: "'NIC_Intel-X710' and
21547            '78B' and
21548            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21549            'NDRPDR' and
21550            '2T1C' and
21551            'IP6FWD' and
21552            not 'SRv6' and
21553            not 'IPSEC' and
21554            not 'VHOST'"
21555   parameters:
21556   - "latency"
21557   - "parent"
21558   - "tags"
21559   sort:
21560   - "IP6BASE"
21561   - "FIB_20k"
21562   - "FIB_200k"
21563   - "FIB_2M"
21564   layout:
21565     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21566     layout: "plot-latency"
21567
21568 -
21569   type: "plot"
21570   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21571   algorithm: "plot_latency_error_bars"
21572   output-file-type: ".html"
21573   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21574   data: "plot-vpp-throughput-latency-2n-skx"
21575   filter: "'NIC_Intel-X710' and
21576            '78B' and
21577            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21578            'NDRPDR' and
21579            '4T2C' and
21580            'IP6FWD' and
21581            not 'SRv6' and
21582            not 'IPSEC' and
21583            not 'VHOST'"
21584   parameters:
21585   - "latency"
21586   - "parent"
21587   - "tags"
21588   sort:
21589   - "IP6BASE"
21590   - "FIB_20k"
21591   - "FIB_200k"
21592   - "FIB_2M"
21593   layout:
21594     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21595     layout: "plot-latency"
21596
21597 # Packet Latency - VPP IPv6 2n-skx-xxv710
21598 -
21599   type: "plot"
21600   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21601   algorithm: "plot_latency_error_bars"
21602   output-file-type: ".html"
21603   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21604   data: "plot-vpp-throughput-latency-2n-skx"
21605   filter: "'NIC_Intel-XXV710' and
21606            '78B' and
21607            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21608            'NDRPDR' and
21609            '2T1C' and
21610            'IP6FWD' and
21611            not 'SRv6' and
21612            not 'IPSEC' and
21613            not 'VHOST'"
21614   parameters:
21615   - "latency"
21616   - "parent"
21617   - "tags"
21618   sort:
21619   - "IP6BASE"
21620   - "FIB_20k"
21621   - "FIB_200k"
21622   - "FIB_2M"
21623   layout:
21624     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21625     layout: "plot-latency"
21626
21627 -
21628   type: "plot"
21629   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21630   algorithm: "plot_latency_error_bars"
21631   output-file-type: ".html"
21632   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21633   data: "plot-vpp-throughput-latency-2n-skx"
21634   filter: "'NIC_Intel-XXV710' and
21635            '78B' and
21636            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21637            'NDRPDR' and
21638            '4T2C' and
21639            'IP6FWD' and
21640            not 'SRv6' and
21641            not 'IPSEC' and
21642            not 'VHOST'"
21643   parameters:
21644   - "latency"
21645   - "parent"
21646   - "tags"
21647   sort:
21648   - "IP6BASE"
21649   - "FIB_20k"
21650   - "FIB_200k"
21651   - "FIB_2M"
21652   layout:
21653     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21654     layout: "plot-latency"
21655
21656 ################################################################################
21657
21658 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21659 -
21660   type: "plot"
21661   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21662   algorithm: "plot_latency_error_bars"
21663   output-file-type: ".html"
21664   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21665   data: "plot-vpp-throughput-latency-3n-hsw"
21666   filter: "'NIC_Intel-X520-DA2' and
21667            '78B' and
21668            'ENCAP' and
21669            'NDRPDR' and
21670            '1T1C' and
21671            'LISP' and
21672            not 'VHOST'"
21673   parameters:
21674   - "latency"
21675   - "parent"
21676   - "tags"
21677   sort:
21678   - "IP4UNRLAY"
21679   - "IP6UNRLAY"
21680   layout:
21681     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21682     layout: "plot-latency"
21683
21684 -
21685   type: "plot"
21686   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21687   algorithm: "plot_latency_error_bars"
21688   output-file-type: ".html"
21689   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21690   data: "plot-vpp-throughput-latency-3n-hsw"
21691   filter: "'NIC_Intel-X520-DA2' and
21692            '78B' and
21693            'ENCAP' and
21694            'NDRPDR' and
21695            '2T2C' and
21696            'LISP' and
21697            not 'VHOST'"
21698   parameters:
21699   - "latency"
21700   - "parent"
21701   - "tags"
21702   sort:
21703   - "IP4UNRLAY"
21704   - "IP6UNRLAY"
21705   layout:
21706     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21707     layout: "plot-latency"
21708
21709 ################################################################################
21710
21711 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21712 -
21713   type: "plot"
21714   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21715   algorithm: "plot_latency_error_bars"
21716   output-file-type: ".html"
21717   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21718   data: "plot-vpp-throughput-latency-3n-hsw"
21719   filter: "'NIC_Intel-XL710' and
21720            '64B' and
21721            'IP4FWD' and
21722            'NDRPDR' and
21723            'BASE' and
21724            '1T1C' and
21725            'IPSECHW' and
21726            ('IPSECTRAN' or 'IPSECTUN') and
21727            not 'VHOST'"
21728   parameters:
21729   - "latency"
21730   - "parent"
21731   - "tags"
21732   layout:
21733     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21734     layout: "plot-latency"
21735
21736 -
21737   type: "plot"
21738   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21739   algorithm: "plot_latency_error_bars"
21740   output-file-type: ".html"
21741   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21742   data: "plot-vpp-throughput-latency-3n-hsw"
21743   filter: "'NIC_Intel-XL710' and
21744            '64B' and
21745            'IP4FWD' and
21746            'NDRPDR' and
21747            'BASE' and
21748            '2T2C' and
21749            'IPSECHW' and
21750            ('IPSECTRAN' or 'IPSECTUN') and
21751            not 'VHOST'"
21752   parameters:
21753   - "latency"
21754   - "parent"
21755   - "tags"
21756   layout:
21757     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21758     layout: "plot-latency"
21759
21760 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21761 -
21762   type: "plot"
21763   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21764   algorithm: "plot_latency_error_bars"
21765   output-file-type: ".html"
21766   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21767   data: "plot-vpp-throughput-latency-3n-hsw"
21768   filter: "'NIC_Intel-XL710' and
21769            '64B' and
21770            'IP4FWD' and
21771            'NDRPDR' and
21772            'SCALE' and
21773            '1T1C' and
21774            'IPSECHW' and
21775            ('IPSECTRAN' or 'IPSECTUN') and
21776            not 'VHOST'"
21777   parameters:
21778   - "latency"
21779   - "parent"
21780   - "tags"
21781   layout:
21782     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21783     layout: "plot-latency"
21784
21785 -
21786   type: "plot"
21787   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21788   algorithm: "plot_latency_error_bars"
21789   output-file-type: ".html"
21790   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21791   data: "plot-vpp-throughput-latency-3n-hsw"
21792   filter: "'NIC_Intel-XL710' and
21793            '64B' and
21794            'IP4FWD' and
21795            'NDRPDR' and
21796            'SCALE' and
21797            '2T2C' and
21798            'IPSECHW' and
21799            ('IPSECTRAN' or 'IPSECTUN') and
21800            not 'VHOST'"
21801   parameters:
21802   - "latency"
21803   - "parent"
21804   - "tags"
21805   layout:
21806     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21807     layout: "plot-latency"
21808
21809 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21810 -
21811   type: "plot"
21812   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21813   algorithm: "plot_latency_error_bars"
21814   output-file-type: ".html"
21815   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21816   data: "plot-vpp-throughput-latency-3n-hsw"
21817   filter: "'NIC_Intel-XL710' and
21818            '64B' and
21819            'IP4FWD' and
21820            'NDRPDR' and
21821            '1T1C' and
21822            'IPSECSW' and
21823            ('IPSECTRAN' or 'IPSECTUN') and
21824            not 'VHOST'"
21825   parameters:
21826   - "latency"
21827   - "parent"
21828   - "tags"
21829   layout:
21830     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21831     layout: "plot-latency"
21832
21833 -
21834   type: "plot"
21835   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21836   algorithm: "plot_latency_error_bars"
21837   output-file-type: ".html"
21838   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21839   data: "plot-vpp-throughput-latency-3n-hsw"
21840   filter: "'NIC_Intel-XL710' and
21841            '64B' and
21842            'IP4FWD' and
21843            'NDRPDR' and
21844            '2T2C' and
21845            'IPSECSW' and
21846            ('IPSECTRAN' or 'IPSECTUN') and
21847            not 'VHOST'"
21848   parameters:
21849   - "latency"
21850   - "parent"
21851   - "tags"
21852   layout:
21853     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21854     layout: "plot-latency"
21855
21856 ################################################################################
21857
21858 # Packet Latency - VPP SRv6 3n-hsw-x520
21859 -
21860   type: "plot"
21861   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21862   algorithm: "plot_latency_error_bars"
21863   output-file-type: ".html"
21864   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21865   data: "plot-vpp-throughput-latency-3n-hsw"
21866   filter: "'NIC_Intel-X520-DA2' and
21867            '78B' and
21868            'FEATURE' and
21869            'NDRPDR' and
21870            '1T1C' and
21871            'IP6FWD' and
21872            'SRv6'"
21873   parameters:
21874   - "latency"
21875   - "parent"
21876   - "tags"
21877   layout:
21878     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21879     layout: "plot-latency"
21880
21881 -
21882   type: "plot"
21883   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21884   algorithm: "plot_latency_error_bars"
21885   output-file-type: ".html"
21886   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21887   data: "plot-vpp-throughput-latency-3n-hsw"
21888   filter: "'NIC_Intel-X520-DA2' and
21889            '78B' and
21890            'FEATURE' and
21891            'NDRPDR' and
21892            '2T2C' and
21893            'IP6FWD' and
21894            'SRv6'"
21895   parameters:
21896   - "latency"
21897   - "parent"
21898   - "tags"
21899   layout:
21900     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21901     layout: "plot-latency"
21902
21903 ################################################################################
21904
21905 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21906 -
21907   type: "plot"
21908   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21909   algorithm: "plot_latency_error_bars"
21910   output-file-type: ".html"
21911   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21912   data: "plot-vpp-throughput-latency-3n-hsw"
21913   filter: "'NIC_Intel-X520-DA2' and
21914            '64B' and
21915            'NDRPDR' and
21916            'ETH' and
21917            'IP4FWD' and
21918            '1T1C' and
21919            'VHOST_1024' and
21920            not 'VXLAN' and
21921            not 'DOT1Q'"
21922   parameters:
21923   - "latency"
21924   - "parent"
21925   - "tags"
21926   sort:
21927   - "not CFS_OPT"
21928   - "1VM"
21929   - "2VM"
21930   layout:
21931     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21932     layout: "plot-latency"
21933
21934 -
21935   type: "plot"
21936   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21937   algorithm: "plot_latency_error_bars"
21938   output-file-type: ".html"
21939   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21940   data: "plot-vpp-throughput-latency-3n-hsw"
21941   filter: "'NIC_Intel-X520-DA2' and
21942            '64B' and
21943            'NDRPDR' and
21944            'ETH' and
21945            'IP4FWD' and
21946            '2T2C' and
21947            'VHOST_1024' and
21948            not 'VXLAN' and
21949            not 'DOT1Q'"
21950   parameters:
21951   - "latency"
21952   - "parent"
21953   - "tags"
21954   sort:
21955   - "not CFS_OPT"
21956   - "1VM"
21957   - "2VM"
21958   layout:
21959     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21960     layout: "plot-latency"
21961
21962 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21963 -
21964   type: "plot"
21965   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21966   algorithm: "plot_latency_error_bars"
21967   output-file-type: ".html"
21968   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21969   data: "plot-vpp-throughput-latency-3n-hsw"
21970   filter: "'NIC_Intel-X520-DA2' and
21971            '64B' and
21972            'NDRPDR' and
21973            ('ETH' or 'DOT1Q') and
21974            '1T1C' and
21975            'L2BDMACLRN' and
21976            'VHOST_1024' and
21977            not 'VXLAN' and
21978            not 'IP4FWD' and
21979            not '2VM'"
21980   parameters:
21981   - "latency"
21982   - "parent"
21983   - "tags"
21984 #  sort:
21985 #  - "VM"  # "not CFS_OPT"
21986 #  - "CFS_OPT"
21987 #  - "FIB_10K"
21988 #  - "FIB_100K"
21989 #  - "FIB_1M"
21990   layout:
21991     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21992     layout: "plot-latency"
21993
21994 -
21995   type: "plot"
21996   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21997   algorithm: "plot_latency_error_bars"
21998   output-file-type: ".html"
21999   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22000   data: "plot-vpp-throughput-latency-3n-hsw"
22001   filter: "'NIC_Intel-X520-DA2' and
22002            '64B' and
22003            'NDRPDR' and
22004            ('ETH' or 'DOT1Q') and
22005            '2T2C' and
22006            'L2BDMACLRN' and
22007            'VHOST_1024' and
22008            not 'VXLAN' and
22009            not 'IP4FWD' and
22010            not '2VM'"
22011   parameters:
22012   - "latency"
22013   - "parent"
22014   - "tags"
22015 #  sort:
22016 #  - "VM"  # "not CFS_OPT"
22017 #  - "CFS_OPT"
22018 #  - "FIB_10K"
22019 #  - "FIB_100K"
22020 #  - "FIB_1M"
22021   layout:
22022     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22023     layout: "plot-latency"
22024
22025 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
22026 -
22027   type: "plot"
22028   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22029   algorithm: "plot_latency_error_bars"
22030   output-file-type: ".html"
22031   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22032   data: "plot-vpp-throughput-latency-3n-hsw"
22033   filter: "'NIC_Intel-X520-DA2' and
22034            '64B' and
22035            'NDRPDR' and
22036            ('ETH' or 'DOT1Q') and
22037            'BASE' and
22038            '1T1C' and
22039            ('L2BDMACLRN' or 'L2XCFWD') and
22040            'VHOST_1024' and
22041            not 'VXLAN' and
22042            not 'IP4FWD' and
22043            not '2VM'"
22044   parameters:
22045   - "latency"
22046   - "parent"
22047   - "tags"
22048 #  sort:
22049 #  - "not CFS_OPT"
22050 #  - "L2XCFWD"
22051 #  - "not CFS_OPT"
22052 #  - "CFS_OPT"
22053   layout:
22054     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
22055     layout: "plot-latency"
22056
22057 -
22058   type: "plot"
22059   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22060   algorithm: "plot_latency_error_bars"
22061   output-file-type: ".html"
22062   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22063   data: "plot-vpp-throughput-latency-3n-hsw"
22064   filter: "'NIC_Intel-X520-DA2' and
22065            '64B' and
22066            'NDRPDR' and
22067            ('ETH' or 'DOT1Q') and
22068            'BASE' and
22069            '2T2C' and
22070            ('L2BDMACLRN' or 'L2XCFWD') and
22071            'VHOST_1024' and
22072            not 'VXLAN' and
22073            not 'IP4FWD' and
22074            not '2VM'"
22075   parameters:
22076   - "latency"
22077   - "parent"
22078   - "tags"
22079 #  sort:
22080 #  - "not CFS_OPT"
22081 #  - "L2XCFWD"
22082 #  - "not CFS_OPT"
22083 #  - "CFS_OPT"
22084   layout:
22085     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22086     layout: "plot-latency"
22087
22088 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22089 -
22090   type: "plot"
22091   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22092   algorithm: "plot_latency_error_bars"
22093   output-file-type: ".html"
22094   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22095   data: "plot-vpp-throughput-latency-3n-hsw"
22096   filter: "'NIC_Intel-X520-DA2' and
22097            '64B' and
22098            'NDRPDR' and
22099            ('ETH' or 'DOT1Q') and
22100            '1T1C' and
22101            ('L2BDMACLRN' or 'L2XCFWD') and
22102            'VHOST_1024' and
22103            not 'CFS_OPT' and
22104            not 'VXLAN' and
22105            not 'IP4FWD' and
22106            not 'LBOND'"
22107   parameters:
22108   - "latency"
22109   - "parent"
22110   - "tags"
22111 #  sort:
22112 #  - "1VM"
22113 #  - "L2XCFWD"
22114 #  - "1VM"
22115 #  - "L2BDMACLRN"
22116   layout:
22117     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22118     layout: "plot-latency"
22119
22120 -
22121   type: "plot"
22122   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22123   algorithm: "plot_latency_error_bars"
22124   output-file-type: ".html"
22125   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22126   data: "plot-vpp-throughput-latency-3n-hsw"
22127   filter: "'NIC_Intel-X520-DA2' and
22128            '64B' and
22129            'NDRPDR' and
22130            ('ETH' or 'DOT1Q') and
22131            '2T2C' and
22132            ('L2BDMACLRN' or 'L2XCFWD') and
22133            'VHOST_1024' and
22134            not 'CFS_OPT' and
22135            not 'VXLAN' and
22136            not 'IP4FWD' and
22137            not 'LBOND'"
22138   parameters:
22139   - "latency"
22140   - "parent"
22141   - "tags"
22142 #  sort:
22143 #  - "1VM"
22144 #  - "L2XCFWD"
22145 #  - "1VM"
22146 #  - "L2BDMACLRN"
22147   layout:
22148     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22149     layout: "plot-latency"
22150
22151 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22152 -
22153   type: "plot"
22154   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22155   algorithm: "plot_latency_error_bars"
22156   output-file-type: ".html"
22157   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22158   data: "plot-vpp-throughput-latency-3n-hsw"
22159   filter: "'NIC_Intel-X710' and
22160            '64B' and
22161            'NDRPDR' and
22162            'ETH' and
22163            'IP4FWD' and
22164            '1T1C' and
22165            'VHOST_1024' and
22166            not 'VXLAN' and
22167            not 'DOT1Q'"
22168   parameters:
22169   - "latency"
22170   - "parent"
22171   - "tags"
22172   sort:
22173   - "not CFS_OPT"
22174   - "1VM"
22175   - "2VM"
22176   layout:
22177     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22178     layout: "plot-latency"
22179
22180 -
22181   type: "plot"
22182   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22183   algorithm: "plot_latency_error_bars"
22184   output-file-type: ".html"
22185   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22186   data: "plot-vpp-throughput-latency-3n-hsw"
22187   filter: "'NIC_Intel-X710' and
22188            '64B' and
22189            'NDRPDR' and
22190            'ETH' and
22191            'IP4FWD' and
22192            '2T2C' and
22193            'VHOST_1024' and
22194            not 'VXLAN' and
22195            not 'DOT1Q'"
22196   parameters:
22197   - "latency"
22198   - "parent"
22199   - "tags"
22200   sort:
22201   - "not CFS_OPT"
22202   - "1VM"
22203   - "2VM"
22204   layout:
22205     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22206     layout: "plot-latency"
22207
22208 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22209 -
22210   type: "plot"
22211   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22212   algorithm: "plot_latency_error_bars"
22213   output-file-type: ".html"
22214   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22215   data: "plot-vpp-throughput-latency-3n-hsw"
22216   filter: "'NIC_Intel-X710' and
22217            '64B' and
22218            'NDRPDR' and
22219            ('ETH' or 'DOT1Q') and
22220            '1T1C' and
22221            'L2BDMACLRN' and
22222            'VHOST_1024' and
22223            not 'VXLAN' and
22224            not 'IP4FWD' and
22225            not '2VM'"
22226   parameters:
22227   - "latency"
22228   - "parent"
22229   - "tags"
22230 #  sort:
22231 #  - "VM"  # "not CFS_OPT"
22232 #  - "CFS_OPT"
22233 #  - "FIB_10K"
22234 #  - "FIB_100K"
22235 #  - "FIB_1M"
22236   layout:
22237     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22238     layout: "plot-latency"
22239
22240 -
22241   type: "plot"
22242   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22243   algorithm: "plot_latency_error_bars"
22244   output-file-type: ".html"
22245   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22246   data: "plot-vpp-throughput-latency-3n-hsw"
22247   filter: "'NIC_Intel-X710' and
22248            '64B' and
22249            'NDRPDR' and
22250            ('ETH' or 'DOT1Q') and
22251            '2T2C' and
22252            'L2BDMACLRN' and
22253            'VHOST_1024' and
22254            not 'VXLAN' and
22255            not 'IP4FWD' and
22256            not '2VM'"
22257   parameters:
22258   - "latency"
22259   - "parent"
22260   - "tags"
22261 #  sort:
22262 #  - "VM"  # "not CFS_OPT"
22263 #  - "CFS_OPT"
22264 #  - "FIB_10K"
22265 #  - "FIB_100K"
22266 #  - "FIB_1M"
22267   layout:
22268     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22269     layout: "plot-latency"
22270
22271 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22272 -
22273   type: "plot"
22274   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22275   algorithm: "plot_latency_error_bars"
22276   output-file-type: ".html"
22277   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22278   data: "plot-vpp-throughput-latency-3n-hsw"
22279   filter: "'NIC_Intel-X710' and
22280            '64B' and
22281            'NDRPDR' and
22282            ('ETH' or 'DOT1Q') and
22283            'BASE' and
22284            '1T1C' and
22285            ('L2BDMACLRN' or 'L2XCFWD') and
22286            'VHOST_1024' and
22287            not 'VXLAN' and
22288            not 'IP4FWD' and
22289            not '2VM'"
22290   parameters:
22291   - "latency"
22292   - "parent"
22293   - "tags"
22294 #  sort:
22295 #  - "not CFS_OPT"
22296 #  - "L2XCFWD"
22297 #  - "not CFS_OPT"
22298 #  - "CFS_OPT"
22299   layout:
22300     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22301     layout: "plot-latency"
22302
22303 -
22304   type: "plot"
22305   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22306   algorithm: "plot_latency_error_bars"
22307   output-file-type: ".html"
22308   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22309   data: "plot-vpp-throughput-latency-3n-hsw"
22310   filter: "'NIC_Intel-X710' and
22311            '64B' and
22312            'NDRPDR' and
22313            ('ETH' or 'DOT1Q') and
22314            'BASE' and
22315            '2T2C' and
22316            ('L2BDMACLRN' or 'L2XCFWD') and
22317            'VHOST_1024' and
22318            not 'VXLAN' and
22319            not 'IP4FWD' and
22320            not '2VM'"
22321   parameters:
22322   - "latency"
22323   - "parent"
22324   - "tags"
22325 #  sort:
22326 #  - "not CFS_OPT"
22327 #  - "L2XCFWD"
22328 #  - "not CFS_OPT"
22329 #  - "CFS_OPT"
22330   layout:
22331     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22332     layout: "plot-latency"
22333
22334 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22335 -
22336   type: "plot"
22337   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22338   algorithm: "plot_latency_error_bars"
22339   output-file-type: ".html"
22340   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22341   data: "plot-vpp-throughput-latency-3n-hsw"
22342   filter: "'NIC_Intel-X710' and
22343            '64B' and
22344            'NDRPDR' and
22345            ('ETH' or 'DOT1Q') and
22346            '1T1C' and
22347            ('L2BDMACLRN' or 'L2XCFWD') and
22348            'VHOST_1024' and
22349            not 'CFS_OPT' and
22350            not 'VXLAN' and
22351            not 'IP4FWD' and
22352            not 'LBOND'"
22353   parameters:
22354   - "latency"
22355   - "parent"
22356   - "tags"
22357 #  sort:
22358 #  - "1VM"
22359 #  - "L2XCFWD"
22360 #  - "1VM"
22361 #  - "L2BDMACLRN"
22362   layout:
22363     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22364     layout: "plot-latency"
22365
22366 -
22367   type: "plot"
22368   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22369   algorithm: "plot_latency_error_bars"
22370   output-file-type: ".html"
22371   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22372   data: "plot-vpp-throughput-latency-3n-hsw"
22373   filter: "'NIC_Intel-X710' and
22374            '64B' and
22375            'NDRPDR' and
22376            ('ETH' or 'DOT1Q') and
22377            '2T2C' and
22378            ('L2BDMACLRN' or 'L2XCFWD') and
22379            'VHOST_1024' and
22380            not 'CFS_OPT' and
22381            not 'VXLAN' and
22382            not 'IP4FWD' and
22383            not 'LBOND'"
22384   parameters:
22385   - "latency"
22386   - "parent"
22387   - "tags"
22388 #  sort:
22389 #  - "1VM"
22390 #  - "L2XCFWD"
22391 #  - "1VM"
22392 #  - "L2BDMACLRN"
22393   layout:
22394     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22395     layout: "plot-latency"
22396
22397 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22398 -
22399   type: "plot"
22400   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22401   algorithm: "plot_latency_error_bars"
22402   output-file-type: ".html"
22403   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22404   data: "plot-vpp-throughput-latency-3n-hsw"
22405   filter: "'NIC_Intel-XL710' and
22406            '64B' and
22407            'NDRPDR' and
22408            'ETH' and
22409            'IP4FWD' and
22410            '1T1C' and
22411            'VHOST_1024' and
22412            not 'VXLAN' and
22413            not 'DOT1Q'"
22414   parameters:
22415   - "latency"
22416   - "parent"
22417   - "tags"
22418   sort:
22419   - "not CFS_OPT"
22420   - "1VM"
22421   - "2VM"
22422   layout:
22423     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22424     layout: "plot-latency"
22425
22426 -
22427   type: "plot"
22428   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22429   algorithm: "plot_latency_error_bars"
22430   output-file-type: ".html"
22431   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22432   data: "plot-vpp-throughput-latency-3n-hsw"
22433   filter: "'NIC_Intel-XL710' and
22434            '64B' and
22435            'NDRPDR' and
22436            'ETH' and
22437            'IP4FWD' and
22438            '2T2C' and
22439            'VHOST_1024' and
22440            not 'VXLAN' and
22441            not 'DOT1Q'"
22442   parameters:
22443   - "latency"
22444   - "parent"
22445   - "tags"
22446   sort:
22447   - "not CFS_OPT"
22448   - "1VM"
22449   - "2VM"
22450   layout:
22451     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22452     layout: "plot-latency"
22453
22454 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22455 -
22456   type: "plot"
22457   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22458   algorithm: "plot_latency_error_bars"
22459   output-file-type: ".html"
22460   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22461   data: "plot-vpp-throughput-latency-3n-hsw"
22462   filter: "'NIC_Intel-XL710' and
22463            '64B' and
22464            'NDRPDR' and
22465            ('ETH' or 'DOT1Q') and
22466            '1T1C' and
22467            'L2BDMACLRN' and
22468            'VHOST_1024' and
22469            not 'VXLAN' and
22470            not 'IP4FWD' and
22471            not '2VM'"
22472   parameters:
22473   - "latency"
22474   - "parent"
22475   - "tags"
22476 #  sort:
22477 #  - "VM"  # "not CFS_OPT"
22478 #  - "CFS_OPT"
22479 #  - "FIB_10K"
22480 #  - "FIB_100K"
22481 #  - "FIB_1M"
22482   layout:
22483     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22484     layout: "plot-latency"
22485
22486 -
22487   type: "plot"
22488   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22489   algorithm: "plot_latency_error_bars"
22490   output-file-type: ".html"
22491   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22492   data: "plot-vpp-throughput-latency-3n-hsw"
22493   filter: "'NIC_Intel-XL710' and
22494            '64B' and
22495            'NDRPDR' and
22496            ('ETH' or 'DOT1Q') and
22497            '2T2C' and
22498            'L2BDMACLRN' and
22499            'VHOST_1024' and
22500            not 'VXLAN' and
22501            not 'IP4FWD' and
22502            not '2VM'"
22503   parameters:
22504   - "latency"
22505   - "parent"
22506   - "tags"
22507 #  sort:
22508 #  - "VM"  # "not CFS_OPT"
22509 #  - "CFS_OPT"
22510 #  - "FIB_10K"
22511 #  - "FIB_100K"
22512 #  - "FIB_1M"
22513   layout:
22514     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22515     layout: "plot-latency"
22516
22517 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22518 -
22519   type: "plot"
22520   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22521   algorithm: "plot_latency_error_bars"
22522   output-file-type: ".html"
22523   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22524   data: "plot-vpp-throughput-latency-3n-hsw"
22525   filter: "'NIC_Intel-XL710' and
22526            '64B' and
22527            'NDRPDR' and
22528            ('ETH' or 'DOT1Q') and
22529            'BASE' and
22530            '1T1C' and
22531            ('L2BDMACLRN' or 'L2XCFWD') and
22532            'VHOST_1024' and
22533            not 'VXLAN' and
22534            not 'IP4FWD' and
22535            not '2VM'"
22536   parameters:
22537   - "latency"
22538   - "parent"
22539   - "tags"
22540 #  sort:
22541 #  - "not CFS_OPT"
22542 #  - "L2XCFWD"
22543 #  - "not CFS_OPT"
22544 #  - "CFS_OPT"
22545   layout:
22546     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22547     layout: "plot-latency"
22548
22549 -
22550   type: "plot"
22551   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22552   algorithm: "plot_latency_error_bars"
22553   output-file-type: ".html"
22554   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22555   data: "plot-vpp-throughput-latency-3n-hsw"
22556   filter: "'NIC_Intel-XL710' and
22557            '64B' and
22558            'NDRPDR' and
22559            ('ETH' or 'DOT1Q') and
22560            'BASE' and
22561            '2T2C' and
22562            ('L2BDMACLRN' or 'L2XCFWD') and
22563            'VHOST_1024' and
22564            not 'VXLAN' and
22565            not 'IP4FWD' and
22566            not '2VM'"
22567   parameters:
22568   - "latency"
22569   - "parent"
22570   - "tags"
22571 #  sort:
22572 #  - "not CFS_OPT"
22573 #  - "L2XCFWD"
22574 #  - "not CFS_OPT"
22575 #  - "CFS_OPT"
22576   layout:
22577     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22578     layout: "plot-latency"
22579
22580 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22581 -
22582   type: "plot"
22583   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22584   algorithm: "plot_latency_error_bars"
22585   output-file-type: ".html"
22586   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22587   data: "plot-vpp-throughput-latency-3n-hsw"
22588   filter: "'NIC_Intel-XL710' and
22589            '64B' and
22590            'NDRPDR' and
22591            ('ETH' or 'DOT1Q') and
22592            '1T1C' and
22593            ('L2BDMACLRN' or 'L2XCFWD') and
22594            'VHOST_1024' and
22595            not 'CFS_OPT' and
22596            not 'VXLAN' and
22597            not 'IP4FWD'"
22598   parameters:
22599   - "latency"
22600   - "parent"
22601   - "tags"
22602 #  sort:
22603 #  - "1VM"
22604 #  - "L2XCFWD"
22605 #  - "1VM"
22606 #  - "L2BDMACLRN"
22607   layout:
22608     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22609     layout: "plot-latency"
22610
22611 -
22612   type: "plot"
22613   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22614   algorithm: "plot_latency_error_bars"
22615   output-file-type: ".html"
22616   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22617   data: "plot-vpp-throughput-latency-3n-hsw"
22618   filter: "'NIC_Intel-XL710' and
22619            '64B' and
22620            'NDRPDR' and
22621            ('ETH' or 'DOT1Q') and
22622            '2T2C' and
22623            ('L2BDMACLRN' or 'L2XCFWD') and
22624            'VHOST_1024' and
22625            not 'CFS_OPT' and
22626            not 'VXLAN' and
22627            not 'IP4FWD'"
22628   parameters:
22629   - "latency"
22630   - "parent"
22631   - "tags"
22632 #  sort:
22633 #  - "1VM"
22634 #  - "L2XCFWD"
22635 #  - "1VM"
22636 #  - "L2BDMACLRN"
22637   layout:
22638     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22639     layout: "plot-latency"
22640
22641 # Packet Latency - VPP vhost ip4 3n-skx-x710
22642 -
22643   type: "plot"
22644   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22645   algorithm: "plot_latency_error_bars"
22646   output-file-type: ".html"
22647   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22648   data: "plot-vpp-throughput-latency-3n-skx"
22649   filter: "'NIC_Intel-X710' and
22650            '64B' and
22651            'NDRPDR' and
22652            'ETH' and
22653            'IP4FWD' and
22654            '2T1C' and
22655            'VHOST_1024' and
22656            not 'VXLAN' and
22657            not 'DOT1Q'"
22658   parameters:
22659   - "latency"
22660   - "parent"
22661   - "tags"
22662   sort:
22663   - "not CFS_OPT"
22664   - "1VM"
22665   - "2VM"
22666   layout:
22667     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22668     layout: "plot-latency"
22669
22670 -
22671   type: "plot"
22672   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22673   algorithm: "plot_latency_error_bars"
22674   output-file-type: ".html"
22675   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22676   data: "plot-vpp-throughput-latency-3n-skx"
22677   filter: "'NIC_Intel-X710' and
22678            '64B' and
22679            'NDRPDR' and
22680            'ETH' and
22681            'IP4FWD' and
22682            '4T2C' and
22683            'VHOST_1024' and
22684            not 'VXLAN' and
22685            not 'DOT1Q'"
22686   parameters:
22687   - "latency"
22688   - "parent"
22689   - "tags"
22690   sort:
22691   - "not CFS_OPT"
22692   - "1VM"
22693   - "2VM"
22694   layout:
22695     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22696     layout: "plot-latency"
22697
22698 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22699 -
22700   type: "plot"
22701   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22702   algorithm: "plot_latency_error_bars"
22703   output-file-type: ".html"
22704   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22705   data: "plot-vpp-throughput-latency-3n-skx"
22706   filter: "'NIC_Intel-X710' and
22707            '64B' and
22708            'NDRPDR' and
22709            ('ETH' or 'DOT1Q') and
22710            '2T1C' and
22711            'L2BDMACLRN' and
22712            'VHOST_1024' and
22713            not 'VXLAN' and
22714            not 'IP4FWD' and
22715            not '2VM'"
22716   parameters:
22717   - "latency"
22718   - "parent"
22719   - "tags"
22720 #  sort:
22721 #  - "VM"  # "not CFS_OPT"
22722 #  - "CFS_OPT"
22723 #  - "FIB_10K"
22724 #  - "FIB_100K"
22725 #  - "FIB_1M"
22726   layout:
22727     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22728     layout: "plot-latency"
22729
22730 -
22731   type: "plot"
22732   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22733   algorithm: "plot_latency_error_bars"
22734   output-file-type: ".html"
22735   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22736   data: "plot-vpp-throughput-latency-3n-skx"
22737   filter: "'NIC_Intel-X710' and
22738            '64B' and
22739            'NDRPDR' and
22740            ('ETH' or 'DOT1Q') and
22741            '4T2C' and
22742            'L2BDMACLRN' and
22743            'VHOST_1024' and
22744            not 'VXLAN' and
22745            not 'IP4FWD' and
22746            not '2VM'"
22747   parameters:
22748   - "latency"
22749   - "parent"
22750   - "tags"
22751 #  sort:
22752 #  - "VM"  # "not CFS_OPT"
22753 #  - "CFS_OPT"
22754 #  - "FIB_10K"
22755 #  - "FIB_100K"
22756 #  - "FIB_1M"
22757   layout:
22758     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22759     layout: "plot-latency"
22760
22761 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22762 -
22763   type: "plot"
22764   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22765   algorithm: "plot_latency_error_bars"
22766   output-file-type: ".html"
22767   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22768   data: "plot-vpp-throughput-latency-3n-skx"
22769   filter: "'NIC_Intel-X710' and
22770            '64B' and
22771            'NDRPDR' and
22772            ('ETH' or 'DOT1Q') and
22773            'BASE' and
22774            '2T1C' and
22775            ('L2BDMACLRN' or 'L2XCFWD') and
22776            'VHOST_1024' and
22777            not 'VXLAN' and
22778            not 'IP4FWD' and
22779            not '2VM' and
22780            not 'LBOND'"
22781   parameters:
22782   - "latency"
22783   - "parent"
22784   - "tags"
22785 #  sort:
22786 #  - "not CFS_OPT"
22787 #  - "L2XCFWD"
22788 #  - "not CFS_OPT"
22789 #  - "CFS_OPT"
22790   layout:
22791     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22792     layout: "plot-latency"
22793
22794 -
22795   type: "plot"
22796   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22797   algorithm: "plot_latency_error_bars"
22798   output-file-type: ".html"
22799   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22800   data: "plot-vpp-throughput-latency-3n-skx"
22801   filter: "'NIC_Intel-X710' and
22802            '64B' and
22803            'NDRPDR' and
22804            ('ETH' or 'DOT1Q') and
22805            'BASE' and
22806            '4T2C' and
22807            ('L2BDMACLRN' or 'L2XCFWD') and
22808            'VHOST_1024' and
22809            not 'VXLAN' and
22810            not 'IP4FWD' and
22811            not '2VM' and
22812            not 'LBOND'"
22813   parameters:
22814   - "latency"
22815   - "parent"
22816   - "tags"
22817 #  sort:
22818 #  - "not CFS_OPT"
22819 #  - "L2XCFWD"
22820 #  - "not CFS_OPT"
22821 #  - "CFS_OPT"
22822   layout:
22823     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22824     layout: "plot-latency"
22825
22826 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22827 -
22828   type: "plot"
22829   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22830   algorithm: "plot_latency_error_bars"
22831   output-file-type: ".html"
22832   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22833   data: "plot-vpp-throughput-latency-3n-skx"
22834   filter: "'NIC_Intel-X710' and
22835            '64B' and
22836            'NDRPDR' and
22837            ('ETH' or 'DOT1Q') and
22838            '2T1C' and
22839            ('L2BDMACLRN' or 'L2XCFWD') and
22840            'VHOST_1024' and
22841            not 'CFS_OPT' and
22842            not 'VXLAN' and
22843            not 'IP4FWD' and
22844            not 'LBOND'"
22845   parameters:
22846   - "latency"
22847   - "parent"
22848   - "tags"
22849 #  sort:
22850 #  - "1VM"
22851 #  - "L2XCFWD"
22852 #  - "1VM"
22853 #  - "L2BDMACLRN"
22854   layout:
22855     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
22856     layout: "plot-latency"
22857
22858 -
22859   type: "plot"
22860   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22861   algorithm: "plot_latency_error_bars"
22862   output-file-type: ".html"
22863   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22864   data: "plot-vpp-throughput-latency-3n-skx"
22865   filter: "'NIC_Intel-X710' and
22866            '64B' and
22867            'NDRPDR' and
22868            ('ETH' or 'DOT1Q') and
22869            '4T2C' and
22870            ('L2BDMACLRN' or 'L2XCFWD') and
22871            'VHOST_1024' and
22872            not 'CFS_OPT' and
22873            not 'VXLAN' and
22874            not 'IP4FWD' and
22875            not 'LBOND'"
22876   parameters:
22877   - "latency"
22878   - "parent"
22879   - "tags"
22880 #  sort:
22881 #  - "1VM"
22882 #  - "L2XCFWD"
22883 #  - "1VM"
22884 #  - "L2BDMACLRN"
22885   layout:
22886     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
22887     layout: "plot-latency"
22888
22889 # Packet Latency - VPP vhost ip4 2n-skx-x710
22890 -
22891   type: "plot"
22892   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22893   algorithm: "plot_latency_error_bars"
22894   output-file-type: ".html"
22895   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22896   data: "plot-vpp-throughput-latency-2n-skx"
22897   filter: "'NIC_Intel-X710' and
22898            '64B' and
22899            'NDRPDR' and
22900            'ETH' and
22901            'IP4FWD' and
22902            '2T1C' and
22903            'VHOST_1024' and
22904            not 'VXLAN' and
22905            not 'NF_DENSITY' and
22906            not 'DOT1Q'"
22907   parameters:
22908   - "latency"
22909   - "parent"
22910   - "tags"
22911   sort:
22912   - "not CFS_OPT"
22913   - "1VM"
22914   - "2VM"
22915   layout:
22916     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22917     layout: "plot-latency"
22918
22919 -
22920   type: "plot"
22921   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22922   algorithm: "plot_latency_error_bars"
22923   output-file-type: ".html"
22924   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22925   data: "plot-vpp-throughput-latency-2n-skx"
22926   filter: "'NIC_Intel-X710' and
22927            '64B' and
22928            'NDRPDR' and
22929            'ETH' and
22930            'IP4FWD' and
22931            '4T2C' and
22932            'VHOST_1024' and
22933            not 'VXLAN' and
22934            not 'NF_DENSITY' and
22935            not 'DOT1Q'"
22936   parameters:
22937   - "latency"
22938   - "parent"
22939   - "tags"
22940   sort:
22941   - "not CFS_OPT"
22942   - "1VM"
22943   - "2VM"
22944   layout:
22945     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22946     layout: "plot-latency"
22947
22948 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22949 -
22950   type: "plot"
22951   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22952   algorithm: "plot_latency_error_bars"
22953   output-file-type: ".html"
22954   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22955   data: "plot-vpp-throughput-latency-2n-skx"
22956   filter: "'NIC_Intel-X710' and
22957            '64B' and
22958            'NDRPDR' and
22959            ('ETH' or 'DOT1Q') and
22960            '2T1C' and
22961            'L2BDMACLRN' and
22962            'VHOST_1024' and
22963            not 'VXLAN' and
22964            not 'IP4FWD' and
22965            not 'NF_DENSITY' and
22966            not '2VM'"
22967   parameters:
22968   - "latency"
22969   - "parent"
22970   - "tags"
22971 #  sort:
22972 #  - "VM"  # "not CFS_OPT"
22973 #  - "CFS_OPT"
22974 #  - "FIB_10K"
22975 #  - "FIB_100K"
22976 #  - "FIB_1M"
22977   layout:
22978     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22979     layout: "plot-latency"
22980
22981 -
22982   type: "plot"
22983   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22984   algorithm: "plot_latency_error_bars"
22985   output-file-type: ".html"
22986   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22987   data: "plot-vpp-throughput-latency-2n-skx"
22988   filter: "'NIC_Intel-X710' and
22989            '64B' and
22990            'NDRPDR' and
22991            ('ETH' or 'DOT1Q') and
22992            '4T2C' and
22993            'L2BDMACLRN' and
22994            'VHOST_1024' and
22995            not 'VXLAN' and
22996            not 'NF_DENSITY' and
22997            not 'IP4FWD' and
22998            not '2VM'"
22999   parameters:
23000   - "latency"
23001   - "parent"
23002   - "tags"
23003 #  sort:
23004 #  - "VM"  # "not CFS_OPT"
23005 #  - "CFS_OPT"
23006 #  - "FIB_10K"
23007 #  - "FIB_100K"
23008 #  - "FIB_1M"
23009   layout:
23010     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23011     layout: "plot-latency"
23012
23013 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
23014 -
23015   type: "plot"
23016   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23017   algorithm: "plot_latency_error_bars"
23018   output-file-type: ".html"
23019   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23020   data: "plot-vpp-throughput-latency-2n-skx"
23021   filter: "'NIC_Intel-X710' and
23022            '64B' and
23023            'NDRPDR' and
23024            ('ETH' or 'DOT1Q') and
23025            'BASE' and
23026            '2T1C' and
23027            ('L2BDMACLRN' or 'L2XCFWD') and
23028            'VHOST_1024' and
23029            not 'VXLAN' and
23030            not 'NF_DENSITY' and
23031            not 'IP4FWD' and
23032            not '2VM'"
23033   parameters:
23034   - "latency"
23035   - "parent"
23036   - "tags"
23037 #  sort:
23038 #  - "not CFS_OPT"
23039 #  - "L2XCFWD"
23040 #  - "not CFS_OPT"
23041 #  - "CFS_OPT"
23042   layout:
23043     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23044     layout: "plot-latency"
23045
23046 -
23047   type: "plot"
23048   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23049   algorithm: "plot_latency_error_bars"
23050   output-file-type: ".html"
23051   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23052   data: "plot-vpp-throughput-latency-2n-skx"
23053   filter: "'NIC_Intel-X710' and
23054            '64B' and
23055            'NDRPDR' and
23056            ('ETH' or 'DOT1Q') and
23057            'BASE' and
23058            '4T2C' and
23059            ('L2BDMACLRN' or 'L2XCFWD') and
23060            'VHOST_1024' and
23061            not 'VXLAN' and
23062            not 'NF_DENSITY' and
23063            not 'IP4FWD' and
23064            not '2VM'"
23065   parameters:
23066   - "latency"
23067   - "parent"
23068   - "tags"
23069 #  sort:
23070 #  - "not CFS_OPT"
23071 #  - "L2XCFWD"
23072 #  - "not CFS_OPT"
23073 #  - "CFS_OPT"
23074   layout:
23075     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
23076     layout: "plot-latency"
23077
23078 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
23079 -
23080   type: "plot"
23081   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23082   algorithm: "plot_latency_error_bars"
23083   output-file-type: ".html"
23084   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23085   data: "plot-vpp-throughput-latency-2n-skx"
23086   filter: "'NIC_Intel-X710' and
23087            '64B' and
23088            'NDRPDR' and
23089            ('ETH' or 'DOT1Q') and
23090            '2T1C' and
23091            ('L2BDMACLRN' or 'L2XCFWD') and
23092            'VHOST_1024' and
23093            not 'CFS_OPT' and
23094            not 'VXLAN' and
23095            not 'NF_DENSITY' and
23096            not 'IP4FWD'"
23097   parameters:
23098   - "latency"
23099   - "parent"
23100   - "tags"
23101 #  sort:
23102 #  - "1VM"
23103 #  - "L2XCFWD"
23104 #  - "1VM"
23105 #  - "L2BDMACLRN"
23106   layout:
23107     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23108     layout: "plot-latency"
23109
23110 -
23111   type: "plot"
23112   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23113   algorithm: "plot_latency_error_bars"
23114   output-file-type: ".html"
23115   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23116   data: "plot-vpp-throughput-latency-2n-skx"
23117   filter: "'NIC_Intel-X710' and
23118            '64B' and
23119            'NDRPDR' and
23120            ('ETH' or 'DOT1Q') and
23121            '4T2C' and
23122            ('L2BDMACLRN' or 'L2XCFWD') and
23123            'VHOST_1024' and
23124            not 'CFS_OPT' and
23125            not 'VXLAN' and
23126            not 'NF_DENSITY' and
23127            not 'IP4FWD'"
23128   parameters:
23129   - "latency"
23130   - "parent"
23131   - "tags"
23132 #  sort:
23133 #  - "1VM"
23134 #  - "L2XCFWD"
23135 #  - "1VM"
23136 #  - "L2BDMACLRN"
23137   layout:
23138     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23139     layout: "plot-latency"
23140
23141 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23142 -
23143   type: "plot"
23144   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23145   algorithm: "plot_latency_error_bars"
23146   output-file-type: ".html"
23147   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23148   data: "plot-vpp-throughput-latency-2n-skx"
23149   filter: "'NIC_Intel-XXV710' and
23150            '64B' and
23151            'NDRPDR' and
23152            'ETH' and
23153            'IP4FWD' and
23154            '2T1C' and
23155            'VHOST_1024' and
23156            not 'VXLAN' and
23157            not 'DOT1Q'"
23158   parameters:
23159   - "latency"
23160   - "parent"
23161   - "tags"
23162   sort:
23163   - "not CFS_OPT"
23164   - "1VM"
23165   - "2VM"
23166   layout:
23167     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23168     layout: "plot-latency"
23169
23170 -
23171   type: "plot"
23172   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23173   algorithm: "plot_latency_error_bars"
23174   output-file-type: ".html"
23175   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23176   data: "plot-vpp-throughput-latency-2n-skx"
23177   filter: "'NIC_Intel-XXV710' and
23178            '64B' and
23179            'NDRPDR' and
23180            'ETH' and
23181            'IP4FWD' and
23182            '4T2C' and
23183            'VHOST_1024' and
23184            not 'VXLAN' and
23185            not 'DOT1Q'"
23186   parameters:
23187   - "latency"
23188   - "parent"
23189   - "tags"
23190   sort:
23191   - "not CFS_OPT"
23192   - "1VM"
23193   - "2VM"
23194   layout:
23195     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23196     layout: "plot-latency"
23197
23198 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23199 -
23200   type: "plot"
23201   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23202   algorithm: "plot_latency_error_bars"
23203   output-file-type: ".html"
23204   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23205   data: "plot-vpp-throughput-latency-2n-skx"
23206   filter: "'NIC_Intel-XXV710' and
23207            '64B' and
23208            'NDRPDR' and
23209            ('ETH' or 'DOT1Q') and
23210            '2T1C' and
23211            'L2BDMACLRN' and
23212            'VHOST_1024' and
23213            not 'VXLAN' and
23214            not 'IP4FWD' and
23215            not '2VM'"
23216   parameters:
23217   - "latency"
23218   - "parent"
23219   - "tags"
23220 #  sort:
23221 #  - "VM"  # "not CFS_OPT"
23222 #  - "CFS_OPT"
23223 #  - "FIB_10K"
23224 #  - "FIB_100K"
23225 #  - "FIB_1M"
23226   layout:
23227     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23228     layout: "plot-latency"
23229
23230 -
23231   type: "plot"
23232   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23233   algorithm: "plot_latency_error_bars"
23234   output-file-type: ".html"
23235   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23236   data: "plot-vpp-throughput-latency-2n-skx"
23237   filter: "'NIC_Intel-XXV710' and
23238            '64B' and
23239            'NDRPDR' and
23240            ('ETH' or 'DOT1Q') and
23241            '4T2C' and
23242            'L2BDMACLRN' and
23243            'VHOST_1024' and
23244            not 'VXLAN' and
23245            not 'IP4FWD' and
23246            not '2VM'"
23247   parameters:
23248   - "latency"
23249   - "parent"
23250   - "tags"
23251 #  sort:
23252 #  - "VM"  # "not CFS_OPT"
23253 #  - "CFS_OPT"
23254 #  - "FIB_10K"
23255 #  - "FIB_100K"
23256 #  - "FIB_1M"
23257   layout:
23258     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23259     layout: "plot-latency"
23260
23261 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23262 -
23263   type: "plot"
23264   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23265   algorithm: "plot_latency_error_bars"
23266   output-file-type: ".html"
23267   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23268   data: "plot-vpp-throughput-latency-2n-skx"
23269   filter: "'NIC_Intel-XXV710' and
23270            '64B' and
23271            'NDRPDR' and
23272            ('ETH' or 'DOT1Q') and
23273            'BASE' and
23274            '2T1C' and
23275            ('L2BDMACLRN' or 'L2XCFWD') and
23276            'VHOST_1024' and
23277            not 'VXLAN' and
23278            not 'IP4FWD' and
23279            not '2VM'"
23280   parameters:
23281   - "latency"
23282   - "parent"
23283   - "tags"
23284 #  sort:
23285 #  - "not CFS_OPT"
23286 #  - "L2XCFWD"
23287 #  - "not CFS_OPT"
23288 #  - "CFS_OPT"
23289   layout:
23290     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23291     layout: "plot-latency"
23292
23293 -
23294   type: "plot"
23295   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23296   algorithm: "plot_latency_error_bars"
23297   output-file-type: ".html"
23298   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23299   data: "plot-vpp-throughput-latency-2n-skx"
23300   filter: "'NIC_Intel-XXV710' and
23301            '64B' and
23302            'NDRPDR' and
23303            ('ETH' or 'DOT1Q') and
23304            'BASE' and
23305            '4T2C' and
23306            ('L2BDMACLRN' or 'L2XCFWD') and
23307            'VHOST_1024' and
23308            not 'VXLAN' and
23309            not 'IP4FWD' and
23310            not '2VM'"
23311   parameters:
23312   - "latency"
23313   - "parent"
23314   - "tags"
23315 #  sort:
23316 #  - "not CFS_OPT"
23317 #  - "L2XCFWD"
23318 #  - "not CFS_OPT"
23319 #  - "CFS_OPT"
23320   layout:
23321     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23322     layout: "plot-latency"
23323
23324 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23325 -
23326   type: "plot"
23327   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23328   algorithm: "plot_latency_error_bars"
23329   output-file-type: ".html"
23330   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23331   data: "plot-vpp-throughput-latency-2n-skx"
23332   filter: "'NIC_Intel-XXV710' and
23333            '64B' and
23334            'NDRPDR' and
23335            ('ETH' or 'DOT1Q') and
23336            '2T1C' and
23337            ('L2BDMACLRN' or 'L2XCFWD') and
23338            'VHOST_1024' and
23339            not 'CFS_OPT' and
23340            not 'VXLAN' and
23341            not 'IP4FWD'"
23342   parameters:
23343   - "latency"
23344   - "parent"
23345   - "tags"
23346 #  sort:
23347 #  - "1VM"
23348 #  - "L2XCFWD"
23349 #  - "1VM"
23350 #  - "L2BDMACLRN"
23351   layout:
23352     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
23353     layout: "plot-latency"
23354
23355 -
23356   type: "plot"
23357   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23358   algorithm: "plot_latency_error_bars"
23359   output-file-type: ".html"
23360   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23361   data: "plot-vpp-throughput-latency-2n-skx"
23362   filter: "'NIC_Intel-XXV710' and
23363            '64B' and
23364            'NDRPDR' and
23365            ('ETH' or 'DOT1Q') and
23366            '4T2C' and
23367            ('L2BDMACLRN' or 'L2XCFWD') and
23368            'VHOST_1024' and
23369            not 'CFS_OPT' and
23370            not 'VXLAN' and
23371            not 'IP4FWD'"
23372   parameters:
23373   - "latency"
23374   - "parent"
23375   - "tags"
23376 #  sort:
23377 #  - "1VM"
23378 #  - "L2XCFWD"
23379 #  - "1VM"
23380 #  - "L2BDMACLRN"
23381   layout:
23382     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23383     layout: "plot-latency"
23384
23385 ################################################################################
23386
23387 # Packet Latency - VPP VTS 3n-hsw-x520
23388 -
23389   type: "plot"
23390   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23391   algorithm: "plot_latency_error_bars"
23392   output-file-type: ".html"
23393   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23394   data: "plot-vpp-throughput-latency-3n-hsw"
23395   filter: "'NIC_Intel-X520-DA2' and
23396            '114B' and
23397            'NDRPDR' and
23398            '1T1C' and
23399            'VTS'"
23400   parameters:
23401   - "latency"
23402   - "parent"
23403   - "tags"
23404   layout:
23405     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23406     layout: "plot-latency"
23407
23408 -
23409   type: "plot"
23410   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23411   algorithm: "plot_latency_error_bars"
23412   output-file-type: ".html"
23413   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23414   data: "plot-vpp-throughput-latency-3n-hsw"
23415   filter: "'NIC_Intel-X520-DA2' and
23416            '114B' and
23417            'NDRPDR' and
23418            '2T2C' and
23419            'VTS'"
23420   parameters:
23421   - "latency"
23422   - "parent"
23423   - "tags"
23424   layout:
23425     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23426     layout: "plot-latency"
23427
23428 ################################################################################
23429
23430 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23431 -
23432   type: "plot"
23433   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23434   algorithm: "plot_latency_error_bars"
23435   output-file-type: ".html"
23436   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23437   data: "plot-dpdk-throughput-latency-3n-hsw"
23438   filter: "'NIC_Intel-X520-DA2' and
23439            '64B' and
23440            'BASE' and
23441            'NDRPDR' and
23442            '1T1C' and
23443            'IP4FWD'"
23444   parameters:
23445   - "latency"
23446   - "parent"
23447   - "tags"
23448   layout:
23449     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23450     layout: "plot-latency"
23451
23452 -
23453   type: "plot"
23454   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23455   algorithm: "plot_latency_error_bars"
23456   output-file-type: ".html"
23457   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23458   data: "plot-dpdk-throughput-latency-3n-hsw"
23459   filter: "'NIC_Intel-X520-DA2' and
23460            '64B' and
23461            'BASE' and
23462            'NDRPDR' and
23463            '2T2C' and
23464            'IP4FWD'"
23465   parameters:
23466   - "latency"
23467   - "parent"
23468   - "tags"
23469   layout:
23470     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23471     layout: "plot-latency"
23472
23473 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23474 -
23475   type: "plot"
23476   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23477   algorithm: "plot_latency_error_bars"
23478   output-file-type: ".html"
23479   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23480   data: "plot-dpdk-throughput-latency-3n-hsw"
23481   filter: "'NIC_Intel-X710' and
23482            '64B' and
23483            'BASE' and
23484            'NDRPDR' and
23485            '1T1C' and
23486            'IP4FWD'"
23487   parameters:
23488   - "latency"
23489   - "parent"
23490   - "tags"
23491   layout:
23492     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23493     layout: "plot-latency"
23494
23495 -
23496   type: "plot"
23497   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23498   algorithm: "plot_latency_error_bars"
23499   output-file-type: ".html"
23500   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23501   data: "plot-dpdk-throughput-latency-3n-hsw"
23502   filter: "'NIC_Intel-X710' and
23503            '64B' and
23504            'BASE' and
23505            'NDRPDR' and
23506            '2T2C' and
23507            'IP4FWD'"
23508   parameters:
23509   - "latency"
23510   - "parent"
23511   - "tags"
23512   layout:
23513     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23514     layout: "plot-latency"
23515
23516 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23517 -
23518   type: "plot"
23519   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23520   algorithm: "plot_latency_error_bars"
23521   output-file-type: ".html"
23522   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23523   data: "plot-dpdk-throughput-latency-3n-hsw"
23524   filter: "'NIC_Intel-XL710' and
23525            '64B' and
23526            'BASE' and
23527            'NDRPDR' and
23528            '1T1C' and
23529            'IP4FWD'"
23530   parameters:
23531   - "latency"
23532   - "parent"
23533   - "tags"
23534   layout:
23535     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23536     layout: "plot-latency"
23537
23538 -
23539   type: "plot"
23540   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23541   algorithm: "plot_latency_error_bars"
23542   output-file-type: ".html"
23543   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23544   data: "plot-dpdk-throughput-latency-3n-hsw"
23545   filter: "'NIC_Intel-XL710' and
23546            '64B' and
23547            'BASE' and
23548            'NDRPDR' and
23549            '2T2C' and
23550            'IP4FWD'"
23551   parameters:
23552   - "latency"
23553   - "parent"
23554   - "tags"
23555   layout:
23556     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23557     layout: "plot-latency"
23558
23559 # Packet Latency - DPDK l3fwd 3n-skx-x710
23560 -
23561   type: "plot"
23562   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23563   algorithm: "plot_latency_error_bars"
23564   output-file-type: ".html"
23565   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23566   data: "plot-dpdk-throughput-latency-3n-skx"
23567   filter: "'NIC_Intel-X710' and
23568            '64B' and
23569            'BASE' and
23570            'NDRPDR' and
23571            '2T1C' and
23572            'IP4FWD'"
23573   parameters:
23574   - "latency"
23575   - "parent"
23576   - "tags"
23577   layout:
23578     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23579     layout: "plot-latency"
23580
23581 -
23582   type: "plot"
23583   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23584   algorithm: "plot_latency_error_bars"
23585   output-file-type: ".html"
23586   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23587   data: "plot-dpdk-throughput-latency-3n-skx"
23588   filter: "'NIC_Intel-X710' and
23589            '64B' and
23590            'BASE' and
23591            'NDRPDR' and
23592            '4T2C' and
23593            'IP4FWD'"
23594   parameters:
23595   - "latency"
23596   - "parent"
23597   - "tags"
23598   layout:
23599     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23600     layout: "plot-latency"
23601
23602 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23603 -
23604   type: "plot"
23605   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23606   algorithm: "plot_latency_error_bars"
23607   output-file-type: ".html"
23608   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23609   data: "plot-dpdk-throughput-latency-3n-skx"
23610   filter: "'NIC_Intel-XXV710' and
23611            '64B' and
23612            'BASE' and
23613            'NDRPDR' and
23614            '2T1C' and
23615            'IP4FWD'"
23616   parameters:
23617   - "latency"
23618   - "parent"
23619   - "tags"
23620   layout:
23621     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23622     layout: "plot-latency"
23623
23624 -
23625   type: "plot"
23626   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23627   algorithm: "plot_latency_error_bars"
23628   output-file-type: ".html"
23629   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23630   data: "plot-dpdk-throughput-latency-3n-skx"
23631   filter: "'NIC_Intel-XXV710' and
23632            '64B' and
23633            'BASE' and
23634            'NDRPDR' and
23635            '4T2C' and
23636            'IP4FWD'"
23637   parameters:
23638   - "latency"
23639   - "parent"
23640   - "tags"
23641   layout:
23642     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23643     layout: "plot-latency"
23644
23645 # Packet Latency - DPDK l3fwd 2n-skx-x710
23646 -
23647   type: "plot"
23648   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23649   algorithm: "plot_latency_error_bars"
23650   output-file-type: ".html"
23651   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23652   data: "plot-dpdk-throughput-latency-2n-skx"
23653   filter: "'NIC_Intel-X710' and
23654            '64B' and
23655            'BASE' and
23656            'NDRPDR' and
23657            '2T1C' and
23658            'IP4FWD'"
23659   parameters:
23660   - "latency"
23661   - "parent"
23662   - "tags"
23663   layout:
23664     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23665     layout: "plot-latency"
23666
23667 -
23668   type: "plot"
23669   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23670   algorithm: "plot_latency_error_bars"
23671   output-file-type: ".html"
23672   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23673   data: "plot-dpdk-throughput-latency-2n-skx"
23674   filter: "'NIC_Intel-X710' and
23675            '64B' and
23676            'BASE' and
23677            'NDRPDR' and
23678            '4T2C' and
23679            'IP4FWD'"
23680   parameters:
23681   - "latency"
23682   - "parent"
23683   - "tags"
23684   layout:
23685     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23686     layout: "plot-latency"
23687
23688 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23689 -
23690   type: "plot"
23691   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23692   algorithm: "plot_latency_error_bars"
23693   output-file-type: ".html"
23694   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23695   data: "plot-dpdk-throughput-latency-2n-skx"
23696   filter: "'NIC_Intel-XXV710' and
23697            '64B' and
23698            'BASE' and
23699            'NDRPDR' and
23700            '2T1C' and
23701            'IP4FWD'"
23702   parameters:
23703   - "latency"
23704   - "parent"
23705   - "tags"
23706   layout:
23707     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23708     layout: "plot-latency"
23709
23710 -
23711   type: "plot"
23712   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23713   algorithm: "plot_latency_error_bars"
23714   output-file-type: ".html"
23715   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23716   data: "plot-dpdk-throughput-latency-2n-skx"
23717   filter: "'NIC_Intel-XXV710' and
23718            '64B' and
23719            'BASE' and
23720            'NDRPDR' and
23721            '4T2C' and
23722            'IP4FWD'"
23723   parameters:
23724   - "latency"
23725   - "parent"
23726   - "tags"
23727   layout:
23728     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23729     layout: "plot-latency"
23730
23731 ################################################################################
23732
23733 # Packet Latency - DPDK testpmd 3n-hsw-x520
23734 -
23735   type: "plot"
23736   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23737   algorithm: "plot_latency_error_bars"
23738   output-file-type: ".html"
23739   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23740   data: "plot-dpdk-throughput-latency-3n-hsw"
23741   filter: "'NIC_Intel-X520-DA2' and
23742            '64B' and
23743            'BASE' and
23744            'NDRPDR' and
23745            '1T1C' and
23746            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23747   parameters:
23748   - "latency"
23749   - "parent"
23750   - "tags"
23751   layout:
23752     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23753     layout: "plot-latency"
23754
23755 -
23756   type: "plot"
23757   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23758   algorithm: "plot_latency_error_bars"
23759   output-file-type: ".html"
23760   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23761   data: "plot-dpdk-throughput-latency-3n-hsw"
23762   filter: "'NIC_Intel-X520-DA2' and
23763            '64B' and
23764            'BASE' and
23765            'NDRPDR' and
23766            '2T2C' and
23767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23768   parameters:
23769   - "latency"
23770   - "parent"
23771   - "tags"
23772   layout:
23773     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23774     layout: "plot-latency"
23775
23776 # Packet Latency - DPDK testpmd 3n-hsw-x710
23777 -
23778   type: "plot"
23779   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23780   algorithm: "plot_latency_error_bars"
23781   output-file-type: ".html"
23782   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23783   data: "plot-dpdk-throughput-latency-3n-hsw"
23784   filter: "'NIC_Intel-X710' and
23785            '64B' and
23786            'BASE' and
23787            'NDRPDR' and
23788            '1T1C' and
23789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23790   parameters:
23791   - "latency"
23792   - "parent"
23793   - "tags"
23794   layout:
23795     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23796     layout: "plot-latency"
23797
23798 -
23799   type: "plot"
23800   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23801   algorithm: "plot_latency_error_bars"
23802   output-file-type: ".html"
23803   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23804   data: "plot-dpdk-throughput-latency-3n-hsw"
23805   filter: "'NIC_Intel-X710' and
23806            '64B' and
23807            'BASE' and
23808            'NDRPDR' and
23809            '2T2C' and
23810            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23811   parameters:
23812   - "latency"
23813   - "parent"
23814   - "tags"
23815   layout:
23816     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23817     layout: "plot-latency"
23818
23819 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23820 -
23821   type: "plot"
23822   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23823   algorithm: "plot_latency_error_bars"
23824   output-file-type: ".html"
23825   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23826   data: "plot-dpdk-throughput-latency-3n-hsw"
23827   filter: "'NIC_Intel-XL710' and
23828            '64B' and
23829            'BASE' and
23830            'NDRPDR' and
23831            '1T1C' and
23832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23833   parameters:
23834   - "latency"
23835   - "parent"
23836   - "tags"
23837   layout:
23838     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23839     layout: "plot-latency"
23840
23841 -
23842   type: "plot"
23843   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23844   algorithm: "plot_latency_error_bars"
23845   output-file-type: ".html"
23846   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23847   data: "plot-dpdk-throughput-latency-3n-hsw"
23848   filter: "'NIC_Intel-XL710' and
23849            '64B' and
23850            'BASE' and
23851            'NDRPDR' and
23852            '2T2C' and
23853            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23854   parameters:
23855   - "latency"
23856   - "parent"
23857   - "tags"
23858   layout:
23859     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23860     layout: "plot-latency"
23861
23862 # Packet Latency - DPDK testpmd 3n-skx-x710
23863 -
23864   type: "plot"
23865   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23866   algorithm: "plot_latency_error_bars"
23867   output-file-type: ".html"
23868   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23869   data: "plot-dpdk-throughput-latency-3n-skx"
23870   filter: "'NIC_Intel-X710' and
23871            '64B' and
23872            'BASE' and
23873            'NDRPDR' and
23874            '2T1C' and
23875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23876   parameters:
23877   - "latency"
23878   - "parent"
23879   - "tags"
23880   layout:
23881     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23882     layout: "plot-latency"
23883
23884 -
23885   type: "plot"
23886   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23887   algorithm: "plot_latency_error_bars"
23888   output-file-type: ".html"
23889   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23890   data: "plot-dpdk-throughput-latency-3n-skx"
23891   filter: "'NIC_Intel-X710' and
23892            '64B' and
23893            'BASE' and
23894            'NDRPDR' and
23895            '4T2C' and
23896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23897   parameters:
23898   - "latency"
23899   - "parent"
23900   - "tags"
23901   layout:
23902     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23903     layout: "plot-latency"
23904
23905 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23906 -
23907   type: "plot"
23908   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23909   algorithm: "plot_latency_error_bars"
23910   output-file-type: ".html"
23911   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23912   data: "plot-dpdk-throughput-latency-3n-skx"
23913   filter: "'NIC_Intel-XXV710' and
23914            '64B' and
23915            'BASE' and
23916            'NDRPDR' and
23917            '2T1C' and
23918            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23919   parameters:
23920   - "latency"
23921   - "parent"
23922   - "tags"
23923   layout:
23924     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23925     layout: "plot-latency"
23926
23927 -
23928   type: "plot"
23929   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23930   algorithm: "plot_latency_error_bars"
23931   output-file-type: ".html"
23932   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23933   data: "plot-dpdk-throughput-latency-3n-skx"
23934   filter: "'NIC_Intel-XXV710' and
23935            '64B' and
23936            'BASE' and
23937            'NDRPDR' and
23938            '4T2C' and
23939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23940   parameters:
23941   - "latency"
23942   - "parent"
23943   - "tags"
23944   layout:
23945     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23946     layout: "plot-latency"
23947
23948 # Packet Latency - DPDK testpmd 2n-skx-x710
23949 -
23950   type: "plot"
23951   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23952   algorithm: "plot_latency_error_bars"
23953   output-file-type: ".html"
23954   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23955   data: "plot-dpdk-throughput-latency-2n-skx"
23956   filter: "'NIC_Intel-X710' and
23957            '64B' and
23958            'BASE' and
23959            'NDRPDR' and
23960            '2T1C' and
23961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23962   parameters:
23963   - "latency"
23964   - "parent"
23965   - "tags"
23966   layout:
23967     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23968     layout: "plot-latency"
23969
23970 -
23971   type: "plot"
23972   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23973   algorithm: "plot_latency_error_bars"
23974   output-file-type: ".html"
23975   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23976   data: "plot-dpdk-throughput-latency-2n-skx"
23977   filter: "'NIC_Intel-X710' and
23978            '64B' and
23979            'BASE' and
23980            'NDRPDR' and
23981            '4T2C' and
23982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23983   parameters:
23984   - "latency"
23985   - "parent"
23986   - "tags"
23987   layout:
23988     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23989     layout: "plot-latency"
23990
23991 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23992 -
23993   type: "plot"
23994   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23995   algorithm: "plot_latency_error_bars"
23996   output-file-type: ".html"
23997   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23998   data: "plot-dpdk-throughput-latency-2n-skx"
23999   filter: "'NIC_Intel-XXV710' and
24000            '64B' and
24001            'BASE' and
24002            'NDRPDR' and
24003            '2T1C' and
24004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24005   parameters:
24006   - "latency"
24007   - "parent"
24008   - "tags"
24009   layout:
24010     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
24011     layout: "plot-latency"
24012
24013 -
24014   type: "plot"
24015   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24016   algorithm: "plot_latency_error_bars"
24017   output-file-type: ".html"
24018   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24019   data: "plot-dpdk-throughput-latency-2n-skx"
24020   filter: "'NIC_Intel-XXV710' and
24021            '64B' and
24022            'BASE' and
24023            'NDRPDR' and
24024            '4T2C' and
24025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24026   parameters:
24027   - "latency"
24028   - "parent"
24029   - "tags"
24030   layout:
24031     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24032     layout: "plot-latency"
24033
24034 ################################################################################
24035
24036 # Speedup - VPP Container Memif 3n-hsw-x520
24037 -
24038   type: "plot"
24039   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24040   algorithm: "plot_throughput_speedup_analysis"
24041   output-file-type: ".html"
24042   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24043   data: "plot-throughput-speedup-analysis-3n-hsw"
24044   filter: "'NIC_Intel-X520-DA2' and
24045            '64B' and
24046            ('BASE' or 'SCALE') and
24047            'NDRPDR' and
24048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24049            not 'VHOST' and
24050            'MEMIF'"
24051   parameters:
24052   - "throughput"
24053   - "parent"
24054   - "tags"
24055   sort:
24056   - "L2XCFWD"
24057   - "L2XCFWD"
24058   - "L2XCFWD"
24059   - "L2BDMACLRN"
24060   - "L2BDMACLRN"
24061   - "L2BDMACLRN"
24062   layout:
24063     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
24064     layout: "plot-throughput-speedup-analysis"
24065
24066 -
24067   type: "plot"
24068   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24069   algorithm: "plot_throughput_speedup_analysis"
24070   output-file-type: ".html"
24071   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24072   data: "plot-throughput-speedup-analysis-3n-hsw"
24073   filter: "'NIC_Intel-X520-DA2' and
24074            '64B' and
24075            ('BASE' or 'SCALE') and
24076            'NDRPDR' and
24077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24078            not 'VHOST' and
24079            'MEMIF'"
24080   parameters:
24081   - "throughput"
24082   - "parent"
24083   - "tags"
24084   sort:
24085   - "L2XCFWD"
24086   - "L2XCFWD"
24087   - "L2XCFWD"
24088   - "L2BDMACLRN"
24089   - "L2BDMACLRN"
24090   - "L2BDMACLRN"
24091   layout:
24092     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
24093     layout: "plot-throughput-speedup-analysis"
24094
24095 # Speedup - VPP Container Memif 3n-hsw-x710
24096 -
24097   type: "plot"
24098   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24099   algorithm: "plot_throughput_speedup_analysis"
24100   output-file-type: ".html"
24101   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24102   data: "plot-throughput-speedup-analysis-3n-hsw"
24103   filter: "'NIC_Intel-X710' and
24104            '64B' and
24105            ('BASE' or 'SCALE') and
24106            'NDRPDR' and
24107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24108            not 'VHOST' and
24109            'MEMIF'"
24110   parameters:
24111   - "throughput"
24112   - "parent"
24113   - "tags"
24114   sort:
24115   - "L2XCFWD"
24116   - "L2XCFWD"
24117   - "L2XCFWD"
24118   - "L2BDMACLRN"
24119   - "L2BDMACLRN"
24120   - "L2BDMACLRN"
24121   layout:
24122     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24123     layout: "plot-throughput-speedup-analysis"
24124
24125 -
24126   type: "plot"
24127   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24128   algorithm: "plot_throughput_speedup_analysis"
24129   output-file-type: ".html"
24130   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24131   data: "plot-throughput-speedup-analysis-3n-hsw"
24132   filter: "'NIC_Intel-X710' and
24133            '64B' and
24134            ('BASE' or 'SCALE') and
24135            'NDRPDR' and
24136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24137            not 'VHOST' and
24138            'MEMIF'"
24139   parameters:
24140   - "throughput"
24141   - "parent"
24142   - "tags"
24143   sort:
24144   - "L2XCFWD"
24145   - "L2XCFWD"
24146   - "L2XCFWD"
24147   - "L2BDMACLRN"
24148   - "L2BDMACLRN"
24149   - "L2BDMACLRN"
24150   layout:
24151     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24152     layout: "plot-throughput-speedup-analysis"
24153
24154 # Speedup - VPP Container Memif 3n-hsw-xl710
24155 -
24156   type: "plot"
24157   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24158   algorithm: "plot_throughput_speedup_analysis"
24159   output-file-type: ".html"
24160   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24161   data: "plot-throughput-speedup-analysis-3n-hsw"
24162   filter: "'NIC_Intel-XL710' and
24163            '64B' and
24164            ('BASE' or 'SCALE') and
24165            'NDRPDR' and
24166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24167            not 'VHOST' and
24168            'MEMIF'"
24169   parameters:
24170   - "throughput"
24171   - "parent"
24172   - "tags"
24173   sort:
24174   - "L2XCFWD"
24175   - "L2XCFWD"
24176   - "L2XCFWD"
24177   - "L2BDMACLRN"
24178   - "L2BDMACLRN"
24179   - "L2BDMACLRN"
24180   layout:
24181     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24182     layout: "plot-throughput-speedup-analysis"
24183
24184 -
24185   type: "plot"
24186   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24187   algorithm: "plot_throughput_speedup_analysis"
24188   output-file-type: ".html"
24189   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24190   data: "plot-throughput-speedup-analysis-3n-hsw"
24191   filter: "'NIC_Intel-XL710' and
24192            '64B' and
24193            ('BASE' or 'SCALE') and
24194            'NDRPDR' and
24195            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24196            not 'VHOST' and
24197            'MEMIF'"
24198   parameters:
24199   - "throughput"
24200   - "parent"
24201   - "tags"
24202   sort:
24203   - "L2XCFWD"
24204   - "L2XCFWD"
24205   - "L2XCFWD"
24206   - "L2BDMACLRN"
24207   - "L2BDMACLRN"
24208   - "L2BDMACLRN"
24209   layout:
24210     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24211     layout: "plot-throughput-speedup-analysis"
24212
24213 # Speedup - VPP Container Memif 3n-skx-x710
24214 -
24215   type: "plot"
24216   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24217   algorithm: "plot_throughput_speedup_analysis"
24218   output-file-type: ".html"
24219   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24220   data: "plot-throughput-speedup-analysis-3n-skx"
24221   filter: "'NIC_Intel-X710' and
24222            '64B' and
24223            ('BASE' or 'SCALE') and
24224            'NDRPDR' and
24225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24226            not 'VHOST' and
24227            'MEMIF'"
24228   parameters:
24229   - "throughput"
24230   - "parent"
24231   - "tags"
24232   sort:
24233   - "L2XCFWD"
24234   - "L2XCFWD"
24235   - "L2XCFWD"
24236   - "L2BDMACLRN"
24237   - "L2BDMACLRN"
24238   - "L2BDMACLRN"
24239   layout:
24240     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
24241     layout: "plot-throughput-speedup-analysis"
24242
24243 -
24244   type: "plot"
24245   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24246   algorithm: "plot_throughput_speedup_analysis"
24247   output-file-type: ".html"
24248   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24249   data: "plot-throughput-speedup-analysis-3n-skx"
24250   filter: "'NIC_Intel-X710' and
24251            '64B' and
24252            ('BASE' or 'SCALE') and
24253            'NDRPDR' and
24254            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24255            not 'VHOST' and
24256            'MEMIF'"
24257   parameters:
24258   - "throughput"
24259   - "parent"
24260   - "tags"
24261   sort:
24262   - "L2XCFWD"
24263   - "L2XCFWD"
24264   - "L2XCFWD"
24265   - "L2BDMACLRN"
24266   - "L2BDMACLRN"
24267   - "L2BDMACLRN"
24268   layout:
24269     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24270     layout: "plot-throughput-speedup-analysis"
24271
24272 # Speedup - VPP Container Memif 2n-skx-x710
24273 -
24274   type: "plot"
24275   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24276   algorithm: "plot_throughput_speedup_analysis"
24277   output-file-type: ".html"
24278   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24279   data: "plot-throughput-speedup-analysis-2n-skx"
24280   filter: "'NIC_Intel-X710' and
24281            '64B' and
24282            ('BASE' or 'SCALE') and
24283            'NDRPDR' and
24284            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24285            not 'VHOST' and
24286            not 'NF_DENSITY' and
24287            'MEMIF'"
24288   parameters:
24289   - "throughput"
24290   - "parent"
24291   - "tags"
24292   sort:
24293   - "L2XCFWD"
24294   - "L2XCFWD"
24295   - "L2XCFWD"
24296   - "L2BDMACLRN"
24297   - "L2BDMACLRN"
24298   - "L2BDMACLRN"
24299   layout:
24300     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24301     layout: "plot-throughput-speedup-analysis"
24302
24303 -
24304   type: "plot"
24305   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24306   algorithm: "plot_throughput_speedup_analysis"
24307   output-file-type: ".html"
24308   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24309   data: "plot-throughput-speedup-analysis-2n-skx"
24310   filter: "'NIC_Intel-X710' and
24311            '64B' and
24312            ('BASE' or 'SCALE') and
24313            'NDRPDR' and
24314            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24315            not 'VHOST' and
24316            not 'NF_DENSITY' and
24317            'MEMIF'"
24318   parameters:
24319   - "throughput"
24320   - "parent"
24321   - "tags"
24322   sort:
24323   - "L2XCFWD"
24324   - "L2XCFWD"
24325   - "L2XCFWD"
24326   - "L2BDMACLRN"
24327   - "L2BDMACLRN"
24328   - "L2BDMACLRN"
24329   layout:
24330     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24331     layout: "plot-throughput-speedup-analysis"
24332
24333 # Speedup - VPP Container Memif 2n-skx-xxv710
24334 -
24335   type: "plot"
24336   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24337   algorithm: "plot_throughput_speedup_analysis"
24338   output-file-type: ".html"
24339   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24340   data: "plot-throughput-speedup-analysis-2n-skx"
24341   filter: "'NIC_Intel-XXV710' and
24342            '64B' and
24343            ('BASE' or 'SCALE') and
24344            'NDRPDR' and
24345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24346            not 'VHOST' and
24347            'MEMIF'"
24348   parameters:
24349   - "throughput"
24350   - "parent"
24351   - "tags"
24352   sort:
24353   - "L2XCFWD"
24354   - "L2XCFWD"
24355   - "L2XCFWD"
24356   - "L2BDMACLRN"
24357   - "L2BDMACLRN"
24358   - "L2BDMACLRN"
24359   layout:
24360     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
24361     layout: "plot-throughput-speedup-analysis"
24362
24363 -
24364   type: "plot"
24365   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24366   algorithm: "plot_throughput_speedup_analysis"
24367   output-file-type: ".html"
24368   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24369   data: "plot-throughput-speedup-analysis-2n-skx"
24370   filter: "'NIC_Intel-XXV710' and
24371            '64B' and
24372            ('BASE' or 'SCALE') and
24373            'NDRPDR' and
24374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24375            not 'VHOST' and
24376            'MEMIF'"
24377   parameters:
24378   - "throughput"
24379   - "parent"
24380   - "tags"
24381   sort:
24382   - "L2XCFWD"
24383   - "L2XCFWD"
24384   - "L2XCFWD"
24385   - "L2BDMACLRN"
24386   - "L2BDMACLRN"
24387   - "L2BDMACLRN"
24388   layout:
24389     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
24390     layout: "plot-throughput-speedup-analysis"
24391
24392 ################################################################################
24393
24394 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24395 -
24396   type: "plot"
24397   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24398   algorithm: "plot_throughput_speedup_analysis"
24399   output-file-type: ".html"
24400   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24401   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24402   filter: "'NIC_Intel-X520-DA2' and
24403            '64B' and
24404            ('BASE' or 'SCALE') and
24405            'NDRPDR' and
24406            'L2XCFWD' and
24407            not 'VHOST' and
24408            'MEMIF'"
24409   parameters:
24410   - "throughput"
24411   - "parent"
24412   - "tags"
24413   sort:
24414   - "1VNF"
24415   - "2VNF"
24416   - "4VNF"
24417   - "2VNF"
24418   - "4VNF"
24419   layout:
24420     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24421     layout: "plot-throughput-speedup-analysis"
24422
24423 -
24424   type: "plot"
24425   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24426   algorithm: "plot_throughput_speedup_analysis"
24427   output-file-type: ".html"
24428   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24429   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24430   filter: "'NIC_Intel-X520-DA2' and
24431            '64B' and
24432            ('BASE' or 'SCALE') and
24433            'NDRPDR' and
24434            'L2XCFWD' and
24435            not 'VHOST' and
24436            'MEMIF'"
24437   parameters:
24438   - "throughput"
24439   - "parent"
24440   - "tags"
24441   sort:
24442   - "1VNF"
24443   - "2VNF"
24444   - "4VNF"
24445   - "2VNF"
24446   - "4VNF"
24447   layout:
24448     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24449     layout: "plot-throughput-speedup-analysis"
24450
24451 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24452 -
24453   type: "plot"
24454   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24455   algorithm: "plot_throughput_speedup_analysis"
24456   output-file-type: ".html"
24457   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24458   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24459   filter: "'NIC_Intel-X520-DA2' and
24460            '64B' and
24461            ('BASE' or 'SCALE') and
24462            'NDRPDR' and
24463            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24464            not 'VHOST' and
24465            'MEMIF'"
24466   parameters:
24467   - "throughput"
24468   - "parent"
24469   - "tags"
24470   sort:
24471   - "1VNF"
24472   - "2VNF"
24473   - "4VNF"
24474   - "2VNF"
24475   - "4VNF"
24476   layout:
24477     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24478     layout: "plot-throughput-speedup-analysis"
24479
24480 -
24481   type: "plot"
24482   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24483   algorithm: "plot_throughput_speedup_analysis"
24484   output-file-type: ".html"
24485   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24486   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24487   filter: "'NIC_Intel-X520-DA2' and
24488            '64B' and
24489            ('BASE' or 'SCALE') and
24490            'NDRPDR' and
24491            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24492            not 'VHOST' and
24493            'MEMIF'"
24494   parameters:
24495   - "throughput"
24496   - "parent"
24497   - "tags"
24498   sort:
24499   - "1VNF"
24500   - "2VNF"
24501   - "4VNF"
24502   - "2VNF"
24503   - "4VNF"
24504   layout:
24505     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24506     layout: "plot-throughput-speedup-analysis"
24507
24508 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24509 -
24510   type: "plot"
24511   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24512   algorithm: "plot_throughput_speedup_analysis"
24513   output-file-type: ".html"
24514   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24515   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24516   filter: "'NIC_Intel-X710' and
24517            '64B' and
24518            ('BASE' or 'SCALE') and
24519            'NDRPDR' and
24520            'L2XCFWD' and
24521            not 'VHOST' and
24522            'MEMIF'"
24523   parameters:
24524   - "throughput"
24525   - "parent"
24526   - "tags"
24527   sort:
24528   - "1VNF"
24529   - "2VNF"
24530   - "4VNF"
24531   - "2VNF"
24532   - "4VNF"
24533   layout:
24534     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24535     layout: "plot-throughput-speedup-analysis"
24536
24537 -
24538   type: "plot"
24539   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24540   algorithm: "plot_throughput_speedup_analysis"
24541   output-file-type: ".html"
24542   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24543   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24544   filter: "'NIC_Intel-X710' and
24545            '64B' and
24546            ('BASE' or 'SCALE') and
24547            'NDRPDR' and
24548            'L2XCFWD' and
24549            not 'VHOST' and
24550            'MEMIF'"
24551   parameters:
24552   - "throughput"
24553   - "parent"
24554   - "tags"
24555   sort:
24556   - "1VNF"
24557   - "2VNF"
24558   - "4VNF"
24559   - "2VNF"
24560   - "4VNF"
24561   layout:
24562     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24563     layout: "plot-throughput-speedup-analysis"
24564
24565 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24566 -
24567   type: "plot"
24568   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24569   algorithm: "plot_throughput_speedup_analysis"
24570   output-file-type: ".html"
24571   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24572   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24573   filter: "'NIC_Intel-X710' and
24574            '64B' and
24575            ('BASE' or 'SCALE') and
24576            'NDRPDR' and
24577            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24578            not 'VHOST' and
24579            'MEMIF'"
24580   parameters:
24581   - "throughput"
24582   - "parent"
24583   - "tags"
24584   sort:
24585   - "1VNF"
24586   - "2VNF"
24587   - "4VNF"
24588   - "2VNF"
24589   - "4VNF"
24590   layout:
24591     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24592     layout: "plot-throughput-speedup-analysis"
24593
24594 -
24595   type: "plot"
24596   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24597   algorithm: "plot_throughput_speedup_analysis"
24598   output-file-type: ".html"
24599   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24600   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24601   filter: "'NIC_Intel-X710' and
24602            '64B' and
24603            ('BASE' or 'SCALE') and
24604            'NDRPDR' and
24605            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24606            not 'VHOST' and
24607            'MEMIF'"
24608   parameters:
24609   - "throughput"
24610   - "parent"
24611   - "tags"
24612   sort:
24613   - "1VNF"
24614   - "2VNF"
24615   - "4VNF"
24616   - "2VNF"
24617   - "4VNF"
24618   layout:
24619     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24620     layout: "plot-throughput-speedup-analysis"
24621
24622 ################################################################################
24623
24624 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24625 -
24626   type: "plot"
24627   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24628   algorithm: "plot_throughput_speedup_analysis"
24629   output-file-type: ".html"
24630   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24631   data: "plot-throughput-speedup-analysis-3n-hsw"
24632   filter: "'NIC_Intel-X520-DA2' and
24633            '64B' and
24634            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24635            'NDRPDR' and
24636            'IP4FWD' and
24637            not 'IPSEC' and
24638            not 'VHOST'"
24639   parameters:
24640   - "throughput"
24641   - "parent"
24642   - "tags"
24643   sort:
24644   - "DOT1Q"
24645   - "IP4BASE"
24646   - "FIB_20k"
24647   - "FIB_200k"
24648   - "FIB_2M"
24649   layout:
24650     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24651     layout: "plot-throughput-speedup-analysis"
24652
24653 -
24654   type: "plot"
24655   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24656   algorithm: "plot_throughput_speedup_analysis"
24657   output-file-type: ".html"
24658   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24659   data: "plot-throughput-speedup-analysis-3n-hsw"
24660   filter: "'NIC_Intel-X520-DA2' and
24661            '64B' and
24662            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24663            'NDRPDR' and
24664            'IP4FWD' and
24665            not 'IPSEC' and
24666            not 'VHOST'"
24667   parameters:
24668   - "throughput"
24669   - "parent"
24670   - "tags"
24671   sort:
24672   - "DOT1Q"
24673   - "IP4BASE"
24674   - "FIB_20k"
24675   - "FIB_200k"
24676   - "FIB_2M"
24677   layout:
24678     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24679     layout: "plot-throughput-speedup-analysis"
24680
24681 # Speedup - VPP IPv4 3n-hsw-x520 features
24682 -
24683   type: "plot"
24684   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24685   algorithm: "plot_throughput_speedup_analysis"
24686   output-file-type: ".html"
24687   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24688   data: "plot-throughput-speedup-analysis-3n-hsw"
24689   filter: "'NIC_Intel-X520-DA2' and
24690            '64B' and
24691            ('IP4BASE' or
24692             'POLICE_MARK' or
24693             'COPWHLIST' or
24694             ('NAT44' and 'BASE') or
24695             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24696            'NDRPDR' and
24697            'IP4FWD' and
24698            not 'IPSEC' and
24699            not 'VHOST'"
24700   parameters:
24701   - "throughput"
24702   - "parent"
24703   - "tags"
24704   sort:
24705   - "DOT1Q"
24706   - "IP4BASE"
24707   - "NAT44"
24708   - "POLICE_MARK"
24709   - "COPWHLIST"
24710   - "IACL"
24711   - "OACL"
24712   layout:
24713     title: "ip4-3n-hsw-x520-64b-features-ndr"
24714     layout: "plot-throughput-speedup-analysis"
24715
24716 -
24717   type: "plot"
24718   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24719   algorithm: "plot_throughput_speedup_analysis"
24720   output-file-type: ".html"
24721   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24722   data: "plot-throughput-speedup-analysis-3n-hsw"
24723   filter: "'NIC_Intel-X520-DA2' and
24724            '64B' and
24725            ('IP4BASE' or
24726             'POLICE_MARK' or
24727             'COPWHLIST' or
24728             ('NAT44' and 'BASE') or
24729             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24730            'NDRPDR' and
24731            'IP4FWD' and
24732            not 'IPSEC' and
24733            not 'VHOST'"
24734   parameters:
24735   - "throughput"
24736   - "parent"
24737   - "tags"
24738   sort:
24739   - "DOT1Q"
24740   - "IP4BASE"
24741   - "NAT44"
24742   - "POLICE_MARK"
24743   - "COPWHLIST"
24744   - "IACL"
24745   - "OACL"
24746   layout:
24747     title: "ip4-3n-hsw-x520-64b-features-pdr"
24748     layout: "plot-throughput-speedup-analysis"
24749
24750 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24751 -
24752   type: "plot"
24753   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24754   algorithm: "plot_throughput_speedup_analysis"
24755   output-file-type: ".html"
24756   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24757   data: "plot-throughput-speedup-analysis-3n-hsw"
24758   filter: "'NIC_Intel-X520-DA2' and
24759            '64B' and
24760            'NDRPDR' and
24761            'IP4FWD' and
24762            'NAT44' and
24763            not 'IPSEC' and
24764            not 'VHOST'"
24765   parameters:
24766   - "throughput"
24767   - "parent"
24768   - "tags"
24769   sort:
24770   - "BASE"
24771   - "BASE"
24772   - "SRC_USER_10"
24773   - "SRC_USER_100"
24774   - "SRC_USER_1000"
24775   - "SRC_USER_2000"
24776   layout:
24777     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24778     layout: "plot-throughput-speedup-analysis"
24779
24780 -
24781   type: "plot"
24782   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24783   algorithm: "plot_throughput_speedup_analysis"
24784   output-file-type: ".html"
24785   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24786   data: "plot-throughput-speedup-analysis-3n-hsw"
24787   filter: "'NIC_Intel-X520-DA2' and
24788            '64B' and
24789            'NDRPDR' and
24790            'IP4FWD' and
24791            'NAT44' and
24792            not 'IPSEC' and
24793            not 'VHOST'"
24794   parameters:
24795   - "throughput"
24796   - "parent"
24797   - "tags"
24798   sort:
24799   - "BASE"
24800   - "BASE"
24801   - "SRC_USER_10"
24802   - "SRC_USER_100"
24803   - "SRC_USER_1000"
24804   - "SRC_USER_2000"
24805   layout:
24806     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
24807     layout: "plot-throughput-speedup-analysis"
24808
24809 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
24810 -
24811   type: "plot"
24812   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24813   algorithm: "plot_throughput_speedup_analysis"
24814   output-file-type: ".html"
24815   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24816   data: "plot-throughput-speedup-analysis-3n-hsw"
24817   filter: "'NIC_Intel-X520-DA2' and
24818            '64B' and
24819            'NDRPDR' and
24820            'IP4FWD' and
24821            'IACL' and
24822            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24823            not 'IPSEC' and
24824            not 'VHOST'"
24825   parameters:
24826   - "throughput"
24827   - "parent"
24828   - "tags"
24829   sort:
24830   - "ACL_STATELESS"
24831   - "ACL_STATEFUL"
24832   - "ACL_STATELESS"
24833   - "ACL_STATEFUL"
24834   layout:
24835     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24836     layout: "plot-throughput-speedup-analysis"
24837
24838 -
24839   type: "plot"
24840   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24841   algorithm: "plot_throughput_speedup_analysis"
24842   output-file-type: ".html"
24843   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24844   data: "plot-throughput-speedup-analysis-3n-hsw"
24845   filter: "'NIC_Intel-X520-DA2' and
24846            '64B' and
24847            'NDRPDR' and
24848            'IP4FWD' and
24849            'IACL' and
24850            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24851            not 'IPSEC' and
24852            not 'VHOST'"
24853   parameters:
24854   - "throughput"
24855   - "parent"
24856   - "tags"
24857   sort:
24858   - "ACL_STATELESS"
24859   - "ACL_STATEFUL"
24860   - "ACL_STATELESS"
24861   - "ACL_STATEFUL"
24862   layout:
24863     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24864     layout: "plot-throughput-speedup-analysis"
24865
24866 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24867 -
24868   type: "plot"
24869   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24870   algorithm: "plot_throughput_speedup_analysis"
24871   output-file-type: ".html"
24872   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24873   data: "plot-throughput-speedup-analysis-3n-hsw"
24874   filter: "'NIC_Intel-X520-DA2' and
24875            '64B' and
24876            'NDRPDR' and
24877            'IP4FWD' and
24878            'OACL' and
24879            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24880            not 'IPSEC' and
24881            not 'VHOST'"
24882   parameters:
24883   - "throughput"
24884   - "parent"
24885   - "tags"
24886   sort:
24887   - "ACL_STATELESS"
24888   - "ACL_STATEFUL"
24889   - "ACL_STATELESS"
24890   - "ACL_STATEFUL"
24891   layout:
24892     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24893     layout: "plot-throughput-speedup-analysis"
24894
24895 -
24896   type: "plot"
24897   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24898   algorithm: "plot_throughput_speedup_analysis"
24899   output-file-type: ".html"
24900   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24901   data: "plot-throughput-speedup-analysis-3n-hsw"
24902   filter: "'NIC_Intel-X520-DA2' and
24903            '64B' and
24904            'NDRPDR' and
24905            'IP4FWD' and
24906            'OACL' and
24907            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24908            not 'IPSEC' and
24909            not 'VHOST'"
24910   parameters:
24911   - "throughput"
24912   - "parent"
24913   - "tags"
24914   sort:
24915   - "ACL_STATELESS"
24916   - "ACL_STATEFUL"
24917   - "ACL_STATELESS"
24918   - "ACL_STATEFUL"
24919   layout:
24920     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24921     layout: "plot-throughput-speedup-analysis"
24922
24923 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24924 -
24925   type: "plot"
24926   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24927   algorithm: "plot_throughput_speedup_analysis"
24928   output-file-type: ".html"
24929   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24930   data: "plot-throughput-speedup-analysis-3n-hsw"
24931   filter: "'NIC_Intel-X710' and
24932            '64B' and
24933            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24934            'NDRPDR' and
24935            'IP4FWD' and
24936            not 'IPSEC' and
24937            not 'VHOST'"
24938   parameters:
24939   - "throughput"
24940   - "parent"
24941   - "tags"
24942   sort:
24943   - "DOT1Q"
24944   - "IP4BASE"
24945   - "FIB_20K"
24946   - "FIB_200K"
24947   - "FIB_2M"
24948   layout:
24949     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24950     layout: "plot-throughput-speedup-analysis"
24951
24952 -
24953   type: "plot"
24954   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24955   algorithm: "plot_throughput_speedup_analysis"
24956   output-file-type: ".html"
24957   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24958   data: "plot-throughput-speedup-analysis-3n-hsw"
24959   filter: "'NIC_Intel-X710' and
24960            '64B' and
24961            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24962            'NDRPDR' and
24963            'IP4FWD' and
24964            not 'IPSEC' and
24965            not 'VHOST'"
24966   parameters:
24967   - "throughput"
24968   - "parent"
24969   - "tags"
24970   sort:
24971   - "DOT1Q"
24972   - "IP4BASE"
24973   - "FIB_20K"
24974   - "FIB_200K"
24975   - "FIB_2M"
24976   layout:
24977     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24978     layout: "plot-throughput-speedup-analysis"
24979
24980 # Speedup - VPP IPv4 3n-hsw-x710 features
24981 -
24982   type: "plot"
24983   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24984   algorithm: "plot_throughput_speedup_analysis"
24985   output-file-type: ".html"
24986   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24987   data: "plot-throughput-speedup-analysis-3n-hsw"
24988   filter: "'NIC_Intel-X710' and
24989            '64B' and
24990            ('IP4BASE' or
24991             'POLICE_MARK' or
24992             'COPWHLIST' or
24993             ('NAT44' and 'BASE') or
24994             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24995            'NDRPDR' and
24996            'IP4FWD' and
24997            not 'IPSEC' and
24998            not 'VHOST'"
24999   parameters:
25000   - "throughput"
25001   - "parent"
25002   - "tags"
25003   sort:
25004   - "IP4BASE"
25005   - "NAT44"
25006   - "POLICE_MARK"
25007   - "COPWHLIST"
25008   - "IACL"
25009   - "OACL"
25010   layout:
25011     title: "ip4-3n-hsw-x710-64b-features-ndr"
25012     layout: "plot-throughput-speedup-analysis"
25013
25014 -
25015   type: "plot"
25016   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
25017   algorithm: "plot_throughput_speedup_analysis"
25018   output-file-type: ".html"
25019   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25020   data: "plot-throughput-speedup-analysis-3n-hsw"
25021   filter: "'NIC_Intel-X710' and
25022            '64B' and
25023            ('IP4BASE' or
25024             'POLICE_MARK' or
25025             'COPWHLIST' or
25026             ('NAT44' and 'BASE') or
25027             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25028            'NDRPDR' and
25029            'IP4FWD' and
25030            not 'IPSEC' and
25031            not 'VHOST'"
25032   parameters:
25033   - "throughput"
25034   - "parent"
25035   - "tags"
25036   sort:
25037   - "IP4BASE"
25038   - "NAT44"
25039   - "POLICE_MARK"
25040   - "COPWHLIST"
25041   - "IACL"
25042   - "OACL"
25043   layout:
25044     title: "ip4-3n-hsw-x710-64b-features-pdr"
25045     layout: "plot-throughput-speedup-analysis"
25046
25047 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25048 -
25049   type: "plot"
25050   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25051   algorithm: "plot_throughput_speedup_analysis"
25052   output-file-type: ".html"
25053   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25054   data: "plot-throughput-speedup-analysis-3n-hsw"
25055   filter: "'NIC_Intel-X710' and
25056            '64B' and
25057            'NDRPDR' and
25058            'IP4FWD' and
25059            'NAT44' and
25060            not 'IPSEC' and
25061            not 'VHOST'"
25062   parameters:
25063   - "throughput"
25064   - "parent"
25065   - "tags"
25066   sort:
25067   - "BASE"
25068   - "BASE"
25069   - "SRC_USER_10"
25070   - "SRC_USER_100"
25071   - "SRC_USER_1000"
25072   - "SRC_USER_2000"
25073   layout:
25074     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
25075     layout: "plot-throughput-speedup-analysis"
25076
25077 -
25078   type: "plot"
25079   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25080   algorithm: "plot_throughput_speedup_analysis"
25081   output-file-type: ".html"
25082   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25083   data: "plot-throughput-speedup-analysis-3n-hsw"
25084   filter: "'NIC_Intel-X710' and
25085            '64B' and
25086            'NDRPDR' and
25087            'IP4FWD' and
25088            'NAT44' and
25089            not 'IPSEC' and
25090            not 'VHOST'"
25091   parameters:
25092   - "throughput"
25093   - "parent"
25094   - "tags"
25095   sort:
25096   - "BASE"
25097   - "BASE"
25098   - "SRC_USER_10"
25099   - "SRC_USER_100"
25100   - "SRC_USER_1000"
25101   - "SRC_USER_2000"
25102   layout:
25103     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25104     layout: "plot-throughput-speedup-analysis"
25105
25106 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25107 -
25108   type: "plot"
25109   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25110   algorithm: "plot_throughput_speedup_analysis"
25111   output-file-type: ".html"
25112   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25113   data: "plot-throughput-speedup-analysis-3n-hsw"
25114   filter: "'NIC_Intel-X710' and
25115            '64B' and
25116            'NDRPDR' and
25117            'IP4FWD' and
25118            'IACL' and
25119            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25120            not 'IPSEC' and
25121            not 'VHOST'"
25122   parameters:
25123   - "throughput"
25124   - "parent"
25125   - "tags"
25126   sort:
25127   - "ACL_STATELESS"
25128   - "ACL_STATEFUL"
25129   - "ACL_STATELESS"
25130   - "ACL_STATEFUL"
25131   layout:
25132     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25133     layout: "plot-throughput-speedup-analysis"
25134
25135 -
25136   type: "plot"
25137   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25138   algorithm: "plot_throughput_speedup_analysis"
25139   output-file-type: ".html"
25140   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25141   data: "plot-throughput-speedup-analysis-3n-hsw"
25142   filter: "'NIC_Intel-X710' and
25143            '64B' and
25144            'NDRPDR' and
25145            'IP4FWD' and
25146            'IACL' and
25147            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25148            not 'IPSEC' and
25149            not 'VHOST'"
25150   parameters:
25151   - "throughput"
25152   - "parent"
25153   - "tags"
25154   sort:
25155   - "ACL_STATELESS"
25156   - "ACL_STATEFUL"
25157   - "ACL_STATELESS"
25158   - "ACL_STATEFUL"
25159   layout:
25160     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25161     layout: "plot-throughput-speedup-analysis"
25162
25163 ## Speedup - VPP IPv4 3n-hsw-x710 features oacl
25164 #-
25165 #  type: "plot"
25166 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25167 #  algorithm: "plot_throughput_speedup_analysis"
25168 #  output-file-type: ".html"
25169 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25170 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25171 #  filter: "'NIC_Intel-X710' and
25172 #           '64B' and
25173 #           'NDRPDR' and
25174 #           'IP4FWD' and
25175 #           'OACL' and
25176 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25177 #           not 'IPSEC' and
25178 #           not 'VHOST'"
25179 #  parameters:
25180 #  - "throughput"
25181 #  - "parent"
25182 #  - "tags"
25183 #  sort:
25184 #  - "ACL_STATELESS"
25185 #  - "ACL_STATEFUL"
25186 #  - "ACL_STATELESS"
25187 #  - "ACL_STATEFUL"
25188 #  layout:
25189 #    title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25190 #    layout: "plot-throughput-speedup-analysis"
25191 #
25192 #-
25193 #  type: "plot"
25194 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25195 #  algorithm: "plot_throughput_speedup_analysis"
25196 #  output-file-type: ".html"
25197 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25198 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25199 #  filter: "'NIC_Intel-X710' and
25200 #           '64B' and
25201 #           'NDRPDR' and
25202 #           'IP4FWD' and
25203 #           'OACL' and
25204 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25205 #           not 'IPSEC' and
25206 #           not 'VHOST'"
25207 #  parameters:
25208 #  - "throughput"
25209 #  - "parent"
25210 #  - "tags"
25211 #  sort:
25212 #  - "ACL_STATELESS"
25213 #  - "ACL_STATEFUL"
25214 #  - "ACL_STATELESS"
25215 #  - "ACL_STATEFUL"
25216 #  layout:
25217 #    title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25218 #    layout: "plot-throughput-speedup-analysis"
25219
25220 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25221 -
25222   type: "plot"
25223   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25224   algorithm: "plot_throughput_speedup_analysis"
25225   output-file-type: ".html"
25226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25227   data: "plot-throughput-speedup-analysis-3n-hsw"
25228   filter: "'NIC_Intel-XL710' and
25229            '64B' and
25230            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25231            'NDRPDR' and
25232            'IP4FWD' and
25233            not 'IPSEC' and
25234            not 'VHOST'"
25235   parameters:
25236   - "throughput"
25237   - "parent"
25238   - "tags"
25239   sort:
25240   - "IP4BASE"
25241   - "FIB_20K"
25242   - "FIB_200K"
25243   - "FIB_2M"
25244   layout:
25245     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25246     layout: "plot-throughput-speedup-analysis"
25247
25248 -
25249   type: "plot"
25250   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25251   algorithm: "plot_throughput_speedup_analysis"
25252   output-file-type: ".html"
25253   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25254   data: "plot-throughput-speedup-analysis-3n-hsw"
25255   filter: "'NIC_Intel-XL710' and
25256            '64B' and
25257            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25258            'NDRPDR' and
25259            'IP4FWD' and
25260            not 'IPSEC' and
25261            not 'VHOST'"
25262   parameters:
25263   - "throughput"
25264   - "parent"
25265   - "tags"
25266   sort:
25267   - "IP4BASE"
25268   - "FIB_20K"
25269   - "FIB_200K"
25270   - "FIB_2M"
25271   layout:
25272     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25273     layout: "plot-throughput-speedup-analysis"
25274
25275 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25276 -
25277   type: "plot"
25278   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25279   algorithm: "plot_throughput_speedup_analysis"
25280   output-file-type: ".html"
25281   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25282   data: "plot-throughput-speedup-analysis-3n-skx"
25283   filter: "'NIC_Intel-X710' and
25284            '64B' and
25285            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25286            'NDRPDR' and
25287            'IP4FWD' and
25288            not 'IPSEC' and
25289            not 'VHOST'"
25290   parameters:
25291   - "throughput"
25292   - "parent"
25293   - "tags"
25294   sort:
25295   - "IP4BASE"
25296   - "FIB_20K"
25297   - "FIB_200K"
25298   - "FIB_2M"
25299   layout:
25300     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25301     layout: "plot-throughput-speedup-analysis"
25302
25303 -
25304   type: "plot"
25305   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25306   algorithm: "plot_throughput_speedup_analysis"
25307   output-file-type: ".html"
25308   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25309   data: "plot-throughput-speedup-analysis-3n-skx"
25310   filter: "'NIC_Intel-X710' and
25311            '64B' and
25312            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25313            'NDRPDR' and
25314            'IP4FWD' and
25315            not 'IPSEC' and
25316            not 'VHOST'"
25317   parameters:
25318   - "throughput"
25319   - "parent"
25320   - "tags"
25321   sort:
25322   - "IP4BASE"
25323   - "FIB_20K"
25324   - "FIB_200K"
25325   - "FIB_2M"
25326   layout:
25327     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25328     layout: "plot-throughput-speedup-analysis"
25329
25330 # Speedup - VPP IPv4 3n-skx-x710 features
25331 -
25332   type: "plot"
25333   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25334   algorithm: "plot_throughput_speedup_analysis"
25335   output-file-type: ".html"
25336   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25337   data: "plot-throughput-speedup-analysis-3n-skx"
25338   filter: "'NIC_Intel-X710' and
25339            '64B' and
25340            ('IP4BASE' or
25341             'POLICE_MARK' or
25342             'COPWHLIST' or
25343             ('NAT44' and 'BASE') or
25344             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25345            'NDRPDR' and
25346            'IP4FWD' and
25347            not 'IPSEC' and
25348            not 'VHOST'"
25349   parameters:
25350   - "throughput"
25351   - "parent"
25352   - "tags"
25353   sort:
25354   - "IP4BASE"
25355   - "NAT44"
25356   - "POLICE_MARK"
25357   - "COPWHLIST"
25358   - "IACL"
25359   - "OACL"
25360   layout:
25361     title: "ip4-3n-skx-x710-64b-features-ndr"
25362     layout: "plot-throughput-speedup-analysis"
25363
25364 -
25365   type: "plot"
25366   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25367   algorithm: "plot_throughput_speedup_analysis"
25368   output-file-type: ".html"
25369   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25370   data: "plot-throughput-speedup-analysis-3n-skx"
25371   filter: "'NIC_Intel-X710' and
25372            '64B' and
25373            ('IP4BASE' or
25374             'POLICE_MARK' or
25375             'COPWHLIST' or
25376             ('NAT44' and 'BASE') or
25377             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25378            'NDRPDR' and
25379            'IP4FWD' and
25380            not 'IPSEC' and
25381            not 'VHOST'"
25382   parameters:
25383   - "throughput"
25384   - "parent"
25385   - "tags"
25386   sort:
25387   - "IP4BASE"
25388   - "NAT44"
25389   - "POLICE_MARK"
25390   - "COPWHLIST"
25391   - "IACL"
25392   - "OACL"
25393   layout:
25394     title: "ip4-3n-skx-x710-64b-features-pdr"
25395     layout: "plot-throughput-speedup-analysis"
25396
25397 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25398 -
25399   type: "plot"
25400   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25401   algorithm: "plot_throughput_speedup_analysis"
25402   output-file-type: ".html"
25403   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25404   data: "plot-throughput-speedup-analysis-3n-skx"
25405   filter: "'NIC_Intel-X710' and
25406            '64B' and
25407            'NDRPDR' and
25408            'IP4FWD' and
25409            'NAT44' and
25410            not 'IPSEC' and
25411            not 'VHOST'"
25412   parameters:
25413   - "throughput"
25414   - "parent"
25415   - "tags"
25416   sort:
25417   - "BASE"
25418   - "BASE"
25419   - "SRC_USER_10"
25420   - "SRC_USER_100"
25421   - "SRC_USER_1000"
25422   - "SRC_USER_2000"
25423   layout:
25424     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25425     layout: "plot-throughput-speedup-analysis"
25426
25427 -
25428   type: "plot"
25429   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25430   algorithm: "plot_throughput_speedup_analysis"
25431   output-file-type: ".html"
25432   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25433   data: "plot-throughput-speedup-analysis-3n-skx"
25434   filter: "'NIC_Intel-X710' and
25435            '64B' and
25436            'NDRPDR' and
25437            'IP4FWD' and
25438            'NAT44' and
25439            not 'IPSEC' and
25440            not 'VHOST'"
25441   parameters:
25442   - "throughput"
25443   - "parent"
25444   - "tags"
25445   sort:
25446   - "BASE"
25447   - "BASE"
25448   - "SRC_USER_10"
25449   - "SRC_USER_100"
25450   - "SRC_USER_1000"
25451   - "SRC_USER_2000"
25452   layout:
25453     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25454     layout: "plot-throughput-speedup-analysis"
25455
25456 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25457 -
25458   type: "plot"
25459   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25460   algorithm: "plot_throughput_speedup_analysis"
25461   output-file-type: ".html"
25462   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25463   data: "plot-throughput-speedup-analysis-3n-skx"
25464   filter: "'NIC_Intel-X710' and
25465            '64B' and
25466            'NDRPDR' and
25467            'IP4FWD' and
25468            'IACL' and
25469            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25470            not 'IPSEC' and
25471            not 'VHOST'"
25472   parameters:
25473   - "throughput"
25474   - "parent"
25475   - "tags"
25476   sort:
25477   - "ACL_STATELESS"
25478   - "ACL_STATEFUL"
25479   - "ACL_STATELESS"
25480   - "ACL_STATEFUL"
25481   layout:
25482     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25483     layout: "plot-throughput-speedup-analysis"
25484
25485 -
25486   type: "plot"
25487   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25488   algorithm: "plot_throughput_speedup_analysis"
25489   output-file-type: ".html"
25490   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25491   data: "plot-throughput-speedup-analysis-3n-skx"
25492   filter: "'NIC_Intel-X710' and
25493            '64B' and
25494            'NDRPDR' and
25495            'IP4FWD' and
25496            'IACL' and
25497            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25498            not 'IPSEC' and
25499            not 'VHOST'"
25500   parameters:
25501   - "throughput"
25502   - "parent"
25503   - "tags"
25504   sort:
25505   - "ACL_STATELESS"
25506   - "ACL_STATEFUL"
25507   - "ACL_STATELESS"
25508   - "ACL_STATEFUL"
25509   layout:
25510     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25511     layout: "plot-throughput-speedup-analysis"
25512
25513 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25514 -
25515   type: "plot"
25516   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25517   algorithm: "plot_throughput_speedup_analysis"
25518   output-file-type: ".html"
25519   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25520   data: "plot-throughput-speedup-analysis-3n-skx"
25521   filter: "'NIC_Intel-X710' and
25522            '64B' and
25523            'NDRPDR' and
25524            'IP4FWD' and
25525            'OACL' and
25526            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25527            not 'IPSEC' and
25528            not 'VHOST'"
25529   parameters:
25530   - "throughput"
25531   - "parent"
25532   - "tags"
25533   sort:
25534   - "ACL_STATELESS"
25535   - "ACL_STATEFUL"
25536   - "ACL_STATELESS"
25537   - "ACL_STATEFUL"
25538   layout:
25539     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25540     layout: "plot-throughput-speedup-analysis"
25541
25542 -
25543   type: "plot"
25544   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25545   algorithm: "plot_throughput_speedup_analysis"
25546   output-file-type: ".html"
25547   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25548   data: "plot-throughput-speedup-analysis-3n-skx"
25549   filter: "'NIC_Intel-X710' and
25550            '64B' and
25551            'NDRPDR' and
25552            'IP4FWD' and
25553            'OACL' and
25554            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25555            not 'IPSEC' and
25556            not 'VHOST'"
25557   parameters:
25558   - "throughput"
25559   - "parent"
25560   - "tags"
25561   sort:
25562   - "ACL_STATELESS"
25563   - "ACL_STATEFUL"
25564   - "ACL_STATELESS"
25565   - "ACL_STATEFUL"
25566   layout:
25567     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25568     layout: "plot-throughput-speedup-analysis"
25569
25570 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25571 -
25572   type: "plot"
25573   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25574   algorithm: "plot_throughput_speedup_analysis"
25575   output-file-type: ".html"
25576   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25577   data: "plot-throughput-speedup-analysis-2n-skx"
25578   filter: "'NIC_Intel-X710' and
25579            '64B' and
25580            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25581            'NDRPDR' and
25582            'IP4FWD' and
25583            not 'IPSEC' and
25584            not 'VHOST'"
25585   parameters:
25586   - "throughput"
25587   - "parent"
25588   - "tags"
25589   sort:
25590   - "DOT1Q"
25591   - "IP4BASE"
25592   - "FIB_20k"
25593   - "FIB_200k"
25594   - "FIB_2M"
25595   layout:
25596     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25597     layout: "plot-throughput-speedup-analysis"
25598
25599 -
25600   type: "plot"
25601   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25602   algorithm: "plot_throughput_speedup_analysis"
25603   output-file-type: ".html"
25604   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25605   data: "plot-throughput-speedup-analysis-2n-skx"
25606   filter: "'NIC_Intel-X710' and
25607            '64B' and
25608            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25609            'NDRPDR' and
25610            'IP4FWD' and
25611            not 'IPSEC' and
25612            not 'VHOST'"
25613   parameters:
25614   - "throughput"
25615   - "parent"
25616   - "tags"
25617   sort:
25618   - "DOT1Q"
25619   - "IP4BASE"
25620   - "FIB_20k"
25621   - "FIB_200k"
25622   - "FIB_2M"
25623   layout:
25624     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25625     layout: "plot-throughput-speedup-analysis"
25626
25627 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25628 -
25629   type: "plot"
25630   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25631   algorithm: "plot_throughput_speedup_analysis"
25632   output-file-type: ".html"
25633   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25634   data: "plot-throughput-speedup-analysis-2n-skx"
25635   filter: "'NIC_Intel-XXV710' and
25636            '64B' and
25637            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25638            'NDRPDR' and
25639            'IP4FWD' and
25640            not 'IPSEC' and
25641            not 'VHOST'"
25642   parameters:
25643   - "throughput"
25644   - "parent"
25645   - "tags"
25646   sort:
25647   - "DOT1Q"
25648   - "IP4BASE"
25649   - "FIB_20k"
25650   - "FIB_200k"
25651   - "FIB_2M"
25652   layout:
25653     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25654     layout: "plot-throughput-speedup-analysis"
25655
25656 -
25657   type: "plot"
25658   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25659   algorithm: "plot_throughput_speedup_analysis"
25660   output-file-type: ".html"
25661   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25662   data: "plot-throughput-speedup-analysis-2n-skx"
25663   filter: "'NIC_Intel-XXV710' and
25664            '64B' and
25665            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25666            'NDRPDR' and
25667            'IP4FWD' and
25668            not 'IPSEC' and
25669            not 'VHOST'"
25670   parameters:
25671   - "throughput"
25672   - "parent"
25673   - "tags"
25674   sort:
25675   - "DOT1Q"
25676   - "IP4BASE"
25677   - "FIB_20k"
25678   - "FIB_200k"
25679   - "FIB_2M"
25680   layout:
25681     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25682     layout: "plot-throughput-speedup-analysis"
25683
25684 # Speedup - VPP IPv4 2n-dnv-x553 base
25685 -
25686   type: "plot"
25687   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25688   algorithm: "plot_throughput_speedup_analysis"
25689   output-file-type: ".html"
25690   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25691   data: "intel-dnv-vpp"
25692   filter: "'NIC_Intel-X553' and
25693            '64B' and
25694            'IP4BASE' and
25695            'NDRPDR' and
25696            'IP4FWD' and
25697            not 'IPSEC' and
25698            not 'VHOST'"
25699   parameters:
25700   - "throughput"
25701   - "parent"
25702   - "tags"
25703   sort:
25704   - "IP4BASE"
25705   layout:
25706     title: "ip4-2n-dnv-x553-64b-base-ndr"
25707     layout: "plot-throughput-speedup-analysis"
25708
25709 -
25710   type: "plot"
25711   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25712   algorithm: "plot_throughput_speedup_analysis"
25713   output-file-type: ".html"
25714   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25715   data: "intel-dnv-vpp"
25716   filter: "'NIC_Intel-X553' and
25717            '64B' and
25718            'IP4BASE' and
25719            'NDRPDR' and
25720            'IP4FWD' and
25721            not 'IPSEC' and
25722            not 'VHOST'"
25723   parameters:
25724   - "throughput"
25725   - "parent"
25726   - "tags"
25727   sort:
25728   - "IP4BASE"
25729   layout:
25730     title: "ip4-2n-dnv-x553-64b-base-pdr"
25731     layout: "plot-throughput-speedup-analysis"
25732
25733 ################################################################################
25734
25735 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25736 #-
25737 #  type: "plot"
25738 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25739 #  algorithm: "plot_throughput_speedup_analysis"
25740 #  output-file-type: ".html"
25741 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25742 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25743 #  filter: "'NIC_Intel-X520_DA2' and
25744 #           '64B' and
25745 #           'ENCAP' and
25746 #           'NDRPDR' and
25747 #           ('VXLAN' or 'LISP') and
25748 #           not 'VHOST' and
25749 #           not 'IPSECHW'"
25750 #  parameters:
25751 #  - "throughput"
25752 #  - "parent"
25753 #  - "tags"
25754 #  sort:
25755 #  - "not DOT1Q"
25756 #  - "VXLAN_1"
25757 #  - "VXLAN_10"
25758 #  - "VXLAN_100"
25759 #  - "VXLAN_1000"
25760 #  layout:
25761 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25762 #    layout: "plot-throughput-speedup-analysis"
25763 #
25764 #-
25765 #  type: "plot"
25766 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25767 #  algorithm: "plot_throughput_speedup_analysis"
25768 #  output-file-type: ".html"
25769 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25770 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25771 #  filter: "'NIC_Intel-X520_DA2' and
25772 #           '64B' and
25773 #           'ENCAP' and
25774 #           'NDRPDR' and
25775 #           ('VXLAN' or 'LISP') and
25776 #           not 'VHOST' and
25777 #           not 'IPSECHW'"
25778 #  parameters:
25779 #  - "throughput"
25780 #  - "parent"
25781 #  - "tags"
25782 #  sort:
25783 #  - "not DOT1Q"
25784 #  - "VXLAN_1"
25785 #  - "VXLAN_10"
25786 #  - "VXLAN_100"
25787 #  - "VXLAN_1000"
25788 #  layout:
25789 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25790 #    layout: "plot-throughput-speedup-analysis"
25791
25792 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25793 -
25794   type: "plot"
25795   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25796   algorithm: "plot_throughput_speedup_analysis"
25797   output-file-type: ".html"
25798   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25799   data: "plot-throughput-speedup-analysis-3n-hsw"
25800   filter: "'NIC_Intel-X520-DA2' and
25801            '64B' and
25802            'ENCAP' and
25803            'NDRPDR' and
25804            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25805            not 'DOT1Q' and
25806            not 'VHOST' and
25807            not 'IPSECHW'"
25808   parameters:
25809   - "throughput"
25810   - "parent"
25811   - "tags"
25812   sort:
25813   - "L2BDMACLRN"
25814   - "L2XCFWD"
25815   - "LISP"
25816   layout:
25817     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
25818     layout: "plot-throughput-speedup-analysis"
25819
25820 -
25821   type: "plot"
25822   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25823   algorithm: "plot_throughput_speedup_analysis"
25824   output-file-type: ".html"
25825   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25826   data: "plot-throughput-speedup-analysis-3n-hsw"
25827   filter: "'NIC_Intel-X520-DA2' and
25828            '64B' and
25829            'ENCAP' and
25830            'NDRPDR' and
25831            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25832            not 'DOT1Q' and
25833            not 'VHOST' and
25834            not 'IPSECHW'"
25835   parameters:
25836   - "throughput"
25837   - "parent"
25838   - "tags"
25839   sort:
25840   - "L2BDMACLRN"
25841   - "L2XCFWD"
25842   - "LISP"
25843   layout:
25844     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
25845     layout: "plot-throughput-speedup-analysis"
25846
25847 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
25848 -
25849   type: "plot"
25850   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25851   algorithm: "plot_throughput_speedup_analysis"
25852   output-file-type: ".html"
25853   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25854   data: "plot-throughput-speedup-analysis-3n-hsw"
25855   filter: "'NIC_Intel-X710' and
25856            '64B' and
25857            'ENCAP' and
25858            'NDRPDR' and
25859            ('VXLAN' or 'LISP') and
25860            not 'VHOST' and
25861            not 'IPSECHW'"
25862   parameters:
25863   - "throughput"
25864   - "parent"
25865   - "tags"
25866   sort:
25867   - "LISP"
25868   - "VXLAN_1"
25869   - "VXLAN_10"
25870   - "VXLAN_100"
25871   - "VXLAN_1000"
25872   layout:
25873     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
25874     layout: "plot-throughput-speedup-analysis"
25875
25876 -
25877   type: "plot"
25878   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25879   algorithm: "plot_throughput_speedup_analysis"
25880   output-file-type: ".html"
25881   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25882   data: "plot-throughput-speedup-analysis-3n-hsw"
25883   filter: "'NIC_Intel-X710' and
25884            '64B' and
25885            'ENCAP' and
25886            'NDRPDR' and
25887            ('VXLAN' or 'LISP') and
25888            not 'VHOST' and
25889            not 'IPSECHW'"
25890   parameters:
25891   - "throughput"
25892   - "parent"
25893   - "tags"
25894   sort:
25895   - "LISP"
25896   - "VXLAN_1"
25897   - "VXLAN_10"
25898   - "VXLAN_100"
25899   - "VXLAN_1000"
25900   layout:
25901     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25902     layout: "plot-throughput-speedup-analysis"
25903
25904 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25905 -
25906   type: "plot"
25907   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25908   algorithm: "plot_throughput_speedup_analysis"
25909   output-file-type: ".html"
25910   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25911   data: "plot-throughput-speedup-analysis-3n-hsw"
25912   filter: "'NIC_Intel-X710' and
25913            '64B' and
25914            'ENCAP' and
25915            'NDRPDR' and
25916            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25917            not 'DOT1Q' and
25918            not 'VHOST' and
25919            not 'IPSECHW'"
25920   parameters:
25921   - "throughput"
25922   - "parent"
25923   - "tags"
25924   sort:
25925   - "L2BDMACLRN"
25926   - "L2XCFWD"
25927   - "LISP"
25928   layout:
25929     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25930     layout: "plot-throughput-speedup-analysis"
25931
25932 -
25933   type: "plot"
25934   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25935   algorithm: "plot_throughput_speedup_analysis"
25936   output-file-type: ".html"
25937   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25938   data: "plot-throughput-speedup-analysis-3n-hsw"
25939   filter: "'NIC_Intel-X710' and
25940            '64B' and
25941            'ENCAP' and
25942            'NDRPDR' and
25943            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25944            not 'DOT1Q' and
25945            not 'VHOST' and
25946            not 'IPSECHW'"
25947   parameters:
25948   - "throughput"
25949   - "parent"
25950   - "tags"
25951   sort:
25952   - "L2BDMACLRN"
25953   - "L2XCFWD"
25954   - "LISP"
25955   layout:
25956     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25957     layout: "plot-throughput-speedup-analysis"
25958
25959 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25960 -
25961   type: "plot"
25962   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25963   algorithm: "plot_throughput_speedup_analysis"
25964   output-file-type: ".html"
25965   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25966   data: "plot-throughput-speedup-analysis-3n-skx"
25967   filter: "'NIC_Intel-X710' and
25968            '64B' and
25969            'ENCAP' and
25970            'NDRPDR' and
25971            'VXLAN' and
25972            'L2BDMACLRN' and
25973            not 'VHOST' and
25974            not 'IPSECHW'"
25975   parameters:
25976   - "throughput"
25977   - "parent"
25978   - "tags"
25979   sort:
25980   - "LISP"
25981   - "VXLAN_1"
25982   - "VXLAN_10"
25983   - "VXLAN_100"
25984   - "VXLAN_1000"
25985   layout:
25986     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25987     layout: "plot-throughput-speedup-analysis"
25988
25989 -
25990   type: "plot"
25991   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25992   algorithm: "plot_throughput_speedup_analysis"
25993   output-file-type: ".html"
25994   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25995   data: "plot-throughput-speedup-analysis-3n-skx"
25996   filter: "'NIC_Intel-X710' and
25997            '64B' and
25998            'ENCAP' and
25999            'NDRPDR' and
26000            'VXLAN' and
26001            'L2BDMACLRN' and
26002            not 'VHOST' and
26003            not 'IPSECHW'"
26004   parameters:
26005   - "throughput"
26006   - "parent"
26007   - "tags"
26008   sort:
26009   - "LISP"
26010   - "VXLAN_1"
26011   - "VXLAN_10"
26012   - "VXLAN_100"
26013   - "VXLAN_1000"
26014   layout:
26015     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
26016     layout: "plot-throughput-speedup-analysis"
26017
26018 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
26019 -
26020   type: "plot"
26021   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26022   algorithm: "plot_throughput_speedup_analysis"
26023   output-file-type: ".html"
26024   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26025   data: "plot-throughput-speedup-analysis-3n-skx"
26026   filter: "'NIC_Intel-X710' and
26027            '64B' and
26028            'ENCAP' and
26029            'NDRPDR' and
26030            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26031            not 'DOT1Q' and
26032            not 'VHOST' and
26033            not 'IPSECHW'"
26034   parameters:
26035   - "throughput"
26036   - "parent"
26037   - "tags"
26038   sort:
26039   - "L2BDMACLRN"
26040   - "L2XCFWD"
26041   - "LISP"
26042   layout:
26043     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26044     layout: "plot-throughput-speedup-analysis"
26045
26046 -
26047   type: "plot"
26048   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26049   algorithm: "plot_throughput_speedup_analysis"
26050   output-file-type: ".html"
26051   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26052   data: "plot-throughput-speedup-analysis-3n-skx"
26053   filter: "'NIC_Intel-X710' and
26054            '64B' and
26055            'ENCAP' and
26056            'NDRPDR' and
26057            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26058            not 'DOT1Q' and
26059            not 'VHOST' and
26060            not 'IPSECHW'"
26061   parameters:
26062   - "throughput"
26063   - "parent"
26064   - "tags"
26065   sort:
26066   - "L2BDMACLRN"
26067   - "L2XCFWD"
26068   - "LISP"
26069   layout:
26070     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
26071     layout: "plot-throughput-speedup-analysis"
26072
26073 ################################################################################
26074
26075 # Speedup - VPP IPv6 3n-hsw-x520
26076 -
26077   type: "plot"
26078   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26079   algorithm: "plot_throughput_speedup_analysis"
26080   output-file-type: ".html"
26081   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26082   data: "plot-throughput-speedup-analysis-3n-hsw"
26083   filter: "'NIC_Intel-X520-DA2' and
26084            '78B' and
26085            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26086            'NDRPDR' and
26087            'IP6FWD' and
26088            not 'SRv6' and
26089            not 'IPSEC' and
26090            not 'VHOST'"
26091   parameters:
26092   - "throughput"
26093   - "parent"
26094   - "tags"
26095   sort:
26096   - "IP6BASE"
26097   - "FIB_20K"
26098   - "FIB_200K"
26099   - "FIB_2M"
26100   layout:
26101     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26102     layout: "plot-throughput-speedup-analysis"
26103
26104 -
26105   type: "plot"
26106   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26107   algorithm: "plot_throughput_speedup_analysis"
26108   output-file-type: ".html"
26109   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26110   data: "plot-throughput-speedup-analysis-3n-hsw"
26111   filter: "'NIC_Intel-X520-DA2' and
26112            '78B' and
26113            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26114            'NDRPDR' and
26115            'IP6FWD' and
26116            not 'SRv6' and
26117            not 'IPSEC' and
26118            not 'VHOST'"
26119   parameters:
26120   - "throughput"
26121   - "parent"
26122   - "tags"
26123   sort:
26124   - "IP6BASE"
26125   - "FIB_20K"
26126   - "FIB_200K"
26127   - "FIB_2M"
26128   layout:
26129     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26130     layout: "plot-throughput-speedup-analysis"
26131
26132 # Speedup - VPP IPv6 3n-hsw-x520 features
26133 -
26134   type: "plot"
26135   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26136   algorithm: "plot_throughput_speedup_analysis"
26137   output-file-type: ".html"
26138   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26139   data: "plot-throughput-speedup-analysis-3n-hsw"
26140   filter: "'NIC_Intel-X520-DA2' and
26141            '78B' and
26142            ('IP6BASE' or
26143             'POLICE_MARK' or
26144             'COPWHLIST' or
26145             'IACLDST') and
26146            'NDRPDR' and
26147            'IP6FWD' and
26148            not 'SRv6' and
26149            not 'IPSEC' and
26150            not 'VHOST'"
26151   parameters:
26152   - "throughput"
26153   - "parent"
26154   - "tags"
26155   sort:
26156   - "IP6BASE"
26157   - "POLICE_MARK"
26158   - "COPWHLIST"
26159   - "IACLDST"
26160   layout:
26161     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26162     layout: "plot-throughput-speedup-analysis"
26163
26164 -
26165   type: "plot"
26166   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26167   algorithm: "plot_throughput_speedup_analysis"
26168   output-file-type: ".html"
26169   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26170   data: "plot-throughput-speedup-analysis-3n-hsw"
26171   filter: "'NIC_Intel-X520-DA2' and
26172            '78B' and
26173            ('IP6BASE' or
26174             'POLICE_MARK' or
26175             'COPWHLIST' or
26176             'IACLDST') and
26177            'NDRPDR' and
26178            'IP6FWD' and
26179            not 'SRv6' and
26180            not 'IPSEC' and
26181            not 'VHOST'"
26182   parameters:
26183   - "throughput"
26184   - "parent"
26185   - "tags"
26186   sort:
26187   - "IP6BASE"
26188   - "POLICE_MARK"
26189   - "COPWHLIST"
26190   - "IACLDST"
26191   layout:
26192     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26193     layout: "plot-throughput-speedup-analysis"
26194
26195 # Speedup - VPP IPv6 3n-hsw-x710
26196 -
26197   type: "plot"
26198   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26199   algorithm: "plot_throughput_speedup_analysis"
26200   output-file-type: ".html"
26201   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26202   data: "plot-throughput-speedup-analysis-3n-hsw"
26203   filter: "'NIC_Intel-X710' and
26204            '78B' and
26205            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26206            'NDRPDR' and
26207            'IP6FWD' and
26208            not 'SRv6' and
26209            not 'IPSEC' and
26210            not 'VHOST'"
26211   parameters:
26212   - "throughput"
26213   - "parent"
26214   - "tags"
26215   sort:
26216   - "IP6BASE"
26217   - "FIB_20K"
26218   - "FIB_200K"
26219   - "FIB_2M"
26220   layout:
26221     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26222     layout: "plot-throughput-speedup-analysis"
26223
26224 -
26225   type: "plot"
26226   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26227   algorithm: "plot_throughput_speedup_analysis"
26228   output-file-type: ".html"
26229   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26230   data: "plot-throughput-speedup-analysis-3n-hsw"
26231   filter: "'NIC_Intel-X710' and
26232            '78B' and
26233            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26234            'NDRPDR' and
26235            'IP6FWD' and
26236            not 'SRv6' and
26237            not 'IPSEC' and
26238            not 'VHOST'"
26239   parameters:
26240   - "throughput"
26241   - "parent"
26242   - "tags"
26243   sort:
26244   - "IP6BASE"
26245   - "FIB_20K"
26246   - "FIB_200K"
26247   - "FIB_2M"
26248   layout:
26249     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26250     layout: "plot-throughput-speedup-analysis"
26251
26252 # Speedup - VPP IPv6 3n-hsw-x710 features
26253 -
26254   type: "plot"
26255   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26256   algorithm: "plot_throughput_speedup_analysis"
26257   output-file-type: ".html"
26258   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26259   data: "plot-throughput-speedup-analysis-3n-hsw"
26260   filter: "'NIC_Intel-X710' and
26261            '78B' and
26262            ('IP6BASE' or
26263             'POLICE_MARK' or
26264             'COPWHLIST' or
26265             'IACLDST') and
26266            'NDRPDR' and
26267            'IP6FWD' and
26268            not 'SRv6' and
26269            not 'IPSEC' and
26270            not 'VHOST'"
26271   parameters:
26272   - "throughput"
26273   - "parent"
26274   - "tags"
26275   sort:
26276   - "IP6BASE"
26277   - "POLICE_MARK"
26278   - "COPWHLIST"
26279   - "IACLDST"
26280   layout:
26281     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26282     layout: "plot-throughput-speedup-analysis"
26283
26284 -
26285   type: "plot"
26286   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26287   algorithm: "plot_throughput_speedup_analysis"
26288   output-file-type: ".html"
26289   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26290   data: "plot-throughput-speedup-analysis-3n-hsw"
26291   filter: "'NIC_Intel-X710' and
26292            '78B' and
26293            ('IP6BASE' or
26294             'POLICE_MARK' or
26295             'COPWHLIST' or
26296             'IACLDST') and
26297            'NDRPDR' and
26298            'IP6FWD' and
26299            not 'SRv6' and
26300            not 'IPSEC' and
26301            not 'VHOST'"
26302   parameters:
26303   - "throughput"
26304   - "parent"
26305   - "tags"
26306   sort:
26307   - "IP6BASE"
26308   - "POLICE_MARK"
26309   - "COPWHLIST"
26310   - "IACLDST"
26311   layout:
26312     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26313     layout: "plot-throughput-speedup-analysis"
26314
26315 # Speedup - VPP IPv6 3n-hsw-xl710
26316 -
26317   type: "plot"
26318   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26319   algorithm: "plot_throughput_speedup_analysis"
26320   output-file-type: ".html"
26321   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26322   data: "plot-throughput-speedup-analysis-3n-hsw"
26323   filter: "'NIC_Intel-XL710' and
26324            '78B' and
26325            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26326            'NDRPDR' and
26327            'IP6FWD' and
26328            not 'SRv6' and
26329            not 'IPSEC' and
26330            not 'VHOST'"
26331   parameters:
26332   - "throughput"
26333   - "parent"
26334   - "tags"
26335   sort:
26336   - "IP6BASE"
26337   - "FIB_20K"
26338   - "FIB_200K"
26339   - "FIB_2M"
26340   layout:
26341     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26342     layout: "plot-throughput-speedup-analysis"
26343
26344 -
26345   type: "plot"
26346   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26347   algorithm: "plot_throughput_speedup_analysis"
26348   output-file-type: ".html"
26349   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26350   data: "plot-throughput-speedup-analysis-3n-hsw"
26351   filter: "'NIC_Intel-XL710' and
26352            '78B' and
26353            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26354            'NDRPDR' and
26355            'IP6FWD' and
26356            not 'SRv6' and
26357            not 'IPSEC' and
26358            not 'VHOST'"
26359   parameters:
26360   - "throughput"
26361   - "parent"
26362   - "tags"
26363   sort:
26364   - "IP6BASE"
26365   - "FIB_20K"
26366   - "FIB_200K"
26367   - "FIB_2M"
26368   layout:
26369     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26370     layout: "plot-throughput-speedup-analysis"
26371
26372 # Speedup - VPP IPv6 3n-skx-x710
26373 -
26374   type: "plot"
26375   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26376   algorithm: "plot_throughput_speedup_analysis"
26377   output-file-type: ".html"
26378   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26379   data: "plot-throughput-speedup-analysis-3n-skx"
26380   filter: "'NIC_Intel-X710' and
26381            '78B' and
26382            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26383            'NDRPDR' and
26384            'IP6FWD' and
26385            not 'SRv6' and
26386            not 'IPSEC' and
26387            not 'VHOST'"
26388   parameters:
26389   - "throughput"
26390   - "parent"
26391   - "tags"
26392   sort:
26393   - "IP6BASE"
26394   - "FIB_20K"
26395   - "FIB_200K"
26396   - "FIB_2M"
26397   layout:
26398     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26399     layout: "plot-throughput-speedup-analysis"
26400
26401 -
26402   type: "plot"
26403   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26404   algorithm: "plot_throughput_speedup_analysis"
26405   output-file-type: ".html"
26406   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26407   data: "plot-throughput-speedup-analysis-3n-skx"
26408   filter: "'NIC_Intel-X710' and
26409            '78B' and
26410            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26411            'NDRPDR' and
26412            'IP6FWD' and
26413            not 'SRv6' and
26414            not 'IPSEC' and
26415            not 'VHOST'"
26416   parameters:
26417   - "throughput"
26418   - "parent"
26419   - "tags"
26420   sort:
26421   - "IP6BASE"
26422   - "FIB_20K"
26423   - "FIB_200K"
26424   - "FIB_2M"
26425   layout:
26426     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26427     layout: "plot-throughput-speedup-analysis"
26428
26429 # Speedup - VPP IPv6 3n-skx-x710 features
26430 -
26431   type: "plot"
26432   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26433   algorithm: "plot_throughput_speedup_analysis"
26434   output-file-type: ".html"
26435   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26436   data: "plot-throughput-speedup-analysis-3n-skx"
26437   filter: "'NIC_Intel-X710' and
26438            '78B' and
26439            ('IP6BASE' or
26440             'POLICE_MARK' or
26441             'COPWHLIST' or
26442             'IACLDST') and
26443            'NDRPDR' and
26444            'IP6FWD' and
26445            not 'SRv6' and
26446            not 'IPSEC' and
26447            not 'VHOST'"
26448   parameters:
26449   - "throughput"
26450   - "parent"
26451   - "tags"
26452   sort:
26453   - "IP6BASE"
26454   - "POLICE_MARK"
26455   - "COPWHLIST"
26456   - "IACLDST"
26457   layout:
26458     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
26459     layout: "plot-throughput-speedup-analysis"
26460
26461 -
26462   type: "plot"
26463   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26464   algorithm: "plot_throughput_speedup_analysis"
26465   output-file-type: ".html"
26466   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26467   data: "plot-throughput-speedup-analysis-3n-skx"
26468   filter: "'NIC_Intel-X710' and
26469            '78B' and
26470            ('IP6BASE' or
26471             'POLICE_MARK' or
26472             'COPWHLIST' or
26473             'IACLDST') and
26474            'NDRPDR' and
26475            'IP6FWD' and
26476            not 'SRv6' and
26477            not 'IPSEC' and
26478            not 'VHOST'"
26479   parameters:
26480   - "throughput"
26481   - "parent"
26482   - "tags"
26483   sort:
26484   - "IP6BASE"
26485   - "POLICE_MARK"
26486   - "COPWHLIST"
26487   - "IACLDST"
26488   layout:
26489     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
26490     layout: "plot-throughput-speedup-analysis"
26491
26492 # Speedup - VPP IPv6 2n-skx-x710
26493 -
26494   type: "plot"
26495   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26496   algorithm: "plot_throughput_speedup_analysis"
26497   output-file-type: ".html"
26498   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26499   data: "plot-throughput-speedup-analysis-2n-skx"
26500   filter: "'NIC_Intel-X710' and
26501            '78B' and
26502            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26503            'NDRPDR' and
26504            'IP6FWD' and
26505            not 'SRv6' and
26506            not 'IPSEC' and
26507            not 'VHOST'"
26508   parameters:
26509   - "throughput"
26510   - "parent"
26511   - "tags"
26512   sort:
26513   - "IP6BASE"
26514   - "FIB_20k"
26515   - "FIB_200k"
26516   - "FIB_2M"
26517   layout:
26518     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26519     layout: "plot-throughput-speedup-analysis"
26520
26521 -
26522   type: "plot"
26523   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26524   algorithm: "plot_throughput_speedup_analysis"
26525   output-file-type: ".html"
26526   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26527   data: "plot-throughput-speedup-analysis-2n-skx"
26528   filter: "'NIC_Intel-X710' and
26529            '78B' and
26530            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26531            'NDRPDR' and
26532            'IP6FWD' and
26533            not 'SRv6' and
26534            not 'IPSEC' and
26535            not 'VHOST'"
26536   parameters:
26537   - "throughput"
26538   - "parent"
26539   - "tags"
26540   sort:
26541   - "IP6BASE"
26542   - "FIB_20k"
26543   - "FIB_200k"
26544   - "FIB_2M"
26545   layout:
26546     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26547     layout: "plot-throughput-speedup-analysis"
26548
26549 # Speedup - VPP IPv6 2n-skx-xxv710
26550 -
26551   type: "plot"
26552   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26553   algorithm: "plot_throughput_speedup_analysis"
26554   output-file-type: ".html"
26555   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26556   data: "plot-throughput-speedup-analysis-2n-skx"
26557   filter: "'NIC_Intel-XXV710' and
26558            '78B' and
26559            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26560            'NDRPDR' and
26561            'IP6FWD' and
26562            not 'SRv6' and
26563            not 'IPSEC' and
26564            not 'VHOST'"
26565   parameters:
26566   - "throughput"
26567   - "parent"
26568   - "tags"
26569   sort:
26570   - "IP6BASE"
26571   - "FIB_20k"
26572   - "FIB_200k"
26573   - "FIB_2M"
26574   layout:
26575     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26576     layout: "plot-throughput-speedup-analysis"
26577
26578 -
26579   type: "plot"
26580   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26581   algorithm: "plot_throughput_speedup_analysis"
26582   output-file-type: ".html"
26583   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26584   data: "plot-throughput-speedup-analysis-2n-skx"
26585   filter: "'NIC_Intel-XXV710' and
26586            '78B' and
26587            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26588            'NDRPDR' and
26589            'IP6FWD' and
26590            not 'SRv6' and
26591            not 'IPSEC' and
26592            not 'VHOST'"
26593   parameters:
26594   - "throughput"
26595   - "parent"
26596   - "tags"
26597   sort:
26598   - "IP6BASE"
26599   - "FIB_20k"
26600   - "FIB_200k"
26601   - "FIB_2M"
26602   layout:
26603     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26604     layout: "plot-throughput-speedup-analysis"
26605
26606 # Speedup - VPP IPv6 2n-dnv-x553 base
26607 -
26608   type: "plot"
26609   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26610   algorithm: "plot_throughput_speedup_analysis"
26611   output-file-type: ".html"
26612   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26613   data: "intel-dnv-vpp"
26614   filter: "'NIC_Intel-X553' and
26615            '78B' and
26616            'IP6BASE' and
26617            'NDRPDR' and
26618            'IP6FWD' and
26619            not 'SRv6' and
26620            not 'IPSEC' and
26621            not 'VHOST'"
26622   parameters:
26623   - "throughput"
26624   - "parent"
26625   - "tags"
26626   sort:
26627   - "IP6BASE"
26628   layout:
26629     title: "ip6-2n-dnv-x553-78b-base-ndr"
26630     layout: "plot-throughput-speedup-analysis"
26631
26632 -
26633   type: "plot"
26634   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26635   algorithm: "plot_throughput_speedup_analysis"
26636   output-file-type: ".html"
26637   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26638   data: "intel-dnv-vpp"
26639   filter: "'NIC_Intel-X553' and
26640            '78B' and
26641            'IP6BASE' and
26642            'NDRPDR' and
26643            'IP6FWD' and
26644            not 'SRv6' and
26645            not 'IPSEC' and
26646            not 'VHOST'"
26647   parameters:
26648   - "throughput"
26649   - "parent"
26650   - "tags"
26651   sort:
26652   - "IP6BASE"
26653   layout:
26654     title: "ip6-2n-dnv-x553-78b-base-pdr"
26655     layout: "plot-throughput-speedup-analysis"
26656
26657 ################################################################################
26658
26659 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26660 -
26661   type: "plot"
26662   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26663   algorithm: "plot_throughput_speedup_analysis"
26664   output-file-type: ".html"
26665   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26666   data: "plot-throughput-speedup-analysis-3n-hsw"
26667   filter: "'NIC_Intel-X520-DA2' and
26668            '78B' and
26669            'ENCAP' and
26670            'NDRPDR' and
26671            'LISP' and
26672            not 'VHOST'"
26673   parameters:
26674   - "throughput"
26675   - "parent"
26676   - "tags"
26677   sort:
26678   - "IP4UNRLAY"
26679   - "IP6UNRLAY"
26680   layout:
26681     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26682     layout: "plot-throughput-speedup-analysis"
26683
26684 -
26685   type: "plot"
26686   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26687   algorithm: "plot_throughput_speedup_analysis"
26688   output-file-type: ".html"
26689   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26690   data: "plot-throughput-speedup-analysis-3n-hsw"
26691   filter: "'NIC_Intel-X520-DA2' and
26692            '78B' and
26693            'ENCAP' and
26694            'NDRPDR' and
26695            'LISP' and
26696            not 'VHOST'"
26697   parameters:
26698   - "throughput"
26699   - "parent"
26700   - "tags"
26701   sort:
26702   - "IP4UNRLAY"
26703   - "IP6UNRLAY"
26704   layout:
26705     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26706     layout: "plot-throughput-speedup-analysis"
26707
26708 ################################################################################
26709
26710 # Speedup - VPP IPSec 3n-hsw-xl710 base
26711 -
26712   type: "plot"
26713   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26714   algorithm: "plot_throughput_speedup_analysis"
26715   output-file-type: ".html"
26716   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26717   data: "plot-throughput-speedup-analysis-3n-hsw"
26718   filter: "'NIC_Intel-XL710' and
26719            '64B' and
26720            'IP4FWD' and
26721            'NDRPDR' and
26722            'BASE' and
26723            'IPSECHW' and
26724            ('IPSECTRAN' or 'IPSECTUN') and
26725            not 'VHOST'"
26726   parameters:
26727   - "throughput"
26728   - "parent"
26729   - "tags"
26730   layout:
26731     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26732     layout: "plot-throughput-speedup-analysis"
26733
26734 -
26735   type: "plot"
26736   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26737   algorithm: "plot_throughput_speedup_analysis"
26738   output-file-type: ".html"
26739   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26740   data: "plot-throughput-speedup-analysis-3n-hsw"
26741   filter: "'NIC_Intel-XL710' and
26742            '64B' and
26743            'IP4FWD' and
26744            'NDRPDR' and
26745            'BASE' and
26746            'IPSECHW' and
26747            ('IPSECTRAN' or 'IPSECTUN') and
26748            not 'VHOST'"
26749   parameters:
26750   - "throughput"
26751   - "parent"
26752   - "tags"
26753   layout:
26754     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26755     layout: "plot-throughput-speedup-analysis"
26756
26757 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26758 -
26759   type: "plot"
26760   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26761   algorithm: "plot_throughput_speedup_analysis"
26762   output-file-type: ".html"
26763   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26764   data: "plot-throughput-speedup-analysis-3n-hsw"
26765   filter: "'NIC_Intel-XL710' and
26766            '64B' and
26767            'IP4FWD' and
26768            'NDRPDR' and
26769            'SCALE' and
26770            'IPSECHW' and
26771            ('IPSECTRAN' or 'IPSECTUN') and
26772            not 'VHOST'"
26773   parameters:
26774   - "throughput"
26775   - "parent"
26776   - "tags"
26777   layout:
26778     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26779     layout: "plot-throughput-speedup-analysis"
26780
26781 -
26782   type: "plot"
26783   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26784   algorithm: "plot_throughput_speedup_analysis"
26785   output-file-type: ".html"
26786   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26787   data: "plot-throughput-speedup-analysis-3n-hsw"
26788   filter: "'NIC_Intel-XL710' and
26789            '64B' and
26790            'IP4FWD' and
26791            'NDRPDR' and
26792            'SCALE' and
26793            'IPSECHW' and
26794            ('IPSECTRAN' or 'IPSECTUN') and
26795            not 'VHOST'"
26796   parameters:
26797   - "throughput"
26798   - "parent"
26799   - "tags"
26800   layout:
26801     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
26802     layout: "plot-throughput-speedup-analysis"
26803
26804 # Speedup - VPP IPSec 3n-hsw-xl710 sw
26805 -
26806   type: "plot"
26807   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26808   algorithm: "plot_throughput_speedup_analysis"
26809   output-file-type: ".html"
26810   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26811   data: "plot-throughput-speedup-analysis-3n-hsw"
26812   filter: "'NIC_Intel-XL710' and
26813            '64B' and
26814            'IP4FWD' and
26815            'NDRPDR' and
26816            'IPSECSW' and
26817            ('IPSECTRAN' or 'IPSECTUN') and
26818            not 'VHOST'"
26819   parameters:
26820   - "throughput"
26821   - "parent"
26822   - "tags"
26823   layout:
26824     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
26825     layout: "plot-throughput-speedup-analysis"
26826
26827 -
26828   type: "plot"
26829   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26830   algorithm: "plot_throughput_speedup_analysis"
26831   output-file-type: ".html"
26832   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26833   data: "plot-throughput-speedup-analysis-3n-hsw"
26834   filter: "'NIC_Intel-XL710' and
26835            '64B' and
26836            'IP4FWD' and
26837            'NDRPDR' and
26838            'IPSECSW' and
26839            ('IPSECTRAN' or 'IPSECTUN') and
26840            not 'VHOST'"
26841   parameters:
26842   - "throughput"
26843   - "parent"
26844   - "tags"
26845   layout:
26846     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
26847     layout: "plot-throughput-speedup-analysis"
26848
26849 ################################################################################
26850
26851 # Speedup - VPP SRv6 3n-hsw-x520
26852 -
26853   type: "plot"
26854   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
26855   algorithm: "plot_throughput_speedup_analysis"
26856   output-file-type: ".html"
26857   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
26858   data: "plot-throughput-speedup-analysis-3n-hsw"
26859   filter: "'NIC_Intel-X520-DA2' and
26860            '78B' and
26861            'FEATURE' and
26862            'NDRPDR' and
26863            'IP6FWD' and
26864            'SRv6'"
26865   parameters:
26866   - "throughput"
26867   - "parent"
26868   - "tags"
26869   layout:
26870     title: "srv6-3n-hsw-x520-78b-features-ndr"
26871     layout: "plot-throughput-speedup-analysis"
26872
26873 -
26874   type: "plot"
26875   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
26876   algorithm: "plot_throughput_speedup_analysis"
26877   output-file-type: ".html"
26878   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
26879   data: "plot-throughput-speedup-analysis-3n-hsw"
26880   filter: "'NIC_Intel-X520-DA2' and
26881            '78B' and
26882            'FEATURE' and
26883            'NDRPDR' and
26884            'IP6FWD' and
26885            'SRv6'"
26886   parameters:
26887   - "throughput"
26888   - "parent"
26889   - "tags"
26890   layout:
26891     title: "srv6-3n-hsw-x520-78b-features-pdr"
26892     layout: "plot-throughput-speedup-analysis"
26893
26894 ################################################################################
26895
26896 # Speedup - VPP L2 3n-hsw-x520 base and scale
26897 -
26898   type: "plot"
26899   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26900   algorithm: "plot_throughput_speedup_analysis"
26901   output-file-type: ".html"
26902   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26903   data: "plot-throughput-speedup-analysis-3n-hsw"
26904   filter: "'NIC_Intel-X520-DA2' and
26905            '64B' and
26906            ('BASE' or 'SCALE') and
26907            'NDRPDR' and
26908            'ETH' and
26909            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26910            not 'VHOST' and
26911            not 'MEMIF'"
26912   parameters:
26913   - "throughput"
26914   - "parent"
26915   - "tags"
26916   sort:
26917   - "L2XCFWD"
26918   - "L2PATCH"
26919   - "L2BDMACLRN"
26920   - "FIB_10K"
26921   - "FIB_100K"
26922   - "FIB_1M"
26923   layout:
26924     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26925     layout: "plot-throughput-speedup-analysis"
26926
26927 -
26928   type: "plot"
26929   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26930   algorithm: "plot_throughput_speedup_analysis"
26931   output-file-type: ".html"
26932   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26933   data: "plot-throughput-speedup-analysis-3n-hsw"
26934   filter: "'NIC_Intel-X520-DA2' and
26935            '64B' and
26936            ('BASE' or 'SCALE') and
26937            'NDRPDR' and
26938            'ETH' and
26939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26940            not 'VHOST' and
26941            not 'MEMIF'"
26942   parameters:
26943   - "throughput"
26944   - "parent"
26945   - "tags"
26946   sort:
26947   - "L2XCFWD"
26948   - "L2PATCH"
26949   - "L2BDMACLRN"
26950   - "FIB_10K"
26951   - "FIB_100K"
26952   - "FIB_1M"
26953   layout:
26954     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26955     layout: "plot-throughput-speedup-analysis"
26956
26957 # Speedup - VPP L2 3n-hsw-x520 features
26958 -
26959   type: "plot"
26960   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26961   algorithm: "plot_throughput_speedup_analysis"
26962   output-file-type: ".html"
26963   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26964   data: "plot-throughput-speedup-analysis-3n-hsw"
26965   filter: "'NIC_Intel-X520-DA2' and
26966            '64B' and
26967            'NDRPDR' and
26968            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26969            not 'ACL' and
26970            not 'VHOST' and
26971            not 'MEMIF'"
26972   parameters:
26973   - "throughput"
26974   - "parent"
26975   - "tags"
26976   sort:
26977   - "L2XCBASE"    # l2xcbase
26978   - "L2BDBASE"    # l2bdbase
26979   - "L2XCFWD"     # dot1q-l2xcbase
26980   - "L2BDMACLRN"  # dot1q-l2bdbase
26981   layout:
26982     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26983     layout: "plot-throughput-speedup-analysis"
26984
26985 -
26986   type: "plot"
26987   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26988   algorithm: "plot_throughput_speedup_analysis"
26989   output-file-type: ".html"
26990   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26991   data: "plot-throughput-speedup-analysis-3n-hsw"
26992   filter: "'NIC_Intel-X520-DA2' and
26993            '64B' and
26994            'NDRPDR' and
26995            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26996            not 'ACL' and
26997            not 'VHOST' and
26998            not 'MEMIF'"
26999   parameters:
27000   - "throughput"
27001   - "parent"
27002   - "tags"
27003   sort:
27004   - "L2XCBASE"    # l2xcbase
27005   - "L2BDBASE"    # l2bdbase
27006   - "L2XCFWD"     # dot1q-l2xcbase
27007   - "L2BDMACLRN"  # dot1q-l2bdbase
27008   layout:
27009     title: "l2sw-3n-hsw-x520-64b-features-pdr"
27010     layout: "plot-throughput-speedup-analysis"
27011
27012 # Speedup - VPP L2 3n-hsw-x710 base and scale
27013 -
27014   type: "plot"
27015   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27016   algorithm: "plot_throughput_speedup_analysis"
27017   output-file-type: ".html"
27018   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27019   data: "plot-throughput-speedup-analysis-3n-hsw"
27020   filter: "'NIC_Intel-X710' and
27021            '64B' and
27022            ('BASE' or 'SCALE') and
27023            'NDRPDR' and
27024            'ETH' and
27025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27026            not 'VHOST' and
27027            not 'MEMIF' and
27028            not 'DRV_AVF'"
27029   parameters:
27030   - "throughput"
27031   - "parent"
27032   - "tags"
27033   sort:
27034   - "L2PATCH"
27035   - "L2XCBASE"
27036   - "BASE"
27037   - "FIB_10K"
27038   - "FIB_100K"
27039   - "FIB_1M"
27040   layout:
27041     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27042     layout: "plot-throughput-speedup-analysis"
27043
27044 -
27045   type: "plot"
27046   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27047   algorithm: "plot_throughput_speedup_analysis"
27048   output-file-type: ".html"
27049   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27050   data: "plot-throughput-speedup-analysis-3n-hsw"
27051   filter: "'NIC_Intel-X710' and
27052            '64B' and
27053            ('BASE' or 'SCALE') and
27054            'NDRPDR' and
27055            'ETH' and
27056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27057            not 'VHOST' and
27058            not 'MEMIF' and
27059            not 'DRV_AVF'"
27060   parameters:
27061   - "throughput"
27062   - "parent"
27063   - "tags"
27064   sort:
27065   - "L2PATCH"
27066   - "L2XCBASE"
27067   - "BASE"
27068   - "FIB_10K"
27069   - "FIB_100K"
27070   - "FIB_1M"
27071   layout:
27072     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27073     layout: "plot-throughput-speedup-analysis"
27074
27075 # Speedup - VPP L2 3n-hsw-x710 features
27076 -
27077   type: "plot"
27078   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27079   algorithm: "plot_throughput_speedup_analysis"
27080   output-file-type: ".html"
27081   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27082   data: "plot-throughput-speedup-analysis-3n-hsw"
27083   filter: "'NIC_Intel-X710' and
27084            '64B' and
27085            'NDRPDR' and
27086            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27087            not 'ACL' and
27088            not 'VHOST' and
27089            not 'MEMIF'"
27090   parameters:
27091   - "throughput"
27092   - "parent"
27093   - "tags"
27094   sort:
27095   - "L2XCBASE"    # l2xcbase
27096   - "L2BDBASE"    # l2bdbase
27097   - "L2XCFWD"     # dot1q-l2xcbase
27098   - "L2BDMACLRN"  # dot1q-l2bdbase
27099   layout:
27100     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27101     layout: "plot-throughput-speedup-analysis"
27102
27103 -
27104   type: "plot"
27105   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27106   algorithm: "plot_throughput_speedup_analysis"
27107   output-file-type: ".html"
27108   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27109   data: "plot-throughput-speedup-analysis-3n-hsw"
27110   filter: "'NIC_Intel-X710' and
27111            '64B' and
27112            'NDRPDR' and
27113            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27114            not 'ACL' and
27115            not 'VHOST' and
27116            not 'MEMIF'"
27117   parameters:
27118   - "throughput"
27119   - "parent"
27120   - "tags"
27121   sort:
27122   - "L2XCBASE"    # l2xcbase
27123   - "L2BDBASE"    # l2bdbase
27124   - "L2XCFWD"     # dot1q-l2xcbase
27125   - "L2BDMACLRN"  # dot1q-l2bdbase
27126   layout:
27127     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27128     layout: "plot-throughput-speedup-analysis"
27129
27130 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27131 -
27132   type: "plot"
27133   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27134   algorithm: "plot_throughput_speedup_analysis"
27135   output-file-type: ".html"
27136   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27137   data: "plot-throughput-speedup-analysis-3n-hsw"
27138   filter: "'NIC_Intel-XL710' and
27139            '64B' and
27140            ('BASE' or 'SCALE') and
27141            'NDRPDR' and
27142            'ETH' and
27143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27144            not 'VHOST' and
27145            not 'MEMIF'"
27146   parameters:
27147   - "throughput"
27148   - "parent"
27149   - "tags"
27150   sort:
27151   - "L2PATCH"
27152   - "L2XCBASE"
27153   - "BASE"
27154   - "FIB_10K"
27155   - "FIB_100K"
27156   - "FIB_1M"
27157   layout:
27158     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27159     layout: "plot-throughput-speedup-analysis"
27160
27161 -
27162   type: "plot"
27163   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27164   algorithm: "plot_throughput_speedup_analysis"
27165   output-file-type: ".html"
27166   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27167   data: "plot-throughput-speedup-analysis-3n-hsw"
27168   filter: "'NIC_Intel-XL710' and
27169            '64B' and
27170            ('BASE' or 'SCALE') and
27171            'NDRPDR' and
27172            'ETH' and
27173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27174            not 'VHOST' and
27175            not 'MEMIF'"
27176   parameters:
27177   - "throughput"
27178   - "parent"
27179   - "tags"
27180   sort:
27181   - "L2PATCH"
27182   - "L2XCBASE"
27183   - "BASE"
27184   - "FIB_10K"
27185   - "FIB_100K"
27186   - "FIB_1M"
27187   layout:
27188     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27189     layout: "plot-throughput-speedup-analysis"
27190
27191 # Speedup - VPP L2 3n-skx-x710 base and scale
27192 -
27193   type: "plot"
27194   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27195   algorithm: "plot_throughput_speedup_analysis"
27196   output-file-type: ".html"
27197   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27198   data: "plot-throughput-speedup-analysis-3n-skx"
27199   filter: "'NIC_Intel-X710' and
27200            '64B' and
27201            ('BASE' or 'SCALE') and
27202            'NDRPDR' and
27203            'ETH' and
27204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27205            not 'VHOST' and
27206            not 'DRV_AVF' and
27207            not 'MEMIF'"
27208   parameters:
27209   - "throughput"
27210   - "parent"
27211   - "tags"
27212   sort:
27213   - "L2PATCH"
27214   - "L2XCBASE"
27215   - "BASE"
27216   - "FIB_10K"
27217   - "FIB_100K"
27218   - "FIB_1M"
27219   layout:
27220     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27221     layout: "plot-throughput-speedup-analysis"
27222
27223 -
27224   type: "plot"
27225   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27226   algorithm: "plot_throughput_speedup_analysis"
27227   output-file-type: ".html"
27228   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27229   data: "plot-throughput-speedup-analysis-3n-skx"
27230   filter: "'NIC_Intel-X710' and
27231            '64B' and
27232            ('BASE' or 'SCALE') and
27233            'NDRPDR' and
27234            'ETH' and
27235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27236            not 'VHOST' and
27237            not 'DRV_AVF' and
27238            not 'MEMIF'"
27239   parameters:
27240   - "throughput"
27241   - "parent"
27242   - "tags"
27243   sort:
27244   - "L2PATCH"
27245   - "L2XCBASE"
27246   - "BASE"
27247   - "FIB_10K"
27248   - "FIB_100K"
27249   - "FIB_1M"
27250   layout:
27251     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27252     layout: "plot-throughput-speedup-analysis"
27253
27254 # Speedup - VPP L2 3n-skx-x710 features
27255 -
27256   type: "plot"
27257   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27258   algorithm: "plot_throughput_speedup_analysis"
27259   output-file-type: ".html"
27260   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27261   data: "plot-throughput-speedup-analysis-3n-skx"
27262   filter: "'NIC_Intel-X710' and
27263            '64B' and
27264            'NDRPDR' and
27265            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27266            not 'ACL' and
27267            not 'VHOST' and
27268            not 'MEMIF'"
27269   parameters:
27270   - "throughput"
27271   - "parent"
27272   - "tags"
27273   sort:
27274   - "L2XCBASE"    # l2xcbase
27275   - "L2BDBASE"    # l2bdbase
27276   - "L2XCFWD"     # dot1q-l2xcbase
27277   - "L2BDMACLRN"  # dot1q-l2bdbase
27278   layout:
27279     title: "l2sw-3n-skx-x710-64b-features-ndr"
27280     layout: "plot-throughput-speedup-analysis"
27281
27282 -
27283   type: "plot"
27284   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27285   algorithm: "plot_throughput_speedup_analysis"
27286   output-file-type: ".html"
27287   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27288   data: "plot-throughput-speedup-analysis-3n-skx"
27289   filter: "'NIC_Intel-X710' and
27290            '64B' and
27291            'NDRPDR' and
27292            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27293            not 'ACL' and
27294            not 'VHOST' and
27295            not 'MEMIF'"
27296   parameters:
27297   - "throughput"
27298   - "parent"
27299   - "tags"
27300   sort:
27301   - "L2XCBASE"    # l2xcbase
27302   - "L2BDBASE"    # l2bdbase
27303   - "L2XCFWD"     # dot1q-l2xcbase
27304   - "L2BDMACLRN"  # dot1q-l2bdbase
27305   layout:
27306     title: "l2sw-3n-skx-x710-64b-features-pdr"
27307     layout: "plot-throughput-speedup-analysis"
27308
27309 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27310 -
27311   type: "plot"
27312   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27313   algorithm: "plot_throughput_speedup_analysis"
27314   output-file-type: ".html"
27315   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27316   data: "plot-throughput-speedup-analysis-3n-skx"
27317   filter: "'NIC_Intel-XXV710' and
27318            '64B' and
27319            ('BASE' or 'SCALE') and
27320            'NDRPDR' and
27321            'ETH' and
27322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27323            not 'VHOST' and
27324            not 'MEMIF' and
27325            not 'DRV_AVF'"
27326   parameters:
27327   - "throughput"
27328   - "parent"
27329   - "tags"
27330   sort:
27331   - "L2PATCH"
27332   - "L2XCBASE"
27333   - "BASE"
27334   - "FIB_10K"
27335   - "FIB_100K"
27336   - "FIB_1M"
27337   layout:
27338     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
27339     layout: "plot-throughput-speedup-analysis"
27340
27341 -
27342   type: "plot"
27343   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27344   algorithm: "plot_throughput_speedup_analysis"
27345   output-file-type: ".html"
27346   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27347   data: "plot-throughput-speedup-analysis-3n-skx"
27348   filter: "'NIC_Intel-XXV710' and
27349            '64B' and
27350            ('BASE' or 'SCALE') and
27351            'NDRPDR' and
27352            'ETH' and
27353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27354            not 'VHOST' and
27355            not 'MEMIF' and
27356            not 'DRV_AVF'"
27357   parameters:
27358   - "throughput"
27359   - "parent"
27360   - "tags"
27361   sort:
27362   - "L2PATCH"
27363   - "L2XCBASE"
27364   - "BASE"
27365   - "FIB_10K"
27366   - "FIB_100K"
27367   - "FIB_1M"
27368   layout:
27369     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
27370     layout: "plot-throughput-speedup-analysis"
27371
27372 # Speedup - VPP L2 2n-skx-x710 base and scale
27373 -
27374   type: "plot"
27375   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27376   algorithm: "plot_throughput_speedup_analysis"
27377   output-file-type: ".html"
27378   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27379   data: "plot-throughput-speedup-analysis-2n-skx"
27380   filter: "'NIC_Intel-X710' and
27381            '64B' and
27382            ('BASE' or 'SCALE') and
27383            'NDRPDR' and
27384            'ETH' and
27385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27386            not 'VHOST' and
27387            not 'MEMIF'"
27388   parameters:
27389   - "throughput"
27390   - "parent"
27391   - "tags"
27392   sort:
27393   - "L2PATCH"
27394   - "L2XCBASE"
27395   - "BASE"
27396   - "FIB_10K"
27397   - "FIB_100K"
27398   - "FIB_1M"
27399   layout:
27400     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27401     layout: "plot-throughput-speedup-analysis"
27402
27403 -
27404   type: "plot"
27405   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27406   algorithm: "plot_throughput_speedup_analysis"
27407   output-file-type: ".html"
27408   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27409   data: "plot-throughput-speedup-analysis-2n-skx"
27410   filter: "'NIC_Intel-X710' and
27411            '64B' and
27412            ('BASE' or 'SCALE') and
27413            'NDRPDR' and
27414            'ETH' and
27415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27416            not 'VHOST' and
27417            not 'MEMIF'"
27418   parameters:
27419   - "throughput"
27420   - "parent"
27421   - "tags"
27422   sort:
27423   - "L2PATCH"
27424   - "L2XCBASE"
27425   - "BASE"
27426   - "FIB_10K"
27427   - "FIB_100K"
27428   - "FIB_1M"
27429   layout:
27430     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27431     layout: "plot-throughput-speedup-analysis"
27432
27433 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27434 -
27435   type: "plot"
27436   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27437   algorithm: "plot_throughput_speedup_analysis"
27438   output-file-type: ".html"
27439   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27440   data: "plot-throughput-speedup-analysis-2n-skx"
27441   filter: "'NIC_Intel-XXV710' and
27442            '64B' and
27443            ('BASE' or 'SCALE') and
27444            'NDRPDR' and
27445            'ETH' and
27446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27447            not 'VHOST' and
27448            not 'MEMIF'"
27449   parameters:
27450   - "throughput"
27451   - "parent"
27452   - "tags"
27453   sort:
27454   - "L2PATCH"
27455   - "L2XCBASE"
27456   - "BASE"
27457   - "FIB_10K"
27458   - "FIB_100K"
27459   - "FIB_1M"
27460   layout:
27461     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27462     layout: "plot-throughput-speedup-analysis"
27463
27464 -
27465   type: "plot"
27466   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27467   algorithm: "plot_throughput_speedup_analysis"
27468   output-file-type: ".html"
27469   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27470   data: "plot-throughput-speedup-analysis-2n-skx"
27471   filter: "'NIC_Intel-XXV710' and
27472            '64B' and
27473            ('BASE' or 'SCALE') and
27474            'NDRPDR' and
27475            'ETH' and
27476            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27477            not 'VHOST' and
27478            not 'MEMIF'"
27479   parameters:
27480   - "throughput"
27481   - "parent"
27482   - "tags"
27483   sort:
27484   - "L2PATCH"
27485   - "L2XCBASE"
27486   - "BASE"
27487   - "FIB_10K"
27488   - "FIB_100K"
27489   - "FIB_1M"
27490   layout:
27491     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27492     layout: "plot-throughput-speedup-analysis"
27493
27494 # Speedup - VPP L2 2n-dnv-x553 base
27495 -
27496   type: "plot"
27497   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27498   algorithm: "plot_throughput_speedup_analysis"
27499   output-file-type: ".html"
27500   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27501   data: "intel-dnv-vpp"
27502   filter: "'NIC_Intel-X553' and
27503            '64B' and
27504            ('BASE' or 'SCALE') and
27505            'NDRPDR' and
27506            'ETH' and
27507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27508            not 'VHOST' and
27509            not 'MEMIF'"
27510   parameters:
27511   - "throughput"
27512   - "parent"
27513   - "tags"
27514   sort:
27515   - "L2XCBASE"
27516   - "L2BDMACLRN"
27517   - "L2PATCH"
27518   layout:
27519     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27520     layout: "plot-throughput-speedup-analysis"
27521
27522 -
27523   type: "plot"
27524   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27525   algorithm: "plot_throughput_speedup_analysis"
27526   output-file-type: ".html"
27527   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27528   data: "intel-dnv-vpp"
27529   filter: "'NIC_Intel-X553' and
27530            '64B' and
27531            ('BASE' or 'SCALE') and
27532            'NDRPDR' and
27533            'ETH' and
27534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27535            not 'VHOST' and
27536            not 'MEMIF'"
27537   parameters:
27538   - "throughput"
27539   - "parent"
27540   - "tags"
27541   sort:
27542   - "L2XCBASE"
27543   - "L2BDMACLRN"
27544   - "L2PATCH"
27545   layout:
27546     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27547     layout: "plot-throughput-speedup-analysis"
27548
27549 ################################################################################
27550
27551 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27552 -
27553   type: "plot"
27554   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27555   algorithm: "plot_throughput_speedup_analysis"
27556   output-file-type: ".html"
27557   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27558   data: "plot-throughput-speedup-analysis-3n-hsw"
27559   filter: "'NIC_Intel-X520-DA2' and
27560            '64B' and
27561            'NDRPDR' and
27562            'ETH' and
27563            'IP4FWD' and
27564            'VHOST_1024' and
27565            not 'VXLAN' and
27566            not 'DOT1Q'"
27567   parameters:
27568   - "throughput"
27569   - "parent"
27570   - "tags"
27571   sort:
27572   - "not CFS_OPT"
27573   - "1VM"
27574   - "2VM"
27575   layout:
27576     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27577     layout: "plot-throughput-speedup-analysis"
27578
27579 -
27580   type: "plot"
27581   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27582   algorithm: "plot_throughput_speedup_analysis"
27583   output-file-type: ".html"
27584   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27585   data: "plot-throughput-speedup-analysis-3n-hsw"
27586   filter: "'NIC_Intel-X520-DA2' and
27587            '64B' and
27588            'NDRPDR' and
27589            'ETH' and
27590            'IP4FWD' and
27591            'VHOST_1024' and
27592            not 'VXLAN' and
27593            not 'DOT1Q'"
27594   parameters:
27595   - "throughput"
27596   - "parent"
27597   - "tags"
27598   sort:
27599   - "not CFS_OPT"
27600   - "1VM"
27601   - "2VM"
27602   layout:
27603     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27604     layout: "plot-throughput-speedup-analysis"
27605
27606 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27607 -
27608   type: "plot"
27609   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27610   algorithm: "plot_throughput_speedup_analysis"
27611   output-file-type: ".html"
27612   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27613   data: "plot-throughput-speedup-analysis-3n-hsw"
27614   filter: "'NIC_Intel-X520-DA2' and
27615            '64B' and
27616            'NDRPDR' and
27617            ('ETH' or 'DOT1Q') and
27618            'VHOST_1024' and
27619            not 'VXLAN' and
27620            not 'IP4FWD' and
27621            not '2VM'"
27622   parameters:
27623   - "throughput"
27624   - "parent"
27625   - "tags"
27626 #  sort:
27627 #  - "VM"  # "not CFS_OPT"
27628 #  - "CFS_OPT"
27629 #  - "FIB_10K"
27630 #  - "FIB_100K"
27631 #  - "FIB_1M"
27632   layout:
27633     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27634     layout: "plot-throughput-speedup-analysis"
27635
27636 -
27637   type: "plot"
27638   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27639   algorithm: "plot_throughput_speedup_analysis"
27640   output-file-type: ".html"
27641   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27642   data: "plot-throughput-speedup-analysis-3n-hsw"
27643   filter: "'NIC_Intel-X520-DA2' and
27644            '64B' and
27645            'NDRPDR' and
27646            ('ETH' or 'DOT1Q') and
27647            'L2BDMACLRN' and
27648            'VHOST_1024' and
27649            not 'VXLAN' and
27650            not 'IP4FWD' and
27651            not '2VM'"
27652   parameters:
27653   - "throughput"
27654   - "parent"
27655   - "tags"
27656 #  sort:
27657 #  - "VM"  # "not CFS_OPT"
27658 #  - "CFS_OPT"
27659 #  - "FIB_10K"
27660 #  - "FIB_100K"
27661 #  - "FIB_1M"
27662   layout:
27663     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27664     layout: "plot-throughput-speedup-analysis"
27665
27666 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27667 -
27668   type: "plot"
27669   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27670   algorithm: "plot_throughput_speedup_analysis"
27671   output-file-type: ".html"
27672   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27673   data: "plot-throughput-speedup-analysis-3n-hsw"
27674   filter: "'NIC_Intel-X520-DA2' and
27675            '64B' and
27676            'NDRPDR' and
27677            ('ETH' or 'DOT1Q') and
27678            'BASE' and
27679            ('L2BDMACLRN' or 'L2XCFWD') and
27680            'VHOST_1024' and
27681            not 'VXLAN' and
27682            not 'IP4FWD' and
27683            not '2VM'"
27684   parameters:
27685   - "throughput"
27686   - "parent"
27687   - "tags"
27688 #  sort:
27689 #  - "not CFS_OPT"
27690 #  - "L2XCFWD"
27691 #  - "not CFS_OPT"
27692 #  - "CFS_OPT"
27693   layout:
27694     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27695     layout: "plot-throughput-speedup-analysis"
27696
27697 -
27698   type: "plot"
27699   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27700   algorithm: "plot_throughput_speedup_analysis"
27701   output-file-type: ".html"
27702   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27703   data: "plot-throughput-speedup-analysis-3n-hsw"
27704   filter: "'NIC_Intel-X520-DA2' and
27705            '64B' and
27706            'NDRPDR' and
27707            ('ETH' or 'DOT1Q') and
27708            'BASE' and
27709            ('L2BDMACLRN' or 'L2XCFWD') and
27710            'VHOST_1024' and
27711            not 'VXLAN' and
27712            not 'IP4FWD' and
27713            not '2VM'"
27714   parameters:
27715   - "throughput"
27716   - "parent"
27717   - "tags"
27718 #  sort:
27719 #  - "not CFS_OPT"
27720 #  - "L2XCFWD"
27721 #  - "not CFS_OPT"
27722 #  - "CFS_OPT"
27723   layout:
27724     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27725     layout: "plot-throughput-speedup-analysis"
27726
27727 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27728 -
27729   type: "plot"
27730   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27731   algorithm: "plot_throughput_speedup_analysis"
27732   output-file-type: ".html"
27733   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27734   data: "plot-throughput-speedup-analysis-3n-hsw"
27735   filter: "'NIC_Intel-X520-DA2' and
27736            '64B' and
27737            'NDRPDR' and
27738            ('ETH' or 'DOT1Q') and
27739            ('L2BDMACLRN' or 'L2XCFWD') and
27740            'VHOST_1024' and
27741            not 'CFS_OPT' and
27742            not 'VXLAN' and
27743            not 'IP4FWD' and
27744            not 'LBOND'"
27745   parameters:
27746   - "throughput"
27747   - "parent"
27748   - "tags"
27749 #  sort:
27750 #  - "1VM"
27751 #  - "L2XCFWD"
27752 #  - "1VM"
27753 #  - "L2BDMACLRN"
27754   layout:
27755     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27756     layout: "plot-throughput-speedup-analysis"
27757
27758 -
27759   type: "plot"
27760   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27761   algorithm: "plot_throughput_speedup_analysis"
27762   output-file-type: ".html"
27763   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27764   data: "plot-throughput-speedup-analysis-3n-hsw"
27765   filter: "'NIC_Intel-X520-DA2' and
27766            '64B' and
27767            'NDRPDR' and
27768            ('ETH' or 'DOT1Q') and
27769            ('L2BDMACLRN' or 'L2XCFWD') and
27770            'VHOST_1024' and
27771            not 'CFS_OPT' and
27772            not 'VXLAN' and
27773            not 'IP4FWD' and
27774            not 'LBOND'"
27775   parameters:
27776   - "throughput"
27777   - "parent"
27778   - "tags"
27779 #  sort:
27780 #  - "1VM"
27781 #  - "L2XCFWD"
27782 #  - "1VM"
27783 #  - "L2BDMACLRN"
27784   layout:
27785     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27786     layout: "plot-throughput-speedup-analysis"
27787
27788 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27789 -
27790   type: "plot"
27791   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27792   algorithm: "plot_throughput_speedup_analysis"
27793   output-file-type: ".html"
27794   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27795   data: "plot-throughput-speedup-analysis-3n-hsw"
27796   filter: "'NIC_Intel-X710' and
27797            '64B' and
27798            'NDRPDR' and
27799            'ETH' and
27800            'IP4FWD' and
27801            'VHOST_1024' and
27802            not 'VXLAN' and
27803            not 'DOT1Q'"
27804   parameters:
27805   - "throughput"
27806   - "parent"
27807   - "tags"
27808   sort:
27809   - "not CFS_OPT"
27810   - "1VM"
27811   - "2VM"
27812   layout:
27813     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27814     layout: "plot-throughput-speedup-analysis"
27815
27816 -
27817   type: "plot"
27818   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27819   algorithm: "plot_throughput_speedup_analysis"
27820   output-file-type: ".html"
27821   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27822   data: "plot-throughput-speedup-analysis-3n-hsw"
27823   filter: "'NIC_Intel-X710' and
27824            '64B' and
27825            'NDRPDR' and
27826            'ETH' and
27827            'IP4FWD' and
27828            'VHOST_1024' and
27829            not 'VXLAN' and
27830            not 'DOT1Q'"
27831   parameters:
27832   - "throughput"
27833   - "parent"
27834   - "tags"
27835   sort:
27836   - "not CFS_OPT"
27837   - "1VM"
27838   - "2VM"
27839   layout:
27840     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27841     layout: "plot-throughput-speedup-analysis"
27842
27843 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
27844 -
27845   type: "plot"
27846   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27847   algorithm: "plot_throughput_speedup_analysis"
27848   output-file-type: ".html"
27849   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27850   data: "plot-throughput-speedup-analysis-3n-hsw"
27851   filter: "'NIC_Intel-X710' and
27852            '64B' and
27853            'NDRPDR' and
27854            ('ETH' or 'DOT1Q') and
27855            'L2BDMACLRN' and
27856            'VHOST_1024' and
27857            not 'VXLAN' and
27858            not 'IP4FWD' and
27859            not '2VM'"
27860   parameters:
27861   - "throughput"
27862   - "parent"
27863   - "tags"
27864 #  sort:
27865 #  - "VM"  # "not CFS_OPT"
27866 #  - "CFS_OPT"
27867 #  - "FIB_10K"
27868 #  - "FIB_100K"
27869 #  - "FIB_1M"
27870   layout:
27871     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27872     layout: "plot-throughput-speedup-analysis"
27873
27874 -
27875   type: "plot"
27876   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27877   algorithm: "plot_throughput_speedup_analysis"
27878   output-file-type: ".html"
27879   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27880   data: "plot-throughput-speedup-analysis-3n-hsw"
27881   filter: "'NIC_Intel-X710' and
27882            '64B' and
27883            'NDRPDR' and
27884            ('ETH' or 'DOT1Q') and
27885            'L2BDMACLRN' and
27886            'VHOST_1024' and
27887            not 'VXLAN' and
27888            not 'IP4FWD' and
27889            not '2VM'"
27890   parameters:
27891   - "throughput"
27892   - "parent"
27893   - "tags"
27894 #  sort:
27895 #  - "VM"  # "not CFS_OPT"
27896 #  - "CFS_OPT"
27897 #  - "FIB_10K"
27898 #  - "FIB_100K"
27899 #  - "FIB_1M"
27900   layout:
27901     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27902     layout: "plot-throughput-speedup-analysis"
27903
27904 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27905 -
27906   type: "plot"
27907   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27908   algorithm: "plot_throughput_speedup_analysis"
27909   output-file-type: ".html"
27910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27911   data: "plot-throughput-speedup-analysis-3n-hsw"
27912   filter: "'NIC_Intel-X710' and
27913            '64B' and
27914            'NDRPDR' and
27915            ('ETH' or 'DOT1Q') and
27916            'BASE' and
27917            ('L2BDMACLRN' or 'L2XCFWD') and
27918            'VHOST_1024' and
27919            not 'VXLAN' and
27920            not 'IP4FWD' and
27921            not '2VM'"
27922   parameters:
27923   - "throughput"
27924   - "parent"
27925   - "tags"
27926 #  sort:
27927 #  - "not CFS_OPT"
27928 #  - "L2XCFWD"
27929 #  - "not CFS_OPT"
27930 #  - "CFS_OPT"
27931   layout:
27932     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
27933     layout: "plot-throughput-speedup-analysis"
27934
27935 -
27936   type: "plot"
27937   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27938   algorithm: "plot_throughput_speedup_analysis"
27939   output-file-type: ".html"
27940   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27941   data: "plot-throughput-speedup-analysis-3n-hsw"
27942   filter: "'NIC_Intel-X710' and
27943            '64B' and
27944            'NDRPDR' and
27945            ('ETH' or 'DOT1Q') and
27946            'BASE' and
27947            ('L2BDMACLRN' or 'L2XCFWD') and
27948            'VHOST_1024' and
27949            not 'VXLAN' and
27950            not 'IP4FWD' and
27951            not '2VM'"
27952   parameters:
27953   - "throughput"
27954   - "parent"
27955   - "tags"
27956 #  sort:
27957 #  - "not CFS_OPT"
27958 #  - "L2XCFWD"
27959 #  - "not CFS_OPT"
27960 #  - "CFS_OPT"
27961   layout:
27962     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27963     layout: "plot-throughput-speedup-analysis"
27964
27965 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27966 -
27967   type: "plot"
27968   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27969   algorithm: "plot_throughput_speedup_analysis"
27970   output-file-type: ".html"
27971   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27972   data: "plot-throughput-speedup-analysis-3n-hsw"
27973   filter: "'NIC_Intel-X710' and
27974            '64B' and
27975            'NDRPDR' and
27976            ('ETH' or 'DOT1Q') and
27977            ('L2BDMACLRN' or 'L2XCFWD') and
27978            'VHOST_1024' and
27979            not 'CFS_OPT' and
27980            not 'VXLAN' and
27981            not 'IP4FWD' and
27982            not 'LBOND'"
27983   parameters:
27984   - "throughput"
27985   - "parent"
27986   - "tags"
27987 #  sort:
27988 #  - "1VM"
27989 #  - "L2XCFWD"
27990 #  - "1VM"
27991 #  - "L2BDMACLRN"
27992   layout:
27993     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27994     layout: "plot-throughput-speedup-analysis"
27995
27996 -
27997   type: "plot"
27998   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27999   algorithm: "plot_throughput_speedup_analysis"
28000   output-file-type: ".html"
28001   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28002   data: "plot-throughput-speedup-analysis-3n-hsw"
28003   filter: "'NIC_Intel-X710' and
28004            '64B' and
28005            'NDRPDR' and
28006            ('ETH' or 'DOT1Q') and
28007            ('L2BDMACLRN' or 'L2XCFWD') and
28008            'VHOST_1024' and
28009            not 'CFS_OPT' and
28010            not 'VXLAN' and
28011            not 'IP4FWD' and
28012            not 'LBOND'"
28013   parameters:
28014   - "throughput"
28015   - "parent"
28016   - "tags"
28017 #  sort:
28018 #  - "1VM"
28019 #  - "L2XCFWD"
28020 #  - "1VM"
28021 #  - "L2BDMACLRN"
28022   layout:
28023     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28024     layout: "plot-throughput-speedup-analysis"
28025
28026 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28027 -
28028   type: "plot"
28029   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28030   algorithm: "plot_throughput_speedup_analysis"
28031   output-file-type: ".html"
28032   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28033   data: "plot-throughput-speedup-analysis-3n-hsw"
28034   filter: "'NIC_Intel-XL710' and
28035            '64B' and
28036            'NDRPDR' and
28037            'ETH' and
28038            'IP4FWD' and
28039            'VHOST_1024' and
28040            not 'VXLAN' and
28041            not 'DOT1Q'"
28042   parameters:
28043   - "throughput"
28044   - "parent"
28045   - "tags"
28046   sort:
28047   - "not CFS_OPT"
28048   - "1VM"
28049   - "2VM"
28050   layout:
28051     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28052     layout: "plot-throughput-speedup-analysis"
28053
28054 -
28055   type: "plot"
28056   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28057   algorithm: "plot_throughput_speedup_analysis"
28058   output-file-type: ".html"
28059   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28060   data: "plot-throughput-speedup-analysis-3n-hsw"
28061   filter: "'NIC_Intel-XL710' and
28062            '64B' and
28063            'NDRPDR' and
28064            'ETH' and
28065            'IP4FWD' and
28066            'VHOST_1024' and
28067            not 'VXLAN' and
28068            not 'DOT1Q'"
28069   parameters:
28070   - "throughput"
28071   - "parent"
28072   - "tags"
28073   sort:
28074   - "not CFS_OPT"
28075   - "1VM"
28076   - "2VM"
28077   layout:
28078     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
28079     layout: "plot-throughput-speedup-analysis"
28080
28081 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
28082 -
28083   type: "plot"
28084   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28085   algorithm: "plot_throughput_speedup_analysis"
28086   output-file-type: ".html"
28087   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28088   data: "plot-throughput-speedup-analysis-3n-hsw"
28089   filter: "'NIC_Intel-XL710' and
28090            '64B' and
28091            'NDRPDR' and
28092            ('ETH' or 'DOT1Q') and
28093            'L2BDMACLRN' and
28094            'VHOST_1024' and
28095            not 'VXLAN' and
28096            not 'IP4FWD' and
28097            not '2VM'"
28098   parameters:
28099   - "throughput"
28100   - "parent"
28101   - "tags"
28102 #  sort:
28103 #  - "VM"  # "not CFS_OPT"
28104 #  - "CFS_OPT"
28105 #  - "FIB_10K"
28106 #  - "FIB_100K"
28107 #  - "FIB_1M"
28108   layout:
28109     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28110     layout: "plot-throughput-speedup-analysis"
28111
28112 -
28113   type: "plot"
28114   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28115   algorithm: "plot_throughput_speedup_analysis"
28116   output-file-type: ".html"
28117   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28118   data: "plot-throughput-speedup-analysis-3n-hsw"
28119   filter: "'NIC_Intel-XL710' and
28120            '64B' and
28121            'NDRPDR' and
28122            ('ETH' or 'DOT1Q') and
28123            'L2BDMACLRN' and
28124            'VHOST_1024' and
28125            not 'VXLAN' and
28126            not 'IP4FWD' and
28127            not '2VM'"
28128   parameters:
28129   - "throughput"
28130   - "parent"
28131   - "tags"
28132 #  sort:
28133 #  - "VM"  # "not CFS_OPT"
28134 #  - "CFS_OPT"
28135 #  - "FIB_10K"
28136 #  - "FIB_100K"
28137 #  - "FIB_1M"
28138   layout:
28139     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28140     layout: "plot-throughput-speedup-analysis"
28141
28142 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28143 -
28144   type: "plot"
28145   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28146   algorithm: "plot_throughput_speedup_analysis"
28147   output-file-type: ".html"
28148   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28149   data: "plot-throughput-speedup-analysis-3n-hsw"
28150   filter: "'NIC_Intel-XL710' and
28151            '64B' and
28152            'NDRPDR' and
28153            ('ETH' or 'DOT1Q') and
28154            'BASE' and
28155            ('L2BDMACLRN' or 'L2XCFWD') and
28156            'VHOST_1024' and
28157            not 'VXLAN' and
28158            not 'IP4FWD' and
28159            not '2VM'"
28160   parameters:
28161   - "throughput"
28162   - "parent"
28163   - "tags"
28164 #  sort:
28165 #  - "not CFS_OPT"
28166 #  - "L2XCFWD"
28167 #  - "not CFS_OPT"
28168 #  - "CFS_OPT"
28169   layout:
28170     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28171     layout: "plot-throughput-speedup-analysis"
28172
28173 -
28174   type: "plot"
28175   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28176   algorithm: "plot_throughput_speedup_analysis"
28177   output-file-type: ".html"
28178   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28179   data: "plot-throughput-speedup-analysis-3n-hsw"
28180   filter: "'NIC_Intel-XL710' and
28181            '64B' and
28182            'NDRPDR' and
28183            ('ETH' or 'DOT1Q') and
28184            'BASE' and
28185            ('L2BDMACLRN' or 'L2XCFWD') and
28186            'VHOST_1024' and
28187            not 'VXLAN' and
28188            not 'IP4FWD' and
28189            not '2VM'"
28190   parameters:
28191   - "throughput"
28192   - "parent"
28193   - "tags"
28194 #  sort:
28195 #  - "not CFS_OPT"
28196 #  - "L2XCFWD"
28197 #  - "not CFS_OPT"
28198 #  - "CFS_OPT"
28199   layout:
28200     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28201     layout: "plot-throughput-speedup-analysis"
28202
28203 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28204 -
28205   type: "plot"
28206   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28207   algorithm: "plot_throughput_speedup_analysis"
28208   output-file-type: ".html"
28209   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28210   data: "plot-throughput-speedup-analysis-3n-hsw"
28211   filter: "'NIC_Intel-XL710' and
28212            '64B' and
28213            'NDRPDR' and
28214            ('ETH' or 'DOT1Q') and
28215            ('L2BDMACLRN' or 'L2XCFWD') and
28216            'VHOST_1024' and
28217            not 'CFS_OPT' and
28218            not 'VXLAN' and
28219            not 'IP4FWD'"
28220   parameters:
28221   - "throughput"
28222   - "parent"
28223   - "tags"
28224 #  sort:
28225 #  - "1VM"
28226 #  - "L2XCFWD"
28227 #  - "1VM"
28228 #  - "L2BDMACLRN"
28229   layout:
28230     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
28231     layout: "plot-throughput-speedup-analysis"
28232
28233 -
28234   type: "plot"
28235   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28236   algorithm: "plot_throughput_speedup_analysis"
28237   output-file-type: ".html"
28238   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28239   data: "plot-throughput-speedup-analysis-3n-hsw"
28240   filter: "'NIC_Intel-XL710' and
28241            '64B' and
28242            'NDRPDR' and
28243            ('ETH' or 'DOT1Q') and
28244            ('L2BDMACLRN' or 'L2XCFWD') and
28245            'VHOST_1024' and
28246            not 'CFS_OPT' and
28247            not 'VXLAN' and
28248            not 'IP4FWD'"
28249   parameters:
28250   - "throughput"
28251   - "parent"
28252   - "tags"
28253 #  sort:
28254 #  - "1VM"
28255 #  - "L2XCFWD"
28256 #  - "1VM"
28257 #  - "L2BDMACLRN"
28258   layout:
28259     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28260     layout: "plot-throughput-speedup-analysis"
28261
28262 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28263 -
28264   type: "plot"
28265   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28266   algorithm: "plot_throughput_speedup_analysis"
28267   output-file-type: ".html"
28268   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28269   data: "plot-throughput-speedup-analysis-3n-skx"
28270   filter: "'NIC_Intel-X710' and
28271            '64B' and
28272            'NDRPDR' and
28273            'ETH' and
28274            'IP4FWD' and
28275            'VHOST_1024' and
28276            not 'VXLAN' and
28277            not 'DOT1Q'"
28278   parameters:
28279   - "throughput"
28280   - "parent"
28281   - "tags"
28282   sort:
28283   - "not CFS_OPT"
28284   - "1VM"
28285   - "2VM"
28286   layout:
28287     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28288     layout: "plot-throughput-speedup-analysis"
28289
28290 -
28291   type: "plot"
28292   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28293   algorithm: "plot_throughput_speedup_analysis"
28294   output-file-type: ".html"
28295   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28296   data: "plot-throughput-speedup-analysis-3n-skx"
28297   filter: "'NIC_Intel-X710' and
28298            '64B' and
28299            'NDRPDR' and
28300            'ETH' and
28301            'IP4FWD' and
28302            'VHOST_1024' and
28303            not 'VXLAN' and
28304            not 'DOT1Q'"
28305   parameters:
28306   - "throughput"
28307   - "parent"
28308   - "tags"
28309   sort:
28310   - "not CFS_OPT"
28311   - "1VM"
28312   - "2VM"
28313   layout:
28314     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28315     layout: "plot-throughput-speedup-analysis"
28316
28317 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28318 -
28319   type: "plot"
28320   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28321   algorithm: "plot_throughput_speedup_analysis"
28322   output-file-type: ".html"
28323   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28324   data: "plot-throughput-speedup-analysis-3n-skx"
28325   filter: "'NIC_Intel-X710' and
28326            '64B' and
28327            'NDRPDR' and
28328            ('ETH' or 'DOT1Q') and
28329            'L2BDMACLRN' and
28330            'VHOST_1024' and
28331            not 'VXLAN' and
28332            not 'IP4FWD' and
28333            not '2VM'"
28334   parameters:
28335   - "throughput"
28336   - "parent"
28337   - "tags"
28338 #  sort:
28339 #  - "VM"  # "not CFS_OPT"
28340 #  - "CFS_OPT"
28341 #  - "FIB_10K"
28342 #  - "FIB_100K"
28343 #  - "FIB_1M"
28344   layout:
28345     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28346     layout: "plot-throughput-speedup-analysis"
28347
28348 -
28349   type: "plot"
28350   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28351   algorithm: "plot_throughput_speedup_analysis"
28352   output-file-type: ".html"
28353   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28354   data: "plot-throughput-speedup-analysis-3n-skx"
28355   filter: "'NIC_Intel-X710' and
28356            '64B' and
28357            'NDRPDR' and
28358            ('ETH' or 'DOT1Q') and
28359            'L2BDMACLRN' and
28360            'VHOST_1024' and
28361            not 'VXLAN' and
28362            not 'IP4FWD' and
28363            not '2VM'"
28364   parameters:
28365   - "throughput"
28366   - "parent"
28367   - "tags"
28368 #  sort:
28369 #  - "VM"  # "not CFS_OPT"
28370 #  - "CFS_OPT"
28371 #  - "FIB_10K"
28372 #  - "FIB_100K"
28373 #  - "FIB_1M"
28374   layout:
28375     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28376     layout: "plot-throughput-speedup-analysis"
28377
28378 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28379 -
28380   type: "plot"
28381   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28382   algorithm: "plot_throughput_speedup_analysis"
28383   output-file-type: ".html"
28384   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28385   data: "plot-throughput-speedup-analysis-3n-skx"
28386   filter: "'NIC_Intel-X710' and
28387            '64B' and
28388            'NDRPDR' and
28389            ('ETH' or 'DOT1Q') and
28390            'BASE' and
28391            ('L2BDMACLRN' or 'L2XCFWD') and
28392            'VHOST_1024' and
28393            not 'VXLAN' and
28394            not 'IP4FWD' and
28395            not '2VM' and
28396            not 'LBOND'"
28397   parameters:
28398   - "throughput"
28399   - "parent"
28400   - "tags"
28401 #  sort:
28402 #  - "not CFS_OPT"
28403 #  - "L2XCFWD"
28404 #  - "not CFS_OPT"
28405 #  - "CFS_OPT"
28406   layout:
28407     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28408     layout: "plot-throughput-speedup-analysis"
28409
28410 -
28411   type: "plot"
28412   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28413   algorithm: "plot_throughput_speedup_analysis"
28414   output-file-type: ".html"
28415   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28416   data: "plot-throughput-speedup-analysis-3n-skx"
28417   filter: "'NIC_Intel-X710' and
28418            '64B' and
28419            'NDRPDR' and
28420            ('ETH' or 'DOT1Q') and
28421            'BASE' and
28422            ('L2BDMACLRN' or 'L2XCFWD') and
28423            'VHOST_1024' and
28424            not 'VXLAN' and
28425            not 'IP4FWD' and
28426            not '2VM' and
28427            not 'LBOND'"
28428   parameters:
28429   - "throughput"
28430   - "parent"
28431   - "tags"
28432 #  sort:
28433 #  - "not CFS_OPT"
28434 #  - "L2XCFWD"
28435 #  - "not CFS_OPT"
28436 #  - "CFS_OPT"
28437   layout:
28438     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28439     layout: "plot-throughput-speedup-analysis"
28440
28441 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28442 -
28443   type: "plot"
28444   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28445   algorithm: "plot_throughput_speedup_analysis"
28446   output-file-type: ".html"
28447   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28448   data: "plot-throughput-speedup-analysis-3n-skx"
28449   filter: "'NIC_Intel-X710' and
28450            '64B' and
28451            'NDRPDR' and
28452            ('ETH' or 'DOT1Q') and
28453            ('L2BDMACLRN' or 'L2XCFWD') and
28454            'VHOST_1024' and
28455            not 'CFS_OPT' and
28456            not 'VXLAN' and
28457            not 'IP4FWD' and
28458            not 'LBOND'"
28459   parameters:
28460   - "throughput"
28461   - "parent"
28462   - "tags"
28463 #  sort:
28464 #  - "1VM"
28465 #  - "L2XCFWD"
28466 #  - "1VM"
28467 #  - "L2BDMACLRN"
28468   layout:
28469     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28470     layout: "plot-throughput-speedup-analysis"
28471
28472 -
28473   type: "plot"
28474   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28475   algorithm: "plot_throughput_speedup_analysis"
28476   output-file-type: ".html"
28477   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28478   data: "plot-throughput-speedup-analysis-3n-skx"
28479   filter: "'NIC_Intel-X710' and
28480            '64B' and
28481            'NDRPDR' and
28482            ('ETH' or 'DOT1Q') and
28483            ('L2BDMACLRN' or 'L2XCFWD') and
28484            'VHOST_1024' and
28485            not 'CFS_OPT' and
28486            not 'VXLAN' and
28487            not 'IP4FWD' and
28488            not 'LBOND'"
28489   parameters:
28490   - "throughput"
28491   - "parent"
28492   - "tags"
28493 #  sort:
28494 #  - "1VM"
28495 #  - "L2XCFWD"
28496 #  - "1VM"
28497 #  - "L2BDMACLRN"
28498   layout:
28499     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28500     layout: "plot-throughput-speedup-analysis"
28501
28502 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28503 -
28504   type: "plot"
28505   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28506   algorithm: "plot_throughput_speedup_analysis"
28507   output-file-type: ".html"
28508   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28509   data: "plot-throughput-speedup-analysis-2n-skx"
28510   filter: "'NIC_Intel-X710' and
28511            '64B' and
28512            'NDRPDR' and
28513            'ETH' and
28514            'IP4FWD' and
28515            'VHOST_1024' and
28516            not 'VXLAN' and
28517            not 'NF_DENSITY' and
28518            not 'DOT1Q'"
28519   parameters:
28520   - "throughput"
28521   - "parent"
28522   - "tags"
28523   sort:
28524   - "not CFS_OPT"
28525   - "1VM"
28526   - "2VM"
28527   layout:
28528     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28529     layout: "plot-throughput-speedup-analysis"
28530
28531 -
28532   type: "plot"
28533   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28534   algorithm: "plot_throughput_speedup_analysis"
28535   output-file-type: ".html"
28536   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28537   data: "plot-throughput-speedup-analysis-2n-skx"
28538   filter: "'NIC_Intel-X710' and
28539            '64B' and
28540            'NDRPDR' and
28541            'ETH' and
28542            'IP4FWD' and
28543            'VHOST_1024' and
28544            not 'VXLAN' and
28545            not 'NF_DENSITY' and
28546            not 'DOT1Q'"
28547   parameters:
28548   - "throughput"
28549   - "parent"
28550   - "tags"
28551   sort:
28552   - "not CFS_OPT"
28553   - "1VM"
28554   - "2VM"
28555   layout:
28556     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28557     layout: "plot-throughput-speedup-analysis"
28558
28559 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28560 -
28561   type: "plot"
28562   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28563   algorithm: "plot_throughput_speedup_analysis"
28564   output-file-type: ".html"
28565   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28566   data: "plot-throughput-speedup-analysis-2n-skx"
28567   filter: "'NIC_Intel-X710' and
28568            '64B' and
28569            'NDRPDR' and
28570            ('ETH' or 'DOT1Q') and
28571            'L2BDMACLRN' and
28572            'VHOST_1024' and
28573            not 'VXLAN' and
28574            not 'NF_DENSITY' and
28575            not 'IP4FWD' and
28576            not '2VM'"
28577   parameters:
28578   - "throughput"
28579   - "parent"
28580   - "tags"
28581 #  sort:
28582 #  - "VM"  # "not CFS_OPT"
28583 #  - "CFS_OPT"
28584 #  - "FIB_10K"
28585 #  - "FIB_100K"
28586 #  - "FIB_1M"
28587   layout:
28588     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28589     layout: "plot-throughput-speedup-analysis"
28590
28591 -
28592   type: "plot"
28593   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28594   algorithm: "plot_throughput_speedup_analysis"
28595   output-file-type: ".html"
28596   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28597   data: "plot-throughput-speedup-analysis-2n-skx"
28598   filter: "'NIC_Intel-X710' and
28599            '64B' and
28600            'NDRPDR' and
28601            ('ETH' or 'DOT1Q') and
28602            'L2BDMACLRN' and
28603            'VHOST_1024' and
28604            not 'VXLAN' and
28605            not 'NF_DENSITY' and
28606            not 'IP4FWD' and
28607            not '2VM'"
28608   parameters:
28609   - "throughput"
28610   - "parent"
28611   - "tags"
28612 #  sort:
28613 #  - "VM"  # "not CFS_OPT"
28614 #  - "CFS_OPT"
28615 #  - "FIB_10K"
28616 #  - "FIB_100K"
28617 #  - "FIB_1M"
28618   layout:
28619     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28620     layout: "plot-throughput-speedup-analysis"
28621
28622 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28623 -
28624   type: "plot"
28625   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28626   algorithm: "plot_throughput_speedup_analysis"
28627   output-file-type: ".html"
28628   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28629   data: "plot-throughput-speedup-analysis-2n-skx"
28630   filter: "'NIC_Intel-X710' and
28631            '64B' and
28632            'NDRPDR' and
28633            ('ETH' or 'DOT1Q') and
28634            'BASE' and
28635            ('L2BDMACLRN' or 'L2XCFWD') and
28636            'VHOST_1024' and
28637            not 'VXLAN' and
28638            not 'NF_DENSITY' and
28639            not 'IP4FWD' and
28640            not '2VM'"
28641   parameters:
28642   - "throughput"
28643   - "parent"
28644   - "tags"
28645 #  sort:
28646 #  - "not CFS_OPT"
28647 #  - "L2XCFWD"
28648 #  - "not CFS_OPT"
28649 #  - "CFS_OPT"
28650   layout:
28651     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28652     layout: "plot-throughput-speedup-analysis"
28653
28654 -
28655   type: "plot"
28656   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28657   algorithm: "plot_throughput_speedup_analysis"
28658   output-file-type: ".html"
28659   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28660   data: "plot-throughput-speedup-analysis-2n-skx"
28661   filter: "'NIC_Intel-X710' and
28662            '64B' and
28663            'NDRPDR' and
28664            ('ETH' or 'DOT1Q') and
28665            'BASE' and
28666            ('L2BDMACLRN' or 'L2XCFWD') and
28667            'VHOST_1024' and
28668            not 'VXLAN' and
28669            not 'NF_DENSITY' and
28670            not 'IP4FWD' and
28671            not '2VM'"
28672   parameters:
28673   - "throughput"
28674   - "parent"
28675   - "tags"
28676 #  sort:
28677 #  - "not CFS_OPT"
28678 #  - "L2XCFWD"
28679 #  - "not CFS_OPT"
28680 #  - "CFS_OPT"
28681   layout:
28682     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28683     layout: "plot-throughput-speedup-analysis"
28684
28685 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28686 -
28687   type: "plot"
28688   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28689   algorithm: "plot_throughput_speedup_analysis"
28690   output-file-type: ".html"
28691   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28692   data: "plot-throughput-speedup-analysis-2n-skx"
28693   filter: "'NIC_Intel-X710' and
28694            '64B' and
28695            'NDRPDR' and
28696            ('ETH' or 'DOT1Q') and
28697            ('L2BDMACLRN' or 'L2XCFWD') and
28698            'VHOST_1024' and
28699            not 'CFS_OPT' and
28700            not 'VXLAN' and
28701            not 'NF_DENSITY' and
28702            not 'IP4FWD'"
28703   parameters:
28704   - "throughput"
28705   - "parent"
28706   - "tags"
28707 #  sort:
28708 #  - "1VM"
28709 #  - "L2XCFWD"
28710 #  - "1VM"
28711 #  - "L2BDMACLRN"
28712   layout:
28713     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28714     layout: "plot-throughput-speedup-analysis"
28715
28716 -
28717   type: "plot"
28718   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28719   algorithm: "plot_throughput_speedup_analysis"
28720   output-file-type: ".html"
28721   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28722   data: "plot-throughput-speedup-analysis-2n-skx"
28723   filter: "'NIC_Intel-X710' and
28724            '64B' and
28725            'NDRPDR' and
28726            ('ETH' or 'DOT1Q') and
28727            ('L2BDMACLRN' or 'L2XCFWD') and
28728            'VHOST_1024' and
28729            not 'CFS_OPT' and
28730            not 'VXLAN' and
28731            not 'NF_DENSITY' and
28732            not 'IP4FWD'"
28733   parameters:
28734   - "throughput"
28735   - "parent"
28736   - "tags"
28737 #  sort:
28738 #  - "1VM"
28739 #  - "L2XCFWD"
28740 #  - "1VM"
28741 #  - "L2BDMACLRN"
28742   layout:
28743     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28744     layout: "plot-throughput-speedup-analysis"
28745
28746 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28747 -
28748   type: "plot"
28749   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28750   algorithm: "plot_throughput_speedup_analysis"
28751   output-file-type: ".html"
28752   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28753   data: "plot-throughput-speedup-analysis-2n-skx"
28754   filter: "'NIC_Intel-XXV710' and
28755            '64B' and
28756            'NDRPDR' and
28757            'ETH' and
28758            'IP4FWD' and
28759            'VHOST_1024' and
28760            not 'VXLAN' and
28761            not 'DOT1Q'"
28762   parameters:
28763   - "throughput"
28764   - "parent"
28765   - "tags"
28766   sort:
28767   - "not CFS_OPT"
28768   - "1VM"
28769   - "2VM"
28770   layout:
28771     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28772     layout: "plot-throughput-speedup-analysis"
28773
28774 -
28775   type: "plot"
28776   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28777   algorithm: "plot_throughput_speedup_analysis"
28778   output-file-type: ".html"
28779   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28780   data: "plot-throughput-speedup-analysis-2n-skx"
28781   filter: "'NIC_Intel-XXV710' and
28782            '64B' and
28783            'NDRPDR' and
28784            'ETH' and
28785            'IP4FWD' and
28786            'VHOST_1024' and
28787            not 'VXLAN' and
28788            not 'DOT1Q'"
28789   parameters:
28790   - "throughput"
28791   - "parent"
28792   - "tags"
28793   sort:
28794   - "not CFS_OPT"
28795   - "1VM"
28796   - "2VM"
28797   layout:
28798     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
28799     layout: "plot-throughput-speedup-analysis"
28800
28801 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
28802 -
28803   type: "plot"
28804   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28805   algorithm: "plot_throughput_speedup_analysis"
28806   output-file-type: ".html"
28807   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28808   data: "plot-throughput-speedup-analysis-2n-skx"
28809   filter: "'NIC_Intel-XXV710' and
28810            '64B' and
28811            'NDRPDR' and
28812            ('ETH' or 'DOT1Q') and
28813            'L2BDMACLRN' and
28814            'VHOST_1024' and
28815            not 'VXLAN' and
28816            not 'IP4FWD' and
28817            not '2VM'"
28818   parameters:
28819   - "throughput"
28820   - "parent"
28821   - "tags"
28822 #  sort:
28823 #  - "VM"  # "not CFS_OPT"
28824 #  - "CFS_OPT"
28825 #  - "FIB_10K"
28826 #  - "FIB_100K"
28827 #  - "FIB_1M"
28828   layout:
28829     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28830     layout: "plot-throughput-speedup-analysis"
28831
28832 -
28833   type: "plot"
28834   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28835   algorithm: "plot_throughput_speedup_analysis"
28836   output-file-type: ".html"
28837   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28838   data: "plot-throughput-speedup-analysis-2n-skx"
28839   filter: "'NIC_Intel-XXV710' and
28840            '64B' and
28841            'NDRPDR' and
28842            ('ETH' or 'DOT1Q') and
28843            'L2BDMACLRN' and
28844            'VHOST_1024' and
28845            not 'VXLAN' and
28846            not 'IP4FWD' and
28847            not '2VM'"
28848   parameters:
28849   - "throughput"
28850   - "parent"
28851   - "tags"
28852 #  sort:
28853 #  - "VM"  # "not CFS_OPT"
28854 #  - "CFS_OPT"
28855 #  - "FIB_10K"
28856 #  - "FIB_100K"
28857 #  - "FIB_1M"
28858   layout:
28859     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28860     layout: "plot-throughput-speedup-analysis"
28861
28862 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
28863 -
28864   type: "plot"
28865   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28866   algorithm: "plot_throughput_speedup_analysis"
28867   output-file-type: ".html"
28868   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28869   data: "plot-throughput-speedup-analysis-2n-skx"
28870   filter: "'NIC_Intel-XXV710' and
28871            '64B' and
28872            'NDRPDR' and
28873            ('ETH' or 'DOT1Q') and
28874            'BASE' and
28875            ('L2BDMACLRN' or 'L2XCFWD') and
28876            'VHOST_1024' and
28877            not 'VXLAN' and
28878            not 'IP4FWD' and
28879            not '2VM'"
28880   parameters:
28881   - "throughput"
28882   - "parent"
28883   - "tags"
28884 #  sort:
28885 #  - "not CFS_OPT"
28886 #  - "L2XCFWD"
28887 #  - "not CFS_OPT"
28888 #  - "CFS_OPT"
28889   layout:
28890     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
28891     layout: "plot-throughput-speedup-analysis"
28892
28893 -
28894   type: "plot"
28895   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28896   algorithm: "plot_throughput_speedup_analysis"
28897   output-file-type: ".html"
28898   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28899   data: "plot-throughput-speedup-analysis-2n-skx"
28900   filter: "'NIC_Intel-XXV710' and
28901            '64B' and
28902            'NDRPDR' and
28903            ('ETH' or 'DOT1Q') and
28904            'BASE' and
28905            ('L2BDMACLRN' or 'L2XCFWD') and
28906            'VHOST_1024' and
28907            not 'VXLAN' and
28908            not 'IP4FWD' and
28909            not '2VM'"
28910   parameters:
28911   - "throughput"
28912   - "parent"
28913   - "tags"
28914 #  sort:
28915 #  - "not CFS_OPT"
28916 #  - "L2XCFWD"
28917 #  - "not CFS_OPT"
28918 #  - "CFS_OPT"
28919   layout:
28920     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
28921     layout: "plot-throughput-speedup-analysis"
28922
28923 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
28924 -
28925   type: "plot"
28926   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28927   algorithm: "plot_throughput_speedup_analysis"
28928   output-file-type: ".html"
28929   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28930   data: "plot-throughput-speedup-analysis-2n-skx"
28931   filter: "'NIC_Intel-XXV710' and
28932            '64B' and
28933            'NDRPDR' and
28934            ('ETH' or 'DOT1Q') and
28935            ('L2BDMACLRN' or 'L2XCFWD') and
28936            'VHOST_1024' and
28937            not 'CFS_OPT' and
28938            not 'VXLAN' and
28939            not 'IP4FWD'"
28940   parameters:
28941   - "throughput"
28942   - "parent"
28943   - "tags"
28944 #  sort:
28945 #  - "1VM"
28946 #  - "L2XCFWD"
28947 #  - "1VM"
28948 #  - "L2BDMACLRN"
28949   layout:
28950     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28951     layout: "plot-throughput-speedup-analysis"
28952
28953 -
28954   type: "plot"
28955   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28956   algorithm: "plot_throughput_speedup_analysis"
28957   output-file-type: ".html"
28958   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28959   data: "plot-throughput-speedup-analysis-2n-skx"
28960   filter: "'NIC_Intel-XXV710' and
28961            '64B' and
28962            'NDRPDR' and
28963            ('ETH' or 'DOT1Q') and
28964            ('L2BDMACLRN' or 'L2XCFWD') and
28965            'VHOST_1024' and
28966            not 'CFS_OPT' and
28967            not 'VXLAN' and
28968            not 'IP4FWD'"
28969   parameters:
28970   - "throughput"
28971   - "parent"
28972   - "tags"
28973 #  sort:
28974 #  - "1VM"
28975 #  - "L2XCFWD"
28976 #  - "1VM"
28977 #  - "L2BDMACLRN"
28978   layout:
28979     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28980     layout: "plot-throughput-speedup-analysis"
28981
28982 ################################################################################
28983
28984 # Speedup - VPP vts 3n-hsw-x520
28985 -
28986   type: "plot"
28987   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28988   algorithm: "plot_throughput_speedup_analysis"
28989   output-file-type: ".html"
28990   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28991   data: "plot-throughput-speedup-analysis-3n-hsw"
28992   filter: "'NIC_Intel-X520-DA2' and
28993            '114B' and
28994            'NDRPDR' and
28995            'VTS'"
28996   parameters:
28997   - "throughput"
28998   - "parent"
28999   - "tags"
29000   layout:
29001     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
29002     layout: "plot-throughput-speedup-analysis"
29003
29004 -
29005   type: "plot"
29006   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29007   algorithm: "plot_throughput_speedup_analysis"
29008   output-file-type: ".html"
29009   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29010   data: "plot-throughput-speedup-analysis-3n-hsw"
29011   filter: "'NIC_Intel-X520-DA2' and
29012            '114B' and
29013            'NDRPDR' and
29014            'VTS'"
29015   parameters:
29016   - "throughput"
29017   - "parent"
29018   - "tags"
29019   layout:
29020     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29021     layout: "plot-throughput-speedup-analysis"