CSIT-1397: Create Heatmap graphs
[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     # Example
130     plot-vpp-service-density-3n-hsw:
131       csit-vpp-perf-verify-1810-3n-hsw:
132       - 28
133
134     # Denverton:
135     intel-dnv-vpp:
136       intel-dnv-vpp-release-1810:
137       - 1
138
139     # VPP Performance
140     vpp-performance-changes-3n-hsw:
141       csit-vpp-perf-1804-all:
142       - 21  # sel
143       - 22  # sel
144       - 23  # sel
145       - 24  # sel
146       - 27  # sel
147       - 28  # sel
148       - 29  # sel
149       - 30  # sel
150       - 31  # sel
151       - 35  # sel
152       csit-vpp-perf-verify-1807-3n-hsw:
153       - 11  # NDRPDR full 1
154       - 22  # NDRPDR full 2
155       - 45  # NDRPDR full 3
156       - 46  # NDRPDR full 4
157       - 15  # NDRPDR sel
158       - 16  # NDRPDR sel
159       - 19  # NDRPDR sel
160       - 18  # NDRPDR sel
161       - 20  # NDRPDR sel
162       - 38  # NDRPDR sel
163       - 40  # NDRPDR sel
164       - 44  # NDRPDR sel
165       - 47  # NDRPDR sel
166       csit-vpp-perf-verify-1810-3n-hsw:
167       - 8   # NDRPDR sel
168       - 12  # NDRPDR sel
169       - 14  # NDRPDR sel
170       - 18  # NDRPDR sel
171       - 23  # NDRPDR sel
172       - 25  # NDRPDR sel
173       - 38  # NDRPDR sel
174       - 39  # NDRPDR sel
175       - 41  # NDRPDR sel
176       - 42  # NDRPDR sel
177
178     vpp-nic-comparison-3n-hsw:
179       csit-vpp-perf-verify-1810-3n-hsw:
180       - 8   # NDRPDR sel
181       - 12  # NDRPDR sel
182       - 14  # NDRPDR sel
183       - 18  # NDRPDR sel
184       - 23  # NDRPDR sel
185       - 25  # NDRPDR sel
186       - 38  # NDRPDR sel
187       - 39  # NDRPDR sel
188       - 41  # NDRPDR sel
189       - 42  # NDRPDR sel
190
191     vpp-performance-changes-3n-skx:
192       csit-vpp-perf-verify-1807-3n-skx:
193       - 33  # NDRPDR sel
194       - 35  # NDRPDR sel
195       - 37  # NDRPDR sel
196       - 38  # NDRPDR sel
197       - 39  # NDRPDR sel
198       - 43  # NDRPDR sel
199       - 44  # NDRPDR sel
200       - 49  # NDRPDR sel
201       - 50  # NDRPDR sel
202       - 56  # NDRPDR sel
203       csit-vpp-perf-verify-1810-3n-skx:
204       - 10  # NDRPDR sel
205       - 14  # NDRPDR sel
206       - 15  # NDRPDR sel
207       - 16  # NDRPDR sel
208       - 17  # NDRPDR sel
209       - 19  # NDRPDR sel
210       - 20  # NDRPDR sel
211       - 21  # NDRPDR sel
212       - 22  # NDRPDR sel
213       - 25  # NDRPDR sel
214
215     vpp-nic-comparison-3n-skx:
216       csit-vpp-perf-verify-1810-3n-skx:
217       - 10  # NDRPDR sel
218       - 14  # NDRPDR sel
219       - 15  # NDRPDR sel
220       - 16  # NDRPDR sel
221       - 17  # NDRPDR sel
222       - 19  # NDRPDR sel
223       - 20  # NDRPDR sel
224       - 21  # NDRPDR sel
225       - 22  # NDRPDR sel
226       - 25  # NDRPDR sel
227
228     vpp-performance-changes-2n-skx:
229       csit-vpp-perf-verify-1807-2n-skx:
230       - 26  # NDRPDR sel
231       - 28  # NDRPDR sel
232       - 29  # NDRPDR sel
233       - 30  # NDRPDR sel
234       - 34  # NDRPDR sel
235       - 35  # NDRPDR sel
236       - 36  # NDRPDR sel
237       - 39  # NDRPDR sel
238       - 40  # NDRPDR sel
239       - 42  # NDRPDR sel
240       csit-vpp-perf-verify-1810-2n-skx:
241       - 9   # NDRPDR sel
242       - 13  # NDRPDR sel
243       - 14  # NDRPDR sel
244       - 19  # NDRPDR sel
245       - 20  # NDRPDR sel
246       - 21  # NDRPDR sel
247       - 22  # NDRPDR sel
248       - 23  # NDRPDR sel
249       - 24  # NDRPDR sel
250       - 27  # NDRPDR sel
251
252     vpp-nic-comparison-2n-skx:
253       csit-vpp-perf-verify-1810-2n-skx:
254       - 9   # NDRPDR sel
255       - 13  # NDRPDR sel
256       - 14  # NDRPDR sel
257       - 19  # NDRPDR sel
258       - 20  # NDRPDR sel
259       - 21  # NDRPDR sel
260       - 22  # NDRPDR sel
261       - 23  # NDRPDR sel
262       - 24  # NDRPDR sel
263       - 27  # NDRPDR sel
264
265     vpp-compare-testbeds:
266       csit-vpp-perf-verify-1810-3n-hsw:
267       - 8   # NDRPDR sel
268       - 12  # NDRPDR sel
269       - 14  # NDRPDR sel
270       - 18  # NDRPDR sel
271       - 23  # NDRPDR sel
272       - 25  # NDRPDR sel
273       - 38  # NDRPDR sel
274       - 39  # NDRPDR sel
275       - 41  # NDRPDR sel
276       - 42  # NDRPDR sel
277       csit-vpp-perf-verify-1810-3n-skx:
278       - 24  # NDRPDR full
279       - 10  # NDRPDR sel
280       - 14  # NDRPDR sel
281       - 15  # NDRPDR sel
282       - 16  # NDRPDR sel
283       - 17  # NDRPDR sel
284       - 19  # NDRPDR sel
285       - 20  # NDRPDR sel
286       - 21  # NDRPDR sel
287       - 22  # NDRPDR sel
288       - 25  # NDRPDR sel
289
290     vpp-compare-testbeds-mrr:
291       csit-vpp-perf-verify-1810-3n-hsw:
292       - 9   # MRR sel
293       csit-vpp-perf-verify-1810-3n-skx:
294       - 9   # MRR sel
295       - 11  # MRR sel
296       - 12  # MRR sel
297       - 13  # MRR sel
298
299     vpp-compare-topologies:
300       csit-vpp-perf-verify-1810-3n-skx:
301       - 10  # NDRPDR sel
302       - 14  # NDRPDR sel
303       - 15  # NDRPDR sel
304       - 16  # NDRPDR sel
305       - 17  # NDRPDR sel
306       - 19  # NDRPDR sel
307       - 20  # NDRPDR sel
308       - 21  # NDRPDR sel
309       - 22  # NDRPDR sel
310       - 25  # NDRPDR sel
311       csit-vpp-perf-verify-1810-2n-skx:
312       - 9   # NDRPDR sel
313       - 13  # NDRPDR sel
314       - 14  # NDRPDR sel
315       - 19  # NDRPDR sel
316       - 20  # NDRPDR sel
317       - 21  # NDRPDR sel
318       - 22  # NDRPDR sel
319       - 23  # NDRPDR sel
320       - 24  # NDRPDR sel
321       - 27  # NDRPDR sel
322
323     vpp-compare-topologies-mrr:
324       csit-vpp-perf-verify-1810-3n-skx:
325       - 9   # MRR sel
326       - 11  # MRR sel
327       - 12  # MRR sel
328       - 13  # MRR sel
329       csit-vpp-perf-verify-1810-2n-skx:
330       - 8   # MRR sel
331       - 10  # MRR sel
332       - 11  # MRR sel
333       - 12  # MRR sel
334
335     vpp-performance-changes-3n-hsw-mrr:
336       csit-vpp-perf-check-1804:
337       - 6   # mrr - sel
338       - 13  # mrr - sel
339       - 14  # mrr - sel
340       - 15  # mrr - sel
341       - 16  # mrr - sel
342       - 17  # mrr - sel
343       - 19  # mrr - sel
344       - 20  # mrr - sel
345       - 21  # mrr - sel
346       - 22  # mrr - sel
347       csit-vpp-perf-verify-1807-3n-hsw:
348       - 8   # MRR full
349       - 9   # MRR sel
350       - 21  # MRR sel
351       - 31  # MRR sel
352       - 33  # MRR sel
353       - 36  # MRR sel
354       - 41  # MRR sel
355       - 42  # MRR sel
356       - 48  # MRR sel
357       csit-vpp-perf-verify-1810-3n-hsw:
358       - 9   # MRR sel
359
360     vpp-nic-comparison-3n-hsw-mrr:
361       csit-vpp-perf-verify-1810-3n-hsw:
362       - 9   # MRR sel
363
364     vpp-performance-changes-3n-skx-mrr:
365       csit-vpp-perf-verify-1807-3n-skx:
366       - 28  # MRR sel
367       - 32  # MRR sel
368       - 36  # MRR sel
369       - 42  # MRR sel
370       - 47  # MRR sel
371       - 48  # MRR sel
372       - 51  # MRR sel
373       - 52  # MRR sel
374       - 53  # MRR sel
375       - 54  # MRR sel
376       csit-vpp-perf-verify-1810-3n-skx:
377       - 9   # MRR sel
378       - 11  # MRR sel
379       - 12  # MRR sel
380       - 13  # MRR sel
381
382     vpp-nic-comparison-3n-skx-mrr:
383       csit-vpp-perf-verify-1810-3n-skx:
384       - 9   # MRR sel
385       - 11  # MRR sel
386       - 12  # MRR sel
387       - 13  # MRR sel
388
389     vpp-performance-changes-2n-skx-mrr:
390       csit-vpp-perf-verify-1807-2n-skx:
391       - 31  # MRR sel
392       - 33  # MRR sel
393       - 37  # MRR sel
394       - 38  # MRR sel
395       - 41  # MRR sel
396       - 43  # MRR sel
397       - 44  # MRR sel
398       - 45  # MRR sel
399       - 46  # MRR sel
400       - 47  # MRR sel
401       csit-vpp-perf-verify-1810-2n-skx:
402       - 8   # MRR sel
403       - 10  # MRR sel
404       - 11  # MRR sel
405       - 12  # MRR sel
406
407     vpp-nic-comparison-2n-skx-mrr:
408       csit-vpp-perf-verify-1810-2n-skx:
409       - 8   # MRR sel
410       - 10  # MRR sel
411       - 11  # MRR sel
412       - 12  # MRR sel
413
414     vpp-perf-results-3n-hsw:
415       csit-vpp-perf-verify-1810-3n-hsw:
416       - 20  # NDRPDR full
417       - 21  # NDRPDR full
418       - 22  # NDRPDR full
419       - 27  # NDRPDR full
420
421     vpp-perf-results-3n-skx:
422       csit-vpp-perf-verify-1810-3n-skx:
423       - 23  # NDRPDR full
424       - 24  # NDRPDR full
425
426     vpp-perf-results-2n-skx:
427       csit-vpp-perf-verify-1810-2n-skx:
428       - 25  # NDRPDR full
429       - 26  # NDRPDR full
430
431     vpp-mrr-results-3n-hsw:
432       csit-vpp-perf-verify-1810-3n-hsw:
433       - 9   # MRR sel
434
435     vpp-mrr-results-3n-skx:
436       csit-vpp-perf-verify-1810-3n-skx:
437       - 9   # MRR sel
438
439     vpp-mrr-results-2n-skx:
440       csit-vpp-perf-verify-1810-2n-skx:
441       - 8   # MRR sel
442
443     plot-throughput-speedup-analysis-3n-hsw:
444       csit-vpp-perf-verify-1810-3n-hsw:
445       - 8   # NDRPDR sel
446       - 12  # NDRPDR sel
447       - 14  # NDRPDR sel
448       - 18  # NDRPDR sel
449       - 23  # NDRPDR sel
450       - 25  # NDRPDR sel
451       - 38  # NDRPDR sel
452       - 39  # NDRPDR sel
453       - 41  # NDRPDR sel
454       - 42  # NDRPDR sel
455
456     plot-throughput-speedup-analysis-3n-skx:
457       csit-vpp-perf-verify-1810-3n-skx:
458       - 24  # NDRPDR full
459       - 10  # NDRPDR sel
460       - 14  # NDRPDR sel
461       - 15  # NDRPDR sel
462       - 16  # NDRPDR sel
463       - 17  # NDRPDR sel
464       - 19  # NDRPDR sel
465       - 20  # NDRPDR sel
466       - 21  # NDRPDR sel
467       - 22  # NDRPDR sel
468       - 25  # NDRPDR sel
469
470     plot-throughput-speedup-analysis-2n-skx:
471       csit-vpp-perf-verify-1810-2n-skx:
472       - 9   # NDRPDR sel
473       - 13  # NDRPDR sel
474       - 14  # NDRPDR sel
475       - 19  # NDRPDR sel
476       - 20  # NDRPDR sel
477       - 21  # NDRPDR sel
478       - 22  # NDRPDR sel
479       - 23  # NDRPDR sel
480       - 24  # NDRPDR sel
481       - 27  # NDRPDR sel
482
483     plot-vpp-throughput-latency-3n-hsw:
484       csit-vpp-perf-verify-1810-3n-hsw:
485       - 8   # NDRPDR sel
486       - 12  # NDRPDR sel
487       - 14  # NDRPDR sel
488       - 18  # NDRPDR sel
489       - 23  # NDRPDR sel
490       - 25  # NDRPDR sel
491       - 38  # NDRPDR sel
492       - 39  # NDRPDR sel
493       - 41  # NDRPDR sel
494       - 42  # NDRPDR sel
495
496     plot-vpp-soak-2n-skx:
497       csit-vpp-perf-verify-master-2n-skx:
498       - 207  # SOAK sel
499
500     plot-vpp-throughput-latency-3n-skx:
501       csit-vpp-perf-verify-1810-3n-skx:
502       - 24  # NDRPDR full
503       - 10  # NDRPDR sel
504       - 14  # NDRPDR sel
505       - 15  # NDRPDR sel
506       - 16  # NDRPDR sel
507       - 17  # NDRPDR sel
508       - 19  # NDRPDR sel
509       - 20  # NDRPDR sel
510       - 21  # NDRPDR sel
511       - 22  # NDRPDR sel
512       - 25  # NDRPDR sel
513
514     plot-vpp-throughput-latency-2n-skx:
515       csit-vpp-perf-verify-1810-2n-skx:
516       - 9   # NDRPDR sel
517       - 13  # NDRPDR sel
518       - 14  # NDRPDR sel
519       - 19  # NDRPDR sel
520       - 20  # NDRPDR sel
521       - 21  # NDRPDR sel
522       - 22  # NDRPDR sel
523       - 23  # NDRPDR sel
524       - 24  # NDRPDR sel
525       - 27  # NDRPDR sel
526
527     plot-vpp-http-server-performance:
528       csit-vpp-perf-verify-1810-3n-hsw:
529       - 28  # WRK
530       - 29  # WRK
531       - 30  # WRK
532       - 31  # WRK
533       - 32  # WRK
534       - 33  # WRK
535       - 34  # WRK
536       - 35  # WRK
537       - 36  # WRK
538       - 37  # WRK
539
540     # VPP Functional
541     vpp-func-results-ubuntu:
542       csit-vpp-functional-1810-ubuntu1604-virl:
543       - 44
544
545     vpp-func-results-centos:
546       csit-vpp-functional-1810-centos7-virl:
547       - 44
548
549     vpp-device-results-ubuntu:
550       csit-vpp-device-1810-ubuntu1804-1n-skx:
551       - 2
552
553     # VPP Ligato
554     ligato-perf-results-3n-hsw:
555       csit-ligato-perf-verify-1810-3n-hsw:
556       - 5   # full
557
558     plot-ligato-throughput-speedup-analysis-3n-hsw:
559       csit-ligato-perf-verify-1810-3n-hsw:
560       - 5   # full
561       - 6   # sel
562       - 8   # sel
563       - 9   # sel
564       - 11  # sel
565       - 12  # sel
566       - 13  # sel
567       - 14  # sel
568       - 16  # sel
569       - 17  # sel
570       - 18  # sel
571
572     plot-ligato-throughput-latency-3n-hsw:
573       csit-ligato-perf-verify-1810-3n-hsw:
574       - 5   # full
575       - 6   # sel
576       - 8   # sel
577       - 9   # sel
578       - 11  # sel
579       - 12  # sel
580       - 13  # sel
581       - 14  # sel
582       - 16  # sel
583       - 17  # sel
584       - 18  # sel
585
586     # DPDK Performance
587     dpdk-performance-changes-3n-hsw:
588       csit-dpdk-perf-1804-all:
589       - 4
590       - 5
591       - 6
592       - 7
593       - 8
594       - 9
595       - 10
596       - 11
597       - 12
598       - 13
599       csit-dpdk-perf-verify-1807-3n-hsw:
600       - 11
601       - 12  # full
602       - 14
603       - 15
604       - 16
605       - 17
606       - 20
607       - 21
608       - 22
609       - 23
610       csit-dpdk-perf-verify-1810-3n-hsw:
611       - 1   # NDRPDR sel
612       - 2   # NDRPDR sel
613       - 3   # NDRPDR sel
614       - 4   # NDRPDR sel
615       - 5   # NDRPDR sel
616       - 6   # NDRPDR sel
617       - 7   # NDRPDR sel
618       - 8   # NDRPDR sel
619       - 9   # NDRPDR sel
620       - 10  # NDRPDR sel
621
622     dpdk-performance-changes-3n-skx:
623       csit-dpdk-perf-verify-1807-3n-skx:
624       - 1   # NDRPDR sel
625       - 2   # NDRPDR sel
626       - 3   # NDRPDR sel
627       - 6   # NDRPDR sel
628       - 7   # NDRPDR sel
629       - 8   # NDRPDR sel
630       - 9   # NDRPDR sel
631       - 10  # NDRPDR sel
632       - 11  # NDRPDR sel
633       - 12  # NDRPDR sel
634       csit-dpdk-perf-verify-1810-3n-skx:
635       - 3   # NDRPDR sel
636       - 4   # NDRPDR sel
637       - 6   # NDRPDR sel
638       - 7   # NDRPDR sel
639       - 8   # NDRPDR sel
640       - 9   # NDRPDR sel
641       - 10  # NDRPDR sel
642       - 11  # NDRPDR sel
643       - 12  # NDRPDR sel
644       - 13  # NDRPDR sel
645
646     dpdk-compare-testbeds:
647       csit-dpdk-perf-verify-1810-3n-skx:
648       - 3   # NDRPDR sel
649       - 4   # NDRPDR sel
650       - 6   # NDRPDR sel
651       - 7   # NDRPDR sel
652       - 8   # NDRPDR sel
653       - 9   # NDRPDR sel
654       - 10  # NDRPDR sel
655       - 11  # NDRPDR sel
656       - 12  # NDRPDR sel
657       - 13  # NDRPDR sel
658       csit-dpdk-perf-verify-1810-3n-hsw:
659       - 1   # NDRPDR sel
660       - 2   # NDRPDR sel
661       - 3   # NDRPDR sel
662       - 4   # NDRPDR sel
663       - 5   # NDRPDR sel
664       - 6   # NDRPDR sel
665       - 7   # NDRPDR sel
666       - 8   # NDRPDR sel
667       - 9   # NDRPDR sel
668       - 10  # NDRPDR sel
669
670     dpdk-compare-topologies:
671       csit-dpdk-perf-verify-1810-3n-skx:
672       - 3   # NDRPDR sel
673       - 4   # NDRPDR sel
674       - 6   # NDRPDR sel
675       - 7   # NDRPDR sel
676       - 8   # NDRPDR sel
677       - 9   # NDRPDR sel
678       - 10  # NDRPDR sel
679       - 11  # NDRPDR sel
680       - 12  # NDRPDR sel
681       - 13  # NDRPDR sel
682       csit-dpdk-perf-verify-1810-2n-skx:
683       - 3   # NDRPDR sel
684       - 4   # NDRPDR sel
685       - 5   # NDRPDR sel
686       - 7   # NDRPDR sel
687       - 8   # NDRPDR sel
688       - 9   # NDRPDR sel
689       - 10  # NDRPDR sel
690       - 11  # NDRPDR sel
691       - 12  # NDRPDR sel
692       - 13  # NDRPDR sel
693
694     dpdk-perf-results-3n-hsw:
695       csit-dpdk-perf-verify-1810-3n-hsw:
696       - 1
697
698     dpdk-perf-results-3n-skx:
699       csit-dpdk-perf-verify-1810-3n-skx:
700       - 3   # NDRPDR sel
701
702     dpdk-perf-results-2n-skx:
703       csit-dpdk-perf-verify-1810-2n-skx:
704       - 3
705
706     plot-dpdk-throughput-latency-3n-hsw:
707       csit-dpdk-perf-verify-1810-3n-hsw:
708       - 1   # NDRPDR sel
709       - 2   # NDRPDR sel
710       - 3   # NDRPDR sel
711       - 4   # NDRPDR sel
712       - 5   # NDRPDR sel
713       - 6   # NDRPDR sel
714       - 7   # NDRPDR sel
715       - 8   # NDRPDR sel
716       - 9   # NDRPDR sel
717       - 10  # NDRPDR sel
718
719     plot-dpdk-throughput-latency-3n-skx:
720       csit-dpdk-perf-verify-1810-3n-skx:
721       - 3   # NDRPDR sel
722       - 4   # NDRPDR sel
723       - 6   # NDRPDR sel
724       - 7   # NDRPDR sel
725       - 8   # NDRPDR sel
726       - 9   # NDRPDR sel
727       - 10  # NDRPDR sel
728       - 11  # NDRPDR sel
729       - 12  # NDRPDR sel
730       - 13  # NDRPDR sel
731
732     plot-dpdk-throughput-latency-2n-skx:
733       csit-dpdk-perf-verify-1810-2n-skx:
734       - 3   # NDRPDR sel
735       - 4   # NDRPDR sel
736       - 5   # NDRPDR sel
737       - 7   # NDRPDR sel
738       - 8   # NDRPDR sel
739       - 9   # NDRPDR sel
740       - 10  # NDRPDR sel
741       - 11  # NDRPDR sel
742       - 12  # NDRPDR sel
743       - 13  # NDRPDR sel
744
745     # HoneyComb Functional
746     hc-func-results:
747       csit-hc2vpp-verify-func-1810-ubuntu1604:
748       - 3
749
750     # NSH SFC Functional
751     nsh-func-results:
752       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
753       - 1
754
755     # DMM Functional
756     dmm-func-results:
757       csit-dmm-functional-1810-ubuntu1604-virl:
758       - 1
759
760   plot-layouts:
761
762     plot-soak-throughput:
763       titlefont:
764         size: 18
765       xaxis:
766         title: "<b>Test Cases [Index]</b>"
767         titlefont:
768           size: 16
769         autorange: True
770         fixedrange: False
771         gridcolor: "rgb(230, 230, 230)"
772         linecolor: "rgb(220, 220, 220)"
773         linewidth: 1
774         showgrid: True
775         showline: True
776         showticklabels: True
777         tickcolor: "rgb(220, 220, 220)"
778         tickmode: "linear"
779         tickfont:
780           size: 16
781         zeroline: False
782       yaxis:
783         title: "<b>Packet Throughput [Mpps]</b>"
784         titlefont:
785           size: 16
786         gridcolor: "rgb(230, 230, 230)"
787         hoverformat: ".4s"
788         tickformat: ".3s"
789         linecolor: "rgb(220, 220, 220)"
790         linewidth: 1
791         showgrid: True
792         showline: True
793         showticklabels: True
794         tickcolor: "rgb(220, 220, 220)"
795         tickfont:
796           size: 16
797         zeroline: False
798         range: [0,50]
799       autosize: False
800       margin:
801         t: 50
802         b: 0
803         l: 80
804         r: 20
805       showlegend: True
806       legend:
807         orientation: "h"
808         font:
809           size: 16
810       width: 700
811       height: 900
812
813     plot-service-density:
814       titlefont:
815         size: 18
816       xaxis:
817         side: "top"
818         autorange: True
819         fixedrange: False
820         showgrid: False
821         showline: False
822         showticklabels: False
823         ticks: ""
824         ticklen: 0
825         tickwidth: 0
826         zeroline: False
827       yaxis:
828         autorange: "reversed"
829         showgrid: False
830         showline: False
831         showticklabels: False
832         ticks: ""
833         ticklen: 0
834         tickwidth: 0
835         zeroline: False
836       autosize: True
837       showlegend: False
838       width: 700
839       height: 700
840
841     plot-cps:
842       titlefont:
843         size: 18
844       xaxis:
845         title: "<b>Test Cases [Index]</b>"
846         titlefont:
847           size: 16
848         autorange: True
849         fixedrange: False
850         gridcolor: "rgb(230, 230, 230)"
851         linecolor: "rgb(220, 220, 220)"
852         linewidth: 1
853         showgrid: True
854         showline: True
855         showticklabels: True
856         tickcolor: "rgb(220, 220, 220)"
857         tickmode: "linear"
858         tickfont:
859           size: 16
860         zeroline: False
861       yaxis:
862         title: "<b>Connections Per Second [cps]</b>"
863         titlefont:
864           size: 16
865         gridcolor: "rgb(230, 230, 230)"
866         hoverformat: ".4s"
867         linecolor: "rgb(220, 220, 220)"
868         linewidth: 1
869         rangemode: "tozero"
870         showgrid: True
871         showline: True
872         showticklabels: True
873         tickcolor: "rgb(220, 220, 220)"
874         tickformat: ".3s"
875         tickfont:
876           size: 16
877         zeroline: False
878       boxmode: "group"
879       boxgroupgap: 0.5
880       autosize: False
881       margin:
882         t: 50
883         b: 20
884         l: 80
885         r: 20
886       showlegend: True
887       legend:
888         orientation: "h"
889         font:
890           size: 16
891       width: 700
892       height: 800
893
894     plot-rps:
895       titlefont:
896         size: 18
897       xaxis:
898         title: "<b>Test Cases [Index]</b>"
899         titlefont:
900           size: 16
901         autorange: True
902         fixedrange: False
903         gridcolor: "rgb(230, 230, 230)"
904         linecolor: "rgb(220, 220, 220)"
905         linewidth: 1
906         showgrid: True
907         showline: True
908         showticklabels: True
909         tickcolor: "rgb(220, 220, 220)"
910         tickmode: "linear"
911         tickfont:
912           size: 16
913         zeroline: False
914       yaxis:
915         title: "<b>Requests Per Second [rps]</b>"
916         titlefont:
917           size: 16
918         gridcolor: "rgb(230, 230, 230)"
919         hoverformat: ".4s"
920         linecolor: "rgb(220, 220, 220)"
921         linewidth: 1
922         rangemode: "tozero"
923         showgrid: True
924         showline: True
925         showticklabels: True
926         tickcolor: "rgb(230, 230, 230)"
927         tickformat: ".3s"
928         tickfont:
929           size: 16
930         zeroline: False
931       boxmode: "group"
932       boxgroupgap: 0.5
933       autosize: False
934       margin:
935         t: 50
936         b: 20
937         l: 80
938         r: 20
939       showlegend: True
940       legend:
941         orientation: "h"
942         font:
943           size: 16
944       width: 700
945       height: 800
946
947     plot-throughput:
948       titlefont:
949         size: 18
950       xaxis:
951         title: "<b>Test Cases [Index]</b>"
952         titlefont:
953           size: 16
954         autorange: True
955         fixedrange: False
956         gridcolor: "rgb(230, 230, 230)"
957         linecolor: "rgb(220, 220, 220)"
958         linewidth: 1
959         showgrid: True
960         showline: True
961         showticklabels: True
962         tickcolor: "rgb(220, 220, 220)"
963         tickmode: "linear"
964         tickfont:
965           size: 16
966         zeroline: False
967       yaxis:
968         title: "<b>Packet Throughput [Mpps]</b>"
969         titlefont:
970           size: 16
971         gridcolor: "rgb(230, 230, 230)"
972         hoverformat: ".4s"
973         tickformat: ".3s"
974         linecolor: "rgb(220, 220, 220)"
975         linewidth: 1
976         showgrid: True
977         showline: True
978         showticklabels: True
979         tickcolor: "rgb(220, 220, 220)"
980         tickfont:
981           size: 16
982         zeroline: False
983         range: [0,50]
984       boxmode: "group"
985       boxgroupgap: 0.5
986       autosize: False
987       margin:
988         t: 50
989         b: 0
990         l: 80
991         r: 20
992       showlegend: True
993       legend:
994         orientation: "h"
995         font:
996           size: 16
997       width: 700
998       height: 900
999
1000     plot-throughput-speedup-analysis:
1001       titlefont:
1002         size: 18
1003       xaxis:
1004         title: "<b>Number of Cores [Qty]</b>"
1005         titlefont:
1006           size: 16
1007         autorange: True
1008         fixedrange: False
1009         gridcolor: "rgb(230, 230, 230)"
1010         linecolor: "rgb(220, 220, 220)"
1011         linewidth: 1
1012         showgrid: True
1013         showline: True
1014         showticklabels: True
1015         tickcolor: "rgb(238, 238, 238)"
1016         tickmode: "linear"
1017         tickfont:
1018           size: 16
1019         zeroline: False
1020       yaxis:
1021         title: "<b>Packet Throughput [Mpps]</b>"
1022         titlefont:
1023           size: 16
1024         type: "linear"
1025         gridcolor: "rgb(230, 230, 230)"
1026         hoverformat: ".4s"
1027         linecolor: "rgb(220, 220, 220)"
1028         linewidth: 1
1029         showgrid: True
1030         showline: True
1031         showticklabels: True
1032         tickcolor: "rgb(220, 220, 220)"
1033         tickformat: ".4s"
1034         tickfont:
1035           size: 16
1036         zeroline: True
1037         rangemode: "tozero"
1038         # range: [0,100]
1039       legend:
1040         orientation: "h"
1041         font:
1042           size: 16
1043         xanchor: "left"
1044         yanchor: "top"
1045         x: 0
1046         y: -0.2
1047         bgcolor: "rgba(255, 255, 255, 0)"
1048         bordercolor: "rgba(255, 255, 255, 0)"
1049         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1050       autosize: False
1051       margin:
1052           't': 50
1053           'b': 150
1054           'l': 85
1055           'r': 10
1056       showlegend: True
1057       width: 700
1058       height: 700
1059       hoverlabel:
1060         namelength: -1
1061       annotations: [
1062         {
1063           text: "_ _          __          ...",
1064           align: "left",
1065           showarrow: False,
1066           xref: "paper",
1067           yref: "paper",
1068           xanchor: "left",
1069           yanchor: "top",
1070           x: 0,
1071           y: -0.13,
1072           font: {
1073             family: "Consolas, Courier New",
1074             size: 15
1075           },
1076         },
1077         {
1078           text: "    Perfect     Measured     Limit",
1079           align: "left",
1080           showarrow: False,
1081           xref: "paper",
1082           yref: "paper",
1083           xanchor: "left",
1084           yanchor: "top",
1085           x: 0,
1086           y: -0.15,
1087           font: {
1088             family: "Consolas, Courier New",
1089             size: 15
1090           },
1091         },
1092       ]
1093
1094     plot-latency:
1095       titlefont:
1096         size: 18
1097       xaxis:
1098         title: "<b>Direction</b>"
1099         titlefont:
1100           size: 16
1101         autorange: True
1102         fixedrange: False
1103         gridcolor: "rgb(230, 230, 230)"
1104         linecolor: "rgb(220, 220, 220)"
1105         linewidth: 1
1106         showgrid: True
1107         showline: True
1108         showticklabels: False
1109         tickcolor: "rgb(220, 220, 220)"
1110         tickmode: "linear"
1111         tickfont:
1112           size: 16
1113         zeroline: False
1114       yaxis:
1115         title: "<b>Packet Latency [uSec]</b>"
1116         titlefont:
1117           size: 16
1118         type: "linear"
1119         gridcolor: "rgb(230, 230, 230)"
1120         hoverformat: ".4s"
1121         linecolor: "rgb(220, 220, 220)"
1122         linewidth: 1
1123         showgrid: True
1124         showline: True
1125         showticklabels: True
1126         tickcolor: "rgb(220, 220, 220)"
1127         tickformat: ".4s"
1128         tickfont:
1129           size: 16
1130         zeroline: True
1131         rangemode: "tozero"
1132       legend:
1133         orientation: "h"
1134         font:
1135           size: 16
1136         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1137       autosize: False
1138       margin:
1139           't': 50
1140           'b': 150
1141           'l': 80
1142           'r': 10
1143       showlegend: True
1144       width: 700
1145       height: 700
1146       hoverlabel:
1147         namelength: -1
1148
1149 -
1150   type: "static"
1151   src-path: "{DIR[RST]}"
1152   dst-path: "{DIR[WORKING,SRC]}"
1153
1154 -
1155   type: "input"
1156   general:
1157     file-name: "robot-plugin.zip"
1158     file-format: ".zip"
1159     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1160     extract: "robot-plugin/output.xml"
1161
1162   builds:
1163
1164     intel-dnv-vpp-release-1810:
1165     - 1
1166
1167     csit-vpp-perf-1804-all:
1168     - 21  # sel
1169     - 22  # sel
1170     - 23  # sel
1171     - 24  # sel
1172     - 27  # sel
1173     - 28  # sel
1174     - 29  # sel
1175     - 30  # sel
1176     - 31  # sel
1177     - 35  # sel
1178     csit-vpp-perf-verify-1807-3n-hsw:
1179     - 8   # MRR full
1180     - 9   # MRR sel
1181     - 21  # MRR sel
1182     - 31  # MRR sel
1183     - 33  # MRR sel
1184     - 36  # MRR sel
1185     - 41  # MRR sel
1186     - 42  # MRR sel
1187     - 48  # MRR sel
1188     - 11  # NDRPDR full 1
1189     - 22  # NDRPDR full 2
1190     - 45  # NDRPDR full 3
1191     - 46  # NDRPDR full 4
1192     - 15  # NDRPDR sel
1193     - 16  # NDRPDR sel
1194     - 19  # NDRPDR sel
1195     - 18  # NDRPDR sel
1196     - 20  # NDRPDR sel
1197     - 38  # NDRPDR sel
1198     - 40  # NDRPDR sel
1199     - 44  # NDRPDR sel
1200     - 47  # NDRPDR sel
1201     - 24  # WRK
1202     - 25  # WRK
1203     - 23  # WRK
1204     - 26  # WRK
1205     - 27  # WRK
1206     - 28  # WRK
1207     - 29  # WRK
1208     - 30  # WRK
1209     - 32  # WRK
1210     - 35  # WRK
1211     csit-vpp-perf-verify-1810-3n-hsw:
1212     - 9   # MRR sel
1213     - 20  # NDRPDR full
1214     - 21  # NDRPDR full
1215     - 22  # NDRPDR full
1216     - 27  # NDRPDR full
1217     - 8   # NDRPDR sel
1218     - 12  # NDRPDR sel
1219     - 14  # NDRPDR sel
1220     - 18  # NDRPDR sel
1221     - 23  # NDRPDR sel
1222     - 25  # NDRPDR sel
1223     - 38  # NDRPDR sel
1224     - 39  # NDRPDR sel
1225     - 41  # NDRPDR sel
1226     - 42  # NDRPDR sel
1227     - 28  # WRK
1228     - 29  # WRK
1229     - 30  # WRK
1230     - 31  # WRK
1231     - 32  # WRK
1232     - 33  # WRK
1233     - 34  # WRK
1234     - 35  # WRK
1235     - 36  # WRK
1236     - 37  # WRK
1237     csit-vpp-perf-verify-1807-3n-skx:
1238     - 31  # MRR full
1239     - 28  # MRR sel
1240     - 32  # MRR sel
1241     - 36  # MRR sel
1242     - 42  # MRR sel
1243     - 47  # MRR sel
1244     - 48  # MRR sel
1245     - 51  # MRR sel
1246     - 52  # MRR sel
1247     - 53  # MRR sel
1248     - 54  # MRR sel
1249     - 40  # NDRPDR full 1
1250     - 41  # NDRPDR full 2
1251     - 33  # NDRPDR sel
1252     - 35  # NDRPDR sel
1253     - 37  # NDRPDR sel
1254     - 38  # NDRPDR sel
1255     - 39  # NDRPDR sel
1256     - 43  # NDRPDR sel
1257     - 44  # NDRPDR sel
1258     - 49  # NDRPDR sel
1259     - 50  # NDRPDR sel
1260     - 56  # NDRPDR sel
1261     csit-vpp-perf-verify-1810-3n-skx:
1262     - 9   # MRR sel
1263     - 11  # MRR sel
1264     - 12  # MRR sel
1265     - 13  # MRR sel
1266     - 23  # NDRPDR full
1267     - 24  # NDRPDR full
1268     - 10  # NDRPDR sel
1269     - 14  # NDRPDR sel
1270     - 15  # NDRPDR sel
1271     - 16  # NDRPDR sel
1272     - 17  # NDRPDR sel
1273     - 19  # NDRPDR sel
1274     - 20  # NDRPDR sel
1275     - 21  # NDRPDR sel
1276     - 22  # NDRPDR sel
1277     - 25  # NDRPDR sel
1278     csit-vpp-perf-verify-1807-2n-skx:
1279     - 27  # MRR full
1280     - 31  # MRR sel
1281     - 33  # MRR sel
1282     - 37  # MRR sel
1283     - 38  # MRR sel
1284     - 41  # MRR sel
1285     - 43  # MRR sel
1286     - 44  # MRR sel
1287     - 45  # MRR sel
1288     - 46  # MRR sel
1289     - 47  # MRR sel
1290     - 32  # NDRPDR full
1291     - 26  # NDRPDR sel
1292     - 28  # NDRPDR sel
1293     - 29  # NDRPDR sel
1294     - 30  # NDRPDR sel
1295     - 34  # NDRPDR sel
1296     - 35  # NDRPDR sel
1297     - 36  # NDRPDR sel
1298     - 39  # NDRPDR sel
1299     - 40  # NDRPDR sel
1300     - 42  # NDRPDR sel
1301     csit-vpp-perf-verify-1810-2n-skx:
1302     - 8   # MRR sel
1303     - 10  # MRR sel
1304     - 11  # MRR sel
1305     - 12  # MRR sel
1306     - 25  # NDRPDR full
1307     - 26  # NDRPDR full
1308     - 9   # NDRPDR sel
1309     - 13  # NDRPDR sel
1310     - 14  # NDRPDR sel
1311     - 19  # NDRPDR sel
1312     - 20  # NDRPDR sel
1313     - 21  # NDRPDR sel
1314     - 22  # NDRPDR sel
1315     - 23  # NDRPDR sel
1316     - 24  # NDRPDR sel
1317     - 27  # NDRPDR sel
1318     csit-vpp-perf-verify-master-2n-skx:
1319     - 207  # SOAK sel
1320     csit-vpp-perf-check-1804:
1321     - 5   # mrr - full
1322     - 6   # mrr - sel
1323     - 13  # mrr - sel
1324     - 14  # mrr - sel
1325     - 15  # mrr - sel
1326     - 16  # mrr - sel
1327     - 17  # mrr - sel
1328     - 19  # mrr - sel
1329     - 20  # mrr - sel
1330     - 21  # mrr - sel
1331     - 22  # mrr - sel
1332     csit-ligato-perf-verify-1810-3n-hsw:
1333     - 5   # full
1334     - 6   # sel
1335     - 8   # sel
1336     - 9   # sel
1337     - 11  # sel
1338     - 12  # sel
1339     - 13  # sel
1340     - 14  # sel
1341     - 16  # sel
1342     - 17  # sel
1343     - 18  # sel
1344     csit-dpdk-perf-1804-all:
1345     - 4
1346     - 5
1347     - 6
1348     - 7
1349     - 8
1350     - 9
1351     - 10
1352     - 11
1353     - 12
1354     - 13
1355     csit-dpdk-perf-verify-1807-3n-hsw:
1356     - 11
1357     - 12  # full
1358     - 14
1359     - 15
1360     - 16
1361     - 17
1362     - 20
1363     - 21
1364     - 22
1365     - 23
1366     csit-dpdk-perf-verify-1810-3n-hsw:
1367     - 1   # NDRPDR sel
1368     - 2   # NDRPDR sel
1369     - 3   # NDRPDR sel
1370     - 4   # NDRPDR sel
1371     - 5   # NDRPDR sel
1372     - 6   # NDRPDR sel
1373     - 7   # NDRPDR sel
1374     - 8   # NDRPDR sel
1375     - 9   # NDRPDR sel
1376     - 10  # NDRPDR sel
1377     csit-dpdk-perf-verify-1807-3n-skx:
1378     - 1   # NDRPDR sel
1379     - 2   # NDRPDR sel
1380     - 3   # NDRPDR sel
1381     - 6   # NDRPDR sel
1382     - 7   # NDRPDR sel
1383     - 8   # NDRPDR sel
1384     - 9   # NDRPDR sel
1385     - 10  # NDRPDR sel
1386     - 11  # NDRPDR sel
1387     - 12  # NDRPDR sel
1388     csit-dpdk-perf-verify-1810-3n-skx:
1389     - 3   # NDRPDR sel
1390     - 4   # NDRPDR sel
1391     - 6   # NDRPDR sel
1392     - 7   # NDRPDR sel
1393     - 8   # NDRPDR sel
1394     - 9   # NDRPDR sel
1395     - 10  # NDRPDR sel
1396     - 11  # NDRPDR sel
1397     - 12  # NDRPDR sel
1398     - 13  # NDRPDR sel
1399     csit-dpdk-perf-verify-1810-2n-skx:
1400     - 3   # NDRPDR sel
1401     - 4   # NDRPDR sel
1402     - 5   # NDRPDR sel
1403     - 7   # NDRPDR sel
1404     - 8   # NDRPDR sel
1405     - 9   # NDRPDR sel
1406     - 10  # NDRPDR sel
1407     - 11  # NDRPDR sel
1408     - 12  # NDRPDR sel
1409     - 13  # NDRPDR sel
1410
1411     csit-vpp-functional-1810-ubuntu1604-virl:
1412     - 44
1413     csit-vpp-functional-1810-centos7-virl:
1414     - 44
1415     csit-vpp-device-1810-ubuntu1804-1n-skx:
1416     - 2
1417     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1418     - 1
1419     csit-dmm-functional-1810-ubuntu1604-virl:
1420     - 1
1421     csit-hc2vpp-verify-func-1810-ubuntu1604:
1422     - 3
1423
1424 -
1425   type: "output"
1426   output: "report"
1427   format:
1428     html:
1429     - full
1430     pdf:
1431     - minimal
1432
1433 ################################################################################
1434 ###                               T A B L E S                                ###
1435 ################################################################################
1436
1437
1438 # VPP Compare NICs 3n-hsw 1t1c ndr
1439 -
1440   type: "table"
1441   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1442   algorithm: "table_nics_comparison"
1443   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1444   reference:
1445     title: "Intel-x520"
1446     nic: "NIC_Intel-X520-DA2"
1447   compare:
1448     title: "Intel-x710"
1449     nic: "NIC_Intel-X710"
1450   data: "vpp-nic-comparison-3n-hsw"
1451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1452   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1453   parameters:
1454   - "name"
1455   - "parent"
1456   - "throughput"
1457   - "tags"
1458
1459 # VPP Compare NICs 3n-hsw 2t2c ndr
1460 -
1461   type: "table"
1462   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1463   algorithm: "table_nics_comparison"
1464   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1465   reference:
1466     title: "Intel-x520"
1467     nic: "NIC_Intel-X520-DA2"
1468   compare:
1469     title: "Intel-x710"
1470     nic: "NIC_Intel-X710"
1471   data: "vpp-nic-comparison-3n-hsw"
1472   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1473   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1474   parameters:
1475   - "name"
1476   - "parent"
1477   - "throughput"
1478   - "tags"
1479
1480 # VPP Compare NICs 3n-hsw 1t1c pdr
1481 -
1482   type: "table"
1483   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1484   algorithm: "table_nics_comparison"
1485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1486   reference:
1487     title: "Intel-x520"
1488     nic: "NIC_Intel-X520-DA2"
1489   compare:
1490     title: "Intel-x710"
1491     nic: "NIC_Intel-X710"
1492   data: "vpp-nic-comparison-3n-hsw"
1493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1494   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1495   parameters:
1496   - "name"
1497   - "parent"
1498   - "throughput"
1499   - "tags"
1500
1501 # VPP Compare NICs 3n-hsw 2t2c pdr
1502 -
1503   type: "table"
1504   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1505   algorithm: "table_nics_comparison"
1506   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1507   reference:
1508     title: "Intel-x520"
1509     nic: "NIC_Intel-X520-DA2"
1510   compare:
1511     title: "Intel-x710"
1512     nic: "NIC_Intel-X710"
1513   data: "vpp-nic-comparison-3n-hsw"
1514   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1515   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1516   parameters:
1517   - "name"
1518   - "parent"
1519   - "throughput"
1520   - "tags"
1521
1522 # VPP Compare NICs 3n-hsw 1t1c mrr
1523 -
1524   type: "table"
1525   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1526   algorithm: "table_nics_comparison"
1527   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1528   reference:
1529     title: "Intel-x520"
1530     nic: "NIC_Intel-X520-DA2"
1531   compare:
1532     title: "Intel-x710"
1533     nic: "NIC_Intel-X710"
1534   data: "vpp-nic-comparison-3n-hsw-mrr"
1535   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1536   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1537   parameters:
1538   - "name"
1539   - "parent"
1540   - "result"
1541   - "tags"
1542
1543 # VPP Compare NICs 3n-hsw 2t2c mrr
1544 -
1545   type: "table"
1546   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1547   algorithm: "table_nics_comparison"
1548   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1549   reference:
1550     title: "Intel-x520"
1551     nic: "NIC_Intel-X520-DA2"
1552   compare:
1553     title: "Intel-x710"
1554     nic: "NIC_Intel-X710"
1555   data: "vpp-nic-comparison-3n-hsw-mrr"
1556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1557   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1558   parameters:
1559   - "name"
1560   - "parent"
1561   - "result"
1562   - "tags"
1563
1564 # VPP Compare NICs 3n-hsw 4t4c mrr
1565 -
1566   type: "table"
1567   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1568   algorithm: "table_nics_comparison"
1569   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1570   reference:
1571     title: "Intel-x520"
1572     nic: "NIC_Intel-X520-DA2"
1573   compare:
1574     title: "Intel-x710"
1575     nic: "NIC_Intel-X710"
1576   data: "vpp-nic-comparison-3n-hsw-mrr"
1577   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1578   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1579   parameters:
1580   - "name"
1581   - "parent"
1582   - "result"
1583   - "tags"
1584
1585 # VPP Compare NICs 3n-skx 2t1c ndr
1586 -
1587   type: "table"
1588   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1589   algorithm: "table_nics_comparison"
1590   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1591   reference:
1592     title: "Intel-x710"
1593     nic: "NIC_Intel-X710"
1594   compare:
1595     title: "Intel-xxv710"
1596     nic: "NIC_Intel-XXV710"
1597   data: "vpp-nic-comparison-3n-skx"
1598   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1599   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1600   parameters:
1601   - "name"
1602   - "parent"
1603   - "throughput"
1604   - "tags"
1605
1606 # VPP Compare NICs 3n-skx 4t2c ndr
1607 -
1608   type: "table"
1609   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1610   algorithm: "table_nics_comparison"
1611   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1612   reference:
1613     title: "Intel-x710"
1614     nic: "NIC_Intel-X710"
1615   compare:
1616     title: "Intel-xxv710"
1617     nic: "NIC_Intel-XXV710"
1618   data: "vpp-nic-comparison-3n-skx"
1619   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1620   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1621   parameters:
1622   - "name"
1623   - "parent"
1624   - "throughput"
1625   - "tags"
1626
1627 # VPP Compare NICs 3n-skx 2t1c pdr
1628 -
1629   type: "table"
1630   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1631   algorithm: "table_nics_comparison"
1632   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1633   reference:
1634     title: "Intel-x710"
1635     nic: "NIC_Intel-X710"
1636   compare:
1637     title: "Intel-xxv710"
1638     nic: "NIC_Intel-XXV710"
1639   data: "vpp-nic-comparison-3n-skx"
1640   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1641   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1642   parameters:
1643   - "name"
1644   - "parent"
1645   - "throughput"
1646   - "tags"
1647
1648  # VPP Compare NICs 3n-skx 4t2c pdr
1649 -
1650   type: "table"
1651   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1652   algorithm: "table_nics_comparison"
1653   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1654   reference:
1655     title: "Intel-x710"
1656     nic: "NIC_Intel-X710"
1657   compare:
1658     title: "Intel-xxv710"
1659     nic: "NIC_Intel-XXV710"
1660   data: "vpp-nic-comparison-3n-skx"
1661   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1662   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1663   parameters:
1664   - "name"
1665   - "parent"
1666   - "throughput"
1667   - "tags"
1668
1669 # VPP Compare NICs 3n-skx 2t1c mrr
1670 -
1671   type: "table"
1672   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1673   algorithm: "table_nics_comparison"
1674   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1675   reference:
1676     title: "Intel-x710"
1677     nic: "NIC_Intel-X710"
1678   compare:
1679     title: "Intel-xxv710"
1680     nic: "NIC_Intel-XXV710"
1681   data: "vpp-nic-comparison-3n-skx-mrr"
1682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1683   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1684   parameters:
1685   - "name"
1686   - "parent"
1687   - "result"
1688   - "tags"
1689
1690 # VPP Compare NICs 3n-skx 4t2c mrr
1691 -
1692   type: "table"
1693   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1694   algorithm: "table_nics_comparison"
1695   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1696   reference:
1697     title: "Intel-x710"
1698     nic: "NIC_Intel-X710"
1699   compare:
1700     title: "Intel-xxv710"
1701     nic: "NIC_Intel-XXV710"
1702   data: "vpp-nic-comparison-3n-skx-mrr"
1703   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1704   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1705   parameters:
1706   - "name"
1707   - "parent"
1708   - "result"
1709   - "tags"
1710
1711  # VPP Compare NICs 3n-skx 8t4c mrr
1712 -
1713   type: "table"
1714   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1715   algorithm: "table_nics_comparison"
1716   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1717   reference:
1718     title: "Intel-x710"
1719     nic: "NIC_Intel-X710"
1720   compare:
1721     title: "Intel-xxv710"
1722     nic: "NIC_Intel-XXV710"
1723   data: "vpp-nic-comparison-3n-skx-mrr"
1724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1725   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1726   parameters:
1727   - "name"
1728   - "parent"
1729   - "result"
1730   - "tags"
1731
1732 # VPP Compare NICs 2n-skx 2t1c ndr
1733 -
1734   type: "table"
1735   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1736   algorithm: "table_nics_comparison"
1737   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1738   reference:
1739     title: "Intel-x710"
1740     nic: "NIC_Intel-X710"
1741   compare:
1742     title: "Intel-xxv710"
1743     nic: "NIC_Intel-XXV710"
1744   data: "vpp-nic-comparison-2n-skx"
1745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1746   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1747   parameters:
1748   - "name"
1749   - "parent"
1750   - "throughput"
1751   - "tags"
1752
1753 # VPP Compare NICs 2n-skx 4t2c ndr
1754 -
1755   type: "table"
1756   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1757   algorithm: "table_nics_comparison"
1758   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1759   reference:
1760     title: "Intel-x710"
1761     nic: "NIC_Intel-X710"
1762   compare:
1763     title: "Intel-xxv710"
1764     nic: "NIC_Intel-XXV710"
1765   data: "vpp-nic-comparison-2n-skx"
1766   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1767   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1768   parameters:
1769   - "name"
1770   - "parent"
1771   - "throughput"
1772   - "tags"
1773
1774  # VPP Compare NICs 2n-skx 2t1c pdr
1775 -
1776   type: "table"
1777   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1778   algorithm: "table_nics_comparison"
1779   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1780   reference:
1781     title: "Intel-x710"
1782     nic: "NIC_Intel-X710"
1783   compare:
1784     title: "Intel-xxv710"
1785     nic: "NIC_Intel-XXV710"
1786   data: "vpp-nic-comparison-2n-skx"
1787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1788   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1789   parameters:
1790   - "name"
1791   - "parent"
1792   - "throughput"
1793   - "tags"
1794
1795 # VPP Compare NICs 2n-skx 4t2c pdr
1796 -
1797   type: "table"
1798   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1799   algorithm: "table_nics_comparison"
1800   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
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-2n-skx"
1808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1809   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1810   parameters:
1811   - "name"
1812   - "parent"
1813   - "throughput"
1814   - "tags"
1815
1816 # VPP Compare NICs 2n-skx 2t1c mrr
1817 -
1818   type: "table"
1819   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1820   algorithm: "table_nics_comparison"
1821   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
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-2n-skx-mrr"
1829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1830   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1831   parameters:
1832   - "name"
1833   - "parent"
1834   - "result"
1835   - "tags"
1836
1837 # VPP Compare NICs 2n-skx 4t2c mrr
1838 -
1839   type: "table"
1840   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1841   algorithm: "table_nics_comparison"
1842   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
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-2n-skx-mrr"
1850   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1851   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1852   parameters:
1853   - "name"
1854   - "parent"
1855   - "result"
1856   - "tags"
1857
1858 # VPP Compare NICs 2n-skx 8t4c mrr
1859 -
1860   type: "table"
1861   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1862   algorithm: "table_nics_comparison"
1863   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
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-2n-skx-mrr"
1871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1872   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1873   parameters:
1874   - "name"
1875   - "parent"
1876   - "result"
1877   - "tags"
1878
1879 ################################################################################
1880 # VPP
1881
1882 # VPP Performance Changes 3n-hsw 1t1c pdr
1883 -
1884   type: "table"
1885   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1886   algorithm: "table_performance_comparison"
1887   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1888   history:
1889     -
1890       title: "rls1804"
1891       data:
1892         csit-vpp-perf-1804-all:
1893         - 21  # sel
1894         - 22  # sel
1895         - 23  # sel
1896         - 24  # sel
1897         - 27  # sel
1898         - 28  # sel
1899         - 29  # sel
1900         - 30  # sel
1901         - 31  # sel
1902         - 35  # sel
1903   reference:
1904     title: "rls1807"
1905     data:
1906       csit-vpp-perf-verify-1807-3n-hsw:
1907       - 11  # NDRPDR full 1
1908       - 22  # NDRPDR full 2
1909       - 45  # NDRPDR full 3
1910       - 46  # NDRPDR full 4
1911       - 15  # NDRPDR sel
1912       - 16  # NDRPDR sel
1913       - 19  # NDRPDR sel
1914       - 18  # NDRPDR sel
1915       - 20  # NDRPDR sel
1916       - 38  # NDRPDR sel
1917       - 40  # NDRPDR sel
1918       - 44  # NDRPDR sel
1919       - 47  # NDRPDR sel
1920   compare:
1921     title: "rls1810"
1922     data:
1923       csit-vpp-perf-verify-1810-3n-hsw:
1924       - 8   # NDRPDR sel
1925       - 12  # NDRPDR sel
1926       - 14  # NDRPDR sel
1927       - 18  # NDRPDR sel
1928       - 23  # NDRPDR sel
1929       - 25  # NDRPDR sel
1930       - 38  # NDRPDR sel
1931       - 39  # NDRPDR sel
1932       - 41  # NDRPDR sel
1933       - 42  # NDRPDR sel
1934   data: "vpp-performance-changes-3n-hsw"
1935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1936   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1937   parameters:
1938   - "name"
1939   - "parent"
1940   - "throughput"
1941
1942 # VPP Performance Changes 3n-hsw 2t2c pdr
1943 -
1944   type: "table"
1945   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1946   algorithm: "table_performance_comparison"
1947   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1948   history:
1949     -
1950       title: "rls1804"
1951       data:
1952         csit-vpp-perf-1804-all:
1953         - 21  # sel
1954         - 22  # sel
1955         - 23  # sel
1956         - 24  # sel
1957         - 27  # sel
1958         - 28  # sel
1959         - 29  # sel
1960         - 30  # sel
1961         - 31  # sel
1962         - 35  # sel
1963   reference:
1964     title: "rls1807"
1965     data:
1966       csit-vpp-perf-verify-1807-3n-hsw:
1967       - 11  # NDRPDR full 1
1968       - 22  # NDRPDR full 2
1969       - 45  # NDRPDR full 3
1970       - 46  # NDRPDR full 4
1971       - 15  # NDRPDR sel
1972       - 16  # NDRPDR sel
1973       - 19  # NDRPDR sel
1974       - 18  # NDRPDR sel
1975       - 20  # NDRPDR sel
1976       - 38  # NDRPDR sel
1977       - 40  # NDRPDR sel
1978       - 44  # NDRPDR sel
1979       - 47  # NDRPDR sel
1980   compare:
1981     title: "rls1810"
1982     data:
1983       csit-vpp-perf-verify-1810-3n-hsw:
1984       - 8   # NDRPDR sel
1985       - 12  # NDRPDR sel
1986       - 14  # NDRPDR sel
1987       - 18  # NDRPDR sel
1988       - 23  # NDRPDR sel
1989       - 25  # NDRPDR sel
1990       - 38  # NDRPDR sel
1991       - 39  # NDRPDR sel
1992       - 41  # NDRPDR sel
1993       - 42  # NDRPDR sel
1994   data: "vpp-performance-changes-3n-hsw"
1995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1996   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1997   parameters:
1998   - "name"
1999   - "parent"
2000   - "throughput"
2001
2002 # VPP Performance Changes 3n-hsw 1t1c ndr
2003 -
2004   type: "table"
2005   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2006   algorithm: "table_performance_comparison"
2007   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2008   history:
2009     -
2010       title: "rls1804"
2011       data:
2012         csit-vpp-perf-1804-all:
2013         - 21  # sel
2014         - 22  # sel
2015         - 23  # sel
2016         - 24  # sel
2017         - 27  # sel
2018         - 28  # sel
2019         - 29  # sel
2020         - 30  # sel
2021         - 31  # sel
2022         - 35  # sel
2023   reference:
2024     title: "rls1807"
2025     data:
2026       csit-vpp-perf-verify-1807-3n-hsw:
2027       - 11  # NDRPDR full 1
2028       - 22  # NDRPDR full 2
2029       - 45  # NDRPDR full 3
2030       - 46  # NDRPDR full 4
2031       - 15  # NDRPDR sel
2032       - 16  # NDRPDR sel
2033       - 19  # NDRPDR sel
2034       - 18  # NDRPDR sel
2035       - 20  # NDRPDR sel
2036       - 38  # NDRPDR sel
2037       - 40  # NDRPDR sel
2038       - 44  # NDRPDR sel
2039       - 47  # NDRPDR sel
2040   compare:
2041     title: "rls1810"
2042     data:
2043       csit-vpp-perf-verify-1810-3n-hsw:
2044       - 8   # NDRPDR sel
2045       - 12  # NDRPDR sel
2046       - 14  # NDRPDR sel
2047       - 18  # NDRPDR sel
2048       - 23  # NDRPDR sel
2049       - 25  # NDRPDR sel
2050       - 38  # NDRPDR sel
2051       - 39  # NDRPDR sel
2052       - 41  # NDRPDR sel
2053       - 42  # NDRPDR sel
2054   data: "vpp-performance-changes-3n-hsw"
2055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2056   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2057   parameters:
2058   - "name"
2059   - "parent"
2060   - "throughput"
2061
2062 # VPP Performance Changes 3n-hsw 2t2c ndr
2063 -
2064   type: "table"
2065   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2066   algorithm: "table_performance_comparison"
2067   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2068   history:
2069     -
2070       title: "rls1804"
2071       data:
2072         csit-vpp-perf-1804-all:
2073         - 21  # sel
2074         - 22  # sel
2075         - 23  # sel
2076         - 24  # sel
2077         - 27  # sel
2078         - 28  # sel
2079         - 29  # sel
2080         - 30  # sel
2081         - 31  # sel
2082         - 35  # sel
2083   reference:
2084     title: "rls1807"
2085     data:
2086       csit-vpp-perf-verify-1807-3n-hsw:
2087       - 11  # NDRPDR full 1
2088       - 22  # NDRPDR full 2
2089       - 45  # NDRPDR full 3
2090       - 46  # NDRPDR full 4
2091       - 15  # NDRPDR sel
2092       - 16  # NDRPDR sel
2093       - 19  # NDRPDR sel
2094       - 18  # NDRPDR sel
2095       - 20  # NDRPDR sel
2096       - 38  # NDRPDR sel
2097       - 40  # NDRPDR sel
2098       - 44  # NDRPDR sel
2099       - 47  # NDRPDR sel
2100   compare:
2101     title: "rls1810"
2102     data:
2103       csit-vpp-perf-verify-1810-3n-hsw:
2104       - 8   # NDRPDR sel
2105       - 12  # NDRPDR sel
2106       - 14  # NDRPDR sel
2107       - 18  # NDRPDR sel
2108       - 23  # NDRPDR sel
2109       - 25  # NDRPDR sel
2110       - 38  # NDRPDR sel
2111       - 39  # NDRPDR sel
2112       - 41  # NDRPDR sel
2113       - 42  # NDRPDR sel
2114   data: "vpp-performance-changes-3n-hsw"
2115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2116   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2117   parameters:
2118   - "name"
2119   - "parent"
2120   - "throughput"
2121
2122 # VPP Performance Changes 3n-skx 2t1c pdr
2123 -
2124   type: "table"
2125   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2126   algorithm: "table_performance_comparison"
2127   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2128   reference:
2129     title: "rls1807"
2130     data:
2131       csit-vpp-perf-verify-1807-3n-skx:
2132       - 33  # NDRPDR sel
2133       - 35  # NDRPDR sel
2134       - 37  # NDRPDR sel
2135       - 38  # NDRPDR sel
2136       - 39  # NDRPDR sel
2137       - 43  # NDRPDR sel
2138       - 44  # NDRPDR sel
2139       - 49  # NDRPDR sel
2140       - 50  # NDRPDR sel
2141       - 56  # NDRPDR sel
2142   compare:
2143     title: "rls1810"
2144     data:
2145       csit-vpp-perf-verify-1810-3n-skx:
2146       - 10  # NDRPDR sel
2147       - 14  # NDRPDR sel
2148       - 15  # NDRPDR sel
2149       - 16  # NDRPDR sel
2150       - 17  # NDRPDR sel
2151       - 19  # NDRPDR sel
2152       - 20  # NDRPDR sel
2153       - 21  # NDRPDR sel
2154       - 22  # NDRPDR sel
2155       - 25  # NDRPDR sel
2156   data: "vpp-performance-changes-3n-skx"
2157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2158   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2159   parameters:
2160   - "name"
2161   - "parent"
2162   - "throughput"
2163
2164 # VPP Performance Changes 3n-skx 4t2c pdr
2165 -
2166   type: "table"
2167   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2168   algorithm: "table_performance_comparison"
2169   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2170   reference:
2171     title: "rls1807"
2172     data:
2173       csit-vpp-perf-verify-1807-3n-skx:
2174       - 33  # NDRPDR sel
2175       - 35  # NDRPDR sel
2176       - 37  # NDRPDR sel
2177       - 38  # NDRPDR sel
2178       - 39  # NDRPDR sel
2179       - 43  # NDRPDR sel
2180       - 44  # NDRPDR sel
2181       - 49  # NDRPDR sel
2182       - 50  # NDRPDR sel
2183       - 56  # NDRPDR sel
2184   compare:
2185     title: "rls1810"
2186     data:
2187       csit-vpp-perf-verify-1810-3n-skx:
2188       - 10  # NDRPDR sel
2189       - 14  # NDRPDR sel
2190       - 15  # NDRPDR sel
2191       - 16  # NDRPDR sel
2192       - 17  # NDRPDR sel
2193       - 19  # NDRPDR sel
2194       - 20  # NDRPDR sel
2195       - 21  # NDRPDR sel
2196       - 22  # NDRPDR sel
2197       - 25  # NDRPDR sel
2198   data: "vpp-performance-changes-3n-skx"
2199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2200   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2201   parameters:
2202   - "name"
2203   - "parent"
2204   - "throughput"
2205
2206 # VPP Performance Changes 3n-skx 2t1c ndr
2207 -
2208   type: "table"
2209   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2210   algorithm: "table_performance_comparison"
2211   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2212   reference:
2213     title: "rls1807"
2214     data:
2215       csit-vpp-perf-verify-1807-3n-skx:
2216       - 33  # NDRPDR sel
2217       - 35  # NDRPDR sel
2218       - 37  # NDRPDR sel
2219       - 38  # NDRPDR sel
2220       - 39  # NDRPDR sel
2221       - 43  # NDRPDR sel
2222       - 44  # NDRPDR sel
2223       - 49  # NDRPDR sel
2224       - 50  # NDRPDR sel
2225       - 56  # NDRPDR sel
2226   compare:
2227     title: "rls1810"
2228     data:
2229       csit-vpp-perf-verify-1810-3n-skx:
2230       - 10  # NDRPDR sel
2231       - 14  # NDRPDR sel
2232       - 15  # NDRPDR sel
2233       - 16  # NDRPDR sel
2234       - 17  # NDRPDR sel
2235       - 19  # NDRPDR sel
2236       - 20  # NDRPDR sel
2237       - 21  # NDRPDR sel
2238       - 22  # NDRPDR sel
2239       - 25  # NDRPDR sel
2240   data: "vpp-performance-changes-3n-skx"
2241   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2242   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2243   parameters:
2244   - "name"
2245   - "parent"
2246   - "throughput"
2247
2248 # VPP Performance Changes 3n-skx 4t2c ndr
2249 -
2250   type: "table"
2251   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2252   algorithm: "table_performance_comparison"
2253   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2254   reference:
2255     title: "rls1807"
2256     data:
2257       csit-vpp-perf-verify-1807-3n-skx:
2258       - 33  # NDRPDR sel
2259       - 35  # NDRPDR sel
2260       - 37  # NDRPDR sel
2261       - 38  # NDRPDR sel
2262       - 39  # NDRPDR sel
2263       - 43  # NDRPDR sel
2264       - 44  # NDRPDR sel
2265       - 49  # NDRPDR sel
2266       - 50  # NDRPDR sel
2267       - 56  # NDRPDR sel
2268   compare:
2269     title: "rls1810"
2270     data:
2271       csit-vpp-perf-verify-1810-3n-skx:
2272       - 10  # NDRPDR sel
2273       - 14  # NDRPDR sel
2274       - 15  # NDRPDR sel
2275       - 16  # NDRPDR sel
2276       - 17  # NDRPDR sel
2277       - 19  # NDRPDR sel
2278       - 20  # NDRPDR sel
2279       - 21  # NDRPDR sel
2280       - 22  # NDRPDR sel
2281       - 25  # NDRPDR sel
2282   data: "vpp-performance-changes-3n-skx"
2283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2284   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2285   parameters:
2286   - "name"
2287   - "parent"
2288   - "throughput"
2289
2290 # VPP Performance Changes 2n-skx 2t1c pdr
2291 -
2292   type: "table"
2293   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2294   algorithm: "table_performance_comparison"
2295   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2296   reference:
2297     title: "rls1807"
2298     data:
2299       csit-vpp-perf-verify-1807-2n-skx:
2300       - 26  # NDRPDR sel
2301       - 28  # NDRPDR sel
2302       - 29  # NDRPDR sel
2303       - 30  # NDRPDR sel
2304       - 34  # NDRPDR sel
2305       - 35  # NDRPDR sel
2306       - 36  # NDRPDR sel
2307       - 39  # NDRPDR sel
2308       - 40  # NDRPDR sel
2309       - 42  # NDRPDR sel
2310   compare:
2311     title: "rls1810"
2312     data:
2313       csit-vpp-perf-verify-1810-2n-skx:
2314       - 9   # NDRPDR sel
2315       - 13  # NDRPDR sel
2316       - 14  # NDRPDR sel
2317       - 19  # NDRPDR sel
2318       - 20  # NDRPDR sel
2319       - 21  # NDRPDR sel
2320       - 22  # NDRPDR sel
2321       - 23  # NDRPDR sel
2322       - 24  # NDRPDR sel
2323       - 27  # NDRPDR sel
2324   data: "vpp-performance-changes-2n-skx"
2325   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2326   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2327   parameters:
2328   - "name"
2329   - "parent"
2330   - "throughput"
2331
2332 # VPP Performance Changes 2n-skx 4t2c pdr
2333 -
2334   type: "table"
2335   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2336   algorithm: "table_performance_comparison"
2337   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2338   reference:
2339     title: "rls1807"
2340     data:
2341       csit-vpp-perf-verify-1807-2n-skx:
2342       - 26  # NDRPDR sel
2343       - 28  # NDRPDR sel
2344       - 29  # NDRPDR sel
2345       - 30  # NDRPDR sel
2346       - 34  # NDRPDR sel
2347       - 35  # NDRPDR sel
2348       - 36  # NDRPDR sel
2349       - 39  # NDRPDR sel
2350       - 40  # NDRPDR sel
2351       - 42  # NDRPDR sel
2352   compare:
2353     title: "rls1810"
2354     data:
2355       csit-vpp-perf-verify-1810-2n-skx:
2356       - 9   # NDRPDR sel
2357       - 13  # NDRPDR sel
2358       - 14  # NDRPDR sel
2359       - 19  # NDRPDR sel
2360       - 20  # NDRPDR sel
2361       - 21  # NDRPDR sel
2362       - 22  # NDRPDR sel
2363       - 23  # NDRPDR sel
2364       - 24  # NDRPDR sel
2365       - 27  # NDRPDR sel
2366   data: "vpp-performance-changes-2n-skx"
2367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2368   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2369   parameters:
2370   - "name"
2371   - "parent"
2372   - "throughput"
2373
2374 # VPP Performance Changes 2n-skx 2t1c ndr
2375 -
2376   type: "table"
2377   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2378   algorithm: "table_performance_comparison"
2379   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2380   reference:
2381     title: "rls1807"
2382     data:
2383       csit-vpp-perf-verify-1807-2n-skx:
2384       - 26  # NDRPDR sel
2385       - 28  # NDRPDR sel
2386       - 29  # NDRPDR sel
2387       - 30  # NDRPDR sel
2388       - 34  # NDRPDR sel
2389       - 35  # NDRPDR sel
2390       - 36  # NDRPDR sel
2391       - 39  # NDRPDR sel
2392       - 40  # NDRPDR sel
2393       - 42  # NDRPDR sel
2394   compare:
2395     title: "rls1810"
2396     data:
2397       csit-vpp-perf-verify-1810-2n-skx:
2398       - 9   # NDRPDR sel
2399       - 13  # NDRPDR sel
2400       - 14  # NDRPDR sel
2401       - 19  # NDRPDR sel
2402       - 20  # NDRPDR sel
2403       - 21  # NDRPDR sel
2404       - 22  # NDRPDR sel
2405       - 23  # NDRPDR sel
2406       - 24  # NDRPDR sel
2407       - 27  # NDRPDR sel
2408   data: "vpp-performance-changes-2n-skx"
2409   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2410   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2411   parameters:
2412   - "name"
2413   - "parent"
2414   - "throughput"
2415
2416 # VPP Performance Changes 2n-skx 4t2c ndr
2417 -
2418   type: "table"
2419   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2420   algorithm: "table_performance_comparison"
2421   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2422   reference:
2423     title: "rls1807"
2424     data:
2425       csit-vpp-perf-verify-1807-2n-skx:
2426       - 26  # NDRPDR sel
2427       - 28  # NDRPDR sel
2428       - 29  # NDRPDR sel
2429       - 30  # NDRPDR sel
2430       - 34  # NDRPDR sel
2431       - 35  # NDRPDR sel
2432       - 36  # NDRPDR sel
2433       - 39  # NDRPDR sel
2434       - 40  # NDRPDR sel
2435       - 42  # NDRPDR sel
2436   compare:
2437     title: "rls1810"
2438     data:
2439       csit-vpp-perf-verify-1810-2n-skx:
2440       - 9   # NDRPDR sel
2441       - 13  # NDRPDR sel
2442       - 14  # NDRPDR sel
2443       - 19  # NDRPDR sel
2444       - 20  # NDRPDR sel
2445       - 21  # NDRPDR sel
2446       - 22  # NDRPDR sel
2447       - 23  # NDRPDR sel
2448       - 24  # NDRPDR sel
2449       - 27  # NDRPDR sel
2450   data: "vpp-performance-changes-2n-skx"
2451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2452   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2453   parameters:
2454   - "name"
2455   - "parent"
2456   - "throughput"
2457
2458 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2459 -
2460   type: "table"
2461   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2462   algorithm: "table_performance_comparison"
2463   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2464   reference:
2465     title: "3-Node Hsw"
2466     data:
2467       csit-vpp-perf-verify-1810-3n-hsw:
2468       - 8   # NDRPDR sel
2469       - 12  # NDRPDR sel
2470       - 14  # NDRPDR sel
2471       - 18  # NDRPDR sel
2472       - 23  # NDRPDR sel
2473       - 25  # NDRPDR sel
2474       - 38  # NDRPDR sel
2475       - 39  # NDRPDR sel
2476       - 41  # NDRPDR sel
2477       - 42  # NDRPDR sel
2478   compare:
2479     title: "3-Node Skx"
2480     data:
2481       csit-vpp-perf-verify-1810-3n-skx:
2482       - 10  # NDRPDR sel
2483       - 14  # NDRPDR sel
2484       - 15  # NDRPDR sel
2485       - 16  # NDRPDR sel
2486       - 17  # NDRPDR sel
2487       - 19  # NDRPDR sel
2488       - 20  # NDRPDR sel
2489       - 21  # NDRPDR sel
2490       - 22  # NDRPDR sel
2491       - 25  # NDRPDR sel
2492   data: "vpp-compare-testbeds"
2493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2494   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2495   parameters:
2496   - "name"
2497   - "parent"
2498   - "throughput"
2499
2500 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2501 -
2502   type: "table"
2503   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2504   algorithm: "table_performance_comparison"
2505   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2506   reference:
2507     title: "3-Node Hsw"
2508     data:
2509       csit-vpp-perf-verify-1810-3n-hsw:
2510       - 8   # NDRPDR sel
2511       - 12  # NDRPDR sel
2512       - 14  # NDRPDR sel
2513       - 18  # NDRPDR sel
2514       - 23  # NDRPDR sel
2515       - 25  # NDRPDR sel
2516       - 38  # NDRPDR sel
2517       - 39  # NDRPDR sel
2518       - 41  # NDRPDR sel
2519       - 42  # NDRPDR sel
2520   compare:
2521     title: "3-Node Skx"
2522     data:
2523       csit-vpp-perf-verify-1810-3n-skx:
2524       - 10  # NDRPDR sel
2525       - 14  # NDRPDR sel
2526       - 15  # NDRPDR sel
2527       - 16  # NDRPDR sel
2528       - 17  # NDRPDR sel
2529       - 19  # NDRPDR sel
2530       - 20  # NDRPDR sel
2531       - 21  # NDRPDR sel
2532       - 22  # NDRPDR sel
2533       - 25  # NDRPDR sel
2534   data: "vpp-compare-testbeds"
2535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2536   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2537   parameters:
2538   - "name"
2539   - "parent"
2540   - "throughput"
2541
2542 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2543 -
2544   type: "table"
2545   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2546   algorithm: "table_performance_comparison"
2547   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2548   reference:
2549     title: "3-Node Hsw"
2550     data:
2551       csit-vpp-perf-verify-1810-3n-hsw:
2552       - 8   # NDRPDR sel
2553       - 12  # NDRPDR sel
2554       - 14  # NDRPDR sel
2555       - 18  # NDRPDR sel
2556       - 23  # NDRPDR sel
2557       - 25  # NDRPDR sel
2558       - 38  # NDRPDR sel
2559       - 39  # NDRPDR sel
2560       - 41  # NDRPDR sel
2561       - 42  # NDRPDR sel
2562   compare:
2563     title: "3-Node Skx"
2564     data:
2565       csit-vpp-perf-verify-1810-3n-skx:
2566       - 10  # NDRPDR sel
2567       - 14  # NDRPDR sel
2568       - 15  # NDRPDR sel
2569       - 16  # NDRPDR sel
2570       - 17  # NDRPDR sel
2571       - 19  # NDRPDR sel
2572       - 20  # NDRPDR sel
2573       - 21  # NDRPDR sel
2574       - 22  # NDRPDR sel
2575       - 25  # NDRPDR sel
2576   data: "vpp-compare-testbeds"
2577   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2578   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2579   parameters:
2580   - "name"
2581   - "parent"
2582   - "throughput"
2583
2584 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2585 -
2586   type: "table"
2587   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2588   algorithm: "table_performance_comparison"
2589   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2590   reference:
2591     title: "3-Node Hsw"
2592     data:
2593       csit-vpp-perf-verify-1810-3n-hsw:
2594       - 8   # NDRPDR sel
2595       - 12  # NDRPDR sel
2596       - 14  # NDRPDR sel
2597       - 18  # NDRPDR sel
2598       - 23  # NDRPDR sel
2599       - 25  # NDRPDR sel
2600       - 38  # NDRPDR sel
2601       - 39  # NDRPDR sel
2602       - 41  # NDRPDR sel
2603       - 42  # NDRPDR sel
2604   compare:
2605     title: "3-Node Skx"
2606     data:
2607       csit-vpp-perf-verify-1810-3n-skx:
2608       - 10  # NDRPDR sel
2609       - 14  # NDRPDR sel
2610       - 15  # NDRPDR sel
2611       - 16  # NDRPDR sel
2612       - 17  # NDRPDR sel
2613       - 19  # NDRPDR sel
2614       - 20  # NDRPDR sel
2615       - 21  # NDRPDR sel
2616       - 22  # NDRPDR sel
2617       - 25  # NDRPDR sel
2618   data: "vpp-compare-testbeds"
2619   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2620   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2621   parameters:
2622   - "name"
2623   - "parent"
2624   - "throughput"
2625
2626 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2627 -
2628   type: "table"
2629   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2630   algorithm: "table_performance_comparison"
2631   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2632   reference:
2633     title: "3-Node Skx"
2634     data:
2635       csit-vpp-perf-verify-1810-3n-skx:
2636       - 10  # NDRPDR sel
2637       - 14  # NDRPDR sel
2638       - 15  # NDRPDR sel
2639       - 16  # NDRPDR sel
2640       - 17  # NDRPDR sel
2641       - 19  # NDRPDR sel
2642       - 20  # NDRPDR sel
2643       - 21  # NDRPDR sel
2644       - 22  # NDRPDR sel
2645       - 25  # NDRPDR sel
2646   compare:
2647     title: "2-Node Skx"
2648     data:
2649       csit-vpp-perf-verify-1810-2n-skx:
2650       - 9   # NDRPDR sel
2651       - 13  # NDRPDR sel
2652       - 14  # NDRPDR sel
2653       - 19  # NDRPDR sel
2654       - 20  # NDRPDR sel
2655       - 21  # NDRPDR sel
2656       - 22  # NDRPDR sel
2657       - 23  # NDRPDR sel
2658       - 24  # NDRPDR sel
2659       - 27  # NDRPDR sel
2660   data: "vpp-compare-topologies"
2661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2662   filter: "'NDRPDR' and '1C'"
2663   parameters:
2664   - "name"
2665   - "parent"
2666   - "throughput"
2667
2668 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2669 -
2670   type: "table"
2671   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2672   algorithm: "table_performance_comparison"
2673   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2674   reference:
2675     title: "3-Node Skx"
2676     data:
2677       csit-vpp-perf-verify-1810-3n-skx:
2678       - 10  # NDRPDR sel
2679       - 14  # NDRPDR sel
2680       - 15  # NDRPDR sel
2681       - 16  # NDRPDR sel
2682       - 17  # NDRPDR sel
2683       - 19  # NDRPDR sel
2684       - 20  # NDRPDR sel
2685       - 21  # NDRPDR sel
2686       - 22  # NDRPDR sel
2687       - 25  # NDRPDR sel
2688   compare:
2689     title: "2-Node Skx"
2690     data:
2691       csit-vpp-perf-verify-1810-2n-skx:
2692       - 9   # NDRPDR sel
2693       - 13  # NDRPDR sel
2694       - 14  # NDRPDR sel
2695       - 19  # NDRPDR sel
2696       - 20  # NDRPDR sel
2697       - 21  # NDRPDR sel
2698       - 22  # NDRPDR sel
2699       - 23  # NDRPDR sel
2700       - 24  # NDRPDR sel
2701       - 27  # NDRPDR sel
2702   data: "vpp-compare-topologies"
2703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2704   filter: "'NDRPDR' and '2C'"
2705   parameters:
2706   - "name"
2707   - "parent"
2708   - "throughput"
2709
2710 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2711 -
2712   type: "table"
2713   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2714   algorithm: "table_performance_comparison"
2715   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2716   reference:
2717     title: "3-Node Skx"
2718     data:
2719       csit-vpp-perf-verify-1810-3n-skx:
2720       - 10  # NDRPDR sel
2721       - 14  # NDRPDR sel
2722       - 15  # NDRPDR sel
2723       - 16  # NDRPDR sel
2724       - 17  # NDRPDR sel
2725       - 19  # NDRPDR sel
2726       - 20  # NDRPDR sel
2727       - 21  # NDRPDR sel
2728       - 22  # NDRPDR sel
2729       - 25  # NDRPDR sel
2730   compare:
2731     title: "2-Node Skx"
2732     data:
2733       csit-vpp-perf-verify-1810-2n-skx:
2734       - 9   # NDRPDR sel
2735       - 13  # NDRPDR sel
2736       - 14  # NDRPDR sel
2737       - 19  # NDRPDR sel
2738       - 20  # NDRPDR sel
2739       - 21  # NDRPDR sel
2740       - 22  # NDRPDR sel
2741       - 23  # NDRPDR sel
2742       - 24  # NDRPDR sel
2743       - 27  # NDRPDR sel
2744   data: "vpp-compare-topologies"
2745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2746   filter: "'NDRPDR' and '1C'"
2747   parameters:
2748   - "name"
2749   - "parent"
2750   - "throughput"
2751
2752 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2753 -
2754   type: "table"
2755   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2756   algorithm: "table_performance_comparison"
2757   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2758   reference:
2759     title: "3-Node Skx"
2760     data:
2761       csit-vpp-perf-verify-1810-3n-skx:
2762       - 10  # NDRPDR sel
2763       - 14  # NDRPDR sel
2764       - 15  # NDRPDR sel
2765       - 16  # NDRPDR sel
2766       - 17  # NDRPDR sel
2767       - 19  # NDRPDR sel
2768       - 20  # NDRPDR sel
2769       - 21  # NDRPDR sel
2770       - 22  # NDRPDR sel
2771       - 25  # NDRPDR sel
2772   compare:
2773     title: "2-Node Skx"
2774     data:
2775       csit-vpp-perf-verify-1810-2n-skx:
2776       - 9   # NDRPDR sel
2777       - 13  # NDRPDR sel
2778       - 14  # NDRPDR sel
2779       - 19  # NDRPDR sel
2780       - 20  # NDRPDR sel
2781       - 21  # NDRPDR sel
2782       - 22  # NDRPDR sel
2783       - 23  # NDRPDR sel
2784       - 24  # NDRPDR sel
2785       - 27  # NDRPDR sel
2786   data: "vpp-compare-topologies"
2787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2788   filter: "'NDRPDR' and '2C'"
2789   parameters:
2790   - "name"
2791   - "parent"
2792   - "throughput"
2793
2794 # VPP Performance Changes 3n-hsw 1t1c MRR
2795 -
2796   type: "table"
2797   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2798   algorithm: "table_performance_comparison"
2799   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2800   history:
2801     -
2802       title: "rls1804"
2803       data:
2804         csit-vpp-perf-check-1804:
2805         - 6   # mrr - sel
2806         - 13  # mrr - sel
2807         - 14  # mrr - sel
2808         - 15  # mrr - sel
2809         - 16  # mrr - sel
2810         - 17  # mrr - sel
2811         - 19  # mrr - sel
2812         - 20  # mrr - sel
2813         - 21  # mrr - sel
2814         - 22  # mrr - sel
2815   reference:
2816     title: "rls1807"
2817     data:
2818       csit-vpp-perf-verify-1807-3n-hsw:
2819       - 8   # MRR full
2820       - 9   # MRR sel
2821       - 21  # MRR sel
2822       - 31  # MRR sel
2823       - 33  # MRR sel
2824       - 36  # MRR sel
2825       - 41  # MRR sel
2826       - 42  # MRR sel
2827       - 48  # MRR sel
2828   compare:
2829     title: "rls1810"
2830     data:
2831       csit-vpp-perf-verify-1810-3n-hsw:
2832       - 9   # MRR sel
2833   data: "vpp-performance-changes-3n-hsw-mrr"
2834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2835   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2836   parameters:
2837   - "name"
2838   - "parent"
2839   - "result"
2840
2841 # VPP Performance Changes 3n-hsw 2t2c MRR
2842 -
2843   type: "table"
2844   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2845   algorithm: "table_performance_comparison"
2846   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2847   history:
2848     -
2849       title: "rls1804"
2850       data:
2851         csit-vpp-perf-check-1804:
2852         - 6   # mrr - sel
2853         - 13  # mrr - sel
2854         - 14  # mrr - sel
2855         - 15  # mrr - sel
2856         - 16  # mrr - sel
2857         - 17  # mrr - sel
2858         - 19  # mrr - sel
2859         - 20  # mrr - sel
2860         - 21  # mrr - sel
2861         - 22  # mrr - sel
2862   reference:
2863     title: "rls1807"
2864     data:
2865       csit-vpp-perf-verify-1807-3n-hsw:
2866       - 8   # MRR full
2867       - 9   # MRR sel
2868       - 21  # MRR sel
2869       - 31  # MRR sel
2870       - 33  # MRR sel
2871       - 36  # MRR sel
2872       - 41  # MRR sel
2873       - 42  # MRR sel
2874       - 48  # MRR sel
2875   compare:
2876     title: "rls1810"
2877     data:
2878       csit-vpp-perf-verify-1810-3n-hsw:
2879       - 9   # MRR sel
2880   data: "vpp-performance-changes-3n-hsw-mrr"
2881   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2882   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2883   parameters:
2884   - "name"
2885   - "parent"
2886   - "result"
2887
2888 # VPP Performance Changes 3n-hsw 4t4c MRR
2889 -
2890   type: "table"
2891   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2892   algorithm: "table_performance_comparison"
2893   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2894   history:
2895     -
2896       title: "rls1804"
2897       data:
2898         csit-vpp-perf-check-1804:
2899         - 6   # mrr - sel
2900         - 13  # mrr - sel
2901         - 14  # mrr - sel
2902         - 15  # mrr - sel
2903         - 16  # mrr - sel
2904         - 17  # mrr - sel
2905         - 19  # mrr - sel
2906         - 20  # mrr - sel
2907         - 21  # mrr - sel
2908         - 22  # mrr - sel
2909   reference:
2910     title: "rls1807"
2911     data:
2912       csit-vpp-perf-verify-1807-3n-hsw:
2913       - 8   # MRR full
2914       - 9   # MRR sel
2915       - 21  # MRR sel
2916       - 31  # MRR sel
2917       - 33  # MRR sel
2918       - 36  # MRR sel
2919       - 41  # MRR sel
2920       - 42  # MRR sel
2921       - 48  # MRR sel
2922   compare:
2923     title: "rls1810"
2924     data:
2925       csit-vpp-perf-verify-1810-3n-hsw:
2926       - 9   # MRR sel
2927   data: "vpp-performance-changes-3n-hsw-mrr"
2928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2929   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2930   parameters:
2931   - "name"
2932   - "parent"
2933   - "result"
2934
2935 # VPP Performance Changes 3n-skx 2t1c MRR
2936 -
2937   type: "table"
2938   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2939   algorithm: "table_performance_comparison"
2940   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2941   reference:
2942     title: "rls1807"
2943     data:
2944       csit-vpp-perf-verify-1807-3n-skx:
2945       - 28  # MRR sel
2946       - 32  # MRR sel
2947       - 36  # MRR sel
2948       - 42  # MRR sel
2949       - 47  # MRR sel
2950       - 48  # MRR sel
2951       - 51  # MRR sel
2952       - 52  # MRR sel
2953       - 53  # MRR sel
2954   compare:
2955     title: "rls1810"
2956     data:
2957       csit-vpp-perf-verify-1810-3n-skx:
2958       - 9   # MRR sel
2959       - 11  # MRR sel
2960       - 12  # MRR sel
2961       - 13  # MRR sel
2962   data: "vpp-performance-changes-3n-skx-mrr"
2963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2964   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2965   parameters:
2966   - "name"
2967   - "parent"
2968   - "result"
2969
2970 # VPP Performance Changes 3n-skx 4t2c MRR
2971 -
2972   type: "table"
2973   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2974   algorithm: "table_performance_comparison"
2975   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2976   reference:
2977     title: "rls1807"
2978     data:
2979       csit-vpp-perf-verify-1807-3n-skx:
2980       - 28  # MRR sel
2981       - 32  # MRR sel
2982       - 36  # MRR sel
2983       - 42  # MRR sel
2984       - 47  # MRR sel
2985       - 48  # MRR sel
2986       - 51  # MRR sel
2987       - 52  # MRR sel
2988       - 53  # MRR sel
2989   compare:
2990     title: "rls1810"
2991     data:
2992       csit-vpp-perf-verify-1810-3n-skx:
2993       - 9   # MRR sel
2994       - 11  # MRR sel
2995       - 12  # MRR sel
2996       - 13  # MRR sel
2997   data: "vpp-performance-changes-3n-skx-mrr"
2998   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2999   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3000   parameters:
3001   - "name"
3002   - "parent"
3003   - "result"
3004
3005 # VPP Performance Changes 3n-skx 8t4c MRR
3006 -
3007   type: "table"
3008   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3009   algorithm: "table_performance_comparison"
3010   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3011   reference:
3012     title: "rls1807"
3013     data:
3014       csit-vpp-perf-verify-1807-3n-skx:
3015       - 28  # MRR sel
3016       - 32  # MRR sel
3017       - 36  # MRR sel
3018       - 42  # MRR sel
3019       - 47  # MRR sel
3020       - 48  # MRR sel
3021       - 51  # MRR sel
3022       - 52  # MRR sel
3023       - 53  # MRR sel
3024   compare:
3025     title: "rls1810"
3026     data:
3027       csit-vpp-perf-verify-1810-3n-skx:
3028       - 9   # MRR sel
3029       - 11  # MRR sel
3030       - 12  # MRR sel
3031       - 13  # MRR sel
3032   data: "vpp-performance-changes-3n-skx-mrr"
3033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3034   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3035   parameters:
3036   - "name"
3037   - "parent"
3038   - "result"
3039
3040 # VPP Performance Changes 2n-skx 2t1c MRR
3041 -
3042   type: "table"
3043   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3044   algorithm: "table_performance_comparison"
3045   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3046   reference:
3047     title: "rls1807"
3048     data:
3049       csit-vpp-perf-verify-1807-2n-skx:
3050       - 31  # MRR sel
3051       - 33  # MRR sel
3052       - 37  # MRR sel
3053       - 38  # MRR sel
3054       - 41  # MRR sel
3055       - 43  # MRR sel
3056       - 44  # MRR sel
3057       - 45  # MRR sel
3058       - 46  # MRR sel
3059       - 47  # MRR sel
3060   compare:
3061     title: "rls1810"
3062     data:
3063       csit-vpp-perf-verify-1810-2n-skx:
3064       - 8   # MRR sel
3065       - 10  # MRR sel
3066       - 11  # MRR sel
3067       - 12  # MRR sel
3068   data: "vpp-performance-changes-2n-skx-mrr"
3069   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3070   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3071   parameters:
3072   - "name"
3073   - "parent"
3074   - "result"
3075
3076 # VPP Performance Changes 2n-skx 4t2c MRR
3077 -
3078   type: "table"
3079   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3080   algorithm: "table_performance_comparison"
3081   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3082   reference:
3083     title: "rls1807"
3084     data:
3085       csit-vpp-perf-verify-1807-2n-skx:
3086       - 31  # MRR sel
3087       - 33  # MRR sel
3088       - 37  # MRR sel
3089       - 38  # MRR sel
3090       - 41  # MRR sel
3091       - 43  # MRR sel
3092       - 44  # MRR sel
3093       - 45  # MRR sel
3094       - 46  # MRR sel
3095       - 47  # MRR sel
3096   compare:
3097     title: "rls1810"
3098     data:
3099       csit-vpp-perf-verify-1810-2n-skx:
3100       - 8   # MRR sel
3101       - 10  # MRR sel
3102       - 11  # MRR sel
3103       - 12  # MRR sel
3104   data: "vpp-performance-changes-2n-skx-mrr"
3105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3106   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3107   parameters:
3108   - "name"
3109   - "parent"
3110   - "result"
3111
3112 # VPP Performance Changes 2n-skx 8t4c MRR
3113 -
3114   type: "table"
3115   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3116   algorithm: "table_performance_comparison"
3117   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3118   reference:
3119     title: "rls1807"
3120     data:
3121       csit-vpp-perf-verify-1807-2n-skx:
3122       - 31  # MRR sel
3123       - 33  # MRR sel
3124       - 37  # MRR sel
3125       - 38  # MRR sel
3126       - 41  # MRR sel
3127       - 43  # MRR sel
3128       - 44  # MRR sel
3129       - 45  # MRR sel
3130       - 46  # MRR sel
3131       - 47  # MRR sel
3132   compare:
3133     title: "rls1810"
3134     data:
3135       csit-vpp-perf-verify-1810-2n-skx:
3136       - 8   # MRR sel
3137       - 10  # MRR sel
3138       - 11  # MRR sel
3139       - 12  # MRR sel
3140   data: "vpp-performance-changes-2n-skx-mrr"
3141   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3142   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3143   parameters:
3144   - "name"
3145   - "parent"
3146   - "result"
3147
3148 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3149 -
3150   type: "table"
3151   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3152   algorithm: "table_performance_comparison"
3153   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3154   reference:
3155     title: "3-Node Hsw"
3156     data:
3157       csit-vpp-perf-verify-1810-3n-hsw:
3158       - 9   # MRR sel
3159   compare:
3160     title: "3-Node Skx"
3161     data:
3162       csit-vpp-perf-verify-1810-3n-skx:
3163       - 9   # MRR sel
3164       - 11  # MRR sel
3165       - 12  # MRR sel
3166       - 13  # MRR sel
3167   data: "vpp-compare-testbeds-mrr"
3168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3169   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3170   parameters:
3171   - "name"
3172   - "parent"
3173   - "result"
3174
3175 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3176 -
3177   type: "table"
3178   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3179   algorithm: "table_performance_comparison"
3180   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3181   reference:
3182     title: "3-Node Hsw"
3183     data:
3184       csit-vpp-perf-verify-1810-3n-hsw:
3185       - 9   # MRR sel
3186   compare:
3187     title: "3-Node Skx"
3188     data:
3189       csit-vpp-perf-verify-1810-3n-skx:
3190       - 9   # MRR sel
3191       - 11  # MRR sel
3192       - 12  # MRR sel
3193       - 13  # MRR sel
3194   data: "vpp-compare-testbeds-mrr"
3195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3196   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3197   parameters:
3198   - "name"
3199   - "parent"
3200   - "result"
3201
3202 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3203 -
3204   type: "table"
3205   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3206   algorithm: "table_performance_comparison"
3207   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3208   reference:
3209     title: "3-Node Hsw"
3210     data:
3211       csit-vpp-perf-verify-1810-3n-hsw:
3212       - 9   # MRR sel
3213   compare:
3214     title: "3-Node Skx"
3215     data:
3216       csit-vpp-perf-verify-1810-3n-skx:
3217       - 9   # MRR sel
3218       - 11  # MRR sel
3219       - 12  # MRR sel
3220       - 13  # MRR sel
3221   data: "vpp-compare-testbeds-mrr"
3222   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3223   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3224   parameters:
3225   - "name"
3226   - "parent"
3227   - "result"
3228
3229 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3230 -
3231   type: "table"
3232   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3233   algorithm: "table_performance_comparison"
3234   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3235   reference:
3236     title: "3-Node Skx"
3237     data:
3238       csit-vpp-perf-verify-1810-3n-skx:
3239       - 9   # MRR sel
3240       - 11  # MRR sel
3241       - 12  # MRR sel
3242       - 13  # MRR sel
3243   compare:
3244     title: "2-Node Skx"
3245     data:
3246       csit-vpp-perf-verify-1810-2n-skx:
3247       - 8   # MRR sel
3248       - 10  # MRR sel
3249       - 11  # MRR sel
3250       - 12  # MRR sel
3251   data: "vpp-compare-topologies-mrr"
3252   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3253   filter: "'MRR' and '1C'"
3254   parameters:
3255   - "name"
3256   - "parent"
3257   - "result"
3258
3259 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3260 -
3261   type: "table"
3262   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3263   algorithm: "table_performance_comparison"
3264   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3265   reference:
3266     title: "3-Node Skx"
3267     data:
3268       csit-vpp-perf-verify-1810-3n-skx:
3269       - 9   # MRR sel
3270       - 11  # MRR sel
3271       - 12  # MRR sel
3272       - 13  # MRR sel
3273   compare:
3274     title: "2-Node Skx"
3275     data:
3276       csit-vpp-perf-verify-1810-2n-skx:
3277       - 8   # MRR sel
3278       - 10  # MRR sel
3279       - 11  # MRR sel
3280       - 12  # MRR sel
3281   data: "vpp-compare-topologies-mrr"
3282   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3283   filter: "'MRR' and '2C'"
3284   parameters:
3285   - "name"
3286   - "parent"
3287   - "result"
3288
3289 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3290 -
3291   type: "table"
3292   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3293   algorithm: "table_performance_comparison"
3294   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3295   reference:
3296     title: "3-Node Skx"
3297     data:
3298       csit-vpp-perf-verify-1810-3n-skx:
3299       - 9   # MRR sel
3300       - 11  # MRR sel
3301       - 12  # MRR sel
3302       - 13  # MRR sel
3303   compare:
3304     title: "2-Node Skx"
3305     data:
3306       csit-vpp-perf-verify-1810-2n-skx:
3307       - 8   # MRR sel
3308       - 10  # MRR sel
3309       - 11  # MRR sel
3310       - 12  # MRR sel
3311   data: "vpp-compare-topologies-mrr"
3312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3313   filter: "'MRR' and '4C'"
3314   parameters:
3315   - "name"
3316   - "parent"
3317   - "result"
3318
3319 # Detailed Test Results - VPP Performance Results 3n-hsw
3320 -
3321   type: "table"
3322   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3323   algorithm: "table_merged_details"
3324   output-file-ext: ".csv"
3325   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3326   columns:
3327   -
3328     title: "Name"
3329     data: "data name"
3330   -
3331     title: "Status"
3332     data: "data msg"
3333   rows: "generated"
3334   data: "vpp-perf-results-3n-hsw"
3335   filter: "not 'NDRCHK' and not 'PDRCHK'"
3336   parameters:
3337   - "name"
3338   - "parent"
3339   - "msg"
3340
3341 # Detailed Test Results - VPP Performance Results 3n-skx
3342 -
3343   type: "table"
3344   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3345   algorithm: "table_merged_details"
3346   output-file-ext: ".csv"
3347   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3348   columns:
3349   -
3350     title: "Name"
3351     data: "data name"
3352   -
3353     title: "Status"
3354     data: "data msg"
3355   rows: "generated"
3356   data: "vpp-perf-results-3n-skx"
3357   filter: "not 'NDRCHK' and not 'PDRCHK'"
3358   parameters:
3359   - "name"
3360   - "parent"
3361   - "msg"
3362
3363 # Detailed Test Results - VPP Performance Results 2n-skx
3364 -
3365   type: "table"
3366   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3367   algorithm: "table_merged_details"
3368   output-file-ext: ".csv"
3369   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3370   columns:
3371   -
3372     title: "Name"
3373     data: "data name"
3374   -
3375     title: "Status"
3376     data: "data msg"
3377   rows: "generated"
3378   data: "vpp-perf-results-2n-skx"
3379   filter: "not 'NDRCHK' and not 'PDRCHK'"
3380   parameters:
3381   - "name"
3382   - "parent"
3383   - "msg"
3384
3385 # Detailed Test Results - VPP Performance Results 2n-dnv
3386 -
3387   type: "table"
3388   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3389   algorithm: "table_details"
3390   output-file-ext: ".csv"
3391   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3392   columns:
3393   -
3394     title: "Name"
3395     data: "data name"
3396   -
3397     title: "Status"
3398     data: "data msg"
3399   rows: "generated"
3400   data: "intel-dnv-vpp"
3401   filter: "'NDRPDR'"
3402   parameters:
3403   - "name"
3404   - "parent"
3405   - "msg"
3406
3407 # Test configuration - VPP Performance Test Configs 3n-hsw
3408 -
3409   type: "table"
3410   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3411   algorithm: "table_merged_details"
3412   output-file-ext: ".csv"
3413   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3414   columns:
3415   -
3416     title: "Name"
3417     data: "data name"
3418   -
3419     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3420     data: "data vat-history"
3421   rows: "generated"
3422   data: "vpp-perf-results-3n-hsw"
3423   filter: "not 'NDRCHK' and not 'PDRCHK'"
3424   parameters:
3425   - "parent"
3426   - "name"
3427   - "vat-history"
3428
3429 # Test configuration - VPP Performance Test Configs 3n-skx
3430 -
3431   type: "table"
3432   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3433   algorithm: "table_merged_details"
3434   output-file-ext: ".csv"
3435   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3436   columns:
3437   -
3438     title: "Name"
3439     data: "data name"
3440   -
3441     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3442     data: "data vat-history"
3443   rows: "generated"
3444   data: "vpp-perf-results-3n-skx"
3445   filter: "not 'NDRCHK' and not 'PDRCHK'"
3446   parameters:
3447   - "parent"
3448   - "name"
3449   - "vat-history"
3450
3451 # Test configuration - VPP Performance Test Configs 2n-skx
3452 -
3453   type: "table"
3454   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3455   algorithm: "table_merged_details"
3456   output-file-ext: ".csv"
3457   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3458   columns:
3459   -
3460     title: "Name"
3461     data: "data name"
3462   -
3463     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3464     data: "data vat-history"
3465   rows: "generated"
3466   data: "vpp-perf-results-2n-skx"
3467   filter: "not 'NDRCHK' and not 'PDRCHK'"
3468   parameters:
3469   - "parent"
3470   - "name"
3471   - "vat-history"
3472
3473 # Test configuration - VPP Performance Test Configs 2n-dnv
3474 -
3475   type: "table"
3476   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3477   algorithm: "table_details"
3478   output-file-ext: ".csv"
3479   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3480   columns:
3481   -
3482     title: "Name"
3483     data: "data name"
3484   -
3485     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3486     data: "data vat-history"
3487   rows: "generated"
3488   data: "intel-dnv-vpp"
3489   filter: "'NDRPDR'"
3490   parameters:
3491   - "parent"
3492   - "name"
3493   - "vat-history"
3494
3495 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3496 -
3497   type: "table"
3498   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3499   algorithm: "table_merged_details"
3500   output-file-ext: ".csv"
3501   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3502   columns:
3503   -
3504     title: "Name"
3505     data: "data name"
3506   -
3507     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3508     data: "data show-run"
3509   rows: "generated"
3510   data: "vpp-perf-results-3n-hsw"
3511   filter: "not 'NDRCHK' and not 'PDRCHK'"
3512   parameters:
3513   - "parent"
3514   - "name"
3515   - "show-run"
3516
3517 # Test Operational Data - VPP Performance Operational Data 3n-skx
3518 -
3519   type: "table"
3520   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3521   algorithm: "table_merged_details"
3522   output-file-ext: ".csv"
3523   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3524   columns:
3525   -
3526     title: "Name"
3527     data: "data name"
3528   -
3529     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3530     data: "data show-run"
3531   rows: "generated"
3532   data: "vpp-perf-results-3n-skx"
3533   filter: "not 'NDRCHK' and not 'PDRCHK'"
3534   parameters:
3535   - "parent"
3536   - "name"
3537   - "show-run"
3538
3539 # Test Operational Data - VPP Performance Operational Data 2n-skx
3540 -
3541   type: "table"
3542   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3543   algorithm: "table_merged_details"
3544   output-file-ext: ".csv"
3545   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3546   columns:
3547   -
3548     title: "Name"
3549     data: "data name"
3550   -
3551     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3552     data: "data show-run"
3553   rows: "generated"
3554   data: "vpp-perf-results-2n-skx"
3555   filter: "not 'NDRCHK' and not 'PDRCHK'"
3556   parameters:
3557   - "parent"
3558   - "name"
3559   - "show-run"
3560
3561 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3562 -
3563   type: "table"
3564   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3565   algorithm: "table_details"
3566   output-file-ext: ".csv"
3567   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3568   columns:
3569   -
3570     title: "Name"
3571     data: "data name"
3572   -
3573     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3574     data: "data show-run"
3575   rows: "generated"
3576   data: "intel-dnv-vpp"
3577   filter: "'NDRPDR'"
3578   parameters:
3579   - "parent"
3580   - "name"
3581   - "show-run"
3582
3583 # Detailed Test Results - VPP MRR Results 3n-hsw
3584 -
3585   type: "table"
3586   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3587   algorithm: "table_details"
3588   output-file-ext: ".csv"
3589   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3590   columns:
3591   -
3592     title: "Name"
3593     data: "data name"
3594   -
3595     title: "Status"
3596     data: "data msg"
3597   rows: "generated"
3598   data: "vpp-mrr-results-3n-hsw"
3599   filter: "'MRR'"
3600   parameters:
3601   - "name"
3602   - "parent"
3603   - "msg"
3604
3605 # Detailed Test Results - VPP MRR Results 3n-skx
3606 -
3607   type: "table"
3608   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3609   algorithm: "table_details"
3610   output-file-ext: ".csv"
3611   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3612   columns:
3613   -
3614     title: "Name"
3615     data: "data name"
3616   -
3617     title: "Status"
3618     data: "data msg"
3619   rows: "generated"
3620   data: "vpp-mrr-results-3n-skx"
3621   filter: "'MRR'"
3622   parameters:
3623   - "name"
3624   - "parent"
3625   - "msg"
3626
3627 # Detailed Test Results - VPP MRR Results 2n-skx
3628 -
3629   type: "table"
3630   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3631   algorithm: "table_details"
3632   output-file-ext: ".csv"
3633   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3634   columns:
3635   -
3636     title: "Name"
3637     data: "data name"
3638   -
3639     title: "Status"
3640     data: "data msg"
3641   rows: "generated"
3642   data: "vpp-mrr-results-2n-skx"
3643   filter: "'MRR'"
3644   parameters:
3645   - "name"
3646   - "parent"
3647   - "msg"
3648
3649 # Detailed Test Results - VPP MRR Results 2n-dnv
3650 -
3651   type: "table"
3652   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3653   algorithm: "table_details"
3654   output-file-ext: ".csv"
3655   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3656   columns:
3657   -
3658     title: "Name"
3659     data: "data name"
3660   -
3661     title: "Status"
3662     data: "data msg"
3663   rows: "generated"
3664   data: "intel-dnv-vpp"
3665   filter: "'MRR'"
3666   parameters:
3667   - "name"
3668   - "parent"
3669   - "msg"
3670
3671 # Test configuration - VPP MRR Test Configs 3n-hsw
3672 -
3673   type: "table"
3674   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3675   algorithm: "table_details"
3676   output-file-ext: ".csv"
3677   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3678   columns:
3679   -
3680     title: "Name"
3681     data: "data name"
3682   -
3683     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3684     data: "data vat-history"
3685   rows: "generated"
3686   data: "vpp-mrr-results-3n-hsw"
3687   filter: "'MRR'"
3688   parameters:
3689   - "parent"
3690   - "name"
3691   - "vat-history"
3692
3693 # Test configuration - VPP MRR Test Configs 3n-skx
3694 -
3695   type: "table"
3696   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3697   algorithm: "table_details"
3698   output-file-ext: ".csv"
3699   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3700   columns:
3701   -
3702     title: "Name"
3703     data: "data name"
3704   -
3705     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3706     data: "data vat-history"
3707   rows: "generated"
3708   data: "vpp-mrr-results-3n-skx"
3709   filter: "'MRR'"
3710   parameters:
3711   - "parent"
3712   - "name"
3713   - "vat-history"
3714
3715 # Test configuration - VPP MRR Test Configs 2n-skx
3716 -
3717   type: "table"
3718   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3719   algorithm: "table_details"
3720   output-file-ext: ".csv"
3721   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3722   columns:
3723   -
3724     title: "Name"
3725     data: "data name"
3726   -
3727     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3728     data: "data vat-history"
3729   rows: "generated"
3730   data: "vpp-mrr-results-2n-skx"
3731   filter: "'MRR'"
3732   parameters:
3733   - "parent"
3734   - "name"
3735   - "vat-history"
3736
3737 # Test configuration - VPP MRR Test Configs 2n-dnv
3738 -
3739   type: "table"
3740   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3741   algorithm: "table_details"
3742   output-file-ext: ".csv"
3743   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3744   columns:
3745   -
3746     title: "Name"
3747     data: "data name"
3748   -
3749     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3750     data: "data vat-history"
3751   rows: "generated"
3752   data: "intel-dnv-vpp"
3753   filter: "'MRR'"
3754   parameters:
3755   - "parent"
3756   - "name"
3757   - "vat-history"
3758
3759 # Detailed Test Results - VPP Functional Results - Ubuntu
3760 -
3761   type: "table"
3762   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3763   algorithm: "table_details"
3764   output-file-ext: ".csv"
3765   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3766   columns:
3767   -
3768     title: "Name"
3769     data: "data name"
3770   -
3771     title: "Documentation"
3772     data: "data doc"
3773   -
3774     title: "Status"
3775     data: "data status"
3776   rows: "generated"
3777   data: "vpp-func-results-ubuntu"
3778   filter: "all"
3779   parameters:
3780   - "name"
3781   - "parent"
3782   - "doc"
3783   - "status"
3784
3785 # Detailed Test Results - VPP Functional Results - CentOS
3786 -
3787   type: "table"
3788   title: "Detailed Test Results - VPP Functional Results - CentOS"
3789   algorithm: "table_details"
3790   output-file-ext: ".csv"
3791   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3792   columns:
3793   -
3794     title: "Name"
3795     data: "data name"
3796   -
3797     title: "Documentation"
3798     data: "data doc"
3799   -
3800     title: "Status"
3801     data: "data status"
3802   rows: "generated"
3803   data:
3804     "vpp-func-results-centos"
3805   filter: "all"
3806   parameters:
3807   - "name"
3808   - "parent"
3809   - "doc"
3810   - "status"
3811
3812 # Test configuration - VPP Functional Test Configs - Ubuntu
3813 -
3814   type: "table"
3815   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3816   algorithm: "table_details"
3817   output-file-ext: ".csv"
3818   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3819   columns:
3820   -
3821     title: "Name"
3822     data: "data name"
3823   -
3824     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3825     data: "data vat-history"
3826   rows: "generated"
3827   data: "vpp-func-results-ubuntu"
3828   filter: "all"
3829   parameters:
3830   - "parent"
3831   - "name"
3832   - "vat-history"
3833
3834 # Test configuration - VPP Functional Test Configs - CentOS
3835 -
3836   type: "table"
3837   title: "Test configuration - VPP Functional Test Configs - CentOS"
3838   algorithm: "table_details"
3839   output-file-ext: ".csv"
3840   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3841   columns:
3842   -
3843     title: "Name"
3844     data: "data name"
3845   -
3846     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3847     data: "data vat-history"
3848   rows: "generated"
3849   data: "vpp-func-results-centos"
3850   filter: "all"
3851   parameters:
3852   - "parent"
3853   - "name"
3854   - "vat-history"
3855
3856 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3857 -
3858   type: "table"
3859   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3860   algorithm: "table_details"
3861   output-file-ext: ".csv"
3862   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3863   columns:
3864   -
3865     title: "Name"
3866     data: "data name"
3867   -
3868     title: "Status"
3869     data: "data msg"
3870   rows: "generated"
3871   data: "ligato-perf-results-3n-hsw"
3872   filter: "all"
3873   parameters:
3874   - "name"
3875   - "parent"
3876   - "msg"
3877
3878 # Detailed Test Results - VPP Device Results - Ubuntu
3879 -
3880   type: "table"
3881   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3882   algorithm: "table_details"
3883   output-file-ext: ".csv"
3884   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3885   columns:
3886   -
3887     title: "Name"
3888     data: "data name"
3889   -
3890     title: "Documentation"
3891     data: "data doc"
3892   -
3893     title: "Status"
3894     data: "data status"
3895   rows: "generated"
3896   data: "vpp-device-results-ubuntu"
3897   filter: "all"
3898   parameters:
3899   - "name"
3900   - "parent"
3901   - "doc"
3902   - "status"
3903
3904 # Test configuration - VPP Device Test Configs - Ubuntu
3905 -
3906   type: "table"
3907   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3908   algorithm: "table_details"
3909   output-file-ext: ".csv"
3910   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3911   columns:
3912   -
3913     title: "Name"
3914     data: "data name"
3915   -
3916     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3917     data: "data vat-history"
3918   rows: "generated"
3919   data: "vpp-device-results-ubuntu"
3920   filter: "all"
3921   parameters:
3922   - "parent"
3923   - "name"
3924   - "vat-history"
3925
3926 ################################################################################
3927
3928 # DPDK Performance Changes 3n-hsw 1t1c pdr
3929 -
3930   type: "table"
3931   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3932   algorithm: "table_performance_comparison"
3933   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3934   history:
3935     -
3936       title: "rls1804"
3937       data:
3938         csit-dpdk-perf-1804-all:
3939         - 4
3940         - 5
3941         - 6
3942         - 7
3943         - 8
3944         - 9
3945         - 10
3946         - 11
3947         - 12
3948         - 13
3949   reference:
3950     title: "rls1807"
3951     data:
3952       csit-dpdk-perf-verify-1807-3n-hsw:
3953       - 11
3954       - 12  # full
3955       - 14
3956       - 15
3957       - 16
3958       - 17
3959       - 20
3960       - 21
3961       - 22
3962       - 23
3963   compare:
3964     title: "rls1810"
3965     data:
3966       csit-dpdk-perf-verify-1810-3n-hsw:
3967       - 1   # NDRPDR sel
3968       - 2   # NDRPDR sel
3969       - 3   # NDRPDR sel
3970       - 4   # NDRPDR sel
3971       - 5   # NDRPDR sel
3972       - 6   # NDRPDR sel
3973       - 7   # NDRPDR sel
3974       - 8   # NDRPDR sel
3975       - 9   # NDRPDR sel
3976       - 10  # NDRPDR sel
3977   data: "dpdk-performance-changes-3n-hsw"
3978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3979   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3980   parameters:
3981   - "name"
3982   - "parent"
3983   - "throughput"
3984
3985 # DPDK Performance Changes 3n-hsw 2t2c pdr
3986 -
3987   type: "table"
3988   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3989   algorithm: "table_performance_comparison"
3990   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3991   history:
3992     -
3993       title: "rls1804"
3994       data:
3995         csit-dpdk-perf-1804-all:
3996         - 4
3997         - 5
3998         - 6
3999         - 7
4000         - 8
4001         - 9
4002         - 10
4003         - 11
4004         - 12
4005         - 13
4006   reference:
4007     title: "rls1807"
4008     data:
4009       csit-dpdk-perf-verify-1807-3n-hsw:
4010       - 11
4011       - 12  # full
4012       - 14
4013       - 15
4014       - 16
4015       - 17
4016       - 20
4017       - 21
4018       - 22
4019       - 23
4020   compare:
4021     title: "rls1810"
4022     data:
4023       csit-dpdk-perf-verify-1810-3n-hsw:
4024       - 1   # NDRPDR sel
4025       - 2   # NDRPDR sel
4026       - 3   # NDRPDR sel
4027       - 4   # NDRPDR sel
4028       - 5   # NDRPDR sel
4029       - 6   # NDRPDR sel
4030       - 7   # NDRPDR sel
4031       - 8   # NDRPDR sel
4032       - 9   # NDRPDR sel
4033       - 10  # NDRPDR sel
4034   data: "dpdk-performance-changes-3n-hsw"
4035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4036   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4037   parameters:
4038   - "name"
4039   - "parent"
4040   - "throughput"
4041
4042 # DPDK Performance Changes 3n-hsw 1t1c ndr
4043 -
4044   type: "table"
4045   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4046   algorithm: "table_performance_comparison"
4047   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4048   history:
4049     -
4050       title: "rls1804"
4051       data:
4052         csit-dpdk-perf-1804-all:
4053         - 4
4054         - 5
4055         - 6
4056         - 7
4057         - 8
4058         - 9
4059         - 10
4060         - 11
4061         - 12
4062         - 13
4063   reference:
4064     title: "rls1807"
4065     data:
4066       csit-dpdk-perf-verify-1807-3n-hsw:
4067       - 11
4068       - 12  # full
4069       - 14
4070       - 15
4071       - 16
4072       - 17
4073       - 20
4074       - 21
4075       - 22
4076       - 23
4077   compare:
4078     title: "rls1810"
4079     data:
4080       csit-dpdk-perf-verify-1810-3n-hsw:
4081       - 1   # NDRPDR sel
4082       - 2   # NDRPDR sel
4083       - 3   # NDRPDR sel
4084       - 4   # NDRPDR sel
4085       - 5   # NDRPDR sel
4086       - 6   # NDRPDR sel
4087       - 7   # NDRPDR sel
4088       - 8   # NDRPDR sel
4089       - 9   # NDRPDR sel
4090       - 10  # NDRPDR sel
4091   data: "dpdk-performance-changes-3n-hsw"
4092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4093   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4094   parameters:
4095   - "name"
4096   - "parent"
4097   - "throughput"
4098
4099 # DPDK Performance Changes 3n-hsw 2t2c ndr
4100 -
4101   type: "table"
4102   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4103   algorithm: "table_performance_comparison"
4104   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4105   history:
4106     -
4107       title: "rls1804"
4108       data:
4109         csit-dpdk-perf-1804-all:
4110         - 4
4111         - 5
4112         - 6
4113         - 7
4114         - 8
4115         - 9
4116         - 10
4117         - 11
4118         - 12
4119         - 13
4120   reference:
4121     title: "rls1807"
4122     data:
4123       csit-dpdk-perf-verify-1807-3n-hsw:
4124       - 11
4125       - 12  # full
4126       - 14
4127       - 15
4128       - 16
4129       - 17
4130       - 20
4131       - 21
4132       - 22
4133       - 23
4134   compare:
4135     title: "rls1810"
4136     data:
4137       csit-dpdk-perf-verify-1810-3n-hsw:
4138       - 1   # NDRPDR sel
4139       - 2   # NDRPDR sel
4140       - 3   # NDRPDR sel
4141       - 4   # NDRPDR sel
4142       - 5   # NDRPDR sel
4143       - 6   # NDRPDR sel
4144       - 7   # NDRPDR sel
4145       - 8   # NDRPDR sel
4146       - 9   # NDRPDR sel
4147       - 10  # NDRPDR sel
4148   data: "dpdk-performance-changes-3n-hsw"
4149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4150   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4151   parameters:
4152   - "name"
4153   - "parent"
4154   - "throughput"
4155
4156 # DPDK Performance Changes 3n-skx 2t1c pdr
4157 -
4158   type: "table"
4159   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4160   algorithm: "table_performance_comparison"
4161   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4162   reference:
4163     title: "rls1807"
4164     data:
4165       csit-dpdk-perf-verify-1807-3n-skx:
4166       - 1   # NDRPDR sel
4167       - 2   # NDRPDR sel
4168       - 3   # NDRPDR sel
4169       - 6   # NDRPDR sel
4170       - 7   # NDRPDR sel
4171       - 8   # NDRPDR sel
4172       - 9   # NDRPDR sel
4173       - 10  # NDRPDR sel
4174       - 11  # NDRPDR sel
4175       - 12  # NDRPDR sel
4176   compare:
4177     title: "rls1810"
4178     data:
4179       csit-dpdk-perf-verify-1810-3n-skx:
4180       - 3   # NDRPDR sel
4181       - 4   # NDRPDR sel
4182       - 6   # NDRPDR sel
4183       - 7   # NDRPDR sel
4184       - 8   # NDRPDR sel
4185       - 9   # NDRPDR sel
4186       - 10  # NDRPDR sel
4187       - 11  # NDRPDR sel
4188       - 12  # NDRPDR sel
4189       - 13  # NDRPDR sel
4190   data: "dpdk-performance-changes-3n-skx"
4191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4192   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4193   parameters:
4194   - "name"
4195   - "parent"
4196   - "throughput"
4197
4198 # DPDK Performance Changes 3n-skx 4t2c pdr
4199 -
4200   type: "table"
4201   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4202   algorithm: "table_performance_comparison"
4203   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4204   reference:
4205     title: "rls1807"
4206     data:
4207       csit-dpdk-perf-verify-1807-3n-skx:
4208       - 1   # NDRPDR sel
4209       - 2   # NDRPDR sel
4210       - 3   # NDRPDR sel
4211       - 6   # NDRPDR sel
4212       - 7   # NDRPDR sel
4213       - 8   # NDRPDR sel
4214       - 9   # NDRPDR sel
4215       - 10  # NDRPDR sel
4216       - 11  # NDRPDR sel
4217       - 12  # NDRPDR sel
4218   compare:
4219     title: "rls1810"
4220     data:
4221       csit-dpdk-perf-verify-1810-3n-skx:
4222       - 3   # NDRPDR sel
4223       - 4   # NDRPDR sel
4224       - 6   # NDRPDR sel
4225       - 7   # NDRPDR sel
4226       - 8   # NDRPDR sel
4227       - 9   # NDRPDR sel
4228       - 10  # NDRPDR sel
4229       - 11  # NDRPDR sel
4230       - 12  # NDRPDR sel
4231       - 13  # NDRPDR sel
4232   data: "dpdk-performance-changes-3n-skx"
4233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4234   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4235   parameters:
4236   - "name"
4237   - "parent"
4238   - "throughput"
4239
4240 # DPDK Performance Changes 3n-skx 2t1c ndr
4241 -
4242   type: "table"
4243   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4244   algorithm: "table_performance_comparison"
4245   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4246   reference:
4247     title: "rls1807"
4248     data:
4249       csit-dpdk-perf-verify-1807-3n-skx:
4250       - 1   # NDRPDR sel
4251       - 2   # NDRPDR sel
4252       - 3   # NDRPDR sel
4253       - 6   # NDRPDR sel
4254       - 7   # NDRPDR sel
4255       - 8   # NDRPDR sel
4256       - 9   # NDRPDR sel
4257       - 10  # NDRPDR sel
4258       - 11  # NDRPDR sel
4259       - 12  # NDRPDR sel
4260   compare:
4261     title: "rls1810"
4262     data:
4263       csit-dpdk-perf-verify-1810-3n-skx:
4264       - 3   # NDRPDR sel
4265       - 4   # NDRPDR sel
4266       - 6   # NDRPDR sel
4267       - 7   # NDRPDR sel
4268       - 8   # NDRPDR sel
4269       - 9   # NDRPDR sel
4270       - 10  # NDRPDR sel
4271       - 11  # NDRPDR sel
4272       - 12  # NDRPDR sel
4273       - 13  # NDRPDR sel
4274   data: "dpdk-performance-changes-3n-skx"
4275   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4276   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4277   parameters:
4278   - "name"
4279   - "parent"
4280   - "throughput"
4281
4282 # DPDK Performance Changes 3n-skx 4t2c ndr
4283 -
4284   type: "table"
4285   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4286   algorithm: "table_performance_comparison"
4287   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4288   reference:
4289     title: "rls1807"
4290     data:
4291       csit-dpdk-perf-verify-1807-3n-skx:
4292       - 1   # NDRPDR sel
4293       - 2   # NDRPDR sel
4294       - 3   # NDRPDR sel
4295       - 6   # NDRPDR sel
4296       - 7   # NDRPDR sel
4297       - 8   # NDRPDR sel
4298       - 9   # NDRPDR sel
4299       - 10  # NDRPDR sel
4300       - 11  # NDRPDR sel
4301       - 12  # NDRPDR sel
4302   compare:
4303     title: "rls1810"
4304     data:
4305       csit-dpdk-perf-verify-1810-3n-skx:
4306       - 3   # NDRPDR sel
4307       - 4   # NDRPDR sel
4308       - 6   # NDRPDR sel
4309       - 7   # NDRPDR sel
4310       - 8   # NDRPDR sel
4311       - 9   # NDRPDR sel
4312       - 10  # NDRPDR sel
4313       - 11  # NDRPDR sel
4314       - 12  # NDRPDR sel
4315       - 13  # NDRPDR sel
4316   data: "dpdk-performance-changes-3n-skx"
4317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4318   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4319   parameters:
4320   - "name"
4321   - "parent"
4322   - "throughput"
4323
4324 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4325 -
4326   type: "table"
4327   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4328   algorithm: "table_performance_comparison"
4329   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4330   reference:
4331     title: "3-Node Hsw"
4332     data:
4333       csit-dpdk-perf-verify-1810-3n-hsw:
4334       - 1   # NDRPDR sel
4335       - 2   # NDRPDR sel
4336       - 3   # NDRPDR sel
4337       - 4   # NDRPDR sel
4338       - 5   # NDRPDR sel
4339       - 6   # NDRPDR sel
4340       - 7   # NDRPDR sel
4341       - 8   # NDRPDR sel
4342       - 9   # NDRPDR sel
4343       - 10  # NDRPDR sel
4344   compare:
4345     title: "3-Node Skx"
4346     data:
4347       csit-dpdk-perf-verify-1810-3n-skx:
4348       - 3   # NDRPDR sel
4349       - 4   # NDRPDR sel
4350       - 6   # NDRPDR sel
4351       - 7   # NDRPDR sel
4352       - 8   # NDRPDR sel
4353       - 9   # NDRPDR sel
4354       - 10  # NDRPDR sel
4355       - 11  # NDRPDR sel
4356       - 12  # NDRPDR sel
4357       - 13  # NDRPDR sel
4358   data: "dpdk-compare-testbeds"
4359   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4360   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4361   parameters:
4362   - "name"
4363   - "parent"
4364   - "throughput"
4365
4366 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4367 -
4368   type: "table"
4369   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4370   algorithm: "table_performance_comparison"
4371   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4372   reference:
4373     title: "3-Node Skx"
4374     data:
4375       csit-dpdk-perf-verify-1810-3n-skx:
4376       - 3   # NDRPDR sel
4377       - 4   # NDRPDR sel
4378       - 6   # NDRPDR sel
4379       - 7   # NDRPDR sel
4380       - 8   # NDRPDR sel
4381       - 9   # NDRPDR sel
4382       - 10  # NDRPDR sel
4383       - 11  # NDRPDR sel
4384       - 12  # NDRPDR sel
4385       - 13  # NDRPDR sel
4386   compare:
4387     title: "2-Node Skx"
4388     data:
4389       csit-dpdk-perf-verify-1810-2n-skx:
4390       - 3   # NDRPDR sel
4391       - 4   # NDRPDR sel
4392       - 5   # NDRPDR sel
4393       - 7   # NDRPDR sel
4394       - 8   # NDRPDR sel
4395       - 9   # NDRPDR sel
4396       - 10  # NDRPDR sel
4397       - 11  # NDRPDR sel
4398       - 12  # NDRPDR sel
4399       - 13  # NDRPDR sel
4400   data: "dpdk-compare-topologies"
4401   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4402   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4403   parameters:
4404   - "name"
4405   - "parent"
4406   - "throughput"
4407
4408 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4409 -
4410   type: "table"
4411   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4412   algorithm: "table_performance_comparison"
4413   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4414   reference:
4415     title: "3-Node Skx"
4416     data:
4417       csit-dpdk-perf-verify-1810-3n-skx:
4418       - 3   # NDRPDR sel
4419       - 4   # NDRPDR sel
4420       - 6   # NDRPDR sel
4421       - 7   # NDRPDR sel
4422       - 8   # NDRPDR sel
4423       - 9   # NDRPDR sel
4424       - 10  # NDRPDR sel
4425       - 11  # NDRPDR sel
4426       - 12  # NDRPDR sel
4427       - 13  # NDRPDR sel
4428   compare:
4429     title: "2-Node Skx"
4430     data:
4431       csit-dpdk-perf-verify-1810-2n-skx:
4432       - 3   # NDRPDR sel
4433       - 4   # NDRPDR sel
4434       - 5   # NDRPDR sel
4435       - 7   # NDRPDR sel
4436       - 8   # NDRPDR sel
4437       - 9   # NDRPDR sel
4438       - 10  # NDRPDR sel
4439       - 11  # NDRPDR sel
4440       - 12  # NDRPDR sel
4441       - 13  # NDRPDR sel
4442   data: "dpdk-compare-topologies"
4443   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4444   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4445   parameters:
4446   - "name"
4447   - "parent"
4448   - "throughput"
4449
4450 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4451 -
4452   type: "table"
4453   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4454   algorithm: "table_performance_comparison"
4455   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4456   reference:
4457     title: "3-Node Hsw"
4458     data:
4459       csit-dpdk-perf-verify-1810-3n-hsw:
4460       - 1   # NDRPDR sel
4461       - 2   # NDRPDR sel
4462       - 3   # NDRPDR sel
4463       - 4   # NDRPDR sel
4464       - 5   # NDRPDR sel
4465       - 6   # NDRPDR sel
4466       - 7   # NDRPDR sel
4467       - 8   # NDRPDR sel
4468       - 9   # NDRPDR sel
4469       - 10  # NDRPDR sel
4470   compare:
4471     title: "3-Node Skx"
4472     data:
4473       csit-dpdk-perf-verify-1810-3n-skx:
4474       - 3   # NDRPDR sel
4475       - 4   # NDRPDR sel
4476       - 6   # NDRPDR sel
4477       - 7   # NDRPDR sel
4478       - 8   # NDRPDR sel
4479       - 9   # NDRPDR sel
4480       - 10  # NDRPDR sel
4481       - 11  # NDRPDR sel
4482       - 12  # NDRPDR sel
4483       - 13  # NDRPDR sel
4484   data: "dpdk-compare-testbeds"
4485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4486   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4487   parameters:
4488   - "name"
4489   - "parent"
4490   - "throughput"
4491
4492 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4493 # NOTE: Not used in 18.10
4494 #-
4495 #  type: "table"
4496 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4497 #  algorithm: "table_performance_comparison"
4498 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4499 #  reference:
4500 #    title: "3-Node Hsw"
4501 #    data:
4502 #      csit-dpdk-perf-verify-1807-3n-hsw:
4503 #      - 11
4504 #      - 12  # full
4505 #      - 14
4506 #      - 15
4507 #      - 16
4508 #      - 17
4509 #      - 20
4510 #      - 21
4511 #      - 22
4512 #      - 23
4513 #  compare:
4514 #    title: "3-Node Skx"
4515 #    data:
4516 #      csit-dpdk-perf-verify-1807-3n-skx:
4517 #      - 1
4518 #      - 2
4519 #      - 3
4520 #      - 6
4521 #      - 7
4522 #      - 8
4523 #      - 9
4524 #      - 10
4525 #      - 11
4526 #      - 12
4527 #  data: "dpdk-compare-testbeds"
4528 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4529 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4530 #  parameters:
4531 #  - "name"
4532 #  - "parent"
4533 #  - "result"
4534
4535 # Detailed Test Results - DPDK Performance Results 3n-hsw
4536 -
4537   type: "table"
4538   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4539   algorithm: "table_details"
4540   output-file-ext: ".csv"
4541   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4542   columns:
4543   -
4544     title: "Name"
4545     data: "data name"
4546   -
4547     title: "Status"
4548     data: "data msg"
4549   rows: "generated"
4550   data: "dpdk-perf-results-3n-hsw"
4551   filter: "all"
4552   parameters:
4553   - "name"
4554   - "parent"
4555   - "msg"
4556
4557 # Detailed Test Results - DPDK Performance Results 3n-skx
4558 -
4559   type: "table"
4560   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4561   algorithm: "table_details"
4562   output-file-ext: ".csv"
4563   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4564   columns:
4565   -
4566     title: "Name"
4567     data: "data name"
4568   -
4569     title: "Status"
4570     data: "data msg"
4571   rows: "generated"
4572   data: "dpdk-perf-results-3n-skx"
4573   filter: "all"
4574   parameters:
4575   - "name"
4576   - "parent"
4577   - "msg"
4578
4579 # Detailed Test Results - DPDK Performance Results 2n-skx
4580 -
4581   type: "table"
4582   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4583   algorithm: "table_details"
4584   output-file-ext: ".csv"
4585   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4586   columns:
4587   -
4588     title: "Name"
4589     data: "data name"
4590   -
4591     title: "Status"
4592     data: "data msg"
4593   rows: "generated"
4594   data: "dpdk-perf-results-2n-skx"
4595   filter: "all"
4596   parameters:
4597   - "name"
4598   - "parent"
4599   - "msg"
4600
4601 ################################################################################
4602 # HoneyComb
4603 -
4604   type: "table"
4605   title: "Detailed Test Results - Honeycomb Functional Results"
4606   algorithm: "table_details"
4607   output-file-ext: ".csv"
4608   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4609   columns:
4610   -
4611     title: "Name"
4612     data: "data name"
4613   -
4614     title: "Documentation"
4615     data: "data doc"
4616   -
4617     title: "Status"
4618     data: "data status"
4619   rows: "generated"
4620   data:
4621     "hc-func-results"
4622   filter: "all"
4623   parameters:
4624   - "name"
4625   - "parent"
4626   - "doc"
4627   - "status"
4628
4629 ################################################################################
4630 # NSH SFC
4631 -
4632   type: "table"
4633   title: "Detailed Test Results - NSH SFC Functional Results"
4634   algorithm: "table_details"
4635   output-file-ext: ".csv"
4636   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4637   columns:
4638   -
4639     title: "Name"
4640     data: "data name"
4641   -
4642     title: "Documentation"
4643     data: "data doc"
4644   -
4645     title: "Status"
4646     data: "data status"
4647   rows: "generated"
4648   data:
4649     "nsh-func-results"
4650   filter: "all"
4651   parameters:
4652   - "name"
4653   - "parent"
4654   - "doc"
4655   - "status"
4656
4657 ################################################################################
4658 # DMM
4659 -
4660   type: "table"
4661   title: "Detailed Test Results - DMM Functional Results"
4662   algorithm: "table_details"
4663   output-file-ext: ".csv"
4664   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4665   columns:
4666   -
4667     title: "Name"
4668     data: "data name"
4669   -
4670     title: "Documentation"
4671     data: "data doc"
4672   -
4673     title: "Status"
4674     data: "data status"
4675   rows: "generated"
4676   data:
4677     "dmm-func-results"
4678   filter: "all"
4679   parameters:
4680   - "name"
4681   - "parent"
4682   - "doc"
4683   - "status"
4684
4685 ################################################################################
4686 ###                                F I L E S                                 ###
4687 ################################################################################
4688
4689 # VPP Performance Results 3n-hsw
4690 -
4691   type: "file"
4692   title: "VPP Performance Results 3n-hsw"
4693   algorithm: "file_test_results"
4694   output-file-ext: ".rst"
4695   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4696   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"
4697   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4698   data: "vpp-perf-results-3n-hsw"
4699   filter: "not 'NDRCHK' and not 'PDRCHK'"
4700   parameters:
4701   - "name"
4702   - "doc"
4703   - "level"
4704   - "parent"
4705   data-start-level: 3
4706
4707 # VPP Performance Results 3n-skx
4708 -
4709   type: "file"
4710   title: "VPP Performance Results 3n-skx"
4711   algorithm: "file_test_results"
4712   output-file-ext: ".rst"
4713   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4714   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"
4715   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4716   data: "vpp-perf-results-3n-skx"
4717   filter: "not 'NDRCHK' and not 'PDRCHK'"
4718   parameters:
4719   - "name"
4720   - "doc"
4721   - "level"
4722   - "parent"
4723   data-start-level: 3
4724
4725 # VPP Performance Results 2n-skx
4726 -
4727   type: "file"
4728   title: "VPP Performance Results 2n-skx"
4729   algorithm: "file_test_results"
4730   output-file-ext: ".rst"
4731   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4732   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"
4733   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4734   data: "vpp-perf-results-2n-skx"
4735   filter: "not 'NDRCHK' and not 'PDRCHK'"
4736   parameters:
4737   - "name"
4738   - "doc"
4739   - "level"
4740   - "parent"
4741   data-start-level: 3
4742
4743 # VPP Performance Results 2n-dnv
4744 -
4745   type: "file"
4746   title: "VPP Performance Results 2n-dnv"
4747   algorithm: "file_test_results"
4748   output-file-ext: ".rst"
4749   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4750   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"
4751   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4752   data: "intel-dnv-vpp"
4753   filter: "'NDRPDR'"
4754   parameters:
4755   - "name"
4756   - "doc"
4757   - "level"
4758   - "parent"
4759   data-start-level: 3
4760
4761 # VPP Performance Configuration 3n-hsw
4762 -
4763   type: "file"
4764   title: "VPP Performance Configuration 3n-hsw"
4765   algorithm: "file_test_results"
4766   output-file-ext: ".rst"
4767   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4768   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"
4769   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4770   data: "vpp-perf-results-3n-hsw"
4771   filter: "not 'NDRCHK' and not 'PDRCHK'"
4772   parameters:
4773   - "name"
4774   - "doc"
4775   - "level"
4776   - "parent"
4777   data-start-level: 3
4778
4779 # VPP Performance Configuration 3n-skx
4780 -
4781   type: "file"
4782   title: "VPP Performance Configuration 3n-skx"
4783   algorithm: "file_test_results"
4784   output-file-ext: ".rst"
4785   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4786   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"
4787   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4788   data: "vpp-perf-results-3n-skx"
4789   filter: "not 'NDRCHK' and not 'PDRCHK'"
4790   parameters:
4791   - "name"
4792   - "doc"
4793   - "level"
4794   - "parent"
4795   data-start-level: 3
4796
4797 # VPP Performance Configuration 2n-skx
4798 -
4799   type: "file"
4800   title: "VPP Performance Configuration 2n-skx"
4801   algorithm: "file_test_results"
4802   output-file-ext: ".rst"
4803   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4804   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"
4805   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4806   data: "vpp-perf-results-2n-skx"
4807   filter: "not 'NDRCHK' and not 'PDRCHK'"
4808   parameters:
4809   - "name"
4810   - "doc"
4811   - "level"
4812   - "parent"
4813   data-start-level: 3
4814
4815 # VPP Performance Configuration 2n-dnv
4816 -
4817   type: "file"
4818   title: "VPP Performance Configuration 2n-dnv"
4819   algorithm: "file_test_results"
4820   output-file-ext: ".rst"
4821   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4822   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"
4823   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4824   data: "intel-dnv-vpp"
4825   filter: "'NDRPDR'"
4826   parameters:
4827   - "name"
4828   - "doc"
4829   - "level"
4830   - "parent"
4831   data-start-level: 3
4832
4833 # VPP Performance Operational Data 3n-hsw
4834 -
4835   type: "file"
4836   title: "VPP Performance Operational Data 3n-hsw"
4837   algorithm: "file_test_results"
4838   output-file-ext: ".rst"
4839   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4840   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"
4841   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4842   data: "vpp-perf-results-3n-hsw"
4843   filter: "not 'NDRCHK' and not 'PDRCHK'"
4844   parameters:
4845   - "name"
4846   - "doc"
4847   - "level"
4848   - "parent"
4849   data-start-level: 3
4850
4851 # VPP Performance Operational Data 3n-skx
4852 -
4853   type: "file"
4854   title: "VPP Performance Operational Data 3n-skx"
4855   algorithm: "file_test_results"
4856   output-file-ext: ".rst"
4857   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4858   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"
4859   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4860   data: "vpp-perf-results-3n-skx"
4861   filter: "not 'NDRCHK' and not 'PDRCHK'"
4862   parameters:
4863   - "name"
4864   - "doc"
4865   - "level"
4866   - "parent"
4867   data-start-level: 3
4868
4869 # VPP Performance Operational Data 2n-skx
4870 -
4871   type: "file"
4872   title: "VPP Performance Operational Data 2n-skx"
4873   algorithm: "file_test_results"
4874   output-file-ext: ".rst"
4875   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4876   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"
4877   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4878   data: "vpp-perf-results-2n-skx"
4879   filter: "not 'NDRCHK' and not 'PDRCHK'"
4880   parameters:
4881   - "name"
4882   - "doc"
4883   - "level"
4884   - "parent"
4885   data-start-level: 3
4886
4887 # VPP Performance Operational Data 2n-dnv
4888 -
4889   type: "file"
4890   title: "VPP Performance Operational Data 2n-dnv"
4891   algorithm: "file_test_results"
4892   output-file-ext: ".rst"
4893   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4894   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"
4895   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4896   data: "intel-dnv-vpp"
4897   filter: "'NDRPDR'"
4898   parameters:
4899   - "name"
4900   - "doc"
4901   - "level"
4902   - "parent"
4903   data-start-level: 3
4904
4905 # VPP MRR Results 3n-hsw
4906 -
4907   type: "file"
4908   title: "VPP MRR Results 3n-hsw"
4909   algorithm: "file_test_results"
4910   output-file-ext: ".rst"
4911   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4912   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"
4913   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4914   data: "vpp-mrr-results-3n-hsw"
4915   filter: "'MRR'"
4916   parameters:
4917   - "name"
4918   - "doc"
4919   - "level"
4920   - "parent"
4921   data-start-level: 3
4922
4923 # VPP MRR Results 3n-skx
4924 -
4925   type: "file"
4926   title: "VPP MRR Results 3n-skx"
4927   algorithm: "file_test_results"
4928   output-file-ext: ".rst"
4929   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4930   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"
4931   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4932   data: "vpp-mrr-results-3n-skx"
4933   filter: "'MRR'"
4934   parameters:
4935   - "name"
4936   - "doc"
4937   - "level"
4938   - "parent"
4939   data-start-level: 3
4940
4941 # VPP MRR Results 2n-skx
4942 -
4943   type: "file"
4944   title: "VPP MRR Results 2n-skx"
4945   algorithm: "file_test_results"
4946   output-file-ext: ".rst"
4947   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4948   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"
4949   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4950   data: "vpp-mrr-results-2n-skx"
4951   filter: "all"
4952   parameters:
4953   - "name"
4954   - "doc"
4955   - "level"
4956   - "parent"
4957   data-start-level: 3
4958
4959 # VPP MRR Results 2n-dnv
4960 -
4961   type: "file"
4962   title: "VPP MRR Results 2n-dnv"
4963   algorithm: "file_test_results"
4964   output-file-ext: ".rst"
4965   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4966   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"
4967   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4968   data: "intel-dnv-vpp"
4969   filter: "'MRR'"
4970   parameters:
4971   - "name"
4972   - "doc"
4973   - "level"
4974   - "parent"
4975   data-start-level: 3
4976
4977 # VPP MRR Configuration 3n-hsw
4978 -
4979   type: "file"
4980   title: "VPP MRR Configuration 3n-hsw"
4981   algorithm: "file_test_results"
4982   output-file-ext: ".rst"
4983   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4984   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"
4985   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4986   data: "vpp-mrr-results-3n-hsw"
4987   filter: "'MRR'"
4988   parameters:
4989   - "name"
4990   - "doc"
4991   - "level"
4992   - "parent"
4993   data-start-level: 3
4994
4995 # VPP MRR Configuration 3n-skx
4996 -
4997   type: "file"
4998   title: "VPP MRR Configuration 3n-skx"
4999   algorithm: "file_test_results"
5000   output-file-ext: ".rst"
5001   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5002   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"
5003   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5004   data: "vpp-mrr-results-3n-skx"
5005   filter: "'MRR'"
5006   parameters:
5007   - "name"
5008   - "doc"
5009   - "level"
5010   - "parent"
5011   data-start-level: 3
5012
5013 # VPP MRR Configuration 2n-skx
5014 -
5015   type: "file"
5016   title: "VPP MRR Configuration 2n-skx"
5017   algorithm: "file_test_results"
5018   output-file-ext: ".rst"
5019   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5020   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"
5021   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5022   data: "vpp-mrr-results-2n-skx"
5023   filter: "'MRR'"
5024   parameters:
5025   - "name"
5026   - "doc"
5027   - "level"
5028   - "parent"
5029   data-start-level: 3
5030
5031 # VPP MRR Configuration 2n-dnv
5032 -
5033   type: "file"
5034   title: "VPP MRR Configuration 2n-dnv"
5035   algorithm: "file_test_results"
5036   output-file-ext: ".rst"
5037   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5038   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"
5039   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5040   data: "intel-dnv-vpp"
5041   filter: "'MRR'"
5042   parameters:
5043   - "name"
5044   - "doc"
5045   - "level"
5046   - "parent"
5047   data-start-level: 3
5048
5049 # VPP Functional Results - Ubuntu
5050 -
5051   type: "file"
5052   title: "VPP Functional Results - Ubuntu"
5053   algorithm: "file_test_results"
5054   output-file-ext: ".rst"
5055   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
5056   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"
5057   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
5058   data: "vpp-func-results-ubuntu"
5059   filter: "all"
5060   parameters:
5061   - "name"
5062   - "doc"
5063   - "level"
5064   - "parent"
5065   data-start-level: 3
5066
5067 # VPP Functional Results - CentOS
5068 -
5069   type: "file"
5070   title: "VPP Functional Results - CentOS"
5071   algorithm: "file_test_results"
5072   output-file-ext: ".rst"
5073   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
5074   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"
5075   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
5076   data:
5077     "vpp-func-results-centos"
5078   filter: "all"
5079   parameters:
5080   - "name"
5081   - "doc"
5082   - "level"
5083   - "parent"
5084   data-start-level: 3
5085
5086 # VPP Functional Configuration - Ubuntu
5087 -
5088   type: "file"
5089   title: "VPP Functional Configuration - Ubuntu"
5090   algorithm: "file_test_results"
5091   output-file-ext: ".rst"
5092   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5093   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"
5094   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5095   data: "vpp-func-results-ubuntu"
5096   filter: "all"
5097   parameters:
5098   - "name"
5099   - "doc"
5100   - "level"
5101   - "parent"
5102   data-start-level: 3
5103
5104 # VPP Functional Configuration - CentOS
5105 -
5106   type: "file"
5107   title: "VPP Functional Configuration - CentOS"
5108   algorithm: "file_test_results"
5109   output-file-ext: ".rst"
5110   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5111   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"
5112   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5113   data:
5114     "vpp-func-results-centos"
5115   filter: "all"
5116   parameters:
5117   - "name"
5118   - "doc"
5119   - "level"
5120   - "parent"
5121   data-start-level: 3
5122
5123 # VPP Device Results - Ubuntu
5124 -
5125   type: "file"
5126   title: "VPP Device Results - Ubuntu"
5127   algorithm: "file_test_results"
5128   output-file-ext: ".rst"
5129   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5130   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"
5131   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5132   data: "vpp-device-results-ubuntu"
5133   filter: "all"
5134   parameters:
5135   - "name"
5136   - "doc"
5137   - "level"
5138   - "parent"
5139   data-start-level: 2
5140
5141 # VPP Device Configuration - Ubuntu
5142 -
5143   type: "file"
5144   title: "VPP Device Configuration - Ubuntu"
5145   algorithm: "file_test_results"
5146   output-file-ext: ".rst"
5147   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5148   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"
5149   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5150   data: "vpp-device-results-ubuntu"
5151   filter: "all"
5152   parameters:
5153   - "name"
5154   - "doc"
5155   - "level"
5156   - "parent"
5157   data-start-level: 2
5158
5159 # Container Orchestrated Performance Results 3n-hsw
5160 -
5161   type: "file"
5162   title: "Container Orchestrated Performance Results 3n-hsw"
5163   algorithm: "file_test_results"
5164   output-file-ext: ".rst"
5165   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
5166   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"
5167   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
5168   data: "ligato-perf-results-3n-hsw"
5169   filter: "all"
5170   parameters:
5171   - "name"
5172   - "doc"
5173   - "level"
5174   - "parent"
5175   data-start-level: 3
5176
5177 # DPDK Performance Results 3n-hsw
5178 -
5179   type: "file"
5180   title: "DPDK Performance Results 3n-hsw"
5181   algorithm: "file_test_results"
5182   output-file-ext: ".rst"
5183   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5184   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"
5185   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5186   data: "dpdk-perf-results-3n-hsw"
5187   filter: "all"
5188   parameters:
5189   - "name"
5190   - "doc"
5191   - "level"
5192   - "parent"
5193   data-start-level: 3
5194
5195 # DPDK Performance Results 3n-skx
5196 -
5197   type: "file"
5198   title: "DPDK Performance Results 3n-skx"
5199   algorithm: "file_test_results"
5200   output-file-ext: ".rst"
5201   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5202   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"
5203   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5204   data: "dpdk-perf-results-3n-skx"
5205   filter: "all"
5206   parameters:
5207   - "name"
5208   - "doc"
5209   - "level"
5210   - "parent"
5211   data-start-level: 3
5212
5213 # DPDK Performance Results 2n-skx
5214 -
5215   type: "file"
5216   title: "DPDK Performance Results 2n-skx"
5217   algorithm: "file_test_results"
5218   output-file-ext: ".rst"
5219   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5220   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"
5221   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5222   data: "dpdk-perf-results-2n-skx"
5223   filter: "all"
5224   parameters:
5225   - "name"
5226   - "doc"
5227   - "level"
5228   - "parent"
5229   data-start-level: 3
5230
5231 # Honeycomb Functional Results
5232 -
5233   type: "file"
5234   title: "Honeycomb Functional Results"
5235   algorithm: "file_test_results"
5236   output-file-ext: ".rst"
5237   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
5238   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"
5239   dir-tables: "{DIR[DTR,FUNC,HC]}"
5240   data:
5241     "hc-func-results"
5242   filter: "all"
5243   parameters:
5244   - "name"
5245   - "doc"
5246   - "level"
5247   - "parent"
5248   data-start-level: 3
5249
5250 # NSH SFC Functional Results
5251 -
5252   type: "file"
5253   title: "NSH SFC Functional Results"
5254   algorithm: "file_test_results"
5255   output-file-ext: ".rst"
5256   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
5257   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"
5258   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
5259   data:
5260     "nsh-func-results"
5261   filter: "all"
5262   parameters:
5263   - "name"
5264   - "doc"
5265   - "level"
5266   - "parent"
5267   data-start-level: 3
5268
5269 # DMM Functional Results
5270 -
5271   type: "file"
5272   title: "DMM Functional Results"
5273   algorithm: "file_test_results"
5274   output-file-ext: ".rst"
5275   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5276   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"
5277   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5278   data:
5279     "dmm-func-results"
5280   filter: "all"
5281   parameters:
5282   - "name"
5283   - "doc"
5284   - "level"
5285   - "parent"
5286   data-start-level: 3
5287
5288 ################################################################################
5289 ###                                P L O T S                                 ###
5290 ################################################################################
5291
5292 # Soak test - example
5293 -
5294   type: "plot"
5295   title: "VPP Throughput Soak: Example"
5296   algorithm: "plot_soak_boxes"
5297   output-file-type: ".html"
5298   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
5299   data: "plot-vpp-soak-2n-skx"
5300   filter: "'SOAK'"
5301   parameters:
5302   - "throughput"
5303   - "parent"
5304   - "tags"
5305   sort:
5306   - "L2PATCH"
5307   - "L2XCBASE"
5308   - "L2BDMACLRN"
5309   - "IP4FWD"
5310   - "IP6FWD"
5311   layout:
5312     title: "example-30min-boxes"
5313     layout: "plot-soak-throughput"
5314
5315 # Soak test - example
5316 -
5317   type: "plot"
5318   title: "VPP Throughput Soak: Example"
5319   algorithm: "plot_soak_bars"
5320   output-file-type: ".html"
5321   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
5322   data: "plot-vpp-soak-2n-skx"
5323   filter: "'SOAK'"
5324   parameters:
5325   - "throughput"
5326   - "parent"
5327   - "tags"
5328   sort:
5329   - "L2PATCH"
5330   - "L2XCBASE"
5331   - "L2BDMACLRN"
5332   - "IP4FWD"
5333   - "IP6FWD"
5334   layout:
5335     title: "example-30min-bars"
5336     layout: "plot-soak-throughput"
5337
5338 # Heatmap - example
5339 -
5340   type: "plot"
5341   title: "Service Density: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5342   algorithm: "plot_service_density_heatmap"
5343   output-file-type: ".html"
5344   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-sd-ndr"
5345   data: "plot-vpp-service-density-3n-hsw"
5346   filter: "'NIC_Intel-X520-DA2' and
5347            '64B' and
5348            ('BASE' or 'SCALE') and
5349            'NDRPDR' and
5350            'ETH' and
5351            '1T1C' and
5352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5353            not 'VHOST' and
5354            not 'MEMIF'"
5355   parameters:
5356   - "throughput"
5357   - "parent"
5358   - "tags"
5359   layout:
5360     title: "<b>Network Service Density Matrix: Packet Throughput View</b>"
5361     layout: "plot-service-density"
5362
5363 ################################################################################
5364 # Plots VPP HTTP Server Performance
5365 -
5366   type: "plot"
5367   title: "VPP HTTP Server Performance"
5368   algorithm: "plot_http_server_performance_box"
5369   output-file-type: ".html"
5370   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5371   data:
5372     "plot-vpp-http-server-performance"
5373   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5374   # each tag is enclosed with ' (apostrophe).
5375   filter: "'HTTP' and 'TCP_CPS'"
5376   parameters:
5377   - "result"
5378   - "name"
5379   traces:
5380     hoverinfo: "x+y"
5381     boxpoints: "outliers"
5382     whiskerwidth: 0
5383   layout:
5384     title: "VPP HTTP Server Performance"
5385     layout:
5386       "plot-cps"
5387
5388 -
5389   type: "plot"
5390   title: "VPP HTTP Server Performance"
5391   algorithm: "plot_http_server_performance_box"
5392   output-file-type: ".html"
5393   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5394   data:
5395     "plot-vpp-http-server-performance"
5396   filter: "'HTTP' and 'TCP_RPS'"
5397   parameters:
5398   - "result"
5399   - "name"
5400   traces:
5401     hoverinfo: "x+y"
5402     boxpoints: "outliers"
5403     whiskerwidth: 0
5404   layout:
5405     title: "VPP HTTP Server Performance"
5406     layout:
5407       "plot-rps"
5408
5409 ################################################################################
5410
5411 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5412 -
5413   type: "plot"
5414   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5415   algorithm: "plot_performance_box"
5416   output-file-type: ".html"
5417   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5418   data: "plot-vpp-throughput-latency-3n-hsw"
5419   filter: "'NIC_Intel-X520-DA2' and
5420            '64B' and
5421            ('BASE' or 'SCALE') and
5422            'NDRPDR' and
5423            'ETH' and
5424            '1T1C' and
5425            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5426            not 'VHOST' and
5427            not 'MEMIF'"
5428   parameters:
5429   - "throughput"
5430   - "parent"
5431   - "tags"
5432   sort:
5433   - "L2PATCH"
5434   - "L2XCBASE"
5435   - "BASE"
5436   - "FIB_10K"
5437   - "FIB_100K"
5438   - "FIB_1M"
5439   traces:
5440     hoverinfo: "x+y"
5441     boxpoints: "outliers"
5442     whiskerwidth: 0
5443   layout:
5444     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5445     layout: "plot-throughput"
5446
5447 -
5448   type: "plot"
5449   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5450   algorithm: "plot_performance_box"
5451   output-file-type: ".html"
5452   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5453   data: "plot-vpp-throughput-latency-3n-hsw"
5454   filter: "'NIC_Intel-X520-DA2' and
5455            '64B' and
5456            ('BASE' or 'SCALE') and
5457            'NDRPDR' and
5458            'ETH' and
5459            '1T1C' and
5460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5461            not 'VHOST' and
5462            not 'MEMIF'"
5463   parameters:
5464   - "throughput"
5465   - "parent"
5466   - "tags"
5467   sort:
5468   - "L2PATCH"
5469   - "L2XCBASE"
5470   - "BASE"
5471   - "FIB_10K"
5472   - "FIB_100K"
5473   - "FIB_1M"
5474   traces:
5475     hoverinfo: "x+y"
5476     boxpoints: "outliers"
5477     whiskerwidth: 0
5478   layout:
5479     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5480     layout: "plot-throughput"
5481
5482 -
5483   type: "plot"
5484   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5485   algorithm: "plot_performance_box"
5486   output-file-type: ".html"
5487   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5488   data: "plot-vpp-throughput-latency-3n-hsw"
5489   filter: "'NIC_Intel-X520-DA2' and
5490            '64B' and
5491            ('BASE' or 'SCALE') and
5492            'NDRPDR' and
5493            'ETH' and
5494            '2T2C' and
5495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5496            not 'VHOST' and
5497            not 'MEMIF'"
5498   parameters:
5499   - "throughput"
5500   - "parent"
5501   - "tags"
5502   sort:
5503   - "L2PATCH"
5504   - "L2XCBASE"
5505   - "BASE"
5506   - "FIB_10K"
5507   - "FIB_100K"
5508   - "FIB_1M"
5509   traces:
5510     hoverinfo: "x+y"
5511     boxpoints: "outliers"
5512     whiskerwidth: 0
5513   layout:
5514     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5515     layout: "plot-throughput"
5516
5517 -
5518   type: "plot"
5519   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5520   algorithm: "plot_performance_box"
5521   output-file-type: ".html"
5522   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5523   data: "plot-vpp-throughput-latency-3n-hsw"
5524   filter: "'NIC_Intel-X520-DA2' and
5525            '64B' and
5526            ('BASE' or 'SCALE') and
5527            'NDRPDR' and
5528            'ETH' and
5529            '2T2C' and
5530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5531            not 'VHOST' and
5532            not 'MEMIF'"
5533   parameters:
5534   - "throughput"
5535   - "parent"
5536   - "tags"
5537   sort:
5538   - "L2PATCH"
5539   - "L2XCBASE"
5540   - "BASE"
5541   - "FIB_10K"
5542   - "FIB_100K"
5543   - "FIB_1M"
5544   traces:
5545     hoverinfo: "x+y"
5546     boxpoints: "outliers"
5547     whiskerwidth: 0
5548   layout:
5549     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5550     layout: "plot-throughput"
5551
5552 # Packet Throughput - VPP L2 3n-hsw-x520 features
5553 -
5554   type: "plot"
5555   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5556   algorithm: "plot_performance_box"
5557   output-file-type: ".html"
5558   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5559   data: "plot-vpp-throughput-latency-3n-hsw"
5560   filter: "'NIC_Intel-X520-DA2' and
5561            '64B' and
5562            'NDRPDR' and
5563            '1T1C' and
5564            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5565            not 'ACL' and
5566            not 'VHOST' and
5567            not 'MEMIF'"
5568   parameters:
5569   - "throughput"
5570   - "parent"
5571   - "tags"
5572   sort:
5573   - "L2XCBASE"    # l2xcbase
5574   - "L2BDBASE"    # l2bdbase
5575   - "L2XCFWD"     # dot1q-l2xcbase
5576   - "L2BDMACLRN"  # dot1q-l2bdbase
5577   traces:
5578     hoverinfo: "x+y"
5579     boxpoints: "outliers"
5580     whiskerwidth: 0
5581   layout:
5582     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5583     layout: "plot-throughput"
5584
5585 -
5586   type: "plot"
5587   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5588   algorithm: "plot_performance_box"
5589   output-file-type: ".html"
5590   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5591   data: "plot-vpp-throughput-latency-3n-hsw"
5592   filter: "'NIC_Intel-X520-DA2' and
5593            '64B' and
5594            'NDRPDR' and
5595            '1T1C' and
5596            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5597            not 'ACL' and
5598            not 'VHOST' and
5599            not 'MEMIF'"
5600   parameters:
5601   - "throughput"
5602   - "parent"
5603   - "tags"
5604   sort:
5605   - "L2XCBASE"    # l2xcbase
5606   - "L2BDBASE"    # l2bdbase
5607   - "L2XCFWD"     # dot1q-l2xcbase
5608   - "L2BDMACLRN"  # dot1q-l2bdbase
5609   traces:
5610     hoverinfo: "x+y"
5611     boxpoints: "outliers"
5612     whiskerwidth: 0
5613   layout:
5614     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5615     layout: "plot-throughput"
5616
5617 -
5618   type: "plot"
5619   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5620   algorithm: "plot_performance_box"
5621   output-file-type: ".html"
5622   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5623   data: "plot-vpp-throughput-latency-3n-hsw"
5624   filter: "'NIC_Intel-X520-DA2' and
5625            '64B' and
5626            'NDRPDR' and
5627            '2T2C' and
5628            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5629            not 'ACL' and
5630            not 'VHOST' and
5631            not 'MEMIF'"
5632   parameters:
5633   - "throughput"
5634   - "parent"
5635   - "tags"
5636   sort:
5637   - "L2XCBASE"    # l2xcbase
5638   - "L2BDBASE"    # l2bdbase
5639   - "L2XCFWD"     # dot1q-l2xcbase
5640   - "L2BDMACLRN"  # dot1q-l2bdbase
5641   traces:
5642     hoverinfo: "x+y"
5643     boxpoints: "outliers"
5644     whiskerwidth: 0
5645   layout:
5646     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5647     layout: "plot-throughput"
5648
5649 -
5650   type: "plot"
5651   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5652   algorithm: "plot_performance_box"
5653   output-file-type: ".html"
5654   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5655   data: "plot-vpp-throughput-latency-3n-hsw"
5656   filter: "'NIC_Intel-X520-DA2' and
5657            '64B' and
5658            'NDRPDR' and
5659            '2T2C' and
5660            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5661            not 'ACL' and
5662            not 'VHOST' and
5663            not 'MEMIF'"
5664   parameters:
5665   - "throughput"
5666   - "parent"
5667   - "tags"
5668   sort:
5669   - "L2XCBASE"    # l2xcbase
5670   - "L2BDBASE"    # l2bdbase
5671   - "L2XCFWD"     # dot1q-l2xcbase
5672   - "L2BDMACLRN"  # dot1q-l2bdbase
5673   traces:
5674     hoverinfo: "x+y"
5675     boxpoints: "outliers"
5676     whiskerwidth: 0
5677   layout:
5678     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5679     layout: "plot-throughput"
5680
5681 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5682 -
5683   type: "plot"
5684   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5685   algorithm: "plot_performance_box"
5686   output-file-type: ".html"
5687   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5688   data: "plot-vpp-throughput-latency-3n-hsw"
5689   filter: "'NIC_Intel-X710' and
5690            '64B' and
5691            ('BASE' or 'SCALE') and
5692            'NDRPDR' and
5693            'ETH' and
5694            '1T1C' and
5695            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5696            not 'VHOST' and
5697            not 'MEMIF'"
5698   parameters:
5699   - "throughput"
5700   - "parent"
5701   - "tags"
5702   sort:
5703   - "L2XCFWD"
5704   - "L2PATCH"
5705   - "L2BDMACLRN"
5706   - "FIB_10K"
5707   - "FIB_100K"
5708   - "FIB_1M"
5709   traces:
5710     hoverinfo: "x+y"
5711     boxpoints: "outliers"
5712     whiskerwidth: 0
5713   layout:
5714     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5715     layout: "plot-throughput"
5716
5717 -
5718   type: "plot"
5719   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5720   algorithm: "plot_performance_box"
5721   output-file-type: ".html"
5722   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5723   data: "plot-vpp-throughput-latency-3n-hsw"
5724   filter: "'NIC_Intel-X710' and
5725            '64B' and
5726            ('BASE' or 'SCALE') and
5727            'NDRPDR' and
5728            'ETH' and
5729            '1T1C' and
5730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5731            not 'VHOST' and
5732            not 'MEMIF'"
5733   parameters:
5734   - "throughput"
5735   - "parent"
5736   - "tags"
5737   sort:
5738   - "L2XCFWD"
5739   - "L2PATCH"
5740   - "L2BDMACLRN"
5741   - "FIB_10K"
5742   - "FIB_100K"
5743   - "FIB_1M"
5744   traces:
5745     hoverinfo: "x+y"
5746     boxpoints: "outliers"
5747     whiskerwidth: 0
5748   layout:
5749     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5750     layout: "plot-throughput"
5751
5752 -
5753   type: "plot"
5754   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5755   algorithm: "plot_performance_box"
5756   output-file-type: ".html"
5757   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5758   data: "plot-vpp-throughput-latency-3n-hsw"
5759   filter: "'NIC_Intel-X710' and
5760            '64B' and
5761            ('BASE' or 'SCALE') and
5762            'NDRPDR' and
5763            'ETH' and
5764            '2T2C' and
5765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5766            not 'VHOST' and
5767            not 'MEMIF'"
5768   parameters:
5769   - "throughput"
5770   - "parent"
5771   - "tags"
5772   sort:
5773   - "L2XCFWD"
5774   - "L2PATCH"
5775   - "L2BDMACLRN"
5776   - "FIB_10K"
5777   - "FIB_100K"
5778   - "FIB_1M"
5779   traces:
5780     hoverinfo: "x+y"
5781     boxpoints: "outliers"
5782     whiskerwidth: 0
5783   layout:
5784     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5785     layout: "plot-throughput"
5786
5787 -
5788   type: "plot"
5789   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5790   algorithm: "plot_performance_box"
5791   output-file-type: ".html"
5792   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5793   data: "plot-vpp-throughput-latency-3n-hsw"
5794   filter: "'NIC_Intel-X710' and
5795            '64B' and
5796            ('BASE' or 'SCALE') and
5797            'NDRPDR' and
5798            'ETH' and
5799            '2T2C' and
5800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5801            not 'VHOST' and
5802            not 'MEMIF'"
5803   parameters:
5804   - "throughput"
5805   - "parent"
5806   - "tags"
5807   sort:
5808   - "L2XCFWD"
5809   - "L2PATCH"
5810   - "L2BDMACLRN"
5811   - "FIB_10K"
5812   - "FIB_100K"
5813   - "FIB_1M"
5814   traces:
5815     hoverinfo: "x+y"
5816     boxpoints: "outliers"
5817     whiskerwidth: 0
5818   layout:
5819     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5820     layout: "plot-throughput"
5821
5822 # Packet Throughput - VPP L2 3n-hsw-x710 features
5823 -
5824   type: "plot"
5825   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5826   algorithm: "plot_performance_box"
5827   output-file-type: ".html"
5828   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5829   data: "plot-vpp-throughput-latency-3n-hsw"
5830   filter: "'NIC_Intel-X710' and
5831            '64B' and
5832            'NDRPDR' and
5833            '1T1C' and
5834            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5835            not 'ACL' and
5836            not 'VHOST' and
5837            not 'MEMIF'"
5838   parameters:
5839   - "throughput"
5840   - "parent"
5841   - "tags"
5842   sort:
5843   - "L2XCBASE"    # l2xcbase
5844   - "L2BDBASE"    # l2bdbase
5845   - "L2XCFWD"     # dot1q-l2xcbase
5846   - "L2BDMACLRN"  # dot1q-l2bdbase
5847   traces:
5848     hoverinfo: "x+y"
5849     boxpoints: "outliers"
5850     whiskerwidth: 0
5851   layout:
5852     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5853     layout: "plot-throughput"
5854
5855 -
5856   type: "plot"
5857   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5858   algorithm: "plot_performance_box"
5859   output-file-type: ".html"
5860   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5861   data: "plot-vpp-throughput-latency-3n-hsw"
5862   filter: "'NIC_Intel-X710' and
5863            '64B' and
5864            'NDRPDR' and
5865            '1T1C' and
5866            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5867            not 'ACL' and
5868            not 'VHOST' and
5869            not 'MEMIF'"
5870   parameters:
5871   - "throughput"
5872   - "parent"
5873   - "tags"
5874   sort:
5875   - "L2XCBASE"    # l2xcbase
5876   - "L2BDBASE"    # l2bdbase
5877   - "L2XCFWD"     # dot1q-l2xcbase
5878   - "L2BDMACLRN"  # dot1q-l2bdbase
5879   traces:
5880     hoverinfo: "x+y"
5881     boxpoints: "outliers"
5882     whiskerwidth: 0
5883   layout:
5884     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5885     layout: "plot-throughput"
5886
5887 -
5888   type: "plot"
5889   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5890   algorithm: "plot_performance_box"
5891   output-file-type: ".html"
5892   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5893   data: "plot-vpp-throughput-latency-3n-hsw"
5894   filter: "'NIC_Intel-X710' and
5895            '64B' and
5896            'NDRPDR' and
5897            '2T2C' and
5898            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5899            not 'ACL' and
5900            not 'VHOST' and
5901            not 'MEMIF'"
5902   parameters:
5903   - "throughput"
5904   - "parent"
5905   - "tags"
5906   sort:
5907   - "L2XCBASE"    # l2xcbase
5908   - "L2BDBASE"    # l2bdbase
5909   - "L2XCFWD"     # dot1q-l2xcbase
5910   - "L2BDMACLRN"  # dot1q-l2bdbase
5911   traces:
5912     hoverinfo: "x+y"
5913     boxpoints: "outliers"
5914     whiskerwidth: 0
5915   layout:
5916     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5917     layout: "plot-throughput"
5918
5919 -
5920   type: "plot"
5921   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5922   algorithm: "plot_performance_box"
5923   output-file-type: ".html"
5924   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5925   data: "plot-vpp-throughput-latency-3n-hsw"
5926   filter: "'NIC_Intel-X710' and
5927            '64B' and
5928            'NDRPDR' and
5929            '2T2C' and
5930            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5931            not 'ACL' and
5932            not 'VHOST' and
5933            not 'MEMIF'"
5934   parameters:
5935   - "throughput"
5936   - "parent"
5937   - "tags"
5938   sort:
5939   - "L2XCBASE"    # l2xcbase
5940   - "L2BDBASE"    # l2bdbase
5941   - "L2XCFWD"     # dot1q-l2xcbase
5942   - "L2BDMACLRN"  # dot1q-l2bdbase
5943   traces:
5944     hoverinfo: "x+y"
5945     boxpoints: "outliers"
5946     whiskerwidth: 0
5947   layout:
5948     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5949     layout: "plot-throughput"
5950
5951 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
5952 -
5953   type: "plot"
5954   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5955   algorithm: "plot_performance_box"
5956   output-file-type: ".html"
5957   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5958   data: "plot-vpp-throughput-latency-3n-hsw"
5959   filter: "'NIC_Intel-XL710' and
5960            '64B' and
5961            ('BASE' or 'SCALE') and
5962            'NDRPDR' and
5963            'ETH' and
5964            '1T1C' and
5965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5966            not 'VHOST' and
5967            not 'MEMIF'"
5968   parameters:
5969   - "throughput"
5970   - "parent"
5971   - "tags"
5972   sort:
5973   - "L2PATCH"
5974   - "L2XCBASE"
5975   - "BASE"
5976   - "FIB_10K"
5977   - "FIB_100K"
5978   - "FIB_1M"
5979   traces:
5980     hoverinfo: "x+y"
5981     boxpoints: "outliers"
5982     whiskerwidth: 0
5983   layout:
5984     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5985     layout: "plot-throughput"
5986
5987 -
5988   type: "plot"
5989   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5990   algorithm: "plot_performance_box"
5991   output-file-type: ".html"
5992   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5993   data: "plot-vpp-throughput-latency-3n-hsw"
5994   filter: "'NIC_Intel-XL710' and
5995            '64B' and
5996            ('BASE' or 'SCALE') and
5997            'NDRPDR' and
5998            'ETH' and
5999            '1T1C' and
6000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6001            not 'VHOST' and
6002            not 'MEMIF'"
6003   parameters:
6004   - "throughput"
6005   - "parent"
6006   - "tags"
6007   sort:
6008   - "L2PATCH"
6009   - "L2XCBASE"
6010   - "BASE"
6011   - "FIB_10K"
6012   - "FIB_100K"
6013   - "FIB_1M"
6014   traces:
6015     hoverinfo: "x+y"
6016     boxpoints: "outliers"
6017     whiskerwidth: 0
6018   layout:
6019     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6020     layout: "plot-throughput"
6021
6022 -
6023   type: "plot"
6024   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6025   algorithm: "plot_performance_box"
6026   output-file-type: ".html"
6027   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6028   data: "plot-vpp-throughput-latency-3n-hsw"
6029   filter: "'NIC_Intel-XL710' and
6030            '64B' and
6031            ('BASE' or 'SCALE') and
6032            'NDRPDR' and
6033            'ETH' and
6034            '2T2C' and
6035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6036            not 'VHOST' and
6037            not 'MEMIF'"
6038   parameters:
6039   - "throughput"
6040   - "parent"
6041   - "tags"
6042   sort:
6043   - "L2PATCH"
6044   - "L2XCBASE"
6045   - "BASE"
6046   - "FIB_10K"
6047   - "FIB_100K"
6048   - "FIB_1M"
6049   traces:
6050     hoverinfo: "x+y"
6051     boxpoints: "outliers"
6052     whiskerwidth: 0
6053   layout:
6054     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6055     layout: "plot-throughput"
6056
6057 -
6058   type: "plot"
6059   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6060   algorithm: "plot_performance_box"
6061   output-file-type: ".html"
6062   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6063   data: "plot-vpp-throughput-latency-3n-hsw"
6064   filter: "'NIC_Intel-XL710' and
6065            '64B' and
6066            ('BASE' or 'SCALE') and
6067            'NDRPDR' and
6068            'ETH' and
6069            '2T2C' and
6070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6071            not 'VHOST' and
6072            not 'MEMIF'"
6073   parameters:
6074   - "throughput"
6075   - "parent"
6076   - "tags"
6077   sort:
6078   - "L2PATCH"
6079   - "L2XCBASE"
6080   - "BASE"
6081   - "FIB_10K"
6082   - "FIB_100K"
6083   - "FIB_1M"
6084   traces:
6085     hoverinfo: "x+y"
6086     boxpoints: "outliers"
6087     whiskerwidth: 0
6088   layout:
6089     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6090     layout: "plot-throughput"
6091
6092 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6093 -
6094   type: "plot"
6095   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6096   algorithm: "plot_performance_box"
6097   output-file-type: ".html"
6098   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6099   data: "plot-vpp-throughput-latency-3n-skx"
6100   filter: "'NIC_Intel-X710' and
6101            '64B' and
6102            ('BASE' or 'SCALE') and
6103            'NDRPDR' and
6104            'ETH' and
6105            '2T1C' and
6106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6107            not 'VHOST' and
6108            not 'MEMIF' and
6109            not 'DRV_AVF'"
6110   parameters:
6111   - "throughput"
6112   - "parent"
6113   - "tags"
6114   sort:
6115   - "L2PATCH"
6116   - "L2XCBASE"
6117   - "BASE"
6118   - "FIB_10K"
6119   - "FIB_100K"
6120   - "FIB_1M"
6121   traces:
6122     hoverinfo: "x+y"
6123     boxpoints: "outliers"
6124     whiskerwidth: 0
6125   layout:
6126     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6127     layout: "plot-throughput"
6128
6129 -
6130   type: "plot"
6131   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6132   algorithm: "plot_performance_box"
6133   output-file-type: ".html"
6134   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6135   data: "plot-vpp-throughput-latency-3n-skx"
6136   filter: "'NIC_Intel-X710' and
6137            '64B' and
6138            ('BASE' or 'SCALE') and
6139            'NDRPDR' and
6140            'ETH' and
6141            '2T1C' and
6142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6143            not 'VHOST' and
6144            not 'MEMIF' and
6145            not 'DRV_AVF'"
6146   parameters:
6147   - "throughput"
6148   - "parent"
6149   - "tags"
6150   sort:
6151   - "L2PATCH"
6152   - "L2XCBASE"
6153   - "BASE"
6154   - "FIB_10K"
6155   - "FIB_100K"
6156   - "FIB_1M"
6157   traces:
6158     hoverinfo: "x+y"
6159     boxpoints: "outliers"
6160     whiskerwidth: 0
6161   layout:
6162     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6163     layout: "plot-throughput"
6164
6165 -
6166   type: "plot"
6167   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6168   algorithm: "plot_performance_box"
6169   output-file-type: ".html"
6170   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6171   data: "plot-vpp-throughput-latency-3n-skx"
6172   filter: "'NIC_Intel-X710' and
6173            '64B' and
6174            ('BASE' or 'SCALE') and
6175            'NDRPDR' and
6176            'ETH' and
6177            '4T2C' and
6178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6179            not 'VHOST' and
6180            not 'MEMIF' and
6181            not 'DRV_AVF'"
6182   parameters:
6183   - "throughput"
6184   - "parent"
6185   - "tags"
6186   sort:
6187   - "L2PATCH"
6188   - "L2XCBASE"
6189   - "BASE"
6190   - "FIB_10K"
6191   - "FIB_100K"
6192   - "FIB_1M"
6193   traces:
6194     hoverinfo: "x+y"
6195     boxpoints: "outliers"
6196     whiskerwidth: 0
6197   layout:
6198     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6199     layout: "plot-throughput"
6200
6201 -
6202   type: "plot"
6203   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6204   algorithm: "plot_performance_box"
6205   output-file-type: ".html"
6206   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6207   data: "plot-vpp-throughput-latency-3n-skx"
6208   filter: "'NIC_Intel-X710' and
6209            '64B' and
6210            ('BASE' or 'SCALE') and
6211            'NDRPDR' and
6212            'ETH' and
6213            '4T2C' and
6214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6215            not 'VHOST' and
6216            not 'MEMIF' and
6217            not 'DRV_AVF'"
6218   parameters:
6219   - "throughput"
6220   - "parent"
6221   - "tags"
6222   sort:
6223   - "L2PATCH"
6224   - "L2XCBASE"
6225   - "BASE"
6226   - "FIB_10K"
6227   - "FIB_100K"
6228   - "FIB_1M"
6229   traces:
6230     hoverinfo: "x+y"
6231     boxpoints: "outliers"
6232     whiskerwidth: 0
6233   layout:
6234     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6235     layout: "plot-throughput"
6236
6237 # Packet Throughput - VPP L2 3n-skx-x710 features
6238 -
6239   type: "plot"
6240   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6241   algorithm: "plot_performance_box"
6242   output-file-type: ".html"
6243   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6244   data: "plot-vpp-throughput-latency-3n-skx"
6245   filter: "'NIC_Intel-X710' and
6246            '64B' and
6247            'NDRPDR' and
6248            '2T1C' and
6249            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6250            not 'ACL' and
6251            not 'VHOST' and
6252            not 'MEMIF'"
6253   parameters:
6254   - "throughput"
6255   - "parent"
6256   - "tags"
6257   sort:
6258   - "L2XCBASE"    # l2xcbase
6259   - "L2BDBASE"    # l2bdbase
6260   - "L2XCFWD"     # dot1q-l2xcbase
6261   - "L2BDMACLRN"  # dot1q-l2bdbase
6262   traces:
6263     hoverinfo: "x+y"
6264     boxpoints: "outliers"
6265     whiskerwidth: 0
6266   layout:
6267     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6268     layout: "plot-throughput"
6269
6270 -
6271   type: "plot"
6272   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6273   algorithm: "plot_performance_box"
6274   output-file-type: ".html"
6275   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6276   data: "plot-vpp-throughput-latency-3n-skx"
6277   filter: "'NIC_Intel-X710' and
6278            '64B' and
6279            'NDRPDR' and
6280            '2T1C' and
6281            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6282            not 'ACL' and
6283            not 'VHOST' and
6284            not 'MEMIF'"
6285   parameters:
6286   - "throughput"
6287   - "parent"
6288   - "tags"
6289   sort:
6290   - "L2XCBASE"    # l2xcbase
6291   - "L2BDBASE"    # l2bdbase
6292   - "L2XCFWD"     # dot1q-l2xcbase
6293   - "L2BDMACLRN"  # dot1q-l2bdbase
6294   traces:
6295     hoverinfo: "x+y"
6296     boxpoints: "outliers"
6297     whiskerwidth: 0
6298   layout:
6299     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6300     layout: "plot-throughput"
6301
6302 -
6303   type: "plot"
6304   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6305   algorithm: "plot_performance_box"
6306   output-file-type: ".html"
6307   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6308   data: "plot-vpp-throughput-latency-3n-skx"
6309   filter: "'NIC_Intel-X710' and
6310            '64B' and
6311            'NDRPDR' and
6312            '4T2C' and
6313            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6314            not 'ACL' and
6315            not 'VHOST' and
6316            not 'MEMIF'"
6317   parameters:
6318   - "throughput"
6319   - "parent"
6320   - "tags"
6321   sort:
6322   - "L2XCBASE"    # l2xcbase
6323   - "L2BDBASE"    # l2bdbase
6324   - "L2XCFWD"     # dot1q-l2xcbase
6325   - "L2BDMACLRN"  # dot1q-l2bdbase
6326   traces:
6327     hoverinfo: "x+y"
6328     boxpoints: "outliers"
6329     whiskerwidth: 0
6330   layout:
6331     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6332     layout: "plot-throughput"
6333
6334 -
6335   type: "plot"
6336   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6337   algorithm: "plot_performance_box"
6338   output-file-type: ".html"
6339   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6340   data: "plot-vpp-throughput-latency-3n-skx"
6341   filter: "'NIC_Intel-X710' and
6342            '64B' and
6343            'NDRPDR' and
6344            '4T2C' and
6345            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6346            not 'ACL' and
6347            not 'VHOST' and
6348            not 'MEMIF'"
6349   parameters:
6350   - "throughput"
6351   - "parent"
6352   - "tags"
6353   sort:
6354   - "L2XCBASE"    # l2xcbase
6355   - "L2BDBASE"    # l2bdbase
6356   - "L2XCFWD"     # dot1q-l2xcbase
6357   - "L2BDMACLRN"  # dot1q-l2bdbase
6358   traces:
6359     hoverinfo: "x+y"
6360     boxpoints: "outliers"
6361     whiskerwidth: 0
6362   layout:
6363     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6364     layout: "plot-throughput"
6365
6366 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6367 -
6368   type: "plot"
6369   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6370   algorithm: "plot_performance_box"
6371   output-file-type: ".html"
6372   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6373   data: "plot-vpp-throughput-latency-3n-skx"
6374   filter: "'NIC_Intel-XXV710' and
6375            '64B' and
6376            ('BASE' or 'SCALE') and
6377            'NDRPDR' and
6378            'ETH' and
6379            '2T1C' and
6380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6381            not 'VHOST' and
6382            not 'MEMIF' and
6383            not 'DRV_AVF'"
6384   parameters:
6385   - "throughput"
6386   - "parent"
6387   - "tags"
6388   sort:
6389   - "L2PATCH"
6390   - "L2XCBASE"
6391   - "BASE"
6392   - "FIB_10K"
6393   - "FIB_100K"
6394   - "FIB_1M"
6395   traces:
6396     hoverinfo: "x+y"
6397     boxpoints: "outliers"
6398     whiskerwidth: 0
6399   layout:
6400     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6401     layout: "plot-throughput"
6402
6403 -
6404   type: "plot"
6405   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6406   algorithm: "plot_performance_box"
6407   output-file-type: ".html"
6408   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6409   data: "plot-vpp-throughput-latency-3n-skx"
6410   filter: "'NIC_Intel-XXV710' and
6411            '64B' and
6412            ('BASE' or 'SCALE') and
6413            'NDRPDR' and
6414            'ETH' and
6415            '2T1C' and
6416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6417            not 'VHOST' and
6418            not 'MEMIF' and
6419            not 'DRV_AVF'"
6420   parameters:
6421   - "throughput"
6422   - "parent"
6423   - "tags"
6424   sort:
6425   - "L2PATCH"
6426   - "L2XCBASE"
6427   - "BASE"
6428   - "FIB_10K"
6429   - "FIB_100K"
6430   - "FIB_1M"
6431   traces:
6432     hoverinfo: "x+y"
6433     boxpoints: "outliers"
6434     whiskerwidth: 0
6435   layout:
6436     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6437     layout: "plot-throughput"
6438
6439 -
6440   type: "plot"
6441   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6442   algorithm: "plot_performance_box"
6443   output-file-type: ".html"
6444   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6445   data: "plot-vpp-throughput-latency-3n-skx"
6446   filter: "'NIC_Intel-XXV710' and
6447            '64B' and
6448            ('BASE' or 'SCALE') and
6449            'NDRPDR' and
6450            'ETH' and
6451            '4T2C' and
6452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6453            not 'VHOST' and
6454            not 'MEMIF' and
6455            not 'DRV_AVF'"
6456   parameters:
6457   - "throughput"
6458   - "parent"
6459   - "tags"
6460   sort:
6461   - "L2PATCH"
6462   - "L2XCBASE"
6463   - "BASE"
6464   - "FIB_10K"
6465   - "FIB_100K"
6466   - "FIB_1M"
6467   traces:
6468     hoverinfo: "x+y"
6469     boxpoints: "outliers"
6470     whiskerwidth: 0
6471   layout:
6472     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6473     layout: "plot-throughput"
6474
6475 -
6476   type: "plot"
6477   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6478   algorithm: "plot_performance_box"
6479   output-file-type: ".html"
6480   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6481   data: "plot-vpp-throughput-latency-3n-skx"
6482   filter: "'NIC_Intel-XXV710' and
6483            '64B' and
6484            ('BASE' or 'SCALE') and
6485            'NDRPDR' and
6486            'ETH' and
6487            '4T2C' and
6488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6489            not 'VHOST' and
6490            not 'MEMIF' and
6491            not 'DRV_AVF'"
6492   parameters:
6493   - "throughput"
6494   - "parent"
6495   - "tags"
6496   sort:
6497   - "L2PATCH"
6498   - "L2XCBASE"
6499   - "BASE"
6500   - "FIB_10K"
6501   - "FIB_100K"
6502   - "FIB_1M"
6503   traces:
6504     hoverinfo: "x+y"
6505     boxpoints: "outliers"
6506     whiskerwidth: 0
6507   layout:
6508     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6509     layout: "plot-throughput"
6510
6511 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6512 -
6513   type: "plot"
6514   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6515   algorithm: "plot_performance_box"
6516   output-file-type: ".html"
6517   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6518   data: "plot-vpp-throughput-latency-2n-skx"
6519   filter: "'NIC_Intel-X710' and
6520            '64B' and
6521            ('BASE' or 'SCALE') and
6522            'NDRPDR' and
6523            'ETH' and
6524            '2T1C' and
6525            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6526            not 'VHOST' and
6527            not 'MEMIF'"
6528   parameters:
6529   - "throughput"
6530   - "parent"
6531   - "tags"
6532   sort:
6533   - "L2PATCH"
6534   - "L2XCBASE"
6535   - "BASE"
6536   - "FIB_10K"
6537   - "FIB_100K"
6538   - "FIB_1M"
6539   traces:
6540     hoverinfo: "x+y"
6541     boxpoints: "outliers"
6542     whiskerwidth: 0
6543   layout:
6544     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6545     layout: "plot-throughput"
6546
6547 -
6548   type: "plot"
6549   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6550   algorithm: "plot_performance_box"
6551   output-file-type: ".html"
6552   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6553   data: "plot-vpp-throughput-latency-2n-skx"
6554   filter: "'NIC_Intel-X710' and
6555            '64B' and
6556            ('BASE' or 'SCALE') and
6557            'NDRPDR' and
6558            'ETH' and
6559            '2T1C' and
6560            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6561            not 'VHOST' and
6562            not 'MEMIF'"
6563   parameters:
6564   - "throughput"
6565   - "parent"
6566   - "tags"
6567   sort:
6568   - "L2PATCH"
6569   - "L2XCBASE"
6570   - "BASE"
6571   - "FIB_10K"
6572   - "FIB_100K"
6573   - "FIB_1M"
6574   traces:
6575     hoverinfo: "x+y"
6576     boxpoints: "outliers"
6577     whiskerwidth: 0
6578   layout:
6579     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6580     layout: "plot-throughput"
6581
6582 -
6583   type: "plot"
6584   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6585   algorithm: "plot_performance_box"
6586   output-file-type: ".html"
6587   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6588   data: "plot-vpp-throughput-latency-2n-skx"
6589   filter: "'NIC_Intel-X710' and
6590            '64B' and
6591            ('BASE' or 'SCALE') and
6592            'NDRPDR' and
6593            'ETH' and
6594            '4T2C' and
6595            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6596            not 'VHOST' and
6597            not 'MEMIF'"
6598   parameters:
6599   - "throughput"
6600   - "parent"
6601   - "tags"
6602   sort:
6603   - "L2PATCH"
6604   - "L2XCBASE"
6605   - "BASE"
6606   - "FIB_10K"
6607   - "FIB_100K"
6608   - "FIB_1M"
6609   traces:
6610     hoverinfo: "x+y"
6611     boxpoints: "outliers"
6612     whiskerwidth: 0
6613   layout:
6614     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6615     layout: "plot-throughput"
6616
6617 -
6618   type: "plot"
6619   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6620   algorithm: "plot_performance_box"
6621   output-file-type: ".html"
6622   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6623   data: "plot-vpp-throughput-latency-2n-skx"
6624   filter: "'NIC_Intel-X710' and
6625            '64B' and
6626            ('BASE' or 'SCALE') and
6627            'NDRPDR' and
6628            'ETH' and
6629            '4T2C' and
6630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6631            not 'VHOST' and
6632            not 'MEMIF'"
6633   parameters:
6634   - "throughput"
6635   - "parent"
6636   - "tags"
6637   sort:
6638   - "L2PATCH"
6639   - "L2XCBASE"
6640   - "BASE"
6641   - "FIB_10K"
6642   - "FIB_100K"
6643   - "FIB_1M"
6644   traces:
6645     hoverinfo: "x+y"
6646     boxpoints: "outliers"
6647     whiskerwidth: 0
6648   layout:
6649     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6650     layout: "plot-throughput"
6651
6652 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6653 -
6654   type: "plot"
6655   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6656   algorithm: "plot_performance_box"
6657   output-file-type: ".html"
6658   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6659   data: "plot-vpp-throughput-latency-2n-skx"
6660   filter: "'NIC_Intel-XXV710' and
6661            '64B' and
6662            ('BASE' or 'SCALE') and
6663            'NDRPDR' and
6664            'ETH' and
6665            '2T1C' and
6666            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6667            not 'VHOST' and
6668            not 'MEMIF'"
6669   parameters:
6670   - "throughput"
6671   - "parent"
6672   - "tags"
6673   sort:
6674   - "L2PATCH"
6675   - "L2XCBASE"
6676   - "BASE"
6677   - "FIB_10K"
6678   - "FIB_100K"
6679   - "FIB_1M"
6680   traces:
6681     hoverinfo: "x+y"
6682     boxpoints: "outliers"
6683     whiskerwidth: 0
6684   layout:
6685     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6686     layout: "plot-throughput"
6687
6688 -
6689   type: "plot"
6690   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6691   algorithm: "plot_performance_box"
6692   output-file-type: ".html"
6693   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6694   data: "plot-vpp-throughput-latency-2n-skx"
6695   filter: "'NIC_Intel-XXV710' and
6696            '64B' and
6697            ('BASE' or 'SCALE') and
6698            'NDRPDR' and
6699            'ETH' and
6700            '2T1C' and
6701            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6702            not 'VHOST' and
6703            not 'MEMIF'"
6704   parameters:
6705   - "throughput"
6706   - "parent"
6707   - "tags"
6708   sort:
6709   - "L2PATCH"
6710   - "L2XCBASE"
6711   - "BASE"
6712   - "FIB_10K"
6713   - "FIB_100K"
6714   - "FIB_1M"
6715   traces:
6716     hoverinfo: "x+y"
6717     boxpoints: "outliers"
6718     whiskerwidth: 0
6719   layout:
6720     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6721     layout: "plot-throughput"
6722
6723 -
6724   type: "plot"
6725   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6726   algorithm: "plot_performance_box"
6727   output-file-type: ".html"
6728   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6729   data: "plot-vpp-throughput-latency-2n-skx"
6730   filter: "'NIC_Intel-XXV710' and
6731            '64B' and
6732            ('BASE' or 'SCALE') and
6733            'NDRPDR' and
6734            'ETH' and
6735            '4T2C' and
6736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6737            not 'VHOST' and
6738            not 'MEMIF'"
6739   parameters:
6740   - "throughput"
6741   - "parent"
6742   - "tags"
6743   sort:
6744   - "L2PATCH"
6745   - "L2XCBASE"
6746   - "BASE"
6747   - "FIB_10K"
6748   - "FIB_100K"
6749   - "FIB_1M"
6750   traces:
6751     hoverinfo: "x+y"
6752     boxpoints: "outliers"
6753     whiskerwidth: 0
6754   layout:
6755     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6756     layout: "plot-throughput"
6757
6758 -
6759   type: "plot"
6760   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6761   algorithm: "plot_performance_box"
6762   output-file-type: ".html"
6763   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6764   data: "plot-vpp-throughput-latency-2n-skx"
6765   filter: "'NIC_Intel-XXV710' and
6766            '64B' and
6767            ('BASE' or 'SCALE') and
6768            'NDRPDR' and
6769            'ETH' and
6770            '4T2C' and
6771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6772            not 'VHOST' and
6773            not 'MEMIF'"
6774   parameters:
6775   - "throughput"
6776   - "parent"
6777   - "tags"
6778   sort:
6779   - "L2PATCH"
6780   - "L2XCBASE"
6781   - "BASE"
6782   - "FIB_10K"
6783   - "FIB_100K"
6784   - "FIB_1M"
6785   traces:
6786     hoverinfo: "x+y"
6787     boxpoints: "outliers"
6788     whiskerwidth: 0
6789   layout:
6790     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6791     layout: "plot-throughput"
6792
6793 # Packet Throughput - VPP L2 2n-dnv-x553 base
6794 -
6795   type: "plot"
6796   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6797   algorithm: "plot_performance_box"
6798   output-file-type: ".html"
6799   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6800   data: "intel-dnv-vpp"
6801   filter: "'NIC_Intel-X553' and
6802            '64B' and
6803            'BASE' and
6804            'NDRPDR' and
6805            'ETH' and
6806            '1T1C' and
6807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6808            not 'VHOST' and
6809            not 'MEMIF'"
6810   parameters:
6811   - "throughput"
6812   - "parent"
6813   - "tags"
6814   sort:
6815   - "L2XCBASE"
6816   - "L2BDMACLRN"
6817   - "L2PATCH"
6818   traces:
6819     hoverinfo: "x+y"
6820     boxpoints: "outliers"
6821     whiskerwidth: 0
6822   layout:
6823     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6824     layout: "plot-throughput"
6825
6826 -
6827   type: "plot"
6828   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6829   algorithm: "plot_performance_box"
6830   output-file-type: ".html"
6831   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6832   data: "intel-dnv-vpp"
6833   filter: "'NIC_Intel-X553' and
6834            '64B' and
6835            ('BASE' or 'SCALE') and
6836            'NDRPDR' and
6837            'ETH' and
6838            '1T1C' and
6839            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6840            not 'VHOST' and
6841            not 'MEMIF'"
6842   parameters:
6843   - "throughput"
6844   - "parent"
6845   - "tags"
6846   sort:
6847   - "L2XCBASE"
6848   - "L2BDMACLRN"
6849   - "L2PATCH"
6850   traces:
6851     hoverinfo: "x+y"
6852     boxpoints: "outliers"
6853     whiskerwidth: 0
6854   layout:
6855     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6856     layout: "plot-throughput"
6857
6858 -
6859   type: "plot"
6860   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6861   algorithm: "plot_performance_box"
6862   output-file-type: ".html"
6863   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6864   data: "intel-dnv-vpp"
6865   filter: "'NIC_Intel-X553' and
6866            '64B' and
6867            ('BASE' or 'SCALE') and
6868            'NDRPDR' and
6869            'ETH' and
6870            '2T2C' and
6871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6872            not 'VHOST' and
6873            not 'MEMIF'"
6874   parameters:
6875   - "throughput"
6876   - "parent"
6877   - "tags"
6878   sort:
6879   - "L2XCBASE"
6880   - "L2BDMACLRN"
6881   - "L2PATCH"
6882   traces:
6883     hoverinfo: "x+y"
6884     boxpoints: "outliers"
6885     whiskerwidth: 0
6886   layout:
6887     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6888     layout: "plot-throughput"
6889
6890 -
6891   type: "plot"
6892   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6893   algorithm: "plot_performance_box"
6894   output-file-type: ".html"
6895   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6896   data: "intel-dnv-vpp"
6897   filter: "'NIC_Intel-X553' and
6898            '64B' and
6899            ('BASE' or 'SCALE') and
6900            'NDRPDR' and
6901            'ETH' and
6902            '2T2C' and
6903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6904            not 'VHOST' and
6905            not 'MEMIF'"
6906   parameters:
6907   - "throughput"
6908   - "parent"
6909   - "tags"
6910   sort:
6911   - "L2XCBASE"
6912   - "L2BDMACLRN"
6913   - "L2PATCH"
6914   traces:
6915     hoverinfo: "x+y"
6916     boxpoints: "outliers"
6917     whiskerwidth: 0
6918   layout:
6919     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6920     layout: "plot-throughput"
6921
6922 ################################################################################
6923
6924 # Packet Throughput - VPP Container Memif 3n-hsw-x520
6925 -
6926   type: "plot"
6927   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6928   algorithm: "plot_performance_box"
6929   output-file-type: ".html"
6930   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6931   data: "plot-vpp-throughput-latency-3n-hsw"
6932   filter: "'NIC_Intel-X520-DA2' and
6933            '64B' and
6934            ('BASE' or 'SCALE') and
6935            'NDRPDR' and
6936            '1T1C' and
6937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6938            not 'VHOST' and
6939            'MEMIF'"
6940   parameters:
6941   - "throughput"
6942   - "parent"
6943   - "tags"
6944   sort:
6945   - "L2XCFWD"
6946   - "L2XCFWD"
6947   - "L2XCFWD"
6948   - "L2BDMACLRN"
6949   - "L2BDMACLRN"
6950   - "L2BDMACLRN"
6951   traces:
6952     hoverinfo: "x+y"
6953     boxpoints: "outliers"
6954     whiskerwidth: 0
6955   layout:
6956     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6957     layout: "plot-throughput"
6958
6959 -
6960   type: "plot"
6961   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6962   algorithm: "plot_performance_box"
6963   output-file-type: ".html"
6964   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6965   data: "plot-vpp-throughput-latency-3n-hsw"
6966   filter: "'NIC_Intel-X520-DA2' and
6967            '64B' and
6968            ('BASE' or 'SCALE') and
6969            'NDRPDR' and
6970            '1T1C' and
6971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6972            not 'VHOST' and
6973            'MEMIF'"
6974   parameters:
6975   - "throughput"
6976   - "parent"
6977   - "tags"
6978   sort:
6979   - "L2XCFWD"
6980   - "L2XCFWD"
6981   - "L2XCFWD"
6982   - "L2BDMACLRN"
6983   - "L2BDMACLRN"
6984   - "L2BDMACLRN"
6985   traces:
6986     hoverinfo: "x+y"
6987     boxpoints: "outliers"
6988     whiskerwidth: 0
6989   layout:
6990     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6991     layout: "plot-throughput"
6992
6993 -
6994   type: "plot"
6995   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6996   algorithm: "plot_performance_box"
6997   output-file-type: ".html"
6998   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6999   data: "plot-vpp-throughput-latency-3n-hsw"
7000   filter: "'NIC_Intel-X520-DA2' and
7001            '64B' and
7002            ('BASE' or 'SCALE') and
7003            'NDRPDR' and
7004            '2T2C' and
7005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7006            not 'VHOST' and
7007            'MEMIF'"
7008   parameters:
7009   - "throughput"
7010   - "parent"
7011   - "tags"
7012   sort:
7013   - "L2XCFWD"
7014   - "L2XCFWD"
7015   - "L2XCFWD"
7016   - "L2BDMACLRN"
7017   - "L2BDMACLRN"
7018   - "L2BDMACLRN"
7019   traces:
7020     hoverinfo: "x+y"
7021     boxpoints: "outliers"
7022     whiskerwidth: 0
7023   layout:
7024     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7025     layout: "plot-throughput"
7026
7027 -
7028   type: "plot"
7029   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7030   algorithm: "plot_performance_box"
7031   output-file-type: ".html"
7032   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7033   data: "plot-vpp-throughput-latency-3n-hsw"
7034   filter: "'NIC_Intel-X520-DA2' and
7035            '64B' and
7036            ('BASE' or 'SCALE') and
7037            'NDRPDR' and
7038            '2T2C' and
7039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7040            not 'VHOST' and
7041            'MEMIF'"
7042   parameters:
7043   - "throughput"
7044   - "parent"
7045   - "tags"
7046   sort:
7047   - "L2XCFWD"
7048   - "L2XCFWD"
7049   - "L2XCFWD"
7050   - "L2BDMACLRN"
7051   - "L2BDMACLRN"
7052   - "L2BDMACLRN"
7053   traces:
7054     hoverinfo: "x+y"
7055     boxpoints: "outliers"
7056     whiskerwidth: 0
7057   layout:
7058     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7059     layout: "plot-throughput"
7060
7061 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7062 -
7063   type: "plot"
7064   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7065   algorithm: "plot_performance_box"
7066   output-file-type: ".html"
7067   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7068   data: "plot-vpp-throughput-latency-3n-hsw"
7069   filter: "'NIC_Intel-X710' and
7070            '64B' and
7071            ('BASE' or 'SCALE') and
7072            'NDRPDR' and
7073            '1T1C' and
7074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7075            not 'VHOST' and
7076            'MEMIF'"
7077   parameters:
7078   - "throughput"
7079   - "parent"
7080   - "tags"
7081   sort:
7082   - "L2XCFWD"
7083   - "L2XCFWD"
7084   - "L2XCFWD"
7085   - "L2BDMACLRN"
7086   - "L2BDMACLRN"
7087   - "L2BDMACLRN"
7088   traces:
7089     hoverinfo: "x+y"
7090     boxpoints: "outliers"
7091     whiskerwidth: 0
7092   layout:
7093     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7094     layout: "plot-throughput"
7095
7096 -
7097   type: "plot"
7098   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7099   algorithm: "plot_performance_box"
7100   output-file-type: ".html"
7101   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7102   data: "plot-vpp-throughput-latency-3n-hsw"
7103   filter: "'NIC_Intel-X710' and
7104            '64B' and
7105            ('BASE' or 'SCALE') and
7106            'NDRPDR' and
7107            '1T1C' and
7108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7109            not 'VHOST' and
7110            'MEMIF'"
7111   parameters:
7112   - "throughput"
7113   - "parent"
7114   - "tags"
7115   sort:
7116   - "L2XCFWD"
7117   - "L2XCFWD"
7118   - "L2XCFWD"
7119   - "L2BDMACLRN"
7120   - "L2BDMACLRN"
7121   - "L2BDMACLRN"
7122   traces:
7123     hoverinfo: "x+y"
7124     boxpoints: "outliers"
7125     whiskerwidth: 0
7126   layout:
7127     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7128     layout: "plot-throughput"
7129
7130 -
7131   type: "plot"
7132   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7133   algorithm: "plot_performance_box"
7134   output-file-type: ".html"
7135   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7136   data: "plot-vpp-throughput-latency-3n-hsw"
7137   filter: "'NIC_Intel-X710' and
7138            '64B' and
7139            ('BASE' or 'SCALE') and
7140            'NDRPDR' and
7141            '2T2C' and
7142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7143            not 'VHOST' and
7144            'MEMIF'"
7145   parameters:
7146   - "throughput"
7147   - "parent"
7148   - "tags"
7149   sort:
7150   - "L2XCFWD"
7151   - "L2XCFWD"
7152   - "L2XCFWD"
7153   - "L2BDMACLRN"
7154   - "L2BDMACLRN"
7155   - "L2BDMACLRN"
7156   traces:
7157     hoverinfo: "x+y"
7158     boxpoints: "outliers"
7159     whiskerwidth: 0
7160   layout:
7161     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7162     layout: "plot-throughput"
7163
7164 -
7165   type: "plot"
7166   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7167   algorithm: "plot_performance_box"
7168   output-file-type: ".html"
7169   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7170   data: "plot-vpp-throughput-latency-3n-hsw"
7171   filter: "'NIC_Intel-X710' and
7172            '64B' and
7173            ('BASE' or 'SCALE') and
7174            'NDRPDR' and
7175            '2T2C' and
7176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7177            not 'VHOST' and
7178            'MEMIF'"
7179   parameters:
7180   - "throughput"
7181   - "parent"
7182   - "tags"
7183   sort:
7184   - "L2XCFWD"
7185   - "L2XCFWD"
7186   - "L2XCFWD"
7187   - "L2BDMACLRN"
7188   - "L2BDMACLRN"
7189   - "L2BDMACLRN"
7190   traces:
7191     hoverinfo: "x+y"
7192     boxpoints: "outliers"
7193     whiskerwidth: 0
7194   layout:
7195     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7196     layout: "plot-throughput"
7197
7198 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7199 -
7200   type: "plot"
7201   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7202   algorithm: "plot_performance_box"
7203   output-file-type: ".html"
7204   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7205   data: "plot-vpp-throughput-latency-3n-hsw"
7206   filter: "'NIC_Intel-XL710' and
7207            '64B' and
7208            ('BASE' or 'SCALE') and
7209            'NDRPDR' and
7210            '1T1C' and
7211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7212            not 'VHOST' and
7213            'MEMIF'"
7214   parameters:
7215   - "throughput"
7216   - "parent"
7217   - "tags"
7218   sort:
7219   - "L2XCFWD"
7220   - "L2XCFWD"
7221   - "L2XCFWD"
7222   - "L2BDMACLRN"
7223   - "L2BDMACLRN"
7224   - "L2BDMACLRN"
7225   traces:
7226     hoverinfo: "x+y"
7227     boxpoints: "outliers"
7228     whiskerwidth: 0
7229   layout:
7230     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7231     layout: "plot-throughput"
7232
7233 -
7234   type: "plot"
7235   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7236   algorithm: "plot_performance_box"
7237   output-file-type: ".html"
7238   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7239   data: "plot-vpp-throughput-latency-3n-hsw"
7240   filter: "'NIC_Intel-XL710' and
7241            '64B' and
7242            ('BASE' or 'SCALE') and
7243            'NDRPDR' and
7244            '1T1C' and
7245            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7246            not 'VHOST' and
7247            'MEMIF'"
7248   parameters:
7249   - "throughput"
7250   - "parent"
7251   - "tags"
7252   sort:
7253   - "L2XCFWD"
7254   - "L2XCFWD"
7255   - "L2XCFWD"
7256   - "L2BDMACLRN"
7257   - "L2BDMACLRN"
7258   - "L2BDMACLRN"
7259   traces:
7260     hoverinfo: "x+y"
7261     boxpoints: "outliers"
7262     whiskerwidth: 0
7263   layout:
7264     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7265     layout: "plot-throughput"
7266
7267 -
7268   type: "plot"
7269   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7270   algorithm: "plot_performance_box"
7271   output-file-type: ".html"
7272   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7273   data: "plot-vpp-throughput-latency-3n-hsw"
7274   filter: "'NIC_Intel-XL710' and
7275            '64B' and
7276            ('BASE' or 'SCALE') and
7277            'NDRPDR' and
7278            '2T2C' and
7279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7280            not 'VHOST' and
7281            'MEMIF'"
7282   parameters:
7283   - "throughput"
7284   - "parent"
7285   - "tags"
7286   sort:
7287   - "L2XCFWD"
7288   - "L2XCFWD"
7289   - "L2XCFWD"
7290   - "L2BDMACLRN"
7291   - "L2BDMACLRN"
7292   - "L2BDMACLRN"
7293   traces:
7294     hoverinfo: "x+y"
7295     boxpoints: "outliers"
7296     whiskerwidth: 0
7297   layout:
7298     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7299     layout: "plot-throughput"
7300
7301 -
7302   type: "plot"
7303   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7304   algorithm: "plot_performance_box"
7305   output-file-type: ".html"
7306   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7307   data: "plot-vpp-throughput-latency-3n-hsw"
7308   filter: "'NIC_Intel-XL710' and
7309            '64B' and
7310            ('BASE' or 'SCALE') and
7311            'NDRPDR' and
7312            '2T2C' and
7313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7314            not 'VHOST' and
7315            'MEMIF'"
7316   parameters:
7317   - "throughput"
7318   - "parent"
7319   - "tags"
7320   sort:
7321   - "L2XCFWD"
7322   - "L2XCFWD"
7323   - "L2XCFWD"
7324   - "L2BDMACLRN"
7325   - "L2BDMACLRN"
7326   - "L2BDMACLRN"
7327   traces:
7328     hoverinfo: "x+y"
7329     boxpoints: "outliers"
7330     whiskerwidth: 0
7331   layout:
7332     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7333     layout: "plot-throughput"
7334
7335 # Packet Throughput - VPP Container Memif 3n-skx-x710
7336 -
7337   type: "plot"
7338   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7339   algorithm: "plot_performance_box"
7340   output-file-type: ".html"
7341   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7342   data: "plot-vpp-throughput-latency-3n-skx"
7343   filter: "'NIC_Intel-X710' and
7344            '64B' and
7345            ('BASE' or 'SCALE') and
7346            'NDRPDR' and
7347            '2T1C' and
7348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7349            not 'VHOST' and
7350            'MEMIF'"
7351   parameters:
7352   - "throughput"
7353   - "parent"
7354   - "tags"
7355   sort:
7356   - "L2XCFWD"
7357   - "L2XCFWD"
7358   - "L2XCFWD"
7359   - "L2BDMACLRN"
7360   - "L2BDMACLRN"
7361   - "L2BDMACLRN"
7362   traces:
7363     hoverinfo: "x+y"
7364     boxpoints: "outliers"
7365     whiskerwidth: 0
7366   layout:
7367     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7368     layout: "plot-throughput"
7369
7370 -
7371   type: "plot"
7372   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7373   algorithm: "plot_performance_box"
7374   output-file-type: ".html"
7375   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7376   data: "plot-vpp-throughput-latency-3n-skx"
7377   filter: "'NIC_Intel-X710' and
7378            '64B' and
7379            ('BASE' or 'SCALE') and
7380            'NDRPDR' and
7381            '2T1C' and
7382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7383            not 'VHOST' and
7384            'MEMIF'"
7385   parameters:
7386   - "throughput"
7387   - "parent"
7388   - "tags"
7389   sort:
7390   - "L2XCFWD"
7391   - "L2XCFWD"
7392   - "L2XCFWD"
7393   - "L2BDMACLRN"
7394   - "L2BDMACLRN"
7395   - "L2BDMACLRN"
7396   traces:
7397     hoverinfo: "x+y"
7398     boxpoints: "outliers"
7399     whiskerwidth: 0
7400   layout:
7401     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7402     layout: "plot-throughput"
7403
7404 -
7405   type: "plot"
7406   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7407   algorithm: "plot_performance_box"
7408   output-file-type: ".html"
7409   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7410   data: "plot-vpp-throughput-latency-3n-skx"
7411   filter: "'NIC_Intel-X710' and
7412            '64B' and
7413            ('BASE' or 'SCALE') and
7414            'NDRPDR' and
7415            '4T2C' and
7416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7417            not 'VHOST' and
7418            'MEMIF'"
7419   parameters:
7420   - "throughput"
7421   - "parent"
7422   - "tags"
7423   sort:
7424   - "L2XCFWD"
7425   - "L2XCFWD"
7426   - "L2XCFWD"
7427   - "L2BDMACLRN"
7428   - "L2BDMACLRN"
7429   - "L2BDMACLRN"
7430   traces:
7431     hoverinfo: "x+y"
7432     boxpoints: "outliers"
7433     whiskerwidth: 0
7434   layout:
7435     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7436     layout: "plot-throughput"
7437
7438 -
7439   type: "plot"
7440   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7441   algorithm: "plot_performance_box"
7442   output-file-type: ".html"
7443   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7444   data: "plot-vpp-throughput-latency-3n-skx"
7445   filter: "'NIC_Intel-X710' and
7446            '64B' and
7447            ('BASE' or 'SCALE') and
7448            'NDRPDR' and
7449            '4T2C' and
7450            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7451            not 'VHOST' and
7452            'MEMIF'"
7453   parameters:
7454   - "throughput"
7455   - "parent"
7456   - "tags"
7457   sort:
7458   - "L2XCFWD"
7459   - "L2XCFWD"
7460   - "L2XCFWD"
7461   - "L2BDMACLRN"
7462   - "L2BDMACLRN"
7463   - "L2BDMACLRN"
7464   traces:
7465     hoverinfo: "x+y"
7466     boxpoints: "outliers"
7467     whiskerwidth: 0
7468   layout:
7469     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7470     layout: "plot-throughput"
7471
7472 # Packet Throughput - VPP Container Memif 2n-skx-x710
7473 -
7474   type: "plot"
7475   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7476   algorithm: "plot_performance_box"
7477   output-file-type: ".html"
7478   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7479   data: "plot-vpp-throughput-latency-2n-skx"
7480   filter: "'NIC_Intel-X710' and
7481            '64B' and
7482            ('BASE' or 'SCALE') and
7483            'NDRPDR' and
7484            '2T1C' and
7485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7486            not 'VHOST' and
7487            'MEMIF'"
7488   parameters:
7489   - "throughput"
7490   - "parent"
7491   - "tags"
7492   sort:
7493   - "L2XCFWD"
7494   - "L2XCFWD"
7495   - "L2XCFWD"
7496   - "L2BDMACLRN"
7497   - "L2BDMACLRN"
7498   - "L2BDMACLRN"
7499   traces:
7500     hoverinfo: "x+y"
7501     boxpoints: "outliers"
7502     whiskerwidth: 0
7503   layout:
7504     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7505     layout: "plot-throughput"
7506
7507 -
7508   type: "plot"
7509   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7510   algorithm: "plot_performance_box"
7511   output-file-type: ".html"
7512   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7513   data: "plot-vpp-throughput-latency-2n-skx"
7514   filter: "'NIC_Intel-X710' and
7515            '64B' and
7516            ('BASE' or 'SCALE') and
7517            'NDRPDR' and
7518            '2T1C' and
7519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7520            not 'VHOST' and
7521            'MEMIF'"
7522   parameters:
7523   - "throughput"
7524   - "parent"
7525   - "tags"
7526   sort:
7527   - "L2XCFWD"
7528   - "L2XCFWD"
7529   - "L2XCFWD"
7530   - "L2BDMACLRN"
7531   - "L2BDMACLRN"
7532   - "L2BDMACLRN"
7533   traces:
7534     hoverinfo: "x+y"
7535     boxpoints: "outliers"
7536     whiskerwidth: 0
7537   layout:
7538     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7539     layout: "plot-throughput"
7540
7541 -
7542   type: "plot"
7543   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7544   algorithm: "plot_performance_box"
7545   output-file-type: ".html"
7546   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7547   data: "plot-vpp-throughput-latency-2n-skx"
7548   filter: "'NIC_Intel-X710' and
7549            '64B' and
7550            ('BASE' or 'SCALE') and
7551            'NDRPDR' and
7552            '4T2C' and
7553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7554            not 'VHOST' and
7555            'MEMIF'"
7556   parameters:
7557   - "throughput"
7558   - "parent"
7559   - "tags"
7560   sort:
7561   - "L2XCFWD"
7562   - "L2XCFWD"
7563   - "L2XCFWD"
7564   - "L2BDMACLRN"
7565   - "L2BDMACLRN"
7566   - "L2BDMACLRN"
7567   traces:
7568     hoverinfo: "x+y"
7569     boxpoints: "outliers"
7570     whiskerwidth: 0
7571   layout:
7572     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7573     layout: "plot-throughput"
7574
7575 -
7576   type: "plot"
7577   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7578   algorithm: "plot_performance_box"
7579   output-file-type: ".html"
7580   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7581   data: "plot-vpp-throughput-latency-2n-skx"
7582   filter: "'NIC_Intel-X710' and
7583            '64B' and
7584            ('BASE' or 'SCALE') and
7585            'NDRPDR' and
7586            '4T2C' and
7587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7588            not 'VHOST' and
7589            'MEMIF'"
7590   parameters:
7591   - "throughput"
7592   - "parent"
7593   - "tags"
7594   sort:
7595   - "L2XCFWD"
7596   - "L2XCFWD"
7597   - "L2XCFWD"
7598   - "L2BDMACLRN"
7599   - "L2BDMACLRN"
7600   - "L2BDMACLRN"
7601   traces:
7602     hoverinfo: "x+y"
7603     boxpoints: "outliers"
7604     whiskerwidth: 0
7605   layout:
7606     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7607     layout: "plot-throughput"
7608
7609 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7610 -
7611   type: "plot"
7612   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7613   algorithm: "plot_performance_box"
7614   output-file-type: ".html"
7615   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7616   data: "plot-vpp-throughput-latency-2n-skx"
7617   filter: "'NIC_Intel-XXV710' and
7618            '64B' and
7619            ('BASE' or 'SCALE') and
7620            'NDRPDR' and
7621            '2T1C' and
7622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7623            not 'VHOST' and
7624            'MEMIF'"
7625   parameters:
7626   - "throughput"
7627   - "parent"
7628   - "tags"
7629   sort:
7630   - "L2XCFWD"
7631   - "L2XCFWD"
7632   - "L2XCFWD"
7633   - "L2BDMACLRN"
7634   - "L2BDMACLRN"
7635   - "L2BDMACLRN"
7636   traces:
7637     hoverinfo: "x+y"
7638     boxpoints: "outliers"
7639     whiskerwidth: 0
7640   layout:
7641     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7642     layout: "plot-throughput"
7643
7644 -
7645   type: "plot"
7646   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7647   algorithm: "plot_performance_box"
7648   output-file-type: ".html"
7649   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7650   data: "plot-vpp-throughput-latency-2n-skx"
7651   filter: "'NIC_Intel-XXV710' and
7652            '64B' and
7653            ('BASE' or 'SCALE') and
7654            'NDRPDR' and
7655            '2T1C' and
7656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7657            not 'VHOST' and
7658            'MEMIF'"
7659   parameters:
7660   - "throughput"
7661   - "parent"
7662   - "tags"
7663   sort:
7664   - "L2XCFWD"
7665   - "L2XCFWD"
7666   - "L2XCFWD"
7667   - "L2BDMACLRN"
7668   - "L2BDMACLRN"
7669   - "L2BDMACLRN"
7670   traces:
7671     hoverinfo: "x+y"
7672     boxpoints: "outliers"
7673     whiskerwidth: 0
7674   layout:
7675     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7676     layout: "plot-throughput"
7677
7678 -
7679   type: "plot"
7680   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7681   algorithm: "plot_performance_box"
7682   output-file-type: ".html"
7683   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7684   data: "plot-vpp-throughput-latency-2n-skx"
7685   filter: "'NIC_Intel-XXV710' and
7686            '64B' and
7687            ('BASE' or 'SCALE') and
7688            'NDRPDR' and
7689            '4T2C' and
7690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7691            not 'VHOST' and
7692            'MEMIF'"
7693   parameters:
7694   - "throughput"
7695   - "parent"
7696   - "tags"
7697   sort:
7698   - "L2XCFWD"
7699   - "L2XCFWD"
7700   - "L2XCFWD"
7701   - "L2BDMACLRN"
7702   - "L2BDMACLRN"
7703   - "L2BDMACLRN"
7704   traces:
7705     hoverinfo: "x+y"
7706     boxpoints: "outliers"
7707     whiskerwidth: 0
7708   layout:
7709     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7710     layout: "plot-throughput"
7711
7712 -
7713   type: "plot"
7714   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7715   algorithm: "plot_performance_box"
7716   output-file-type: ".html"
7717   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7718   data: "plot-vpp-throughput-latency-2n-skx"
7719   filter: "'NIC_Intel-XXV710' and
7720            '64B' and
7721            ('BASE' or 'SCALE') and
7722            'NDRPDR' and
7723            '4T2C' and
7724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7725            not 'VHOST' and
7726            'MEMIF'"
7727   parameters:
7728   - "throughput"
7729   - "parent"
7730   - "tags"
7731   sort:
7732   - "L2XCFWD"
7733   - "L2XCFWD"
7734   - "L2XCFWD"
7735   - "L2BDMACLRN"
7736   - "L2BDMACLRN"
7737   - "L2BDMACLRN"
7738   traces:
7739     hoverinfo: "x+y"
7740     boxpoints: "outliers"
7741     whiskerwidth: 0
7742   layout:
7743     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7744     layout: "plot-throughput"
7745
7746 ################################################################################
7747
7748 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7749 -
7750   type: "plot"
7751   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7752   algorithm: "plot_performance_box"
7753   output-file-type: ".html"
7754   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7755   data: "plot-ligato-throughput-latency-3n-hsw"
7756   filter: "'NIC_Intel-X520-DA2' and
7757            '64B' and
7758            ('BASE' or 'SCALE') and
7759            'NDRPDR' and
7760            '1T1C' and
7761            'L2XCFWD' and
7762            not 'VHOST' and
7763            'MEMIF'"
7764   parameters:
7765   - "throughput"
7766   - "parent"
7767   - "tags"
7768   sort:
7769   - "1VNF"
7770   - "2VNF"
7771   - "4VNF"
7772   - "2VNF"
7773   - "4VNF"
7774   traces:
7775     hoverinfo: "x+y"
7776     boxpoints: "outliers"
7777     whiskerwidth: 0
7778   layout:
7779     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7780     layout: "plot-throughput"
7781
7782 -
7783   type: "plot"
7784   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7785   algorithm: "plot_performance_box"
7786   output-file-type: ".html"
7787   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7788   data: "plot-ligato-throughput-latency-3n-hsw"
7789   filter: "'NIC_Intel-X520-DA2' and
7790            '64B' and
7791            ('BASE' or 'SCALE') and
7792            'NDRPDR' and
7793            '1T1C' and
7794            'L2XCFWD' and
7795            not 'VHOST' and
7796            'MEMIF'"
7797   parameters:
7798   - "throughput"
7799   - "parent"
7800   - "tags"
7801   sort:
7802   - "1VNF"
7803   - "2VNF"
7804   - "4VNF"
7805   - "2VNF"
7806   - "4VNF"
7807   traces:
7808     hoverinfo: "x+y"
7809     boxpoints: "outliers"
7810     whiskerwidth: 0
7811   layout:
7812     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7813     layout: "plot-throughput"
7814
7815 -
7816   type: "plot"
7817   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7818   algorithm: "plot_performance_box"
7819   output-file-type: ".html"
7820   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7821   data: "plot-ligato-throughput-latency-3n-hsw"
7822   filter: "'NIC_Intel-X520-DA2' and
7823            '64B' and
7824            ('BASE' or 'SCALE') and
7825            'NDRPDR' and
7826            '2T2C' and
7827            'L2XCFWD' and
7828            not 'VHOST' and
7829            'MEMIF'"
7830   parameters:
7831   - "throughput"
7832   - "parent"
7833   - "tags"
7834   sort:
7835   - "1VNF"
7836   - "2VNF"
7837   - "4VNF"
7838   - "2VNF"
7839   - "4VNF"
7840   traces:
7841     hoverinfo: "x+y"
7842     boxpoints: "outliers"
7843     whiskerwidth: 0
7844   layout:
7845     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7846     layout: "plot-throughput"
7847
7848 -
7849   type: "plot"
7850   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7851   algorithm: "plot_performance_box"
7852   output-file-type: ".html"
7853   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7854   data: "plot-ligato-throughput-latency-3n-hsw"
7855   filter: "'NIC_Intel-X520-DA2' and
7856            '64B' and
7857            ('BASE' or 'SCALE') and
7858            'NDRPDR' and
7859            '2T2C' and
7860            'L2XCFWD' and
7861            not 'VHOST' and
7862            'MEMIF'"
7863   parameters:
7864   - "throughput"
7865   - "parent"
7866   - "tags"
7867   sort:
7868   - "1VNF"
7869   - "2VNF"
7870   - "4VNF"
7871   - "2VNF"
7872   - "4VNF"
7873   traces:
7874     hoverinfo: "x+y"
7875     boxpoints: "outliers"
7876     whiskerwidth: 0
7877   layout:
7878     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7879     layout: "plot-throughput"
7880
7881 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
7882 -
7883   type: "plot"
7884   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7885   algorithm: "plot_performance_box"
7886   output-file-type: ".html"
7887   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7888   data: "plot-ligato-throughput-latency-3n-hsw"
7889   filter: "'NIC_Intel-X520-DA2' and
7890            '64B' and
7891            ('BASE' or 'SCALE') and
7892            'NDRPDR' and
7893            '1T1C' and
7894            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7895            not 'VHOST' and
7896            'MEMIF'"
7897   parameters:
7898   - "throughput"
7899   - "parent"
7900   - "tags"
7901   sort:
7902   - "1VNF"
7903   - "2VNF"
7904   - "4VNF"
7905   - "2VNF"
7906   - "4VNF"
7907   traces:
7908     hoverinfo: "x+y"
7909     boxpoints: "outliers"
7910     whiskerwidth: 0
7911   layout:
7912     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7913     layout: "plot-throughput"
7914
7915 -
7916   type: "plot"
7917   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7918   algorithm: "plot_performance_box"
7919   output-file-type: ".html"
7920   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7921   data: "plot-ligato-throughput-latency-3n-hsw"
7922   filter: "'NIC_Intel-X520-DA2' and
7923            '64B' and
7924            ('BASE' or 'SCALE') and
7925            'NDRPDR' and
7926            '1T1C' and
7927            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7928            not 'VHOST' and
7929            'MEMIF'"
7930   parameters:
7931   - "throughput"
7932   - "parent"
7933   - "tags"
7934   sort:
7935   - "1VNF"
7936   - "2VNF"
7937   - "4VNF"
7938   - "2VNF"
7939   - "4VNF"
7940   traces:
7941     hoverinfo: "x+y"
7942     boxpoints: "outliers"
7943     whiskerwidth: 0
7944   layout:
7945     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7946     layout: "plot-throughput"
7947
7948 -
7949   type: "plot"
7950   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7951   algorithm: "plot_performance_box"
7952   output-file-type: ".html"
7953   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7954   data: "plot-ligato-throughput-latency-3n-hsw"
7955   filter: "'NIC_Intel-X520-DA2' and
7956            '64B' and
7957            ('BASE' or 'SCALE') and
7958            'NDRPDR' and
7959            '2T2C' and
7960            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7961            not 'VHOST' and
7962            'MEMIF'"
7963   parameters:
7964   - "throughput"
7965   - "parent"
7966   - "tags"
7967   sort:
7968   - "1VNF"
7969   - "2VNF"
7970   - "4VNF"
7971   - "2VNF"
7972   - "4VNF"
7973   traces:
7974     hoverinfo: "x+y"
7975     boxpoints: "outliers"
7976     whiskerwidth: 0
7977   layout:
7978     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7979     layout: "plot-throughput"
7980
7981 -
7982   type: "plot"
7983   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7984   algorithm: "plot_performance_box"
7985   output-file-type: ".html"
7986   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7987   data: "plot-ligato-throughput-latency-3n-hsw"
7988   filter: "'NIC_Intel-X520-DA2' and
7989            '64B' and
7990            ('BASE' or 'SCALE') and
7991            'NDRPDR' and
7992            '2T2C' and
7993            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7994            not 'VHOST' and
7995            'MEMIF'"
7996   parameters:
7997   - "throughput"
7998   - "parent"
7999   - "tags"
8000   sort:
8001   - "1VNF"
8002   - "2VNF"
8003   - "4VNF"
8004   - "2VNF"
8005   - "4VNF"
8006   traces:
8007     hoverinfo: "x+y"
8008     boxpoints: "outliers"
8009     whiskerwidth: 0
8010   layout:
8011     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8012     layout: "plot-throughput"
8013
8014 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8015 -
8016   type: "plot"
8017   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8018   algorithm: "plot_performance_box"
8019   output-file-type: ".html"
8020   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8021   data: "plot-ligato-throughput-latency-3n-hsw"
8022   filter: "'NIC_Intel-X710' and
8023            '64B' and
8024            ('BASE' or 'SCALE') and
8025            'NDRPDR' and
8026            '1T1C' and
8027            'L2XCFWD' and
8028            not 'VHOST' and
8029            'MEMIF'"
8030   parameters:
8031   - "throughput"
8032   - "parent"
8033   - "tags"
8034   sort:
8035   - "1VNF"
8036   - "2VNF"
8037   - "4VNF"
8038   - "2VNF"
8039   - "4VNF"
8040   traces:
8041     hoverinfo: "x+y"
8042     boxpoints: "outliers"
8043     whiskerwidth: 0
8044   layout:
8045     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8046     layout: "plot-throughput"
8047
8048 -
8049   type: "plot"
8050   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8051   algorithm: "plot_performance_box"
8052   output-file-type: ".html"
8053   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8054   data: "plot-ligato-throughput-latency-3n-hsw"
8055   filter: "'NIC_Intel-X710' and
8056            '64B' and
8057            ('BASE' or 'SCALE') and
8058            'NDRPDR' and
8059            '1T1C' and
8060            'L2XCFWD' and
8061            not 'VHOST' and
8062            'MEMIF'"
8063   parameters:
8064   - "throughput"
8065   - "parent"
8066   - "tags"
8067   sort:
8068   - "1VNF"
8069   - "2VNF"
8070   - "4VNF"
8071   - "2VNF"
8072   - "4VNF"
8073   traces:
8074     hoverinfo: "x+y"
8075     boxpoints: "outliers"
8076     whiskerwidth: 0
8077   layout:
8078     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8079     layout: "plot-throughput"
8080
8081 -
8082   type: "plot"
8083   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8084   algorithm: "plot_performance_box"
8085   output-file-type: ".html"
8086   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8087   data: "plot-ligato-throughput-latency-3n-hsw"
8088   filter: "'NIC_Intel-X710' and
8089            '64B' and
8090            ('BASE' or 'SCALE') and
8091            'NDRPDR' and
8092            '2T2C' and
8093            'L2XCFWD' and
8094            not 'VHOST' and
8095            'MEMIF'"
8096   parameters:
8097   - "throughput"
8098   - "parent"
8099   - "tags"
8100   sort:
8101   - "1VNF"
8102   - "2VNF"
8103   - "4VNF"
8104   - "2VNF"
8105   - "4VNF"
8106   traces:
8107     hoverinfo: "x+y"
8108     boxpoints: "outliers"
8109     whiskerwidth: 0
8110   layout:
8111     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8112     layout: "plot-throughput"
8113
8114 -
8115   type: "plot"
8116   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8117   algorithm: "plot_performance_box"
8118   output-file-type: ".html"
8119   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8120   data: "plot-ligato-throughput-latency-3n-hsw"
8121   filter: "'NIC_Intel-X710' and
8122            '64B' and
8123            ('BASE' or 'SCALE') and
8124            'NDRPDR' and
8125            '2T2C' and
8126            'L2XCFWD' and
8127            not 'VHOST' and
8128            'MEMIF'"
8129   parameters:
8130   - "throughput"
8131   - "parent"
8132   - "tags"
8133   sort:
8134   - "1VNF"
8135   - "2VNF"
8136   - "4VNF"
8137   - "2VNF"
8138   - "4VNF"
8139   traces:
8140     hoverinfo: "x+y"
8141     boxpoints: "outliers"
8142     whiskerwidth: 0
8143   layout:
8144     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8145     layout: "plot-throughput"
8146
8147 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8148 -
8149   type: "plot"
8150   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8151   algorithm: "plot_performance_box"
8152   output-file-type: ".html"
8153   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8154   data: "plot-ligato-throughput-latency-3n-hsw"
8155   filter: "'NIC_Intel-X710' and
8156            '64B' and
8157            ('BASE' or 'SCALE') and
8158            'NDRPDR' and
8159            '1T1C' and
8160            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8161            not 'VHOST' and
8162            'MEMIF'"
8163   parameters:
8164   - "throughput"
8165   - "parent"
8166   - "tags"
8167   sort:
8168   - "1VNF"
8169   - "2VNF"
8170   - "4VNF"
8171   - "2VNF"
8172   - "4VNF"
8173   traces:
8174     hoverinfo: "x+y"
8175     boxpoints: "outliers"
8176     whiskerwidth: 0
8177   layout:
8178     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8179     layout: "plot-throughput"
8180
8181 -
8182   type: "plot"
8183   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8184   algorithm: "plot_performance_box"
8185   output-file-type: ".html"
8186   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8187   data: "plot-ligato-throughput-latency-3n-hsw"
8188   filter: "'NIC_Intel-X710' and
8189            '64B' and
8190            ('BASE' or 'SCALE') and
8191            'NDRPDR' and
8192            '1T1C' and
8193            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8194            not 'VHOST' and
8195            'MEMIF'"
8196   parameters:
8197   - "throughput"
8198   - "parent"
8199   - "tags"
8200   sort:
8201   - "1VNF"
8202   - "2VNF"
8203   - "4VNF"
8204   - "2VNF"
8205   - "4VNF"
8206   traces:
8207     hoverinfo: "x+y"
8208     boxpoints: "outliers"
8209     whiskerwidth: 0
8210   layout:
8211     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8212     layout: "plot-throughput"
8213
8214 -
8215   type: "plot"
8216   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8217   algorithm: "plot_performance_box"
8218   output-file-type: ".html"
8219   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8220   data: "plot-ligato-throughput-latency-3n-hsw"
8221   filter: "'NIC_Intel-X710' and
8222            '64B' and
8223            ('BASE' or 'SCALE') and
8224            'NDRPDR' and
8225            '2T2C' and
8226            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8227            not 'VHOST' and
8228            'MEMIF'"
8229   parameters:
8230   - "throughput"
8231   - "parent"
8232   - "tags"
8233   sort:
8234   - "1VNF"
8235   - "2VNF"
8236   - "4VNF"
8237   - "2VNF"
8238   - "4VNF"
8239   traces:
8240     hoverinfo: "x+y"
8241     boxpoints: "outliers"
8242     whiskerwidth: 0
8243   layout:
8244     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8245     layout: "plot-throughput"
8246
8247 -
8248   type: "plot"
8249   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8250   algorithm: "plot_performance_box"
8251   output-file-type: ".html"
8252   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8253   data: "plot-ligato-throughput-latency-3n-hsw"
8254   filter: "'NIC_Intel-X710' and
8255            '64B' and
8256            ('BASE' or 'SCALE') and
8257            'NDRPDR' and
8258            '2T2C' and
8259            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8260            not 'VHOST' and
8261            'MEMIF'"
8262   parameters:
8263   - "throughput"
8264   - "parent"
8265   - "tags"
8266   sort:
8267   - "1VNF"
8268   - "2VNF"
8269   - "4VNF"
8270   - "2VNF"
8271   - "4VNF"
8272   traces:
8273     hoverinfo: "x+y"
8274     boxpoints: "outliers"
8275     whiskerwidth: 0
8276   layout:
8277     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8278     layout: "plot-throughput"
8279
8280 ################################################################################
8281
8282 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8283 -
8284   type: "plot"
8285   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8286   algorithm: "plot_performance_box"
8287   output-file-type: ".html"
8288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8289   data: "plot-vpp-throughput-latency-3n-hsw"
8290   filter: "'NIC_Intel-X520-DA2' and
8291            '64B' and
8292            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8293            'NDRPDR' and
8294            '1T1C' and
8295            'IP4FWD' and
8296            not 'IPSEC' and
8297            not 'VHOST'"
8298   parameters:
8299   - "throughput"
8300   - "parent"
8301   - "tags"
8302   sort:
8303   - "DOT1Q"
8304   - "IP4BASE"
8305   - "FIB_20k"
8306   - "FIB_200k"
8307   - "FIB_2M"
8308   traces:
8309     hoverinfo: "x+y"
8310     boxpoints: "outliers"
8311     whiskerwidth: 0
8312   layout:
8313     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8314     layout: "plot-throughput"
8315
8316 -
8317   type: "plot"
8318   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8319   algorithm: "plot_performance_box"
8320   output-file-type: ".html"
8321   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8322   data: "plot-vpp-throughput-latency-3n-hsw"
8323   filter: "'NIC_Intel-X520-DA2' and
8324            '64B' and
8325            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8326            'NDRPDR' and
8327            '1T1C' and
8328            'IP4FWD' and
8329            not 'IPSEC' and
8330            not 'VHOST'"
8331   parameters:
8332   - "throughput"
8333   - "parent"
8334   - "tags"
8335   sort:
8336   - "DOT1Q"
8337   - "IP4BASE"
8338   - "FIB_20k"
8339   - "FIB_200k"
8340   - "FIB_2M"
8341   traces:
8342     hoverinfo: "x+y"
8343     boxpoints: "outliers"
8344     whiskerwidth: 0
8345   layout:
8346     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8347     layout: "plot-throughput"
8348
8349 -
8350   type: "plot"
8351   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8352   algorithm: "plot_performance_box"
8353   output-file-type: ".html"
8354   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8355   data: "plot-vpp-throughput-latency-3n-hsw"
8356   filter: "'NIC_Intel-X520-DA2' and
8357            '64B' and
8358            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8359            'NDRPDR' and
8360            '2T2C' and
8361            'IP4FWD' and
8362            not 'IPSEC' and
8363            not 'VHOST'"
8364   parameters:
8365   - "throughput"
8366   - "parent"
8367   - "tags"
8368   sort:
8369   - "DOT1Q"
8370   - "IP4BASE"
8371   - "FIB_20k"
8372   - "FIB_200k"
8373   - "FIB_2M"
8374   traces:
8375     hoverinfo: "x+y"
8376     boxpoints: "outliers"
8377     whiskerwidth: 0
8378   layout:
8379     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8380     layout: "plot-throughput"
8381
8382 -
8383   type: "plot"
8384   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8385   algorithm: "plot_performance_box"
8386   output-file-type: ".html"
8387   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8388   data: "plot-vpp-throughput-latency-3n-hsw"
8389   filter: "'NIC_Intel-X520-DA2' and
8390            '64B' and
8391            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8392            'NDRPDR' and
8393            '2T2C' and
8394            'IP4FWD' and
8395            not 'IPSEC' and
8396            not 'VHOST'"
8397   parameters:
8398   - "throughput"
8399   - "parent"
8400   - "tags"
8401   sort:
8402   - "DOT1Q"
8403   - "IP4BASE"
8404   - "FIB_20k"
8405   - "FIB_200k"
8406   - "FIB_2M"
8407   traces:
8408     hoverinfo: "x+y"
8409     boxpoints: "outliers"
8410     whiskerwidth: 0
8411   layout:
8412     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8413     layout: "plot-throughput"
8414
8415 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8416 -
8417   type: "plot"
8418   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8419   algorithm: "plot_performance_box"
8420   output-file-type: ".html"
8421   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8422   data: "plot-vpp-throughput-latency-3n-hsw"
8423   filter: "'NIC_Intel-X520-DA2' and
8424            '64B' and
8425            ('IP4BASE' or
8426             'POLICE_MARK' or
8427             'COPWHLIST' or
8428             ('NAT44' and 'BASE') or
8429             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8430            'NDRPDR' and
8431            '1T1C' and
8432            'IP4FWD' and
8433            not 'IPSEC' and
8434            not 'VHOST'"
8435   parameters:
8436   - "throughput"
8437   - "parent"
8438   - "tags"
8439   sort:
8440   - "DOT1Q"
8441   - "IP4BASE"
8442   - "NAT44"
8443   - "POLICE_MARK"
8444   - "COPWHLIST"
8445   - "IACL"
8446   - "OACL"
8447   traces:
8448     hoverinfo: "x+y"
8449     boxpoints: "outliers"
8450     whiskerwidth: 0
8451   layout:
8452     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8453     layout: "plot-throughput"
8454
8455 -
8456   type: "plot"
8457   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8458   algorithm: "plot_performance_box"
8459   output-file-type: ".html"
8460   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8461   data: "plot-vpp-throughput-latency-3n-hsw"
8462   filter: "'NIC_Intel-X520-DA2' and
8463            '64B' and
8464            ('IP4BASE' or
8465             'POLICE_MARK' or
8466             'COPWHLIST' or
8467             ('NAT44' and 'BASE') or
8468             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8469            'NDRPDR' and
8470            '1T1C' and
8471            'IP4FWD' and
8472            not 'IPSEC' and
8473            not 'VHOST'"
8474   parameters:
8475   - "throughput"
8476   - "parent"
8477   - "tags"
8478   sort:
8479   - "DOT1Q"
8480   - "IP4BASE"
8481   - "NAT44"
8482   - "POLICE_MARK"
8483   - "COPWHLIST"
8484   - "IACL"
8485   - "OACL"
8486   traces:
8487     hoverinfo: "x+y"
8488     boxpoints: "outliers"
8489     whiskerwidth: 0
8490   layout:
8491     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8492     layout: "plot-throughput"
8493
8494 -
8495   type: "plot"
8496   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8497   algorithm: "plot_performance_box"
8498   output-file-type: ".html"
8499   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8500   data: "plot-vpp-throughput-latency-3n-hsw"
8501   filter: "'NIC_Intel-X520-DA2' and
8502            '64B' and
8503            ('IP4BASE' or
8504             'POLICE_MARK' or
8505             'COPWHLIST' or
8506             ('NAT44' and 'BASE') or
8507             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8508            'NDRPDR' and
8509            '2T2C' and
8510            'IP4FWD' and
8511            not 'IPSEC' and
8512            not 'VHOST'"
8513   parameters:
8514   - "throughput"
8515   - "parent"
8516   - "tags"
8517   sort:
8518   - "DOT1Q"
8519   - "IP4BASE"
8520   - "NAT44"
8521   - "POLICE_MARK"
8522   - "COPWHLIST"
8523   - "IACL"
8524   - "OACL"
8525   traces:
8526     hoverinfo: "x+y"
8527     boxpoints: "outliers"
8528     whiskerwidth: 0
8529   layout:
8530     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8531     layout: "plot-throughput"
8532
8533 -
8534   type: "plot"
8535   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8536   algorithm: "plot_performance_box"
8537   output-file-type: ".html"
8538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8539   data: "plot-vpp-throughput-latency-3n-hsw"
8540   filter: "'NIC_Intel-X520-DA2' and
8541            '64B' and
8542            ('IP4BASE' or
8543             'POLICE_MARK' or
8544             'COPWHLIST' or
8545             ('NAT44' and 'BASE') or
8546             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8547            'NDRPDR' and
8548            '2T2C' 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   - "NAT44"
8560   - "POLICE_MARK"
8561   - "COPWHLIST"
8562   - "IACL"
8563   - "OACL"
8564   traces:
8565     hoverinfo: "x+y"
8566     boxpoints: "outliers"
8567     whiskerwidth: 0
8568   layout:
8569     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8570     layout: "plot-throughput"
8571
8572 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8573 -
8574   type: "plot"
8575   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8576   algorithm: "plot_performance_box"
8577   output-file-type: ".html"
8578   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8579   data: "plot-vpp-throughput-latency-3n-hsw"
8580   filter: "'NIC_Intel-X520-DA2' and
8581            '64B' and
8582            'NDRPDR' and
8583            '1T1C' and
8584            'IP4FWD' and
8585            'NAT44' and
8586            not 'IPSEC' and
8587            not 'VHOST'"
8588   parameters:
8589   - "throughput"
8590   - "parent"
8591   - "tags"
8592   sort:
8593   - "BASE"
8594   - "BASE"
8595   - "SRC_USER_10"
8596   - "SRC_USER_100"
8597   - "SRC_USER_1000"
8598   - "SRC_USER_2000"
8599   traces:
8600     hoverinfo: "x+y"
8601     boxpoints: "outliers"
8602     whiskerwidth: 0
8603   layout:
8604     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8605     layout: "plot-throughput"
8606
8607 -
8608   type: "plot"
8609   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8610   algorithm: "plot_performance_box"
8611   output-file-type: ".html"
8612   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8613   data: "plot-vpp-throughput-latency-3n-hsw"
8614   filter: "'NIC_Intel-X520-DA2' and
8615            '64B' and
8616            'NDRPDR' and
8617            '1T1C' and
8618            'IP4FWD' and
8619            'NAT44' and
8620            not 'IPSEC' and
8621            not 'VHOST'"
8622   parameters:
8623   - "throughput"
8624   - "parent"
8625   - "tags"
8626   sort:
8627   - "BASE"
8628   - "BASE"
8629   - "SRC_USER_10"
8630   - "SRC_USER_100"
8631   - "SRC_USER_1000"
8632   - "SRC_USER_2000"
8633   traces:
8634     hoverinfo: "x+y"
8635     boxpoints: "outliers"
8636     whiskerwidth: 0
8637   layout:
8638     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8639     layout: "plot-throughput"
8640
8641 -
8642   type: "plot"
8643   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8644   algorithm: "plot_performance_box"
8645   output-file-type: ".html"
8646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8647   data: "plot-vpp-throughput-latency-3n-hsw"
8648   filter: "'NIC_Intel-X520-DA2' and
8649            '64B' and
8650            'NDRPDR' and
8651            '2T2C' and
8652            'IP4FWD' and
8653            'NAT44' and
8654            not 'IPSEC' and
8655            not 'VHOST'"
8656   parameters:
8657   - "throughput"
8658   - "parent"
8659   - "tags"
8660   sort:
8661   - "BASE"
8662   - "BASE"
8663   - "SRC_USER_10"
8664   - "SRC_USER_100"
8665   - "SRC_USER_1000"
8666   - "SRC_USER_2000"
8667   traces:
8668     hoverinfo: "x+y"
8669     boxpoints: "outliers"
8670     whiskerwidth: 0
8671   layout:
8672     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8673     layout: "plot-throughput"
8674
8675 -
8676   type: "plot"
8677   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8678   algorithm: "plot_performance_box"
8679   output-file-type: ".html"
8680   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8681   data: "plot-vpp-throughput-latency-3n-hsw"
8682   filter: "'NIC_Intel-X520-DA2' and
8683            '64B' and
8684            'NDRPDR' and
8685            '2T2C' and
8686            'IP4FWD' and
8687            'NAT44' and
8688            not 'IPSEC' and
8689            not 'VHOST'"
8690   parameters:
8691   - "throughput"
8692   - "parent"
8693   - "tags"
8694   sort:
8695   - "BASE"
8696   - "BASE"
8697   - "SRC_USER_10"
8698   - "SRC_USER_100"
8699   - "SRC_USER_1000"
8700   - "SRC_USER_2000"
8701   traces:
8702     hoverinfo: "x+y"
8703     boxpoints: "outliers"
8704     whiskerwidth: 0
8705   layout:
8706     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8707     layout: "plot-throughput"
8708
8709 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8710 -
8711   type: "plot"
8712   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8713   algorithm: "plot_performance_box"
8714   output-file-type: ".html"
8715   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8716   data: "plot-vpp-throughput-latency-3n-hsw"
8717   filter: "'NIC_Intel-X520-DA2' and
8718            '64B' and
8719            'NDRPDR' and
8720            '1T1C' and
8721            'IP4FWD' and
8722            'IACL' and
8723            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8724            not 'IPSEC' and
8725            not 'VHOST'"
8726   parameters:
8727   - "throughput"
8728   - "parent"
8729   - "tags"
8730   sort:
8731   - "ACL_STATELESS"
8732   - "ACL_STATEFUL"
8733   - "ACL_STATELESS"
8734   - "ACL_STATEFUL"
8735   traces:
8736     hoverinfo: "x+y"
8737     boxpoints: "outliers"
8738     whiskerwidth: 0
8739   layout:
8740     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8741     layout: "plot-throughput"
8742
8743 -
8744   type: "plot"
8745   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8746   algorithm: "plot_performance_box"
8747   output-file-type: ".html"
8748   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8749   data: "plot-vpp-throughput-latency-3n-hsw"
8750   filter: "'NIC_Intel-X520-DA2' and
8751            '64B' and
8752            'NDRPDR' and
8753            '1T1C' and
8754            'IP4FWD' and
8755            'IACL' and
8756            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8757            not 'IPSEC' and
8758            not 'VHOST'"
8759   parameters:
8760   - "throughput"
8761   - "parent"
8762   - "tags"
8763   sort:
8764   - "ACL_STATELESS"
8765   - "ACL_STATEFUL"
8766   - "ACL_STATELESS"
8767   - "ACL_STATEFUL"
8768   traces:
8769     hoverinfo: "x+y"
8770     boxpoints: "outliers"
8771     whiskerwidth: 0
8772   layout:
8773     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8774     layout: "plot-throughput"
8775
8776 -
8777   type: "plot"
8778   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8779   algorithm: "plot_performance_box"
8780   output-file-type: ".html"
8781   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8782   data: "plot-vpp-throughput-latency-3n-hsw"
8783   filter: "'NIC_Intel-X520-DA2' and
8784            '64B' and
8785            'NDRPDR' and
8786            '2T2C' and
8787            'IP4FWD' and
8788            'IACL' and
8789            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8790            not 'IPSEC' and
8791            not 'VHOST'"
8792   parameters:
8793   - "throughput"
8794   - "parent"
8795   - "tags"
8796   sort:
8797   - "ACL_STATELESS"
8798   - "ACL_STATEFUL"
8799   - "ACL_STATELESS"
8800   - "ACL_STATEFUL"
8801   traces:
8802     hoverinfo: "x+y"
8803     boxpoints: "outliers"
8804     whiskerwidth: 0
8805   layout:
8806     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8807     layout: "plot-throughput"
8808
8809 -
8810   type: "plot"
8811   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8812   algorithm: "plot_performance_box"
8813   output-file-type: ".html"
8814   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8815   data: "plot-vpp-throughput-latency-3n-hsw"
8816   filter: "'NIC_Intel-X520-DA2' and
8817            '64B' and
8818            'NDRPDR' and
8819            '2T2C' and
8820            'IP4FWD' and
8821            'IACL' and
8822            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8823            not 'IPSEC' and
8824            not 'VHOST'"
8825   parameters:
8826   - "throughput"
8827   - "parent"
8828   - "tags"
8829   sort:
8830   - "ACL_STATELESS"
8831   - "ACL_STATEFUL"
8832   - "ACL_STATELESS"
8833   - "ACL_STATEFUL"
8834   traces:
8835     hoverinfo: "x+y"
8836     boxpoints: "outliers"
8837     whiskerwidth: 0
8838   layout:
8839     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8840     layout: "plot-throughput"
8841
8842 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
8843 -
8844   type: "plot"
8845   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8846   algorithm: "plot_performance_box"
8847   output-file-type: ".html"
8848   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8849   data: "plot-vpp-throughput-latency-3n-hsw"
8850   filter: "'NIC_Intel-X520-DA2' and
8851            '64B' and
8852            'NDRPDR' and
8853            '1T1C' and
8854            'IP4FWD' and
8855            'OACL' and
8856            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8857            not 'IPSEC' and
8858            not 'VHOST'"
8859   parameters:
8860   - "throughput"
8861   - "parent"
8862   - "tags"
8863   sort:
8864   - "ACL_STATELESS"
8865   - "ACL_STATEFUL"
8866   - "ACL_STATELESS"
8867   - "ACL_STATEFUL"
8868   traces:
8869     hoverinfo: "x+y"
8870     boxpoints: "outliers"
8871     whiskerwidth: 0
8872   layout:
8873     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8874     layout: "plot-throughput"
8875
8876 -
8877   type: "plot"
8878   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8879   algorithm: "plot_performance_box"
8880   output-file-type: ".html"
8881   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8882   data: "plot-vpp-throughput-latency-3n-hsw"
8883   filter: "'NIC_Intel-X520-DA2' and
8884            '64B' and
8885            'NDRPDR' and
8886            '1T1C' and
8887            'IP4FWD' and
8888            'OACL' and
8889            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8890            not 'IPSEC' and
8891            not 'VHOST'"
8892   parameters:
8893   - "throughput"
8894   - "parent"
8895   - "tags"
8896   sort:
8897   - "ACL_STATELESS"
8898   - "ACL_STATEFUL"
8899   - "ACL_STATELESS"
8900   - "ACL_STATEFUL"
8901   traces:
8902     hoverinfo: "x+y"
8903     boxpoints: "outliers"
8904     whiskerwidth: 0
8905   layout:
8906     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8907     layout: "plot-throughput"
8908
8909 -
8910   type: "plot"
8911   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8912   algorithm: "plot_performance_box"
8913   output-file-type: ".html"
8914   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8915   data: "plot-vpp-throughput-latency-3n-hsw"
8916   filter: "'NIC_Intel-X520-DA2' and
8917            '64B' and
8918            'NDRPDR' and
8919            '2T2C' and
8920            'IP4FWD' and
8921            'OACL' and
8922            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8923            not 'IPSEC' and
8924            not 'VHOST'"
8925   parameters:
8926   - "throughput"
8927   - "parent"
8928   - "tags"
8929   sort:
8930   - "ACL_STATELESS"
8931   - "ACL_STATEFUL"
8932   - "ACL_STATELESS"
8933   - "ACL_STATEFUL"
8934   traces:
8935     hoverinfo: "x+y"
8936     boxpoints: "outliers"
8937     whiskerwidth: 0
8938   layout:
8939     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8940     layout: "plot-throughput"
8941
8942 -
8943   type: "plot"
8944   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8945   algorithm: "plot_performance_box"
8946   output-file-type: ".html"
8947   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8948   data: "plot-vpp-throughput-latency-3n-hsw"
8949   filter: "'NIC_Intel-X520-DA2' and
8950            '64B' and
8951            'NDRPDR' and
8952            '2T2C' and
8953            'IP4FWD' and
8954            'OACL' and
8955            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8956            not 'IPSEC' and
8957            not 'VHOST'"
8958   parameters:
8959   - "throughput"
8960   - "parent"
8961   - "tags"
8962   sort:
8963   - "ACL_STATELESS"
8964   - "ACL_STATEFUL"
8965   - "ACL_STATELESS"
8966   - "ACL_STATEFUL"
8967   traces:
8968     hoverinfo: "x+y"
8969     boxpoints: "outliers"
8970     whiskerwidth: 0
8971   layout:
8972     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8973     layout: "plot-throughput"
8974
8975 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
8976 -
8977   type: "plot"
8978   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8979   algorithm: "plot_performance_box"
8980   output-file-type: ".html"
8981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8982   data: "plot-vpp-throughput-latency-3n-hsw"
8983   filter: "'NIC_Intel-X710' and
8984            '64B' and
8985            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8986            'NDRPDR' and
8987            '1T1C' and
8988            'IP4FWD' and
8989            not 'IPSEC' and
8990            not 'VHOST'"
8991   parameters:
8992   - "throughput"
8993   - "parent"
8994   - "tags"
8995   sort:
8996   - "DOT1Q"
8997   - "IP4BASE"
8998   - "FIB_20K"
8999   - "FIB_200K"
9000   - "FIB_2M"
9001   traces:
9002     hoverinfo: "x+y"
9003     boxpoints: "outliers"
9004     whiskerwidth: 0
9005   layout:
9006     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9007     layout: "plot-throughput"
9008
9009 -
9010   type: "plot"
9011   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9012   algorithm: "plot_performance_box"
9013   output-file-type: ".html"
9014   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9015   data: "plot-vpp-throughput-latency-3n-hsw"
9016   filter: "'NIC_Intel-X710' and
9017            '64B' and
9018            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9019            'NDRPDR' and
9020            '1T1C' and
9021            'IP4FWD' and
9022            not 'IPSEC' and
9023            not 'VHOST'"
9024   parameters:
9025   - "throughput"
9026   - "parent"
9027   - "tags"
9028   sort:
9029   - "DOT1Q"
9030   - "IP4BASE"
9031   - "FIB_20K"
9032   - "FIB_200K"
9033   - "FIB_2M"
9034   traces:
9035     hoverinfo: "x+y"
9036     boxpoints: "outliers"
9037     whiskerwidth: 0
9038   layout:
9039     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9040     layout: "plot-throughput"
9041
9042 -
9043   type: "plot"
9044   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9045   algorithm: "plot_performance_box"
9046   output-file-type: ".html"
9047   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9048   data: "plot-vpp-throughput-latency-3n-hsw"
9049   filter: "'NIC_Intel-X710' and
9050            '64B' and
9051            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9052            'NDRPDR' and
9053            '2T2C' and
9054            'IP4FWD' and
9055            not 'IPSEC' and
9056            not 'VHOST'"
9057   parameters:
9058   - "throughput"
9059   - "parent"
9060   - "tags"
9061   sort:
9062   - "DOT1Q"
9063   - "IP4BASE"
9064   - "FIB_20K"
9065   - "FIB_200K"
9066   - "FIB_2M"
9067   traces:
9068     hoverinfo: "x+y"
9069     boxpoints: "outliers"
9070     whiskerwidth: 0
9071   layout:
9072     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9073     layout: "plot-throughput"
9074
9075 -
9076   type: "plot"
9077   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9078   algorithm: "plot_performance_box"
9079   output-file-type: ".html"
9080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9081   data: "plot-vpp-throughput-latency-3n-hsw"
9082   filter: "'NIC_Intel-X710' and
9083            '64B' and
9084            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9085            'NDRPDR' and
9086            '2T2C' and
9087            'IP4FWD' and
9088            not 'IPSEC' and
9089            not 'VHOST'"
9090   parameters:
9091   - "throughput"
9092   - "parent"
9093   - "tags"
9094   sort:
9095   - "DOT1Q"
9096   - "IP4BASE"
9097   - "FIB_20K"
9098   - "FIB_200K"
9099   - "FIB_2M"
9100   traces:
9101     hoverinfo: "x+y"
9102     boxpoints: "outliers"
9103     whiskerwidth: 0
9104   layout:
9105     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9106     layout: "plot-throughput"
9107
9108 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9109 -
9110   type: "plot"
9111   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9112   algorithm: "plot_performance_box"
9113   output-file-type: ".html"
9114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9115   data: "plot-vpp-throughput-latency-3n-hsw"
9116   filter: "'NIC_Intel-X710' and
9117            '64B' and
9118            ('IP4BASE' or
9119             'POLICE_MARK' or
9120             'COPWHLIST' or
9121             ('NAT44' and 'BASE') or
9122             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9123            'NDRPDR' and
9124            '1T1C' and
9125            'IP4FWD' and
9126            not 'IPSEC' and
9127            not 'VHOST'"
9128   parameters:
9129   - "throughput"
9130   - "parent"
9131   - "tags"
9132   sort:
9133   - "IP4BASE"
9134   - "NAT44"
9135   - "POLICE_MARK"
9136   - "COPWHLIST"
9137   - "IACL"
9138   - "OACL"
9139   traces:
9140     hoverinfo: "x+y"
9141     boxpoints: "outliers"
9142     whiskerwidth: 0
9143   layout:
9144     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9145     layout: "plot-throughput"
9146
9147 -
9148   type: "plot"
9149   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9150   algorithm: "plot_performance_box"
9151   output-file-type: ".html"
9152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9153   data: "plot-vpp-throughput-latency-3n-hsw"
9154   filter: "'NIC_Intel-X710' and
9155            '64B' and
9156            ('IP4BASE' or
9157             'POLICE_MARK' or
9158             'COPWHLIST' or
9159             ('NAT44' and 'BASE') or
9160             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9161            'NDRPDR' and
9162            '1T1C' and
9163            'IP4FWD' and
9164            not 'IPSEC' and
9165            not 'VHOST'"
9166   parameters:
9167   - "throughput"
9168   - "parent"
9169   - "tags"
9170   sort:
9171   - "IP4BASE"
9172   - "NAT44"
9173   - "POLICE_MARK"
9174   - "COPWHLIST"
9175   - "IACL"
9176   - "OACL"
9177   traces:
9178     hoverinfo: "x+y"
9179     boxpoints: "outliers"
9180     whiskerwidth: 0
9181   layout:
9182     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9183     layout: "plot-throughput"
9184
9185 -
9186   type: "plot"
9187   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9188   algorithm: "plot_performance_box"
9189   output-file-type: ".html"
9190   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9191   data: "plot-vpp-throughput-latency-3n-hsw"
9192   filter: "'NIC_Intel-X710' and
9193            '64B' and
9194            ('IP4BASE' or
9195             'POLICE_MARK' or
9196             'COPWHLIST' or
9197             ('NAT44' and 'BASE') or
9198             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9199            'NDRPDR' and
9200            '2T2C' and
9201            'IP4FWD' and
9202            not 'IPSEC' and
9203            not 'VHOST'"
9204   parameters:
9205   - "throughput"
9206   - "parent"
9207   - "tags"
9208   sort:
9209   - "IP4BASE"
9210   - "NAT44"
9211   - "POLICE_MARK"
9212   - "COPWHLIST"
9213   - "IACL"
9214   - "OACL"
9215   traces:
9216     hoverinfo: "x+y"
9217     boxpoints: "outliers"
9218     whiskerwidth: 0
9219   layout:
9220     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9221     layout: "plot-throughput"
9222
9223 -
9224   type: "plot"
9225   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9226   algorithm: "plot_performance_box"
9227   output-file-type: ".html"
9228   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9229   data: "plot-vpp-throughput-latency-3n-hsw"
9230   filter: "'NIC_Intel-X710' and
9231            '64B' and
9232            ('IP4BASE' or
9233             'POLICE_MARK' or
9234             'COPWHLIST' or
9235             ('NAT44' and 'BASE') or
9236             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9237            'NDRPDR' and
9238            '2T2C' and
9239            'IP4FWD' and
9240            not 'IPSEC' and
9241            not 'VHOST'"
9242   parameters:
9243   - "throughput"
9244   - "parent"
9245   - "tags"
9246   sort:
9247   - "IP4BASE"
9248   - "NAT44"
9249   - "POLICE_MARK"
9250   - "COPWHLIST"
9251   - "IACL"
9252   - "OACL"
9253   traces:
9254     hoverinfo: "x+y"
9255     boxpoints: "outliers"
9256     whiskerwidth: 0
9257   layout:
9258     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9259     layout: "plot-throughput"
9260
9261 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9262 -
9263   type: "plot"
9264   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9265   algorithm: "plot_performance_box"
9266   output-file-type: ".html"
9267   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9268   data: "plot-vpp-throughput-latency-3n-skx"
9269   filter: "'NIC_Intel-X710' and
9270            '64B' and
9271            'NDRPDR' and
9272            '2T1C' and
9273            'IP4FWD' and
9274            'NAT44' and
9275            not 'IPSEC' and
9276            not 'VHOST'"
9277   parameters:
9278   - "throughput"
9279   - "parent"
9280   - "tags"
9281   sort:
9282   - "BASE"
9283   - "BASE"
9284   - "SRC_USER_10"
9285   - "SRC_USER_100"
9286   - "SRC_USER_1000"
9287   - "SRC_USER_2000"
9288   traces:
9289     hoverinfo: "x+y"
9290     boxpoints: "outliers"
9291     whiskerwidth: 0
9292   layout:
9293     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9294     layout: "plot-throughput"
9295
9296 -
9297   type: "plot"
9298   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9299   algorithm: "plot_performance_box"
9300   output-file-type: ".html"
9301   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9302   data: "plot-vpp-throughput-latency-3n-skx"
9303   filter: "'NIC_Intel-X710' and
9304            '64B' and
9305            'NDRPDR' and
9306            '2T1C' and
9307            'IP4FWD' and
9308            'NAT44' and
9309            not 'IPSEC' and
9310            not 'VHOST'"
9311   parameters:
9312   - "throughput"
9313   - "parent"
9314   - "tags"
9315   sort:
9316   - "BASE"
9317   - "BASE"
9318   - "SRC_USER_10"
9319   - "SRC_USER_100"
9320   - "SRC_USER_1000"
9321   - "SRC_USER_2000"
9322   traces:
9323     hoverinfo: "x+y"
9324     boxpoints: "outliers"
9325     whiskerwidth: 0
9326   layout:
9327     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9328     layout: "plot-throughput"
9329
9330 -
9331   type: "plot"
9332   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9333   algorithm: "plot_performance_box"
9334   output-file-type: ".html"
9335   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9336   data: "plot-vpp-throughput-latency-3n-skx"
9337   filter: "'NIC_Intel-X710' and
9338            '64B' and
9339            'NDRPDR' and
9340            '4T2C' and
9341            'IP4FWD' and
9342            'NAT44' and
9343            not 'IPSEC' and
9344            not 'VHOST'"
9345   parameters:
9346   - "throughput"
9347   - "parent"
9348   - "tags"
9349   sort:
9350   - "BASE"
9351   - "BASE"
9352   - "SRC_USER_10"
9353   - "SRC_USER_100"
9354   - "SRC_USER_1000"
9355   - "SRC_USER_2000"
9356   traces:
9357     hoverinfo: "x+y"
9358     boxpoints: "outliers"
9359     whiskerwidth: 0
9360   layout:
9361     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9362     layout: "plot-throughput"
9363
9364 -
9365   type: "plot"
9366   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9367   algorithm: "plot_performance_box"
9368   output-file-type: ".html"
9369   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9370   data: "plot-vpp-throughput-latency-3n-skx"
9371   filter: "'NIC_Intel-X710' and
9372            '64B' and
9373            'NDRPDR' and
9374            '4T2C' and
9375            'IP4FWD' and
9376            'NAT44' and
9377            not 'IPSEC' and
9378            not 'VHOST'"
9379   parameters:
9380   - "throughput"
9381   - "parent"
9382   - "tags"
9383   sort:
9384   - "BASE"
9385   - "BASE"
9386   - "SRC_USER_10"
9387   - "SRC_USER_100"
9388   - "SRC_USER_1000"
9389   - "SRC_USER_2000"
9390   traces:
9391     hoverinfo: "x+y"
9392     boxpoints: "outliers"
9393     whiskerwidth: 0
9394   layout:
9395     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9396     layout: "plot-throughput"
9397
9398 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9399 -
9400   type: "plot"
9401   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9402   algorithm: "plot_performance_box"
9403   output-file-type: ".html"
9404   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9405   data: "plot-vpp-throughput-latency-3n-skx"
9406   filter: "'NIC_Intel-X710' and
9407            '64B' and
9408            'NDRPDR' and
9409            '2T1C' and
9410            'IP4FWD' and
9411            'IACL' and
9412            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9413            not 'IPSEC' and
9414            not 'VHOST'"
9415   parameters:
9416   - "throughput"
9417   - "parent"
9418   - "tags"
9419   sort:
9420   - "ACL_STATELESS"
9421   - "ACL_STATEFUL"
9422   - "ACL_STATELESS"
9423   - "ACL_STATEFUL"
9424   traces:
9425     hoverinfo: "x+y"
9426     boxpoints: "outliers"
9427     whiskerwidth: 0
9428   layout:
9429     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9430     layout: "plot-throughput"
9431
9432 -
9433   type: "plot"
9434   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9435   algorithm: "plot_performance_box"
9436   output-file-type: ".html"
9437   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9438   data: "plot-vpp-throughput-latency-3n-skx"
9439   filter: "'NIC_Intel-X710' and
9440            '64B' and
9441            'NDRPDR' and
9442            '2T1C' and
9443            'IP4FWD' and
9444            'IACL' and
9445            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9446            not 'IPSEC' and
9447            not 'VHOST'"
9448   parameters:
9449   - "throughput"
9450   - "parent"
9451   - "tags"
9452   sort:
9453   - "ACL_STATELESS"
9454   - "ACL_STATEFUL"
9455   - "ACL_STATELESS"
9456   - "ACL_STATEFUL"
9457   traces:
9458     hoverinfo: "x+y"
9459     boxpoints: "outliers"
9460     whiskerwidth: 0
9461   layout:
9462     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9463     layout: "plot-throughput"
9464
9465 -
9466   type: "plot"
9467   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9468   algorithm: "plot_performance_box"
9469   output-file-type: ".html"
9470   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9471   data: "plot-vpp-throughput-latency-3n-skx"
9472   filter: "'NIC_Intel-X710' and
9473            '64B' and
9474            'NDRPDR' and
9475            '4T2C' and
9476            'IP4FWD' and
9477            'IACL' and
9478            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9479            not 'IPSEC' and
9480            not 'VHOST'"
9481   parameters:
9482   - "throughput"
9483   - "parent"
9484   - "tags"
9485   sort:
9486   - "ACL_STATELESS"
9487   - "ACL_STATEFUL"
9488   - "ACL_STATELESS"
9489   - "ACL_STATEFUL"
9490   traces:
9491     hoverinfo: "x+y"
9492     boxpoints: "outliers"
9493     whiskerwidth: 0
9494   layout:
9495     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9496     layout: "plot-throughput"
9497
9498 -
9499   type: "plot"
9500   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9501   algorithm: "plot_performance_box"
9502   output-file-type: ".html"
9503   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9504   data: "plot-vpp-throughput-latency-3n-skx"
9505   filter: "'NIC_Intel-X710' and
9506            '64B' and
9507            'NDRPDR' and
9508            '4T2C' and
9509            'IP4FWD' and
9510            'IACL' and
9511            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9512            not 'IPSEC' and
9513            not 'VHOST'"
9514   parameters:
9515   - "throughput"
9516   - "parent"
9517   - "tags"
9518   sort:
9519   - "ACL_STATELESS"
9520   - "ACL_STATEFUL"
9521   - "ACL_STATELESS"
9522   - "ACL_STATEFUL"
9523   traces:
9524     hoverinfo: "x+y"
9525     boxpoints: "outliers"
9526     whiskerwidth: 0
9527   layout:
9528     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9529     layout: "plot-throughput"
9530
9531 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9532 -
9533   type: "plot"
9534   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9535   algorithm: "plot_performance_box"
9536   output-file-type: ".html"
9537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9538   data: "plot-vpp-throughput-latency-3n-skx"
9539   filter: "'NIC_Intel-X710' and
9540            '64B' and
9541            'NDRPDR' and
9542            '2T1C' and
9543            'IP4FWD' and
9544            'OACL' and
9545            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9546            not 'IPSEC' and
9547            not 'VHOST'"
9548   parameters:
9549   - "throughput"
9550   - "parent"
9551   - "tags"
9552   sort:
9553   - "ACL_STATELESS"
9554   - "ACL_STATEFUL"
9555   - "ACL_STATELESS"
9556   - "ACL_STATEFUL"
9557   traces:
9558     hoverinfo: "x+y"
9559     boxpoints: "outliers"
9560     whiskerwidth: 0
9561   layout:
9562     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9563     layout: "plot-throughput"
9564
9565 -
9566   type: "plot"
9567   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9568   algorithm: "plot_performance_box"
9569   output-file-type: ".html"
9570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9571   data: "plot-vpp-throughput-latency-3n-skx"
9572   filter: "'NIC_Intel-X710' and
9573            '64B' and
9574            'NDRPDR' and
9575            '2T1C' and
9576            'IP4FWD' and
9577            'OACL' and
9578            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9579            not 'IPSEC' and
9580            not 'VHOST'"
9581   parameters:
9582   - "throughput"
9583   - "parent"
9584   - "tags"
9585   sort:
9586   - "ACL_STATELESS"
9587   - "ACL_STATEFUL"
9588   - "ACL_STATELESS"
9589   - "ACL_STATEFUL"
9590   traces:
9591     hoverinfo: "x+y"
9592     boxpoints: "outliers"
9593     whiskerwidth: 0
9594   layout:
9595     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9596     layout: "plot-throughput"
9597
9598 -
9599   type: "plot"
9600   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9601   algorithm: "plot_performance_box"
9602   output-file-type: ".html"
9603   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9604   data: "plot-vpp-throughput-latency-3n-skx"
9605   filter: "'NIC_Intel-X710' and
9606            '64B' and
9607            'NDRPDR' and
9608            '4T2C' and
9609            'IP4FWD' and
9610            'OACL' and
9611            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9612            not 'IPSEC' and
9613            not 'VHOST'"
9614   parameters:
9615   - "throughput"
9616   - "parent"
9617   - "tags"
9618   sort:
9619   - "ACL_STATELESS"
9620   - "ACL_STATEFUL"
9621   - "ACL_STATELESS"
9622   - "ACL_STATEFUL"
9623   traces:
9624     hoverinfo: "x+y"
9625     boxpoints: "outliers"
9626     whiskerwidth: 0
9627   layout:
9628     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9629     layout: "plot-throughput"
9630
9631 -
9632   type: "plot"
9633   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9634   algorithm: "plot_performance_box"
9635   output-file-type: ".html"
9636   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9637   data: "plot-vpp-throughput-latency-3n-skx"
9638   filter: "'NIC_Intel-X710' and
9639            '64B' and
9640            'NDRPDR' and
9641            '4T2C' and
9642            'IP4FWD' and
9643            'OACL' and
9644            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9645            not 'IPSEC' and
9646            not 'VHOST'"
9647   parameters:
9648   - "throughput"
9649   - "parent"
9650   - "tags"
9651   sort:
9652   - "ACL_STATELESS"
9653   - "ACL_STATEFUL"
9654   - "ACL_STATELESS"
9655   - "ACL_STATEFUL"
9656   traces:
9657     hoverinfo: "x+y"
9658     boxpoints: "outliers"
9659     whiskerwidth: 0
9660   layout:
9661     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9662     layout: "plot-throughput"
9663
9664 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9665 -
9666   type: "plot"
9667   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9668   algorithm: "plot_performance_box"
9669   output-file-type: ".html"
9670   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9671   data: "plot-vpp-throughput-latency-3n-hsw"
9672   filter: "'NIC_Intel-XL710' and
9673            '64B' and
9674            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9675            'NDRPDR' and
9676            '1T1C' and
9677            'IP4FWD' and
9678            not 'IPSEC' and
9679            not 'VHOST'"
9680   parameters:
9681   - "throughput"
9682   - "parent"
9683   - "tags"
9684   sort:
9685   - "IP4BASE"
9686   - "FIB_20K"
9687   - "FIB_200K"
9688   - "FIB_2M"
9689   traces:
9690     hoverinfo: "x+y"
9691     boxpoints: "outliers"
9692     whiskerwidth: 0
9693   layout:
9694     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9695     layout: "plot-throughput"
9696
9697 -
9698   type: "plot"
9699   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9700   algorithm: "plot_performance_box"
9701   output-file-type: ".html"
9702   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9703   data: "plot-vpp-throughput-latency-3n-hsw"
9704   filter: "'NIC_Intel-XL710' and
9705            '64B' and
9706            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9707            'NDRPDR' and
9708            '1T1C' and
9709            'IP4FWD' and
9710            not 'IPSEC' and
9711            not 'VHOST'"
9712   parameters:
9713   - "throughput"
9714   - "parent"
9715   - "tags"
9716   sort:
9717   - "IP4BASE"
9718   - "FIB_20K"
9719   - "FIB_200K"
9720   - "FIB_2M"
9721   traces:
9722     hoverinfo: "x+y"
9723     boxpoints: "outliers"
9724     whiskerwidth: 0
9725   layout:
9726     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9727     layout: "plot-throughput"
9728
9729 -
9730   type: "plot"
9731   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9732   algorithm: "plot_performance_box"
9733   output-file-type: ".html"
9734   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9735   data: "plot-vpp-throughput-latency-3n-hsw"
9736   filter: "'NIC_Intel-XL710' and
9737            '64B' and
9738            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9739            'NDRPDR' and
9740            '2T2C' and
9741            'IP4FWD' and
9742            not 'IPSEC' and
9743            not 'VHOST'"
9744   parameters:
9745   - "throughput"
9746   - "parent"
9747   - "tags"
9748   sort:
9749   - "IP4BASE"
9750   - "FIB_20K"
9751   - "FIB_200K"
9752   - "FIB_2M"
9753   traces:
9754     hoverinfo: "x+y"
9755     boxpoints: "outliers"
9756     whiskerwidth: 0
9757   layout:
9758     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9759     layout: "plot-throughput"
9760
9761 -
9762   type: "plot"
9763   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9764   algorithm: "plot_performance_box"
9765   output-file-type: ".html"
9766   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9767   data: "plot-vpp-throughput-latency-3n-hsw"
9768   filter: "'NIC_Intel-XL710' and
9769            '64B' and
9770            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9771            'NDRPDR' and
9772            '2T2C' and
9773            'IP4FWD' and
9774            not 'IPSEC' and
9775            not 'VHOST'"
9776   parameters:
9777   - "throughput"
9778   - "parent"
9779   - "tags"
9780   sort:
9781   - "IP4BASE"
9782   - "FIB_20K"
9783   - "FIB_200K"
9784   - "FIB_2M"
9785   traces:
9786     hoverinfo: "x+y"
9787     boxpoints: "outliers"
9788     whiskerwidth: 0
9789   layout:
9790     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9791     layout: "plot-throughput"
9792
9793 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
9794 -
9795   type: "plot"
9796   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9797   algorithm: "plot_performance_box"
9798   output-file-type: ".html"
9799   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9800   data: "plot-vpp-throughput-latency-3n-skx"
9801   filter: "'NIC_Intel-X710' and
9802            '64B' and
9803            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9804            'NDRPDR' and
9805            '2T1C' and
9806            'IP4FWD' and
9807            not 'IPSEC' and
9808            not 'VHOST'"
9809   parameters:
9810   - "throughput"
9811   - "parent"
9812   - "tags"
9813   sort:
9814   - "IP4BASE"
9815   - "FIB_20K"
9816   - "FIB_200K"
9817   - "FIB_2M"
9818   traces:
9819     hoverinfo: "x+y"
9820     boxpoints: "outliers"
9821     whiskerwidth: 0
9822   layout:
9823     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9824     layout: "plot-throughput"
9825
9826 -
9827   type: "plot"
9828   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9829   algorithm: "plot_performance_box"
9830   output-file-type: ".html"
9831   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9832   data: "plot-vpp-throughput-latency-3n-skx"
9833   filter: "'NIC_Intel-X710' and
9834            '64B' and
9835            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9836            'NDRPDR' and
9837            '2T1C' and
9838            'IP4FWD' and
9839            not 'IPSEC' and
9840            not 'VHOST'"
9841   parameters:
9842   - "throughput"
9843   - "parent"
9844   - "tags"
9845   sort:
9846   - "IP4BASE"
9847   - "FIB_20K"
9848   - "FIB_200K"
9849   - "FIB_2M"
9850   traces:
9851     hoverinfo: "x+y"
9852     boxpoints: "outliers"
9853     whiskerwidth: 0
9854   layout:
9855     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9856     layout: "plot-throughput"
9857
9858 -
9859   type: "plot"
9860   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9861   algorithm: "plot_performance_box"
9862   output-file-type: ".html"
9863   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9864   data: "plot-vpp-throughput-latency-3n-skx"
9865   filter: "'NIC_Intel-X710' and
9866            '64B' and
9867            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9868            'NDRPDR' and
9869            '4T2C' and
9870            'IP4FWD' and
9871            not 'IPSEC' and
9872            not 'VHOST'"
9873   parameters:
9874   - "throughput"
9875   - "parent"
9876   - "tags"
9877   sort:
9878   - "IP4BASE"
9879   - "FIB_20K"
9880   - "FIB_200K"
9881   - "FIB_2M"
9882   traces:
9883     hoverinfo: "x+y"
9884     boxpoints: "outliers"
9885     whiskerwidth: 0
9886   layout:
9887     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9888     layout: "plot-throughput"
9889
9890 -
9891   type: "plot"
9892   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9893   algorithm: "plot_performance_box"
9894   output-file-type: ".html"
9895   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9896   data: "plot-vpp-throughput-latency-3n-skx"
9897   filter: "'NIC_Intel-X710' and
9898            '64B' and
9899            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9900            'NDRPDR' and
9901            '4T2C' and
9902            'IP4FWD' and
9903            not 'IPSEC' and
9904            not 'VHOST'"
9905   parameters:
9906   - "throughput"
9907   - "parent"
9908   - "tags"
9909   sort:
9910   - "IP4BASE"
9911   - "FIB_20K"
9912   - "FIB_200K"
9913   - "FIB_2M"
9914   traces:
9915     hoverinfo: "x+y"
9916     boxpoints: "outliers"
9917     whiskerwidth: 0
9918   layout:
9919     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9920     layout: "plot-throughput"
9921
9922 # Packet Throughput - VPP IPv4 3n-skx-x710 features
9923 -
9924   type: "plot"
9925   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
9926   algorithm: "plot_performance_box"
9927   output-file-type: ".html"
9928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
9929   data: "plot-vpp-throughput-latency-3n-skx"
9930   filter: "'NIC_Intel-X710' and
9931            '64B' and
9932            ('IP4BASE' or
9933             'POLICE_MARK' or
9934             'COPWHLIST' or
9935             ('NAT44' and 'BASE') or
9936             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9937            'NDRPDR' and
9938            '2T1C' and
9939            'IP4FWD' and
9940            not 'IPSEC' and
9941            not 'VHOST'"
9942   parameters:
9943   - "throughput"
9944   - "parent"
9945   - "tags"
9946   sort:
9947   - "IP4BASE"
9948   - "NAT44"
9949   - "POLICE_MARK"
9950   - "COPWHLIST"
9951   - "IACL"
9952   - "OACL"
9953   traces:
9954     hoverinfo: "x+y"
9955     boxpoints: "outliers"
9956     whiskerwidth: 0
9957   layout:
9958     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
9959     layout: "plot-throughput"
9960
9961 -
9962   type: "plot"
9963   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
9964   algorithm: "plot_performance_box"
9965   output-file-type: ".html"
9966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
9967   data: "plot-vpp-throughput-latency-3n-skx"
9968   filter: "'NIC_Intel-X710' and
9969            '64B' and
9970            ('IP4BASE' or
9971             'POLICE_MARK' or
9972             'COPWHLIST' or
9973             ('NAT44' and 'BASE') or
9974             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9975            'NDRPDR' and
9976            '2T1C' and
9977            'IP4FWD' and
9978            not 'IPSEC' and
9979            not 'VHOST'"
9980   parameters:
9981   - "throughput"
9982   - "parent"
9983   - "tags"
9984   sort:
9985   - "IP4BASE"
9986   - "NAT44"
9987   - "POLICE_MARK"
9988   - "COPWHLIST"
9989   - "IACL"
9990   - "OACL"
9991   traces:
9992     hoverinfo: "x+y"
9993     boxpoints: "outliers"
9994     whiskerwidth: 0
9995   layout:
9996     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
9997     layout: "plot-throughput"
9998
9999 -
10000   type: "plot"
10001   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10002   algorithm: "plot_performance_box"
10003   output-file-type: ".html"
10004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10005   data: "plot-vpp-throughput-latency-3n-skx"
10006   filter: "'NIC_Intel-X710' and
10007            '64B' and
10008            ('IP4BASE' or
10009             'POLICE_MARK' or
10010             'COPWHLIST' or
10011             ('NAT44' and 'BASE') or
10012             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10013            'NDRPDR' and
10014            '4T2C' and
10015            'IP4FWD' and
10016            not 'IPSEC' and
10017            not 'VHOST'"
10018   parameters:
10019   - "throughput"
10020   - "parent"
10021   - "tags"
10022   sort:
10023   - "IP4BASE"
10024   - "NAT44"
10025   - "POLICE_MARK"
10026   - "COPWHLIST"
10027   - "IACL"
10028   - "OACL"
10029   traces:
10030     hoverinfo: "x+y"
10031     boxpoints: "outliers"
10032     whiskerwidth: 0
10033   layout:
10034     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10035     layout: "plot-throughput"
10036
10037 -
10038   type: "plot"
10039   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10040   algorithm: "plot_performance_box"
10041   output-file-type: ".html"
10042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10043   data: "plot-vpp-throughput-latency-3n-skx"
10044   filter: "'NIC_Intel-X710' and
10045            '64B' and
10046            ('IP4BASE' or
10047             'POLICE_MARK' or
10048             'COPWHLIST' or
10049             ('NAT44' and 'BASE') or
10050             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10051            'NDRPDR' and
10052            '4T2C' and
10053            'IP4FWD' and
10054            not 'IPSEC' and
10055            not 'VHOST'"
10056   parameters:
10057   - "throughput"
10058   - "parent"
10059   - "tags"
10060   sort:
10061   - "IP4BASE"
10062   - "NAT44"
10063   - "POLICE_MARK"
10064   - "COPWHLIST"
10065   - "IACL"
10066   - "OACL"
10067   traces:
10068     hoverinfo: "x+y"
10069     boxpoints: "outliers"
10070     whiskerwidth: 0
10071   layout:
10072     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10073     layout: "plot-throughput"
10074
10075 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10076 -
10077   type: "plot"
10078   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10079   algorithm: "plot_performance_box"
10080   output-file-type: ".html"
10081   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10082   data: "plot-vpp-throughput-latency-3n-hsw"
10083   filter: "'NIC_Intel-X710' and
10084            '64B' and
10085            'NDRPDR' and
10086            '1T1C' and
10087            'IP4FWD' and
10088            'NAT44' and
10089            not 'IPSEC' and
10090            not 'VHOST'"
10091   parameters:
10092   - "throughput"
10093   - "parent"
10094   - "tags"
10095   sort:
10096   - "BASE"
10097   - "BASE"
10098   - "SRC_USER_10"
10099   - "SRC_USER_100"
10100   - "SRC_USER_1000"
10101   - "SRC_USER_2000"
10102   traces:
10103     hoverinfo: "x+y"
10104     boxpoints: "outliers"
10105     whiskerwidth: 0
10106   layout:
10107     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10108     layout: "plot-throughput"
10109
10110 -
10111   type: "plot"
10112   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10113   algorithm: "plot_performance_box"
10114   output-file-type: ".html"
10115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10116   data: "plot-vpp-throughput-latency-3n-hsw"
10117   filter: "'NIC_Intel-X710' and
10118            '64B' and
10119            'NDRPDR' and
10120            '1T1C' and
10121            'IP4FWD' and
10122            'NAT44' and
10123            not 'IPSEC' and
10124            not 'VHOST'"
10125   parameters:
10126   - "throughput"
10127   - "parent"
10128   - "tags"
10129   sort:
10130   - "BASE"
10131   - "BASE"
10132   - "SRC_USER_10"
10133   - "SRC_USER_100"
10134   - "SRC_USER_1000"
10135   - "SRC_USER_2000"
10136   traces:
10137     hoverinfo: "x+y"
10138     boxpoints: "outliers"
10139     whiskerwidth: 0
10140   layout:
10141     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10142     layout: "plot-throughput"
10143
10144 -
10145   type: "plot"
10146   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10147   algorithm: "plot_performance_box"
10148   output-file-type: ".html"
10149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10150   data: "plot-vpp-throughput-latency-3n-hsw"
10151   filter: "'NIC_Intel-X710' and
10152            '64B' and
10153            'NDRPDR' and
10154            '2T2C' and
10155            'IP4FWD' and
10156            'NAT44' and
10157            not 'IPSEC' and
10158            not 'VHOST'"
10159   parameters:
10160   - "throughput"
10161   - "parent"
10162   - "tags"
10163   sort:
10164   - "BASE"
10165   - "BASE"
10166   - "SRC_USER_10"
10167   - "SRC_USER_100"
10168   - "SRC_USER_1000"
10169   - "SRC_USER_2000"
10170   traces:
10171     hoverinfo: "x+y"
10172     boxpoints: "outliers"
10173     whiskerwidth: 0
10174   layout:
10175     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10176     layout: "plot-throughput"
10177
10178 -
10179   type: "plot"
10180   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10181   algorithm: "plot_performance_box"
10182   output-file-type: ".html"
10183   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10184   data: "plot-vpp-throughput-latency-3n-hsw"
10185   filter: "'NIC_Intel-X710' and
10186            '64B' and
10187            'NDRPDR' and
10188            '2T2C' and
10189            'IP4FWD' and
10190            'NAT44' and
10191            not 'IPSEC' and
10192            not 'VHOST'"
10193   parameters:
10194   - "throughput"
10195   - "parent"
10196   - "tags"
10197   sort:
10198   - "BASE"
10199   - "BASE"
10200   - "SRC_USER_10"
10201   - "SRC_USER_100"
10202   - "SRC_USER_1000"
10203   - "SRC_USER_2000"
10204   traces:
10205     hoverinfo: "x+y"
10206     boxpoints: "outliers"
10207     whiskerwidth: 0
10208   layout:
10209     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10210     layout: "plot-throughput"
10211
10212 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10213 -
10214   type: "plot"
10215   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10216   algorithm: "plot_performance_box"
10217   output-file-type: ".html"
10218   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10219   data: "plot-vpp-throughput-latency-3n-hsw"
10220   filter: "'NIC_Intel-X710' and
10221            '64B' and
10222            'NDRPDR' and
10223            '1T1C' and
10224            'IP4FWD' and
10225            'IACL' and
10226            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10227            not 'IPSEC' and
10228            not 'VHOST'"
10229   parameters:
10230   - "throughput"
10231   - "parent"
10232   - "tags"
10233   sort:
10234   - "ACL_STATELESS"
10235   - "ACL_STATEFUL"
10236   - "ACL_STATELESS"
10237   - "ACL_STATEFUL"
10238   traces:
10239     hoverinfo: "x+y"
10240     boxpoints: "outliers"
10241     whiskerwidth: 0
10242   layout:
10243     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10244     layout: "plot-throughput"
10245
10246 -
10247   type: "plot"
10248   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10249   algorithm: "plot_performance_box"
10250   output-file-type: ".html"
10251   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10252   data: "plot-vpp-throughput-latency-3n-hsw"
10253   filter: "'NIC_Intel-X710' and
10254            '64B' and
10255            'NDRPDR' and
10256            '1T1C' and
10257            'IP4FWD' and
10258            'IACL' and
10259            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10260            not 'IPSEC' and
10261            not 'VHOST'"
10262   parameters:
10263   - "throughput"
10264   - "parent"
10265   - "tags"
10266   sort:
10267   - "ACL_STATELESS"
10268   - "ACL_STATEFUL"
10269   - "ACL_STATELESS"
10270   - "ACL_STATEFUL"
10271   traces:
10272     hoverinfo: "x+y"
10273     boxpoints: "outliers"
10274     whiskerwidth: 0
10275   layout:
10276     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10277     layout: "plot-throughput"
10278
10279 -
10280   type: "plot"
10281   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10282   algorithm: "plot_performance_box"
10283   output-file-type: ".html"
10284   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10285   data: "plot-vpp-throughput-latency-3n-hsw"
10286   filter: "'NIC_Intel-X710' and
10287            '64B' and
10288            'NDRPDR' and
10289            '2T2C' and
10290            'IP4FWD' and
10291            'IACL' and
10292            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10293            not 'IPSEC' and
10294            not 'VHOST'"
10295   parameters:
10296   - "throughput"
10297   - "parent"
10298   - "tags"
10299   sort:
10300   - "ACL_STATELESS"
10301   - "ACL_STATEFUL"
10302   - "ACL_STATELESS"
10303   - "ACL_STATEFUL"
10304   traces:
10305     hoverinfo: "x+y"
10306     boxpoints: "outliers"
10307     whiskerwidth: 0
10308   layout:
10309     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10310     layout: "plot-throughput"
10311
10312 -
10313   type: "plot"
10314   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10315   algorithm: "plot_performance_box"
10316   output-file-type: ".html"
10317   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10318   data: "plot-vpp-throughput-latency-3n-hsw"
10319   filter: "'NIC_Intel-X710' and
10320            '64B' and
10321            'NDRPDR' and
10322            '2T2C' and
10323            'IP4FWD' and
10324            'IACL' and
10325            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10326            not 'IPSEC' and
10327            not 'VHOST'"
10328   parameters:
10329   - "throughput"
10330   - "parent"
10331   - "tags"
10332   sort:
10333   - "ACL_STATELESS"
10334   - "ACL_STATEFUL"
10335   - "ACL_STATELESS"
10336   - "ACL_STATEFUL"
10337   traces:
10338     hoverinfo: "x+y"
10339     boxpoints: "outliers"
10340     whiskerwidth: 0
10341   layout:
10342     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10343     layout: "plot-throughput"
10344
10345 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10346 -
10347   type: "plot"
10348   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10349   algorithm: "plot_performance_box"
10350   output-file-type: ".html"
10351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10352   data: "plot-vpp-throughput-latency-3n-hsw"
10353   filter: "'NIC_Intel-X710' and
10354            '64B' and
10355            'NDRPDR' and
10356            '1T1C' and
10357            'IP4FWD' and
10358            'OACL' and
10359            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10360            not 'IPSEC' and
10361            not 'VHOST'"
10362   parameters:
10363   - "throughput"
10364   - "parent"
10365   - "tags"
10366   sort:
10367   - "ACL_STATELESS"
10368   - "ACL_STATEFUL"
10369   - "ACL_STATELESS"
10370   - "ACL_STATEFUL"
10371   traces:
10372     hoverinfo: "x+y"
10373     boxpoints: "outliers"
10374     whiskerwidth: 0
10375   layout:
10376     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10377     layout: "plot-throughput"
10378
10379 -
10380   type: "plot"
10381   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10382   algorithm: "plot_performance_box"
10383   output-file-type: ".html"
10384   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10385   data: "plot-vpp-throughput-latency-3n-hsw"
10386   filter: "'NIC_Intel-X710' and
10387            '64B' and
10388            'NDRPDR' and
10389            '1T1C' and
10390            'IP4FWD' and
10391            'OACL' and
10392            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10393            not 'IPSEC' and
10394            not 'VHOST'"
10395   parameters:
10396   - "throughput"
10397   - "parent"
10398   - "tags"
10399   sort:
10400   - "ACL_STATELESS"
10401   - "ACL_STATEFUL"
10402   - "ACL_STATELESS"
10403   - "ACL_STATEFUL"
10404   traces:
10405     hoverinfo: "x+y"
10406     boxpoints: "outliers"
10407     whiskerwidth: 0
10408   layout:
10409     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10410     layout: "plot-throughput"
10411
10412 -
10413   type: "plot"
10414   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10415   algorithm: "plot_performance_box"
10416   output-file-type: ".html"
10417   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10418   data: "plot-vpp-throughput-latency-3n-hsw"
10419   filter: "'NIC_Intel-X710' and
10420            '64B' and
10421            'NDRPDR' and
10422            '2T2C' and
10423            'IP4FWD' and
10424            'OACL' and
10425            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10426            not 'IPSEC' and
10427            not 'VHOST'"
10428   parameters:
10429   - "throughput"
10430   - "parent"
10431   - "tags"
10432   sort:
10433   - "ACL_STATELESS"
10434   - "ACL_STATEFUL"
10435   - "ACL_STATELESS"
10436   - "ACL_STATEFUL"
10437   traces:
10438     hoverinfo: "x+y"
10439     boxpoints: "outliers"
10440     whiskerwidth: 0
10441   layout:
10442     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10443     layout: "plot-throughput"
10444
10445 -
10446   type: "plot"
10447   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10448   algorithm: "plot_performance_box"
10449   output-file-type: ".html"
10450   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10451   data: "plot-vpp-throughput-latency-3n-hsw"
10452   filter: "'NIC_Intel-X710' and
10453            '64B' and
10454            'NDRPDR' and
10455            '2T2C' and
10456            'IP4FWD' and
10457            'OACL' and
10458            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10459            not 'IPSEC' and
10460            not 'VHOST'"
10461   parameters:
10462   - "throughput"
10463   - "parent"
10464   - "tags"
10465   sort:
10466   - "ACL_STATELESS"
10467   - "ACL_STATEFUL"
10468   - "ACL_STATELESS"
10469   - "ACL_STATEFUL"
10470   traces:
10471     hoverinfo: "x+y"
10472     boxpoints: "outliers"
10473     whiskerwidth: 0
10474   layout:
10475     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10476     layout: "plot-throughput"
10477
10478 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10479 -
10480   type: "plot"
10481   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10482   algorithm: "plot_performance_box"
10483   output-file-type: ".html"
10484   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10485   data: "plot-vpp-throughput-latency-2n-skx"
10486   filter: "'NIC_Intel-X710' and
10487            '64B' and
10488            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10489            'NDRPDR' and
10490            '2T1C' and
10491            'IP4FWD' and
10492            not 'IPSEC' and
10493            not 'VHOST'"
10494   parameters:
10495   - "throughput"
10496   - "parent"
10497   - "tags"
10498   sort:
10499   - "DOT1Q"
10500   - "IP4BASE"
10501   - "FIB_20k"
10502   - "FIB_200k"
10503   - "FIB_2M"
10504   traces:
10505     hoverinfo: "x+y"
10506     boxpoints: "outliers"
10507     whiskerwidth: 0
10508   layout:
10509     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10510     layout: "plot-throughput"
10511
10512 -
10513   type: "plot"
10514   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10515   algorithm: "plot_performance_box"
10516   output-file-type: ".html"
10517   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10518   data: "plot-vpp-throughput-latency-2n-skx"
10519   filter: "'NIC_Intel-X710' and
10520            '64B' and
10521            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10522            'NDRPDR' and
10523            '2T1C' and
10524            'IP4FWD' and
10525            not 'IPSEC' and
10526            not 'VHOST'"
10527   parameters:
10528   - "throughput"
10529   - "parent"
10530   - "tags"
10531   sort:
10532   - "DOT1Q"
10533   - "IP4BASE"
10534   - "FIB_20k"
10535   - "FIB_200k"
10536   - "FIB_2M"
10537   traces:
10538     hoverinfo: "x+y"
10539     boxpoints: "outliers"
10540     whiskerwidth: 0
10541   layout:
10542     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10543     layout: "plot-throughput"
10544
10545 -
10546   type: "plot"
10547   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10548   algorithm: "plot_performance_box"
10549   output-file-type: ".html"
10550   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10551   data: "plot-vpp-throughput-latency-2n-skx"
10552   filter: "'NIC_Intel-X710' and
10553            '64B' and
10554            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10555            'NDRPDR' and
10556            '4T2C' and
10557            'IP4FWD' and
10558            not 'IPSEC' and
10559            not 'VHOST'"
10560   parameters:
10561   - "throughput"
10562   - "parent"
10563   - "tags"
10564   sort:
10565   - "DOT1Q"
10566   - "IP4BASE"
10567   - "FIB_20k"
10568   - "FIB_200k"
10569   - "FIB_2M"
10570   traces:
10571     hoverinfo: "x+y"
10572     boxpoints: "outliers"
10573     whiskerwidth: 0
10574   layout:
10575     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10576     layout: "plot-throughput"
10577
10578 -
10579   type: "plot"
10580   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10581   algorithm: "plot_performance_box"
10582   output-file-type: ".html"
10583   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10584   data: "plot-vpp-throughput-latency-2n-skx"
10585   filter: "'NIC_Intel-X710' and
10586            '64B' and
10587            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10588            'NDRPDR' and
10589            '4T2C' and
10590            'IP4FWD' and
10591            not 'IPSEC' and
10592            not 'VHOST'"
10593   parameters:
10594   - "throughput"
10595   - "parent"
10596   - "tags"
10597   sort:
10598   - "DOT1Q"
10599   - "IP4BASE"
10600   - "FIB_20k"
10601   - "FIB_200k"
10602   - "FIB_2M"
10603   traces:
10604     hoverinfo: "x+y"
10605     boxpoints: "outliers"
10606     whiskerwidth: 0
10607   layout:
10608     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10609     layout: "plot-throughput"
10610
10611 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10612 -
10613   type: "plot"
10614   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10615   algorithm: "plot_performance_box"
10616   output-file-type: ".html"
10617   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10618   data: "plot-vpp-throughput-latency-2n-skx"
10619   filter: "'NIC_Intel-XXV710' and
10620            '64B' and
10621            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10622            'NDRPDR' and
10623            '2T1C' and
10624            'IP4FWD' and
10625            not 'IPSEC' and
10626            not 'VHOST'"
10627   parameters:
10628   - "throughput"
10629   - "parent"
10630   - "tags"
10631   sort:
10632   - "DOT1Q"
10633   - "IP4BASE"
10634   - "FIB_20k"
10635   - "FIB_200k"
10636   - "FIB_2M"
10637   traces:
10638     hoverinfo: "x+y"
10639     boxpoints: "outliers"
10640     whiskerwidth: 0
10641   layout:
10642     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10643     layout: "plot-throughput"
10644
10645 -
10646   type: "plot"
10647   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10648   algorithm: "plot_performance_box"
10649   output-file-type: ".html"
10650   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10651   data: "plot-vpp-throughput-latency-2n-skx"
10652   filter: "'NIC_Intel-XXV710' and
10653            '64B' and
10654            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10655            'NDRPDR' and
10656            '2T1C' and
10657            'IP4FWD' and
10658            not 'IPSEC' and
10659            not 'VHOST'"
10660   parameters:
10661   - "throughput"
10662   - "parent"
10663   - "tags"
10664   sort:
10665   - "DOT1Q"
10666   - "IP4BASE"
10667   - "FIB_20k"
10668   - "FIB_200k"
10669   - "FIB_2M"
10670   traces:
10671     hoverinfo: "x+y"
10672     boxpoints: "outliers"
10673     whiskerwidth: 0
10674   layout:
10675     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10676     layout: "plot-throughput"
10677
10678 -
10679   type: "plot"
10680   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10681   algorithm: "plot_performance_box"
10682   output-file-type: ".html"
10683   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10684   data: "plot-vpp-throughput-latency-2n-skx"
10685   filter: "'NIC_Intel-XXV710' and
10686            '64B' and
10687            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10688            'NDRPDR' and
10689            '4T2C' and
10690            'IP4FWD' and
10691            not 'IPSEC' and
10692            not 'VHOST'"
10693   parameters:
10694   - "throughput"
10695   - "parent"
10696   - "tags"
10697   sort:
10698   - "DOT1Q"
10699   - "IP4BASE"
10700   - "FIB_20k"
10701   - "FIB_200k"
10702   - "FIB_2M"
10703   traces:
10704     hoverinfo: "x+y"
10705     boxpoints: "outliers"
10706     whiskerwidth: 0
10707   layout:
10708     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10709     layout: "plot-throughput"
10710
10711 -
10712   type: "plot"
10713   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10714   algorithm: "plot_performance_box"
10715   output-file-type: ".html"
10716   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10717   data: "plot-vpp-throughput-latency-2n-skx"
10718   filter: "'NIC_Intel-XXV710' and
10719            '64B' and
10720            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10721            'NDRPDR' and
10722            '4T2C' and
10723            'IP4FWD' and
10724            not 'IPSEC' and
10725            not 'VHOST'"
10726   parameters:
10727   - "throughput"
10728   - "parent"
10729   - "tags"
10730   sort:
10731   - "DOT1Q"
10732   - "IP4BASE"
10733   - "FIB_20k"
10734   - "FIB_200k"
10735   - "FIB_2M"
10736   traces:
10737     hoverinfo: "x+y"
10738     boxpoints: "outliers"
10739     whiskerwidth: 0
10740   layout:
10741     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10742     layout: "plot-throughput"
10743
10744 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10745 -
10746   type: "plot"
10747   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10748   algorithm: "plot_performance_box"
10749   output-file-type: ".html"
10750   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10751   data: "intel-dnv-vpp"
10752   filter: "'NIC_Intel-X553' and
10753            '64B' and
10754            'IP4BASE' and
10755            'NDRPDR' and
10756            '1T1C' and
10757            'IP4FWD' and
10758            not 'IPSEC' and
10759            not 'VHOST'"
10760   parameters:
10761   - "throughput"
10762   - "parent"
10763   - "tags"
10764   sort:
10765   - "IP4BASE"
10766   traces:
10767     hoverinfo: "x+y"
10768     boxpoints: "outliers"
10769     whiskerwidth: 0
10770   layout:
10771     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10772     layout: "plot-throughput"
10773
10774 -
10775   type: "plot"
10776   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10777   algorithm: "plot_performance_box"
10778   output-file-type: ".html"
10779   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10780   data: "intel-dnv-vpp"
10781   filter: "'NIC_Intel-X553' and
10782            '64B' and
10783            'IP4BASE' and
10784            'NDRPDR' and
10785            '1T1C' and
10786            'IP4FWD' and
10787            not 'IPSEC' and
10788            not 'VHOST'"
10789   parameters:
10790   - "throughput"
10791   - "parent"
10792   - "tags"
10793   sort:
10794   - "IP4BASE"
10795   traces:
10796     hoverinfo: "x+y"
10797     boxpoints: "outliers"
10798     whiskerwidth: 0
10799   layout:
10800     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10801     layout: "plot-throughput"
10802
10803 -
10804   type: "plot"
10805   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10806   algorithm: "plot_performance_box"
10807   output-file-type: ".html"
10808   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10809   data: "intel-dnv-vpp"
10810   filter: "'NIC_Intel-X553' and
10811            '64B' and
10812            'IP4BASE' and
10813            'NDRPDR' and
10814            '2T2C' and
10815            'IP4FWD' and
10816            not 'IPSEC' and
10817            not 'VHOST'"
10818   parameters:
10819   - "throughput"
10820   - "parent"
10821   - "tags"
10822   sort:
10823   - "IP4BASE"
10824   traces:
10825     hoverinfo: "x+y"
10826     boxpoints: "outliers"
10827     whiskerwidth: 0
10828   layout:
10829     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10830     layout: "plot-throughput"
10831
10832 -
10833   type: "plot"
10834   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10835   algorithm: "plot_performance_box"
10836   output-file-type: ".html"
10837   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10838   data: "intel-dnv-vpp"
10839   filter: "'NIC_Intel-X553' and
10840            '64B' and
10841            'IP4BASE' and
10842            'NDRPDR' and
10843            '2T2C' and
10844            'IP4FWD' and
10845            not 'IPSEC' and
10846            not 'VHOST'"
10847   parameters:
10848   - "throughput"
10849   - "parent"
10850   - "tags"
10851   sort:
10852   - "IP4BASE"
10853   traces:
10854     hoverinfo: "x+y"
10855     boxpoints: "outliers"
10856     whiskerwidth: 0
10857   layout:
10858     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10859     layout: "plot-throughput"
10860
10861 ################################################################################
10862
10863 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
10864 -
10865   type: "plot"
10866   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10867   algorithm: "plot_performance_box"
10868   output-file-type: ".html"
10869   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10870   data: "plot-vpp-throughput-latency-3n-hsw"
10871   filter: "'NIC_Intel-X520-DA2' and
10872            '64B' and
10873            'ENCAP' and
10874            'NDRPDR' and
10875            '1T1C' and
10876            ('VXLAN' or 'LISP') and
10877            not 'VHOST' and
10878            not 'IPSECHW'"
10879   parameters:
10880   - "throughput"
10881   - "parent"
10882   - "tags"
10883   sort:
10884   - "not DOT1Q"
10885   - "VXLAN_1"
10886   - "VXLAN_10"
10887   - "VXLAN_100"
10888   - "VXLAN_1000"
10889   traces:
10890     hoverinfo: "x+y"
10891     boxpoints: "outliers"
10892     whiskerwidth: 0
10893   layout:
10894     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10895     layout: "plot-throughput"
10896
10897 -
10898   type: "plot"
10899   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10900   algorithm: "plot_performance_box"
10901   output-file-type: ".html"
10902   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10903   data: "plot-vpp-throughput-latency-3n-hsw"
10904   filter: "'NIC_Intel-X520-DA2' and
10905            '64B' and
10906            'ENCAP' and
10907            'NDRPDR' and
10908            '1T1C' and
10909            ('VXLAN' or 'LISP') and
10910            not 'VHOST' and
10911            not 'IPSECHW'"
10912   parameters:
10913   - "throughput"
10914   - "parent"
10915   - "tags"
10916   sort:
10917   - "not DOT1Q"
10918   - "VXLAN_1"
10919   - "VXLAN_10"
10920   - "VXLAN_100"
10921   - "VXLAN_1000"
10922   traces:
10923     hoverinfo: "x+y"
10924     boxpoints: "outliers"
10925     whiskerwidth: 0
10926   layout:
10927     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10928     layout: "plot-throughput"
10929
10930 -
10931   type: "plot"
10932   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10933   algorithm: "plot_performance_box"
10934   output-file-type: ".html"
10935   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10936   data: "plot-vpp-throughput-latency-3n-hsw"
10937   filter: "'NIC_Intel-X520-DA2' and
10938            '64B' and
10939            'ENCAP' and
10940            'NDRPDR' and
10941            '2T2C' and
10942            ('VXLAN' or 'LISP') and
10943            not 'VHOST' and
10944            not 'IPSECHW'"
10945   parameters:
10946   - "throughput"
10947   - "parent"
10948   - "tags"
10949   sort:
10950   - "not DOT1Q"
10951   - "VXLAN_1"
10952   - "VXLAN_10"
10953   - "VXLAN_100"
10954   - "VXLAN_1000"
10955   traces:
10956     hoverinfo: "x+y"
10957     boxpoints: "outliers"
10958     whiskerwidth: 0
10959   layout:
10960     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10961     layout: "plot-throughput"
10962
10963 -
10964   type: "plot"
10965   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10966   algorithm: "plot_performance_box"
10967   output-file-type: ".html"
10968   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10969   data: "plot-vpp-throughput-latency-3n-hsw"
10970   filter: "'NIC_Intel-X520-DA2' and
10971            '64B' and
10972            'ENCAP' and
10973            'NDRPDR' and
10974            '2T2C' and
10975            ('VXLAN' or 'LISP') and
10976            not 'VHOST' and
10977            not 'IPSECHW'"
10978   parameters:
10979   - "throughput"
10980   - "parent"
10981   - "tags"
10982   sort:
10983   - "not DOT1Q"
10984   - "VXLAN_1"
10985   - "VXLAN_10"
10986   - "VXLAN_100"
10987   - "VXLAN_1000"
10988   traces:
10989     hoverinfo: "x+y"
10990     boxpoints: "outliers"
10991     whiskerwidth: 0
10992   layout:
10993     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10994     layout: "plot-throughput"
10995
10996 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
10997 -
10998   type: "plot"
10999   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11000   algorithm: "plot_performance_box"
11001   output-file-type: ".html"
11002   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11003   data: "plot-vpp-throughput-latency-3n-hsw"
11004   filter: "'NIC_Intel-X520-DA2' and
11005            '64B' and
11006            'ENCAP' and
11007            'NDRPDR' and
11008            '1T1C' and
11009            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11010            not 'DOT1Q' and
11011            not 'VHOST' and
11012            not 'IPSECHW'"
11013   parameters:
11014   - "throughput"
11015   - "parent"
11016   - "tags"
11017   sort:
11018   - "L2BDMACLRN"
11019   - "L2XCFWD"
11020   - "LISP"
11021   traces:
11022     hoverinfo: "x+y"
11023     boxpoints: "outliers"
11024     whiskerwidth: 0
11025   layout:
11026     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11027     layout: "plot-throughput"
11028
11029 -
11030   type: "plot"
11031   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11032   algorithm: "plot_performance_box"
11033   output-file-type: ".html"
11034   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11035   data: "plot-vpp-throughput-latency-3n-hsw"
11036   filter: "'NIC_Intel-X520-DA2' and
11037            '64B' and
11038            'ENCAP' and
11039            'NDRPDR' and
11040            '2T2C' and
11041            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11042            not 'DOT1Q' and
11043            not 'VHOST' and
11044            not 'IPSECHW'"
11045   parameters:
11046   - "throughput"
11047   - "parent"
11048   - "tags"
11049   sort:
11050   - "L2BDMACLRN"
11051   - "L2XCFWD"
11052   - "LISP"
11053   traces:
11054     hoverinfo: "x+y"
11055     boxpoints: "outliers"
11056     whiskerwidth: 0
11057   layout:
11058     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11059     layout: "plot-throughput"
11060
11061 -
11062   type: "plot"
11063   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11064   algorithm: "plot_performance_box"
11065   output-file-type: ".html"
11066   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11067   data: "plot-vpp-throughput-latency-3n-hsw"
11068   filter: "'NIC_Intel-X520-DA2' and
11069            '64B' and
11070            'ENCAP' and
11071            'NDRPDR' and
11072            '1T1C' and
11073            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11074            not 'DOT1Q' and
11075            not 'VHOST' and
11076            not 'IPSECHW'"
11077   parameters:
11078   - "throughput"
11079   - "parent"
11080   - "tags"
11081   sort:
11082   - "L2BDMACLRN"
11083   - "L2XCFWD"
11084   - "LISP"
11085   traces:
11086     hoverinfo: "x+y"
11087     boxpoints: "outliers"
11088     whiskerwidth: 0
11089   layout:
11090     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11091     layout: "plot-throughput"
11092
11093 -
11094   type: "plot"
11095   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11096   algorithm: "plot_performance_box"
11097   output-file-type: ".html"
11098   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11099   data: "plot-vpp-throughput-latency-3n-hsw"
11100   filter: "'NIC_Intel-X520-DA2' and
11101            '64B' and
11102            'ENCAP' and
11103            'NDRPDR' and
11104            '2T2C' and
11105            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11106            not 'DOT1Q' and
11107            not 'VHOST' and
11108            not 'IPSECHW'"
11109   parameters:
11110   - "throughput"
11111   - "parent"
11112   - "tags"
11113   sort:
11114   - "L2BDMACLRN"
11115   - "L2XCFWD"
11116   - "LISP"
11117   traces:
11118     hoverinfo: "x+y"
11119     boxpoints: "outliers"
11120     whiskerwidth: 0
11121   layout:
11122     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11123     layout: "plot-throughput"
11124
11125 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11126 -
11127   type: "plot"
11128   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11129   algorithm: "plot_performance_box"
11130   output-file-type: ".html"
11131   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11132   data: "plot-vpp-throughput-latency-3n-hsw"
11133   filter: "'NIC_Intel-X710' and
11134            '64B' and
11135            'ENCAP' and
11136            'NDRPDR' and
11137            '1T1C' and
11138            ('VXLAN' or 'LISP') and
11139            not 'VHOST' and
11140            not 'IPSECHW'"
11141   parameters:
11142   - "throughput"
11143   - "parent"
11144   - "tags"
11145   sort:
11146   - "LISP"
11147   - "VXLAN_1"
11148   - "VXLAN_10"
11149   - "VXLAN_100"
11150   - "VXLAN_1000"
11151   traces:
11152     hoverinfo: "x+y"
11153     boxpoints: "outliers"
11154     whiskerwidth: 0
11155   layout:
11156     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11157     layout: "plot-throughput"
11158
11159 -
11160   type: "plot"
11161   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11162   algorithm: "plot_performance_box"
11163   output-file-type: ".html"
11164   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11165   data: "plot-vpp-throughput-latency-3n-hsw"
11166   filter: "'NIC_Intel-X710' and
11167            '64B' and
11168            'ENCAP' and
11169            'NDRPDR' and
11170            '1T1C' and
11171            ('VXLAN' or 'LISP') and
11172            not 'VHOST' and
11173            not 'IPSECHW'"
11174   parameters:
11175   - "throughput"
11176   - "parent"
11177   - "tags"
11178   sort:
11179   - "LISP"
11180   - "VXLAN_1"
11181   - "VXLAN_10"
11182   - "VXLAN_100"
11183   - "VXLAN_1000"
11184   traces:
11185     hoverinfo: "x+y"
11186     boxpoints: "outliers"
11187     whiskerwidth: 0
11188   layout:
11189     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11190     layout: "plot-throughput"
11191
11192 -
11193   type: "plot"
11194   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11195   algorithm: "plot_performance_box"
11196   output-file-type: ".html"
11197   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11198   data: "plot-vpp-throughput-latency-3n-hsw"
11199   filter: "'NIC_Intel-X710' and
11200            '64B' and
11201            'ENCAP' and
11202            'NDRPDR' and
11203            '2T2C' and
11204            ('VXLAN' or 'LISP') and
11205            not 'VHOST' and
11206            not 'IPSECHW'"
11207   parameters:
11208   - "throughput"
11209   - "parent"
11210   - "tags"
11211   sort:
11212   - "LISP"
11213   - "VXLAN_1"
11214   - "VXLAN_10"
11215   - "VXLAN_100"
11216   - "VXLAN_1000"
11217   traces:
11218     hoverinfo: "x+y"
11219     boxpoints: "outliers"
11220     whiskerwidth: 0
11221   layout:
11222     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11223     layout: "plot-throughput"
11224
11225 -
11226   type: "plot"
11227   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11228   algorithm: "plot_performance_box"
11229   output-file-type: ".html"
11230   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11231   data: "plot-vpp-throughput-latency-3n-hsw"
11232   filter: "'NIC_Intel-X710' and
11233            '64B' and
11234            'ENCAP' and
11235            'NDRPDR' and
11236            '2T2C' and
11237            ('VXLAN' or 'LISP') and
11238            not 'VHOST' and
11239            not 'IPSECHW'"
11240   parameters:
11241   - "throughput"
11242   - "parent"
11243   - "tags"
11244   sort:
11245   - "LISP"
11246   - "VXLAN_1"
11247   - "VXLAN_10"
11248   - "VXLAN_100"
11249   - "VXLAN_1000"
11250   traces:
11251     hoverinfo: "x+y"
11252     boxpoints: "outliers"
11253     whiskerwidth: 0
11254   layout:
11255     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11256     layout: "plot-throughput"
11257
11258 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11259 -
11260   type: "plot"
11261   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11262   algorithm: "plot_performance_box"
11263   output-file-type: ".html"
11264   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11265   data: "plot-vpp-throughput-latency-3n-hsw"
11266   filter: "'NIC_Intel-X710' and
11267            '64B' and
11268            'ENCAP' and
11269            'NDRPDR' and
11270            '1T1C' and
11271            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11272            not 'DOT1Q' and
11273            not 'VHOST' and
11274            not 'IPSECHW'"
11275   parameters:
11276   - "throughput"
11277   - "parent"
11278   - "tags"
11279   sort:
11280   - "L2BDMACLRN"
11281   - "L2XCFWD"
11282   - "LISP"
11283   traces:
11284     hoverinfo: "x+y"
11285     boxpoints: "outliers"
11286     whiskerwidth: 0
11287   layout:
11288     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11289     layout: "plot-throughput"
11290
11291 -
11292   type: "plot"
11293   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11294   algorithm: "plot_performance_box"
11295   output-file-type: ".html"
11296   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11297   data: "plot-vpp-throughput-latency-3n-hsw"
11298   filter: "'NIC_Intel-X710' and
11299            '64B' and
11300            'ENCAP' and
11301            'NDRPDR' and
11302            '2T2C' and
11303            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11304            not 'DOT1Q' and
11305            not 'VHOST' and
11306            not 'IPSECHW'"
11307   parameters:
11308   - "throughput"
11309   - "parent"
11310   - "tags"
11311   sort:
11312   - "L2BDMACLRN"
11313   - "L2XCFWD"
11314   - "LISP"
11315   traces:
11316     hoverinfo: "x+y"
11317     boxpoints: "outliers"
11318     whiskerwidth: 0
11319   layout:
11320     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11321     layout: "plot-throughput"
11322
11323 -
11324   type: "plot"
11325   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11326   algorithm: "plot_performance_box"
11327   output-file-type: ".html"
11328   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11329   data: "plot-vpp-throughput-latency-3n-hsw"
11330   filter: "'NIC_Intel-X710' and
11331            '64B' and
11332            'ENCAP' and
11333            'NDRPDR' and
11334            '1T1C' and
11335            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11336            not 'DOT1Q' and
11337            not 'VHOST' and
11338            not 'IPSECHW'"
11339   parameters:
11340   - "throughput"
11341   - "parent"
11342   - "tags"
11343   sort:
11344   - "L2BDMACLRN"
11345   - "L2XCFWD"
11346   - "LISP"
11347   traces:
11348     hoverinfo: "x+y"
11349     boxpoints: "outliers"
11350     whiskerwidth: 0
11351   layout:
11352     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11353     layout: "plot-throughput"
11354
11355 -
11356   type: "plot"
11357   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11358   algorithm: "plot_performance_box"
11359   output-file-type: ".html"
11360   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11361   data: "plot-vpp-throughput-latency-3n-hsw"
11362   filter: "'NIC_Intel-X710' and
11363            '64B' and
11364            'ENCAP' and
11365            'NDRPDR' and
11366            '2T2C' and
11367            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11368            not 'DOT1Q' and
11369            not 'VHOST' and
11370            not 'IPSECHW'"
11371   parameters:
11372   - "throughput"
11373   - "parent"
11374   - "tags"
11375   sort:
11376   - "L2BDMACLRN"
11377   - "L2XCFWD"
11378   - "LISP"
11379   traces:
11380     hoverinfo: "x+y"
11381     boxpoints: "outliers"
11382     whiskerwidth: 0
11383   layout:
11384     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11385     layout: "plot-throughput"
11386
11387 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11388 -
11389   type: "plot"
11390   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11391   algorithm: "plot_performance_box"
11392   output-file-type: ".html"
11393   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11394   data: "plot-vpp-throughput-latency-3n-skx"
11395   filter: "'NIC_Intel-X710' and
11396            '64B' and
11397            'ENCAP' and
11398            'NDRPDR' and
11399            '2T1C' and
11400            ('VXLAN' or 'LISP') and
11401            not 'VHOST' and
11402            not 'IPSECHW'"
11403   parameters:
11404   - "throughput"
11405   - "parent"
11406   - "tags"
11407   sort:
11408   - "LISP"
11409   - "VXLAN_1"
11410   - "VXLAN_10"
11411   - "VXLAN_100"
11412   - "VXLAN_1000"
11413   traces:
11414     hoverinfo: "x+y"
11415     boxpoints: "outliers"
11416     whiskerwidth: 0
11417   layout:
11418     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11419     layout: "plot-throughput"
11420
11421 -
11422   type: "plot"
11423   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11424   algorithm: "plot_performance_box"
11425   output-file-type: ".html"
11426   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11427   data: "plot-vpp-throughput-latency-3n-skx"
11428   filter: "'NIC_Intel-X710' and
11429            '64B' and
11430            'ENCAP' and
11431            'NDRPDR' and
11432            '2T1C' and
11433            ('VXLAN' or 'LISP') and
11434            not 'VHOST' and
11435            not 'IPSECHW'"
11436   parameters:
11437   - "throughput"
11438   - "parent"
11439   - "tags"
11440   sort:
11441   - "LISP"
11442   - "VXLAN_1"
11443   - "VXLAN_10"
11444   - "VXLAN_100"
11445   - "VXLAN_1000"
11446   traces:
11447     hoverinfo: "x+y"
11448     boxpoints: "outliers"
11449     whiskerwidth: 0
11450   layout:
11451     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11452     layout: "plot-throughput"
11453
11454 -
11455   type: "plot"
11456   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11457   algorithm: "plot_performance_box"
11458   output-file-type: ".html"
11459   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11460   data: "plot-vpp-throughput-latency-3n-skx"
11461   filter: "'NIC_Intel-X710' and
11462            '64B' and
11463            'ENCAP' and
11464            'NDRPDR' and
11465            '4T2C' and
11466            ('VXLAN' or 'LISP') and
11467            not 'VHOST' and
11468            not 'IPSECHW'"
11469   parameters:
11470   - "throughput"
11471   - "parent"
11472   - "tags"
11473   sort:
11474   - "LISP"
11475   - "VXLAN_1"
11476   - "VXLAN_10"
11477   - "VXLAN_100"
11478   - "VXLAN_1000"
11479   traces:
11480     hoverinfo: "x+y"
11481     boxpoints: "outliers"
11482     whiskerwidth: 0
11483   layout:
11484     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11485     layout: "plot-throughput"
11486
11487 -
11488   type: "plot"
11489   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11490   algorithm: "plot_performance_box"
11491   output-file-type: ".html"
11492   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11493   data: "plot-vpp-throughput-latency-3n-skx"
11494   filter: "'NIC_Intel-X710' and
11495            '64B' and
11496            'ENCAP' and
11497            'NDRPDR' and
11498            '4T2C' and
11499            ('VXLAN' or 'LISP') and
11500            not 'VHOST' and
11501            not 'IPSECHW'"
11502   parameters:
11503   - "throughput"
11504   - "parent"
11505   - "tags"
11506   sort:
11507   - "LISP"
11508   - "VXLAN_1"
11509   - "VXLAN_10"
11510   - "VXLAN_100"
11511   - "VXLAN_1000"
11512   traces:
11513     hoverinfo: "x+y"
11514     boxpoints: "outliers"
11515     whiskerwidth: 0
11516   layout:
11517     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11518     layout: "plot-throughput"
11519
11520 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11521 -
11522   type: "plot"
11523   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11524   algorithm: "plot_performance_box"
11525   output-file-type: ".html"
11526   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11527   data: "plot-vpp-throughput-latency-3n-skx"
11528   filter: "'NIC_Intel-X710' and
11529            '64B' and
11530            'ENCAP' and
11531            'NDRPDR' and
11532            '2T1C' and
11533            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11534            not 'DOT1Q' and
11535            not 'VHOST' and
11536            not 'IPSECHW'"
11537   parameters:
11538   - "throughput"
11539   - "parent"
11540   - "tags"
11541   sort:
11542   - "L2BDMACLRN"
11543   - "L2XCFWD"
11544   - "LISP"
11545   traces:
11546     hoverinfo: "x+y"
11547     boxpoints: "outliers"
11548     whiskerwidth: 0
11549   layout:
11550     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11551     layout: "plot-throughput"
11552
11553 -
11554   type: "plot"
11555   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11556   algorithm: "plot_performance_box"
11557   output-file-type: ".html"
11558   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11559   data: "plot-vpp-throughput-latency-3n-skx"
11560   filter: "'NIC_Intel-X710' and
11561            '64B' and
11562            'ENCAP' and
11563            'NDRPDR' and
11564            '4T2C' and
11565            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11566            not 'DOT1Q' and
11567            not 'VHOST' and
11568            not 'IPSECHW'"
11569   parameters:
11570   - "throughput"
11571   - "parent"
11572   - "tags"
11573   sort:
11574   - "L2BDMACLRN"
11575   - "L2XCFWD"
11576   - "LISP"
11577   traces:
11578     hoverinfo: "x+y"
11579     boxpoints: "outliers"
11580     whiskerwidth: 0
11581   layout:
11582     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11583     layout: "plot-throughput"
11584
11585 -
11586   type: "plot"
11587   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11588   algorithm: "plot_performance_box"
11589   output-file-type: ".html"
11590   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11591   data: "plot-vpp-throughput-latency-3n-skx"
11592   filter: "'NIC_Intel-X710' and
11593            '64B' and
11594            'ENCAP' and
11595            'NDRPDR' and
11596            '2T1C' and
11597            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11598            not 'DOT1Q' and
11599            not 'VHOST' and
11600            not 'IPSECHW'"
11601   parameters:
11602   - "throughput"
11603   - "parent"
11604   - "tags"
11605   sort:
11606   - "L2BDMACLRN"
11607   - "L2XCFWD"
11608   - "LISP"
11609   traces:
11610     hoverinfo: "x+y"
11611     boxpoints: "outliers"
11612     whiskerwidth: 0
11613   layout:
11614     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11615     layout: "plot-throughput"
11616
11617 -
11618   type: "plot"
11619   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11620   algorithm: "plot_performance_box"
11621   output-file-type: ".html"
11622   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11623   data: "plot-vpp-throughput-latency-3n-skx"
11624   filter: "'NIC_Intel-X710' and
11625            '64B' and
11626            'ENCAP' and
11627            'NDRPDR' and
11628            '4T2C' and
11629            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11630            not 'DOT1Q' and
11631            not 'VHOST' and
11632            not 'IPSECHW'"
11633   parameters:
11634   - "throughput"
11635   - "parent"
11636   - "tags"
11637   sort:
11638   - "L2BDMACLRN"
11639   - "L2XCFWD"
11640   - "LISP"
11641   traces:
11642     hoverinfo: "x+y"
11643     boxpoints: "outliers"
11644     whiskerwidth: 0
11645   layout:
11646     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11647     layout: "plot-throughput"
11648
11649 ################################################################################
11650
11651 # Packet Throughput - VPP IPv6 3n-hsw-x520
11652 -
11653   type: "plot"
11654   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11655   algorithm: "plot_performance_box"
11656   output-file-type: ".html"
11657   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11658   data: "plot-vpp-throughput-latency-3n-hsw"
11659   filter: "'NIC_Intel-X520-DA2' and
11660            '78B' and
11661            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11662            'NDRPDR' and
11663            '1T1C' and
11664            'IP6FWD' and
11665            not 'SRv6' and
11666            not 'IPSEC' and
11667            not 'VHOST'"
11668   parameters:
11669   - "throughput"
11670   - "parent"
11671   - "tags"
11672   sort:
11673   - "IP6BASE"
11674   - "FIB_20K"
11675   - "FIB_200K"
11676   - "FIB_2M"
11677   traces:
11678     hoverinfo: "x+y"
11679     boxpoints: "outliers"
11680     whiskerwidth: 0
11681   layout:
11682     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11683     layout: "plot-throughput"
11684
11685 -
11686   type: "plot"
11687   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11688   algorithm: "plot_performance_box"
11689   output-file-type: ".html"
11690   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11691   data: "plot-vpp-throughput-latency-3n-hsw"
11692   filter: "'NIC_Intel-X520-DA2' and
11693            '78B' and
11694            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11695            'NDRPDR' and
11696            '1T1C' and
11697            'IP6FWD' and
11698            not 'SRv6' and
11699            not 'IPSEC' and
11700            not 'VHOST'"
11701   parameters:
11702   - "throughput"
11703   - "parent"
11704   - "tags"
11705   sort:
11706   - "IP6BASE"
11707   - "FIB_20K"
11708   - "FIB_200K"
11709   - "FIB_2M"
11710   traces:
11711     hoverinfo: "x+y"
11712     boxpoints: "outliers"
11713     whiskerwidth: 0
11714   layout:
11715     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11716     layout: "plot-throughput"
11717
11718 -
11719   type: "plot"
11720   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11721   algorithm: "plot_performance_box"
11722   output-file-type: ".html"
11723   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11724   data: "plot-vpp-throughput-latency-3n-hsw"
11725   filter: "'NIC_Intel-X520-DA2' and
11726            '78B' and
11727            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11728            'NDRPDR' and
11729            '2T2C' and
11730            'IP6FWD' and
11731            not 'SRv6' and
11732            not 'IPSEC' and
11733            not 'VHOST'"
11734   parameters:
11735   - "throughput"
11736   - "parent"
11737   - "tags"
11738   sort:
11739   - "IP6BASE"
11740   - "FIB_20K"
11741   - "FIB_200K"
11742   - "FIB_2M"
11743   traces:
11744     hoverinfo: "x+y"
11745     boxpoints: "outliers"
11746     whiskerwidth: 0
11747   layout:
11748     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11749     layout: "plot-throughput"
11750
11751 -
11752   type: "plot"
11753   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11754   algorithm: "plot_performance_box"
11755   output-file-type: ".html"
11756   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11757   data: "plot-vpp-throughput-latency-3n-hsw"
11758   filter: "'NIC_Intel-X520-DA2' and
11759            '78B' and
11760            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11761            'NDRPDR' and
11762            '2T2C' and
11763            'IP6FWD' and
11764            not 'SRv6' and
11765            not 'IPSEC' and
11766            not 'VHOST'"
11767   parameters:
11768   - "throughput"
11769   - "parent"
11770   - "tags"
11771   sort:
11772   - "IP6BASE"
11773   - "FIB_20K"
11774   - "FIB_200K"
11775   - "FIB_2M"
11776   traces:
11777     hoverinfo: "x+y"
11778     boxpoints: "outliers"
11779     whiskerwidth: 0
11780   layout:
11781     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11782     layout: "plot-throughput"
11783
11784 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
11785 -
11786   type: "plot"
11787   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11788   algorithm: "plot_performance_box"
11789   output-file-type: ".html"
11790   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11791   data: "plot-vpp-throughput-latency-3n-hsw"
11792   filter: "'NIC_Intel-X520-DA2' and
11793            '78B' and
11794            ('IP6BASE' or
11795             'POLICE_MARK' or
11796             'COPWHLIST' or
11797             'IACLDST') and
11798            'NDRPDR' and
11799            '1T1C' and
11800            'IP6FWD' and
11801            not 'SRv6' and
11802            not 'IPSEC' and
11803            not 'VHOST'"
11804   parameters:
11805   - "throughput"
11806   - "parent"
11807   - "tags"
11808   sort:
11809   - "IP6BASE"
11810   - "POLICE_MARK"
11811   - "COPWHLIST"
11812   - "IACLDST"
11813   traces:
11814     hoverinfo: "x+y"
11815     boxpoints: "outliers"
11816     whiskerwidth: 0
11817   layout:
11818     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11819     layout: "plot-throughput"
11820
11821 -
11822   type: "plot"
11823   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11824   algorithm: "plot_performance_box"
11825   output-file-type: ".html"
11826   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11827   data: "plot-vpp-throughput-latency-3n-hsw"
11828   filter: "'NIC_Intel-X520-DA2' and
11829            '78B' and
11830            ('IP6BASE' or
11831             'POLICE_MARK' or
11832             'COPWHLIST' or
11833             'IACLDST') and
11834            'NDRPDR' and
11835            '2T2C' and
11836            'IP6FWD' and
11837            not 'SRv6' and
11838            not 'IPSEC' and
11839            not 'VHOST'"
11840   parameters:
11841   - "throughput"
11842   - "parent"
11843   - "tags"
11844   sort:
11845   - "IP6BASE"
11846   - "POLICE_MARK"
11847   - "COPWHLIST"
11848   - "IACLDST"
11849   traces:
11850     hoverinfo: "x+y"
11851     boxpoints: "outliers"
11852     whiskerwidth: 0
11853   layout:
11854     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11855     layout: "plot-throughput"
11856
11857 -
11858   type: "plot"
11859   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11860   algorithm: "plot_performance_box"
11861   output-file-type: ".html"
11862   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11863   data: "plot-vpp-throughput-latency-3n-hsw"
11864   filter: "'NIC_Intel-X520-DA2' and
11865            '78B' and
11866            ('IP6BASE' or
11867             'POLICE_MARK' or
11868             'COPWHLIST' or
11869             'IACLDST') and
11870            'NDRPDR' and
11871            '1T1C' and
11872            'IP6FWD' and
11873            not 'SRv6' and
11874            not 'IPSEC' and
11875            not 'VHOST'"
11876   parameters:
11877   - "throughput"
11878   - "parent"
11879   - "tags"
11880   sort:
11881   - "IP6BASE"
11882   - "POLICE_MARK"
11883   - "COPWHLIST"
11884   - "IACLDST"
11885   traces:
11886     hoverinfo: "x+y"
11887     boxpoints: "outliers"
11888     whiskerwidth: 0
11889   layout:
11890     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11891     layout: "plot-throughput"
11892
11893 -
11894   type: "plot"
11895   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11896   algorithm: "plot_performance_box"
11897   output-file-type: ".html"
11898   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11899   data: "plot-vpp-throughput-latency-3n-hsw"
11900   filter: "'NIC_Intel-X520-DA2' and
11901            '78B' and
11902            ('IP6BASE' or
11903             'POLICE_MARK' or
11904             'COPWHLIST' or
11905             'IACLDST') and
11906            'NDRPDR' and
11907            '2T2C' and
11908            'IP6FWD' and
11909            not 'SRv6' and
11910            not 'IPSEC' and
11911            not 'VHOST'"
11912   parameters:
11913   - "throughput"
11914   - "parent"
11915   - "tags"
11916   sort:
11917   - "IP6BASE"
11918   - "POLICE_MARK"
11919   - "COPWHLIST"
11920   - "IACLDST"
11921   traces:
11922     hoverinfo: "x+y"
11923     boxpoints: "outliers"
11924     whiskerwidth: 0
11925   layout:
11926     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11927     layout: "plot-throughput"
11928
11929 # Packet Throughput - VPP IPv6 3n-hsw-x710
11930 -
11931   type: "plot"
11932   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11933   algorithm: "plot_performance_box"
11934   output-file-type: ".html"
11935   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11936   data: "plot-vpp-throughput-latency-3n-hsw"
11937   filter: "'NIC_Intel-X710' and
11938            '78B' and
11939            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11940            'NDRPDR' and
11941            '1T1C' and
11942            'IP6FWD' and
11943            not 'SRv6' and
11944            not 'IPSEC' and
11945            not 'VHOST'"
11946   parameters:
11947   - "throughput"
11948   - "parent"
11949   - "tags"
11950   sort:
11951   - "IP6BASE"
11952   - "FIB_20K"
11953   - "FIB_200K"
11954   - "FIB_2M"
11955   traces:
11956     hoverinfo: "x+y"
11957     boxpoints: "outliers"
11958     whiskerwidth: 0
11959   layout:
11960     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11961     layout: "plot-throughput"
11962
11963 -
11964   type: "plot"
11965   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11966   algorithm: "plot_performance_box"
11967   output-file-type: ".html"
11968   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11969   data: "plot-vpp-throughput-latency-3n-hsw"
11970   filter: "'NIC_Intel-X710' and
11971            '78B' and
11972            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11973            'NDRPDR' and
11974            '1T1C' and
11975            'IP6FWD' and
11976            not 'SRv6' and
11977            not 'IPSEC' and
11978            not 'VHOST'"
11979   parameters:
11980   - "throughput"
11981   - "parent"
11982   - "tags"
11983   sort:
11984   - "IP6BASE"
11985   - "FIB_20K"
11986   - "FIB_200K"
11987   - "FIB_2M"
11988   traces:
11989     hoverinfo: "x+y"
11990     boxpoints: "outliers"
11991     whiskerwidth: 0
11992   layout:
11993     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11994     layout: "plot-throughput"
11995
11996 -
11997   type: "plot"
11998   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11999   algorithm: "plot_performance_box"
12000   output-file-type: ".html"
12001   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12002   data: "plot-vpp-throughput-latency-3n-hsw"
12003   filter: "'NIC_Intel-X710' and
12004            '78B' and
12005            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12006            'NDRPDR' and
12007            '2T2C' and
12008            'IP6FWD' and
12009            not 'SRv6' and
12010            not 'IPSEC' and
12011            not 'VHOST'"
12012   parameters:
12013   - "throughput"
12014   - "parent"
12015   - "tags"
12016   sort:
12017   - "IP6BASE"
12018   - "FIB_20K"
12019   - "FIB_200K"
12020   - "FIB_2M"
12021   traces:
12022     hoverinfo: "x+y"
12023     boxpoints: "outliers"
12024     whiskerwidth: 0
12025   layout:
12026     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12027     layout: "plot-throughput"
12028
12029 -
12030   type: "plot"
12031   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12032   algorithm: "plot_performance_box"
12033   output-file-type: ".html"
12034   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12035   data: "plot-vpp-throughput-latency-3n-hsw"
12036   filter: "'NIC_Intel-X710' and
12037            '78B' and
12038            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12039            'NDRPDR' and
12040            '2T2C' and
12041            'IP6FWD' and
12042            not 'SRv6' and
12043            not 'IPSEC' and
12044            not 'VHOST'"
12045   parameters:
12046   - "throughput"
12047   - "parent"
12048   - "tags"
12049   sort:
12050   - "IP6BASE"
12051   - "FIB_20K"
12052   - "FIB_200K"
12053   - "FIB_2M"
12054   traces:
12055     hoverinfo: "x+y"
12056     boxpoints: "outliers"
12057     whiskerwidth: 0
12058   layout:
12059     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12060     layout: "plot-throughput"
12061
12062 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12063 -
12064   type: "plot"
12065   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12066   algorithm: "plot_performance_box"
12067   output-file-type: ".html"
12068   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12069   data: "plot-vpp-throughput-latency-3n-hsw"
12070   filter: "'NIC_Intel-X710' and
12071            '78B' and
12072            ('IP6BASE' or
12073             'POLICE_MARK' or
12074             'COPWHLIST' or
12075             'IACLDST') and
12076            'NDRPDR' and
12077            '1T1C' and
12078            'IP6FWD' and
12079            not 'SRv6' and
12080            not 'IPSEC' and
12081            not 'VHOST'"
12082   parameters:
12083   - "throughput"
12084   - "parent"
12085   - "tags"
12086   sort:
12087   - "IP6BASE"
12088   - "POLICE_MARK"
12089   - "COPWHLIST"
12090   - "IACLDST"
12091   traces:
12092     hoverinfo: "x+y"
12093     boxpoints: "outliers"
12094     whiskerwidth: 0
12095   layout:
12096     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12097     layout: "plot-throughput"
12098
12099 -
12100   type: "plot"
12101   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12102   algorithm: "plot_performance_box"
12103   output-file-type: ".html"
12104   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12105   data: "plot-vpp-throughput-latency-3n-hsw"
12106   filter: "'NIC_Intel-X710' and
12107            '78B' and
12108            ('IP6BASE' or
12109             'POLICE_MARK' or
12110             'COPWHLIST' or
12111             'IACLDST') and
12112            'NDRPDR' and
12113            '2T2C' and
12114            'IP6FWD' and
12115            not 'SRv6' and
12116            not 'IPSEC' and
12117            not 'VHOST'"
12118   parameters:
12119   - "throughput"
12120   - "parent"
12121   - "tags"
12122   sort:
12123   - "IP6BASE"
12124   - "POLICE_MARK"
12125   - "COPWHLIST"
12126   - "IACLDST"
12127   traces:
12128     hoverinfo: "x+y"
12129     boxpoints: "outliers"
12130     whiskerwidth: 0
12131   layout:
12132     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12133     layout: "plot-throughput"
12134
12135 -
12136   type: "plot"
12137   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12138   algorithm: "plot_performance_box"
12139   output-file-type: ".html"
12140   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12141   data: "plot-vpp-throughput-latency-3n-hsw"
12142   filter: "'NIC_Intel-X710' and
12143            '78B' and
12144            ('IP6BASE' or
12145             'POLICE_MARK' or
12146             'COPWHLIST' or
12147             'IACLDST') and
12148            'NDRPDR' and
12149            '1T1C' and
12150            'IP6FWD' and
12151            not 'SRv6' and
12152            not 'IPSEC' and
12153            not 'VHOST'"
12154   parameters:
12155   - "throughput"
12156   - "parent"
12157   - "tags"
12158   sort:
12159   - "IP6BASE"
12160   - "POLICE_MARK"
12161   - "COPWHLIST"
12162   - "IACLDST"
12163   traces:
12164     hoverinfo: "x+y"
12165     boxpoints: "outliers"
12166     whiskerwidth: 0
12167   layout:
12168     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12169     layout: "plot-throughput"
12170
12171 -
12172   type: "plot"
12173   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12174   algorithm: "plot_performance_box"
12175   output-file-type: ".html"
12176   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12177   data: "plot-vpp-throughput-latency-3n-hsw"
12178   filter: "'NIC_Intel-X710' and
12179            '78B' and
12180            ('IP6BASE' or
12181             'POLICE_MARK' or
12182             'COPWHLIST' or
12183             'IACLDST') and
12184            'NDRPDR' and
12185            '2T2C' and
12186            'IP6FWD' and
12187            not 'SRv6' and
12188            not 'IPSEC' and
12189            not 'VHOST'"
12190   parameters:
12191   - "throughput"
12192   - "parent"
12193   - "tags"
12194   sort:
12195   - "IP6BASE"
12196   - "POLICE_MARK"
12197   - "COPWHLIST"
12198   - "IACLDST"
12199   traces:
12200     hoverinfo: "x+y"
12201     boxpoints: "outliers"
12202     whiskerwidth: 0
12203   layout:
12204     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12205     layout: "plot-throughput"
12206
12207 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12208 -
12209   type: "plot"
12210   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12211   algorithm: "plot_performance_box"
12212   output-file-type: ".html"
12213   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12214   data: "plot-vpp-throughput-latency-3n-hsw"
12215   filter: "'NIC_Intel-XL710' and
12216            '78B' and
12217            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12218            'NDRPDR' and
12219            '1T1C' and
12220            'IP6FWD' and
12221            not 'SRv6' and
12222            not 'IPSEC' and
12223            not 'VHOST'"
12224   parameters:
12225   - "throughput"
12226   - "parent"
12227   - "tags"
12228   sort:
12229   - "IP6BASE"
12230   - "FIB_20K"
12231   - "FIB_200K"
12232   - "FIB_2M"
12233   traces:
12234     hoverinfo: "x+y"
12235     boxpoints: "outliers"
12236     whiskerwidth: 0
12237   layout:
12238     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12239     layout: "plot-throughput"
12240
12241 -
12242   type: "plot"
12243   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12244   algorithm: "plot_performance_box"
12245   output-file-type: ".html"
12246   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12247   data: "plot-vpp-throughput-latency-3n-hsw"
12248   filter: "'NIC_Intel-XL710' and
12249            '78B' and
12250            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12251            'NDRPDR' and
12252            '1T1C' and
12253            'IP6FWD' and
12254            not 'SRv6' and
12255            not 'IPSEC' and
12256            not 'VHOST'"
12257   parameters:
12258   - "throughput"
12259   - "parent"
12260   - "tags"
12261   sort:
12262   - "IP6BASE"
12263   - "FIB_20K"
12264   - "FIB_200K"
12265   - "FIB_2M"
12266   traces:
12267     hoverinfo: "x+y"
12268     boxpoints: "outliers"
12269     whiskerwidth: 0
12270   layout:
12271     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12272     layout: "plot-throughput"
12273
12274 -
12275   type: "plot"
12276   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12277   algorithm: "plot_performance_box"
12278   output-file-type: ".html"
12279   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12280   data: "plot-vpp-throughput-latency-3n-hsw"
12281   filter: "'NIC_Intel-XL710' and
12282            '78B' and
12283            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12284            'NDRPDR' and
12285            '2T2C' and
12286            'IP6FWD' and
12287            not 'SRv6' and
12288            not 'IPSEC' and
12289            not 'VHOST'"
12290   parameters:
12291   - "throughput"
12292   - "parent"
12293   - "tags"
12294   sort:
12295   - "IP6BASE"
12296   - "FIB_20K"
12297   - "FIB_200K"
12298   - "FIB_2M"
12299   traces:
12300     hoverinfo: "x+y"
12301     boxpoints: "outliers"
12302     whiskerwidth: 0
12303   layout:
12304     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12305     layout: "plot-throughput"
12306
12307 -
12308   type: "plot"
12309   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12310   algorithm: "plot_performance_box"
12311   output-file-type: ".html"
12312   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12313   data: "plot-vpp-throughput-latency-3n-hsw"
12314   filter: "'NIC_Intel-XL710' and
12315            '78B' and
12316            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12317            'NDRPDR' and
12318            '2T2C' and
12319            'IP6FWD' and
12320            not 'SRv6' and
12321            not 'IPSEC' and
12322            not 'VHOST'"
12323   parameters:
12324   - "throughput"
12325   - "parent"
12326   - "tags"
12327   sort:
12328   - "IP6BASE"
12329   - "FIB_20K"
12330   - "FIB_200K"
12331   - "FIB_2M"
12332   traces:
12333     hoverinfo: "x+y"
12334     boxpoints: "outliers"
12335     whiskerwidth: 0
12336   layout:
12337     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12338     layout: "plot-throughput"
12339
12340 # Packet Throughput - VPP IPv6 3n-skx-x710
12341 -
12342   type: "plot"
12343   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12344   algorithm: "plot_performance_box"
12345   output-file-type: ".html"
12346   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12347   data: "plot-vpp-throughput-latency-3n-skx"
12348   filter: "'NIC_Intel-X710' and
12349            '78B' and
12350            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12351            'NDRPDR' and
12352            '2T1C' and
12353            'IP6FWD' and
12354            not 'SRv6' and
12355            not 'IPSEC' and
12356            not 'VHOST'"
12357   parameters:
12358   - "throughput"
12359   - "parent"
12360   - "tags"
12361   sort:
12362   - "IP6BASE"
12363   - "FIB_20k"
12364   - "FIB_200k"
12365   - "FIB_2M"
12366   traces:
12367     hoverinfo: "x+y"
12368     boxpoints: "outliers"
12369     whiskerwidth: 0
12370   layout:
12371     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12372     layout: "plot-throughput"
12373
12374 -
12375   type: "plot"
12376   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12377   algorithm: "plot_performance_box"
12378   output-file-type: ".html"
12379   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12380   data: "plot-vpp-throughput-latency-3n-skx"
12381   filter: "'NIC_Intel-X710' and
12382            '78B' and
12383            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12384            'NDRPDR' and
12385            '2T1C' and
12386            'IP6FWD' and
12387            not 'SRv6' and
12388            not 'IPSEC' and
12389            not 'VHOST'"
12390   parameters:
12391   - "throughput"
12392   - "parent"
12393   - "tags"
12394   sort:
12395   - "IP6BASE"
12396   - "FIB_20k"
12397   - "FIB_200k"
12398   - "FIB_2M"
12399   traces:
12400     hoverinfo: "x+y"
12401     boxpoints: "outliers"
12402     whiskerwidth: 0
12403   layout:
12404     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12405     layout: "plot-throughput"
12406
12407 -
12408   type: "plot"
12409   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12410   algorithm: "plot_performance_box"
12411   output-file-type: ".html"
12412   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12413   data: "plot-vpp-throughput-latency-3n-skx"
12414   filter: "'NIC_Intel-X710' and
12415            '78B' and
12416            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12417            'NDRPDR' and
12418            '4T2C' and
12419            'IP6FWD' and
12420            not 'SRv6' and
12421            not 'IPSEC' and
12422            not 'VHOST'"
12423   parameters:
12424   - "throughput"
12425   - "parent"
12426   - "tags"
12427   sort:
12428   - "IP6BASE"
12429   - "FIB_20k"
12430   - "FIB_200k"
12431   - "FIB_2M"
12432   traces:
12433     hoverinfo: "x+y"
12434     boxpoints: "outliers"
12435     whiskerwidth: 0
12436   layout:
12437     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12438     layout: "plot-throughput"
12439
12440 -
12441   type: "plot"
12442   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12443   algorithm: "plot_performance_box"
12444   output-file-type: ".html"
12445   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12446   data: "plot-vpp-throughput-latency-3n-skx"
12447   filter: "'NIC_Intel-X710' and
12448            '78B' and
12449            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12450            'NDRPDR' and
12451            '4T2C' and
12452            'IP6FWD' and
12453            not 'SRv6' and
12454            not 'IPSEC' and
12455            not 'VHOST'"
12456   parameters:
12457   - "throughput"
12458   - "parent"
12459   - "tags"
12460   sort:
12461   - "IP6BASE"
12462   - "FIB_20k"
12463   - "FIB_200k"
12464   - "FIB_2M"
12465   traces:
12466     hoverinfo: "x+y"
12467     boxpoints: "outliers"
12468     whiskerwidth: 0
12469   layout:
12470     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12471     layout: "plot-throughput"
12472
12473 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12474 -
12475   type: "plot"
12476   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12477   algorithm: "plot_performance_box"
12478   output-file-type: ".html"
12479   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12480   data: "plot-vpp-throughput-latency-3n-skx"
12481   filter: "'NIC_Intel-X710' and
12482            '78B' and
12483            ('IP6BASE' or
12484             'POLICE_MARK' or
12485             'COPWHLIST' or
12486             'IACLDST') and
12487            'NDRPDR' and
12488            '2T1C' and
12489            'IP6FWD' and
12490            not 'SRv6' and
12491            not 'IPSEC' and
12492            not 'VHOST'"
12493   parameters:
12494   - "throughput"
12495   - "parent"
12496   - "tags"
12497   sort:
12498   - "IP6BASE"
12499   - "POLICE_MARK"
12500   - "COPWHLIST"
12501   - "IACLDST"
12502   traces:
12503     hoverinfo: "x+y"
12504     boxpoints: "outliers"
12505     whiskerwidth: 0
12506   layout:
12507     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12508     layout: "plot-throughput"
12509
12510 -
12511   type: "plot"
12512   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12513   algorithm: "plot_performance_box"
12514   output-file-type: ".html"
12515   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12516   data: "plot-vpp-throughput-latency-3n-hsw"
12517   filter: "'NIC_Intel-X710' and
12518            '78B' and
12519            ('IP6BASE' or
12520             'POLICE_MARK' or
12521             'COPWHLIST' or
12522             'IACLDST') and
12523            'NDRPDR' and
12524            '4T2C' and
12525            'IP6FWD' and
12526            not 'SRv6' and
12527            not 'IPSEC' and
12528            not 'VHOST'"
12529   parameters:
12530   - "throughput"
12531   - "parent"
12532   - "tags"
12533   sort:
12534   - "IP6BASE"
12535   - "POLICE_MARK"
12536   - "COPWHLIST"
12537   - "IACLDST"
12538   traces:
12539     hoverinfo: "x+y"
12540     boxpoints: "outliers"
12541     whiskerwidth: 0
12542   layout:
12543     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12544     layout: "plot-throughput"
12545
12546 -
12547   type: "plot"
12548   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12549   algorithm: "plot_performance_box"
12550   output-file-type: ".html"
12551   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12552   data: "plot-vpp-throughput-latency-3n-skx"
12553   filter: "'NIC_Intel-X710' and
12554            '78B' and
12555            ('IP6BASE' or
12556             'POLICE_MARK' or
12557             'COPWHLIST' or
12558             'IACLDST') and
12559            'NDRPDR' and
12560            '2T1C' and
12561            'IP6FWD' and
12562            not 'SRv6' and
12563            not 'IPSEC' and
12564            not 'VHOST'"
12565   parameters:
12566   - "throughput"
12567   - "parent"
12568   - "tags"
12569   sort:
12570   - "IP6BASE"
12571   - "POLICE_MARK"
12572   - "COPWHLIST"
12573   - "IACLDST"
12574   traces:
12575     hoverinfo: "x+y"
12576     boxpoints: "outliers"
12577     whiskerwidth: 0
12578   layout:
12579     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12580     layout: "plot-throughput"
12581
12582 -
12583   type: "plot"
12584   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12585   algorithm: "plot_performance_box"
12586   output-file-type: ".html"
12587   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12588   data: "plot-vpp-throughput-latency-3n-skx"
12589   filter: "'NIC_Intel-X710' and
12590            '78B' and
12591            ('IP6BASE' or
12592             'POLICE_MARK' or
12593             'COPWHLIST' or
12594             'IACLDST') and
12595            'NDRPDR' and
12596            '4T2C' and
12597            'IP6FWD' and
12598            not 'SRv6' and
12599            not 'IPSEC' and
12600            not 'VHOST'"
12601   parameters:
12602   - "throughput"
12603   - "parent"
12604   - "tags"
12605   sort:
12606   - "IP6BASE"
12607   - "POLICE_MARK"
12608   - "COPWHLIST"
12609   - "IACLDST"
12610   traces:
12611     hoverinfo: "x+y"
12612     boxpoints: "outliers"
12613     whiskerwidth: 0
12614   layout:
12615     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12616     layout: "plot-throughput"
12617
12618 # Packet Throughput - VPP IPv6 2n-skx-x710
12619 -
12620   type: "plot"
12621   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12622   algorithm: "plot_performance_box"
12623   output-file-type: ".html"
12624   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12625   data: "plot-vpp-throughput-latency-2n-skx"
12626   filter: "'NIC_Intel-X710' and
12627            '78B' and
12628            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12629            'NDRPDR' and
12630            '2T1C' and
12631            'IP6FWD' and
12632            not 'SRv6' and
12633            not 'IPSEC' and
12634            not 'VHOST'"
12635   parameters:
12636   - "throughput"
12637   - "parent"
12638   - "tags"
12639   sort:
12640   - "IP6BASE"
12641   - "FIB_20k"
12642   - "FIB_200k"
12643   - "FIB_2M"
12644   traces:
12645     hoverinfo: "x+y"
12646     boxpoints: "outliers"
12647     whiskerwidth: 0
12648   layout:
12649     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12650     layout: "plot-throughput"
12651
12652 -
12653   type: "plot"
12654   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12655   algorithm: "plot_performance_box"
12656   output-file-type: ".html"
12657   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12658   data: "plot-vpp-throughput-latency-2n-skx"
12659   filter: "'NIC_Intel-X710' and
12660            '78B' and
12661            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12662            'NDRPDR' and
12663            '2T1C' and
12664            'IP6FWD' and
12665            not 'SRv6' and
12666            not 'IPSEC' and
12667            not 'VHOST'"
12668   parameters:
12669   - "throughput"
12670   - "parent"
12671   - "tags"
12672   sort:
12673   - "IP6BASE"
12674   - "FIB_20k"
12675   - "FIB_200k"
12676   - "FIB_2M"
12677   traces:
12678     hoverinfo: "x+y"
12679     boxpoints: "outliers"
12680     whiskerwidth: 0
12681   layout:
12682     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12683     layout: "plot-throughput"
12684
12685 -
12686   type: "plot"
12687   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12688   algorithm: "plot_performance_box"
12689   output-file-type: ".html"
12690   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12691   data: "plot-vpp-throughput-latency-2n-skx"
12692   filter: "'NIC_Intel-X710' and
12693            '78B' and
12694            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12695            'NDRPDR' and
12696            '4T2C' and
12697            'IP6FWD' and
12698            not 'SRv6' and
12699            not 'IPSEC' and
12700            not 'VHOST'"
12701   parameters:
12702   - "throughput"
12703   - "parent"
12704   - "tags"
12705   sort:
12706   - "IP6BASE"
12707   - "FIB_20k"
12708   - "FIB_200k"
12709   - "FIB_2M"
12710   traces:
12711     hoverinfo: "x+y"
12712     boxpoints: "outliers"
12713     whiskerwidth: 0
12714   layout:
12715     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12716     layout: "plot-throughput"
12717
12718 -
12719   type: "plot"
12720   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12721   algorithm: "plot_performance_box"
12722   output-file-type: ".html"
12723   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12724   data: "plot-vpp-throughput-latency-2n-skx"
12725   filter: "'NIC_Intel-X710' and
12726            '78B' and
12727            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12728            'NDRPDR' and
12729            '4T2C' and
12730            'IP6FWD' and
12731            not 'SRv6' and
12732            not 'IPSEC' and
12733            not 'VHOST'"
12734   parameters:
12735   - "throughput"
12736   - "parent"
12737   - "tags"
12738   sort:
12739   - "IP6BASE"
12740   - "FIB_20k"
12741   - "FIB_200k"
12742   - "FIB_2M"
12743   traces:
12744     hoverinfo: "x+y"
12745     boxpoints: "outliers"
12746     whiskerwidth: 0
12747   layout:
12748     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12749     layout: "plot-throughput"
12750
12751 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12752 -
12753   type: "plot"
12754   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12755   algorithm: "plot_performance_box"
12756   output-file-type: ".html"
12757   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12758   data: "plot-vpp-throughput-latency-2n-skx"
12759   filter: "'NIC_Intel-XXV710' and
12760            '78B' and
12761            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12762            'NDRPDR' and
12763            '2T1C' and
12764            'IP6FWD' and
12765            not 'SRv6' and
12766            not 'IPSEC' and
12767            not 'VHOST'"
12768   parameters:
12769   - "throughput"
12770   - "parent"
12771   - "tags"
12772   sort:
12773   - "IP6BASE"
12774   - "FIB_20k"
12775   - "FIB_200k"
12776   - "FIB_2M"
12777   traces:
12778     hoverinfo: "x+y"
12779     boxpoints: "outliers"
12780     whiskerwidth: 0
12781   layout:
12782     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12783     layout: "plot-throughput"
12784
12785 -
12786   type: "plot"
12787   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12788   algorithm: "plot_performance_box"
12789   output-file-type: ".html"
12790   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12791   data: "plot-vpp-throughput-latency-2n-skx"
12792   filter: "'NIC_Intel-XXV710' and
12793            '78B' and
12794            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12795            'NDRPDR' and
12796            '2T1C' and
12797            'IP6FWD' and
12798            not 'SRv6' and
12799            not 'IPSEC' and
12800            not 'VHOST'"
12801   parameters:
12802   - "throughput"
12803   - "parent"
12804   - "tags"
12805   sort:
12806   - "IP6BASE"
12807   - "FIB_20k"
12808   - "FIB_200k"
12809   - "FIB_2M"
12810   traces:
12811     hoverinfo: "x+y"
12812     boxpoints: "outliers"
12813     whiskerwidth: 0
12814   layout:
12815     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12816     layout: "plot-throughput"
12817
12818 -
12819   type: "plot"
12820   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12821   algorithm: "plot_performance_box"
12822   output-file-type: ".html"
12823   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12824   data: "plot-vpp-throughput-latency-2n-skx"
12825   filter: "'NIC_Intel-XXV710' and
12826            '78B' and
12827            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12828            'NDRPDR' and
12829            '4T2C' and
12830            'IP6FWD' and
12831            not 'SRv6' and
12832            not 'IPSEC' and
12833            not 'VHOST'"
12834   parameters:
12835   - "throughput"
12836   - "parent"
12837   - "tags"
12838   sort:
12839   - "IP6BASE"
12840   - "FIB_20k"
12841   - "FIB_200k"
12842   - "FIB_2M"
12843   traces:
12844     hoverinfo: "x+y"
12845     boxpoints: "outliers"
12846     whiskerwidth: 0
12847   layout:
12848     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12849     layout: "plot-throughput"
12850
12851 -
12852   type: "plot"
12853   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12854   algorithm: "plot_performance_box"
12855   output-file-type: ".html"
12856   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12857   data: "plot-vpp-throughput-latency-2n-skx"
12858   filter: "'NIC_Intel-XXV710' and
12859            '78B' and
12860            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12861            'NDRPDR' and
12862            '4T2C' and
12863            'IP6FWD' and
12864            not 'SRv6' and
12865            not 'IPSEC' and
12866            not 'VHOST'"
12867   parameters:
12868   - "throughput"
12869   - "parent"
12870   - "tags"
12871   sort:
12872   - "IP6BASE"
12873   - "FIB_20k"
12874   - "FIB_200k"
12875   - "FIB_2M"
12876   traces:
12877     hoverinfo: "x+y"
12878     boxpoints: "outliers"
12879     whiskerwidth: 0
12880   layout:
12881     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12882     layout: "plot-throughput"
12883
12884 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
12885 -
12886   type: "plot"
12887   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12888   algorithm: "plot_performance_box"
12889   output-file-type: ".html"
12890   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12891   data: "intel-dnv-vpp"
12892   filter: "'NIC_Intel-X553' and
12893            '78B' and
12894            'IP6BASE' and
12895            'NDRPDR' and
12896            '1T1C' and
12897            'IP6FWD' and
12898            not 'SRv6' and
12899            not 'IPSEC' and
12900            not 'VHOST'"
12901   parameters:
12902   - "throughput"
12903   - "parent"
12904   - "tags"
12905   sort:
12906   - "IP6BASE"
12907   traces:
12908     hoverinfo: "x+y"
12909     boxpoints: "outliers"
12910     whiskerwidth: 0
12911   layout:
12912     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12913     layout: "plot-throughput"
12914
12915 -
12916   type: "plot"
12917   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12918   algorithm: "plot_performance_box"
12919   output-file-type: ".html"
12920   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12921   data: "intel-dnv-vpp"
12922   filter: "'NIC_Intel-X553' and
12923            '78B' and
12924            'IP6BASE' and
12925            'NDRPDR' and
12926            '1T1C' and
12927            'IP6FWD' and
12928            not 'SRv6' and
12929            not 'IPSEC' and
12930            not 'VHOST'"
12931   parameters:
12932   - "throughput"
12933   - "parent"
12934   - "tags"
12935   sort:
12936   - "IP6BASE"
12937   traces:
12938     hoverinfo: "x+y"
12939     boxpoints: "outliers"
12940     whiskerwidth: 0
12941   layout:
12942     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12943     layout: "plot-throughput"
12944
12945 -
12946   type: "plot"
12947   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12948   algorithm: "plot_performance_box"
12949   output-file-type: ".html"
12950   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12951   data: "intel-dnv-vpp"
12952   filter: "'NIC_Intel-X553' and
12953            '78B' and
12954            'IP6BASE' and
12955            'NDRPDR' and
12956            '2T2C' and
12957            'IP6FWD' and
12958            not 'SRv6' and
12959            not 'IPSEC' and
12960            not 'VHOST'"
12961   parameters:
12962   - "throughput"
12963   - "parent"
12964   - "tags"
12965   sort:
12966   - "IP6BASE"
12967   traces:
12968     hoverinfo: "x+y"
12969     boxpoints: "outliers"
12970     whiskerwidth: 0
12971   layout:
12972     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12973     layout: "plot-throughput"
12974
12975 -
12976   type: "plot"
12977   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12978   algorithm: "plot_performance_box"
12979   output-file-type: ".html"
12980   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12981   data: "intel-dnv-vpp"
12982   filter: "'NIC_Intel-X553' and
12983            '78B' and
12984            'IP6BASE' and
12985            'NDRPDR' and
12986            '2T2C' and
12987            'IP6FWD' and
12988            not 'SRv6' and
12989            not 'IPSEC' and
12990            not 'VHOST'"
12991   parameters:
12992   - "throughput"
12993   - "parent"
12994   - "tags"
12995   sort:
12996   - "IP6BASE"
12997   traces:
12998     hoverinfo: "x+y"
12999     boxpoints: "outliers"
13000     whiskerwidth: 0
13001   layout:
13002     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13003     layout: "plot-throughput"
13004
13005 ################################################################################
13006
13007 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13008 -
13009   type: "plot"
13010   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13011   algorithm: "plot_performance_box"
13012   output-file-type: ".html"
13013   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13014   data: "plot-vpp-throughput-latency-3n-hsw"
13015   filter: "'NIC_Intel-X520-DA2' and
13016            '78B' and
13017            'ENCAP' and
13018            'NDRPDR' and
13019            '1T1C' and
13020            'LISP' and
13021            not 'VHOST'"
13022   parameters:
13023   - "throughput"
13024   - "parent"
13025   - "tags"
13026   sort:
13027   - "IP4UNRLAY"
13028   - "IP6UNRLAY"
13029   traces:
13030     hoverinfo: "x+y"
13031     boxpoints: "outliers"
13032     whiskerwidth: 0
13033   layout:
13034     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13035     layout: "plot-throughput"
13036
13037 -
13038   type: "plot"
13039   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13040   algorithm: "plot_performance_box"
13041   output-file-type: ".html"
13042   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13043   data: "plot-vpp-throughput-latency-3n-hsw"
13044   filter: "'NIC_Intel-X520-DA2' and
13045            '78B' and
13046            'ENCAP' and
13047            'NDRPDR' and
13048            '1T1C' and
13049            'LISP' and
13050            not 'VHOST'"
13051   parameters:
13052   - "throughput"
13053   - "parent"
13054   - "tags"
13055   sort:
13056   - "IP4UNRLAY"
13057   - "IP6UNRLAY"
13058   traces:
13059     hoverinfo: "x+y"
13060     boxpoints: "outliers"
13061     whiskerwidth: 0
13062   layout:
13063     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13064     layout: "plot-throughput"
13065
13066 -
13067   type: "plot"
13068   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13069   algorithm: "plot_performance_box"
13070   output-file-type: ".html"
13071   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13072   data: "plot-vpp-throughput-latency-3n-hsw"
13073   filter: "'NIC_Intel-X520-DA2' and
13074            '78B' and
13075            'ENCAP' and
13076            'NDRPDR' and
13077            '2T2C' and
13078            'LISP' and
13079            not 'VHOST'"
13080   parameters:
13081   - "throughput"
13082   - "parent"
13083   - "tags"
13084   sort:
13085   - "IP4UNRLAY"
13086   - "IP6UNRLAY"
13087   traces:
13088     hoverinfo: "x+y"
13089     boxpoints: "outliers"
13090     whiskerwidth: 0
13091   layout:
13092     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13093     layout: "plot-throughput"
13094
13095 -
13096   type: "plot"
13097   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13098   algorithm: "plot_performance_box"
13099   output-file-type: ".html"
13100   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13101   data: "plot-vpp-throughput-latency-3n-hsw"
13102   filter: "'NIC_Intel-X520-DA2' and
13103            '78B' and
13104            'ENCAP' and
13105            'NDRPDR' and
13106            '2T2C' and
13107            'LISP' and
13108            not 'VHOST'"
13109   parameters:
13110   - "throughput"
13111   - "parent"
13112   - "tags"
13113   sort:
13114   - "IP4UNRLAY"
13115   - "IP6UNRLAY"
13116   traces:
13117     hoverinfo: "x+y"
13118     boxpoints: "outliers"
13119     whiskerwidth: 0
13120   layout:
13121     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13122     layout: "plot-throughput"
13123
13124 ################################################################################
13125
13126 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13127 -
13128   type: "plot"
13129   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13130   algorithm: "plot_performance_box"
13131   output-file-type: ".html"
13132   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13133   data: "plot-vpp-throughput-latency-3n-hsw"
13134   filter: "'NIC_Intel-XL710' and
13135            '64B' and
13136            'IP4FWD' and
13137            'NDRPDR' and
13138            'BASE' and
13139            '1T1C' and
13140            'IPSECHW' and
13141            ('IPSECTRAN' or 'IPSECTUN') and
13142            not 'VHOST'"
13143   parameters:
13144   - "throughput"
13145   - "parent"
13146   - "tags"
13147   traces:
13148     hoverinfo: "x+y"
13149     boxpoints: "outliers"
13150     whiskerwidth: 0
13151   layout:
13152     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13153     layout: "plot-throughput"
13154
13155 -
13156   type: "plot"
13157   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13158   algorithm: "plot_performance_box"
13159   output-file-type: ".html"
13160   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13161   data: "plot-vpp-throughput-latency-3n-hsw"
13162   filter: "'NIC_Intel-XL710' and
13163            '64B' and
13164            'IP4FWD' and
13165            'NDRPDR' and
13166            'BASE' and
13167            '1T1C' and
13168            'IPSECHW' and
13169            ('IPSECTRAN' or 'IPSECTUN') and
13170            not 'VHOST'"
13171   parameters:
13172   - "throughput"
13173   - "parent"
13174   - "tags"
13175   traces:
13176     hoverinfo: "x+y"
13177     boxpoints: "outliers"
13178     whiskerwidth: 0
13179   layout:
13180     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13181     layout: "plot-throughput"
13182
13183 -
13184   type: "plot"
13185   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13186   algorithm: "plot_performance_box"
13187   output-file-type: ".html"
13188   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13189   data: "plot-vpp-throughput-latency-3n-hsw"
13190   filter: "'NIC_Intel-XL710' and
13191            '64B' and
13192            'IP4FWD' and
13193            'NDRPDR' and
13194            'BASE' and
13195            '2T2C' and
13196            'IPSECHW' and
13197            ('IPSECTRAN' or 'IPSECTUN') and
13198            not 'VHOST'"
13199   parameters:
13200   - "throughput"
13201   - "parent"
13202   - "tags"
13203   traces:
13204     hoverinfo: "x+y"
13205     boxpoints: "outliers"
13206     whiskerwidth: 0
13207   layout:
13208     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13209     layout: "plot-throughput"
13210
13211 -
13212   type: "plot"
13213   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13214   algorithm: "plot_performance_box"
13215   output-file-type: ".html"
13216   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13217   data: "plot-vpp-throughput-latency-3n-hsw"
13218   filter: "'NIC_Intel-XL710' and
13219            '64B' and
13220            'IP4FWD' and
13221            'NDRPDR' and
13222            'BASE' and
13223            '2T2C' and
13224            'IPSECHW' and
13225            ('IPSECTRAN' or 'IPSECTUN') and
13226            not 'VHOST'"
13227   parameters:
13228   - "throughput"
13229   - "parent"
13230   - "tags"
13231   traces:
13232     hoverinfo: "x+y"
13233     boxpoints: "outliers"
13234     whiskerwidth: 0
13235   layout:
13236     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13237     layout: "plot-throughput"
13238
13239 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13240 -
13241   type: "plot"
13242   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13243   algorithm: "plot_performance_box"
13244   output-file-type: ".html"
13245   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13246   data: "plot-vpp-throughput-latency-3n-hsw"
13247   filter: "'NIC_Intel-XL710' and
13248            '64B' and
13249            'IP4FWD' and
13250            'NDRPDR' and
13251            'SCALE' and
13252            '1T1C' and
13253            'IPSECHW' and
13254            ('IPSECTRAN' or 'IPSECTUN') and
13255            not 'VHOST'"
13256   parameters:
13257   - "throughput"
13258   - "parent"
13259   - "tags"
13260   traces:
13261     hoverinfo: "x+y"
13262     boxpoints: "outliers"
13263     whiskerwidth: 0
13264   layout:
13265     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13266     layout: "plot-throughput"
13267
13268 -
13269   type: "plot"
13270   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13271   algorithm: "plot_performance_box"
13272   output-file-type: ".html"
13273   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13274   data: "plot-vpp-throughput-latency-3n-hsw"
13275   filter: "'NIC_Intel-XL710' and
13276            '64B' and
13277            'IP4FWD' and
13278            'NDRPDR' and
13279            'SCALE' and
13280            '1T1C' and
13281            'IPSECHW' and
13282            ('IPSECTRAN' or 'IPSECTUN') and
13283            not 'VHOST'"
13284   parameters:
13285   - "throughput"
13286   - "parent"
13287   - "tags"
13288   traces:
13289     hoverinfo: "x+y"
13290     boxpoints: "outliers"
13291     whiskerwidth: 0
13292   layout:
13293     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13294     layout: "plot-throughput"
13295
13296 -
13297   type: "plot"
13298   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13299   algorithm: "plot_performance_box"
13300   output-file-type: ".html"
13301   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13302   data: "plot-vpp-throughput-latency-3n-hsw"
13303   filter: "'NIC_Intel-XL710' and
13304            '64B' and
13305            'IP4FWD' and
13306            'NDRPDR' and
13307            'SCALE' and
13308            '2T2C' and
13309            'IPSECHW' and
13310            ('IPSECTRAN' or 'IPSECTUN') and
13311            not 'VHOST'"
13312   parameters:
13313   - "throughput"
13314   - "parent"
13315   - "tags"
13316   traces:
13317     hoverinfo: "x+y"
13318     boxpoints: "outliers"
13319     whiskerwidth: 0
13320   layout:
13321     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13322     layout: "plot-throughput"
13323
13324 -
13325   type: "plot"
13326   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13327   algorithm: "plot_performance_box"
13328   output-file-type: ".html"
13329   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13330   data: "plot-vpp-throughput-latency-3n-hsw"
13331   filter: "'NIC_Intel-XL710' and
13332            '64B' and
13333            'IP4FWD' and
13334            'NDRPDR' and
13335            'SCALE' and
13336            '2T2C' and
13337            'IPSECHW' and
13338            ('IPSECTRAN' or 'IPSECTUN') and
13339            not 'VHOST'"
13340   parameters:
13341   - "throughput"
13342   - "parent"
13343   - "tags"
13344   traces:
13345     hoverinfo: "x+y"
13346     boxpoints: "outliers"
13347     whiskerwidth: 0
13348   layout:
13349     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13350     layout: "plot-throughput"
13351
13352 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13353 -
13354   type: "plot"
13355   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13356   algorithm: "plot_performance_box"
13357   output-file-type: ".html"
13358   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13359   data: "plot-vpp-throughput-latency-3n-hsw"
13360   filter: "'NIC_Intel-XL710' and
13361            '64B' and
13362            'IP4FWD' and
13363            'NDRPDR' and
13364            '1T1C' and
13365            'IPSECSW' and
13366            ('IPSECTRAN' or 'IPSECTUN') and
13367            not 'VHOST'"
13368   parameters:
13369   - "throughput"
13370   - "parent"
13371   - "tags"
13372   traces:
13373     hoverinfo: "x+y"
13374     boxpoints: "outliers"
13375     whiskerwidth: 0
13376   layout:
13377     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13378     layout: "plot-throughput"
13379
13380 -
13381   type: "plot"
13382   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13383   algorithm: "plot_performance_box"
13384   output-file-type: ".html"
13385   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13386   data: "plot-vpp-throughput-latency-3n-hsw"
13387   filter: "'NIC_Intel-XL710' and
13388            '64B' and
13389            'IP4FWD' and
13390            'NDRPDR' and
13391            '1T1C' and
13392            'IPSECSW' and
13393            ('IPSECTRAN' or 'IPSECTUN') and
13394            not 'VHOST'"
13395   parameters:
13396   - "throughput"
13397   - "parent"
13398   - "tags"
13399   traces:
13400     hoverinfo: "x+y"
13401     boxpoints: "outliers"
13402     whiskerwidth: 0
13403   layout:
13404     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13405     layout: "plot-throughput"
13406
13407 -
13408   type: "plot"
13409   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13410   algorithm: "plot_performance_box"
13411   output-file-type: ".html"
13412   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13413   data: "plot-vpp-throughput-latency-3n-hsw"
13414   filter: "'NIC_Intel-XL710' and
13415            '64B' and
13416            'IP4FWD' and
13417            'NDRPDR' and
13418            '2T2C' and
13419            'IPSECSW' and
13420            ('IPSECTRAN' or 'IPSECTUN') and
13421            not 'VHOST'"
13422   parameters:
13423   - "throughput"
13424   - "parent"
13425   - "tags"
13426   traces:
13427     hoverinfo: "x+y"
13428     boxpoints: "outliers"
13429     whiskerwidth: 0
13430   layout:
13431     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13432     layout: "plot-throughput"
13433
13434 -
13435   type: "plot"
13436   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13437   algorithm: "plot_performance_box"
13438   output-file-type: ".html"
13439   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13440   data: "plot-vpp-throughput-latency-3n-hsw"
13441   filter: "'NIC_Intel-XL710' and
13442            '64B' and
13443            'IP4FWD' and
13444            'NDRPDR' and
13445            '2T2C' and
13446            'IPSECSW' and
13447            ('IPSECTRAN' or 'IPSECTUN') and
13448            not 'VHOST'"
13449   parameters:
13450   - "throughput"
13451   - "parent"
13452   - "tags"
13453   traces:
13454     hoverinfo: "x+y"
13455     boxpoints: "outliers"
13456     whiskerwidth: 0
13457   layout:
13458     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13459     layout: "plot-throughput"
13460
13461 ################################################################################
13462
13463 # Packet Throughput - VPP SRv6 3n-hsw-x520
13464 -
13465   type: "plot"
13466   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13467   algorithm: "plot_performance_box"
13468   output-file-type: ".html"
13469   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13470   data: "plot-vpp-throughput-latency-3n-hsw"
13471   filter: "'NIC_Intel-X520-DA2' and
13472            '78B' and
13473            'FEATURE' and
13474            'NDRPDR' and
13475            '1T1C' and
13476            'IP6FWD' and
13477            'SRv6'"
13478   parameters:
13479   - "throughput"
13480   - "parent"
13481   - "tags"
13482   traces:
13483     hoverinfo: "x+y"
13484     boxpoints: "outliers"
13485     whiskerwidth: 0
13486   layout:
13487     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13488     layout: "plot-throughput"
13489
13490 -
13491   type: "plot"
13492   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13493   algorithm: "plot_performance_box"
13494   output-file-type: ".html"
13495   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13496   data: "plot-vpp-throughput-latency-3n-hsw"
13497   filter: "'NIC_Intel-X520-DA2' and
13498            '78B' and
13499            'FEATURE' and
13500            'NDRPDR' and
13501            '1T1C' and
13502            'IP6FWD' and
13503            'SRv6'"
13504   parameters:
13505   - "throughput"
13506   - "parent"
13507   - "tags"
13508   traces:
13509     hoverinfo: "x+y"
13510     boxpoints: "outliers"
13511     whiskerwidth: 0
13512   layout:
13513     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13514     layout: "plot-throughput"
13515
13516 -
13517   type: "plot"
13518   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13519   algorithm: "plot_performance_box"
13520   output-file-type: ".html"
13521   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13522   data: "plot-vpp-throughput-latency-3n-hsw"
13523   filter: "'NIC_Intel-X520-DA2' and
13524            '78B' and
13525            'FEATURE' and
13526            'NDRPDR' and
13527            '2T2C' and
13528            'IP6FWD' and
13529            'SRv6'"
13530   parameters:
13531   - "throughput"
13532   - "parent"
13533   - "tags"
13534   traces:
13535     hoverinfo: "x+y"
13536     boxpoints: "outliers"
13537     whiskerwidth: 0
13538   layout:
13539     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13540     layout: "plot-throughput"
13541
13542 -
13543   type: "plot"
13544   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13545   algorithm: "plot_performance_box"
13546   output-file-type: ".html"
13547   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13548   data: "plot-vpp-throughput-latency-3n-hsw"
13549   filter: "'NIC_Intel-X520-DA2' and
13550            '78B' and
13551            'FEATURE' and
13552            'NDRPDR' and
13553            '2T2C' and
13554            'IP6FWD' and
13555            'SRv6'"
13556   parameters:
13557   - "throughput"
13558   - "parent"
13559   - "tags"
13560   traces:
13561     hoverinfo: "x+y"
13562     boxpoints: "outliers"
13563     whiskerwidth: 0
13564   layout:
13565     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13566     layout: "plot-throughput"
13567
13568 ################################################################################
13569
13570 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13571 -
13572   type: "plot"
13573   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13574   algorithm: "plot_performance_box"
13575   output-file-type: ".html"
13576   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13577   data: "plot-vpp-throughput-latency-3n-hsw"
13578   filter: "'NIC_Intel-X520-DA2' and
13579            '64B' and
13580            'NDRPDR' and
13581            'ETH' and
13582            'IP4FWD' and
13583            '1T1C' and
13584            'VHOST_1024' and
13585            not 'VXLAN' and
13586            not 'DOT1Q'"
13587   parameters:
13588   - "throughput"
13589   - "parent"
13590   - "tags"
13591   sort:
13592   - "not CFS_OPT"
13593   - "1VM"
13594   - "2VM"
13595   traces:
13596     hoverinfo: "x+y"
13597     boxpoints: "outliers"
13598     whiskerwidth: 0
13599   layout:
13600     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13601     layout: "plot-throughput"
13602
13603 -
13604   type: "plot"
13605   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13606   algorithm: "plot_performance_box"
13607   output-file-type: ".html"
13608   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13609   data: "plot-vpp-throughput-latency-3n-hsw"
13610   filter: "'NIC_Intel-X520-DA2' and
13611            '64B' and
13612            'NDRPDR' and
13613            'ETH' and
13614            'IP4FWD' and
13615            '2T2C' and
13616            'VHOST_1024' and
13617            not 'VXLAN' and
13618            not 'DOT1Q'"
13619   parameters:
13620   - "throughput"
13621   - "parent"
13622   - "tags"
13623   sort:
13624   - "not CFS_OPT"
13625   - "1VM"
13626   - "2VM"
13627   traces:
13628     hoverinfo: "x+y"
13629     boxpoints: "outliers"
13630     whiskerwidth: 0
13631   layout:
13632     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13633     layout: "plot-throughput"
13634
13635 -
13636   type: "plot"
13637   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13638   algorithm: "plot_performance_box"
13639   output-file-type: ".html"
13640   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13641   data: "plot-vpp-throughput-latency-3n-hsw"
13642   filter: "'NIC_Intel-X520-DA2' and
13643            '64B' and
13644            'NDRPDR' and
13645            'ETH' and
13646            'IP4FWD' and
13647            '1T1C' and
13648            'VHOST_1024' and
13649            not 'VXLAN' and
13650            not 'DOT1Q'"
13651   parameters:
13652   - "throughput"
13653   - "parent"
13654   - "tags"
13655   sort:
13656   - "not CFS_OPT"
13657   - "1VM"
13658   - "2VM"
13659   traces:
13660     hoverinfo: "x+y"
13661     boxpoints: "outliers"
13662     whiskerwidth: 0
13663   layout:
13664     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13665     layout: "plot-throughput"
13666
13667 -
13668   type: "plot"
13669   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13670   algorithm: "plot_performance_box"
13671   output-file-type: ".html"
13672   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13673   data: "plot-vpp-throughput-latency-3n-hsw"
13674   filter: "'NIC_Intel-X520-DA2' and
13675            '64B' and
13676            'NDRPDR' and
13677            'ETH' and
13678            'IP4FWD' and
13679            '2T2C' and
13680            'VHOST_1024' and
13681            not 'VXLAN' and
13682            not 'DOT1Q'"
13683   parameters:
13684   - "throughput"
13685   - "parent"
13686   - "tags"
13687   sort:
13688   - "not CFS_OPT"
13689   - "1VM"
13690   - "2VM"
13691   traces:
13692     hoverinfo: "x+y"
13693     boxpoints: "outliers"
13694     whiskerwidth: 0
13695   layout:
13696     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13697     layout: "plot-throughput"
13698
13699 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13700 -
13701   type: "plot"
13702   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13703   algorithm: "plot_performance_box"
13704   output-file-type: ".html"
13705   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13706   data: "plot-vpp-throughput-latency-3n-hsw"
13707   filter: "'NIC_Intel-X520-DA2' and
13708            '64B' and
13709            'NDRPDR' and
13710            ('ETH' or 'DOT1Q') and
13711            '1T1C' and
13712            'L2BDMACLRN' and
13713            'VHOST_1024' and
13714            not 'VXLAN' and
13715            not 'IP4FWD' and
13716            not '2VM'"
13717   parameters:
13718   - "throughput"
13719   - "parent"
13720   - "tags"
13721 #  sort:
13722 #  - "VM"  # "not CFS_OPT"
13723 #  - "CFS_OPT"
13724 #  - "FIB_10K"
13725 #  - "FIB_100K"
13726 #  - "FIB_1M"
13727   traces:
13728     hoverinfo: "x+y"
13729     boxpoints: "outliers"
13730     whiskerwidth: 0
13731   layout:
13732     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13733     layout: "plot-throughput"
13734
13735 -
13736   type: "plot"
13737   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13738   algorithm: "plot_performance_box"
13739   output-file-type: ".html"
13740   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13741   data: "plot-vpp-throughput-latency-3n-hsw"
13742   filter: "'NIC_Intel-X520-DA2' and
13743            '64B' and
13744            'NDRPDR' and
13745            ('ETH' or 'DOT1Q') and
13746            '2T2C' and
13747            'L2BDMACLRN' and
13748            'VHOST_1024' and
13749            not 'VXLAN' and
13750            not 'IP4FWD' and
13751            not '2VM'"
13752   parameters:
13753   - "throughput"
13754   - "parent"
13755   - "tags"
13756 #  sort:
13757 #  - "VM"  # "not CFS_OPT"
13758 #  - "CFS_OPT"
13759 #  - "FIB_10K"
13760 #  - "FIB_100K"
13761 #  - "FIB_1M"
13762   traces:
13763     hoverinfo: "x+y"
13764     boxpoints: "outliers"
13765     whiskerwidth: 0
13766   layout:
13767     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13768     layout: "plot-throughput"
13769
13770 -
13771   type: "plot"
13772   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13773   algorithm: "plot_performance_box"
13774   output-file-type: ".html"
13775   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13776   data: "plot-vpp-throughput-latency-3n-hsw"
13777   filter: "'NIC_Intel-X520-DA2' and
13778            '64B' and
13779            'NDRPDR' and
13780            ('ETH' or 'DOT1Q') and
13781            '1T1C' and
13782            'L2BDMACLRN' and
13783            'VHOST_1024' and
13784            not 'VXLAN' and
13785            not 'IP4FWD' and
13786            not '2VM'"
13787   parameters:
13788   - "throughput"
13789   - "parent"
13790   - "tags"
13791 #  sort:
13792 #  - "VM"  # "not CFS_OPT"
13793 #  - "CFS_OPT"
13794 #  - "FIB_10K"
13795 #  - "FIB_100K"
13796 #  - "FIB_1M"
13797   traces:
13798     hoverinfo: "x+y"
13799     boxpoints: "outliers"
13800     whiskerwidth: 0
13801   layout:
13802     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13803     layout: "plot-throughput"
13804
13805 -
13806   type: "plot"
13807   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13808   algorithm: "plot_performance_box"
13809   output-file-type: ".html"
13810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13811   data: "plot-vpp-throughput-latency-3n-hsw"
13812   filter: "'NIC_Intel-X520-DA2' and
13813            '64B' and
13814            'NDRPDR' and
13815            ('ETH' or 'DOT1Q') and
13816            '2T2C' and
13817            'L2BDMACLRN' and
13818            'VHOST_1024' and
13819            not 'VXLAN' and
13820            not 'IP4FWD' and
13821            not '2VM'"
13822   parameters:
13823   - "throughput"
13824   - "parent"
13825   - "tags"
13826 #  sort:
13827 #  - "VM"  # "not CFS_OPT"
13828 #  - "CFS_OPT"
13829 #  - "FIB_10K"
13830 #  - "FIB_100K"
13831 #  - "FIB_1M"
13832   traces:
13833     hoverinfo: "x+y"
13834     boxpoints: "outliers"
13835     whiskerwidth: 0
13836   layout:
13837     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13838     layout: "plot-throughput"
13839
13840 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13841 -
13842   type: "plot"
13843   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13844   algorithm: "plot_performance_box"
13845   output-file-type: ".html"
13846   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13847   data: "plot-vpp-throughput-latency-3n-hsw"
13848   filter: "'NIC_Intel-X520-DA2' and
13849            '64B' and
13850            'NDRPDR' and
13851            ('ETH' or 'DOT1Q') and
13852            'BASE' and
13853            '1T1C' and
13854            ('L2BDMACLRN' or 'L2XCFWD') and
13855            'VHOST_1024' and
13856            not 'VXLAN' and
13857            not 'IP4FWD' and
13858            not '2VM'"
13859   parameters:
13860   - "throughput"
13861   - "parent"
13862   - "tags"
13863 #  sort:
13864 #  - "not CFS_OPT"
13865 #  - "L2XCFWD"
13866 #  - "not CFS_OPT"
13867 #  - "CFS_OPT"
13868   traces:
13869     hoverinfo: "x+y"
13870     boxpoints: "outliers"
13871     whiskerwidth: 0
13872   layout:
13873     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13874     layout: "plot-throughput"
13875
13876 -
13877   type: "plot"
13878   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13879   algorithm: "plot_performance_box"
13880   output-file-type: ".html"
13881   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13882   data: "plot-vpp-throughput-latency-3n-hsw"
13883   filter: "'NIC_Intel-X520-DA2' and
13884            '64B' and
13885            'NDRPDR' and
13886            ('ETH' or 'DOT1Q') and
13887            'BASE' and
13888            '1T1C' and
13889            ('L2BDMACLRN' or 'L2XCFWD') and
13890            'VHOST_1024' and
13891            not 'VXLAN' and
13892            not 'IP4FWD' and
13893            not '2VM'"
13894   parameters:
13895   - "throughput"
13896   - "parent"
13897   - "tags"
13898 #  sort:
13899 #  - "not CFS_OPT"
13900 #  - "L2XCFWD"
13901 #  - "not CFS_OPT"
13902 #  - "CFS_OPT"
13903   traces:
13904     hoverinfo: "x+y"
13905     boxpoints: "outliers"
13906     whiskerwidth: 0
13907   layout:
13908     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13909     layout: "plot-throughput"
13910
13911 -
13912   type: "plot"
13913   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13914   algorithm: "plot_performance_box"
13915   output-file-type: ".html"
13916   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13917   data: "plot-vpp-throughput-latency-3n-hsw"
13918   filter: "'NIC_Intel-X520-DA2' and
13919            '64B' and
13920            'NDRPDR' and
13921            ('ETH' or 'DOT1Q') and
13922            'BASE' and
13923            '2T2C' and
13924            ('L2BDMACLRN' or 'L2XCFWD') and
13925            'VHOST_1024' and
13926            not 'VXLAN' and
13927            not 'IP4FWD' and
13928            not '2VM'"
13929   parameters:
13930   - "throughput"
13931   - "parent"
13932   - "tags"
13933 #  sort:
13934 #  - "not CFS_OPT"
13935 #  - "L2XCFWD"
13936 #  - "not CFS_OPT"
13937 #  - "CFS_OPT"
13938   traces:
13939     hoverinfo: "x+y"
13940     boxpoints: "outliers"
13941     whiskerwidth: 0
13942   layout:
13943     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13944     layout: "plot-throughput"
13945
13946 -
13947   type: "plot"
13948   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13949   algorithm: "plot_performance_box"
13950   output-file-type: ".html"
13951   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13952   data: "plot-vpp-throughput-latency-3n-hsw"
13953   filter: "'NIC_Intel-X520-DA2' and
13954            '64B' and
13955            'NDRPDR' and
13956            ('ETH' or 'DOT1Q') and
13957            'BASE' and
13958            '2T2C' and
13959            ('L2BDMACLRN' or 'L2XCFWD') and
13960            'VHOST_1024' and
13961            not 'VXLAN' and
13962            not 'IP4FWD' and
13963            not '2VM'"
13964   parameters:
13965   - "throughput"
13966   - "parent"
13967   - "tags"
13968 #  sort:
13969 #  - "not CFS_OPT"
13970 #  - "L2XCFWD"
13971 #  - "not CFS_OPT"
13972 #  - "CFS_OPT"
13973   traces:
13974     hoverinfo: "x+y"
13975     boxpoints: "outliers"
13976     whiskerwidth: 0
13977   layout:
13978     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13979     layout: "plot-throughput"
13980
13981 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
13982 -
13983   type: "plot"
13984   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13985   algorithm: "plot_performance_box"
13986   output-file-type: ".html"
13987   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13988   data: "plot-vpp-throughput-latency-3n-hsw"
13989   filter: "'NIC_Intel-X520-DA2' and
13990            '64B' and
13991            'NDRPDR' and
13992            ('ETH' or 'DOT1Q') and
13993            '1T1C' and
13994            ('L2BDMACLRN' or 'L2XCFWD') and
13995            'VHOST_1024' and
13996            not 'CFS_OPT' and
13997            not 'VXLAN' and
13998            not 'IP4FWD' and
13999            not 'LBOND'"
14000   parameters:
14001   - "throughput"
14002   - "parent"
14003   - "tags"
14004 #  sort:
14005 #  - "1VM"
14006 #  - "L2XCFWD"
14007 #  - "1VM"
14008 #  - "L2BDMACLRN"
14009   traces:
14010     hoverinfo: "x+y"
14011     boxpoints: "outliers"
14012     whiskerwidth: 0
14013   layout:
14014     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14015     layout: "plot-throughput"
14016
14017 -
14018   type: "plot"
14019   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14020   algorithm: "plot_performance_box"
14021   output-file-type: ".html"
14022   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14023   data: "plot-vpp-throughput-latency-3n-hsw"
14024   filter: "'NIC_Intel-X520-DA2' and
14025            '64B' and
14026            'NDRPDR' and
14027            ('ETH' or 'DOT1Q') and
14028            '1T1C' and
14029            ('L2BDMACLRN' or 'L2XCFWD') and
14030            'VHOST_1024' and
14031            not 'CFS_OPT' and
14032            not 'VXLAN' and
14033            not 'IP4FWD' and
14034            not 'LBOND'"
14035   parameters:
14036   - "throughput"
14037   - "parent"
14038   - "tags"
14039 #  sort:
14040 #  - "1VM"
14041 #  - "L2XCFWD"
14042 #  - "1VM"
14043 #  - "L2BDMACLRN"
14044   traces:
14045     hoverinfo: "x+y"
14046     boxpoints: "outliers"
14047     whiskerwidth: 0
14048   layout:
14049     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14050     layout: "plot-throughput"
14051
14052 -
14053   type: "plot"
14054   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14055   algorithm: "plot_performance_box"
14056   output-file-type: ".html"
14057   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14058   data: "plot-vpp-throughput-latency-3n-hsw"
14059   filter: "'NIC_Intel-X520-DA2' and
14060            '64B' and
14061            'NDRPDR' and
14062            ('ETH' or 'DOT1Q') and
14063            '2T2C' and
14064            ('L2BDMACLRN' or 'L2XCFWD') and
14065            'VHOST_1024' and
14066            not 'CFS_OPT' and
14067            not 'VXLAN' and
14068            not 'IP4FWD' and
14069            not 'LBOND'"
14070   parameters:
14071   - "throughput"
14072   - "parent"
14073   - "tags"
14074 #  sort:
14075 #  - "1VM"
14076 #  - "L2XCFWD"
14077 #  - "1VM"
14078 #  - "L2BDMACLRN"
14079   traces:
14080     hoverinfo: "x+y"
14081     boxpoints: "outliers"
14082     whiskerwidth: 0
14083   layout:
14084     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14085     layout: "plot-throughput"
14086
14087 -
14088   type: "plot"
14089   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14090   algorithm: "plot_performance_box"
14091   output-file-type: ".html"
14092   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14093   data: "plot-vpp-throughput-latency-3n-hsw"
14094   filter: "'NIC_Intel-X520-DA2' and
14095            '64B' and
14096            'NDRPDR' and
14097            ('ETH' or 'DOT1Q') and
14098            '2T2C' and
14099            ('L2BDMACLRN' or 'L2XCFWD') and
14100            'VHOST_1024' and
14101            not 'CFS_OPT' and
14102            not 'VXLAN' and
14103            not 'IP4FWD' and
14104            not 'LBOND'"
14105   parameters:
14106   - "throughput"
14107   - "parent"
14108   - "tags"
14109 #  sort:
14110 #  - "1VM"
14111 #  - "L2XCFWD"
14112 #  - "1VM"
14113 #  - "L2BDMACLRN"
14114   traces:
14115     hoverinfo: "x+y"
14116     boxpoints: "outliers"
14117     whiskerwidth: 0
14118   layout:
14119     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14120     layout: "plot-throughput"
14121
14122 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14123 -
14124   type: "plot"
14125   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14126   algorithm: "plot_performance_box"
14127   output-file-type: ".html"
14128   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14129   data: "plot-vpp-throughput-latency-3n-hsw"
14130   filter: "'NIC_Intel-X710' and
14131            '64B' and
14132            'NDRPDR' and
14133            'ETH' and
14134            'IP4FWD' and
14135            '1T1C' and
14136            'VHOST_1024' and
14137            not 'VXLAN' and
14138            not 'DOT1Q'"
14139   parameters:
14140   - "throughput"
14141   - "parent"
14142   - "tags"
14143   sort:
14144   - "not CFS_OPT"
14145   - "1VM"
14146   - "2VM"
14147   traces:
14148     hoverinfo: "x+y"
14149     boxpoints: "outliers"
14150     whiskerwidth: 0
14151   layout:
14152     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14153     layout: "plot-throughput"
14154
14155 -
14156   type: "plot"
14157   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14158   algorithm: "plot_performance_box"
14159   output-file-type: ".html"
14160   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14161   data: "plot-vpp-throughput-latency-3n-hsw"
14162   filter: "'NIC_Intel-X710' and
14163            '64B' and
14164            'NDRPDR' and
14165            'ETH' and
14166            'IP4FWD' and
14167            '2T2C' and
14168            'VHOST_1024' and
14169            not 'VXLAN' and
14170            not 'DOT1Q'"
14171   parameters:
14172   - "throughput"
14173   - "parent"
14174   - "tags"
14175   sort:
14176   - "not CFS_OPT"
14177   - "1VM"
14178   - "2VM"
14179   traces:
14180     hoverinfo: "x+y"
14181     boxpoints: "outliers"
14182     whiskerwidth: 0
14183   layout:
14184     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14185     layout: "plot-throughput"
14186
14187 -
14188   type: "plot"
14189   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14190   algorithm: "plot_performance_box"
14191   output-file-type: ".html"
14192   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14193   data: "plot-vpp-throughput-latency-3n-hsw"
14194   filter: "'NIC_Intel-X710' and
14195            '64B' and
14196            'NDRPDR' and
14197            'ETH' and
14198            'IP4FWD' and
14199            '1T1C' and
14200            'VHOST_1024' and
14201            not 'VXLAN' and
14202            not 'DOT1Q'"
14203   parameters:
14204   - "throughput"
14205   - "parent"
14206   - "tags"
14207   sort:
14208   - "not CFS_OPT"
14209   - "1VM"
14210   - "2VM"
14211   traces:
14212     hoverinfo: "x+y"
14213     boxpoints: "outliers"
14214     whiskerwidth: 0
14215   layout:
14216     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14217     layout: "plot-throughput"
14218
14219 -
14220   type: "plot"
14221   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14222   algorithm: "plot_performance_box"
14223   output-file-type: ".html"
14224   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14225   data: "plot-vpp-throughput-latency-3n-hsw"
14226   filter: "'NIC_Intel-X710' and
14227            '64B' and
14228            'NDRPDR' and
14229            'ETH' and
14230            'IP4FWD' and
14231            '2T2C' and
14232            'VHOST_1024' and
14233            not 'VXLAN' and
14234            not 'DOT1Q'"
14235   parameters:
14236   - "throughput"
14237   - "parent"
14238   - "tags"
14239   sort:
14240   - "not CFS_OPT"
14241   - "1VM"
14242   - "2VM"
14243   traces:
14244     hoverinfo: "x+y"
14245     boxpoints: "outliers"
14246     whiskerwidth: 0
14247   layout:
14248     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14249     layout: "plot-throughput"
14250
14251 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14252 -
14253   type: "plot"
14254   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14255   algorithm: "plot_performance_box"
14256   output-file-type: ".html"
14257   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14258   data: "plot-vpp-throughput-latency-3n-hsw"
14259   filter: "'NIC_Intel-X710' and
14260            '64B' and
14261            'NDRPDR' and
14262            ('ETH' or 'DOT1Q') and
14263            '1T1C' and
14264            'L2BDMACLRN' and
14265            'VHOST_1024' and
14266            not 'VXLAN' and
14267            not 'IP4FWD' and
14268            not '2VM'"
14269   parameters:
14270   - "throughput"
14271   - "parent"
14272   - "tags"
14273 #  sort:
14274 #  - "VM"  # "not CFS_OPT"
14275 #  - "CFS_OPT"
14276 #  - "FIB_10K"
14277 #  - "FIB_100K"
14278 #  - "FIB_1M"
14279   traces:
14280     hoverinfo: "x+y"
14281     boxpoints: "outliers"
14282     whiskerwidth: 0
14283   layout:
14284     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14285     layout: "plot-throughput"
14286
14287 -
14288   type: "plot"
14289   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14290   algorithm: "plot_performance_box"
14291   output-file-type: ".html"
14292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14293   data: "plot-vpp-throughput-latency-3n-hsw"
14294   filter: "'NIC_Intel-X710' and
14295            '64B' and
14296            'NDRPDR' and
14297            ('ETH' or 'DOT1Q') and
14298            '2T2C' and
14299            'L2BDMACLRN' and
14300            'VHOST_1024' and
14301            not 'VXLAN' and
14302            not 'IP4FWD' and
14303            not '2VM'"
14304   parameters:
14305   - "throughput"
14306   - "parent"
14307   - "tags"
14308 #  sort:
14309 #  - "VM"  # "not CFS_OPT"
14310 #  - "CFS_OPT"
14311 #  - "FIB_10K"
14312 #  - "FIB_100K"
14313 #  - "FIB_1M"
14314   traces:
14315     hoverinfo: "x+y"
14316     boxpoints: "outliers"
14317     whiskerwidth: 0
14318   layout:
14319     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14320     layout: "plot-throughput"
14321
14322 -
14323   type: "plot"
14324   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14325   algorithm: "plot_performance_box"
14326   output-file-type: ".html"
14327   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14328   data: "plot-vpp-throughput-latency-3n-hsw"
14329   filter: "'NIC_Intel-X710' and
14330            '64B' and
14331            'NDRPDR' and
14332            ('ETH' or 'DOT1Q') and
14333            '1T1C' and
14334            'L2BDMACLRN' and
14335            'VHOST_1024' and
14336            not 'VXLAN' and
14337            not 'IP4FWD' and
14338            not '2VM'"
14339   parameters:
14340   - "throughput"
14341   - "parent"
14342   - "tags"
14343 #  sort:
14344 #  - "VM"  # "not CFS_OPT"
14345 #  - "CFS_OPT"
14346 #  - "FIB_10K"
14347 #  - "FIB_100K"
14348 #  - "FIB_1M"
14349   traces:
14350     hoverinfo: "x+y"
14351     boxpoints: "outliers"
14352     whiskerwidth: 0
14353   layout:
14354     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14355     layout: "plot-throughput"
14356
14357 -
14358   type: "plot"
14359   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14360   algorithm: "plot_performance_box"
14361   output-file-type: ".html"
14362   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14363   data: "plot-vpp-throughput-latency-3n-hsw"
14364   filter: "'NIC_Intel-X710' and
14365            '64B' and
14366            'NDRPDR' and
14367            ('ETH' or 'DOT1Q') and
14368            '2T2C' and
14369            'L2BDMACLRN' and
14370            'VHOST_1024' and
14371            not 'VXLAN' and
14372            not 'IP4FWD' and
14373            not '2VM'"
14374   parameters:
14375   - "throughput"
14376   - "parent"
14377   - "tags"
14378 #  sort:
14379 #  - "VM"  # "not CFS_OPT"
14380 #  - "CFS_OPT"
14381 #  - "FIB_10K"
14382 #  - "FIB_100K"
14383 #  - "FIB_1M"
14384   traces:
14385     hoverinfo: "x+y"
14386     boxpoints: "outliers"
14387     whiskerwidth: 0
14388   layout:
14389     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14390     layout: "plot-throughput"
14391
14392 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14393 -
14394   type: "plot"
14395   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14396   algorithm: "plot_performance_box"
14397   output-file-type: ".html"
14398   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14399   data: "plot-vpp-throughput-latency-3n-hsw"
14400   filter: "'NIC_Intel-X710' and
14401            '64B' and
14402            'NDRPDR' and
14403            ('ETH' or 'DOT1Q') and
14404            'BASE' and
14405            '1T1C' and
14406            ('L2BDMACLRN' or 'L2XCFWD') and
14407            'VHOST_1024' and
14408            not 'VXLAN' and
14409            not 'IP4FWD' and
14410            not '2VM'"
14411   parameters:
14412   - "throughput"
14413   - "parent"
14414   - "tags"
14415 #  sort:
14416 #  - "not CFS_OPT"
14417 #  - "L2XCFWD"
14418 #  - "not CFS_OPT"
14419 #  - "CFS_OPT"
14420   traces:
14421     hoverinfo: "x+y"
14422     boxpoints: "outliers"
14423     whiskerwidth: 0
14424   layout:
14425     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14426     layout: "plot-throughput"
14427
14428 -
14429   type: "plot"
14430   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14431   algorithm: "plot_performance_box"
14432   output-file-type: ".html"
14433   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14434   data: "plot-vpp-throughput-latency-3n-hsw"
14435   filter: "'NIC_Intel-X710' and
14436            '64B' and
14437            'NDRPDR' and
14438            ('ETH' or 'DOT1Q') and
14439            'BASE' and
14440            '1T1C' and
14441            ('L2BDMACLRN' or 'L2XCFWD') and
14442            'VHOST_1024' and
14443            not 'VXLAN' and
14444            not 'IP4FWD' and
14445            not '2VM'"
14446   parameters:
14447   - "throughput"
14448   - "parent"
14449   - "tags"
14450 #  sort:
14451 #  - "not CFS_OPT"
14452 #  - "L2XCFWD"
14453 #  - "not CFS_OPT"
14454 #  - "CFS_OPT"
14455   traces:
14456     hoverinfo: "x+y"
14457     boxpoints: "outliers"
14458     whiskerwidth: 0
14459   layout:
14460     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14461     layout: "plot-throughput"
14462
14463 -
14464   type: "plot"
14465   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14466   algorithm: "plot_performance_box"
14467   output-file-type: ".html"
14468   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14469   data: "plot-vpp-throughput-latency-3n-hsw"
14470   filter: "'NIC_Intel-X710' and
14471            '64B' and
14472            'NDRPDR' and
14473            ('ETH' or 'DOT1Q') and
14474            'BASE' and
14475            '2T2C' and
14476            ('L2BDMACLRN' or 'L2XCFWD') and
14477            'VHOST_1024' and
14478            not 'VXLAN' and
14479            not 'IP4FWD' and
14480            not '2VM'"
14481   parameters:
14482   - "throughput"
14483   - "parent"
14484   - "tags"
14485 #  sort:
14486 #  - "not CFS_OPT"
14487 #  - "L2XCFWD"
14488 #  - "not CFS_OPT"
14489 #  - "CFS_OPT"
14490   traces:
14491     hoverinfo: "x+y"
14492     boxpoints: "outliers"
14493     whiskerwidth: 0
14494   layout:
14495     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14496     layout: "plot-throughput"
14497
14498 -
14499   type: "plot"
14500   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14501   algorithm: "plot_performance_box"
14502   output-file-type: ".html"
14503   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14504   data: "plot-vpp-throughput-latency-3n-hsw"
14505   filter: "'NIC_Intel-X710' and
14506            '64B' and
14507            'NDRPDR' and
14508            ('ETH' or 'DOT1Q') and
14509            'BASE' and
14510            '2T2C' and
14511            ('L2BDMACLRN' or 'L2XCFWD') and
14512            'VHOST_1024' and
14513            not 'VXLAN' and
14514            not 'IP4FWD' and
14515            not '2VM'"
14516   parameters:
14517   - "throughput"
14518   - "parent"
14519   - "tags"
14520 #  sort:
14521 #  - "not CFS_OPT"
14522 #  - "L2XCFWD"
14523 #  - "not CFS_OPT"
14524 #  - "CFS_OPT"
14525   traces:
14526     hoverinfo: "x+y"
14527     boxpoints: "outliers"
14528     whiskerwidth: 0
14529   layout:
14530     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14531     layout: "plot-throughput"
14532
14533 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14534 -
14535   type: "plot"
14536   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14537   algorithm: "plot_performance_box"
14538   output-file-type: ".html"
14539   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14540   data: "plot-vpp-throughput-latency-3n-hsw"
14541   filter: "'NIC_Intel-X710' and
14542            '64B' and
14543            'NDRPDR' and
14544            ('ETH' or 'DOT1Q') and
14545            '1T1C' and
14546            ('L2BDMACLRN' or 'L2XCFWD') and
14547            'VHOST_1024' and
14548            not 'CFS_OPT' and
14549            not 'VXLAN' and
14550            not 'IP4FWD' and
14551            not 'LBOND'"
14552   parameters:
14553   - "throughput"
14554   - "parent"
14555   - "tags"
14556 #  sort:
14557 #  - "1VM"
14558 #  - "L2XCFWD"
14559 #  - "1VM"
14560 #  - "L2BDMACLRN"
14561   traces:
14562     hoverinfo: "x+y"
14563     boxpoints: "outliers"
14564     whiskerwidth: 0
14565   layout:
14566     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14567     layout: "plot-throughput"
14568
14569 -
14570   type: "plot"
14571   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14572   algorithm: "plot_performance_box"
14573   output-file-type: ".html"
14574   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14575   data: "plot-vpp-throughput-latency-3n-hsw"
14576   filter: "'NIC_Intel-X710' and
14577            '64B' and
14578            'NDRPDR' and
14579            ('ETH' or 'DOT1Q') and
14580            '1T1C' and
14581            ('L2BDMACLRN' or 'L2XCFWD') and
14582            'VHOST_1024' and
14583            not 'CFS_OPT' and
14584            not 'VXLAN' and
14585            not 'IP4FWD' and
14586            not 'LBOND'"
14587   parameters:
14588   - "throughput"
14589   - "parent"
14590   - "tags"
14591 #  sort:
14592 #  - "1VM"
14593 #  - "L2XCFWD"
14594 #  - "1VM"
14595 #  - "L2BDMACLRN"
14596   traces:
14597     hoverinfo: "x+y"
14598     boxpoints: "outliers"
14599     whiskerwidth: 0
14600   layout:
14601     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14602     layout: "plot-throughput"
14603
14604 -
14605   type: "plot"
14606   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14607   algorithm: "plot_performance_box"
14608   output-file-type: ".html"
14609   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14610   data: "plot-vpp-throughput-latency-3n-hsw"
14611   filter: "'NIC_Intel-X710' and
14612            '64B' and
14613            'NDRPDR' and
14614            ('ETH' or 'DOT1Q') and
14615            '2T2C' and
14616            ('L2BDMACLRN' or 'L2XCFWD') and
14617            'VHOST_1024' and
14618            not 'CFS_OPT' and
14619            not 'VXLAN' and
14620            not 'IP4FWD' and
14621            not 'LBOND'"
14622   parameters:
14623   - "throughput"
14624   - "parent"
14625   - "tags"
14626 #  sort:
14627 #  - "1VM"
14628 #  - "L2XCFWD"
14629 #  - "1VM"
14630 #  - "L2BDMACLRN"
14631   traces:
14632     hoverinfo: "x+y"
14633     boxpoints: "outliers"
14634     whiskerwidth: 0
14635   layout:
14636     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14637     layout: "plot-throughput"
14638
14639 -
14640   type: "plot"
14641   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14642   algorithm: "plot_performance_box"
14643   output-file-type: ".html"
14644   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14645   data: "plot-vpp-throughput-latency-3n-hsw"
14646   filter: "'NIC_Intel-X710' and
14647            '64B' and
14648            'NDRPDR' and
14649            ('ETH' or 'DOT1Q') and
14650            '2T2C' and
14651            ('L2BDMACLRN' or 'L2XCFWD') and
14652            'VHOST_1024' and
14653            not 'CFS_OPT' and
14654            not 'VXLAN' and
14655            not 'IP4FWD' and
14656            not 'LBOND'"
14657   parameters:
14658   - "throughput"
14659   - "parent"
14660   - "tags"
14661 #  sort:
14662 #  - "1VM"
14663 #  - "L2XCFWD"
14664 #  - "1VM"
14665 #  - "L2BDMACLRN"
14666   traces:
14667     hoverinfo: "x+y"
14668     boxpoints: "outliers"
14669     whiskerwidth: 0
14670   layout:
14671     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14672     layout: "plot-throughput"
14673
14674 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14675 -
14676   type: "plot"
14677   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14678   algorithm: "plot_performance_box"
14679   output-file-type: ".html"
14680   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14681   data: "plot-vpp-throughput-latency-3n-hsw"
14682   filter: "'NIC_Intel-XL710' and
14683            '64B' and
14684            'NDRPDR' and
14685            'ETH' and
14686            'IP4FWD' and
14687            '1T1C' and
14688            'VHOST_1024' and
14689            not 'VXLAN' and
14690            not 'DOT1Q'"
14691   parameters:
14692   - "throughput"
14693   - "parent"
14694   - "tags"
14695   sort:
14696   - "not CFS_OPT"
14697   - "1VM"
14698   - "2VM"
14699   traces:
14700     hoverinfo: "x+y"
14701     boxpoints: "outliers"
14702     whiskerwidth: 0
14703   layout:
14704     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14705     layout: "plot-throughput"
14706
14707 -
14708   type: "plot"
14709   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14710   algorithm: "plot_performance_box"
14711   output-file-type: ".html"
14712   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14713   data: "plot-vpp-throughput-latency-3n-hsw"
14714   filter: "'NIC_Intel-XL710' and
14715            '64B' and
14716            'NDRPDR' and
14717            'ETH' and
14718            'IP4FWD' and
14719            '2T2C' and
14720            'VHOST_1024' and
14721            not 'VXLAN' and
14722            not 'DOT1Q'"
14723   parameters:
14724   - "throughput"
14725   - "parent"
14726   - "tags"
14727   sort:
14728   - "not CFS_OPT"
14729   - "1VM"
14730   - "2VM"
14731   traces:
14732     hoverinfo: "x+y"
14733     boxpoints: "outliers"
14734     whiskerwidth: 0
14735   layout:
14736     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14737     layout: "plot-throughput"
14738
14739 -
14740   type: "plot"
14741   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14742   algorithm: "plot_performance_box"
14743   output-file-type: ".html"
14744   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14745   data: "plot-vpp-throughput-latency-3n-hsw"
14746   filter: "'NIC_Intel-XL710' and
14747            '64B' and
14748            'NDRPDR' and
14749            'ETH' and
14750            'IP4FWD' and
14751            '1T1C' and
14752            'VHOST_1024' and
14753            not 'VXLAN' and
14754            not 'DOT1Q'"
14755   parameters:
14756   - "throughput"
14757   - "parent"
14758   - "tags"
14759   sort:
14760   - "not CFS_OPT"
14761   - "1VM"
14762   - "2VM"
14763   traces:
14764     hoverinfo: "x+y"
14765     boxpoints: "outliers"
14766     whiskerwidth: 0
14767   layout:
14768     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14769     layout: "plot-throughput"
14770
14771 -
14772   type: "plot"
14773   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14774   algorithm: "plot_performance_box"
14775   output-file-type: ".html"
14776   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14777   data: "plot-vpp-throughput-latency-3n-hsw"
14778   filter: "'NIC_Intel-XL710' and
14779            '64B' and
14780            'NDRPDR' and
14781            'ETH' and
14782            'IP4FWD' and
14783            '2T2C' and
14784            'VHOST_1024' and
14785            not 'VXLAN' and
14786            not 'DOT1Q'"
14787   parameters:
14788   - "throughput"
14789   - "parent"
14790   - "tags"
14791   sort:
14792   - "not CFS_OPT"
14793   - "1VM"
14794   - "2VM"
14795   traces:
14796     hoverinfo: "x+y"
14797     boxpoints: "outliers"
14798     whiskerwidth: 0
14799   layout:
14800     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14801     layout: "plot-throughput"
14802
14803 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
14804 -
14805   type: "plot"
14806   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14807   algorithm: "plot_performance_box"
14808   output-file-type: ".html"
14809   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14810   data: "plot-vpp-throughput-latency-3n-hsw"
14811   filter: "'NIC_Intel-XL710' and
14812            '64B' and
14813            'NDRPDR' and
14814            ('ETH' or 'DOT1Q') and
14815            '1T1C' and
14816            'L2BDMACLRN' and
14817            'VHOST_1024' and
14818            not 'VXLAN' and
14819            not 'IP4FWD' and
14820            not '2VM'"
14821   parameters:
14822   - "throughput"
14823   - "parent"
14824   - "tags"
14825 #  sort:
14826 #  - "VM"  # "not CFS_OPT"
14827 #  - "CFS_OPT"
14828 #  - "FIB_10K"
14829 #  - "FIB_100K"
14830 #  - "FIB_1M"
14831   traces:
14832     hoverinfo: "x+y"
14833     boxpoints: "outliers"
14834     whiskerwidth: 0
14835   layout:
14836     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14837     layout: "plot-throughput"
14838
14839 -
14840   type: "plot"
14841   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14842   algorithm: "plot_performance_box"
14843   output-file-type: ".html"
14844   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14845   data: "plot-vpp-throughput-latency-3n-hsw"
14846   filter: "'NIC_Intel-XL710' and
14847            '64B' and
14848            'NDRPDR' and
14849            ('ETH' or 'DOT1Q') and
14850            '2T2C' and
14851            'L2BDMACLRN' and
14852            'VHOST_1024' and
14853            not 'VXLAN' and
14854            not 'IP4FWD' and
14855            not '2VM'"
14856   parameters:
14857   - "throughput"
14858   - "parent"
14859   - "tags"
14860 #  sort:
14861 #  - "VM"  # "not CFS_OPT"
14862 #  - "CFS_OPT"
14863 #  - "FIB_10K"
14864 #  - "FIB_100K"
14865 #  - "FIB_1M"
14866   traces:
14867     hoverinfo: "x+y"
14868     boxpoints: "outliers"
14869     whiskerwidth: 0
14870   layout:
14871     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14872     layout: "plot-throughput"
14873
14874 -
14875   type: "plot"
14876   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14877   algorithm: "plot_performance_box"
14878   output-file-type: ".html"
14879   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14880   data: "plot-vpp-throughput-latency-3n-hsw"
14881   filter: "'NIC_Intel-XL710' and
14882            '64B' and
14883            'NDRPDR' and
14884            ('ETH' or 'DOT1Q') and
14885            '1T1C' and
14886            'L2BDMACLRN' and
14887            'VHOST_1024' and
14888            not 'VXLAN' and
14889            not 'IP4FWD' and
14890            not '2VM'"
14891   parameters:
14892   - "throughput"
14893   - "parent"
14894   - "tags"
14895 #  sort:
14896 #  - "VM"  # "not CFS_OPT"
14897 #  - "CFS_OPT"
14898 #  - "FIB_10K"
14899 #  - "FIB_100K"
14900 #  - "FIB_1M"
14901   traces:
14902     hoverinfo: "x+y"
14903     boxpoints: "outliers"
14904     whiskerwidth: 0
14905   layout:
14906     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14907     layout: "plot-throughput"
14908
14909 -
14910   type: "plot"
14911   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14912   algorithm: "plot_performance_box"
14913   output-file-type: ".html"
14914   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14915   data: "plot-vpp-throughput-latency-3n-hsw"
14916   filter: "'NIC_Intel-XL710' and
14917            '64B' and
14918            'NDRPDR' and
14919            ('ETH' or 'DOT1Q') and
14920            '2T2C' and
14921            'L2BDMACLRN' and
14922            'VHOST_1024' and
14923            not 'VXLAN' and
14924            not 'IP4FWD' and
14925            not '2VM'"
14926   parameters:
14927   - "throughput"
14928   - "parent"
14929   - "tags"
14930 #  sort:
14931 #  - "VM"  # "not CFS_OPT"
14932 #  - "CFS_OPT"
14933 #  - "FIB_10K"
14934 #  - "FIB_100K"
14935 #  - "FIB_1M"
14936   traces:
14937     hoverinfo: "x+y"
14938     boxpoints: "outliers"
14939     whiskerwidth: 0
14940   layout:
14941     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14942     layout: "plot-throughput"
14943
14944 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
14945 -
14946   type: "plot"
14947   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14948   algorithm: "plot_performance_box"
14949   output-file-type: ".html"
14950   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14951   data: "plot-vpp-throughput-latency-3n-hsw"
14952   filter: "'NIC_Intel-XL710' and
14953            '64B' and
14954            'NDRPDR' and
14955            ('ETH' or 'DOT1Q') and
14956            'BASE' and
14957            '1T1C' and
14958            ('L2BDMACLRN' or 'L2XCFWD') and
14959            'VHOST_1024' and
14960            not 'VXLAN' and
14961            not 'IP4FWD' and
14962            not '2VM'"
14963   parameters:
14964   - "throughput"
14965   - "parent"
14966   - "tags"
14967 #  sort:
14968 #  - "not CFS_OPT"
14969 #  - "L2XCFWD"
14970 #  - "not CFS_OPT"
14971 #  - "CFS_OPT"
14972   traces:
14973     hoverinfo: "x+y"
14974     boxpoints: "outliers"
14975     whiskerwidth: 0
14976   layout:
14977     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14978     layout: "plot-throughput"
14979
14980 -
14981   type: "plot"
14982   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14983   algorithm: "plot_performance_box"
14984   output-file-type: ".html"
14985   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14986   data: "plot-vpp-throughput-latency-3n-hsw"
14987   filter: "'NIC_Intel-XL710' and
14988            '64B' and
14989            'NDRPDR' and
14990            ('ETH' or 'DOT1Q') and
14991            'BASE' and
14992            '1T1C' and
14993            ('L2BDMACLRN' or 'L2XCFWD') and
14994            'VHOST_1024' and
14995            not 'VXLAN' and
14996            not 'IP4FWD' and
14997            not '2VM'"
14998   parameters:
14999   - "throughput"
15000   - "parent"
15001   - "tags"
15002 #  sort:
15003 #  - "not CFS_OPT"
15004 #  - "L2XCFWD"
15005 #  - "not CFS_OPT"
15006 #  - "CFS_OPT"
15007   traces:
15008     hoverinfo: "x+y"
15009     boxpoints: "outliers"
15010     whiskerwidth: 0
15011   layout:
15012     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15013     layout: "plot-throughput"
15014
15015 -
15016   type: "plot"
15017   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15018   algorithm: "plot_performance_box"
15019   output-file-type: ".html"
15020   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15021   data: "plot-vpp-throughput-latency-3n-hsw"
15022   filter: "'NIC_Intel-XL710' and
15023            '64B' and
15024            'NDRPDR' and
15025            ('ETH' or 'DOT1Q') and
15026            'BASE' and
15027            '2T2C' and
15028            ('L2BDMACLRN' or 'L2XCFWD') and
15029            'VHOST_1024' and
15030            not 'VXLAN' and
15031            not 'IP4FWD' and
15032            not '2VM'"
15033   parameters:
15034   - "throughput"
15035   - "parent"
15036   - "tags"
15037 #  sort:
15038 #  - "not CFS_OPT"
15039 #  - "L2XCFWD"
15040 #  - "not CFS_OPT"
15041 #  - "CFS_OPT"
15042   traces:
15043     hoverinfo: "x+y"
15044     boxpoints: "outliers"
15045     whiskerwidth: 0
15046   layout:
15047     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15048     layout: "plot-throughput"
15049
15050 -
15051   type: "plot"
15052   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15053   algorithm: "plot_performance_box"
15054   output-file-type: ".html"
15055   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15056   data: "plot-vpp-throughput-latency-3n-hsw"
15057   filter: "'NIC_Intel-XL710' and
15058            '64B' and
15059            'NDRPDR' and
15060            ('ETH' or 'DOT1Q') and
15061            'BASE' and
15062            '2T2C' and
15063            ('L2BDMACLRN' or 'L2XCFWD') and
15064            'VHOST_1024' and
15065            not 'VXLAN' and
15066            not 'IP4FWD' and
15067            not '2VM'"
15068   parameters:
15069   - "throughput"
15070   - "parent"
15071   - "tags"
15072 #  sort:
15073 #  - "not CFS_OPT"
15074 #  - "L2XCFWD"
15075 #  - "not CFS_OPT"
15076 #  - "CFS_OPT"
15077   traces:
15078     hoverinfo: "x+y"
15079     boxpoints: "outliers"
15080     whiskerwidth: 0
15081   layout:
15082     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15083     layout: "plot-throughput"
15084
15085 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15086 -
15087   type: "plot"
15088   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15089   algorithm: "plot_performance_box"
15090   output-file-type: ".html"
15091   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15092   data: "plot-vpp-throughput-latency-3n-hsw"
15093   filter: "'NIC_Intel-XL710' and
15094            '64B' and
15095            'NDRPDR' and
15096            ('ETH' or 'DOT1Q') and
15097            '1T1C' and
15098            ('L2BDMACLRN' or 'L2XCFWD') and
15099            'VHOST_1024' and
15100            not 'CFS_OPT' and
15101            not 'VXLAN' and
15102            not 'IP4FWD'"
15103   parameters:
15104   - "throughput"
15105   - "parent"
15106   - "tags"
15107 #  sort:
15108 #  - "1VM"
15109 #  - "L2XCFWD"
15110 #  - "1VM"
15111 #  - "L2BDMACLRN"
15112   traces:
15113     hoverinfo: "x+y"
15114     boxpoints: "outliers"
15115     whiskerwidth: 0
15116   layout:
15117     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15118     layout: "plot-throughput"
15119
15120 -
15121   type: "plot"
15122   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15123   algorithm: "plot_performance_box"
15124   output-file-type: ".html"
15125   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15126   data: "plot-vpp-throughput-latency-3n-hsw"
15127   filter: "'NIC_Intel-XL710' and
15128            '64B' and
15129            'NDRPDR' and
15130            ('ETH' or 'DOT1Q') and
15131            '1T1C' and
15132            ('L2BDMACLRN' or 'L2XCFWD') and
15133            'VHOST_1024' and
15134            not 'CFS_OPT' and
15135            not 'VXLAN' and
15136            not 'IP4FWD'"
15137   parameters:
15138   - "throughput"
15139   - "parent"
15140   - "tags"
15141 #  sort:
15142 #  - "1VM"
15143 #  - "L2XCFWD"
15144 #  - "1VM"
15145 #  - "L2BDMACLRN"
15146   traces:
15147     hoverinfo: "x+y"
15148     boxpoints: "outliers"
15149     whiskerwidth: 0
15150   layout:
15151     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15152     layout: "plot-throughput"
15153
15154 -
15155   type: "plot"
15156   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15157   algorithm: "plot_performance_box"
15158   output-file-type: ".html"
15159   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15160   data: "plot-vpp-throughput-latency-3n-hsw"
15161   filter: "'NIC_Intel-XL710' and
15162            '64B' and
15163            'NDRPDR' and
15164            ('ETH' or 'DOT1Q') and
15165            '2T2C' and
15166            ('L2BDMACLRN' or 'L2XCFWD') and
15167            'VHOST_1024' and
15168            not 'CFS_OPT' and
15169            not 'VXLAN' and
15170            not 'IP4FWD'"
15171   parameters:
15172   - "throughput"
15173   - "parent"
15174   - "tags"
15175 #  sort:
15176 #  - "1VM"
15177 #  - "L2XCFWD"
15178 #  - "1VM"
15179 #  - "L2BDMACLRN"
15180   traces:
15181     hoverinfo: "x+y"
15182     boxpoints: "outliers"
15183     whiskerwidth: 0
15184   layout:
15185     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15186     layout: "plot-throughput"
15187
15188 -
15189   type: "plot"
15190   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15191   algorithm: "plot_performance_box"
15192   output-file-type: ".html"
15193   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15194   data: "plot-vpp-throughput-latency-3n-hsw"
15195   filter: "'NIC_Intel-XL710' and
15196            '64B' and
15197            'NDRPDR' and
15198            ('ETH' or 'DOT1Q') and
15199            '2T2C' and
15200            ('L2BDMACLRN' or 'L2XCFWD') and
15201            'VHOST_1024' and
15202            not 'CFS_OPT' and
15203            not 'VXLAN' and
15204            not 'IP4FWD'"
15205   parameters:
15206   - "throughput"
15207   - "parent"
15208   - "tags"
15209 #  sort:
15210 #  - "1VM"
15211 #  - "L2XCFWD"
15212 #  - "1VM"
15213 #  - "L2BDMACLRN"
15214   traces:
15215     hoverinfo: "x+y"
15216     boxpoints: "outliers"
15217     whiskerwidth: 0
15218   layout:
15219     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15220     layout: "plot-throughput"
15221
15222 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15223 -
15224   type: "plot"
15225   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15226   algorithm: "plot_performance_box"
15227   output-file-type: ".html"
15228   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15229   data: "plot-vpp-throughput-latency-3n-skx"
15230   filter: "'NIC_Intel-X710' and
15231            '64B' and
15232            'NDRPDR' and
15233            'ETH' and
15234            'IP4FWD' and
15235            '2T1C' and
15236            'VHOST_1024' and
15237            not 'VXLAN' and
15238            not 'DOT1Q'"
15239   parameters:
15240   - "throughput"
15241   - "parent"
15242   - "tags"
15243   sort:
15244   - "not CFS_OPT"
15245   - "1VM"
15246   - "2VM"
15247   traces:
15248     hoverinfo: "x+y"
15249     boxpoints: "outliers"
15250     whiskerwidth: 0
15251   layout:
15252     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15253     layout: "plot-throughput"
15254
15255 -
15256   type: "plot"
15257   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15258   algorithm: "plot_performance_box"
15259   output-file-type: ".html"
15260   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15261   data: "plot-vpp-throughput-latency-3n-skx"
15262   filter: "'NIC_Intel-X710' and
15263            '64B' and
15264            'NDRPDR' and
15265            'ETH' and
15266            'IP4FWD' and
15267            '4T2C' and
15268            'VHOST_1024' and
15269            not 'VXLAN' and
15270            not 'DOT1Q'"
15271   parameters:
15272   - "throughput"
15273   - "parent"
15274   - "tags"
15275   sort:
15276   - "not CFS_OPT"
15277   - "1VM"
15278   - "2VM"
15279   traces:
15280     hoverinfo: "x+y"
15281     boxpoints: "outliers"
15282     whiskerwidth: 0
15283   layout:
15284     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15285     layout: "plot-throughput"
15286
15287 -
15288   type: "plot"
15289   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15290   algorithm: "plot_performance_box"
15291   output-file-type: ".html"
15292   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15293   data: "plot-vpp-throughput-latency-3n-skx"
15294   filter: "'NIC_Intel-X710' and
15295            '64B' and
15296            'NDRPDR' and
15297            'ETH' and
15298            'IP4FWD' and
15299            '2T1C' and
15300            'VHOST_1024' and
15301            not 'VXLAN' and
15302            not 'DOT1Q'"
15303   parameters:
15304   - "throughput"
15305   - "parent"
15306   - "tags"
15307   sort:
15308   - "not CFS_OPT"
15309   - "1VM"
15310   - "2VM"
15311   traces:
15312     hoverinfo: "x+y"
15313     boxpoints: "outliers"
15314     whiskerwidth: 0
15315   layout:
15316     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15317     layout: "plot-throughput"
15318
15319 -
15320   type: "plot"
15321   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15322   algorithm: "plot_performance_box"
15323   output-file-type: ".html"
15324   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15325   data: "plot-vpp-throughput-latency-3n-skx"
15326   filter: "'NIC_Intel-X710' and
15327            '64B' and
15328            'NDRPDR' and
15329            'ETH' and
15330            'IP4FWD' and
15331            '4T2C' and
15332            'VHOST_1024' and
15333            not 'VXLAN' and
15334            not 'DOT1Q'"
15335   parameters:
15336   - "throughput"
15337   - "parent"
15338   - "tags"
15339   sort:
15340   - "not CFS_OPT"
15341   - "1VM"
15342   - "2VM"
15343   traces:
15344     hoverinfo: "x+y"
15345     boxpoints: "outliers"
15346     whiskerwidth: 0
15347   layout:
15348     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15349     layout: "plot-throughput"
15350
15351 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
15352 -
15353   type: "plot"
15354   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15355   algorithm: "plot_performance_box"
15356   output-file-type: ".html"
15357   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15358   data: "plot-vpp-throughput-latency-3n-skx"
15359   filter: "'NIC_Intel-X710' and
15360            '64B' and
15361            'NDRPDR' and
15362            ('ETH' or 'DOT1Q') and
15363            '2T1C' and
15364            'L2BDMACLRN' and
15365            'VHOST_1024' and
15366            not 'VXLAN' and
15367            not 'IP4FWD' and
15368            not '2VM'"
15369   parameters:
15370   - "throughput"
15371   - "parent"
15372   - "tags"
15373 #  sort:
15374 #  - "VM"  # "not CFS_OPT"
15375 #  - "CFS_OPT"
15376 #  - "FIB_10K"
15377 #  - "FIB_100K"
15378 #  - "FIB_1M"
15379   traces:
15380     hoverinfo: "x+y"
15381     boxpoints: "outliers"
15382     whiskerwidth: 0
15383   layout:
15384     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15385     layout: "plot-throughput"
15386
15387 -
15388   type: "plot"
15389   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15390   algorithm: "plot_performance_box"
15391   output-file-type: ".html"
15392   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15393   data: "plot-vpp-throughput-latency-3n-skx"
15394   filter: "'NIC_Intel-X710' and
15395            '64B' and
15396            'NDRPDR' and
15397            ('ETH' or 'DOT1Q') and
15398            '4T2C' and
15399            'L2BDMACLRN' and
15400            'VHOST_1024' and
15401            not 'VXLAN' and
15402            not 'IP4FWD' and
15403            not '2VM'"
15404   parameters:
15405   - "throughput"
15406   - "parent"
15407   - "tags"
15408 #  sort:
15409 #  - "VM"  # "not CFS_OPT"
15410 #  - "CFS_OPT"
15411 #  - "FIB_10K"
15412 #  - "FIB_100K"
15413 #  - "FIB_1M"
15414   traces:
15415     hoverinfo: "x+y"
15416     boxpoints: "outliers"
15417     whiskerwidth: 0
15418   layout:
15419     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15420     layout: "plot-throughput"
15421
15422 -
15423   type: "plot"
15424   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15425   algorithm: "plot_performance_box"
15426   output-file-type: ".html"
15427   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15428   data: "plot-vpp-throughput-latency-3n-skx"
15429   filter: "'NIC_Intel-X710' and
15430            '64B' and
15431            'NDRPDR' and
15432            ('ETH' or 'DOT1Q') and
15433            '2T1C' and
15434            'L2BDMACLRN' and
15435            'VHOST_1024' and
15436            not 'VXLAN' and
15437            not 'IP4FWD' and
15438            not '2VM'"
15439   parameters:
15440   - "throughput"
15441   - "parent"
15442   - "tags"
15443 #  sort:
15444 #  - "VM"  # "not CFS_OPT"
15445 #  - "CFS_OPT"
15446 #  - "FIB_10K"
15447 #  - "FIB_100K"
15448 #  - "FIB_1M"
15449   traces:
15450     hoverinfo: "x+y"
15451     boxpoints: "outliers"
15452     whiskerwidth: 0
15453   layout:
15454     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15455     layout: "plot-throughput"
15456
15457 -
15458   type: "plot"
15459   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15460   algorithm: "plot_performance_box"
15461   output-file-type: ".html"
15462   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15463   data: "plot-vpp-throughput-latency-3n-skx"
15464   filter: "'NIC_Intel-X710' and
15465            '64B' and
15466            'NDRPDR' and
15467            ('ETH' or 'DOT1Q') and
15468            '4T2C' and
15469            'L2BDMACLRN' and
15470            'VHOST_1024' and
15471            not 'VXLAN' and
15472            not 'IP4FWD' and
15473            not '2VM'"
15474   parameters:
15475   - "throughput"
15476   - "parent"
15477   - "tags"
15478 #  sort:
15479 #  - "VM"  # "not CFS_OPT"
15480 #  - "CFS_OPT"
15481 #  - "FIB_10K"
15482 #  - "FIB_100K"
15483 #  - "FIB_1M"
15484   traces:
15485     hoverinfo: "x+y"
15486     boxpoints: "outliers"
15487     whiskerwidth: 0
15488   layout:
15489     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15490     layout: "plot-throughput"
15491
15492 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15493 -
15494   type: "plot"
15495   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15496   algorithm: "plot_performance_box"
15497   output-file-type: ".html"
15498   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15499   data: "plot-vpp-throughput-latency-3n-skx"
15500   filter: "'NIC_Intel-X710' and
15501            '64B' and
15502            'NDRPDR' and
15503            ('ETH' or 'DOT1Q') and
15504            'BASE' and
15505            '2T1C' and
15506            ('L2BDMACLRN' or 'L2XCFWD') and
15507            'VHOST_1024' and
15508            not 'VXLAN' and
15509            not 'IP4FWD' and
15510            not '2VM' and
15511            not 'LBOND'"
15512   parameters:
15513   - "throughput"
15514   - "parent"
15515   - "tags"
15516 #  sort:
15517 #  - "not CFS_OPT"
15518 #  - "L2XCFWD"
15519 #  - "not CFS_OPT"
15520 #  - "CFS_OPT"
15521   traces:
15522     hoverinfo: "x+y"
15523     boxpoints: "outliers"
15524     whiskerwidth: 0
15525   layout:
15526     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15527     layout: "plot-throughput"
15528
15529 -
15530   type: "plot"
15531   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15532   algorithm: "plot_performance_box"
15533   output-file-type: ".html"
15534   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15535   data: "plot-vpp-throughput-latency-3n-skx"
15536   filter: "'NIC_Intel-X710' and
15537            '64B' and
15538            'NDRPDR' and
15539            ('ETH' or 'DOT1Q') and
15540            'BASE' and
15541            '2T1C' and
15542            ('L2BDMACLRN' or 'L2XCFWD') and
15543            'VHOST_1024' and
15544            not 'VXLAN' and
15545            not 'IP4FWD' and
15546            not '2VM' and
15547            not 'LBOND'"
15548   parameters:
15549   - "throughput"
15550   - "parent"
15551   - "tags"
15552 #  sort:
15553 #  - "not CFS_OPT"
15554 #  - "L2XCFWD"
15555 #  - "not CFS_OPT"
15556 #  - "CFS_OPT"
15557   traces:
15558     hoverinfo: "x+y"
15559     boxpoints: "outliers"
15560     whiskerwidth: 0
15561   layout:
15562     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15563     layout: "plot-throughput"
15564
15565 -
15566   type: "plot"
15567   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15568   algorithm: "plot_performance_box"
15569   output-file-type: ".html"
15570   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15571   data: "plot-vpp-throughput-latency-3n-skx"
15572   filter: "'NIC_Intel-X710' and
15573            '64B' and
15574            'NDRPDR' and
15575            ('ETH' or 'DOT1Q') and
15576            'BASE' and
15577            '4T2C' and
15578            ('L2BDMACLRN' or 'L2XCFWD') and
15579            'VHOST_1024' and
15580            not 'VXLAN' and
15581            not 'IP4FWD' and
15582            not '2VM' and
15583            not 'LBOND'"
15584   parameters:
15585   - "throughput"
15586   - "parent"
15587   - "tags"
15588 #  sort:
15589 #  - "not CFS_OPT"
15590 #  - "L2XCFWD"
15591 #  - "not CFS_OPT"
15592 #  - "CFS_OPT"
15593   traces:
15594     hoverinfo: "x+y"
15595     boxpoints: "outliers"
15596     whiskerwidth: 0
15597   layout:
15598     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15599     layout: "plot-throughput"
15600
15601 -
15602   type: "plot"
15603   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15604   algorithm: "plot_performance_box"
15605   output-file-type: ".html"
15606   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15607   data: "plot-vpp-throughput-latency-3n-skx"
15608   filter: "'NIC_Intel-X710' and
15609            '64B' and
15610            'NDRPDR' and
15611            ('ETH' or 'DOT1Q') and
15612            'BASE' and
15613            '4T2C' and
15614            ('L2BDMACLRN' or 'L2XCFWD') and
15615            'VHOST_1024' and
15616            not 'VXLAN' and
15617            not 'IP4FWD' and
15618            not '2VM' and
15619            not 'LBOND'"
15620   parameters:
15621   - "throughput"
15622   - "parent"
15623   - "tags"
15624 #  sort:
15625 #  - "not CFS_OPT"
15626 #  - "L2XCFWD"
15627 #  - "not CFS_OPT"
15628 #  - "CFS_OPT"
15629   traces:
15630     hoverinfo: "x+y"
15631     boxpoints: "outliers"
15632     whiskerwidth: 0
15633   layout:
15634     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15635     layout: "plot-throughput"
15636
15637 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15638 -
15639   type: "plot"
15640   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15641   algorithm: "plot_performance_box"
15642   output-file-type: ".html"
15643   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15644   data: "plot-vpp-throughput-latency-3n-skx"
15645   filter: "'NIC_Intel-X710' and
15646            '64B' and
15647            'NDRPDR' and
15648            ('ETH' or 'DOT1Q') and
15649            '2T1C' and
15650            ('L2BDMACLRN' or 'L2XCFWD') and
15651            'VHOST_1024' and
15652            not 'CFS_OPT' and
15653            not 'VXLAN' and
15654            not 'IP4FWD' and
15655            not 'LBOND'"
15656   parameters:
15657   - "throughput"
15658   - "parent"
15659   - "tags"
15660 #  sort:
15661 #  - "1VM"
15662 #  - "L2XCFWD"
15663 #  - "1VM"
15664 #  - "L2BDMACLRN"
15665   traces:
15666     hoverinfo: "x+y"
15667     boxpoints: "outliers"
15668     whiskerwidth: 0
15669   layout:
15670     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15671     layout: "plot-throughput"
15672
15673 -
15674   type: "plot"
15675   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15676   algorithm: "plot_performance_box"
15677   output-file-type: ".html"
15678   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15679   data: "plot-vpp-throughput-latency-3n-skx"
15680   filter: "'NIC_Intel-X710' and
15681            '64B' and
15682            'NDRPDR' and
15683            ('ETH' or 'DOT1Q') and
15684            '2T1C' and
15685            ('L2BDMACLRN' or 'L2XCFWD') and
15686            'VHOST_1024' and
15687            not 'CFS_OPT' and
15688            not 'VXLAN' and
15689            not 'IP4FWD' and
15690            not 'LBOND'"
15691   parameters:
15692   - "throughput"
15693   - "parent"
15694   - "tags"
15695 #  sort:
15696 #  - "1VM"
15697 #  - "L2XCFWD"
15698 #  - "1VM"
15699 #  - "L2BDMACLRN"
15700   traces:
15701     hoverinfo: "x+y"
15702     boxpoints: "outliers"
15703     whiskerwidth: 0
15704   layout:
15705     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15706     layout: "plot-throughput"
15707
15708 -
15709   type: "plot"
15710   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15711   algorithm: "plot_performance_box"
15712   output-file-type: ".html"
15713   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15714   data: "plot-vpp-throughput-latency-3n-skx"
15715   filter: "'NIC_Intel-X710' and
15716            '64B' and
15717            'NDRPDR' and
15718            ('ETH' or 'DOT1Q') and
15719            '4T2C' and
15720            ('L2BDMACLRN' or 'L2XCFWD') and
15721            'VHOST_1024' and
15722            not 'CFS_OPT' and
15723            not 'VXLAN' and
15724            not 'IP4FWD' and
15725            not 'LBOND'"
15726   parameters:
15727   - "throughput"
15728   - "parent"
15729   - "tags"
15730 #  sort:
15731 #  - "1VM"
15732 #  - "L2XCFWD"
15733 #  - "1VM"
15734 #  - "L2BDMACLRN"
15735   traces:
15736     hoverinfo: "x+y"
15737     boxpoints: "outliers"
15738     whiskerwidth: 0
15739   layout:
15740     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15741     layout: "plot-throughput"
15742
15743 -
15744   type: "plot"
15745   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15746   algorithm: "plot_performance_box"
15747   output-file-type: ".html"
15748   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15749   data: "plot-vpp-throughput-latency-3n-skx"
15750   filter: "'NIC_Intel-X710' and
15751            '64B' and
15752            'NDRPDR' and
15753            ('ETH' or 'DOT1Q') and
15754            '4T2C' and
15755            ('L2BDMACLRN' or 'L2XCFWD') and
15756            'VHOST_1024' and
15757            not 'CFS_OPT' and
15758            not 'VXLAN' and
15759            not 'IP4FWD' and
15760            not 'LBOND'"
15761   parameters:
15762   - "throughput"
15763   - "parent"
15764   - "tags"
15765 #  sort:
15766 #  - "1VM"
15767 #  - "L2XCFWD"
15768 #  - "1VM"
15769 #  - "L2BDMACLRN"
15770   traces:
15771     hoverinfo: "x+y"
15772     boxpoints: "outliers"
15773     whiskerwidth: 0
15774   layout:
15775     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15776     layout: "plot-throughput"
15777
15778 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15779 -
15780   type: "plot"
15781   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15782   algorithm: "plot_performance_box"
15783   output-file-type: ".html"
15784   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15785   data: "plot-vpp-throughput-latency-2n-skx"
15786   filter: "'NIC_Intel-X710' and
15787            '64B' and
15788            'NDRPDR' and
15789            'ETH' and
15790            'IP4FWD' and
15791            '2T1C' and
15792            'VHOST_1024' and
15793            not 'VXLAN' and
15794            not 'DOT1Q'"
15795   parameters:
15796   - "throughput"
15797   - "parent"
15798   - "tags"
15799   sort:
15800   - "not CFS_OPT"
15801   - "1VM"
15802   - "2VM"
15803   traces:
15804     hoverinfo: "x+y"
15805     boxpoints: "outliers"
15806     whiskerwidth: 0
15807   layout:
15808     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15809     layout: "plot-throughput"
15810
15811 -
15812   type: "plot"
15813   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15814   algorithm: "plot_performance_box"
15815   output-file-type: ".html"
15816   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15817   data: "plot-vpp-throughput-latency-2n-skx"
15818   filter: "'NIC_Intel-X710' and
15819            '64B' and
15820            'NDRPDR' and
15821            'ETH' and
15822            'IP4FWD' and
15823            '4T2C' and
15824            'VHOST_1024' and
15825            not 'VXLAN' and
15826            not 'DOT1Q'"
15827   parameters:
15828   - "throughput"
15829   - "parent"
15830   - "tags"
15831   sort:
15832   - "not CFS_OPT"
15833   - "1VM"
15834   - "2VM"
15835   traces:
15836     hoverinfo: "x+y"
15837     boxpoints: "outliers"
15838     whiskerwidth: 0
15839   layout:
15840     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15841     layout: "plot-throughput"
15842
15843 -
15844   type: "plot"
15845   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15846   algorithm: "plot_performance_box"
15847   output-file-type: ".html"
15848   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15849   data: "plot-vpp-throughput-latency-2n-skx"
15850   filter: "'NIC_Intel-X710' and
15851            '64B' and
15852            'NDRPDR' and
15853            'ETH' and
15854            'IP4FWD' and
15855            '2T1C' and
15856            'VHOST_1024' and
15857            not 'VXLAN' and
15858            not 'DOT1Q'"
15859   parameters:
15860   - "throughput"
15861   - "parent"
15862   - "tags"
15863   sort:
15864   - "not CFS_OPT"
15865   - "1VM"
15866   - "2VM"
15867   traces:
15868     hoverinfo: "x+y"
15869     boxpoints: "outliers"
15870     whiskerwidth: 0
15871   layout:
15872     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15873     layout: "plot-throughput"
15874
15875 -
15876   type: "plot"
15877   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15878   algorithm: "plot_performance_box"
15879   output-file-type: ".html"
15880   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15881   data: "plot-vpp-throughput-latency-2n-skx"
15882   filter: "'NIC_Intel-X710' and
15883            '64B' and
15884            'NDRPDR' and
15885            'ETH' and
15886            'IP4FWD' and
15887            '4T2C' and
15888            'VHOST_1024' and
15889            not 'VXLAN' and
15890            not 'DOT1Q'"
15891   parameters:
15892   - "throughput"
15893   - "parent"
15894   - "tags"
15895   sort:
15896   - "not CFS_OPT"
15897   - "1VM"
15898   - "2VM"
15899   traces:
15900     hoverinfo: "x+y"
15901     boxpoints: "outliers"
15902     whiskerwidth: 0
15903   layout:
15904     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15905     layout: "plot-throughput"
15906
15907 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
15908 -
15909   type: "plot"
15910   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15911   algorithm: "plot_performance_box"
15912   output-file-type: ".html"
15913   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15914   data: "plot-vpp-throughput-latency-2n-skx"
15915   filter: "'NIC_Intel-X710' and
15916            '64B' and
15917            'NDRPDR' and
15918            ('ETH' or 'DOT1Q') and
15919            '2T1C' and
15920            'L2BDMACLRN' and
15921            'VHOST_1024' and
15922            not 'VXLAN' and
15923            not 'IP4FWD' and
15924            not '2VM'"
15925   parameters:
15926   - "throughput"
15927   - "parent"
15928   - "tags"
15929 #  sort:
15930 #  - "VM"  # "not CFS_OPT"
15931 #  - "CFS_OPT"
15932 #  - "FIB_10K"
15933 #  - "FIB_100K"
15934 #  - "FIB_1M"
15935   traces:
15936     hoverinfo: "x+y"
15937     boxpoints: "outliers"
15938     whiskerwidth: 0
15939   layout:
15940     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15941     layout: "plot-throughput"
15942
15943 -
15944   type: "plot"
15945   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15946   algorithm: "plot_performance_box"
15947   output-file-type: ".html"
15948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15949   data: "plot-vpp-throughput-latency-2n-skx"
15950   filter: "'NIC_Intel-X710' and
15951            '64B' and
15952            'NDRPDR' and
15953            ('ETH' or 'DOT1Q') and
15954            '4T2C' and
15955            'L2BDMACLRN' and
15956            'VHOST_1024' and
15957            not 'VXLAN' and
15958            not 'IP4FWD' and
15959            not '2VM'"
15960   parameters:
15961   - "throughput"
15962   - "parent"
15963   - "tags"
15964 #  sort:
15965 #  - "VM"  # "not CFS_OPT"
15966 #  - "CFS_OPT"
15967 #  - "FIB_10K"
15968 #  - "FIB_100K"
15969 #  - "FIB_1M"
15970   traces:
15971     hoverinfo: "x+y"
15972     boxpoints: "outliers"
15973     whiskerwidth: 0
15974   layout:
15975     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15976     layout: "plot-throughput"
15977
15978 -
15979   type: "plot"
15980   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15981   algorithm: "plot_performance_box"
15982   output-file-type: ".html"
15983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15984   data: "plot-vpp-throughput-latency-2n-skx"
15985   filter: "'NIC_Intel-X710' and
15986            '64B' and
15987            'NDRPDR' and
15988            ('ETH' or 'DOT1Q') and
15989            '2T1C' and
15990            'L2BDMACLRN' and
15991            'VHOST_1024' and
15992            not 'VXLAN' and
15993            not 'IP4FWD' and
15994            not '2VM'"
15995   parameters:
15996   - "throughput"
15997   - "parent"
15998   - "tags"
15999 #  sort:
16000 #  - "VM"  # "not CFS_OPT"
16001 #  - "CFS_OPT"
16002 #  - "FIB_10K"
16003 #  - "FIB_100K"
16004 #  - "FIB_1M"
16005   traces:
16006     hoverinfo: "x+y"
16007     boxpoints: "outliers"
16008     whiskerwidth: 0
16009   layout:
16010     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16011     layout: "plot-throughput"
16012
16013 -
16014   type: "plot"
16015   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16016   algorithm: "plot_performance_box"
16017   output-file-type: ".html"
16018   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16019   data: "plot-vpp-throughput-latency-2n-skx"
16020   filter: "'NIC_Intel-X710' and
16021            '64B' and
16022            'NDRPDR' and
16023            ('ETH' or 'DOT1Q') and
16024            '4T2C' and
16025            'L2BDMACLRN' and
16026            'VHOST_1024' and
16027            not 'VXLAN' and
16028            not 'IP4FWD' and
16029            not '2VM'"
16030   parameters:
16031   - "throughput"
16032   - "parent"
16033   - "tags"
16034 #  sort:
16035 #  - "VM"  # "not CFS_OPT"
16036 #  - "CFS_OPT"
16037 #  - "FIB_10K"
16038 #  - "FIB_100K"
16039 #  - "FIB_1M"
16040   traces:
16041     hoverinfo: "x+y"
16042     boxpoints: "outliers"
16043     whiskerwidth: 0
16044   layout:
16045     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16046     layout: "plot-throughput"
16047
16048 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16049 -
16050   type: "plot"
16051   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16052   algorithm: "plot_performance_box"
16053   output-file-type: ".html"
16054   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16055   data: "plot-vpp-throughput-latency-2n-skx"
16056   filter: "'NIC_Intel-X710' and
16057            '64B' and
16058            'NDRPDR' and
16059            ('ETH' or 'DOT1Q') and
16060            'BASE' and
16061            '2T1C' and
16062            ('L2BDMACLRN' or 'L2XCFWD') and
16063            'VHOST_1024' and
16064            not 'VXLAN' and
16065            not 'IP4FWD' and
16066            not '2VM'"
16067   parameters:
16068   - "throughput"
16069   - "parent"
16070   - "tags"
16071 #  sort:
16072 #  - "not CFS_OPT"
16073 #  - "L2XCFWD"
16074 #  - "not CFS_OPT"
16075 #  - "CFS_OPT"
16076   traces:
16077     hoverinfo: "x+y"
16078     boxpoints: "outliers"
16079     whiskerwidth: 0
16080   layout:
16081     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16082     layout: "plot-throughput"
16083
16084 -
16085   type: "plot"
16086   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16087   algorithm: "plot_performance_box"
16088   output-file-type: ".html"
16089   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16090   data: "plot-vpp-throughput-latency-2n-skx"
16091   filter: "'NIC_Intel-X710' and
16092            '64B' and
16093            'NDRPDR' and
16094            ('ETH' or 'DOT1Q') and
16095            'BASE' and
16096            '2T1C' and
16097            ('L2BDMACLRN' or 'L2XCFWD') and
16098            'VHOST_1024' and
16099            not 'VXLAN' and
16100            not 'IP4FWD' and
16101            not '2VM'"
16102   parameters:
16103   - "throughput"
16104   - "parent"
16105   - "tags"
16106 #  sort:
16107 #  - "not CFS_OPT"
16108 #  - "L2XCFWD"
16109 #  - "not CFS_OPT"
16110 #  - "CFS_OPT"
16111   traces:
16112     hoverinfo: "x+y"
16113     boxpoints: "outliers"
16114     whiskerwidth: 0
16115   layout:
16116     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16117     layout: "plot-throughput"
16118
16119 -
16120   type: "plot"
16121   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16122   algorithm: "plot_performance_box"
16123   output-file-type: ".html"
16124   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16125   data: "plot-vpp-throughput-latency-2n-skx"
16126   filter: "'NIC_Intel-X710' and
16127            '64B' and
16128            'NDRPDR' and
16129            ('ETH' or 'DOT1Q') and
16130            'BASE' and
16131            '4T2C' and
16132            ('L2BDMACLRN' or 'L2XCFWD') and
16133            'VHOST_1024' and
16134            not 'VXLAN' and
16135            not 'IP4FWD' and
16136            not '2VM'"
16137   parameters:
16138   - "throughput"
16139   - "parent"
16140   - "tags"
16141 #  sort:
16142 #  - "not CFS_OPT"
16143 #  - "L2XCFWD"
16144 #  - "not CFS_OPT"
16145 #  - "CFS_OPT"
16146   traces:
16147     hoverinfo: "x+y"
16148     boxpoints: "outliers"
16149     whiskerwidth: 0
16150   layout:
16151     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16152     layout: "plot-throughput"
16153
16154 -
16155   type: "plot"
16156   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16157   algorithm: "plot_performance_box"
16158   output-file-type: ".html"
16159   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16160   data: "plot-vpp-throughput-latency-2n-skx"
16161   filter: "'NIC_Intel-X710' and
16162            '64B' and
16163            'NDRPDR' and
16164            ('ETH' or 'DOT1Q') and
16165            'BASE' and
16166            '4T2C' and
16167            ('L2BDMACLRN' or 'L2XCFWD') and
16168            'VHOST_1024' and
16169            not 'VXLAN' and
16170            not 'IP4FWD' and
16171            not '2VM'"
16172   parameters:
16173   - "throughput"
16174   - "parent"
16175   - "tags"
16176 #  sort:
16177 #  - "not CFS_OPT"
16178 #  - "L2XCFWD"
16179 #  - "not CFS_OPT"
16180 #  - "CFS_OPT"
16181   traces:
16182     hoverinfo: "x+y"
16183     boxpoints: "outliers"
16184     whiskerwidth: 0
16185   layout:
16186     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16187     layout: "plot-throughput"
16188
16189 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16190 -
16191   type: "plot"
16192   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16193   algorithm: "plot_performance_box"
16194   output-file-type: ".html"
16195   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16196   data: "plot-vpp-throughput-latency-2n-skx"
16197   filter: "'NIC_Intel-X710' and
16198            '64B' and
16199            'NDRPDR' and
16200            ('ETH' or 'DOT1Q') and
16201            '2T1C' and
16202            ('L2BDMACLRN' or 'L2XCFWD') and
16203            'VHOST_1024' and
16204            not 'CFS_OPT' and
16205            not 'VXLAN' and
16206            not 'IP4FWD'"
16207   parameters:
16208   - "throughput"
16209   - "parent"
16210   - "tags"
16211 #  sort:
16212 #  - "1VM"
16213 #  - "L2XCFWD"
16214 #  - "1VM"
16215 #  - "L2BDMACLRN"
16216   traces:
16217     hoverinfo: "x+y"
16218     boxpoints: "outliers"
16219     whiskerwidth: 0
16220   layout:
16221     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16222     layout: "plot-throughput"
16223
16224 -
16225   type: "plot"
16226   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16227   algorithm: "plot_performance_box"
16228   output-file-type: ".html"
16229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16230   data: "plot-vpp-throughput-latency-2n-skx"
16231   filter: "'NIC_Intel-X710' and
16232            '64B' and
16233            'NDRPDR' and
16234            ('ETH' or 'DOT1Q') and
16235            '2T1C' and
16236            ('L2BDMACLRN' or 'L2XCFWD') and
16237            'VHOST_1024' and
16238            not 'CFS_OPT' and
16239            not 'VXLAN' and
16240            not 'IP4FWD'"
16241   parameters:
16242   - "throughput"
16243   - "parent"
16244   - "tags"
16245 #  sort:
16246 #  - "1VM"
16247 #  - "L2XCFWD"
16248 #  - "1VM"
16249 #  - "L2BDMACLRN"
16250   traces:
16251     hoverinfo: "x+y"
16252     boxpoints: "outliers"
16253     whiskerwidth: 0
16254   layout:
16255     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16256     layout: "plot-throughput"
16257
16258 -
16259   type: "plot"
16260   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16261   algorithm: "plot_performance_box"
16262   output-file-type: ".html"
16263   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16264   data: "plot-vpp-throughput-latency-2n-skx"
16265   filter: "'NIC_Intel-X710' and
16266            '64B' and
16267            'NDRPDR' and
16268            ('ETH' or 'DOT1Q') and
16269            '4T2C' and
16270            ('L2BDMACLRN' or 'L2XCFWD') and
16271            'VHOST_1024' and
16272            not 'CFS_OPT' and
16273            not 'VXLAN' and
16274            not 'IP4FWD'"
16275   parameters:
16276   - "throughput"
16277   - "parent"
16278   - "tags"
16279 #  sort:
16280 #  - "1VM"
16281 #  - "L2XCFWD"
16282 #  - "1VM"
16283 #  - "L2BDMACLRN"
16284   traces:
16285     hoverinfo: "x+y"
16286     boxpoints: "outliers"
16287     whiskerwidth: 0
16288   layout:
16289     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16290     layout: "plot-throughput"
16291
16292 -
16293   type: "plot"
16294   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16295   algorithm: "plot_performance_box"
16296   output-file-type: ".html"
16297   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16298   data: "plot-vpp-throughput-latency-2n-skx"
16299   filter: "'NIC_Intel-X710' and
16300            '64B' and
16301            'NDRPDR' and
16302            ('ETH' or 'DOT1Q') and
16303            '4T2C' and
16304            ('L2BDMACLRN' or 'L2XCFWD') and
16305            'VHOST_1024' and
16306            not 'CFS_OPT' and
16307            not 'VXLAN' and
16308            not 'IP4FWD'"
16309   parameters:
16310   - "throughput"
16311   - "parent"
16312   - "tags"
16313 #  sort:
16314 #  - "1VM"
16315 #  - "L2XCFWD"
16316 #  - "1VM"
16317 #  - "L2BDMACLRN"
16318   traces:
16319     hoverinfo: "x+y"
16320     boxpoints: "outliers"
16321     whiskerwidth: 0
16322   layout:
16323     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16324     layout: "plot-throughput"
16325
16326 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16327 -
16328   type: "plot"
16329   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16330   algorithm: "plot_performance_box"
16331   output-file-type: ".html"
16332   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16333   data: "plot-vpp-throughput-latency-2n-skx"
16334   filter: "'NIC_Intel-XXV710' and
16335            '64B' and
16336            'NDRPDR' and
16337            'ETH' and
16338            'IP4FWD' and
16339            '2T1C' and
16340            'VHOST_1024' and
16341            not 'VXLAN' and
16342            not 'DOT1Q'"
16343   parameters:
16344   - "throughput"
16345   - "parent"
16346   - "tags"
16347   sort:
16348   - "not CFS_OPT"
16349   - "1VM"
16350   - "2VM"
16351   traces:
16352     hoverinfo: "x+y"
16353     boxpoints: "outliers"
16354     whiskerwidth: 0
16355   layout:
16356     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16357     layout: "plot-throughput"
16358
16359 -
16360   type: "plot"
16361   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16362   algorithm: "plot_performance_box"
16363   output-file-type: ".html"
16364   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16365   data: "plot-vpp-throughput-latency-2n-skx"
16366   filter: "'NIC_Intel-XXV710' and
16367            '64B' and
16368            'NDRPDR' and
16369            'ETH' and
16370            'IP4FWD' and
16371            '4T2C' and
16372            'VHOST_1024' and
16373            not 'VXLAN' and
16374            not 'DOT1Q'"
16375   parameters:
16376   - "throughput"
16377   - "parent"
16378   - "tags"
16379   sort:
16380   - "not CFS_OPT"
16381   - "1VM"
16382   - "2VM"
16383   traces:
16384     hoverinfo: "x+y"
16385     boxpoints: "outliers"
16386     whiskerwidth: 0
16387   layout:
16388     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16389     layout: "plot-throughput"
16390
16391 -
16392   type: "plot"
16393   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16394   algorithm: "plot_performance_box"
16395   output-file-type: ".html"
16396   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16397   data: "plot-vpp-throughput-latency-2n-skx"
16398   filter: "'NIC_Intel-XXV710' and
16399            '64B' and
16400            'NDRPDR' and
16401            'ETH' and
16402            'IP4FWD' and
16403            '2T1C' and
16404            'VHOST_1024' and
16405            not 'VXLAN' and
16406            not 'DOT1Q'"
16407   parameters:
16408   - "throughput"
16409   - "parent"
16410   - "tags"
16411   sort:
16412   - "not CFS_OPT"
16413   - "1VM"
16414   - "2VM"
16415   traces:
16416     hoverinfo: "x+y"
16417     boxpoints: "outliers"
16418     whiskerwidth: 0
16419   layout:
16420     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16421     layout: "plot-throughput"
16422
16423 -
16424   type: "plot"
16425   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16426   algorithm: "plot_performance_box"
16427   output-file-type: ".html"
16428   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16429   data: "plot-vpp-throughput-latency-2n-skx"
16430   filter: "'NIC_Intel-XXV710' and
16431            '64B' and
16432            'NDRPDR' and
16433            'ETH' and
16434            'IP4FWD' and
16435            '4T2C' and
16436            'VHOST_1024' and
16437            not 'VXLAN' and
16438            not 'DOT1Q'"
16439   parameters:
16440   - "throughput"
16441   - "parent"
16442   - "tags"
16443   sort:
16444   - "not CFS_OPT"
16445   - "1VM"
16446   - "2VM"
16447   traces:
16448     hoverinfo: "x+y"
16449     boxpoints: "outliers"
16450     whiskerwidth: 0
16451   layout:
16452     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16453     layout: "plot-throughput"
16454
16455 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16456 -
16457   type: "plot"
16458   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16459   algorithm: "plot_performance_box"
16460   output-file-type: ".html"
16461   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16462   data: "plot-vpp-throughput-latency-2n-skx"
16463   filter: "'NIC_Intel-XXV710' and
16464            '64B' and
16465            'NDRPDR' and
16466            ('ETH' or 'DOT1Q') and
16467            '2T1C' and
16468            'L2BDMACLRN' and
16469            'VHOST_1024' and
16470            not 'VXLAN' and
16471            not 'IP4FWD' and
16472            not '2VM'"
16473   parameters:
16474   - "throughput"
16475   - "parent"
16476   - "tags"
16477 #  sort:
16478 #  - "VM"  # "not CFS_OPT"
16479 #  - "CFS_OPT"
16480 #  - "FIB_10K"
16481 #  - "FIB_100K"
16482 #  - "FIB_1M"
16483   traces:
16484     hoverinfo: "x+y"
16485     boxpoints: "outliers"
16486     whiskerwidth: 0
16487   layout:
16488     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16489     layout: "plot-throughput"
16490
16491 -
16492   type: "plot"
16493   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16494   algorithm: "plot_performance_box"
16495   output-file-type: ".html"
16496   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16497   data: "plot-vpp-throughput-latency-2n-skx"
16498   filter: "'NIC_Intel-XXV710' and
16499            '64B' and
16500            'NDRPDR' and
16501            ('ETH' or 'DOT1Q') and
16502            '4T2C' and
16503            'L2BDMACLRN' and
16504            'VHOST_1024' and
16505            not 'VXLAN' and
16506            not 'IP4FWD' and
16507            not '2VM'"
16508   parameters:
16509   - "throughput"
16510   - "parent"
16511   - "tags"
16512 #  sort:
16513 #  - "VM"  # "not CFS_OPT"
16514 #  - "CFS_OPT"
16515 #  - "FIB_10K"
16516 #  - "FIB_100K"
16517 #  - "FIB_1M"
16518   traces:
16519     hoverinfo: "x+y"
16520     boxpoints: "outliers"
16521     whiskerwidth: 0
16522   layout:
16523     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16524     layout: "plot-throughput"
16525
16526 -
16527   type: "plot"
16528   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16529   algorithm: "plot_performance_box"
16530   output-file-type: ".html"
16531   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16532   data: "plot-vpp-throughput-latency-2n-skx"
16533   filter: "'NIC_Intel-XXV710' and
16534            '64B' and
16535            'NDRPDR' and
16536            ('ETH' or 'DOT1Q') and
16537            '2T1C' and
16538            'L2BDMACLRN' and
16539            'VHOST_1024' and
16540            not 'VXLAN' and
16541            not 'IP4FWD' and
16542            not '2VM'"
16543   parameters:
16544   - "throughput"
16545   - "parent"
16546   - "tags"
16547 #  sort:
16548 #  - "VM"  # "not CFS_OPT"
16549 #  - "CFS_OPT"
16550 #  - "FIB_10K"
16551 #  - "FIB_100K"
16552 #  - "FIB_1M"
16553   traces:
16554     hoverinfo: "x+y"
16555     boxpoints: "outliers"
16556     whiskerwidth: 0
16557   layout:
16558     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16559     layout: "plot-throughput"
16560
16561 -
16562   type: "plot"
16563   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16564   algorithm: "plot_performance_box"
16565   output-file-type: ".html"
16566   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16567   data: "plot-vpp-throughput-latency-2n-skx"
16568   filter: "'NIC_Intel-XXV710' and
16569            '64B' and
16570            'NDRPDR' and
16571            ('ETH' or 'DOT1Q') and
16572            '4T2C' and
16573            'L2BDMACLRN' and
16574            'VHOST_1024' and
16575            not 'VXLAN' and
16576            not 'IP4FWD' and
16577            not '2VM'"
16578   parameters:
16579   - "throughput"
16580   - "parent"
16581   - "tags"
16582 #  sort:
16583 #  - "VM"  # "not CFS_OPT"
16584 #  - "CFS_OPT"
16585 #  - "FIB_10K"
16586 #  - "FIB_100K"
16587 #  - "FIB_1M"
16588   traces:
16589     hoverinfo: "x+y"
16590     boxpoints: "outliers"
16591     whiskerwidth: 0
16592   layout:
16593     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16594     layout: "plot-throughput"
16595
16596 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16597 -
16598   type: "plot"
16599   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16600   algorithm: "plot_performance_box"
16601   output-file-type: ".html"
16602   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16603   data: "plot-vpp-throughput-latency-2n-skx"
16604   filter: "'NIC_Intel-XXV710' and
16605            '64B' and
16606            'NDRPDR' and
16607            ('ETH' or 'DOT1Q') and
16608            'BASE' and
16609            '2T1C' and
16610            ('L2BDMACLRN' or 'L2XCFWD') and
16611            'VHOST_1024' and
16612            not 'VXLAN' and
16613            not 'IP4FWD' and
16614            not '2VM'"
16615   parameters:
16616   - "throughput"
16617   - "parent"
16618   - "tags"
16619 #  sort:
16620 #  - "not CFS_OPT"
16621 #  - "L2XCFWD"
16622 #  - "not CFS_OPT"
16623 #  - "CFS_OPT"
16624   traces:
16625     hoverinfo: "x+y"
16626     boxpoints: "outliers"
16627     whiskerwidth: 0
16628   layout:
16629     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16630     layout: "plot-throughput"
16631
16632 -
16633   type: "plot"
16634   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16635   algorithm: "plot_performance_box"
16636   output-file-type: ".html"
16637   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16638   data: "plot-vpp-throughput-latency-2n-skx"
16639   filter: "'NIC_Intel-XXV710' and
16640            '64B' and
16641            'NDRPDR' and
16642            ('ETH' or 'DOT1Q') and
16643            'BASE' and
16644            '2T1C' and
16645            ('L2BDMACLRN' or 'L2XCFWD') and
16646            'VHOST_1024' and
16647            not 'VXLAN' and
16648            not 'IP4FWD' and
16649            not '2VM'"
16650   parameters:
16651   - "throughput"
16652   - "parent"
16653   - "tags"
16654 #  sort:
16655 #  - "not CFS_OPT"
16656 #  - "L2XCFWD"
16657 #  - "not CFS_OPT"
16658 #  - "CFS_OPT"
16659   traces:
16660     hoverinfo: "x+y"
16661     boxpoints: "outliers"
16662     whiskerwidth: 0
16663   layout:
16664     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16665     layout: "plot-throughput"
16666
16667 -
16668   type: "plot"
16669   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16670   algorithm: "plot_performance_box"
16671   output-file-type: ".html"
16672   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16673   data: "plot-vpp-throughput-latency-2n-skx"
16674   filter: "'NIC_Intel-XXV710' and
16675            '64B' and
16676            'NDRPDR' and
16677            ('ETH' or 'DOT1Q') and
16678            'BASE' and
16679            '4T2C' and
16680            ('L2BDMACLRN' or 'L2XCFWD') and
16681            'VHOST_1024' and
16682            not 'VXLAN' and
16683            not 'IP4FWD' and
16684            not '2VM'"
16685   parameters:
16686   - "throughput"
16687   - "parent"
16688   - "tags"
16689 #  sort:
16690 #  - "not CFS_OPT"
16691 #  - "L2XCFWD"
16692 #  - "not CFS_OPT"
16693 #  - "CFS_OPT"
16694   traces:
16695     hoverinfo: "x+y"
16696     boxpoints: "outliers"
16697     whiskerwidth: 0
16698   layout:
16699     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16700     layout: "plot-throughput"
16701
16702 -
16703   type: "plot"
16704   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16705   algorithm: "plot_performance_box"
16706   output-file-type: ".html"
16707   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16708   data: "plot-vpp-throughput-latency-2n-skx"
16709   filter: "'NIC_Intel-XXV710' and
16710            '64B' and
16711            'NDRPDR' and
16712            ('ETH' or 'DOT1Q') and
16713            'BASE' and
16714            '4T2C' and
16715            ('L2BDMACLRN' or 'L2XCFWD') and
16716            'VHOST_1024' and
16717            not 'VXLAN' and
16718            not 'IP4FWD' and
16719            not '2VM'"
16720   parameters:
16721   - "throughput"
16722   - "parent"
16723   - "tags"
16724 #  sort:
16725 #  - "not CFS_OPT"
16726 #  - "L2XCFWD"
16727 #  - "not CFS_OPT"
16728 #  - "CFS_OPT"
16729   traces:
16730     hoverinfo: "x+y"
16731     boxpoints: "outliers"
16732     whiskerwidth: 0
16733   layout:
16734     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16735     layout: "plot-throughput"
16736
16737 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16738 -
16739   type: "plot"
16740   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16741   algorithm: "plot_performance_box"
16742   output-file-type: ".html"
16743   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16744   data: "plot-vpp-throughput-latency-2n-skx"
16745   filter: "'NIC_Intel-XXV710' and
16746            '64B' and
16747            'NDRPDR' and
16748            ('ETH' or 'DOT1Q') and
16749            '2T1C' and
16750            ('L2BDMACLRN' or 'L2XCFWD') and
16751            'VHOST_1024' and
16752            not 'CFS_OPT' and
16753            not 'VXLAN' and
16754            not 'IP4FWD'"
16755   parameters:
16756   - "throughput"
16757   - "parent"
16758   - "tags"
16759 #  sort:
16760 #  - "1VM"
16761 #  - "L2XCFWD"
16762 #  - "1VM"
16763 #  - "L2BDMACLRN"
16764   traces:
16765     hoverinfo: "x+y"
16766     boxpoints: "outliers"
16767     whiskerwidth: 0
16768   layout:
16769     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16770     layout: "plot-throughput"
16771
16772 -
16773   type: "plot"
16774   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16775   algorithm: "plot_performance_box"
16776   output-file-type: ".html"
16777   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16778   data: "plot-vpp-throughput-latency-2n-skx"
16779   filter: "'NIC_Intel-XXV710' and
16780            '64B' and
16781            'NDRPDR' and
16782            ('ETH' or 'DOT1Q') and
16783            '2T1C' and
16784            ('L2BDMACLRN' or 'L2XCFWD') and
16785            'VHOST_1024' and
16786            not 'CFS_OPT' and
16787            not 'VXLAN' and
16788            not 'IP4FWD'"
16789   parameters:
16790   - "throughput"
16791   - "parent"
16792   - "tags"
16793 #  sort:
16794 #  - "1VM"
16795 #  - "L2XCFWD"
16796 #  - "1VM"
16797 #  - "L2BDMACLRN"
16798   traces:
16799     hoverinfo: "x+y"
16800     boxpoints: "outliers"
16801     whiskerwidth: 0
16802   layout:
16803     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16804     layout: "plot-throughput"
16805
16806 -
16807   type: "plot"
16808   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16809   algorithm: "plot_performance_box"
16810   output-file-type: ".html"
16811   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16812   data: "plot-vpp-throughput-latency-2n-skx"
16813   filter: "'NIC_Intel-XXV710' and
16814            '64B' and
16815            'NDRPDR' and
16816            ('ETH' or 'DOT1Q') and
16817            '4T2C' and
16818            ('L2BDMACLRN' or 'L2XCFWD') and
16819            'VHOST_1024' and
16820            not 'CFS_OPT' and
16821            not 'VXLAN' and
16822            not 'IP4FWD'"
16823   parameters:
16824   - "throughput"
16825   - "parent"
16826   - "tags"
16827 #  sort:
16828 #  - "1VM"
16829 #  - "L2XCFWD"
16830 #  - "1VM"
16831 #  - "L2BDMACLRN"
16832   traces:
16833     hoverinfo: "x+y"
16834     boxpoints: "outliers"
16835     whiskerwidth: 0
16836   layout:
16837     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16838     layout: "plot-throughput"
16839
16840 -
16841   type: "plot"
16842   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16843   algorithm: "plot_performance_box"
16844   output-file-type: ".html"
16845   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16846   data: "plot-vpp-throughput-latency-2n-skx"
16847   filter: "'NIC_Intel-XXV710' and
16848            '64B' and
16849            'NDRPDR' and
16850            ('ETH' or 'DOT1Q') and
16851            '4T2C' and
16852            ('L2BDMACLRN' or 'L2XCFWD') and
16853            'VHOST_1024' and
16854            not 'CFS_OPT' and
16855            not 'VXLAN' and
16856            not 'IP4FWD'"
16857   parameters:
16858   - "throughput"
16859   - "parent"
16860   - "tags"
16861 #  sort:
16862 #  - "1VM"
16863 #  - "L2XCFWD"
16864 #  - "1VM"
16865 #  - "L2BDMACLRN"
16866   traces:
16867     hoverinfo: "x+y"
16868     boxpoints: "outliers"
16869     whiskerwidth: 0
16870   layout:
16871     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16872     layout: "plot-throughput"
16873
16874 ################################################################################
16875
16876 # Packet Throughput - VPP VTS 3n-hsw-x520
16877 -
16878   type: "plot"
16879   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16880   algorithm: "plot_performance_box"
16881   output-file-type: ".html"
16882   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16883   data: "plot-vpp-throughput-latency-3n-hsw"
16884   filter: "'NIC_Intel-X520-DA2' and
16885            '114B' and
16886            'NDRPDR' and
16887            '1T1C' and
16888            'VTS'"
16889   parameters:
16890   - "throughput"
16891   - "parent"
16892   - "tags"
16893   traces:
16894     hoverinfo: "x+y"
16895     boxpoints: "outliers"
16896     whiskerwidth: 0
16897   layout:
16898     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16899     layout: "plot-throughput"
16900
16901 -
16902   type: "plot"
16903   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16904   algorithm: "plot_performance_box"
16905   output-file-type: ".html"
16906   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16907   data: "plot-vpp-throughput-latency-3n-hsw"
16908   filter: "'NIC_Intel-X520-DA2' and
16909            '114B' and
16910            'NDRPDR' and
16911            '2T2C' and
16912            'VTS'"
16913   parameters:
16914   - "throughput"
16915   - "parent"
16916   - "tags"
16917   traces:
16918     hoverinfo: "x+y"
16919     boxpoints: "outliers"
16920     whiskerwidth: 0
16921   layout:
16922     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16923     layout: "plot-throughput"
16924
16925 -
16926   type: "plot"
16927   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16928   algorithm: "plot_performance_box"
16929   output-file-type: ".html"
16930   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16931   data: "plot-vpp-throughput-latency-3n-hsw"
16932   filter: "'NIC_Intel-X520-DA2' and
16933            '114B' and
16934            'NDRPDR' and
16935            '1T1C' and
16936            'VTS'"
16937   parameters:
16938   - "throughput"
16939   - "parent"
16940   - "tags"
16941   traces:
16942     hoverinfo: "x+y"
16943     boxpoints: "outliers"
16944     whiskerwidth: 0
16945   layout:
16946     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16947     layout: "plot-throughput"
16948
16949 -
16950   type: "plot"
16951   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16952   algorithm: "plot_performance_box"
16953   output-file-type: ".html"
16954   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16955   data: "plot-vpp-throughput-latency-3n-hsw"
16956   filter: "'NIC_Intel-X520-DA2' and
16957            '114B' and
16958            'NDRPDR' and
16959            '2T2C' and
16960            'VTS'"
16961   parameters:
16962   - "throughput"
16963   - "parent"
16964   - "tags"
16965   traces:
16966     hoverinfo: "x+y"
16967     boxpoints: "outliers"
16968     whiskerwidth: 0
16969   layout:
16970     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16971     layout: "plot-throughput"
16972
16973 ################################################################################
16974
16975 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16976 -
16977   type: "plot"
16978   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16979   algorithm: "plot_performance_box"
16980   output-file-type: ".html"
16981   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16982   data: "plot-dpdk-throughput-latency-3n-hsw"
16983   filter: "'NIC_Intel-X520-DA2' and
16984            '64B' and
16985            'BASE' and
16986            'NDRPDR' and
16987            '1T1C' and
16988            'IP4FWD'"
16989   parameters:
16990   - "throughput"
16991   - "parent"
16992   - "tags"
16993   traces:
16994     hoverinfo: "x+y"
16995     boxpoints: "outliers"
16996     whiskerwidth: 0
16997   layout:
16998     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16999     layout: "plot-throughput"
17000
17001 -
17002   type: "plot"
17003   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17004   algorithm: "plot_performance_box"
17005   output-file-type: ".html"
17006   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17007   data: "plot-dpdk-throughput-latency-3n-hsw"
17008   filter: "'NIC_Intel-X520-DA2' and
17009            '64B' and
17010            'BASE' and
17011            'NDRPDR' and
17012            '2T2C' and
17013            'IP4FWD'"
17014   parameters:
17015   - "throughput"
17016   - "parent"
17017   - "tags"
17018   traces:
17019     hoverinfo: "x+y"
17020     boxpoints: "outliers"
17021     whiskerwidth: 0
17022   layout:
17023     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17024     layout: "plot-throughput"
17025
17026 -
17027   type: "plot"
17028   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17029   algorithm: "plot_performance_box"
17030   output-file-type: ".html"
17031   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17032   data: "plot-dpdk-throughput-latency-3n-hsw"
17033   filter: "'NIC_Intel-X520-DA2' and
17034            '64B' and
17035            'BASE' and
17036            'NDRPDR' and
17037            '1T1C' and
17038            'IP4FWD'"
17039   parameters:
17040   - "throughput"
17041   - "parent"
17042   - "tags"
17043   traces:
17044     hoverinfo: "x+y"
17045     boxpoints: "outliers"
17046     whiskerwidth: 0
17047   layout:
17048     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17049     layout: "plot-throughput"
17050
17051 -
17052   type: "plot"
17053   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17054   algorithm: "plot_performance_box"
17055   output-file-type: ".html"
17056   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17057   data: "plot-dpdk-throughput-latency-3n-hsw"
17058   filter: "'NIC_Intel-X520-DA2' and
17059            '64B' and
17060            'BASE' and
17061            'NDRPDR' and
17062            '2T2C' and
17063            'IP4FWD'"
17064   parameters:
17065   - "throughput"
17066   - "parent"
17067   - "tags"
17068   traces:
17069     hoverinfo: "x+y"
17070     boxpoints: "outliers"
17071     whiskerwidth: 0
17072   layout:
17073     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17074     layout: "plot-throughput"
17075
17076 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17077 -
17078   type: "plot"
17079   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17080   algorithm: "plot_performance_box"
17081   output-file-type: ".html"
17082   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17083   data: "plot-dpdk-throughput-latency-3n-hsw"
17084   filter: "'NIC_Intel-X710' and
17085            '64B' and
17086            'BASE' and
17087            'NDRPDR' and
17088            '1T1C' and
17089            'IP4FWD'"
17090   parameters:
17091   - "throughput"
17092   - "parent"
17093   - "tags"
17094   traces:
17095     hoverinfo: "x+y"
17096     boxpoints: "outliers"
17097     whiskerwidth: 0
17098   layout:
17099     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17100     layout: "plot-throughput"
17101
17102 -
17103   type: "plot"
17104   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17105   algorithm: "plot_performance_box"
17106   output-file-type: ".html"
17107   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17108   data: "plot-dpdk-throughput-latency-3n-hsw"
17109   filter: "'NIC_Intel-X710' and
17110            '64B' and
17111            'BASE' and
17112            'NDRPDR' and
17113            '2T2C' and
17114            'IP4FWD'"
17115   parameters:
17116   - "throughput"
17117   - "parent"
17118   - "tags"
17119   traces:
17120     hoverinfo: "x+y"
17121     boxpoints: "outliers"
17122     whiskerwidth: 0
17123   layout:
17124     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17125     layout: "plot-throughput"
17126
17127 -
17128   type: "plot"
17129   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17130   algorithm: "plot_performance_box"
17131   output-file-type: ".html"
17132   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17133   data: "plot-dpdk-throughput-latency-3n-hsw"
17134   filter: "'NIC_Intel-X710' and
17135            '64B' and
17136            'BASE' and
17137            'NDRPDR' and
17138            '1T1C' and
17139            'IP4FWD'"
17140   parameters:
17141   - "throughput"
17142   - "parent"
17143   - "tags"
17144   traces:
17145     hoverinfo: "x+y"
17146     boxpoints: "outliers"
17147     whiskerwidth: 0
17148   layout:
17149     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17150     layout: "plot-throughput"
17151
17152 -
17153   type: "plot"
17154   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17155   algorithm: "plot_performance_box"
17156   output-file-type: ".html"
17157   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17158   data: "plot-dpdk-throughput-latency-3n-hsw"
17159   filter: "'NIC_Intel-X710' and
17160            '64B' and
17161            'BASE' and
17162            'NDRPDR' and
17163            '2T2C' and
17164            'IP4FWD'"
17165   parameters:
17166   - "throughput"
17167   - "parent"
17168   - "tags"
17169   traces:
17170     hoverinfo: "x+y"
17171     boxpoints: "outliers"
17172     whiskerwidth: 0
17173   layout:
17174     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17175     layout: "plot-throughput"
17176
17177 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17178 -
17179   type: "plot"
17180   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17181   algorithm: "plot_performance_box"
17182   output-file-type: ".html"
17183   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17184   data: "plot-dpdk-throughput-latency-3n-hsw"
17185   filter: "'NIC_Intel-XL710' and
17186            '64B' and
17187            'BASE' and
17188            'NDRPDR' and
17189            '1T1C' and
17190            'IP4FWD'"
17191   parameters:
17192   - "throughput"
17193   - "parent"
17194   - "tags"
17195   traces:
17196     hoverinfo: "x+y"
17197     boxpoints: "outliers"
17198     whiskerwidth: 0
17199   layout:
17200     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17201     layout: "plot-throughput"
17202
17203 -
17204   type: "plot"
17205   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17206   algorithm: "plot_performance_box"
17207   output-file-type: ".html"
17208   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17209   data: "plot-dpdk-throughput-latency-3n-hsw"
17210   filter: "'NIC_Intel-XL710' and
17211            '64B' and
17212            'BASE' and
17213            'NDRPDR' and
17214            '2T2C' and
17215            'IP4FWD'"
17216   parameters:
17217   - "throughput"
17218   - "parent"
17219   - "tags"
17220   traces:
17221     hoverinfo: "x+y"
17222     boxpoints: "outliers"
17223     whiskerwidth: 0
17224   layout:
17225     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17226     layout: "plot-throughput"
17227
17228 -
17229   type: "plot"
17230   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17231   algorithm: "plot_performance_box"
17232   output-file-type: ".html"
17233   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17234   data: "plot-dpdk-throughput-latency-3n-hsw"
17235   filter: "'NIC_Intel-XL710' and
17236            '64B' and
17237            'BASE' and
17238            'NDRPDR' and
17239            '1T1C' and
17240            'IP4FWD'"
17241   parameters:
17242   - "throughput"
17243   - "parent"
17244   - "tags"
17245   traces:
17246     hoverinfo: "x+y"
17247     boxpoints: "outliers"
17248     whiskerwidth: 0
17249   layout:
17250     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17251     layout: "plot-throughput"
17252
17253 -
17254   type: "plot"
17255   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17256   algorithm: "plot_performance_box"
17257   output-file-type: ".html"
17258   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17259   data: "plot-dpdk-throughput-latency-3n-hsw"
17260   filter: "'NIC_Intel-XL710' and
17261            '64B' and
17262            'BASE' and
17263            'NDRPDR' and
17264            '2T2C' and
17265            'IP4FWD'"
17266   parameters:
17267   - "throughput"
17268   - "parent"
17269   - "tags"
17270   traces:
17271     hoverinfo: "x+y"
17272     boxpoints: "outliers"
17273     whiskerwidth: 0
17274   layout:
17275     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17276     layout: "plot-throughput"
17277
17278 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17279 -
17280   type: "plot"
17281   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17282   algorithm: "plot_performance_box"
17283   output-file-type: ".html"
17284   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17285   data: "plot-dpdk-throughput-latency-3n-skx"
17286   filter: "'NIC_Intel-X710' and
17287            '64B' and
17288            'BASE' and
17289            'NDRPDR' and
17290            '2T1C' and
17291            'IP4FWD'"
17292   parameters:
17293   - "throughput"
17294   - "parent"
17295   - "tags"
17296   traces:
17297     hoverinfo: "x+y"
17298     boxpoints: "outliers"
17299     whiskerwidth: 0
17300   layout:
17301     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17302     layout: "plot-throughput"
17303
17304 -
17305   type: "plot"
17306   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17307   algorithm: "plot_performance_box"
17308   output-file-type: ".html"
17309   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17310   data: "plot-dpdk-throughput-latency-3n-skx"
17311   filter: "'NIC_Intel-X710' and
17312            '64B' and
17313            'BASE' and
17314            'NDRPDR' and
17315            '4T2C' and
17316            'IP4FWD'"
17317   parameters:
17318   - "throughput"
17319   - "parent"
17320   - "tags"
17321   traces:
17322     hoverinfo: "x+y"
17323     boxpoints: "outliers"
17324     whiskerwidth: 0
17325   layout:
17326     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17327     layout: "plot-throughput"
17328
17329 -
17330   type: "plot"
17331   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17332   algorithm: "plot_performance_box"
17333   output-file-type: ".html"
17334   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17335   data: "plot-dpdk-throughput-latency-3n-skx"
17336   filter: "'NIC_Intel-X710' and
17337            '64B' and
17338            'BASE' and
17339            'NDRPDR' and
17340            '2T1C' and
17341            'IP4FWD'"
17342   parameters:
17343   - "throughput"
17344   - "parent"
17345   - "tags"
17346   traces:
17347     hoverinfo: "x+y"
17348     boxpoints: "outliers"
17349     whiskerwidth: 0
17350   layout:
17351     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17352     layout: "plot-throughput"
17353
17354 -
17355   type: "plot"
17356   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17357   algorithm: "plot_performance_box"
17358   output-file-type: ".html"
17359   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17360   data: "plot-dpdk-throughput-latency-3n-skx"
17361   filter: "'NIC_Intel-X710' and
17362            '64B' and
17363            'BASE' and
17364            'NDRPDR' and
17365            '4T2C' and
17366            'IP4FWD'"
17367   parameters:
17368   - "throughput"
17369   - "parent"
17370   - "tags"
17371   traces:
17372     hoverinfo: "x+y"
17373     boxpoints: "outliers"
17374     whiskerwidth: 0
17375   layout:
17376     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17377     layout: "plot-throughput"
17378
17379 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17380 -
17381   type: "plot"
17382   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17383   algorithm: "plot_performance_box"
17384   output-file-type: ".html"
17385   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17386   data: "plot-dpdk-throughput-latency-3n-skx"
17387   filter: "'NIC_Intel-XXV710' and
17388            '64B' and
17389            'BASE' and
17390            'NDRPDR' and
17391            '2T1C' and
17392            'IP4FWD'"
17393   parameters:
17394   - "throughput"
17395   - "parent"
17396   - "tags"
17397   traces:
17398     hoverinfo: "x+y"
17399     boxpoints: "outliers"
17400     whiskerwidth: 0
17401   layout:
17402     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17403     layout: "plot-throughput"
17404
17405 -
17406   type: "plot"
17407   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17408   algorithm: "plot_performance_box"
17409   output-file-type: ".html"
17410   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17411   data: "plot-dpdk-throughput-latency-3n-skx"
17412   filter: "'NIC_Intel-XXV710' and
17413            '64B' and
17414            'BASE' and
17415            'NDRPDR' and
17416            '4T2C' and
17417            'IP4FWD'"
17418   parameters:
17419   - "throughput"
17420   - "parent"
17421   - "tags"
17422   traces:
17423     hoverinfo: "x+y"
17424     boxpoints: "outliers"
17425     whiskerwidth: 0
17426   layout:
17427     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17428     layout: "plot-throughput"
17429
17430 -
17431   type: "plot"
17432   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17433   algorithm: "plot_performance_box"
17434   output-file-type: ".html"
17435   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17436   data: "plot-dpdk-throughput-latency-3n-skx"
17437   filter: "'NIC_Intel-XXV710' and
17438            '64B' and
17439            'BASE' and
17440            'NDRPDR' and
17441            '2T1C' and
17442            'IP4FWD'"
17443   parameters:
17444   - "throughput"
17445   - "parent"
17446   - "tags"
17447   traces:
17448     hoverinfo: "x+y"
17449     boxpoints: "outliers"
17450     whiskerwidth: 0
17451   layout:
17452     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17453     layout: "plot-throughput"
17454
17455 -
17456   type: "plot"
17457   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17458   algorithm: "plot_performance_box"
17459   output-file-type: ".html"
17460   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17461   data: "plot-dpdk-throughput-latency-3n-skx"
17462   filter: "'NIC_Intel-XXV710' and
17463            '64B' and
17464            'BASE' and
17465            'NDRPDR' and
17466            '4T2C' and
17467            'IP4FWD'"
17468   parameters:
17469   - "throughput"
17470   - "parent"
17471   - "tags"
17472   traces:
17473     hoverinfo: "x+y"
17474     boxpoints: "outliers"
17475     whiskerwidth: 0
17476   layout:
17477     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17478     layout: "plot-throughput"
17479
17480 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17481 -
17482   type: "plot"
17483   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17484   algorithm: "plot_performance_box"
17485   output-file-type: ".html"
17486   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17487   data: "plot-dpdk-throughput-latency-2n-skx"
17488   filter: "'NIC_Intel-X710' and
17489            '64B' and
17490            'BASE' and
17491            'NDRPDR' and
17492            '2T1C' and
17493            'IP4FWD'"
17494   parameters:
17495   - "throughput"
17496   - "parent"
17497   - "tags"
17498   traces:
17499     hoverinfo: "x+y"
17500     boxpoints: "outliers"
17501     whiskerwidth: 0
17502   layout:
17503     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17504     layout: "plot-throughput"
17505
17506 -
17507   type: "plot"
17508   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17509   algorithm: "plot_performance_box"
17510   output-file-type: ".html"
17511   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17512   data: "plot-dpdk-throughput-latency-2n-skx"
17513   filter: "'NIC_Intel-X710' and
17514            '64B' and
17515            'BASE' and
17516            'NDRPDR' and
17517            '4T2C' and
17518            'IP4FWD'"
17519   parameters:
17520   - "throughput"
17521   - "parent"
17522   - "tags"
17523   traces:
17524     hoverinfo: "x+y"
17525     boxpoints: "outliers"
17526     whiskerwidth: 0
17527   layout:
17528     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17529     layout: "plot-throughput"
17530
17531 -
17532   type: "plot"
17533   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17534   algorithm: "plot_performance_box"
17535   output-file-type: ".html"
17536   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17537   data: "plot-dpdk-throughput-latency-2n-skx"
17538   filter: "'NIC_Intel-X710' and
17539            '64B' and
17540            'BASE' and
17541            'NDRPDR' and
17542            '2T1C' and
17543            'IP4FWD'"
17544   parameters:
17545   - "throughput"
17546   - "parent"
17547   - "tags"
17548   traces:
17549     hoverinfo: "x+y"
17550     boxpoints: "outliers"
17551     whiskerwidth: 0
17552   layout:
17553     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17554     layout: "plot-throughput"
17555
17556 -
17557   type: "plot"
17558   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17559   algorithm: "plot_performance_box"
17560   output-file-type: ".html"
17561   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17562   data: "plot-dpdk-throughput-latency-2n-skx"
17563   filter: "'NIC_Intel-X710' and
17564            '64B' and
17565            'BASE' and
17566            'NDRPDR' and
17567            '4T2C' and
17568            'IP4FWD'"
17569   parameters:
17570   - "throughput"
17571   - "parent"
17572   - "tags"
17573   traces:
17574     hoverinfo: "x+y"
17575     boxpoints: "outliers"
17576     whiskerwidth: 0
17577   layout:
17578     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17579     layout: "plot-throughput"
17580
17581 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17582 -
17583   type: "plot"
17584   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17585   algorithm: "plot_performance_box"
17586   output-file-type: ".html"
17587   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17588   data: "plot-dpdk-throughput-latency-2n-skx"
17589   filter: "'NIC_Intel-XXV710' and
17590            '64B' and
17591            'BASE' and
17592            'NDRPDR' and
17593            '2T1C' and
17594            'IP4FWD'"
17595   parameters:
17596   - "throughput"
17597   - "parent"
17598   - "tags"
17599   traces:
17600     hoverinfo: "x+y"
17601     boxpoints: "outliers"
17602     whiskerwidth: 0
17603   layout:
17604     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17605     layout: "plot-throughput"
17606
17607 -
17608   type: "plot"
17609   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17610   algorithm: "plot_performance_box"
17611   output-file-type: ".html"
17612   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17613   data: "plot-dpdk-throughput-latency-2n-skx"
17614   filter: "'NIC_Intel-XXV710' and
17615            '64B' and
17616            'BASE' and
17617            'NDRPDR' and
17618            '4T2C' and
17619            'IP4FWD'"
17620   parameters:
17621   - "throughput"
17622   - "parent"
17623   - "tags"
17624   traces:
17625     hoverinfo: "x+y"
17626     boxpoints: "outliers"
17627     whiskerwidth: 0
17628   layout:
17629     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17630     layout: "plot-throughput"
17631
17632 -
17633   type: "plot"
17634   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17635   algorithm: "plot_performance_box"
17636   output-file-type: ".html"
17637   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17638   data: "plot-dpdk-throughput-latency-2n-skx"
17639   filter: "'NIC_Intel-XXV710' and
17640            '64B' and
17641            'BASE' and
17642            'NDRPDR' and
17643            '2T1C' and
17644            'IP4FWD'"
17645   parameters:
17646   - "throughput"
17647   - "parent"
17648   - "tags"
17649   traces:
17650     hoverinfo: "x+y"
17651     boxpoints: "outliers"
17652     whiskerwidth: 0
17653   layout:
17654     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17655     layout: "plot-throughput"
17656
17657 -
17658   type: "plot"
17659   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17660   algorithm: "plot_performance_box"
17661   output-file-type: ".html"
17662   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17663   data: "plot-dpdk-throughput-latency-2n-skx"
17664   filter: "'NIC_Intel-XXV710' and
17665            '64B' and
17666            'BASE' and
17667            'NDRPDR' and
17668            '4T2C' and
17669            'IP4FWD'"
17670   parameters:
17671   - "throughput"
17672   - "parent"
17673   - "tags"
17674   traces:
17675     hoverinfo: "x+y"
17676     boxpoints: "outliers"
17677     whiskerwidth: 0
17678   layout:
17679     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17680     layout: "plot-throughput"
17681
17682 ################################################################################
17683
17684 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17685 -
17686   type: "plot"
17687   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17688   algorithm: "plot_performance_box"
17689   output-file-type: ".html"
17690   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17691   data: "plot-dpdk-throughput-latency-3n-hsw"
17692   filter: "'NIC_Intel-X520-DA2' and
17693            '64B' and
17694            'BASE' and
17695            'NDRPDR' and
17696            '1T1C' and
17697            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17698   parameters:
17699   - "throughput"
17700   - "parent"
17701   - "tags"
17702   traces:
17703     hoverinfo: "x+y"
17704     boxpoints: "outliers"
17705     whiskerwidth: 0
17706   layout:
17707     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17708     layout: "plot-throughput"
17709
17710 -
17711   type: "plot"
17712   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17713   algorithm: "plot_performance_box"
17714   output-file-type: ".html"
17715   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17716   data: "plot-dpdk-throughput-latency-3n-hsw"
17717   filter: "'NIC_Intel-X520-DA2' and
17718            '64B' and
17719            'BASE' and
17720            'NDRPDR' and
17721            '2T2C' and
17722            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17723   parameters:
17724   - "throughput"
17725   - "parent"
17726   - "tags"
17727   traces:
17728     hoverinfo: "x+y"
17729     boxpoints: "outliers"
17730     whiskerwidth: 0
17731   layout:
17732     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17733     layout: "plot-throughput"
17734
17735 -
17736   type: "plot"
17737   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17738   algorithm: "plot_performance_box"
17739   output-file-type: ".html"
17740   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17741   data: "plot-dpdk-throughput-latency-3n-hsw"
17742   filter: "'NIC_Intel-X520-DA2' and
17743            '64B' and
17744            'BASE' and
17745            'NDRPDR' and
17746            '1T1C' and
17747            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17748   parameters:
17749   - "throughput"
17750   - "parent"
17751   - "tags"
17752   traces:
17753     hoverinfo: "x+y"
17754     boxpoints: "outliers"
17755     whiskerwidth: 0
17756   layout:
17757     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17758     layout: "plot-throughput"
17759
17760 -
17761   type: "plot"
17762   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17763   algorithm: "plot_performance_box"
17764   output-file-type: ".html"
17765   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17766   data: "plot-dpdk-throughput-latency-3n-hsw"
17767   filter: "'NIC_Intel-X520-DA2' and
17768            '64B' and
17769            'BASE' and
17770            'NDRPDR' and
17771            '2T2C' and
17772            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17773   parameters:
17774   - "throughput"
17775   - "parent"
17776   - "tags"
17777   traces:
17778     hoverinfo: "x+y"
17779     boxpoints: "outliers"
17780     whiskerwidth: 0
17781   layout:
17782     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17783     layout: "plot-throughput"
17784
17785 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17786 -
17787   type: "plot"
17788   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17789   algorithm: "plot_performance_box"
17790   output-file-type: ".html"
17791   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17792   data: "plot-dpdk-throughput-latency-3n-hsw"
17793   filter: "'NIC_Intel-X710' and
17794            '64B' and
17795            'BASE' and
17796            'NDRPDR' and
17797            '1T1C' and
17798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17799   parameters:
17800   - "throughput"
17801   - "parent"
17802   - "tags"
17803   traces:
17804     hoverinfo: "x+y"
17805     boxpoints: "outliers"
17806     whiskerwidth: 0
17807   layout:
17808     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17809     layout: "plot-throughput"
17810
17811 -
17812   type: "plot"
17813   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17814   algorithm: "plot_performance_box"
17815   output-file-type: ".html"
17816   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17817   data: "plot-dpdk-throughput-latency-3n-hsw"
17818   filter: "'NIC_Intel-X710' and
17819            '64B' and
17820            'BASE' and
17821            'NDRPDR' and
17822            '2T2C' and
17823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17824   parameters:
17825   - "throughput"
17826   - "parent"
17827   - "tags"
17828   traces:
17829     hoverinfo: "x+y"
17830     boxpoints: "outliers"
17831     whiskerwidth: 0
17832   layout:
17833     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17834     layout: "plot-throughput"
17835
17836 -
17837   type: "plot"
17838   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17839   algorithm: "plot_performance_box"
17840   output-file-type: ".html"
17841   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17842   data: "plot-dpdk-throughput-latency-3n-hsw"
17843   filter: "'NIC_Intel-X710' and
17844            '64B' and
17845            'BASE' and
17846            'NDRPDR' and
17847            '1T1C' and
17848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17849   parameters:
17850   - "throughput"
17851   - "parent"
17852   - "tags"
17853   traces:
17854     hoverinfo: "x+y"
17855     boxpoints: "outliers"
17856     whiskerwidth: 0
17857   layout:
17858     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17859     layout: "plot-throughput"
17860
17861 -
17862   type: "plot"
17863   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17864   algorithm: "plot_performance_box"
17865   output-file-type: ".html"
17866   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17867   data: "plot-dpdk-throughput-latency-3n-hsw"
17868   filter: "'NIC_Intel-X710' and
17869            '64B' and
17870            'BASE' and
17871            'NDRPDR' and
17872            '2T2C' and
17873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17874   parameters:
17875   - "throughput"
17876   - "parent"
17877   - "tags"
17878   traces:
17879     hoverinfo: "x+y"
17880     boxpoints: "outliers"
17881     whiskerwidth: 0
17882   layout:
17883     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17884     layout: "plot-throughput"
17885
17886 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17887 -
17888   type: "plot"
17889   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17890   algorithm: "plot_performance_box"
17891   output-file-type: ".html"
17892   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17893   data: "plot-dpdk-throughput-latency-3n-hsw"
17894   filter: "'NIC_Intel-XL710' and
17895            '64B' and
17896            'BASE' and
17897            'NDRPDR' and
17898            '1T1C' and
17899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17900   parameters:
17901   - "throughput"
17902   - "parent"
17903   - "tags"
17904   traces:
17905     hoverinfo: "x+y"
17906     boxpoints: "outliers"
17907     whiskerwidth: 0
17908   layout:
17909     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17910     layout: "plot-throughput"
17911
17912 -
17913   type: "plot"
17914   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17915   algorithm: "plot_performance_box"
17916   output-file-type: ".html"
17917   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17918   data: "plot-dpdk-throughput-latency-3n-hsw"
17919   filter: "'NIC_Intel-XL710' and
17920            '64B' and
17921            'BASE' and
17922            'NDRPDR' and
17923            '2T2C' and
17924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17925   parameters:
17926   - "throughput"
17927   - "parent"
17928   - "tags"
17929   traces:
17930     hoverinfo: "x+y"
17931     boxpoints: "outliers"
17932     whiskerwidth: 0
17933   layout:
17934     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17935     layout: "plot-throughput"
17936
17937 -
17938   type: "plot"
17939   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17940   algorithm: "plot_performance_box"
17941   output-file-type: ".html"
17942   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17943   data: "plot-dpdk-throughput-latency-3n-hsw"
17944   filter: "'NIC_Intel-XL710' and
17945            '64B' and
17946            'BASE' and
17947            'NDRPDR' and
17948            '1T1C' and
17949            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17950   parameters:
17951   - "throughput"
17952   - "parent"
17953   - "tags"
17954   traces:
17955     hoverinfo: "x+y"
17956     boxpoints: "outliers"
17957     whiskerwidth: 0
17958   layout:
17959     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17960     layout: "plot-throughput"
17961
17962 -
17963   type: "plot"
17964   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17965   algorithm: "plot_performance_box"
17966   output-file-type: ".html"
17967   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17968   data: "plot-dpdk-throughput-latency-3n-hsw"
17969   filter: "'NIC_Intel-XL710' and
17970            '64B' and
17971            'BASE' and
17972            'NDRPDR' and
17973            '2T2C' and
17974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17975   parameters:
17976   - "throughput"
17977   - "parent"
17978   - "tags"
17979   traces:
17980     hoverinfo: "x+y"
17981     boxpoints: "outliers"
17982     whiskerwidth: 0
17983   layout:
17984     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17985     layout: "plot-throughput"
17986
17987 # Packet Throughput - DPDK testpmd 3n-skx-x710
17988 -
17989   type: "plot"
17990   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17991   algorithm: "plot_performance_box"
17992   output-file-type: ".html"
17993   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17994   data: "plot-dpdk-throughput-latency-3n-skx"
17995   filter: "'NIC_Intel-X710' and
17996            '64B' and
17997            'BASE' and
17998            'NDRPDR' and
17999            '2T1C' and
18000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18001   parameters:
18002   - "throughput"
18003   - "parent"
18004   - "tags"
18005   traces:
18006     hoverinfo: "x+y"
18007     boxpoints: "outliers"
18008     whiskerwidth: 0
18009   layout:
18010     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18011     layout: "plot-throughput"
18012
18013 -
18014   type: "plot"
18015   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18016   algorithm: "plot_performance_box"
18017   output-file-type: ".html"
18018   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18019   data: "plot-dpdk-throughput-latency-3n-skx"
18020   filter: "'NIC_Intel-X710' and
18021            '64B' and
18022            'BASE' and
18023            'NDRPDR' and
18024            '4T2C' and
18025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18026   parameters:
18027   - "throughput"
18028   - "parent"
18029   - "tags"
18030   traces:
18031     hoverinfo: "x+y"
18032     boxpoints: "outliers"
18033     whiskerwidth: 0
18034   layout:
18035     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18036     layout: "plot-throughput"
18037
18038 -
18039   type: "plot"
18040   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18041   algorithm: "plot_performance_box"
18042   output-file-type: ".html"
18043   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18044   data: "plot-dpdk-throughput-latency-3n-skx"
18045   filter: "'NIC_Intel-X710' and
18046            '64B' and
18047            'BASE' and
18048            'NDRPDR' and
18049            '2T1C' and
18050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18051   parameters:
18052   - "throughput"
18053   - "parent"
18054   - "tags"
18055   traces:
18056     hoverinfo: "x+y"
18057     boxpoints: "outliers"
18058     whiskerwidth: 0
18059   layout:
18060     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18061     layout: "plot-throughput"
18062
18063 -
18064   type: "plot"
18065   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18066   algorithm: "plot_performance_box"
18067   output-file-type: ".html"
18068   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18069   data: "plot-dpdk-throughput-latency-3n-skx"
18070   filter: "'NIC_Intel-X710' and
18071            '64B' and
18072            'BASE' and
18073            'NDRPDR' and
18074            '4T2C' and
18075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18076   parameters:
18077   - "throughput"
18078   - "parent"
18079   - "tags"
18080   traces:
18081     hoverinfo: "x+y"
18082     boxpoints: "outliers"
18083     whiskerwidth: 0
18084   layout:
18085     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18086     layout: "plot-throughput"
18087
18088 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18089 -
18090   type: "plot"
18091   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18092   algorithm: "plot_performance_box"
18093   output-file-type: ".html"
18094   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18095   data: "plot-dpdk-throughput-latency-3n-skx"
18096   filter: "'NIC_Intel-XXV710' and
18097            '64B' and
18098            'BASE' and
18099            'NDRPDR' and
18100            '2T1C' and
18101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18102   parameters:
18103   - "throughput"
18104   - "parent"
18105   - "tags"
18106   traces:
18107     hoverinfo: "x+y"
18108     boxpoints: "outliers"
18109     whiskerwidth: 0
18110   layout:
18111     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18112     layout: "plot-throughput"
18113
18114 -
18115   type: "plot"
18116   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18117   algorithm: "plot_performance_box"
18118   output-file-type: ".html"
18119   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18120   data: "plot-dpdk-throughput-latency-3n-skx"
18121   filter: "'NIC_Intel-XXV710' and
18122            '64B' and
18123            'BASE' and
18124            'NDRPDR' and
18125            '4T2C' and
18126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18127   parameters:
18128   - "throughput"
18129   - "parent"
18130   - "tags"
18131   traces:
18132     hoverinfo: "x+y"
18133     boxpoints: "outliers"
18134     whiskerwidth: 0
18135   layout:
18136     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18137     layout: "plot-throughput"
18138
18139 -
18140   type: "plot"
18141   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18142   algorithm: "plot_performance_box"
18143   output-file-type: ".html"
18144   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18145   data: "plot-dpdk-throughput-latency-3n-skx"
18146   filter: "'NIC_Intel-XXV710' and
18147            '64B' and
18148            'BASE' and
18149            'NDRPDR' and
18150            '2T1C' and
18151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18152   parameters:
18153   - "throughput"
18154   - "parent"
18155   - "tags"
18156   traces:
18157     hoverinfo: "x+y"
18158     boxpoints: "outliers"
18159     whiskerwidth: 0
18160   layout:
18161     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18162     layout: "plot-throughput"
18163
18164 -
18165   type: "plot"
18166   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18167   algorithm: "plot_performance_box"
18168   output-file-type: ".html"
18169   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18170   data: "plot-dpdk-throughput-latency-3n-skx"
18171   filter: "'NIC_Intel-XXV710' and
18172            '64B' and
18173            'BASE' and
18174            'NDRPDR' and
18175            '4T2C' and
18176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18177   parameters:
18178   - "throughput"
18179   - "parent"
18180   - "tags"
18181   traces:
18182     hoverinfo: "x+y"
18183     boxpoints: "outliers"
18184     whiskerwidth: 0
18185   layout:
18186     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18187     layout: "plot-throughput"
18188
18189 # Packet Throughput - DPDK testpmd 2n-skx-x710
18190 -
18191   type: "plot"
18192   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18193   algorithm: "plot_performance_box"
18194   output-file-type: ".html"
18195   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18196   data: "plot-dpdk-throughput-latency-2n-skx"
18197   filter: "'NIC_Intel-X710' and
18198            '64B' and
18199            'BASE' and
18200            'NDRPDR' and
18201            '2T1C' and
18202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18203   parameters:
18204   - "throughput"
18205   - "parent"
18206   - "tags"
18207   traces:
18208     hoverinfo: "x+y"
18209     boxpoints: "outliers"
18210     whiskerwidth: 0
18211   layout:
18212     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18213     layout: "plot-throughput"
18214
18215 -
18216   type: "plot"
18217   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18218   algorithm: "plot_performance_box"
18219   output-file-type: ".html"
18220   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18221   data: "plot-dpdk-throughput-latency-2n-skx"
18222   filter: "'NIC_Intel-X710' and
18223            '64B' and
18224            'BASE' and
18225            'NDRPDR' and
18226            '4T2C' and
18227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18228   parameters:
18229   - "throughput"
18230   - "parent"
18231   - "tags"
18232   traces:
18233     hoverinfo: "x+y"
18234     boxpoints: "outliers"
18235     whiskerwidth: 0
18236   layout:
18237     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18238     layout: "plot-throughput"
18239
18240 -
18241   type: "plot"
18242   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18243   algorithm: "plot_performance_box"
18244   output-file-type: ".html"
18245   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18246   data: "plot-dpdk-throughput-latency-2n-skx"
18247   filter: "'NIC_Intel-X710' and
18248            '64B' and
18249            'BASE' and
18250            'NDRPDR' and
18251            '2T1C' and
18252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18253   parameters:
18254   - "throughput"
18255   - "parent"
18256   - "tags"
18257   traces:
18258     hoverinfo: "x+y"
18259     boxpoints: "outliers"
18260     whiskerwidth: 0
18261   layout:
18262     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18263     layout: "plot-throughput"
18264
18265 -
18266   type: "plot"
18267   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18268   algorithm: "plot_performance_box"
18269   output-file-type: ".html"
18270   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18271   data: "plot-dpdk-throughput-latency-2n-skx"
18272   filter: "'NIC_Intel-X710' and
18273            '64B' and
18274            'BASE' and
18275            'NDRPDR' and
18276            '4T2C' and
18277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18278   parameters:
18279   - "throughput"
18280   - "parent"
18281   - "tags"
18282   traces:
18283     hoverinfo: "x+y"
18284     boxpoints: "outliers"
18285     whiskerwidth: 0
18286   layout:
18287     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18288     layout: "plot-throughput"
18289
18290 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18291 -
18292   type: "plot"
18293   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18294   algorithm: "plot_performance_box"
18295   output-file-type: ".html"
18296   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18297   data: "plot-dpdk-throughput-latency-2n-skx"
18298   filter: "'NIC_Intel-XXV710' and
18299            '64B' and
18300            'BASE' and
18301            'NDRPDR' and
18302            '2T1C' and
18303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18304   parameters:
18305   - "throughput"
18306   - "parent"
18307   - "tags"
18308   traces:
18309     hoverinfo: "x+y"
18310     boxpoints: "outliers"
18311     whiskerwidth: 0
18312   layout:
18313     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18314     layout: "plot-throughput"
18315
18316 -
18317   type: "plot"
18318   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18319   algorithm: "plot_performance_box"
18320   output-file-type: ".html"
18321   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18322   data: "plot-dpdk-throughput-latency-2n-skx"
18323   filter: "'NIC_Intel-XXV710' and
18324            '64B' and
18325            'BASE' and
18326            'NDRPDR' and
18327            '4T2C' and
18328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18329   parameters:
18330   - "throughput"
18331   - "parent"
18332   - "tags"
18333   traces:
18334     hoverinfo: "x+y"
18335     boxpoints: "outliers"
18336     whiskerwidth: 0
18337   layout:
18338     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18339     layout: "plot-throughput"
18340
18341 -
18342   type: "plot"
18343   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18344   algorithm: "plot_performance_box"
18345   output-file-type: ".html"
18346   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18347   data: "plot-dpdk-throughput-latency-2n-skx"
18348   filter: "'NIC_Intel-XXV710' and
18349            '64B' and
18350            'BASE' and
18351            'NDRPDR' and
18352            '2T1C' and
18353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18354   parameters:
18355   - "throughput"
18356   - "parent"
18357   - "tags"
18358   traces:
18359     hoverinfo: "x+y"
18360     boxpoints: "outliers"
18361     whiskerwidth: 0
18362   layout:
18363     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18364     layout: "plot-throughput"
18365
18366 -
18367   type: "plot"
18368   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18369   algorithm: "plot_performance_box"
18370   output-file-type: ".html"
18371   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18372   data: "plot-dpdk-throughput-latency-2n-skx"
18373   filter: "'NIC_Intel-XXV710' and
18374            '64B' and
18375            'BASE' and
18376            'NDRPDR' and
18377            '4T2C' and
18378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18379   parameters:
18380   - "throughput"
18381   - "parent"
18382   - "tags"
18383   traces:
18384     hoverinfo: "x+y"
18385     boxpoints: "outliers"
18386     whiskerwidth: 0
18387   layout:
18388     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18389     layout: "plot-throughput"
18390
18391 ################################################################################
18392
18393 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18394 -
18395   type: "plot"
18396   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18397   algorithm: "plot_latency_error_bars"
18398   output-file-type: ".html"
18399   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18400   data: "plot-vpp-throughput-latency-3n-hsw"
18401   filter: "'NIC_Intel-X520-DA2' and
18402            '64B' and
18403            ('BASE' or 'SCALE') and
18404            'NDRPDR' and
18405            'ETH' and
18406            '1T1C' and
18407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18408            not 'VHOST' and
18409            not 'MEMIF'"
18410   parameters:
18411   - "latency"
18412   - "parent"
18413   - "tags"
18414   sort:
18415   - "L2XCFWD"
18416   - "L2PATCH"
18417   - "L2BDMACLRN"
18418   - "FIB_10K"
18419   - "FIB_100K"
18420   - "FIB_1M"
18421   layout:
18422     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18423     layout: "plot-latency"
18424
18425 -
18426   type: "plot"
18427   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18428   algorithm: "plot_latency_error_bars"
18429   output-file-type: ".html"
18430   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18431   data: "plot-vpp-throughput-latency-3n-hsw"
18432   filter: "'NIC_Intel-X520-DA2' and
18433            '64B' and
18434            ('BASE' or 'SCALE') and
18435            'NDRPDR' and
18436            'ETH' and
18437            '2T2C' and
18438            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18439            not 'VHOST' and
18440            not 'MEMIF'"
18441   parameters:
18442   - "latency"
18443   - "parent"
18444   - "tags"
18445   sort:
18446   - "L2XCFWD"
18447   - "L2PATCH"
18448   - "L2BDMACLRN"
18449   - "FIB_10K"
18450   - "FIB_100K"
18451   - "FIB_1M"
18452   layout:
18453     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18454     layout: "plot-latency"
18455
18456 # Packet Latency - VPP L2 3n-hsw-x520 features
18457 -
18458   type: "plot"
18459   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18460   algorithm: "plot_latency_error_bars"
18461   output-file-type: ".html"
18462   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18463   data: "plot-vpp-throughput-latency-3n-hsw"
18464   filter: "'NIC_Intel-X520-DA2' and
18465            '64B' and
18466            'NDRPDR' and
18467            '1T1C' and
18468            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18469            not 'ACL' and
18470            not 'VHOST' and
18471            not 'MEMIF'"
18472   parameters:
18473   - "latency"
18474   - "parent"
18475   - "tags"
18476   sort:
18477   - "L2XCBASE"    # l2xcbase
18478   - "L2BDBASE"    # l2bdbase
18479   - "L2XCFWD"     # dot1q-l2xcbase
18480   - "L2BDMACLRN"  # dot1q-l2bdbase
18481   layout:
18482     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18483     layout: "plot-latency"
18484
18485 -
18486   type: "plot"
18487   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18488   algorithm: "plot_latency_error_bars"
18489   output-file-type: ".html"
18490   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18491   data: "plot-vpp-throughput-latency-3n-hsw"
18492   filter: "'NIC_Intel-X520-DA2' and
18493            '64B' and
18494            'NDRPDR' and
18495            '2T2C' and
18496            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18497            not 'ACL' and
18498            not 'VHOST' and
18499            not 'MEMIF'"
18500   parameters:
18501   - "latency"
18502   - "parent"
18503   - "tags"
18504   sort:
18505   - "L2XCBASE"    # l2xcbase
18506   - "L2BDBASE"    # l2bdbase
18507   - "L2XCFWD"     # dot1q-l2xcbase
18508   - "L2BDMACLRN"  # dot1q-l2bdbase
18509   layout:
18510     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18511     layout: "plot-latency"
18512
18513 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18514 -
18515   type: "plot"
18516   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18517   algorithm: "plot_latency_error_bars"
18518   output-file-type: ".html"
18519   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18520   data: "plot-vpp-throughput-latency-3n-hsw"
18521   filter: "'NIC_Intel-X710' and
18522            '64B' and
18523            ('BASE' or 'SCALE') and
18524            'NDRPDR' and
18525            'ETH' and
18526            '1T1C' and
18527            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18528            not 'VHOST' and
18529            not 'MEMIF'"
18530   parameters:
18531   - "latency"
18532   - "parent"
18533   - "tags"
18534   sort:
18535   - "L2PATCH"
18536   - "L2XCBASE"
18537   - "BASE"
18538   - "FIB_10K"
18539   - "FIB_100K"
18540   - "FIB_1M"
18541   layout:
18542     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18543     layout: "plot-latency"
18544
18545 -
18546   type: "plot"
18547   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18548   algorithm: "plot_latency_error_bars"
18549   output-file-type: ".html"
18550   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18551   data: "plot-vpp-throughput-latency-3n-hsw"
18552   filter: "'NIC_Intel-X710' and
18553            '64B' and
18554            ('BASE' or 'SCALE') and
18555            'NDRPDR' and
18556            'ETH' and
18557            '2T2C' and
18558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18559            not 'VHOST' and
18560            not 'MEMIF'"
18561   parameters:
18562   - "latency"
18563   - "parent"
18564   - "tags"
18565   sort:
18566   - "L2PATCH"
18567   - "L2XCBASE"
18568   - "BASE"
18569   - "FIB_10K"
18570   - "FIB_100K"
18571   - "FIB_1M"
18572   layout:
18573     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18574     layout: "plot-latency"
18575
18576 # Packet Latency - VPP L2 3n-hsw-x710 features
18577 -
18578   type: "plot"
18579   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18580   algorithm: "plot_latency_error_bars"
18581   output-file-type: ".html"
18582   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18583   data: "plot-vpp-throughput-latency-3n-hsw"
18584   filter: "'NIC_Intel-X710' and
18585            '64B' and
18586            'NDRPDR' and
18587            '1T1C' and
18588            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18589            not 'ACL' and
18590            not 'VHOST' and
18591            not 'MEMIF'"
18592   parameters:
18593   - "latency"
18594   - "parent"
18595   - "tags"
18596   sort:
18597   - "L2XCBASE"    # l2xcbase
18598   - "L2BDBASE"    # l2bdbase
18599   - "L2XCFWD"     # dot1q-l2xcbase
18600   - "L2BDMACLRN"  # dot1q-l2bdbase
18601   layout:
18602     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18603     layout: "plot-latency"
18604
18605 -
18606   type: "plot"
18607   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18608   algorithm: "plot_latency_error_bars"
18609   output-file-type: ".html"
18610   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18611   data: "plot-vpp-throughput-latency-3n-hsw"
18612   filter: "'NIC_Intel-X710' and
18613            '64B' and
18614            'NDRPDR' and
18615            '2T2C' and
18616            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18617            not 'ACL' and
18618            not 'VHOST' and
18619            not 'MEMIF'"
18620   parameters:
18621   - "latency"
18622   - "parent"
18623   - "tags"
18624   sort:
18625   - "L2XCBASE"    # l2xcbase
18626   - "L2BDBASE"    # l2bdbase
18627   - "L2XCFWD"     # dot1q-l2xcbase
18628   - "L2BDMACLRN"  # dot1q-l2bdbase
18629   layout:
18630     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18631     layout: "plot-latency"
18632
18633 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18634 -
18635   type: "plot"
18636   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18637   algorithm: "plot_latency_error_bars"
18638   output-file-type: ".html"
18639   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18640   data: "plot-vpp-throughput-latency-3n-hsw"
18641   filter: "'NIC_Intel-XL710' and
18642            '64B' and
18643            ('BASE' or 'SCALE') and
18644            'NDRPDR' and
18645            'ETH' and
18646            '1T1C' and
18647            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18648            not 'VHOST' and
18649            not 'MEMIF'"
18650   parameters:
18651   - "latency"
18652   - "parent"
18653   - "tags"
18654   sort:
18655   - "L2PATCH"
18656   - "L2XCBASE"
18657   - "BASE"
18658   - "FIB_10K"
18659   - "FIB_100K"
18660   - "FIB_1M"
18661   layout:
18662     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18663     layout: "plot-latency"
18664
18665 -
18666   type: "plot"
18667   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18668   algorithm: "plot_latency_error_bars"
18669   output-file-type: ".html"
18670   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18671   data: "plot-vpp-throughput-latency-3n-hsw"
18672   filter: "'NIC_Intel-XL710' and
18673            '64B' and
18674            ('BASE' or 'SCALE') and
18675            'NDRPDR' and
18676            'ETH' and
18677            '2T2C' and
18678            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18679            not 'VHOST' and
18680            not 'MEMIF'"
18681   parameters:
18682   - "latency"
18683   - "parent"
18684   - "tags"
18685   sort:
18686   - "L2PATCH"
18687   - "L2XCBASE"
18688   - "BASE"
18689   - "FIB_10K"
18690   - "FIB_100K"
18691   - "FIB_1M"
18692   layout:
18693     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18694     layout: "plot-latency"
18695
18696 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18697 -
18698   type: "plot"
18699   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18700   algorithm: "plot_latency_error_bars"
18701   output-file-type: ".html"
18702   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18703   data: "plot-vpp-throughput-latency-3n-skx"
18704   filter: "'NIC_Intel-X710' and
18705            '64B' and
18706            ('BASE' or 'SCALE') and
18707            'NDRPDR' and
18708            'ETH' and
18709            '2T1C' and
18710            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18711            not 'VHOST' and
18712            not 'MEMIF' and
18713            not 'DRV_AVF'"
18714   parameters:
18715   - "latency"
18716   - "parent"
18717   - "tags"
18718   sort:
18719   - "L2PATCH"
18720   - "L2XCBASE"
18721   - "BASE"
18722   - "FIB_10K"
18723   - "FIB_100K"
18724   - "FIB_1M"
18725   layout:
18726     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18727     layout: "plot-latency"
18728
18729 -
18730   type: "plot"
18731   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18732   algorithm: "plot_latency_error_bars"
18733   output-file-type: ".html"
18734   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18735   data: "plot-vpp-throughput-latency-3n-skx"
18736   filter: "'NIC_Intel-X710' and
18737            '64B' and
18738            ('BASE' or 'SCALE') and
18739            'NDRPDR' and
18740            'ETH' and
18741            '4T2C' and
18742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18743            not 'VHOST' and
18744            not 'MEMIF' and
18745            not 'DRV_AVF'"
18746   parameters:
18747   - "latency"
18748   - "parent"
18749   - "tags"
18750   sort:
18751   - "L2PATCH"
18752   - "L2XCBASE"
18753   - "BASE"
18754   - "FIB_10K"
18755   - "FIB_100K"
18756   - "FIB_1M"
18757   layout:
18758     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18759     layout: "plot-latency"
18760
18761 # Packet Latency - VPP L2 3n-skx-x710 features
18762 -
18763   type: "plot"
18764   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18765   algorithm: "plot_latency_error_bars"
18766   output-file-type: ".html"
18767   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18768   data: "plot-vpp-throughput-latency-3n-skx"
18769   filter: "'NIC_Intel-X710' and
18770            '64B' and
18771            'NDRPDR' and
18772            '2T1C' and
18773            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18774            not 'ACL' and
18775            not 'VHOST' and
18776            not 'MEMIF'"
18777   parameters:
18778   - "latency"
18779   - "parent"
18780   - "tags"
18781   sort:
18782   - "L2XCBASE"    # l2xcbase
18783   - "L2BDBASE"    # l2bdbase
18784   - "L2XCFWD"     # dot1q-l2xcbase
18785   - "L2BDMACLRN"  # dot1q-l2bdbase
18786   layout:
18787     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18788     layout: "plot-latency"
18789
18790 -
18791   type: "plot"
18792   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18793   algorithm: "plot_latency_error_bars"
18794   output-file-type: ".html"
18795   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18796   data: "plot-vpp-throughput-latency-3n-skx"
18797   filter: "'NIC_Intel-X710' and
18798            '64B' and
18799            'NDRPDR' and
18800            '4T2C' and
18801            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18802            not 'ACL' and
18803            not 'VHOST' and
18804            not 'MEMIF'"
18805   parameters:
18806   - "latency"
18807   - "parent"
18808   - "tags"
18809   sort:
18810   - "L2XCBASE"    # l2xcbase
18811   - "L2BDBASE"    # l2bdbase
18812   - "L2XCFWD"     # dot1q-l2xcbase
18813   - "L2BDMACLRN"  # dot1q-l2bdbase
18814   layout:
18815     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18816     layout: "plot-latency"
18817
18818 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
18819 -
18820   type: "plot"
18821   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18822   algorithm: "plot_latency_error_bars"
18823   output-file-type: ".html"
18824   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18825   data: "plot-vpp-throughput-latency-3n-skx"
18826   filter: "'NIC_Intel-XXV710' and
18827            '64B' and
18828            ('BASE' or 'SCALE') and
18829            'NDRPDR' and
18830            'ETH' and
18831            '2T1C' and
18832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18833            not 'VHOST' and
18834            not 'MEMIF' and
18835            not 'DRV_AVF'"
18836   parameters:
18837   - "latency"
18838   - "parent"
18839   - "tags"
18840   sort:
18841   - "L2PATCH"
18842   - "L2XCBASE"
18843   - "BASE"
18844   - "FIB_10K"
18845   - "FIB_100K"
18846   - "FIB_1M"
18847   layout:
18848     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18849     layout: "plot-latency"
18850
18851 -
18852   type: "plot"
18853   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18854   algorithm: "plot_latency_error_bars"
18855   output-file-type: ".html"
18856   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18857   data: "plot-vpp-throughput-latency-3n-skx"
18858   filter: "'NIC_Intel-XXV710' and
18859            '64B' and
18860            ('BASE' or 'SCALE') and
18861            'NDRPDR' and
18862            'ETH' and
18863            '4T2C' and
18864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18865            not 'VHOST' and
18866            not 'MEMIF' and
18867            not 'DRV_AVF'"
18868   parameters:
18869   - "latency"
18870   - "parent"
18871   - "tags"
18872   sort:
18873   - "L2PATCH"
18874   - "L2XCBASE"
18875   - "BASE"
18876   - "FIB_10K"
18877   - "FIB_100K"
18878   - "FIB_1M"
18879   layout:
18880     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18881     layout: "plot-latency"
18882
18883 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18884 -
18885   type: "plot"
18886   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18887   algorithm: "plot_latency_error_bars"
18888   output-file-type: ".html"
18889   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18890   data: "plot-vpp-throughput-latency-2n-skx"
18891   filter: "'NIC_Intel-X710' and
18892            '64B' and
18893            'ETH' and
18894            ('BASE' or 'SCALE') and
18895            'NDRPDR' and
18896            '2T1C' and
18897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18898            not 'VHOST' and
18899            not 'MEMIF'"
18900   parameters:
18901   - "latency"
18902   - "parent"
18903   - "tags"
18904   sort:
18905   - "L2PATCH"
18906   - "L2XCBASE"
18907   - "BASE"
18908   - "FIB_10K"
18909   - "FIB_100K"
18910   - "FIB_1M"
18911   layout:
18912     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18913     layout: "plot-latency"
18914
18915 -
18916   type: "plot"
18917   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18918   algorithm: "plot_latency_error_bars"
18919   output-file-type: ".html"
18920   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18921   data: "plot-vpp-throughput-latency-2n-skx"
18922   filter: "'NIC_Intel-X710' and
18923            '64B' and
18924            ('BASE' or 'SCALE') and
18925            'NDRPDR' and
18926            'ETH' and
18927            '4T2C' and
18928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18929            not 'VHOST' and
18930            not 'MEMIF'"
18931   parameters:
18932   - "latency"
18933   - "parent"
18934   - "tags"
18935   sort:
18936   - "L2PATCH"
18937   - "L2XCBASE"
18938   - "BASE"
18939   - "FIB_10K"
18940   - "FIB_100K"
18941   - "FIB_1M"
18942   layout:
18943     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18944     layout: "plot-latency"
18945
18946 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
18947 -
18948   type: "plot"
18949   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18950   algorithm: "plot_latency_error_bars"
18951   output-file-type: ".html"
18952   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18953   data: "plot-vpp-throughput-latency-2n-skx"
18954   filter: "'NIC_Intel-XXV710' and
18955            '64B' and
18956            ('BASE' or 'SCALE') and
18957            'NDRPDR' and
18958            'ETH' and
18959            '2T1C' and
18960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18961            not 'VHOST' and
18962            not 'MEMIF'"
18963   parameters:
18964   - "latency"
18965   - "parent"
18966   - "tags"
18967   sort:
18968   - "L2PATCH"
18969   - "L2XCBASE"
18970   - "BASE"
18971   - "FIB_10K"
18972   - "FIB_100K"
18973   - "FIB_1M"
18974   layout:
18975     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18976     layout: "plot-latency"
18977
18978 -
18979   type: "plot"
18980   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18981   algorithm: "plot_latency_error_bars"
18982   output-file-type: ".html"
18983   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18984   data: "plot-vpp-throughput-latency-2n-skx"
18985   filter: "'NIC_Intel-XXV710' and
18986            '64B' and
18987            ('BASE' or 'SCALE') and
18988            'NDRPDR' and
18989            'ETH' and
18990            '4T2C' and
18991            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18992            not 'VHOST' and
18993            not 'MEMIF'"
18994   parameters:
18995   - "latency"
18996   - "parent"
18997   - "tags"
18998   sort:
18999   - "L2PATCH"
19000   - "L2XCBASE"
19001   - "BASE"
19002   - "FIB_10K"
19003   - "FIB_100K"
19004   - "FIB_1M"
19005   layout:
19006     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19007     layout: "plot-latency"
19008
19009 ################################################################################
19010
19011 # Packet Latency - VPP Container Memif 3n-hsw-x520
19012 -
19013   type: "plot"
19014   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19015   algorithm: "plot_latency_error_bars"
19016   output-file-type: ".html"
19017   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19018   data: "plot-vpp-throughput-latency-3n-hsw"
19019   filter: "'NIC_Intel-X520-DA2' and
19020            '64B' and
19021            ('BASE' or 'SCALE') and
19022            'NDRPDR' and
19023            '1T1C' and
19024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19025            not 'VHOST' and
19026            'MEMIF'"
19027   parameters:
19028   - "latency"
19029   - "parent"
19030   - "tags"
19031   sort:
19032   - "L2XCFWD"
19033   - "L2XCFWD"
19034   - "L2XCFWD"
19035   - "L2BDMACLRN"
19036   - "L2BDMACLRN"
19037   - "L2BDMACLRN"
19038   layout:
19039     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19040     layout: "plot-latency"
19041
19042 -
19043   type: "plot"
19044   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19045   algorithm: "plot_latency_error_bars"
19046   output-file-type: ".html"
19047   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19048   data: "plot-vpp-throughput-latency-3n-hsw"
19049   filter: "'NIC_Intel-X520-DA2' and
19050            '64B' and
19051            ('BASE' or 'SCALE') and
19052            'NDRPDR' and
19053            '2T2C' and
19054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19055            not 'VHOST' and
19056            'MEMIF'"
19057   parameters:
19058   - "latency"
19059   - "parent"
19060   - "tags"
19061   sort:
19062   - "L2XCFWD"
19063   - "L2XCFWD"
19064   - "L2XCFWD"
19065   - "L2BDMACLRN"
19066   - "L2BDMACLRN"
19067   - "L2BDMACLRN"
19068   layout:
19069     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19070     layout: "plot-latency"
19071
19072 # Packet Latency - VPP Container Memif 3n-hsw-x710
19073 -
19074   type: "plot"
19075   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19076   algorithm: "plot_latency_error_bars"
19077   output-file-type: ".html"
19078   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19079   data: "plot-vpp-throughput-latency-3n-hsw"
19080   filter: "'NIC_Intel-X710' and
19081            '64B' and
19082            ('BASE' or 'SCALE') and
19083            'NDRPDR' and
19084            '1T1C' and
19085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19086            not 'VHOST' and
19087            'MEMIF'"
19088   parameters:
19089   - "latency"
19090   - "parent"
19091   - "tags"
19092   sort:
19093   - "L2XCFWD"
19094   - "L2XCFWD"
19095   - "L2XCFWD"
19096   - "L2BDMACLRN"
19097   - "L2BDMACLRN"
19098   - "L2BDMACLRN"
19099   layout:
19100     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19101     layout: "plot-latency"
19102
19103 -
19104   type: "plot"
19105   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19106   algorithm: "plot_latency_error_bars"
19107   output-file-type: ".html"
19108   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19109   data: "plot-vpp-throughput-latency-3n-hsw"
19110   filter: "'NIC_Intel-X710' and
19111            '64B' and
19112            ('BASE' or 'SCALE') and
19113            'NDRPDR' and
19114            '2T2C' and
19115            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19116            not 'VHOST' and
19117            'MEMIF'"
19118   parameters:
19119   - "latency"
19120   - "parent"
19121   - "tags"
19122   sort:
19123   - "L2XCFWD"
19124   - "L2XCFWD"
19125   - "L2XCFWD"
19126   - "L2BDMACLRN"
19127   - "L2BDMACLRN"
19128   - "L2BDMACLRN"
19129   layout:
19130     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19131     layout: "plot-latency"
19132
19133 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19134 -
19135   type: "plot"
19136   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19137   algorithm: "plot_latency_error_bars"
19138   output-file-type: ".html"
19139   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19140   data: "plot-vpp-throughput-latency-3n-hsw"
19141   filter: "'NIC_Intel-XL710' and
19142            '64B' and
19143            ('BASE' or 'SCALE') and
19144            'NDRPDR' and
19145            '1T1C' and
19146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19147            not 'VHOST' and
19148            'MEMIF'"
19149   parameters:
19150   - "latency"
19151   - "parent"
19152   - "tags"
19153   sort:
19154   - "L2XCFWD"
19155   - "L2XCFWD"
19156   - "L2XCFWD"
19157   - "L2BDMACLRN"
19158   - "L2BDMACLRN"
19159   - "L2BDMACLRN"
19160   layout:
19161     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19162     layout: "plot-latency"
19163
19164 -
19165   type: "plot"
19166   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19167   algorithm: "plot_latency_error_bars"
19168   output-file-type: ".html"
19169   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19170   data: "plot-vpp-throughput-latency-3n-hsw"
19171   filter: "'NIC_Intel-XL710' and
19172            '64B' and
19173            ('BASE' or 'SCALE') and
19174            'NDRPDR' and
19175            '2T2C' and
19176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19177            not 'VHOST' and
19178            'MEMIF'"
19179   parameters:
19180   - "latency"
19181   - "parent"
19182   - "tags"
19183   sort:
19184   - "L2XCFWD"
19185   - "L2XCFWD"
19186   - "L2XCFWD"
19187   - "L2BDMACLRN"
19188   - "L2BDMACLRN"
19189   - "L2BDMACLRN"
19190   layout:
19191     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19192     layout: "plot-latency"
19193
19194 # Packet Latency - VPP Container Memif 3n-skx-x710
19195 -
19196   type: "plot"
19197   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19198   algorithm: "plot_latency_error_bars"
19199   output-file-type: ".html"
19200   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19201   data: "plot-vpp-throughput-latency-3n-skx"
19202   filter: "'NIC_Intel-X710' and
19203            '64B' and
19204            ('BASE' or 'SCALE') and
19205            'NDRPDR' and
19206            '2T1C' and
19207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19208            not 'VHOST' and
19209            'MEMIF'"
19210   parameters:
19211   - "latency"
19212   - "parent"
19213   - "tags"
19214   sort:
19215   - "L2XCFWD"
19216   - "L2XCFWD"
19217   - "L2XCFWD"
19218   - "L2BDMACLRN"
19219   - "L2BDMACLRN"
19220   - "L2BDMACLRN"
19221   layout:
19222     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19223     layout: "plot-latency"
19224
19225 -
19226   type: "plot"
19227   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19228   algorithm: "plot_latency_error_bars"
19229   output-file-type: ".html"
19230   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19231   data: "plot-vpp-throughput-latency-3n-skx"
19232   filter: "'NIC_Intel-X710' and
19233            '64B' and
19234            ('BASE' or 'SCALE') and
19235            'NDRPDR' and
19236            '4T2C' and
19237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19238            not 'VHOST' and
19239            'MEMIF'"
19240   parameters:
19241   - "latency"
19242   - "parent"
19243   - "tags"
19244   sort:
19245   - "L2XCFWD"
19246   - "L2XCFWD"
19247   - "L2XCFWD"
19248   - "L2BDMACLRN"
19249   - "L2BDMACLRN"
19250   - "L2BDMACLRN"
19251   layout:
19252     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19253     layout: "plot-latency"
19254
19255 # Packet Latency - VPP Container Memif 2n-skx-x710
19256 -
19257   type: "plot"
19258   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19259   algorithm: "plot_latency_error_bars"
19260   output-file-type: ".html"
19261   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19262   data: "plot-vpp-throughput-latency-2n-skx"
19263   filter: "'NIC_Intel-X710' and
19264            '64B' and
19265            ('BASE' or 'SCALE') and
19266            'NDRPDR' and
19267            '2T1C' and
19268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19269            not 'VHOST' and
19270            'MEMIF'"
19271   parameters:
19272   - "latency"
19273   - "parent"
19274   - "tags"
19275   sort:
19276   - "L2XCFWD"
19277   - "L2XCFWD"
19278   - "L2XCFWD"
19279   - "L2BDMACLRN"
19280   - "L2BDMACLRN"
19281   - "L2BDMACLRN"
19282   layout:
19283     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19284     layout: "plot-latency"
19285
19286 -
19287   type: "plot"
19288   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19289   algorithm: "plot_latency_error_bars"
19290   output-file-type: ".html"
19291   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19292   data: "plot-vpp-throughput-latency-2n-skx"
19293   filter: "'NIC_Intel-X710' and
19294            '64B' and
19295            ('BASE' or 'SCALE') and
19296            'NDRPDR' and
19297            '4T2C' and
19298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19299            not 'VHOST' and
19300            'MEMIF'"
19301   parameters:
19302   - "latency"
19303   - "parent"
19304   - "tags"
19305   sort:
19306   - "L2XCFWD"
19307   - "L2XCFWD"
19308   - "L2XCFWD"
19309   - "L2BDMACLRN"
19310   - "L2BDMACLRN"
19311   - "L2BDMACLRN"
19312   layout:
19313     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19314     layout: "plot-latency"
19315
19316 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19317 -
19318   type: "plot"
19319   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19320   algorithm: "plot_latency_error_bars"
19321   output-file-type: ".html"
19322   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19323   data: "plot-vpp-throughput-latency-2n-skx"
19324   filter: "'NIC_Intel-XXV710' and
19325            '64B' and
19326            ('BASE' or 'SCALE') and
19327            'NDRPDR' and
19328            '2T1C' and
19329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19330            not 'VHOST' and
19331            'MEMIF'"
19332   parameters:
19333   - "latency"
19334   - "parent"
19335   - "tags"
19336   sort:
19337   - "L2XCFWD"
19338   - "L2XCFWD"
19339   - "L2XCFWD"
19340   - "L2BDMACLRN"
19341   - "L2BDMACLRN"
19342   - "L2BDMACLRN"
19343   layout:
19344     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19345     layout: "plot-latency"
19346
19347 -
19348   type: "plot"
19349   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19350   algorithm: "plot_latency_error_bars"
19351   output-file-type: ".html"
19352   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19353   data: "plot-vpp-throughput-latency-2n-skx"
19354   filter: "'NIC_Intel-XXV710' and
19355            '64B' and
19356            ('BASE' or 'SCALE') and
19357            'NDRPDR' and
19358            '4T2C' and
19359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19360            not 'VHOST' and
19361            'MEMIF'"
19362   parameters:
19363   - "latency"
19364   - "parent"
19365   - "tags"
19366   sort:
19367   - "L2XCFWD"
19368   - "L2XCFWD"
19369   - "L2XCFWD"
19370   - "L2BDMACLRN"
19371   - "L2BDMACLRN"
19372   - "L2BDMACLRN"
19373   layout:
19374     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19375     layout: "plot-latency"
19376
19377 ################################################################################
19378
19379 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19380 -
19381   type: "plot"
19382   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19383   algorithm: "plot_latency_error_bars"
19384   output-file-type: ".html"
19385   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19386   data: "plot-ligato-throughput-latency-3n-hsw"
19387   filter: "'NIC_Intel-X520-DA2' and
19388            '64B' and
19389            ('BASE' or 'SCALE') and
19390            'NDRPDR' and
19391            '1T1C' and
19392            'L2XCFWD' and
19393            not 'VHOST' and
19394            'MEMIF'"
19395   parameters:
19396   - "latency"
19397   - "parent"
19398   - "tags"
19399   sort:
19400   - "1VNF"
19401   - "2VNF"
19402   - "4VNF"
19403   - "2VNF"
19404   - "4VNF"
19405   layout:
19406     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19407     layout: "plot-latency"
19408
19409 -
19410   type: "plot"
19411   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19412   algorithm: "plot_latency_error_bars"
19413   output-file-type: ".html"
19414   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19415   data: "plot-ligato-throughput-latency-3n-hsw"
19416   filter: "'NIC_Intel-X520-DA2' and
19417            '64B' and
19418            ('BASE' or 'SCALE') and
19419            'NDRPDR' and
19420            '2T2C' and
19421            'L2XCFWD' and
19422            not 'VHOST' and
19423            'MEMIF'"
19424   parameters:
19425   - "latency"
19426   - "parent"
19427   - "tags"
19428   sort:
19429   - "1VNF"
19430   - "2VNF"
19431   - "4VNF"
19432   - "2VNF"
19433   - "4VNF"
19434   layout:
19435     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19436     layout: "plot-latency"
19437
19438 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19439 -
19440   type: "plot"
19441   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19442   algorithm: "plot_latency_error_bars"
19443   output-file-type: ".html"
19444   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19445   data: "plot-ligato-throughput-latency-3n-hsw"
19446   filter: "'NIC_Intel-X520-DA2' and
19447            '64B' and
19448            ('BASE' or 'SCALE') and
19449            'NDRPDR' and
19450            '1T1C' and
19451            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19452            not 'VHOST' and
19453            'MEMIF'"
19454   parameters:
19455   - "latency"
19456   - "parent"
19457   - "tags"
19458   sort:
19459   - "1VNF"
19460   - "2VNF"
19461   - "4VNF"
19462   - "2VNF"
19463   - "4VNF"
19464   layout:
19465     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19466     layout: "plot-latency"
19467
19468 -
19469   type: "plot"
19470   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19471   algorithm: "plot_latency_error_bars"
19472   output-file-type: ".html"
19473   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19474   data: "plot-ligato-throughput-latency-3n-hsw"
19475   filter: "'NIC_Intel-X520-DA2' and
19476            '64B' and
19477            ('BASE' or 'SCALE') and
19478            'NDRPDR' and
19479            '2T2C' and
19480            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19481            not 'VHOST' and
19482            'MEMIF'"
19483   parameters:
19484   - "latency"
19485   - "parent"
19486   - "tags"
19487   sort:
19488   - "1VNF"
19489   - "2VNF"
19490   - "4VNF"
19491   - "2VNF"
19492   - "4VNF"
19493   layout:
19494     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19495     layout: "plot-latency"
19496
19497 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19498 -
19499   type: "plot"
19500   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19501   algorithm: "plot_latency_error_bars"
19502   output-file-type: ".html"
19503   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19504   data: "plot-ligato-throughput-latency-3n-hsw"
19505   filter: "'NIC_Intel-X710' and
19506            '64B' and
19507            ('BASE' or 'SCALE') and
19508            'NDRPDR' and
19509            '1T1C' and
19510            'L2XCFWD' and
19511            not 'VHOST' and
19512            'MEMIF'"
19513   parameters:
19514   - "latency"
19515   - "parent"
19516   - "tags"
19517   sort:
19518   - "1VNF"
19519   - "2VNF"
19520   - "4VNF"
19521   - "2VNF"
19522   - "4VNF"
19523   layout:
19524     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19525     layout: "plot-latency"
19526
19527 -
19528   type: "plot"
19529   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19530   algorithm: "plot_latency_error_bars"
19531   output-file-type: ".html"
19532   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19533   data: "plot-ligato-throughput-latency-3n-hsw"
19534   filter: "'NIC_Intel-X710' and
19535            '64B' and
19536            ('BASE' or 'SCALE') and
19537            'NDRPDR' and
19538            '2T2C' and
19539            'L2XCFWD' and
19540            not 'VHOST' and
19541            'MEMIF'"
19542   parameters:
19543   - "latency"
19544   - "parent"
19545   - "tags"
19546   sort:
19547   - "1VNF"
19548   - "2VNF"
19549   - "4VNF"
19550   - "2VNF"
19551   - "4VNF"
19552   layout:
19553     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19554     layout: "plot-latency"
19555
19556 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19557 -
19558   type: "plot"
19559   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19560   algorithm: "plot_latency_error_bars"
19561   output-file-type: ".html"
19562   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19563   data: "plot-ligato-throughput-latency-3n-hsw"
19564   filter: "'NIC_Intel-X710' and
19565            '64B' and
19566            ('BASE' or 'SCALE') and
19567            'NDRPDR' and
19568            '1T1C' and
19569            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19570            not 'VHOST' and
19571            'MEMIF'"
19572   parameters:
19573   - "latency"
19574   - "parent"
19575   - "tags"
19576   sort:
19577   - "1VNF"
19578   - "2VNF"
19579   - "4VNF"
19580   - "2VNF"
19581   - "4VNF"
19582   layout:
19583     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19584     layout: "plot-latency"
19585
19586 -
19587   type: "plot"
19588   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19589   algorithm: "plot_latency_error_bars"
19590   output-file-type: ".html"
19591   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19592   data: "plot-ligato-throughput-latency-3n-hsw"
19593   filter: "'NIC_Intel-X710' and
19594            '64B' and
19595            ('BASE' or 'SCALE') and
19596            'NDRPDR' and
19597            '2T2C' and
19598            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19599            not 'VHOST' and
19600            'MEMIF'"
19601   parameters:
19602   - "latency"
19603   - "parent"
19604   - "tags"
19605   sort:
19606   - "1VNF"
19607   - "2VNF"
19608   - "4VNF"
19609   - "2VNF"
19610   - "4VNF"
19611   layout:
19612     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19613     layout: "plot-latency"
19614
19615 ################################################################################
19616
19617 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19618 -
19619   type: "plot"
19620   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19621   algorithm: "plot_latency_error_bars"
19622   output-file-type: ".html"
19623   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19624   data: "plot-vpp-throughput-latency-3n-hsw"
19625   filter: "'NIC_Intel-X520-DA2' and
19626            '64B' and
19627            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19628            'NDRPDR' and
19629            '1T1C' and
19630            'IP4FWD' and
19631            not 'IPSEC' and
19632            not 'VHOST'"
19633   parameters:
19634   - "latency"
19635   - "parent"
19636   - "tags"
19637   sort:
19638   - "DOT1Q"
19639   - "IP4BASE"
19640   - "FIB_20k"
19641   - "FIB_200k"
19642   - "FIB_2M"
19643   layout:
19644     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19645     layout: "plot-latency"
19646
19647 -
19648   type: "plot"
19649   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19650   algorithm: "plot_latency_error_bars"
19651   output-file-type: ".html"
19652   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19653   data: "plot-vpp-throughput-latency-3n-hsw"
19654   filter: "'NIC_Intel-X520-DA2' and
19655            '64B' and
19656            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19657            'NDRPDR' and
19658            '2T2C' and
19659            'IP4FWD' and
19660            not 'IPSEC' and
19661            not 'VHOST'"
19662   parameters:
19663   - "latency"
19664   - "parent"
19665   - "tags"
19666   sort:
19667   - "DOT1Q"
19668   - "IP4BASE"
19669   - "FIB_20k"
19670   - "FIB_200k"
19671   - "FIB_2M"
19672   layout:
19673     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19674     layout: "plot-latency"
19675
19676 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19677 -
19678   type: "plot"
19679   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19680   algorithm: "plot_latency_error_bars"
19681   output-file-type: ".html"
19682   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19683   data: "plot-vpp-throughput-latency-3n-hsw"
19684   filter: "'NIC_Intel-X520-DA2' and
19685            '64B' and
19686            ('IP4BASE' or
19687             'POLICE_MARK' or
19688             'COPWHLIST' or
19689             ('NAT44' and 'BASE') or
19690             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19691            'NDRPDR' and
19692            '1T1C' and
19693            'IP4FWD' and
19694            not 'IPSEC' and
19695            not 'VHOST'"
19696   parameters:
19697   - "latency"
19698   - "parent"
19699   - "tags"
19700   sort:
19701   - "DOT1Q"
19702   - "IP4BASE"
19703   - "NAT44"
19704   - "POLICE_MARK"
19705   - "COPWHLIST"
19706   - "IACL"
19707   - "OACL"
19708   layout:
19709     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19710     layout: "plot-latency"
19711
19712 -
19713   type: "plot"
19714   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19715   algorithm: "plot_latency_error_bars"
19716   output-file-type: ".html"
19717   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19718   data: "plot-vpp-throughput-latency-3n-hsw"
19719   filter: "'NIC_Intel-X520-DA2' and
19720            '64B' and
19721            ('IP4BASE' or
19722             'POLICE_MARK' or
19723             'COPWHLIST' or
19724             ('NAT44' and 'BASE') or
19725             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19726            'NDRPDR' and
19727            '2T2C' and
19728            'IP4FWD' and
19729            not 'IPSEC' and
19730            not 'VHOST'"
19731   parameters:
19732   - "latency"
19733   - "parent"
19734   - "tags"
19735   sort:
19736   - "DOT1Q"
19737   - "IP4BASE"
19738   - "NAT44"
19739   - "POLICE_MARK"
19740   - "COPWHLIST"
19741   - "IACL"
19742   - "OACL"
19743   layout:
19744     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19745     layout: "plot-latency"
19746
19747 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19748 -
19749   type: "plot"
19750   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19751   algorithm: "plot_latency_error_bars"
19752   output-file-type: ".html"
19753   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19754   data: "plot-vpp-throughput-latency-3n-hsw"
19755   filter: "'NIC_Intel-X520-DA2' and
19756            '64B' and
19757            'NDRPDR' and
19758            '1T1C' and
19759            'IP4FWD' and
19760            'NAT44' and
19761            not 'IPSEC' and
19762            not 'VHOST'"
19763   parameters:
19764   - "latency"
19765   - "parent"
19766   - "tags"
19767   sort:
19768   - "BASE"
19769   - "BASE"
19770   - "SRC_USER_10"
19771   - "SRC_USER_100"
19772   - "SRC_USER_1000"
19773   - "SRC_USER_2000"
19774   layout:
19775     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19776     layout: "plot-latency"
19777
19778 -
19779   type: "plot"
19780   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19781   algorithm: "plot_latency_error_bars"
19782   output-file-type: ".html"
19783   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19784   data: "plot-vpp-throughput-latency-3n-hsw"
19785   filter: "'NIC_Intel-X520-DA2' and
19786            '64B' and
19787            'NDRPDR' and
19788            '2T2C' and
19789            'IP4FWD' and
19790            'NAT44' and
19791            not 'IPSEC' and
19792            not 'VHOST'"
19793   parameters:
19794   - "latency"
19795   - "parent"
19796   - "tags"
19797   sort:
19798   - "BASE"
19799   - "BASE"
19800   - "SRC_USER_10"
19801   - "SRC_USER_100"
19802   - "SRC_USER_1000"
19803   - "SRC_USER_2000"
19804   layout:
19805     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19806     layout: "plot-latency"
19807
19808 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19809 -
19810   type: "plot"
19811   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19812   algorithm: "plot_latency_error_bars"
19813   output-file-type: ".html"
19814   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19815   data: "plot-vpp-throughput-latency-3n-hsw"
19816   filter: "'NIC_Intel-X520-DA2' and
19817            '64B' and
19818            'NDRPDR' and
19819            '1T1C' and
19820            'IP4FWD' and
19821            'IACL' and
19822            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19823            not 'IPSEC' and
19824            not 'VHOST'"
19825   parameters:
19826   - "latency"
19827   - "parent"
19828   - "tags"
19829   sort:
19830   - "ACL_STATELESS"
19831   - "ACL_STATEFUL"
19832   - "ACL_STATELESS"
19833   - "ACL_STATEFUL"
19834   layout:
19835     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19836     layout: "plot-latency"
19837
19838 -
19839   type: "plot"
19840   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19841   algorithm: "plot_latency_error_bars"
19842   output-file-type: ".html"
19843   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19844   data: "plot-vpp-throughput-latency-3n-hsw"
19845   filter: "'NIC_Intel-X520-DA2' and
19846            '64B' and
19847            'NDRPDR' and
19848            '2T2C' and
19849            'IP4FWD' and
19850            'IACL' and
19851            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19852            not 'IPSEC' and
19853            not 'VHOST'"
19854   parameters:
19855   - "latency"
19856   - "parent"
19857   - "tags"
19858   sort:
19859   - "ACL_STATELESS"
19860   - "ACL_STATEFUL"
19861   - "ACL_STATELESS"
19862   - "ACL_STATEFUL"
19863   layout:
19864     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19865     layout: "plot-latency"
19866
19867 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19868 -
19869   type: "plot"
19870   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19871   algorithm: "plot_latency_error_bars"
19872   output-file-type: ".html"
19873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19874   data: "plot-vpp-throughput-latency-3n-hsw"
19875   filter: "'NIC_Intel-X520-DA2' and
19876            '64B' and
19877            'NDRPDR' and
19878            '1T1C' and
19879            'IP4FWD' and
19880            'OACL' and
19881            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19882            not 'IPSEC' and
19883            not 'VHOST'"
19884   parameters:
19885   - "latency"
19886   - "parent"
19887   - "tags"
19888   sort:
19889   - "ACL_STATELESS"
19890   - "ACL_STATEFUL"
19891   - "ACL_STATELESS"
19892   - "ACL_STATEFUL"
19893   layout:
19894     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19895     layout: "plot-latency"
19896
19897 -
19898   type: "plot"
19899   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19900   algorithm: "plot_latency_error_bars"
19901   output-file-type: ".html"
19902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19903   data: "plot-vpp-throughput-latency-3n-hsw"
19904   filter: "'NIC_Intel-X520-DA2' and
19905            '64B' and
19906            'NDRPDR' and
19907            '2T2C' and
19908            'IP4FWD' and
19909            'OACL' and
19910            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19911            not 'IPSEC' and
19912            not 'VHOST'"
19913   parameters:
19914   - "latency"
19915   - "parent"
19916   - "tags"
19917   sort:
19918   - "ACL_STATELESS"
19919   - "ACL_STATEFUL"
19920   - "ACL_STATELESS"
19921   - "ACL_STATEFUL"
19922   layout:
19923     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19924     layout: "plot-latency"
19925
19926 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
19927 -
19928   type: "plot"
19929   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19930   algorithm: "plot_latency_error_bars"
19931   output-file-type: ".html"
19932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19933   data: "plot-vpp-throughput-latency-3n-hsw"
19934   filter: "'NIC_Intel-X710' and
19935            '64B' and
19936            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19937            'NDRPDR' and
19938            '1T1C' and
19939            'IP4FWD' and
19940            not 'IPSEC' and
19941            not 'VHOST'"
19942   parameters:
19943   - "latency"
19944   - "parent"
19945   - "tags"
19946   sort:
19947   - "DOT1Q"
19948   - "IP4BASE"
19949   - "FIB_20K"
19950   - "FIB_200K"
19951   - "FIB_2M"
19952   layout:
19953     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19954     layout: "plot-latency"
19955
19956 -
19957   type: "plot"
19958   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19959   algorithm: "plot_latency_error_bars"
19960   output-file-type: ".html"
19961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19962   data: "plot-vpp-throughput-latency-3n-hsw"
19963   filter: "'NIC_Intel-X710' and
19964            '64B' and
19965            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19966            'NDRPDR' and
19967            '2T2C' and
19968            'IP4FWD' and
19969            not 'IPSEC' and
19970            not 'VHOST'"
19971   parameters:
19972   - "latency"
19973   - "parent"
19974   - "tags"
19975   sort:
19976   - "DOT1Q"
19977   - "IP4BASE"
19978   - "FIB_20K"
19979   - "FIB_200K"
19980   - "FIB_2M"
19981   layout:
19982     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19983     layout: "plot-latency"
19984
19985 # Packet Latency - VPP IPv4 3n-hsw-x710 features
19986 -
19987   type: "plot"
19988   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19989   algorithm: "plot_latency_error_bars"
19990   output-file-type: ".html"
19991   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19992   data: "plot-vpp-throughput-latency-3n-hsw"
19993   filter: "'NIC_Intel-X710' and
19994            '64B' and
19995            ('IP4BASE' or
19996             'POLICE_MARK' or
19997             'COPWHLIST' or
19998             ('NAT44' and 'BASE') or
19999             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20000            'NDRPDR' and
20001            '1T1C' and
20002            'IP4FWD' and
20003            not 'IPSEC' and
20004            not 'VHOST'"
20005   parameters:
20006   - "latency"
20007   - "parent"
20008   - "tags"
20009   sort:
20010   - "IP4BASE"
20011   - "NAT44"
20012   - "POLICE_MARK"
20013   - "COPWHLIST"
20014   - "IACL"
20015   - "OACL"
20016   layout:
20017     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20018     layout: "plot-latency"
20019
20020 -
20021   type: "plot"
20022   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20023   algorithm: "plot_latency_error_bars"
20024   output-file-type: ".html"
20025   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20026   data: "plot-vpp-throughput-latency-3n-hsw"
20027   filter: "'NIC_Intel-X710' and
20028            '64B' and
20029            ('IP4BASE' or
20030             'POLICE_MARK' or
20031             'COPWHLIST' or
20032             ('NAT44' and 'BASE') or
20033             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20034            'NDRPDR' and
20035            '2T2C' and
20036            'IP4FWD' and
20037            not 'IPSEC' and
20038            not 'VHOST'"
20039   parameters:
20040   - "latency"
20041   - "parent"
20042   - "tags"
20043   sort:
20044   - "IP4BASE"
20045   - "NAT44"
20046   - "POLICE_MARK"
20047   - "COPWHLIST"
20048   - "IACL"
20049   - "OACL"
20050   layout:
20051     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20052     layout: "plot-latency"
20053
20054 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20055 -
20056   type: "plot"
20057   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20058   algorithm: "plot_latency_error_bars"
20059   output-file-type: ".html"
20060   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20061   data: "plot-vpp-throughput-latency-3n-hsw"
20062   filter: "'NIC_Intel-X710' and
20063            '64B' and
20064            'NDRPDR' and
20065            '1T1C' and
20066            'IP4FWD' and
20067            'NAT44' and
20068            not 'IPSEC' and
20069            not 'VHOST'"
20070   parameters:
20071   - "latency"
20072   - "parent"
20073   - "tags"
20074   sort:
20075   - "BASE"
20076   - "BASE"
20077   - "SRC_USER_10"
20078   - "SRC_USER_100"
20079   - "SRC_USER_1000"
20080   - "SRC_USER_2000"
20081   layout:
20082     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20083     layout: "plot-latency"
20084
20085 -
20086   type: "plot"
20087   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20088   algorithm: "plot_latency_error_bars"
20089   output-file-type: ".html"
20090   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20091   data: "plot-vpp-throughput-latency-3n-hsw"
20092   filter: "'NIC_Intel-X710' and
20093            '64B' and
20094            'NDRPDR' and
20095            '2T2C' and
20096            'IP4FWD' and
20097            'NAT44' and
20098            not 'IPSEC' and
20099            not 'VHOST'"
20100   parameters:
20101   - "latency"
20102   - "parent"
20103   - "tags"
20104   sort:
20105   - "BASE"
20106   - "BASE"
20107   - "SRC_USER_10"
20108   - "SRC_USER_100"
20109   - "SRC_USER_1000"
20110   - "SRC_USER_2000"
20111   layout:
20112     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20113     layout: "plot-latency"
20114
20115 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20116 -
20117   type: "plot"
20118   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20119   algorithm: "plot_latency_error_bars"
20120   output-file-type: ".html"
20121   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20122   data: "plot-vpp-throughput-latency-3n-hsw"
20123   filter: "'NIC_Intel-X710' and
20124            '64B' and
20125            'NDRPDR' and
20126            '1T1C' and
20127            'IP4FWD' and
20128            'IACL' and
20129            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20130            not 'IPSEC' and
20131            not 'VHOST'"
20132   parameters:
20133   - "latency"
20134   - "parent"
20135   - "tags"
20136   sort:
20137   - "ACL_STATELESS"
20138   - "ACL_STATEFUL"
20139   - "ACL_STATELESS"
20140   - "ACL_STATEFUL"
20141   layout:
20142     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20143     layout: "plot-latency"
20144
20145 -
20146   type: "plot"
20147   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20148   algorithm: "plot_latency_error_bars"
20149   output-file-type: ".html"
20150   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20151   data: "plot-vpp-throughput-latency-3n-hsw"
20152   filter: "'NIC_Intel-X710' and
20153            '64B' and
20154            'NDRPDR' and
20155            '2T2C' and
20156            'IP4FWD' and
20157            'IACL' and
20158            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20159            not 'IPSEC' and
20160            not 'VHOST'"
20161   parameters:
20162   - "latency"
20163   - "parent"
20164   - "tags"
20165   sort:
20166   - "ACL_STATELESS"
20167   - "ACL_STATEFUL"
20168   - "ACL_STATELESS"
20169   - "ACL_STATEFUL"
20170   layout:
20171     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20172     layout: "plot-latency"
20173
20174 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20175 -
20176   type: "plot"
20177   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20178   algorithm: "plot_latency_error_bars"
20179   output-file-type: ".html"
20180   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20181   data: "plot-vpp-throughput-latency-3n-hsw"
20182   filter: "'NIC_Intel-X710' and
20183            '64B' and
20184            'NDRPDR' and
20185            '1T1C' and
20186            'IP4FWD' and
20187            'OACL' and
20188            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20189            not 'IPSEC' and
20190            not 'VHOST'"
20191   parameters:
20192   - "latency"
20193   - "parent"
20194   - "tags"
20195   sort:
20196   - "ACL_STATELESS"
20197   - "ACL_STATEFUL"
20198   - "ACL_STATELESS"
20199   - "ACL_STATEFUL"
20200   layout:
20201     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20202     layout: "plot-latency"
20203
20204 -
20205   type: "plot"
20206   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20207   algorithm: "plot_latency_error_bars"
20208   output-file-type: ".html"
20209   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20210   data: "plot-vpp-throughput-latency-3n-hsw"
20211   filter: "'NIC_Intel-X710' and
20212            '64B' and
20213            'NDRPDR' and
20214            '2T2C' and
20215            'IP4FWD' and
20216            'OACL' and
20217            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20218            not 'IPSEC' and
20219            not 'VHOST'"
20220   parameters:
20221   - "latency"
20222   - "parent"
20223   - "tags"
20224   sort:
20225   - "ACL_STATELESS"
20226   - "ACL_STATEFUL"
20227   - "ACL_STATELESS"
20228   - "ACL_STATEFUL"
20229   layout:
20230     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20231     layout: "plot-latency"
20232
20233 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20234 -
20235   type: "plot"
20236   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20237   algorithm: "plot_latency_error_bars"
20238   output-file-type: ".html"
20239   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20240   data: "plot-vpp-throughput-latency-3n-hsw"
20241   filter: "'NIC_Intel-XL710' and
20242            '64B' and
20243            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20244            'NDRPDR' and
20245            '1T1C' and
20246            'IP4FWD' and
20247            not 'IPSEC' and
20248            not 'VHOST'"
20249   parameters:
20250   - "latency"
20251   - "parent"
20252   - "tags"
20253   sort:
20254   - "IP4BASE"
20255   - "FIB_20K"
20256   - "FIB_200K"
20257   - "FIB_2M"
20258   layout:
20259     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20260     layout: "plot-latency"
20261
20262 -
20263   type: "plot"
20264   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20265   algorithm: "plot_latency_error_bars"
20266   output-file-type: ".html"
20267   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20268   data: "plot-vpp-throughput-latency-3n-hsw"
20269   filter: "'NIC_Intel-XL710' and
20270            '64B' and
20271            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20272            'NDRPDR' and
20273            '2T2C' and
20274            'IP4FWD' and
20275            not 'IPSEC' and
20276            not 'VHOST'"
20277   parameters:
20278   - "latency"
20279   - "parent"
20280   - "tags"
20281   sort:
20282   - "IP4BASE"
20283   - "FIB_20K"
20284   - "FIB_200K"
20285   - "FIB_2M"
20286   layout:
20287     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20288     layout: "plot-latency"
20289
20290 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20291 -
20292   type: "plot"
20293   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20294   algorithm: "plot_latency_error_bars"
20295   output-file-type: ".html"
20296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20297   data: "plot-vpp-throughput-latency-3n-skx"
20298   filter: "'NIC_Intel-X710' and
20299            '64B' and
20300            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20301            'NDRPDR' and
20302            '2T1C' and
20303            'IP4FWD' and
20304            not 'IPSEC' and
20305            not 'VHOST'"
20306   parameters:
20307   - "latency"
20308   - "parent"
20309   - "tags"
20310   sort:
20311   - "IP4BASE"
20312   - "FIB_20K"
20313   - "FIB_200K"
20314   - "FIB_2M"
20315   layout:
20316     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20317     layout: "plot-latency"
20318
20319 -
20320   type: "plot"
20321   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20322   algorithm: "plot_latency_error_bars"
20323   output-file-type: ".html"
20324   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20325   data: "plot-vpp-throughput-latency-3n-skx"
20326   filter: "'NIC_Intel-X710' and
20327            '64B' and
20328            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20329            'NDRPDR' and
20330            '4T2C' and
20331            'IP4FWD' and
20332            not 'IPSEC' and
20333            not 'VHOST'"
20334   parameters:
20335   - "latency"
20336   - "parent"
20337   - "tags"
20338   sort:
20339   - "IP4BASE"
20340   - "FIB_20K"
20341   - "FIB_200K"
20342   - "FIB_2M"
20343   layout:
20344     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20345     layout: "plot-latency"
20346
20347 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20348 -
20349   type: "plot"
20350   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20351   algorithm: "plot_latency_error_bars"
20352   output-file-type: ".html"
20353   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20354   data: "plot-vpp-throughput-latency-3n-skx"
20355   filter: "'NIC_Intel-X710' and
20356            '64B' and
20357            ('IP4BASE' or
20358             'POLICE_MARK' or
20359             'COPWHLIST' or
20360             ('NAT44' and 'BASE') or
20361             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20362            'NDRPDR' and
20363            '2T1C' and
20364            'IP4FWD' and
20365            not 'IPSEC' and
20366            not 'VHOST'"
20367   parameters:
20368   - "latency"
20369   - "parent"
20370   - "tags"
20371   sort:
20372   - "IP4BASE"
20373   - "NAT44"
20374   - "POLICE_MARK"
20375   - "COPWHLIST"
20376   - "IACL"
20377   - "OACL"
20378   layout:
20379     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20380     layout: "plot-latency"
20381
20382 -
20383   type: "plot"
20384   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20385   algorithm: "plot_latency_error_bars"
20386   output-file-type: ".html"
20387   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20388   data: "plot-vpp-throughput-latency-3n-skx"
20389   filter: "'NIC_Intel-X710' and
20390            '64B' and
20391            ('IP4BASE' or
20392             'POLICE_MARK' or
20393             'COPWHLIST' or
20394             ('NAT44' and 'BASE') or
20395             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20396            'NDRPDR' and
20397            '4T2C' and
20398            'IP4FWD' and
20399            not 'IPSEC' and
20400            not 'VHOST'"
20401   parameters:
20402   - "latency"
20403   - "parent"
20404   - "tags"
20405   sort:
20406   - "IP4BASE"
20407   - "NAT44"
20408   - "POLICE_MARK"
20409   - "COPWHLIST"
20410   - "IACL"
20411   - "OACL"
20412   layout:
20413     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20414     layout: "plot-latency"
20415
20416 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20417 -
20418   type: "plot"
20419   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20420   algorithm: "plot_latency_error_bars"
20421   output-file-type: ".html"
20422   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20423   data: "plot-vpp-throughput-latency-3n-skx"
20424   filter: "'NIC_Intel-X710' and
20425            '64B' and
20426            'NDRPDR' and
20427            '2T1C' and
20428            'IP4FWD' and
20429            'NAT44' and
20430            not 'IPSEC' and
20431            not 'VHOST'"
20432   parameters:
20433   - "latency"
20434   - "parent"
20435   - "tags"
20436   sort:
20437   - "BASE"
20438   - "BASE"
20439   - "SRC_USER_10"
20440   - "SRC_USER_100"
20441   - "SRC_USER_1000"
20442   - "SRC_USER_2000"
20443   layout:
20444     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20445     layout: "plot-latency"
20446
20447 -
20448   type: "plot"
20449   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20450   algorithm: "plot_latency_error_bars"
20451   output-file-type: ".html"
20452   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20453   data: "plot-vpp-throughput-latency-3n-skx"
20454   filter: "'NIC_Intel-X710' and
20455            '64B' and
20456            'NDRPDR' and
20457            '4T2C' and
20458            'IP4FWD' and
20459            'NAT44' and
20460            not 'IPSEC' and
20461            not 'VHOST'"
20462   parameters:
20463   - "latency"
20464   - "parent"
20465   - "tags"
20466   sort:
20467   - "BASE"
20468   - "BASE"
20469   - "SRC_USER_10"
20470   - "SRC_USER_100"
20471   - "SRC_USER_1000"
20472   - "SRC_USER_2000"
20473   layout:
20474     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20475     layout: "plot-latency"
20476
20477 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20478 -
20479   type: "plot"
20480   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20481   algorithm: "plot_latency_error_bars"
20482   output-file-type: ".html"
20483   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20484   data: "plot-vpp-throughput-latency-3n-skx"
20485   filter: "'NIC_Intel-X710' and
20486            '64B' and
20487            'NDRPDR' and
20488            '2T1C' and
20489            'IP4FWD' and
20490            'IACL' and
20491            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20492            not 'IPSEC' and
20493            not 'VHOST'"
20494   parameters:
20495   - "latency"
20496   - "parent"
20497   - "tags"
20498   sort:
20499   - "ACL_STATELESS"
20500   - "ACL_STATEFUL"
20501   - "ACL_STATELESS"
20502   - "ACL_STATEFUL"
20503   layout:
20504     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20505     layout: "plot-latency"
20506
20507 -
20508   type: "plot"
20509   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20510   algorithm: "plot_latency_error_bars"
20511   output-file-type: ".html"
20512   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20513   data: "plot-vpp-throughput-latency-3n-skx"
20514   filter: "'NIC_Intel-X710' and
20515            '64B' and
20516            'NDRPDR' and
20517            '4T2C' and
20518            'IP4FWD' and
20519            'IACL' and
20520            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20521            not 'IPSEC' and
20522            not 'VHOST'"
20523   parameters:
20524   - "latency"
20525   - "parent"
20526   - "tags"
20527   sort:
20528   - "ACL_STATELESS"
20529   - "ACL_STATEFUL"
20530   - "ACL_STATELESS"
20531   - "ACL_STATEFUL"
20532   layout:
20533     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20534     layout: "plot-latency"
20535
20536 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20537 -
20538   type: "plot"
20539   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20540   algorithm: "plot_latency_error_bars"
20541   output-file-type: ".html"
20542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20543   data: "plot-vpp-throughput-latency-3n-skx"
20544   filter: "'NIC_Intel-X710' and
20545            '64B' and
20546            'NDRPDR' and
20547            '2T1C' and
20548            'IP4FWD' and
20549            'OACL' and
20550            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20551            not 'IPSEC' and
20552            not 'VHOST'"
20553   parameters:
20554   - "latency"
20555   - "parent"
20556   - "tags"
20557   sort:
20558   - "ACL_STATELESS"
20559   - "ACL_STATEFUL"
20560   - "ACL_STATELESS"
20561   - "ACL_STATEFUL"
20562   layout:
20563     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20564     layout: "plot-latency"
20565
20566 -
20567   type: "plot"
20568   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20569   algorithm: "plot_latency_error_bars"
20570   output-file-type: ".html"
20571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20572   data: "plot-vpp-throughput-latency-3n-skx"
20573   filter: "'NIC_Intel-X710' and
20574            '64B' and
20575            'NDRPDR' and
20576            '4T2C' and
20577            'IP4FWD' and
20578            'OACL' and
20579            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20580            not 'IPSEC' and
20581            not 'VHOST'"
20582   parameters:
20583   - "latency"
20584   - "parent"
20585   - "tags"
20586   sort:
20587   - "ACL_STATELESS"
20588   - "ACL_STATEFUL"
20589   - "ACL_STATELESS"
20590   - "ACL_STATEFUL"
20591   layout:
20592     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20593     layout: "plot-latency"
20594
20595 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20596 -
20597   type: "plot"
20598   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20599   algorithm: "plot_latency_error_bars"
20600   output-file-type: ".html"
20601   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20602   data: "plot-vpp-throughput-latency-2n-skx"
20603   filter: "'NIC_Intel-X710' and
20604            '64B' and
20605            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20606            'NDRPDR' and
20607            '2T1C' and
20608            'IP4FWD' and
20609            not 'IPSEC' and
20610            not 'VHOST'"
20611   parameters:
20612   - "latency"
20613   - "parent"
20614   - "tags"
20615   sort:
20616   - "DOT1Q"
20617   - "IP4BASE"
20618   - "FIB_20k"
20619   - "FIB_200k"
20620   - "FIB_2M"
20621   layout:
20622     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20623     layout: "plot-latency"
20624
20625 -
20626   type: "plot"
20627   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20628   algorithm: "plot_latency_error_bars"
20629   output-file-type: ".html"
20630   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20631   data: "plot-vpp-throughput-latency-2n-skx"
20632   filter: "'NIC_Intel-X710' and
20633            '64B' and
20634            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20635            'NDRPDR' and
20636            '4T2C' and
20637            'IP4FWD' and
20638            not 'IPSEC' and
20639            not 'VHOST'"
20640   parameters:
20641   - "latency"
20642   - "parent"
20643   - "tags"
20644   sort:
20645   - "DOT1Q"
20646   - "IP4BASE"
20647   - "FIB_20k"
20648   - "FIB_200k"
20649   - "FIB_2M"
20650   layout:
20651     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20652     layout: "plot-latency"
20653
20654 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20655 -
20656   type: "plot"
20657   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20658   algorithm: "plot_latency_error_bars"
20659   output-file-type: ".html"
20660   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20661   data: "plot-vpp-throughput-latency-2n-skx"
20662   filter: "'NIC_Intel-XXV710' and
20663            '64B' and
20664            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20665            'NDRPDR' and
20666            '2T1C' and
20667            'IP4FWD' and
20668            not 'IPSEC' and
20669            not 'VHOST'"
20670   parameters:
20671   - "latency"
20672   - "parent"
20673   - "tags"
20674   sort:
20675   - "DOT1Q"
20676   - "IP4BASE"
20677   - "FIB_20k"
20678   - "FIB_200k"
20679   - "FIB_2M"
20680   layout:
20681     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20682     layout: "plot-latency"
20683
20684 -
20685   type: "plot"
20686   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20687   algorithm: "plot_latency_error_bars"
20688   output-file-type: ".html"
20689   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20690   data: "plot-vpp-throughput-latency-2n-skx"
20691   filter: "'NIC_Intel-XXV710' and
20692            '64B' and
20693            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20694            'NDRPDR' and
20695            '4T2C' and
20696            'IP4FWD' and
20697            not 'IPSEC' and
20698            not 'VHOST'"
20699   parameters:
20700   - "latency"
20701   - "parent"
20702   - "tags"
20703   sort:
20704   - "DOT1Q"
20705   - "IP4BASE"
20706   - "FIB_20k"
20707   - "FIB_200k"
20708   - "FIB_2M"
20709   layout:
20710     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20711     layout: "plot-latency"
20712
20713 ################################################################################
20714
20715 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20716 -
20717   type: "plot"
20718   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20719   algorithm: "plot_latency_error_bars"
20720   output-file-type: ".html"
20721   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20722   data: "plot-vpp-throughput-latency-3n-hsw"
20723   filter: "'NIC_Intel-X520-DA2' and
20724            '64B' and
20725            'ENCAP' and
20726            'NDRPDR' and
20727            '1T1C' and
20728            ('VXLAN' or 'LISP') and
20729            not 'VHOST' and
20730            not 'IPSECHW'"
20731   parameters:
20732   - "latency"
20733   - "parent"
20734   - "tags"
20735   sort:
20736   - "not DOT1Q"
20737   - "VXLAN_1"
20738   - "VXLAN_10"
20739   - "VXLAN_100"
20740   - "VXLAN_1000"
20741   layout:
20742     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20743     layout: "plot-latency"
20744
20745 -
20746   type: "plot"
20747   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20748   algorithm: "plot_latency_error_bars"
20749   output-file-type: ".html"
20750   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20751   data: "plot-vpp-throughput-latency-3n-hsw"
20752   filter: "'NIC_Intel-X520-DA2' and
20753            '64B' and
20754            'ENCAP' and
20755            'NDRPDR' and
20756            '2T2C' and
20757            ('VXLAN' or 'LISP') and
20758            not 'VHOST' and
20759            not 'IPSECHW'"
20760   parameters:
20761   - "latency"
20762   - "parent"
20763   - "tags"
20764   sort:
20765   - "not DOT1Q"
20766   - "VXLAN_1"
20767   - "VXLAN_10"
20768   - "VXLAN_100"
20769   - "VXLAN_1000"
20770   layout:
20771     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20772     layout: "plot-latency"
20773
20774 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20775 -
20776   type: "plot"
20777   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20778   algorithm: "plot_latency_error_bars"
20779   output-file-type: ".html"
20780   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20781   data: "plot-vpp-throughput-latency-3n-hsw"
20782   filter: "'NIC_Intel-X520-DA2' and
20783            '64B' and
20784            'ENCAP' and
20785            'NDRPDR' and
20786            '1T1C' and
20787            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20788            not 'DOT1Q' and
20789            not 'VHOST' and
20790            not 'IPSECHW'"
20791   parameters:
20792   - "latency"
20793   - "parent"
20794   - "tags"
20795   sort:
20796   - "L2BDMACLRN"
20797   - "L2XCFWD"
20798   - "LISP"
20799   layout:
20800     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20801     layout: "plot-latency"
20802
20803 -
20804   type: "plot"
20805   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20806   algorithm: "plot_latency_error_bars"
20807   output-file-type: ".html"
20808   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20809   data: "plot-vpp-throughput-latency-3n-hsw"
20810   filter: "'NIC_Intel-X520-DA2' and
20811            '64B' and
20812            'ENCAP' and
20813            'NDRPDR' and
20814            '2T2C' and
20815            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20816            not 'DOT1Q' and
20817            not 'VHOST' and
20818            not 'IPSECHW'"
20819   parameters:
20820   - "latency"
20821   - "parent"
20822   - "tags"
20823   sort:
20824   - "L2BDMACLRN"
20825   - "L2XCFWD"
20826   - "LISP"
20827   layout:
20828     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20829     layout: "plot-latency"
20830
20831 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20832 -
20833   type: "plot"
20834   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20835   algorithm: "plot_latency_error_bars"
20836   output-file-type: ".html"
20837   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20838   data: "plot-vpp-throughput-latency-3n-hsw"
20839   filter: "'NIC_Intel-X710' and
20840            '64B' and
20841            'ENCAP' and
20842            'NDRPDR' and
20843            '1T1C' and
20844            ('VXLAN' or 'LISP') and
20845            not 'VHOST' and
20846            not 'IPSECHW'"
20847   parameters:
20848   - "latency"
20849   - "parent"
20850   - "tags"
20851   sort:
20852   - "LISP"
20853   - "VXLAN_1"
20854   - "VXLAN_10"
20855   - "VXLAN_100"
20856   - "VXLAN_1000"
20857   layout:
20858     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20859     layout: "plot-latency"
20860
20861 -
20862   type: "plot"
20863   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20864   algorithm: "plot_latency_error_bars"
20865   output-file-type: ".html"
20866   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20867   data: "plot-vpp-throughput-latency-3n-hsw"
20868   filter: "'NIC_Intel-X710' and
20869            '64B' and
20870            'ENCAP' and
20871            'NDRPDR' and
20872            '2T2C' and
20873            ('VXLAN' or 'LISP') and
20874            not 'VHOST' and
20875            not 'IPSECHW'"
20876   parameters:
20877   - "latency"
20878   - "parent"
20879   - "tags"
20880   sort:
20881   - "LISP"
20882   - "VXLAN_1"
20883   - "VXLAN_10"
20884   - "VXLAN_100"
20885   - "VXLAN_1000"
20886   layout:
20887     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20888     layout: "plot-latency"
20889
20890 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20891 -
20892   type: "plot"
20893   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20894   algorithm: "plot_latency_error_bars"
20895   output-file-type: ".html"
20896   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20897   data: "plot-vpp-throughput-latency-3n-hsw"
20898   filter: "'NIC_Intel-X710' and
20899            '64B' and
20900            'ENCAP' and
20901            'NDRPDR' and
20902            '1T1C' and
20903            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20904            not 'DOT1Q' and
20905            not 'VHOST' and
20906            not 'IPSECHW'"
20907   parameters:
20908   - "latency"
20909   - "parent"
20910   - "tags"
20911   sort:
20912   - "L2BDMACLRN"
20913   - "L2XCFWD"
20914   - "LISP"
20915   layout:
20916     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20917     layout: "plot-latency"
20918
20919 -
20920   type: "plot"
20921   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20922   algorithm: "plot_latency_error_bars"
20923   output-file-type: ".html"
20924   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20925   data: "plot-vpp-throughput-latency-3n-hsw"
20926   filter: "'NIC_Intel-X710' and
20927            '64B' and
20928            'ENCAP' and
20929            'NDRPDR' and
20930            '2T2C' and
20931            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20932            not 'DOT1Q' and
20933            not 'VHOST' and
20934            not 'IPSECHW'"
20935   parameters:
20936   - "latency"
20937   - "parent"
20938   - "tags"
20939   sort:
20940   - "L2BDMACLRN"
20941   - "L2XCFWD"
20942   - "LISP"
20943   layout:
20944     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20945     layout: "plot-latency"
20946
20947 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20948 -
20949   type: "plot"
20950   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20951   algorithm: "plot_latency_error_bars"
20952   output-file-type: ".html"
20953   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20954   data: "plot-vpp-throughput-latency-3n-skx"
20955   filter: "'NIC_Intel-X710' and
20956            '64B' and
20957            'ENCAP' and
20958            'NDRPDR' and
20959            '2T1C' and
20960            ('VXLAN' or 'LISP') and
20961            not 'VHOST' and
20962            not 'IPSECHW'"
20963   parameters:
20964   - "latency"
20965   - "parent"
20966   - "tags"
20967   sort:
20968   - "LISP"
20969   - "VXLAN_1"
20970   - "VXLAN_10"
20971   - "VXLAN_100"
20972   - "VXLAN_1000"
20973   layout:
20974     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20975     layout: "plot-latency"
20976
20977 -
20978   type: "plot"
20979   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20980   algorithm: "plot_latency_error_bars"
20981   output-file-type: ".html"
20982   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20983   data: "plot-vpp-throughput-latency-3n-skx"
20984   filter: "'NIC_Intel-X710' and
20985            '64B' and
20986            'ENCAP' and
20987            'NDRPDR' and
20988            '4T2C' and
20989            ('VXLAN' or 'LISP') and
20990            not 'VHOST' and
20991            not 'IPSECHW'"
20992   parameters:
20993   - "latency"
20994   - "parent"
20995   - "tags"
20996   sort:
20997   - "LISP"
20998   - "VXLAN_1"
20999   - "VXLAN_10"
21000   - "VXLAN_100"
21001   - "VXLAN_1000"
21002   layout:
21003     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21004     layout: "plot-latency"
21005
21006 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21007 -
21008   type: "plot"
21009   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21010   algorithm: "plot_latency_error_bars"
21011   output-file-type: ".html"
21012   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21013   data: "plot-vpp-throughput-latency-3n-skx"
21014   filter: "'NIC_Intel-X710' and
21015            '64B' and
21016            'ENCAP' and
21017            'NDRPDR' and
21018            '2T1C' and
21019            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21020            not 'DOT1Q' and
21021            not 'VHOST' and
21022            not 'IPSECHW'"
21023   parameters:
21024   - "latency"
21025   - "parent"
21026   - "tags"
21027   sort:
21028   - "L2BDMACLRN"
21029   - "L2XCFWD"
21030   - "LISP"
21031   layout:
21032     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21033     layout: "plot-latency"
21034
21035 -
21036   type: "plot"
21037   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21038   algorithm: "plot_latency_error_bars"
21039   output-file-type: ".html"
21040   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21041   data: "plot-vpp-throughput-latency-3n-skx"
21042   filter: "'NIC_Intel-X710' and
21043            '64B' and
21044            'ENCAP' and
21045            'NDRPDR' and
21046            '4T2C' and
21047            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21048            not 'DOT1Q' and
21049            not 'VHOST' and
21050            not 'IPSECHW'"
21051   parameters:
21052   - "latency"
21053   - "parent"
21054   - "tags"
21055   sort:
21056   - "L2BDMACLRN"
21057   - "L2XCFWD"
21058   - "LISP"
21059   layout:
21060     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21061     layout: "plot-latency"
21062
21063 ################################################################################
21064
21065 # Packet Latency - VPP IPv6 3n-hsw-x520
21066 -
21067   type: "plot"
21068   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21069   algorithm: "plot_latency_error_bars"
21070   output-file-type: ".html"
21071   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21072   data: "plot-vpp-throughput-latency-3n-hsw"
21073   filter: "'NIC_Intel-X520-DA2' and
21074            '78B' and
21075            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21076            'NDRPDR' and
21077            '1T1C' and
21078            'IP6FWD' and
21079            not 'SRv6' and
21080            not 'IPSEC' and
21081            not 'VHOST'"
21082   parameters:
21083   - "latency"
21084   - "parent"
21085   - "tags"
21086   sort:
21087   - "IP6BASE"
21088   - "FIB_20K"
21089   - "FIB_200K"
21090   - "FIB_2M"
21091   layout:
21092     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21093     layout: "plot-latency"
21094
21095 -
21096   type: "plot"
21097   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21098   algorithm: "plot_latency_error_bars"
21099   output-file-type: ".html"
21100   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21101   data: "plot-vpp-throughput-latency-3n-hsw"
21102   filter: "'NIC_Intel-X520-DA2' and
21103            '78B' and
21104            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21105            'NDRPDR' and
21106            '2T2C' and
21107            'IP6FWD' and
21108            not 'SRv6' and
21109            not 'IPSEC' and
21110            not 'VHOST'"
21111   parameters:
21112   - "latency"
21113   - "parent"
21114   - "tags"
21115   sort:
21116   - "IP6BASE"
21117   - "FIB_20K"
21118   - "FIB_200K"
21119   - "FIB_2M"
21120   layout:
21121     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21122     layout: "plot-latency"
21123
21124 # Packet Latency - VPP IPv6 3n-hsw-x710
21125 -
21126   type: "plot"
21127   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21128   algorithm: "plot_latency_error_bars"
21129   output-file-type: ".html"
21130   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21131   data: "plot-vpp-throughput-latency-3n-hsw"
21132   filter: "'NIC_Intel-X710' and
21133            '78B' and
21134            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21135            'NDRPDR' and
21136            '1T1C' and
21137            'IP6FWD' and
21138            not 'SRv6' and
21139            not 'IPSEC' and
21140            not 'VHOST'"
21141   parameters:
21142   - "latency"
21143   - "parent"
21144   - "tags"
21145   sort:
21146   - "IP6BASE"
21147   - "FIB_20K"
21148   - "FIB_200K"
21149   - "FIB_2M"
21150   layout:
21151     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21152     layout: "plot-latency"
21153
21154 -
21155   type: "plot"
21156   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21157   algorithm: "plot_latency_error_bars"
21158   output-file-type: ".html"
21159   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21160   data: "plot-vpp-throughput-latency-3n-hsw"
21161   filter: "'NIC_Intel-X710' and
21162            '78B' and
21163            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21164            'NDRPDR' and
21165            '2T2C' and
21166            'IP6FWD' and
21167            not 'SRv6' and
21168            not 'IPSEC' and
21169            not 'VHOST'"
21170   parameters:
21171   - "latency"
21172   - "parent"
21173   - "tags"
21174   sort:
21175   - "IP6BASE"
21176   - "FIB_20K"
21177   - "FIB_200K"
21178   - "FIB_2M"
21179   layout:
21180     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21181     layout: "plot-latency"
21182
21183 # Packet Latency - VPP IPv6 3n-hsw-xl710
21184 -
21185   type: "plot"
21186   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21187   algorithm: "plot_latency_error_bars"
21188   output-file-type: ".html"
21189   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21190   data: "plot-vpp-throughput-latency-3n-hsw"
21191   filter: "'NIC_Intel-XL710' and
21192            '78B' and
21193            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21194            'NDRPDR' and
21195            '1T1C' and
21196            'IP6FWD' and
21197            not 'SRv6' and
21198            not 'IPSEC' and
21199            not 'VHOST'"
21200   parameters:
21201   - "latency"
21202   - "parent"
21203   - "tags"
21204   sort:
21205   - "IP6BASE"
21206   - "FIB_20K"
21207   - "FIB_200K"
21208   - "FIB_2M"
21209   layout:
21210     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21211     layout: "plot-latency"
21212
21213 -
21214   type: "plot"
21215   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21216   algorithm: "plot_latency_error_bars"
21217   output-file-type: ".html"
21218   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21219   data: "plot-vpp-throughput-latency-3n-hsw"
21220   filter: "'NIC_Intel-XL710' and
21221            '78B' and
21222            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21223            'NDRPDR' and
21224            '2T2C' and
21225            'IP6FWD' and
21226            not 'SRv6' and
21227            not 'IPSEC' and
21228            not 'VHOST'"
21229   parameters:
21230   - "latency"
21231   - "parent"
21232   - "tags"
21233   sort:
21234   - "IP6BASE"
21235   - "FIB_20K"
21236   - "FIB_200K"
21237   - "FIB_2M"
21238   layout:
21239     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21240     layout: "plot-latency"
21241
21242 # Packet Latency - VPP IPv6 3n-skx-x710
21243 -
21244   type: "plot"
21245   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21246   algorithm: "plot_latency_error_bars"
21247   output-file-type: ".html"
21248   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21249   data: "plot-vpp-throughput-latency-3n-skx"
21250   filter: "'NIC_Intel-X710' and
21251            '78B' and
21252            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21253            'NDRPDR' and
21254            '2T1C' and
21255            'IP6FWD' and
21256            not 'SRv6' and
21257            not 'IPSEC' and
21258            not 'VHOST'"
21259   parameters:
21260   - "latency"
21261   - "parent"
21262   - "tags"
21263   sort:
21264   - "IP6BASE"
21265   - "FIB_20K"
21266   - "FIB_200K"
21267   - "FIB_2M"
21268   layout:
21269     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21270     layout: "plot-latency"
21271
21272 -
21273   type: "plot"
21274   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21275   algorithm: "plot_latency_error_bars"
21276   output-file-type: ".html"
21277   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21278   data: "plot-vpp-throughput-latency-3n-skx"
21279   filter: "'NIC_Intel-X710' and
21280            '78B' and
21281            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21282            'NDRPDR' and
21283            '4T2C' and
21284            'IP6FWD' and
21285            not 'SRv6' and
21286            not 'IPSEC' and
21287            not 'VHOST'"
21288   parameters:
21289   - "latency"
21290   - "parent"
21291   - "tags"
21292   sort:
21293   - "IP6BASE"
21294   - "FIB_20K"
21295   - "FIB_200K"
21296   - "FIB_2M"
21297   layout:
21298     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21299     layout: "plot-latency"
21300
21301 # Packet Latency - VPP IPv6 2n-skx-x710
21302 -
21303   type: "plot"
21304   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21305   algorithm: "plot_latency_error_bars"
21306   output-file-type: ".html"
21307   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21308   data: "plot-vpp-throughput-latency-2n-skx"
21309   filter: "'NIC_Intel-X710' and
21310            '78B' and
21311            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21312            'NDRPDR' and
21313            '2T1C' and
21314            'IP6FWD' and
21315            not 'SRv6' and
21316            not 'IPSEC' and
21317            not 'VHOST'"
21318   parameters:
21319   - "latency"
21320   - "parent"
21321   - "tags"
21322   sort:
21323   - "IP6BASE"
21324   - "FIB_20k"
21325   - "FIB_200k"
21326   - "FIB_2M"
21327   layout:
21328     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21329     layout: "plot-latency"
21330
21331 -
21332   type: "plot"
21333   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21334   algorithm: "plot_latency_error_bars"
21335   output-file-type: ".html"
21336   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21337   data: "plot-vpp-throughput-latency-2n-skx"
21338   filter: "'NIC_Intel-X710' and
21339            '78B' and
21340            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21341            'NDRPDR' and
21342            '4T2C' and
21343            'IP6FWD' and
21344            not 'SRv6' and
21345            not 'IPSEC' and
21346            not 'VHOST'"
21347   parameters:
21348   - "latency"
21349   - "parent"
21350   - "tags"
21351   sort:
21352   - "IP6BASE"
21353   - "FIB_20k"
21354   - "FIB_200k"
21355   - "FIB_2M"
21356   layout:
21357     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21358     layout: "plot-latency"
21359
21360 # Packet Latency - VPP IPv6 2n-skx-xxv710
21361 -
21362   type: "plot"
21363   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21364   algorithm: "plot_latency_error_bars"
21365   output-file-type: ".html"
21366   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21367   data: "plot-vpp-throughput-latency-2n-skx"
21368   filter: "'NIC_Intel-XXV710' and
21369            '78B' and
21370            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21371            'NDRPDR' and
21372            '2T1C' and
21373            'IP6FWD' and
21374            not 'SRv6' and
21375            not 'IPSEC' and
21376            not 'VHOST'"
21377   parameters:
21378   - "latency"
21379   - "parent"
21380   - "tags"
21381   sort:
21382   - "IP6BASE"
21383   - "FIB_20k"
21384   - "FIB_200k"
21385   - "FIB_2M"
21386   layout:
21387     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21388     layout: "plot-latency"
21389
21390 -
21391   type: "plot"
21392   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21393   algorithm: "plot_latency_error_bars"
21394   output-file-type: ".html"
21395   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21396   data: "plot-vpp-throughput-latency-2n-skx"
21397   filter: "'NIC_Intel-XXV710' and
21398            '78B' and
21399            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21400            'NDRPDR' and
21401            '4T2C' and
21402            'IP6FWD' and
21403            not 'SRv6' and
21404            not 'IPSEC' and
21405            not 'VHOST'"
21406   parameters:
21407   - "latency"
21408   - "parent"
21409   - "tags"
21410   sort:
21411   - "IP6BASE"
21412   - "FIB_20k"
21413   - "FIB_200k"
21414   - "FIB_2M"
21415   layout:
21416     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21417     layout: "plot-latency"
21418
21419 ################################################################################
21420
21421 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21422 -
21423   type: "plot"
21424   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21425   algorithm: "plot_latency_error_bars"
21426   output-file-type: ".html"
21427   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21428   data: "plot-vpp-throughput-latency-3n-hsw"
21429   filter: "'NIC_Intel-X520-DA2' and
21430            '78B' and
21431            'ENCAP' and
21432            'NDRPDR' and
21433            '1T1C' and
21434            'LISP' and
21435            not 'VHOST'"
21436   parameters:
21437   - "latency"
21438   - "parent"
21439   - "tags"
21440   sort:
21441   - "IP4UNRLAY"
21442   - "IP6UNRLAY"
21443   layout:
21444     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21445     layout: "plot-latency"
21446
21447 -
21448   type: "plot"
21449   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21450   algorithm: "plot_latency_error_bars"
21451   output-file-type: ".html"
21452   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21453   data: "plot-vpp-throughput-latency-3n-hsw"
21454   filter: "'NIC_Intel-X520-DA2' and
21455            '78B' and
21456            'ENCAP' and
21457            'NDRPDR' and
21458            '2T2C' and
21459            'LISP' and
21460            not 'VHOST'"
21461   parameters:
21462   - "latency"
21463   - "parent"
21464   - "tags"
21465   sort:
21466   - "IP4UNRLAY"
21467   - "IP6UNRLAY"
21468   layout:
21469     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21470     layout: "plot-latency"
21471
21472 ################################################################################
21473
21474 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21475 -
21476   type: "plot"
21477   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21478   algorithm: "plot_latency_error_bars"
21479   output-file-type: ".html"
21480   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21481   data: "plot-vpp-throughput-latency-3n-hsw"
21482   filter: "'NIC_Intel-XL710' and
21483            '64B' and
21484            'IP4FWD' and
21485            'NDRPDR' and
21486            'BASE' and
21487            '1T1C' and
21488            'IPSECHW' and
21489            ('IPSECTRAN' or 'IPSECTUN') and
21490            not 'VHOST'"
21491   parameters:
21492   - "latency"
21493   - "parent"
21494   - "tags"
21495   layout:
21496     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21497     layout: "plot-latency"
21498
21499 -
21500   type: "plot"
21501   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21502   algorithm: "plot_latency_error_bars"
21503   output-file-type: ".html"
21504   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21505   data: "plot-vpp-throughput-latency-3n-hsw"
21506   filter: "'NIC_Intel-XL710' and
21507            '64B' and
21508            'IP4FWD' and
21509            'NDRPDR' and
21510            'BASE' and
21511            '2T2C' and
21512            'IPSECHW' and
21513            ('IPSECTRAN' or 'IPSECTUN') and
21514            not 'VHOST'"
21515   parameters:
21516   - "latency"
21517   - "parent"
21518   - "tags"
21519   layout:
21520     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21521     layout: "plot-latency"
21522
21523 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21524 -
21525   type: "plot"
21526   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21527   algorithm: "plot_latency_error_bars"
21528   output-file-type: ".html"
21529   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21530   data: "plot-vpp-throughput-latency-3n-hsw"
21531   filter: "'NIC_Intel-XL710' and
21532            '64B' and
21533            'IP4FWD' and
21534            'NDRPDR' and
21535            'SCALE' and
21536            '1T1C' and
21537            'IPSECHW' and
21538            ('IPSECTRAN' or 'IPSECTUN') and
21539            not 'VHOST'"
21540   parameters:
21541   - "latency"
21542   - "parent"
21543   - "tags"
21544   layout:
21545     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21546     layout: "plot-latency"
21547
21548 -
21549   type: "plot"
21550   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21551   algorithm: "plot_latency_error_bars"
21552   output-file-type: ".html"
21553   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21554   data: "plot-vpp-throughput-latency-3n-hsw"
21555   filter: "'NIC_Intel-XL710' and
21556            '64B' and
21557            'IP4FWD' and
21558            'NDRPDR' and
21559            'SCALE' and
21560            '2T2C' and
21561            'IPSECHW' and
21562            ('IPSECTRAN' or 'IPSECTUN') and
21563            not 'VHOST'"
21564   parameters:
21565   - "latency"
21566   - "parent"
21567   - "tags"
21568   layout:
21569     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21570     layout: "plot-latency"
21571
21572 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21573 -
21574   type: "plot"
21575   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21576   algorithm: "plot_latency_error_bars"
21577   output-file-type: ".html"
21578   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21579   data: "plot-vpp-throughput-latency-3n-hsw"
21580   filter: "'NIC_Intel-XL710' and
21581            '64B' and
21582            'IP4FWD' and
21583            'NDRPDR' and
21584            '1T1C' and
21585            'IPSECSW' and
21586            ('IPSECTRAN' or 'IPSECTUN') and
21587            not 'VHOST'"
21588   parameters:
21589   - "latency"
21590   - "parent"
21591   - "tags"
21592   layout:
21593     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21594     layout: "plot-latency"
21595
21596 -
21597   type: "plot"
21598   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21599   algorithm: "plot_latency_error_bars"
21600   output-file-type: ".html"
21601   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21602   data: "plot-vpp-throughput-latency-3n-hsw"
21603   filter: "'NIC_Intel-XL710' and
21604            '64B' and
21605            'IP4FWD' and
21606            'NDRPDR' and
21607            '2T2C' and
21608            'IPSECSW' and
21609            ('IPSECTRAN' or 'IPSECTUN') and
21610            not 'VHOST'"
21611   parameters:
21612   - "latency"
21613   - "parent"
21614   - "tags"
21615   layout:
21616     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21617     layout: "plot-latency"
21618
21619 ################################################################################
21620
21621 # Packet Latency - VPP SRv6 3n-hsw-x520
21622 -
21623   type: "plot"
21624   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21625   algorithm: "plot_latency_error_bars"
21626   output-file-type: ".html"
21627   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21628   data: "plot-vpp-throughput-latency-3n-hsw"
21629   filter: "'NIC_Intel-X520-DA2' and
21630            '78B' and
21631            'FEATURE' and
21632            'NDRPDR' and
21633            '1T1C' and
21634            'IP6FWD' and
21635            'SRv6'"
21636   parameters:
21637   - "latency"
21638   - "parent"
21639   - "tags"
21640   layout:
21641     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21642     layout: "plot-latency"
21643
21644 -
21645   type: "plot"
21646   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21647   algorithm: "plot_latency_error_bars"
21648   output-file-type: ".html"
21649   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21650   data: "plot-vpp-throughput-latency-3n-hsw"
21651   filter: "'NIC_Intel-X520-DA2' and
21652            '78B' and
21653            'FEATURE' and
21654            'NDRPDR' and
21655            '2T2C' and
21656            'IP6FWD' and
21657            'SRv6'"
21658   parameters:
21659   - "latency"
21660   - "parent"
21661   - "tags"
21662   layout:
21663     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21664     layout: "plot-latency"
21665
21666 ################################################################################
21667
21668 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21669 -
21670   type: "plot"
21671   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21672   algorithm: "plot_latency_error_bars"
21673   output-file-type: ".html"
21674   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21675   data: "plot-vpp-throughput-latency-3n-hsw"
21676   filter: "'NIC_Intel-X520-DA2' and
21677            '64B' and
21678            'NDRPDR' and
21679            'ETH' and
21680            'IP4FWD' and
21681            '1T1C' and
21682            'VHOST_1024' and
21683            not 'VXLAN' and
21684            not 'DOT1Q'"
21685   parameters:
21686   - "latency"
21687   - "parent"
21688   - "tags"
21689   sort:
21690   - "not CFS_OPT"
21691   - "1VM"
21692   - "2VM"
21693   layout:
21694     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21695     layout: "plot-latency"
21696
21697 -
21698   type: "plot"
21699   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21700   algorithm: "plot_latency_error_bars"
21701   output-file-type: ".html"
21702   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21703   data: "plot-vpp-throughput-latency-3n-hsw"
21704   filter: "'NIC_Intel-X520-DA2' and
21705            '64B' and
21706            'NDRPDR' and
21707            'ETH' and
21708            'IP4FWD' and
21709            '2T2C' and
21710            'VHOST_1024' and
21711            not 'VXLAN' and
21712            not 'DOT1Q'"
21713   parameters:
21714   - "latency"
21715   - "parent"
21716   - "tags"
21717   sort:
21718   - "not CFS_OPT"
21719   - "1VM"
21720   - "2VM"
21721   layout:
21722     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21723     layout: "plot-latency"
21724
21725 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21726 -
21727   type: "plot"
21728   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21729   algorithm: "plot_latency_error_bars"
21730   output-file-type: ".html"
21731   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21732   data: "plot-vpp-throughput-latency-3n-hsw"
21733   filter: "'NIC_Intel-X520-DA2' and
21734            '64B' and
21735            'NDRPDR' and
21736            ('ETH' or 'DOT1Q') and
21737            '1T1C' and
21738            'L2BDMACLRN' and
21739            'VHOST_1024' and
21740            not 'VXLAN' and
21741            not 'IP4FWD' and
21742            not '2VM'"
21743   parameters:
21744   - "latency"
21745   - "parent"
21746   - "tags"
21747 #  sort:
21748 #  - "VM"  # "not CFS_OPT"
21749 #  - "CFS_OPT"
21750 #  - "FIB_10K"
21751 #  - "FIB_100K"
21752 #  - "FIB_1M"
21753   layout:
21754     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21755     layout: "plot-latency"
21756
21757 -
21758   type: "plot"
21759   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21760   algorithm: "plot_latency_error_bars"
21761   output-file-type: ".html"
21762   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21763   data: "plot-vpp-throughput-latency-3n-hsw"
21764   filter: "'NIC_Intel-X520-DA2' and
21765            '64B' and
21766            'NDRPDR' and
21767            ('ETH' or 'DOT1Q') and
21768            '2T2C' and
21769            'L2BDMACLRN' and
21770            'VHOST_1024' and
21771            not 'VXLAN' and
21772            not 'IP4FWD' and
21773            not '2VM'"
21774   parameters:
21775   - "latency"
21776   - "parent"
21777   - "tags"
21778 #  sort:
21779 #  - "VM"  # "not CFS_OPT"
21780 #  - "CFS_OPT"
21781 #  - "FIB_10K"
21782 #  - "FIB_100K"
21783 #  - "FIB_1M"
21784   layout:
21785     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21786     layout: "plot-latency"
21787
21788 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21789 -
21790   type: "plot"
21791   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21792   algorithm: "plot_latency_error_bars"
21793   output-file-type: ".html"
21794   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21795   data: "plot-vpp-throughput-latency-3n-hsw"
21796   filter: "'NIC_Intel-X520-DA2' and
21797            '64B' and
21798            'NDRPDR' and
21799            ('ETH' or 'DOT1Q') and
21800            'BASE' and
21801            '1T1C' and
21802            ('L2BDMACLRN' or 'L2XCFWD') and
21803            'VHOST_1024' and
21804            not 'VXLAN' and
21805            not 'IP4FWD' and
21806            not '2VM'"
21807   parameters:
21808   - "latency"
21809   - "parent"
21810   - "tags"
21811 #  sort:
21812 #  - "not CFS_OPT"
21813 #  - "L2XCFWD"
21814 #  - "not CFS_OPT"
21815 #  - "CFS_OPT"
21816   layout:
21817     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
21818     layout: "plot-latency"
21819
21820 -
21821   type: "plot"
21822   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21823   algorithm: "plot_latency_error_bars"
21824   output-file-type: ".html"
21825   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21826   data: "plot-vpp-throughput-latency-3n-hsw"
21827   filter: "'NIC_Intel-X520-DA2' and
21828            '64B' and
21829            'NDRPDR' and
21830            ('ETH' or 'DOT1Q') and
21831            'BASE' and
21832            '2T2C' and
21833            ('L2BDMACLRN' or 'L2XCFWD') and
21834            'VHOST_1024' and
21835            not 'VXLAN' and
21836            not 'IP4FWD' and
21837            not '2VM'"
21838   parameters:
21839   - "latency"
21840   - "parent"
21841   - "tags"
21842 #  sort:
21843 #  - "not CFS_OPT"
21844 #  - "L2XCFWD"
21845 #  - "not CFS_OPT"
21846 #  - "CFS_OPT"
21847   layout:
21848     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
21849     layout: "plot-latency"
21850
21851 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21852 -
21853   type: "plot"
21854   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21855   algorithm: "plot_latency_error_bars"
21856   output-file-type: ".html"
21857   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21858   data: "plot-vpp-throughput-latency-3n-hsw"
21859   filter: "'NIC_Intel-X520-DA2' and
21860            '64B' and
21861            'NDRPDR' and
21862            ('ETH' or 'DOT1Q') and
21863            '1T1C' and
21864            ('L2BDMACLRN' or 'L2XCFWD') and
21865            'VHOST_1024' and
21866            not 'CFS_OPT' and
21867            not 'VXLAN' and
21868            not 'IP4FWD' and
21869            not 'LBOND'"
21870   parameters:
21871   - "latency"
21872   - "parent"
21873   - "tags"
21874 #  sort:
21875 #  - "1VM"
21876 #  - "L2XCFWD"
21877 #  - "1VM"
21878 #  - "L2BDMACLRN"
21879   layout:
21880     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21881     layout: "plot-latency"
21882
21883 -
21884   type: "plot"
21885   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21886   algorithm: "plot_latency_error_bars"
21887   output-file-type: ".html"
21888   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21889   data: "plot-vpp-throughput-latency-3n-hsw"
21890   filter: "'NIC_Intel-X520-DA2' and
21891            '64B' and
21892            'NDRPDR' and
21893            ('ETH' or 'DOT1Q') and
21894            '2T2C' and
21895            ('L2BDMACLRN' or 'L2XCFWD') and
21896            'VHOST_1024' and
21897            not 'CFS_OPT' and
21898            not 'VXLAN' and
21899            not 'IP4FWD' and
21900            not 'LBOND'"
21901   parameters:
21902   - "latency"
21903   - "parent"
21904   - "tags"
21905 #  sort:
21906 #  - "1VM"
21907 #  - "L2XCFWD"
21908 #  - "1VM"
21909 #  - "L2BDMACLRN"
21910   layout:
21911     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21912     layout: "plot-latency"
21913
21914 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21915 -
21916   type: "plot"
21917   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21918   algorithm: "plot_latency_error_bars"
21919   output-file-type: ".html"
21920   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21921   data: "plot-vpp-throughput-latency-3n-hsw"
21922   filter: "'NIC_Intel-X710' and
21923            '64B' and
21924            'NDRPDR' and
21925            'ETH' and
21926            'IP4FWD' and
21927            '1T1C' and
21928            'VHOST_1024' and
21929            not 'VXLAN' and
21930            not 'DOT1Q'"
21931   parameters:
21932   - "latency"
21933   - "parent"
21934   - "tags"
21935   sort:
21936   - "not CFS_OPT"
21937   - "1VM"
21938   - "2VM"
21939   layout:
21940     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21941     layout: "plot-latency"
21942
21943 -
21944   type: "plot"
21945   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21946   algorithm: "plot_latency_error_bars"
21947   output-file-type: ".html"
21948   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21949   data: "plot-vpp-throughput-latency-3n-hsw"
21950   filter: "'NIC_Intel-X710' and
21951            '64B' and
21952            'NDRPDR' and
21953            'ETH' and
21954            'IP4FWD' and
21955            '2T2C' and
21956            'VHOST_1024' and
21957            not 'VXLAN' and
21958            not 'DOT1Q'"
21959   parameters:
21960   - "latency"
21961   - "parent"
21962   - "tags"
21963   sort:
21964   - "not CFS_OPT"
21965   - "1VM"
21966   - "2VM"
21967   layout:
21968     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21969     layout: "plot-latency"
21970
21971 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
21972 -
21973   type: "plot"
21974   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21975   algorithm: "plot_latency_error_bars"
21976   output-file-type: ".html"
21977   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21978   data: "plot-vpp-throughput-latency-3n-hsw"
21979   filter: "'NIC_Intel-X710' and
21980            '64B' and
21981            'NDRPDR' and
21982            ('ETH' or 'DOT1Q') and
21983            '1T1C' and
21984            'L2BDMACLRN' and
21985            'VHOST_1024' and
21986            not 'VXLAN' and
21987            not 'IP4FWD' and
21988            not '2VM'"
21989   parameters:
21990   - "latency"
21991   - "parent"
21992   - "tags"
21993 #  sort:
21994 #  - "VM"  # "not CFS_OPT"
21995 #  - "CFS_OPT"
21996 #  - "FIB_10K"
21997 #  - "FIB_100K"
21998 #  - "FIB_1M"
21999   layout:
22000     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22001     layout: "plot-latency"
22002
22003 -
22004   type: "plot"
22005   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22006   algorithm: "plot_latency_error_bars"
22007   output-file-type: ".html"
22008   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22009   data: "plot-vpp-throughput-latency-3n-hsw"
22010   filter: "'NIC_Intel-X710' and
22011            '64B' and
22012            'NDRPDR' and
22013            ('ETH' or 'DOT1Q') and
22014            '2T2C' and
22015            'L2BDMACLRN' and
22016            'VHOST_1024' and
22017            not 'VXLAN' and
22018            not 'IP4FWD' and
22019            not '2VM'"
22020   parameters:
22021   - "latency"
22022   - "parent"
22023   - "tags"
22024 #  sort:
22025 #  - "VM"  # "not CFS_OPT"
22026 #  - "CFS_OPT"
22027 #  - "FIB_10K"
22028 #  - "FIB_100K"
22029 #  - "FIB_1M"
22030   layout:
22031     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22032     layout: "plot-latency"
22033
22034 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22035 -
22036   type: "plot"
22037   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22038   algorithm: "plot_latency_error_bars"
22039   output-file-type: ".html"
22040   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22041   data: "plot-vpp-throughput-latency-3n-hsw"
22042   filter: "'NIC_Intel-X710' and
22043            '64B' and
22044            'NDRPDR' and
22045            ('ETH' or 'DOT1Q') and
22046            'BASE' and
22047            '1T1C' and
22048            ('L2BDMACLRN' or 'L2XCFWD') and
22049            'VHOST_1024' and
22050            not 'VXLAN' and
22051            not 'IP4FWD' and
22052            not '2VM'"
22053   parameters:
22054   - "latency"
22055   - "parent"
22056   - "tags"
22057 #  sort:
22058 #  - "not CFS_OPT"
22059 #  - "L2XCFWD"
22060 #  - "not CFS_OPT"
22061 #  - "CFS_OPT"
22062   layout:
22063     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22064     layout: "plot-latency"
22065
22066 -
22067   type: "plot"
22068   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22069   algorithm: "plot_latency_error_bars"
22070   output-file-type: ".html"
22071   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22072   data: "plot-vpp-throughput-latency-3n-hsw"
22073   filter: "'NIC_Intel-X710' and
22074            '64B' and
22075            'NDRPDR' and
22076            ('ETH' or 'DOT1Q') and
22077            'BASE' and
22078            '2T2C' and
22079            ('L2BDMACLRN' or 'L2XCFWD') and
22080            'VHOST_1024' and
22081            not 'VXLAN' and
22082            not 'IP4FWD' and
22083            not '2VM'"
22084   parameters:
22085   - "latency"
22086   - "parent"
22087   - "tags"
22088 #  sort:
22089 #  - "not CFS_OPT"
22090 #  - "L2XCFWD"
22091 #  - "not CFS_OPT"
22092 #  - "CFS_OPT"
22093   layout:
22094     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22095     layout: "plot-latency"
22096
22097 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22098 -
22099   type: "plot"
22100   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22101   algorithm: "plot_latency_error_bars"
22102   output-file-type: ".html"
22103   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22104   data: "plot-vpp-throughput-latency-3n-hsw"
22105   filter: "'NIC_Intel-X710' and
22106            '64B' and
22107            'NDRPDR' and
22108            ('ETH' or 'DOT1Q') and
22109            '1T1C' and
22110            ('L2BDMACLRN' or 'L2XCFWD') and
22111            'VHOST_1024' and
22112            not 'CFS_OPT' and
22113            not 'VXLAN' and
22114            not 'IP4FWD' and
22115            not 'LBOND'"
22116   parameters:
22117   - "latency"
22118   - "parent"
22119   - "tags"
22120 #  sort:
22121 #  - "1VM"
22122 #  - "L2XCFWD"
22123 #  - "1VM"
22124 #  - "L2BDMACLRN"
22125   layout:
22126     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22127     layout: "plot-latency"
22128
22129 -
22130   type: "plot"
22131   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22132   algorithm: "plot_latency_error_bars"
22133   output-file-type: ".html"
22134   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22135   data: "plot-vpp-throughput-latency-3n-hsw"
22136   filter: "'NIC_Intel-X710' and
22137            '64B' and
22138            'NDRPDR' and
22139            ('ETH' or 'DOT1Q') and
22140            '2T2C' and
22141            ('L2BDMACLRN' or 'L2XCFWD') and
22142            'VHOST_1024' and
22143            not 'CFS_OPT' and
22144            not 'VXLAN' and
22145            not 'IP4FWD' and
22146            not 'LBOND'"
22147   parameters:
22148   - "latency"
22149   - "parent"
22150   - "tags"
22151 #  sort:
22152 #  - "1VM"
22153 #  - "L2XCFWD"
22154 #  - "1VM"
22155 #  - "L2BDMACLRN"
22156   layout:
22157     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22158     layout: "plot-latency"
22159
22160 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22161 -
22162   type: "plot"
22163   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22164   algorithm: "plot_latency_error_bars"
22165   output-file-type: ".html"
22166   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22167   data: "plot-vpp-throughput-latency-3n-hsw"
22168   filter: "'NIC_Intel-XL710' and
22169            '64B' and
22170            'NDRPDR' and
22171            'ETH' and
22172            'IP4FWD' and
22173            '1T1C' and
22174            'VHOST_1024' and
22175            not 'VXLAN' and
22176            not 'DOT1Q'"
22177   parameters:
22178   - "latency"
22179   - "parent"
22180   - "tags"
22181   sort:
22182   - "not CFS_OPT"
22183   - "1VM"
22184   - "2VM"
22185   layout:
22186     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22187     layout: "plot-latency"
22188
22189 -
22190   type: "plot"
22191   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22192   algorithm: "plot_latency_error_bars"
22193   output-file-type: ".html"
22194   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22195   data: "plot-vpp-throughput-latency-3n-hsw"
22196   filter: "'NIC_Intel-XL710' and
22197            '64B' and
22198            'NDRPDR' and
22199            'ETH' and
22200            'IP4FWD' and
22201            '2T2C' and
22202            'VHOST_1024' and
22203            not 'VXLAN' and
22204            not 'DOT1Q'"
22205   parameters:
22206   - "latency"
22207   - "parent"
22208   - "tags"
22209   sort:
22210   - "not CFS_OPT"
22211   - "1VM"
22212   - "2VM"
22213   layout:
22214     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22215     layout: "plot-latency"
22216
22217 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22218 -
22219   type: "plot"
22220   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22221   algorithm: "plot_latency_error_bars"
22222   output-file-type: ".html"
22223   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22224   data: "plot-vpp-throughput-latency-3n-hsw"
22225   filter: "'NIC_Intel-XL710' and
22226            '64B' and
22227            'NDRPDR' and
22228            ('ETH' or 'DOT1Q') and
22229            '1T1C' and
22230            'L2BDMACLRN' and
22231            'VHOST_1024' and
22232            not 'VXLAN' and
22233            not 'IP4FWD' and
22234            not '2VM'"
22235   parameters:
22236   - "latency"
22237   - "parent"
22238   - "tags"
22239 #  sort:
22240 #  - "VM"  # "not CFS_OPT"
22241 #  - "CFS_OPT"
22242 #  - "FIB_10K"
22243 #  - "FIB_100K"
22244 #  - "FIB_1M"
22245   layout:
22246     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22247     layout: "plot-latency"
22248
22249 -
22250   type: "plot"
22251   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22252   algorithm: "plot_latency_error_bars"
22253   output-file-type: ".html"
22254   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22255   data: "plot-vpp-throughput-latency-3n-hsw"
22256   filter: "'NIC_Intel-XL710' and
22257            '64B' and
22258            'NDRPDR' and
22259            ('ETH' or 'DOT1Q') and
22260            '2T2C' and
22261            'L2BDMACLRN' and
22262            'VHOST_1024' and
22263            not 'VXLAN' and
22264            not 'IP4FWD' and
22265            not '2VM'"
22266   parameters:
22267   - "latency"
22268   - "parent"
22269   - "tags"
22270 #  sort:
22271 #  - "VM"  # "not CFS_OPT"
22272 #  - "CFS_OPT"
22273 #  - "FIB_10K"
22274 #  - "FIB_100K"
22275 #  - "FIB_1M"
22276   layout:
22277     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22278     layout: "plot-latency"
22279
22280 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22281 -
22282   type: "plot"
22283   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22284   algorithm: "plot_latency_error_bars"
22285   output-file-type: ".html"
22286   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22287   data: "plot-vpp-throughput-latency-3n-hsw"
22288   filter: "'NIC_Intel-XL710' and
22289            '64B' and
22290            'NDRPDR' and
22291            ('ETH' or 'DOT1Q') and
22292            'BASE' and
22293            '1T1C' and
22294            ('L2BDMACLRN' or 'L2XCFWD') and
22295            'VHOST_1024' and
22296            not 'VXLAN' and
22297            not 'IP4FWD' and
22298            not '2VM'"
22299   parameters:
22300   - "latency"
22301   - "parent"
22302   - "tags"
22303 #  sort:
22304 #  - "not CFS_OPT"
22305 #  - "L2XCFWD"
22306 #  - "not CFS_OPT"
22307 #  - "CFS_OPT"
22308   layout:
22309     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22310     layout: "plot-latency"
22311
22312 -
22313   type: "plot"
22314   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22315   algorithm: "plot_latency_error_bars"
22316   output-file-type: ".html"
22317   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22318   data: "plot-vpp-throughput-latency-3n-hsw"
22319   filter: "'NIC_Intel-XL710' and
22320            '64B' and
22321            'NDRPDR' and
22322            ('ETH' or 'DOT1Q') and
22323            'BASE' and
22324            '2T2C' and
22325            ('L2BDMACLRN' or 'L2XCFWD') and
22326            'VHOST_1024' and
22327            not 'VXLAN' and
22328            not 'IP4FWD' and
22329            not '2VM'"
22330   parameters:
22331   - "latency"
22332   - "parent"
22333   - "tags"
22334 #  sort:
22335 #  - "not CFS_OPT"
22336 #  - "L2XCFWD"
22337 #  - "not CFS_OPT"
22338 #  - "CFS_OPT"
22339   layout:
22340     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22341     layout: "plot-latency"
22342
22343 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22344 -
22345   type: "plot"
22346   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22347   algorithm: "plot_latency_error_bars"
22348   output-file-type: ".html"
22349   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22350   data: "plot-vpp-throughput-latency-3n-hsw"
22351   filter: "'NIC_Intel-XL710' and
22352            '64B' and
22353            'NDRPDR' and
22354            ('ETH' or 'DOT1Q') and
22355            '1T1C' and
22356            ('L2BDMACLRN' or 'L2XCFWD') and
22357            'VHOST_1024' and
22358            not 'CFS_OPT' and
22359            not 'VXLAN' and
22360            not 'IP4FWD'"
22361   parameters:
22362   - "latency"
22363   - "parent"
22364   - "tags"
22365 #  sort:
22366 #  - "1VM"
22367 #  - "L2XCFWD"
22368 #  - "1VM"
22369 #  - "L2BDMACLRN"
22370   layout:
22371     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22372     layout: "plot-latency"
22373
22374 -
22375   type: "plot"
22376   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22377   algorithm: "plot_latency_error_bars"
22378   output-file-type: ".html"
22379   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22380   data: "plot-vpp-throughput-latency-3n-hsw"
22381   filter: "'NIC_Intel-XL710' and
22382            '64B' and
22383            'NDRPDR' and
22384            ('ETH' or 'DOT1Q') and
22385            '2T2C' and
22386            ('L2BDMACLRN' or 'L2XCFWD') and
22387            'VHOST_1024' and
22388            not 'CFS_OPT' and
22389            not 'VXLAN' and
22390            not 'IP4FWD'"
22391   parameters:
22392   - "latency"
22393   - "parent"
22394   - "tags"
22395 #  sort:
22396 #  - "1VM"
22397 #  - "L2XCFWD"
22398 #  - "1VM"
22399 #  - "L2BDMACLRN"
22400   layout:
22401     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22402     layout: "plot-latency"
22403
22404 # Packet Latency - VPP vhost ip4 3n-skx-x710
22405 -
22406   type: "plot"
22407   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22408   algorithm: "plot_latency_error_bars"
22409   output-file-type: ".html"
22410   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22411   data: "plot-vpp-throughput-latency-3n-skx"
22412   filter: "'NIC_Intel-X710' and
22413            '64B' and
22414            'NDRPDR' and
22415            'ETH' and
22416            'IP4FWD' and
22417            '2T1C' and
22418            'VHOST_1024' and
22419            not 'VXLAN' and
22420            not 'DOT1Q'"
22421   parameters:
22422   - "latency"
22423   - "parent"
22424   - "tags"
22425   sort:
22426   - "not CFS_OPT"
22427   - "1VM"
22428   - "2VM"
22429   layout:
22430     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22431     layout: "plot-latency"
22432
22433 -
22434   type: "plot"
22435   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22436   algorithm: "plot_latency_error_bars"
22437   output-file-type: ".html"
22438   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22439   data: "plot-vpp-throughput-latency-3n-skx"
22440   filter: "'NIC_Intel-X710' and
22441            '64B' and
22442            'NDRPDR' and
22443            'ETH' and
22444            'IP4FWD' and
22445            '4T2C' and
22446            'VHOST_1024' and
22447            not 'VXLAN' and
22448            not 'DOT1Q'"
22449   parameters:
22450   - "latency"
22451   - "parent"
22452   - "tags"
22453   sort:
22454   - "not CFS_OPT"
22455   - "1VM"
22456   - "2VM"
22457   layout:
22458     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22459     layout: "plot-latency"
22460
22461 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22462 -
22463   type: "plot"
22464   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22465   algorithm: "plot_latency_error_bars"
22466   output-file-type: ".html"
22467   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22468   data: "plot-vpp-throughput-latency-3n-skx"
22469   filter: "'NIC_Intel-X710' and
22470            '64B' and
22471            'NDRPDR' and
22472            ('ETH' or 'DOT1Q') and
22473            '2T1C' and
22474            'L2BDMACLRN' and
22475            'VHOST_1024' and
22476            not 'VXLAN' and
22477            not 'IP4FWD' and
22478            not '2VM'"
22479   parameters:
22480   - "latency"
22481   - "parent"
22482   - "tags"
22483 #  sort:
22484 #  - "VM"  # "not CFS_OPT"
22485 #  - "CFS_OPT"
22486 #  - "FIB_10K"
22487 #  - "FIB_100K"
22488 #  - "FIB_1M"
22489   layout:
22490     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22491     layout: "plot-latency"
22492
22493 -
22494   type: "plot"
22495   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22496   algorithm: "plot_latency_error_bars"
22497   output-file-type: ".html"
22498   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22499   data: "plot-vpp-throughput-latency-3n-skx"
22500   filter: "'NIC_Intel-X710' and
22501            '64B' and
22502            'NDRPDR' and
22503            ('ETH' or 'DOT1Q') and
22504            '4T2C' and
22505            'L2BDMACLRN' and
22506            'VHOST_1024' and
22507            not 'VXLAN' and
22508            not 'IP4FWD' and
22509            not '2VM'"
22510   parameters:
22511   - "latency"
22512   - "parent"
22513   - "tags"
22514 #  sort:
22515 #  - "VM"  # "not CFS_OPT"
22516 #  - "CFS_OPT"
22517 #  - "FIB_10K"
22518 #  - "FIB_100K"
22519 #  - "FIB_1M"
22520   layout:
22521     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22522     layout: "plot-latency"
22523
22524 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22525 -
22526   type: "plot"
22527   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22528   algorithm: "plot_latency_error_bars"
22529   output-file-type: ".html"
22530   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22531   data: "plot-vpp-throughput-latency-3n-skx"
22532   filter: "'NIC_Intel-X710' and
22533            '64B' and
22534            'NDRPDR' and
22535            ('ETH' or 'DOT1Q') and
22536            'BASE' and
22537            '2T1C' and
22538            ('L2BDMACLRN' or 'L2XCFWD') and
22539            'VHOST_1024' and
22540            not 'VXLAN' and
22541            not 'IP4FWD' and
22542            not '2VM' and
22543            not 'LBOND'"
22544   parameters:
22545   - "latency"
22546   - "parent"
22547   - "tags"
22548 #  sort:
22549 #  - "not CFS_OPT"
22550 #  - "L2XCFWD"
22551 #  - "not CFS_OPT"
22552 #  - "CFS_OPT"
22553   layout:
22554     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22555     layout: "plot-latency"
22556
22557 -
22558   type: "plot"
22559   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22560   algorithm: "plot_latency_error_bars"
22561   output-file-type: ".html"
22562   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22563   data: "plot-vpp-throughput-latency-3n-skx"
22564   filter: "'NIC_Intel-X710' and
22565            '64B' and
22566            'NDRPDR' and
22567            ('ETH' or 'DOT1Q') and
22568            'BASE' and
22569            '4T2C' and
22570            ('L2BDMACLRN' or 'L2XCFWD') and
22571            'VHOST_1024' and
22572            not 'VXLAN' and
22573            not 'IP4FWD' and
22574            not '2VM' and
22575            not 'LBOND'"
22576   parameters:
22577   - "latency"
22578   - "parent"
22579   - "tags"
22580 #  sort:
22581 #  - "not CFS_OPT"
22582 #  - "L2XCFWD"
22583 #  - "not CFS_OPT"
22584 #  - "CFS_OPT"
22585   layout:
22586     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22587     layout: "plot-latency"
22588
22589 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22590 -
22591   type: "plot"
22592   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22593   algorithm: "plot_latency_error_bars"
22594   output-file-type: ".html"
22595   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22596   data: "plot-vpp-throughput-latency-3n-skx"
22597   filter: "'NIC_Intel-X710' and
22598            '64B' and
22599            'NDRPDR' and
22600            ('ETH' or 'DOT1Q') and
22601            '2T1C' and
22602            ('L2BDMACLRN' or 'L2XCFWD') and
22603            'VHOST_1024' and
22604            not 'CFS_OPT' and
22605            not 'VXLAN' and
22606            not 'IP4FWD' and
22607            not 'LBOND'"
22608   parameters:
22609   - "latency"
22610   - "parent"
22611   - "tags"
22612 #  sort:
22613 #  - "1VM"
22614 #  - "L2XCFWD"
22615 #  - "1VM"
22616 #  - "L2BDMACLRN"
22617   layout:
22618     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
22619     layout: "plot-latency"
22620
22621 -
22622   type: "plot"
22623   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22624   algorithm: "plot_latency_error_bars"
22625   output-file-type: ".html"
22626   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22627   data: "plot-vpp-throughput-latency-3n-skx"
22628   filter: "'NIC_Intel-X710' and
22629            '64B' and
22630            'NDRPDR' and
22631            ('ETH' or 'DOT1Q') and
22632            '4T2C' and
22633            ('L2BDMACLRN' or 'L2XCFWD') and
22634            'VHOST_1024' and
22635            not 'CFS_OPT' and
22636            not 'VXLAN' and
22637            not 'IP4FWD' and
22638            not 'LBOND'"
22639   parameters:
22640   - "latency"
22641   - "parent"
22642   - "tags"
22643 #  sort:
22644 #  - "1VM"
22645 #  - "L2XCFWD"
22646 #  - "1VM"
22647 #  - "L2BDMACLRN"
22648   layout:
22649     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
22650     layout: "plot-latency"
22651
22652 # Packet Latency - VPP vhost ip4 2n-skx-x710
22653 -
22654   type: "plot"
22655   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22656   algorithm: "plot_latency_error_bars"
22657   output-file-type: ".html"
22658   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22659   data: "plot-vpp-throughput-latency-2n-skx"
22660   filter: "'NIC_Intel-X710' and
22661            '64B' and
22662            'NDRPDR' and
22663            'ETH' and
22664            'IP4FWD' and
22665            '2T1C' and
22666            'VHOST_1024' and
22667            not 'VXLAN' and
22668            not 'DOT1Q'"
22669   parameters:
22670   - "latency"
22671   - "parent"
22672   - "tags"
22673   sort:
22674   - "not CFS_OPT"
22675   - "1VM"
22676   - "2VM"
22677   layout:
22678     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22679     layout: "plot-latency"
22680
22681 -
22682   type: "plot"
22683   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22684   algorithm: "plot_latency_error_bars"
22685   output-file-type: ".html"
22686   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22687   data: "plot-vpp-throughput-latency-2n-skx"
22688   filter: "'NIC_Intel-X710' and
22689            '64B' and
22690            'NDRPDR' and
22691            'ETH' and
22692            'IP4FWD' and
22693            '4T2C' and
22694            'VHOST_1024' and
22695            not 'VXLAN' and
22696            not 'DOT1Q'"
22697   parameters:
22698   - "latency"
22699   - "parent"
22700   - "tags"
22701   sort:
22702   - "not CFS_OPT"
22703   - "1VM"
22704   - "2VM"
22705   layout:
22706     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22707     layout: "plot-latency"
22708
22709 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22710 -
22711   type: "plot"
22712   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22713   algorithm: "plot_latency_error_bars"
22714   output-file-type: ".html"
22715   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22716   data: "plot-vpp-throughput-latency-2n-skx"
22717   filter: "'NIC_Intel-X710' and
22718            '64B' and
22719            'NDRPDR' and
22720            ('ETH' or 'DOT1Q') and
22721            '2T1C' and
22722            'L2BDMACLRN' and
22723            'VHOST_1024' and
22724            not 'VXLAN' and
22725            not 'IP4FWD' and
22726            not '2VM'"
22727   parameters:
22728   - "latency"
22729   - "parent"
22730   - "tags"
22731 #  sort:
22732 #  - "VM"  # "not CFS_OPT"
22733 #  - "CFS_OPT"
22734 #  - "FIB_10K"
22735 #  - "FIB_100K"
22736 #  - "FIB_1M"
22737   layout:
22738     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22739     layout: "plot-latency"
22740
22741 -
22742   type: "plot"
22743   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22744   algorithm: "plot_latency_error_bars"
22745   output-file-type: ".html"
22746   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22747   data: "plot-vpp-throughput-latency-2n-skx"
22748   filter: "'NIC_Intel-X710' and
22749            '64B' and
22750            'NDRPDR' and
22751            ('ETH' or 'DOT1Q') and
22752            '4T2C' and
22753            'L2BDMACLRN' and
22754            'VHOST_1024' and
22755            not 'VXLAN' and
22756            not 'IP4FWD' and
22757            not '2VM'"
22758   parameters:
22759   - "latency"
22760   - "parent"
22761   - "tags"
22762 #  sort:
22763 #  - "VM"  # "not CFS_OPT"
22764 #  - "CFS_OPT"
22765 #  - "FIB_10K"
22766 #  - "FIB_100K"
22767 #  - "FIB_1M"
22768   layout:
22769     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22770     layout: "plot-latency"
22771
22772 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22773 -
22774   type: "plot"
22775   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22776   algorithm: "plot_latency_error_bars"
22777   output-file-type: ".html"
22778   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22779   data: "plot-vpp-throughput-latency-2n-skx"
22780   filter: "'NIC_Intel-X710' and
22781            '64B' and
22782            'NDRPDR' and
22783            ('ETH' or 'DOT1Q') and
22784            'BASE' and
22785            '2T1C' and
22786            ('L2BDMACLRN' or 'L2XCFWD') and
22787            'VHOST_1024' and
22788            not 'VXLAN' and
22789            not 'IP4FWD' and
22790            not '2VM'"
22791   parameters:
22792   - "latency"
22793   - "parent"
22794   - "tags"
22795 #  sort:
22796 #  - "not CFS_OPT"
22797 #  - "L2XCFWD"
22798 #  - "not CFS_OPT"
22799 #  - "CFS_OPT"
22800   layout:
22801     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
22802     layout: "plot-latency"
22803
22804 -
22805   type: "plot"
22806   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22807   algorithm: "plot_latency_error_bars"
22808   output-file-type: ".html"
22809   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22810   data: "plot-vpp-throughput-latency-2n-skx"
22811   filter: "'NIC_Intel-X710' and
22812            '64B' and
22813            'NDRPDR' and
22814            ('ETH' or 'DOT1Q') and
22815            'BASE' and
22816            '4T2C' and
22817            ('L2BDMACLRN' or 'L2XCFWD') and
22818            'VHOST_1024' and
22819            not 'VXLAN' and
22820            not 'IP4FWD' and
22821            not '2VM'"
22822   parameters:
22823   - "latency"
22824   - "parent"
22825   - "tags"
22826 #  sort:
22827 #  - "not CFS_OPT"
22828 #  - "L2XCFWD"
22829 #  - "not CFS_OPT"
22830 #  - "CFS_OPT"
22831   layout:
22832     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
22833     layout: "plot-latency"
22834
22835 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22836 -
22837   type: "plot"
22838   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22839   algorithm: "plot_latency_error_bars"
22840   output-file-type: ".html"
22841   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22842   data: "plot-vpp-throughput-latency-2n-skx"
22843   filter: "'NIC_Intel-X710' and
22844            '64B' and
22845            'NDRPDR' and
22846            ('ETH' or 'DOT1Q') and
22847            '2T1C' and
22848            ('L2BDMACLRN' or 'L2XCFWD') and
22849            'VHOST_1024' and
22850            not 'CFS_OPT' and
22851            not 'VXLAN' and
22852            not 'IP4FWD'"
22853   parameters:
22854   - "latency"
22855   - "parent"
22856   - "tags"
22857 #  sort:
22858 #  - "1VM"
22859 #  - "L2XCFWD"
22860 #  - "1VM"
22861 #  - "L2BDMACLRN"
22862   layout:
22863     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22864     layout: "plot-latency"
22865
22866 -
22867   type: "plot"
22868   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22869   algorithm: "plot_latency_error_bars"
22870   output-file-type: ".html"
22871   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22872   data: "plot-vpp-throughput-latency-2n-skx"
22873   filter: "'NIC_Intel-X710' and
22874            '64B' and
22875            'NDRPDR' and
22876            ('ETH' or 'DOT1Q') and
22877            '4T2C' and
22878            ('L2BDMACLRN' or 'L2XCFWD') and
22879            'VHOST_1024' and
22880            not 'CFS_OPT' and
22881            not 'VXLAN' and
22882            not 'IP4FWD'"
22883   parameters:
22884   - "latency"
22885   - "parent"
22886   - "tags"
22887 #  sort:
22888 #  - "1VM"
22889 #  - "L2XCFWD"
22890 #  - "1VM"
22891 #  - "L2BDMACLRN"
22892   layout:
22893     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22894     layout: "plot-latency"
22895
22896 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22897 -
22898   type: "plot"
22899   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22900   algorithm: "plot_latency_error_bars"
22901   output-file-type: ".html"
22902   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22903   data: "plot-vpp-throughput-latency-2n-skx"
22904   filter: "'NIC_Intel-XXV710' and
22905            '64B' and
22906            'NDRPDR' and
22907            'ETH' and
22908            'IP4FWD' and
22909            '2T1C' and
22910            'VHOST_1024' and
22911            not 'VXLAN' and
22912            not 'DOT1Q'"
22913   parameters:
22914   - "latency"
22915   - "parent"
22916   - "tags"
22917   sort:
22918   - "not CFS_OPT"
22919   - "1VM"
22920   - "2VM"
22921   layout:
22922     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22923     layout: "plot-latency"
22924
22925 -
22926   type: "plot"
22927   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22928   algorithm: "plot_latency_error_bars"
22929   output-file-type: ".html"
22930   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22931   data: "plot-vpp-throughput-latency-2n-skx"
22932   filter: "'NIC_Intel-XXV710' and
22933            '64B' and
22934            'NDRPDR' and
22935            'ETH' and
22936            'IP4FWD' and
22937            '4T2C' and
22938            'VHOST_1024' and
22939            not 'VXLAN' and
22940            not 'DOT1Q'"
22941   parameters:
22942   - "latency"
22943   - "parent"
22944   - "tags"
22945   sort:
22946   - "not CFS_OPT"
22947   - "1VM"
22948   - "2VM"
22949   layout:
22950     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22951     layout: "plot-latency"
22952
22953 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
22954 -
22955   type: "plot"
22956   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22957   algorithm: "plot_latency_error_bars"
22958   output-file-type: ".html"
22959   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22960   data: "plot-vpp-throughput-latency-2n-skx"
22961   filter: "'NIC_Intel-XXV710' and
22962            '64B' and
22963            'NDRPDR' and
22964            ('ETH' or 'DOT1Q') and
22965            '2T1C' and
22966            'L2BDMACLRN' and
22967            'VHOST_1024' and
22968            not 'VXLAN' and
22969            not 'IP4FWD' and
22970            not '2VM'"
22971   parameters:
22972   - "latency"
22973   - "parent"
22974   - "tags"
22975 #  sort:
22976 #  - "VM"  # "not CFS_OPT"
22977 #  - "CFS_OPT"
22978 #  - "FIB_10K"
22979 #  - "FIB_100K"
22980 #  - "FIB_1M"
22981   layout:
22982     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22983     layout: "plot-latency"
22984
22985 -
22986   type: "plot"
22987   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22988   algorithm: "plot_latency_error_bars"
22989   output-file-type: ".html"
22990   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22991   data: "plot-vpp-throughput-latency-2n-skx"
22992   filter: "'NIC_Intel-XXV710' and
22993            '64B' and
22994            'NDRPDR' and
22995            ('ETH' or 'DOT1Q') and
22996            '4T2C' and
22997            'L2BDMACLRN' and
22998            'VHOST_1024' and
22999            not 'VXLAN' and
23000            not 'IP4FWD' and
23001            not '2VM'"
23002   parameters:
23003   - "latency"
23004   - "parent"
23005   - "tags"
23006 #  sort:
23007 #  - "VM"  # "not CFS_OPT"
23008 #  - "CFS_OPT"
23009 #  - "FIB_10K"
23010 #  - "FIB_100K"
23011 #  - "FIB_1M"
23012   layout:
23013     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23014     layout: "plot-latency"
23015
23016 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23017 -
23018   type: "plot"
23019   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23020   algorithm: "plot_latency_error_bars"
23021   output-file-type: ".html"
23022   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23023   data: "plot-vpp-throughput-latency-2n-skx"
23024   filter: "'NIC_Intel-XXV710' and
23025            '64B' and
23026            'NDRPDR' and
23027            ('ETH' or 'DOT1Q') and
23028            'BASE' and
23029            '2T1C' and
23030            ('L2BDMACLRN' or 'L2XCFWD') and
23031            'VHOST_1024' and
23032            not 'VXLAN' and
23033            not 'IP4FWD' and
23034            not '2VM'"
23035   parameters:
23036   - "latency"
23037   - "parent"
23038   - "tags"
23039 #  sort:
23040 #  - "not CFS_OPT"
23041 #  - "L2XCFWD"
23042 #  - "not CFS_OPT"
23043 #  - "CFS_OPT"
23044   layout:
23045     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23046     layout: "plot-latency"
23047
23048 -
23049   type: "plot"
23050   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23051   algorithm: "plot_latency_error_bars"
23052   output-file-type: ".html"
23053   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23054   data: "plot-vpp-throughput-latency-2n-skx"
23055   filter: "'NIC_Intel-XXV710' and
23056            '64B' and
23057            'NDRPDR' and
23058            ('ETH' or 'DOT1Q') and
23059            'BASE' and
23060            '4T2C' and
23061            ('L2BDMACLRN' or 'L2XCFWD') and
23062            'VHOST_1024' and
23063            not 'VXLAN' and
23064            not 'IP4FWD' and
23065            not '2VM'"
23066   parameters:
23067   - "latency"
23068   - "parent"
23069   - "tags"
23070 #  sort:
23071 #  - "not CFS_OPT"
23072 #  - "L2XCFWD"
23073 #  - "not CFS_OPT"
23074 #  - "CFS_OPT"
23075   layout:
23076     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23077     layout: "plot-latency"
23078
23079 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23080 -
23081   type: "plot"
23082   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23083   algorithm: "plot_latency_error_bars"
23084   output-file-type: ".html"
23085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23086   data: "plot-vpp-throughput-latency-2n-skx"
23087   filter: "'NIC_Intel-XXV710' and
23088            '64B' and
23089            'NDRPDR' and
23090            ('ETH' or 'DOT1Q') and
23091            '2T1C' and
23092            ('L2BDMACLRN' or 'L2XCFWD') and
23093            'VHOST_1024' and
23094            not 'CFS_OPT' and
23095            not 'VXLAN' 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-xxv710-64b-2t1c-base-vm-ndr"
23108     layout: "plot-latency"
23109
23110 -
23111   type: "plot"
23112   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-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-xxv710-64b-4t2c-base-vm-ndr-lat"
23116   data: "plot-vpp-throughput-latency-2n-skx"
23117   filter: "'NIC_Intel-XXV710' 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 'IP4FWD'"
23127   parameters:
23128   - "latency"
23129   - "parent"
23130   - "tags"
23131 #  sort:
23132 #  - "1VM"
23133 #  - "L2XCFWD"
23134 #  - "1VM"
23135 #  - "L2BDMACLRN"
23136   layout:
23137     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23138     layout: "plot-latency"
23139
23140 ################################################################################
23141
23142 # Packet Latency - VPP VTS 3n-hsw-x520
23143 -
23144   type: "plot"
23145   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23146   algorithm: "plot_latency_error_bars"
23147   output-file-type: ".html"
23148   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23149   data: "plot-vpp-throughput-latency-3n-hsw"
23150   filter: "'NIC_Intel-X520-DA2' and
23151            '114B' and
23152            'NDRPDR' and
23153            '1T1C' and
23154            'VTS'"
23155   parameters:
23156   - "latency"
23157   - "parent"
23158   - "tags"
23159   layout:
23160     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23161     layout: "plot-latency"
23162
23163 -
23164   type: "plot"
23165   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23166   algorithm: "plot_latency_error_bars"
23167   output-file-type: ".html"
23168   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23169   data: "plot-vpp-throughput-latency-3n-hsw"
23170   filter: "'NIC_Intel-X520-DA2' and
23171            '114B' and
23172            'NDRPDR' and
23173            '2T2C' and
23174            'VTS'"
23175   parameters:
23176   - "latency"
23177   - "parent"
23178   - "tags"
23179   layout:
23180     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23181     layout: "plot-latency"
23182
23183 ################################################################################
23184
23185 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23186 -
23187   type: "plot"
23188   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23189   algorithm: "plot_latency_error_bars"
23190   output-file-type: ".html"
23191   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23192   data: "plot-dpdk-throughput-latency-3n-hsw"
23193   filter: "'NIC_Intel-X520-DA2' and
23194            '64B' and
23195            'BASE' and
23196            'NDRPDR' and
23197            '1T1C' and
23198            'IP4FWD'"
23199   parameters:
23200   - "latency"
23201   - "parent"
23202   - "tags"
23203   layout:
23204     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23205     layout: "plot-latency"
23206
23207 -
23208   type: "plot"
23209   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23210   algorithm: "plot_latency_error_bars"
23211   output-file-type: ".html"
23212   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23213   data: "plot-dpdk-throughput-latency-3n-hsw"
23214   filter: "'NIC_Intel-X520-DA2' and
23215            '64B' and
23216            'BASE' and
23217            'NDRPDR' and
23218            '2T2C' and
23219            'IP4FWD'"
23220   parameters:
23221   - "latency"
23222   - "parent"
23223   - "tags"
23224   layout:
23225     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23226     layout: "plot-latency"
23227
23228 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23229 -
23230   type: "plot"
23231   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23232   algorithm: "plot_latency_error_bars"
23233   output-file-type: ".html"
23234   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23235   data: "plot-dpdk-throughput-latency-3n-hsw"
23236   filter: "'NIC_Intel-X710' and
23237            '64B' and
23238            'BASE' and
23239            'NDRPDR' and
23240            '1T1C' and
23241            'IP4FWD'"
23242   parameters:
23243   - "latency"
23244   - "parent"
23245   - "tags"
23246   layout:
23247     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23248     layout: "plot-latency"
23249
23250 -
23251   type: "plot"
23252   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23253   algorithm: "plot_latency_error_bars"
23254   output-file-type: ".html"
23255   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23256   data: "plot-dpdk-throughput-latency-3n-hsw"
23257   filter: "'NIC_Intel-X710' and
23258            '64B' and
23259            'BASE' and
23260            'NDRPDR' and
23261            '2T2C' and
23262            'IP4FWD'"
23263   parameters:
23264   - "latency"
23265   - "parent"
23266   - "tags"
23267   layout:
23268     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23269     layout: "plot-latency"
23270
23271 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23272 -
23273   type: "plot"
23274   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23275   algorithm: "plot_latency_error_bars"
23276   output-file-type: ".html"
23277   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23278   data: "plot-dpdk-throughput-latency-3n-hsw"
23279   filter: "'NIC_Intel-XL710' and
23280            '64B' and
23281            'BASE' and
23282            'NDRPDR' and
23283            '1T1C' and
23284            'IP4FWD'"
23285   parameters:
23286   - "latency"
23287   - "parent"
23288   - "tags"
23289   layout:
23290     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23291     layout: "plot-latency"
23292
23293 -
23294   type: "plot"
23295   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23296   algorithm: "plot_latency_error_bars"
23297   output-file-type: ".html"
23298   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23299   data: "plot-dpdk-throughput-latency-3n-hsw"
23300   filter: "'NIC_Intel-XL710' and
23301            '64B' and
23302            'BASE' and
23303            'NDRPDR' and
23304            '2T2C' and
23305            'IP4FWD'"
23306   parameters:
23307   - "latency"
23308   - "parent"
23309   - "tags"
23310   layout:
23311     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23312     layout: "plot-latency"
23313
23314 # Packet Latency - DPDK l3fwd 3n-skx-x710
23315 -
23316   type: "plot"
23317   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23318   algorithm: "plot_latency_error_bars"
23319   output-file-type: ".html"
23320   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23321   data: "plot-dpdk-throughput-latency-3n-skx"
23322   filter: "'NIC_Intel-X710' and
23323            '64B' and
23324            'BASE' and
23325            'NDRPDR' and
23326            '2T1C' and
23327            'IP4FWD'"
23328   parameters:
23329   - "latency"
23330   - "parent"
23331   - "tags"
23332   layout:
23333     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23334     layout: "plot-latency"
23335
23336 -
23337   type: "plot"
23338   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23339   algorithm: "plot_latency_error_bars"
23340   output-file-type: ".html"
23341   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23342   data: "plot-dpdk-throughput-latency-3n-skx"
23343   filter: "'NIC_Intel-X710' and
23344            '64B' and
23345            'BASE' and
23346            'NDRPDR' and
23347            '4T2C' and
23348            'IP4FWD'"
23349   parameters:
23350   - "latency"
23351   - "parent"
23352   - "tags"
23353   layout:
23354     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23355     layout: "plot-latency"
23356
23357 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23358 -
23359   type: "plot"
23360   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23361   algorithm: "plot_latency_error_bars"
23362   output-file-type: ".html"
23363   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23364   data: "plot-dpdk-throughput-latency-3n-skx"
23365   filter: "'NIC_Intel-XXV710' and
23366            '64B' and
23367            'BASE' and
23368            'NDRPDR' and
23369            '2T1C' and
23370            'IP4FWD'"
23371   parameters:
23372   - "latency"
23373   - "parent"
23374   - "tags"
23375   layout:
23376     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23377     layout: "plot-latency"
23378
23379 -
23380   type: "plot"
23381   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23382   algorithm: "plot_latency_error_bars"
23383   output-file-type: ".html"
23384   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23385   data: "plot-dpdk-throughput-latency-3n-skx"
23386   filter: "'NIC_Intel-XXV710' and
23387            '64B' and
23388            'BASE' and
23389            'NDRPDR' and
23390            '4T2C' and
23391            'IP4FWD'"
23392   parameters:
23393   - "latency"
23394   - "parent"
23395   - "tags"
23396   layout:
23397     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23398     layout: "plot-latency"
23399
23400 # Packet Latency - DPDK l3fwd 2n-skx-x710
23401 -
23402   type: "plot"
23403   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23404   algorithm: "plot_latency_error_bars"
23405   output-file-type: ".html"
23406   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23407   data: "plot-dpdk-throughput-latency-2n-skx"
23408   filter: "'NIC_Intel-X710' and
23409            '64B' and
23410            'BASE' and
23411            'NDRPDR' and
23412            '2T1C' and
23413            'IP4FWD'"
23414   parameters:
23415   - "latency"
23416   - "parent"
23417   - "tags"
23418   layout:
23419     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23420     layout: "plot-latency"
23421
23422 -
23423   type: "plot"
23424   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23425   algorithm: "plot_latency_error_bars"
23426   output-file-type: ".html"
23427   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23428   data: "plot-dpdk-throughput-latency-2n-skx"
23429   filter: "'NIC_Intel-X710' and
23430            '64B' and
23431            'BASE' and
23432            'NDRPDR' and
23433            '4T2C' and
23434            'IP4FWD'"
23435   parameters:
23436   - "latency"
23437   - "parent"
23438   - "tags"
23439   layout:
23440     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23441     layout: "plot-latency"
23442
23443 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23444 -
23445   type: "plot"
23446   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23447   algorithm: "plot_latency_error_bars"
23448   output-file-type: ".html"
23449   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23450   data: "plot-dpdk-throughput-latency-2n-skx"
23451   filter: "'NIC_Intel-XXV710' and
23452            '64B' and
23453            'BASE' and
23454            'NDRPDR' and
23455            '2T1C' and
23456            'IP4FWD'"
23457   parameters:
23458   - "latency"
23459   - "parent"
23460   - "tags"
23461   layout:
23462     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23463     layout: "plot-latency"
23464
23465 -
23466   type: "plot"
23467   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23468   algorithm: "plot_latency_error_bars"
23469   output-file-type: ".html"
23470   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23471   data: "plot-dpdk-throughput-latency-2n-skx"
23472   filter: "'NIC_Intel-XXV710' and
23473            '64B' and
23474            'BASE' and
23475            'NDRPDR' and
23476            '4T2C' and
23477            'IP4FWD'"
23478   parameters:
23479   - "latency"
23480   - "parent"
23481   - "tags"
23482   layout:
23483     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23484     layout: "plot-latency"
23485
23486 ################################################################################
23487
23488 # Packet Latency - DPDK testpmd 3n-hsw-x520
23489 -
23490   type: "plot"
23491   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23492   algorithm: "plot_latency_error_bars"
23493   output-file-type: ".html"
23494   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23495   data: "plot-dpdk-throughput-latency-3n-hsw"
23496   filter: "'NIC_Intel-X520-DA2' and
23497            '64B' and
23498            'BASE' and
23499            'NDRPDR' and
23500            '1T1C' and
23501            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23502   parameters:
23503   - "latency"
23504   - "parent"
23505   - "tags"
23506   layout:
23507     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23508     layout: "plot-latency"
23509
23510 -
23511   type: "plot"
23512   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23513   algorithm: "plot_latency_error_bars"
23514   output-file-type: ".html"
23515   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23516   data: "plot-dpdk-throughput-latency-3n-hsw"
23517   filter: "'NIC_Intel-X520-DA2' and
23518            '64B' and
23519            'BASE' and
23520            'NDRPDR' and
23521            '2T2C' and
23522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23523   parameters:
23524   - "latency"
23525   - "parent"
23526   - "tags"
23527   layout:
23528     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23529     layout: "plot-latency"
23530
23531 # Packet Latency - DPDK testpmd 3n-hsw-x710
23532 -
23533   type: "plot"
23534   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23535   algorithm: "plot_latency_error_bars"
23536   output-file-type: ".html"
23537   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23538   data: "plot-dpdk-throughput-latency-3n-hsw"
23539   filter: "'NIC_Intel-X710' and
23540            '64B' and
23541            'BASE' and
23542            'NDRPDR' and
23543            '1T1C' and
23544            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23545   parameters:
23546   - "latency"
23547   - "parent"
23548   - "tags"
23549   layout:
23550     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23551     layout: "plot-latency"
23552
23553 -
23554   type: "plot"
23555   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23556   algorithm: "plot_latency_error_bars"
23557   output-file-type: ".html"
23558   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23559   data: "plot-dpdk-throughput-latency-3n-hsw"
23560   filter: "'NIC_Intel-X710' and
23561            '64B' and
23562            'BASE' and
23563            'NDRPDR' and
23564            '2T2C' and
23565            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23566   parameters:
23567   - "latency"
23568   - "parent"
23569   - "tags"
23570   layout:
23571     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23572     layout: "plot-latency"
23573
23574 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23575 -
23576   type: "plot"
23577   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23578   algorithm: "plot_latency_error_bars"
23579   output-file-type: ".html"
23580   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23581   data: "plot-dpdk-throughput-latency-3n-hsw"
23582   filter: "'NIC_Intel-XL710' and
23583            '64B' and
23584            'BASE' and
23585            'NDRPDR' and
23586            '1T1C' and
23587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23588   parameters:
23589   - "latency"
23590   - "parent"
23591   - "tags"
23592   layout:
23593     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23594     layout: "plot-latency"
23595
23596 -
23597   type: "plot"
23598   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23599   algorithm: "plot_latency_error_bars"
23600   output-file-type: ".html"
23601   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23602   data: "plot-dpdk-throughput-latency-3n-hsw"
23603   filter: "'NIC_Intel-XL710' and
23604            '64B' and
23605            'BASE' and
23606            'NDRPDR' and
23607            '2T2C' and
23608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23609   parameters:
23610   - "latency"
23611   - "parent"
23612   - "tags"
23613   layout:
23614     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23615     layout: "plot-latency"
23616
23617 # Packet Latency - DPDK testpmd 3n-skx-x710
23618 -
23619   type: "plot"
23620   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23621   algorithm: "plot_latency_error_bars"
23622   output-file-type: ".html"
23623   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23624   data: "plot-dpdk-throughput-latency-3n-skx"
23625   filter: "'NIC_Intel-X710' and
23626            '64B' and
23627            'BASE' and
23628            'NDRPDR' and
23629            '2T1C' and
23630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23631   parameters:
23632   - "latency"
23633   - "parent"
23634   - "tags"
23635   layout:
23636     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23637     layout: "plot-latency"
23638
23639 -
23640   type: "plot"
23641   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23642   algorithm: "plot_latency_error_bars"
23643   output-file-type: ".html"
23644   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23645   data: "plot-dpdk-throughput-latency-3n-skx"
23646   filter: "'NIC_Intel-X710' and
23647            '64B' and
23648            'BASE' and
23649            'NDRPDR' and
23650            '4T2C' and
23651            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23652   parameters:
23653   - "latency"
23654   - "parent"
23655   - "tags"
23656   layout:
23657     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23658     layout: "plot-latency"
23659
23660 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23661 -
23662   type: "plot"
23663   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23664   algorithm: "plot_latency_error_bars"
23665   output-file-type: ".html"
23666   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23667   data: "plot-dpdk-throughput-latency-3n-skx"
23668   filter: "'NIC_Intel-XXV710' and
23669            '64B' and
23670            'BASE' and
23671            'NDRPDR' and
23672            '2T1C' and
23673            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23674   parameters:
23675   - "latency"
23676   - "parent"
23677   - "tags"
23678   layout:
23679     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23680     layout: "plot-latency"
23681
23682 -
23683   type: "plot"
23684   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23685   algorithm: "plot_latency_error_bars"
23686   output-file-type: ".html"
23687   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23688   data: "plot-dpdk-throughput-latency-3n-skx"
23689   filter: "'NIC_Intel-XXV710' and
23690            '64B' and
23691            'BASE' and
23692            'NDRPDR' and
23693            '4T2C' and
23694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23695   parameters:
23696   - "latency"
23697   - "parent"
23698   - "tags"
23699   layout:
23700     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23701     layout: "plot-latency"
23702
23703 # Packet Latency - DPDK testpmd 2n-skx-x710
23704 -
23705   type: "plot"
23706   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23707   algorithm: "plot_latency_error_bars"
23708   output-file-type: ".html"
23709   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23710   data: "plot-dpdk-throughput-latency-2n-skx"
23711   filter: "'NIC_Intel-X710' and
23712            '64B' and
23713            'BASE' and
23714            'NDRPDR' and
23715            '2T1C' and
23716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23717   parameters:
23718   - "latency"
23719   - "parent"
23720   - "tags"
23721   layout:
23722     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23723     layout: "plot-latency"
23724
23725 -
23726   type: "plot"
23727   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23728   algorithm: "plot_latency_error_bars"
23729   output-file-type: ".html"
23730   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23731   data: "plot-dpdk-throughput-latency-2n-skx"
23732   filter: "'NIC_Intel-X710' and
23733            '64B' and
23734            'BASE' and
23735            'NDRPDR' and
23736            '4T2C' and
23737            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23738   parameters:
23739   - "latency"
23740   - "parent"
23741   - "tags"
23742   layout:
23743     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23744     layout: "plot-latency"
23745
23746 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23747 -
23748   type: "plot"
23749   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23750   algorithm: "plot_latency_error_bars"
23751   output-file-type: ".html"
23752   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23753   data: "plot-dpdk-throughput-latency-2n-skx"
23754   filter: "'NIC_Intel-XXV710' and
23755            '64B' and
23756            'BASE' and
23757            'NDRPDR' and
23758            '2T1C' and
23759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23760   parameters:
23761   - "latency"
23762   - "parent"
23763   - "tags"
23764   layout:
23765     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23766     layout: "plot-latency"
23767
23768 -
23769   type: "plot"
23770   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23771   algorithm: "plot_latency_error_bars"
23772   output-file-type: ".html"
23773   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23774   data: "plot-dpdk-throughput-latency-2n-skx"
23775   filter: "'NIC_Intel-XXV710' and
23776            '64B' and
23777            'BASE' and
23778            'NDRPDR' and
23779            '4T2C' and
23780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23781   parameters:
23782   - "latency"
23783   - "parent"
23784   - "tags"
23785   layout:
23786     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23787     layout: "plot-latency"
23788
23789 ################################################################################
23790
23791 # Speedup - VPP Container Memif 3n-hsw-x520
23792 -
23793   type: "plot"
23794   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23795   algorithm: "plot_throughput_speedup_analysis"
23796   output-file-type: ".html"
23797   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23798   data: "plot-throughput-speedup-analysis-3n-hsw"
23799   filter: "'NIC_Intel-X520-DA2' and
23800            '64B' and
23801            ('BASE' or 'SCALE') and
23802            'NDRPDR' and
23803            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23804            not 'VHOST' and
23805            'MEMIF'"
23806   parameters:
23807   - "throughput"
23808   - "parent"
23809   - "tags"
23810   sort:
23811   - "L2XCFWD"
23812   - "L2XCFWD"
23813   - "L2XCFWD"
23814   - "L2BDMACLRN"
23815   - "L2BDMACLRN"
23816   - "L2BDMACLRN"
23817   layout:
23818     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
23819     layout: "plot-throughput-speedup-analysis"
23820
23821 -
23822   type: "plot"
23823   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23824   algorithm: "plot_throughput_speedup_analysis"
23825   output-file-type: ".html"
23826   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23827   data: "plot-throughput-speedup-analysis-3n-hsw"
23828   filter: "'NIC_Intel-X520-DA2' and
23829            '64B' and
23830            ('BASE' or 'SCALE') and
23831            'NDRPDR' and
23832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23833            not 'VHOST' and
23834            'MEMIF'"
23835   parameters:
23836   - "throughput"
23837   - "parent"
23838   - "tags"
23839   sort:
23840   - "L2XCFWD"
23841   - "L2XCFWD"
23842   - "L2XCFWD"
23843   - "L2BDMACLRN"
23844   - "L2BDMACLRN"
23845   - "L2BDMACLRN"
23846   layout:
23847     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
23848     layout: "plot-throughput-speedup-analysis"
23849
23850 # Speedup - VPP Container Memif 3n-hsw-x710
23851 -
23852   type: "plot"
23853   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23854   algorithm: "plot_throughput_speedup_analysis"
23855   output-file-type: ".html"
23856   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23857   data: "plot-throughput-speedup-analysis-3n-hsw"
23858   filter: "'NIC_Intel-X710' and
23859            '64B' and
23860            ('BASE' or 'SCALE') and
23861            'NDRPDR' and
23862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23863            not 'VHOST' and
23864            'MEMIF'"
23865   parameters:
23866   - "throughput"
23867   - "parent"
23868   - "tags"
23869   sort:
23870   - "L2XCFWD"
23871   - "L2XCFWD"
23872   - "L2XCFWD"
23873   - "L2BDMACLRN"
23874   - "L2BDMACLRN"
23875   - "L2BDMACLRN"
23876   layout:
23877     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
23878     layout: "plot-throughput-speedup-analysis"
23879
23880 -
23881   type: "plot"
23882   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23883   algorithm: "plot_throughput_speedup_analysis"
23884   output-file-type: ".html"
23885   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23886   data: "plot-throughput-speedup-analysis-3n-hsw"
23887   filter: "'NIC_Intel-X710' and
23888            '64B' and
23889            ('BASE' or 'SCALE') and
23890            'NDRPDR' and
23891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23892            not 'VHOST' and
23893            'MEMIF'"
23894   parameters:
23895   - "throughput"
23896   - "parent"
23897   - "tags"
23898   sort:
23899   - "L2XCFWD"
23900   - "L2XCFWD"
23901   - "L2XCFWD"
23902   - "L2BDMACLRN"
23903   - "L2BDMACLRN"
23904   - "L2BDMACLRN"
23905   layout:
23906     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
23907     layout: "plot-throughput-speedup-analysis"
23908
23909 # Speedup - VPP Container Memif 3n-hsw-xl710
23910 -
23911   type: "plot"
23912   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23913   algorithm: "plot_throughput_speedup_analysis"
23914   output-file-type: ".html"
23915   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23916   data: "plot-throughput-speedup-analysis-3n-hsw"
23917   filter: "'NIC_Intel-XL710' and
23918            '64B' and
23919            ('BASE' or 'SCALE') and
23920            'NDRPDR' and
23921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23922            not 'VHOST' and
23923            'MEMIF'"
23924   parameters:
23925   - "throughput"
23926   - "parent"
23927   - "tags"
23928   sort:
23929   - "L2XCFWD"
23930   - "L2XCFWD"
23931   - "L2XCFWD"
23932   - "L2BDMACLRN"
23933   - "L2BDMACLRN"
23934   - "L2BDMACLRN"
23935   layout:
23936     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
23937     layout: "plot-throughput-speedup-analysis"
23938
23939 -
23940   type: "plot"
23941   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23942   algorithm: "plot_throughput_speedup_analysis"
23943   output-file-type: ".html"
23944   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23945   data: "plot-throughput-speedup-analysis-3n-hsw"
23946   filter: "'NIC_Intel-XL710' and
23947            '64B' and
23948            ('BASE' or 'SCALE') and
23949            'NDRPDR' and
23950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23951            not 'VHOST' and
23952            'MEMIF'"
23953   parameters:
23954   - "throughput"
23955   - "parent"
23956   - "tags"
23957   sort:
23958   - "L2XCFWD"
23959   - "L2XCFWD"
23960   - "L2XCFWD"
23961   - "L2BDMACLRN"
23962   - "L2BDMACLRN"
23963   - "L2BDMACLRN"
23964   layout:
23965     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
23966     layout: "plot-throughput-speedup-analysis"
23967
23968 # Speedup - VPP Container Memif 3n-skx-x710
23969 -
23970   type: "plot"
23971   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23972   algorithm: "plot_throughput_speedup_analysis"
23973   output-file-type: ".html"
23974   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23975   data: "plot-throughput-speedup-analysis-3n-skx"
23976   filter: "'NIC_Intel-X710' and
23977            '64B' and
23978            ('BASE' or 'SCALE') and
23979            'NDRPDR' and
23980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23981            not 'VHOST' and
23982            'MEMIF'"
23983   parameters:
23984   - "throughput"
23985   - "parent"
23986   - "tags"
23987   sort:
23988   - "L2XCFWD"
23989   - "L2XCFWD"
23990   - "L2XCFWD"
23991   - "L2BDMACLRN"
23992   - "L2BDMACLRN"
23993   - "L2BDMACLRN"
23994   layout:
23995     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
23996     layout: "plot-throughput-speedup-analysis"
23997
23998 -
23999   type: "plot"
24000   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24001   algorithm: "plot_throughput_speedup_analysis"
24002   output-file-type: ".html"
24003   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24004   data: "plot-throughput-speedup-analysis-3n-skx"
24005   filter: "'NIC_Intel-X710' and
24006            '64B' and
24007            ('BASE' or 'SCALE') and
24008            'NDRPDR' and
24009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24010            not 'VHOST' and
24011             'MEMIF'"
24012   parameters:
24013   - "throughput"
24014   - "parent"
24015   - "tags"
24016   sort:
24017   - "L2XCFWD"
24018   - "L2XCFWD"
24019   - "L2XCFWD"
24020   - "L2BDMACLRN"
24021   - "L2BDMACLRN"
24022   - "L2BDMACLRN"
24023   layout:
24024     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24025     layout: "plot-throughput-speedup-analysis"
24026
24027 # Speedup - VPP Container Memif 2n-skx-x710
24028 -
24029   type: "plot"
24030   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24031   algorithm: "plot_throughput_speedup_analysis"
24032   output-file-type: ".html"
24033   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24034   data: "plot-throughput-speedup-analysis-2n-skx"
24035   filter: "'NIC_Intel-X710' and
24036            '64B' and
24037            ('BASE' or 'SCALE') and
24038            'NDRPDR' and
24039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24040            not 'VHOST' and
24041            'MEMIF'"
24042   parameters:
24043   - "throughput"
24044   - "parent"
24045   - "tags"
24046   sort:
24047   - "L2XCFWD"
24048   - "L2XCFWD"
24049   - "L2XCFWD"
24050   - "L2BDMACLRN"
24051   - "L2BDMACLRN"
24052   - "L2BDMACLRN"
24053   layout:
24054     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24055     layout: "plot-throughput-speedup-analysis"
24056
24057 -
24058   type: "plot"
24059   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24060   algorithm: "plot_throughput_speedup_analysis"
24061   output-file-type: ".html"
24062   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24063   data: "plot-throughput-speedup-analysis-2n-skx"
24064   filter: "'NIC_Intel-X710' and
24065            '64B' and
24066            ('BASE' or 'SCALE') and
24067            'NDRPDR' and
24068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24069            not 'VHOST' and
24070             'MEMIF'"
24071   parameters:
24072   - "throughput"
24073   - "parent"
24074   - "tags"
24075   sort:
24076   - "L2XCFWD"
24077   - "L2XCFWD"
24078   - "L2XCFWD"
24079   - "L2BDMACLRN"
24080   - "L2BDMACLRN"
24081   - "L2BDMACLRN"
24082   layout:
24083     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24084     layout: "plot-throughput-speedup-analysis"
24085
24086 # Speedup - VPP Container Memif 2n-skx-xxv710
24087 -
24088   type: "plot"
24089   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24090   algorithm: "plot_throughput_speedup_analysis"
24091   output-file-type: ".html"
24092   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24093   data: "plot-throughput-speedup-analysis-2n-skx"
24094   filter: "'NIC_Intel-XXV710' and
24095            '64B' and
24096            ('BASE' or 'SCALE') and
24097            'NDRPDR' and
24098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24099            not 'VHOST' and
24100            'MEMIF'"
24101   parameters:
24102   - "throughput"
24103   - "parent"
24104   - "tags"
24105   sort:
24106   - "L2XCFWD"
24107   - "L2XCFWD"
24108   - "L2XCFWD"
24109   - "L2BDMACLRN"
24110   - "L2BDMACLRN"
24111   - "L2BDMACLRN"
24112   layout:
24113     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
24114     layout: "plot-throughput-speedup-analysis"
24115
24116 -
24117   type: "plot"
24118   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24119   algorithm: "plot_throughput_speedup_analysis"
24120   output-file-type: ".html"
24121   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24122   data: "plot-throughput-speedup-analysis-2n-skx"
24123   filter: "'NIC_Intel-XXV710' and
24124            '64B' and
24125            ('BASE' or 'SCALE') and
24126            'NDRPDR' and
24127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24128            not 'VHOST' and
24129             'MEMIF'"
24130   parameters:
24131   - "throughput"
24132   - "parent"
24133   - "tags"
24134   sort:
24135   - "L2XCFWD"
24136   - "L2XCFWD"
24137   - "L2XCFWD"
24138   - "L2BDMACLRN"
24139   - "L2BDMACLRN"
24140   - "L2BDMACLRN"
24141   layout:
24142     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
24143     layout: "plot-throughput-speedup-analysis"
24144
24145 ################################################################################
24146
24147 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24148 -
24149   type: "plot"
24150   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24151   algorithm: "plot_throughput_speedup_analysis"
24152   output-file-type: ".html"
24153   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24154   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24155   filter: "'NIC_Intel-X520-DA2' and
24156            '64B' and
24157            ('BASE' or 'SCALE') and
24158            'NDRPDR' and
24159            'L2XCFWD' and
24160            not 'VHOST' and
24161            'MEMIF'"
24162   parameters:
24163   - "throughput"
24164   - "parent"
24165   - "tags"
24166   sort:
24167   - "1VNF"
24168   - "2VNF"
24169   - "4VNF"
24170   - "2VNF"
24171   - "4VNF"
24172   layout:
24173     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24174     layout: "plot-throughput-speedup-analysis"
24175
24176 -
24177   type: "plot"
24178   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24179   algorithm: "plot_throughput_speedup_analysis"
24180   output-file-type: ".html"
24181   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24182   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24183   filter: "'NIC_Intel-X520-DA2' and
24184            '64B' and
24185            ('BASE' or 'SCALE') and
24186            'NDRPDR' and
24187            'L2XCFWD' and
24188            not 'VHOST' and
24189            'MEMIF'"
24190   parameters:
24191   - "throughput"
24192   - "parent"
24193   - "tags"
24194   sort:
24195   - "1VNF"
24196   - "2VNF"
24197   - "4VNF"
24198   - "2VNF"
24199   - "4VNF"
24200   layout:
24201     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24202     layout: "plot-throughput-speedup-analysis"
24203
24204 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24205 -
24206   type: "plot"
24207   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24208   algorithm: "plot_throughput_speedup_analysis"
24209   output-file-type: ".html"
24210   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24211   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24212   filter: "'NIC_Intel-X520-DA2' and
24213            '64B' and
24214            ('BASE' or 'SCALE') and
24215            'NDRPDR' and
24216            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24217            not 'VHOST' and
24218            'MEMIF'"
24219   parameters:
24220   - "throughput"
24221   - "parent"
24222   - "tags"
24223   sort:
24224   - "1VNF"
24225   - "2VNF"
24226   - "4VNF"
24227   - "2VNF"
24228   - "4VNF"
24229   layout:
24230     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24231     layout: "plot-throughput-speedup-analysis"
24232
24233 -
24234   type: "plot"
24235   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24236   algorithm: "plot_throughput_speedup_analysis"
24237   output-file-type: ".html"
24238   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24239   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24240   filter: "'NIC_Intel-X520-DA2' and
24241            '64B' and
24242            ('BASE' or 'SCALE') and
24243            'NDRPDR' and
24244            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24245            not 'VHOST' and
24246            'MEMIF'"
24247   parameters:
24248   - "throughput"
24249   - "parent"
24250   - "tags"
24251   sort:
24252   - "1VNF"
24253   - "2VNF"
24254   - "4VNF"
24255   - "2VNF"
24256   - "4VNF"
24257   layout:
24258     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24259     layout: "plot-throughput-speedup-analysis"
24260
24261 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24262 -
24263   type: "plot"
24264   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24265   algorithm: "plot_throughput_speedup_analysis"
24266   output-file-type: ".html"
24267   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24268   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24269   filter: "'NIC_Intel-X710' and
24270            '64B' and
24271            ('BASE' or 'SCALE') and
24272            'NDRPDR' and
24273            'L2XCFWD' and
24274            not 'VHOST' and
24275            'MEMIF'"
24276   parameters:
24277   - "throughput"
24278   - "parent"
24279   - "tags"
24280   sort:
24281   - "1VNF"
24282   - "2VNF"
24283   - "4VNF"
24284   - "2VNF"
24285   - "4VNF"
24286   layout:
24287     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24288     layout: "plot-throughput-speedup-analysis"
24289
24290 -
24291   type: "plot"
24292   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24293   algorithm: "plot_throughput_speedup_analysis"
24294   output-file-type: ".html"
24295   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24296   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24297   filter: "'NIC_Intel-X710' and
24298            '64B' and
24299            ('BASE' or 'SCALE') and
24300            'NDRPDR' and
24301            'L2XCFWD' and
24302            not 'VHOST' and
24303            'MEMIF'"
24304   parameters:
24305   - "throughput"
24306   - "parent"
24307   - "tags"
24308   sort:
24309   - "1VNF"
24310   - "2VNF"
24311   - "4VNF"
24312   - "2VNF"
24313   - "4VNF"
24314   layout:
24315     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24316     layout: "plot-throughput-speedup-analysis"
24317
24318 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24319 -
24320   type: "plot"
24321   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24322   algorithm: "plot_throughput_speedup_analysis"
24323   output-file-type: ".html"
24324   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24325   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24326   filter: "'NIC_Intel-X710' and
24327            '64B' and
24328            ('BASE' or 'SCALE') and
24329            'NDRPDR' and
24330            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24331            not 'VHOST' and
24332            'MEMIF'"
24333   parameters:
24334   - "throughput"
24335   - "parent"
24336   - "tags"
24337   sort:
24338   - "1VNF"
24339   - "2VNF"
24340   - "4VNF"
24341   - "2VNF"
24342   - "4VNF"
24343   layout:
24344     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24345     layout: "plot-throughput-speedup-analysis"
24346
24347 -
24348   type: "plot"
24349   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24350   algorithm: "plot_throughput_speedup_analysis"
24351   output-file-type: ".html"
24352   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24353   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24354   filter: "'NIC_Intel-X710' and
24355            '64B' and
24356            ('BASE' or 'SCALE') and
24357            'NDRPDR' and
24358            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24359            not 'VHOST' and
24360            'MEMIF'"
24361   parameters:
24362   - "throughput"
24363   - "parent"
24364   - "tags"
24365   sort:
24366   - "1VNF"
24367   - "2VNF"
24368   - "4VNF"
24369   - "2VNF"
24370   - "4VNF"
24371   layout:
24372     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24373     layout: "plot-throughput-speedup-analysis"
24374
24375 ################################################################################
24376
24377 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24378 -
24379   type: "plot"
24380   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24381   algorithm: "plot_throughput_speedup_analysis"
24382   output-file-type: ".html"
24383   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24384   data: "plot-throughput-speedup-analysis-3n-hsw"
24385   filter: "'NIC_Intel-X520-DA2' and
24386            '64B' and
24387            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24388            'NDRPDR' and
24389            'IP4FWD' and
24390            not 'IPSEC' and
24391            not 'VHOST'"
24392   parameters:
24393   - "throughput"
24394   - "parent"
24395   - "tags"
24396   sort:
24397   - "DOT1Q"
24398   - "IP4BASE"
24399   - "FIB_20k"
24400   - "FIB_200k"
24401   - "FIB_2M"
24402   layout:
24403     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24404     layout: "plot-throughput-speedup-analysis"
24405
24406 -
24407   type: "plot"
24408   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24409   algorithm: "plot_throughput_speedup_analysis"
24410   output-file-type: ".html"
24411   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24412   data: "plot-throughput-speedup-analysis-3n-hsw"
24413   filter: "'NIC_Intel-X520-DA2' and
24414            '64B' and
24415            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24416            'NDRPDR' and
24417            'IP4FWD' and
24418            not 'IPSEC' and
24419            not 'VHOST'"
24420   parameters:
24421   - "throughput"
24422   - "parent"
24423   - "tags"
24424   sort:
24425   - "DOT1Q"
24426   - "IP4BASE"
24427   - "FIB_20k"
24428   - "FIB_200k"
24429   - "FIB_2M"
24430   layout:
24431     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24432     layout: "plot-throughput-speedup-analysis"
24433
24434 # Speedup - VPP IPv4 3n-hsw-x520 features
24435 -
24436   type: "plot"
24437   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24438   algorithm: "plot_throughput_speedup_analysis"
24439   output-file-type: ".html"
24440   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24441   data: "plot-throughput-speedup-analysis-3n-hsw"
24442   filter: "'NIC_Intel-X520-DA2' and
24443            '64B' and
24444            ('IP4BASE' or
24445             'POLICE_MARK' or
24446             'COPWHLIST' or
24447             ('NAT44' and 'BASE') or
24448             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24449            'NDRPDR' and
24450            'IP4FWD' and
24451            not 'IPSEC' and
24452            not 'VHOST'"
24453   parameters:
24454   - "throughput"
24455   - "parent"
24456   - "tags"
24457   sort:
24458   - "DOT1Q"
24459   - "IP4BASE"
24460   - "NAT44"
24461   - "POLICE_MARK"
24462   - "COPWHLIST"
24463   - "IACL"
24464   - "OACL"
24465   layout:
24466     title: "ip4-3n-hsw-x520-64b-features-ndr"
24467     layout: "plot-throughput-speedup-analysis"
24468
24469 -
24470   type: "plot"
24471   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24472   algorithm: "plot_throughput_speedup_analysis"
24473   output-file-type: ".html"
24474   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24475   data: "plot-throughput-speedup-analysis-3n-hsw"
24476   filter: "'NIC_Intel-X520-DA2' and
24477            '64B' and
24478            ('IP4BASE' or
24479             'POLICE_MARK' or
24480             'COPWHLIST' or
24481             ('NAT44' and 'BASE') or
24482             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24483            'NDRPDR' and
24484            'IP4FWD' and
24485            not 'IPSEC' and
24486            not 'VHOST'"
24487   parameters:
24488   - "throughput"
24489   - "parent"
24490   - "tags"
24491   sort:
24492   - "DOT1Q"
24493   - "IP4BASE"
24494   - "NAT44"
24495   - "POLICE_MARK"
24496   - "COPWHLIST"
24497   - "IACL"
24498   - "OACL"
24499   layout:
24500     title: "ip4-3n-hsw-x520-64b-features-pdr"
24501     layout: "plot-throughput-speedup-analysis"
24502
24503 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24504 -
24505   type: "plot"
24506   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24507   algorithm: "plot_throughput_speedup_analysis"
24508   output-file-type: ".html"
24509   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24510   data: "plot-throughput-speedup-analysis-3n-hsw"
24511   filter: "'NIC_Intel-X520-DA2' and
24512            '64B' and
24513            'NDRPDR' and
24514            'IP4FWD' and
24515            'NAT44' and
24516            not 'IPSEC' and
24517            not 'VHOST'"
24518   parameters:
24519   - "throughput"
24520   - "parent"
24521   - "tags"
24522   sort:
24523   - "BASE"
24524   - "BASE"
24525   - "SRC_USER_10"
24526   - "SRC_USER_100"
24527   - "SRC_USER_1000"
24528   - "SRC_USER_2000"
24529   layout:
24530     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24531     layout: "plot-throughput-speedup-analysis"
24532
24533 -
24534   type: "plot"
24535   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24536   algorithm: "plot_throughput_speedup_analysis"
24537   output-file-type: ".html"
24538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24539   data: "plot-throughput-speedup-analysis-3n-hsw"
24540   filter: "'NIC_Intel-X520-DA2' and
24541            '64B' and
24542            'NDRPDR' and
24543            'IP4FWD' and
24544            'NAT44' and
24545            not 'IPSEC' and
24546            not 'VHOST'"
24547   parameters:
24548   - "throughput"
24549   - "parent"
24550   - "tags"
24551   sort:
24552   - "BASE"
24553   - "BASE"
24554   - "SRC_USER_10"
24555   - "SRC_USER_100"
24556   - "SRC_USER_1000"
24557   - "SRC_USER_2000"
24558   layout:
24559     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
24560     layout: "plot-throughput-speedup-analysis"
24561
24562 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
24563 -
24564   type: "plot"
24565   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24566   algorithm: "plot_throughput_speedup_analysis"
24567   output-file-type: ".html"
24568   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24569   data: "plot-throughput-speedup-analysis-3n-hsw"
24570   filter: "'NIC_Intel-X520-DA2' and
24571            '64B' and
24572            'NDRPDR' and
24573            'IP4FWD' and
24574            'IACL' and
24575            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24576            not 'IPSEC' and
24577            not 'VHOST'"
24578   parameters:
24579   - "throughput"
24580   - "parent"
24581   - "tags"
24582   sort:
24583   - "ACL_STATELESS"
24584   - "ACL_STATEFUL"
24585   - "ACL_STATELESS"
24586   - "ACL_STATEFUL"
24587   layout:
24588     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24589     layout: "plot-throughput-speedup-analysis"
24590
24591 -
24592   type: "plot"
24593   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24594   algorithm: "plot_throughput_speedup_analysis"
24595   output-file-type: ".html"
24596   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24597   data: "plot-throughput-speedup-analysis-3n-hsw"
24598   filter: "'NIC_Intel-X520-DA2' and
24599            '64B' and
24600            'NDRPDR' and
24601            'IP4FWD' and
24602            'IACL' and
24603            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24604            not 'IPSEC' and
24605            not 'VHOST'"
24606   parameters:
24607   - "throughput"
24608   - "parent"
24609   - "tags"
24610   sort:
24611   - "ACL_STATELESS"
24612   - "ACL_STATEFUL"
24613   - "ACL_STATELESS"
24614   - "ACL_STATEFUL"
24615   layout:
24616     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24617     layout: "plot-throughput-speedup-analysis"
24618
24619 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24620 -
24621   type: "plot"
24622   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24623   algorithm: "plot_throughput_speedup_analysis"
24624   output-file-type: ".html"
24625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24626   data: "plot-throughput-speedup-analysis-3n-hsw"
24627   filter: "'NIC_Intel-X520-DA2' and
24628            '64B' and
24629            'NDRPDR' and
24630            'IP4FWD' and
24631            'OACL' and
24632            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24633            not 'IPSEC' and
24634            not 'VHOST'"
24635   parameters:
24636   - "throughput"
24637   - "parent"
24638   - "tags"
24639   sort:
24640   - "ACL_STATELESS"
24641   - "ACL_STATEFUL"
24642   - "ACL_STATELESS"
24643   - "ACL_STATEFUL"
24644   layout:
24645     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24646     layout: "plot-throughput-speedup-analysis"
24647
24648 -
24649   type: "plot"
24650   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24651   algorithm: "plot_throughput_speedup_analysis"
24652   output-file-type: ".html"
24653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24654   data: "plot-throughput-speedup-analysis-3n-hsw"
24655   filter: "'NIC_Intel-X520-DA2' and
24656            '64B' and
24657            'NDRPDR' and
24658            'IP4FWD' and
24659            'OACL' and
24660            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24661            not 'IPSEC' and
24662            not 'VHOST'"
24663   parameters:
24664   - "throughput"
24665   - "parent"
24666   - "tags"
24667   sort:
24668   - "ACL_STATELESS"
24669   - "ACL_STATEFUL"
24670   - "ACL_STATELESS"
24671   - "ACL_STATEFUL"
24672   layout:
24673     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24674     layout: "plot-throughput-speedup-analysis"
24675
24676 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24677 -
24678   type: "plot"
24679   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24680   algorithm: "plot_throughput_speedup_analysis"
24681   output-file-type: ".html"
24682   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24683   data: "plot-throughput-speedup-analysis-3n-hsw"
24684   filter: "'NIC_Intel-X710' and
24685            '64B' and
24686            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24687            'NDRPDR' and
24688            'IP4FWD' and
24689            not 'IPSEC' and
24690            not 'VHOST'"
24691   parameters:
24692   - "throughput"
24693   - "parent"
24694   - "tags"
24695   sort:
24696   - "DOT1Q"
24697   - "IP4BASE"
24698   - "FIB_20K"
24699   - "FIB_200K"
24700   - "FIB_2M"
24701   layout:
24702     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24703     layout: "plot-throughput-speedup-analysis"
24704
24705 -
24706   type: "plot"
24707   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24708   algorithm: "plot_throughput_speedup_analysis"
24709   output-file-type: ".html"
24710   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24711   data: "plot-throughput-speedup-analysis-3n-hsw"
24712   filter: "'NIC_Intel-X710' and
24713            '64B' and
24714            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24715            'NDRPDR' and
24716            'IP4FWD' and
24717            not 'IPSEC' and
24718            not 'VHOST'"
24719   parameters:
24720   - "throughput"
24721   - "parent"
24722   - "tags"
24723   sort:
24724   - "DOT1Q"
24725   - "IP4BASE"
24726   - "FIB_20K"
24727   - "FIB_200K"
24728   - "FIB_2M"
24729   layout:
24730     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24731     layout: "plot-throughput-speedup-analysis"
24732
24733 # Speedup - VPP IPv4 3n-hsw-x710 features
24734 -
24735   type: "plot"
24736   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24737   algorithm: "plot_throughput_speedup_analysis"
24738   output-file-type: ".html"
24739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24740   data: "plot-throughput-speedup-analysis-3n-hsw"
24741   filter: "'NIC_Intel-X710' and
24742            '64B' and
24743            ('IP4BASE' or
24744             'POLICE_MARK' or
24745             'COPWHLIST' or
24746             ('NAT44' and 'BASE') or
24747             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24748            'NDRPDR' and
24749            'IP4FWD' and
24750            not 'IPSEC' and
24751            not 'VHOST'"
24752   parameters:
24753   - "throughput"
24754   - "parent"
24755   - "tags"
24756   sort:
24757   - "IP4BASE"
24758   - "NAT44"
24759   - "POLICE_MARK"
24760   - "COPWHLIST"
24761   - "IACL"
24762   - "OACL"
24763   layout:
24764     title: "ip4-3n-hsw-x710-64b-features-ndr"
24765     layout: "plot-throughput-speedup-analysis"
24766
24767 -
24768   type: "plot"
24769   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24770   algorithm: "plot_throughput_speedup_analysis"
24771   output-file-type: ".html"
24772   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24773   data: "plot-throughput-speedup-analysis-3n-hsw"
24774   filter: "'NIC_Intel-X710' and
24775            '64B' and
24776            ('IP4BASE' or
24777             'POLICE_MARK' or
24778             'COPWHLIST' or
24779             ('NAT44' and 'BASE') or
24780             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24781            'NDRPDR' and
24782            'IP4FWD' and
24783            not 'IPSEC' and
24784            not 'VHOST'"
24785   parameters:
24786   - "throughput"
24787   - "parent"
24788   - "tags"
24789   sort:
24790   - "IP4BASE"
24791   - "NAT44"
24792   - "POLICE_MARK"
24793   - "COPWHLIST"
24794   - "IACL"
24795   - "OACL"
24796   layout:
24797     title: "ip4-3n-hsw-x710-64b-features-pdr"
24798     layout: "plot-throughput-speedup-analysis"
24799
24800 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24801 -
24802   type: "plot"
24803   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24804   algorithm: "plot_throughput_speedup_analysis"
24805   output-file-type: ".html"
24806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24807   data: "plot-throughput-speedup-analysis-3n-hsw"
24808   filter: "'NIC_Intel-X710' and
24809            '64B' and
24810            'NDRPDR' and
24811            'IP4FWD' and
24812            'NAT44' and
24813            not 'IPSEC' and
24814            not 'VHOST'"
24815   parameters:
24816   - "throughput"
24817   - "parent"
24818   - "tags"
24819   sort:
24820   - "BASE"
24821   - "BASE"
24822   - "SRC_USER_10"
24823   - "SRC_USER_100"
24824   - "SRC_USER_1000"
24825   - "SRC_USER_2000"
24826   layout:
24827     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24828     layout: "plot-throughput-speedup-analysis"
24829
24830 -
24831   type: "plot"
24832   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24833   algorithm: "plot_throughput_speedup_analysis"
24834   output-file-type: ".html"
24835   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24836   data: "plot-throughput-speedup-analysis-3n-hsw"
24837   filter: "'NIC_Intel-X710' and
24838            '64B' and
24839            'NDRPDR' and
24840            'IP4FWD' and
24841            'NAT44' and
24842            not 'IPSEC' and
24843            not 'VHOST'"
24844   parameters:
24845   - "throughput"
24846   - "parent"
24847   - "tags"
24848   sort:
24849   - "BASE"
24850   - "BASE"
24851   - "SRC_USER_10"
24852   - "SRC_USER_100"
24853   - "SRC_USER_1000"
24854   - "SRC_USER_2000"
24855   layout:
24856     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24857     layout: "plot-throughput-speedup-analysis"
24858
24859 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24860 -
24861   type: "plot"
24862   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24863   algorithm: "plot_throughput_speedup_analysis"
24864   output-file-type: ".html"
24865   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24866   data: "plot-throughput-speedup-analysis-3n-hsw"
24867   filter: "'NIC_Intel-X710' and
24868            '64B' and
24869            'NDRPDR' and
24870            'IP4FWD' and
24871            'IACL' and
24872            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24873            not 'IPSEC' and
24874            not 'VHOST'"
24875   parameters:
24876   - "throughput"
24877   - "parent"
24878   - "tags"
24879   sort:
24880   - "ACL_STATELESS"
24881   - "ACL_STATEFUL"
24882   - "ACL_STATELESS"
24883   - "ACL_STATEFUL"
24884   layout:
24885     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24886     layout: "plot-throughput-speedup-analysis"
24887
24888 -
24889   type: "plot"
24890   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24891   algorithm: "plot_throughput_speedup_analysis"
24892   output-file-type: ".html"
24893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24894   data: "plot-throughput-speedup-analysis-3n-hsw"
24895   filter: "'NIC_Intel-X710' and
24896            '64B' and
24897            'NDRPDR' and
24898            'IP4FWD' and
24899            'IACL' and
24900            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24901            not 'IPSEC' and
24902            not 'VHOST'"
24903   parameters:
24904   - "throughput"
24905   - "parent"
24906   - "tags"
24907   sort:
24908   - "ACL_STATELESS"
24909   - "ACL_STATEFUL"
24910   - "ACL_STATELESS"
24911   - "ACL_STATEFUL"
24912   layout:
24913     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24914     layout: "plot-throughput-speedup-analysis"
24915
24916 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
24917 -
24918   type: "plot"
24919   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
24920   algorithm: "plot_throughput_speedup_analysis"
24921   output-file-type: ".html"
24922   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
24923   data: "plot-throughput-speedup-analysis-3n-hsw"
24924   filter: "'NIC_Intel-X710' and
24925            '64B' and
24926            'NDRPDR' and
24927            'IP4FWD' and
24928            'OACL' and
24929            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24930            not 'IPSEC' and
24931            not 'VHOST'"
24932   parameters:
24933   - "throughput"
24934   - "parent"
24935   - "tags"
24936   sort:
24937   - "ACL_STATELESS"
24938   - "ACL_STATEFUL"
24939   - "ACL_STATELESS"
24940   - "ACL_STATEFUL"
24941   layout:
24942     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
24943     layout: "plot-throughput-speedup-analysis"
24944
24945 -
24946   type: "plot"
24947   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
24948   algorithm: "plot_throughput_speedup_analysis"
24949   output-file-type: ".html"
24950   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
24951   data: "plot-throughput-speedup-analysis-3n-hsw"
24952   filter: "'NIC_Intel-X710' and
24953            '64B' and
24954            'NDRPDR' and
24955            'IP4FWD' and
24956            'OACL' and
24957            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24958            not 'IPSEC' and
24959            not 'VHOST'"
24960   parameters:
24961   - "throughput"
24962   - "parent"
24963   - "tags"
24964   sort:
24965   - "ACL_STATELESS"
24966   - "ACL_STATEFUL"
24967   - "ACL_STATELESS"
24968   - "ACL_STATEFUL"
24969   layout:
24970     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
24971     layout: "plot-throughput-speedup-analysis"
24972
24973 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24974 -
24975   type: "plot"
24976   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24977   algorithm: "plot_throughput_speedup_analysis"
24978   output-file-type: ".html"
24979   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24980   data: "plot-throughput-speedup-analysis-3n-hsw"
24981   filter: "'NIC_Intel-XL710' and
24982            '64B' and
24983            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24984            'NDRPDR' and
24985            'IP4FWD' and
24986            not 'IPSEC' and
24987            not 'VHOST'"
24988   parameters:
24989   - "throughput"
24990   - "parent"
24991   - "tags"
24992   sort:
24993   - "IP4BASE"
24994   - "FIB_20K"
24995   - "FIB_200K"
24996   - "FIB_2M"
24997   layout:
24998     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
24999     layout: "plot-throughput-speedup-analysis"
25000
25001 -
25002   type: "plot"
25003   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25004   algorithm: "plot_throughput_speedup_analysis"
25005   output-file-type: ".html"
25006   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25007   data: "plot-throughput-speedup-analysis-3n-hsw"
25008   filter: "'NIC_Intel-XL710' and
25009            '64B' and
25010            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25011            'NDRPDR' and
25012            'IP4FWD' and
25013            not 'IPSEC' and
25014            not 'VHOST'"
25015   parameters:
25016   - "throughput"
25017   - "parent"
25018   - "tags"
25019   sort:
25020   - "IP4BASE"
25021   - "FIB_20K"
25022   - "FIB_200K"
25023   - "FIB_2M"
25024   layout:
25025     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25026     layout: "plot-throughput-speedup-analysis"
25027
25028 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25029 -
25030   type: "plot"
25031   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25032   algorithm: "plot_throughput_speedup_analysis"
25033   output-file-type: ".html"
25034   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25035   data: "plot-throughput-speedup-analysis-3n-skx"
25036   filter: "'NIC_Intel-X710' and
25037            '64B' and
25038            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25039            'NDRPDR' and
25040            'IP4FWD' and
25041            not 'IPSEC' and
25042            not 'VHOST'"
25043   parameters:
25044   - "throughput"
25045   - "parent"
25046   - "tags"
25047   sort:
25048   - "IP4BASE"
25049   - "FIB_20K"
25050   - "FIB_200K"
25051   - "FIB_2M"
25052   layout:
25053     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25054     layout: "plot-throughput-speedup-analysis"
25055
25056 -
25057   type: "plot"
25058   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25059   algorithm: "plot_throughput_speedup_analysis"
25060   output-file-type: ".html"
25061   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25062   data: "plot-throughput-speedup-analysis-3n-skx"
25063   filter: "'NIC_Intel-X710' and
25064            '64B' and
25065            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25066            'NDRPDR' and
25067            'IP4FWD' and
25068            not 'IPSEC' and
25069            not 'VHOST'"
25070   parameters:
25071   - "throughput"
25072   - "parent"
25073   - "tags"
25074   sort:
25075   - "IP4BASE"
25076   - "FIB_20K"
25077   - "FIB_200K"
25078   - "FIB_2M"
25079   layout:
25080     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25081     layout: "plot-throughput-speedup-analysis"
25082
25083 # Speedup - VPP IPv4 3n-skx-x710 features
25084 -
25085   type: "plot"
25086   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25087   algorithm: "plot_throughput_speedup_analysis"
25088   output-file-type: ".html"
25089   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25090   data: "plot-throughput-speedup-analysis-3n-skx"
25091   filter: "'NIC_Intel-X710' and
25092            '64B' and
25093            ('IP4BASE' or
25094             'POLICE_MARK' or
25095             'COPWHLIST' or
25096             ('NAT44' and 'BASE') or
25097             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25098            'NDRPDR' and
25099            'IP4FWD' and
25100            not 'IPSEC' and
25101            not 'VHOST'"
25102   parameters:
25103   - "throughput"
25104   - "parent"
25105   - "tags"
25106   sort:
25107   - "IP4BASE"
25108   - "NAT44"
25109   - "POLICE_MARK"
25110   - "COPWHLIST"
25111   - "IACL"
25112   - "OACL"
25113   layout:
25114     title: "ip4-3n-skx-x710-64b-features-ndr"
25115     layout: "plot-throughput-speedup-analysis"
25116
25117 -
25118   type: "plot"
25119   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25120   algorithm: "plot_throughput_speedup_analysis"
25121   output-file-type: ".html"
25122   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25123   data: "plot-throughput-speedup-analysis-3n-skx"
25124   filter: "'NIC_Intel-X710' and
25125            '64B' and
25126            ('IP4BASE' or
25127             'POLICE_MARK' or
25128             'COPWHLIST' or
25129             ('NAT44' and 'BASE') or
25130             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25131            'NDRPDR' and
25132            'IP4FWD' and
25133            not 'IPSEC' and
25134            not 'VHOST'"
25135   parameters:
25136   - "throughput"
25137   - "parent"
25138   - "tags"
25139   sort:
25140   - "IP4BASE"
25141   - "NAT44"
25142   - "POLICE_MARK"
25143   - "COPWHLIST"
25144   - "IACL"
25145   - "OACL"
25146   layout:
25147     title: "ip4-3n-skx-x710-64b-features-pdr"
25148     layout: "plot-throughput-speedup-analysis"
25149
25150 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25151 -
25152   type: "plot"
25153   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25154   algorithm: "plot_throughput_speedup_analysis"
25155   output-file-type: ".html"
25156   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25157   data: "plot-throughput-speedup-analysis-3n-skx"
25158   filter: "'NIC_Intel-X710' and
25159            '64B' and
25160            'NDRPDR' and
25161            'IP4FWD' and
25162            'NAT44' and
25163            not 'IPSEC' and
25164            not 'VHOST'"
25165   parameters:
25166   - "throughput"
25167   - "parent"
25168   - "tags"
25169   sort:
25170   - "BASE"
25171   - "BASE"
25172   - "SRC_USER_10"
25173   - "SRC_USER_100"
25174   - "SRC_USER_1000"
25175   - "SRC_USER_2000"
25176   layout:
25177     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25178     layout: "plot-throughput-speedup-analysis"
25179
25180 -
25181   type: "plot"
25182   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25183   algorithm: "plot_throughput_speedup_analysis"
25184   output-file-type: ".html"
25185   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25186   data: "plot-throughput-speedup-analysis-3n-skx"
25187   filter: "'NIC_Intel-X710' and
25188            '64B' and
25189            'NDRPDR' and
25190            'IP4FWD' and
25191            'NAT44' and
25192            not 'IPSEC' and
25193            not 'VHOST'"
25194   parameters:
25195   - "throughput"
25196   - "parent"
25197   - "tags"
25198   sort:
25199   - "BASE"
25200   - "BASE"
25201   - "SRC_USER_10"
25202   - "SRC_USER_100"
25203   - "SRC_USER_1000"
25204   - "SRC_USER_2000"
25205   layout:
25206     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25207     layout: "plot-throughput-speedup-analysis"
25208
25209 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25210 -
25211   type: "plot"
25212   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25213   algorithm: "plot_throughput_speedup_analysis"
25214   output-file-type: ".html"
25215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25216   data: "plot-throughput-speedup-analysis-3n-skx"
25217   filter: "'NIC_Intel-X710' and
25218            '64B' and
25219            'NDRPDR' and
25220            'IP4FWD' and
25221            'IACL' and
25222            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25223            not 'IPSEC' and
25224            not 'VHOST'"
25225   parameters:
25226   - "throughput"
25227   - "parent"
25228   - "tags"
25229   sort:
25230   - "ACL_STATELESS"
25231   - "ACL_STATEFUL"
25232   - "ACL_STATELESS"
25233   - "ACL_STATEFUL"
25234   layout:
25235     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25236     layout: "plot-throughput-speedup-analysis"
25237
25238 -
25239   type: "plot"
25240   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25241   algorithm: "plot_throughput_speedup_analysis"
25242   output-file-type: ".html"
25243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25244   data: "plot-throughput-speedup-analysis-3n-skx"
25245   filter: "'NIC_Intel-X710' and
25246            '64B' and
25247            'NDRPDR' and
25248            'IP4FWD' and
25249            'IACL' and
25250            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25251            not 'IPSEC' and
25252            not 'VHOST'"
25253   parameters:
25254   - "throughput"
25255   - "parent"
25256   - "tags"
25257   sort:
25258   - "ACL_STATELESS"
25259   - "ACL_STATEFUL"
25260   - "ACL_STATELESS"
25261   - "ACL_STATEFUL"
25262   layout:
25263     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25264     layout: "plot-throughput-speedup-analysis"
25265
25266 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25267 -
25268   type: "plot"
25269   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25270   algorithm: "plot_throughput_speedup_analysis"
25271   output-file-type: ".html"
25272   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25273   data: "plot-throughput-speedup-analysis-3n-skx"
25274   filter: "'NIC_Intel-X710' and
25275            '64B' and
25276            'NDRPDR' and
25277            'IP4FWD' and
25278            'OACL' and
25279            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25280            not 'IPSEC' and
25281            not 'VHOST'"
25282   parameters:
25283   - "throughput"
25284   - "parent"
25285   - "tags"
25286   sort:
25287   - "ACL_STATELESS"
25288   - "ACL_STATEFUL"
25289   - "ACL_STATELESS"
25290   - "ACL_STATEFUL"
25291   layout:
25292     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25293     layout: "plot-throughput-speedup-analysis"
25294
25295 -
25296   type: "plot"
25297   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25298   algorithm: "plot_throughput_speedup_analysis"
25299   output-file-type: ".html"
25300   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25301   data: "plot-throughput-speedup-analysis-3n-skx"
25302   filter: "'NIC_Intel-X710' and
25303            '64B' and
25304            'NDRPDR' and
25305            'IP4FWD' and
25306            'OACL' and
25307            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25308            not 'IPSEC' and
25309            not 'VHOST'"
25310   parameters:
25311   - "throughput"
25312   - "parent"
25313   - "tags"
25314   sort:
25315   - "ACL_STATELESS"
25316   - "ACL_STATEFUL"
25317   - "ACL_STATELESS"
25318   - "ACL_STATEFUL"
25319   layout:
25320     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25321     layout: "plot-throughput-speedup-analysis"
25322
25323 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25324 -
25325   type: "plot"
25326   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25327   algorithm: "plot_throughput_speedup_analysis"
25328   output-file-type: ".html"
25329   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25330   data: "plot-throughput-speedup-analysis-2n-skx"
25331   filter: "'NIC_Intel-X710' and
25332            '64B' and
25333            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25334            'NDRPDR' and
25335            'IP4FWD' and
25336            not 'IPSEC' and
25337            not 'VHOST'"
25338   parameters:
25339   - "throughput"
25340   - "parent"
25341   - "tags"
25342   sort:
25343   - "DOT1Q"
25344   - "IP4BASE"
25345   - "FIB_20k"
25346   - "FIB_200k"
25347   - "FIB_2M"
25348   layout:
25349     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25350     layout: "plot-throughput-speedup-analysis"
25351
25352 -
25353   type: "plot"
25354   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25355   algorithm: "plot_throughput_speedup_analysis"
25356   output-file-type: ".html"
25357   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25358   data: "plot-throughput-speedup-analysis-2n-skx"
25359   filter: "'NIC_Intel-X710' and
25360            '64B' and
25361            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25362            'NDRPDR' and
25363            'IP4FWD' and
25364            not 'IPSEC' and
25365            not 'VHOST'"
25366   parameters:
25367   - "throughput"
25368   - "parent"
25369   - "tags"
25370   sort:
25371   - "DOT1Q"
25372   - "IP4BASE"
25373   - "FIB_20k"
25374   - "FIB_200k"
25375   - "FIB_2M"
25376   layout:
25377     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25378     layout: "plot-throughput-speedup-analysis"
25379
25380 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25381 -
25382   type: "plot"
25383   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25384   algorithm: "plot_throughput_speedup_analysis"
25385   output-file-type: ".html"
25386   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25387   data: "plot-throughput-speedup-analysis-2n-skx"
25388   filter: "'NIC_Intel-XXV710' and
25389            '64B' and
25390            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25391            'NDRPDR' and
25392            'IP4FWD' and
25393            not 'IPSEC' and
25394            not 'VHOST'"
25395   parameters:
25396   - "throughput"
25397   - "parent"
25398   - "tags"
25399   sort:
25400   - "DOT1Q"
25401   - "IP4BASE"
25402   - "FIB_20k"
25403   - "FIB_200k"
25404   - "FIB_2M"
25405   layout:
25406     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25407     layout: "plot-throughput-speedup-analysis"
25408
25409 -
25410   type: "plot"
25411   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25412   algorithm: "plot_throughput_speedup_analysis"
25413   output-file-type: ".html"
25414   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25415   data: "plot-throughput-speedup-analysis-2n-skx"
25416   filter: "'NIC_Intel-XXV710' and
25417            '64B' and
25418            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25419            'NDRPDR' and
25420            'IP4FWD' and
25421            not 'IPSEC' and
25422            not 'VHOST'"
25423   parameters:
25424   - "throughput"
25425   - "parent"
25426   - "tags"
25427   sort:
25428   - "DOT1Q"
25429   - "IP4BASE"
25430   - "FIB_20k"
25431   - "FIB_200k"
25432   - "FIB_2M"
25433   layout:
25434     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25435     layout: "plot-throughput-speedup-analysis"
25436
25437 # Speedup - VPP IPv4 2n-dnv-x553 base
25438 -
25439   type: "plot"
25440   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25441   algorithm: "plot_throughput_speedup_analysis"
25442   output-file-type: ".html"
25443   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25444   data: "intel-dnv-vpp"
25445   filter: "'NIC_Intel-X553' and
25446            '64B' and
25447            'IP4BASE' and
25448            'NDRPDR' and
25449            'IP4FWD' and
25450            not 'IPSEC' and
25451            not 'VHOST'"
25452   parameters:
25453   - "throughput"
25454   - "parent"
25455   - "tags"
25456   sort:
25457   - "IP4BASE"
25458   layout:
25459     title: "ip4-2n-dnv-x553-64b-base-ndr"
25460     layout: "plot-throughput-speedup-analysis"
25461
25462 -
25463   type: "plot"
25464   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25465   algorithm: "plot_throughput_speedup_analysis"
25466   output-file-type: ".html"
25467   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25468   data: "intel-dnv-vpp"
25469   filter: "'NIC_Intel-X553' and
25470            '64B' and
25471            'IP4BASE' and
25472            'NDRPDR' and
25473            'IP4FWD' and
25474            not 'IPSEC' and
25475            not 'VHOST'"
25476   parameters:
25477   - "throughput"
25478   - "parent"
25479   - "tags"
25480   sort:
25481   - "IP4BASE"
25482   layout:
25483     title: "ip4-2n-dnv-x553-64b-base-pdr"
25484     layout: "plot-throughput-speedup-analysis"
25485
25486 ################################################################################
25487
25488 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25489 -
25490   type: "plot"
25491   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25492   algorithm: "plot_throughput_speedup_analysis"
25493   output-file-type: ".html"
25494   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25495   data: "plot-throughput-speedup-analysis-3n-hsw"
25496   filter: "'NIC_Intel-X520_DA2' and
25497            '64B' and
25498            'ENCAP' and
25499            'NDRPDR' and
25500            ('VXLAN' or 'LISP') and
25501            not 'VHOST' and
25502            not 'IPSECHW'"
25503   parameters:
25504   - "throughput"
25505   - "parent"
25506   - "tags"
25507   sort:
25508   - "not DOT1Q"
25509   - "VXLAN_1"
25510   - "VXLAN_10"
25511   - "VXLAN_100"
25512   - "VXLAN_1000"
25513   layout:
25514     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25515     layout: "plot-throughput-speedup-analysis"
25516
25517 -
25518   type: "plot"
25519   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25520   algorithm: "plot_throughput_speedup_analysis"
25521   output-file-type: ".html"
25522   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25523   data: "plot-throughput-speedup-analysis-3n-hsw"
25524   filter: "'NIC_Intel-X520_DA2' and
25525            '64B' and
25526            'ENCAP' and
25527            'NDRPDR' and
25528            ('VXLAN' or 'LISP') and
25529            not 'VHOST' and
25530            not 'IPSECHW'"
25531   parameters:
25532   - "throughput"
25533   - "parent"
25534   - "tags"
25535   sort:
25536   - "not DOT1Q"
25537   - "VXLAN_1"
25538   - "VXLAN_10"
25539   - "VXLAN_100"
25540   - "VXLAN_1000"
25541   layout:
25542     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25543     layout: "plot-throughput-speedup-analysis"
25544
25545 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25546 -
25547   type: "plot"
25548   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25549   algorithm: "plot_throughput_speedup_analysis"
25550   output-file-type: ".html"
25551   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25552   data: "plot-throughput-speedup-analysis-3n-hsw"
25553   filter: "'NIC_Intel-X520-DA2' and
25554            '64B' and
25555            'ENCAP' and
25556            'NDRPDR' and
25557            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25558            not 'DOT1Q' and
25559            not 'VHOST' and
25560            not 'IPSECHW'"
25561   parameters:
25562   - "throughput"
25563   - "parent"
25564   - "tags"
25565   sort:
25566   - "L2BDMACLRN"
25567   - "L2XCFWD"
25568   - "LISP"
25569   layout:
25570     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
25571     layout: "plot-throughput-speedup-analysis"
25572
25573 -
25574   type: "plot"
25575   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25576   algorithm: "plot_throughput_speedup_analysis"
25577   output-file-type: ".html"
25578   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25579   data: "plot-throughput-speedup-analysis-3n-hsw"
25580   filter: "'NIC_Intel-X520-DA2' and
25581            '64B' and
25582            'ENCAP' and
25583            'NDRPDR' and
25584            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25585            not 'DOT1Q' and
25586            not 'VHOST' and
25587            not 'IPSECHW'"
25588   parameters:
25589   - "throughput"
25590   - "parent"
25591   - "tags"
25592   sort:
25593   - "L2BDMACLRN"
25594   - "L2XCFWD"
25595   - "LISP"
25596   layout:
25597     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
25598     layout: "plot-throughput-speedup-analysis"
25599
25600 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
25601 -
25602   type: "plot"
25603   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25604   algorithm: "plot_throughput_speedup_analysis"
25605   output-file-type: ".html"
25606   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25607   data: "plot-throughput-speedup-analysis-3n-hsw"
25608   filter: "'NIC_Intel-X710' and
25609            '64B' and
25610            'ENCAP' and
25611            'NDRPDR' and
25612            ('VXLAN' or 'LISP') and
25613            not 'VHOST' and
25614            not 'IPSECHW'"
25615   parameters:
25616   - "throughput"
25617   - "parent"
25618   - "tags"
25619   sort:
25620   - "LISP"
25621   - "VXLAN_1"
25622   - "VXLAN_10"
25623   - "VXLAN_100"
25624   - "VXLAN_1000"
25625   layout:
25626     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
25627     layout: "plot-throughput-speedup-analysis"
25628
25629 -
25630   type: "plot"
25631   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25632   algorithm: "plot_throughput_speedup_analysis"
25633   output-file-type: ".html"
25634   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25635   data: "plot-throughput-speedup-analysis-3n-hsw"
25636   filter: "'NIC_Intel-X710' and
25637            '64B' and
25638            'ENCAP' and
25639            'NDRPDR' and
25640            ('VXLAN' or 'LISP') and
25641            not 'VHOST' and
25642            not 'IPSECHW'"
25643   parameters:
25644   - "throughput"
25645   - "parent"
25646   - "tags"
25647   sort:
25648   - "LISP"
25649   - "VXLAN_1"
25650   - "VXLAN_10"
25651   - "VXLAN_100"
25652   - "VXLAN_1000"
25653   layout:
25654     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25655     layout: "plot-throughput-speedup-analysis"
25656
25657 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25658 -
25659   type: "plot"
25660   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25661   algorithm: "plot_throughput_speedup_analysis"
25662   output-file-type: ".html"
25663   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25664   data: "plot-throughput-speedup-analysis-3n-hsw"
25665   filter: "'NIC_Intel-X710' and
25666            '64B' and
25667            'ENCAP' and
25668            'NDRPDR' and
25669            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25670            not 'DOT1Q' and
25671            not 'VHOST' and
25672            not 'IPSECHW'"
25673   parameters:
25674   - "throughput"
25675   - "parent"
25676   - "tags"
25677   sort:
25678   - "L2BDMACLRN"
25679   - "L2XCFWD"
25680   - "LISP"
25681   layout:
25682     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25683     layout: "plot-throughput-speedup-analysis"
25684
25685 -
25686   type: "plot"
25687   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25688   algorithm: "plot_throughput_speedup_analysis"
25689   output-file-type: ".html"
25690   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25691   data: "plot-throughput-speedup-analysis-3n-hsw"
25692   filter: "'NIC_Intel-X710' and
25693            '64B' and
25694            'ENCAP' and
25695            'NDRPDR' and
25696            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25697            not 'DOT1Q' and
25698            not 'VHOST' and
25699            not 'IPSECHW'"
25700   parameters:
25701   - "throughput"
25702   - "parent"
25703   - "tags"
25704   sort:
25705   - "L2BDMACLRN"
25706   - "L2XCFWD"
25707   - "LISP"
25708   layout:
25709     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25710     layout: "plot-throughput-speedup-analysis"
25711
25712 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25713 -
25714   type: "plot"
25715   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25716   algorithm: "plot_throughput_speedup_analysis"
25717   output-file-type: ".html"
25718   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25719   data: "plot-throughput-speedup-analysis-3n-skx"
25720   filter: "'NIC_Intel-X710' and
25721            '64B' and
25722            'ENCAP' and
25723            'NDRPDR' and
25724            'VXLAN' and
25725            'L2BDMACLRN' and
25726            not 'VHOST' and
25727            not 'IPSECHW'"
25728   parameters:
25729   - "throughput"
25730   - "parent"
25731   - "tags"
25732   sort:
25733   - "LISP"
25734   - "VXLAN_1"
25735   - "VXLAN_10"
25736   - "VXLAN_100"
25737   - "VXLAN_1000"
25738   layout:
25739     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25740     layout: "plot-throughput-speedup-analysis"
25741
25742 -
25743   type: "plot"
25744   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25745   algorithm: "plot_throughput_speedup_analysis"
25746   output-file-type: ".html"
25747   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25748   data: "plot-throughput-speedup-analysis-3n-skx"
25749   filter: "'NIC_Intel-X710' and
25750            '64B' and
25751            'ENCAP' and
25752            'NDRPDR' and
25753            'VXLAN' and
25754            'L2BDMACLRN' and
25755            not 'VHOST' and
25756            not 'IPSECHW'"
25757   parameters:
25758   - "throughput"
25759   - "parent"
25760   - "tags"
25761   sort:
25762   - "LISP"
25763   - "VXLAN_1"
25764   - "VXLAN_10"
25765   - "VXLAN_100"
25766   - "VXLAN_1000"
25767   layout:
25768     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25769     layout: "plot-throughput-speedup-analysis"
25770
25771 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25772 -
25773   type: "plot"
25774   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25775   algorithm: "plot_throughput_speedup_analysis"
25776   output-file-type: ".html"
25777   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25778   data: "plot-throughput-speedup-analysis-3n-skx"
25779   filter: "'NIC_Intel-X710' and
25780            '64B' and
25781            'ENCAP' and
25782            'NDRPDR' and
25783            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25784            not 'DOT1Q' and
25785            not 'VHOST' and
25786            not 'IPSECHW'"
25787   parameters:
25788   - "throughput"
25789   - "parent"
25790   - "tags"
25791   sort:
25792   - "L2BDMACLRN"
25793   - "L2XCFWD"
25794   - "LISP"
25795   layout:
25796     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25797     layout: "plot-throughput-speedup-analysis"
25798
25799 -
25800   type: "plot"
25801   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25802   algorithm: "plot_throughput_speedup_analysis"
25803   output-file-type: ".html"
25804   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25805   data: "plot-throughput-speedup-analysis-3n-skx"
25806   filter: "'NIC_Intel-X710' and
25807            '64B' and
25808            'ENCAP' and
25809            'NDRPDR' and
25810            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25811            not 'DOT1Q' and
25812            not 'VHOST' and
25813            not 'IPSECHW'"
25814   parameters:
25815   - "throughput"
25816   - "parent"
25817   - "tags"
25818   sort:
25819   - "L2BDMACLRN"
25820   - "L2XCFWD"
25821   - "LISP"
25822   layout:
25823     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25824     layout: "plot-throughput-speedup-analysis"
25825
25826 ################################################################################
25827
25828 # Speedup - VPP IPv6 3n-hsw-x520
25829 -
25830   type: "plot"
25831   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25832   algorithm: "plot_throughput_speedup_analysis"
25833   output-file-type: ".html"
25834   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25835   data: "plot-throughput-speedup-analysis-3n-hsw"
25836   filter: "'NIC_Intel-X520-DA2' and
25837            '78B' and
25838            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25839            'NDRPDR' and
25840            'IP6FWD' and
25841            not 'SRv6' and
25842            not 'IPSEC' and
25843            not 'VHOST'"
25844   parameters:
25845   - "throughput"
25846   - "parent"
25847   - "tags"
25848   sort:
25849   - "IP6BASE"
25850   - "FIB_20K"
25851   - "FIB_200K"
25852   - "FIB_2M"
25853   layout:
25854     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
25855     layout: "plot-throughput-speedup-analysis"
25856
25857 -
25858   type: "plot"
25859   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25860   algorithm: "plot_throughput_speedup_analysis"
25861   output-file-type: ".html"
25862   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25863   data: "plot-throughput-speedup-analysis-3n-hsw"
25864   filter: "'NIC_Intel-X520-DA2' and
25865            '78B' and
25866            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25867            'NDRPDR' and
25868            'IP6FWD' and
25869            not 'SRv6' and
25870            not 'IPSEC' and
25871            not 'VHOST'"
25872   parameters:
25873   - "throughput"
25874   - "parent"
25875   - "tags"
25876   sort:
25877   - "IP6BASE"
25878   - "FIB_20K"
25879   - "FIB_200K"
25880   - "FIB_2M"
25881   layout:
25882     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
25883     layout: "plot-throughput-speedup-analysis"
25884
25885 # Speedup - VPP IPv6 3n-hsw-x520 features
25886 -
25887   type: "plot"
25888   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
25889   algorithm: "plot_throughput_speedup_analysis"
25890   output-file-type: ".html"
25891   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
25892   data: "plot-throughput-speedup-analysis-3n-hsw"
25893   filter: "'NIC_Intel-X520-DA2' and
25894            '78B' and
25895            ('IP6BASE' or
25896             'POLICE_MARK' or
25897             'COPWHLIST' or
25898             'IACLDST') and
25899            'NDRPDR' and
25900            'IP6FWD' and
25901            not 'SRv6' and
25902            not 'IPSEC' and
25903            not 'VHOST'"
25904   parameters:
25905   - "throughput"
25906   - "parent"
25907   - "tags"
25908   sort:
25909   - "IP6BASE"
25910   - "POLICE_MARK"
25911   - "COPWHLIST"
25912   - "IACLDST"
25913   layout:
25914     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
25915     layout: "plot-throughput-speedup-analysis"
25916
25917 -
25918   type: "plot"
25919   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
25920   algorithm: "plot_throughput_speedup_analysis"
25921   output-file-type: ".html"
25922   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
25923   data: "plot-throughput-speedup-analysis-3n-hsw"
25924   filter: "'NIC_Intel-X520-DA2' and
25925            '78B' and
25926            ('IP6BASE' or
25927             'POLICE_MARK' or
25928             'COPWHLIST' or
25929             'IACLDST') and
25930            'NDRPDR' and
25931            'IP6FWD' and
25932            not 'SRv6' and
25933            not 'IPSEC' and
25934            not 'VHOST'"
25935   parameters:
25936   - "throughput"
25937   - "parent"
25938   - "tags"
25939   sort:
25940   - "IP6BASE"
25941   - "POLICE_MARK"
25942   - "COPWHLIST"
25943   - "IACLDST"
25944   layout:
25945     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
25946     layout: "plot-throughput-speedup-analysis"
25947
25948 # Speedup - VPP IPv6 3n-hsw-x710
25949 -
25950   type: "plot"
25951   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25952   algorithm: "plot_throughput_speedup_analysis"
25953   output-file-type: ".html"
25954   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25955   data: "plot-throughput-speedup-analysis-3n-hsw"
25956   filter: "'NIC_Intel-X710' and
25957            '78B' and
25958            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25959            'NDRPDR' and
25960            'IP6FWD' and
25961            not 'SRv6' and
25962            not 'IPSEC' and
25963            not 'VHOST'"
25964   parameters:
25965   - "throughput"
25966   - "parent"
25967   - "tags"
25968   sort:
25969   - "IP6BASE"
25970   - "FIB_20K"
25971   - "FIB_200K"
25972   - "FIB_2M"
25973   layout:
25974     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25975     layout: "plot-throughput-speedup-analysis"
25976
25977 -
25978   type: "plot"
25979   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25980   algorithm: "plot_throughput_speedup_analysis"
25981   output-file-type: ".html"
25982   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25983   data: "plot-throughput-speedup-analysis-3n-hsw"
25984   filter: "'NIC_Intel-X710' and
25985            '78B' and
25986            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25987            'NDRPDR' and
25988            'IP6FWD' and
25989            not 'SRv6' and
25990            not 'IPSEC' and
25991            not 'VHOST'"
25992   parameters:
25993   - "throughput"
25994   - "parent"
25995   - "tags"
25996   sort:
25997   - "IP6BASE"
25998   - "FIB_20K"
25999   - "FIB_200K"
26000   - "FIB_2M"
26001   layout:
26002     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26003     layout: "plot-throughput-speedup-analysis"
26004
26005 # Speedup - VPP IPv6 3n-hsw-x710 features
26006 -
26007   type: "plot"
26008   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26009   algorithm: "plot_throughput_speedup_analysis"
26010   output-file-type: ".html"
26011   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26012   data: "plot-throughput-speedup-analysis-3n-hsw"
26013   filter: "'NIC_Intel-X710' and
26014            '78B' and
26015            ('IP6BASE' or
26016             'POLICE_MARK' or
26017             'COPWHLIST' or
26018             'IACLDST') and
26019            'NDRPDR' and
26020            'IP6FWD' and
26021            not 'SRv6' and
26022            not 'IPSEC' and
26023            not 'VHOST'"
26024   parameters:
26025   - "throughput"
26026   - "parent"
26027   - "tags"
26028   sort:
26029   - "IP6BASE"
26030   - "POLICE_MARK"
26031   - "COPWHLIST"
26032   - "IACLDST"
26033   layout:
26034     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26035     layout: "plot-throughput-speedup-analysis"
26036
26037 -
26038   type: "plot"
26039   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26040   algorithm: "plot_throughput_speedup_analysis"
26041   output-file-type: ".html"
26042   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26043   data: "plot-throughput-speedup-analysis-3n-hsw"
26044   filter: "'NIC_Intel-X710' and
26045            '78B' and
26046            ('IP6BASE' or
26047             'POLICE_MARK' or
26048             'COPWHLIST' or
26049             'IACLDST') and
26050            'NDRPDR' and
26051            'IP6FWD' and
26052            not 'SRv6' and
26053            not 'IPSEC' and
26054            not 'VHOST'"
26055   parameters:
26056   - "throughput"
26057   - "parent"
26058   - "tags"
26059   sort:
26060   - "IP6BASE"
26061   - "POLICE_MARK"
26062   - "COPWHLIST"
26063   - "IACLDST"
26064   layout:
26065     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26066     layout: "plot-throughput-speedup-analysis"
26067
26068 # Speedup - VPP IPv6 3n-hsw-xl710
26069 -
26070   type: "plot"
26071   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26072   algorithm: "plot_throughput_speedup_analysis"
26073   output-file-type: ".html"
26074   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26075   data: "plot-throughput-speedup-analysis-3n-hsw"
26076   filter: "'NIC_Intel-XL710' and
26077            '78B' and
26078            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26079            'NDRPDR' and
26080            'IP6FWD' and
26081            not 'SRv6' and
26082            not 'IPSEC' and
26083            not 'VHOST'"
26084   parameters:
26085   - "throughput"
26086   - "parent"
26087   - "tags"
26088   sort:
26089   - "IP6BASE"
26090   - "FIB_20K"
26091   - "FIB_200K"
26092   - "FIB_2M"
26093   layout:
26094     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26095     layout: "plot-throughput-speedup-analysis"
26096
26097 -
26098   type: "plot"
26099   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26100   algorithm: "plot_throughput_speedup_analysis"
26101   output-file-type: ".html"
26102   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26103   data: "plot-throughput-speedup-analysis-3n-hsw"
26104   filter: "'NIC_Intel-XL710' and
26105            '78B' and
26106            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26107            'NDRPDR' and
26108            'IP6FWD' and
26109            not 'SRv6' and
26110            not 'IPSEC' and
26111            not 'VHOST'"
26112   parameters:
26113   - "throughput"
26114   - "parent"
26115   - "tags"
26116   sort:
26117   - "IP6BASE"
26118   - "FIB_20K"
26119   - "FIB_200K"
26120   - "FIB_2M"
26121   layout:
26122     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26123     layout: "plot-throughput-speedup-analysis"
26124
26125 # Speedup - VPP IPv6 3n-skx-x710
26126 -
26127   type: "plot"
26128   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26129   algorithm: "plot_throughput_speedup_analysis"
26130   output-file-type: ".html"
26131   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26132   data: "plot-throughput-speedup-analysis-3n-skx"
26133   filter: "'NIC_Intel-X710' and
26134            '78B' and
26135            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26136            'NDRPDR' and
26137            'IP6FWD' and
26138            not 'SRv6' and
26139            not 'IPSEC' and
26140            not 'VHOST'"
26141   parameters:
26142   - "throughput"
26143   - "parent"
26144   - "tags"
26145   sort:
26146   - "IP6BASE"
26147   - "FIB_20K"
26148   - "FIB_200K"
26149   - "FIB_2M"
26150   layout:
26151     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26152     layout: "plot-throughput-speedup-analysis"
26153
26154 -
26155   type: "plot"
26156   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26157   algorithm: "plot_throughput_speedup_analysis"
26158   output-file-type: ".html"
26159   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26160   data: "plot-throughput-speedup-analysis-3n-skx"
26161   filter: "'NIC_Intel-X710' and
26162            '78B' and
26163            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26164            'NDRPDR' and
26165            'IP6FWD' and
26166            not 'SRv6' and
26167            not 'IPSEC' and
26168            not 'VHOST'"
26169   parameters:
26170   - "throughput"
26171   - "parent"
26172   - "tags"
26173   sort:
26174   - "IP6BASE"
26175   - "FIB_20K"
26176   - "FIB_200K"
26177   - "FIB_2M"
26178   layout:
26179     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26180     layout: "plot-throughput-speedup-analysis"
26181
26182 # Speedup - VPP IPv6 3n-skx-x710 features
26183 -
26184   type: "plot"
26185   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26186   algorithm: "plot_throughput_speedup_analysis"
26187   output-file-type: ".html"
26188   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26189   data: "plot-throughput-speedup-analysis-3n-skx"
26190   filter: "'NIC_Intel-X710' and
26191            '78B' and
26192            ('IP6BASE' or
26193             'POLICE_MARK' or
26194             'COPWHLIST' or
26195             'IACLDST') and
26196            'NDRPDR' and
26197            'IP6FWD' and
26198            not 'SRv6' and
26199            not 'IPSEC' and
26200            not 'VHOST'"
26201   parameters:
26202   - "throughput"
26203   - "parent"
26204   - "tags"
26205   sort:
26206   - "IP6BASE"
26207   - "POLICE_MARK"
26208   - "COPWHLIST"
26209   - "IACLDST"
26210   layout:
26211     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26212     layout: "plot-throughput-speedup-analysis"
26213
26214 -
26215   type: "plot"
26216   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26217   algorithm: "plot_throughput_speedup_analysis"
26218   output-file-type: ".html"
26219   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26220   data: "plot-throughput-speedup-analysis-3n-skx"
26221   filter: "'NIC_Intel-X710' and
26222            '78B' and
26223            ('IP6BASE' or
26224             'POLICE_MARK' or
26225             'COPWHLIST' or
26226             'IACLDST') and
26227            'NDRPDR' and
26228            'IP6FWD' and
26229            not 'SRv6' and
26230            not 'IPSEC' and
26231            not 'VHOST'"
26232   parameters:
26233   - "throughput"
26234   - "parent"
26235   - "tags"
26236   sort:
26237   - "IP6BASE"
26238   - "POLICE_MARK"
26239   - "COPWHLIST"
26240   - "IACLDST"
26241   layout:
26242     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26243     layout: "plot-throughput-speedup-analysis"
26244
26245 # Speedup - VPP IPv6 2n-skx-x710
26246 -
26247   type: "plot"
26248   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26249   algorithm: "plot_throughput_speedup_analysis"
26250   output-file-type: ".html"
26251   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26252   data: "plot-throughput-speedup-analysis-2n-skx"
26253   filter: "'NIC_Intel-X710' and
26254            '78B' and
26255            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26256            'NDRPDR' and
26257            'IP6FWD' and
26258            not 'SRv6' and
26259            not 'IPSEC' and
26260            not 'VHOST'"
26261   parameters:
26262   - "throughput"
26263   - "parent"
26264   - "tags"
26265   sort:
26266   - "IP6BASE"
26267   - "FIB_20k"
26268   - "FIB_200k"
26269   - "FIB_2M"
26270   layout:
26271     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26272     layout: "plot-throughput-speedup-analysis"
26273
26274 -
26275   type: "plot"
26276   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26277   algorithm: "plot_throughput_speedup_analysis"
26278   output-file-type: ".html"
26279   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26280   data: "plot-throughput-speedup-analysis-2n-skx"
26281   filter: "'NIC_Intel-X710' and
26282            '78B' and
26283            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26284            'NDRPDR' and
26285            'IP6FWD' and
26286            not 'SRv6' and
26287            not 'IPSEC' and
26288            not 'VHOST'"
26289   parameters:
26290   - "throughput"
26291   - "parent"
26292   - "tags"
26293   sort:
26294   - "IP6BASE"
26295   - "FIB_20k"
26296   - "FIB_200k"
26297   - "FIB_2M"
26298   layout:
26299     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26300     layout: "plot-throughput-speedup-analysis"
26301
26302 # Speedup - VPP IPv6 2n-skx-xxv710
26303 -
26304   type: "plot"
26305   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26306   algorithm: "plot_throughput_speedup_analysis"
26307   output-file-type: ".html"
26308   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26309   data: "plot-throughput-speedup-analysis-2n-skx"
26310   filter: "'NIC_Intel-XXV710' and
26311            '78B' and
26312            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26313            'NDRPDR' and
26314            'IP6FWD' and
26315            not 'SRv6' and
26316            not 'IPSEC' and
26317            not 'VHOST'"
26318   parameters:
26319   - "throughput"
26320   - "parent"
26321   - "tags"
26322   sort:
26323   - "IP6BASE"
26324   - "FIB_20k"
26325   - "FIB_200k"
26326   - "FIB_2M"
26327   layout:
26328     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26329     layout: "plot-throughput-speedup-analysis"
26330
26331 -
26332   type: "plot"
26333   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26334   algorithm: "plot_throughput_speedup_analysis"
26335   output-file-type: ".html"
26336   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26337   data: "plot-throughput-speedup-analysis-2n-skx"
26338   filter: "'NIC_Intel-XXV710' and
26339            '78B' and
26340            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26341            'NDRPDR' and
26342            'IP6FWD' and
26343            not 'SRv6' and
26344            not 'IPSEC' and
26345            not 'VHOST'"
26346   parameters:
26347   - "throughput"
26348   - "parent"
26349   - "tags"
26350   sort:
26351   - "IP6BASE"
26352   - "FIB_20k"
26353   - "FIB_200k"
26354   - "FIB_2M"
26355   layout:
26356     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26357     layout: "plot-throughput-speedup-analysis"
26358
26359 # Speedup - VPP IPv6 2n-dnv-x553 base
26360 -
26361   type: "plot"
26362   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26363   algorithm: "plot_throughput_speedup_analysis"
26364   output-file-type: ".html"
26365   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26366   data: "intel-dnv-vpp"
26367   filter: "'NIC_Intel-X553' and
26368            '78B' and
26369            'IP6BASE' and
26370            'NDRPDR' and
26371            'IP6FWD' and
26372            not 'SRv6' and
26373            not 'IPSEC' and
26374            not 'VHOST'"
26375   parameters:
26376   - "throughput"
26377   - "parent"
26378   - "tags"
26379   sort:
26380   - "IP6BASE"
26381   layout:
26382     title: "ip6-2n-dnv-x553-78b-base-ndr"
26383     layout: "plot-throughput-speedup-analysis"
26384
26385 -
26386   type: "plot"
26387   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26388   algorithm: "plot_throughput_speedup_analysis"
26389   output-file-type: ".html"
26390   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26391   data: "intel-dnv-vpp"
26392   filter: "'NIC_Intel-X553' and
26393            '78B' and
26394            'IP6BASE' and
26395            'NDRPDR' and
26396            'IP6FWD' and
26397            not 'SRv6' and
26398            not 'IPSEC' and
26399            not 'VHOST'"
26400   parameters:
26401   - "throughput"
26402   - "parent"
26403   - "tags"
26404   sort:
26405   - "IP6BASE"
26406   layout:
26407     title: "ip6-2n-dnv-x553-78b-base-pdr"
26408     layout: "plot-throughput-speedup-analysis"
26409
26410 ################################################################################
26411
26412 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26413 -
26414   type: "plot"
26415   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26416   algorithm: "plot_throughput_speedup_analysis"
26417   output-file-type: ".html"
26418   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26419   data: "plot-throughput-speedup-analysis-3n-hsw"
26420   filter: "'NIC_Intel-X520-DA2' and
26421            '78B' and
26422            'ENCAP' and
26423            'NDRPDR' and
26424            'LISP' and
26425            not 'VHOST'"
26426   parameters:
26427   - "throughput"
26428   - "parent"
26429   - "tags"
26430   sort:
26431   - "IP4UNRLAY"
26432   - "IP6UNRLAY"
26433   layout:
26434     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26435     layout: "plot-throughput-speedup-analysis"
26436
26437 -
26438   type: "plot"
26439   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26440   algorithm: "plot_throughput_speedup_analysis"
26441   output-file-type: ".html"
26442   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26443   data: "plot-throughput-speedup-analysis-3n-hsw"
26444   filter: "'NIC_Intel-X520-DA2' and
26445            '78B' and
26446            'ENCAP' and
26447            'NDRPDR' and
26448            'LISP' and
26449            not 'VHOST'"
26450   parameters:
26451   - "throughput"
26452   - "parent"
26453   - "tags"
26454   sort:
26455   - "IP4UNRLAY"
26456   - "IP6UNRLAY"
26457   layout:
26458     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26459     layout: "plot-throughput-speedup-analysis"
26460
26461 ################################################################################
26462
26463 # Speedup - VPP IPSec 3n-hsw-xl710 base
26464 -
26465   type: "plot"
26466   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26467   algorithm: "plot_throughput_speedup_analysis"
26468   output-file-type: ".html"
26469   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26470   data: "plot-throughput-speedup-analysis-3n-hsw"
26471   filter: "'NIC_Intel-XL710' and
26472            '64B' and
26473            'IP4FWD' and
26474            'NDRPDR' and
26475            'BASE' and
26476            'IPSECHW' and
26477            ('IPSECTRAN' or 'IPSECTUN') and
26478            not 'VHOST'"
26479   parameters:
26480   - "throughput"
26481   - "parent"
26482   - "tags"
26483   layout:
26484     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26485     layout: "plot-throughput-speedup-analysis"
26486
26487 -
26488   type: "plot"
26489   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26490   algorithm: "plot_throughput_speedup_analysis"
26491   output-file-type: ".html"
26492   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26493   data: "plot-throughput-speedup-analysis-3n-hsw"
26494   filter: "'NIC_Intel-XL710' and
26495            '64B' and
26496            'IP4FWD' and
26497            'NDRPDR' and
26498            'BASE' and
26499            'IPSECHW' and
26500            ('IPSECTRAN' or 'IPSECTUN') and
26501            not 'VHOST'"
26502   parameters:
26503   - "throughput"
26504   - "parent"
26505   - "tags"
26506   layout:
26507     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26508     layout: "plot-throughput-speedup-analysis"
26509
26510 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26511 -
26512   type: "plot"
26513   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26514   algorithm: "plot_throughput_speedup_analysis"
26515   output-file-type: ".html"
26516   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26517   data: "plot-throughput-speedup-analysis-3n-hsw"
26518   filter: "'NIC_Intel-XL710' and
26519            '64B' and
26520            'IP4FWD' and
26521            'NDRPDR' and
26522            'SCALE' and
26523            'IPSECHW' and
26524            ('IPSECTRAN' or 'IPSECTUN') and
26525            not 'VHOST'"
26526   parameters:
26527   - "throughput"
26528   - "parent"
26529   - "tags"
26530   layout:
26531     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26532     layout: "plot-throughput-speedup-analysis"
26533
26534 -
26535   type: "plot"
26536   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26537   algorithm: "plot_throughput_speedup_analysis"
26538   output-file-type: ".html"
26539   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26540   data: "plot-throughput-speedup-analysis-3n-hsw"
26541   filter: "'NIC_Intel-XL710' and
26542            '64B' and
26543            'IP4FWD' and
26544            'NDRPDR' and
26545            'SCALE' and
26546            'IPSECHW' and
26547            ('IPSECTRAN' or 'IPSECTUN') and
26548            not 'VHOST'"
26549   parameters:
26550   - "throughput"
26551   - "parent"
26552   - "tags"
26553   layout:
26554     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
26555     layout: "plot-throughput-speedup-analysis"
26556
26557 # Speedup - VPP IPSec 3n-hsw-xl710 sw
26558 -
26559   type: "plot"
26560   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26561   algorithm: "plot_throughput_speedup_analysis"
26562   output-file-type: ".html"
26563   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26564   data: "plot-throughput-speedup-analysis-3n-hsw"
26565   filter: "'NIC_Intel-XL710' and
26566            '64B' and
26567            'IP4FWD' and
26568            'NDRPDR' and
26569            'IPSECSW' and
26570            ('IPSECTRAN' or 'IPSECTUN') and
26571            not 'VHOST'"
26572   parameters:
26573   - "throughput"
26574   - "parent"
26575   - "tags"
26576   layout:
26577     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
26578     layout: "plot-throughput-speedup-analysis"
26579
26580 -
26581   type: "plot"
26582   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26583   algorithm: "plot_throughput_speedup_analysis"
26584   output-file-type: ".html"
26585   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26586   data: "plot-throughput-speedup-analysis-3n-hsw"
26587   filter: "'NIC_Intel-XL710' and
26588            '64B' and
26589            'IP4FWD' and
26590            'NDRPDR' and
26591            'IPSECSW' and
26592            ('IPSECTRAN' or 'IPSECTUN') and
26593            not 'VHOST'"
26594   parameters:
26595   - "throughput"
26596   - "parent"
26597   - "tags"
26598   layout:
26599     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
26600     layout: "plot-throughput-speedup-analysis"
26601
26602 ################################################################################
26603
26604 # Speedup - VPP SRv6 3n-hsw-x520
26605 -
26606   type: "plot"
26607   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
26608   algorithm: "plot_throughput_speedup_analysis"
26609   output-file-type: ".html"
26610   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
26611   data: "plot-throughput-speedup-analysis-3n-hsw"
26612   filter: "'NIC_Intel-X520-DA2' and
26613            '78B' and
26614            'FEATURE' and
26615            'NDRPDR' and
26616            'IP6FWD' and
26617            'SRv6'"
26618   parameters:
26619   - "throughput"
26620   - "parent"
26621   - "tags"
26622   layout:
26623     title: "srv6-3n-hsw-x520-78b-features-ndr"
26624     layout: "plot-throughput-speedup-analysis"
26625
26626 -
26627   type: "plot"
26628   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
26629   algorithm: "plot_throughput_speedup_analysis"
26630   output-file-type: ".html"
26631   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
26632   data: "plot-throughput-speedup-analysis-3n-hsw"
26633   filter: "'NIC_Intel-X520-DA2' and
26634            '78B' and
26635            'FEATURE' and
26636            'NDRPDR' and
26637            'IP6FWD' and
26638            'SRv6'"
26639   parameters:
26640   - "throughput"
26641   - "parent"
26642   - "tags"
26643   layout:
26644     title: "srv6-3n-hsw-x520-78b-features-pdr"
26645     layout: "plot-throughput-speedup-analysis"
26646
26647 ################################################################################
26648
26649 # Speedup - VPP L2 3n-hsw-x520 base and scale
26650 -
26651   type: "plot"
26652   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26653   algorithm: "plot_throughput_speedup_analysis"
26654   output-file-type: ".html"
26655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26656   data: "plot-throughput-speedup-analysis-3n-hsw"
26657   filter: "'NIC_Intel-X520-DA2' and
26658            '64B' and
26659            ('BASE' or 'SCALE') and
26660            'NDRPDR' and
26661            'ETH' and
26662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26663            not 'VHOST' and
26664            not 'MEMIF'"
26665   parameters:
26666   - "throughput"
26667   - "parent"
26668   - "tags"
26669   sort:
26670   - "L2XCFWD"
26671   - "L2PATCH"
26672   - "L2BDMACLRN"
26673   - "FIB_10K"
26674   - "FIB_100K"
26675   - "FIB_1M"
26676   layout:
26677     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26678     layout: "plot-throughput-speedup-analysis"
26679
26680 -
26681   type: "plot"
26682   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26683   algorithm: "plot_throughput_speedup_analysis"
26684   output-file-type: ".html"
26685   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26686   data: "plot-throughput-speedup-analysis-3n-hsw"
26687   filter: "'NIC_Intel-X520-DA2' and
26688            '64B' and
26689            ('BASE' or 'SCALE') and
26690            'NDRPDR' and
26691            'ETH' and
26692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26693            not 'VHOST' and
26694            not 'MEMIF'"
26695   parameters:
26696   - "throughput"
26697   - "parent"
26698   - "tags"
26699   sort:
26700   - "L2XCFWD"
26701   - "L2PATCH"
26702   - "L2BDMACLRN"
26703   - "FIB_10K"
26704   - "FIB_100K"
26705   - "FIB_1M"
26706   layout:
26707     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26708     layout: "plot-throughput-speedup-analysis"
26709
26710 # Speedup - VPP L2 3n-hsw-x520 features
26711 -
26712   type: "plot"
26713   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26714   algorithm: "plot_throughput_speedup_analysis"
26715   output-file-type: ".html"
26716   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26717   data: "plot-throughput-speedup-analysis-3n-hsw"
26718   filter: "'NIC_Intel-X520-DA2' and
26719            '64B' and
26720            'NDRPDR' and
26721            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26722            not 'ACL' and
26723            not 'VHOST' and
26724            not 'MEMIF'"
26725   parameters:
26726   - "throughput"
26727   - "parent"
26728   - "tags"
26729   sort:
26730   - "L2XCBASE"    # l2xcbase
26731   - "L2BDBASE"    # l2bdbase
26732   - "L2XCFWD"     # dot1q-l2xcbase
26733   - "L2BDMACLRN"  # dot1q-l2bdbase
26734   layout:
26735     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26736     layout: "plot-throughput-speedup-analysis"
26737
26738 -
26739   type: "plot"
26740   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26741   algorithm: "plot_throughput_speedup_analysis"
26742   output-file-type: ".html"
26743   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26744   data: "plot-throughput-speedup-analysis-3n-hsw"
26745   filter: "'NIC_Intel-X520-DA2' and
26746            '64B' and
26747            'NDRPDR' and
26748            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26749            not 'ACL' and
26750            not 'VHOST' and
26751            not 'MEMIF'"
26752   parameters:
26753   - "throughput"
26754   - "parent"
26755   - "tags"
26756   sort:
26757   - "L2XCBASE"    # l2xcbase
26758   - "L2BDBASE"    # l2bdbase
26759   - "L2XCFWD"     # dot1q-l2xcbase
26760   - "L2BDMACLRN"  # dot1q-l2bdbase
26761   layout:
26762     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26763     layout: "plot-throughput-speedup-analysis"
26764
26765 # Speedup - VPP L2 3n-hsw-x710 base and scale
26766 -
26767   type: "plot"
26768   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26769   algorithm: "plot_throughput_speedup_analysis"
26770   output-file-type: ".html"
26771   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26772   data: "plot-throughput-speedup-analysis-3n-hsw"
26773   filter: "'NIC_Intel-X710' and
26774            '64B' and
26775            ('BASE' or 'SCALE') and
26776            'NDRPDR' and
26777            'ETH' and
26778            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26779            not 'VHOST' and
26780            not 'MEMIF' and
26781            not 'DRV_AVF'"
26782   parameters:
26783   - "throughput"
26784   - "parent"
26785   - "tags"
26786   sort:
26787   - "L2PATCH"
26788   - "L2XCBASE"
26789   - "BASE"
26790   - "FIB_10K"
26791   - "FIB_100K"
26792   - "FIB_1M"
26793   layout:
26794     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26795     layout: "plot-throughput-speedup-analysis"
26796
26797 -
26798   type: "plot"
26799   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26800   algorithm: "plot_throughput_speedup_analysis"
26801   output-file-type: ".html"
26802   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26803   data: "plot-throughput-speedup-analysis-3n-hsw"
26804   filter: "'NIC_Intel-X710' and
26805            '64B' and
26806            ('BASE' or 'SCALE') and
26807            'NDRPDR' and
26808            'ETH' and
26809            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26810            not 'VHOST' and
26811            not 'MEMIF' and
26812            not 'DRV_AVF'"
26813   parameters:
26814   - "throughput"
26815   - "parent"
26816   - "tags"
26817   sort:
26818   - "L2PATCH"
26819   - "L2XCBASE"
26820   - "BASE"
26821   - "FIB_10K"
26822   - "FIB_100K"
26823   - "FIB_1M"
26824   layout:
26825     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26826     layout: "plot-throughput-speedup-analysis"
26827
26828 # Speedup - VPP L2 3n-hsw-x710 features
26829 -
26830   type: "plot"
26831   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26832   algorithm: "plot_throughput_speedup_analysis"
26833   output-file-type: ".html"
26834   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26835   data: "plot-throughput-speedup-analysis-3n-hsw"
26836   filter: "'NIC_Intel-X710' and
26837            '64B' and
26838            'NDRPDR' and
26839            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26840            not 'ACL' and
26841            not 'VHOST' and
26842            not 'MEMIF'"
26843   parameters:
26844   - "throughput"
26845   - "parent"
26846   - "tags"
26847   sort:
26848   - "L2XCBASE"    # l2xcbase
26849   - "L2BDBASE"    # l2bdbase
26850   - "L2XCFWD"     # dot1q-l2xcbase
26851   - "L2BDMACLRN"  # dot1q-l2bdbase
26852   layout:
26853     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26854     layout: "plot-throughput-speedup-analysis"
26855
26856 -
26857   type: "plot"
26858   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26859   algorithm: "plot_throughput_speedup_analysis"
26860   output-file-type: ".html"
26861   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26862   data: "plot-throughput-speedup-analysis-3n-hsw"
26863   filter: "'NIC_Intel-X710' and
26864            '64B' and
26865            'NDRPDR' and
26866            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26867            not 'ACL' and
26868            not 'VHOST' and
26869            not 'MEMIF'"
26870   parameters:
26871   - "throughput"
26872   - "parent"
26873   - "tags"
26874   sort:
26875   - "L2XCBASE"    # l2xcbase
26876   - "L2BDBASE"    # l2bdbase
26877   - "L2XCFWD"     # dot1q-l2xcbase
26878   - "L2BDMACLRN"  # dot1q-l2bdbase
26879   layout:
26880     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26881     layout: "plot-throughput-speedup-analysis"
26882
26883 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26884 -
26885   type: "plot"
26886   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26887   algorithm: "plot_throughput_speedup_analysis"
26888   output-file-type: ".html"
26889   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26890   data: "plot-throughput-speedup-analysis-3n-hsw"
26891   filter: "'NIC_Intel-XL710' and
26892            '64B' and
26893            ('BASE' or 'SCALE') and
26894            'NDRPDR' and
26895            'ETH' and
26896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26897            not 'VHOST' and
26898            not 'MEMIF'"
26899   parameters:
26900   - "throughput"
26901   - "parent"
26902   - "tags"
26903   sort:
26904   - "L2PATCH"
26905   - "L2XCBASE"
26906   - "BASE"
26907   - "FIB_10K"
26908   - "FIB_100K"
26909   - "FIB_1M"
26910   layout:
26911     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
26912     layout: "plot-throughput-speedup-analysis"
26913
26914 -
26915   type: "plot"
26916   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26917   algorithm: "plot_throughput_speedup_analysis"
26918   output-file-type: ".html"
26919   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26920   data: "plot-throughput-speedup-analysis-3n-hsw"
26921   filter: "'NIC_Intel-XL710' and
26922            '64B' and
26923            ('BASE' or 'SCALE') and
26924            'NDRPDR' and
26925            'ETH' and
26926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26927            not 'VHOST' and
26928            not 'MEMIF'"
26929   parameters:
26930   - "throughput"
26931   - "parent"
26932   - "tags"
26933   sort:
26934   - "L2PATCH"
26935   - "L2XCBASE"
26936   - "BASE"
26937   - "FIB_10K"
26938   - "FIB_100K"
26939   - "FIB_1M"
26940   layout:
26941     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
26942     layout: "plot-throughput-speedup-analysis"
26943
26944 # Speedup - VPP L2 3n-skx-x710 base and scale
26945 -
26946   type: "plot"
26947   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26948   algorithm: "plot_throughput_speedup_analysis"
26949   output-file-type: ".html"
26950   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26951   data: "plot-throughput-speedup-analysis-3n-skx"
26952   filter: "'NIC_Intel-X710' and
26953            '64B' and
26954            ('BASE' or 'SCALE') and
26955            'NDRPDR' and
26956            'ETH' and
26957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26958            not 'VHOST' and
26959            not 'DRV_AVF' and
26960            not 'MEMIF'"
26961   parameters:
26962   - "throughput"
26963   - "parent"
26964   - "tags"
26965   sort:
26966   - "L2PATCH"
26967   - "L2XCBASE"
26968   - "BASE"
26969   - "FIB_10K"
26970   - "FIB_100K"
26971   - "FIB_1M"
26972   layout:
26973     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26974     layout: "plot-throughput-speedup-analysis"
26975
26976 -
26977   type: "plot"
26978   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26979   algorithm: "plot_throughput_speedup_analysis"
26980   output-file-type: ".html"
26981   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26982   data: "plot-throughput-speedup-analysis-3n-skx"
26983   filter: "'NIC_Intel-X710' and
26984            '64B' and
26985            ('BASE' or 'SCALE') and
26986            'NDRPDR' and
26987            'ETH' and
26988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26989            not 'VHOST' and
26990            not 'DRV_AVF' and
26991            not 'MEMIF'"
26992   parameters:
26993   - "throughput"
26994   - "parent"
26995   - "tags"
26996   sort:
26997   - "L2PATCH"
26998   - "L2XCBASE"
26999   - "BASE"
27000   - "FIB_10K"
27001   - "FIB_100K"
27002   - "FIB_1M"
27003   layout:
27004     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27005     layout: "plot-throughput-speedup-analysis"
27006
27007 # Speedup - VPP L2 3n-skx-x710 features
27008 -
27009   type: "plot"
27010   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27011   algorithm: "plot_throughput_speedup_analysis"
27012   output-file-type: ".html"
27013   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27014   data: "plot-throughput-speedup-analysis-3n-skx"
27015   filter: "'NIC_Intel-X710' and
27016            '64B' and
27017            'NDRPDR' and
27018            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27019            not 'ACL' and
27020            not 'VHOST' and
27021            not 'MEMIF'"
27022   parameters:
27023   - "throughput"
27024   - "parent"
27025   - "tags"
27026   sort:
27027   - "L2XCBASE"    # l2xcbase
27028   - "L2BDBASE"    # l2bdbase
27029   - "L2XCFWD"     # dot1q-l2xcbase
27030   - "L2BDMACLRN"  # dot1q-l2bdbase
27031   layout:
27032     title: "l2sw-3n-skx-x710-64b-features-ndr"
27033     layout: "plot-throughput-speedup-analysis"
27034
27035 -
27036   type: "plot"
27037   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27038   algorithm: "plot_throughput_speedup_analysis"
27039   output-file-type: ".html"
27040   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27041   data: "plot-throughput-speedup-analysis-3n-skx"
27042   filter: "'NIC_Intel-X710' and
27043            '64B' and
27044            'NDRPDR' and
27045            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27046            not 'ACL' and
27047            not 'VHOST' and
27048            not 'MEMIF'"
27049   parameters:
27050   - "throughput"
27051   - "parent"
27052   - "tags"
27053   sort:
27054   - "L2XCBASE"    # l2xcbase
27055   - "L2BDBASE"    # l2bdbase
27056   - "L2XCFWD"     # dot1q-l2xcbase
27057   - "L2BDMACLRN"  # dot1q-l2bdbase
27058   layout:
27059     title: "l2sw-3n-skx-x710-64b-features-pdr"
27060     layout: "plot-throughput-speedup-analysis"
27061
27062 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27063 -
27064   type: "plot"
27065   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27066   algorithm: "plot_throughput_speedup_analysis"
27067   output-file-type: ".html"
27068   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27069   data: "plot-throughput-speedup-analysis-3n-skx"
27070   filter: "'NIC_Intel-XXV710' and
27071            '64B' and
27072            ('BASE' or 'SCALE') and
27073            'NDRPDR' and
27074            'ETH' and
27075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27076            not 'VHOST' and
27077            not 'MEMIF' and
27078            not 'DRV_AVF'"
27079   parameters:
27080   - "throughput"
27081   - "parent"
27082   - "tags"
27083   sort:
27084   - "L2PATCH"
27085   - "L2XCBASE"
27086   - "BASE"
27087   - "FIB_10K"
27088   - "FIB_100K"
27089   - "FIB_1M"
27090   layout:
27091     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
27092     layout: "plot-throughput-speedup-analysis"
27093
27094 -
27095   type: "plot"
27096   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27097   algorithm: "plot_throughput_speedup_analysis"
27098   output-file-type: ".html"
27099   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27100   data: "plot-throughput-speedup-analysis-3n-skx"
27101   filter: "'NIC_Intel-XXV710' and
27102            '64B' and
27103            ('BASE' or 'SCALE') and
27104            'NDRPDR' and
27105            'ETH' and
27106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27107            not 'VHOST' and
27108            not 'MEMIF' and
27109            not 'DRV_AVF'"
27110   parameters:
27111   - "throughput"
27112   - "parent"
27113   - "tags"
27114   sort:
27115   - "L2PATCH"
27116   - "L2XCBASE"
27117   - "BASE"
27118   - "FIB_10K"
27119   - "FIB_100K"
27120   - "FIB_1M"
27121   layout:
27122     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
27123     layout: "plot-throughput-speedup-analysis"
27124
27125 # Speedup - VPP L2 2n-skx-x710 base and scale
27126 -
27127   type: "plot"
27128   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27129   algorithm: "plot_throughput_speedup_analysis"
27130   output-file-type: ".html"
27131   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27132   data: "plot-throughput-speedup-analysis-2n-skx"
27133   filter: "'NIC_Intel-X710' and
27134            '64B' and
27135            ('BASE' or 'SCALE') and
27136            'NDRPDR' and
27137            'ETH' and
27138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27139            not 'VHOST' and
27140            not 'MEMIF'"
27141   parameters:
27142   - "throughput"
27143   - "parent"
27144   - "tags"
27145   sort:
27146   - "L2PATCH"
27147   - "L2XCBASE"
27148   - "BASE"
27149   - "FIB_10K"
27150   - "FIB_100K"
27151   - "FIB_1M"
27152   layout:
27153     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27154     layout: "plot-throughput-speedup-analysis"
27155
27156 -
27157   type: "plot"
27158   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27159   algorithm: "plot_throughput_speedup_analysis"
27160   output-file-type: ".html"
27161   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27162   data: "plot-throughput-speedup-analysis-2n-skx"
27163   filter: "'NIC_Intel-X710' and
27164            '64B' and
27165            ('BASE' or 'SCALE') and
27166            'NDRPDR' and
27167            'ETH' and
27168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27169            not 'VHOST' and
27170            not 'MEMIF'"
27171   parameters:
27172   - "throughput"
27173   - "parent"
27174   - "tags"
27175   sort:
27176   - "L2PATCH"
27177   - "L2XCBASE"
27178   - "BASE"
27179   - "FIB_10K"
27180   - "FIB_100K"
27181   - "FIB_1M"
27182   layout:
27183     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27184     layout: "plot-throughput-speedup-analysis"
27185
27186 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27187 -
27188   type: "plot"
27189   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27190   algorithm: "plot_throughput_speedup_analysis"
27191   output-file-type: ".html"
27192   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27193   data: "plot-throughput-speedup-analysis-2n-skx"
27194   filter: "'NIC_Intel-XXV710' and
27195            '64B' and
27196            ('BASE' or 'SCALE') and
27197            'NDRPDR' and
27198            'ETH' and
27199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27200            not 'VHOST' and
27201            not 'MEMIF'"
27202   parameters:
27203   - "throughput"
27204   - "parent"
27205   - "tags"
27206   sort:
27207   - "L2PATCH"
27208   - "L2XCBASE"
27209   - "BASE"
27210   - "FIB_10K"
27211   - "FIB_100K"
27212   - "FIB_1M"
27213   layout:
27214     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27215     layout: "plot-throughput-speedup-analysis"
27216
27217 -
27218   type: "plot"
27219   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27220   algorithm: "plot_throughput_speedup_analysis"
27221   output-file-type: ".html"
27222   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27223   data: "plot-throughput-speedup-analysis-2n-skx"
27224   filter: "'NIC_Intel-XXV710' and
27225            '64B' and
27226            ('BASE' or 'SCALE') and
27227            'NDRPDR' and
27228            'ETH' and
27229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27230            not 'VHOST' and
27231            not 'MEMIF'"
27232   parameters:
27233   - "throughput"
27234   - "parent"
27235   - "tags"
27236   sort:
27237   - "L2PATCH"
27238   - "L2XCBASE"
27239   - "BASE"
27240   - "FIB_10K"
27241   - "FIB_100K"
27242   - "FIB_1M"
27243   layout:
27244     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27245     layout: "plot-throughput-speedup-analysis"
27246
27247 # Speedup - VPP L2 2n-dnv-x553 base
27248 -
27249   type: "plot"
27250   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27251   algorithm: "plot_throughput_speedup_analysis"
27252   output-file-type: ".html"
27253   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27254   data: "intel-dnv-vpp"
27255   filter: "'NIC_Intel-X553' and
27256            '64B' and
27257            ('BASE' or 'SCALE') and
27258            'NDRPDR' and
27259            'ETH' and
27260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27261            not 'VHOST' and
27262            not 'MEMIF'"
27263   parameters:
27264   - "throughput"
27265   - "parent"
27266   - "tags"
27267   sort:
27268   - "L2XCBASE"
27269   - "L2BDMACLRN"
27270   - "L2PATCH"
27271   layout:
27272     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27273     layout: "plot-throughput-speedup-analysis"
27274
27275 -
27276   type: "plot"
27277   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27278   algorithm: "plot_throughput_speedup_analysis"
27279   output-file-type: ".html"
27280   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27281   data: "intel-dnv-vpp"
27282   filter: "'NIC_Intel-X553' and
27283            '64B' and
27284            ('BASE' or 'SCALE') and
27285            'NDRPDR' and
27286            'ETH' and
27287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27288            not 'VHOST' and
27289            not 'MEMIF'"
27290   parameters:
27291   - "throughput"
27292   - "parent"
27293   - "tags"
27294   sort:
27295   - "L2XCBASE"
27296   - "L2BDMACLRN"
27297   - "L2PATCH"
27298   layout:
27299     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27300     layout: "plot-throughput-speedup-analysis"
27301
27302 ################################################################################
27303
27304 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27305 -
27306   type: "plot"
27307   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27308   algorithm: "plot_throughput_speedup_analysis"
27309   output-file-type: ".html"
27310   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27311   data: "plot-throughput-speedup-analysis-3n-hsw"
27312   filter: "'NIC_Intel-X520-DA2' and
27313            '64B' and
27314            'NDRPDR' and
27315            'ETH' and
27316            'IP4FWD' and
27317            'VHOST_1024' and
27318            not 'VXLAN' and
27319            not 'DOT1Q'"
27320   parameters:
27321   - "throughput"
27322   - "parent"
27323   - "tags"
27324   sort:
27325   - "not CFS_OPT"
27326   - "1VM"
27327   - "2VM"
27328   layout:
27329     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27330     layout: "plot-throughput-speedup-analysis"
27331
27332 -
27333   type: "plot"
27334   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27335   algorithm: "plot_throughput_speedup_analysis"
27336   output-file-type: ".html"
27337   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27338   data: "plot-throughput-speedup-analysis-3n-hsw"
27339   filter: "'NIC_Intel-X520-DA2' and
27340            '64B' and
27341            'NDRPDR' and
27342            'ETH' and
27343            'IP4FWD' and
27344            'VHOST_1024' and
27345            not 'VXLAN' and
27346            not 'DOT1Q'"
27347   parameters:
27348   - "throughput"
27349   - "parent"
27350   - "tags"
27351   sort:
27352   - "not CFS_OPT"
27353   - "1VM"
27354   - "2VM"
27355   layout:
27356     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27357     layout: "plot-throughput-speedup-analysis"
27358
27359 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27360 -
27361   type: "plot"
27362   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27363   algorithm: "plot_throughput_speedup_analysis"
27364   output-file-type: ".html"
27365   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27366   data: "plot-throughput-speedup-analysis-3n-hsw"
27367   filter: "'NIC_Intel-X520-DA2' and
27368            '64B' and
27369            'NDRPDR' and
27370            ('ETH' or 'DOT1Q') and
27371            'VHOST_1024' and
27372            not 'VXLAN' and
27373            not 'IP4FWD' and
27374            not '2VM'"
27375   parameters:
27376   - "throughput"
27377   - "parent"
27378   - "tags"
27379 #  sort:
27380 #  - "VM"  # "not CFS_OPT"
27381 #  - "CFS_OPT"
27382 #  - "FIB_10K"
27383 #  - "FIB_100K"
27384 #  - "FIB_1M"
27385   layout:
27386     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27387     layout: "plot-throughput-speedup-analysis"
27388
27389 -
27390   type: "plot"
27391   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27392   algorithm: "plot_throughput_speedup_analysis"
27393   output-file-type: ".html"
27394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27395   data: "plot-throughput-speedup-analysis-3n-hsw"
27396   filter: "'NIC_Intel-X520-DA2' and
27397            '64B' and
27398            'NDRPDR' and
27399            ('ETH' or 'DOT1Q') and
27400            'L2BDMACLRN' and
27401            'VHOST_1024' and
27402            not 'VXLAN' and
27403            not 'IP4FWD' and
27404            not '2VM'"
27405   parameters:
27406   - "throughput"
27407   - "parent"
27408   - "tags"
27409 #  sort:
27410 #  - "VM"  # "not CFS_OPT"
27411 #  - "CFS_OPT"
27412 #  - "FIB_10K"
27413 #  - "FIB_100K"
27414 #  - "FIB_1M"
27415   layout:
27416     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27417     layout: "plot-throughput-speedup-analysis"
27418
27419 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27420 -
27421   type: "plot"
27422   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27423   algorithm: "plot_throughput_speedup_analysis"
27424   output-file-type: ".html"
27425   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27426   data: "plot-throughput-speedup-analysis-3n-hsw"
27427   filter: "'NIC_Intel-X520-DA2' and
27428            '64B' and
27429            'NDRPDR' and
27430            ('ETH' or 'DOT1Q') and
27431            'BASE' and
27432            ('L2BDMACLRN' or 'L2XCFWD') and
27433            'VHOST_1024' and
27434            not 'VXLAN' and
27435            not 'IP4FWD' and
27436            not '2VM'"
27437   parameters:
27438   - "throughput"
27439   - "parent"
27440   - "tags"
27441 #  sort:
27442 #  - "not CFS_OPT"
27443 #  - "L2XCFWD"
27444 #  - "not CFS_OPT"
27445 #  - "CFS_OPT"
27446   layout:
27447     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27448     layout: "plot-throughput-speedup-analysis"
27449
27450 -
27451   type: "plot"
27452   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27453   algorithm: "plot_throughput_speedup_analysis"
27454   output-file-type: ".html"
27455   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27456   data: "plot-throughput-speedup-analysis-3n-hsw"
27457   filter: "'NIC_Intel-X520-DA2' and
27458            '64B' and
27459            'NDRPDR' and
27460            ('ETH' or 'DOT1Q') and
27461            'BASE' and
27462            ('L2BDMACLRN' or 'L2XCFWD') and
27463            'VHOST_1024' and
27464            not 'VXLAN' and
27465            not 'IP4FWD' and
27466            not '2VM'"
27467   parameters:
27468   - "throughput"
27469   - "parent"
27470   - "tags"
27471 #  sort:
27472 #  - "not CFS_OPT"
27473 #  - "L2XCFWD"
27474 #  - "not CFS_OPT"
27475 #  - "CFS_OPT"
27476   layout:
27477     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27478     layout: "plot-throughput-speedup-analysis"
27479
27480 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27481 -
27482   type: "plot"
27483   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27484   algorithm: "plot_throughput_speedup_analysis"
27485   output-file-type: ".html"
27486   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27487   data: "plot-throughput-speedup-analysis-3n-hsw"
27488   filter: "'NIC_Intel-X520-DA2' and
27489            '64B' and
27490            'NDRPDR' and
27491            ('ETH' or 'DOT1Q') and
27492            ('L2BDMACLRN' or 'L2XCFWD') and
27493            'VHOST_1024' and
27494            not 'CFS_OPT' and
27495            not 'VXLAN' and
27496            not 'IP4FWD' and
27497            not 'LBOND'"
27498   parameters:
27499   - "throughput"
27500   - "parent"
27501   - "tags"
27502 #  sort:
27503 #  - "1VM"
27504 #  - "L2XCFWD"
27505 #  - "1VM"
27506 #  - "L2BDMACLRN"
27507   layout:
27508     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27509     layout: "plot-throughput-speedup-analysis"
27510
27511 -
27512   type: "plot"
27513   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27514   algorithm: "plot_throughput_speedup_analysis"
27515   output-file-type: ".html"
27516   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27517   data: "plot-throughput-speedup-analysis-3n-hsw"
27518   filter: "'NIC_Intel-X520-DA2' and
27519            '64B' and
27520            'NDRPDR' and
27521            ('ETH' or 'DOT1Q') and
27522            ('L2BDMACLRN' or 'L2XCFWD') and
27523            'VHOST_1024' and
27524            not 'CFS_OPT' and
27525            not 'VXLAN' and
27526            not 'IP4FWD' and
27527            not 'LBOND'"
27528   parameters:
27529   - "throughput"
27530   - "parent"
27531   - "tags"
27532 #  sort:
27533 #  - "1VM"
27534 #  - "L2XCFWD"
27535 #  - "1VM"
27536 #  - "L2BDMACLRN"
27537   layout:
27538     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27539     layout: "plot-throughput-speedup-analysis"
27540
27541 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27542 -
27543   type: "plot"
27544   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27545   algorithm: "plot_throughput_speedup_analysis"
27546   output-file-type: ".html"
27547   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27548   data: "plot-throughput-speedup-analysis-3n-hsw"
27549   filter: "'NIC_Intel-X710' and
27550            '64B' and
27551            'NDRPDR' and
27552            'ETH' and
27553            'IP4FWD' and
27554            'VHOST_1024' and
27555            not 'VXLAN' and
27556            not 'DOT1Q'"
27557   parameters:
27558   - "throughput"
27559   - "parent"
27560   - "tags"
27561   sort:
27562   - "not CFS_OPT"
27563   - "1VM"
27564   - "2VM"
27565   layout:
27566     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27567     layout: "plot-throughput-speedup-analysis"
27568
27569 -
27570   type: "plot"
27571   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27572   algorithm: "plot_throughput_speedup_analysis"
27573   output-file-type: ".html"
27574   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27575   data: "plot-throughput-speedup-analysis-3n-hsw"
27576   filter: "'NIC_Intel-X710' and
27577            '64B' and
27578            'NDRPDR' and
27579            'ETH' and
27580            'IP4FWD' and
27581            'VHOST_1024' and
27582            not 'VXLAN' and
27583            not 'DOT1Q'"
27584   parameters:
27585   - "throughput"
27586   - "parent"
27587   - "tags"
27588   sort:
27589   - "not CFS_OPT"
27590   - "1VM"
27591   - "2VM"
27592   layout:
27593     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27594     layout: "plot-throughput-speedup-analysis"
27595
27596 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
27597 -
27598   type: "plot"
27599   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27600   algorithm: "plot_throughput_speedup_analysis"
27601   output-file-type: ".html"
27602   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27603   data: "plot-throughput-speedup-analysis-3n-hsw"
27604   filter: "'NIC_Intel-X710' and
27605            '64B' and
27606            'NDRPDR' and
27607            ('ETH' or 'DOT1Q') and
27608            'L2BDMACLRN' and
27609            'VHOST_1024' and
27610            not 'VXLAN' and
27611            not 'IP4FWD' and
27612            not '2VM'"
27613   parameters:
27614   - "throughput"
27615   - "parent"
27616   - "tags"
27617 #  sort:
27618 #  - "VM"  # "not CFS_OPT"
27619 #  - "CFS_OPT"
27620 #  - "FIB_10K"
27621 #  - "FIB_100K"
27622 #  - "FIB_1M"
27623   layout:
27624     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27625     layout: "plot-throughput-speedup-analysis"
27626
27627 -
27628   type: "plot"
27629   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27630   algorithm: "plot_throughput_speedup_analysis"
27631   output-file-type: ".html"
27632   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27633   data: "plot-throughput-speedup-analysis-3n-hsw"
27634   filter: "'NIC_Intel-X710' and
27635            '64B' and
27636            'NDRPDR' and
27637            ('ETH' or 'DOT1Q') and
27638            'L2BDMACLRN' and
27639            'VHOST_1024' and
27640            not 'VXLAN' and
27641            not 'IP4FWD' and
27642            not '2VM'"
27643   parameters:
27644   - "throughput"
27645   - "parent"
27646   - "tags"
27647 #  sort:
27648 #  - "VM"  # "not CFS_OPT"
27649 #  - "CFS_OPT"
27650 #  - "FIB_10K"
27651 #  - "FIB_100K"
27652 #  - "FIB_1M"
27653   layout:
27654     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27655     layout: "plot-throughput-speedup-analysis"
27656
27657 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27658 -
27659   type: "plot"
27660   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27661   algorithm: "plot_throughput_speedup_analysis"
27662   output-file-type: ".html"
27663   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27664   data: "plot-throughput-speedup-analysis-3n-hsw"
27665   filter: "'NIC_Intel-X710' and
27666            '64B' and
27667            'NDRPDR' and
27668            ('ETH' or 'DOT1Q') and
27669            'BASE' and
27670            ('L2BDMACLRN' or 'L2XCFWD') and
27671            'VHOST_1024' and
27672            not 'VXLAN' and
27673            not 'IP4FWD' and
27674            not '2VM'"
27675   parameters:
27676   - "throughput"
27677   - "parent"
27678   - "tags"
27679 #  sort:
27680 #  - "not CFS_OPT"
27681 #  - "L2XCFWD"
27682 #  - "not CFS_OPT"
27683 #  - "CFS_OPT"
27684   layout:
27685     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
27686     layout: "plot-throughput-speedup-analysis"
27687
27688 -
27689   type: "plot"
27690   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27691   algorithm: "plot_throughput_speedup_analysis"
27692   output-file-type: ".html"
27693   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27694   data: "plot-throughput-speedup-analysis-3n-hsw"
27695   filter: "'NIC_Intel-X710' and
27696            '64B' and
27697            'NDRPDR' and
27698            ('ETH' or 'DOT1Q') and
27699            'BASE' and
27700            ('L2BDMACLRN' or 'L2XCFWD') and
27701            'VHOST_1024' and
27702            not 'VXLAN' and
27703            not 'IP4FWD' and
27704            not '2VM'"
27705   parameters:
27706   - "throughput"
27707   - "parent"
27708   - "tags"
27709 #  sort:
27710 #  - "not CFS_OPT"
27711 #  - "L2XCFWD"
27712 #  - "not CFS_OPT"
27713 #  - "CFS_OPT"
27714   layout:
27715     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27716     layout: "plot-throughput-speedup-analysis"
27717
27718 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27719 -
27720   type: "plot"
27721   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27722   algorithm: "plot_throughput_speedup_analysis"
27723   output-file-type: ".html"
27724   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27725   data: "plot-throughput-speedup-analysis-3n-hsw"
27726   filter: "'NIC_Intel-X710' and
27727            '64B' and
27728            'NDRPDR' and
27729            ('ETH' or 'DOT1Q') and
27730            ('L2BDMACLRN' or 'L2XCFWD') and
27731            'VHOST_1024' and
27732            not 'CFS_OPT' and
27733            not 'VXLAN' and
27734            not 'IP4FWD' and
27735            not 'LBOND'"
27736   parameters:
27737   - "throughput"
27738   - "parent"
27739   - "tags"
27740 #  sort:
27741 #  - "1VM"
27742 #  - "L2XCFWD"
27743 #  - "1VM"
27744 #  - "L2BDMACLRN"
27745   layout:
27746     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27747     layout: "plot-throughput-speedup-analysis"
27748
27749 -
27750   type: "plot"
27751   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27752   algorithm: "plot_throughput_speedup_analysis"
27753   output-file-type: ".html"
27754   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27755   data: "plot-throughput-speedup-analysis-3n-hsw"
27756   filter: "'NIC_Intel-X710' and
27757            '64B' and
27758            'NDRPDR' and
27759            ('ETH' or 'DOT1Q') and
27760            ('L2BDMACLRN' or 'L2XCFWD') and
27761            'VHOST_1024' and
27762            not 'CFS_OPT' and
27763            not 'VXLAN' and
27764            not 'IP4FWD' and
27765            not 'LBOND'"
27766   parameters:
27767   - "throughput"
27768   - "parent"
27769   - "tags"
27770 #  sort:
27771 #  - "1VM"
27772 #  - "L2XCFWD"
27773 #  - "1VM"
27774 #  - "L2BDMACLRN"
27775   layout:
27776     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
27777     layout: "plot-throughput-speedup-analysis"
27778
27779 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
27780 -
27781   type: "plot"
27782   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27783   algorithm: "plot_throughput_speedup_analysis"
27784   output-file-type: ".html"
27785   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27786   data: "plot-throughput-speedup-analysis-3n-hsw"
27787   filter: "'NIC_Intel-XL710' and
27788            '64B' and
27789            'NDRPDR' and
27790            'ETH' and
27791            'IP4FWD' and
27792            'VHOST_1024' and
27793            not 'VXLAN' and
27794            not 'DOT1Q'"
27795   parameters:
27796   - "throughput"
27797   - "parent"
27798   - "tags"
27799   sort:
27800   - "not CFS_OPT"
27801   - "1VM"
27802   - "2VM"
27803   layout:
27804     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
27805     layout: "plot-throughput-speedup-analysis"
27806
27807 -
27808   type: "plot"
27809   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27810   algorithm: "plot_throughput_speedup_analysis"
27811   output-file-type: ".html"
27812   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27813   data: "plot-throughput-speedup-analysis-3n-hsw"
27814   filter: "'NIC_Intel-XL710' and
27815            '64B' and
27816            'NDRPDR' and
27817            'ETH' and
27818            'IP4FWD' and
27819            'VHOST_1024' and
27820            not 'VXLAN' and
27821            not 'DOT1Q'"
27822   parameters:
27823   - "throughput"
27824   - "parent"
27825   - "tags"
27826   sort:
27827   - "not CFS_OPT"
27828   - "1VM"
27829   - "2VM"
27830   layout:
27831     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
27832     layout: "plot-throughput-speedup-analysis"
27833
27834 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
27835 -
27836   type: "plot"
27837   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27838   algorithm: "plot_throughput_speedup_analysis"
27839   output-file-type: ".html"
27840   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27841   data: "plot-throughput-speedup-analysis-3n-hsw"
27842   filter: "'NIC_Intel-XL710' and
27843            '64B' and
27844            'NDRPDR' and
27845            ('ETH' or 'DOT1Q') and
27846            'L2BDMACLRN' and
27847            'VHOST_1024' and
27848            not 'VXLAN' and
27849            not 'IP4FWD' and
27850            not '2VM'"
27851   parameters:
27852   - "throughput"
27853   - "parent"
27854   - "tags"
27855 #  sort:
27856 #  - "VM"  # "not CFS_OPT"
27857 #  - "CFS_OPT"
27858 #  - "FIB_10K"
27859 #  - "FIB_100K"
27860 #  - "FIB_1M"
27861   layout:
27862     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27863     layout: "plot-throughput-speedup-analysis"
27864
27865 -
27866   type: "plot"
27867   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27868   algorithm: "plot_throughput_speedup_analysis"
27869   output-file-type: ".html"
27870   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27871   data: "plot-throughput-speedup-analysis-3n-hsw"
27872   filter: "'NIC_Intel-XL710' and
27873            '64B' and
27874            'NDRPDR' and
27875            ('ETH' or 'DOT1Q') and
27876            'L2BDMACLRN' and
27877            'VHOST_1024' and
27878            not 'VXLAN' and
27879            not 'IP4FWD' and
27880            not '2VM'"
27881   parameters:
27882   - "throughput"
27883   - "parent"
27884   - "tags"
27885 #  sort:
27886 #  - "VM"  # "not CFS_OPT"
27887 #  - "CFS_OPT"
27888 #  - "FIB_10K"
27889 #  - "FIB_100K"
27890 #  - "FIB_1M"
27891   layout:
27892     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27893     layout: "plot-throughput-speedup-analysis"
27894
27895 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
27896 -
27897   type: "plot"
27898   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
27899   algorithm: "plot_throughput_speedup_analysis"
27900   output-file-type: ".html"
27901   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
27902   data: "plot-throughput-speedup-analysis-3n-hsw"
27903   filter: "'NIC_Intel-XL710' and
27904            '64B' and
27905            'NDRPDR' and
27906            ('ETH' or 'DOT1Q') and
27907            'BASE' and
27908            ('L2BDMACLRN' or 'L2XCFWD') and
27909            'VHOST_1024' and
27910            not 'VXLAN' and
27911            not 'IP4FWD' and
27912            not '2VM'"
27913   parameters:
27914   - "throughput"
27915   - "parent"
27916   - "tags"
27917 #  sort:
27918 #  - "not CFS_OPT"
27919 #  - "L2XCFWD"
27920 #  - "not CFS_OPT"
27921 #  - "CFS_OPT"
27922   layout:
27923     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
27924     layout: "plot-throughput-speedup-analysis"
27925
27926 -
27927   type: "plot"
27928   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
27929   algorithm: "plot_throughput_speedup_analysis"
27930   output-file-type: ".html"
27931   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
27932   data: "plot-throughput-speedup-analysis-3n-hsw"
27933   filter: "'NIC_Intel-XL710' and
27934            '64B' and
27935            'NDRPDR' and
27936            ('ETH' or 'DOT1Q') and
27937            'BASE' and
27938            ('L2BDMACLRN' or 'L2XCFWD') and
27939            'VHOST_1024' and
27940            not 'VXLAN' and
27941            not 'IP4FWD' and
27942            not '2VM'"
27943   parameters:
27944   - "throughput"
27945   - "parent"
27946   - "tags"
27947 #  sort:
27948 #  - "not CFS_OPT"
27949 #  - "L2XCFWD"
27950 #  - "not CFS_OPT"
27951 #  - "CFS_OPT"
27952   layout:
27953     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
27954     layout: "plot-throughput-speedup-analysis"
27955
27956 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
27957 -
27958   type: "plot"
27959   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
27960   algorithm: "plot_throughput_speedup_analysis"
27961   output-file-type: ".html"
27962   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
27963   data: "plot-throughput-speedup-analysis-3n-hsw"
27964   filter: "'NIC_Intel-XL710' and
27965            '64B' and
27966            'NDRPDR' and
27967            ('ETH' or 'DOT1Q') and
27968            ('L2BDMACLRN' or 'L2XCFWD') and
27969            'VHOST_1024' and
27970            not 'CFS_OPT' and
27971            not 'VXLAN' and
27972            not 'IP4FWD'"
27973   parameters:
27974   - "throughput"
27975   - "parent"
27976   - "tags"
27977 #  sort:
27978 #  - "1VM"
27979 #  - "L2XCFWD"
27980 #  - "1VM"
27981 #  - "L2BDMACLRN"
27982   layout:
27983     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
27984     layout: "plot-throughput-speedup-analysis"
27985
27986 -
27987   type: "plot"
27988   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
27989   algorithm: "plot_throughput_speedup_analysis"
27990   output-file-type: ".html"
27991   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
27992   data: "plot-throughput-speedup-analysis-3n-hsw"
27993   filter: "'NIC_Intel-XL710' and
27994            '64B' and
27995            'NDRPDR' and
27996            ('ETH' or 'DOT1Q') and
27997            ('L2BDMACLRN' or 'L2XCFWD') and
27998            'VHOST_1024' and
27999            not 'CFS_OPT' and
28000            not 'VXLAN' and
28001            not 'IP4FWD'"
28002   parameters:
28003   - "throughput"
28004   - "parent"
28005   - "tags"
28006 #  sort:
28007 #  - "1VM"
28008 #  - "L2XCFWD"
28009 #  - "1VM"
28010 #  - "L2BDMACLRN"
28011   layout:
28012     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28013     layout: "plot-throughput-speedup-analysis"
28014
28015 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28016 -
28017   type: "plot"
28018   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28019   algorithm: "plot_throughput_speedup_analysis"
28020   output-file-type: ".html"
28021   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28022   data: "plot-throughput-speedup-analysis-3n-skx"
28023   filter: "'NIC_Intel-X710' and
28024            '64B' and
28025            'NDRPDR' and
28026            'ETH' and
28027            'IP4FWD' and
28028            'VHOST_1024' and
28029            not 'VXLAN' and
28030            not 'DOT1Q'"
28031   parameters:
28032   - "throughput"
28033   - "parent"
28034   - "tags"
28035   sort:
28036   - "not CFS_OPT"
28037   - "1VM"
28038   - "2VM"
28039   layout:
28040     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28041     layout: "plot-throughput-speedup-analysis"
28042
28043 -
28044   type: "plot"
28045   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28046   algorithm: "plot_throughput_speedup_analysis"
28047   output-file-type: ".html"
28048   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28049   data: "plot-throughput-speedup-analysis-3n-skx"
28050   filter: "'NIC_Intel-X710' and
28051            '64B' and
28052            'NDRPDR' and
28053            'ETH' and
28054            'IP4FWD' and
28055            'VHOST_1024' and
28056            not 'VXLAN' and
28057            not 'DOT1Q'"
28058   parameters:
28059   - "throughput"
28060   - "parent"
28061   - "tags"
28062   sort:
28063   - "not CFS_OPT"
28064   - "1VM"
28065   - "2VM"
28066   layout:
28067     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28068     layout: "plot-throughput-speedup-analysis"
28069
28070 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28071 -
28072   type: "plot"
28073   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28074   algorithm: "plot_throughput_speedup_analysis"
28075   output-file-type: ".html"
28076   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28077   data: "plot-throughput-speedup-analysis-3n-skx"
28078   filter: "'NIC_Intel-X710' and
28079            '64B' and
28080            'NDRPDR' and
28081            ('ETH' or 'DOT1Q') and
28082            'L2BDMACLRN' and
28083            'VHOST_1024' and
28084            not 'VXLAN' and
28085            not 'IP4FWD' and
28086            not '2VM'"
28087   parameters:
28088   - "throughput"
28089   - "parent"
28090   - "tags"
28091 #  sort:
28092 #  - "VM"  # "not CFS_OPT"
28093 #  - "CFS_OPT"
28094 #  - "FIB_10K"
28095 #  - "FIB_100K"
28096 #  - "FIB_1M"
28097   layout:
28098     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28099     layout: "plot-throughput-speedup-analysis"
28100
28101 -
28102   type: "plot"
28103   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28104   algorithm: "plot_throughput_speedup_analysis"
28105   output-file-type: ".html"
28106   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28107   data: "plot-throughput-speedup-analysis-3n-skx"
28108   filter: "'NIC_Intel-X710' and
28109            '64B' and
28110            'NDRPDR' and
28111            ('ETH' or 'DOT1Q') and
28112            'L2BDMACLRN' and
28113            'VHOST_1024' and
28114            not 'VXLAN' and
28115            not 'IP4FWD' and
28116            not '2VM'"
28117   parameters:
28118   - "throughput"
28119   - "parent"
28120   - "tags"
28121 #  sort:
28122 #  - "VM"  # "not CFS_OPT"
28123 #  - "CFS_OPT"
28124 #  - "FIB_10K"
28125 #  - "FIB_100K"
28126 #  - "FIB_1M"
28127   layout:
28128     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28129     layout: "plot-throughput-speedup-analysis"
28130
28131 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28132 -
28133   type: "plot"
28134   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28135   algorithm: "plot_throughput_speedup_analysis"
28136   output-file-type: ".html"
28137   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28138   data: "plot-throughput-speedup-analysis-3n-skx"
28139   filter: "'NIC_Intel-X710' and
28140            '64B' and
28141            'NDRPDR' and
28142            ('ETH' or 'DOT1Q') and
28143            'BASE' and
28144            ('L2BDMACLRN' or 'L2XCFWD') and
28145            'VHOST_1024' and
28146            not 'VXLAN' and
28147            not 'IP4FWD' and
28148            not '2VM' and
28149            not 'LBOND'"
28150   parameters:
28151   - "throughput"
28152   - "parent"
28153   - "tags"
28154 #  sort:
28155 #  - "not CFS_OPT"
28156 #  - "L2XCFWD"
28157 #  - "not CFS_OPT"
28158 #  - "CFS_OPT"
28159   layout:
28160     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28161     layout: "plot-throughput-speedup-analysis"
28162
28163 -
28164   type: "plot"
28165   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28166   algorithm: "plot_throughput_speedup_analysis"
28167   output-file-type: ".html"
28168   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28169   data: "plot-throughput-speedup-analysis-3n-skx"
28170   filter: "'NIC_Intel-X710' and
28171            '64B' and
28172            'NDRPDR' and
28173            ('ETH' or 'DOT1Q') and
28174            'BASE' and
28175            ('L2BDMACLRN' or 'L2XCFWD') and
28176            'VHOST_1024' and
28177            not 'VXLAN' and
28178            not 'IP4FWD' and
28179            not '2VM' and
28180            not 'LBOND'"
28181   parameters:
28182   - "throughput"
28183   - "parent"
28184   - "tags"
28185 #  sort:
28186 #  - "not CFS_OPT"
28187 #  - "L2XCFWD"
28188 #  - "not CFS_OPT"
28189 #  - "CFS_OPT"
28190   layout:
28191     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28192     layout: "plot-throughput-speedup-analysis"
28193
28194 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28195 -
28196   type: "plot"
28197   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28198   algorithm: "plot_throughput_speedup_analysis"
28199   output-file-type: ".html"
28200   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28201   data: "plot-throughput-speedup-analysis-3n-skx"
28202   filter: "'NIC_Intel-X710' and
28203            '64B' and
28204            'NDRPDR' and
28205            ('ETH' or 'DOT1Q') and
28206            ('L2BDMACLRN' or 'L2XCFWD') and
28207            'VHOST_1024' and
28208            not 'CFS_OPT' and
28209            not 'VXLAN' and
28210            not 'IP4FWD' and
28211            not 'LBOND'"
28212   parameters:
28213   - "throughput"
28214   - "parent"
28215   - "tags"
28216 #  sort:
28217 #  - "1VM"
28218 #  - "L2XCFWD"
28219 #  - "1VM"
28220 #  - "L2BDMACLRN"
28221   layout:
28222     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28223     layout: "plot-throughput-speedup-analysis"
28224
28225 -
28226   type: "plot"
28227   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28228   algorithm: "plot_throughput_speedup_analysis"
28229   output-file-type: ".html"
28230   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28231   data: "plot-throughput-speedup-analysis-3n-skx"
28232   filter: "'NIC_Intel-X710' and
28233            '64B' and
28234            'NDRPDR' and
28235            ('ETH' or 'DOT1Q') and
28236            ('L2BDMACLRN' or 'L2XCFWD') and
28237            'VHOST_1024' and
28238            not 'CFS_OPT' and
28239            not 'VXLAN' and
28240            not 'IP4FWD' and
28241            not 'LBOND'"
28242   parameters:
28243   - "throughput"
28244   - "parent"
28245   - "tags"
28246 #  sort:
28247 #  - "1VM"
28248 #  - "L2XCFWD"
28249 #  - "1VM"
28250 #  - "L2BDMACLRN"
28251   layout:
28252     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28253     layout: "plot-throughput-speedup-analysis"
28254
28255 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28256 -
28257   type: "plot"
28258   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28259   algorithm: "plot_throughput_speedup_analysis"
28260   output-file-type: ".html"
28261   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28262   data: "plot-throughput-speedup-analysis-2n-skx"
28263   filter: "'NIC_Intel-X710' and
28264            '64B' and
28265            'NDRPDR' and
28266            'ETH' and
28267            'IP4FWD' and
28268            'VHOST_1024' and
28269            not 'VXLAN' and
28270            not 'DOT1Q'"
28271   parameters:
28272   - "throughput"
28273   - "parent"
28274   - "tags"
28275   sort:
28276   - "not CFS_OPT"
28277   - "1VM"
28278   - "2VM"
28279   layout:
28280     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28281     layout: "plot-throughput-speedup-analysis"
28282
28283 -
28284   type: "plot"
28285   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28286   algorithm: "plot_throughput_speedup_analysis"
28287   output-file-type: ".html"
28288   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28289   data: "plot-throughput-speedup-analysis-2n-skx"
28290   filter: "'NIC_Intel-X710' and
28291            '64B' and
28292            'NDRPDR' and
28293            'ETH' and
28294            'IP4FWD' and
28295            'VHOST_1024' and
28296            not 'VXLAN' and
28297            not 'DOT1Q'"
28298   parameters:
28299   - "throughput"
28300   - "parent"
28301   - "tags"
28302   sort:
28303   - "not CFS_OPT"
28304   - "1VM"
28305   - "2VM"
28306   layout:
28307     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28308     layout: "plot-throughput-speedup-analysis"
28309
28310 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28311 -
28312   type: "plot"
28313   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28314   algorithm: "plot_throughput_speedup_analysis"
28315   output-file-type: ".html"
28316   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28317   data: "plot-throughput-speedup-analysis-2n-skx"
28318   filter: "'NIC_Intel-X710' and
28319            '64B' and
28320            'NDRPDR' and
28321            ('ETH' or 'DOT1Q') and
28322            'L2BDMACLRN' and
28323            'VHOST_1024' and
28324            not 'VXLAN' and
28325            not 'IP4FWD' and
28326            not '2VM'"
28327   parameters:
28328   - "throughput"
28329   - "parent"
28330   - "tags"
28331 #  sort:
28332 #  - "VM"  # "not CFS_OPT"
28333 #  - "CFS_OPT"
28334 #  - "FIB_10K"
28335 #  - "FIB_100K"
28336 #  - "FIB_1M"
28337   layout:
28338     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28339     layout: "plot-throughput-speedup-analysis"
28340
28341 -
28342   type: "plot"
28343   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28344   algorithm: "plot_throughput_speedup_analysis"
28345   output-file-type: ".html"
28346   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28347   data: "plot-throughput-speedup-analysis-2n-skx"
28348   filter: "'NIC_Intel-X710' and
28349            '64B' and
28350            'NDRPDR' and
28351            ('ETH' or 'DOT1Q') and
28352            'L2BDMACLRN' and
28353            'VHOST_1024' and
28354            not 'VXLAN' and
28355            not 'IP4FWD' and
28356            not '2VM'"
28357   parameters:
28358   - "throughput"
28359   - "parent"
28360   - "tags"
28361 #  sort:
28362 #  - "VM"  # "not CFS_OPT"
28363 #  - "CFS_OPT"
28364 #  - "FIB_10K"
28365 #  - "FIB_100K"
28366 #  - "FIB_1M"
28367   layout:
28368     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28369     layout: "plot-throughput-speedup-analysis"
28370
28371 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28372 -
28373   type: "plot"
28374   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28375   algorithm: "plot_throughput_speedup_analysis"
28376   output-file-type: ".html"
28377   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28378   data: "plot-throughput-speedup-analysis-2n-skx"
28379   filter: "'NIC_Intel-X710' and
28380            '64B' and
28381            'NDRPDR' and
28382            ('ETH' or 'DOT1Q') and
28383            'BASE' and
28384            ('L2BDMACLRN' or 'L2XCFWD') and
28385            'VHOST_1024' and
28386            not 'VXLAN' and
28387            not 'IP4FWD' and
28388            not '2VM'"
28389   parameters:
28390   - "throughput"
28391   - "parent"
28392   - "tags"
28393 #  sort:
28394 #  - "not CFS_OPT"
28395 #  - "L2XCFWD"
28396 #  - "not CFS_OPT"
28397 #  - "CFS_OPT"
28398   layout:
28399     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28400     layout: "plot-throughput-speedup-analysis"
28401
28402 -
28403   type: "plot"
28404   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28405   algorithm: "plot_throughput_speedup_analysis"
28406   output-file-type: ".html"
28407   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28408   data: "plot-throughput-speedup-analysis-2n-skx"
28409   filter: "'NIC_Intel-X710' and
28410            '64B' and
28411            'NDRPDR' and
28412            ('ETH' or 'DOT1Q') and
28413            'BASE' and
28414            ('L2BDMACLRN' or 'L2XCFWD') and
28415            'VHOST_1024' and
28416            not 'VXLAN' and
28417            not 'IP4FWD' and
28418            not '2VM'"
28419   parameters:
28420   - "throughput"
28421   - "parent"
28422   - "tags"
28423 #  sort:
28424 #  - "not CFS_OPT"
28425 #  - "L2XCFWD"
28426 #  - "not CFS_OPT"
28427 #  - "CFS_OPT"
28428   layout:
28429     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28430     layout: "plot-throughput-speedup-analysis"
28431
28432 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28433 -
28434   type: "plot"
28435   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28436   algorithm: "plot_throughput_speedup_analysis"
28437   output-file-type: ".html"
28438   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28439   data: "plot-throughput-speedup-analysis-2n-skx"
28440   filter: "'NIC_Intel-X710' and
28441            '64B' and
28442            'NDRPDR' and
28443            ('ETH' or 'DOT1Q') and
28444            ('L2BDMACLRN' or 'L2XCFWD') and
28445            'VHOST_1024' and
28446            not 'CFS_OPT' and
28447            not 'VXLAN' and
28448            not 'IP4FWD'"
28449   parameters:
28450   - "throughput"
28451   - "parent"
28452   - "tags"
28453 #  sort:
28454 #  - "1VM"
28455 #  - "L2XCFWD"
28456 #  - "1VM"
28457 #  - "L2BDMACLRN"
28458   layout:
28459     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28460     layout: "plot-throughput-speedup-analysis"
28461
28462 -
28463   type: "plot"
28464   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28465   algorithm: "plot_throughput_speedup_analysis"
28466   output-file-type: ".html"
28467   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28468   data: "plot-throughput-speedup-analysis-2n-skx"
28469   filter: "'NIC_Intel-X710' and
28470            '64B' and
28471            'NDRPDR' and
28472            ('ETH' or 'DOT1Q') and
28473            ('L2BDMACLRN' or 'L2XCFWD') and
28474            'VHOST_1024' and
28475            not 'CFS_OPT' and
28476            not 'VXLAN' and
28477            not 'IP4FWD'"
28478   parameters:
28479   - "throughput"
28480   - "parent"
28481   - "tags"
28482 #  sort:
28483 #  - "1VM"
28484 #  - "L2XCFWD"
28485 #  - "1VM"
28486 #  - "L2BDMACLRN"
28487   layout:
28488     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28489     layout: "plot-throughput-speedup-analysis"
28490
28491 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28492 -
28493   type: "plot"
28494   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28495   algorithm: "plot_throughput_speedup_analysis"
28496   output-file-type: ".html"
28497   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28498   data: "plot-throughput-speedup-analysis-2n-skx"
28499   filter: "'NIC_Intel-XXV710' and
28500            '64B' and
28501            'NDRPDR' and
28502            'ETH' and
28503            'IP4FWD' and
28504            'VHOST_1024' and
28505            not 'VXLAN' and
28506            not 'DOT1Q'"
28507   parameters:
28508   - "throughput"
28509   - "parent"
28510   - "tags"
28511   sort:
28512   - "not CFS_OPT"
28513   - "1VM"
28514   - "2VM"
28515   layout:
28516     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28517     layout: "plot-throughput-speedup-analysis"
28518
28519 -
28520   type: "plot"
28521   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28522   algorithm: "plot_throughput_speedup_analysis"
28523   output-file-type: ".html"
28524   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28525   data: "plot-throughput-speedup-analysis-2n-skx"
28526   filter: "'NIC_Intel-XXV710' and
28527            '64B' and
28528            'NDRPDR' and
28529            'ETH' and
28530            'IP4FWD' and
28531            'VHOST_1024' and
28532            not 'VXLAN' and
28533            not 'DOT1Q'"
28534   parameters:
28535   - "throughput"
28536   - "parent"
28537   - "tags"
28538   sort:
28539   - "not CFS_OPT"
28540   - "1VM"
28541   - "2VM"
28542   layout:
28543     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
28544     layout: "plot-throughput-speedup-analysis"
28545
28546 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
28547 -
28548   type: "plot"
28549   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28550   algorithm: "plot_throughput_speedup_analysis"
28551   output-file-type: ".html"
28552   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28553   data: "plot-throughput-speedup-analysis-2n-skx"
28554   filter: "'NIC_Intel-XXV710' and
28555            '64B' and
28556            'NDRPDR' and
28557            ('ETH' or 'DOT1Q') and
28558            'L2BDMACLRN' and
28559            'VHOST_1024' and
28560            not 'VXLAN' and
28561            not 'IP4FWD' and
28562            not '2VM'"
28563   parameters:
28564   - "throughput"
28565   - "parent"
28566   - "tags"
28567 #  sort:
28568 #  - "VM"  # "not CFS_OPT"
28569 #  - "CFS_OPT"
28570 #  - "FIB_10K"
28571 #  - "FIB_100K"
28572 #  - "FIB_1M"
28573   layout:
28574     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28575     layout: "plot-throughput-speedup-analysis"
28576
28577 -
28578   type: "plot"
28579   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28580   algorithm: "plot_throughput_speedup_analysis"
28581   output-file-type: ".html"
28582   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28583   data: "plot-throughput-speedup-analysis-2n-skx"
28584   filter: "'NIC_Intel-XXV710' and
28585            '64B' and
28586            'NDRPDR' and
28587            ('ETH' or 'DOT1Q') and
28588            'L2BDMACLRN' and
28589            'VHOST_1024' and
28590            not 'VXLAN' and
28591            not 'IP4FWD' and
28592            not '2VM'"
28593   parameters:
28594   - "throughput"
28595   - "parent"
28596   - "tags"
28597 #  sort:
28598 #  - "VM"  # "not CFS_OPT"
28599 #  - "CFS_OPT"
28600 #  - "FIB_10K"
28601 #  - "FIB_100K"
28602 #  - "FIB_1M"
28603   layout:
28604     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28605     layout: "plot-throughput-speedup-analysis"
28606
28607 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
28608 -
28609   type: "plot"
28610   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28611   algorithm: "plot_throughput_speedup_analysis"
28612   output-file-type: ".html"
28613   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28614   data: "plot-throughput-speedup-analysis-2n-skx"
28615   filter: "'NIC_Intel-XXV710' and
28616            '64B' and
28617            'NDRPDR' and
28618            ('ETH' or 'DOT1Q') and
28619            'BASE' and
28620            ('L2BDMACLRN' or 'L2XCFWD') and
28621            'VHOST_1024' and
28622            not 'VXLAN' and
28623            not 'IP4FWD' and
28624            not '2VM'"
28625   parameters:
28626   - "throughput"
28627   - "parent"
28628   - "tags"
28629 #  sort:
28630 #  - "not CFS_OPT"
28631 #  - "L2XCFWD"
28632 #  - "not CFS_OPT"
28633 #  - "CFS_OPT"
28634   layout:
28635     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
28636     layout: "plot-throughput-speedup-analysis"
28637
28638 -
28639   type: "plot"
28640   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28641   algorithm: "plot_throughput_speedup_analysis"
28642   output-file-type: ".html"
28643   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28644   data: "plot-throughput-speedup-analysis-2n-skx"
28645   filter: "'NIC_Intel-XXV710' and
28646            '64B' and
28647            'NDRPDR' and
28648            ('ETH' or 'DOT1Q') and
28649            'BASE' and
28650            ('L2BDMACLRN' or 'L2XCFWD') and
28651            'VHOST_1024' and
28652            not 'VXLAN' and
28653            not 'IP4FWD' and
28654            not '2VM'"
28655   parameters:
28656   - "throughput"
28657   - "parent"
28658   - "tags"
28659 #  sort:
28660 #  - "not CFS_OPT"
28661 #  - "L2XCFWD"
28662 #  - "not CFS_OPT"
28663 #  - "CFS_OPT"
28664   layout:
28665     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
28666     layout: "plot-throughput-speedup-analysis"
28667
28668 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
28669 -
28670   type: "plot"
28671   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28672   algorithm: "plot_throughput_speedup_analysis"
28673   output-file-type: ".html"
28674   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28675   data: "plot-throughput-speedup-analysis-2n-skx"
28676   filter: "'NIC_Intel-XXV710' and
28677            '64B' and
28678            'NDRPDR' and
28679            ('ETH' or 'DOT1Q') and
28680            ('L2BDMACLRN' or 'L2XCFWD') and
28681            'VHOST_1024' and
28682            not 'CFS_OPT' and
28683            not 'VXLAN' and
28684            not 'IP4FWD'"
28685   parameters:
28686   - "throughput"
28687   - "parent"
28688   - "tags"
28689 #  sort:
28690 #  - "1VM"
28691 #  - "L2XCFWD"
28692 #  - "1VM"
28693 #  - "L2BDMACLRN"
28694   layout:
28695     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28696     layout: "plot-throughput-speedup-analysis"
28697
28698 -
28699   type: "plot"
28700   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28701   algorithm: "plot_throughput_speedup_analysis"
28702   output-file-type: ".html"
28703   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28704   data: "plot-throughput-speedup-analysis-2n-skx"
28705   filter: "'NIC_Intel-XXV710' and
28706            '64B' and
28707            'NDRPDR' and
28708            ('ETH' or 'DOT1Q') and
28709            ('L2BDMACLRN' or 'L2XCFWD') and
28710            'VHOST_1024' and
28711            not 'CFS_OPT' and
28712            not 'VXLAN' and
28713            not 'IP4FWD'"
28714   parameters:
28715   - "throughput"
28716   - "parent"
28717   - "tags"
28718 #  sort:
28719 #  - "1VM"
28720 #  - "L2XCFWD"
28721 #  - "1VM"
28722 #  - "L2BDMACLRN"
28723   layout:
28724     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28725     layout: "plot-throughput-speedup-analysis"
28726
28727 ################################################################################
28728
28729 # Speedup - VPP vts 3n-hsw-x520
28730 -
28731   type: "plot"
28732   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28733   algorithm: "plot_throughput_speedup_analysis"
28734   output-file-type: ".html"
28735   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28736   data: "plot-throughput-speedup-analysis-3n-hsw"
28737   filter: "'NIC_Intel-X520-DA2' and
28738            '114B' and
28739            'NDRPDR' and
28740            'VTS'"
28741   parameters:
28742   - "throughput"
28743   - "parent"
28744   - "tags"
28745   layout:
28746     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
28747     layout: "plot-throughput-speedup-analysis"
28748
28749 -
28750   type: "plot"
28751   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28752   algorithm: "plot_throughput_speedup_analysis"
28753   output-file-type: ".html"
28754   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28755   data: "plot-throughput-speedup-analysis-3n-hsw"
28756   filter: "'NIC_Intel-X520-DA2' and
28757            '114B' and
28758            'NDRPDR' and
28759            'VTS'"
28760   parameters:
28761   - "throughput"
28762   - "parent"
28763   - "tags"
28764   layout:
28765     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28766     layout: "plot-throughput-speedup-analysis"