Report: Check 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     # Denverton:
130     intel-dnv-vpp:
131       # TODO: Replace with new data
132       intel-dnv-vpp-release-1810:
133       - 1
134
135     # VPP Performance
136     vpp-performance-changes-3n-hsw:
137       csit-vpp-perf-verify-1807-3n-hsw:
138       - 11  # NDRPDR full 1
139       - 22  # NDRPDR full 2
140       - 45  # NDRPDR full 3
141       - 46  # NDRPDR full 4
142       - 15  # NDRPDR sel
143       - 16  # NDRPDR sel
144       - 19  # NDRPDR sel
145       - 18  # NDRPDR sel
146       - 20  # NDRPDR sel
147       - 38  # NDRPDR sel
148       - 40  # NDRPDR sel
149       - 44  # NDRPDR sel
150       - 47  # NDRPDR sel
151       csit-vpp-perf-verify-1810-3n-hsw:
152       - 8   # NDRPDR sel
153       - 12  # NDRPDR sel
154       - 14  # NDRPDR sel
155       - 18  # NDRPDR sel
156       - 23  # NDRPDR sel
157       - 25  # NDRPDR sel
158       - 38  # NDRPDR sel
159       - 39  # NDRPDR sel
160       - 41  # NDRPDR sel
161       - 42  # NDRPDR sel
162       # TODO Add new data
163       csit-vpp-perf-verify-1901-3n-hsw:
164       - 10  # NDRPDR sel
165       - 18  # NDRPDR sel F
166       - 19  # NDRPDR sel
167       - 31  # NDRPDR sel
168       - 36  # NDRPDR sel
169
170     vpp-nic-comparison-3n-hsw:
171       # TODO: Add new data
172       csit-vpp-perf-verify-1901-3n-hsw:
173       - 10  # NDRPDR sel
174       - 18  # NDRPDR sel F
175       - 19  # NDRPDR sel
176       - 31  # NDRPDR sel
177       - 36  # NDRPDR sel
178
179     vpp-performance-changes-3n-skx:
180       csit-vpp-perf-verify-1807-3n-skx:
181       - 33  # NDRPDR sel
182       - 35  # NDRPDR sel
183       - 37  # NDRPDR sel
184       - 38  # NDRPDR sel
185       - 39  # NDRPDR sel
186       - 43  # NDRPDR sel
187       - 44  # NDRPDR sel
188       - 49  # NDRPDR sel
189       - 50  # NDRPDR sel
190       - 56  # NDRPDR sel
191       csit-vpp-perf-verify-1810-3n-skx:
192       - 10  # NDRPDR sel
193       - 14  # NDRPDR sel
194       - 15  # NDRPDR sel
195       - 16  # NDRPDR sel
196       - 17  # NDRPDR sel
197       - 19  # NDRPDR sel
198       - 20  # NDRPDR sel
199       - 21  # NDRPDR sel
200       - 22  # NDRPDR sel
201       - 25  # NDRPDR sel
202       # TODO Add new data:
203       csit-vpp-perf-verify-1901-3n-skx:
204       - 18  # NDRPDR sel
205       - 19  # NDRPDR sel
206       - 20  # NDRPDR sel
207       - 28  # NDRPDR sel
208       - 31  # NDRPDR sel
209       - 33  # NDRPDR sel
210       - 36  # NDRPDR sel
211       - 38  # NDRPDR sel
212
213     vpp-nic-comparison-3n-skx:
214       # TODO: Add new data
215       csit-vpp-perf-verify-1901-3n-skx:
216       - 18  # NDRPDR sel
217       - 19  # NDRPDR sel
218       - 20  # NDRPDR sel
219       - 28  # NDRPDR sel
220       - 31  # NDRPDR sel
221       - 33  # NDRPDR sel
222       - 36  # NDRPDR sel
223       - 38  # NDRPDR sel
224
225     vpp-performance-changes-2n-skx:
226       csit-vpp-perf-verify-1807-2n-skx:
227       - 26  # NDRPDR sel
228       - 28  # NDRPDR sel
229       - 29  # NDRPDR sel
230       - 30  # NDRPDR sel
231       - 34  # NDRPDR sel
232       - 35  # NDRPDR sel
233       - 36  # NDRPDR sel
234       - 39  # NDRPDR sel
235       - 40  # NDRPDR sel
236       - 42  # NDRPDR sel
237       csit-vpp-perf-verify-1810-2n-skx:
238       - 9   # NDRPDR sel
239       - 13  # NDRPDR sel
240       - 14  # NDRPDR sel
241       - 19  # NDRPDR sel
242       - 20  # NDRPDR sel
243       - 21  # NDRPDR sel
244       - 22  # NDRPDR sel
245       - 23  # NDRPDR sel
246       - 24  # NDRPDR sel
247       - 27  # NDRPDR sel
248       # TODO Add new data:
249       csit-vpp-perf-verify-1901-2n-skx:
250       - 5   # NDRPDR sel
251       - 12  # NDRPDR sel
252       - 13  # NDRPDR sel
253       - 16  # NDRPDR sel fails
254       - 21  # NDRPDR sel
255       - 23  # NDRPDR sel
256       - 31  # NDRPDR sel
257       - 34  # NDRPDR sel
258
259     vpp-nic-comparison-2n-skx:
260       # TODO: Add new data
261       csit-vpp-perf-verify-1901-2n-skx:
262       - 5   # NDRPDR sel
263       - 12  # NDRPDR sel
264       - 13  # NDRPDR sel
265       - 16  # NDRPDR sel fails
266       - 21  # NDRPDR sel
267       - 23  # NDRPDR sel
268       - 31  # NDRPDR sel
269       - 34  # NDRPDR sel
270
271     vpp-compare-testbeds:
272       # TODO: Add new data
273       csit-vpp-perf-verify-1901-3n-hsw:
274       - 10  # NDRPDR sel
275       - 18  # NDRPDR sel F
276       - 19  # NDRPDR sel
277       - 31  # NDRPDR sel
278       - 36  # NDRPDR sel
279       # TODO: Add new data
280       csit-vpp-perf-verify-1901-3n-skx:
281       - 18  # NDRPDR sel
282       - 19  # NDRPDR sel
283       - 20  # NDRPDR sel
284       - 28  # NDRPDR sel
285       - 31  # NDRPDR sel
286       - 33  # NDRPDR sel
287       - 36  # NDRPDR sel
288       - 38  # NDRPDR sel
289
290     vpp-compare-testbeds-mrr:
291       # TODO: Add new data
292       csit-vpp-perf-verify-1901-3n-hsw:
293       - 35  # MRR sel
294       # TODO: Add new data
295       csit-vpp-perf-verify-1901-3n-skx:
296       - 32  # MRR sel
297
298     vpp-compare-topologies:
299       # TODO: Add new data
300       csit-vpp-perf-verify-1901-3n-skx:
301       - 18  # NDRPDR sel
302       - 19  # NDRPDR sel
303       - 20  # NDRPDR sel
304       - 28  # NDRPDR sel
305       - 31  # NDRPDR sel
306       - 33  # NDRPDR sel
307       - 36  # NDRPDR sel
308       - 38  # NDRPDR sel
309       # TODO: Add new data
310       csit-vpp-perf-verify-1901-2n-skx:
311       - 5   # NDRPDR sel
312       - 12  # NDRPDR sel
313       - 13  # NDRPDR sel
314       - 16  # NDRPDR sel fails
315       - 21  # NDRPDR sel
316       - 23  # NDRPDR sel
317       - 31  # NDRPDR sel
318       - 34  # NDRPDR sel
319
320     vpp-compare-topologies-mrr:
321       # TODO: Add new data
322       csit-vpp-perf-verify-1901-3n-skx:
323       - 32  # MRR sel
324       # TODO: Add new data
325       csit-vpp-perf-verify-1901-2n-skx:
326       - 22  # MRR sel
327
328     vpp-performance-changes-3n-hsw-mrr:
329       csit-vpp-perf-verify-1807-3n-hsw:
330       - 8   # MRR full
331       - 9   # MRR sel
332       - 21  # MRR sel
333       - 31  # MRR sel
334       - 33  # MRR sel
335       - 36  # MRR sel
336       - 41  # MRR sel
337       - 42  # MRR sel
338       - 48  # MRR sel
339       csit-vpp-perf-verify-1810-3n-hsw:
340       - 9   # MRR sel
341       # TODO: Add new data
342       csit-vpp-perf-verify-1901-3n-hsw:
343       - 35  # MRR sel
344
345     vpp-nic-comparison-3n-hsw-mrr:
346       # TODO: Add new data
347       csit-vpp-perf-verify-1901-3n-hsw:
348       - 35  # MRR sel
349
350     vpp-performance-changes-3n-skx-mrr:
351       csit-vpp-perf-verify-1807-3n-skx:
352       - 28  # MRR sel
353       - 32  # MRR sel
354       - 36  # MRR sel
355       - 42  # MRR sel
356       - 47  # MRR sel
357       - 48  # MRR sel
358       - 51  # MRR sel
359       - 52  # MRR sel
360       - 53  # MRR sel
361       - 54  # MRR sel
362       csit-vpp-perf-verify-1810-3n-skx:
363       - 9   # MRR sel
364       - 11  # MRR sel
365       - 12  # MRR sel
366       - 13  # MRR sel
367       # TODO: Add new data
368       csit-vpp-perf-verify-1901-3n-skx:
369       - 32  # MRR sel
370
371     vpp-nic-comparison-3n-skx-mrr:
372       # TODO: Replace with new data
373       csit-vpp-perf-verify-1901-3n-skx:
374       - 32  # MRR sel
375
376     vpp-performance-changes-2n-skx-mrr:
377       csit-vpp-perf-verify-1807-2n-skx:
378       - 31  # MRR sel
379       - 33  # MRR sel
380       - 37  # MRR sel
381       - 38  # MRR sel
382       - 41  # MRR sel
383       - 43  # MRR sel
384       - 44  # MRR sel
385       - 45  # MRR sel
386       - 46  # MRR sel
387       - 47  # MRR sel
388       csit-vpp-perf-verify-1810-2n-skx:
389       - 8   # MRR sel
390       - 10  # MRR sel
391       - 11  # MRR sel
392       - 12  # MRR sel
393       # TODO: Add new data
394       csit-vpp-perf-verify-1901-2n-skx:
395       - 22  # MRR sel
396
397     vpp-nic-comparison-2n-skx-mrr:
398       # TODO: Add new data
399       csit-vpp-perf-verify-1901-2n-skx:
400       - 22  # MRR sel
401
402     vpp-perf-results-3n-hsw:
403       # TODO: Add FULL data
404       csit-vpp-perf-verify-1901-3n-hsw:
405       - 38  # NDRPDR full
406
407     vpp-perf-results-3n-skx:
408       # TODO: Add FULL data
409       csit-vpp-perf-verify-1901-3n-skx:
410       - 37  # NDRPDR full
411       - 39  # NDRPDR full
412       - 40  # NDRPDR full
413
414     vpp-perf-results-2n-skx:
415       # TODO: Add FULL data
416       csit-vpp-perf-verify-1901-2n-skx:
417       - 25  # NDRPDR full
418       - 30  # NDRPDR full
419
420     vpp-mrr-results-3n-hsw:
421       # TODO: Replace with FULL data
422       csit-vpp-perf-verify-1901-3n-hsw:
423       - 35  # MRR sel
424
425     vpp-mrr-results-3n-skx:
426       # TODO: Replace with FULL data
427       csit-vpp-perf-verify-1901-3n-skx:
428       - 32  # MRR sel
429
430     vpp-mrr-results-2n-skx:
431       # TODO: Replace with FULL data
432       csit-vpp-perf-verify-1901-2n-skx:
433       - 22  # MRR sel
434
435     plot-throughput-speedup-analysis-3n-hsw:
436       # TODO: Add new data
437       csit-vpp-perf-verify-1901-3n-hsw:
438       - 10  # NDRPDR sel
439       - 18  # NDRPDR sel F
440       - 19  # NDRPDR sel
441       - 31  # NDRPDR sel
442       - 36  # NDRPDR sel
443
444     plot-throughput-speedup-analysis-3n-skx:
445       # TODO: Add new data
446       csit-vpp-perf-verify-1901-3n-skx:
447       - 18  # NDRPDR sel
448       - 19  # NDRPDR sel
449       - 20  # NDRPDR sel
450       - 28  # NDRPDR sel
451       - 31  # NDRPDR sel
452       - 33  # NDRPDR sel
453       - 36  # NDRPDR sel
454       - 38  # NDRPDR sel
455
456     plot-throughput-speedup-analysis-2n-skx:
457       # TODO: Add new data
458       csit-vpp-perf-verify-1901-2n-skx:
459       - 5   # NDRPDR sel
460       - 12  # NDRPDR sel
461       - 13  # NDRPDR sel
462       - 16  # NDRPDR sel fails
463       - 21  # NDRPDR sel
464       - 23  # NDRPDR sel
465       - 31  # NDRPDR sel
466       - 34  # NDRPDR sel
467
468     plot-vpp-throughput-latency-3n-hsw:
469       # TODO: Add new data
470       csit-vpp-perf-verify-1901-3n-hsw:
471       - 10  # NDRPDR sel
472       - 18  # NDRPDR sel F
473       - 19  # NDRPDR sel
474       - 31  # NDRPDR sel
475       - 36  # NDRPDR sel
476
477     plot-vpp-soak-2n-skx:
478       # TODO: Replace with new data
479       # csit-vpp-perf-verify-1901-2n-skx:
480       csit-vpp-perf-verify-master-2n-skx:
481       - 248  # SOAK sel
482       - 251  # SOAK sel
483
484     plot-vpp-nfv-2n-skx:
485       # TODO: Add new data
486       csit-vpp-perf-verify-1901-2n-skx:
487       - 28  # NFV NDRPDR
488       - 29  # NFV NDRPDR
489       - 32  # NFV NDRPDR
490
491     plot-vpp-nfv-2n-skx-mrr:
492       # TODO: Add new data
493       csit-vpp-perf-verify-1901-2n-skx:
494       - 24  # NFV MRR
495       - 26  # NFV MRR
496       - 27  # NFV MRR
497       - 35  # NFV MRR
498
499     plot-vpp-throughput-latency-3n-skx:
500       # TODO: Add new data
501       csit-vpp-perf-verify-1901-3n-skx:
502       - 18  # NDRPDR sel
503       - 19  # NDRPDR sel
504       - 20  # NDRPDR sel
505       - 28  # NDRPDR sel
506       - 31  # NDRPDR sel
507       - 33  # NDRPDR sel
508       - 36  # NDRPDR sel
509       - 38  # NDRPDR sel
510
511     plot-vpp-throughput-latency-2n-skx:
512       # TODO: Add new data
513       csit-vpp-perf-verify-1901-2n-skx:
514       - 5   # NDRPDR sel
515       - 12  # NDRPDR sel
516       - 13  # NDRPDR sel
517       - 16  # NDRPDR sel fails
518       - 21  # NDRPDR sel
519       - 23  # NDRPDR sel
520       - 31  # NDRPDR sel
521       - 34  # NDRPDR sel
522
523     plot-vpp-http-server-performance:
524       # TODO: Replace with new data
525       # csit-vpp-perf-verify-1901-3n-hsw:
526       csit-vpp-perf-verify-1810-3n-hsw:
527       - 28  # WRK
528       - 29  # WRK
529       - 30  # WRK
530       - 31  # WRK
531       - 32  # WRK
532       - 33  # WRK
533       - 34  # WRK
534       - 35  # WRK
535       - 36  # WRK
536       - 37  # WRK
537
538     # VPP Functional
539     vpp-func-results-ubuntu:
540       csit-vpp-functional-1901-ubuntu1604-virl:
541       - 48
542
543     vpp-func-results-centos:
544       csit-vpp-functional-1901-centos7-virl:
545       - 50
546
547     vpp-device-results-ubuntu:
548       csit-vpp-device-1901-ubuntu1804-1n-skx:
549       - 49
550
551     # VPP Ligato
552     ligato-perf-results-3n-hsw:
553       # TODO: Replace with new data
554       # csit-ligato-perf-verify-1901-3n-hsw:
555       csit-ligato-perf-verify-1810-3n-hsw:
556       - 5   # full
557
558     plot-ligato-throughput-speedup-analysis-3n-hsw:
559       # TODO: Replace with new data
560       # csit-ligato-perf-verify-1901-3n-hsw:
561       csit-ligato-perf-verify-1810-3n-hsw:
562       - 5   # full
563       - 6   # sel
564       - 8   # sel
565       - 9   # sel
566       - 11  # sel
567       - 12  # sel
568       - 13  # sel
569       - 14  # sel
570       - 16  # sel
571       - 17  # sel
572       - 18  # sel
573
574     plot-ligato-throughput-latency-3n-hsw:
575       # TODO: Replace with new data
576       # csit-ligato-perf-verify-1901-3n-hsw:
577       csit-ligato-perf-verify-1810-3n-hsw:
578       - 5   # full
579       - 6   # sel
580       - 8   # sel
581       - 9   # sel
582       - 11  # sel
583       - 12  # sel
584       - 13  # sel
585       - 14  # sel
586       - 16  # sel
587       - 17  # sel
588       - 18  # sel
589
590     # DPDK Performance
591     dpdk-performance-changes-3n-hsw:
592       csit-dpdk-perf-verify-1807-3n-hsw:
593       - 11
594       - 12  # full
595       - 14
596       - 15
597       - 16
598       - 17
599       - 20
600       - 21
601       - 22
602       - 23
603       csit-dpdk-perf-verify-1810-3n-hsw:
604       - 1   # NDRPDR sel
605       - 2   # NDRPDR sel
606       - 3   # NDRPDR sel
607       - 4   # NDRPDR sel
608       - 5   # NDRPDR sel
609       - 6   # NDRPDR sel
610       - 7   # NDRPDR sel
611       - 8   # NDRPDR sel
612       - 9   # NDRPDR sel
613       - 10  # NDRPDR sel
614       csit-dpdk-perf-verify-1901-3n-hsw:
615       - 3   # NDRPDR sel
616       - 4   # NDRPDR sel
617       - 5   # NDRPDR sel
618       - 6   # NDRPDR sel
619       - 7   # NDRPDR sel
620       - 8   # NDRPDR sel
621       - 9   # NDRPDR sel
622       - 10  # NDRPDR sel
623       - 11  # NDRPDR sel
624       - 12  # NDRPDR sel
625
626     dpdk-performance-changes-3n-skx:
627       csit-dpdk-perf-verify-1807-3n-skx:
628       - 1   # NDRPDR sel
629       - 2   # NDRPDR sel
630       - 3   # NDRPDR sel
631       - 6   # NDRPDR sel
632       - 7   # NDRPDR sel
633       - 8   # NDRPDR sel
634       - 9   # NDRPDR sel
635       - 10  # NDRPDR sel
636       - 11  # NDRPDR sel
637       - 12  # NDRPDR sel
638       csit-dpdk-perf-verify-1810-3n-skx:
639       - 3   # NDRPDR sel
640       - 4   # NDRPDR sel
641       - 6   # NDRPDR sel
642       - 7   # NDRPDR sel
643       - 8   # NDRPDR sel
644       - 9   # NDRPDR sel
645       - 10  # NDRPDR sel
646       - 11  # NDRPDR sel
647       - 12  # NDRPDR sel
648       - 13  # NDRPDR sel
649       # TODO: Add new data
650       csit-dpdk-perf-verify-1901-3n-skx:
651       - 1   # NDRPDR sel F
652       - 2   # NDRPDR sel F
653
654     dpdk-performance-changes-2n-skx:
655       csit-dpdk-perf-verify-1810-2n-skx:
656       - 3   # NDRPDR sel
657       - 4   # NDRPDR sel
658       - 5   # NDRPDR sel
659       - 7   # NDRPDR sel
660       - 8   # NDRPDR sel
661       - 9   # NDRPDR sel
662       - 10  # NDRPDR sel
663       - 11  # NDRPDR sel
664       - 12  # NDRPDR sel
665       - 13  # NDRPDR sel
666       csit-dpdk-perf-verify-1901-2n-skx:
667       - 2   # NDRPDR sel
668       - 3   # NDRPDR sel
669       - 4   # NDRPDR sel
670       - 5   # NDRPDR sel
671       - 6   # NDRPDR sel
672       - 7   # NDRPDR sel
673       - 8   # NDRPDR sel
674       - 9   # NDRPDR sel
675       - 10  # NDRPDR sel
676       - 11  # NDRPDR sel
677
678     dpdk-compare-testbeds:
679       # TODO: Replace with new data
680       csit-dpdk-perf-verify-1901-3n-skx:
681       - 1   # NDRPDR sel F
682       - 2   # NDRPDR sel F
683       csit-dpdk-perf-verify-1901-3n-hsw:
684       - 3   # NDRPDR sel
685       - 4   # NDRPDR sel
686       - 5   # NDRPDR sel
687       - 6   # NDRPDR sel
688       - 7   # NDRPDR sel
689       - 8   # NDRPDR sel
690       - 9   # NDRPDR sel
691       - 10  # NDRPDR sel
692       - 11  # NDRPDR sel
693       - 12  # NDRPDR sel
694
695     dpdk-compare-topologies:
696       # TODO: Add new data
697       csit-dpdk-perf-verify-1901-3n-skx:
698       - 1   # NDRPDR sel F
699       - 2   # NDRPDR sel F
700       csit-dpdk-perf-verify-1901-2n-skx:
701       - 2   # NDRPDR sel
702       - 3   # NDRPDR sel
703       - 4   # NDRPDR sel
704       - 5   # NDRPDR sel
705       - 6   # NDRPDR sel
706       - 7   # NDRPDR sel
707       - 8   # NDRPDR sel
708       - 9   # NDRPDR sel
709       - 10  # NDRPDR sel
710       - 11  # NDRPDR sel
711
712     dpdk-perf-results-3n-hsw:
713       csit-dpdk-perf-verify-1901-3n-hsw:
714       - 6   # NDRPDR sel
715
716     dpdk-perf-results-3n-skx:
717       csit-dpdk-perf-verify-1901-3n-skx:
718       - 2   # NDRPDR sel F
719
720     dpdk-perf-results-2n-skx:
721       csit-dpdk-perf-verify-1901-2n-skx:
722       - 2   # NDRPDR sel
723
724     plot-dpdk-throughput-latency-3n-hsw:
725       csit-dpdk-perf-verify-1901-3n-hsw:
726       - 3   # NDRPDR sel
727       - 4   # NDRPDR sel
728       - 5   # NDRPDR sel
729       - 6   # NDRPDR sel
730       - 7   # NDRPDR sel
731       - 8   # NDRPDR sel
732       - 9   # NDRPDR sel
733       - 10  # NDRPDR sel
734       - 11  # NDRPDR sel
735       - 12  # NDRPDR sel
736
737     plot-dpdk-throughput-latency-3n-skx:
738       # TODO: Add new data
739       csit-dpdk-perf-verify-1901-3n-skx:
740       - 1   # NDRPDR sel F
741       - 2   # NDRPDR sel F
742
743     plot-dpdk-throughput-latency-2n-skx:
744       csit-dpdk-perf-verify-1901-2n-skx:
745       - 2   # NDRPDR sel
746       - 3   # NDRPDR sel
747       - 4   # NDRPDR sel
748       - 5   # NDRPDR sel
749       - 6   # NDRPDR sel
750       - 7   # NDRPDR sel
751       - 8   # NDRPDR sel
752       - 9   # NDRPDR sel
753       - 10  # NDRPDR sel
754       - 11  # NDRPDR sel
755
756     # HoneyComb Functional
757     hc-func-results:
758       csit-hc2vpp-verify-func-1901-ubuntu1604:
759       - 3
760
761     # NSH SFC Functional
762     nsh-func-results:
763       # TODO: Replace with new data
764       # csit-nsh_sfc-verify-func-1901-ubuntu1604-virl:
765       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
766       - 1
767
768     # DMM Functional
769     dmm-func-results:
770       csit-dmm-functional-1901-ubuntu1604-virl:
771       - 2
772
773   plot-layouts:
774
775     plot-soak-throughput:
776       titlefont:
777         size: 18
778       xaxis:
779         title: "<b>Test Cases [Index]</b>"
780         titlefont:
781           size: 16
782         autorange: True
783         fixedrange: False
784         gridcolor: "rgb(230, 230, 230)"
785         linecolor: "rgb(220, 220, 220)"
786         linewidth: 1
787         showgrid: True
788         showline: True
789         showticklabels: True
790         tickcolor: "rgb(220, 220, 220)"
791         tickmode: "linear"
792         tickfont:
793           size: 16
794         zeroline: False
795       yaxis:
796         title: "<b>Packet Throughput [Mpps]</b>"
797         titlefont:
798           size: 16
799         gridcolor: "rgb(230, 230, 230)"
800         hoverformat: ".4s"
801         tickformat: ".3s"
802         linecolor: "rgb(220, 220, 220)"
803         linewidth: 1
804         showgrid: True
805         showline: True
806         showticklabels: True
807         tickcolor: "rgb(220, 220, 220)"
808         tickfont:
809           size: 16
810         zeroline: False
811         range: [0,50]
812       autosize: False
813       margin:
814         t: 50
815         b: 0
816         l: 80
817         r: 20
818       showlegend: True
819       legend:
820         orientation: "h"
821         font:
822           size: 16
823       width: 700
824       height: 900
825
826     plot-service-density:
827       titlefont:
828         size: 18
829       xaxis:
830         side: "top"
831         autorange: True
832         fixedrange: False
833         showgrid: False
834         showline: False
835         showticklabels: False
836         ticks: ""
837         ticklen: 0
838         tickwidth: 0
839         zeroline: False
840       yaxis:
841         autorange: "reversed"
842         showgrid: False
843         showline: False
844         showticklabels: False
845         ticks: ""
846         ticklen: 0
847         tickwidth: 0
848         zeroline: False
849       autosize: True
850       showlegend: False
851       width: 700
852       height: 700
853
854     plot-cps:
855       titlefont:
856         size: 18
857       xaxis:
858         title: "<b>Test Cases [Index]</b>"
859         titlefont:
860           size: 16
861         autorange: True
862         fixedrange: False
863         gridcolor: "rgb(230, 230, 230)"
864         linecolor: "rgb(220, 220, 220)"
865         linewidth: 1
866         showgrid: True
867         showline: True
868         showticklabels: True
869         tickcolor: "rgb(220, 220, 220)"
870         tickmode: "linear"
871         tickfont:
872           size: 16
873         zeroline: False
874       yaxis:
875         title: "<b>Connections Per Second [cps]</b>"
876         titlefont:
877           size: 16
878         gridcolor: "rgb(230, 230, 230)"
879         hoverformat: ".4s"
880         linecolor: "rgb(220, 220, 220)"
881         linewidth: 1
882         rangemode: "tozero"
883         showgrid: True
884         showline: True
885         showticklabels: True
886         tickcolor: "rgb(220, 220, 220)"
887         tickformat: ".3s"
888         tickfont:
889           size: 16
890         zeroline: False
891       boxmode: "group"
892       boxgroupgap: 0.5
893       autosize: False
894       margin:
895         t: 50
896         b: 20
897         l: 80
898         r: 20
899       showlegend: True
900       legend:
901         orientation: "h"
902         font:
903           size: 16
904       width: 700
905       height: 800
906
907     plot-rps:
908       titlefont:
909         size: 18
910       xaxis:
911         title: "<b>Test Cases [Index]</b>"
912         titlefont:
913           size: 16
914         autorange: True
915         fixedrange: False
916         gridcolor: "rgb(230, 230, 230)"
917         linecolor: "rgb(220, 220, 220)"
918         linewidth: 1
919         showgrid: True
920         showline: True
921         showticklabels: True
922         tickcolor: "rgb(220, 220, 220)"
923         tickmode: "linear"
924         tickfont:
925           size: 16
926         zeroline: False
927       yaxis:
928         title: "<b>Requests Per Second [rps]</b>"
929         titlefont:
930           size: 16
931         gridcolor: "rgb(230, 230, 230)"
932         hoverformat: ".4s"
933         linecolor: "rgb(220, 220, 220)"
934         linewidth: 1
935         rangemode: "tozero"
936         showgrid: True
937         showline: True
938         showticklabels: True
939         tickcolor: "rgb(230, 230, 230)"
940         tickformat: ".3s"
941         tickfont:
942           size: 16
943         zeroline: False
944       boxmode: "group"
945       boxgroupgap: 0.5
946       autosize: False
947       margin:
948         t: 50
949         b: 20
950         l: 80
951         r: 20
952       showlegend: True
953       legend:
954         orientation: "h"
955         font:
956           size: 16
957       width: 700
958       height: 800
959
960     plot-throughput:
961       titlefont:
962         size: 18
963       xaxis:
964         title: "<b>Test Cases [Index]</b>"
965         titlefont:
966           size: 16
967         autorange: True
968         fixedrange: False
969         gridcolor: "rgb(230, 230, 230)"
970         linecolor: "rgb(220, 220, 220)"
971         linewidth: 1
972         showgrid: True
973         showline: True
974         showticklabels: True
975         tickcolor: "rgb(220, 220, 220)"
976         tickmode: "linear"
977         tickfont:
978           size: 16
979         zeroline: False
980       yaxis:
981         title: "<b>Packet Throughput [Mpps]</b>"
982         titlefont:
983           size: 16
984         gridcolor: "rgb(230, 230, 230)"
985         hoverformat: ".4s"
986         tickformat: ".3s"
987         linecolor: "rgb(220, 220, 220)"
988         linewidth: 1
989         showgrid: True
990         showline: True
991         showticklabels: True
992         tickcolor: "rgb(220, 220, 220)"
993         tickfont:
994           size: 16
995         zeroline: False
996         range: [0,50]
997       boxmode: "group"
998       boxgroupgap: 0.5
999       autosize: False
1000       margin:
1001         t: 50
1002         b: 0
1003         l: 80
1004         r: 20
1005       showlegend: True
1006       legend:
1007         orientation: "h"
1008         font:
1009           size: 16
1010       width: 700
1011       height: 900
1012
1013     plot-throughput-speedup-analysis:
1014       titlefont:
1015         size: 18
1016       xaxis:
1017         title: "<b>Number of Cores [Qty]</b>"
1018         titlefont:
1019           size: 16
1020         autorange: True
1021         fixedrange: False
1022         gridcolor: "rgb(230, 230, 230)"
1023         linecolor: "rgb(220, 220, 220)"
1024         linewidth: 1
1025         showgrid: True
1026         showline: True
1027         showticklabels: True
1028         tickcolor: "rgb(238, 238, 238)"
1029         tickmode: "linear"
1030         tickfont:
1031           size: 16
1032         zeroline: False
1033       yaxis:
1034         title: "<b>Packet Throughput [Mpps]</b>"
1035         titlefont:
1036           size: 16
1037         type: "linear"
1038         gridcolor: "rgb(230, 230, 230)"
1039         hoverformat: ".4s"
1040         linecolor: "rgb(220, 220, 220)"
1041         linewidth: 1
1042         showgrid: True
1043         showline: True
1044         showticklabels: True
1045         tickcolor: "rgb(220, 220, 220)"
1046         tickformat: ".4s"
1047         tickfont:
1048           size: 16
1049         zeroline: True
1050         rangemode: "tozero"
1051         range: [0,100]
1052       legend:
1053         orientation: "h"
1054         font:
1055           size: 16
1056         xanchor: "left"
1057         yanchor: "top"
1058         x: 0
1059         y: -0.2
1060         bgcolor: "rgba(255, 255, 255, 0)"
1061         bordercolor: "rgba(255, 255, 255, 0)"
1062         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1063       autosize: False
1064       margin:
1065           't': 50
1066           'b': 150
1067           'l': 85
1068           'r': 10
1069       showlegend: True
1070       width: 700
1071       height: 700
1072       hoverlabel:
1073         namelength: -1
1074       annotations: [
1075         {
1076           text: "_ _          __          ...",
1077           align: "left",
1078           showarrow: False,
1079           xref: "paper",
1080           yref: "paper",
1081           xanchor: "left",
1082           yanchor: "top",
1083           x: 0,
1084           y: -0.13,
1085           font: {
1086             family: "Consolas, Courier New",
1087             size: 15
1088           },
1089         },
1090         {
1091           text: "    Perfect     Measured     Limit",
1092           align: "left",
1093           showarrow: False,
1094           xref: "paper",
1095           yref: "paper",
1096           xanchor: "left",
1097           yanchor: "top",
1098           x: 0,
1099           y: -0.15,
1100           font: {
1101             family: "Consolas, Courier New",
1102             size: 15
1103           },
1104         },
1105       ]
1106
1107     plot-latency:
1108       titlefont:
1109         size: 18
1110       xaxis:
1111         title: "<b>Direction</b>"
1112         titlefont:
1113           size: 16
1114         autorange: True
1115         fixedrange: False
1116         gridcolor: "rgb(230, 230, 230)"
1117         linecolor: "rgb(220, 220, 220)"
1118         linewidth: 1
1119         showgrid: True
1120         showline: True
1121         showticklabels: False
1122         tickcolor: "rgb(220, 220, 220)"
1123         tickmode: "linear"
1124         tickfont:
1125           size: 16
1126         zeroline: False
1127       yaxis:
1128         title: "<b>Packet Latency [uSec]</b>"
1129         titlefont:
1130           size: 16
1131         type: "linear"
1132         gridcolor: "rgb(230, 230, 230)"
1133         hoverformat: ".4s"
1134         linecolor: "rgb(220, 220, 220)"
1135         linewidth: 1
1136         showgrid: True
1137         showline: True
1138         showticklabels: True
1139         tickcolor: "rgb(220, 220, 220)"
1140         tickformat: ".4s"
1141         tickfont:
1142           size: 16
1143         zeroline: True
1144         rangemode: "tozero"
1145       legend:
1146         orientation: "h"
1147         font:
1148           size: 16
1149         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1150       autosize: False
1151       margin:
1152           't': 50
1153           'b': 150
1154           'l': 80
1155           'r': 10
1156       showlegend: True
1157       width: 700
1158       height: 700
1159       hoverlabel:
1160         namelength: -1
1161
1162 -
1163   type: "static"
1164   src-path: "{DIR[RST]}"
1165   dst-path: "{DIR[WORKING,SRC]}"
1166
1167 -
1168   type: "input"
1169   general:
1170     file-name: "robot-plugin.zip"
1171     file-format: ".zip"
1172     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1173     extract: "robot-plugin/output.xml"
1174
1175   builds:
1176
1177     # TODO: Replace with 1901 data
1178     intel-dnv-vpp-release-1810:
1179     - 1
1180
1181     csit-vpp-perf-verify-1807-3n-hsw:
1182     - 8   # MRR full
1183     - 9   # MRR sel
1184     - 21  # MRR sel
1185     - 31  # MRR sel
1186     - 33  # MRR sel
1187     - 36  # MRR sel
1188     - 41  # MRR sel
1189     - 42  # MRR sel
1190     - 48  # MRR sel
1191     - 11  # NDRPDR full 1
1192     - 22  # NDRPDR full 2
1193     - 45  # NDRPDR full 3
1194     - 46  # NDRPDR full 4
1195     - 15  # NDRPDR sel
1196     - 16  # NDRPDR sel
1197     - 19  # NDRPDR sel
1198     - 18  # NDRPDR sel
1199     - 20  # NDRPDR sel
1200     - 38  # NDRPDR sel
1201     - 40  # NDRPDR sel
1202     - 44  # NDRPDR sel
1203     - 47  # NDRPDR sel
1204     - 24  # WRK
1205     - 25  # WRK
1206     - 23  # WRK
1207     - 26  # WRK
1208     - 27  # WRK
1209     - 28  # WRK
1210     - 29  # WRK
1211     - 30  # WRK
1212     - 32  # WRK
1213     - 35  # WRK
1214     csit-vpp-perf-verify-1810-3n-hsw:
1215     - 9   # MRR sel
1216     - 20  # NDRPDR full
1217     - 21  # NDRPDR full
1218     - 22  # NDRPDR full
1219     - 27  # NDRPDR full
1220     - 8   # NDRPDR sel
1221     - 12  # NDRPDR sel
1222     - 14  # NDRPDR sel
1223     - 18  # NDRPDR sel
1224     - 23  # NDRPDR sel
1225     - 25  # NDRPDR sel
1226     - 38  # NDRPDR sel
1227     - 39  # NDRPDR sel
1228     - 41  # NDRPDR sel
1229     - 42  # NDRPDR sel
1230     - 28  # WRK
1231     - 29  # WRK
1232     - 30  # WRK
1233     - 31  # WRK
1234     - 32  # WRK
1235     - 33  # WRK
1236     - 34  # WRK
1237     - 35  # WRK
1238     - 36  # WRK
1239     - 37  # WRK
1240     csit-vpp-perf-verify-1901-3n-hsw:
1241     - 35  # MRR sel
1242     - 38  # NDRPDR full
1243     - 10  # NDRPDR sel
1244     - 18  # NDRPDR sel F
1245     - 19  # NDRPDR sel
1246     - 31  # NDRPDR sel
1247     - 36  # NDRPDR sel
1248     csit-vpp-perf-verify-1807-3n-skx:
1249     - 31  # MRR full
1250     - 28  # MRR sel
1251     - 32  # MRR sel
1252     - 36  # MRR sel
1253     - 42  # MRR sel
1254     - 47  # MRR sel
1255     - 48  # MRR sel
1256     - 51  # MRR sel
1257     - 52  # MRR sel
1258     - 53  # MRR sel
1259     - 54  # MRR sel
1260     - 40  # NDRPDR full 1
1261     - 41  # NDRPDR full 2
1262     - 33  # NDRPDR sel
1263     - 35  # NDRPDR sel
1264     - 37  # NDRPDR sel
1265     - 38  # NDRPDR sel
1266     - 39  # NDRPDR sel
1267     - 43  # NDRPDR sel
1268     - 44  # NDRPDR sel
1269     - 49  # NDRPDR sel
1270     - 50  # NDRPDR sel
1271     - 56  # NDRPDR sel
1272     csit-vpp-perf-verify-1810-3n-skx:
1273     - 9   # MRR sel
1274     - 11  # MRR sel
1275     - 12  # MRR sel
1276     - 13  # MRR sel
1277     - 23  # NDRPDR full
1278     - 24  # NDRPDR full
1279     - 10  # NDRPDR sel
1280     - 14  # NDRPDR sel
1281     - 15  # NDRPDR sel
1282     - 16  # NDRPDR sel
1283     - 17  # NDRPDR sel
1284     - 19  # NDRPDR sel
1285     - 20  # NDRPDR sel
1286     - 21  # NDRPDR sel
1287     - 22  # NDRPDR sel
1288     - 25  # NDRPDR sel
1289     csit-vpp-perf-verify-1901-3n-skx:
1290     - 32  # MRR sel
1291     - 37  # NDRPDR full
1292     - 39  # NDRPDR full
1293     - 40  # NDRPDR full
1294     - 18  # NDRPDR sel
1295     - 19  # NDRPDR sel
1296     - 20  # NDRPDR sel
1297     - 28  # NDRPDR sel
1298     - 31  # NDRPDR sel
1299     - 33  # NDRPDR sel
1300     - 36  # NDRPDR sel
1301     - 38  # NDRPDR sel
1302     csit-vpp-perf-verify-1807-2n-skx:
1303     - 27  # MRR full
1304     - 31  # MRR sel
1305     - 33  # MRR sel
1306     - 37  # MRR sel
1307     - 38  # MRR sel
1308     - 41  # MRR sel
1309     - 43  # MRR sel
1310     - 44  # MRR sel
1311     - 45  # MRR sel
1312     - 46  # MRR sel
1313     - 47  # MRR sel
1314     - 32  # NDRPDR full
1315     - 26  # NDRPDR sel
1316     - 28  # NDRPDR sel
1317     - 29  # NDRPDR sel
1318     - 30  # NDRPDR sel
1319     - 34  # NDRPDR sel
1320     - 35  # NDRPDR sel
1321     - 36  # NDRPDR sel
1322     - 39  # NDRPDR sel
1323     - 40  # NDRPDR sel
1324     - 42  # NDRPDR sel
1325     csit-vpp-perf-verify-1810-2n-skx:
1326     - 8   # MRR sel
1327     - 10  # MRR sel
1328     - 11  # MRR sel
1329     - 12  # MRR sel
1330     - 25  # NDRPDR full
1331     - 26  # NDRPDR full
1332     - 9   # NDRPDR sel
1333     - 13  # NDRPDR sel
1334     - 14  # NDRPDR sel
1335     - 19  # NDRPDR sel
1336     - 20  # NDRPDR sel
1337     - 21  # NDRPDR sel
1338     - 22  # NDRPDR sel
1339     - 23  # NDRPDR sel
1340     - 24  # NDRPDR sel
1341     - 27  # NDRPDR sel
1342     csit-vpp-perf-verify-1901-2n-skx:
1343     - 22  # MRR sel
1344     - 25  # NDRPDR full
1345     - 30  # NDRPDR full
1346     - 5   # NDRPDR sel
1347     - 12  # NDRPDR sel
1348     - 13  # NDRPDR sel
1349     - 16  # NDRPDR sel fails
1350     - 21  # NDRPDR sel
1351     - 23  # NDRPDR sel
1352     - 31  # NDRPDR sel
1353     - 34  # NDRPDR sel
1354     - 24  # NFV MRR
1355     - 26  # NFV MRR
1356     - 27  # NFV MRR
1357     - 35  # NFV MRR
1358     - 28  # NFV NDRPDR
1359     - 29  # NFV NDRPDR
1360     - 32  # NFV NDRPDR
1361     csit-vpp-perf-verify-master-2n-skx:
1362     - 248  # SOAK sel
1363     - 251  # SOAK sel
1364     csit-ligato-perf-verify-1810-3n-hsw:
1365     - 5   # full
1366     - 6   # sel
1367     - 8   # sel
1368     - 9   # sel
1369     - 11  # sel
1370     - 12  # sel
1371     - 13  # sel
1372     - 14  # sel
1373     - 16  # sel
1374     - 17  # sel
1375     - 18  # sel
1376     # TODO: Add new data
1377     # csit-ligato-perf-verify-1901-3n-hsw:
1378     csit-dpdk-perf-verify-1807-3n-hsw:
1379     - 11
1380     - 12  # full
1381     - 14
1382     - 15
1383     - 16
1384     - 17
1385     - 20
1386     - 21
1387     - 22
1388     - 23
1389     csit-dpdk-perf-verify-1810-3n-hsw:
1390     - 1   # NDRPDR sel
1391     - 2   # NDRPDR sel
1392     - 3   # NDRPDR sel
1393     - 4   # NDRPDR sel
1394     - 5   # NDRPDR sel
1395     - 6   # NDRPDR sel
1396     - 7   # NDRPDR sel
1397     - 8   # NDRPDR sel
1398     - 9   # NDRPDR sel
1399     - 10  # NDRPDR sel
1400     csit-dpdk-perf-verify-1901-3n-hsw:
1401     - 3   # NDRPDR sel
1402     - 4   # NDRPDR sel
1403     - 5   # NDRPDR sel
1404     - 6   # NDRPDR sel
1405     - 7   # NDRPDR sel
1406     - 8   # NDRPDR sel
1407     - 9   # NDRPDR sel
1408     - 10  # NDRPDR sel
1409     - 11  # NDRPDR sel
1410     - 12  # NDRPDR sel
1411     csit-dpdk-perf-verify-1807-3n-skx:
1412     - 1   # NDRPDR sel
1413     - 2   # NDRPDR sel
1414     - 3   # NDRPDR sel
1415     - 6   # NDRPDR sel
1416     - 7   # NDRPDR sel
1417     - 8   # NDRPDR sel
1418     - 9   # NDRPDR sel
1419     - 10  # NDRPDR sel
1420     - 11  # NDRPDR sel
1421     - 12  # NDRPDR sel
1422     csit-dpdk-perf-verify-1810-3n-skx:
1423     - 3   # NDRPDR sel
1424     - 4   # NDRPDR sel
1425     - 6   # NDRPDR sel
1426     - 7   # NDRPDR sel
1427     - 8   # NDRPDR sel
1428     - 9   # NDRPDR sel
1429     - 10  # NDRPDR sel
1430     - 11  # NDRPDR sel
1431     - 12  # NDRPDR sel
1432     - 13  # NDRPDR sel
1433     csit-dpdk-perf-verify-1901-3n-skx:
1434     - 1   # NDRPDR sel
1435     - 2   # NDRPDR sel
1436     csit-dpdk-perf-verify-1810-2n-skx:
1437     - 3   # NDRPDR sel
1438     - 4   # NDRPDR sel
1439     - 5   # NDRPDR sel
1440     - 7   # NDRPDR sel
1441     - 8   # NDRPDR sel
1442     - 9   # NDRPDR sel
1443     - 10  # NDRPDR sel
1444     - 11  # NDRPDR sel
1445     - 12  # NDRPDR sel
1446     - 13  # NDRPDR sel
1447     csit-dpdk-perf-verify-1901-2n-skx:
1448     - 2   # NDRPDR sel
1449     - 3   # NDRPDR sel
1450     - 4   # NDRPDR sel
1451     - 5   # NDRPDR sel
1452     - 6   # NDRPDR sel
1453     - 7   # NDRPDR sel
1454     - 8   # NDRPDR sel
1455     - 9   # NDRPDR sel
1456     - 10  # NDRPDR sel
1457     - 11  # NDRPDR sel
1458     csit-vpp-functional-1901-ubuntu1604-virl:
1459     - 48
1460     csit-vpp-functional-1901-centos7-virl:
1461     - 50
1462     csit-vpp-device-1901-ubuntu1804-1n-skx:
1463     - 49
1464     # TODO: Replace with 1901 data
1465     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1466     - 1
1467     csit-dmm-functional-1901-ubuntu1604-virl:
1468     - 2
1469     csit-hc2vpp-verify-func-1901-ubuntu1604:
1470     - 3
1471
1472 -
1473   type: "output"
1474   output: "report"
1475   format:
1476     html:
1477     - full
1478     pdf:
1479     - minimal
1480
1481 ################################################################################
1482 ###                               T A B L E S                                ###
1483 ################################################################################
1484
1485
1486 # VPP Compare NICs 3n-hsw 1t1c ndr
1487 -
1488   type: "table"
1489   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1490   algorithm: "table_nics_comparison"
1491   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1492   reference:
1493     title: "Intel-x520"
1494     nic: "NIC_Intel-X520-DA2"
1495   compare:
1496     title: "Intel-x710"
1497     nic: "NIC_Intel-X710"
1498   data: "vpp-nic-comparison-3n-hsw"
1499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1500   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1501   parameters:
1502   - "name"
1503   - "parent"
1504   - "throughput"
1505   - "tags"
1506
1507 # VPP Compare NICs 3n-hsw 2t2c ndr
1508 -
1509   type: "table"
1510   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1511   algorithm: "table_nics_comparison"
1512   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1513   reference:
1514     title: "Intel-x520"
1515     nic: "NIC_Intel-X520-DA2"
1516   compare:
1517     title: "Intel-x710"
1518     nic: "NIC_Intel-X710"
1519   data: "vpp-nic-comparison-3n-hsw"
1520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1521   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1522   parameters:
1523   - "name"
1524   - "parent"
1525   - "throughput"
1526   - "tags"
1527
1528 # VPP Compare NICs 3n-hsw 1t1c pdr
1529 -
1530   type: "table"
1531   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1532   algorithm: "table_nics_comparison"
1533   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1534   reference:
1535     title: "Intel-x520"
1536     nic: "NIC_Intel-X520-DA2"
1537   compare:
1538     title: "Intel-x710"
1539     nic: "NIC_Intel-X710"
1540   data: "vpp-nic-comparison-3n-hsw"
1541   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1542   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1543   parameters:
1544   - "name"
1545   - "parent"
1546   - "throughput"
1547   - "tags"
1548
1549 # VPP Compare NICs 3n-hsw 2t2c pdr
1550 -
1551   type: "table"
1552   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1553   algorithm: "table_nics_comparison"
1554   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1555   reference:
1556     title: "Intel-x520"
1557     nic: "NIC_Intel-X520-DA2"
1558   compare:
1559     title: "Intel-x710"
1560     nic: "NIC_Intel-X710"
1561   data: "vpp-nic-comparison-3n-hsw"
1562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1563   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1564   parameters:
1565   - "name"
1566   - "parent"
1567   - "throughput"
1568   - "tags"
1569
1570 # VPP Compare NICs 3n-hsw 1t1c mrr
1571 -
1572   type: "table"
1573   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1574   algorithm: "table_nics_comparison"
1575   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1576   reference:
1577     title: "Intel-x520"
1578     nic: "NIC_Intel-X520-DA2"
1579   compare:
1580     title: "Intel-x710"
1581     nic: "NIC_Intel-X710"
1582   data: "vpp-nic-comparison-3n-hsw-mrr"
1583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1584   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1585   parameters:
1586   - "name"
1587   - "parent"
1588   - "result"
1589   - "tags"
1590
1591 # VPP Compare NICs 3n-hsw 2t2c mrr
1592 -
1593   type: "table"
1594   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1595   algorithm: "table_nics_comparison"
1596   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1597   reference:
1598     title: "Intel-x520"
1599     nic: "NIC_Intel-X520-DA2"
1600   compare:
1601     title: "Intel-x710"
1602     nic: "NIC_Intel-X710"
1603   data: "vpp-nic-comparison-3n-hsw-mrr"
1604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1605   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1606   parameters:
1607   - "name"
1608   - "parent"
1609   - "result"
1610   - "tags"
1611
1612 # VPP Compare NICs 3n-hsw 4t4c mrr
1613 -
1614   type: "table"
1615   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1616   algorithm: "table_nics_comparison"
1617   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1618   reference:
1619     title: "Intel-x520"
1620     nic: "NIC_Intel-X520-DA2"
1621   compare:
1622     title: "Intel-x710"
1623     nic: "NIC_Intel-X710"
1624   data: "vpp-nic-comparison-3n-hsw-mrr"
1625   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1626   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1627   parameters:
1628   - "name"
1629   - "parent"
1630   - "result"
1631   - "tags"
1632
1633 # VPP Compare NICs 3n-skx 2t1c ndr
1634 -
1635   type: "table"
1636   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1637   algorithm: "table_nics_comparison"
1638   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1639   reference:
1640     title: "Intel-x710"
1641     nic: "NIC_Intel-X710"
1642   compare:
1643     title: "Intel-xxv710"
1644     nic: "NIC_Intel-XXV710"
1645   data: "vpp-nic-comparison-3n-skx"
1646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1647   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1648   parameters:
1649   - "name"
1650   - "parent"
1651   - "throughput"
1652   - "tags"
1653
1654 # VPP Compare NICs 3n-skx 4t2c ndr
1655 -
1656   type: "table"
1657   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1658   algorithm: "table_nics_comparison"
1659   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1660   reference:
1661     title: "Intel-x710"
1662     nic: "NIC_Intel-X710"
1663   compare:
1664     title: "Intel-xxv710"
1665     nic: "NIC_Intel-XXV710"
1666   data: "vpp-nic-comparison-3n-skx"
1667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1668   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1669   parameters:
1670   - "name"
1671   - "parent"
1672   - "throughput"
1673   - "tags"
1674
1675 # VPP Compare NICs 3n-skx 2t1c pdr
1676 -
1677   type: "table"
1678   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1679   algorithm: "table_nics_comparison"
1680   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1681   reference:
1682     title: "Intel-x710"
1683     nic: "NIC_Intel-X710"
1684   compare:
1685     title: "Intel-xxv710"
1686     nic: "NIC_Intel-XXV710"
1687   data: "vpp-nic-comparison-3n-skx"
1688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1689   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1690   parameters:
1691   - "name"
1692   - "parent"
1693   - "throughput"
1694   - "tags"
1695
1696  # VPP Compare NICs 3n-skx 4t2c pdr
1697 -
1698   type: "table"
1699   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1700   algorithm: "table_nics_comparison"
1701   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1702   reference:
1703     title: "Intel-x710"
1704     nic: "NIC_Intel-X710"
1705   compare:
1706     title: "Intel-xxv710"
1707     nic: "NIC_Intel-XXV710"
1708   data: "vpp-nic-comparison-3n-skx"
1709   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1710   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1711   parameters:
1712   - "name"
1713   - "parent"
1714   - "throughput"
1715   - "tags"
1716
1717 # VPP Compare NICs 3n-skx 2t1c mrr
1718 -
1719   type: "table"
1720   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1721   algorithm: "table_nics_comparison"
1722   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1723   reference:
1724     title: "Intel-x710"
1725     nic: "NIC_Intel-X710"
1726   compare:
1727     title: "Intel-xxv710"
1728     nic: "NIC_Intel-XXV710"
1729   data: "vpp-nic-comparison-3n-skx-mrr"
1730   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1731   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1732   parameters:
1733   - "name"
1734   - "parent"
1735   - "result"
1736   - "tags"
1737
1738 # VPP Compare NICs 3n-skx 4t2c mrr
1739 -
1740   type: "table"
1741   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1742   algorithm: "table_nics_comparison"
1743   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1744   reference:
1745     title: "Intel-x710"
1746     nic: "NIC_Intel-X710"
1747   compare:
1748     title: "Intel-xxv710"
1749     nic: "NIC_Intel-XXV710"
1750   data: "vpp-nic-comparison-3n-skx-mrr"
1751   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1752   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1753   parameters:
1754   - "name"
1755   - "parent"
1756   - "result"
1757   - "tags"
1758
1759  # VPP Compare NICs 3n-skx 8t4c mrr
1760 -
1761   type: "table"
1762   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1763   algorithm: "table_nics_comparison"
1764   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1765   reference:
1766     title: "Intel-x710"
1767     nic: "NIC_Intel-X710"
1768   compare:
1769     title: "Intel-xxv710"
1770     nic: "NIC_Intel-XXV710"
1771   data: "vpp-nic-comparison-3n-skx-mrr"
1772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1773   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1774   parameters:
1775   - "name"
1776   - "parent"
1777   - "result"
1778   - "tags"
1779
1780 # VPP Compare NICs 2n-skx 2t1c ndr
1781 -
1782   type: "table"
1783   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1784   algorithm: "table_nics_comparison"
1785   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1786   reference:
1787     title: "Intel-x710"
1788     nic: "NIC_Intel-X710"
1789   compare:
1790     title: "Intel-xxv710"
1791     nic: "NIC_Intel-XXV710"
1792   data: "vpp-nic-comparison-2n-skx"
1793   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1794   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1795   parameters:
1796   - "name"
1797   - "parent"
1798   - "throughput"
1799   - "tags"
1800
1801 # VPP Compare NICs 2n-skx 4t2c ndr
1802 -
1803   type: "table"
1804   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1805   algorithm: "table_nics_comparison"
1806   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1807   reference:
1808     title: "Intel-x710"
1809     nic: "NIC_Intel-X710"
1810   compare:
1811     title: "Intel-xxv710"
1812     nic: "NIC_Intel-XXV710"
1813   data: "vpp-nic-comparison-2n-skx"
1814   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1815   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1816   parameters:
1817   - "name"
1818   - "parent"
1819   - "throughput"
1820   - "tags"
1821
1822  # VPP Compare NICs 2n-skx 2t1c pdr
1823 -
1824   type: "table"
1825   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1826   algorithm: "table_nics_comparison"
1827   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1828   reference:
1829     title: "Intel-x710"
1830     nic: "NIC_Intel-X710"
1831   compare:
1832     title: "Intel-xxv710"
1833     nic: "NIC_Intel-XXV710"
1834   data: "vpp-nic-comparison-2n-skx"
1835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1836   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1837   parameters:
1838   - "name"
1839   - "parent"
1840   - "throughput"
1841   - "tags"
1842
1843 # VPP Compare NICs 2n-skx 4t2c pdr
1844 -
1845   type: "table"
1846   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1847   algorithm: "table_nics_comparison"
1848   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1849   reference:
1850     title: "Intel-x710"
1851     nic: "NIC_Intel-X710"
1852   compare:
1853     title: "Intel-xxv710"
1854     nic: "NIC_Intel-XXV710"
1855   data: "vpp-nic-comparison-2n-skx"
1856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1857   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1858   parameters:
1859   - "name"
1860   - "parent"
1861   - "throughput"
1862   - "tags"
1863
1864 # VPP Compare NICs 2n-skx 2t1c mrr
1865 -
1866   type: "table"
1867   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1868   algorithm: "table_nics_comparison"
1869   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1870   reference:
1871     title: "Intel-x710"
1872     nic: "NIC_Intel-X710"
1873   compare:
1874     title: "Intel-xxv710"
1875     nic: "NIC_Intel-XXV710"
1876   data: "vpp-nic-comparison-2n-skx-mrr"
1877   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1878   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1879   parameters:
1880   - "name"
1881   - "parent"
1882   - "result"
1883   - "tags"
1884
1885 # VPP Compare NICs 2n-skx 4t2c mrr
1886 -
1887   type: "table"
1888   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1889   algorithm: "table_nics_comparison"
1890   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1891   reference:
1892     title: "Intel-x710"
1893     nic: "NIC_Intel-X710"
1894   compare:
1895     title: "Intel-xxv710"
1896     nic: "NIC_Intel-XXV710"
1897   data: "vpp-nic-comparison-2n-skx-mrr"
1898   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1899   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1900   parameters:
1901   - "name"
1902   - "parent"
1903   - "result"
1904   - "tags"
1905
1906 # VPP Compare NICs 2n-skx 8t4c mrr
1907 -
1908   type: "table"
1909   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1910   algorithm: "table_nics_comparison"
1911   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1912   reference:
1913     title: "Intel-x710"
1914     nic: "NIC_Intel-X710"
1915   compare:
1916     title: "Intel-xxv710"
1917     nic: "NIC_Intel-XXV710"
1918   data: "vpp-nic-comparison-2n-skx-mrr"
1919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1920   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1921   parameters:
1922   - "name"
1923   - "parent"
1924   - "result"
1925   - "tags"
1926
1927 ################################################################################
1928 # VPP
1929
1930 # VPP Performance Changes 3n-hsw 1t1c pdr
1931 -
1932   type: "table"
1933   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1934   algorithm: "table_performance_comparison"
1935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1936   history:
1937     -
1938       title: "rls1807"
1939       data:
1940         csit-vpp-perf-verify-1807-3n-hsw:
1941         - 11  # NDRPDR full 1
1942         - 22  # NDRPDR full 2
1943         - 45  # NDRPDR full 3
1944         - 46  # NDRPDR full 4
1945         - 15  # NDRPDR sel
1946         - 16  # NDRPDR sel
1947         - 19  # NDRPDR sel
1948         - 18  # NDRPDR sel
1949         - 20  # NDRPDR sel
1950         - 38  # NDRPDR sel
1951         - 40  # NDRPDR sel
1952         - 44  # NDRPDR sel
1953   reference:
1954     title: "rls1810"
1955     data:
1956       csit-vpp-perf-verify-1810-3n-hsw:
1957       - 8   # NDRPDR sel
1958       - 12  # NDRPDR sel
1959       - 14  # NDRPDR sel
1960       - 18  # NDRPDR sel
1961       - 23  # NDRPDR sel
1962       - 25  # NDRPDR sel
1963       - 38  # NDRPDR sel
1964       - 39  # NDRPDR sel
1965       - 41  # NDRPDR sel
1966       - 42  # NDRPDR sel
1967   compare:
1968     title: "rls1901"
1969     data:
1970       # TODO: Add new data:
1971       csit-vpp-perf-verify-1901-3n-hsw:
1972       - 10  # NDRPDR sel
1973       - 18  # NDRPDR sel F
1974       - 19  # NDRPDR sel
1975       - 31  # NDRPDR sel
1976       - 36  # NDRPDR sel
1977   data: "vpp-performance-changes-3n-hsw"
1978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1979   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1980   parameters:
1981   - "name"
1982   - "parent"
1983   - "throughput"
1984
1985 # VPP Performance Changes 3n-hsw 2t2c pdr
1986 -
1987   type: "table"
1988   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1989   algorithm: "table_performance_comparison"
1990   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1991   history:
1992     -
1993       title: "rls1807"
1994       data:
1995         csit-vpp-perf-verify-1807-3n-hsw:
1996         - 11  # NDRPDR full 1
1997         - 22  # NDRPDR full 2
1998         - 45  # NDRPDR full 3
1999         - 46  # NDRPDR full 4
2000         - 15  # NDRPDR sel
2001         - 16  # NDRPDR sel
2002         - 19  # NDRPDR sel
2003         - 18  # NDRPDR sel
2004         - 20  # NDRPDR sel
2005         - 38  # NDRPDR sel
2006         - 40  # NDRPDR sel
2007         - 44  # NDRPDR sel
2008         - 47  # NDRPDR sel
2009   reference:
2010     title: "rls1810"
2011     data:
2012       csit-vpp-perf-verify-1810-3n-hsw:
2013       - 8   # NDRPDR sel
2014       - 12  # NDRPDR sel
2015       - 14  # NDRPDR sel
2016       - 18  # NDRPDR sel
2017       - 23  # NDRPDR sel
2018       - 25  # NDRPDR sel
2019       - 38  # NDRPDR sel
2020       - 39  # NDRPDR sel
2021       - 41  # NDRPDR sel
2022       - 42  # NDRPDR sel
2023   compare:
2024     title: "rls1901"
2025     data:
2026       # TODO: Add new data:
2027       csit-vpp-perf-verify-1901-3n-hsw:
2028       - 10  # NDRPDR sel
2029       - 18  # NDRPDR sel F
2030       - 19  # NDRPDR sel
2031       - 31  # NDRPDR sel
2032       - 36  # NDRPDR sel
2033   data: "vpp-performance-changes-3n-hsw"
2034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2035   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2036   parameters:
2037   - "name"
2038   - "parent"
2039   - "throughput"
2040
2041 # VPP Performance Changes 3n-hsw 1t1c ndr
2042 -
2043   type: "table"
2044   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2045   algorithm: "table_performance_comparison"
2046   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2047   history:
2048     -
2049       title: "rls1807"
2050       data:
2051         csit-vpp-perf-verify-1807-3n-hsw:
2052         - 11  # NDRPDR full 1
2053         - 22  # NDRPDR full 2
2054         - 45  # NDRPDR full 3
2055         - 46  # NDRPDR full 4
2056         - 15  # NDRPDR sel
2057         - 16  # NDRPDR sel
2058         - 19  # NDRPDR sel
2059         - 18  # NDRPDR sel
2060         - 20  # NDRPDR sel
2061         - 38  # NDRPDR sel
2062         - 40  # NDRPDR sel
2063         - 44  # NDRPDR sel
2064         - 47  # NDRPDR sel
2065   reference:
2066     title: "rls1810"
2067     data:
2068       csit-vpp-perf-verify-1810-3n-hsw:
2069       - 8   # NDRPDR sel
2070       - 12  # NDRPDR sel
2071       - 14  # NDRPDR sel
2072       - 18  # NDRPDR sel
2073       - 23  # NDRPDR sel
2074       - 25  # NDRPDR sel
2075       - 38  # NDRPDR sel
2076       - 39  # NDRPDR sel
2077       - 41  # NDRPDR sel
2078       - 42  # NDRPDR sel
2079   compare:
2080     title: "rls1901"
2081     data:
2082       # TODO: Add new data:
2083       csit-vpp-perf-verify-1901-3n-hsw:
2084       - 10  # NDRPDR sel
2085       - 18  # NDRPDR sel F
2086       - 19  # NDRPDR sel
2087       - 31  # NDRPDR sel
2088       - 36  # NDRPDR sel
2089   data: "vpp-performance-changes-3n-hsw"
2090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2091   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2092   parameters:
2093   - "name"
2094   - "parent"
2095   - "throughput"
2096
2097 # VPP Performance Changes 3n-hsw 2t2c ndr
2098 -
2099   type: "table"
2100   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2101   algorithm: "table_performance_comparison"
2102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2103   history:
2104     -
2105       title: "rls1807"
2106       data:
2107         csit-vpp-perf-verify-1807-3n-hsw:
2108         - 11  # NDRPDR full 1
2109         - 22  # NDRPDR full 2
2110         - 45  # NDRPDR full 3
2111         - 46  # NDRPDR full 4
2112         - 15  # NDRPDR sel
2113         - 16  # NDRPDR sel
2114         - 19  # NDRPDR sel
2115         - 18  # NDRPDR sel
2116         - 20  # NDRPDR sel
2117         - 38  # NDRPDR sel
2118         - 40  # NDRPDR sel
2119         - 44  # NDRPDR sel
2120         - 47  # NDRPDR sel
2121   reference:
2122     title: "rls1810"
2123     data:
2124       csit-vpp-perf-verify-1810-3n-hsw:
2125       - 8   # NDRPDR sel
2126       - 12  # NDRPDR sel
2127       - 14  # NDRPDR sel
2128       - 18  # NDRPDR sel
2129       - 23  # NDRPDR sel
2130       - 25  # NDRPDR sel
2131       - 38  # NDRPDR sel
2132       - 39  # NDRPDR sel
2133       - 41  # NDRPDR sel
2134       - 42  # NDRPDR sel
2135   compare:
2136     title: "rls1901"
2137     data:
2138       # TODO: Add new data:
2139       csit-vpp-perf-verify-1901-3n-hsw:
2140       - 10  # NDRPDR sel
2141       - 18  # NDRPDR sel F
2142       - 19  # NDRPDR sel
2143       - 31  # NDRPDR sel
2144       - 36  # NDRPDR sel
2145   data: "vpp-performance-changes-3n-hsw"
2146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2147   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2148   parameters:
2149   - "name"
2150   - "parent"
2151   - "throughput"
2152
2153 # VPP Performance Changes 3n-skx 2t1c pdr
2154 -
2155   type: "table"
2156   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2157   algorithm: "table_performance_comparison"
2158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2159   history:
2160     -
2161       title: "rls1807"
2162       data:
2163         csit-vpp-perf-verify-1807-3n-skx:
2164         - 33  # NDRPDR sel
2165         - 35  # NDRPDR sel
2166         - 37  # NDRPDR sel
2167         - 38  # NDRPDR sel
2168         - 39  # NDRPDR sel
2169         - 43  # NDRPDR sel
2170         - 44  # NDRPDR sel
2171         - 49  # NDRPDR sel
2172         - 50  # NDRPDR sel
2173         - 56  # NDRPDR sel
2174   reference:
2175     title: "rls1810"
2176     data:
2177       csit-vpp-perf-verify-1810-3n-skx:
2178       - 10  # NDRPDR sel
2179       - 14  # NDRPDR sel
2180       - 15  # NDRPDR sel
2181       - 16  # NDRPDR sel
2182       - 17  # NDRPDR sel
2183       - 19  # NDRPDR sel
2184       - 20  # NDRPDR sel
2185       - 21  # NDRPDR sel
2186       - 22  # NDRPDR sel
2187       - 25  # NDRPDR sel
2188   compare:
2189     title: "rls1901"
2190     data:
2191       # TODO: Add new data:
2192       csit-vpp-perf-verify-1901-3n-skx:
2193       - 18  # NDRPDR sel
2194       - 19  # NDRPDR sel
2195       - 20  # NDRPDR sel
2196       - 28  # NDRPDR sel
2197       - 31  # NDRPDR sel
2198       - 33  # NDRPDR sel
2199       - 36  # NDRPDR sel
2200       - 38  # NDRPDR sel
2201   data: "vpp-performance-changes-3n-skx"
2202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2203   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2204   parameters:
2205   - "name"
2206   - "parent"
2207   - "throughput"
2208
2209 # VPP Performance Changes 3n-skx 4t2c pdr
2210 -
2211   type: "table"
2212   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2213   algorithm: "table_performance_comparison"
2214   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2215   history:
2216     -
2217       title: "rls1807"
2218       data:
2219         csit-vpp-perf-verify-1807-3n-skx:
2220         - 33  # NDRPDR sel
2221         - 35  # NDRPDR sel
2222         - 37  # NDRPDR sel
2223         - 38  # NDRPDR sel
2224         - 39  # NDRPDR sel
2225         - 43  # NDRPDR sel
2226         - 44  # NDRPDR sel
2227         - 49  # NDRPDR sel
2228         - 50  # NDRPDR sel
2229         - 56  # NDRPDR sel
2230   reference:
2231     title: "rls1810"
2232     data:
2233       csit-vpp-perf-verify-1810-3n-skx:
2234       - 10  # NDRPDR sel
2235       - 14  # NDRPDR sel
2236       - 15  # NDRPDR sel
2237       - 16  # NDRPDR sel
2238       - 17  # NDRPDR sel
2239       - 19  # NDRPDR sel
2240       - 20  # NDRPDR sel
2241       - 21  # NDRPDR sel
2242       - 22  # NDRPDR sel
2243       - 25  # NDRPDR sel
2244   compare:
2245     title: "rls1901"
2246     data:
2247       # TODO: Add new data:
2248       csit-vpp-perf-verify-1901-3n-skx:
2249       - 18  # NDRPDR sel
2250       - 19  # NDRPDR sel
2251       - 20  # NDRPDR sel
2252       - 28  # NDRPDR sel
2253       - 31  # NDRPDR sel
2254       - 33  # NDRPDR sel
2255       - 36  # NDRPDR sel
2256       - 38  # NDRPDR sel
2257   data: "vpp-performance-changes-3n-skx"
2258   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2259   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2260   parameters:
2261   - "name"
2262   - "parent"
2263   - "throughput"
2264
2265 # VPP Performance Changes 3n-skx 2t1c ndr
2266 -
2267   type: "table"
2268   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2269   algorithm: "table_performance_comparison"
2270   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2271   history:
2272     -
2273       title: "rls1807"
2274       data:
2275         csit-vpp-perf-verify-1807-3n-skx:
2276         - 33  # NDRPDR sel
2277         - 35  # NDRPDR sel
2278         - 37  # NDRPDR sel
2279         - 38  # NDRPDR sel
2280         - 39  # NDRPDR sel
2281         - 43  # NDRPDR sel
2282         - 44  # NDRPDR sel
2283         - 49  # NDRPDR sel
2284         - 50  # NDRPDR sel
2285         - 56  # NDRPDR sel
2286   reference:
2287     title: "rls1810"
2288     data:
2289       csit-vpp-perf-verify-1810-3n-skx:
2290       - 10  # NDRPDR sel
2291       - 14  # NDRPDR sel
2292       - 15  # NDRPDR sel
2293       - 16  # NDRPDR sel
2294       - 17  # NDRPDR sel
2295       - 19  # NDRPDR sel
2296       - 20  # NDRPDR sel
2297       - 21  # NDRPDR sel
2298       - 22  # NDRPDR sel
2299       - 25  # NDRPDR sel
2300   compare:
2301     title: "rls1901"
2302     data:
2303       # TODO: Add new data:
2304       csit-vpp-perf-verify-1901-3n-skx:
2305       - 18  # NDRPDR sel
2306       - 19  # NDRPDR sel
2307       - 20  # NDRPDR sel
2308       - 28  # NDRPDR sel
2309       - 31  # NDRPDR sel
2310       - 33  # NDRPDR sel
2311       - 36  # NDRPDR sel
2312       - 38  # NDRPDR sel
2313   data: "vpp-performance-changes-3n-skx"
2314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2315   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2316   parameters:
2317   - "name"
2318   - "parent"
2319   - "throughput"
2320
2321 # VPP Performance Changes 3n-skx 4t2c ndr
2322 -
2323   type: "table"
2324   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2325   algorithm: "table_performance_comparison"
2326   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2327   history:
2328     -
2329       title: "rls1807"
2330       data:
2331         csit-vpp-perf-verify-1807-3n-skx:
2332         - 33  # NDRPDR sel
2333         - 35  # NDRPDR sel
2334         - 37  # NDRPDR sel
2335         - 38  # NDRPDR sel
2336         - 39  # NDRPDR sel
2337         - 43  # NDRPDR sel
2338         - 44  # NDRPDR sel
2339         - 49  # NDRPDR sel
2340         - 50  # NDRPDR sel
2341         - 56  # NDRPDR sel
2342   reference:
2343     title: "rls1810"
2344     data:
2345       csit-vpp-perf-verify-1810-3n-skx:
2346       - 10  # NDRPDR sel
2347       - 14  # NDRPDR sel
2348       - 15  # NDRPDR sel
2349       - 16  # NDRPDR sel
2350       - 17  # NDRPDR sel
2351       - 19  # NDRPDR sel
2352       - 20  # NDRPDR sel
2353       - 21  # NDRPDR sel
2354       - 22  # NDRPDR sel
2355       - 25  # NDRPDR sel
2356   compare:
2357     title: "rls1901"
2358     data:
2359       # TODO: Add new data:
2360       csit-vpp-perf-verify-1901-3n-skx:
2361       - 18  # NDRPDR sel
2362       - 19  # NDRPDR sel
2363       - 20  # NDRPDR sel
2364       - 28  # NDRPDR sel
2365       - 31  # NDRPDR sel
2366       - 33  # NDRPDR sel
2367       - 36  # NDRPDR sel
2368       - 38  # NDRPDR sel
2369   data: "vpp-performance-changes-3n-skx"
2370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2371   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2372   parameters:
2373   - "name"
2374   - "parent"
2375   - "throughput"
2376
2377 # VPP Performance Changes 2n-skx 2t1c pdr
2378 -
2379   type: "table"
2380   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2381   algorithm: "table_performance_comparison"
2382   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2383   history:
2384     -
2385       title: "rls1807"
2386       data:
2387         csit-vpp-perf-verify-1807-2n-skx:
2388         - 26  # NDRPDR sel
2389         - 28  # NDRPDR sel
2390         - 29  # NDRPDR sel
2391         - 30  # NDRPDR sel
2392         - 34  # NDRPDR sel
2393         - 35  # NDRPDR sel
2394         - 36  # NDRPDR sel
2395         - 39  # NDRPDR sel
2396         - 40  # NDRPDR sel
2397         - 42  # NDRPDR sel
2398   reference:
2399     title: "rls1810"
2400     data:
2401       csit-vpp-perf-verify-1810-2n-skx:
2402       - 9   # NDRPDR sel
2403       - 13  # NDRPDR sel
2404       - 14  # NDRPDR sel
2405       - 19  # NDRPDR sel
2406       - 20  # NDRPDR sel
2407       - 21  # NDRPDR sel
2408       - 22  # NDRPDR sel
2409       - 23  # NDRPDR sel
2410       - 24  # NDRPDR sel
2411       - 27  # NDRPDR sel
2412   compare:
2413     title: "rls1901"
2414     data:
2415       # TODO: Add new data:
2416       csit-vpp-perf-verify-1901-2n-skx:
2417       - 5   # NDRPDR sel
2418       - 12  # NDRPDR sel
2419       - 13  # NDRPDR sel
2420       - 16  # NDRPDR sel fails
2421       - 21  # NDRPDR sel
2422       - 23  # NDRPDR sel
2423       - 31  # NDRPDR sel
2424       - 34  # NDRPDR sel
2425   data: "vpp-performance-changes-2n-skx"
2426   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2427   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2428   parameters:
2429   - "name"
2430   - "parent"
2431   - "throughput"
2432
2433 # VPP Performance Changes 2n-skx 4t2c pdr
2434 -
2435   type: "table"
2436   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2437   algorithm: "table_performance_comparison"
2438   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2439   history:
2440     - title: "rls1807"
2441       data:
2442         csit-vpp-perf-verify-1807-2n-skx:
2443         - 26  # NDRPDR sel
2444         - 28  # NDRPDR sel
2445         - 29  # NDRPDR sel
2446         - 30  # NDRPDR sel
2447         - 34  # NDRPDR sel
2448         - 35  # NDRPDR sel
2449         - 36  # NDRPDR sel
2450         - 39  # NDRPDR sel
2451         - 40  # NDRPDR sel
2452         - 42  # NDRPDR sel
2453   reference:
2454     title: "rls1810"
2455     data:
2456       csit-vpp-perf-verify-1810-2n-skx:
2457       - 9   # NDRPDR sel
2458       - 13  # NDRPDR sel
2459       - 14  # NDRPDR sel
2460       - 19  # NDRPDR sel
2461       - 20  # NDRPDR sel
2462       - 21  # NDRPDR sel
2463       - 22  # NDRPDR sel
2464       - 23  # NDRPDR sel
2465       - 24  # NDRPDR sel
2466       - 27  # NDRPDR sel
2467   compare:
2468     title: "rls1901"
2469     data:
2470       # TODO: Add new data:
2471       csit-vpp-perf-verify-1901-2n-skx:
2472       - 5   # NDRPDR sel
2473       - 12  # NDRPDR sel
2474       - 13  # NDRPDR sel
2475       - 16  # NDRPDR sel fails
2476       - 21  # NDRPDR sel
2477       - 23  # NDRPDR sel
2478       - 31  # NDRPDR sel
2479       - 34  # NDRPDR sel
2480   data: "vpp-performance-changes-2n-skx"
2481   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2482   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2483   parameters:
2484   - "name"
2485   - "parent"
2486   - "throughput"
2487
2488 # VPP Performance Changes 2n-skx 2t1c ndr
2489 -
2490   type: "table"
2491   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2492   algorithm: "table_performance_comparison"
2493   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2494   history:
2495     - title: "rls1807"
2496       data:
2497         csit-vpp-perf-verify-1807-2n-skx:
2498         - 26  # NDRPDR sel
2499         - 28  # NDRPDR sel
2500         - 29  # NDRPDR sel
2501         - 30  # NDRPDR sel
2502         - 34  # NDRPDR sel
2503         - 35  # NDRPDR sel
2504         - 36  # NDRPDR sel
2505         - 39  # NDRPDR sel
2506         - 40  # NDRPDR sel
2507         - 42  # NDRPDR sel
2508   reference:
2509     title: "rls1810"
2510     data:
2511       csit-vpp-perf-verify-1810-2n-skx:
2512       - 9   # NDRPDR sel
2513       - 13  # NDRPDR sel
2514       - 14  # NDRPDR sel
2515       - 19  # NDRPDR sel
2516       - 20  # NDRPDR sel
2517       - 21  # NDRPDR sel
2518       - 22  # NDRPDR sel
2519       - 23  # NDRPDR sel
2520       - 24  # NDRPDR sel
2521       - 27  # NDRPDR sel
2522   compare:
2523     title: "rls1901"
2524     data:
2525       # TODO: Add new data:
2526       csit-vpp-perf-verify-1901-2n-skx:
2527       - 5   # NDRPDR sel
2528       - 12  # NDRPDR sel
2529       - 13  # NDRPDR sel
2530       - 16  # NDRPDR sel fails
2531       - 21  # NDRPDR sel
2532       - 23  # NDRPDR sel
2533       - 31  # NDRPDR sel
2534       - 34  # NDRPDR sel
2535   data: "vpp-performance-changes-2n-skx"
2536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2537   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2538   parameters:
2539   - "name"
2540   - "parent"
2541   - "throughput"
2542
2543 # VPP Performance Changes 2n-skx 4t2c ndr
2544 -
2545   type: "table"
2546   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2547   algorithm: "table_performance_comparison"
2548   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2549   history:
2550     - title: "rls1807"
2551       data:
2552         csit-vpp-perf-verify-1807-2n-skx:
2553         - 26  # NDRPDR sel
2554         - 28  # NDRPDR sel
2555         - 29  # NDRPDR sel
2556         - 30  # NDRPDR sel
2557         - 34  # NDRPDR sel
2558         - 35  # NDRPDR sel
2559         - 36  # NDRPDR sel
2560         - 39  # NDRPDR sel
2561         - 40  # NDRPDR sel
2562         - 42  # NDRPDR sel
2563   reference:
2564     title: "rls1810"
2565     data:
2566       csit-vpp-perf-verify-1810-2n-skx:
2567       - 9   # NDRPDR sel
2568       - 13  # NDRPDR sel
2569       - 14  # NDRPDR sel
2570       - 19  # NDRPDR sel
2571       - 20  # NDRPDR sel
2572       - 21  # NDRPDR sel
2573       - 22  # NDRPDR sel
2574       - 23  # NDRPDR sel
2575       - 24  # NDRPDR sel
2576       - 27  # NDRPDR sel
2577   compare:
2578     title: "rls1901"
2579     data:
2580       # TODO: Add new data:
2581       csit-vpp-perf-verify-1901-2n-skx:
2582       - 5   # NDRPDR sel
2583       - 12  # NDRPDR sel
2584       - 13  # NDRPDR sel
2585       - 16  # NDRPDR sel fails
2586       - 21  # NDRPDR sel
2587       - 23  # NDRPDR sel
2588       - 31  # NDRPDR sel
2589       - 34  # NDRPDR sel
2590   data: "vpp-performance-changes-2n-skx"
2591   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2592   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2593   parameters:
2594   - "name"
2595   - "parent"
2596   - "throughput"
2597
2598 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2599 -
2600   type: "table"
2601   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2602   algorithm: "table_performance_comparison"
2603   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2604   reference:
2605     title: "3-Node Hsw"
2606     data:
2607       # TODO: Add new data:
2608       csit-vpp-perf-verify-1901-3n-hsw:
2609       - 10  # NDRPDR sel
2610       - 18  # NDRPDR sel F
2611       - 19  # NDRPDR sel
2612       - 31  # NDRPDR sel
2613       - 36  # NDRPDR sel
2614   compare:
2615     title: "3-Node Skx"
2616     data:
2617       # TODO: Add new data:
2618       csit-vpp-perf-verify-1901-3n-skx:
2619       - 18  # NDRPDR sel
2620       - 19  # NDRPDR sel
2621       - 20  # NDRPDR sel
2622       - 28  # NDRPDR sel
2623       - 31  # NDRPDR sel
2624       - 33  # NDRPDR sel
2625       - 36  # NDRPDR sel
2626       - 38  # NDRPDR sel
2627   data: "vpp-compare-testbeds"
2628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2629   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2630   parameters:
2631   - "name"
2632   - "parent"
2633   - "throughput"
2634
2635 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2636 -
2637   type: "table"
2638   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2639   algorithm: "table_performance_comparison"
2640   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2641   reference:
2642     title: "3-Node Hsw"
2643     data:
2644       # TODO: Add new data:
2645       csit-vpp-perf-verify-1901-3n-hsw:
2646       - 10  # NDRPDR sel
2647       - 18  # NDRPDR sel F
2648       - 19  # NDRPDR sel
2649       - 31  # NDRPDR sel
2650       - 36  # NDRPDR sel
2651   compare:
2652     title: "3-Node Skx"
2653     data:
2654       # TODO: Add new data:
2655       csit-vpp-perf-verify-1901-3n-skx:
2656       - 18  # NDRPDR sel
2657       - 19  # NDRPDR sel
2658       - 20  # NDRPDR sel
2659       - 28  # NDRPDR sel
2660       - 31  # NDRPDR sel
2661       - 33  # NDRPDR sel
2662       - 36  # NDRPDR sel
2663       - 38  # NDRPDR sel
2664   data: "vpp-compare-testbeds"
2665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2666   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2667   parameters:
2668   - "name"
2669   - "parent"
2670   - "throughput"
2671
2672 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2673 -
2674   type: "table"
2675   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2676   algorithm: "table_performance_comparison"
2677   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2678   reference:
2679     title: "3-Node Hsw"
2680     data:
2681       # TODO: Add new data:
2682       csit-vpp-perf-verify-1901-3n-hsw:
2683       - 10  # NDRPDR sel
2684       - 18  # NDRPDR sel F
2685       - 19  # NDRPDR sel
2686       - 31  # NDRPDR sel
2687       - 36  # NDRPDR sel
2688   compare:
2689     title: "3-Node Skx"
2690     data:
2691       # TODO: Add new data:
2692       csit-vpp-perf-verify-1901-3n-skx:
2693       - 18  # NDRPDR sel
2694       - 19  # NDRPDR sel
2695       - 20  # NDRPDR sel
2696       - 28  # NDRPDR sel
2697       - 31  # NDRPDR sel
2698       - 33  # NDRPDR sel
2699       - 36  # NDRPDR sel
2700       - 38  # NDRPDR sel
2701   data: "vpp-compare-testbeds"
2702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2703   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2704   parameters:
2705   - "name"
2706   - "parent"
2707   - "throughput"
2708
2709 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2710 -
2711   type: "table"
2712   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2713   algorithm: "table_performance_comparison"
2714   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2715   reference:
2716     title: "3-Node Hsw"
2717     data:
2718       # TODO: Add new data:
2719       csit-vpp-perf-verify-1901-3n-hsw:
2720       - 10  # NDRPDR sel
2721       - 18  # NDRPDR sel F
2722       - 19  # NDRPDR sel
2723       - 31  # NDRPDR sel
2724       - 36  # NDRPDR sel
2725   compare:
2726     title: "3-Node Skx"
2727     data:
2728       # TODO: Add new data:
2729       csit-vpp-perf-verify-1901-3n-skx:
2730       - 18  # NDRPDR sel
2731       - 19  # NDRPDR sel
2732       - 20  # NDRPDR sel
2733       - 28  # NDRPDR sel
2734       - 31  # NDRPDR sel
2735       - 33  # NDRPDR sel
2736       - 36  # NDRPDR sel
2737       - 38  # NDRPDR sel
2738   data: "vpp-compare-testbeds"
2739   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2740   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2741   parameters:
2742   - "name"
2743   - "parent"
2744   - "throughput"
2745
2746 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2747 -
2748   type: "table"
2749   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2750   algorithm: "table_performance_comparison"
2751   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2752   reference:
2753     title: "3-Node Skx"
2754     data:
2755       # TODO: Add new data:
2756       csit-vpp-perf-verify-1901-3n-skx:
2757       - 18  # NDRPDR sel
2758       - 19  # NDRPDR sel
2759       - 20  # NDRPDR sel
2760       - 28  # NDRPDR sel
2761       - 31  # NDRPDR sel
2762       - 33  # NDRPDR sel
2763       - 36  # NDRPDR sel
2764       - 38  # NDRPDR sel
2765   compare:
2766     title: "2-Node Skx"
2767     data:
2768       # TODO: Add new data:
2769       csit-vpp-perf-verify-1901-2n-skx:
2770       - 5   # NDRPDR sel
2771       - 12  # NDRPDR sel
2772       - 13  # NDRPDR sel
2773       - 16  # NDRPDR sel fails
2774       - 21  # NDRPDR sel
2775       - 23  # NDRPDR sel
2776       - 31  # NDRPDR sel
2777       - 34  # NDRPDR sel
2778   data: "vpp-compare-topologies"
2779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2780   filter: "'NDRPDR' and '1C'"
2781   parameters:
2782   - "name"
2783   - "parent"
2784   - "throughput"
2785
2786 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2787 -
2788   type: "table"
2789   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2790   algorithm: "table_performance_comparison"
2791   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2792   reference:
2793     title: "3-Node Skx"
2794     data:
2795       # TODO: Add new data:
2796       csit-vpp-perf-verify-1901-3n-skx:
2797       - 18  # NDRPDR sel
2798       - 19  # NDRPDR sel
2799       - 20  # NDRPDR sel
2800       - 28  # NDRPDR sel
2801       - 31  # NDRPDR sel
2802       - 33  # NDRPDR sel
2803       - 36  # NDRPDR sel
2804       - 38  # NDRPDR sel
2805   compare:
2806     title: "2-Node Skx"
2807     data:
2808       # TODO: Add new data:
2809       csit-vpp-perf-verify-1901-2n-skx:
2810       - 5   # NDRPDR sel
2811       - 12  # NDRPDR sel
2812       - 13  # NDRPDR sel
2813       - 16  # NDRPDR sel fails
2814       - 21  # NDRPDR sel
2815       - 23  # NDRPDR sel
2816       - 31  # NDRPDR sel
2817       - 34  # NDRPDR sel
2818   data: "vpp-compare-topologies"
2819   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2820   filter: "'NDRPDR' and '2C'"
2821   parameters:
2822   - "name"
2823   - "parent"
2824   - "throughput"
2825
2826 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2827 -
2828   type: "table"
2829   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2830   algorithm: "table_performance_comparison"
2831   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2832   reference:
2833     title: "3-Node Skx"
2834     data:
2835       # TODO: Add new data:
2836       csit-vpp-perf-verify-1901-3n-skx:
2837       - 18  # NDRPDR sel
2838       - 19  # NDRPDR sel
2839       - 20  # NDRPDR sel
2840       - 28  # NDRPDR sel
2841       - 31  # NDRPDR sel
2842       - 33  # NDRPDR sel
2843       - 36  # NDRPDR sel
2844       - 38  # NDRPDR sel
2845   compare:
2846     title: "2-Node Skx"
2847     data:
2848       # TODO: Add new data:
2849       csit-vpp-perf-verify-1901-2n-skx:
2850       - 5   # NDRPDR sel
2851       - 12  # NDRPDR sel
2852       - 13  # NDRPDR sel
2853       - 16  # NDRPDR sel fails
2854       - 21  # NDRPDR sel
2855       - 23  # NDRPDR sel
2856       - 31  # NDRPDR sel
2857       - 34  # NDRPDR sel
2858   data: "vpp-compare-topologies"
2859   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2860   filter: "'NDRPDR' and '1C'"
2861   parameters:
2862   - "name"
2863   - "parent"
2864   - "throughput"
2865
2866 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2867 -
2868   type: "table"
2869   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2870   algorithm: "table_performance_comparison"
2871   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2872   reference:
2873     title: "3-Node Skx"
2874     data:
2875       # TODO: Add new data:
2876       csit-vpp-perf-verify-1901-3n-skx:
2877       - 18  # NDRPDR sel
2878       - 19  # NDRPDR sel
2879       - 20  # NDRPDR sel
2880       - 28  # NDRPDR sel
2881       - 31  # NDRPDR sel
2882       - 33  # NDRPDR sel
2883       - 36  # NDRPDR sel
2884       - 38  # NDRPDR sel
2885   compare:
2886     title: "2-Node Skx"
2887     data:
2888       # TODO: Add new data:
2889       csit-vpp-perf-verify-1901-2n-skx:
2890       - 5   # NDRPDR sel
2891       - 12  # NDRPDR sel
2892       - 13  # NDRPDR sel
2893       - 16  # NDRPDR sel fails
2894       - 21  # NDRPDR sel
2895       - 23  # NDRPDR sel
2896       - 31  # NDRPDR sel
2897       - 34  # NDRPDR sel
2898   data: "vpp-compare-topologies"
2899   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2900   filter: "'NDRPDR' and '2C'"
2901   parameters:
2902   - "name"
2903   - "parent"
2904   - "throughput"
2905
2906 # VPP Performance Changes 3n-hsw 1t1c MRR
2907 -
2908   type: "table"
2909   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2910   algorithm: "table_performance_comparison"
2911   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2912   history:
2913     -
2914       title: "rls1807"
2915       data:
2916         csit-vpp-perf-verify-1807-3n-hsw:
2917         - 8   # MRR full
2918         - 9   # MRR sel
2919         - 21  # MRR sel
2920         - 31  # MRR sel
2921         - 33  # MRR sel
2922         - 36  # MRR sel
2923         - 41  # MRR sel
2924         - 42  # MRR sel
2925         - 48  # MRR sel
2926   reference:
2927     title: "rls1810"
2928     data:
2929       csit-vpp-perf-verify-1810-3n-hsw:
2930       - 9   # MRR sel
2931   compare:
2932     title: "rls1901"
2933     data:
2934       # TODO: Add new data
2935       csit-vpp-perf-verify-1901-3n-hsw:
2936       - 35  # MRR sel
2937   data: "vpp-performance-changes-3n-hsw-mrr"
2938   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2939   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2940   parameters:
2941   - "name"
2942   - "parent"
2943   - "result"
2944
2945 # VPP Performance Changes 3n-hsw 2t2c MRR
2946 -
2947   type: "table"
2948   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2949   algorithm: "table_performance_comparison"
2950   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2951   history:
2952     -
2953       title: "rls1807"
2954       data:
2955         csit-vpp-perf-verify-1807-3n-hsw:
2956         - 8   # MRR full
2957         - 9   # MRR sel
2958         - 21  # MRR sel
2959         - 31  # MRR sel
2960         - 33  # MRR sel
2961         - 36  # MRR sel
2962         - 41  # MRR sel
2963         - 42  # MRR sel
2964         - 48  # MRR sel
2965   reference:
2966     title: "rls1810"
2967     data:
2968       csit-vpp-perf-verify-1810-3n-hsw:
2969       - 9   # MRR sel
2970   compare:
2971     title: "rls1901"
2972     data:
2973       # TODO: Add new data
2974       csit-vpp-perf-verify-1901-3n-hsw:
2975       - 35  # MRR sel
2976   data: "vpp-performance-changes-3n-hsw-mrr"
2977   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2978   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2979   parameters:
2980   - "name"
2981   - "parent"
2982   - "result"
2983
2984 # VPP Performance Changes 3n-hsw 4t4c MRR
2985 -
2986   type: "table"
2987   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2988   algorithm: "table_performance_comparison"
2989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2990   history:
2991     -
2992       title: "rls1807"
2993       data:
2994         csit-vpp-perf-verify-1807-3n-hsw:
2995         - 8   # MRR full
2996         - 9   # MRR sel
2997         - 21  # MRR sel
2998         - 31  # MRR sel
2999         - 33  # MRR sel
3000         - 36  # MRR sel
3001         - 41  # MRR sel
3002         - 42  # MRR sel
3003         - 48  # MRR sel
3004   reference:
3005     title: "rls1810"
3006     data:
3007       csit-vpp-perf-verify-1810-3n-hsw:
3008       - 9   # MRR sel
3009   compare:
3010     title: "rls1901"
3011     data:
3012       # TODO: Add new data
3013       csit-vpp-perf-verify-1901-3n-hsw:
3014       - 35  # MRR sel
3015   data: "vpp-performance-changes-3n-hsw-mrr"
3016   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3017   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3018   parameters:
3019   - "name"
3020   - "parent"
3021   - "result"
3022
3023 # VPP Performance Changes 3n-skx 2t1c MRR
3024 -
3025   type: "table"
3026   title: "VPP Performance Changes 3n-skx 2t1c MRR"
3027   algorithm: "table_performance_comparison"
3028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3029   history:
3030     -
3031       title: "rls1807"
3032       data:
3033         csit-vpp-perf-verify-1807-3n-skx:
3034         - 28  # MRR sel
3035         - 32  # MRR sel
3036         - 36  # MRR sel
3037         - 42  # MRR sel
3038         - 47  # MRR sel
3039         - 48  # MRR sel
3040         - 51  # MRR sel
3041         - 52  # MRR sel
3042         - 53  # MRR sel
3043   reference:
3044     title: "rls1810"
3045     data:
3046       csit-vpp-perf-verify-1810-3n-skx:
3047       - 9   # MRR sel
3048       - 11  # MRR sel
3049       - 12  # MRR sel
3050       - 13  # MRR sel
3051   compare:
3052     title: "rls1901"
3053     data:
3054       # TODO: Add new data
3055       csit-vpp-perf-verify-1901-3n-skx:
3056       - 32  # MRR sel
3057   data: "vpp-performance-changes-3n-skx-mrr"
3058   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3059   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3060   parameters:
3061   - "name"
3062   - "parent"
3063   - "result"
3064
3065 # VPP Performance Changes 3n-skx 4t2c MRR
3066 -
3067   type: "table"
3068   title: "VPP Performance Changes 3n-skx 4t2c MRR"
3069   algorithm: "table_performance_comparison"
3070   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3071   history:
3072     -
3073       title: "rls1807"
3074       data:
3075         csit-vpp-perf-verify-1807-3n-skx:
3076         - 28  # MRR sel
3077         - 32  # MRR sel
3078         - 36  # MRR sel
3079         - 42  # MRR sel
3080         - 47  # MRR sel
3081         - 48  # MRR sel
3082         - 51  # MRR sel
3083         - 52  # MRR sel
3084         - 53  # MRR sel
3085   reference:
3086     title: "rls1810"
3087     data:
3088       csit-vpp-perf-verify-1810-3n-skx:
3089       - 9   # MRR sel
3090       - 11  # MRR sel
3091       - 12  # MRR sel
3092       - 13  # MRR sel
3093   compare:
3094     title: "rls1901"
3095     data:
3096       # TODO: Add new data
3097       csit-vpp-perf-verify-1901-3n-skx:
3098       - 32  # MRR sel
3099   data: "vpp-performance-changes-3n-skx-mrr"
3100   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3101   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3102   parameters:
3103   - "name"
3104   - "parent"
3105   - "result"
3106
3107 # VPP Performance Changes 3n-skx 8t4c MRR
3108 -
3109   type: "table"
3110   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3111   algorithm: "table_performance_comparison"
3112   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3113   history:
3114     -
3115       title: "rls1807"
3116       data:
3117         csit-vpp-perf-verify-1807-3n-skx:
3118         - 28  # MRR sel
3119         - 32  # MRR sel
3120         - 36  # MRR sel
3121         - 42  # MRR sel
3122         - 47  # MRR sel
3123         - 48  # MRR sel
3124         - 51  # MRR sel
3125         - 52  # MRR sel
3126         - 53  # MRR sel
3127   reference:
3128     title: "rls1810"
3129     data:
3130       csit-vpp-perf-verify-1810-3n-skx:
3131       - 9   # MRR sel
3132       - 11  # MRR sel
3133       - 12  # MRR sel
3134       - 13  # MRR sel
3135   compare:
3136     title: "rls1901"
3137     data:
3138       # TODO: Add new data
3139       csit-vpp-perf-verify-1901-3n-skx:
3140       - 32  # MRR sel
3141   data: "vpp-performance-changes-3n-skx-mrr"
3142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3143   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3144   parameters:
3145   - "name"
3146   - "parent"
3147   - "result"
3148
3149 # VPP Performance Changes 2n-skx 2t1c MRR
3150 -
3151   type: "table"
3152   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3153   algorithm: "table_performance_comparison"
3154   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3155   history:
3156     -
3157       title: "rls1807"
3158       data:
3159         csit-vpp-perf-verify-1807-2n-skx:
3160         - 31  # MRR sel
3161         - 33  # MRR sel
3162         - 37  # MRR sel
3163         - 38  # MRR sel
3164         - 41  # MRR sel
3165         - 43  # MRR sel
3166         - 44  # MRR sel
3167         - 45  # MRR sel
3168         - 46  # MRR sel
3169         - 47  # MRR sel
3170   reference:
3171     title: "rls1810"
3172     data:
3173       csit-vpp-perf-verify-1810-2n-skx:
3174       - 8   # MRR sel
3175       - 10  # MRR sel
3176       - 11  # MRR sel
3177       - 12  # MRR sel
3178   compare:
3179     title: "rls1901"
3180     data:
3181       # TODO: Add new data
3182       csit-vpp-perf-verify-1901-2n-skx:
3183       - 22  # MRR sel
3184   data: "vpp-performance-changes-2n-skx-mrr"
3185   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3186   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3187   parameters:
3188   - "name"
3189   - "parent"
3190   - "result"
3191
3192 # VPP Performance Changes 2n-skx 4t2c MRR
3193 -
3194   type: "table"
3195   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3196   algorithm: "table_performance_comparison"
3197   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3198   history:
3199     -
3200       title: "rls1807"
3201       data:
3202         csit-vpp-perf-verify-1807-2n-skx:
3203         - 31  # MRR sel
3204         - 33  # MRR sel
3205         - 37  # MRR sel
3206         - 38  # MRR sel
3207         - 41  # MRR sel
3208         - 43  # MRR sel
3209         - 44  # MRR sel
3210         - 45  # MRR sel
3211         - 46  # MRR sel
3212         - 47  # MRR sel
3213   reference:
3214     title: "rls1810"
3215     data:
3216       csit-vpp-perf-verify-1810-2n-skx:
3217       - 8   # MRR sel
3218       - 10  # MRR sel
3219       - 11  # MRR sel
3220       - 12  # MRR sel
3221   compare:
3222     title: "rls1901"
3223     data:
3224       # TODO: Add new data
3225       csit-vpp-perf-verify-1901-2n-skx:
3226       - 22  # MRR sel
3227   data: "vpp-performance-changes-2n-skx-mrr"
3228   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3229   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3230   parameters:
3231   - "name"
3232   - "parent"
3233   - "result"
3234
3235 # VPP Performance Changes 2n-skx 8t4c MRR
3236 -
3237   type: "table"
3238   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3239   algorithm: "table_performance_comparison"
3240   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3241   history:
3242     -
3243       title: "rls1807"
3244       data:
3245         csit-vpp-perf-verify-1807-2n-skx:
3246         - 31  # MRR sel
3247         - 33  # MRR sel
3248         - 37  # MRR sel
3249         - 38  # MRR sel
3250         - 41  # MRR sel
3251         - 43  # MRR sel
3252         - 44  # MRR sel
3253         - 45  # MRR sel
3254         - 46  # MRR sel
3255         - 47  # MRR sel
3256   reference:
3257     title: "rls1810"
3258     data:
3259       csit-vpp-perf-verify-1810-2n-skx:
3260       - 8   # MRR sel
3261       - 10  # MRR sel
3262       - 11  # MRR sel
3263       - 12  # MRR sel
3264   compare:
3265     title: "rls1901"
3266     data:
3267       # TODO: Add new data
3268       csit-vpp-perf-verify-1901-2n-skx:
3269       - 22  # MRR sel
3270   data: "vpp-performance-changes-2n-skx-mrr"
3271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3272   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3273   parameters:
3274   - "name"
3275   - "parent"
3276   - "result"
3277
3278 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3279 -
3280   type: "table"
3281   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3282   algorithm: "table_performance_comparison"
3283   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3284   reference:
3285     title: "3-Node Hsw"
3286     data:
3287       # TODO: Add new data
3288       csit-vpp-perf-verify-1901-3n-hsw:
3289       - 35  # MRR sel
3290   compare:
3291     title: "3-Node Skx"
3292     data:
3293       # TODO: Add new data
3294       csit-vpp-perf-verify-1901-3n-skx:
3295       - 32  # MRR sel
3296   data: "vpp-compare-testbeds-mrr"
3297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3298   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3299   parameters:
3300   - "name"
3301   - "parent"
3302   - "result"
3303
3304 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3305 -
3306   type: "table"
3307   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3308   algorithm: "table_performance_comparison"
3309   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3310   reference:
3311     title: "3-Node Hsw"
3312     data:
3313       # TODO: Add new data
3314       csit-vpp-perf-verify-1901-3n-hsw:
3315       - 35  # MRR sel
3316   compare:
3317     title: "3-Node Skx"
3318     data:
3319       # TODO: Add new data
3320       csit-vpp-perf-verify-1901-3n-skx:
3321       - 32  # MRR sel
3322   data: "vpp-compare-testbeds-mrr"
3323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3324   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3325   parameters:
3326   - "name"
3327   - "parent"
3328   - "result"
3329
3330 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3331 -
3332   type: "table"
3333   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3334   algorithm: "table_performance_comparison"
3335   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3336   reference:
3337     title: "3-Node Hsw"
3338     data:
3339       # TODO: Add new data
3340       csit-vpp-perf-verify-1901-3n-hsw:
3341       - 35  # MRR sel
3342   compare:
3343     title: "3-Node Skx"
3344     data:
3345       # TODO: Add new data
3346       csit-vpp-perf-verify-1901-3n-skx:
3347       - 32  # MRR sel
3348   data: "vpp-compare-testbeds-mrr"
3349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3350   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3351   parameters:
3352   - "name"
3353   - "parent"
3354   - "result"
3355
3356 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3357 -
3358   type: "table"
3359   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3360   algorithm: "table_performance_comparison"
3361   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3362   reference:
3363     title: "3-Node Skx"
3364     data:
3365       # TODO: Add new data
3366       csit-vpp-perf-verify-1901-3n-skx:
3367       - 32  # MRR sel
3368   compare:
3369     title: "2-Node Skx"
3370     data:
3371       # TODO: Add new data
3372       csit-vpp-perf-verify-1901-2n-skx:
3373       - 22  # MRR sel
3374   data: "vpp-compare-topologies-mrr"
3375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3376   filter: "'MRR' and '1C'"
3377   parameters:
3378   - "name"
3379   - "parent"
3380   - "result"
3381
3382 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3383 -
3384   type: "table"
3385   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3386   algorithm: "table_performance_comparison"
3387   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3388   reference:
3389     title: "3-Node Skx"
3390     data:
3391       # TODO: Add new data
3392       csit-vpp-perf-verify-1901-3n-skx:
3393       - 32  # MRR sel
3394   compare:
3395     title: "2-Node Skx"
3396     data:
3397       # TODO: Add new data
3398       csit-vpp-perf-verify-1901-2n-skx:
3399       - 22  # MRR sel
3400   data: "vpp-compare-topologies-mrr"
3401   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3402   filter: "'MRR' and '2C'"
3403   parameters:
3404   - "name"
3405   - "parent"
3406   - "result"
3407
3408 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3409 -
3410   type: "table"
3411   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3412   algorithm: "table_performance_comparison"
3413   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3414   reference:
3415     title: "3-Node Skx"
3416     data:
3417       # TODO: Add new data
3418       csit-vpp-perf-verify-1901-3n-skx:
3419       - 32  # MRR sel
3420   compare:
3421     title: "2-Node Skx"
3422     data:
3423       # TODO: Add new data
3424       csit-vpp-perf-verify-1901-2n-skx:
3425       - 22  # MRR sel
3426   data: "vpp-compare-topologies-mrr"
3427   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3428   filter: "'MRR' and '4C'"
3429   parameters:
3430   - "name"
3431   - "parent"
3432   - "result"
3433
3434 # Detailed Test Results - VPP Performance Results 3n-hsw
3435 -
3436   type: "table"
3437   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3438   algorithm: "table_merged_details"
3439   output-file-ext: ".csv"
3440   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3441   columns:
3442   -
3443     title: "Name"
3444     data: "data name"
3445   -
3446     title: "Status"
3447     data: "data msg"
3448   rows: "generated"
3449   data: "vpp-perf-results-3n-hsw"
3450   filter: "not 'NDRCHK' and not 'PDRCHK'"
3451   parameters:
3452   - "name"
3453   - "parent"
3454   - "msg"
3455
3456 # Detailed Test Results - VPP Performance Results 3n-skx
3457 -
3458   type: "table"
3459   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3460   algorithm: "table_merged_details"
3461   output-file-ext: ".csv"
3462   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3463   columns:
3464   -
3465     title: "Name"
3466     data: "data name"
3467   -
3468     title: "Status"
3469     data: "data msg"
3470   rows: "generated"
3471   data: "vpp-perf-results-3n-skx"
3472   filter: "not 'NDRCHK' and not 'PDRCHK'"
3473   parameters:
3474   - "name"
3475   - "parent"
3476   - "msg"
3477
3478 # Detailed Test Results - VPP Performance Results 2n-skx
3479 -
3480   type: "table"
3481   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3482   algorithm: "table_merged_details"
3483   output-file-ext: ".csv"
3484   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3485   columns:
3486   -
3487     title: "Name"
3488     data: "data name"
3489   -
3490     title: "Status"
3491     data: "data msg"
3492   rows: "generated"
3493   data: "vpp-perf-results-2n-skx"
3494   filter: "not 'NDRCHK' and not 'PDRCHK'"
3495   parameters:
3496   - "name"
3497   - "parent"
3498   - "msg"
3499
3500 # Detailed Test Results - VPP Performance Results 2n-dnv
3501 -
3502   type: "table"
3503   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3504   algorithm: "table_details"
3505   output-file-ext: ".csv"
3506   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3507   columns:
3508   -
3509     title: "Name"
3510     data: "data name"
3511   -
3512     title: "Status"
3513     data: "data msg"
3514   rows: "generated"
3515   data: "intel-dnv-vpp"
3516   filter: "'NDRPDR'"
3517   parameters:
3518   - "name"
3519   - "parent"
3520   - "msg"
3521
3522 # Test configuration - VPP Performance Test Configs 3n-hsw
3523 -
3524   type: "table"
3525   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3526   algorithm: "table_merged_details"
3527   output-file-ext: ".csv"
3528   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3529   columns:
3530   -
3531     title: "Name"
3532     data: "data name"
3533   -
3534     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3535     data: "data vat-history"
3536   rows: "generated"
3537   data: "vpp-perf-results-3n-hsw"
3538   filter: "not 'NDRCHK' and not 'PDRCHK'"
3539   parameters:
3540   - "parent"
3541   - "name"
3542   - "vat-history"
3543
3544 # Test configuration - VPP Performance Test Configs 3n-skx
3545 -
3546   type: "table"
3547   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3548   algorithm: "table_merged_details"
3549   output-file-ext: ".csv"
3550   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3551   columns:
3552   -
3553     title: "Name"
3554     data: "data name"
3555   -
3556     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3557     data: "data vat-history"
3558   rows: "generated"
3559   data: "vpp-perf-results-3n-skx"
3560   filter: "not 'NDRCHK' and not 'PDRCHK'"
3561   parameters:
3562   - "parent"
3563   - "name"
3564   - "vat-history"
3565
3566 # Test configuration - VPP Performance Test Configs 2n-skx
3567 -
3568   type: "table"
3569   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3570   algorithm: "table_merged_details"
3571   output-file-ext: ".csv"
3572   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3573   columns:
3574   -
3575     title: "Name"
3576     data: "data name"
3577   -
3578     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3579     data: "data vat-history"
3580   rows: "generated"
3581   data: "vpp-perf-results-2n-skx"
3582   filter: "not 'NDRCHK' and not 'PDRCHK'"
3583   parameters:
3584   - "parent"
3585   - "name"
3586   - "vat-history"
3587
3588 # Test configuration - VPP Performance Test Configs 2n-dnv
3589 -
3590   type: "table"
3591   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3592   algorithm: "table_details"
3593   output-file-ext: ".csv"
3594   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3595   columns:
3596   -
3597     title: "Name"
3598     data: "data name"
3599   -
3600     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3601     data: "data vat-history"
3602   rows: "generated"
3603   data: "intel-dnv-vpp"
3604   filter: "'NDRPDR'"
3605   parameters:
3606   - "parent"
3607   - "name"
3608   - "vat-history"
3609
3610 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3611 -
3612   type: "table"
3613   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3614   algorithm: "table_merged_details"
3615   output-file-ext: ".csv"
3616   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3617   columns:
3618   -
3619     title: "Name"
3620     data: "data name"
3621   -
3622     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3623     data: "data show-run"
3624   rows: "generated"
3625   data: "vpp-perf-results-3n-hsw"
3626   filter: "not 'NDRCHK' and not 'PDRCHK'"
3627   parameters:
3628   - "parent"
3629   - "name"
3630   - "show-run"
3631
3632 # Test Operational Data - VPP Performance Operational Data 3n-skx
3633 -
3634   type: "table"
3635   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3636   algorithm: "table_merged_details"
3637   output-file-ext: ".csv"
3638   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3639   columns:
3640   -
3641     title: "Name"
3642     data: "data name"
3643   -
3644     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3645     data: "data show-run"
3646   rows: "generated"
3647   data: "vpp-perf-results-3n-skx"
3648   filter: "not 'NDRCHK' and not 'PDRCHK'"
3649   parameters:
3650   - "parent"
3651   - "name"
3652   - "show-run"
3653
3654 # Test Operational Data - VPP Performance Operational Data 2n-skx
3655 -
3656   type: "table"
3657   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3658   algorithm: "table_merged_details"
3659   output-file-ext: ".csv"
3660   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3661   columns:
3662   -
3663     title: "Name"
3664     data: "data name"
3665   -
3666     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3667     data: "data show-run"
3668   rows: "generated"
3669   data: "vpp-perf-results-2n-skx"
3670   filter: "not 'NDRCHK' and not 'PDRCHK'"
3671   parameters:
3672   - "parent"
3673   - "name"
3674   - "show-run"
3675
3676 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3677 -
3678   type: "table"
3679   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3680   algorithm: "table_details"
3681   output-file-ext: ".csv"
3682   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3683   columns:
3684   -
3685     title: "Name"
3686     data: "data name"
3687   -
3688     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3689     data: "data show-run"
3690   rows: "generated"
3691   data: "intel-dnv-vpp"
3692   filter: "'NDRPDR'"
3693   parameters:
3694   - "parent"
3695   - "name"
3696   - "show-run"
3697
3698 # Detailed Test Results - VPP MRR Results 3n-hsw
3699 -
3700   type: "table"
3701   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3702   algorithm: "table_details"
3703   output-file-ext: ".csv"
3704   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3705   columns:
3706   -
3707     title: "Name"
3708     data: "data name"
3709   -
3710     title: "Status"
3711     data: "data msg"
3712   rows: "generated"
3713   data: "vpp-mrr-results-3n-hsw"
3714   filter: "'MRR'"
3715   parameters:
3716   - "name"
3717   - "parent"
3718   - "msg"
3719
3720 # Detailed Test Results - VPP MRR Results 3n-skx
3721 -
3722   type: "table"
3723   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3724   algorithm: "table_details"
3725   output-file-ext: ".csv"
3726   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3727   columns:
3728   -
3729     title: "Name"
3730     data: "data name"
3731   -
3732     title: "Status"
3733     data: "data msg"
3734   rows: "generated"
3735   data: "vpp-mrr-results-3n-skx"
3736   filter: "'MRR'"
3737   parameters:
3738   - "name"
3739   - "parent"
3740   - "msg"
3741
3742 # Detailed Test Results - VPP MRR Results 2n-skx
3743 -
3744   type: "table"
3745   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3746   algorithm: "table_details"
3747   output-file-ext: ".csv"
3748   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3749   columns:
3750   -
3751     title: "Name"
3752     data: "data name"
3753   -
3754     title: "Status"
3755     data: "data msg"
3756   rows: "generated"
3757   data: "vpp-mrr-results-2n-skx"
3758   filter: "'MRR'"
3759   parameters:
3760   - "name"
3761   - "parent"
3762   - "msg"
3763
3764 # Detailed Test Results - VPP MRR Results 2n-dnv
3765 -
3766   type: "table"
3767   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3768   algorithm: "table_details"
3769   output-file-ext: ".csv"
3770   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3771   columns:
3772   -
3773     title: "Name"
3774     data: "data name"
3775   -
3776     title: "Status"
3777     data: "data msg"
3778   rows: "generated"
3779   data: "intel-dnv-vpp"
3780   filter: "'MRR'"
3781   parameters:
3782   - "name"
3783   - "parent"
3784   - "msg"
3785
3786 # Test configuration - VPP MRR Test Configs 3n-hsw
3787 -
3788   type: "table"
3789   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3790   algorithm: "table_details"
3791   output-file-ext: ".csv"
3792   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3793   columns:
3794   -
3795     title: "Name"
3796     data: "data name"
3797   -
3798     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3799     data: "data vat-history"
3800   rows: "generated"
3801   data: "vpp-mrr-results-3n-hsw"
3802   filter: "'MRR'"
3803   parameters:
3804   - "parent"
3805   - "name"
3806   - "vat-history"
3807
3808 # Test configuration - VPP MRR Test Configs 3n-skx
3809 -
3810   type: "table"
3811   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3812   algorithm: "table_details"
3813   output-file-ext: ".csv"
3814   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3815   columns:
3816   -
3817     title: "Name"
3818     data: "data name"
3819   -
3820     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3821     data: "data vat-history"
3822   rows: "generated"
3823   data: "vpp-mrr-results-3n-skx"
3824   filter: "'MRR'"
3825   parameters:
3826   - "parent"
3827   - "name"
3828   - "vat-history"
3829
3830 # Test configuration - VPP MRR Test Configs 2n-skx
3831 -
3832   type: "table"
3833   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3834   algorithm: "table_details"
3835   output-file-ext: ".csv"
3836   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3837   columns:
3838   -
3839     title: "Name"
3840     data: "data name"
3841   -
3842     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3843     data: "data vat-history"
3844   rows: "generated"
3845   data: "vpp-mrr-results-2n-skx"
3846   filter: "'MRR'"
3847   parameters:
3848   - "parent"
3849   - "name"
3850   - "vat-history"
3851
3852 # Test configuration - VPP MRR Test Configs 2n-dnv
3853 -
3854   type: "table"
3855   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3856   algorithm: "table_details"
3857   output-file-ext: ".csv"
3858   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3859   columns:
3860   -
3861     title: "Name"
3862     data: "data name"
3863   -
3864     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3865     data: "data vat-history"
3866   rows: "generated"
3867   data: "intel-dnv-vpp"
3868   filter: "'MRR'"
3869   parameters:
3870   - "parent"
3871   - "name"
3872   - "vat-history"
3873
3874 # Detailed Test Results - VPP Functional Results - Ubuntu
3875 -
3876   type: "table"
3877   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3878   algorithm: "table_details"
3879   output-file-ext: ".csv"
3880   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3881   columns:
3882   -
3883     title: "Name"
3884     data: "data name"
3885   -
3886     title: "Documentation"
3887     data: "data doc"
3888   -
3889     title: "Status"
3890     data: "data status"
3891   rows: "generated"
3892   data: "vpp-func-results-ubuntu"
3893   filter: "all"
3894   parameters:
3895   - "name"
3896   - "parent"
3897   - "doc"
3898   - "status"
3899
3900 # Detailed Test Results - VPP Functional Results - CentOS
3901 -
3902   type: "table"
3903   title: "Detailed Test Results - VPP Functional Results - CentOS"
3904   algorithm: "table_details"
3905   output-file-ext: ".csv"
3906   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3907   columns:
3908   -
3909     title: "Name"
3910     data: "data name"
3911   -
3912     title: "Documentation"
3913     data: "data doc"
3914   -
3915     title: "Status"
3916     data: "data status"
3917   rows: "generated"
3918   data:
3919     "vpp-func-results-centos"
3920   filter: "all"
3921   parameters:
3922   - "name"
3923   - "parent"
3924   - "doc"
3925   - "status"
3926
3927 # Test configuration - VPP Functional Test Configs - Ubuntu
3928 -
3929   type: "table"
3930   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3931   algorithm: "table_details"
3932   output-file-ext: ".csv"
3933   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3934   columns:
3935   -
3936     title: "Name"
3937     data: "data name"
3938   -
3939     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3940     data: "data vat-history"
3941   rows: "generated"
3942   data: "vpp-func-results-ubuntu"
3943   filter: "all"
3944   parameters:
3945   - "parent"
3946   - "name"
3947   - "vat-history"
3948
3949 # Test configuration - VPP Functional Test Configs - CentOS
3950 -
3951   type: "table"
3952   title: "Test configuration - VPP Functional Test Configs - CentOS"
3953   algorithm: "table_details"
3954   output-file-ext: ".csv"
3955   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3956   columns:
3957   -
3958     title: "Name"
3959     data: "data name"
3960   -
3961     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3962     data: "data vat-history"
3963   rows: "generated"
3964   data: "vpp-func-results-centos"
3965   filter: "all"
3966   parameters:
3967   - "parent"
3968   - "name"
3969   - "vat-history"
3970
3971 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3972 -
3973   type: "table"
3974   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3975   algorithm: "table_details"
3976   output-file-ext: ".csv"
3977   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3978   columns:
3979   -
3980     title: "Name"
3981     data: "data name"
3982   -
3983     title: "Status"
3984     data: "data msg"
3985   rows: "generated"
3986   data: "ligato-perf-results-3n-hsw"
3987   filter: "all"
3988   parameters:
3989   - "name"
3990   - "parent"
3991   - "msg"
3992
3993 # Detailed Test Results - VPP Device Results - Ubuntu
3994 -
3995   type: "table"
3996   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3997   algorithm: "table_details"
3998   output-file-ext: ".csv"
3999   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4000   columns:
4001   -
4002     title: "Name"
4003     data: "data name"
4004   -
4005     title: "Documentation"
4006     data: "data doc"
4007   -
4008     title: "Status"
4009     data: "data status"
4010   rows: "generated"
4011   data: "vpp-device-results-ubuntu"
4012   filter: "all"
4013   parameters:
4014   - "name"
4015   - "parent"
4016   - "doc"
4017   - "status"
4018
4019 # Test configuration - VPP Device Test Configs - Ubuntu
4020 -
4021   type: "table"
4022   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4023   algorithm: "table_details"
4024   output-file-ext: ".csv"
4025   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4026   columns:
4027   -
4028     title: "Name"
4029     data: "data name"
4030   -
4031     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
4032     data: "data vat-history"
4033   rows: "generated"
4034   data: "vpp-device-results-ubuntu"
4035   filter: "all"
4036   parameters:
4037   - "parent"
4038   - "name"
4039   - "vat-history"
4040
4041 ################################################################################
4042
4043 # DPDK Performance Changes 3n-hsw 1t1c pdr
4044 -
4045   type: "table"
4046   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4047   algorithm: "table_performance_comparison"
4048   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4049   history:
4050     -
4051       title: "rls1807"
4052       data:
4053         csit-dpdk-perf-verify-1807-3n-hsw:
4054         - 11
4055         - 12  # full
4056         - 14
4057         - 15
4058         - 16
4059         - 17
4060         - 20
4061         - 21
4062         - 22
4063         - 23
4064   reference:
4065     title: "rls1810"
4066     data:
4067       csit-dpdk-perf-verify-1810-3n-hsw:
4068       - 1   # NDRPDR sel
4069       - 2   # NDRPDR sel
4070       - 3   # NDRPDR sel
4071       - 4   # NDRPDR sel
4072       - 5   # NDRPDR sel
4073       - 6   # NDRPDR sel
4074       - 7   # NDRPDR sel
4075       - 8   # NDRPDR sel
4076       - 9   # NDRPDR sel
4077       - 10  # NDRPDR sel
4078   compare:
4079     title: "rls1901"
4080     data:
4081       csit-dpdk-perf-verify-1901-3n-hsw:
4082       - 3   # NDRPDR sel
4083       - 4   # NDRPDR sel
4084       - 5   # NDRPDR sel
4085       - 6   # NDRPDR sel
4086       - 7   # NDRPDR sel
4087       - 8   # NDRPDR sel
4088       - 9   # NDRPDR sel
4089       - 10  # NDRPDR sel
4090       - 11  # NDRPDR sel
4091       - 12  # NDRPDR sel
4092   data: "dpdk-performance-changes-3n-hsw"
4093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4094   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4095   parameters:
4096   - "name"
4097   - "parent"
4098   - "throughput"
4099
4100 # DPDK Performance Changes 3n-hsw 2t2c pdr
4101 -
4102   type: "table"
4103   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4104   algorithm: "table_performance_comparison"
4105   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4106   history:
4107     -
4108       title: "rls1807"
4109       data:
4110         csit-dpdk-perf-verify-1807-3n-hsw:
4111         - 11
4112         - 12  # full
4113         - 14
4114         - 15
4115         - 16
4116         - 17
4117         - 20
4118         - 21
4119         - 22
4120         - 23
4121   reference:
4122     title: "rls1810"
4123     data:
4124       csit-dpdk-perf-verify-1810-3n-hsw:
4125       - 1   # NDRPDR sel
4126       - 2   # NDRPDR sel
4127       - 3   # NDRPDR sel
4128       - 4   # NDRPDR sel
4129       - 5   # NDRPDR sel
4130       - 6   # NDRPDR sel
4131       - 7   # NDRPDR sel
4132       - 8   # NDRPDR sel
4133       - 9   # NDRPDR sel
4134       - 10  # NDRPDR sel
4135   compare:
4136     title: "rls1901"
4137     data:
4138       csit-dpdk-perf-verify-1901-3n-hsw:
4139       - 3   # NDRPDR sel
4140       - 4   # NDRPDR sel
4141       - 5   # NDRPDR sel
4142       - 6   # NDRPDR sel
4143       - 7   # NDRPDR sel
4144       - 8   # NDRPDR sel
4145       - 9   # NDRPDR sel
4146       - 10  # NDRPDR sel
4147       - 11  # NDRPDR sel
4148       - 12  # NDRPDR sel
4149   data: "dpdk-performance-changes-3n-hsw"
4150   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4151   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4152   parameters:
4153   - "name"
4154   - "parent"
4155   - "throughput"
4156
4157 # DPDK Performance Changes 3n-hsw 1t1c ndr
4158 -
4159   type: "table"
4160   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4161   algorithm: "table_performance_comparison"
4162   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4163   history:
4164     -
4165       title: "rls1807"
4166       data:
4167         csit-dpdk-perf-verify-1807-3n-hsw:
4168         - 11
4169         - 12  # full
4170         - 14
4171         - 15
4172         - 16
4173         - 17
4174         - 20
4175         - 21
4176         - 22
4177         - 23
4178   reference:
4179     title: "rls1810"
4180     data:
4181       csit-dpdk-perf-verify-1810-3n-hsw:
4182       - 1   # NDRPDR sel
4183       - 2   # NDRPDR sel
4184       - 3   # NDRPDR sel
4185       - 4   # NDRPDR sel
4186       - 5   # NDRPDR sel
4187       - 6   # NDRPDR sel
4188       - 7   # NDRPDR sel
4189       - 8   # NDRPDR sel
4190       - 9   # NDRPDR sel
4191       - 10  # NDRPDR sel
4192   compare:
4193     title: "rls1901"
4194     data:
4195       csit-dpdk-perf-verify-1901-3n-hsw:
4196       - 3   # NDRPDR sel
4197       - 4   # NDRPDR sel
4198       - 5   # NDRPDR sel
4199       - 6   # NDRPDR sel
4200       - 7   # NDRPDR sel
4201       - 8   # NDRPDR sel
4202       - 9   # NDRPDR sel
4203       - 10  # NDRPDR sel
4204       - 11  # NDRPDR sel
4205       - 12  # NDRPDR sel
4206   data: "dpdk-performance-changes-3n-hsw"
4207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4208   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4209   parameters:
4210   - "name"
4211   - "parent"
4212   - "throughput"
4213
4214 # DPDK Performance Changes 3n-hsw 2t2c ndr
4215 -
4216   type: "table"
4217   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4218   algorithm: "table_performance_comparison"
4219   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4220   history:
4221     -
4222       title: "rls1807"
4223       data:
4224         csit-dpdk-perf-verify-1807-3n-hsw:
4225         - 11
4226         - 12  # full
4227         - 14
4228         - 15
4229         - 16
4230         - 17
4231         - 20
4232         - 21
4233         - 22
4234         - 23
4235   reference:
4236     title: "rls1810"
4237     data:
4238       csit-dpdk-perf-verify-1810-3n-hsw:
4239       - 1   # NDRPDR sel
4240       - 2   # NDRPDR sel
4241       - 3   # NDRPDR sel
4242       - 4   # NDRPDR sel
4243       - 5   # NDRPDR sel
4244       - 6   # NDRPDR sel
4245       - 7   # NDRPDR sel
4246       - 8   # NDRPDR sel
4247       - 9   # NDRPDR sel
4248       - 10  # NDRPDR sel
4249   compare:
4250     title: "rls1901"
4251     data:
4252       csit-dpdk-perf-verify-1901-3n-hsw:
4253       - 3   # NDRPDR sel
4254       - 4   # NDRPDR sel
4255       - 5   # NDRPDR sel
4256       - 6   # NDRPDR sel
4257       - 7   # NDRPDR sel
4258       - 8   # NDRPDR sel
4259       - 9   # NDRPDR sel
4260       - 10  # NDRPDR sel
4261       - 11  # NDRPDR sel
4262       - 12  # NDRPDR sel
4263   data: "dpdk-performance-changes-3n-hsw"
4264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4265   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4266   parameters:
4267   - "name"
4268   - "parent"
4269   - "throughput"
4270
4271 # DPDK Performance Changes 3n-skx 2t1c pdr
4272 -
4273   type: "table"
4274   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4275   algorithm: "table_performance_comparison"
4276   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4277   history:
4278     -
4279       title: "rls1807"
4280       data:
4281         csit-dpdk-perf-verify-1807-3n-skx:
4282         - 1   # NDRPDR sel
4283         - 2   # NDRPDR sel
4284         - 3   # NDRPDR sel
4285         - 6   # NDRPDR sel
4286         - 7   # NDRPDR sel
4287         - 8   # NDRPDR sel
4288         - 9   # NDRPDR sel
4289         - 10  # NDRPDR sel
4290         - 11  # NDRPDR sel
4291         - 12  # NDRPDR sel
4292   reference:
4293     title: "rls1810"
4294     data:
4295       csit-dpdk-perf-verify-1810-3n-skx:
4296       - 3   # NDRPDR sel
4297       - 4   # NDRPDR sel
4298       - 6   # NDRPDR sel
4299       - 7   # NDRPDR sel
4300       - 8   # NDRPDR sel
4301       - 9   # NDRPDR sel
4302       - 10  # NDRPDR sel
4303       - 11  # NDRPDR sel
4304       - 12  # NDRPDR sel
4305       - 13  # NDRPDR sel
4306   compare:
4307     title: "rls1901"
4308     data:
4309       # TODO: Add new data
4310       csit-dpdk-perf-verify-1901-3n-skx:
4311       - 1   # NDRPDR sel F
4312       - 2   # NDRPDR sel F
4313   data: "dpdk-performance-changes-3n-skx"
4314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4315   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4316   parameters:
4317   - "name"
4318   - "parent"
4319   - "throughput"
4320
4321 # DPDK Performance Changes 3n-skx 4t2c pdr
4322 -
4323   type: "table"
4324   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4325   algorithm: "table_performance_comparison"
4326   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4327   history:
4328     -
4329       title: "rls1807"
4330       data:
4331         csit-dpdk-perf-verify-1807-3n-skx:
4332         - 1   # NDRPDR sel
4333         - 2   # NDRPDR sel
4334         - 3   # NDRPDR sel
4335         - 6   # NDRPDR sel
4336         - 7   # NDRPDR sel
4337         - 8   # NDRPDR sel
4338         - 9   # NDRPDR sel
4339         - 10  # NDRPDR sel
4340         - 11  # NDRPDR sel
4341         - 12  # NDRPDR sel
4342   reference:
4343     title: "rls1810"
4344     data:
4345       csit-dpdk-perf-verify-1810-3n-skx:
4346       - 3   # NDRPDR sel
4347       - 4   # NDRPDR sel
4348       - 6   # NDRPDR sel
4349       - 7   # NDRPDR sel
4350       - 8   # NDRPDR sel
4351       - 9   # NDRPDR sel
4352       - 10  # NDRPDR sel
4353       - 11  # NDRPDR sel
4354       - 12  # NDRPDR sel
4355       - 13  # NDRPDR sel
4356   compare:
4357     title: "rls1901"
4358     data:
4359       # TODO: Add new data
4360       csit-dpdk-perf-verify-1901-3n-skx:
4361       - 1   # NDRPDR sel F
4362       - 2   # NDRPDR sel F
4363   data: "dpdk-performance-changes-3n-skx"
4364   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4365   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4366   parameters:
4367   - "name"
4368   - "parent"
4369   - "throughput"
4370
4371 # DPDK Performance Changes 3n-skx 2t1c ndr
4372 -
4373   type: "table"
4374   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4375   algorithm: "table_performance_comparison"
4376   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4377   history:
4378     -
4379       title: "rls1807"
4380       data:
4381         csit-dpdk-perf-verify-1807-3n-skx:
4382         - 1   # NDRPDR sel
4383         - 2   # NDRPDR sel
4384         - 3   # NDRPDR sel
4385         - 6   # NDRPDR sel
4386         - 7   # NDRPDR sel
4387         - 8   # NDRPDR sel
4388         - 9   # NDRPDR sel
4389         - 10  # NDRPDR sel
4390         - 11  # NDRPDR sel
4391         - 12  # NDRPDR sel
4392   reference:
4393     title: "rls1810"
4394     data:
4395       csit-dpdk-perf-verify-1810-3n-skx:
4396       - 3   # NDRPDR sel
4397       - 4   # NDRPDR sel
4398       - 6   # NDRPDR sel
4399       - 7   # NDRPDR sel
4400       - 8   # NDRPDR sel
4401       - 9   # NDRPDR sel
4402       - 10  # NDRPDR sel
4403       - 11  # NDRPDR sel
4404       - 12  # NDRPDR sel
4405       - 13  # NDRPDR sel
4406   compare:
4407     title: "rls1901"
4408     data:
4409       # TODO: Add new data
4410       csit-dpdk-perf-verify-1901-3n-skx:
4411       - 1   # NDRPDR sel F
4412       - 2   # NDRPDR sel F
4413   data: "dpdk-performance-changes-3n-skx"
4414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4415   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4416   parameters:
4417   - "name"
4418   - "parent"
4419   - "throughput"
4420
4421 # DPDK Performance Changes 3n-skx 4t2c ndr
4422 -
4423   type: "table"
4424   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4425   algorithm: "table_performance_comparison"
4426   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4427   history:
4428     -
4429       title: "rls1807"
4430       data:
4431         csit-dpdk-perf-verify-1807-3n-skx:
4432         - 1   # NDRPDR sel
4433         - 2   # NDRPDR sel
4434         - 3   # NDRPDR sel
4435         - 6   # NDRPDR sel
4436         - 7   # NDRPDR sel
4437         - 8   # NDRPDR sel
4438         - 9   # NDRPDR sel
4439         - 10  # NDRPDR sel
4440         - 11  # NDRPDR sel
4441         - 12  # NDRPDR sel
4442   reference:
4443     title: "rls1810"
4444     data:
4445       csit-dpdk-perf-verify-1810-3n-skx:
4446       - 3   # NDRPDR sel
4447       - 4   # NDRPDR sel
4448       - 6   # NDRPDR sel
4449       - 7   # NDRPDR sel
4450       - 8   # NDRPDR sel
4451       - 9   # NDRPDR sel
4452       - 10  # NDRPDR sel
4453       - 11  # NDRPDR sel
4454       - 12  # NDRPDR sel
4455       - 13  # NDRPDR sel
4456   compare:
4457     title: "rls1901"
4458     data:
4459       # TODO: Add new data
4460       csit-dpdk-perf-verify-1901-3n-skx:
4461       - 1   # NDRPDR sel F
4462       - 2   # NDRPDR sel F
4463   data: "dpdk-performance-changes-3n-skx"
4464   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4465   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4466   parameters:
4467   - "name"
4468   - "parent"
4469   - "throughput"
4470
4471 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4472 -
4473   type: "table"
4474   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4475   algorithm: "table_performance_comparison"
4476   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4477   reference:
4478     title: "3-Node Hsw"
4479     data:
4480       csit-dpdk-perf-verify-1901-3n-hsw:
4481       - 3   # NDRPDR sel
4482       - 4   # NDRPDR sel
4483       - 5   # NDRPDR sel
4484       - 6   # NDRPDR sel
4485       - 7   # NDRPDR sel
4486       - 8   # NDRPDR sel
4487       - 9   # NDRPDR sel
4488       - 10  # NDRPDR sel
4489       - 11  # NDRPDR sel
4490       - 12  # NDRPDR sel
4491   compare:
4492     title: "3-Node Skx"
4493     data:
4494       # TODO: Add new data
4495       csit-dpdk-perf-verify-1901-3n-skx:
4496       - 1   # NDRPDR sel F
4497       - 2   # NDRPDR sel F
4498   data: "dpdk-compare-testbeds"
4499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4500   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4501   parameters:
4502   - "name"
4503   - "parent"
4504   - "throughput"
4505
4506 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4507 -
4508   type: "table"
4509   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4510   algorithm: "table_performance_comparison"
4511   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4512   reference:
4513     title: "3-Node Skx"
4514     data:
4515       # TODO: Add new data
4516       csit-dpdk-perf-verify-1901-3n-skx:
4517       - 1   # NDRPDR sel F
4518       - 2   # NDRPDR sel F
4519   compare:
4520     title: "2-Node Skx"
4521     data:
4522       csit-dpdk-perf-verify-1901-2n-skx:
4523       - 2   # NDRPDR sel
4524       - 3   # NDRPDR sel
4525       - 4   # NDRPDR sel
4526       - 5   # NDRPDR sel
4527       - 6   # NDRPDR sel
4528       - 7   # NDRPDR sel
4529       - 8   # NDRPDR sel
4530       - 9   # NDRPDR sel
4531       - 10  # NDRPDR sel
4532       - 11  # NDRPDR sel
4533   data: "dpdk-compare-topologies"
4534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4535   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4536   parameters:
4537   - "name"
4538   - "parent"
4539   - "throughput"
4540
4541 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4542 -
4543   type: "table"
4544   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4545   algorithm: "table_performance_comparison"
4546   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4547   reference:
4548     title: "3-Node Skx"
4549     data:
4550       # TODO: Add new data
4551       csit-dpdk-perf-verify-1901-3n-skx:
4552       - 1   # NDRPDR sel F
4553       - 2   # NDRPDR sel F
4554   compare:
4555     title: "2-Node Skx"
4556     data:
4557       csit-dpdk-perf-verify-1901-2n-skx:
4558       - 2   # NDRPDR sel
4559       - 3   # NDRPDR sel
4560       - 4   # NDRPDR sel
4561       - 5   # NDRPDR sel
4562       - 6   # NDRPDR sel
4563       - 7   # NDRPDR sel
4564       - 8   # NDRPDR sel
4565       - 9   # NDRPDR sel
4566       - 10  # NDRPDR sel
4567       - 11  # NDRPDR sel
4568   data: "dpdk-compare-topologies"
4569   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4570   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4571   parameters:
4572   - "name"
4573   - "parent"
4574   - "throughput"
4575
4576 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4577 -
4578   type: "table"
4579   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4580   algorithm: "table_performance_comparison"
4581   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4582   reference:
4583     title: "3-Node Hsw"
4584     data:
4585       csit-dpdk-perf-verify-1901-3n-hsw:
4586       - 3   # NDRPDR sel
4587       - 4   # NDRPDR sel
4588       - 5   # NDRPDR sel
4589       - 6   # NDRPDR sel
4590       - 7   # NDRPDR sel
4591       - 8   # NDRPDR sel
4592       - 9   # NDRPDR sel
4593       - 10  # NDRPDR sel
4594       - 11  # NDRPDR sel
4595       - 12  # NDRPDR sel
4596   compare:
4597     title: "3-Node Skx"
4598     data:
4599       # TODO: Add new data
4600       csit-dpdk-perf-verify-1901-3n-skx:
4601       - 1   # NDRPDR sel F
4602       - 2   # NDRPDR sel F
4603   data: "dpdk-compare-testbeds"
4604   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4605   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4606   parameters:
4607   - "name"
4608   - "parent"
4609   - "throughput"
4610
4611 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4612 # NOTE: Not used in 18.10
4613 #-
4614 #  type: "table"
4615 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4616 #  algorithm: "table_performance_comparison"
4617 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4618 #  reference:
4619 #    title: "3-Node Hsw"
4620 #    data:
4621 #      csit-dpdk-perf-verify-1807-3n-hsw:
4622 #      - 11
4623 #      - 12  # full
4624 #      - 14
4625 #      - 15
4626 #      - 16
4627 #      - 17
4628 #      - 20
4629 #      - 21
4630 #      - 22
4631 #      - 23
4632 #  compare:
4633 #    title: "3-Node Skx"
4634 #    data:
4635 #      csit-dpdk-perf-verify-1807-3n-skx:
4636 #      - 1
4637 #      - 2
4638 #      - 3
4639 #      - 6
4640 #      - 7
4641 #      - 8
4642 #      - 9
4643 #      - 10
4644 #      - 11
4645 #      - 12
4646 #  data: "dpdk-compare-testbeds"
4647 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4648 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4649 #  parameters:
4650 #  - "name"
4651 #  - "parent"
4652 #  - "result"
4653
4654 # DPDK Performance Changes 2n-skx 2t1c pdr
4655 -
4656   type: "table"
4657   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4658   algorithm: "table_performance_comparison"
4659   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4660   reference:
4661     title: "rls1810"
4662     data:
4663       csit-dpdk-perf-verify-1810-2n-skx:
4664       - 3   # NDRPDR sel
4665       - 4   # NDRPDR sel
4666       - 5   # NDRPDR sel
4667       - 7   # NDRPDR sel
4668       - 8   # NDRPDR sel
4669       - 9   # NDRPDR sel
4670       - 10  # NDRPDR sel
4671       - 11  # NDRPDR sel
4672       - 12  # NDRPDR sel
4673       - 13  # NDRPDR sel
4674   compare:
4675     title: "rls1901"
4676     data:
4677       csit-dpdk-perf-verify-1901-2n-skx:
4678       - 2   # NDRPDR sel
4679       - 3   # NDRPDR sel
4680       - 4   # NDRPDR sel
4681       - 5   # NDRPDR sel
4682       - 6   # NDRPDR sel
4683       - 7   # NDRPDR sel
4684       - 8   # NDRPDR sel
4685       - 9   # NDRPDR sel
4686       - 10  # NDRPDR sel
4687       - 11  # NDRPDR sel
4688   data: "dpdk-performance-changes-2n-skx"
4689   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4690   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4691   parameters:
4692   - "name"
4693   - "parent"
4694   - "throughput"
4695
4696 # DPDK Performance Changes 2n-skx 4t2c pdr
4697 -
4698   type: "table"
4699   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4700   algorithm: "table_performance_comparison"
4701   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4702   reference:
4703     title: "rls1810"
4704     data:
4705       csit-dpdk-perf-verify-1810-2n-skx:
4706       - 3   # NDRPDR sel
4707       - 4   # NDRPDR sel
4708       - 5   # NDRPDR sel
4709       - 7   # NDRPDR sel
4710       - 8   # NDRPDR sel
4711       - 9   # NDRPDR sel
4712       - 10  # NDRPDR sel
4713       - 11  # NDRPDR sel
4714       - 12  # NDRPDR sel
4715       - 13  # NDRPDR sel
4716   compare:
4717     title: "rls1901"
4718     data:
4719       csit-dpdk-perf-verify-1901-2n-skx:
4720       - 2   # NDRPDR sel
4721       - 3   # NDRPDR sel
4722       - 4   # NDRPDR sel
4723       - 5   # NDRPDR sel
4724       - 6   # NDRPDR sel
4725       - 7   # NDRPDR sel
4726       - 8   # NDRPDR sel
4727       - 9   # NDRPDR sel
4728       - 10  # NDRPDR sel
4729       - 11  # NDRPDR sel
4730   data: "dpdk-performance-changes-2n-skx"
4731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4732   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4733   parameters:
4734   - "name"
4735   - "parent"
4736   - "throughput"
4737
4738 # DPDK Performance Changes 2n-skx 2t1c ndr
4739 -
4740   type: "table"
4741   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4742   algorithm: "table_performance_comparison"
4743   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4744   reference:
4745     title: "rls1810"
4746     data:
4747       csit-dpdk-perf-verify-1810-2n-skx:
4748       - 3   # NDRPDR sel
4749       - 4   # NDRPDR sel
4750       - 5   # NDRPDR sel
4751       - 7   # NDRPDR sel
4752       - 8   # NDRPDR sel
4753       - 9   # NDRPDR sel
4754       - 10  # NDRPDR sel
4755       - 11  # NDRPDR sel
4756       - 12  # NDRPDR sel
4757       - 13  # NDRPDR sel
4758   compare:
4759     title: "rls1901"
4760     data:
4761       csit-dpdk-perf-verify-1901-2n-skx:
4762       - 2   # NDRPDR sel
4763       - 3   # NDRPDR sel
4764       - 4   # NDRPDR sel
4765       - 5   # NDRPDR sel
4766       - 6   # NDRPDR sel
4767       - 7   # NDRPDR sel
4768       - 8   # NDRPDR sel
4769       - 9   # NDRPDR sel
4770       - 10  # NDRPDR sel
4771       - 11  # NDRPDR sel
4772   data: "dpdk-performance-changes-2n-skx"
4773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4774   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4775   parameters:
4776   - "name"
4777   - "parent"
4778   - "throughput"
4779
4780 # DPDK Performance Changes 2n-skx 4t2c ndr
4781 -
4782   type: "table"
4783   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4784   algorithm: "table_performance_comparison"
4785   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4786   reference:
4787     title: "rls1810"
4788     data:
4789       csit-dpdk-perf-verify-1810-2n-skx:
4790       - 3   # NDRPDR sel
4791       - 4   # NDRPDR sel
4792       - 5   # NDRPDR sel
4793       - 7   # NDRPDR sel
4794       - 8   # NDRPDR sel
4795       - 9   # NDRPDR sel
4796       - 10  # NDRPDR sel
4797       - 11  # NDRPDR sel
4798       - 12  # NDRPDR sel
4799       - 13  # NDRPDR sel
4800   compare:
4801     title: "rls1901"
4802     data:
4803       csit-dpdk-perf-verify-1901-2n-skx:
4804       - 2   # NDRPDR sel
4805       - 3   # NDRPDR sel
4806       - 4   # NDRPDR sel
4807       - 5   # NDRPDR sel
4808       - 6   # NDRPDR sel
4809       - 7   # NDRPDR sel
4810       - 8   # NDRPDR sel
4811       - 9   # NDRPDR sel
4812       - 10  # NDRPDR sel
4813       - 11  # NDRPDR sel
4814   data: "dpdk-performance-changes-2n-skx"
4815   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4816   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4817   parameters:
4818   - "name"
4819   - "parent"
4820   - "throughput"
4821
4822 # Detailed Test Results - DPDK Performance Results 3n-hsw
4823 -
4824   type: "table"
4825   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4826   algorithm: "table_details"
4827   output-file-ext: ".csv"
4828   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4829   columns:
4830   -
4831     title: "Name"
4832     data: "data name"
4833   -
4834     title: "Status"
4835     data: "data msg"
4836   rows: "generated"
4837   data: "dpdk-perf-results-3n-hsw"
4838   filter: "all"
4839   parameters:
4840   - "name"
4841   - "parent"
4842   - "msg"
4843
4844 # Detailed Test Results - DPDK Performance Results 3n-skx
4845 -
4846   type: "table"
4847   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4848   algorithm: "table_details"
4849   output-file-ext: ".csv"
4850   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4851   columns:
4852   -
4853     title: "Name"
4854     data: "data name"
4855   -
4856     title: "Status"
4857     data: "data msg"
4858   rows: "generated"
4859   data: "dpdk-perf-results-3n-skx"
4860   filter: "all"
4861   parameters:
4862   - "name"
4863   - "parent"
4864   - "msg"
4865
4866 # Detailed Test Results - DPDK Performance Results 2n-skx
4867 -
4868   type: "table"
4869   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4870   algorithm: "table_details"
4871   output-file-ext: ".csv"
4872   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4873   columns:
4874   -
4875     title: "Name"
4876     data: "data name"
4877   -
4878     title: "Status"
4879     data: "data msg"
4880   rows: "generated"
4881   data: "dpdk-perf-results-2n-skx"
4882   filter: "all"
4883   parameters:
4884   - "name"
4885   - "parent"
4886   - "msg"
4887
4888 ################################################################################
4889 # HoneyComb
4890 -
4891   type: "table"
4892   title: "Detailed Test Results - Honeycomb Functional Results"
4893   algorithm: "table_details"
4894   output-file-ext: ".csv"
4895   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4896   columns:
4897   -
4898     title: "Name"
4899     data: "data name"
4900   -
4901     title: "Documentation"
4902     data: "data doc"
4903   -
4904     title: "Status"
4905     data: "data status"
4906   rows: "generated"
4907   data:
4908     "hc-func-results"
4909   filter: "all"
4910   parameters:
4911   - "name"
4912   - "parent"
4913   - "doc"
4914   - "status"
4915
4916 ################################################################################
4917 # NSH SFC
4918 -
4919   type: "table"
4920   title: "Detailed Test Results - NSH SFC Functional Results"
4921   algorithm: "table_details"
4922   output-file-ext: ".csv"
4923   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4924   columns:
4925   -
4926     title: "Name"
4927     data: "data name"
4928   -
4929     title: "Documentation"
4930     data: "data doc"
4931   -
4932     title: "Status"
4933     data: "data status"
4934   rows: "generated"
4935   data:
4936     "nsh-func-results"
4937   filter: "all"
4938   parameters:
4939   - "name"
4940   - "parent"
4941   - "doc"
4942   - "status"
4943
4944 ################################################################################
4945 # DMM
4946 -
4947   type: "table"
4948   title: "Detailed Test Results - DMM Functional Results"
4949   algorithm: "table_details"
4950   output-file-ext: ".csv"
4951   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4952   columns:
4953   -
4954     title: "Name"
4955     data: "data name"
4956   -
4957     title: "Documentation"
4958     data: "data doc"
4959   -
4960     title: "Status"
4961     data: "data status"
4962   rows: "generated"
4963   data:
4964     "dmm-func-results"
4965   filter: "all"
4966   parameters:
4967   - "name"
4968   - "parent"
4969   - "doc"
4970   - "status"
4971
4972 ################################################################################
4973 ###                                F I L E S                                 ###
4974 ################################################################################
4975
4976 # VPP Performance Results 3n-hsw
4977 -
4978   type: "file"
4979   title: "VPP Performance Results 3n-hsw"
4980   algorithm: "file_test_results"
4981   output-file-ext: ".rst"
4982   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4983   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"
4984   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4985   data: "vpp-perf-results-3n-hsw"
4986   filter: "not 'NDRCHK' and not 'PDRCHK'"
4987   parameters:
4988   - "name"
4989   - "doc"
4990   - "level"
4991   - "parent"
4992   data-start-level: 3
4993
4994 # VPP Performance Results 3n-skx
4995 -
4996   type: "file"
4997   title: "VPP Performance Results 3n-skx"
4998   algorithm: "file_test_results"
4999   output-file-ext: ".rst"
5000   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5001   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"
5002   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5003   data: "vpp-perf-results-3n-skx"
5004   filter: "not 'NDRCHK' and not 'PDRCHK'"
5005   parameters:
5006   - "name"
5007   - "doc"
5008   - "level"
5009   - "parent"
5010   data-start-level: 3
5011
5012 # VPP Performance Results 2n-skx
5013 -
5014   type: "file"
5015   title: "VPP Performance Results 2n-skx"
5016   algorithm: "file_test_results"
5017   output-file-ext: ".rst"
5018   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5019   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"
5020   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5021   data: "vpp-perf-results-2n-skx"
5022   filter: "not 'NDRCHK' and not 'PDRCHK'"
5023   parameters:
5024   - "name"
5025   - "doc"
5026   - "level"
5027   - "parent"
5028   data-start-level: 3
5029
5030 # VPP Performance Results 2n-dnv
5031 -
5032   type: "file"
5033   title: "VPP Performance Results 2n-dnv"
5034   algorithm: "file_test_results"
5035   output-file-ext: ".rst"
5036   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5037   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"
5038   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5039   data: "intel-dnv-vpp"
5040   filter: "'NDRPDR'"
5041   parameters:
5042   - "name"
5043   - "doc"
5044   - "level"
5045   - "parent"
5046   data-start-level: 3
5047
5048 # VPP Performance Configuration 3n-hsw
5049 -
5050   type: "file"
5051   title: "VPP Performance Configuration 3n-hsw"
5052   algorithm: "file_test_results"
5053   output-file-ext: ".rst"
5054   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5055   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"
5056   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5057   data: "vpp-perf-results-3n-hsw"
5058   filter: "not 'NDRCHK' and not 'PDRCHK'"
5059   parameters:
5060   - "name"
5061   - "doc"
5062   - "level"
5063   - "parent"
5064   data-start-level: 3
5065
5066 # VPP Performance Configuration 3n-skx
5067 -
5068   type: "file"
5069   title: "VPP Performance Configuration 3n-skx"
5070   algorithm: "file_test_results"
5071   output-file-ext: ".rst"
5072   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5073   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"
5074   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5075   data: "vpp-perf-results-3n-skx"
5076   filter: "not 'NDRCHK' and not 'PDRCHK'"
5077   parameters:
5078   - "name"
5079   - "doc"
5080   - "level"
5081   - "parent"
5082   data-start-level: 3
5083
5084 # VPP Performance Configuration 2n-skx
5085 -
5086   type: "file"
5087   title: "VPP Performance Configuration 2n-skx"
5088   algorithm: "file_test_results"
5089   output-file-ext: ".rst"
5090   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5091   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"
5092   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5093   data: "vpp-perf-results-2n-skx"
5094   filter: "not 'NDRCHK' and not 'PDRCHK'"
5095   parameters:
5096   - "name"
5097   - "doc"
5098   - "level"
5099   - "parent"
5100   data-start-level: 3
5101
5102 # VPP Performance Configuration 2n-dnv
5103 -
5104   type: "file"
5105   title: "VPP Performance Configuration 2n-dnv"
5106   algorithm: "file_test_results"
5107   output-file-ext: ".rst"
5108   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5109   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"
5110   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5111   data: "intel-dnv-vpp"
5112   filter: "'NDRPDR'"
5113   parameters:
5114   - "name"
5115   - "doc"
5116   - "level"
5117   - "parent"
5118   data-start-level: 3
5119
5120 # VPP Performance Operational Data 3n-hsw
5121 -
5122   type: "file"
5123   title: "VPP Performance Operational Data 3n-hsw"
5124   algorithm: "file_test_results"
5125   output-file-ext: ".rst"
5126   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5127   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"
5128   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5129   data: "vpp-perf-results-3n-hsw"
5130   filter: "not 'NDRCHK' and not 'PDRCHK'"
5131   parameters:
5132   - "name"
5133   - "doc"
5134   - "level"
5135   - "parent"
5136   data-start-level: 3
5137
5138 # VPP Performance Operational Data 3n-skx
5139 -
5140   type: "file"
5141   title: "VPP Performance Operational Data 3n-skx"
5142   algorithm: "file_test_results"
5143   output-file-ext: ".rst"
5144   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5145   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"
5146   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5147   data: "vpp-perf-results-3n-skx"
5148   filter: "not 'NDRCHK' and not 'PDRCHK'"
5149   parameters:
5150   - "name"
5151   - "doc"
5152   - "level"
5153   - "parent"
5154   data-start-level: 3
5155
5156 # VPP Performance Operational Data 2n-skx
5157 -
5158   type: "file"
5159   title: "VPP Performance Operational Data 2n-skx"
5160   algorithm: "file_test_results"
5161   output-file-ext: ".rst"
5162   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5163   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"
5164   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5165   data: "vpp-perf-results-2n-skx"
5166   filter: "not 'NDRCHK' and not 'PDRCHK'"
5167   parameters:
5168   - "name"
5169   - "doc"
5170   - "level"
5171   - "parent"
5172   data-start-level: 3
5173
5174 # VPP Performance Operational Data 2n-dnv
5175 -
5176   type: "file"
5177   title: "VPP Performance Operational Data 2n-dnv"
5178   algorithm: "file_test_results"
5179   output-file-ext: ".rst"
5180   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5181   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"
5182   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5183   data: "intel-dnv-vpp"
5184   filter: "'NDRPDR'"
5185   parameters:
5186   - "name"
5187   - "doc"
5188   - "level"
5189   - "parent"
5190   data-start-level: 3
5191
5192 # VPP MRR Results 3n-hsw
5193 -
5194   type: "file"
5195   title: "VPP MRR Results 3n-hsw"
5196   algorithm: "file_test_results"
5197   output-file-ext: ".rst"
5198   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5199   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"
5200   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5201   data: "vpp-mrr-results-3n-hsw"
5202   filter: "'MRR'"
5203   parameters:
5204   - "name"
5205   - "doc"
5206   - "level"
5207   - "parent"
5208   data-start-level: 3
5209
5210 # VPP MRR Results 3n-skx
5211 -
5212   type: "file"
5213   title: "VPP MRR Results 3n-skx"
5214   algorithm: "file_test_results"
5215   output-file-ext: ".rst"
5216   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5217   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"
5218   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5219   data: "vpp-mrr-results-3n-skx"
5220   filter: "'MRR'"
5221   parameters:
5222   - "name"
5223   - "doc"
5224   - "level"
5225   - "parent"
5226   data-start-level: 3
5227
5228 # VPP MRR Results 2n-skx
5229 -
5230   type: "file"
5231   title: "VPP MRR Results 2n-skx"
5232   algorithm: "file_test_results"
5233   output-file-ext: ".rst"
5234   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5235   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"
5236   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5237   data: "vpp-mrr-results-2n-skx"
5238   filter: "all"
5239   parameters:
5240   - "name"
5241   - "doc"
5242   - "level"
5243   - "parent"
5244   data-start-level: 3
5245
5246 # VPP MRR Results 2n-dnv
5247 -
5248   type: "file"
5249   title: "VPP MRR Results 2n-dnv"
5250   algorithm: "file_test_results"
5251   output-file-ext: ".rst"
5252   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5253   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"
5254   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5255   data: "intel-dnv-vpp"
5256   filter: "'MRR'"
5257   parameters:
5258   - "name"
5259   - "doc"
5260   - "level"
5261   - "parent"
5262   data-start-level: 3
5263
5264 # VPP MRR Configuration 3n-hsw
5265 -
5266   type: "file"
5267   title: "VPP MRR Configuration 3n-hsw"
5268   algorithm: "file_test_results"
5269   output-file-ext: ".rst"
5270   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5271   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"
5272   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5273   data: "vpp-mrr-results-3n-hsw"
5274   filter: "'MRR'"
5275   parameters:
5276   - "name"
5277   - "doc"
5278   - "level"
5279   - "parent"
5280   data-start-level: 3
5281
5282 # VPP MRR Configuration 3n-skx
5283 -
5284   type: "file"
5285   title: "VPP MRR Configuration 3n-skx"
5286   algorithm: "file_test_results"
5287   output-file-ext: ".rst"
5288   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5289   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"
5290   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5291   data: "vpp-mrr-results-3n-skx"
5292   filter: "'MRR'"
5293   parameters:
5294   - "name"
5295   - "doc"
5296   - "level"
5297   - "parent"
5298   data-start-level: 3
5299
5300 # VPP MRR Configuration 2n-skx
5301 -
5302   type: "file"
5303   title: "VPP MRR Configuration 2n-skx"
5304   algorithm: "file_test_results"
5305   output-file-ext: ".rst"
5306   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5307   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"
5308   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5309   data: "vpp-mrr-results-2n-skx"
5310   filter: "'MRR'"
5311   parameters:
5312   - "name"
5313   - "doc"
5314   - "level"
5315   - "parent"
5316   data-start-level: 3
5317
5318 # VPP MRR Configuration 2n-dnv
5319 -
5320   type: "file"
5321   title: "VPP MRR Configuration 2n-dnv"
5322   algorithm: "file_test_results"
5323   output-file-ext: ".rst"
5324   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5325   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"
5326   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5327   data: "intel-dnv-vpp"
5328   filter: "'MRR'"
5329   parameters:
5330   - "name"
5331   - "doc"
5332   - "level"
5333   - "parent"
5334   data-start-level: 3
5335
5336 # VPP Functional Results - Ubuntu
5337 -
5338   type: "file"
5339   title: "VPP Functional Results - Ubuntu"
5340   algorithm: "file_test_results"
5341   output-file-ext: ".rst"
5342   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
5343   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"
5344   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
5345   data: "vpp-func-results-ubuntu"
5346   filter: "all"
5347   parameters:
5348   - "name"
5349   - "doc"
5350   - "level"
5351   - "parent"
5352   data-start-level: 3
5353
5354 # VPP Functional Results - CentOS
5355 -
5356   type: "file"
5357   title: "VPP Functional Results - CentOS"
5358   algorithm: "file_test_results"
5359   output-file-ext: ".rst"
5360   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
5361   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"
5362   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
5363   data:
5364     "vpp-func-results-centos"
5365   filter: "all"
5366   parameters:
5367   - "name"
5368   - "doc"
5369   - "level"
5370   - "parent"
5371   data-start-level: 3
5372
5373 # VPP Functional Configuration - Ubuntu
5374 -
5375   type: "file"
5376   title: "VPP Functional Configuration - Ubuntu"
5377   algorithm: "file_test_results"
5378   output-file-ext: ".rst"
5379   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5380   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"
5381   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5382   data: "vpp-func-results-ubuntu"
5383   filter: "all"
5384   parameters:
5385   - "name"
5386   - "doc"
5387   - "level"
5388   - "parent"
5389   data-start-level: 3
5390
5391 # VPP Functional Configuration - CentOS
5392 -
5393   type: "file"
5394   title: "VPP Functional Configuration - CentOS"
5395   algorithm: "file_test_results"
5396   output-file-ext: ".rst"
5397   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5398   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"
5399   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5400   data:
5401     "vpp-func-results-centos"
5402   filter: "all"
5403   parameters:
5404   - "name"
5405   - "doc"
5406   - "level"
5407   - "parent"
5408   data-start-level: 3
5409
5410 # VPP Device Results - Ubuntu
5411 -
5412   type: "file"
5413   title: "VPP Device Results - Ubuntu"
5414   algorithm: "file_test_results"
5415   output-file-ext: ".rst"
5416   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5417   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"
5418   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5419   data: "vpp-device-results-ubuntu"
5420   filter: "all"
5421   parameters:
5422   - "name"
5423   - "doc"
5424   - "level"
5425   - "parent"
5426   data-start-level: 2
5427
5428 # VPP Device Configuration - Ubuntu
5429 -
5430   type: "file"
5431   title: "VPP Device Configuration - Ubuntu"
5432   algorithm: "file_test_results"
5433   output-file-ext: ".rst"
5434   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5435   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"
5436   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5437   data: "vpp-device-results-ubuntu"
5438   filter: "all"
5439   parameters:
5440   - "name"
5441   - "doc"
5442   - "level"
5443   - "parent"
5444   data-start-level: 2
5445
5446 # Container Orchestrated Performance Results 3n-hsw
5447 -
5448   type: "file"
5449   title: "Container Orchestrated Performance Results 3n-hsw"
5450   algorithm: "file_test_results"
5451   output-file-ext: ".rst"
5452   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
5453   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"
5454   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
5455   data: "ligato-perf-results-3n-hsw"
5456   filter: "all"
5457   parameters:
5458   - "name"
5459   - "doc"
5460   - "level"
5461   - "parent"
5462   data-start-level: 3
5463
5464 # DPDK Performance Results 3n-hsw
5465 -
5466   type: "file"
5467   title: "DPDK Performance Results 3n-hsw"
5468   algorithm: "file_test_results"
5469   output-file-ext: ".rst"
5470   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5471   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"
5472   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5473   data: "dpdk-perf-results-3n-hsw"
5474   filter: "all"
5475   parameters:
5476   - "name"
5477   - "doc"
5478   - "level"
5479   - "parent"
5480   data-start-level: 3
5481
5482 # DPDK Performance Results 3n-skx
5483 -
5484   type: "file"
5485   title: "DPDK Performance Results 3n-skx"
5486   algorithm: "file_test_results"
5487   output-file-ext: ".rst"
5488   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5489   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"
5490   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5491   data: "dpdk-perf-results-3n-skx"
5492   filter: "all"
5493   parameters:
5494   - "name"
5495   - "doc"
5496   - "level"
5497   - "parent"
5498   data-start-level: 3
5499
5500 # DPDK Performance Results 2n-skx
5501 -
5502   type: "file"
5503   title: "DPDK Performance Results 2n-skx"
5504   algorithm: "file_test_results"
5505   output-file-ext: ".rst"
5506   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5507   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"
5508   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5509   data: "dpdk-perf-results-2n-skx"
5510   filter: "all"
5511   parameters:
5512   - "name"
5513   - "doc"
5514   - "level"
5515   - "parent"
5516   data-start-level: 3
5517
5518 # Honeycomb Functional Results
5519 -
5520   type: "file"
5521   title: "Honeycomb Functional Results"
5522   algorithm: "file_test_results"
5523   output-file-ext: ".rst"
5524   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
5525   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"
5526   dir-tables: "{DIR[DTR,FUNC,HC]}"
5527   data:
5528     "hc-func-results"
5529   filter: "all"
5530   parameters:
5531   - "name"
5532   - "doc"
5533   - "level"
5534   - "parent"
5535   data-start-level: 3
5536
5537 # NSH SFC Functional Results
5538 -
5539   type: "file"
5540   title: "NSH SFC Functional Results"
5541   algorithm: "file_test_results"
5542   output-file-ext: ".rst"
5543   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
5544   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"
5545   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
5546   data:
5547     "nsh-func-results"
5548   filter: "all"
5549   parameters:
5550   - "name"
5551   - "doc"
5552   - "level"
5553   - "parent"
5554   data-start-level: 3
5555
5556 # DMM Functional Results
5557 -
5558   type: "file"
5559   title: "DMM Functional Results"
5560   algorithm: "file_test_results"
5561   output-file-ext: ".rst"
5562   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5563   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"
5564   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5565   data:
5566     "dmm-func-results"
5567   filter: "all"
5568   parameters:
5569   - "name"
5570   - "doc"
5571   - "level"
5572   - "parent"
5573   data-start-level: 3
5574
5575 ################################################################################
5576 ###                                P L O T S                                 ###
5577 ################################################################################
5578
5579 # Soak test - 30min Soak Test (PLRsearch), boxes
5580 -
5581   type: "plot"
5582   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
5583   algorithm: "plot_soak_boxes"
5584   output-file-type: ".html"
5585   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
5586   data: "plot-vpp-soak-2n-skx"
5587   filter: "'SOAK'"
5588   parameters:
5589   - "throughput"
5590   - "parent"
5591   - "tags"
5592   sort:
5593   - "L2PATCH"
5594   - "L2XCBASE"
5595   - "L2BDMACLRN"
5596   - "IP4FWD"
5597   - "IP6FWD"
5598   - "VHOST"
5599   layout:
5600     title: "30min Soak Test (PLRsearch)"
5601     layout: "plot-soak-throughput"
5602
5603 # Soak test - example, not used
5604 -
5605   type: "plot"
5606   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
5607   algorithm: "plot_soak_bars"
5608   output-file-type: ".html"
5609   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
5610   data: "plot-vpp-soak-2n-skx"
5611   filter: "'SOAK'"
5612   parameters:
5613   - "throughput"
5614   - "parent"
5615   - "tags"
5616   sort:
5617   - "L2PATCH"
5618   - "L2XCBASE"
5619   - "L2BDMACLRN"
5620   - "IP4FWD"
5621   - "IP6FWD"
5622   - "VHOST"
5623   layout:
5624     title: "30min Soak Test (PLRsearch)"
5625     layout: "plot-soak-throughput"
5626
5627 ################################################################################
5628 # Plots - NF Density - VSC
5629
5630 -
5631   type: "plot"
5632   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5633   algorithm: "plot_service_density_heatmap"
5634   output-file-type: ".html"
5635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
5636   data: "plot-vpp-nfv-2n-skx-mrr"
5637   filter: "'NIC_Intel-X710' and
5638            'NF_DENSITY' and
5639            'VM' and
5640            'CHAIN' and
5641            '64B' and
5642            '2T1C' and
5643            'MRR'"
5644   parameters:
5645   - "result"
5646   - "name"
5647   - "tags"
5648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5649   x-axis: "X = VNFs per Service Chain"
5650   y-axis: "Y = Number of Service Chains"
5651   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5652   layout:
5653     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5654     layout: "plot-service-density"
5655
5656 -
5657   type: "plot"
5658   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5659   algorithm: "plot_service_density_heatmap"
5660   output-file-type: ".html"
5661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
5662   data: "plot-vpp-nfv-2n-skx-mrr"
5663   filter: "'NIC_Intel-X710' and
5664            'NF_DENSITY' and
5665            'VM' and
5666            'CHAIN' and
5667            '64B' and
5668            '4T2C' and
5669            'MRR'"
5670   parameters:
5671   - "result"
5672   - "name"
5673   - "tags"
5674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5675   x-axis: "X = VNFs per Service Chain"
5676   y-axis: "Y = Number of Service Chains"
5677   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5678   layout:
5679     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5680     layout: "plot-service-density"
5681
5682 -
5683   type: "plot"
5684   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5685   algorithm: "plot_service_density_heatmap"
5686   output-file-type: ".html"
5687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
5688   data: "plot-vpp-nfv-2n-skx-mrr"
5689   filter: "'NIC_Intel-X710' and
5690            'NF_DENSITY' and
5691            'VM' and
5692            'CHAIN' and
5693            'IMIX' and
5694            '2T1C' and
5695            'MRR'"
5696   parameters:
5697   - "result"
5698   - "name"
5699   - "tags"
5700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5701   x-axis: "X = VNFs per Service Chain"
5702   y-axis: "Y = Number of Service Chains"
5703   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5704   layout:
5705     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5706     layout: "plot-service-density"
5707
5708 -
5709   type: "plot"
5710   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5711   algorithm: "plot_service_density_heatmap"
5712   output-file-type: ".html"
5713   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
5714   data: "plot-vpp-nfv-2n-skx-mrr"
5715   filter: "'NIC_Intel-X710' and
5716            'NF_DENSITY' and
5717            'VM' and
5718            'CHAIN' and
5719            'IMIX' and
5720            '4T2C' and
5721            'MRR'"
5722   parameters:
5723   - "result"
5724   - "name"
5725   - "tags"
5726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5727   x-axis: "X = VNFs per Service Chain"
5728   y-axis: "Y = Number of Service Chains"
5729   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5730   layout:
5731     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5732     layout: "plot-service-density"
5733
5734 -
5735   type: "plot"
5736   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5737   algorithm: "plot_service_density_heatmap"
5738   output-file-type: ".html"
5739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
5740   data: "plot-vpp-nfv-2n-skx"
5741   filter: "'NIC_Intel-X710' and
5742            'NF_DENSITY' and
5743            'VM' and
5744            'CHAIN' and
5745            '64B' and
5746            '2T1C' and
5747            'NDRPDR'"
5748   parameters:
5749   - "throughput"
5750   - "name"
5751   - "tags"
5752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5753   x-axis: "X = VNFs per Service Chain"
5754   y-axis: "Y = Number of Service Chains"
5755   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5756   layout:
5757     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5758     layout: "plot-service-density"
5759
5760 -
5761   type: "plot"
5762   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5763   algorithm: "plot_service_density_heatmap"
5764   output-file-type: ".html"
5765   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
5766   data: "plot-vpp-nfv-2n-skx"
5767   filter: "'NIC_Intel-X710' and
5768            'NF_DENSITY' and
5769            'VM' and
5770            'CHAIN' and
5771            '64B' and
5772            '4T2C' and
5773            'NDRPDR'"
5774   parameters:
5775   - "throughput"
5776   - "name"
5777   - "tags"
5778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5779   x-axis: "X = VNFs per Service Chain"
5780   y-axis: "Y = Number of Service Chains"
5781   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5782   layout:
5783     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5784     layout: "plot-service-density"
5785
5786 -
5787   type: "plot"
5788   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5789   algorithm: "plot_service_density_heatmap"
5790   output-file-type: ".html"
5791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
5792   data: "plot-vpp-nfv-2n-skx"
5793   filter: "'NIC_Intel-X710' and
5794            'NF_DENSITY' and
5795            'VM' and
5796            'CHAIN' and
5797            'IMIX' and
5798            '2T1C' and
5799            'NDRPDR'"
5800   parameters:
5801   - "throughput"
5802   - "name"
5803   - "tags"
5804   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5805   x-axis: "X = VNFs per Service Chain"
5806   y-axis: "Y = Number of Service Chains"
5807   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5808   layout:
5809     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5810     layout: "plot-service-density"
5811
5812 -
5813   type: "plot"
5814   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5815   algorithm: "plot_service_density_heatmap"
5816   output-file-type: ".html"
5817   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
5818   data: "plot-vpp-nfv-2n-skx"
5819   filter: "'NIC_Intel-X710' and
5820            'NF_DENSITY' and
5821            'VM' and
5822            'CHAIN' and
5823            'IMIX' and
5824            '4T2C' and
5825            'NDRPDR'"
5826   parameters:
5827   - "throughput"
5828   - "name"
5829   - "tags"
5830   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5831   x-axis: "X = VNFs per Service Chain"
5832   y-axis: "Y = Number of Service Chains"
5833   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5834   layout:
5835     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5836     layout: "plot-service-density"
5837
5838 -
5839   type: "plot"
5840   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5841   algorithm: "plot_service_density_heatmap"
5842   output-file-type: ".html"
5843   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5844   data: "plot-vpp-nfv-2n-skx"
5845   filter: "'NIC_Intel-X710' and
5846            'NF_DENSITY' and
5847            'VM' and
5848            'CHAIN' and
5849            '64B' and
5850            '2T1C' and
5851            'NDRPDR'"
5852   parameters:
5853   - "throughput"
5854   - "name"
5855   - "tags"
5856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5857   x-axis: "X = VNFs per Service Chain"
5858   y-axis: "Y = Number of Service Chains"
5859   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5860   layout:
5861     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5862     layout: "plot-service-density"
5863
5864 -
5865   type: "plot"
5866   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5867   algorithm: "plot_service_density_heatmap"
5868   output-file-type: ".html"
5869   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5870   data: "plot-vpp-nfv-2n-skx"
5871   filter: "'NIC_Intel-X710' and
5872            'NF_DENSITY' and
5873            'VM' and
5874            'CHAIN' and
5875            '64B' and
5876            '4T2C' and
5877            'NDRPDR'"
5878   parameters:
5879   - "throughput"
5880   - "name"
5881   - "tags"
5882   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5883   x-axis: "X = VNFs per Service Chain"
5884   y-axis: "Y = Number of Service Chains"
5885   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5886   layout:
5887     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5888     layout: "plot-service-density"
5889
5890 -
5891   type: "plot"
5892   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5893   algorithm: "plot_service_density_heatmap"
5894   output-file-type: ".html"
5895   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5896   data: "plot-vpp-nfv-2n-skx"
5897   filter: "'NIC_Intel-X710' and
5898            'NF_DENSITY' and
5899            'VM' and
5900            'CHAIN' and
5901            'IMIX' and
5902            '2T1C' and
5903            'NDRPDR'"
5904   parameters:
5905   - "throughput"
5906   - "name"
5907   - "tags"
5908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5909   x-axis: "X = VNFs per Service Chain"
5910   y-axis: "Y = Number of Service Chains"
5911   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5912   layout:
5913     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5914     layout: "plot-service-density"
5915
5916 -
5917   type: "plot"
5918   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5919   algorithm: "plot_service_density_heatmap"
5920   output-file-type: ".html"
5921   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5922   data: "plot-vpp-nfv-2n-skx"
5923   filter: "'NIC_Intel-X710' and
5924            'NF_DENSITY' and
5925            'VM' and
5926            'CHAIN' and
5927            'IMIX' and
5928            '4T2C' and
5929            'NDRPDR'"
5930   parameters:
5931   - "throughput"
5932   - "name"
5933   - "tags"
5934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5935   x-axis: "X = VNFs per Service Chain"
5936   y-axis: "Y = Number of Service Chains"
5937   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5938   layout:
5939     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5940     layout: "plot-service-density"
5941
5942 ################################################################################
5943 # Plots - NF Density - CSC
5944
5945 -
5946   type: "plot"
5947   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5948   algorithm: "plot_service_density_heatmap"
5949   output-file-type: ".html"
5950   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5951   data: "plot-vpp-nfv-2n-skx-mrr"
5952   filter: "'NIC_Intel-X710' and
5953            'NF_DENSITY' and
5954            'DOCKER' and
5955            'CHAIN' and
5956            '64B' and
5957            '2T1C' and
5958            'MRR'"
5959   parameters:
5960   - "result"
5961   - "name"
5962   - "tags"
5963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5964   x-axis: "X = CNFs per Service Chain"
5965   y-axis: "Y = Number of Service Chains"
5966   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5967   layout:
5968     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5969     layout: "plot-service-density"
5970
5971 -
5972   type: "plot"
5973   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5974   algorithm: "plot_service_density_heatmap"
5975   output-file-type: ".html"
5976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5977   data: "plot-vpp-nfv-2n-skx-mrr"
5978   filter: "'NIC_Intel-X710' and
5979            'NF_DENSITY' and
5980            'DOCKER' and
5981            'CHAIN' and
5982            '64B' and
5983            '4T2C' and
5984            'MRR'"
5985   parameters:
5986   - "result"
5987   - "name"
5988   - "tags"
5989   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5990   x-axis: "X = CNFs per Service Chain"
5991   y-axis: "Y = Number of Service Chains"
5992   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5993   layout:
5994     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5995     layout: "plot-service-density"
5996
5997 -
5998   type: "plot"
5999   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
6000   algorithm: "plot_service_density_heatmap"
6001   output-file-type: ".html"
6002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
6003   data: "plot-vpp-nfv-2n-skx-mrr"
6004   filter: "'NIC_Intel-X710' and
6005            'NF_DENSITY' and
6006            'DOCKER' and
6007            'CHAIN' and
6008            'IMIX' and
6009            '2T1C' and
6010            'MRR'"
6011   parameters:
6012   - "result"
6013   - "name"
6014   - "tags"
6015   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6016   x-axis: "X = CNFs per Service Chain"
6017   y-axis: "Y = Number of Service Chains"
6018   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6019   layout:
6020     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
6021     layout: "plot-service-density"
6022
6023 -
6024   type: "plot"
6025   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
6026   algorithm: "plot_service_density_heatmap"
6027   output-file-type: ".html"
6028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
6029   data: "plot-vpp-nfv-2n-skx-mrr"
6030   filter: "'NIC_Intel-X710' and
6031            'NF_DENSITY' and
6032            'DOCKER' and
6033            'CHAIN' and
6034            'IMIX' and
6035            '4T2C' and
6036            'MRR'"
6037   parameters:
6038   - "result"
6039   - "name"
6040   - "tags"
6041   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6042   x-axis: "X = CNFs per Service Chain"
6043   y-axis: "Y = Number of Service Chains"
6044   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6045   layout:
6046     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
6047     layout: "plot-service-density"
6048
6049 -
6050   type: "plot"
6051   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6052   algorithm: "plot_service_density_heatmap"
6053   output-file-type: ".html"
6054   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
6055   data: "plot-vpp-nfv-2n-skx"
6056   filter: "'NIC_Intel-X710' and
6057            'NF_DENSITY' and
6058            'DOCKER' and
6059            'CHAIN' and
6060            '64B' and
6061            '2T1C' and
6062            'NDRPDR'"
6063   parameters:
6064   - "throughput"
6065   - "name"
6066   - "tags"
6067   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6068   x-axis: "X = CNFs per Service Chain"
6069   y-axis: "Y = Number of Service Chains"
6070   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6071   layout:
6072     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6073     layout: "plot-service-density"
6074
6075 -
6076   type: "plot"
6077   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6078   algorithm: "plot_service_density_heatmap"
6079   output-file-type: ".html"
6080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
6081   data: "plot-vpp-nfv-2n-skx"
6082   filter: "'NIC_Intel-X710' and
6083            'NF_DENSITY' and
6084            'DOCKER' and
6085            'CHAIN' and
6086            '64B' and
6087            '4T2C' and
6088            'NDRPDR'"
6089   parameters:
6090   - "throughput"
6091   - "name"
6092   - "tags"
6093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6094   x-axis: "X = CNFs per Service Chain"
6095   y-axis: "Y = Number of Service Chains"
6096   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6097   layout:
6098     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6099     layout: "plot-service-density"
6100
6101 -
6102   type: "plot"
6103   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6104   algorithm: "plot_service_density_heatmap"
6105   output-file-type: ".html"
6106   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
6107   data: "plot-vpp-nfv-2n-skx"
6108   filter: "'NIC_Intel-X710' and
6109            'NF_DENSITY' and
6110            'DOCKER' and
6111            'CHAIN' and
6112            'IMIX' and
6113            '2T1C' and
6114            'NDRPDR'"
6115   parameters:
6116   - "throughput"
6117   - "name"
6118   - "tags"
6119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6120   x-axis: "X = CNFs per Service Chain"
6121   y-axis: "Y = Number of Service Chains"
6122   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6123   layout:
6124     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6125     layout: "plot-service-density"
6126
6127 -
6128   type: "plot"
6129   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6130   algorithm: "plot_service_density_heatmap"
6131   output-file-type: ".html"
6132   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
6133   data: "plot-vpp-nfv-2n-skx"
6134   filter: "'NIC_Intel-X710' and
6135            'NF_DENSITY' and
6136            'DOCKER' and
6137            'CHAIN' and
6138            'IMIX' and
6139            '4T2C' and
6140            'NDRPDR'"
6141   parameters:
6142   - "throughput"
6143   - "name"
6144   - "tags"
6145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6146   x-axis: "X = CNFs per Service Chain"
6147   y-axis: "Y = Number of Service Chains"
6148   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6149   layout:
6150     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6151     layout: "plot-service-density"
6152
6153 -
6154   type: "plot"
6155   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6156   algorithm: "plot_service_density_heatmap"
6157   output-file-type: ".html"
6158   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
6159   data: "plot-vpp-nfv-2n-skx"
6160   filter: "'NIC_Intel-X710' and
6161            'NF_DENSITY' and
6162            'DOCKER' and
6163            'CHAIN' and
6164            '64B' and
6165            '2T1C' and
6166            'NDRPDR'"
6167   parameters:
6168   - "throughput"
6169   - "name"
6170   - "tags"
6171   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6172   x-axis: "X = CNFs per Service Chain"
6173   y-axis: "Y = Number of Service Chains"
6174   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6175   layout:
6176     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6177     layout: "plot-service-density"
6178
6179 -
6180   type: "plot"
6181   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6182   algorithm: "plot_service_density_heatmap"
6183   output-file-type: ".html"
6184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
6185   data: "plot-vpp-nfv-2n-skx"
6186   filter: "'NIC_Intel-X710' and
6187            'NF_DENSITY' and
6188            'DOCKER' and
6189            'CHAIN' and
6190            '64B' and
6191            '4T2C' and
6192            'NDRPDR'"
6193   parameters:
6194   - "throughput"
6195   - "name"
6196   - "tags"
6197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6198   x-axis: "X = CNFs per Service Chain"
6199   y-axis: "Y = Number of Service Chains"
6200   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6201   layout:
6202     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6203     layout: "plot-service-density"
6204
6205 -
6206   type: "plot"
6207   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6208   algorithm: "plot_service_density_heatmap"
6209   output-file-type: ".html"
6210   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
6211   data: "plot-vpp-nfv-2n-skx"
6212   filter: "'NIC_Intel-X710' and
6213            'NF_DENSITY' and
6214            'DOCKER' and
6215            'CHAIN' and
6216            'IMIX' and
6217            '2T1C' and
6218            'NDRPDR'"
6219   parameters:
6220   - "throughput"
6221   - "name"
6222   - "tags"
6223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6224   x-axis: "X = CNFs per Service Chain"
6225   y-axis: "Y = Number of Service Chains"
6226   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6227   layout:
6228     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6229     layout: "plot-service-density"
6230
6231 -
6232   type: "plot"
6233   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6234   algorithm: "plot_service_density_heatmap"
6235   output-file-type: ".html"
6236   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
6237   data: "plot-vpp-nfv-2n-skx"
6238   filter: "'NIC_Intel-X710' and
6239            'NF_DENSITY' and
6240            'DOCKER' and
6241            'CHAIN' and
6242            'IMIX' and
6243            '4T2C' and
6244            'NDRPDR'"
6245   parameters:
6246   - "throughput"
6247   - "name"
6248   - "tags"
6249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6250   x-axis: "X = CNFs per Service Chain"
6251   y-axis: "Y = Number of Service Chains"
6252   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6253   layout:
6254     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6255     layout: "plot-service-density"
6256
6257 ################################################################################
6258 # Plots - NF Density - CSP
6259
6260 -
6261   type: "plot"
6262   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6263   algorithm: "plot_service_density_heatmap"
6264   output-file-type: ".html"
6265   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
6266   data: "plot-vpp-nfv-2n-skx-mrr"
6267   filter: "'NIC_Intel-X710' and
6268            'NF_DENSITY' and
6269            'DOCKER' and
6270            'PIPELINE' and
6271            '64B' and
6272            '2T1C' and
6273            'MRR'"
6274   parameters:
6275   - "result"
6276   - "name"
6277   - "tags"
6278   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6279   x-axis: "X = CNFs per Service Pipeline"
6280   y-axis: "Y = Number of Service Pipelines"
6281   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6282   layout:
6283     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6284     layout: "plot-service-density"
6285
6286 -
6287   type: "plot"
6288   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6289   algorithm: "plot_service_density_heatmap"
6290   output-file-type: ".html"
6291   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
6292   data: "plot-vpp-nfv-2n-skx-mrr"
6293   filter: "'NIC_Intel-X710' and
6294            'NF_DENSITY' and
6295            'DOCKER' and
6296            'PIPELINE' and
6297            '64B' and
6298            '4T2C' and
6299            'MRR'"
6300   parameters:
6301   - "result"
6302   - "name"
6303   - "tags"
6304   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6305   x-axis: "X = CNFs per Service Pipeline"
6306   y-axis: "Y = Number of Service Pipelines"
6307   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6308   layout:
6309     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6310     layout: "plot-service-density"
6311
6312 -
6313   type: "plot"
6314   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6315   algorithm: "plot_service_density_heatmap"
6316   output-file-type: ".html"
6317   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
6318   data: "plot-vpp-nfv-2n-skx-mrr"
6319   filter: "'NIC_Intel-X710' and
6320            'NF_DENSITY' and
6321            'DOCKER' and
6322            'PIPELINE' and
6323            'IMIX' and
6324            '2T1C' and
6325            'MRR'"
6326   parameters:
6327   - "result"
6328   - "name"
6329   - "tags"
6330   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6331   x-axis: "X = CNFs per Service Pipeline"
6332   y-axis: "Y = Number of Service Pipelines"
6333   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6334   layout:
6335     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6336     layout: "plot-service-density"
6337
6338 -
6339   type: "plot"
6340   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6341   algorithm: "plot_service_density_heatmap"
6342   output-file-type: ".html"
6343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
6344   data: "plot-vpp-nfv-2n-skx-mrr"
6345   filter: "'NIC_Intel-X710' and
6346            'NF_DENSITY' and
6347            'DOCKER' and
6348            'PIPELINE' and
6349            'IMIX' and
6350            '4T2C' and
6351            'MRR'"
6352   parameters:
6353   - "result"
6354   - "name"
6355   - "tags"
6356   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6357   x-axis: "X = CNFs per Service Pipeline"
6358   y-axis: "Y = Number of Service Pipelines"
6359   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6360   layout:
6361     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6362     layout: "plot-service-density"
6363
6364 -
6365   type: "plot"
6366   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6367   algorithm: "plot_service_density_heatmap"
6368   output-file-type: ".html"
6369   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6370   data: "plot-vpp-nfv-2n-skx"
6371   filter: "'NIC_Intel-X710' and
6372            'NF_DENSITY' and
6373            'DOCKER' and
6374            'PIPELINE' and
6375            '64B' and
6376            '2T1C' and
6377            'NDRPDR'"
6378   parameters:
6379   - "throughput"
6380   - "name"
6381   - "tags"
6382   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6383   x-axis: "X = CNFs per Service Pipeline"
6384   y-axis: "Y = Number of Service Pipelines"
6385   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6386   layout:
6387     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6388     layout: "plot-service-density"
6389
6390 -
6391   type: "plot"
6392   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6393   algorithm: "plot_service_density_heatmap"
6394   output-file-type: ".html"
6395   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6396   data: "plot-vpp-nfv-2n-skx"
6397   filter: "'NIC_Intel-X710' and
6398            'NF_DENSITY' and
6399            'DOCKER' and
6400            'PIPELINE' and
6401            '64B' and
6402            '4T2C' and
6403            'NDRPDR'"
6404   parameters:
6405   - "throughput"
6406   - "name"
6407   - "tags"
6408   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6409   x-axis: "X = CNFs per Service Pipeline"
6410   y-axis: "Y = Number of Service Pipelines"
6411   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6412   layout:
6413     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6414     layout: "plot-service-density"
6415
6416 -
6417   type: "plot"
6418   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6419   algorithm: "plot_service_density_heatmap"
6420   output-file-type: ".html"
6421   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6422   data: "plot-vpp-nfv-2n-skx"
6423   filter: "'NIC_Intel-X710' and
6424            'NF_DENSITY' and
6425            'DOCKER' and
6426            'PIPELINE' and
6427            'IMIX' and
6428            '2T1C' and
6429            'NDRPDR'"
6430   parameters:
6431   - "throughput"
6432   - "name"
6433   - "tags"
6434   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6435   x-axis: "X = CNFs per Service Pipeline"
6436   y-axis: "Y = Number of Service Pipelines"
6437   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6438   layout:
6439     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6440     layout: "plot-service-density"
6441
6442 -
6443   type: "plot"
6444   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6445   algorithm: "plot_service_density_heatmap"
6446   output-file-type: ".html"
6447   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6448   data: "plot-vpp-nfv-2n-skx"
6449   filter: "'NIC_Intel-X710' and
6450            'NF_DENSITY' and
6451            'DOCKER' and
6452            'PIPELINE' and
6453            'IMIX' and
6454            '4T2C' and
6455            'NDRPDR'"
6456   parameters:
6457   - "throughput"
6458   - "name"
6459   - "tags"
6460   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6461   x-axis: "X = CNFs per Service Pipeline"
6462   y-axis: "Y = Number of Service Pipelines"
6463   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6464   layout:
6465     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6466     layout: "plot-service-density"
6467
6468 -
6469   type: "plot"
6470   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6471   algorithm: "plot_service_density_heatmap"
6472   output-file-type: ".html"
6473   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6474   data: "plot-vpp-nfv-2n-skx"
6475   filter: "'NIC_Intel-X710' and
6476            'NF_DENSITY' and
6477            'DOCKER' and
6478            'PIPELINE' and
6479            '64B' and
6480            '2T1C' and
6481            'NDRPDR'"
6482   parameters:
6483   - "throughput"
6484   - "name"
6485   - "tags"
6486   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6487   x-axis: "X = CNFs per Service Pipeline"
6488   y-axis: "Y = Number of Service Pipelines"
6489   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6490   layout:
6491     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6492     layout: "plot-service-density"
6493
6494 -
6495   type: "plot"
6496   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6497   algorithm: "plot_service_density_heatmap"
6498   output-file-type: ".html"
6499   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6500   data: "plot-vpp-nfv-2n-skx"
6501   filter: "'NIC_Intel-X710' and
6502            'NF_DENSITY' and
6503            'DOCKER' and
6504            'PIPELINE' and
6505            '64B' and
6506            '4T2C' and
6507            'NDRPDR'"
6508   parameters:
6509   - "throughput"
6510   - "name"
6511   - "tags"
6512   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6513   x-axis: "X = CNFs per Service Pipeline"
6514   y-axis: "Y = Number of Service Pipelines"
6515   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6516   layout:
6517     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6518     layout: "plot-service-density"
6519
6520 -
6521   type: "plot"
6522   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6523   algorithm: "plot_service_density_heatmap"
6524   output-file-type: ".html"
6525   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6526   data: "plot-vpp-nfv-2n-skx"
6527   filter: "'NIC_Intel-X710' and
6528            'NF_DENSITY' and
6529            'DOCKER' and
6530            'PIPELINE' and
6531            'IMIX' and
6532            '2T1C' and
6533            'NDRPDR'"
6534   parameters:
6535   - "throughput"
6536   - "name"
6537   - "tags"
6538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6539   x-axis: "X = CNFs per Service Pipeline"
6540   y-axis: "Y = Number of Service Pipelines"
6541   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6542   layout:
6543     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6544     layout: "plot-service-density"
6545
6546 -
6547   type: "plot"
6548   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6549   algorithm: "plot_service_density_heatmap"
6550   output-file-type: ".html"
6551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6552   data: "plot-vpp-nfv-2n-skx"
6553   filter: "'NIC_Intel-X710' and
6554            'NF_DENSITY' and
6555            'DOCKER' and
6556            'PIPELINE' and
6557            'IMIX' and
6558            '4T2C' and
6559            'NDRPDR'"
6560   parameters:
6561   - "throughput"
6562   - "name"
6563   - "tags"
6564   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6565   x-axis: "X = CNFs per Service Pipeline"
6566   y-axis: "Y = Number of Service Pipelines"
6567   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6568   layout:
6569     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6570     layout: "plot-service-density"
6571
6572 ################################################################################
6573 # Plots VPP HTTP Server Performance
6574 -
6575   type: "plot"
6576   title: "VPP HTTP Server Performance"
6577   algorithm: "plot_http_server_performance_box"
6578   output-file-type: ".html"
6579   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6580   data:
6581     "plot-vpp-http-server-performance"
6582   # Keep this formatting, the filter is enclosed with " (quotation mark) and
6583   # each tag is enclosed with ' (apostrophe).
6584   filter: "'HTTP' and 'TCP_CPS'"
6585   parameters:
6586   - "result"
6587   - "name"
6588   traces:
6589     hoverinfo: "x+y"
6590     boxpoints: "outliers"
6591     whiskerwidth: 0
6592   layout:
6593     title: "VPP HTTP Server Performance"
6594     layout:
6595       "plot-cps"
6596
6597 -
6598   type: "plot"
6599   title: "VPP HTTP Server Performance"
6600   algorithm: "plot_http_server_performance_box"
6601   output-file-type: ".html"
6602   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6603   data:
6604     "plot-vpp-http-server-performance"
6605   filter: "'HTTP' and 'TCP_RPS'"
6606   parameters:
6607   - "result"
6608   - "name"
6609   traces:
6610     hoverinfo: "x+y"
6611     boxpoints: "outliers"
6612     whiskerwidth: 0
6613   layout:
6614     title: "VPP HTTP Server Performance"
6615     layout:
6616       "plot-rps"
6617
6618 ################################################################################
6619
6620 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6621 -
6622   type: "plot"
6623   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6624   algorithm: "plot_performance_box"
6625   output-file-type: ".html"
6626   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6627   data: "plot-vpp-throughput-latency-3n-hsw"
6628   filter: "'NIC_Intel-X520-DA2' and
6629            '64B' and
6630            ('BASE' or 'SCALE') and
6631            'NDRPDR' and
6632            'ETH' and
6633            '1T1C' and
6634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6635            not 'VHOST' and
6636            not 'MEMIF'"
6637   parameters:
6638   - "throughput"
6639   - "parent"
6640   - "tags"
6641   sort:
6642   - "L2PATCH"
6643   - "L2XCBASE"
6644   - "BASE"
6645   - "FIB_10K"
6646   - "FIB_100K"
6647   - "FIB_1M"
6648   traces:
6649     hoverinfo: "x+y"
6650     boxpoints: "outliers"
6651     whiskerwidth: 0
6652   layout:
6653     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6654     layout: "plot-throughput"
6655
6656 -
6657   type: "plot"
6658   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6659   algorithm: "plot_performance_box"
6660   output-file-type: ".html"
6661   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6662   data: "plot-vpp-throughput-latency-3n-hsw"
6663   filter: "'NIC_Intel-X520-DA2' and
6664            '64B' and
6665            ('BASE' or 'SCALE') and
6666            'NDRPDR' and
6667            'ETH' and
6668            '1T1C' and
6669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6670            not 'VHOST' and
6671            not 'MEMIF'"
6672   parameters:
6673   - "throughput"
6674   - "parent"
6675   - "tags"
6676   sort:
6677   - "L2PATCH"
6678   - "L2XCBASE"
6679   - "BASE"
6680   - "FIB_10K"
6681   - "FIB_100K"
6682   - "FIB_1M"
6683   traces:
6684     hoverinfo: "x+y"
6685     boxpoints: "outliers"
6686     whiskerwidth: 0
6687   layout:
6688     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6689     layout: "plot-throughput"
6690
6691 -
6692   type: "plot"
6693   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6694   algorithm: "plot_performance_box"
6695   output-file-type: ".html"
6696   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6697   data: "plot-vpp-throughput-latency-3n-hsw"
6698   filter: "'NIC_Intel-X520-DA2' and
6699            '64B' and
6700            ('BASE' or 'SCALE') and
6701            'NDRPDR' and
6702            'ETH' and
6703            '2T2C' and
6704            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6705            not 'VHOST' and
6706            not 'MEMIF'"
6707   parameters:
6708   - "throughput"
6709   - "parent"
6710   - "tags"
6711   sort:
6712   - "L2PATCH"
6713   - "L2XCBASE"
6714   - "BASE"
6715   - "FIB_10K"
6716   - "FIB_100K"
6717   - "FIB_1M"
6718   traces:
6719     hoverinfo: "x+y"
6720     boxpoints: "outliers"
6721     whiskerwidth: 0
6722   layout:
6723     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6724     layout: "plot-throughput"
6725
6726 -
6727   type: "plot"
6728   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6729   algorithm: "plot_performance_box"
6730   output-file-type: ".html"
6731   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6732   data: "plot-vpp-throughput-latency-3n-hsw"
6733   filter: "'NIC_Intel-X520-DA2' and
6734            '64B' and
6735            ('BASE' or 'SCALE') and
6736            'NDRPDR' and
6737            'ETH' and
6738            '2T2C' and
6739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6740            not 'VHOST' and
6741            not 'MEMIF'"
6742   parameters:
6743   - "throughput"
6744   - "parent"
6745   - "tags"
6746   sort:
6747   - "L2PATCH"
6748   - "L2XCBASE"
6749   - "BASE"
6750   - "FIB_10K"
6751   - "FIB_100K"
6752   - "FIB_1M"
6753   traces:
6754     hoverinfo: "x+y"
6755     boxpoints: "outliers"
6756     whiskerwidth: 0
6757   layout:
6758     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6759     layout: "plot-throughput"
6760
6761 # Packet Throughput - VPP L2 3n-hsw-x520 features
6762 -
6763   type: "plot"
6764   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6765   algorithm: "plot_performance_box"
6766   output-file-type: ".html"
6767   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6768   data: "plot-vpp-throughput-latency-3n-hsw"
6769   filter: "'NIC_Intel-X520-DA2' and
6770            '64B' and
6771            'NDRPDR' and
6772            '1T1C' and
6773            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6774            not 'ACL' and
6775            not 'VHOST' and
6776            not 'MEMIF'"
6777   parameters:
6778   - "throughput"
6779   - "parent"
6780   - "tags"
6781   sort:
6782   - "L2XCBASE"    # l2xcbase
6783   - "L2BDBASE"    # l2bdbase
6784   - "L2XCFWD"     # dot1q-l2xcbase
6785   - "L2BDMACLRN"  # dot1q-l2bdbase
6786   traces:
6787     hoverinfo: "x+y"
6788     boxpoints: "outliers"
6789     whiskerwidth: 0
6790   layout:
6791     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6792     layout: "plot-throughput"
6793
6794 -
6795   type: "plot"
6796   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6797   algorithm: "plot_performance_box"
6798   output-file-type: ".html"
6799   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6800   data: "plot-vpp-throughput-latency-3n-hsw"
6801   filter: "'NIC_Intel-X520-DA2' and
6802            '64B' and
6803            'NDRPDR' and
6804            '1T1C' and
6805            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6806            not 'ACL' and
6807            not 'VHOST' and
6808            not 'MEMIF'"
6809   parameters:
6810   - "throughput"
6811   - "parent"
6812   - "tags"
6813   sort:
6814   - "L2XCBASE"    # l2xcbase
6815   - "L2BDBASE"    # l2bdbase
6816   - "L2XCFWD"     # dot1q-l2xcbase
6817   - "L2BDMACLRN"  # dot1q-l2bdbase
6818   traces:
6819     hoverinfo: "x+y"
6820     boxpoints: "outliers"
6821     whiskerwidth: 0
6822   layout:
6823     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6824     layout: "plot-throughput"
6825
6826 -
6827   type: "plot"
6828   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6829   algorithm: "plot_performance_box"
6830   output-file-type: ".html"
6831   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6832   data: "plot-vpp-throughput-latency-3n-hsw"
6833   filter: "'NIC_Intel-X520-DA2' and
6834            '64B' and
6835            'NDRPDR' and
6836            '2T2C' and
6837            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6838            not 'ACL' and
6839            not 'VHOST' and
6840            not 'MEMIF'"
6841   parameters:
6842   - "throughput"
6843   - "parent"
6844   - "tags"
6845   sort:
6846   - "L2XCBASE"    # l2xcbase
6847   - "L2BDBASE"    # l2bdbase
6848   - "L2XCFWD"     # dot1q-l2xcbase
6849   - "L2BDMACLRN"  # dot1q-l2bdbase
6850   traces:
6851     hoverinfo: "x+y"
6852     boxpoints: "outliers"
6853     whiskerwidth: 0
6854   layout:
6855     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6856     layout: "plot-throughput"
6857
6858 -
6859   type: "plot"
6860   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6861   algorithm: "plot_performance_box"
6862   output-file-type: ".html"
6863   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6864   data: "plot-vpp-throughput-latency-3n-hsw"
6865   filter: "'NIC_Intel-X520-DA2' and
6866            '64B' and
6867            'NDRPDR' and
6868            '2T2C' and
6869            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6870            not 'ACL' and
6871            not 'VHOST' and
6872            not 'MEMIF'"
6873   parameters:
6874   - "throughput"
6875   - "parent"
6876   - "tags"
6877   sort:
6878   - "L2XCBASE"    # l2xcbase
6879   - "L2BDBASE"    # l2bdbase
6880   - "L2XCFWD"     # dot1q-l2xcbase
6881   - "L2BDMACLRN"  # dot1q-l2bdbase
6882   traces:
6883     hoverinfo: "x+y"
6884     boxpoints: "outliers"
6885     whiskerwidth: 0
6886   layout:
6887     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6888     layout: "plot-throughput"
6889
6890 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6891 -
6892   type: "plot"
6893   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6894   algorithm: "plot_performance_box"
6895   output-file-type: ".html"
6896   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6897   data: "plot-vpp-throughput-latency-3n-hsw"
6898   filter: "'NIC_Intel-X710' and
6899            '64B' and
6900            ('BASE' or 'SCALE') and
6901            'NDRPDR' and
6902            'ETH' and
6903            '1T1C' and
6904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6905            not 'VHOST' and
6906            not 'MEMIF'"
6907   parameters:
6908   - "throughput"
6909   - "parent"
6910   - "tags"
6911   sort:
6912   - "L2XCFWD"
6913   - "L2PATCH"
6914   - "L2BDMACLRN"
6915   - "FIB_10K"
6916   - "FIB_100K"
6917   - "FIB_1M"
6918   traces:
6919     hoverinfo: "x+y"
6920     boxpoints: "outliers"
6921     whiskerwidth: 0
6922   layout:
6923     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6924     layout: "plot-throughput"
6925
6926 -
6927   type: "plot"
6928   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6929   algorithm: "plot_performance_box"
6930   output-file-type: ".html"
6931   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6932   data: "plot-vpp-throughput-latency-3n-hsw"
6933   filter: "'NIC_Intel-X710' and
6934            '64B' and
6935            ('BASE' or 'SCALE') and
6936            'NDRPDR' and
6937            'ETH' and
6938            '1T1C' and
6939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6940            not 'VHOST' and
6941            not 'MEMIF'"
6942   parameters:
6943   - "throughput"
6944   - "parent"
6945   - "tags"
6946   sort:
6947   - "L2XCFWD"
6948   - "L2PATCH"
6949   - "L2BDMACLRN"
6950   - "FIB_10K"
6951   - "FIB_100K"
6952   - "FIB_1M"
6953   traces:
6954     hoverinfo: "x+y"
6955     boxpoints: "outliers"
6956     whiskerwidth: 0
6957   layout:
6958     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6959     layout: "plot-throughput"
6960
6961 -
6962   type: "plot"
6963   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6964   algorithm: "plot_performance_box"
6965   output-file-type: ".html"
6966   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6967   data: "plot-vpp-throughput-latency-3n-hsw"
6968   filter: "'NIC_Intel-X710' and
6969            '64B' and
6970            ('BASE' or 'SCALE') and
6971            'NDRPDR' and
6972            'ETH' and
6973            '2T2C' and
6974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6975            not 'VHOST' and
6976            not 'MEMIF'"
6977   parameters:
6978   - "throughput"
6979   - "parent"
6980   - "tags"
6981   sort:
6982   - "L2XCFWD"
6983   - "L2PATCH"
6984   - "L2BDMACLRN"
6985   - "FIB_10K"
6986   - "FIB_100K"
6987   - "FIB_1M"
6988   traces:
6989     hoverinfo: "x+y"
6990     boxpoints: "outliers"
6991     whiskerwidth: 0
6992   layout:
6993     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6994     layout: "plot-throughput"
6995
6996 -
6997   type: "plot"
6998   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6999   algorithm: "plot_performance_box"
7000   output-file-type: ".html"
7001   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7002   data: "plot-vpp-throughput-latency-3n-hsw"
7003   filter: "'NIC_Intel-X710' and
7004            '64B' and
7005            ('BASE' or 'SCALE') and
7006            'NDRPDR' and
7007            'ETH' and
7008            '2T2C' and
7009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7010            not 'VHOST' and
7011            not 'MEMIF'"
7012   parameters:
7013   - "throughput"
7014   - "parent"
7015   - "tags"
7016   sort:
7017   - "L2XCFWD"
7018   - "L2PATCH"
7019   - "L2BDMACLRN"
7020   - "FIB_10K"
7021   - "FIB_100K"
7022   - "FIB_1M"
7023   traces:
7024     hoverinfo: "x+y"
7025     boxpoints: "outliers"
7026     whiskerwidth: 0
7027   layout:
7028     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7029     layout: "plot-throughput"
7030
7031 # Packet Throughput - VPP L2 3n-hsw-x710 features
7032 -
7033   type: "plot"
7034   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7035   algorithm: "plot_performance_box"
7036   output-file-type: ".html"
7037   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7038   data: "plot-vpp-throughput-latency-3n-hsw"
7039   filter: "'NIC_Intel-X710' and
7040            '64B' and
7041            'NDRPDR' and
7042            '1T1C' and
7043            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7044            not 'ACL' and
7045            not 'VHOST' and
7046            not 'MEMIF'"
7047   parameters:
7048   - "throughput"
7049   - "parent"
7050   - "tags"
7051   sort:
7052   - "L2XCBASE"    # l2xcbase
7053   - "L2BDBASE"    # l2bdbase
7054   - "L2XCFWD"     # dot1q-l2xcbase
7055   - "L2BDMACLRN"  # dot1q-l2bdbase
7056   traces:
7057     hoverinfo: "x+y"
7058     boxpoints: "outliers"
7059     whiskerwidth: 0
7060   layout:
7061     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7062     layout: "plot-throughput"
7063
7064 -
7065   type: "plot"
7066   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7067   algorithm: "plot_performance_box"
7068   output-file-type: ".html"
7069   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7070   data: "plot-vpp-throughput-latency-3n-hsw"
7071   filter: "'NIC_Intel-X710' and
7072            '64B' and
7073            'NDRPDR' and
7074            '1T1C' and
7075            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7076            not 'ACL' and
7077            not 'VHOST' and
7078            not 'MEMIF'"
7079   parameters:
7080   - "throughput"
7081   - "parent"
7082   - "tags"
7083   sort:
7084   - "L2XCBASE"    # l2xcbase
7085   - "L2BDBASE"    # l2bdbase
7086   - "L2XCFWD"     # dot1q-l2xcbase
7087   - "L2BDMACLRN"  # dot1q-l2bdbase
7088   traces:
7089     hoverinfo: "x+y"
7090     boxpoints: "outliers"
7091     whiskerwidth: 0
7092   layout:
7093     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7094     layout: "plot-throughput"
7095
7096 -
7097   type: "plot"
7098   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7099   algorithm: "plot_performance_box"
7100   output-file-type: ".html"
7101   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7102   data: "plot-vpp-throughput-latency-3n-hsw"
7103   filter: "'NIC_Intel-X710' and
7104            '64B' and
7105            'NDRPDR' and
7106            '2T2C' and
7107            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7108            not 'ACL' and
7109            not 'VHOST' and
7110            not 'MEMIF'"
7111   parameters:
7112   - "throughput"
7113   - "parent"
7114   - "tags"
7115   sort:
7116   - "L2XCBASE"    # l2xcbase
7117   - "L2BDBASE"    # l2bdbase
7118   - "L2XCFWD"     # dot1q-l2xcbase
7119   - "L2BDMACLRN"  # dot1q-l2bdbase
7120   traces:
7121     hoverinfo: "x+y"
7122     boxpoints: "outliers"
7123     whiskerwidth: 0
7124   layout:
7125     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7126     layout: "plot-throughput"
7127
7128 -
7129   type: "plot"
7130   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7131   algorithm: "plot_performance_box"
7132   output-file-type: ".html"
7133   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7134   data: "plot-vpp-throughput-latency-3n-hsw"
7135   filter: "'NIC_Intel-X710' and
7136            '64B' and
7137            'NDRPDR' and
7138            '2T2C' and
7139            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7140            not 'ACL' and
7141            not 'VHOST' and
7142            not 'MEMIF'"
7143   parameters:
7144   - "throughput"
7145   - "parent"
7146   - "tags"
7147   sort:
7148   - "L2XCBASE"    # l2xcbase
7149   - "L2BDBASE"    # l2bdbase
7150   - "L2XCFWD"     # dot1q-l2xcbase
7151   - "L2BDMACLRN"  # dot1q-l2bdbase
7152   traces:
7153     hoverinfo: "x+y"
7154     boxpoints: "outliers"
7155     whiskerwidth: 0
7156   layout:
7157     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7158     layout: "plot-throughput"
7159
7160 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7161 -
7162   type: "plot"
7163   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7164   algorithm: "plot_performance_box"
7165   output-file-type: ".html"
7166   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7167   data: "plot-vpp-throughput-latency-3n-hsw"
7168   filter: "'NIC_Intel-XL710' and
7169            '64B' and
7170            ('BASE' or 'SCALE') and
7171            'NDRPDR' and
7172            'ETH' and
7173            '1T1C' and
7174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7175            not 'VHOST' and
7176            not 'MEMIF'"
7177   parameters:
7178   - "throughput"
7179   - "parent"
7180   - "tags"
7181   sort:
7182   - "L2PATCH"
7183   - "L2XCBASE"
7184   - "BASE"
7185   - "FIB_10K"
7186   - "FIB_100K"
7187   - "FIB_1M"
7188   traces:
7189     hoverinfo: "x+y"
7190     boxpoints: "outliers"
7191     whiskerwidth: 0
7192   layout:
7193     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7194     layout: "plot-throughput"
7195
7196 -
7197   type: "plot"
7198   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7199   algorithm: "plot_performance_box"
7200   output-file-type: ".html"
7201   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7202   data: "plot-vpp-throughput-latency-3n-hsw"
7203   filter: "'NIC_Intel-XL710' and
7204            '64B' and
7205            ('BASE' or 'SCALE') and
7206            'NDRPDR' and
7207            'ETH' and
7208            '1T1C' and
7209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7210            not 'VHOST' and
7211            not 'MEMIF'"
7212   parameters:
7213   - "throughput"
7214   - "parent"
7215   - "tags"
7216   sort:
7217   - "L2PATCH"
7218   - "L2XCBASE"
7219   - "BASE"
7220   - "FIB_10K"
7221   - "FIB_100K"
7222   - "FIB_1M"
7223   traces:
7224     hoverinfo: "x+y"
7225     boxpoints: "outliers"
7226     whiskerwidth: 0
7227   layout:
7228     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7229     layout: "plot-throughput"
7230
7231 -
7232   type: "plot"
7233   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7234   algorithm: "plot_performance_box"
7235   output-file-type: ".html"
7236   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7237   data: "plot-vpp-throughput-latency-3n-hsw"
7238   filter: "'NIC_Intel-XL710' and
7239            '64B' and
7240            ('BASE' or 'SCALE') and
7241            'NDRPDR' and
7242            'ETH' and
7243            '2T2C' and
7244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7245            not 'VHOST' and
7246            not 'MEMIF'"
7247   parameters:
7248   - "throughput"
7249   - "parent"
7250   - "tags"
7251   sort:
7252   - "L2PATCH"
7253   - "L2XCBASE"
7254   - "BASE"
7255   - "FIB_10K"
7256   - "FIB_100K"
7257   - "FIB_1M"
7258   traces:
7259     hoverinfo: "x+y"
7260     boxpoints: "outliers"
7261     whiskerwidth: 0
7262   layout:
7263     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7264     layout: "plot-throughput"
7265
7266 -
7267   type: "plot"
7268   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7269   algorithm: "plot_performance_box"
7270   output-file-type: ".html"
7271   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7272   data: "plot-vpp-throughput-latency-3n-hsw"
7273   filter: "'NIC_Intel-XL710' and
7274            '64B' and
7275            ('BASE' or 'SCALE') and
7276            'NDRPDR' and
7277            'ETH' and
7278            '2T2C' and
7279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7280            not 'VHOST' and
7281            not 'MEMIF'"
7282   parameters:
7283   - "throughput"
7284   - "parent"
7285   - "tags"
7286   sort:
7287   - "L2PATCH"
7288   - "L2XCBASE"
7289   - "BASE"
7290   - "FIB_10K"
7291   - "FIB_100K"
7292   - "FIB_1M"
7293   traces:
7294     hoverinfo: "x+y"
7295     boxpoints: "outliers"
7296     whiskerwidth: 0
7297   layout:
7298     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7299     layout: "plot-throughput"
7300
7301 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7302 -
7303   type: "plot"
7304   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7305   algorithm: "plot_performance_box"
7306   output-file-type: ".html"
7307   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7308   data: "plot-vpp-throughput-latency-3n-skx"
7309   filter: "'NIC_Intel-X710' and
7310            '64B' and
7311            ('BASE' or 'SCALE') and
7312            'NDRPDR' and
7313            'ETH' and
7314            '2T1C' and
7315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7316            not 'VHOST' and
7317            not 'MEMIF' and
7318            not 'DRV_AVF'"
7319   parameters:
7320   - "throughput"
7321   - "parent"
7322   - "tags"
7323   sort:
7324   - "L2PATCH"
7325   - "L2XCBASE"
7326   - "BASE"
7327   - "FIB_10K"
7328   - "FIB_100K"
7329   - "FIB_1M"
7330   traces:
7331     hoverinfo: "x+y"
7332     boxpoints: "outliers"
7333     whiskerwidth: 0
7334   layout:
7335     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7336     layout: "plot-throughput"
7337
7338 -
7339   type: "plot"
7340   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7341   algorithm: "plot_performance_box"
7342   output-file-type: ".html"
7343   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7344   data: "plot-vpp-throughput-latency-3n-skx"
7345   filter: "'NIC_Intel-X710' and
7346            '64B' and
7347            ('BASE' or 'SCALE') and
7348            'NDRPDR' and
7349            'ETH' and
7350            '2T1C' and
7351            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7352            not 'VHOST' and
7353            not 'MEMIF' and
7354            not 'DRV_AVF'"
7355   parameters:
7356   - "throughput"
7357   - "parent"
7358   - "tags"
7359   sort:
7360   - "L2PATCH"
7361   - "L2XCBASE"
7362   - "BASE"
7363   - "FIB_10K"
7364   - "FIB_100K"
7365   - "FIB_1M"
7366   traces:
7367     hoverinfo: "x+y"
7368     boxpoints: "outliers"
7369     whiskerwidth: 0
7370   layout:
7371     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7372     layout: "plot-throughput"
7373
7374 -
7375   type: "plot"
7376   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7377   algorithm: "plot_performance_box"
7378   output-file-type: ".html"
7379   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7380   data: "plot-vpp-throughput-latency-3n-skx"
7381   filter: "'NIC_Intel-X710' and
7382            '64B' and
7383            ('BASE' or 'SCALE') and
7384            'NDRPDR' and
7385            'ETH' and
7386            '4T2C' and
7387            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7388            not 'VHOST' and
7389            not 'MEMIF' and
7390            not 'DRV_AVF'"
7391   parameters:
7392   - "throughput"
7393   - "parent"
7394   - "tags"
7395   sort:
7396   - "L2PATCH"
7397   - "L2XCBASE"
7398   - "BASE"
7399   - "FIB_10K"
7400   - "FIB_100K"
7401   - "FIB_1M"
7402   traces:
7403     hoverinfo: "x+y"
7404     boxpoints: "outliers"
7405     whiskerwidth: 0
7406   layout:
7407     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7408     layout: "plot-throughput"
7409
7410 -
7411   type: "plot"
7412   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7413   algorithm: "plot_performance_box"
7414   output-file-type: ".html"
7415   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7416   data: "plot-vpp-throughput-latency-3n-skx"
7417   filter: "'NIC_Intel-X710' and
7418            '64B' and
7419            ('BASE' or 'SCALE') and
7420            'NDRPDR' and
7421            'ETH' and
7422            '4T2C' and
7423            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7424            not 'VHOST' and
7425            not 'MEMIF' and
7426            not 'DRV_AVF'"
7427   parameters:
7428   - "throughput"
7429   - "parent"
7430   - "tags"
7431   sort:
7432   - "L2PATCH"
7433   - "L2XCBASE"
7434   - "BASE"
7435   - "FIB_10K"
7436   - "FIB_100K"
7437   - "FIB_1M"
7438   traces:
7439     hoverinfo: "x+y"
7440     boxpoints: "outliers"
7441     whiskerwidth: 0
7442   layout:
7443     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7444     layout: "plot-throughput"
7445
7446 # Packet Throughput - VPP L2 3n-skx-x710 features
7447 -
7448   type: "plot"
7449   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7450   algorithm: "plot_performance_box"
7451   output-file-type: ".html"
7452   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7453   data: "plot-vpp-throughput-latency-3n-skx"
7454   filter: "'NIC_Intel-X710' and
7455            '64B' and
7456            'NDRPDR' and
7457            '2T1C' and
7458            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7459            not 'ACL' and
7460            not 'VHOST' and
7461            not 'MEMIF'"
7462   parameters:
7463   - "throughput"
7464   - "parent"
7465   - "tags"
7466   sort:
7467   - "L2XCBASE"    # l2xcbase
7468   - "L2BDBASE"    # l2bdbase
7469   - "L2XCFWD"     # dot1q-l2xcbase
7470   - "L2BDMACLRN"  # dot1q-l2bdbase
7471   traces:
7472     hoverinfo: "x+y"
7473     boxpoints: "outliers"
7474     whiskerwidth: 0
7475   layout:
7476     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7477     layout: "plot-throughput"
7478
7479 -
7480   type: "plot"
7481   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7482   algorithm: "plot_performance_box"
7483   output-file-type: ".html"
7484   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7485   data: "plot-vpp-throughput-latency-3n-skx"
7486   filter: "'NIC_Intel-X710' and
7487            '64B' and
7488            'NDRPDR' and
7489            '2T1C' and
7490            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7491            not 'ACL' and
7492            not 'VHOST' and
7493            not 'MEMIF'"
7494   parameters:
7495   - "throughput"
7496   - "parent"
7497   - "tags"
7498   sort:
7499   - "L2XCBASE"    # l2xcbase
7500   - "L2BDBASE"    # l2bdbase
7501   - "L2XCFWD"     # dot1q-l2xcbase
7502   - "L2BDMACLRN"  # dot1q-l2bdbase
7503   traces:
7504     hoverinfo: "x+y"
7505     boxpoints: "outliers"
7506     whiskerwidth: 0
7507   layout:
7508     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7509     layout: "plot-throughput"
7510
7511 -
7512   type: "plot"
7513   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7514   algorithm: "plot_performance_box"
7515   output-file-type: ".html"
7516   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7517   data: "plot-vpp-throughput-latency-3n-skx"
7518   filter: "'NIC_Intel-X710' and
7519            '64B' and
7520            'NDRPDR' and
7521            '4T2C' and
7522            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7523            not 'ACL' and
7524            not 'VHOST' and
7525            not 'MEMIF'"
7526   parameters:
7527   - "throughput"
7528   - "parent"
7529   - "tags"
7530   sort:
7531   - "L2XCBASE"    # l2xcbase
7532   - "L2BDBASE"    # l2bdbase
7533   - "L2XCFWD"     # dot1q-l2xcbase
7534   - "L2BDMACLRN"  # dot1q-l2bdbase
7535   traces:
7536     hoverinfo: "x+y"
7537     boxpoints: "outliers"
7538     whiskerwidth: 0
7539   layout:
7540     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7541     layout: "plot-throughput"
7542
7543 -
7544   type: "plot"
7545   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7546   algorithm: "plot_performance_box"
7547   output-file-type: ".html"
7548   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7549   data: "plot-vpp-throughput-latency-3n-skx"
7550   filter: "'NIC_Intel-X710' and
7551            '64B' and
7552            'NDRPDR' and
7553            '4T2C' and
7554            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7555            not 'ACL' and
7556            not 'VHOST' and
7557            not 'MEMIF'"
7558   parameters:
7559   - "throughput"
7560   - "parent"
7561   - "tags"
7562   sort:
7563   - "L2XCBASE"    # l2xcbase
7564   - "L2BDBASE"    # l2bdbase
7565   - "L2XCFWD"     # dot1q-l2xcbase
7566   - "L2BDMACLRN"  # dot1q-l2bdbase
7567   traces:
7568     hoverinfo: "x+y"
7569     boxpoints: "outliers"
7570     whiskerwidth: 0
7571   layout:
7572     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7573     layout: "plot-throughput"
7574
7575 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
7576 -
7577   type: "plot"
7578   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7579   algorithm: "plot_performance_box"
7580   output-file-type: ".html"
7581   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7582   data: "plot-vpp-throughput-latency-3n-skx"
7583   filter: "'NIC_Intel-XXV710' and
7584            '64B' and
7585            ('BASE' or 'SCALE') and
7586            'NDRPDR' and
7587            'ETH' and
7588            '2T1C' and
7589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7590            not 'VHOST' and
7591            not 'MEMIF' and
7592            not 'DRV_AVF'"
7593   parameters:
7594   - "throughput"
7595   - "parent"
7596   - "tags"
7597   sort:
7598   - "L2PATCH"
7599   - "L2XCBASE"
7600   - "BASE"
7601   - "FIB_10K"
7602   - "FIB_100K"
7603   - "FIB_1M"
7604   traces:
7605     hoverinfo: "x+y"
7606     boxpoints: "outliers"
7607     whiskerwidth: 0
7608   layout:
7609     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7610     layout: "plot-throughput"
7611
7612 -
7613   type: "plot"
7614   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7615   algorithm: "plot_performance_box"
7616   output-file-type: ".html"
7617   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7618   data: "plot-vpp-throughput-latency-3n-skx"
7619   filter: "'NIC_Intel-XXV710' and
7620            '64B' and
7621            ('BASE' or 'SCALE') and
7622            'NDRPDR' and
7623            'ETH' and
7624            '2T1C' and
7625            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7626            not 'VHOST' and
7627            not 'MEMIF' and
7628            not 'DRV_AVF'"
7629   parameters:
7630   - "throughput"
7631   - "parent"
7632   - "tags"
7633   sort:
7634   - "L2PATCH"
7635   - "L2XCBASE"
7636   - "BASE"
7637   - "FIB_10K"
7638   - "FIB_100K"
7639   - "FIB_1M"
7640   traces:
7641     hoverinfo: "x+y"
7642     boxpoints: "outliers"
7643     whiskerwidth: 0
7644   layout:
7645     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7646     layout: "plot-throughput"
7647
7648 -
7649   type: "plot"
7650   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7651   algorithm: "plot_performance_box"
7652   output-file-type: ".html"
7653   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7654   data: "plot-vpp-throughput-latency-3n-skx"
7655   filter: "'NIC_Intel-XXV710' and
7656            '64B' and
7657            ('BASE' or 'SCALE') and
7658            'NDRPDR' and
7659            'ETH' and
7660            '4T2C' and
7661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7662            not 'VHOST' and
7663            not 'MEMIF' and
7664            not 'DRV_AVF'"
7665   parameters:
7666   - "throughput"
7667   - "parent"
7668   - "tags"
7669   sort:
7670   - "L2PATCH"
7671   - "L2XCBASE"
7672   - "BASE"
7673   - "FIB_10K"
7674   - "FIB_100K"
7675   - "FIB_1M"
7676   traces:
7677     hoverinfo: "x+y"
7678     boxpoints: "outliers"
7679     whiskerwidth: 0
7680   layout:
7681     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7682     layout: "plot-throughput"
7683
7684 -
7685   type: "plot"
7686   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7687   algorithm: "plot_performance_box"
7688   output-file-type: ".html"
7689   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7690   data: "plot-vpp-throughput-latency-3n-skx"
7691   filter: "'NIC_Intel-XXV710' and
7692            '64B' and
7693            ('BASE' or 'SCALE') and
7694            'NDRPDR' and
7695            'ETH' and
7696            '4T2C' and
7697            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7698            not 'VHOST' and
7699            not 'MEMIF' and
7700            not 'DRV_AVF'"
7701   parameters:
7702   - "throughput"
7703   - "parent"
7704   - "tags"
7705   sort:
7706   - "L2PATCH"
7707   - "L2XCBASE"
7708   - "BASE"
7709   - "FIB_10K"
7710   - "FIB_100K"
7711   - "FIB_1M"
7712   traces:
7713     hoverinfo: "x+y"
7714     boxpoints: "outliers"
7715     whiskerwidth: 0
7716   layout:
7717     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7718     layout: "plot-throughput"
7719
7720 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7721 -
7722   type: "plot"
7723   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7724   algorithm: "plot_performance_box"
7725   output-file-type: ".html"
7726   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7727   data: "plot-vpp-throughput-latency-2n-skx"
7728   filter: "'NIC_Intel-X710' and
7729            '64B' and
7730            ('BASE' or 'SCALE') and
7731            'NDRPDR' and
7732            'ETH' and
7733            '2T1C' and
7734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7735            not 'VHOST' and
7736            not 'MEMIF'"
7737   parameters:
7738   - "throughput"
7739   - "parent"
7740   - "tags"
7741   sort:
7742   - "L2PATCH"
7743   - "L2XCBASE"
7744   - "BASE"
7745   - "FIB_10K"
7746   - "FIB_100K"
7747   - "FIB_1M"
7748   traces:
7749     hoverinfo: "x+y"
7750     boxpoints: "outliers"
7751     whiskerwidth: 0
7752   layout:
7753     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7754     layout: "plot-throughput"
7755
7756 -
7757   type: "plot"
7758   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7759   algorithm: "plot_performance_box"
7760   output-file-type: ".html"
7761   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7762   data: "plot-vpp-throughput-latency-2n-skx"
7763   filter: "'NIC_Intel-X710' and
7764            '64B' and
7765            ('BASE' or 'SCALE') and
7766            'NDRPDR' and
7767            'ETH' and
7768            '2T1C' and
7769            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7770            not 'VHOST' and
7771            not 'MEMIF'"
7772   parameters:
7773   - "throughput"
7774   - "parent"
7775   - "tags"
7776   sort:
7777   - "L2PATCH"
7778   - "L2XCBASE"
7779   - "BASE"
7780   - "FIB_10K"
7781   - "FIB_100K"
7782   - "FIB_1M"
7783   traces:
7784     hoverinfo: "x+y"
7785     boxpoints: "outliers"
7786     whiskerwidth: 0
7787   layout:
7788     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7789     layout: "plot-throughput"
7790
7791 -
7792   type: "plot"
7793   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7794   algorithm: "plot_performance_box"
7795   output-file-type: ".html"
7796   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7797   data: "plot-vpp-throughput-latency-2n-skx"
7798   filter: "'NIC_Intel-X710' and
7799            '64B' and
7800            ('BASE' or 'SCALE') and
7801            'NDRPDR' and
7802            'ETH' and
7803            '4T2C' and
7804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7805            not 'VHOST' and
7806            not 'MEMIF'"
7807   parameters:
7808   - "throughput"
7809   - "parent"
7810   - "tags"
7811   sort:
7812   - "L2PATCH"
7813   - "L2XCBASE"
7814   - "BASE"
7815   - "FIB_10K"
7816   - "FIB_100K"
7817   - "FIB_1M"
7818   traces:
7819     hoverinfo: "x+y"
7820     boxpoints: "outliers"
7821     whiskerwidth: 0
7822   layout:
7823     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7824     layout: "plot-throughput"
7825
7826 -
7827   type: "plot"
7828   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7829   algorithm: "plot_performance_box"
7830   output-file-type: ".html"
7831   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7832   data: "plot-vpp-throughput-latency-2n-skx"
7833   filter: "'NIC_Intel-X710' and
7834            '64B' and
7835            ('BASE' or 'SCALE') and
7836            'NDRPDR' and
7837            'ETH' and
7838            '4T2C' and
7839            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7840            not 'VHOST' and
7841            not 'MEMIF'"
7842   parameters:
7843   - "throughput"
7844   - "parent"
7845   - "tags"
7846   sort:
7847   - "L2PATCH"
7848   - "L2XCBASE"
7849   - "BASE"
7850   - "FIB_10K"
7851   - "FIB_100K"
7852   - "FIB_1M"
7853   traces:
7854     hoverinfo: "x+y"
7855     boxpoints: "outliers"
7856     whiskerwidth: 0
7857   layout:
7858     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7859     layout: "plot-throughput"
7860
7861 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7862 -
7863   type: "plot"
7864   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7865   algorithm: "plot_performance_box"
7866   output-file-type: ".html"
7867   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7868   data: "plot-vpp-throughput-latency-2n-skx"
7869   filter: "'NIC_Intel-XXV710' and
7870            '64B' and
7871            ('BASE' or 'SCALE') and
7872            'NDRPDR' and
7873            'ETH' and
7874            '2T1C' and
7875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7876            not 'VHOST' and
7877            not 'MEMIF'"
7878   parameters:
7879   - "throughput"
7880   - "parent"
7881   - "tags"
7882   sort:
7883   - "L2PATCH"
7884   - "L2XCBASE"
7885   - "BASE"
7886   - "FIB_10K"
7887   - "FIB_100K"
7888   - "FIB_1M"
7889   traces:
7890     hoverinfo: "x+y"
7891     boxpoints: "outliers"
7892     whiskerwidth: 0
7893   layout:
7894     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7895     layout: "plot-throughput"
7896
7897 -
7898   type: "plot"
7899   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7900   algorithm: "plot_performance_box"
7901   output-file-type: ".html"
7902   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7903   data: "plot-vpp-throughput-latency-2n-skx"
7904   filter: "'NIC_Intel-XXV710' and
7905            '64B' and
7906            ('BASE' or 'SCALE') and
7907            'NDRPDR' and
7908            'ETH' and
7909            '2T1C' and
7910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7911            not 'VHOST' and
7912            not 'MEMIF'"
7913   parameters:
7914   - "throughput"
7915   - "parent"
7916   - "tags"
7917   sort:
7918   - "L2PATCH"
7919   - "L2XCBASE"
7920   - "BASE"
7921   - "FIB_10K"
7922   - "FIB_100K"
7923   - "FIB_1M"
7924   traces:
7925     hoverinfo: "x+y"
7926     boxpoints: "outliers"
7927     whiskerwidth: 0
7928   layout:
7929     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7930     layout: "plot-throughput"
7931
7932 -
7933   type: "plot"
7934   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7935   algorithm: "plot_performance_box"
7936   output-file-type: ".html"
7937   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7938   data: "plot-vpp-throughput-latency-2n-skx"
7939   filter: "'NIC_Intel-XXV710' and
7940            '64B' and
7941            ('BASE' or 'SCALE') and
7942            'NDRPDR' and
7943            'ETH' and
7944            '4T2C' and
7945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7946            not 'VHOST' and
7947            not 'MEMIF'"
7948   parameters:
7949   - "throughput"
7950   - "parent"
7951   - "tags"
7952   sort:
7953   - "L2PATCH"
7954   - "L2XCBASE"
7955   - "BASE"
7956   - "FIB_10K"
7957   - "FIB_100K"
7958   - "FIB_1M"
7959   traces:
7960     hoverinfo: "x+y"
7961     boxpoints: "outliers"
7962     whiskerwidth: 0
7963   layout:
7964     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7965     layout: "plot-throughput"
7966
7967 -
7968   type: "plot"
7969   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7970   algorithm: "plot_performance_box"
7971   output-file-type: ".html"
7972   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7973   data: "plot-vpp-throughput-latency-2n-skx"
7974   filter: "'NIC_Intel-XXV710' and
7975            '64B' and
7976            ('BASE' or 'SCALE') and
7977            'NDRPDR' and
7978            'ETH' and
7979            '4T2C' and
7980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7981            not 'VHOST' and
7982            not 'MEMIF'"
7983   parameters:
7984   - "throughput"
7985   - "parent"
7986   - "tags"
7987   sort:
7988   - "L2PATCH"
7989   - "L2XCBASE"
7990   - "BASE"
7991   - "FIB_10K"
7992   - "FIB_100K"
7993   - "FIB_1M"
7994   traces:
7995     hoverinfo: "x+y"
7996     boxpoints: "outliers"
7997     whiskerwidth: 0
7998   layout:
7999     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8000     layout: "plot-throughput"
8001
8002 # Packet Throughput - VPP L2 2n-dnv-x553 base
8003 -
8004   type: "plot"
8005   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8006   algorithm: "plot_performance_box"
8007   output-file-type: ".html"
8008   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8009   data: "intel-dnv-vpp"
8010   filter: "'NIC_Intel-X553' and
8011            '64B' and
8012            'BASE' and
8013            'NDRPDR' and
8014            'ETH' and
8015            '1T1C' and
8016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8017            not 'VHOST' and
8018            not 'MEMIF'"
8019   parameters:
8020   - "throughput"
8021   - "parent"
8022   - "tags"
8023   sort:
8024   - "L2XCBASE"
8025   - "L2BDMACLRN"
8026   - "L2PATCH"
8027   traces:
8028     hoverinfo: "x+y"
8029     boxpoints: "outliers"
8030     whiskerwidth: 0
8031   layout:
8032     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8033     layout: "plot-throughput"
8034
8035 -
8036   type: "plot"
8037   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8038   algorithm: "plot_performance_box"
8039   output-file-type: ".html"
8040   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8041   data: "intel-dnv-vpp"
8042   filter: "'NIC_Intel-X553' and
8043            '64B' and
8044            ('BASE' or 'SCALE') and
8045            'NDRPDR' and
8046            'ETH' and
8047            '1T1C' and
8048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8049            not 'VHOST' and
8050            not 'MEMIF'"
8051   parameters:
8052   - "throughput"
8053   - "parent"
8054   - "tags"
8055   sort:
8056   - "L2XCBASE"
8057   - "L2BDMACLRN"
8058   - "L2PATCH"
8059   traces:
8060     hoverinfo: "x+y"
8061     boxpoints: "outliers"
8062     whiskerwidth: 0
8063   layout:
8064     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8065     layout: "plot-throughput"
8066
8067 -
8068   type: "plot"
8069   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8070   algorithm: "plot_performance_box"
8071   output-file-type: ".html"
8072   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8073   data: "intel-dnv-vpp"
8074   filter: "'NIC_Intel-X553' and
8075            '64B' and
8076            ('BASE' or 'SCALE') and
8077            'NDRPDR' and
8078            'ETH' and
8079            '2T2C' and
8080            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8081            not 'VHOST' and
8082            not 'MEMIF'"
8083   parameters:
8084   - "throughput"
8085   - "parent"
8086   - "tags"
8087   sort:
8088   - "L2XCBASE"
8089   - "L2BDMACLRN"
8090   - "L2PATCH"
8091   traces:
8092     hoverinfo: "x+y"
8093     boxpoints: "outliers"
8094     whiskerwidth: 0
8095   layout:
8096     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8097     layout: "plot-throughput"
8098
8099 -
8100   type: "plot"
8101   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8102   algorithm: "plot_performance_box"
8103   output-file-type: ".html"
8104   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8105   data: "intel-dnv-vpp"
8106   filter: "'NIC_Intel-X553' and
8107            '64B' and
8108            ('BASE' or 'SCALE') and
8109            'NDRPDR' and
8110            'ETH' and
8111            '2T2C' and
8112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8113            not 'VHOST' and
8114            not 'MEMIF'"
8115   parameters:
8116   - "throughput"
8117   - "parent"
8118   - "tags"
8119   sort:
8120   - "L2XCBASE"
8121   - "L2BDMACLRN"
8122   - "L2PATCH"
8123   traces:
8124     hoverinfo: "x+y"
8125     boxpoints: "outliers"
8126     whiskerwidth: 0
8127   layout:
8128     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8129     layout: "plot-throughput"
8130
8131 ################################################################################
8132
8133 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8134 -
8135   type: "plot"
8136   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8137   algorithm: "plot_performance_box"
8138   output-file-type: ".html"
8139   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8140   data: "plot-vpp-throughput-latency-3n-hsw"
8141   filter: "'NIC_Intel-X520-DA2' and
8142            '64B' and
8143            ('BASE' or 'SCALE') and
8144            'NDRPDR' and
8145            '1T1C' and
8146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8147            not 'VHOST' and
8148            'MEMIF'"
8149   parameters:
8150   - "throughput"
8151   - "parent"
8152   - "tags"
8153   sort:
8154   - "L2XCFWD"
8155   - "L2XCFWD"
8156   - "L2XCFWD"
8157   - "L2BDMACLRN"
8158   - "L2BDMACLRN"
8159   - "L2BDMACLRN"
8160   traces:
8161     hoverinfo: "x+y"
8162     boxpoints: "outliers"
8163     whiskerwidth: 0
8164   layout:
8165     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8166     layout: "plot-throughput"
8167
8168 -
8169   type: "plot"
8170   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8171   algorithm: "plot_performance_box"
8172   output-file-type: ".html"
8173   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8174   data: "plot-vpp-throughput-latency-3n-hsw"
8175   filter: "'NIC_Intel-X520-DA2' and
8176            '64B' and
8177            ('BASE' or 'SCALE') and
8178            'NDRPDR' and
8179            '1T1C' and
8180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8181            not 'VHOST' and
8182            'MEMIF'"
8183   parameters:
8184   - "throughput"
8185   - "parent"
8186   - "tags"
8187   sort:
8188   - "L2XCFWD"
8189   - "L2XCFWD"
8190   - "L2XCFWD"
8191   - "L2BDMACLRN"
8192   - "L2BDMACLRN"
8193   - "L2BDMACLRN"
8194   traces:
8195     hoverinfo: "x+y"
8196     boxpoints: "outliers"
8197     whiskerwidth: 0
8198   layout:
8199     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8200     layout: "plot-throughput"
8201
8202 -
8203   type: "plot"
8204   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8205   algorithm: "plot_performance_box"
8206   output-file-type: ".html"
8207   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8208   data: "plot-vpp-throughput-latency-3n-hsw"
8209   filter: "'NIC_Intel-X520-DA2' and
8210            '64B' and
8211            ('BASE' or 'SCALE') and
8212            'NDRPDR' and
8213            '2T2C' and
8214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8215            not 'VHOST' and
8216            'MEMIF'"
8217   parameters:
8218   - "throughput"
8219   - "parent"
8220   - "tags"
8221   sort:
8222   - "L2XCFWD"
8223   - "L2XCFWD"
8224   - "L2XCFWD"
8225   - "L2BDMACLRN"
8226   - "L2BDMACLRN"
8227   - "L2BDMACLRN"
8228   traces:
8229     hoverinfo: "x+y"
8230     boxpoints: "outliers"
8231     whiskerwidth: 0
8232   layout:
8233     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8234     layout: "plot-throughput"
8235
8236 -
8237   type: "plot"
8238   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8239   algorithm: "plot_performance_box"
8240   output-file-type: ".html"
8241   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8242   data: "plot-vpp-throughput-latency-3n-hsw"
8243   filter: "'NIC_Intel-X520-DA2' and
8244            '64B' and
8245            ('BASE' or 'SCALE') and
8246            'NDRPDR' and
8247            '2T2C' and
8248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8249            not 'VHOST' and
8250            'MEMIF'"
8251   parameters:
8252   - "throughput"
8253   - "parent"
8254   - "tags"
8255   sort:
8256   - "L2XCFWD"
8257   - "L2XCFWD"
8258   - "L2XCFWD"
8259   - "L2BDMACLRN"
8260   - "L2BDMACLRN"
8261   - "L2BDMACLRN"
8262   traces:
8263     hoverinfo: "x+y"
8264     boxpoints: "outliers"
8265     whiskerwidth: 0
8266   layout:
8267     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8268     layout: "plot-throughput"
8269
8270 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8271 -
8272   type: "plot"
8273   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8274   algorithm: "plot_performance_box"
8275   output-file-type: ".html"
8276   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8277   data: "plot-vpp-throughput-latency-3n-hsw"
8278   filter: "'NIC_Intel-X710' and
8279            '64B' and
8280            ('BASE' or 'SCALE') and
8281            'NDRPDR' and
8282            '1T1C' and
8283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8284            not 'VHOST' and
8285            'MEMIF'"
8286   parameters:
8287   - "throughput"
8288   - "parent"
8289   - "tags"
8290   sort:
8291   - "L2XCFWD"
8292   - "L2XCFWD"
8293   - "L2XCFWD"
8294   - "L2BDMACLRN"
8295   - "L2BDMACLRN"
8296   - "L2BDMACLRN"
8297   traces:
8298     hoverinfo: "x+y"
8299     boxpoints: "outliers"
8300     whiskerwidth: 0
8301   layout:
8302     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8303     layout: "plot-throughput"
8304
8305 -
8306   type: "plot"
8307   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8308   algorithm: "plot_performance_box"
8309   output-file-type: ".html"
8310   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8311   data: "plot-vpp-throughput-latency-3n-hsw"
8312   filter: "'NIC_Intel-X710' and
8313            '64B' and
8314            ('BASE' or 'SCALE') and
8315            'NDRPDR' and
8316            '1T1C' and
8317            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8318            not 'VHOST' and
8319            'MEMIF'"
8320   parameters:
8321   - "throughput"
8322   - "parent"
8323   - "tags"
8324   sort:
8325   - "L2XCFWD"
8326   - "L2XCFWD"
8327   - "L2XCFWD"
8328   - "L2BDMACLRN"
8329   - "L2BDMACLRN"
8330   - "L2BDMACLRN"
8331   traces:
8332     hoverinfo: "x+y"
8333     boxpoints: "outliers"
8334     whiskerwidth: 0
8335   layout:
8336     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8337     layout: "plot-throughput"
8338
8339 -
8340   type: "plot"
8341   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8342   algorithm: "plot_performance_box"
8343   output-file-type: ".html"
8344   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8345   data: "plot-vpp-throughput-latency-3n-hsw"
8346   filter: "'NIC_Intel-X710' and
8347            '64B' and
8348            ('BASE' or 'SCALE') and
8349            'NDRPDR' and
8350            '2T2C' and
8351            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8352            not 'VHOST' and
8353            'MEMIF'"
8354   parameters:
8355   - "throughput"
8356   - "parent"
8357   - "tags"
8358   sort:
8359   - "L2XCFWD"
8360   - "L2XCFWD"
8361   - "L2XCFWD"
8362   - "L2BDMACLRN"
8363   - "L2BDMACLRN"
8364   - "L2BDMACLRN"
8365   traces:
8366     hoverinfo: "x+y"
8367     boxpoints: "outliers"
8368     whiskerwidth: 0
8369   layout:
8370     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8371     layout: "plot-throughput"
8372
8373 -
8374   type: "plot"
8375   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8376   algorithm: "plot_performance_box"
8377   output-file-type: ".html"
8378   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8379   data: "plot-vpp-throughput-latency-3n-hsw"
8380   filter: "'NIC_Intel-X710' and
8381            '64B' and
8382            ('BASE' or 'SCALE') and
8383            'NDRPDR' and
8384            '2T2C' and
8385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8386            not 'VHOST' and
8387            'MEMIF'"
8388   parameters:
8389   - "throughput"
8390   - "parent"
8391   - "tags"
8392   sort:
8393   - "L2XCFWD"
8394   - "L2XCFWD"
8395   - "L2XCFWD"
8396   - "L2BDMACLRN"
8397   - "L2BDMACLRN"
8398   - "L2BDMACLRN"
8399   traces:
8400     hoverinfo: "x+y"
8401     boxpoints: "outliers"
8402     whiskerwidth: 0
8403   layout:
8404     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8405     layout: "plot-throughput"
8406
8407 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8408 -
8409   type: "plot"
8410   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8411   algorithm: "plot_performance_box"
8412   output-file-type: ".html"
8413   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8414   data: "plot-vpp-throughput-latency-3n-hsw"
8415   filter: "'NIC_Intel-XL710' and
8416            '64B' and
8417            ('BASE' or 'SCALE') and
8418            'NDRPDR' and
8419            '1T1C' and
8420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8421            not 'VHOST' and
8422            'MEMIF'"
8423   parameters:
8424   - "throughput"
8425   - "parent"
8426   - "tags"
8427   sort:
8428   - "L2XCFWD"
8429   - "L2XCFWD"
8430   - "L2XCFWD"
8431   - "L2BDMACLRN"
8432   - "L2BDMACLRN"
8433   - "L2BDMACLRN"
8434   traces:
8435     hoverinfo: "x+y"
8436     boxpoints: "outliers"
8437     whiskerwidth: 0
8438   layout:
8439     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8440     layout: "plot-throughput"
8441
8442 -
8443   type: "plot"
8444   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8445   algorithm: "plot_performance_box"
8446   output-file-type: ".html"
8447   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8448   data: "plot-vpp-throughput-latency-3n-hsw"
8449   filter: "'NIC_Intel-XL710' and
8450            '64B' and
8451            ('BASE' or 'SCALE') and
8452            'NDRPDR' and
8453            '1T1C' and
8454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8455            not 'VHOST' and
8456            'MEMIF'"
8457   parameters:
8458   - "throughput"
8459   - "parent"
8460   - "tags"
8461   sort:
8462   - "L2XCFWD"
8463   - "L2XCFWD"
8464   - "L2XCFWD"
8465   - "L2BDMACLRN"
8466   - "L2BDMACLRN"
8467   - "L2BDMACLRN"
8468   traces:
8469     hoverinfo: "x+y"
8470     boxpoints: "outliers"
8471     whiskerwidth: 0
8472   layout:
8473     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8474     layout: "plot-throughput"
8475
8476 -
8477   type: "plot"
8478   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8479   algorithm: "plot_performance_box"
8480   output-file-type: ".html"
8481   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8482   data: "plot-vpp-throughput-latency-3n-hsw"
8483   filter: "'NIC_Intel-XL710' and
8484            '64B' and
8485            ('BASE' or 'SCALE') and
8486            'NDRPDR' and
8487            '2T2C' and
8488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8489            not 'VHOST' and
8490            'MEMIF'"
8491   parameters:
8492   - "throughput"
8493   - "parent"
8494   - "tags"
8495   sort:
8496   - "L2XCFWD"
8497   - "L2XCFWD"
8498   - "L2XCFWD"
8499   - "L2BDMACLRN"
8500   - "L2BDMACLRN"
8501   - "L2BDMACLRN"
8502   traces:
8503     hoverinfo: "x+y"
8504     boxpoints: "outliers"
8505     whiskerwidth: 0
8506   layout:
8507     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8508     layout: "plot-throughput"
8509
8510 -
8511   type: "plot"
8512   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8513   algorithm: "plot_performance_box"
8514   output-file-type: ".html"
8515   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8516   data: "plot-vpp-throughput-latency-3n-hsw"
8517   filter: "'NIC_Intel-XL710' and
8518            '64B' and
8519            ('BASE' or 'SCALE') and
8520            'NDRPDR' and
8521            '2T2C' and
8522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8523            not 'VHOST' and
8524            'MEMIF'"
8525   parameters:
8526   - "throughput"
8527   - "parent"
8528   - "tags"
8529   sort:
8530   - "L2XCFWD"
8531   - "L2XCFWD"
8532   - "L2XCFWD"
8533   - "L2BDMACLRN"
8534   - "L2BDMACLRN"
8535   - "L2BDMACLRN"
8536   traces:
8537     hoverinfo: "x+y"
8538     boxpoints: "outliers"
8539     whiskerwidth: 0
8540   layout:
8541     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8542     layout: "plot-throughput"
8543
8544 # Packet Throughput - VPP Container Memif 3n-skx-x710
8545 -
8546   type: "plot"
8547   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8548   algorithm: "plot_performance_box"
8549   output-file-type: ".html"
8550   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8551   data: "plot-vpp-throughput-latency-3n-skx"
8552   filter: "'NIC_Intel-X710' and
8553            '64B' and
8554            ('BASE' or 'SCALE') and
8555            'NDRPDR' and
8556            '2T1C' and
8557            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8558            not 'VHOST' and
8559            'MEMIF'"
8560   parameters:
8561   - "throughput"
8562   - "parent"
8563   - "tags"
8564   sort:
8565   - "L2XCFWD"
8566   - "L2XCFWD"
8567   - "L2XCFWD"
8568   - "L2BDMACLRN"
8569   - "L2BDMACLRN"
8570   - "L2BDMACLRN"
8571   traces:
8572     hoverinfo: "x+y"
8573     boxpoints: "outliers"
8574     whiskerwidth: 0
8575   layout:
8576     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8577     layout: "plot-throughput"
8578
8579 -
8580   type: "plot"
8581   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8582   algorithm: "plot_performance_box"
8583   output-file-type: ".html"
8584   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8585   data: "plot-vpp-throughput-latency-3n-skx"
8586   filter: "'NIC_Intel-X710' and
8587            '64B' and
8588            ('BASE' or 'SCALE') and
8589            'NDRPDR' and
8590            '2T1C' and
8591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8592            not 'VHOST' and
8593            'MEMIF'"
8594   parameters:
8595   - "throughput"
8596   - "parent"
8597   - "tags"
8598   sort:
8599   - "L2XCFWD"
8600   - "L2XCFWD"
8601   - "L2XCFWD"
8602   - "L2BDMACLRN"
8603   - "L2BDMACLRN"
8604   - "L2BDMACLRN"
8605   traces:
8606     hoverinfo: "x+y"
8607     boxpoints: "outliers"
8608     whiskerwidth: 0
8609   layout:
8610     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8611     layout: "plot-throughput"
8612
8613 -
8614   type: "plot"
8615   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8616   algorithm: "plot_performance_box"
8617   output-file-type: ".html"
8618   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8619   data: "plot-vpp-throughput-latency-3n-skx"
8620   filter: "'NIC_Intel-X710' and
8621            '64B' and
8622            ('BASE' or 'SCALE') and
8623            'NDRPDR' and
8624            '4T2C' and
8625            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8626            not 'VHOST' and
8627            'MEMIF'"
8628   parameters:
8629   - "throughput"
8630   - "parent"
8631   - "tags"
8632   sort:
8633   - "L2XCFWD"
8634   - "L2XCFWD"
8635   - "L2XCFWD"
8636   - "L2BDMACLRN"
8637   - "L2BDMACLRN"
8638   - "L2BDMACLRN"
8639   traces:
8640     hoverinfo: "x+y"
8641     boxpoints: "outliers"
8642     whiskerwidth: 0
8643   layout:
8644     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8645     layout: "plot-throughput"
8646
8647 -
8648   type: "plot"
8649   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8650   algorithm: "plot_performance_box"
8651   output-file-type: ".html"
8652   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8653   data: "plot-vpp-throughput-latency-3n-skx"
8654   filter: "'NIC_Intel-X710' and
8655            '64B' and
8656            ('BASE' or 'SCALE') and
8657            'NDRPDR' and
8658            '4T2C' and
8659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8660            not 'VHOST' and
8661            'MEMIF'"
8662   parameters:
8663   - "throughput"
8664   - "parent"
8665   - "tags"
8666   sort:
8667   - "L2XCFWD"
8668   - "L2XCFWD"
8669   - "L2XCFWD"
8670   - "L2BDMACLRN"
8671   - "L2BDMACLRN"
8672   - "L2BDMACLRN"
8673   traces:
8674     hoverinfo: "x+y"
8675     boxpoints: "outliers"
8676     whiskerwidth: 0
8677   layout:
8678     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8679     layout: "plot-throughput"
8680
8681 # Packet Throughput - VPP Container Memif 2n-skx-x710
8682 -
8683   type: "plot"
8684   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8685   algorithm: "plot_performance_box"
8686   output-file-type: ".html"
8687   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8688   data: "plot-vpp-throughput-latency-2n-skx"
8689   filter: "'NIC_Intel-X710' and
8690            '64B' and
8691            ('BASE' or 'SCALE') and
8692            'NDRPDR' and
8693            '2T1C' and
8694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8695            not 'VHOST' and
8696            'MEMIF'"
8697   parameters:
8698   - "throughput"
8699   - "parent"
8700   - "tags"
8701   sort:
8702   - "L2XCFWD"
8703   - "L2XCFWD"
8704   - "L2XCFWD"
8705   - "L2BDMACLRN"
8706   - "L2BDMACLRN"
8707   - "L2BDMACLRN"
8708   traces:
8709     hoverinfo: "x+y"
8710     boxpoints: "outliers"
8711     whiskerwidth: 0
8712   layout:
8713     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8714     layout: "plot-throughput"
8715
8716 -
8717   type: "plot"
8718   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8719   algorithm: "plot_performance_box"
8720   output-file-type: ".html"
8721   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8722   data: "plot-vpp-throughput-latency-2n-skx"
8723   filter: "'NIC_Intel-X710' and
8724            '64B' and
8725            ('BASE' or 'SCALE') and
8726            'NDRPDR' and
8727            '2T1C' and
8728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8729            not 'VHOST' and
8730            'MEMIF'"
8731   parameters:
8732   - "throughput"
8733   - "parent"
8734   - "tags"
8735   sort:
8736   - "L2XCFWD"
8737   - "L2XCFWD"
8738   - "L2XCFWD"
8739   - "L2BDMACLRN"
8740   - "L2BDMACLRN"
8741   - "L2BDMACLRN"
8742   traces:
8743     hoverinfo: "x+y"
8744     boxpoints: "outliers"
8745     whiskerwidth: 0
8746   layout:
8747     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8748     layout: "plot-throughput"
8749
8750 -
8751   type: "plot"
8752   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8753   algorithm: "plot_performance_box"
8754   output-file-type: ".html"
8755   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8756   data: "plot-vpp-throughput-latency-2n-skx"
8757   filter: "'NIC_Intel-X710' and
8758            '64B' and
8759            ('BASE' or 'SCALE') and
8760            'NDRPDR' and
8761            '4T2C' and
8762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8763            not 'VHOST' and
8764            'MEMIF'"
8765   parameters:
8766   - "throughput"
8767   - "parent"
8768   - "tags"
8769   sort:
8770   - "L2XCFWD"
8771   - "L2XCFWD"
8772   - "L2XCFWD"
8773   - "L2BDMACLRN"
8774   - "L2BDMACLRN"
8775   - "L2BDMACLRN"
8776   traces:
8777     hoverinfo: "x+y"
8778     boxpoints: "outliers"
8779     whiskerwidth: 0
8780   layout:
8781     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8782     layout: "plot-throughput"
8783
8784 -
8785   type: "plot"
8786   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8787   algorithm: "plot_performance_box"
8788   output-file-type: ".html"
8789   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8790   data: "plot-vpp-throughput-latency-2n-skx"
8791   filter: "'NIC_Intel-X710' and
8792            '64B' and
8793            ('BASE' or 'SCALE') and
8794            'NDRPDR' and
8795            '4T2C' and
8796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8797            not 'VHOST' and
8798            'MEMIF'"
8799   parameters:
8800   - "throughput"
8801   - "parent"
8802   - "tags"
8803   sort:
8804   - "L2XCFWD"
8805   - "L2XCFWD"
8806   - "L2XCFWD"
8807   - "L2BDMACLRN"
8808   - "L2BDMACLRN"
8809   - "L2BDMACLRN"
8810   traces:
8811     hoverinfo: "x+y"
8812     boxpoints: "outliers"
8813     whiskerwidth: 0
8814   layout:
8815     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8816     layout: "plot-throughput"
8817
8818 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
8819 -
8820   type: "plot"
8821   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8822   algorithm: "plot_performance_box"
8823   output-file-type: ".html"
8824   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8825   data: "plot-vpp-throughput-latency-2n-skx"
8826   filter: "'NIC_Intel-XXV710' and
8827            '64B' and
8828            ('BASE' or 'SCALE') and
8829            'NDRPDR' and
8830            '2T1C' and
8831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8832            not 'VHOST' and
8833            'MEMIF'"
8834   parameters:
8835   - "throughput"
8836   - "parent"
8837   - "tags"
8838   sort:
8839   - "L2XCFWD"
8840   - "L2XCFWD"
8841   - "L2XCFWD"
8842   - "L2BDMACLRN"
8843   - "L2BDMACLRN"
8844   - "L2BDMACLRN"
8845   traces:
8846     hoverinfo: "x+y"
8847     boxpoints: "outliers"
8848     whiskerwidth: 0
8849   layout:
8850     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8851     layout: "plot-throughput"
8852
8853 -
8854   type: "plot"
8855   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8856   algorithm: "plot_performance_box"
8857   output-file-type: ".html"
8858   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8859   data: "plot-vpp-throughput-latency-2n-skx"
8860   filter: "'NIC_Intel-XXV710' and
8861            '64B' and
8862            ('BASE' or 'SCALE') and
8863            'NDRPDR' and
8864            '2T1C' and
8865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8866            not 'VHOST' and
8867            'MEMIF'"
8868   parameters:
8869   - "throughput"
8870   - "parent"
8871   - "tags"
8872   sort:
8873   - "L2XCFWD"
8874   - "L2XCFWD"
8875   - "L2XCFWD"
8876   - "L2BDMACLRN"
8877   - "L2BDMACLRN"
8878   - "L2BDMACLRN"
8879   traces:
8880     hoverinfo: "x+y"
8881     boxpoints: "outliers"
8882     whiskerwidth: 0
8883   layout:
8884     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8885     layout: "plot-throughput"
8886
8887 -
8888   type: "plot"
8889   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8890   algorithm: "plot_performance_box"
8891   output-file-type: ".html"
8892   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8893   data: "plot-vpp-throughput-latency-2n-skx"
8894   filter: "'NIC_Intel-XXV710' and
8895            '64B' and
8896            ('BASE' or 'SCALE') and
8897            'NDRPDR' and
8898            '4T2C' and
8899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8900            not 'VHOST' and
8901            'MEMIF'"
8902   parameters:
8903   - "throughput"
8904   - "parent"
8905   - "tags"
8906   sort:
8907   - "L2XCFWD"
8908   - "L2XCFWD"
8909   - "L2XCFWD"
8910   - "L2BDMACLRN"
8911   - "L2BDMACLRN"
8912   - "L2BDMACLRN"
8913   traces:
8914     hoverinfo: "x+y"
8915     boxpoints: "outliers"
8916     whiskerwidth: 0
8917   layout:
8918     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8919     layout: "plot-throughput"
8920
8921 -
8922   type: "plot"
8923   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8924   algorithm: "plot_performance_box"
8925   output-file-type: ".html"
8926   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8927   data: "plot-vpp-throughput-latency-2n-skx"
8928   filter: "'NIC_Intel-XXV710' and
8929            '64B' and
8930            ('BASE' or 'SCALE') and
8931            'NDRPDR' and
8932            '4T2C' and
8933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8934            not 'VHOST' and
8935            'MEMIF'"
8936   parameters:
8937   - "throughput"
8938   - "parent"
8939   - "tags"
8940   sort:
8941   - "L2XCFWD"
8942   - "L2XCFWD"
8943   - "L2XCFWD"
8944   - "L2BDMACLRN"
8945   - "L2BDMACLRN"
8946   - "L2BDMACLRN"
8947   traces:
8948     hoverinfo: "x+y"
8949     boxpoints: "outliers"
8950     whiskerwidth: 0
8951   layout:
8952     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8953     layout: "plot-throughput"
8954
8955 ################################################################################
8956
8957 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8958 -
8959   type: "plot"
8960   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8961   algorithm: "plot_performance_box"
8962   output-file-type: ".html"
8963   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8964   data: "plot-ligato-throughput-latency-3n-hsw"
8965   filter: "'NIC_Intel-X520-DA2' and
8966            '64B' and
8967            ('BASE' or 'SCALE') and
8968            'NDRPDR' and
8969            '1T1C' and
8970            'L2XCFWD' and
8971            not 'VHOST' and
8972            'MEMIF'"
8973   parameters:
8974   - "throughput"
8975   - "parent"
8976   - "tags"
8977   sort:
8978   - "1VNF"
8979   - "2VNF"
8980   - "4VNF"
8981   - "2VNF"
8982   - "4VNF"
8983   traces:
8984     hoverinfo: "x+y"
8985     boxpoints: "outliers"
8986     whiskerwidth: 0
8987   layout:
8988     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8989     layout: "plot-throughput"
8990
8991 -
8992   type: "plot"
8993   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8994   algorithm: "plot_performance_box"
8995   output-file-type: ".html"
8996   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8997   data: "plot-ligato-throughput-latency-3n-hsw"
8998   filter: "'NIC_Intel-X520-DA2' and
8999            '64B' and
9000            ('BASE' or 'SCALE') and
9001            'NDRPDR' and
9002            '1T1C' and
9003            'L2XCFWD' and
9004            not 'VHOST' and
9005            'MEMIF'"
9006   parameters:
9007   - "throughput"
9008   - "parent"
9009   - "tags"
9010   sort:
9011   - "1VNF"
9012   - "2VNF"
9013   - "4VNF"
9014   - "2VNF"
9015   - "4VNF"
9016   traces:
9017     hoverinfo: "x+y"
9018     boxpoints: "outliers"
9019     whiskerwidth: 0
9020   layout:
9021     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9022     layout: "plot-throughput"
9023
9024 -
9025   type: "plot"
9026   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9027   algorithm: "plot_performance_box"
9028   output-file-type: ".html"
9029   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9030   data: "plot-ligato-throughput-latency-3n-hsw"
9031   filter: "'NIC_Intel-X520-DA2' and
9032            '64B' and
9033            ('BASE' or 'SCALE') and
9034            'NDRPDR' and
9035            '2T2C' and
9036            'L2XCFWD' and
9037            not 'VHOST' and
9038            'MEMIF'"
9039   parameters:
9040   - "throughput"
9041   - "parent"
9042   - "tags"
9043   sort:
9044   - "1VNF"
9045   - "2VNF"
9046   - "4VNF"
9047   - "2VNF"
9048   - "4VNF"
9049   traces:
9050     hoverinfo: "x+y"
9051     boxpoints: "outliers"
9052     whiskerwidth: 0
9053   layout:
9054     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9055     layout: "plot-throughput"
9056
9057 -
9058   type: "plot"
9059   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9060   algorithm: "plot_performance_box"
9061   output-file-type: ".html"
9062   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9063   data: "plot-ligato-throughput-latency-3n-hsw"
9064   filter: "'NIC_Intel-X520-DA2' and
9065            '64B' and
9066            ('BASE' or 'SCALE') and
9067            'NDRPDR' and
9068            '2T2C' and
9069            'L2XCFWD' and
9070            not 'VHOST' and
9071            'MEMIF'"
9072   parameters:
9073   - "throughput"
9074   - "parent"
9075   - "tags"
9076   sort:
9077   - "1VNF"
9078   - "2VNF"
9079   - "4VNF"
9080   - "2VNF"
9081   - "4VNF"
9082   traces:
9083     hoverinfo: "x+y"
9084     boxpoints: "outliers"
9085     whiskerwidth: 0
9086   layout:
9087     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9088     layout: "plot-throughput"
9089
9090 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9091 -
9092   type: "plot"
9093   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9094   algorithm: "plot_performance_box"
9095   output-file-type: ".html"
9096   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9097   data: "plot-ligato-throughput-latency-3n-hsw"
9098   filter: "'NIC_Intel-X520-DA2' and
9099            '64B' and
9100            ('BASE' or 'SCALE') and
9101            'NDRPDR' and
9102            '1T1C' and
9103            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9104            not 'VHOST' and
9105            'MEMIF'"
9106   parameters:
9107   - "throughput"
9108   - "parent"
9109   - "tags"
9110   sort:
9111   - "1VNF"
9112   - "2VNF"
9113   - "4VNF"
9114   - "2VNF"
9115   - "4VNF"
9116   traces:
9117     hoverinfo: "x+y"
9118     boxpoints: "outliers"
9119     whiskerwidth: 0
9120   layout:
9121     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9122     layout: "plot-throughput"
9123
9124 -
9125   type: "plot"
9126   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9127   algorithm: "plot_performance_box"
9128   output-file-type: ".html"
9129   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9130   data: "plot-ligato-throughput-latency-3n-hsw"
9131   filter: "'NIC_Intel-X520-DA2' and
9132            '64B' and
9133            ('BASE' or 'SCALE') and
9134            'NDRPDR' and
9135            '1T1C' and
9136            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9137            not 'VHOST' and
9138            'MEMIF'"
9139   parameters:
9140   - "throughput"
9141   - "parent"
9142   - "tags"
9143   sort:
9144   - "1VNF"
9145   - "2VNF"
9146   - "4VNF"
9147   - "2VNF"
9148   - "4VNF"
9149   traces:
9150     hoverinfo: "x+y"
9151     boxpoints: "outliers"
9152     whiskerwidth: 0
9153   layout:
9154     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9155     layout: "plot-throughput"
9156
9157 -
9158   type: "plot"
9159   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9160   algorithm: "plot_performance_box"
9161   output-file-type: ".html"
9162   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9163   data: "plot-ligato-throughput-latency-3n-hsw"
9164   filter: "'NIC_Intel-X520-DA2' and
9165            '64B' and
9166            ('BASE' or 'SCALE') and
9167            'NDRPDR' and
9168            '2T2C' and
9169            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9170            not 'VHOST' and
9171            'MEMIF'"
9172   parameters:
9173   - "throughput"
9174   - "parent"
9175   - "tags"
9176   sort:
9177   - "1VNF"
9178   - "2VNF"
9179   - "4VNF"
9180   - "2VNF"
9181   - "4VNF"
9182   traces:
9183     hoverinfo: "x+y"
9184     boxpoints: "outliers"
9185     whiskerwidth: 0
9186   layout:
9187     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9188     layout: "plot-throughput"
9189
9190 -
9191   type: "plot"
9192   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9193   algorithm: "plot_performance_box"
9194   output-file-type: ".html"
9195   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9196   data: "plot-ligato-throughput-latency-3n-hsw"
9197   filter: "'NIC_Intel-X520-DA2' and
9198            '64B' and
9199            ('BASE' or 'SCALE') and
9200            'NDRPDR' and
9201            '2T2C' and
9202            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9203            not 'VHOST' and
9204            'MEMIF'"
9205   parameters:
9206   - "throughput"
9207   - "parent"
9208   - "tags"
9209   sort:
9210   - "1VNF"
9211   - "2VNF"
9212   - "4VNF"
9213   - "2VNF"
9214   - "4VNF"
9215   traces:
9216     hoverinfo: "x+y"
9217     boxpoints: "outliers"
9218     whiskerwidth: 0
9219   layout:
9220     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9221     layout: "plot-throughput"
9222
9223 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9224 -
9225   type: "plot"
9226   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9227   algorithm: "plot_performance_box"
9228   output-file-type: ".html"
9229   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9230   data: "plot-ligato-throughput-latency-3n-hsw"
9231   filter: "'NIC_Intel-X710' and
9232            '64B' and
9233            ('BASE' or 'SCALE') and
9234            'NDRPDR' and
9235            '1T1C' and
9236            'L2XCFWD' and
9237            not 'VHOST' and
9238            'MEMIF'"
9239   parameters:
9240   - "throughput"
9241   - "parent"
9242   - "tags"
9243   sort:
9244   - "1VNF"
9245   - "2VNF"
9246   - "4VNF"
9247   - "2VNF"
9248   - "4VNF"
9249   traces:
9250     hoverinfo: "x+y"
9251     boxpoints: "outliers"
9252     whiskerwidth: 0
9253   layout:
9254     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9255     layout: "plot-throughput"
9256
9257 -
9258   type: "plot"
9259   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9260   algorithm: "plot_performance_box"
9261   output-file-type: ".html"
9262   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9263   data: "plot-ligato-throughput-latency-3n-hsw"
9264   filter: "'NIC_Intel-X710' and
9265            '64B' and
9266            ('BASE' or 'SCALE') and
9267            'NDRPDR' and
9268            '1T1C' and
9269            'L2XCFWD' and
9270            not 'VHOST' and
9271            'MEMIF'"
9272   parameters:
9273   - "throughput"
9274   - "parent"
9275   - "tags"
9276   sort:
9277   - "1VNF"
9278   - "2VNF"
9279   - "4VNF"
9280   - "2VNF"
9281   - "4VNF"
9282   traces:
9283     hoverinfo: "x+y"
9284     boxpoints: "outliers"
9285     whiskerwidth: 0
9286   layout:
9287     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9288     layout: "plot-throughput"
9289
9290 -
9291   type: "plot"
9292   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9293   algorithm: "plot_performance_box"
9294   output-file-type: ".html"
9295   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9296   data: "plot-ligato-throughput-latency-3n-hsw"
9297   filter: "'NIC_Intel-X710' and
9298            '64B' and
9299            ('BASE' or 'SCALE') and
9300            'NDRPDR' and
9301            '2T2C' and
9302            'L2XCFWD' and
9303            not 'VHOST' and
9304            'MEMIF'"
9305   parameters:
9306   - "throughput"
9307   - "parent"
9308   - "tags"
9309   sort:
9310   - "1VNF"
9311   - "2VNF"
9312   - "4VNF"
9313   - "2VNF"
9314   - "4VNF"
9315   traces:
9316     hoverinfo: "x+y"
9317     boxpoints: "outliers"
9318     whiskerwidth: 0
9319   layout:
9320     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9321     layout: "plot-throughput"
9322
9323 -
9324   type: "plot"
9325   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9326   algorithm: "plot_performance_box"
9327   output-file-type: ".html"
9328   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9329   data: "plot-ligato-throughput-latency-3n-hsw"
9330   filter: "'NIC_Intel-X710' and
9331            '64B' and
9332            ('BASE' or 'SCALE') and
9333            'NDRPDR' and
9334            '2T2C' and
9335            'L2XCFWD' and
9336            not 'VHOST' and
9337            'MEMIF'"
9338   parameters:
9339   - "throughput"
9340   - "parent"
9341   - "tags"
9342   sort:
9343   - "1VNF"
9344   - "2VNF"
9345   - "4VNF"
9346   - "2VNF"
9347   - "4VNF"
9348   traces:
9349     hoverinfo: "x+y"
9350     boxpoints: "outliers"
9351     whiskerwidth: 0
9352   layout:
9353     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9354     layout: "plot-throughput"
9355
9356 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9357 -
9358   type: "plot"
9359   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9360   algorithm: "plot_performance_box"
9361   output-file-type: ".html"
9362   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9363   data: "plot-ligato-throughput-latency-3n-hsw"
9364   filter: "'NIC_Intel-X710' and
9365            '64B' and
9366            ('BASE' or 'SCALE') and
9367            'NDRPDR' and
9368            '1T1C' and
9369            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9370            not 'VHOST' and
9371            'MEMIF'"
9372   parameters:
9373   - "throughput"
9374   - "parent"
9375   - "tags"
9376   sort:
9377   - "1VNF"
9378   - "2VNF"
9379   - "4VNF"
9380   - "2VNF"
9381   - "4VNF"
9382   traces:
9383     hoverinfo: "x+y"
9384     boxpoints: "outliers"
9385     whiskerwidth: 0
9386   layout:
9387     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9388     layout: "plot-throughput"
9389
9390 -
9391   type: "plot"
9392   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9393   algorithm: "plot_performance_box"
9394   output-file-type: ".html"
9395   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9396   data: "plot-ligato-throughput-latency-3n-hsw"
9397   filter: "'NIC_Intel-X710' and
9398            '64B' and
9399            ('BASE' or 'SCALE') and
9400            'NDRPDR' and
9401            '1T1C' and
9402            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9403            not 'VHOST' and
9404            'MEMIF'"
9405   parameters:
9406   - "throughput"
9407   - "parent"
9408   - "tags"
9409   sort:
9410   - "1VNF"
9411   - "2VNF"
9412   - "4VNF"
9413   - "2VNF"
9414   - "4VNF"
9415   traces:
9416     hoverinfo: "x+y"
9417     boxpoints: "outliers"
9418     whiskerwidth: 0
9419   layout:
9420     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9421     layout: "plot-throughput"
9422
9423 -
9424   type: "plot"
9425   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9426   algorithm: "plot_performance_box"
9427   output-file-type: ".html"
9428   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9429   data: "plot-ligato-throughput-latency-3n-hsw"
9430   filter: "'NIC_Intel-X710' and
9431            '64B' and
9432            ('BASE' or 'SCALE') and
9433            'NDRPDR' and
9434            '2T2C' and
9435            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9436            not 'VHOST' and
9437            'MEMIF'"
9438   parameters:
9439   - "throughput"
9440   - "parent"
9441   - "tags"
9442   sort:
9443   - "1VNF"
9444   - "2VNF"
9445   - "4VNF"
9446   - "2VNF"
9447   - "4VNF"
9448   traces:
9449     hoverinfo: "x+y"
9450     boxpoints: "outliers"
9451     whiskerwidth: 0
9452   layout:
9453     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9454     layout: "plot-throughput"
9455
9456 -
9457   type: "plot"
9458   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9459   algorithm: "plot_performance_box"
9460   output-file-type: ".html"
9461   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9462   data: "plot-ligato-throughput-latency-3n-hsw"
9463   filter: "'NIC_Intel-X710' and
9464            '64B' and
9465            ('BASE' or 'SCALE') and
9466            'NDRPDR' and
9467            '2T2C' and
9468            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9469            not 'VHOST' and
9470            'MEMIF'"
9471   parameters:
9472   - "throughput"
9473   - "parent"
9474   - "tags"
9475   sort:
9476   - "1VNF"
9477   - "2VNF"
9478   - "4VNF"
9479   - "2VNF"
9480   - "4VNF"
9481   traces:
9482     hoverinfo: "x+y"
9483     boxpoints: "outliers"
9484     whiskerwidth: 0
9485   layout:
9486     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9487     layout: "plot-throughput"
9488
9489 ################################################################################
9490
9491 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9492 -
9493   type: "plot"
9494   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9495   algorithm: "plot_performance_box"
9496   output-file-type: ".html"
9497   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9498   data: "plot-vpp-throughput-latency-3n-hsw"
9499   filter: "'NIC_Intel-X520-DA2' and
9500            '64B' and
9501            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9502            'NDRPDR' and
9503            '1T1C' and
9504            'IP4FWD' and
9505            not 'IPSEC' and
9506            not 'VHOST'"
9507   parameters:
9508   - "throughput"
9509   - "parent"
9510   - "tags"
9511   sort:
9512   - "DOT1Q"
9513   - "IP4BASE"
9514   - "FIB_20k"
9515   - "FIB_200k"
9516   - "FIB_2M"
9517   traces:
9518     hoverinfo: "x+y"
9519     boxpoints: "outliers"
9520     whiskerwidth: 0
9521   layout:
9522     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9523     layout: "plot-throughput"
9524
9525 -
9526   type: "plot"
9527   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9528   algorithm: "plot_performance_box"
9529   output-file-type: ".html"
9530   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9531   data: "plot-vpp-throughput-latency-3n-hsw"
9532   filter: "'NIC_Intel-X520-DA2' and
9533            '64B' and
9534            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9535            'NDRPDR' and
9536            '1T1C' and
9537            'IP4FWD' and
9538            not 'IPSEC' and
9539            not 'VHOST'"
9540   parameters:
9541   - "throughput"
9542   - "parent"
9543   - "tags"
9544   sort:
9545   - "DOT1Q"
9546   - "IP4BASE"
9547   - "FIB_20k"
9548   - "FIB_200k"
9549   - "FIB_2M"
9550   traces:
9551     hoverinfo: "x+y"
9552     boxpoints: "outliers"
9553     whiskerwidth: 0
9554   layout:
9555     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9556     layout: "plot-throughput"
9557
9558 -
9559   type: "plot"
9560   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9561   algorithm: "plot_performance_box"
9562   output-file-type: ".html"
9563   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9564   data: "plot-vpp-throughput-latency-3n-hsw"
9565   filter: "'NIC_Intel-X520-DA2' and
9566            '64B' and
9567            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9568            'NDRPDR' and
9569            '2T2C' and
9570            'IP4FWD' and
9571            not 'IPSEC' and
9572            not 'VHOST'"
9573   parameters:
9574   - "throughput"
9575   - "parent"
9576   - "tags"
9577   sort:
9578   - "DOT1Q"
9579   - "IP4BASE"
9580   - "FIB_20k"
9581   - "FIB_200k"
9582   - "FIB_2M"
9583   traces:
9584     hoverinfo: "x+y"
9585     boxpoints: "outliers"
9586     whiskerwidth: 0
9587   layout:
9588     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9589     layout: "plot-throughput"
9590
9591 -
9592   type: "plot"
9593   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9594   algorithm: "plot_performance_box"
9595   output-file-type: ".html"
9596   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9597   data: "plot-vpp-throughput-latency-3n-hsw"
9598   filter: "'NIC_Intel-X520-DA2' and
9599            '64B' and
9600            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9601            'NDRPDR' and
9602            '2T2C' and
9603            'IP4FWD' and
9604            not 'IPSEC' and
9605            not 'VHOST'"
9606   parameters:
9607   - "throughput"
9608   - "parent"
9609   - "tags"
9610   sort:
9611   - "DOT1Q"
9612   - "IP4BASE"
9613   - "FIB_20k"
9614   - "FIB_200k"
9615   - "FIB_2M"
9616   traces:
9617     hoverinfo: "x+y"
9618     boxpoints: "outliers"
9619     whiskerwidth: 0
9620   layout:
9621     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9622     layout: "plot-throughput"
9623
9624 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9625 -
9626   type: "plot"
9627   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9628   algorithm: "plot_performance_box"
9629   output-file-type: ".html"
9630   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9631   data: "plot-vpp-throughput-latency-3n-hsw"
9632   filter: "'NIC_Intel-X520-DA2' and
9633            '64B' and
9634            ('IP4BASE' or
9635             'POLICE_MARK' or
9636             'COPWHLIST' or
9637             ('NAT44' and 'BASE') or
9638             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9639            'NDRPDR' and
9640            '1T1C' and
9641            'IP4FWD' and
9642            not 'IPSEC' and
9643            not 'VHOST'"
9644   parameters:
9645   - "throughput"
9646   - "parent"
9647   - "tags"
9648   sort:
9649   - "DOT1Q"
9650   - "IP4BASE"
9651   - "NAT44"
9652   - "POLICE_MARK"
9653   - "COPWHLIST"
9654   - "IACL"
9655   - "OACL"
9656   traces:
9657     hoverinfo: "x+y"
9658     boxpoints: "outliers"
9659     whiskerwidth: 0
9660   layout:
9661     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9662     layout: "plot-throughput"
9663
9664 -
9665   type: "plot"
9666   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9667   algorithm: "plot_performance_box"
9668   output-file-type: ".html"
9669   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9670   data: "plot-vpp-throughput-latency-3n-hsw"
9671   filter: "'NIC_Intel-X520-DA2' and
9672            '64B' and
9673            ('IP4BASE' or
9674             'POLICE_MARK' or
9675             'COPWHLIST' or
9676             ('NAT44' and 'BASE') or
9677             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9678            'NDRPDR' and
9679            '1T1C' and
9680            'IP4FWD' and
9681            not 'IPSEC' and
9682            not 'VHOST'"
9683   parameters:
9684   - "throughput"
9685   - "parent"
9686   - "tags"
9687   sort:
9688   - "DOT1Q"
9689   - "IP4BASE"
9690   - "NAT44"
9691   - "POLICE_MARK"
9692   - "COPWHLIST"
9693   - "IACL"
9694   - "OACL"
9695   traces:
9696     hoverinfo: "x+y"
9697     boxpoints: "outliers"
9698     whiskerwidth: 0
9699   layout:
9700     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9701     layout: "plot-throughput"
9702
9703 -
9704   type: "plot"
9705   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9706   algorithm: "plot_performance_box"
9707   output-file-type: ".html"
9708   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9709   data: "plot-vpp-throughput-latency-3n-hsw"
9710   filter: "'NIC_Intel-X520-DA2' and
9711            '64B' and
9712            ('IP4BASE' or
9713             'POLICE_MARK' or
9714             'COPWHLIST' or
9715             ('NAT44' and 'BASE') or
9716             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9717            'NDRPDR' and
9718            '2T2C' and
9719            'IP4FWD' and
9720            not 'IPSEC' and
9721            not 'VHOST'"
9722   parameters:
9723   - "throughput"
9724   - "parent"
9725   - "tags"
9726   sort:
9727   - "DOT1Q"
9728   - "IP4BASE"
9729   - "NAT44"
9730   - "POLICE_MARK"
9731   - "COPWHLIST"
9732   - "IACL"
9733   - "OACL"
9734   traces:
9735     hoverinfo: "x+y"
9736     boxpoints: "outliers"
9737     whiskerwidth: 0
9738   layout:
9739     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9740     layout: "plot-throughput"
9741
9742 -
9743   type: "plot"
9744   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9745   algorithm: "plot_performance_box"
9746   output-file-type: ".html"
9747   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9748   data: "plot-vpp-throughput-latency-3n-hsw"
9749   filter: "'NIC_Intel-X520-DA2' and
9750            '64B' and
9751            ('IP4BASE' or
9752             'POLICE_MARK' or
9753             'COPWHLIST' or
9754             ('NAT44' and 'BASE') or
9755             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9756            'NDRPDR' and
9757            '2T2C' and
9758            'IP4FWD' and
9759            not 'IPSEC' and
9760            not 'VHOST'"
9761   parameters:
9762   - "throughput"
9763   - "parent"
9764   - "tags"
9765   sort:
9766   - "DOT1Q"
9767   - "IP4BASE"
9768   - "NAT44"
9769   - "POLICE_MARK"
9770   - "COPWHLIST"
9771   - "IACL"
9772   - "OACL"
9773   traces:
9774     hoverinfo: "x+y"
9775     boxpoints: "outliers"
9776     whiskerwidth: 0
9777   layout:
9778     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9779     layout: "plot-throughput"
9780
9781 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9782 -
9783   type: "plot"
9784   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9785   algorithm: "plot_performance_box"
9786   output-file-type: ".html"
9787   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9788   data: "plot-vpp-throughput-latency-3n-hsw"
9789   filter: "'NIC_Intel-X520-DA2' and
9790            '64B' and
9791            'NDRPDR' and
9792            '1T1C' and
9793            'IP4FWD' and
9794            'NAT44' and
9795            not 'IPSEC' and
9796            not 'VHOST'"
9797   parameters:
9798   - "throughput"
9799   - "parent"
9800   - "tags"
9801   sort:
9802   - "BASE"
9803   - "BASE"
9804   - "SRC_USER_10"
9805   - "SRC_USER_100"
9806   - "SRC_USER_1000"
9807   - "SRC_USER_2000"
9808   traces:
9809     hoverinfo: "x+y"
9810     boxpoints: "outliers"
9811     whiskerwidth: 0
9812   layout:
9813     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9814     layout: "plot-throughput"
9815
9816 -
9817   type: "plot"
9818   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9819   algorithm: "plot_performance_box"
9820   output-file-type: ".html"
9821   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9822   data: "plot-vpp-throughput-latency-3n-hsw"
9823   filter: "'NIC_Intel-X520-DA2' and
9824            '64B' and
9825            'NDRPDR' and
9826            '1T1C' and
9827            'IP4FWD' and
9828            'NAT44' and
9829            not 'IPSEC' and
9830            not 'VHOST'"
9831   parameters:
9832   - "throughput"
9833   - "parent"
9834   - "tags"
9835   sort:
9836   - "BASE"
9837   - "BASE"
9838   - "SRC_USER_10"
9839   - "SRC_USER_100"
9840   - "SRC_USER_1000"
9841   - "SRC_USER_2000"
9842   traces:
9843     hoverinfo: "x+y"
9844     boxpoints: "outliers"
9845     whiskerwidth: 0
9846   layout:
9847     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9848     layout: "plot-throughput"
9849
9850 -
9851   type: "plot"
9852   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9853   algorithm: "plot_performance_box"
9854   output-file-type: ".html"
9855   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9856   data: "plot-vpp-throughput-latency-3n-hsw"
9857   filter: "'NIC_Intel-X520-DA2' and
9858            '64B' and
9859            'NDRPDR' and
9860            '2T2C' and
9861            'IP4FWD' and
9862            'NAT44' and
9863            not 'IPSEC' and
9864            not 'VHOST'"
9865   parameters:
9866   - "throughput"
9867   - "parent"
9868   - "tags"
9869   sort:
9870   - "BASE"
9871   - "BASE"
9872   - "SRC_USER_10"
9873   - "SRC_USER_100"
9874   - "SRC_USER_1000"
9875   - "SRC_USER_2000"
9876   traces:
9877     hoverinfo: "x+y"
9878     boxpoints: "outliers"
9879     whiskerwidth: 0
9880   layout:
9881     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9882     layout: "plot-throughput"
9883
9884 -
9885   type: "plot"
9886   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9887   algorithm: "plot_performance_box"
9888   output-file-type: ".html"
9889   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9890   data: "plot-vpp-throughput-latency-3n-hsw"
9891   filter: "'NIC_Intel-X520-DA2' and
9892            '64B' and
9893            'NDRPDR' and
9894            '2T2C' and
9895            'IP4FWD' and
9896            'NAT44' and
9897            not 'IPSEC' and
9898            not 'VHOST'"
9899   parameters:
9900   - "throughput"
9901   - "parent"
9902   - "tags"
9903   sort:
9904   - "BASE"
9905   - "BASE"
9906   - "SRC_USER_10"
9907   - "SRC_USER_100"
9908   - "SRC_USER_1000"
9909   - "SRC_USER_2000"
9910   traces:
9911     hoverinfo: "x+y"
9912     boxpoints: "outliers"
9913     whiskerwidth: 0
9914   layout:
9915     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9916     layout: "plot-throughput"
9917
9918 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9919 -
9920   type: "plot"
9921   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9922   algorithm: "plot_performance_box"
9923   output-file-type: ".html"
9924   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9925   data: "plot-vpp-throughput-latency-3n-hsw"
9926   filter: "'NIC_Intel-X520-DA2' and
9927            '64B' and
9928            'NDRPDR' and
9929            '1T1C' and
9930            'IP4FWD' and
9931            'IACL' and
9932            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9933            not 'IPSEC' and
9934            not 'VHOST'"
9935   parameters:
9936   - "throughput"
9937   - "parent"
9938   - "tags"
9939   sort:
9940   - "ACL_STATELESS"
9941   - "ACL_STATEFUL"
9942   - "ACL_STATELESS"
9943   - "ACL_STATEFUL"
9944   traces:
9945     hoverinfo: "x+y"
9946     boxpoints: "outliers"
9947     whiskerwidth: 0
9948   layout:
9949     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9950     layout: "plot-throughput"
9951
9952 -
9953   type: "plot"
9954   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9955   algorithm: "plot_performance_box"
9956   output-file-type: ".html"
9957   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9958   data: "plot-vpp-throughput-latency-3n-hsw"
9959   filter: "'NIC_Intel-X520-DA2' and
9960            '64B' and
9961            'NDRPDR' and
9962            '1T1C' and
9963            'IP4FWD' and
9964            'IACL' and
9965            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9966            not 'IPSEC' and
9967            not 'VHOST'"
9968   parameters:
9969   - "throughput"
9970   - "parent"
9971   - "tags"
9972   sort:
9973   - "ACL_STATELESS"
9974   - "ACL_STATEFUL"
9975   - "ACL_STATELESS"
9976   - "ACL_STATEFUL"
9977   traces:
9978     hoverinfo: "x+y"
9979     boxpoints: "outliers"
9980     whiskerwidth: 0
9981   layout:
9982     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9983     layout: "plot-throughput"
9984
9985 -
9986   type: "plot"
9987   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9988   algorithm: "plot_performance_box"
9989   output-file-type: ".html"
9990   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9991   data: "plot-vpp-throughput-latency-3n-hsw"
9992   filter: "'NIC_Intel-X520-DA2' and
9993            '64B' and
9994            'NDRPDR' and
9995            '2T2C' and
9996            'IP4FWD' and
9997            'IACL' and
9998            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9999            not 'IPSEC' and
10000            not 'VHOST'"
10001   parameters:
10002   - "throughput"
10003   - "parent"
10004   - "tags"
10005   sort:
10006   - "ACL_STATELESS"
10007   - "ACL_STATEFUL"
10008   - "ACL_STATELESS"
10009   - "ACL_STATEFUL"
10010   traces:
10011     hoverinfo: "x+y"
10012     boxpoints: "outliers"
10013     whiskerwidth: 0
10014   layout:
10015     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10016     layout: "plot-throughput"
10017
10018 -
10019   type: "plot"
10020   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10021   algorithm: "plot_performance_box"
10022   output-file-type: ".html"
10023   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10024   data: "plot-vpp-throughput-latency-3n-hsw"
10025   filter: "'NIC_Intel-X520-DA2' and
10026            '64B' and
10027            'NDRPDR' and
10028            '2T2C' and
10029            'IP4FWD' and
10030            'IACL' and
10031            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10032            not 'IPSEC' and
10033            not 'VHOST'"
10034   parameters:
10035   - "throughput"
10036   - "parent"
10037   - "tags"
10038   sort:
10039   - "ACL_STATELESS"
10040   - "ACL_STATEFUL"
10041   - "ACL_STATELESS"
10042   - "ACL_STATEFUL"
10043   traces:
10044     hoverinfo: "x+y"
10045     boxpoints: "outliers"
10046     whiskerwidth: 0
10047   layout:
10048     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10049     layout: "plot-throughput"
10050
10051 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10052 -
10053   type: "plot"
10054   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10055   algorithm: "plot_performance_box"
10056   output-file-type: ".html"
10057   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10058   data: "plot-vpp-throughput-latency-3n-hsw"
10059   filter: "'NIC_Intel-X520-DA2' and
10060            '64B' and
10061            'NDRPDR' and
10062            '1T1C' and
10063            'IP4FWD' and
10064            'OACL' and
10065            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10066            not 'IPSEC' and
10067            not 'VHOST'"
10068   parameters:
10069   - "throughput"
10070   - "parent"
10071   - "tags"
10072   sort:
10073   - "ACL_STATELESS"
10074   - "ACL_STATEFUL"
10075   - "ACL_STATELESS"
10076   - "ACL_STATEFUL"
10077   traces:
10078     hoverinfo: "x+y"
10079     boxpoints: "outliers"
10080     whiskerwidth: 0
10081   layout:
10082     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10083     layout: "plot-throughput"
10084
10085 -
10086   type: "plot"
10087   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10088   algorithm: "plot_performance_box"
10089   output-file-type: ".html"
10090   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10091   data: "plot-vpp-throughput-latency-3n-hsw"
10092   filter: "'NIC_Intel-X520-DA2' and
10093            '64B' and
10094            'NDRPDR' and
10095            '1T1C' and
10096            'IP4FWD' and
10097            'OACL' and
10098            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10099            not 'IPSEC' and
10100            not 'VHOST'"
10101   parameters:
10102   - "throughput"
10103   - "parent"
10104   - "tags"
10105   sort:
10106   - "ACL_STATELESS"
10107   - "ACL_STATEFUL"
10108   - "ACL_STATELESS"
10109   - "ACL_STATEFUL"
10110   traces:
10111     hoverinfo: "x+y"
10112     boxpoints: "outliers"
10113     whiskerwidth: 0
10114   layout:
10115     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10116     layout: "plot-throughput"
10117
10118 -
10119   type: "plot"
10120   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10121   algorithm: "plot_performance_box"
10122   output-file-type: ".html"
10123   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10124   data: "plot-vpp-throughput-latency-3n-hsw"
10125   filter: "'NIC_Intel-X520-DA2' and
10126            '64B' and
10127            'NDRPDR' and
10128            '2T2C' and
10129            'IP4FWD' and
10130            'OACL' and
10131            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10132            not 'IPSEC' and
10133            not 'VHOST'"
10134   parameters:
10135   - "throughput"
10136   - "parent"
10137   - "tags"
10138   sort:
10139   - "ACL_STATELESS"
10140   - "ACL_STATEFUL"
10141   - "ACL_STATELESS"
10142   - "ACL_STATEFUL"
10143   traces:
10144     hoverinfo: "x+y"
10145     boxpoints: "outliers"
10146     whiskerwidth: 0
10147   layout:
10148     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10149     layout: "plot-throughput"
10150
10151 -
10152   type: "plot"
10153   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10154   algorithm: "plot_performance_box"
10155   output-file-type: ".html"
10156   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10157   data: "plot-vpp-throughput-latency-3n-hsw"
10158   filter: "'NIC_Intel-X520-DA2' and
10159            '64B' and
10160            'NDRPDR' and
10161            '2T2C' and
10162            'IP4FWD' and
10163            'OACL' and
10164            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10165            not 'IPSEC' and
10166            not 'VHOST'"
10167   parameters:
10168   - "throughput"
10169   - "parent"
10170   - "tags"
10171   sort:
10172   - "ACL_STATELESS"
10173   - "ACL_STATEFUL"
10174   - "ACL_STATELESS"
10175   - "ACL_STATEFUL"
10176   traces:
10177     hoverinfo: "x+y"
10178     boxpoints: "outliers"
10179     whiskerwidth: 0
10180   layout:
10181     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10182     layout: "plot-throughput"
10183
10184 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10185 -
10186   type: "plot"
10187   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10188   algorithm: "plot_performance_box"
10189   output-file-type: ".html"
10190   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10191   data: "plot-vpp-throughput-latency-3n-hsw"
10192   filter: "'NIC_Intel-X710' and
10193            '64B' and
10194            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10195            'NDRPDR' and
10196            '1T1C' and
10197            'IP4FWD' and
10198            not 'IPSEC' and
10199            not 'VHOST'"
10200   parameters:
10201   - "throughput"
10202   - "parent"
10203   - "tags"
10204   sort:
10205   - "DOT1Q"
10206   - "IP4BASE"
10207   - "FIB_20K"
10208   - "FIB_200K"
10209   - "FIB_2M"
10210   traces:
10211     hoverinfo: "x+y"
10212     boxpoints: "outliers"
10213     whiskerwidth: 0
10214   layout:
10215     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10216     layout: "plot-throughput"
10217
10218 -
10219   type: "plot"
10220   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10221   algorithm: "plot_performance_box"
10222   output-file-type: ".html"
10223   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10224   data: "plot-vpp-throughput-latency-3n-hsw"
10225   filter: "'NIC_Intel-X710' and
10226            '64B' and
10227            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10228            'NDRPDR' and
10229            '1T1C' and
10230            'IP4FWD' and
10231            not 'IPSEC' and
10232            not 'VHOST'"
10233   parameters:
10234   - "throughput"
10235   - "parent"
10236   - "tags"
10237   sort:
10238   - "DOT1Q"
10239   - "IP4BASE"
10240   - "FIB_20K"
10241   - "FIB_200K"
10242   - "FIB_2M"
10243   traces:
10244     hoverinfo: "x+y"
10245     boxpoints: "outliers"
10246     whiskerwidth: 0
10247   layout:
10248     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10249     layout: "plot-throughput"
10250
10251 -
10252   type: "plot"
10253   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10254   algorithm: "plot_performance_box"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10257   data: "plot-vpp-throughput-latency-3n-hsw"
10258   filter: "'NIC_Intel-X710' and
10259            '64B' and
10260            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10261            'NDRPDR' and
10262            '2T2C' and
10263            'IP4FWD' and
10264            not 'IPSEC' and
10265            not 'VHOST'"
10266   parameters:
10267   - "throughput"
10268   - "parent"
10269   - "tags"
10270   sort:
10271   - "DOT1Q"
10272   - "IP4BASE"
10273   - "FIB_20K"
10274   - "FIB_200K"
10275   - "FIB_2M"
10276   traces:
10277     hoverinfo: "x+y"
10278     boxpoints: "outliers"
10279     whiskerwidth: 0
10280   layout:
10281     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10282     layout: "plot-throughput"
10283
10284 -
10285   type: "plot"
10286   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10287   algorithm: "plot_performance_box"
10288   output-file-type: ".html"
10289   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10290   data: "plot-vpp-throughput-latency-3n-hsw"
10291   filter: "'NIC_Intel-X710' and
10292            '64B' and
10293            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10294            'NDRPDR' and
10295            '2T2C' and
10296            'IP4FWD' and
10297            not 'IPSEC' and
10298            not 'VHOST'"
10299   parameters:
10300   - "throughput"
10301   - "parent"
10302   - "tags"
10303   sort:
10304   - "DOT1Q"
10305   - "IP4BASE"
10306   - "FIB_20K"
10307   - "FIB_200K"
10308   - "FIB_2M"
10309   traces:
10310     hoverinfo: "x+y"
10311     boxpoints: "outliers"
10312     whiskerwidth: 0
10313   layout:
10314     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10315     layout: "plot-throughput"
10316
10317 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10318 -
10319   type: "plot"
10320   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10321   algorithm: "plot_performance_box"
10322   output-file-type: ".html"
10323   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10324   data: "plot-vpp-throughput-latency-3n-hsw"
10325   filter: "'NIC_Intel-X710' and
10326            '64B' and
10327            ('IP4BASE' or
10328             'POLICE_MARK' or
10329             'COPWHLIST' or
10330             ('NAT44' and 'BASE') or
10331             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10332            'NDRPDR' and
10333            '1T1C' and
10334            'IP4FWD' and
10335            not 'IPSEC' and
10336            not 'VHOST'"
10337   parameters:
10338   - "throughput"
10339   - "parent"
10340   - "tags"
10341   sort:
10342   - "IP4BASE"
10343   - "NAT44"
10344   - "POLICE_MARK"
10345   - "COPWHLIST"
10346   - "IACL"
10347   - "OACL"
10348   traces:
10349     hoverinfo: "x+y"
10350     boxpoints: "outliers"
10351     whiskerwidth: 0
10352   layout:
10353     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10354     layout: "plot-throughput"
10355
10356 -
10357   type: "plot"
10358   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10359   algorithm: "plot_performance_box"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10362   data: "plot-vpp-throughput-latency-3n-hsw"
10363   filter: "'NIC_Intel-X710' and
10364            '64B' and
10365            ('IP4BASE' or
10366             'POLICE_MARK' or
10367             'COPWHLIST' or
10368             ('NAT44' and 'BASE') or
10369             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10370            'NDRPDR' and
10371            '1T1C' and
10372            'IP4FWD' and
10373            not 'IPSEC' and
10374            not 'VHOST'"
10375   parameters:
10376   - "throughput"
10377   - "parent"
10378   - "tags"
10379   sort:
10380   - "IP4BASE"
10381   - "NAT44"
10382   - "POLICE_MARK"
10383   - "COPWHLIST"
10384   - "IACL"
10385   - "OACL"
10386   traces:
10387     hoverinfo: "x+y"
10388     boxpoints: "outliers"
10389     whiskerwidth: 0
10390   layout:
10391     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10392     layout: "plot-throughput"
10393
10394 -
10395   type: "plot"
10396   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10397   algorithm: "plot_performance_box"
10398   output-file-type: ".html"
10399   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10400   data: "plot-vpp-throughput-latency-3n-hsw"
10401   filter: "'NIC_Intel-X710' and
10402            '64B' and
10403            ('IP4BASE' or
10404             'POLICE_MARK' or
10405             'COPWHLIST' or
10406             ('NAT44' and 'BASE') or
10407             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10408            'NDRPDR' and
10409            '2T2C' and
10410            'IP4FWD' and
10411            not 'IPSEC' and
10412            not 'VHOST'"
10413   parameters:
10414   - "throughput"
10415   - "parent"
10416   - "tags"
10417   sort:
10418   - "IP4BASE"
10419   - "NAT44"
10420   - "POLICE_MARK"
10421   - "COPWHLIST"
10422   - "IACL"
10423   - "OACL"
10424   traces:
10425     hoverinfo: "x+y"
10426     boxpoints: "outliers"
10427     whiskerwidth: 0
10428   layout:
10429     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10430     layout: "plot-throughput"
10431
10432 -
10433   type: "plot"
10434   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10435   algorithm: "plot_performance_box"
10436   output-file-type: ".html"
10437   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10438   data: "plot-vpp-throughput-latency-3n-hsw"
10439   filter: "'NIC_Intel-X710' and
10440            '64B' and
10441            ('IP4BASE' or
10442             'POLICE_MARK' or
10443             'COPWHLIST' or
10444             ('NAT44' and 'BASE') or
10445             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10446            'NDRPDR' and
10447            '2T2C' and
10448            'IP4FWD' and
10449            not 'IPSEC' and
10450            not 'VHOST'"
10451   parameters:
10452   - "throughput"
10453   - "parent"
10454   - "tags"
10455   sort:
10456   - "IP4BASE"
10457   - "NAT44"
10458   - "POLICE_MARK"
10459   - "COPWHLIST"
10460   - "IACL"
10461   - "OACL"
10462   traces:
10463     hoverinfo: "x+y"
10464     boxpoints: "outliers"
10465     whiskerwidth: 0
10466   layout:
10467     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10468     layout: "plot-throughput"
10469
10470 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10471 -
10472   type: "plot"
10473   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10474   algorithm: "plot_performance_box"
10475   output-file-type: ".html"
10476   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10477   data: "plot-vpp-throughput-latency-3n-skx"
10478   filter: "'NIC_Intel-X710' and
10479            '64B' and
10480            'NDRPDR' and
10481            '2T1C' and
10482            'IP4FWD' and
10483            'NAT44' and
10484            not 'IPSEC' and
10485            not 'VHOST'"
10486   parameters:
10487   - "throughput"
10488   - "parent"
10489   - "tags"
10490   sort:
10491   - "BASE"
10492   - "BASE"
10493   - "SRC_USER_10"
10494   - "SRC_USER_100"
10495   - "SRC_USER_1000"
10496   - "SRC_USER_2000"
10497   traces:
10498     hoverinfo: "x+y"
10499     boxpoints: "outliers"
10500     whiskerwidth: 0
10501   layout:
10502     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10503     layout: "plot-throughput"
10504
10505 -
10506   type: "plot"
10507   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10508   algorithm: "plot_performance_box"
10509   output-file-type: ".html"
10510   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10511   data: "plot-vpp-throughput-latency-3n-skx"
10512   filter: "'NIC_Intel-X710' and
10513            '64B' and
10514            'NDRPDR' and
10515            '2T1C' and
10516            'IP4FWD' and
10517            'NAT44' and
10518            not 'IPSEC' and
10519            not 'VHOST'"
10520   parameters:
10521   - "throughput"
10522   - "parent"
10523   - "tags"
10524   sort:
10525   - "BASE"
10526   - "BASE"
10527   - "SRC_USER_10"
10528   - "SRC_USER_100"
10529   - "SRC_USER_1000"
10530   - "SRC_USER_2000"
10531   traces:
10532     hoverinfo: "x+y"
10533     boxpoints: "outliers"
10534     whiskerwidth: 0
10535   layout:
10536     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10537     layout: "plot-throughput"
10538
10539 -
10540   type: "plot"
10541   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10542   algorithm: "plot_performance_box"
10543   output-file-type: ".html"
10544   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10545   data: "plot-vpp-throughput-latency-3n-skx"
10546   filter: "'NIC_Intel-X710' and
10547            '64B' and
10548            'NDRPDR' and
10549            '4T2C' and
10550            'IP4FWD' and
10551            'NAT44' and
10552            not 'IPSEC' and
10553            not 'VHOST'"
10554   parameters:
10555   - "throughput"
10556   - "parent"
10557   - "tags"
10558   sort:
10559   - "BASE"
10560   - "BASE"
10561   - "SRC_USER_10"
10562   - "SRC_USER_100"
10563   - "SRC_USER_1000"
10564   - "SRC_USER_2000"
10565   traces:
10566     hoverinfo: "x+y"
10567     boxpoints: "outliers"
10568     whiskerwidth: 0
10569   layout:
10570     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10571     layout: "plot-throughput"
10572
10573 -
10574   type: "plot"
10575   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10576   algorithm: "plot_performance_box"
10577   output-file-type: ".html"
10578   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10579   data: "plot-vpp-throughput-latency-3n-skx"
10580   filter: "'NIC_Intel-X710' and
10581            '64B' and
10582            'NDRPDR' and
10583            '4T2C' and
10584            'IP4FWD' and
10585            'NAT44' and
10586            not 'IPSEC' and
10587            not 'VHOST'"
10588   parameters:
10589   - "throughput"
10590   - "parent"
10591   - "tags"
10592   sort:
10593   - "BASE"
10594   - "BASE"
10595   - "SRC_USER_10"
10596   - "SRC_USER_100"
10597   - "SRC_USER_1000"
10598   - "SRC_USER_2000"
10599   traces:
10600     hoverinfo: "x+y"
10601     boxpoints: "outliers"
10602     whiskerwidth: 0
10603   layout:
10604     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10605     layout: "plot-throughput"
10606
10607 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10608 -
10609   type: "plot"
10610   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10611   algorithm: "plot_performance_box"
10612   output-file-type: ".html"
10613   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10614   data: "plot-vpp-throughput-latency-3n-skx"
10615   filter: "'NIC_Intel-X710' and
10616            '64B' and
10617            'NDRPDR' and
10618            '2T1C' and
10619            'IP4FWD' and
10620            'IACL' and
10621            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10622            not 'IPSEC' and
10623            not 'VHOST'"
10624   parameters:
10625   - "throughput"
10626   - "parent"
10627   - "tags"
10628   sort:
10629   - "ACL_STATELESS"
10630   - "ACL_STATEFUL"
10631   - "ACL_STATELESS"
10632   - "ACL_STATEFUL"
10633   traces:
10634     hoverinfo: "x+y"
10635     boxpoints: "outliers"
10636     whiskerwidth: 0
10637   layout:
10638     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10639     layout: "plot-throughput"
10640
10641 -
10642   type: "plot"
10643   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10644   algorithm: "plot_performance_box"
10645   output-file-type: ".html"
10646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10647   data: "plot-vpp-throughput-latency-3n-skx"
10648   filter: "'NIC_Intel-X710' and
10649            '64B' and
10650            'NDRPDR' and
10651            '2T1C' and
10652            'IP4FWD' and
10653            'IACL' and
10654            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10655            not 'IPSEC' and
10656            not 'VHOST'"
10657   parameters:
10658   - "throughput"
10659   - "parent"
10660   - "tags"
10661   sort:
10662   - "ACL_STATELESS"
10663   - "ACL_STATEFUL"
10664   - "ACL_STATELESS"
10665   - "ACL_STATEFUL"
10666   traces:
10667     hoverinfo: "x+y"
10668     boxpoints: "outliers"
10669     whiskerwidth: 0
10670   layout:
10671     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10672     layout: "plot-throughput"
10673
10674 -
10675   type: "plot"
10676   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10677   algorithm: "plot_performance_box"
10678   output-file-type: ".html"
10679   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10680   data: "plot-vpp-throughput-latency-3n-skx"
10681   filter: "'NIC_Intel-X710' and
10682            '64B' and
10683            'NDRPDR' and
10684            '4T2C' and
10685            'IP4FWD' and
10686            'IACL' and
10687            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10688            not 'IPSEC' and
10689            not 'VHOST'"
10690   parameters:
10691   - "throughput"
10692   - "parent"
10693   - "tags"
10694   sort:
10695   - "ACL_STATELESS"
10696   - "ACL_STATEFUL"
10697   - "ACL_STATELESS"
10698   - "ACL_STATEFUL"
10699   traces:
10700     hoverinfo: "x+y"
10701     boxpoints: "outliers"
10702     whiskerwidth: 0
10703   layout:
10704     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10705     layout: "plot-throughput"
10706
10707 -
10708   type: "plot"
10709   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10710   algorithm: "plot_performance_box"
10711   output-file-type: ".html"
10712   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10713   data: "plot-vpp-throughput-latency-3n-skx"
10714   filter: "'NIC_Intel-X710' and
10715            '64B' and
10716            'NDRPDR' and
10717            '4T2C' and
10718            'IP4FWD' and
10719            'IACL' and
10720            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10721            not 'IPSEC' and
10722            not 'VHOST'"
10723   parameters:
10724   - "throughput"
10725   - "parent"
10726   - "tags"
10727   sort:
10728   - "ACL_STATELESS"
10729   - "ACL_STATEFUL"
10730   - "ACL_STATELESS"
10731   - "ACL_STATEFUL"
10732   traces:
10733     hoverinfo: "x+y"
10734     boxpoints: "outliers"
10735     whiskerwidth: 0
10736   layout:
10737     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10738     layout: "plot-throughput"
10739
10740 ## Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
10741 #-
10742 #  type: "plot"
10743 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10744 #  algorithm: "plot_performance_box"
10745 #  output-file-type: ".html"
10746 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10747 #  data: "plot-vpp-throughput-latency-3n-skx"
10748 #  filter: "'NIC_Intel-X710' and
10749 #           '64B' and
10750 #           'NDRPDR' and
10751 #           '2T1C' and
10752 #           'IP4FWD' and
10753 #           'OACL' and
10754 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10755 #           not 'IPSEC' and
10756 #           not 'VHOST'"
10757 #  parameters:
10758 #  - "throughput"
10759 #  - "parent"
10760 #  - "tags"
10761 #  sort:
10762 #  - "ACL_STATELESS"
10763 #  - "ACL_STATEFUL"
10764 #  - "ACL_STATELESS"
10765 #  - "ACL_STATEFUL"
10766 #  traces:
10767 #    hoverinfo: "x+y"
10768 #    boxpoints: "outliers"
10769 #    whiskerwidth: 0
10770 #  layout:
10771 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10772 #    layout: "plot-throughput"
10773 #
10774 #-
10775 #  type: "plot"
10776 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10777 #  algorithm: "plot_performance_box"
10778 #  output-file-type: ".html"
10779 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10780 #  data: "plot-vpp-throughput-latency-3n-skx"
10781 #  filter: "'NIC_Intel-X710' and
10782 #           '64B' and
10783 #           'NDRPDR' and
10784 #           '2T1C' and
10785 #           'IP4FWD' and
10786 #           'OACL' and
10787 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10788 #           not 'IPSEC' and
10789 #           not 'VHOST'"
10790 #  parameters:
10791 #  - "throughput"
10792 #  - "parent"
10793 #  - "tags"
10794 #  sort:
10795 #  - "ACL_STATELESS"
10796 #  - "ACL_STATEFUL"
10797 #  - "ACL_STATELESS"
10798 #  - "ACL_STATEFUL"
10799 #  traces:
10800 #    hoverinfo: "x+y"
10801 #    boxpoints: "outliers"
10802 #    whiskerwidth: 0
10803 #  layout:
10804 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10805 #    layout: "plot-throughput"
10806 #
10807 #-
10808 #  type: "plot"
10809 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10810 #  algorithm: "plot_performance_box"
10811 #  output-file-type: ".html"
10812 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10813 #  data: "plot-vpp-throughput-latency-3n-skx"
10814 #  filter: "'NIC_Intel-X710' and
10815 #           '64B' and
10816 #           'NDRPDR' and
10817 #           '4T2C' and
10818 #           'IP4FWD' and
10819 #           'OACL' and
10820 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10821 #           not 'IPSEC' and
10822 #           not 'VHOST'"
10823 #  parameters:
10824 #  - "throughput"
10825 #  - "parent"
10826 #  - "tags"
10827 #  sort:
10828 #  - "ACL_STATELESS"
10829 #  - "ACL_STATEFUL"
10830 #  - "ACL_STATELESS"
10831 #  - "ACL_STATEFUL"
10832 #  traces:
10833 #    hoverinfo: "x+y"
10834 #    boxpoints: "outliers"
10835 #    whiskerwidth: 0
10836 #  layout:
10837 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10838 #    layout: "plot-throughput"
10839 #
10840 #-
10841 #  type: "plot"
10842 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10843 #  algorithm: "plot_performance_box"
10844 #  output-file-type: ".html"
10845 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10846 #  data: "plot-vpp-throughput-latency-3n-skx"
10847 #  filter: "'NIC_Intel-X710' and
10848 #           '64B' and
10849 #           'NDRPDR' and
10850 #           '4T2C' and
10851 #           'IP4FWD' and
10852 #           'OACL' and
10853 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10854 #           not 'IPSEC' and
10855 #           not 'VHOST'"
10856 #  parameters:
10857 #  - "throughput"
10858 #  - "parent"
10859 #  - "tags"
10860 #  sort:
10861 #  - "ACL_STATELESS"
10862 #  - "ACL_STATEFUL"
10863 #  - "ACL_STATELESS"
10864 #  - "ACL_STATEFUL"
10865 #  traces:
10866 #    hoverinfo: "x+y"
10867 #    boxpoints: "outliers"
10868 #    whiskerwidth: 0
10869 #  layout:
10870 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10871 #    layout: "plot-throughput"
10872
10873 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10874 -
10875   type: "plot"
10876   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10877   algorithm: "plot_performance_box"
10878   output-file-type: ".html"
10879   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10880   data: "plot-vpp-throughput-latency-3n-hsw"
10881   filter: "'NIC_Intel-XL710' and
10882            '64B' and
10883            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10884            'NDRPDR' and
10885            '1T1C' and
10886            'IP4FWD' and
10887            not 'IPSEC' and
10888            not 'VHOST'"
10889   parameters:
10890   - "throughput"
10891   - "parent"
10892   - "tags"
10893   sort:
10894   - "IP4BASE"
10895   - "FIB_20K"
10896   - "FIB_200K"
10897   - "FIB_2M"
10898   traces:
10899     hoverinfo: "x+y"
10900     boxpoints: "outliers"
10901     whiskerwidth: 0
10902   layout:
10903     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10904     layout: "plot-throughput"
10905
10906 -
10907   type: "plot"
10908   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10909   algorithm: "plot_performance_box"
10910   output-file-type: ".html"
10911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10912   data: "plot-vpp-throughput-latency-3n-hsw"
10913   filter: "'NIC_Intel-XL710' and
10914            '64B' and
10915            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10916            'NDRPDR' and
10917            '1T1C' and
10918            'IP4FWD' and
10919            not 'IPSEC' and
10920            not 'VHOST'"
10921   parameters:
10922   - "throughput"
10923   - "parent"
10924   - "tags"
10925   sort:
10926   - "IP4BASE"
10927   - "FIB_20K"
10928   - "FIB_200K"
10929   - "FIB_2M"
10930   traces:
10931     hoverinfo: "x+y"
10932     boxpoints: "outliers"
10933     whiskerwidth: 0
10934   layout:
10935     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10936     layout: "plot-throughput"
10937
10938 -
10939   type: "plot"
10940   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10941   algorithm: "plot_performance_box"
10942   output-file-type: ".html"
10943   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10944   data: "plot-vpp-throughput-latency-3n-hsw"
10945   filter: "'NIC_Intel-XL710' and
10946            '64B' and
10947            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10948            'NDRPDR' and
10949            '2T2C' and
10950            'IP4FWD' and
10951            not 'IPSEC' and
10952            not 'VHOST'"
10953   parameters:
10954   - "throughput"
10955   - "parent"
10956   - "tags"
10957   sort:
10958   - "IP4BASE"
10959   - "FIB_20K"
10960   - "FIB_200K"
10961   - "FIB_2M"
10962   traces:
10963     hoverinfo: "x+y"
10964     boxpoints: "outliers"
10965     whiskerwidth: 0
10966   layout:
10967     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10968     layout: "plot-throughput"
10969
10970 -
10971   type: "plot"
10972   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10973   algorithm: "plot_performance_box"
10974   output-file-type: ".html"
10975   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10976   data: "plot-vpp-throughput-latency-3n-hsw"
10977   filter: "'NIC_Intel-XL710' and
10978            '64B' and
10979            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10980            'NDRPDR' and
10981            '2T2C' and
10982            'IP4FWD' and
10983            not 'IPSEC' and
10984            not 'VHOST'"
10985   parameters:
10986   - "throughput"
10987   - "parent"
10988   - "tags"
10989   sort:
10990   - "IP4BASE"
10991   - "FIB_20K"
10992   - "FIB_200K"
10993   - "FIB_2M"
10994   traces:
10995     hoverinfo: "x+y"
10996     boxpoints: "outliers"
10997     whiskerwidth: 0
10998   layout:
10999     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
11000     layout: "plot-throughput"
11001
11002 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11003 -
11004   type: "plot"
11005   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11006   algorithm: "plot_performance_box"
11007   output-file-type: ".html"
11008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11009   data: "plot-vpp-throughput-latency-3n-skx"
11010   filter: "'NIC_Intel-X710' and
11011            '64B' and
11012            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11013            'NDRPDR' and
11014            '2T1C' and
11015            'IP4FWD' and
11016            not 'IPSEC' and
11017            not 'VHOST'"
11018   parameters:
11019   - "throughput"
11020   - "parent"
11021   - "tags"
11022   sort:
11023   - "IP4BASE"
11024   - "FIB_20K"
11025   - "FIB_200K"
11026   - "FIB_2M"
11027   traces:
11028     hoverinfo: "x+y"
11029     boxpoints: "outliers"
11030     whiskerwidth: 0
11031   layout:
11032     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11033     layout: "plot-throughput"
11034
11035 -
11036   type: "plot"
11037   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11038   algorithm: "plot_performance_box"
11039   output-file-type: ".html"
11040   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11041   data: "plot-vpp-throughput-latency-3n-skx"
11042   filter: "'NIC_Intel-X710' and
11043            '64B' and
11044            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11045            'NDRPDR' and
11046            '2T1C' and
11047            'IP4FWD' and
11048            not 'IPSEC' and
11049            not 'VHOST'"
11050   parameters:
11051   - "throughput"
11052   - "parent"
11053   - "tags"
11054   sort:
11055   - "IP4BASE"
11056   - "FIB_20K"
11057   - "FIB_200K"
11058   - "FIB_2M"
11059   traces:
11060     hoverinfo: "x+y"
11061     boxpoints: "outliers"
11062     whiskerwidth: 0
11063   layout:
11064     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11065     layout: "plot-throughput"
11066
11067 -
11068   type: "plot"
11069   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11070   algorithm: "plot_performance_box"
11071   output-file-type: ".html"
11072   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11073   data: "plot-vpp-throughput-latency-3n-skx"
11074   filter: "'NIC_Intel-X710' and
11075            '64B' and
11076            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11077            'NDRPDR' and
11078            '4T2C' and
11079            'IP4FWD' and
11080            not 'IPSEC' and
11081            not 'VHOST'"
11082   parameters:
11083   - "throughput"
11084   - "parent"
11085   - "tags"
11086   sort:
11087   - "IP4BASE"
11088   - "FIB_20K"
11089   - "FIB_200K"
11090   - "FIB_2M"
11091   traces:
11092     hoverinfo: "x+y"
11093     boxpoints: "outliers"
11094     whiskerwidth: 0
11095   layout:
11096     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11097     layout: "plot-throughput"
11098
11099 -
11100   type: "plot"
11101   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11102   algorithm: "plot_performance_box"
11103   output-file-type: ".html"
11104   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11105   data: "plot-vpp-throughput-latency-3n-skx"
11106   filter: "'NIC_Intel-X710' and
11107            '64B' and
11108            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11109            'NDRPDR' and
11110            '4T2C' and
11111            'IP4FWD' and
11112            not 'IPSEC' and
11113            not 'VHOST'"
11114   parameters:
11115   - "throughput"
11116   - "parent"
11117   - "tags"
11118   sort:
11119   - "IP4BASE"
11120   - "FIB_20K"
11121   - "FIB_200K"
11122   - "FIB_2M"
11123   traces:
11124     hoverinfo: "x+y"
11125     boxpoints: "outliers"
11126     whiskerwidth: 0
11127   layout:
11128     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11129     layout: "plot-throughput"
11130
11131 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11132 -
11133   type: "plot"
11134   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11135   algorithm: "plot_performance_box"
11136   output-file-type: ".html"
11137   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11138   data: "plot-vpp-throughput-latency-3n-skx"
11139   filter: "'NIC_Intel-X710' and
11140            '64B' and
11141            ('IP4BASE' or
11142             'POLICE_MARK' or
11143             'COPWHLIST' or
11144             ('NAT44' and 'BASE') or
11145             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11146            'NDRPDR' and
11147            '2T1C' and
11148            'IP4FWD' and
11149            not 'IPSEC' and
11150            not 'VHOST'"
11151   parameters:
11152   - "throughput"
11153   - "parent"
11154   - "tags"
11155   sort:
11156   - "IP4BASE"
11157   - "NAT44"
11158   - "POLICE_MARK"
11159   - "COPWHLIST"
11160   - "IACL"
11161   - "OACL"
11162   traces:
11163     hoverinfo: "x+y"
11164     boxpoints: "outliers"
11165     whiskerwidth: 0
11166   layout:
11167     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11168     layout: "plot-throughput"
11169
11170 -
11171   type: "plot"
11172   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11173   algorithm: "plot_performance_box"
11174   output-file-type: ".html"
11175   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11176   data: "plot-vpp-throughput-latency-3n-skx"
11177   filter: "'NIC_Intel-X710' and
11178            '64B' and
11179            ('IP4BASE' or
11180             'POLICE_MARK' or
11181             'COPWHLIST' or
11182             ('NAT44' and 'BASE') or
11183             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11184            'NDRPDR' and
11185            '2T1C' and
11186            'IP4FWD' and
11187            not 'IPSEC' and
11188            not 'VHOST'"
11189   parameters:
11190   - "throughput"
11191   - "parent"
11192   - "tags"
11193   sort:
11194   - "IP4BASE"
11195   - "NAT44"
11196   - "POLICE_MARK"
11197   - "COPWHLIST"
11198   - "IACL"
11199   - "OACL"
11200   traces:
11201     hoverinfo: "x+y"
11202     boxpoints: "outliers"
11203     whiskerwidth: 0
11204   layout:
11205     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11206     layout: "plot-throughput"
11207
11208 -
11209   type: "plot"
11210   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11211   algorithm: "plot_performance_box"
11212   output-file-type: ".html"
11213   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11214   data: "plot-vpp-throughput-latency-3n-skx"
11215   filter: "'NIC_Intel-X710' and
11216            '64B' and
11217            ('IP4BASE' or
11218             'POLICE_MARK' or
11219             'COPWHLIST' or
11220             ('NAT44' and 'BASE') or
11221             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11222            'NDRPDR' and
11223            '4T2C' and
11224            'IP4FWD' and
11225            not 'IPSEC' and
11226            not 'VHOST'"
11227   parameters:
11228   - "throughput"
11229   - "parent"
11230   - "tags"
11231   sort:
11232   - "IP4BASE"
11233   - "NAT44"
11234   - "POLICE_MARK"
11235   - "COPWHLIST"
11236   - "IACL"
11237   - "OACL"
11238   traces:
11239     hoverinfo: "x+y"
11240     boxpoints: "outliers"
11241     whiskerwidth: 0
11242   layout:
11243     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11244     layout: "plot-throughput"
11245
11246 -
11247   type: "plot"
11248   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11249   algorithm: "plot_performance_box"
11250   output-file-type: ".html"
11251   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11252   data: "plot-vpp-throughput-latency-3n-skx"
11253   filter: "'NIC_Intel-X710' and
11254            '64B' and
11255            ('IP4BASE' or
11256             'POLICE_MARK' or
11257             'COPWHLIST' or
11258             ('NAT44' and 'BASE') or
11259             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11260            'NDRPDR' and
11261            '4T2C' and
11262            'IP4FWD' and
11263            not 'IPSEC' and
11264            not 'VHOST'"
11265   parameters:
11266   - "throughput"
11267   - "parent"
11268   - "tags"
11269   sort:
11270   - "IP4BASE"
11271   - "NAT44"
11272   - "POLICE_MARK"
11273   - "COPWHLIST"
11274   - "IACL"
11275   - "OACL"
11276   traces:
11277     hoverinfo: "x+y"
11278     boxpoints: "outliers"
11279     whiskerwidth: 0
11280   layout:
11281     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11282     layout: "plot-throughput"
11283
11284 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11285 -
11286   type: "plot"
11287   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11288   algorithm: "plot_performance_box"
11289   output-file-type: ".html"
11290   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11291   data: "plot-vpp-throughput-latency-3n-hsw"
11292   filter: "'NIC_Intel-X710' and
11293            '64B' and
11294            'NDRPDR' and
11295            '1T1C' and
11296            'IP4FWD' and
11297            'NAT44' and
11298            not 'IPSEC' and
11299            not 'VHOST'"
11300   parameters:
11301   - "throughput"
11302   - "parent"
11303   - "tags"
11304   sort:
11305   - "BASE"
11306   - "BASE"
11307   - "SRC_USER_10"
11308   - "SRC_USER_100"
11309   - "SRC_USER_1000"
11310   - "SRC_USER_2000"
11311   traces:
11312     hoverinfo: "x+y"
11313     boxpoints: "outliers"
11314     whiskerwidth: 0
11315   layout:
11316     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11317     layout: "plot-throughput"
11318
11319 -
11320   type: "plot"
11321   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11322   algorithm: "plot_performance_box"
11323   output-file-type: ".html"
11324   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11325   data: "plot-vpp-throughput-latency-3n-hsw"
11326   filter: "'NIC_Intel-X710' and
11327            '64B' and
11328            'NDRPDR' and
11329            '1T1C' and
11330            'IP4FWD' and
11331            'NAT44' and
11332            not 'IPSEC' and
11333            not 'VHOST'"
11334   parameters:
11335   - "throughput"
11336   - "parent"
11337   - "tags"
11338   sort:
11339   - "BASE"
11340   - "BASE"
11341   - "SRC_USER_10"
11342   - "SRC_USER_100"
11343   - "SRC_USER_1000"
11344   - "SRC_USER_2000"
11345   traces:
11346     hoverinfo: "x+y"
11347     boxpoints: "outliers"
11348     whiskerwidth: 0
11349   layout:
11350     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11351     layout: "plot-throughput"
11352
11353 -
11354   type: "plot"
11355   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11356   algorithm: "plot_performance_box"
11357   output-file-type: ".html"
11358   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11359   data: "plot-vpp-throughput-latency-3n-hsw"
11360   filter: "'NIC_Intel-X710' and
11361            '64B' and
11362            'NDRPDR' and
11363            '2T2C' and
11364            'IP4FWD' and
11365            'NAT44' and
11366            not 'IPSEC' and
11367            not 'VHOST'"
11368   parameters:
11369   - "throughput"
11370   - "parent"
11371   - "tags"
11372   sort:
11373   - "BASE"
11374   - "BASE"
11375   - "SRC_USER_10"
11376   - "SRC_USER_100"
11377   - "SRC_USER_1000"
11378   - "SRC_USER_2000"
11379   traces:
11380     hoverinfo: "x+y"
11381     boxpoints: "outliers"
11382     whiskerwidth: 0
11383   layout:
11384     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11385     layout: "plot-throughput"
11386
11387 -
11388   type: "plot"
11389   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11390   algorithm: "plot_performance_box"
11391   output-file-type: ".html"
11392   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11393   data: "plot-vpp-throughput-latency-3n-hsw"
11394   filter: "'NIC_Intel-X710' and
11395            '64B' and
11396            'NDRPDR' and
11397            '2T2C' and
11398            'IP4FWD' and
11399            'NAT44' and
11400            not 'IPSEC' and
11401            not 'VHOST'"
11402   parameters:
11403   - "throughput"
11404   - "parent"
11405   - "tags"
11406   sort:
11407   - "BASE"
11408   - "BASE"
11409   - "SRC_USER_10"
11410   - "SRC_USER_100"
11411   - "SRC_USER_1000"
11412   - "SRC_USER_2000"
11413   traces:
11414     hoverinfo: "x+y"
11415     boxpoints: "outliers"
11416     whiskerwidth: 0
11417   layout:
11418     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11419     layout: "plot-throughput"
11420
11421 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11422 -
11423   type: "plot"
11424   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11425   algorithm: "plot_performance_box"
11426   output-file-type: ".html"
11427   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11428   data: "plot-vpp-throughput-latency-3n-hsw"
11429   filter: "'NIC_Intel-X710' and
11430            '64B' and
11431            'NDRPDR' and
11432            '1T1C' and
11433            'IP4FWD' and
11434            'IACL' and
11435            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11436            not 'IPSEC' and
11437            not 'VHOST'"
11438   parameters:
11439   - "throughput"
11440   - "parent"
11441   - "tags"
11442   sort:
11443   - "ACL_STATELESS"
11444   - "ACL_STATEFUL"
11445   - "ACL_STATELESS"
11446   - "ACL_STATEFUL"
11447   traces:
11448     hoverinfo: "x+y"
11449     boxpoints: "outliers"
11450     whiskerwidth: 0
11451   layout:
11452     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11453     layout: "plot-throughput"
11454
11455 -
11456   type: "plot"
11457   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11458   algorithm: "plot_performance_box"
11459   output-file-type: ".html"
11460   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11461   data: "plot-vpp-throughput-latency-3n-hsw"
11462   filter: "'NIC_Intel-X710' and
11463            '64B' and
11464            'NDRPDR' and
11465            '1T1C' and
11466            'IP4FWD' and
11467            'IACL' and
11468            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11469            not 'IPSEC' and
11470            not 'VHOST'"
11471   parameters:
11472   - "throughput"
11473   - "parent"
11474   - "tags"
11475   sort:
11476   - "ACL_STATELESS"
11477   - "ACL_STATEFUL"
11478   - "ACL_STATELESS"
11479   - "ACL_STATEFUL"
11480   traces:
11481     hoverinfo: "x+y"
11482     boxpoints: "outliers"
11483     whiskerwidth: 0
11484   layout:
11485     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11486     layout: "plot-throughput"
11487
11488 -
11489   type: "plot"
11490   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11491   algorithm: "plot_performance_box"
11492   output-file-type: ".html"
11493   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11494   data: "plot-vpp-throughput-latency-3n-hsw"
11495   filter: "'NIC_Intel-X710' and
11496            '64B' and
11497            'NDRPDR' and
11498            '2T2C' and
11499            'IP4FWD' and
11500            'IACL' and
11501            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11502            not 'IPSEC' and
11503            not 'VHOST'"
11504   parameters:
11505   - "throughput"
11506   - "parent"
11507   - "tags"
11508   sort:
11509   - "ACL_STATELESS"
11510   - "ACL_STATEFUL"
11511   - "ACL_STATELESS"
11512   - "ACL_STATEFUL"
11513   traces:
11514     hoverinfo: "x+y"
11515     boxpoints: "outliers"
11516     whiskerwidth: 0
11517   layout:
11518     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11519     layout: "plot-throughput"
11520
11521 -
11522   type: "plot"
11523   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11524   algorithm: "plot_performance_box"
11525   output-file-type: ".html"
11526   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11527   data: "plot-vpp-throughput-latency-3n-hsw"
11528   filter: "'NIC_Intel-X710' and
11529            '64B' and
11530            'NDRPDR' and
11531            '2T2C' and
11532            'IP4FWD' and
11533            'IACL' and
11534            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11535            not 'IPSEC' and
11536            not 'VHOST'"
11537   parameters:
11538   - "throughput"
11539   - "parent"
11540   - "tags"
11541   sort:
11542   - "ACL_STATELESS"
11543   - "ACL_STATEFUL"
11544   - "ACL_STATELESS"
11545   - "ACL_STATEFUL"
11546   traces:
11547     hoverinfo: "x+y"
11548     boxpoints: "outliers"
11549     whiskerwidth: 0
11550   layout:
11551     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11552     layout: "plot-throughput"
11553
11554 ## Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
11555 #-
11556 #  type: "plot"
11557 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11558 #  algorithm: "plot_performance_box"
11559 #  output-file-type: ".html"
11560 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11561 #  data: "plot-vpp-throughput-latency-3n-hsw"
11562 #  filter: "'NIC_Intel-X710' and
11563 #           '64B' and
11564 #           'NDRPDR' and
11565 #           '1T1C' and
11566 #           'IP4FWD' and
11567 #           'OACL' and
11568 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
11569 #           not 'IPSEC' and
11570 #           not 'VHOST'"
11571 #  parameters:
11572 #  - "throughput"
11573 #  - "parent"
11574 #  - "tags"
11575 #  sort:
11576 #  - "ACL_STATELESS"
11577 #  - "ACL_STATEFUL"
11578 #  - "ACL_STATELESS"
11579 #  - "ACL_STATEFUL"
11580 #  traces:
11581 #    hoverinfo: "x+y"
11582 #    boxpoints: "outliers"
11583 #    whiskerwidth: 0
11584 #  layout:
11585 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11586 #    layout: "plot-throughput"
11587 #
11588 #-
11589 #  type: "plot"
11590 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11591 #  algorithm: "plot_performance_box"
11592 #  output-file-type: ".html"
11593 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11594 #  data: "plot-vpp-throughput-latency-3n-hsw"
11595 #  filter: "'NIC_Intel-X710' and
11596 #           '64B' and
11597 #           'NDRPDR' and
11598 #           '1T1C' and
11599 #           'IP4FWD' and
11600 #           'OACL' and
11601 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
11602 #           not 'IPSEC' and
11603 #           not 'VHOST'"
11604 #  parameters:
11605 #  - "throughput"
11606 #  - "parent"
11607 #  - "tags"
11608 #  sort:
11609 #  - "ACL_STATELESS"
11610 #  - "ACL_STATEFUL"
11611 #  - "ACL_STATELESS"
11612 #  - "ACL_STATEFUL"
11613 #  traces:
11614 #    hoverinfo: "x+y"
11615 #    boxpoints: "outliers"
11616 #    whiskerwidth: 0
11617 #  layout:
11618 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11619 #    layout: "plot-throughput"
11620 #
11621 #-
11622 #  type: "plot"
11623 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11624 #  algorithm: "plot_performance_box"
11625 #  output-file-type: ".html"
11626 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11627 #  data: "plot-vpp-throughput-latency-3n-hsw"
11628 #  filter: "'NIC_Intel-X710' and
11629 #           '64B' and
11630 #           'NDRPDR' and
11631 #           '2T2C' and
11632 #           'IP4FWD' and
11633 #           'OACL' and
11634 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
11635 #           not 'IPSEC' and
11636 #           not 'VHOST'"
11637 #  parameters:
11638 #  - "throughput"
11639 #  - "parent"
11640 #  - "tags"
11641 #  sort:
11642 #  - "ACL_STATELESS"
11643 #  - "ACL_STATEFUL"
11644 #  - "ACL_STATELESS"
11645 #  - "ACL_STATEFUL"
11646 #  traces:
11647 #    hoverinfo: "x+y"
11648 #    boxpoints: "outliers"
11649 #    whiskerwidth: 0
11650 #  layout:
11651 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11652 #    layout: "plot-throughput"
11653 #
11654 #-
11655 #  type: "plot"
11656 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11657 #  algorithm: "plot_performance_box"
11658 #  output-file-type: ".html"
11659 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11660 #  data: "plot-vpp-throughput-latency-3n-hsw"
11661 #  filter: "'NIC_Intel-X710' and
11662 #           '64B' and
11663 #           'NDRPDR' and
11664 #           '2T2C' and
11665 #           'IP4FWD' and
11666 #           'OACL' and
11667 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
11668 #           not 'IPSEC' and
11669 #           not 'VHOST'"
11670 #  parameters:
11671 #  - "throughput"
11672 #  - "parent"
11673 #  - "tags"
11674 #  sort:
11675 #  - "ACL_STATELESS"
11676 #  - "ACL_STATEFUL"
11677 #  - "ACL_STATELESS"
11678 #  - "ACL_STATEFUL"
11679 #  traces:
11680 #    hoverinfo: "x+y"
11681 #    boxpoints: "outliers"
11682 #    whiskerwidth: 0
11683 #  layout:
11684 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11685 #    layout: "plot-throughput"
11686
11687 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11688 -
11689   type: "plot"
11690   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11691   algorithm: "plot_performance_box"
11692   output-file-type: ".html"
11693   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11694   data: "plot-vpp-throughput-latency-2n-skx"
11695   filter: "'NIC_Intel-X710' and
11696            '64B' and
11697            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11698            'NDRPDR' and
11699            '2T1C' and
11700            'IP4FWD' and
11701            not 'IPSEC' and
11702            not 'VHOST'"
11703   parameters:
11704   - "throughput"
11705   - "parent"
11706   - "tags"
11707   sort:
11708   - "DOT1Q"
11709   - "IP4BASE"
11710   - "FIB_20k"
11711   - "FIB_200k"
11712   - "FIB_2M"
11713   traces:
11714     hoverinfo: "x+y"
11715     boxpoints: "outliers"
11716     whiskerwidth: 0
11717   layout:
11718     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11719     layout: "plot-throughput"
11720
11721 -
11722   type: "plot"
11723   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11724   algorithm: "plot_performance_box"
11725   output-file-type: ".html"
11726   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11727   data: "plot-vpp-throughput-latency-2n-skx"
11728   filter: "'NIC_Intel-X710' and
11729            '64B' and
11730            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11731            'NDRPDR' and
11732            '2T1C' and
11733            'IP4FWD' and
11734            not 'IPSEC' and
11735            not 'VHOST'"
11736   parameters:
11737   - "throughput"
11738   - "parent"
11739   - "tags"
11740   sort:
11741   - "DOT1Q"
11742   - "IP4BASE"
11743   - "FIB_20k"
11744   - "FIB_200k"
11745   - "FIB_2M"
11746   traces:
11747     hoverinfo: "x+y"
11748     boxpoints: "outliers"
11749     whiskerwidth: 0
11750   layout:
11751     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11752     layout: "plot-throughput"
11753
11754 -
11755   type: "plot"
11756   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11757   algorithm: "plot_performance_box"
11758   output-file-type: ".html"
11759   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11760   data: "plot-vpp-throughput-latency-2n-skx"
11761   filter: "'NIC_Intel-X710' and
11762            '64B' and
11763            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11764            'NDRPDR' and
11765            '4T2C' and
11766            'IP4FWD' and
11767            not 'IPSEC' and
11768            not 'VHOST'"
11769   parameters:
11770   - "throughput"
11771   - "parent"
11772   - "tags"
11773   sort:
11774   - "DOT1Q"
11775   - "IP4BASE"
11776   - "FIB_20k"
11777   - "FIB_200k"
11778   - "FIB_2M"
11779   traces:
11780     hoverinfo: "x+y"
11781     boxpoints: "outliers"
11782     whiskerwidth: 0
11783   layout:
11784     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11785     layout: "plot-throughput"
11786
11787 -
11788   type: "plot"
11789   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11790   algorithm: "plot_performance_box"
11791   output-file-type: ".html"
11792   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11793   data: "plot-vpp-throughput-latency-2n-skx"
11794   filter: "'NIC_Intel-X710' and
11795            '64B' and
11796            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11797            'NDRPDR' and
11798            '4T2C' and
11799            'IP4FWD' and
11800            not 'IPSEC' and
11801            not 'VHOST'"
11802   parameters:
11803   - "throughput"
11804   - "parent"
11805   - "tags"
11806   sort:
11807   - "DOT1Q"
11808   - "IP4BASE"
11809   - "FIB_20k"
11810   - "FIB_200k"
11811   - "FIB_2M"
11812   traces:
11813     hoverinfo: "x+y"
11814     boxpoints: "outliers"
11815     whiskerwidth: 0
11816   layout:
11817     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11818     layout: "plot-throughput"
11819
11820 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11821 -
11822   type: "plot"
11823   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11824   algorithm: "plot_performance_box"
11825   output-file-type: ".html"
11826   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11827   data: "plot-vpp-throughput-latency-2n-skx"
11828   filter: "'NIC_Intel-XXV710' and
11829            '64B' and
11830            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11831            'NDRPDR' and
11832            '2T1C' and
11833            'IP4FWD' and
11834            not 'IPSEC' and
11835            not 'VHOST'"
11836   parameters:
11837   - "throughput"
11838   - "parent"
11839   - "tags"
11840   sort:
11841   - "DOT1Q"
11842   - "IP4BASE"
11843   - "FIB_20k"
11844   - "FIB_200k"
11845   - "FIB_2M"
11846   traces:
11847     hoverinfo: "x+y"
11848     boxpoints: "outliers"
11849     whiskerwidth: 0
11850   layout:
11851     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11852     layout: "plot-throughput"
11853
11854 -
11855   type: "plot"
11856   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11857   algorithm: "plot_performance_box"
11858   output-file-type: ".html"
11859   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11860   data: "plot-vpp-throughput-latency-2n-skx"
11861   filter: "'NIC_Intel-XXV710' and
11862            '64B' and
11863            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11864            'NDRPDR' and
11865            '2T1C' and
11866            'IP4FWD' and
11867            not 'IPSEC' and
11868            not 'VHOST'"
11869   parameters:
11870   - "throughput"
11871   - "parent"
11872   - "tags"
11873   sort:
11874   - "DOT1Q"
11875   - "IP4BASE"
11876   - "FIB_20k"
11877   - "FIB_200k"
11878   - "FIB_2M"
11879   traces:
11880     hoverinfo: "x+y"
11881     boxpoints: "outliers"
11882     whiskerwidth: 0
11883   layout:
11884     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11885     layout: "plot-throughput"
11886
11887 -
11888   type: "plot"
11889   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11890   algorithm: "plot_performance_box"
11891   output-file-type: ".html"
11892   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11893   data: "plot-vpp-throughput-latency-2n-skx"
11894   filter: "'NIC_Intel-XXV710' and
11895            '64B' and
11896            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11897            'NDRPDR' and
11898            '4T2C' and
11899            'IP4FWD' and
11900            not 'IPSEC' and
11901            not 'VHOST'"
11902   parameters:
11903   - "throughput"
11904   - "parent"
11905   - "tags"
11906   sort:
11907   - "DOT1Q"
11908   - "IP4BASE"
11909   - "FIB_20k"
11910   - "FIB_200k"
11911   - "FIB_2M"
11912   traces:
11913     hoverinfo: "x+y"
11914     boxpoints: "outliers"
11915     whiskerwidth: 0
11916   layout:
11917     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11918     layout: "plot-throughput"
11919
11920 -
11921   type: "plot"
11922   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11923   algorithm: "plot_performance_box"
11924   output-file-type: ".html"
11925   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11926   data: "plot-vpp-throughput-latency-2n-skx"
11927   filter: "'NIC_Intel-XXV710' and
11928            '64B' and
11929            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11930            'NDRPDR' and
11931            '4T2C' and
11932            'IP4FWD' and
11933            not 'IPSEC' and
11934            not 'VHOST'"
11935   parameters:
11936   - "throughput"
11937   - "parent"
11938   - "tags"
11939   sort:
11940   - "DOT1Q"
11941   - "IP4BASE"
11942   - "FIB_20k"
11943   - "FIB_200k"
11944   - "FIB_2M"
11945   traces:
11946     hoverinfo: "x+y"
11947     boxpoints: "outliers"
11948     whiskerwidth: 0
11949   layout:
11950     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11951     layout: "plot-throughput"
11952
11953 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11954 -
11955   type: "plot"
11956   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11957   algorithm: "plot_performance_box"
11958   output-file-type: ".html"
11959   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11960   data: "intel-dnv-vpp"
11961   filter: "'NIC_Intel-X553' and
11962            '64B' and
11963            'IP4BASE' and
11964            'NDRPDR' and
11965            '1T1C' and
11966            'IP4FWD' and
11967            not 'IPSEC' and
11968            not 'VHOST'"
11969   parameters:
11970   - "throughput"
11971   - "parent"
11972   - "tags"
11973   sort:
11974   - "IP4BASE"
11975   traces:
11976     hoverinfo: "x+y"
11977     boxpoints: "outliers"
11978     whiskerwidth: 0
11979   layout:
11980     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11981     layout: "plot-throughput"
11982
11983 -
11984   type: "plot"
11985   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11986   algorithm: "plot_performance_box"
11987   output-file-type: ".html"
11988   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11989   data: "intel-dnv-vpp"
11990   filter: "'NIC_Intel-X553' and
11991            '64B' and
11992            'IP4BASE' and
11993            'NDRPDR' and
11994            '1T1C' and
11995            'IP4FWD' and
11996            not 'IPSEC' and
11997            not 'VHOST'"
11998   parameters:
11999   - "throughput"
12000   - "parent"
12001   - "tags"
12002   sort:
12003   - "IP4BASE"
12004   traces:
12005     hoverinfo: "x+y"
12006     boxpoints: "outliers"
12007     whiskerwidth: 0
12008   layout:
12009     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12010     layout: "plot-throughput"
12011
12012 -
12013   type: "plot"
12014   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12015   algorithm: "plot_performance_box"
12016   output-file-type: ".html"
12017   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12018   data: "intel-dnv-vpp"
12019   filter: "'NIC_Intel-X553' and
12020            '64B' and
12021            'IP4BASE' and
12022            'NDRPDR' and
12023            '2T2C' and
12024            'IP4FWD' and
12025            not 'IPSEC' and
12026            not 'VHOST'"
12027   parameters:
12028   - "throughput"
12029   - "parent"
12030   - "tags"
12031   sort:
12032   - "IP4BASE"
12033   traces:
12034     hoverinfo: "x+y"
12035     boxpoints: "outliers"
12036     whiskerwidth: 0
12037   layout:
12038     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12039     layout: "plot-throughput"
12040
12041 -
12042   type: "plot"
12043   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12044   algorithm: "plot_performance_box"
12045   output-file-type: ".html"
12046   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12047   data: "intel-dnv-vpp"
12048   filter: "'NIC_Intel-X553' and
12049            '64B' and
12050            'IP4BASE' and
12051            'NDRPDR' and
12052            '2T2C' and
12053            'IP4FWD' and
12054            not 'IPSEC' and
12055            not 'VHOST'"
12056   parameters:
12057   - "throughput"
12058   - "parent"
12059   - "tags"
12060   sort:
12061   - "IP4BASE"
12062   traces:
12063     hoverinfo: "x+y"
12064     boxpoints: "outliers"
12065     whiskerwidth: 0
12066   layout:
12067     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12068     layout: "plot-throughput"
12069
12070 ################################################################################
12071
12072 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
12073 #-
12074 #  type: "plot"
12075 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12076 #  algorithm: "plot_performance_box"
12077 #  output-file-type: ".html"
12078 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12079 #  data: "plot-vpp-throughput-latency-3n-hsw"
12080 #  filter: "'NIC_Intel-X520-DA2' and
12081 #           '64B' and
12082 #           'ENCAP' and
12083 #           'NDRPDR' and
12084 #           '1T1C' and
12085 #           ('VXLAN' or 'LISP') and
12086 #           not 'VHOST' and
12087 #           not 'IPSECHW'"
12088 #  parameters:
12089 #  - "throughput"
12090 #  - "parent"
12091 #  - "tags"
12092 #  sort:
12093 #  - "not DOT1Q"
12094 #  - "VXLAN_1"
12095 #  - "VXLAN_10"
12096 #  - "VXLAN_100"
12097 #  - "VXLAN_1000"
12098 #  traces:
12099 #    hoverinfo: "x+y"
12100 #    boxpoints: "outliers"
12101 #    whiskerwidth: 0
12102 #  layout:
12103 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12104 #    layout: "plot-throughput"
12105 #
12106 #-
12107 #  type: "plot"
12108 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12109 #  algorithm: "plot_performance_box"
12110 #  output-file-type: ".html"
12111 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12112 #  data: "plot-vpp-throughput-latency-3n-hsw"
12113 #  filter: "'NIC_Intel-X520-DA2' and
12114 #           '64B' and
12115 #           'ENCAP' and
12116 #           'NDRPDR' and
12117 #           '1T1C' and
12118 #           ('VXLAN' or 'LISP') and
12119 #           not 'VHOST' and
12120 #           not 'IPSECHW'"
12121 #  parameters:
12122 #  - "throughput"
12123 #  - "parent"
12124 #  - "tags"
12125 #  sort:
12126 #  - "not DOT1Q"
12127 #  - "VXLAN_1"
12128 #  - "VXLAN_10"
12129 #  - "VXLAN_100"
12130 #  - "VXLAN_1000"
12131 #  traces:
12132 #    hoverinfo: "x+y"
12133 #    boxpoints: "outliers"
12134 #    whiskerwidth: 0
12135 #  layout:
12136 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12137 #    layout: "plot-throughput"
12138 #
12139 #-
12140 #  type: "plot"
12141 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12142 #  algorithm: "plot_performance_box"
12143 #  output-file-type: ".html"
12144 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12145 #  data: "plot-vpp-throughput-latency-3n-hsw"
12146 #  filter: "'NIC_Intel-X520-DA2' and
12147 #           '64B' and
12148 #           'ENCAP' and
12149 #           'NDRPDR' and
12150 #           '2T2C' and
12151 #           ('VXLAN' or 'LISP') and
12152 #           not 'VHOST' and
12153 #           not 'IPSECHW'"
12154 #  parameters:
12155 #  - "throughput"
12156 #  - "parent"
12157 #  - "tags"
12158 #  sort:
12159 #  - "not DOT1Q"
12160 #  - "VXLAN_1"
12161 #  - "VXLAN_10"
12162 #  - "VXLAN_100"
12163 #  - "VXLAN_1000"
12164 #  traces:
12165 #    hoverinfo: "x+y"
12166 #    boxpoints: "outliers"
12167 #    whiskerwidth: 0
12168 #  layout:
12169 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12170 #    layout: "plot-throughput"
12171 #
12172 #-
12173 #  type: "plot"
12174 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12175 #  algorithm: "plot_performance_box"
12176 #  output-file-type: ".html"
12177 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12178 #  data: "plot-vpp-throughput-latency-3n-hsw"
12179 #  filter: "'NIC_Intel-X520-DA2' and
12180 #           '64B' and
12181 #           'ENCAP' and
12182 #           'NDRPDR' and
12183 #           '2T2C' and
12184 #           ('VXLAN' or 'LISP') and
12185 #           not 'VHOST' and
12186 #           not 'IPSECHW'"
12187 #  parameters:
12188 #  - "throughput"
12189 #  - "parent"
12190 #  - "tags"
12191 #  sort:
12192 #  - "not DOT1Q"
12193 #  - "VXLAN_1"
12194 #  - "VXLAN_10"
12195 #  - "VXLAN_100"
12196 #  - "VXLAN_1000"
12197 #  traces:
12198 #    hoverinfo: "x+y"
12199 #    boxpoints: "outliers"
12200 #    whiskerwidth: 0
12201 #  layout:
12202 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12203 #    layout: "plot-throughput"
12204
12205 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12206 -
12207   type: "plot"
12208   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12209   algorithm: "plot_performance_box"
12210   output-file-type: ".html"
12211   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12212   data: "plot-vpp-throughput-latency-3n-hsw"
12213   filter: "'NIC_Intel-X520-DA2' and
12214            '64B' and
12215            'ENCAP' and
12216            'NDRPDR' and
12217            '1T1C' and
12218            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12219            not 'DOT1Q' and
12220            not 'VHOST' and
12221            not 'IPSECHW'"
12222   parameters:
12223   - "throughput"
12224   - "parent"
12225   - "tags"
12226   sort:
12227   - "L2BDMACLRN"
12228   - "L2XCFWD"
12229   - "LISP"
12230   traces:
12231     hoverinfo: "x+y"
12232     boxpoints: "outliers"
12233     whiskerwidth: 0
12234   layout:
12235     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12236     layout: "plot-throughput"
12237
12238 -
12239   type: "plot"
12240   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12241   algorithm: "plot_performance_box"
12242   output-file-type: ".html"
12243   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12244   data: "plot-vpp-throughput-latency-3n-hsw"
12245   filter: "'NIC_Intel-X520-DA2' and
12246            '64B' and
12247            'ENCAP' and
12248            'NDRPDR' and
12249            '2T2C' and
12250            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12251            not 'DOT1Q' and
12252            not 'VHOST' and
12253            not 'IPSECHW'"
12254   parameters:
12255   - "throughput"
12256   - "parent"
12257   - "tags"
12258   sort:
12259   - "L2BDMACLRN"
12260   - "L2XCFWD"
12261   - "LISP"
12262   traces:
12263     hoverinfo: "x+y"
12264     boxpoints: "outliers"
12265     whiskerwidth: 0
12266   layout:
12267     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12268     layout: "plot-throughput"
12269
12270 -
12271   type: "plot"
12272   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12273   algorithm: "plot_performance_box"
12274   output-file-type: ".html"
12275   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12276   data: "plot-vpp-throughput-latency-3n-hsw"
12277   filter: "'NIC_Intel-X520-DA2' and
12278            '64B' and
12279            'ENCAP' and
12280            'NDRPDR' and
12281            '1T1C' and
12282            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12283            not 'DOT1Q' and
12284            not 'VHOST' and
12285            not 'IPSECHW'"
12286   parameters:
12287   - "throughput"
12288   - "parent"
12289   - "tags"
12290   sort:
12291   - "L2BDMACLRN"
12292   - "L2XCFWD"
12293   - "LISP"
12294   traces:
12295     hoverinfo: "x+y"
12296     boxpoints: "outliers"
12297     whiskerwidth: 0
12298   layout:
12299     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12300     layout: "plot-throughput"
12301
12302 -
12303   type: "plot"
12304   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12305   algorithm: "plot_performance_box"
12306   output-file-type: ".html"
12307   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12308   data: "plot-vpp-throughput-latency-3n-hsw"
12309   filter: "'NIC_Intel-X520-DA2' and
12310            '64B' and
12311            'ENCAP' and
12312            'NDRPDR' and
12313            '2T2C' and
12314            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12315            not 'DOT1Q' and
12316            not 'VHOST' and
12317            not 'IPSECHW'"
12318   parameters:
12319   - "throughput"
12320   - "parent"
12321   - "tags"
12322   sort:
12323   - "L2BDMACLRN"
12324   - "L2XCFWD"
12325   - "LISP"
12326   traces:
12327     hoverinfo: "x+y"
12328     boxpoints: "outliers"
12329     whiskerwidth: 0
12330   layout:
12331     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12332     layout: "plot-throughput"
12333
12334 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12335 -
12336   type: "plot"
12337   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12338   algorithm: "plot_performance_box"
12339   output-file-type: ".html"
12340   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12341   data: "plot-vpp-throughput-latency-3n-hsw"
12342   filter: "'NIC_Intel-X710' and
12343            '64B' and
12344            'ENCAP' and
12345            'NDRPDR' and
12346            '1T1C' and
12347            ('VXLAN' or 'LISP') and
12348            not 'VHOST' and
12349            not 'IPSECHW'"
12350   parameters:
12351   - "throughput"
12352   - "parent"
12353   - "tags"
12354   sort:
12355   - "LISP"
12356   - "VXLAN_1"
12357   - "VXLAN_10"
12358   - "VXLAN_100"
12359   - "VXLAN_1000"
12360   traces:
12361     hoverinfo: "x+y"
12362     boxpoints: "outliers"
12363     whiskerwidth: 0
12364   layout:
12365     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12366     layout: "plot-throughput"
12367
12368 -
12369   type: "plot"
12370   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12371   algorithm: "plot_performance_box"
12372   output-file-type: ".html"
12373   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12374   data: "plot-vpp-throughput-latency-3n-hsw"
12375   filter: "'NIC_Intel-X710' and
12376            '64B' and
12377            'ENCAP' and
12378            'NDRPDR' and
12379            '1T1C' and
12380            ('VXLAN' or 'LISP') and
12381            not 'VHOST' and
12382            not 'IPSECHW'"
12383   parameters:
12384   - "throughput"
12385   - "parent"
12386   - "tags"
12387   sort:
12388   - "LISP"
12389   - "VXLAN_1"
12390   - "VXLAN_10"
12391   - "VXLAN_100"
12392   - "VXLAN_1000"
12393   traces:
12394     hoverinfo: "x+y"
12395     boxpoints: "outliers"
12396     whiskerwidth: 0
12397   layout:
12398     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12399     layout: "plot-throughput"
12400
12401 -
12402   type: "plot"
12403   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12404   algorithm: "plot_performance_box"
12405   output-file-type: ".html"
12406   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12407   data: "plot-vpp-throughput-latency-3n-hsw"
12408   filter: "'NIC_Intel-X710' and
12409            '64B' and
12410            'ENCAP' and
12411            'NDRPDR' and
12412            '2T2C' and
12413            ('VXLAN' or 'LISP') and
12414            not 'VHOST' and
12415            not 'IPSECHW'"
12416   parameters:
12417   - "throughput"
12418   - "parent"
12419   - "tags"
12420   sort:
12421   - "LISP"
12422   - "VXLAN_1"
12423   - "VXLAN_10"
12424   - "VXLAN_100"
12425   - "VXLAN_1000"
12426   traces:
12427     hoverinfo: "x+y"
12428     boxpoints: "outliers"
12429     whiskerwidth: 0
12430   layout:
12431     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12432     layout: "plot-throughput"
12433
12434 -
12435   type: "plot"
12436   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12437   algorithm: "plot_performance_box"
12438   output-file-type: ".html"
12439   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12440   data: "plot-vpp-throughput-latency-3n-hsw"
12441   filter: "'NIC_Intel-X710' and
12442            '64B' and
12443            'ENCAP' and
12444            'NDRPDR' and
12445            '2T2C' and
12446            ('VXLAN' or 'LISP') and
12447            not 'VHOST' and
12448            not 'IPSECHW'"
12449   parameters:
12450   - "throughput"
12451   - "parent"
12452   - "tags"
12453   sort:
12454   - "LISP"
12455   - "VXLAN_1"
12456   - "VXLAN_10"
12457   - "VXLAN_100"
12458   - "VXLAN_1000"
12459   traces:
12460     hoverinfo: "x+y"
12461     boxpoints: "outliers"
12462     whiskerwidth: 0
12463   layout:
12464     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12465     layout: "plot-throughput"
12466
12467 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12468 -
12469   type: "plot"
12470   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12471   algorithm: "plot_performance_box"
12472   output-file-type: ".html"
12473   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12474   data: "plot-vpp-throughput-latency-3n-hsw"
12475   filter: "'NIC_Intel-X710' and
12476            '64B' and
12477            'ENCAP' and
12478            'NDRPDR' and
12479            '1T1C' and
12480            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12481            not 'DOT1Q' and
12482            not 'VHOST' and
12483            not 'IPSECHW'"
12484   parameters:
12485   - "throughput"
12486   - "parent"
12487   - "tags"
12488   sort:
12489   - "L2BDMACLRN"
12490   - "L2XCFWD"
12491   - "LISP"
12492   traces:
12493     hoverinfo: "x+y"
12494     boxpoints: "outliers"
12495     whiskerwidth: 0
12496   layout:
12497     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12498     layout: "plot-throughput"
12499
12500 -
12501   type: "plot"
12502   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12503   algorithm: "plot_performance_box"
12504   output-file-type: ".html"
12505   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12506   data: "plot-vpp-throughput-latency-3n-hsw"
12507   filter: "'NIC_Intel-X710' and
12508            '64B' and
12509            'ENCAP' and
12510            'NDRPDR' and
12511            '2T2C' and
12512            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12513            not 'DOT1Q' and
12514            not 'VHOST' and
12515            not 'IPSECHW'"
12516   parameters:
12517   - "throughput"
12518   - "parent"
12519   - "tags"
12520   sort:
12521   - "L2BDMACLRN"
12522   - "L2XCFWD"
12523   - "LISP"
12524   traces:
12525     hoverinfo: "x+y"
12526     boxpoints: "outliers"
12527     whiskerwidth: 0
12528   layout:
12529     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12530     layout: "plot-throughput"
12531
12532 -
12533   type: "plot"
12534   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12535   algorithm: "plot_performance_box"
12536   output-file-type: ".html"
12537   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12538   data: "plot-vpp-throughput-latency-3n-hsw"
12539   filter: "'NIC_Intel-X710' and
12540            '64B' and
12541            'ENCAP' and
12542            'NDRPDR' and
12543            '1T1C' and
12544            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12545            not 'DOT1Q' and
12546            not 'VHOST' and
12547            not 'IPSECHW'"
12548   parameters:
12549   - "throughput"
12550   - "parent"
12551   - "tags"
12552   sort:
12553   - "L2BDMACLRN"
12554   - "L2XCFWD"
12555   - "LISP"
12556   traces:
12557     hoverinfo: "x+y"
12558     boxpoints: "outliers"
12559     whiskerwidth: 0
12560   layout:
12561     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12562     layout: "plot-throughput"
12563
12564 -
12565   type: "plot"
12566   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12567   algorithm: "plot_performance_box"
12568   output-file-type: ".html"
12569   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12570   data: "plot-vpp-throughput-latency-3n-hsw"
12571   filter: "'NIC_Intel-X710' and
12572            '64B' and
12573            'ENCAP' and
12574            'NDRPDR' and
12575            '2T2C' and
12576            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12577            not 'DOT1Q' and
12578            not 'VHOST' and
12579            not 'IPSECHW'"
12580   parameters:
12581   - "throughput"
12582   - "parent"
12583   - "tags"
12584   sort:
12585   - "L2BDMACLRN"
12586   - "L2XCFWD"
12587   - "LISP"
12588   traces:
12589     hoverinfo: "x+y"
12590     boxpoints: "outliers"
12591     whiskerwidth: 0
12592   layout:
12593     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12594     layout: "plot-throughput"
12595
12596 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12597 -
12598   type: "plot"
12599   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12600   algorithm: "plot_performance_box"
12601   output-file-type: ".html"
12602   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12603   data: "plot-vpp-throughput-latency-3n-skx"
12604   filter: "'NIC_Intel-X710' and
12605            '64B' and
12606            'ENCAP' and
12607            'NDRPDR' and
12608            '2T1C' and
12609            ('VXLAN' or 'LISP') and
12610            not 'VHOST' and
12611            not 'IPSECHW'"
12612   parameters:
12613   - "throughput"
12614   - "parent"
12615   - "tags"
12616   sort:
12617   - "LISP"
12618   - "VXLAN_1"
12619   - "VXLAN_10"
12620   - "VXLAN_100"
12621   - "VXLAN_1000"
12622   traces:
12623     hoverinfo: "x+y"
12624     boxpoints: "outliers"
12625     whiskerwidth: 0
12626   layout:
12627     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12628     layout: "plot-throughput"
12629
12630 -
12631   type: "plot"
12632   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12633   algorithm: "plot_performance_box"
12634   output-file-type: ".html"
12635   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12636   data: "plot-vpp-throughput-latency-3n-skx"
12637   filter: "'NIC_Intel-X710' and
12638            '64B' and
12639            'ENCAP' and
12640            'NDRPDR' and
12641            '2T1C' and
12642            ('VXLAN' or 'LISP') and
12643            not 'VHOST' and
12644            not 'IPSECHW'"
12645   parameters:
12646   - "throughput"
12647   - "parent"
12648   - "tags"
12649   sort:
12650   - "LISP"
12651   - "VXLAN_1"
12652   - "VXLAN_10"
12653   - "VXLAN_100"
12654   - "VXLAN_1000"
12655   traces:
12656     hoverinfo: "x+y"
12657     boxpoints: "outliers"
12658     whiskerwidth: 0
12659   layout:
12660     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12661     layout: "plot-throughput"
12662
12663 -
12664   type: "plot"
12665   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12666   algorithm: "plot_performance_box"
12667   output-file-type: ".html"
12668   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12669   data: "plot-vpp-throughput-latency-3n-skx"
12670   filter: "'NIC_Intel-X710' and
12671            '64B' and
12672            'ENCAP' and
12673            'NDRPDR' and
12674            '4T2C' and
12675            ('VXLAN' or 'LISP') and
12676            not 'VHOST' and
12677            not 'IPSECHW'"
12678   parameters:
12679   - "throughput"
12680   - "parent"
12681   - "tags"
12682   sort:
12683   - "LISP"
12684   - "VXLAN_1"
12685   - "VXLAN_10"
12686   - "VXLAN_100"
12687   - "VXLAN_1000"
12688   traces:
12689     hoverinfo: "x+y"
12690     boxpoints: "outliers"
12691     whiskerwidth: 0
12692   layout:
12693     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12694     layout: "plot-throughput"
12695
12696 -
12697   type: "plot"
12698   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12699   algorithm: "plot_performance_box"
12700   output-file-type: ".html"
12701   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12702   data: "plot-vpp-throughput-latency-3n-skx"
12703   filter: "'NIC_Intel-X710' and
12704            '64B' and
12705            'ENCAP' and
12706            'NDRPDR' and
12707            '4T2C' and
12708            ('VXLAN' or 'LISP') and
12709            not 'VHOST' and
12710            not 'IPSECHW'"
12711   parameters:
12712   - "throughput"
12713   - "parent"
12714   - "tags"
12715   sort:
12716   - "LISP"
12717   - "VXLAN_1"
12718   - "VXLAN_10"
12719   - "VXLAN_100"
12720   - "VXLAN_1000"
12721   traces:
12722     hoverinfo: "x+y"
12723     boxpoints: "outliers"
12724     whiskerwidth: 0
12725   layout:
12726     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12727     layout: "plot-throughput"
12728
12729 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12730 -
12731   type: "plot"
12732   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12733   algorithm: "plot_performance_box"
12734   output-file-type: ".html"
12735   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12736   data: "plot-vpp-throughput-latency-3n-skx"
12737   filter: "'NIC_Intel-X710' and
12738            '64B' and
12739            'ENCAP' and
12740            'NDRPDR' and
12741            '2T1C' and
12742            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12743            not 'DOT1Q' and
12744            not 'VHOST' and
12745            not 'IPSECHW'"
12746   parameters:
12747   - "throughput"
12748   - "parent"
12749   - "tags"
12750   sort:
12751   - "L2BDMACLRN"
12752   - "L2XCFWD"
12753   - "LISP"
12754   traces:
12755     hoverinfo: "x+y"
12756     boxpoints: "outliers"
12757     whiskerwidth: 0
12758   layout:
12759     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12760     layout: "plot-throughput"
12761
12762 -
12763   type: "plot"
12764   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12765   algorithm: "plot_performance_box"
12766   output-file-type: ".html"
12767   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12768   data: "plot-vpp-throughput-latency-3n-skx"
12769   filter: "'NIC_Intel-X710' and
12770            '64B' and
12771            'ENCAP' and
12772            'NDRPDR' and
12773            '4T2C' and
12774            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12775            not 'DOT1Q' and
12776            not 'VHOST' and
12777            not 'IPSECHW'"
12778   parameters:
12779   - "throughput"
12780   - "parent"
12781   - "tags"
12782   sort:
12783   - "L2BDMACLRN"
12784   - "L2XCFWD"
12785   - "LISP"
12786   traces:
12787     hoverinfo: "x+y"
12788     boxpoints: "outliers"
12789     whiskerwidth: 0
12790   layout:
12791     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12792     layout: "plot-throughput"
12793
12794 -
12795   type: "plot"
12796   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12797   algorithm: "plot_performance_box"
12798   output-file-type: ".html"
12799   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12800   data: "plot-vpp-throughput-latency-3n-skx"
12801   filter: "'NIC_Intel-X710' and
12802            '64B' and
12803            'ENCAP' and
12804            'NDRPDR' and
12805            '2T1C' and
12806            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12807            not 'DOT1Q' and
12808            not 'VHOST' and
12809            not 'IPSECHW'"
12810   parameters:
12811   - "throughput"
12812   - "parent"
12813   - "tags"
12814   sort:
12815   - "L2BDMACLRN"
12816   - "L2XCFWD"
12817   - "LISP"
12818   traces:
12819     hoverinfo: "x+y"
12820     boxpoints: "outliers"
12821     whiskerwidth: 0
12822   layout:
12823     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12824     layout: "plot-throughput"
12825
12826 -
12827   type: "plot"
12828   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12829   algorithm: "plot_performance_box"
12830   output-file-type: ".html"
12831   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12832   data: "plot-vpp-throughput-latency-3n-skx"
12833   filter: "'NIC_Intel-X710' and
12834            '64B' and
12835            'ENCAP' and
12836            'NDRPDR' and
12837            '4T2C' and
12838            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12839            not 'DOT1Q' and
12840            not 'VHOST' and
12841            not 'IPSECHW'"
12842   parameters:
12843   - "throughput"
12844   - "parent"
12845   - "tags"
12846   sort:
12847   - "L2BDMACLRN"
12848   - "L2XCFWD"
12849   - "LISP"
12850   traces:
12851     hoverinfo: "x+y"
12852     boxpoints: "outliers"
12853     whiskerwidth: 0
12854   layout:
12855     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12856     layout: "plot-throughput"
12857
12858 ################################################################################
12859
12860 # Packet Throughput - VPP IPv6 3n-hsw-x520
12861 -
12862   type: "plot"
12863   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12864   algorithm: "plot_performance_box"
12865   output-file-type: ".html"
12866   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12867   data: "plot-vpp-throughput-latency-3n-hsw"
12868   filter: "'NIC_Intel-X520-DA2' and
12869            '78B' and
12870            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12871            'NDRPDR' and
12872            '1T1C' and
12873            'IP6FWD' and
12874            not 'SRv6' and
12875            not 'IPSEC' and
12876            not 'VHOST'"
12877   parameters:
12878   - "throughput"
12879   - "parent"
12880   - "tags"
12881   sort:
12882   - "IP6BASE"
12883   - "FIB_20K"
12884   - "FIB_200K"
12885   - "FIB_2M"
12886   traces:
12887     hoverinfo: "x+y"
12888     boxpoints: "outliers"
12889     whiskerwidth: 0
12890   layout:
12891     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12892     layout: "plot-throughput"
12893
12894 -
12895   type: "plot"
12896   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12897   algorithm: "plot_performance_box"
12898   output-file-type: ".html"
12899   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12900   data: "plot-vpp-throughput-latency-3n-hsw"
12901   filter: "'NIC_Intel-X520-DA2' and
12902            '78B' and
12903            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12904            'NDRPDR' and
12905            '1T1C' and
12906            'IP6FWD' and
12907            not 'SRv6' and
12908            not 'IPSEC' and
12909            not 'VHOST'"
12910   parameters:
12911   - "throughput"
12912   - "parent"
12913   - "tags"
12914   sort:
12915   - "IP6BASE"
12916   - "FIB_20K"
12917   - "FIB_200K"
12918   - "FIB_2M"
12919   traces:
12920     hoverinfo: "x+y"
12921     boxpoints: "outliers"
12922     whiskerwidth: 0
12923   layout:
12924     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12925     layout: "plot-throughput"
12926
12927 -
12928   type: "plot"
12929   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12930   algorithm: "plot_performance_box"
12931   output-file-type: ".html"
12932   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12933   data: "plot-vpp-throughput-latency-3n-hsw"
12934   filter: "'NIC_Intel-X520-DA2' and
12935            '78B' and
12936            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12937            'NDRPDR' and
12938            '2T2C' and
12939            'IP6FWD' and
12940            not 'SRv6' and
12941            not 'IPSEC' and
12942            not 'VHOST'"
12943   parameters:
12944   - "throughput"
12945   - "parent"
12946   - "tags"
12947   sort:
12948   - "IP6BASE"
12949   - "FIB_20K"
12950   - "FIB_200K"
12951   - "FIB_2M"
12952   traces:
12953     hoverinfo: "x+y"
12954     boxpoints: "outliers"
12955     whiskerwidth: 0
12956   layout:
12957     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12958     layout: "plot-throughput"
12959
12960 -
12961   type: "plot"
12962   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12963   algorithm: "plot_performance_box"
12964   output-file-type: ".html"
12965   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12966   data: "plot-vpp-throughput-latency-3n-hsw"
12967   filter: "'NIC_Intel-X520-DA2' and
12968            '78B' and
12969            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12970            'NDRPDR' and
12971            '2T2C' and
12972            'IP6FWD' and
12973            not 'SRv6' and
12974            not 'IPSEC' and
12975            not 'VHOST'"
12976   parameters:
12977   - "throughput"
12978   - "parent"
12979   - "tags"
12980   sort:
12981   - "IP6BASE"
12982   - "FIB_20K"
12983   - "FIB_200K"
12984   - "FIB_2M"
12985   traces:
12986     hoverinfo: "x+y"
12987     boxpoints: "outliers"
12988     whiskerwidth: 0
12989   layout:
12990     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12991     layout: "plot-throughput"
12992
12993 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
12994 -
12995   type: "plot"
12996   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12997   algorithm: "plot_performance_box"
12998   output-file-type: ".html"
12999   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
13000   data: "plot-vpp-throughput-latency-3n-hsw"
13001   filter: "'NIC_Intel-X520-DA2' and
13002            '78B' and
13003            ('IP6BASE' or
13004             'POLICE_MARK' or
13005             'COPWHLIST' or
13006             'IACLDST') and
13007            'NDRPDR' and
13008            '1T1C' and
13009            'IP6FWD' and
13010            not 'SRv6' and
13011            not 'IPSEC' and
13012            not 'VHOST'"
13013   parameters:
13014   - "throughput"
13015   - "parent"
13016   - "tags"
13017   sort:
13018   - "IP6BASE"
13019   - "POLICE_MARK"
13020   - "COPWHLIST"
13021   - "IACLDST"
13022   traces:
13023     hoverinfo: "x+y"
13024     boxpoints: "outliers"
13025     whiskerwidth: 0
13026   layout:
13027     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
13028     layout: "plot-throughput"
13029
13030 -
13031   type: "plot"
13032   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
13033   algorithm: "plot_performance_box"
13034   output-file-type: ".html"
13035   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
13036   data: "plot-vpp-throughput-latency-3n-hsw"
13037   filter: "'NIC_Intel-X520-DA2' and
13038            '78B' and
13039            ('IP6BASE' or
13040             'POLICE_MARK' or
13041             'COPWHLIST' or
13042             'IACLDST') and
13043            'NDRPDR' and
13044            '2T2C' and
13045            'IP6FWD' and
13046            not 'SRv6' and
13047            not 'IPSEC' and
13048            not 'VHOST'"
13049   parameters:
13050   - "throughput"
13051   - "parent"
13052   - "tags"
13053   sort:
13054   - "IP6BASE"
13055   - "POLICE_MARK"
13056   - "COPWHLIST"
13057   - "IACLDST"
13058   traces:
13059     hoverinfo: "x+y"
13060     boxpoints: "outliers"
13061     whiskerwidth: 0
13062   layout:
13063     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
13064     layout: "plot-throughput"
13065
13066 -
13067   type: "plot"
13068   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
13069   algorithm: "plot_performance_box"
13070   output-file-type: ".html"
13071   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
13072   data: "plot-vpp-throughput-latency-3n-hsw"
13073   filter: "'NIC_Intel-X520-DA2' and
13074            '78B' and
13075            ('IP6BASE' or
13076             'POLICE_MARK' or
13077             'COPWHLIST' or
13078             'IACLDST') and
13079            'NDRPDR' and
13080            '1T1C' and
13081            'IP6FWD' and
13082            not 'SRv6' and
13083            not 'IPSEC' and
13084            not 'VHOST'"
13085   parameters:
13086   - "throughput"
13087   - "parent"
13088   - "tags"
13089   sort:
13090   - "IP6BASE"
13091   - "POLICE_MARK"
13092   - "COPWHLIST"
13093   - "IACLDST"
13094   traces:
13095     hoverinfo: "x+y"
13096     boxpoints: "outliers"
13097     whiskerwidth: 0
13098   layout:
13099     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
13100     layout: "plot-throughput"
13101
13102 -
13103   type: "plot"
13104   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
13105   algorithm: "plot_performance_box"
13106   output-file-type: ".html"
13107   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
13108   data: "plot-vpp-throughput-latency-3n-hsw"
13109   filter: "'NIC_Intel-X520-DA2' and
13110            '78B' and
13111            ('IP6BASE' or
13112             'POLICE_MARK' or
13113             'COPWHLIST' or
13114             'IACLDST') and
13115            'NDRPDR' and
13116            '2T2C' and
13117            'IP6FWD' and
13118            not 'SRv6' and
13119            not 'IPSEC' and
13120            not 'VHOST'"
13121   parameters:
13122   - "throughput"
13123   - "parent"
13124   - "tags"
13125   sort:
13126   - "IP6BASE"
13127   - "POLICE_MARK"
13128   - "COPWHLIST"
13129   - "IACLDST"
13130   traces:
13131     hoverinfo: "x+y"
13132     boxpoints: "outliers"
13133     whiskerwidth: 0
13134   layout:
13135     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
13136     layout: "plot-throughput"
13137
13138 # Packet Throughput - VPP IPv6 3n-hsw-x710
13139 -
13140   type: "plot"
13141   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13142   algorithm: "plot_performance_box"
13143   output-file-type: ".html"
13144   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13145   data: "plot-vpp-throughput-latency-3n-hsw"
13146   filter: "'NIC_Intel-X710' and
13147            '78B' and
13148            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13149            'NDRPDR' and
13150            '1T1C' and
13151            'IP6FWD' and
13152            not 'SRv6' and
13153            not 'IPSEC' and
13154            not 'VHOST'"
13155   parameters:
13156   - "throughput"
13157   - "parent"
13158   - "tags"
13159   sort:
13160   - "IP6BASE"
13161   - "FIB_20K"
13162   - "FIB_200K"
13163   - "FIB_2M"
13164   traces:
13165     hoverinfo: "x+y"
13166     boxpoints: "outliers"
13167     whiskerwidth: 0
13168   layout:
13169     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13170     layout: "plot-throughput"
13171
13172 -
13173   type: "plot"
13174   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13175   algorithm: "plot_performance_box"
13176   output-file-type: ".html"
13177   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13178   data: "plot-vpp-throughput-latency-3n-hsw"
13179   filter: "'NIC_Intel-X710' and
13180            '78B' and
13181            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13182            'NDRPDR' and
13183            '1T1C' and
13184            'IP6FWD' and
13185            not 'SRv6' and
13186            not 'IPSEC' and
13187            not 'VHOST'"
13188   parameters:
13189   - "throughput"
13190   - "parent"
13191   - "tags"
13192   sort:
13193   - "IP6BASE"
13194   - "FIB_20K"
13195   - "FIB_200K"
13196   - "FIB_2M"
13197   traces:
13198     hoverinfo: "x+y"
13199     boxpoints: "outliers"
13200     whiskerwidth: 0
13201   layout:
13202     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13203     layout: "plot-throughput"
13204
13205 -
13206   type: "plot"
13207   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13208   algorithm: "plot_performance_box"
13209   output-file-type: ".html"
13210   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13211   data: "plot-vpp-throughput-latency-3n-hsw"
13212   filter: "'NIC_Intel-X710' and
13213            '78B' and
13214            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13215            'NDRPDR' and
13216            '2T2C' and
13217            'IP6FWD' and
13218            not 'SRv6' and
13219            not 'IPSEC' and
13220            not 'VHOST'"
13221   parameters:
13222   - "throughput"
13223   - "parent"
13224   - "tags"
13225   sort:
13226   - "IP6BASE"
13227   - "FIB_20K"
13228   - "FIB_200K"
13229   - "FIB_2M"
13230   traces:
13231     hoverinfo: "x+y"
13232     boxpoints: "outliers"
13233     whiskerwidth: 0
13234   layout:
13235     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13236     layout: "plot-throughput"
13237
13238 -
13239   type: "plot"
13240   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13241   algorithm: "plot_performance_box"
13242   output-file-type: ".html"
13243   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13244   data: "plot-vpp-throughput-latency-3n-hsw"
13245   filter: "'NIC_Intel-X710' and
13246            '78B' and
13247            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13248            'NDRPDR' and
13249            '2T2C' and
13250            'IP6FWD' and
13251            not 'SRv6' and
13252            not 'IPSEC' and
13253            not 'VHOST'"
13254   parameters:
13255   - "throughput"
13256   - "parent"
13257   - "tags"
13258   sort:
13259   - "IP6BASE"
13260   - "FIB_20K"
13261   - "FIB_200K"
13262   - "FIB_2M"
13263   traces:
13264     hoverinfo: "x+y"
13265     boxpoints: "outliers"
13266     whiskerwidth: 0
13267   layout:
13268     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13269     layout: "plot-throughput"
13270
13271 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13272 -
13273   type: "plot"
13274   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13275   algorithm: "plot_performance_box"
13276   output-file-type: ".html"
13277   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13278   data: "plot-vpp-throughput-latency-3n-hsw"
13279   filter: "'NIC_Intel-X710' and
13280            '78B' and
13281            ('IP6BASE' or
13282             'POLICE_MARK' or
13283             'COPWHLIST' or
13284             'IACLDST') and
13285            'NDRPDR' and
13286            '1T1C' and
13287            'IP6FWD' and
13288            not 'SRv6' and
13289            not 'IPSEC' and
13290            not 'VHOST'"
13291   parameters:
13292   - "throughput"
13293   - "parent"
13294   - "tags"
13295   sort:
13296   - "IP6BASE"
13297   - "POLICE_MARK"
13298   - "COPWHLIST"
13299   - "IACLDST"
13300   traces:
13301     hoverinfo: "x+y"
13302     boxpoints: "outliers"
13303     whiskerwidth: 0
13304   layout:
13305     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13306     layout: "plot-throughput"
13307
13308 -
13309   type: "plot"
13310   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13311   algorithm: "plot_performance_box"
13312   output-file-type: ".html"
13313   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13314   data: "plot-vpp-throughput-latency-3n-hsw"
13315   filter: "'NIC_Intel-X710' and
13316            '78B' and
13317            ('IP6BASE' or
13318             'POLICE_MARK' or
13319             'COPWHLIST' or
13320             'IACLDST') and
13321            'NDRPDR' and
13322            '2T2C' and
13323            'IP6FWD' and
13324            not 'SRv6' and
13325            not 'IPSEC' and
13326            not 'VHOST'"
13327   parameters:
13328   - "throughput"
13329   - "parent"
13330   - "tags"
13331   sort:
13332   - "IP6BASE"
13333   - "POLICE_MARK"
13334   - "COPWHLIST"
13335   - "IACLDST"
13336   traces:
13337     hoverinfo: "x+y"
13338     boxpoints: "outliers"
13339     whiskerwidth: 0
13340   layout:
13341     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13342     layout: "plot-throughput"
13343
13344 -
13345   type: "plot"
13346   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13347   algorithm: "plot_performance_box"
13348   output-file-type: ".html"
13349   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13350   data: "plot-vpp-throughput-latency-3n-hsw"
13351   filter: "'NIC_Intel-X710' and
13352            '78B' and
13353            ('IP6BASE' or
13354             'POLICE_MARK' or
13355             'COPWHLIST' or
13356             'IACLDST') and
13357            'NDRPDR' and
13358            '1T1C' and
13359            'IP6FWD' and
13360            not 'SRv6' and
13361            not 'IPSEC' and
13362            not 'VHOST'"
13363   parameters:
13364   - "throughput"
13365   - "parent"
13366   - "tags"
13367   sort:
13368   - "IP6BASE"
13369   - "POLICE_MARK"
13370   - "COPWHLIST"
13371   - "IACLDST"
13372   traces:
13373     hoverinfo: "x+y"
13374     boxpoints: "outliers"
13375     whiskerwidth: 0
13376   layout:
13377     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13378     layout: "plot-throughput"
13379
13380 -
13381   type: "plot"
13382   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13383   algorithm: "plot_performance_box"
13384   output-file-type: ".html"
13385   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13386   data: "plot-vpp-throughput-latency-3n-hsw"
13387   filter: "'NIC_Intel-X710' and
13388            '78B' and
13389            ('IP6BASE' or
13390             'POLICE_MARK' or
13391             'COPWHLIST' or
13392             'IACLDST') and
13393            'NDRPDR' and
13394            '2T2C' and
13395            'IP6FWD' and
13396            not 'SRv6' and
13397            not 'IPSEC' and
13398            not 'VHOST'"
13399   parameters:
13400   - "throughput"
13401   - "parent"
13402   - "tags"
13403   sort:
13404   - "IP6BASE"
13405   - "POLICE_MARK"
13406   - "COPWHLIST"
13407   - "IACLDST"
13408   traces:
13409     hoverinfo: "x+y"
13410     boxpoints: "outliers"
13411     whiskerwidth: 0
13412   layout:
13413     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13414     layout: "plot-throughput"
13415
13416 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13417 -
13418   type: "plot"
13419   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13420   algorithm: "plot_performance_box"
13421   output-file-type: ".html"
13422   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13423   data: "plot-vpp-throughput-latency-3n-hsw"
13424   filter: "'NIC_Intel-XL710' and
13425            '78B' and
13426            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13427            'NDRPDR' and
13428            '1T1C' and
13429            'IP6FWD' and
13430            not 'SRv6' and
13431            not 'IPSEC' and
13432            not 'VHOST'"
13433   parameters:
13434   - "throughput"
13435   - "parent"
13436   - "tags"
13437   sort:
13438   - "IP6BASE"
13439   - "FIB_20K"
13440   - "FIB_200K"
13441   - "FIB_2M"
13442   traces:
13443     hoverinfo: "x+y"
13444     boxpoints: "outliers"
13445     whiskerwidth: 0
13446   layout:
13447     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13448     layout: "plot-throughput"
13449
13450 -
13451   type: "plot"
13452   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13453   algorithm: "plot_performance_box"
13454   output-file-type: ".html"
13455   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13456   data: "plot-vpp-throughput-latency-3n-hsw"
13457   filter: "'NIC_Intel-XL710' and
13458            '78B' and
13459            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13460            'NDRPDR' and
13461            '1T1C' and
13462            'IP6FWD' and
13463            not 'SRv6' and
13464            not 'IPSEC' and
13465            not 'VHOST'"
13466   parameters:
13467   - "throughput"
13468   - "parent"
13469   - "tags"
13470   sort:
13471   - "IP6BASE"
13472   - "FIB_20K"
13473   - "FIB_200K"
13474   - "FIB_2M"
13475   traces:
13476     hoverinfo: "x+y"
13477     boxpoints: "outliers"
13478     whiskerwidth: 0
13479   layout:
13480     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13481     layout: "plot-throughput"
13482
13483 -
13484   type: "plot"
13485   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13486   algorithm: "plot_performance_box"
13487   output-file-type: ".html"
13488   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13489   data: "plot-vpp-throughput-latency-3n-hsw"
13490   filter: "'NIC_Intel-XL710' and
13491            '78B' and
13492            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13493            'NDRPDR' and
13494            '2T2C' and
13495            'IP6FWD' and
13496            not 'SRv6' and
13497            not 'IPSEC' and
13498            not 'VHOST'"
13499   parameters:
13500   - "throughput"
13501   - "parent"
13502   - "tags"
13503   sort:
13504   - "IP6BASE"
13505   - "FIB_20K"
13506   - "FIB_200K"
13507   - "FIB_2M"
13508   traces:
13509     hoverinfo: "x+y"
13510     boxpoints: "outliers"
13511     whiskerwidth: 0
13512   layout:
13513     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13514     layout: "plot-throughput"
13515
13516 -
13517   type: "plot"
13518   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13519   algorithm: "plot_performance_box"
13520   output-file-type: ".html"
13521   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13522   data: "plot-vpp-throughput-latency-3n-hsw"
13523   filter: "'NIC_Intel-XL710' and
13524            '78B' and
13525            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13526            'NDRPDR' and
13527            '2T2C' and
13528            'IP6FWD' and
13529            not 'SRv6' and
13530            not 'IPSEC' and
13531            not 'VHOST'"
13532   parameters:
13533   - "throughput"
13534   - "parent"
13535   - "tags"
13536   sort:
13537   - "IP6BASE"
13538   - "FIB_20K"
13539   - "FIB_200K"
13540   - "FIB_2M"
13541   traces:
13542     hoverinfo: "x+y"
13543     boxpoints: "outliers"
13544     whiskerwidth: 0
13545   layout:
13546     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13547     layout: "plot-throughput"
13548
13549 # Packet Throughput - VPP IPv6 3n-skx-x710
13550 -
13551   type: "plot"
13552   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13553   algorithm: "plot_performance_box"
13554   output-file-type: ".html"
13555   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13556   data: "plot-vpp-throughput-latency-3n-skx"
13557   filter: "'NIC_Intel-X710' and
13558            '78B' and
13559            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13560            'NDRPDR' and
13561            '2T1C' and
13562            'IP6FWD' and
13563            not 'SRv6' and
13564            not 'IPSEC' and
13565            not 'VHOST'"
13566   parameters:
13567   - "throughput"
13568   - "parent"
13569   - "tags"
13570   sort:
13571   - "IP6BASE"
13572   - "FIB_20k"
13573   - "FIB_200k"
13574   - "FIB_2M"
13575   traces:
13576     hoverinfo: "x+y"
13577     boxpoints: "outliers"
13578     whiskerwidth: 0
13579   layout:
13580     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13581     layout: "plot-throughput"
13582
13583 -
13584   type: "plot"
13585   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13586   algorithm: "plot_performance_box"
13587   output-file-type: ".html"
13588   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13589   data: "plot-vpp-throughput-latency-3n-skx"
13590   filter: "'NIC_Intel-X710' and
13591            '78B' and
13592            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13593            'NDRPDR' and
13594            '2T1C' and
13595            'IP6FWD' and
13596            not 'SRv6' and
13597            not 'IPSEC' and
13598            not 'VHOST'"
13599   parameters:
13600   - "throughput"
13601   - "parent"
13602   - "tags"
13603   sort:
13604   - "IP6BASE"
13605   - "FIB_20k"
13606   - "FIB_200k"
13607   - "FIB_2M"
13608   traces:
13609     hoverinfo: "x+y"
13610     boxpoints: "outliers"
13611     whiskerwidth: 0
13612   layout:
13613     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13614     layout: "plot-throughput"
13615
13616 -
13617   type: "plot"
13618   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13619   algorithm: "plot_performance_box"
13620   output-file-type: ".html"
13621   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13622   data: "plot-vpp-throughput-latency-3n-skx"
13623   filter: "'NIC_Intel-X710' and
13624            '78B' and
13625            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13626            'NDRPDR' and
13627            '4T2C' and
13628            'IP6FWD' and
13629            not 'SRv6' and
13630            not 'IPSEC' and
13631            not 'VHOST'"
13632   parameters:
13633   - "throughput"
13634   - "parent"
13635   - "tags"
13636   sort:
13637   - "IP6BASE"
13638   - "FIB_20k"
13639   - "FIB_200k"
13640   - "FIB_2M"
13641   traces:
13642     hoverinfo: "x+y"
13643     boxpoints: "outliers"
13644     whiskerwidth: 0
13645   layout:
13646     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13647     layout: "plot-throughput"
13648
13649 -
13650   type: "plot"
13651   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13652   algorithm: "plot_performance_box"
13653   output-file-type: ".html"
13654   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13655   data: "plot-vpp-throughput-latency-3n-skx"
13656   filter: "'NIC_Intel-X710' and
13657            '78B' and
13658            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13659            'NDRPDR' and
13660            '4T2C' and
13661            'IP6FWD' and
13662            not 'SRv6' and
13663            not 'IPSEC' and
13664            not 'VHOST'"
13665   parameters:
13666   - "throughput"
13667   - "parent"
13668   - "tags"
13669   sort:
13670   - "IP6BASE"
13671   - "FIB_20k"
13672   - "FIB_200k"
13673   - "FIB_2M"
13674   traces:
13675     hoverinfo: "x+y"
13676     boxpoints: "outliers"
13677     whiskerwidth: 0
13678   layout:
13679     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13680     layout: "plot-throughput"
13681
13682 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13683 -
13684   type: "plot"
13685   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13686   algorithm: "plot_performance_box"
13687   output-file-type: ".html"
13688   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13689   data: "plot-vpp-throughput-latency-3n-skx"
13690   filter: "'NIC_Intel-X710' and
13691            '78B' and
13692            ('IP6BASE' or
13693             'POLICE_MARK' or
13694             'COPWHLIST' or
13695             'IACLDST') and
13696            'NDRPDR' and
13697            '2T1C' and
13698            'IP6FWD' and
13699            not 'SRv6' and
13700            not 'IPSEC' and
13701            not 'VHOST'"
13702   parameters:
13703   - "throughput"
13704   - "parent"
13705   - "tags"
13706   sort:
13707   - "IP6BASE"
13708   - "POLICE_MARK"
13709   - "COPWHLIST"
13710   - "IACLDST"
13711   traces:
13712     hoverinfo: "x+y"
13713     boxpoints: "outliers"
13714     whiskerwidth: 0
13715   layout:
13716     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13717     layout: "plot-throughput"
13718
13719 -
13720   type: "plot"
13721   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13722   algorithm: "plot_performance_box"
13723   output-file-type: ".html"
13724   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13725   data: "plot-vpp-throughput-latency-3n-skx"
13726   filter: "'NIC_Intel-X710' and
13727            '78B' and
13728            ('IP6BASE' or
13729             'POLICE_MARK' or
13730             'COPWHLIST' or
13731             'IACLDST') and
13732            'NDRPDR' and
13733            '4T2C' and
13734            'IP6FWD' and
13735            not 'SRv6' and
13736            not 'IPSEC' and
13737            not 'VHOST'"
13738   parameters:
13739   - "throughput"
13740   - "parent"
13741   - "tags"
13742   sort:
13743   - "IP6BASE"
13744   - "POLICE_MARK"
13745   - "COPWHLIST"
13746   - "IACLDST"
13747   traces:
13748     hoverinfo: "x+y"
13749     boxpoints: "outliers"
13750     whiskerwidth: 0
13751   layout:
13752     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13753     layout: "plot-throughput"
13754
13755 -
13756   type: "plot"
13757   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13758   algorithm: "plot_performance_box"
13759   output-file-type: ".html"
13760   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13761   data: "plot-vpp-throughput-latency-3n-skx"
13762   filter: "'NIC_Intel-X710' and
13763            '78B' and
13764            ('IP6BASE' or
13765             'POLICE_MARK' or
13766             'COPWHLIST' or
13767             'IACLDST') and
13768            'NDRPDR' and
13769            '2T1C' and
13770            'IP6FWD' and
13771            not 'SRv6' and
13772            not 'IPSEC' and
13773            not 'VHOST'"
13774   parameters:
13775   - "throughput"
13776   - "parent"
13777   - "tags"
13778   sort:
13779   - "IP6BASE"
13780   - "POLICE_MARK"
13781   - "COPWHLIST"
13782   - "IACLDST"
13783   traces:
13784     hoverinfo: "x+y"
13785     boxpoints: "outliers"
13786     whiskerwidth: 0
13787   layout:
13788     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13789     layout: "plot-throughput"
13790
13791 -
13792   type: "plot"
13793   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13794   algorithm: "plot_performance_box"
13795   output-file-type: ".html"
13796   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13797   data: "plot-vpp-throughput-latency-3n-skx"
13798   filter: "'NIC_Intel-X710' and
13799            '78B' and
13800            ('IP6BASE' or
13801             'POLICE_MARK' or
13802             'COPWHLIST' or
13803             'IACLDST') and
13804            'NDRPDR' and
13805            '4T2C' and
13806            'IP6FWD' and
13807            not 'SRv6' and
13808            not 'IPSEC' and
13809            not 'VHOST'"
13810   parameters:
13811   - "throughput"
13812   - "parent"
13813   - "tags"
13814   sort:
13815   - "IP6BASE"
13816   - "POLICE_MARK"
13817   - "COPWHLIST"
13818   - "IACLDST"
13819   traces:
13820     hoverinfo: "x+y"
13821     boxpoints: "outliers"
13822     whiskerwidth: 0
13823   layout:
13824     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13825     layout: "plot-throughput"
13826
13827 # Packet Throughput - VPP IPv6 2n-skx-x710
13828 -
13829   type: "plot"
13830   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13831   algorithm: "plot_performance_box"
13832   output-file-type: ".html"
13833   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13834   data: "plot-vpp-throughput-latency-2n-skx"
13835   filter: "'NIC_Intel-X710' and
13836            '78B' and
13837            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13838            'NDRPDR' and
13839            '2T1C' and
13840            'IP6FWD' and
13841            not 'SRv6' and
13842            not 'IPSEC' and
13843            not 'VHOST'"
13844   parameters:
13845   - "throughput"
13846   - "parent"
13847   - "tags"
13848   sort:
13849   - "IP6BASE"
13850   - "FIB_20k"
13851   - "FIB_200k"
13852   - "FIB_2M"
13853   traces:
13854     hoverinfo: "x+y"
13855     boxpoints: "outliers"
13856     whiskerwidth: 0
13857   layout:
13858     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13859     layout: "plot-throughput"
13860
13861 -
13862   type: "plot"
13863   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13864   algorithm: "plot_performance_box"
13865   output-file-type: ".html"
13866   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13867   data: "plot-vpp-throughput-latency-2n-skx"
13868   filter: "'NIC_Intel-X710' and
13869            '78B' and
13870            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13871            'NDRPDR' and
13872            '2T1C' and
13873            'IP6FWD' and
13874            not 'SRv6' and
13875            not 'IPSEC' and
13876            not 'VHOST'"
13877   parameters:
13878   - "throughput"
13879   - "parent"
13880   - "tags"
13881   sort:
13882   - "IP6BASE"
13883   - "FIB_20k"
13884   - "FIB_200k"
13885   - "FIB_2M"
13886   traces:
13887     hoverinfo: "x+y"
13888     boxpoints: "outliers"
13889     whiskerwidth: 0
13890   layout:
13891     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13892     layout: "plot-throughput"
13893
13894 -
13895   type: "plot"
13896   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13897   algorithm: "plot_performance_box"
13898   output-file-type: ".html"
13899   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13900   data: "plot-vpp-throughput-latency-2n-skx"
13901   filter: "'NIC_Intel-X710' and
13902            '78B' and
13903            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13904            'NDRPDR' and
13905            '4T2C' and
13906            'IP6FWD' and
13907            not 'SRv6' and
13908            not 'IPSEC' and
13909            not 'VHOST'"
13910   parameters:
13911   - "throughput"
13912   - "parent"
13913   - "tags"
13914   sort:
13915   - "IP6BASE"
13916   - "FIB_20k"
13917   - "FIB_200k"
13918   - "FIB_2M"
13919   traces:
13920     hoverinfo: "x+y"
13921     boxpoints: "outliers"
13922     whiskerwidth: 0
13923   layout:
13924     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13925     layout: "plot-throughput"
13926
13927 -
13928   type: "plot"
13929   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13930   algorithm: "plot_performance_box"
13931   output-file-type: ".html"
13932   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13933   data: "plot-vpp-throughput-latency-2n-skx"
13934   filter: "'NIC_Intel-X710' and
13935            '78B' and
13936            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13937            'NDRPDR' and
13938            '4T2C' and
13939            'IP6FWD' and
13940            not 'SRv6' and
13941            not 'IPSEC' and
13942            not 'VHOST'"
13943   parameters:
13944   - "throughput"
13945   - "parent"
13946   - "tags"
13947   sort:
13948   - "IP6BASE"
13949   - "FIB_20k"
13950   - "FIB_200k"
13951   - "FIB_2M"
13952   traces:
13953     hoverinfo: "x+y"
13954     boxpoints: "outliers"
13955     whiskerwidth: 0
13956   layout:
13957     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13958     layout: "plot-throughput"
13959
13960 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13961 -
13962   type: "plot"
13963   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13964   algorithm: "plot_performance_box"
13965   output-file-type: ".html"
13966   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13967   data: "plot-vpp-throughput-latency-2n-skx"
13968   filter: "'NIC_Intel-XXV710' and
13969            '78B' and
13970            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13971            'NDRPDR' and
13972            '2T1C' and
13973            'IP6FWD' and
13974            not 'SRv6' and
13975            not 'IPSEC' and
13976            not 'VHOST'"
13977   parameters:
13978   - "throughput"
13979   - "parent"
13980   - "tags"
13981   sort:
13982   - "IP6BASE"
13983   - "FIB_20k"
13984   - "FIB_200k"
13985   - "FIB_2M"
13986   traces:
13987     hoverinfo: "x+y"
13988     boxpoints: "outliers"
13989     whiskerwidth: 0
13990   layout:
13991     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13992     layout: "plot-throughput"
13993
13994 -
13995   type: "plot"
13996   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13997   algorithm: "plot_performance_box"
13998   output-file-type: ".html"
13999   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14000   data: "plot-vpp-throughput-latency-2n-skx"
14001   filter: "'NIC_Intel-XXV710' and
14002            '78B' and
14003            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
14004            'NDRPDR' and
14005            '2T1C' and
14006            'IP6FWD' and
14007            not 'SRv6' and
14008            not 'IPSEC' and
14009            not 'VHOST'"
14010   parameters:
14011   - "throughput"
14012   - "parent"
14013   - "tags"
14014   sort:
14015   - "IP6BASE"
14016   - "FIB_20k"
14017   - "FIB_200k"
14018   - "FIB_2M"
14019   traces:
14020     hoverinfo: "x+y"
14021     boxpoints: "outliers"
14022     whiskerwidth: 0
14023   layout:
14024     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14025     layout: "plot-throughput"
14026
14027 -
14028   type: "plot"
14029   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14030   algorithm: "plot_performance_box"
14031   output-file-type: ".html"
14032   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14033   data: "plot-vpp-throughput-latency-2n-skx"
14034   filter: "'NIC_Intel-XXV710' and
14035            '78B' and
14036            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
14037            'NDRPDR' and
14038            '4T2C' and
14039            'IP6FWD' and
14040            not 'SRv6' and
14041            not 'IPSEC' and
14042            not 'VHOST'"
14043   parameters:
14044   - "throughput"
14045   - "parent"
14046   - "tags"
14047   sort:
14048   - "IP6BASE"
14049   - "FIB_20k"
14050   - "FIB_200k"
14051   - "FIB_2M"
14052   traces:
14053     hoverinfo: "x+y"
14054     boxpoints: "outliers"
14055     whiskerwidth: 0
14056   layout:
14057     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14058     layout: "plot-throughput"
14059
14060 -
14061   type: "plot"
14062   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14063   algorithm: "plot_performance_box"
14064   output-file-type: ".html"
14065   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14066   data: "plot-vpp-throughput-latency-2n-skx"
14067   filter: "'NIC_Intel-XXV710' and
14068            '78B' and
14069            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
14070            'NDRPDR' and
14071            '4T2C' and
14072            'IP6FWD' and
14073            not 'SRv6' and
14074            not 'IPSEC' and
14075            not 'VHOST'"
14076   parameters:
14077   - "throughput"
14078   - "parent"
14079   - "tags"
14080   sort:
14081   - "IP6BASE"
14082   - "FIB_20k"
14083   - "FIB_200k"
14084   - "FIB_2M"
14085   traces:
14086     hoverinfo: "x+y"
14087     boxpoints: "outliers"
14088     whiskerwidth: 0
14089   layout:
14090     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14091     layout: "plot-throughput"
14092
14093 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
14094 -
14095   type: "plot"
14096   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14097   algorithm: "plot_performance_box"
14098   output-file-type: ".html"
14099   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14100   data: "intel-dnv-vpp"
14101   filter: "'NIC_Intel-X553' and
14102            '78B' and
14103            'IP6BASE' and
14104            'NDRPDR' and
14105            '1T1C' and
14106            'IP6FWD' and
14107            not 'SRv6' and
14108            not 'IPSEC' and
14109            not 'VHOST'"
14110   parameters:
14111   - "throughput"
14112   - "parent"
14113   - "tags"
14114   sort:
14115   - "IP6BASE"
14116   traces:
14117     hoverinfo: "x+y"
14118     boxpoints: "outliers"
14119     whiskerwidth: 0
14120   layout:
14121     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14122     layout: "plot-throughput"
14123
14124 -
14125   type: "plot"
14126   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14127   algorithm: "plot_performance_box"
14128   output-file-type: ".html"
14129   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14130   data: "intel-dnv-vpp"
14131   filter: "'NIC_Intel-X553' and
14132            '78B' and
14133            'IP6BASE' and
14134            'NDRPDR' and
14135            '1T1C' and
14136            'IP6FWD' and
14137            not 'SRv6' and
14138            not 'IPSEC' and
14139            not 'VHOST'"
14140   parameters:
14141   - "throughput"
14142   - "parent"
14143   - "tags"
14144   sort:
14145   - "IP6BASE"
14146   traces:
14147     hoverinfo: "x+y"
14148     boxpoints: "outliers"
14149     whiskerwidth: 0
14150   layout:
14151     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14152     layout: "plot-throughput"
14153
14154 -
14155   type: "plot"
14156   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14157   algorithm: "plot_performance_box"
14158   output-file-type: ".html"
14159   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14160   data: "intel-dnv-vpp"
14161   filter: "'NIC_Intel-X553' and
14162            '78B' and
14163            'IP6BASE' and
14164            'NDRPDR' and
14165            '2T2C' and
14166            'IP6FWD' and
14167            not 'SRv6' and
14168            not 'IPSEC' and
14169            not 'VHOST'"
14170   parameters:
14171   - "throughput"
14172   - "parent"
14173   - "tags"
14174   sort:
14175   - "IP6BASE"
14176   traces:
14177     hoverinfo: "x+y"
14178     boxpoints: "outliers"
14179     whiskerwidth: 0
14180   layout:
14181     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14182     layout: "plot-throughput"
14183
14184 -
14185   type: "plot"
14186   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14187   algorithm: "plot_performance_box"
14188   output-file-type: ".html"
14189   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14190   data: "intel-dnv-vpp"
14191   filter: "'NIC_Intel-X553' and
14192            '78B' and
14193            'IP6BASE' and
14194            'NDRPDR' and
14195            '2T2C' and
14196            'IP6FWD' and
14197            not 'SRv6' and
14198            not 'IPSEC' and
14199            not 'VHOST'"
14200   parameters:
14201   - "throughput"
14202   - "parent"
14203   - "tags"
14204   sort:
14205   - "IP6BASE"
14206   traces:
14207     hoverinfo: "x+y"
14208     boxpoints: "outliers"
14209     whiskerwidth: 0
14210   layout:
14211     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14212     layout: "plot-throughput"
14213
14214 ################################################################################
14215
14216 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14217 -
14218   type: "plot"
14219   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14220   algorithm: "plot_performance_box"
14221   output-file-type: ".html"
14222   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14223   data: "plot-vpp-throughput-latency-3n-hsw"
14224   filter: "'NIC_Intel-X520-DA2' and
14225            '78B' and
14226            'ENCAP' and
14227            'NDRPDR' and
14228            '1T1C' and
14229            'LISP' and
14230            not 'VHOST'"
14231   parameters:
14232   - "throughput"
14233   - "parent"
14234   - "tags"
14235   sort:
14236   - "IP4UNRLAY"
14237   - "IP6UNRLAY"
14238   traces:
14239     hoverinfo: "x+y"
14240     boxpoints: "outliers"
14241     whiskerwidth: 0
14242   layout:
14243     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14244     layout: "plot-throughput"
14245
14246 -
14247   type: "plot"
14248   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14249   algorithm: "plot_performance_box"
14250   output-file-type: ".html"
14251   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14252   data: "plot-vpp-throughput-latency-3n-hsw"
14253   filter: "'NIC_Intel-X520-DA2' and
14254            '78B' and
14255            'ENCAP' and
14256            'NDRPDR' and
14257            '1T1C' and
14258            'LISP' and
14259            not 'VHOST'"
14260   parameters:
14261   - "throughput"
14262   - "parent"
14263   - "tags"
14264   sort:
14265   - "IP4UNRLAY"
14266   - "IP6UNRLAY"
14267   traces:
14268     hoverinfo: "x+y"
14269     boxpoints: "outliers"
14270     whiskerwidth: 0
14271   layout:
14272     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14273     layout: "plot-throughput"
14274
14275 -
14276   type: "plot"
14277   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14278   algorithm: "plot_performance_box"
14279   output-file-type: ".html"
14280   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14281   data: "plot-vpp-throughput-latency-3n-hsw"
14282   filter: "'NIC_Intel-X520-DA2' and
14283            '78B' and
14284            'ENCAP' and
14285            'NDRPDR' and
14286            '2T2C' and
14287            'LISP' and
14288            not 'VHOST'"
14289   parameters:
14290   - "throughput"
14291   - "parent"
14292   - "tags"
14293   sort:
14294   - "IP4UNRLAY"
14295   - "IP6UNRLAY"
14296   traces:
14297     hoverinfo: "x+y"
14298     boxpoints: "outliers"
14299     whiskerwidth: 0
14300   layout:
14301     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14302     layout: "plot-throughput"
14303
14304 -
14305   type: "plot"
14306   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14307   algorithm: "plot_performance_box"
14308   output-file-type: ".html"
14309   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14310   data: "plot-vpp-throughput-latency-3n-hsw"
14311   filter: "'NIC_Intel-X520-DA2' and
14312            '78B' and
14313            'ENCAP' and
14314            'NDRPDR' and
14315            '2T2C' and
14316            'LISP' and
14317            not 'VHOST'"
14318   parameters:
14319   - "throughput"
14320   - "parent"
14321   - "tags"
14322   sort:
14323   - "IP4UNRLAY"
14324   - "IP6UNRLAY"
14325   traces:
14326     hoverinfo: "x+y"
14327     boxpoints: "outliers"
14328     whiskerwidth: 0
14329   layout:
14330     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14331     layout: "plot-throughput"
14332
14333 ################################################################################
14334
14335 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14336 -
14337   type: "plot"
14338   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14339   algorithm: "plot_performance_box"
14340   output-file-type: ".html"
14341   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14342   data: "plot-vpp-throughput-latency-3n-hsw"
14343   filter: "'NIC_Intel-XL710' and
14344            '64B' and
14345            'IP4FWD' and
14346            'NDRPDR' and
14347            'BASE' and
14348            '1T1C' and
14349            'IPSECHW' and
14350            ('IPSECTRAN' or 'IPSECTUN') and
14351            not 'VHOST'"
14352   parameters:
14353   - "throughput"
14354   - "parent"
14355   - "tags"
14356   traces:
14357     hoverinfo: "x+y"
14358     boxpoints: "outliers"
14359     whiskerwidth: 0
14360   layout:
14361     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14362     layout: "plot-throughput"
14363
14364 -
14365   type: "plot"
14366   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14367   algorithm: "plot_performance_box"
14368   output-file-type: ".html"
14369   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14370   data: "plot-vpp-throughput-latency-3n-hsw"
14371   filter: "'NIC_Intel-XL710' and
14372            '64B' and
14373            'IP4FWD' and
14374            'NDRPDR' and
14375            'BASE' and
14376            '1T1C' and
14377            'IPSECHW' and
14378            ('IPSECTRAN' or 'IPSECTUN') and
14379            not 'VHOST'"
14380   parameters:
14381   - "throughput"
14382   - "parent"
14383   - "tags"
14384   traces:
14385     hoverinfo: "x+y"
14386     boxpoints: "outliers"
14387     whiskerwidth: 0
14388   layout:
14389     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14390     layout: "plot-throughput"
14391
14392 -
14393   type: "plot"
14394   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14395   algorithm: "plot_performance_box"
14396   output-file-type: ".html"
14397   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14398   data: "plot-vpp-throughput-latency-3n-hsw"
14399   filter: "'NIC_Intel-XL710' and
14400            '64B' and
14401            'IP4FWD' and
14402            'NDRPDR' and
14403            'BASE' and
14404            '2T2C' and
14405            'IPSECHW' and
14406            ('IPSECTRAN' or 'IPSECTUN') and
14407            not 'VHOST'"
14408   parameters:
14409   - "throughput"
14410   - "parent"
14411   - "tags"
14412   traces:
14413     hoverinfo: "x+y"
14414     boxpoints: "outliers"
14415     whiskerwidth: 0
14416   layout:
14417     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14418     layout: "plot-throughput"
14419
14420 -
14421   type: "plot"
14422   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14423   algorithm: "plot_performance_box"
14424   output-file-type: ".html"
14425   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14426   data: "plot-vpp-throughput-latency-3n-hsw"
14427   filter: "'NIC_Intel-XL710' and
14428            '64B' and
14429            'IP4FWD' and
14430            'NDRPDR' and
14431            'BASE' and
14432            '2T2C' and
14433            'IPSECHW' and
14434            ('IPSECTRAN' or 'IPSECTUN') and
14435            not 'VHOST'"
14436   parameters:
14437   - "throughput"
14438   - "parent"
14439   - "tags"
14440   traces:
14441     hoverinfo: "x+y"
14442     boxpoints: "outliers"
14443     whiskerwidth: 0
14444   layout:
14445     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14446     layout: "plot-throughput"
14447
14448 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14449 -
14450   type: "plot"
14451   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14452   algorithm: "plot_performance_box"
14453   output-file-type: ".html"
14454   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14455   data: "plot-vpp-throughput-latency-3n-hsw"
14456   filter: "'NIC_Intel-XL710' and
14457            '64B' and
14458            'IP4FWD' and
14459            'NDRPDR' and
14460            'SCALE' and
14461            '1T1C' and
14462            'IPSECHW' and
14463            ('IPSECTRAN' or 'IPSECTUN') and
14464            not 'VHOST'"
14465   parameters:
14466   - "throughput"
14467   - "parent"
14468   - "tags"
14469   traces:
14470     hoverinfo: "x+y"
14471     boxpoints: "outliers"
14472     whiskerwidth: 0
14473   layout:
14474     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14475     layout: "plot-throughput"
14476
14477 -
14478   type: "plot"
14479   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14480   algorithm: "plot_performance_box"
14481   output-file-type: ".html"
14482   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14483   data: "plot-vpp-throughput-latency-3n-hsw"
14484   filter: "'NIC_Intel-XL710' and
14485            '64B' and
14486            'IP4FWD' and
14487            'NDRPDR' and
14488            'SCALE' and
14489            '1T1C' and
14490            'IPSECHW' and
14491            ('IPSECTRAN' or 'IPSECTUN') and
14492            not 'VHOST'"
14493   parameters:
14494   - "throughput"
14495   - "parent"
14496   - "tags"
14497   traces:
14498     hoverinfo: "x+y"
14499     boxpoints: "outliers"
14500     whiskerwidth: 0
14501   layout:
14502     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14503     layout: "plot-throughput"
14504
14505 -
14506   type: "plot"
14507   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14508   algorithm: "plot_performance_box"
14509   output-file-type: ".html"
14510   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14511   data: "plot-vpp-throughput-latency-3n-hsw"
14512   filter: "'NIC_Intel-XL710' and
14513            '64B' and
14514            'IP4FWD' and
14515            'NDRPDR' and
14516            'SCALE' and
14517            '2T2C' and
14518            'IPSECHW' and
14519            ('IPSECTRAN' or 'IPSECTUN') and
14520            not 'VHOST'"
14521   parameters:
14522   - "throughput"
14523   - "parent"
14524   - "tags"
14525   traces:
14526     hoverinfo: "x+y"
14527     boxpoints: "outliers"
14528     whiskerwidth: 0
14529   layout:
14530     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14531     layout: "plot-throughput"
14532
14533 -
14534   type: "plot"
14535   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14536   algorithm: "plot_performance_box"
14537   output-file-type: ".html"
14538   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14539   data: "plot-vpp-throughput-latency-3n-hsw"
14540   filter: "'NIC_Intel-XL710' and
14541            '64B' and
14542            'IP4FWD' and
14543            'NDRPDR' and
14544            'SCALE' and
14545            '2T2C' and
14546            'IPSECHW' and
14547            ('IPSECTRAN' or 'IPSECTUN') and
14548            not 'VHOST'"
14549   parameters:
14550   - "throughput"
14551   - "parent"
14552   - "tags"
14553   traces:
14554     hoverinfo: "x+y"
14555     boxpoints: "outliers"
14556     whiskerwidth: 0
14557   layout:
14558     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14559     layout: "plot-throughput"
14560
14561 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14562 -
14563   type: "plot"
14564   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14565   algorithm: "plot_performance_box"
14566   output-file-type: ".html"
14567   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14568   data: "plot-vpp-throughput-latency-3n-hsw"
14569   filter: "'NIC_Intel-XL710' and
14570            '64B' and
14571            'IP4FWD' and
14572            'NDRPDR' and
14573            '1T1C' and
14574            'IPSECSW' and
14575            ('IPSECTRAN' or 'IPSECTUN') and
14576            not 'VHOST'"
14577   parameters:
14578   - "throughput"
14579   - "parent"
14580   - "tags"
14581   traces:
14582     hoverinfo: "x+y"
14583     boxpoints: "outliers"
14584     whiskerwidth: 0
14585   layout:
14586     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14587     layout: "plot-throughput"
14588
14589 -
14590   type: "plot"
14591   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14592   algorithm: "plot_performance_box"
14593   output-file-type: ".html"
14594   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14595   data: "plot-vpp-throughput-latency-3n-hsw"
14596   filter: "'NIC_Intel-XL710' and
14597            '64B' and
14598            'IP4FWD' and
14599            'NDRPDR' and
14600            '1T1C' and
14601            'IPSECSW' and
14602            ('IPSECTRAN' or 'IPSECTUN') and
14603            not 'VHOST'"
14604   parameters:
14605   - "throughput"
14606   - "parent"
14607   - "tags"
14608   traces:
14609     hoverinfo: "x+y"
14610     boxpoints: "outliers"
14611     whiskerwidth: 0
14612   layout:
14613     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14614     layout: "plot-throughput"
14615
14616 -
14617   type: "plot"
14618   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14619   algorithm: "plot_performance_box"
14620   output-file-type: ".html"
14621   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14622   data: "plot-vpp-throughput-latency-3n-hsw"
14623   filter: "'NIC_Intel-XL710' and
14624            '64B' and
14625            'IP4FWD' and
14626            'NDRPDR' and
14627            '2T2C' and
14628            'IPSECSW' and
14629            ('IPSECTRAN' or 'IPSECTUN') and
14630            not 'VHOST'"
14631   parameters:
14632   - "throughput"
14633   - "parent"
14634   - "tags"
14635   traces:
14636     hoverinfo: "x+y"
14637     boxpoints: "outliers"
14638     whiskerwidth: 0
14639   layout:
14640     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14641     layout: "plot-throughput"
14642
14643 -
14644   type: "plot"
14645   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14646   algorithm: "plot_performance_box"
14647   output-file-type: ".html"
14648   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14649   data: "plot-vpp-throughput-latency-3n-hsw"
14650   filter: "'NIC_Intel-XL710' and
14651            '64B' and
14652            'IP4FWD' and
14653            'NDRPDR' and
14654            '2T2C' and
14655            'IPSECSW' and
14656            ('IPSECTRAN' or 'IPSECTUN') and
14657            not 'VHOST'"
14658   parameters:
14659   - "throughput"
14660   - "parent"
14661   - "tags"
14662   traces:
14663     hoverinfo: "x+y"
14664     boxpoints: "outliers"
14665     whiskerwidth: 0
14666   layout:
14667     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14668     layout: "plot-throughput"
14669
14670 ################################################################################
14671
14672 # Packet Throughput - VPP SRv6 3n-hsw-x520
14673 -
14674   type: "plot"
14675   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14676   algorithm: "plot_performance_box"
14677   output-file-type: ".html"
14678   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14679   data: "plot-vpp-throughput-latency-3n-hsw"
14680   filter: "'NIC_Intel-X520-DA2' and
14681            '78B' and
14682            'FEATURE' and
14683            'NDRPDR' and
14684            '1T1C' and
14685            'IP6FWD' and
14686            'SRv6'"
14687   parameters:
14688   - "throughput"
14689   - "parent"
14690   - "tags"
14691   traces:
14692     hoverinfo: "x+y"
14693     boxpoints: "outliers"
14694     whiskerwidth: 0
14695   layout:
14696     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14697     layout: "plot-throughput"
14698
14699 -
14700   type: "plot"
14701   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14702   algorithm: "plot_performance_box"
14703   output-file-type: ".html"
14704   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14705   data: "plot-vpp-throughput-latency-3n-hsw"
14706   filter: "'NIC_Intel-X520-DA2' and
14707            '78B' and
14708            'FEATURE' and
14709            'NDRPDR' and
14710            '1T1C' and
14711            'IP6FWD' and
14712            'SRv6'"
14713   parameters:
14714   - "throughput"
14715   - "parent"
14716   - "tags"
14717   traces:
14718     hoverinfo: "x+y"
14719     boxpoints: "outliers"
14720     whiskerwidth: 0
14721   layout:
14722     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14723     layout: "plot-throughput"
14724
14725 -
14726   type: "plot"
14727   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14728   algorithm: "plot_performance_box"
14729   output-file-type: ".html"
14730   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14731   data: "plot-vpp-throughput-latency-3n-hsw"
14732   filter: "'NIC_Intel-X520-DA2' and
14733            '78B' and
14734            'FEATURE' and
14735            'NDRPDR' and
14736            '2T2C' and
14737            'IP6FWD' and
14738            'SRv6'"
14739   parameters:
14740   - "throughput"
14741   - "parent"
14742   - "tags"
14743   traces:
14744     hoverinfo: "x+y"
14745     boxpoints: "outliers"
14746     whiskerwidth: 0
14747   layout:
14748     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14749     layout: "plot-throughput"
14750
14751 -
14752   type: "plot"
14753   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14754   algorithm: "plot_performance_box"
14755   output-file-type: ".html"
14756   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14757   data: "plot-vpp-throughput-latency-3n-hsw"
14758   filter: "'NIC_Intel-X520-DA2' and
14759            '78B' and
14760            'FEATURE' and
14761            'NDRPDR' and
14762            '2T2C' and
14763            'IP6FWD' and
14764            'SRv6'"
14765   parameters:
14766   - "throughput"
14767   - "parent"
14768   - "tags"
14769   traces:
14770     hoverinfo: "x+y"
14771     boxpoints: "outliers"
14772     whiskerwidth: 0
14773   layout:
14774     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14775     layout: "plot-throughput"
14776
14777 ################################################################################
14778
14779 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14780 -
14781   type: "plot"
14782   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14783   algorithm: "plot_performance_box"
14784   output-file-type: ".html"
14785   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14786   data: "plot-vpp-throughput-latency-3n-hsw"
14787   filter: "'NIC_Intel-X520-DA2' and
14788            '64B' and
14789            'NDRPDR' and
14790            'ETH' and
14791            'IP4FWD' and
14792            '1T1C' and
14793            'VHOST_1024' and
14794            not 'VXLAN' and
14795            not 'DOT1Q'"
14796   parameters:
14797   - "throughput"
14798   - "parent"
14799   - "tags"
14800   sort:
14801   - "not CFS_OPT"
14802   - "1VM"
14803   - "2VM"
14804   traces:
14805     hoverinfo: "x+y"
14806     boxpoints: "outliers"
14807     whiskerwidth: 0
14808   layout:
14809     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14810     layout: "plot-throughput"
14811
14812 -
14813   type: "plot"
14814   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14815   algorithm: "plot_performance_box"
14816   output-file-type: ".html"
14817   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14818   data: "plot-vpp-throughput-latency-3n-hsw"
14819   filter: "'NIC_Intel-X520-DA2' and
14820            '64B' and
14821            'NDRPDR' and
14822            'ETH' and
14823            'IP4FWD' and
14824            '2T2C' and
14825            'VHOST_1024' and
14826            not 'VXLAN' and
14827            not 'DOT1Q'"
14828   parameters:
14829   - "throughput"
14830   - "parent"
14831   - "tags"
14832   sort:
14833   - "not CFS_OPT"
14834   - "1VM"
14835   - "2VM"
14836   traces:
14837     hoverinfo: "x+y"
14838     boxpoints: "outliers"
14839     whiskerwidth: 0
14840   layout:
14841     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14842     layout: "plot-throughput"
14843
14844 -
14845   type: "plot"
14846   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14847   algorithm: "plot_performance_box"
14848   output-file-type: ".html"
14849   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14850   data: "plot-vpp-throughput-latency-3n-hsw"
14851   filter: "'NIC_Intel-X520-DA2' and
14852            '64B' and
14853            'NDRPDR' and
14854            'ETH' and
14855            'IP4FWD' and
14856            '1T1C' and
14857            'VHOST_1024' and
14858            not 'VXLAN' and
14859            not 'DOT1Q'"
14860   parameters:
14861   - "throughput"
14862   - "parent"
14863   - "tags"
14864   sort:
14865   - "not CFS_OPT"
14866   - "1VM"
14867   - "2VM"
14868   traces:
14869     hoverinfo: "x+y"
14870     boxpoints: "outliers"
14871     whiskerwidth: 0
14872   layout:
14873     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14874     layout: "plot-throughput"
14875
14876 -
14877   type: "plot"
14878   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14879   algorithm: "plot_performance_box"
14880   output-file-type: ".html"
14881   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14882   data: "plot-vpp-throughput-latency-3n-hsw"
14883   filter: "'NIC_Intel-X520-DA2' and
14884            '64B' and
14885            'NDRPDR' and
14886            'ETH' and
14887            'IP4FWD' and
14888            '2T2C' and
14889            'VHOST_1024' and
14890            not 'VXLAN' and
14891            not 'DOT1Q'"
14892   parameters:
14893   - "throughput"
14894   - "parent"
14895   - "tags"
14896   sort:
14897   - "not CFS_OPT"
14898   - "1VM"
14899   - "2VM"
14900   traces:
14901     hoverinfo: "x+y"
14902     boxpoints: "outliers"
14903     whiskerwidth: 0
14904   layout:
14905     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14906     layout: "plot-throughput"
14907
14908 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
14909 -
14910   type: "plot"
14911   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14912   algorithm: "plot_performance_box"
14913   output-file-type: ".html"
14914   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14915   data: "plot-vpp-throughput-latency-3n-hsw"
14916   filter: "'NIC_Intel-X520-DA2' and
14917            '64B' and
14918            'NDRPDR' and
14919            ('ETH' or 'DOT1Q') and
14920            '1T1C' 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-x520-64b-1t1c-base_and_scale-ndr"
14942     layout: "plot-throughput"
14943
14944 -
14945   type: "plot"
14946   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14947   algorithm: "plot_performance_box"
14948   output-file-type: ".html"
14949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14950   data: "plot-vpp-throughput-latency-3n-hsw"
14951   filter: "'NIC_Intel-X520-DA2' and
14952            '64B' and
14953            'NDRPDR' and
14954            ('ETH' or 'DOT1Q') and
14955            '2T2C' and
14956            'L2BDMACLRN' and
14957            'VHOST_1024' and
14958            not 'VXLAN' and
14959            not 'IP4FWD' and
14960            not '2VM'"
14961   parameters:
14962   - "throughput"
14963   - "parent"
14964   - "tags"
14965 #  sort:
14966 #  - "VM"  # "not CFS_OPT"
14967 #  - "CFS_OPT"
14968 #  - "FIB_10K"
14969 #  - "FIB_100K"
14970 #  - "FIB_1M"
14971   traces:
14972     hoverinfo: "x+y"
14973     boxpoints: "outliers"
14974     whiskerwidth: 0
14975   layout:
14976     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14977     layout: "plot-throughput"
14978
14979 -
14980   type: "plot"
14981   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14982   algorithm: "plot_performance_box"
14983   output-file-type: ".html"
14984   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14985   data: "plot-vpp-throughput-latency-3n-hsw"
14986   filter: "'NIC_Intel-X520-DA2' and
14987            '64B' and
14988            'NDRPDR' and
14989            ('ETH' or 'DOT1Q') and
14990            '1T1C' and
14991            'L2BDMACLRN' and
14992            'VHOST_1024' and
14993            not 'VXLAN' and
14994            not 'IP4FWD' and
14995            not '2VM'"
14996   parameters:
14997   - "throughput"
14998   - "parent"
14999   - "tags"
15000 #  sort:
15001 #  - "VM"  # "not CFS_OPT"
15002 #  - "CFS_OPT"
15003 #  - "FIB_10K"
15004 #  - "FIB_100K"
15005 #  - "FIB_1M"
15006   traces:
15007     hoverinfo: "x+y"
15008     boxpoints: "outliers"
15009     whiskerwidth: 0
15010   layout:
15011     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
15012     layout: "plot-throughput"
15013
15014 -
15015   type: "plot"
15016   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
15017   algorithm: "plot_performance_box"
15018   output-file-type: ".html"
15019   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
15020   data: "plot-vpp-throughput-latency-3n-hsw"
15021   filter: "'NIC_Intel-X520-DA2' and
15022            '64B' and
15023            'NDRPDR' and
15024            ('ETH' or 'DOT1Q') and
15025            '2T2C' and
15026            'L2BDMACLRN' and
15027            'VHOST_1024' and
15028            not 'VXLAN' and
15029            not 'IP4FWD' and
15030            not '2VM'"
15031   parameters:
15032   - "throughput"
15033   - "parent"
15034   - "tags"
15035 #  sort:
15036 #  - "VM"  # "not CFS_OPT"
15037 #  - "CFS_OPT"
15038 #  - "FIB_10K"
15039 #  - "FIB_100K"
15040 #  - "FIB_1M"
15041   traces:
15042     hoverinfo: "x+y"
15043     boxpoints: "outliers"
15044     whiskerwidth: 0
15045   layout:
15046     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
15047     layout: "plot-throughput"
15048
15049 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
15050 -
15051   type: "plot"
15052   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
15053   algorithm: "plot_performance_box"
15054   output-file-type: ".html"
15055   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
15056   data: "plot-vpp-throughput-latency-3n-hsw"
15057   filter: "'NIC_Intel-X520-DA2' and
15058            '64B' and
15059            'NDRPDR' and
15060            ('ETH' or 'DOT1Q') and
15061            'BASE' and
15062            '1T1C' 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-x520-64b-1t1c-base-ndr"
15083     layout: "plot-throughput"
15084
15085 -
15086   type: "plot"
15087   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
15088   algorithm: "plot_performance_box"
15089   output-file-type: ".html"
15090   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
15091   data: "plot-vpp-throughput-latency-3n-hsw"
15092   filter: "'NIC_Intel-X520-DA2' and
15093            '64B' and
15094            'NDRPDR' and
15095            ('ETH' or 'DOT1Q') and
15096            'BASE' and
15097            '1T1C' and
15098            ('L2BDMACLRN' or 'L2XCFWD') and
15099            'VHOST_1024' and
15100            not 'VXLAN' and
15101            not 'IP4FWD' and
15102            not '2VM'"
15103   parameters:
15104   - "throughput"
15105   - "parent"
15106   - "tags"
15107 #  sort:
15108 #  - "not CFS_OPT"
15109 #  - "L2XCFWD"
15110 #  - "not CFS_OPT"
15111 #  - "CFS_OPT"
15112   traces:
15113     hoverinfo: "x+y"
15114     boxpoints: "outliers"
15115     whiskerwidth: 0
15116   layout:
15117     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
15118     layout: "plot-throughput"
15119
15120 -
15121   type: "plot"
15122   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
15123   algorithm: "plot_performance_box"
15124   output-file-type: ".html"
15125   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
15126   data: "plot-vpp-throughput-latency-3n-hsw"
15127   filter: "'NIC_Intel-X520-DA2' and
15128            '64B' and
15129            'NDRPDR' and
15130            ('ETH' or 'DOT1Q') and
15131            'BASE' and
15132            '2T2C' and
15133            ('L2BDMACLRN' or 'L2XCFWD') and
15134            'VHOST_1024' and
15135            not 'VXLAN' and
15136            not 'IP4FWD' and
15137            not '2VM'"
15138   parameters:
15139   - "throughput"
15140   - "parent"
15141   - "tags"
15142 #  sort:
15143 #  - "not CFS_OPT"
15144 #  - "L2XCFWD"
15145 #  - "not CFS_OPT"
15146 #  - "CFS_OPT"
15147   traces:
15148     hoverinfo: "x+y"
15149     boxpoints: "outliers"
15150     whiskerwidth: 0
15151   layout:
15152     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
15153     layout: "plot-throughput"
15154
15155 -
15156   type: "plot"
15157   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
15158   algorithm: "plot_performance_box"
15159   output-file-type: ".html"
15160   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
15161   data: "plot-vpp-throughput-latency-3n-hsw"
15162   filter: "'NIC_Intel-X520-DA2' and
15163            '64B' and
15164            'NDRPDR' and
15165            ('ETH' or 'DOT1Q') and
15166            'BASE' and
15167            '2T2C' and
15168            ('L2BDMACLRN' or 'L2XCFWD') and
15169            'VHOST_1024' and
15170            not 'VXLAN' and
15171            not 'IP4FWD' and
15172            not '2VM'"
15173   parameters:
15174   - "throughput"
15175   - "parent"
15176   - "tags"
15177 #  sort:
15178 #  - "not CFS_OPT"
15179 #  - "L2XCFWD"
15180 #  - "not CFS_OPT"
15181 #  - "CFS_OPT"
15182   traces:
15183     hoverinfo: "x+y"
15184     boxpoints: "outliers"
15185     whiskerwidth: 0
15186   layout:
15187     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
15188     layout: "plot-throughput"
15189
15190 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15191 -
15192   type: "plot"
15193   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15194   algorithm: "plot_performance_box"
15195   output-file-type: ".html"
15196   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15197   data: "plot-vpp-throughput-latency-3n-hsw"
15198   filter: "'NIC_Intel-X520-DA2' and
15199            '64B' and
15200            'NDRPDR' and
15201            ('ETH' or 'DOT1Q') and
15202            '1T1C' and
15203            ('L2BDMACLRN' or 'L2XCFWD') and
15204            'VHOST_1024' and
15205            not 'CFS_OPT' and
15206            not 'VXLAN' and
15207            not 'IP4FWD' and
15208            not 'LBOND'"
15209   parameters:
15210   - "throughput"
15211   - "parent"
15212   - "tags"
15213 #  sort:
15214 #  - "1VM"
15215 #  - "L2XCFWD"
15216 #  - "1VM"
15217 #  - "L2BDMACLRN"
15218   traces:
15219     hoverinfo: "x+y"
15220     boxpoints: "outliers"
15221     whiskerwidth: 0
15222   layout:
15223     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15224     layout: "plot-throughput"
15225
15226 -
15227   type: "plot"
15228   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15229   algorithm: "plot_performance_box"
15230   output-file-type: ".html"
15231   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15232   data: "plot-vpp-throughput-latency-3n-hsw"
15233   filter: "'NIC_Intel-X520-DA2' and
15234            '64B' and
15235            'NDRPDR' and
15236            ('ETH' or 'DOT1Q') and
15237            '1T1C' and
15238            ('L2BDMACLRN' or 'L2XCFWD') and
15239            'VHOST_1024' and
15240            not 'CFS_OPT' and
15241            not 'VXLAN' and
15242            not 'IP4FWD' and
15243            not 'LBOND'"
15244   parameters:
15245   - "throughput"
15246   - "parent"
15247   - "tags"
15248 #  sort:
15249 #  - "1VM"
15250 #  - "L2XCFWD"
15251 #  - "1VM"
15252 #  - "L2BDMACLRN"
15253   traces:
15254     hoverinfo: "x+y"
15255     boxpoints: "outliers"
15256     whiskerwidth: 0
15257   layout:
15258     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15259     layout: "plot-throughput"
15260
15261 -
15262   type: "plot"
15263   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15264   algorithm: "plot_performance_box"
15265   output-file-type: ".html"
15266   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15267   data: "plot-vpp-throughput-latency-3n-hsw"
15268   filter: "'NIC_Intel-X520-DA2' and
15269            '64B' and
15270            'NDRPDR' and
15271            ('ETH' or 'DOT1Q') and
15272            '2T2C' and
15273            ('L2BDMACLRN' or 'L2XCFWD') and
15274            'VHOST_1024' and
15275            not 'CFS_OPT' and
15276            not 'VXLAN' and
15277            not 'IP4FWD' and
15278            not 'LBOND'"
15279   parameters:
15280   - "throughput"
15281   - "parent"
15282   - "tags"
15283 #  sort:
15284 #  - "1VM"
15285 #  - "L2XCFWD"
15286 #  - "1VM"
15287 #  - "L2BDMACLRN"
15288   traces:
15289     hoverinfo: "x+y"
15290     boxpoints: "outliers"
15291     whiskerwidth: 0
15292   layout:
15293     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15294     layout: "plot-throughput"
15295
15296 -
15297   type: "plot"
15298   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15299   algorithm: "plot_performance_box"
15300   output-file-type: ".html"
15301   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15302   data: "plot-vpp-throughput-latency-3n-hsw"
15303   filter: "'NIC_Intel-X520-DA2' and
15304            '64B' and
15305            'NDRPDR' and
15306            ('ETH' or 'DOT1Q') and
15307            '2T2C' and
15308            ('L2BDMACLRN' or 'L2XCFWD') and
15309            'VHOST_1024' and
15310            not 'CFS_OPT' and
15311            not 'VXLAN' and
15312            not 'IP4FWD' and
15313            not 'LBOND'"
15314   parameters:
15315   - "throughput"
15316   - "parent"
15317   - "tags"
15318 #  sort:
15319 #  - "1VM"
15320 #  - "L2XCFWD"
15321 #  - "1VM"
15322 #  - "L2BDMACLRN"
15323   traces:
15324     hoverinfo: "x+y"
15325     boxpoints: "outliers"
15326     whiskerwidth: 0
15327   layout:
15328     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15329     layout: "plot-throughput"
15330
15331 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15332 -
15333   type: "plot"
15334   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15335   algorithm: "plot_performance_box"
15336   output-file-type: ".html"
15337   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15338   data: "plot-vpp-throughput-latency-3n-hsw"
15339   filter: "'NIC_Intel-X710' and
15340            '64B' and
15341            'NDRPDR' and
15342            'ETH' and
15343            'IP4FWD' and
15344            '1T1C' and
15345            'VHOST_1024' and
15346            not 'VXLAN' and
15347            not 'DOT1Q'"
15348   parameters:
15349   - "throughput"
15350   - "parent"
15351   - "tags"
15352   sort:
15353   - "not CFS_OPT"
15354   - "1VM"
15355   - "2VM"
15356   traces:
15357     hoverinfo: "x+y"
15358     boxpoints: "outliers"
15359     whiskerwidth: 0
15360   layout:
15361     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15362     layout: "plot-throughput"
15363
15364 -
15365   type: "plot"
15366   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15367   algorithm: "plot_performance_box"
15368   output-file-type: ".html"
15369   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15370   data: "plot-vpp-throughput-latency-3n-hsw"
15371   filter: "'NIC_Intel-X710' and
15372            '64B' and
15373            'NDRPDR' and
15374            'ETH' and
15375            'IP4FWD' and
15376            '2T2C' and
15377            'VHOST_1024' and
15378            not 'VXLAN' and
15379            not 'DOT1Q'"
15380   parameters:
15381   - "throughput"
15382   - "parent"
15383   - "tags"
15384   sort:
15385   - "not CFS_OPT"
15386   - "1VM"
15387   - "2VM"
15388   traces:
15389     hoverinfo: "x+y"
15390     boxpoints: "outliers"
15391     whiskerwidth: 0
15392   layout:
15393     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15394     layout: "plot-throughput"
15395
15396 -
15397   type: "plot"
15398   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15399   algorithm: "plot_performance_box"
15400   output-file-type: ".html"
15401   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15402   data: "plot-vpp-throughput-latency-3n-hsw"
15403   filter: "'NIC_Intel-X710' and
15404            '64B' and
15405            'NDRPDR' and
15406            'ETH' and
15407            'IP4FWD' and
15408            '1T1C' and
15409            'VHOST_1024' and
15410            not 'VXLAN' and
15411            not 'DOT1Q'"
15412   parameters:
15413   - "throughput"
15414   - "parent"
15415   - "tags"
15416   sort:
15417   - "not CFS_OPT"
15418   - "1VM"
15419   - "2VM"
15420   traces:
15421     hoverinfo: "x+y"
15422     boxpoints: "outliers"
15423     whiskerwidth: 0
15424   layout:
15425     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15426     layout: "plot-throughput"
15427
15428 -
15429   type: "plot"
15430   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15431   algorithm: "plot_performance_box"
15432   output-file-type: ".html"
15433   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15434   data: "plot-vpp-throughput-latency-3n-hsw"
15435   filter: "'NIC_Intel-X710' and
15436            '64B' and
15437            'NDRPDR' and
15438            'ETH' and
15439            'IP4FWD' and
15440            '2T2C' and
15441            'VHOST_1024' and
15442            not 'VXLAN' and
15443            not 'DOT1Q'"
15444   parameters:
15445   - "throughput"
15446   - "parent"
15447   - "tags"
15448   sort:
15449   - "not CFS_OPT"
15450   - "1VM"
15451   - "2VM"
15452   traces:
15453     hoverinfo: "x+y"
15454     boxpoints: "outliers"
15455     whiskerwidth: 0
15456   layout:
15457     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15458     layout: "plot-throughput"
15459
15460 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
15461 -
15462   type: "plot"
15463   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15464   algorithm: "plot_performance_box"
15465   output-file-type: ".html"
15466   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15467   data: "plot-vpp-throughput-latency-3n-hsw"
15468   filter: "'NIC_Intel-X710' and
15469            '64B' and
15470            'NDRPDR' and
15471            ('ETH' or 'DOT1Q') and
15472            '1T1C' and
15473            'L2BDMACLRN' and
15474            'VHOST_1024' and
15475            not 'VXLAN' and
15476            not 'IP4FWD' and
15477            not '2VM'"
15478   parameters:
15479   - "throughput"
15480   - "parent"
15481   - "tags"
15482 #  sort:
15483 #  - "VM"  # "not CFS_OPT"
15484 #  - "CFS_OPT"
15485 #  - "FIB_10K"
15486 #  - "FIB_100K"
15487 #  - "FIB_1M"
15488   traces:
15489     hoverinfo: "x+y"
15490     boxpoints: "outliers"
15491     whiskerwidth: 0
15492   layout:
15493     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15494     layout: "plot-throughput"
15495
15496 -
15497   type: "plot"
15498   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15499   algorithm: "plot_performance_box"
15500   output-file-type: ".html"
15501   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15502   data: "plot-vpp-throughput-latency-3n-hsw"
15503   filter: "'NIC_Intel-X710' and
15504            '64B' and
15505            'NDRPDR' and
15506            ('ETH' or 'DOT1Q') and
15507            '2T2C' and
15508            'L2BDMACLRN' and
15509            'VHOST_1024' and
15510            not 'VXLAN' and
15511            not 'IP4FWD' and
15512            not '2VM'"
15513   parameters:
15514   - "throughput"
15515   - "parent"
15516   - "tags"
15517 #  sort:
15518 #  - "VM"  # "not CFS_OPT"
15519 #  - "CFS_OPT"
15520 #  - "FIB_10K"
15521 #  - "FIB_100K"
15522 #  - "FIB_1M"
15523   traces:
15524     hoverinfo: "x+y"
15525     boxpoints: "outliers"
15526     whiskerwidth: 0
15527   layout:
15528     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15529     layout: "plot-throughput"
15530
15531 -
15532   type: "plot"
15533   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15534   algorithm: "plot_performance_box"
15535   output-file-type: ".html"
15536   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15537   data: "plot-vpp-throughput-latency-3n-hsw"
15538   filter: "'NIC_Intel-X710' and
15539            '64B' and
15540            'NDRPDR' and
15541            ('ETH' or 'DOT1Q') and
15542            '1T1C' and
15543            'L2BDMACLRN' and
15544            'VHOST_1024' and
15545            not 'VXLAN' and
15546            not 'IP4FWD' and
15547            not '2VM'"
15548   parameters:
15549   - "throughput"
15550   - "parent"
15551   - "tags"
15552 #  sort:
15553 #  - "VM"  # "not CFS_OPT"
15554 #  - "CFS_OPT"
15555 #  - "FIB_10K"
15556 #  - "FIB_100K"
15557 #  - "FIB_1M"
15558   traces:
15559     hoverinfo: "x+y"
15560     boxpoints: "outliers"
15561     whiskerwidth: 0
15562   layout:
15563     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15564     layout: "plot-throughput"
15565
15566 -
15567   type: "plot"
15568   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15569   algorithm: "plot_performance_box"
15570   output-file-type: ".html"
15571   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15572   data: "plot-vpp-throughput-latency-3n-hsw"
15573   filter: "'NIC_Intel-X710' and
15574            '64B' and
15575            'NDRPDR' and
15576            ('ETH' or 'DOT1Q') and
15577            '2T2C' and
15578            'L2BDMACLRN' and
15579            'VHOST_1024' and
15580            not 'VXLAN' and
15581            not 'IP4FWD' and
15582            not '2VM'"
15583   parameters:
15584   - "throughput"
15585   - "parent"
15586   - "tags"
15587 #  sort:
15588 #  - "VM"  # "not CFS_OPT"
15589 #  - "CFS_OPT"
15590 #  - "FIB_10K"
15591 #  - "FIB_100K"
15592 #  - "FIB_1M"
15593   traces:
15594     hoverinfo: "x+y"
15595     boxpoints: "outliers"
15596     whiskerwidth: 0
15597   layout:
15598     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15599     layout: "plot-throughput"
15600
15601 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15602 -
15603   type: "plot"
15604   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15605   algorithm: "plot_performance_box"
15606   output-file-type: ".html"
15607   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15608   data: "plot-vpp-throughput-latency-3n-hsw"
15609   filter: "'NIC_Intel-X710' and
15610            '64B' and
15611            'NDRPDR' and
15612            ('ETH' or 'DOT1Q') and
15613            'BASE' and
15614            '1T1C' and
15615            ('L2BDMACLRN' or 'L2XCFWD') and
15616            'VHOST_1024' and
15617            not 'VXLAN' and
15618            not 'IP4FWD' and
15619            not '2VM'"
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-hsw-x710-64b-1t1c-base-ndr"
15635     layout: "plot-throughput"
15636
15637 -
15638   type: "plot"
15639   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15640   algorithm: "plot_performance_box"
15641   output-file-type: ".html"
15642   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15643   data: "plot-vpp-throughput-latency-3n-hsw"
15644   filter: "'NIC_Intel-X710' and
15645            '64B' and
15646            'NDRPDR' and
15647            ('ETH' or 'DOT1Q') and
15648            'BASE' and
15649            '1T1C' and
15650            ('L2BDMACLRN' or 'L2XCFWD') and
15651            'VHOST_1024' and
15652            not 'VXLAN' and
15653            not 'IP4FWD' and
15654            not '2VM'"
15655   parameters:
15656   - "throughput"
15657   - "parent"
15658   - "tags"
15659 #  sort:
15660 #  - "not CFS_OPT"
15661 #  - "L2XCFWD"
15662 #  - "not CFS_OPT"
15663 #  - "CFS_OPT"
15664   traces:
15665     hoverinfo: "x+y"
15666     boxpoints: "outliers"
15667     whiskerwidth: 0
15668   layout:
15669     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15670     layout: "plot-throughput"
15671
15672 -
15673   type: "plot"
15674   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15675   algorithm: "plot_performance_box"
15676   output-file-type: ".html"
15677   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15678   data: "plot-vpp-throughput-latency-3n-hsw"
15679   filter: "'NIC_Intel-X710' and
15680            '64B' and
15681            'NDRPDR' and
15682            ('ETH' or 'DOT1Q') and
15683            'BASE' and
15684            '2T2C' and
15685            ('L2BDMACLRN' or 'L2XCFWD') and
15686            'VHOST_1024' and
15687            not 'VXLAN' and
15688            not 'IP4FWD' and
15689            not '2VM'"
15690   parameters:
15691   - "throughput"
15692   - "parent"
15693   - "tags"
15694 #  sort:
15695 #  - "not CFS_OPT"
15696 #  - "L2XCFWD"
15697 #  - "not CFS_OPT"
15698 #  - "CFS_OPT"
15699   traces:
15700     hoverinfo: "x+y"
15701     boxpoints: "outliers"
15702     whiskerwidth: 0
15703   layout:
15704     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15705     layout: "plot-throughput"
15706
15707 -
15708   type: "plot"
15709   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15710   algorithm: "plot_performance_box"
15711   output-file-type: ".html"
15712   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15713   data: "plot-vpp-throughput-latency-3n-hsw"
15714   filter: "'NIC_Intel-X710' and
15715            '64B' and
15716            'NDRPDR' and
15717            ('ETH' or 'DOT1Q') and
15718            'BASE' and
15719            '2T2C' and
15720            ('L2BDMACLRN' or 'L2XCFWD') and
15721            'VHOST_1024' and
15722            not 'VXLAN' and
15723            not 'IP4FWD' and
15724            not '2VM'"
15725   parameters:
15726   - "throughput"
15727   - "parent"
15728   - "tags"
15729 #  sort:
15730 #  - "not CFS_OPT"
15731 #  - "L2XCFWD"
15732 #  - "not CFS_OPT"
15733 #  - "CFS_OPT"
15734   traces:
15735     hoverinfo: "x+y"
15736     boxpoints: "outliers"
15737     whiskerwidth: 0
15738   layout:
15739     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15740     layout: "plot-throughput"
15741
15742 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15743 -
15744   type: "plot"
15745   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15746   algorithm: "plot_performance_box"
15747   output-file-type: ".html"
15748   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15749   data: "plot-vpp-throughput-latency-3n-hsw"
15750   filter: "'NIC_Intel-X710' and
15751            '64B' and
15752            'NDRPDR' and
15753            ('ETH' or 'DOT1Q') and
15754            '1T1C' 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-hsw-x710-64b-1t1c-base-vm-ndr"
15776     layout: "plot-throughput"
15777
15778 -
15779   type: "plot"
15780   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15781   algorithm: "plot_performance_box"
15782   output-file-type: ".html"
15783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15784   data: "plot-vpp-throughput-latency-3n-hsw"
15785   filter: "'NIC_Intel-X710' and
15786            '64B' and
15787            'NDRPDR' and
15788            ('ETH' or 'DOT1Q') and
15789            '1T1C' and
15790            ('L2BDMACLRN' or 'L2XCFWD') and
15791            'VHOST_1024' and
15792            not 'CFS_OPT' and
15793            not 'VXLAN' and
15794            not 'IP4FWD' and
15795            not 'LBOND'"
15796   parameters:
15797   - "throughput"
15798   - "parent"
15799   - "tags"
15800 #  sort:
15801 #  - "1VM"
15802 #  - "L2XCFWD"
15803 #  - "1VM"
15804 #  - "L2BDMACLRN"
15805   traces:
15806     hoverinfo: "x+y"
15807     boxpoints: "outliers"
15808     whiskerwidth: 0
15809   layout:
15810     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15811     layout: "plot-throughput"
15812
15813 -
15814   type: "plot"
15815   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15816   algorithm: "plot_performance_box"
15817   output-file-type: ".html"
15818   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15819   data: "plot-vpp-throughput-latency-3n-hsw"
15820   filter: "'NIC_Intel-X710' and
15821            '64B' and
15822            'NDRPDR' and
15823            ('ETH' or 'DOT1Q') and
15824            '2T2C' and
15825            ('L2BDMACLRN' or 'L2XCFWD') and
15826            'VHOST_1024' and
15827            not 'CFS_OPT' and
15828            not 'VXLAN' and
15829            not 'IP4FWD' and
15830            not 'LBOND'"
15831   parameters:
15832   - "throughput"
15833   - "parent"
15834   - "tags"
15835 #  sort:
15836 #  - "1VM"
15837 #  - "L2XCFWD"
15838 #  - "1VM"
15839 #  - "L2BDMACLRN"
15840   traces:
15841     hoverinfo: "x+y"
15842     boxpoints: "outliers"
15843     whiskerwidth: 0
15844   layout:
15845     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15846     layout: "plot-throughput"
15847
15848 -
15849   type: "plot"
15850   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15851   algorithm: "plot_performance_box"
15852   output-file-type: ".html"
15853   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15854   data: "plot-vpp-throughput-latency-3n-hsw"
15855   filter: "'NIC_Intel-X710' and
15856            '64B' and
15857            'NDRPDR' and
15858            ('ETH' or 'DOT1Q') and
15859            '2T2C' and
15860            ('L2BDMACLRN' or 'L2XCFWD') and
15861            'VHOST_1024' and
15862            not 'CFS_OPT' and
15863            not 'VXLAN' and
15864            not 'IP4FWD' and
15865            not 'LBOND'"
15866   parameters:
15867   - "throughput"
15868   - "parent"
15869   - "tags"
15870 #  sort:
15871 #  - "1VM"
15872 #  - "L2XCFWD"
15873 #  - "1VM"
15874 #  - "L2BDMACLRN"
15875   traces:
15876     hoverinfo: "x+y"
15877     boxpoints: "outliers"
15878     whiskerwidth: 0
15879   layout:
15880     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15881     layout: "plot-throughput"
15882
15883 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
15884 -
15885   type: "plot"
15886   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15887   algorithm: "plot_performance_box"
15888   output-file-type: ".html"
15889   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15890   data: "plot-vpp-throughput-latency-3n-hsw"
15891   filter: "'NIC_Intel-XL710' and
15892            '64B' and
15893            'NDRPDR' and
15894            'ETH' and
15895            'IP4FWD' and
15896            '1T1C' and
15897            'VHOST_1024' and
15898            not 'VXLAN' and
15899            not 'DOT1Q'"
15900   parameters:
15901   - "throughput"
15902   - "parent"
15903   - "tags"
15904   sort:
15905   - "not CFS_OPT"
15906   - "1VM"
15907   - "2VM"
15908   traces:
15909     hoverinfo: "x+y"
15910     boxpoints: "outliers"
15911     whiskerwidth: 0
15912   layout:
15913     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15914     layout: "plot-throughput"
15915
15916 -
15917   type: "plot"
15918   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15919   algorithm: "plot_performance_box"
15920   output-file-type: ".html"
15921   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15922   data: "plot-vpp-throughput-latency-3n-hsw"
15923   filter: "'NIC_Intel-XL710' and
15924            '64B' and
15925            'NDRPDR' and
15926            'ETH' and
15927            'IP4FWD' and
15928            '2T2C' and
15929            'VHOST_1024' and
15930            not 'VXLAN' and
15931            not 'DOT1Q'"
15932   parameters:
15933   - "throughput"
15934   - "parent"
15935   - "tags"
15936   sort:
15937   - "not CFS_OPT"
15938   - "1VM"
15939   - "2VM"
15940   traces:
15941     hoverinfo: "x+y"
15942     boxpoints: "outliers"
15943     whiskerwidth: 0
15944   layout:
15945     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15946     layout: "plot-throughput"
15947
15948 -
15949   type: "plot"
15950   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15951   algorithm: "plot_performance_box"
15952   output-file-type: ".html"
15953   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15954   data: "plot-vpp-throughput-latency-3n-hsw"
15955   filter: "'NIC_Intel-XL710' and
15956            '64B' and
15957            'NDRPDR' and
15958            'ETH' and
15959            'IP4FWD' and
15960            '1T1C' and
15961            'VHOST_1024' and
15962            not 'VXLAN' and
15963            not 'DOT1Q'"
15964   parameters:
15965   - "throughput"
15966   - "parent"
15967   - "tags"
15968   sort:
15969   - "not CFS_OPT"
15970   - "1VM"
15971   - "2VM"
15972   traces:
15973     hoverinfo: "x+y"
15974     boxpoints: "outliers"
15975     whiskerwidth: 0
15976   layout:
15977     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15978     layout: "plot-throughput"
15979
15980 -
15981   type: "plot"
15982   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15983   algorithm: "plot_performance_box"
15984   output-file-type: ".html"
15985   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15986   data: "plot-vpp-throughput-latency-3n-hsw"
15987   filter: "'NIC_Intel-XL710' and
15988            '64B' and
15989            'NDRPDR' and
15990            'ETH' and
15991            'IP4FWD' and
15992            '2T2C' and
15993            'VHOST_1024' and
15994            not 'VXLAN' and
15995            not 'DOT1Q'"
15996   parameters:
15997   - "throughput"
15998   - "parent"
15999   - "tags"
16000   sort:
16001   - "not CFS_OPT"
16002   - "1VM"
16003   - "2VM"
16004   traces:
16005     hoverinfo: "x+y"
16006     boxpoints: "outliers"
16007     whiskerwidth: 0
16008   layout:
16009     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16010     layout: "plot-throughput"
16011
16012 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
16013 -
16014   type: "plot"
16015   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16016   algorithm: "plot_performance_box"
16017   output-file-type: ".html"
16018   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16019   data: "plot-vpp-throughput-latency-3n-hsw"
16020   filter: "'NIC_Intel-XL710' and
16021            '64B' and
16022            'NDRPDR' and
16023            ('ETH' or 'DOT1Q') and
16024            '1T1C' 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-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16046     layout: "plot-throughput"
16047
16048 -
16049   type: "plot"
16050   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16051   algorithm: "plot_performance_box"
16052   output-file-type: ".html"
16053   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16054   data: "plot-vpp-throughput-latency-3n-hsw"
16055   filter: "'NIC_Intel-XL710' and
16056            '64B' and
16057            'NDRPDR' and
16058            ('ETH' or 'DOT1Q') and
16059            '2T2C' and
16060            'L2BDMACLRN' and
16061            'VHOST_1024' and
16062            not 'VXLAN' and
16063            not 'IP4FWD' and
16064            not '2VM'"
16065   parameters:
16066   - "throughput"
16067   - "parent"
16068   - "tags"
16069 #  sort:
16070 #  - "VM"  # "not CFS_OPT"
16071 #  - "CFS_OPT"
16072 #  - "FIB_10K"
16073 #  - "FIB_100K"
16074 #  - "FIB_1M"
16075   traces:
16076     hoverinfo: "x+y"
16077     boxpoints: "outliers"
16078     whiskerwidth: 0
16079   layout:
16080     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16081     layout: "plot-throughput"
16082
16083 -
16084   type: "plot"
16085   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16086   algorithm: "plot_performance_box"
16087   output-file-type: ".html"
16088   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16089   data: "plot-vpp-throughput-latency-3n-hsw"
16090   filter: "'NIC_Intel-XL710' and
16091            '64B' and
16092            'NDRPDR' and
16093            ('ETH' or 'DOT1Q') and
16094            '1T1C' and
16095            'L2BDMACLRN' and
16096            'VHOST_1024' and
16097            not 'VXLAN' and
16098            not 'IP4FWD' and
16099            not '2VM'"
16100   parameters:
16101   - "throughput"
16102   - "parent"
16103   - "tags"
16104 #  sort:
16105 #  - "VM"  # "not CFS_OPT"
16106 #  - "CFS_OPT"
16107 #  - "FIB_10K"
16108 #  - "FIB_100K"
16109 #  - "FIB_1M"
16110   traces:
16111     hoverinfo: "x+y"
16112     boxpoints: "outliers"
16113     whiskerwidth: 0
16114   layout:
16115     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16116     layout: "plot-throughput"
16117
16118 -
16119   type: "plot"
16120   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16121   algorithm: "plot_performance_box"
16122   output-file-type: ".html"
16123   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16124   data: "plot-vpp-throughput-latency-3n-hsw"
16125   filter: "'NIC_Intel-XL710' and
16126            '64B' and
16127            'NDRPDR' and
16128            ('ETH' or 'DOT1Q') and
16129            '2T2C' and
16130            'L2BDMACLRN' and
16131            'VHOST_1024' and
16132            not 'VXLAN' and
16133            not 'IP4FWD' and
16134            not '2VM'"
16135   parameters:
16136   - "throughput"
16137   - "parent"
16138   - "tags"
16139 #  sort:
16140 #  - "VM"  # "not CFS_OPT"
16141 #  - "CFS_OPT"
16142 #  - "FIB_10K"
16143 #  - "FIB_100K"
16144 #  - "FIB_1M"
16145   traces:
16146     hoverinfo: "x+y"
16147     boxpoints: "outliers"
16148     whiskerwidth: 0
16149   layout:
16150     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16151     layout: "plot-throughput"
16152
16153 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
16154 -
16155   type: "plot"
16156   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
16157   algorithm: "plot_performance_box"
16158   output-file-type: ".html"
16159   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
16160   data: "plot-vpp-throughput-latency-3n-hsw"
16161   filter: "'NIC_Intel-XL710' and
16162            '64B' and
16163            'NDRPDR' and
16164            ('ETH' or 'DOT1Q') and
16165            'BASE' and
16166            '1T1C' 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-3n-hsw-xl710-64b-1t1c-base-ndr"
16187     layout: "plot-throughput"
16188
16189 -
16190   type: "plot"
16191   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16192   algorithm: "plot_performance_box"
16193   output-file-type: ".html"
16194   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16195   data: "plot-vpp-throughput-latency-3n-hsw"
16196   filter: "'NIC_Intel-XL710' and
16197            '64B' and
16198            'NDRPDR' and
16199            ('ETH' or 'DOT1Q') and
16200            'BASE' and
16201            '1T1C' and
16202            ('L2BDMACLRN' or 'L2XCFWD') and
16203            'VHOST_1024' and
16204            not 'VXLAN' and
16205            not 'IP4FWD' and
16206            not '2VM'"
16207   parameters:
16208   - "throughput"
16209   - "parent"
16210   - "tags"
16211 #  sort:
16212 #  - "not CFS_OPT"
16213 #  - "L2XCFWD"
16214 #  - "not CFS_OPT"
16215 #  - "CFS_OPT"
16216   traces:
16217     hoverinfo: "x+y"
16218     boxpoints: "outliers"
16219     whiskerwidth: 0
16220   layout:
16221     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16222     layout: "plot-throughput"
16223
16224 -
16225   type: "plot"
16226   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16227   algorithm: "plot_performance_box"
16228   output-file-type: ".html"
16229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16230   data: "plot-vpp-throughput-latency-3n-hsw"
16231   filter: "'NIC_Intel-XL710' and
16232            '64B' and
16233            'NDRPDR' and
16234            ('ETH' or 'DOT1Q') and
16235            'BASE' and
16236            '2T2C' and
16237            ('L2BDMACLRN' or 'L2XCFWD') and
16238            'VHOST_1024' and
16239            not 'VXLAN' and
16240            not 'IP4FWD' and
16241            not '2VM'"
16242   parameters:
16243   - "throughput"
16244   - "parent"
16245   - "tags"
16246 #  sort:
16247 #  - "not CFS_OPT"
16248 #  - "L2XCFWD"
16249 #  - "not CFS_OPT"
16250 #  - "CFS_OPT"
16251   traces:
16252     hoverinfo: "x+y"
16253     boxpoints: "outliers"
16254     whiskerwidth: 0
16255   layout:
16256     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16257     layout: "plot-throughput"
16258
16259 -
16260   type: "plot"
16261   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16262   algorithm: "plot_performance_box"
16263   output-file-type: ".html"
16264   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16265   data: "plot-vpp-throughput-latency-3n-hsw"
16266   filter: "'NIC_Intel-XL710' and
16267            '64B' and
16268            'NDRPDR' and
16269            ('ETH' or 'DOT1Q') and
16270            'BASE' and
16271            '2T2C' and
16272            ('L2BDMACLRN' or 'L2XCFWD') and
16273            'VHOST_1024' and
16274            not 'VXLAN' and
16275            not 'IP4FWD' and
16276            not '2VM'"
16277   parameters:
16278   - "throughput"
16279   - "parent"
16280   - "tags"
16281 #  sort:
16282 #  - "not CFS_OPT"
16283 #  - "L2XCFWD"
16284 #  - "not CFS_OPT"
16285 #  - "CFS_OPT"
16286   traces:
16287     hoverinfo: "x+y"
16288     boxpoints: "outliers"
16289     whiskerwidth: 0
16290   layout:
16291     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16292     layout: "plot-throughput"
16293
16294 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
16295 -
16296   type: "plot"
16297   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16298   algorithm: "plot_performance_box"
16299   output-file-type: ".html"
16300   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16301   data: "plot-vpp-throughput-latency-3n-hsw"
16302   filter: "'NIC_Intel-XL710' and
16303            '64B' and
16304            'NDRPDR' and
16305            ('ETH' or 'DOT1Q') and
16306            '1T1C' and
16307            ('L2BDMACLRN' or 'L2XCFWD') and
16308            'VHOST_1024' and
16309            not 'CFS_OPT' and
16310            not 'VXLAN' and
16311            not 'IP4FWD'"
16312   parameters:
16313   - "throughput"
16314   - "parent"
16315   - "tags"
16316 #  sort:
16317 #  - "1VM"
16318 #  - "L2XCFWD"
16319 #  - "1VM"
16320 #  - "L2BDMACLRN"
16321   traces:
16322     hoverinfo: "x+y"
16323     boxpoints: "outliers"
16324     whiskerwidth: 0
16325   layout:
16326     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16327     layout: "plot-throughput"
16328
16329 -
16330   type: "plot"
16331   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16332   algorithm: "plot_performance_box"
16333   output-file-type: ".html"
16334   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16335   data: "plot-vpp-throughput-latency-3n-hsw"
16336   filter: "'NIC_Intel-XL710' and
16337            '64B' and
16338            'NDRPDR' and
16339            ('ETH' or 'DOT1Q') and
16340            '1T1C' and
16341            ('L2BDMACLRN' or 'L2XCFWD') and
16342            'VHOST_1024' and
16343            not 'CFS_OPT' and
16344            not 'VXLAN' and
16345            not 'IP4FWD'"
16346   parameters:
16347   - "throughput"
16348   - "parent"
16349   - "tags"
16350 #  sort:
16351 #  - "1VM"
16352 #  - "L2XCFWD"
16353 #  - "1VM"
16354 #  - "L2BDMACLRN"
16355   traces:
16356     hoverinfo: "x+y"
16357     boxpoints: "outliers"
16358     whiskerwidth: 0
16359   layout:
16360     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16361     layout: "plot-throughput"
16362
16363 -
16364   type: "plot"
16365   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16366   algorithm: "plot_performance_box"
16367   output-file-type: ".html"
16368   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16369   data: "plot-vpp-throughput-latency-3n-hsw"
16370   filter: "'NIC_Intel-XL710' and
16371            '64B' and
16372            'NDRPDR' and
16373            ('ETH' or 'DOT1Q') and
16374            '2T2C' and
16375            ('L2BDMACLRN' or 'L2XCFWD') and
16376            'VHOST_1024' and
16377            not 'CFS_OPT' and
16378            not 'VXLAN' and
16379            not 'IP4FWD'"
16380   parameters:
16381   - "throughput"
16382   - "parent"
16383   - "tags"
16384 #  sort:
16385 #  - "1VM"
16386 #  - "L2XCFWD"
16387 #  - "1VM"
16388 #  - "L2BDMACLRN"
16389   traces:
16390     hoverinfo: "x+y"
16391     boxpoints: "outliers"
16392     whiskerwidth: 0
16393   layout:
16394     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16395     layout: "plot-throughput"
16396
16397 -
16398   type: "plot"
16399   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16400   algorithm: "plot_performance_box"
16401   output-file-type: ".html"
16402   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16403   data: "plot-vpp-throughput-latency-3n-hsw"
16404   filter: "'NIC_Intel-XL710' and
16405            '64B' and
16406            'NDRPDR' and
16407            ('ETH' or 'DOT1Q') and
16408            '2T2C' and
16409            ('L2BDMACLRN' or 'L2XCFWD') and
16410            'VHOST_1024' and
16411            not 'CFS_OPT' and
16412            not 'VXLAN' and
16413            not 'IP4FWD'"
16414   parameters:
16415   - "throughput"
16416   - "parent"
16417   - "tags"
16418 #  sort:
16419 #  - "1VM"
16420 #  - "L2XCFWD"
16421 #  - "1VM"
16422 #  - "L2BDMACLRN"
16423   traces:
16424     hoverinfo: "x+y"
16425     boxpoints: "outliers"
16426     whiskerwidth: 0
16427   layout:
16428     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16429     layout: "plot-throughput"
16430
16431 # Packet Throughput - VPP vhost ip4 3n-skx-x710
16432 -
16433   type: "plot"
16434   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16435   algorithm: "plot_performance_box"
16436   output-file-type: ".html"
16437   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16438   data: "plot-vpp-throughput-latency-3n-skx"
16439   filter: "'NIC_Intel-X710' and
16440            '64B' and
16441            'NDRPDR' and
16442            'ETH' and
16443            'IP4FWD' and
16444            '2T1C' and
16445            'VHOST_1024' and
16446            not 'VXLAN' and
16447            not 'DOT1Q'"
16448   parameters:
16449   - "throughput"
16450   - "parent"
16451   - "tags"
16452   sort:
16453   - "not CFS_OPT"
16454   - "1VM"
16455   - "2VM"
16456   traces:
16457     hoverinfo: "x+y"
16458     boxpoints: "outliers"
16459     whiskerwidth: 0
16460   layout:
16461     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16462     layout: "plot-throughput"
16463
16464 -
16465   type: "plot"
16466   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16467   algorithm: "plot_performance_box"
16468   output-file-type: ".html"
16469   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16470   data: "plot-vpp-throughput-latency-3n-skx"
16471   filter: "'NIC_Intel-X710' and
16472            '64B' and
16473            'NDRPDR' and
16474            'ETH' and
16475            'IP4FWD' and
16476            '4T2C' and
16477            'VHOST_1024' and
16478            not 'VXLAN' and
16479            not 'DOT1Q'"
16480   parameters:
16481   - "throughput"
16482   - "parent"
16483   - "tags"
16484   sort:
16485   - "not CFS_OPT"
16486   - "1VM"
16487   - "2VM"
16488   traces:
16489     hoverinfo: "x+y"
16490     boxpoints: "outliers"
16491     whiskerwidth: 0
16492   layout:
16493     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16494     layout: "plot-throughput"
16495
16496 -
16497   type: "plot"
16498   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16499   algorithm: "plot_performance_box"
16500   output-file-type: ".html"
16501   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16502   data: "plot-vpp-throughput-latency-3n-skx"
16503   filter: "'NIC_Intel-X710' and
16504            '64B' and
16505            'NDRPDR' and
16506            'ETH' and
16507            'IP4FWD' and
16508            '2T1C' and
16509            'VHOST_1024' and
16510            not 'VXLAN' and
16511            not 'DOT1Q'"
16512   parameters:
16513   - "throughput"
16514   - "parent"
16515   - "tags"
16516   sort:
16517   - "not CFS_OPT"
16518   - "1VM"
16519   - "2VM"
16520   traces:
16521     hoverinfo: "x+y"
16522     boxpoints: "outliers"
16523     whiskerwidth: 0
16524   layout:
16525     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16526     layout: "plot-throughput"
16527
16528 -
16529   type: "plot"
16530   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16531   algorithm: "plot_performance_box"
16532   output-file-type: ".html"
16533   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16534   data: "plot-vpp-throughput-latency-3n-skx"
16535   filter: "'NIC_Intel-X710' and
16536            '64B' and
16537            'NDRPDR' and
16538            'ETH' and
16539            'IP4FWD' and
16540            '4T2C' and
16541            'VHOST_1024' and
16542            not 'VXLAN' and
16543            not 'DOT1Q'"
16544   parameters:
16545   - "throughput"
16546   - "parent"
16547   - "tags"
16548   sort:
16549   - "not CFS_OPT"
16550   - "1VM"
16551   - "2VM"
16552   traces:
16553     hoverinfo: "x+y"
16554     boxpoints: "outliers"
16555     whiskerwidth: 0
16556   layout:
16557     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16558     layout: "plot-throughput"
16559
16560 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
16561 -
16562   type: "plot"
16563   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16564   algorithm: "plot_performance_box"
16565   output-file-type: ".html"
16566   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16567   data: "plot-vpp-throughput-latency-3n-skx"
16568   filter: "'NIC_Intel-X710' and
16569            '64B' and
16570            'NDRPDR' and
16571            ('ETH' or 'DOT1Q') and
16572            '2T1C' 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-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16594     layout: "plot-throughput"
16595
16596 -
16597   type: "plot"
16598   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16599   algorithm: "plot_performance_box"
16600   output-file-type: ".html"
16601   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16602   data: "plot-vpp-throughput-latency-3n-skx"
16603   filter: "'NIC_Intel-X710' and
16604            '64B' and
16605            'NDRPDR' and
16606            ('ETH' or 'DOT1Q') and
16607            '4T2C' and
16608            'L2BDMACLRN' and
16609            'VHOST_1024' and
16610            not 'VXLAN' and
16611            not 'IP4FWD' and
16612            not '2VM'"
16613   parameters:
16614   - "throughput"
16615   - "parent"
16616   - "tags"
16617 #  sort:
16618 #  - "VM"  # "not CFS_OPT"
16619 #  - "CFS_OPT"
16620 #  - "FIB_10K"
16621 #  - "FIB_100K"
16622 #  - "FIB_1M"
16623   traces:
16624     hoverinfo: "x+y"
16625     boxpoints: "outliers"
16626     whiskerwidth: 0
16627   layout:
16628     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16629     layout: "plot-throughput"
16630
16631 -
16632   type: "plot"
16633   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16634   algorithm: "plot_performance_box"
16635   output-file-type: ".html"
16636   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16637   data: "plot-vpp-throughput-latency-3n-skx"
16638   filter: "'NIC_Intel-X710' and
16639            '64B' and
16640            'NDRPDR' and
16641            ('ETH' or 'DOT1Q') and
16642            '2T1C' and
16643            'L2BDMACLRN' and
16644            'VHOST_1024' and
16645            not 'VXLAN' and
16646            not 'IP4FWD' and
16647            not '2VM'"
16648   parameters:
16649   - "throughput"
16650   - "parent"
16651   - "tags"
16652 #  sort:
16653 #  - "VM"  # "not CFS_OPT"
16654 #  - "CFS_OPT"
16655 #  - "FIB_10K"
16656 #  - "FIB_100K"
16657 #  - "FIB_1M"
16658   traces:
16659     hoverinfo: "x+y"
16660     boxpoints: "outliers"
16661     whiskerwidth: 0
16662   layout:
16663     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16664     layout: "plot-throughput"
16665
16666 -
16667   type: "plot"
16668   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16669   algorithm: "plot_performance_box"
16670   output-file-type: ".html"
16671   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16672   data: "plot-vpp-throughput-latency-3n-skx"
16673   filter: "'NIC_Intel-X710' and
16674            '64B' and
16675            'NDRPDR' and
16676            ('ETH' or 'DOT1Q') and
16677            '4T2C' and
16678            'L2BDMACLRN' and
16679            'VHOST_1024' and
16680            not 'VXLAN' and
16681            not 'IP4FWD' and
16682            not '2VM'"
16683   parameters:
16684   - "throughput"
16685   - "parent"
16686   - "tags"
16687 #  sort:
16688 #  - "VM"  # "not CFS_OPT"
16689 #  - "CFS_OPT"
16690 #  - "FIB_10K"
16691 #  - "FIB_100K"
16692 #  - "FIB_1M"
16693   traces:
16694     hoverinfo: "x+y"
16695     boxpoints: "outliers"
16696     whiskerwidth: 0
16697   layout:
16698     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16699     layout: "plot-throughput"
16700
16701 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
16702 -
16703   type: "plot"
16704   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16705   algorithm: "plot_performance_box"
16706   output-file-type: ".html"
16707   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16708   data: "plot-vpp-throughput-latency-3n-skx"
16709   filter: "'NIC_Intel-X710' and
16710            '64B' and
16711            'NDRPDR' and
16712            ('ETH' or 'DOT1Q') and
16713            'BASE' and
16714            '2T1C' and
16715            ('L2BDMACLRN' or 'L2XCFWD') and
16716            'VHOST_1024' and
16717            not 'VXLAN' and
16718            not 'IP4FWD' and
16719            not '2VM' and
16720            not 'LBOND'"
16721   parameters:
16722   - "throughput"
16723   - "parent"
16724   - "tags"
16725 #  sort:
16726 #  - "not CFS_OPT"
16727 #  - "L2XCFWD"
16728 #  - "not CFS_OPT"
16729 #  - "CFS_OPT"
16730   traces:
16731     hoverinfo: "x+y"
16732     boxpoints: "outliers"
16733     whiskerwidth: 0
16734   layout:
16735     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16736     layout: "plot-throughput"
16737
16738 -
16739   type: "plot"
16740   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16741   algorithm: "plot_performance_box"
16742   output-file-type: ".html"
16743   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16744   data: "plot-vpp-throughput-latency-3n-skx"
16745   filter: "'NIC_Intel-X710' and
16746            '64B' and
16747            'NDRPDR' and
16748            ('ETH' or 'DOT1Q') and
16749            'BASE' and
16750            '2T1C' and
16751            ('L2BDMACLRN' or 'L2XCFWD') and
16752            'VHOST_1024' and
16753            not 'VXLAN' and
16754            not 'IP4FWD' and
16755            not '2VM' and
16756            not 'LBOND'"
16757   parameters:
16758   - "throughput"
16759   - "parent"
16760   - "tags"
16761 #  sort:
16762 #  - "not CFS_OPT"
16763 #  - "L2XCFWD"
16764 #  - "not CFS_OPT"
16765 #  - "CFS_OPT"
16766   traces:
16767     hoverinfo: "x+y"
16768     boxpoints: "outliers"
16769     whiskerwidth: 0
16770   layout:
16771     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16772     layout: "plot-throughput"
16773
16774 -
16775   type: "plot"
16776   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16777   algorithm: "plot_performance_box"
16778   output-file-type: ".html"
16779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16780   data: "plot-vpp-throughput-latency-3n-skx"
16781   filter: "'NIC_Intel-X710' and
16782            '64B' and
16783            'NDRPDR' and
16784            ('ETH' or 'DOT1Q') and
16785            'BASE' and
16786            '4T2C' and
16787            ('L2BDMACLRN' or 'L2XCFWD') and
16788            'VHOST_1024' and
16789            not 'VXLAN' and
16790            not 'IP4FWD' and
16791            not '2VM' and
16792            not 'LBOND'"
16793   parameters:
16794   - "throughput"
16795   - "parent"
16796   - "tags"
16797 #  sort:
16798 #  - "not CFS_OPT"
16799 #  - "L2XCFWD"
16800 #  - "not CFS_OPT"
16801 #  - "CFS_OPT"
16802   traces:
16803     hoverinfo: "x+y"
16804     boxpoints: "outliers"
16805     whiskerwidth: 0
16806   layout:
16807     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16808     layout: "plot-throughput"
16809
16810 -
16811   type: "plot"
16812   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16813   algorithm: "plot_performance_box"
16814   output-file-type: ".html"
16815   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16816   data: "plot-vpp-throughput-latency-3n-skx"
16817   filter: "'NIC_Intel-X710' and
16818            '64B' and
16819            'NDRPDR' and
16820            ('ETH' or 'DOT1Q') and
16821            'BASE' and
16822            '4T2C' and
16823            ('L2BDMACLRN' or 'L2XCFWD') and
16824            'VHOST_1024' and
16825            not 'VXLAN' and
16826            not 'IP4FWD' and
16827            not '2VM' and
16828            not 'LBOND'"
16829   parameters:
16830   - "throughput"
16831   - "parent"
16832   - "tags"
16833 #  sort:
16834 #  - "not CFS_OPT"
16835 #  - "L2XCFWD"
16836 #  - "not CFS_OPT"
16837 #  - "CFS_OPT"
16838   traces:
16839     hoverinfo: "x+y"
16840     boxpoints: "outliers"
16841     whiskerwidth: 0
16842   layout:
16843     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16844     layout: "plot-throughput"
16845
16846 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
16847 -
16848   type: "plot"
16849   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16850   algorithm: "plot_performance_box"
16851   output-file-type: ".html"
16852   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16853   data: "plot-vpp-throughput-latency-3n-skx"
16854   filter: "'NIC_Intel-X710' and
16855            '64B' and
16856            'NDRPDR' and
16857            ('ETH' or 'DOT1Q') and
16858            '2T1C' and
16859            ('L2BDMACLRN' or 'L2XCFWD') and
16860            'VHOST_1024' and
16861            not 'CFS_OPT' and
16862            not 'VXLAN' and
16863            not 'IP4FWD' and
16864            not 'LBOND'"
16865   parameters:
16866   - "throughput"
16867   - "parent"
16868   - "tags"
16869 #  sort:
16870 #  - "1VM"
16871 #  - "L2XCFWD"
16872 #  - "1VM"
16873 #  - "L2BDMACLRN"
16874   traces:
16875     hoverinfo: "x+y"
16876     boxpoints: "outliers"
16877     whiskerwidth: 0
16878   layout:
16879     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16880     layout: "plot-throughput"
16881
16882 -
16883   type: "plot"
16884   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16885   algorithm: "plot_performance_box"
16886   output-file-type: ".html"
16887   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16888   data: "plot-vpp-throughput-latency-3n-skx"
16889   filter: "'NIC_Intel-X710' and
16890            '64B' and
16891            'NDRPDR' and
16892            ('ETH' or 'DOT1Q') and
16893            '2T1C' and
16894            ('L2BDMACLRN' or 'L2XCFWD') and
16895            'VHOST_1024' and
16896            not 'CFS_OPT' and
16897            not 'VXLAN' and
16898            not 'IP4FWD' and
16899            not 'LBOND'"
16900   parameters:
16901   - "throughput"
16902   - "parent"
16903   - "tags"
16904 #  sort:
16905 #  - "1VM"
16906 #  - "L2XCFWD"
16907 #  - "1VM"
16908 #  - "L2BDMACLRN"
16909   traces:
16910     hoverinfo: "x+y"
16911     boxpoints: "outliers"
16912     whiskerwidth: 0
16913   layout:
16914     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16915     layout: "plot-throughput"
16916
16917 -
16918   type: "plot"
16919   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16920   algorithm: "plot_performance_box"
16921   output-file-type: ".html"
16922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16923   data: "plot-vpp-throughput-latency-3n-skx"
16924   filter: "'NIC_Intel-X710' and
16925            '64B' and
16926            'NDRPDR' and
16927            ('ETH' or 'DOT1Q') and
16928            '4T2C' and
16929            ('L2BDMACLRN' or 'L2XCFWD') and
16930            'VHOST_1024' and
16931            not 'CFS_OPT' and
16932            not 'VXLAN' and
16933            not 'IP4FWD' and
16934            not 'LBOND'"
16935   parameters:
16936   - "throughput"
16937   - "parent"
16938   - "tags"
16939 #  sort:
16940 #  - "1VM"
16941 #  - "L2XCFWD"
16942 #  - "1VM"
16943 #  - "L2BDMACLRN"
16944   traces:
16945     hoverinfo: "x+y"
16946     boxpoints: "outliers"
16947     whiskerwidth: 0
16948   layout:
16949     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16950     layout: "plot-throughput"
16951
16952 -
16953   type: "plot"
16954   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16955   algorithm: "plot_performance_box"
16956   output-file-type: ".html"
16957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16958   data: "plot-vpp-throughput-latency-3n-skx"
16959   filter: "'NIC_Intel-X710' and
16960            '64B' and
16961            'NDRPDR' and
16962            ('ETH' or 'DOT1Q') and
16963            '4T2C' and
16964            ('L2BDMACLRN' or 'L2XCFWD') and
16965            'VHOST_1024' and
16966            not 'CFS_OPT' and
16967            not 'VXLAN' and
16968            not 'IP4FWD' and
16969            not 'LBOND'"
16970   parameters:
16971   - "throughput"
16972   - "parent"
16973   - "tags"
16974 #  sort:
16975 #  - "1VM"
16976 #  - "L2XCFWD"
16977 #  - "1VM"
16978 #  - "L2BDMACLRN"
16979   traces:
16980     hoverinfo: "x+y"
16981     boxpoints: "outliers"
16982     whiskerwidth: 0
16983   layout:
16984     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16985     layout: "plot-throughput"
16986
16987 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16988 -
16989   type: "plot"
16990   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16991   algorithm: "plot_performance_box"
16992   output-file-type: ".html"
16993   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16994   data: "plot-vpp-throughput-latency-2n-skx"
16995   filter: "'NIC_Intel-X710' and
16996            '64B' and
16997            'NDRPDR' and
16998            'ETH' and
16999            'IP4FWD' and
17000            '2T1C' and
17001            'VHOST_1024' and
17002            not 'VXLAN' and
17003            not 'NF_DENSITY' and
17004            not 'DOT1Q'"
17005   parameters:
17006   - "throughput"
17007   - "parent"
17008   - "tags"
17009   sort:
17010   - "not CFS_OPT"
17011   - "1VM"
17012   - "2VM"
17013   traces:
17014     hoverinfo: "x+y"
17015     boxpoints: "outliers"
17016     whiskerwidth: 0
17017   layout:
17018     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17019     layout: "plot-throughput"
17020
17021 -
17022   type: "plot"
17023   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17024   algorithm: "plot_performance_box"
17025   output-file-type: ".html"
17026   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17027   data: "plot-vpp-throughput-latency-2n-skx"
17028   filter: "'NIC_Intel-X710' and
17029            '64B' and
17030            'NDRPDR' and
17031            'ETH' and
17032            'IP4FWD' and
17033            '4T2C' and
17034            'VHOST_1024' and
17035            not 'VXLAN' and
17036            not 'NF_DENSITY' and
17037            not 'DOT1Q'"
17038   parameters:
17039   - "throughput"
17040   - "parent"
17041   - "tags"
17042   sort:
17043   - "not CFS_OPT"
17044   - "1VM"
17045   - "2VM"
17046   traces:
17047     hoverinfo: "x+y"
17048     boxpoints: "outliers"
17049     whiskerwidth: 0
17050   layout:
17051     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17052     layout: "plot-throughput"
17053
17054 -
17055   type: "plot"
17056   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17057   algorithm: "plot_performance_box"
17058   output-file-type: ".html"
17059   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17060   data: "plot-vpp-throughput-latency-2n-skx"
17061   filter: "'NIC_Intel-X710' and
17062            '64B' and
17063            'NDRPDR' and
17064            'ETH' and
17065            'IP4FWD' and
17066            '2T1C' and
17067            'VHOST_1024' and
17068            not 'VXLAN' and
17069            not 'NF_DENSITY' and
17070            not 'DOT1Q'"
17071   parameters:
17072   - "throughput"
17073   - "parent"
17074   - "tags"
17075   sort:
17076   - "not CFS_OPT"
17077   - "1VM"
17078   - "2VM"
17079   traces:
17080     hoverinfo: "x+y"
17081     boxpoints: "outliers"
17082     whiskerwidth: 0
17083   layout:
17084     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17085     layout: "plot-throughput"
17086
17087 -
17088   type: "plot"
17089   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17090   algorithm: "plot_performance_box"
17091   output-file-type: ".html"
17092   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17093   data: "plot-vpp-throughput-latency-2n-skx"
17094   filter: "'NIC_Intel-X710' and
17095            '64B' and
17096            'NDRPDR' and
17097            'ETH' and
17098            'IP4FWD' and
17099            '4T2C' and
17100            'VHOST_1024' and
17101            not 'VXLAN' and
17102            not 'NF_DENSITY' and
17103            not 'DOT1Q'"
17104   parameters:
17105   - "throughput"
17106   - "parent"
17107   - "tags"
17108   sort:
17109   - "not CFS_OPT"
17110   - "1VM"
17111   - "2VM"
17112   traces:
17113     hoverinfo: "x+y"
17114     boxpoints: "outliers"
17115     whiskerwidth: 0
17116   layout:
17117     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17118     layout: "plot-throughput"
17119
17120 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
17121 -
17122   type: "plot"
17123   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17124   algorithm: "plot_performance_box"
17125   output-file-type: ".html"
17126   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17127   data: "plot-vpp-throughput-latency-2n-skx"
17128   filter: "'NIC_Intel-X710' and
17129            '64B' and
17130            'NDRPDR' and
17131            ('ETH' or 'DOT1Q') and
17132            '2T1C' and
17133            'L2BDMACLRN' and
17134            'VHOST_1024' and
17135            not 'VXLAN' and
17136            not 'NF_DENSITY' and
17137            not 'IP4FWD' and
17138            not '2VM'"
17139   parameters:
17140   - "throughput"
17141   - "parent"
17142   - "tags"
17143 #  sort:
17144 #  - "VM"  # "not CFS_OPT"
17145 #  - "CFS_OPT"
17146 #  - "FIB_10K"
17147 #  - "FIB_100K"
17148 #  - "FIB_1M"
17149   traces:
17150     hoverinfo: "x+y"
17151     boxpoints: "outliers"
17152     whiskerwidth: 0
17153   layout:
17154     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17155     layout: "plot-throughput"
17156
17157 -
17158   type: "plot"
17159   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17160   algorithm: "plot_performance_box"
17161   output-file-type: ".html"
17162   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17163   data: "plot-vpp-throughput-latency-2n-skx"
17164   filter: "'NIC_Intel-X710' and
17165            '64B' and
17166            'NDRPDR' and
17167            ('ETH' or 'DOT1Q') and
17168            '4T2C' and
17169            'L2BDMACLRN' and
17170            'VHOST_1024' and
17171            not 'VXLAN' and
17172            not 'NF_DENSITY' and
17173            not 'IP4FWD' and
17174            not '2VM'"
17175   parameters:
17176   - "throughput"
17177   - "parent"
17178   - "tags"
17179 #  sort:
17180 #  - "VM"  # "not CFS_OPT"
17181 #  - "CFS_OPT"
17182 #  - "FIB_10K"
17183 #  - "FIB_100K"
17184 #  - "FIB_1M"
17185   traces:
17186     hoverinfo: "x+y"
17187     boxpoints: "outliers"
17188     whiskerwidth: 0
17189   layout:
17190     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17191     layout: "plot-throughput"
17192
17193 -
17194   type: "plot"
17195   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17196   algorithm: "plot_performance_box"
17197   output-file-type: ".html"
17198   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17199   data: "plot-vpp-throughput-latency-2n-skx"
17200   filter: "'NIC_Intel-X710' and
17201            '64B' and
17202            'NDRPDR' and
17203            ('ETH' or 'DOT1Q') and
17204            '2T1C' and
17205            'L2BDMACLRN' and
17206            'VHOST_1024' and
17207            not 'VXLAN' and
17208            not 'NF_DENSITY' and
17209            not 'IP4FWD' and
17210            not '2VM'"
17211   parameters:
17212   - "throughput"
17213   - "parent"
17214   - "tags"
17215 #  sort:
17216 #  - "VM"  # "not CFS_OPT"
17217 #  - "CFS_OPT"
17218 #  - "FIB_10K"
17219 #  - "FIB_100K"
17220 #  - "FIB_1M"
17221   traces:
17222     hoverinfo: "x+y"
17223     boxpoints: "outliers"
17224     whiskerwidth: 0
17225   layout:
17226     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17227     layout: "plot-throughput"
17228
17229 -
17230   type: "plot"
17231   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17232   algorithm: "plot_performance_box"
17233   output-file-type: ".html"
17234   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17235   data: "plot-vpp-throughput-latency-2n-skx"
17236   filter: "'NIC_Intel-X710' and
17237            '64B' and
17238            'NDRPDR' and
17239            ('ETH' or 'DOT1Q') and
17240            '4T2C' and
17241            'L2BDMACLRN' and
17242            'VHOST_1024' and
17243            not 'VXLAN' and
17244            not 'NF_DENSITY' and
17245            not 'IP4FWD' and
17246            not '2VM'"
17247   parameters:
17248   - "throughput"
17249   - "parent"
17250   - "tags"
17251 #  sort:
17252 #  - "VM"  # "not CFS_OPT"
17253 #  - "CFS_OPT"
17254 #  - "FIB_10K"
17255 #  - "FIB_100K"
17256 #  - "FIB_1M"
17257   traces:
17258     hoverinfo: "x+y"
17259     boxpoints: "outliers"
17260     whiskerwidth: 0
17261   layout:
17262     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17263     layout: "plot-throughput"
17264
17265 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
17266 -
17267   type: "plot"
17268   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17269   algorithm: "plot_performance_box"
17270   output-file-type: ".html"
17271   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17272   data: "plot-vpp-throughput-latency-2n-skx"
17273   filter: "'NIC_Intel-X710' and
17274            '64B' and
17275            'NDRPDR' and
17276            ('ETH' or 'DOT1Q') and
17277            'BASE' and
17278            '2T1C' and
17279            ('L2BDMACLRN' or 'L2XCFWD') and
17280            'VHOST_1024' and
17281            not 'VXLAN' and
17282            not 'NF_DENSITY' and
17283            not 'IP4FWD' and
17284            not '2VM'"
17285   parameters:
17286   - "throughput"
17287   - "parent"
17288   - "tags"
17289 #  sort:
17290 #  - "not CFS_OPT"
17291 #  - "L2XCFWD"
17292 #  - "not CFS_OPT"
17293 #  - "CFS_OPT"
17294   traces:
17295     hoverinfo: "x+y"
17296     boxpoints: "outliers"
17297     whiskerwidth: 0
17298   layout:
17299     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17300     layout: "plot-throughput"
17301
17302 -
17303   type: "plot"
17304   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17305   algorithm: "plot_performance_box"
17306   output-file-type: ".html"
17307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17308   data: "plot-vpp-throughput-latency-2n-skx"
17309   filter: "'NIC_Intel-X710' and
17310            '64B' and
17311            'NDRPDR' and
17312            ('ETH' or 'DOT1Q') and
17313            'BASE' and
17314            '2T1C' and
17315            ('L2BDMACLRN' or 'L2XCFWD') and
17316            'VHOST_1024' and
17317            not 'VXLAN' and
17318            not 'NF_DENSITY' and
17319            not 'IP4FWD' and
17320            not '2VM'"
17321   parameters:
17322   - "throughput"
17323   - "parent"
17324   - "tags"
17325 #  sort:
17326 #  - "not CFS_OPT"
17327 #  - "L2XCFWD"
17328 #  - "not CFS_OPT"
17329 #  - "CFS_OPT"
17330   traces:
17331     hoverinfo: "x+y"
17332     boxpoints: "outliers"
17333     whiskerwidth: 0
17334   layout:
17335     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17336     layout: "plot-throughput"
17337
17338 -
17339   type: "plot"
17340   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17341   algorithm: "plot_performance_box"
17342   output-file-type: ".html"
17343   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17344   data: "plot-vpp-throughput-latency-2n-skx"
17345   filter: "'NIC_Intel-X710' and
17346            '64B' and
17347            'NDRPDR' and
17348            ('ETH' or 'DOT1Q') and
17349            'BASE' and
17350            '4T2C' and
17351            ('L2BDMACLRN' or 'L2XCFWD') and
17352            'VHOST_1024' and
17353            not 'VXLAN' and
17354            not 'NF_DENSITY' and
17355            not 'IP4FWD' and
17356            not '2VM'"
17357   parameters:
17358   - "throughput"
17359   - "parent"
17360   - "tags"
17361 #  sort:
17362 #  - "not CFS_OPT"
17363 #  - "L2XCFWD"
17364 #  - "not CFS_OPT"
17365 #  - "CFS_OPT"
17366   traces:
17367     hoverinfo: "x+y"
17368     boxpoints: "outliers"
17369     whiskerwidth: 0
17370   layout:
17371     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17372     layout: "plot-throughput"
17373
17374 -
17375   type: "plot"
17376   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17377   algorithm: "plot_performance_box"
17378   output-file-type: ".html"
17379   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17380   data: "plot-vpp-throughput-latency-2n-skx"
17381   filter: "'NIC_Intel-X710' and
17382            '64B' and
17383            'NDRPDR' and
17384            ('ETH' or 'DOT1Q') and
17385            'BASE' and
17386            '4T2C' and
17387            ('L2BDMACLRN' or 'L2XCFWD') and
17388            'VHOST_1024' and
17389            not 'VXLAN' and
17390            not 'NF_DENSITY' and
17391            not 'IP4FWD' and
17392            not '2VM'"
17393   parameters:
17394   - "throughput"
17395   - "parent"
17396   - "tags"
17397 #  sort:
17398 #  - "not CFS_OPT"
17399 #  - "L2XCFWD"
17400 #  - "not CFS_OPT"
17401 #  - "CFS_OPT"
17402   traces:
17403     hoverinfo: "x+y"
17404     boxpoints: "outliers"
17405     whiskerwidth: 0
17406   layout:
17407     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17408     layout: "plot-throughput"
17409
17410 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
17411 -
17412   type: "plot"
17413   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17414   algorithm: "plot_performance_box"
17415   output-file-type: ".html"
17416   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17417   data: "plot-vpp-throughput-latency-2n-skx"
17418   filter: "'NIC_Intel-X710' and
17419            '64B' and
17420            'NDRPDR' and
17421            ('ETH' or 'DOT1Q') and
17422            '2T1C' and
17423            ('L2BDMACLRN' or 'L2XCFWD') and
17424            'VHOST_1024' and
17425            not 'CFS_OPT' and
17426            not 'VXLAN' and
17427            not 'NF_DENSITY' and
17428            not 'IP4FWD'"
17429   parameters:
17430   - "throughput"
17431   - "parent"
17432   - "tags"
17433 #  sort:
17434 #  - "1VM"
17435 #  - "L2XCFWD"
17436 #  - "1VM"
17437 #  - "L2BDMACLRN"
17438   traces:
17439     hoverinfo: "x+y"
17440     boxpoints: "outliers"
17441     whiskerwidth: 0
17442   layout:
17443     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17444     layout: "plot-throughput"
17445
17446 -
17447   type: "plot"
17448   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17449   algorithm: "plot_performance_box"
17450   output-file-type: ".html"
17451   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17452   data: "plot-vpp-throughput-latency-2n-skx"
17453   filter: "'NIC_Intel-X710' and
17454            '64B' and
17455            'NDRPDR' and
17456            ('ETH' or 'DOT1Q') and
17457            '2T1C' and
17458            ('L2BDMACLRN' or 'L2XCFWD') and
17459            'VHOST_1024' and
17460            not 'CFS_OPT' and
17461            not 'VXLAN' and
17462            not 'NF_DENSITY' and
17463            not 'IP4FWD'"
17464   parameters:
17465   - "throughput"
17466   - "parent"
17467   - "tags"
17468 #  sort:
17469 #  - "1VM"
17470 #  - "L2XCFWD"
17471 #  - "1VM"
17472 #  - "L2BDMACLRN"
17473   traces:
17474     hoverinfo: "x+y"
17475     boxpoints: "outliers"
17476     whiskerwidth: 0
17477   layout:
17478     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17479     layout: "plot-throughput"
17480
17481 -
17482   type: "plot"
17483   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17484   algorithm: "plot_performance_box"
17485   output-file-type: ".html"
17486   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17487   data: "plot-vpp-throughput-latency-2n-skx"
17488   filter: "'NIC_Intel-X710' and
17489            '64B' and
17490            'NDRPDR' and
17491            ('ETH' or 'DOT1Q') and
17492            '4T2C' and
17493            ('L2BDMACLRN' or 'L2XCFWD') and
17494            'VHOST_1024' and
17495            not 'CFS_OPT' and
17496            not 'VXLAN' and
17497            not 'NF_DENSITY' and
17498            not 'IP4FWD'"
17499   parameters:
17500   - "throughput"
17501   - "parent"
17502   - "tags"
17503 #  sort:
17504 #  - "1VM"
17505 #  - "L2XCFWD"
17506 #  - "1VM"
17507 #  - "L2BDMACLRN"
17508   traces:
17509     hoverinfo: "x+y"
17510     boxpoints: "outliers"
17511     whiskerwidth: 0
17512   layout:
17513     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17514     layout: "plot-throughput"
17515
17516 -
17517   type: "plot"
17518   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17519   algorithm: "plot_performance_box"
17520   output-file-type: ".html"
17521   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17522   data: "plot-vpp-throughput-latency-2n-skx"
17523   filter: "'NIC_Intel-X710' and
17524            '64B' and
17525            'NDRPDR' and
17526            ('ETH' or 'DOT1Q') and
17527            '4T2C' and
17528            ('L2BDMACLRN' or 'L2XCFWD') and
17529            'VHOST_1024' and
17530            not 'CFS_OPT' and
17531            not 'VXLAN' and
17532            not 'NF_DENSITY' and
17533            not 'IP4FWD'"
17534   parameters:
17535   - "throughput"
17536   - "parent"
17537   - "tags"
17538 #  sort:
17539 #  - "1VM"
17540 #  - "L2XCFWD"
17541 #  - "1VM"
17542 #  - "L2BDMACLRN"
17543   traces:
17544     hoverinfo: "x+y"
17545     boxpoints: "outliers"
17546     whiskerwidth: 0
17547   layout:
17548     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17549     layout: "plot-throughput"
17550
17551 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
17552 -
17553   type: "plot"
17554   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17555   algorithm: "plot_performance_box"
17556   output-file-type: ".html"
17557   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17558   data: "plot-vpp-throughput-latency-2n-skx"
17559   filter: "'NIC_Intel-XXV710' and
17560            '64B' and
17561            'NDRPDR' and
17562            'ETH' and
17563            'IP4FWD' and
17564            '2T1C' and
17565            'VHOST_1024' and
17566            not 'VXLAN' and
17567            not 'DOT1Q'"
17568   parameters:
17569   - "throughput"
17570   - "parent"
17571   - "tags"
17572   sort:
17573   - "not CFS_OPT"
17574   - "1VM"
17575   - "2VM"
17576   traces:
17577     hoverinfo: "x+y"
17578     boxpoints: "outliers"
17579     whiskerwidth: 0
17580   layout:
17581     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17582     layout: "plot-throughput"
17583
17584 -
17585   type: "plot"
17586   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17587   algorithm: "plot_performance_box"
17588   output-file-type: ".html"
17589   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17590   data: "plot-vpp-throughput-latency-2n-skx"
17591   filter: "'NIC_Intel-XXV710' and
17592            '64B' and
17593            'NDRPDR' and
17594            'ETH' and
17595            'IP4FWD' and
17596            '4T2C' and
17597            'VHOST_1024' and
17598            not 'VXLAN' and
17599            not 'DOT1Q'"
17600   parameters:
17601   - "throughput"
17602   - "parent"
17603   - "tags"
17604   sort:
17605   - "not CFS_OPT"
17606   - "1VM"
17607   - "2VM"
17608   traces:
17609     hoverinfo: "x+y"
17610     boxpoints: "outliers"
17611     whiskerwidth: 0
17612   layout:
17613     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17614     layout: "plot-throughput"
17615
17616 -
17617   type: "plot"
17618   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17619   algorithm: "plot_performance_box"
17620   output-file-type: ".html"
17621   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17622   data: "plot-vpp-throughput-latency-2n-skx"
17623   filter: "'NIC_Intel-XXV710' and
17624            '64B' and
17625            'NDRPDR' and
17626            'ETH' and
17627            'IP4FWD' and
17628            '2T1C' and
17629            'VHOST_1024' and
17630            not 'VXLAN' and
17631            not 'DOT1Q'"
17632   parameters:
17633   - "throughput"
17634   - "parent"
17635   - "tags"
17636   sort:
17637   - "not CFS_OPT"
17638   - "1VM"
17639   - "2VM"
17640   traces:
17641     hoverinfo: "x+y"
17642     boxpoints: "outliers"
17643     whiskerwidth: 0
17644   layout:
17645     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17646     layout: "plot-throughput"
17647
17648 -
17649   type: "plot"
17650   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17651   algorithm: "plot_performance_box"
17652   output-file-type: ".html"
17653   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17654   data: "plot-vpp-throughput-latency-2n-skx"
17655   filter: "'NIC_Intel-XXV710' and
17656            '64B' and
17657            'NDRPDR' and
17658            'ETH' and
17659            'IP4FWD' and
17660            '4T2C' and
17661            'VHOST_1024' and
17662            not 'VXLAN' and
17663            not 'DOT1Q'"
17664   parameters:
17665   - "throughput"
17666   - "parent"
17667   - "tags"
17668   sort:
17669   - "not CFS_OPT"
17670   - "1VM"
17671   - "2VM"
17672   traces:
17673     hoverinfo: "x+y"
17674     boxpoints: "outliers"
17675     whiskerwidth: 0
17676   layout:
17677     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17678     layout: "plot-throughput"
17679
17680 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
17681 -
17682   type: "plot"
17683   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17684   algorithm: "plot_performance_box"
17685   output-file-type: ".html"
17686   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17687   data: "plot-vpp-throughput-latency-2n-skx"
17688   filter: "'NIC_Intel-XXV710' and
17689            '64B' and
17690            'NDRPDR' and
17691            ('ETH' or 'DOT1Q') and
17692            '2T1C' and
17693            'L2BDMACLRN' and
17694            'VHOST_1024' and
17695            not 'VXLAN' and
17696            not 'IP4FWD' and
17697            not '2VM'"
17698   parameters:
17699   - "throughput"
17700   - "parent"
17701   - "tags"
17702 #  sort:
17703 #  - "VM"  # "not CFS_OPT"
17704 #  - "CFS_OPT"
17705 #  - "FIB_10K"
17706 #  - "FIB_100K"
17707 #  - "FIB_1M"
17708   traces:
17709     hoverinfo: "x+y"
17710     boxpoints: "outliers"
17711     whiskerwidth: 0
17712   layout:
17713     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17714     layout: "plot-throughput"
17715
17716 -
17717   type: "plot"
17718   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17719   algorithm: "plot_performance_box"
17720   output-file-type: ".html"
17721   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17722   data: "plot-vpp-throughput-latency-2n-skx"
17723   filter: "'NIC_Intel-XXV710' and
17724            '64B' and
17725            'NDRPDR' and
17726            ('ETH' or 'DOT1Q') and
17727            '4T2C' and
17728            'L2BDMACLRN' and
17729            'VHOST_1024' and
17730            not 'VXLAN' and
17731            not 'IP4FWD' and
17732            not '2VM'"
17733   parameters:
17734   - "throughput"
17735   - "parent"
17736   - "tags"
17737 #  sort:
17738 #  - "VM"  # "not CFS_OPT"
17739 #  - "CFS_OPT"
17740 #  - "FIB_10K"
17741 #  - "FIB_100K"
17742 #  - "FIB_1M"
17743   traces:
17744     hoverinfo: "x+y"
17745     boxpoints: "outliers"
17746     whiskerwidth: 0
17747   layout:
17748     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17749     layout: "plot-throughput"
17750
17751 -
17752   type: "plot"
17753   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17754   algorithm: "plot_performance_box"
17755   output-file-type: ".html"
17756   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17757   data: "plot-vpp-throughput-latency-2n-skx"
17758   filter: "'NIC_Intel-XXV710' and
17759            '64B' and
17760            'NDRPDR' and
17761            ('ETH' or 'DOT1Q') and
17762            '2T1C' and
17763            'L2BDMACLRN' and
17764            'VHOST_1024' and
17765            not 'VXLAN' and
17766            not 'IP4FWD' and
17767            not '2VM'"
17768   parameters:
17769   - "throughput"
17770   - "parent"
17771   - "tags"
17772 #  sort:
17773 #  - "VM"  # "not CFS_OPT"
17774 #  - "CFS_OPT"
17775 #  - "FIB_10K"
17776 #  - "FIB_100K"
17777 #  - "FIB_1M"
17778   traces:
17779     hoverinfo: "x+y"
17780     boxpoints: "outliers"
17781     whiskerwidth: 0
17782   layout:
17783     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17784     layout: "plot-throughput"
17785
17786 -
17787   type: "plot"
17788   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17789   algorithm: "plot_performance_box"
17790   output-file-type: ".html"
17791   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17792   data: "plot-vpp-throughput-latency-2n-skx"
17793   filter: "'NIC_Intel-XXV710' and
17794            '64B' and
17795            'NDRPDR' and
17796            ('ETH' or 'DOT1Q') and
17797            '4T2C' and
17798            'L2BDMACLRN' and
17799            'VHOST_1024' and
17800            not 'VXLAN' and
17801            not 'IP4FWD' and
17802            not '2VM'"
17803   parameters:
17804   - "throughput"
17805   - "parent"
17806   - "tags"
17807 #  sort:
17808 #  - "VM"  # "not CFS_OPT"
17809 #  - "CFS_OPT"
17810 #  - "FIB_10K"
17811 #  - "FIB_100K"
17812 #  - "FIB_1M"
17813   traces:
17814     hoverinfo: "x+y"
17815     boxpoints: "outliers"
17816     whiskerwidth: 0
17817   layout:
17818     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17819     layout: "plot-throughput"
17820
17821 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
17822 -
17823   type: "plot"
17824   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17825   algorithm: "plot_performance_box"
17826   output-file-type: ".html"
17827   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17828   data: "plot-vpp-throughput-latency-2n-skx"
17829   filter: "'NIC_Intel-XXV710' and
17830            '64B' and
17831            'NDRPDR' and
17832            ('ETH' or 'DOT1Q') and
17833            'BASE' and
17834            '2T1C' and
17835            ('L2BDMACLRN' or 'L2XCFWD') and
17836            'VHOST_1024' and
17837            not 'VXLAN' and
17838            not 'IP4FWD' and
17839            not '2VM'"
17840   parameters:
17841   - "throughput"
17842   - "parent"
17843   - "tags"
17844 #  sort:
17845 #  - "not CFS_OPT"
17846 #  - "L2XCFWD"
17847 #  - "not CFS_OPT"
17848 #  - "CFS_OPT"
17849   traces:
17850     hoverinfo: "x+y"
17851     boxpoints: "outliers"
17852     whiskerwidth: 0
17853   layout:
17854     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17855     layout: "plot-throughput"
17856
17857 -
17858   type: "plot"
17859   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17860   algorithm: "plot_performance_box"
17861   output-file-type: ".html"
17862   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17863   data: "plot-vpp-throughput-latency-2n-skx"
17864   filter: "'NIC_Intel-XXV710' and
17865            '64B' and
17866            'NDRPDR' and
17867            ('ETH' or 'DOT1Q') and
17868            'BASE' and
17869            '2T1C' and
17870            ('L2BDMACLRN' or 'L2XCFWD') and
17871            'VHOST_1024' and
17872            not 'VXLAN' and
17873            not 'IP4FWD' and
17874            not '2VM'"
17875   parameters:
17876   - "throughput"
17877   - "parent"
17878   - "tags"
17879 #  sort:
17880 #  - "not CFS_OPT"
17881 #  - "L2XCFWD"
17882 #  - "not CFS_OPT"
17883 #  - "CFS_OPT"
17884   traces:
17885     hoverinfo: "x+y"
17886     boxpoints: "outliers"
17887     whiskerwidth: 0
17888   layout:
17889     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17890     layout: "plot-throughput"
17891
17892 -
17893   type: "plot"
17894   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17895   algorithm: "plot_performance_box"
17896   output-file-type: ".html"
17897   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17898   data: "plot-vpp-throughput-latency-2n-skx"
17899   filter: "'NIC_Intel-XXV710' and
17900            '64B' and
17901            'NDRPDR' and
17902            ('ETH' or 'DOT1Q') and
17903            'BASE' and
17904            '4T2C' and
17905            ('L2BDMACLRN' or 'L2XCFWD') and
17906            'VHOST_1024' and
17907            not 'VXLAN' and
17908            not 'IP4FWD' and
17909            not '2VM'"
17910   parameters:
17911   - "throughput"
17912   - "parent"
17913   - "tags"
17914 #  sort:
17915 #  - "not CFS_OPT"
17916 #  - "L2XCFWD"
17917 #  - "not CFS_OPT"
17918 #  - "CFS_OPT"
17919   traces:
17920     hoverinfo: "x+y"
17921     boxpoints: "outliers"
17922     whiskerwidth: 0
17923   layout:
17924     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17925     layout: "plot-throughput"
17926
17927 -
17928   type: "plot"
17929   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17930   algorithm: "plot_performance_box"
17931   output-file-type: ".html"
17932   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17933   data: "plot-vpp-throughput-latency-2n-skx"
17934   filter: "'NIC_Intel-XXV710' and
17935            '64B' and
17936            'NDRPDR' and
17937            ('ETH' or 'DOT1Q') and
17938            'BASE' and
17939            '4T2C' and
17940            ('L2BDMACLRN' or 'L2XCFWD') and
17941            'VHOST_1024' and
17942            not 'VXLAN' and
17943            not 'IP4FWD' and
17944            not '2VM'"
17945   parameters:
17946   - "throughput"
17947   - "parent"
17948   - "tags"
17949 #  sort:
17950 #  - "not CFS_OPT"
17951 #  - "L2XCFWD"
17952 #  - "not CFS_OPT"
17953 #  - "CFS_OPT"
17954   traces:
17955     hoverinfo: "x+y"
17956     boxpoints: "outliers"
17957     whiskerwidth: 0
17958   layout:
17959     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17960     layout: "plot-throughput"
17961
17962 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
17963 -
17964   type: "plot"
17965   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17966   algorithm: "plot_performance_box"
17967   output-file-type: ".html"
17968   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17969   data: "plot-vpp-throughput-latency-2n-skx"
17970   filter: "'NIC_Intel-XXV710' and
17971            '64B' and
17972            'NDRPDR' and
17973            ('ETH' or 'DOT1Q') and
17974            '2T1C' and
17975            ('L2BDMACLRN' or 'L2XCFWD') and
17976            'VHOST_1024' and
17977            not 'CFS_OPT' and
17978            not 'VXLAN' and
17979            not 'IP4FWD'"
17980   parameters:
17981   - "throughput"
17982   - "parent"
17983   - "tags"
17984 #  sort:
17985 #  - "1VM"
17986 #  - "L2XCFWD"
17987 #  - "1VM"
17988 #  - "L2BDMACLRN"
17989   traces:
17990     hoverinfo: "x+y"
17991     boxpoints: "outliers"
17992     whiskerwidth: 0
17993   layout:
17994     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17995     layout: "plot-throughput"
17996
17997 -
17998   type: "plot"
17999   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
18000   algorithm: "plot_performance_box"
18001   output-file-type: ".html"
18002   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
18003   data: "plot-vpp-throughput-latency-2n-skx"
18004   filter: "'NIC_Intel-XXV710' and
18005            '64B' and
18006            'NDRPDR' and
18007            ('ETH' or 'DOT1Q') and
18008            '2T1C' and
18009            ('L2BDMACLRN' or 'L2XCFWD') and
18010            'VHOST_1024' and
18011            not 'CFS_OPT' and
18012            not 'VXLAN' and
18013            not 'IP4FWD'"
18014   parameters:
18015   - "throughput"
18016   - "parent"
18017   - "tags"
18018 #  sort:
18019 #  - "1VM"
18020 #  - "L2XCFWD"
18021 #  - "1VM"
18022 #  - "L2BDMACLRN"
18023   traces:
18024     hoverinfo: "x+y"
18025     boxpoints: "outliers"
18026     whiskerwidth: 0
18027   layout:
18028     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
18029     layout: "plot-throughput"
18030
18031 -
18032   type: "plot"
18033   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
18034   algorithm: "plot_performance_box"
18035   output-file-type: ".html"
18036   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
18037   data: "plot-vpp-throughput-latency-2n-skx"
18038   filter: "'NIC_Intel-XXV710' and
18039            '64B' and
18040            'NDRPDR' and
18041            ('ETH' or 'DOT1Q') and
18042            '4T2C' and
18043            ('L2BDMACLRN' or 'L2XCFWD') and
18044            'VHOST_1024' and
18045            not 'CFS_OPT' and
18046            not 'VXLAN' and
18047            not 'IP4FWD'"
18048   parameters:
18049   - "throughput"
18050   - "parent"
18051   - "tags"
18052 #  sort:
18053 #  - "1VM"
18054 #  - "L2XCFWD"
18055 #  - "1VM"
18056 #  - "L2BDMACLRN"
18057   traces:
18058     hoverinfo: "x+y"
18059     boxpoints: "outliers"
18060     whiskerwidth: 0
18061   layout:
18062     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
18063     layout: "plot-throughput"
18064
18065 -
18066   type: "plot"
18067   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
18068   algorithm: "plot_performance_box"
18069   output-file-type: ".html"
18070   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
18071   data: "plot-vpp-throughput-latency-2n-skx"
18072   filter: "'NIC_Intel-XXV710' and
18073            '64B' and
18074            'NDRPDR' and
18075            ('ETH' or 'DOT1Q') and
18076            '4T2C' and
18077            ('L2BDMACLRN' or 'L2XCFWD') and
18078            'VHOST_1024' and
18079            not 'CFS_OPT' and
18080            not 'VXLAN' and
18081            not 'IP4FWD'"
18082   parameters:
18083   - "throughput"
18084   - "parent"
18085   - "tags"
18086 #  sort:
18087 #  - "1VM"
18088 #  - "L2XCFWD"
18089 #  - "1VM"
18090 #  - "L2BDMACLRN"
18091   traces:
18092     hoverinfo: "x+y"
18093     boxpoints: "outliers"
18094     whiskerwidth: 0
18095   layout:
18096     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
18097     layout: "plot-throughput"
18098
18099 ################################################################################
18100
18101 # Packet Throughput - VPP VTS 3n-hsw-x520
18102 -
18103   type: "plot"
18104   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
18105   algorithm: "plot_performance_box"
18106   output-file-type: ".html"
18107   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
18108   data: "plot-vpp-throughput-latency-3n-hsw"
18109   filter: "'NIC_Intel-X520-DA2' and
18110            '114B' and
18111            'NDRPDR' and
18112            '1T1C' and
18113            'VTS'"
18114   parameters:
18115   - "throughput"
18116   - "parent"
18117   - "tags"
18118   traces:
18119     hoverinfo: "x+y"
18120     boxpoints: "outliers"
18121     whiskerwidth: 0
18122   layout:
18123     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
18124     layout: "plot-throughput"
18125
18126 -
18127   type: "plot"
18128   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
18129   algorithm: "plot_performance_box"
18130   output-file-type: ".html"
18131   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
18132   data: "plot-vpp-throughput-latency-3n-hsw"
18133   filter: "'NIC_Intel-X520-DA2' and
18134            '114B' and
18135            'NDRPDR' and
18136            '2T2C' and
18137            'VTS'"
18138   parameters:
18139   - "throughput"
18140   - "parent"
18141   - "tags"
18142   traces:
18143     hoverinfo: "x+y"
18144     boxpoints: "outliers"
18145     whiskerwidth: 0
18146   layout:
18147     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
18148     layout: "plot-throughput"
18149
18150 -
18151   type: "plot"
18152   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
18153   algorithm: "plot_performance_box"
18154   output-file-type: ".html"
18155   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
18156   data: "plot-vpp-throughput-latency-3n-hsw"
18157   filter: "'NIC_Intel-X520-DA2' and
18158            '114B' and
18159            'NDRPDR' and
18160            '1T1C' and
18161            'VTS'"
18162   parameters:
18163   - "throughput"
18164   - "parent"
18165   - "tags"
18166   traces:
18167     hoverinfo: "x+y"
18168     boxpoints: "outliers"
18169     whiskerwidth: 0
18170   layout:
18171     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
18172     layout: "plot-throughput"
18173
18174 -
18175   type: "plot"
18176   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
18177   algorithm: "plot_performance_box"
18178   output-file-type: ".html"
18179   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
18180   data: "plot-vpp-throughput-latency-3n-hsw"
18181   filter: "'NIC_Intel-X520-DA2' and
18182            '114B' and
18183            'NDRPDR' and
18184            '2T2C' and
18185            'VTS'"
18186   parameters:
18187   - "throughput"
18188   - "parent"
18189   - "tags"
18190   traces:
18191     hoverinfo: "x+y"
18192     boxpoints: "outliers"
18193     whiskerwidth: 0
18194   layout:
18195     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
18196     layout: "plot-throughput"
18197
18198 ################################################################################
18199
18200 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
18201 -
18202   type: "plot"
18203   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18204   algorithm: "plot_performance_box"
18205   output-file-type: ".html"
18206   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18207   data: "plot-dpdk-throughput-latency-3n-hsw"
18208   filter: "'NIC_Intel-X520-DA2' and
18209            '64B' and
18210            'BASE' and
18211            'NDRPDR' and
18212            '1T1C' and
18213            'IP4FWD'"
18214   parameters:
18215   - "throughput"
18216   - "parent"
18217   - "tags"
18218   traces:
18219     hoverinfo: "x+y"
18220     boxpoints: "outliers"
18221     whiskerwidth: 0
18222   layout:
18223     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18224     layout: "plot-throughput"
18225
18226 -
18227   type: "plot"
18228   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18229   algorithm: "plot_performance_box"
18230   output-file-type: ".html"
18231   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18232   data: "plot-dpdk-throughput-latency-3n-hsw"
18233   filter: "'NIC_Intel-X520-DA2' and
18234            '64B' and
18235            'BASE' and
18236            'NDRPDR' and
18237            '2T2C' and
18238            'IP4FWD'"
18239   parameters:
18240   - "throughput"
18241   - "parent"
18242   - "tags"
18243   traces:
18244     hoverinfo: "x+y"
18245     boxpoints: "outliers"
18246     whiskerwidth: 0
18247   layout:
18248     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18249     layout: "plot-throughput"
18250
18251 -
18252   type: "plot"
18253   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18254   algorithm: "plot_performance_box"
18255   output-file-type: ".html"
18256   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18257   data: "plot-dpdk-throughput-latency-3n-hsw"
18258   filter: "'NIC_Intel-X520-DA2' and
18259            '64B' and
18260            'BASE' and
18261            'NDRPDR' and
18262            '1T1C' and
18263            'IP4FWD'"
18264   parameters:
18265   - "throughput"
18266   - "parent"
18267   - "tags"
18268   traces:
18269     hoverinfo: "x+y"
18270     boxpoints: "outliers"
18271     whiskerwidth: 0
18272   layout:
18273     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18274     layout: "plot-throughput"
18275
18276 -
18277   type: "plot"
18278   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18279   algorithm: "plot_performance_box"
18280   output-file-type: ".html"
18281   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18282   data: "plot-dpdk-throughput-latency-3n-hsw"
18283   filter: "'NIC_Intel-X520-DA2' and
18284            '64B' and
18285            'BASE' and
18286            'NDRPDR' and
18287            '2T2C' and
18288            'IP4FWD'"
18289   parameters:
18290   - "throughput"
18291   - "parent"
18292   - "tags"
18293   traces:
18294     hoverinfo: "x+y"
18295     boxpoints: "outliers"
18296     whiskerwidth: 0
18297   layout:
18298     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18299     layout: "plot-throughput"
18300
18301 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
18302 -
18303   type: "plot"
18304   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18305   algorithm: "plot_performance_box"
18306   output-file-type: ".html"
18307   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18308   data: "plot-dpdk-throughput-latency-3n-hsw"
18309   filter: "'NIC_Intel-X710' and
18310            '64B' and
18311            'BASE' and
18312            'NDRPDR' and
18313            '1T1C' and
18314            'IP4FWD'"
18315   parameters:
18316   - "throughput"
18317   - "parent"
18318   - "tags"
18319   traces:
18320     hoverinfo: "x+y"
18321     boxpoints: "outliers"
18322     whiskerwidth: 0
18323   layout:
18324     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18325     layout: "plot-throughput"
18326
18327 -
18328   type: "plot"
18329   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18330   algorithm: "plot_performance_box"
18331   output-file-type: ".html"
18332   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18333   data: "plot-dpdk-throughput-latency-3n-hsw"
18334   filter: "'NIC_Intel-X710' and
18335            '64B' and
18336            'BASE' and
18337            'NDRPDR' and
18338            '2T2C' and
18339            'IP4FWD'"
18340   parameters:
18341   - "throughput"
18342   - "parent"
18343   - "tags"
18344   traces:
18345     hoverinfo: "x+y"
18346     boxpoints: "outliers"
18347     whiskerwidth: 0
18348   layout:
18349     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18350     layout: "plot-throughput"
18351
18352 -
18353   type: "plot"
18354   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18355   algorithm: "plot_performance_box"
18356   output-file-type: ".html"
18357   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18358   data: "plot-dpdk-throughput-latency-3n-hsw"
18359   filter: "'NIC_Intel-X710' and
18360            '64B' and
18361            'BASE' and
18362            'NDRPDR' and
18363            '1T1C' and
18364            'IP4FWD'"
18365   parameters:
18366   - "throughput"
18367   - "parent"
18368   - "tags"
18369   traces:
18370     hoverinfo: "x+y"
18371     boxpoints: "outliers"
18372     whiskerwidth: 0
18373   layout:
18374     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18375     layout: "plot-throughput"
18376
18377 -
18378   type: "plot"
18379   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18380   algorithm: "plot_performance_box"
18381   output-file-type: ".html"
18382   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18383   data: "plot-dpdk-throughput-latency-3n-hsw"
18384   filter: "'NIC_Intel-X710' and
18385            '64B' and
18386            'BASE' and
18387            'NDRPDR' and
18388            '2T2C' and
18389            'IP4FWD'"
18390   parameters:
18391   - "throughput"
18392   - "parent"
18393   - "tags"
18394   traces:
18395     hoverinfo: "x+y"
18396     boxpoints: "outliers"
18397     whiskerwidth: 0
18398   layout:
18399     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18400     layout: "plot-throughput"
18401
18402 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
18403 -
18404   type: "plot"
18405   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18406   algorithm: "plot_performance_box"
18407   output-file-type: ".html"
18408   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18409   data: "plot-dpdk-throughput-latency-3n-hsw"
18410   filter: "'NIC_Intel-XL710' and
18411            '64B' and
18412            'BASE' and
18413            'NDRPDR' and
18414            '1T1C' and
18415            'IP4FWD'"
18416   parameters:
18417   - "throughput"
18418   - "parent"
18419   - "tags"
18420   traces:
18421     hoverinfo: "x+y"
18422     boxpoints: "outliers"
18423     whiskerwidth: 0
18424   layout:
18425     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18426     layout: "plot-throughput"
18427
18428 -
18429   type: "plot"
18430   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18431   algorithm: "plot_performance_box"
18432   output-file-type: ".html"
18433   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18434   data: "plot-dpdk-throughput-latency-3n-hsw"
18435   filter: "'NIC_Intel-XL710' and
18436            '64B' and
18437            'BASE' and
18438            'NDRPDR' and
18439            '2T2C' and
18440            'IP4FWD'"
18441   parameters:
18442   - "throughput"
18443   - "parent"
18444   - "tags"
18445   traces:
18446     hoverinfo: "x+y"
18447     boxpoints: "outliers"
18448     whiskerwidth: 0
18449   layout:
18450     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18451     layout: "plot-throughput"
18452
18453 -
18454   type: "plot"
18455   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18456   algorithm: "plot_performance_box"
18457   output-file-type: ".html"
18458   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18459   data: "plot-dpdk-throughput-latency-3n-hsw"
18460   filter: "'NIC_Intel-XL710' and
18461            '64B' and
18462            'BASE' and
18463            'NDRPDR' and
18464            '1T1C' and
18465            'IP4FWD'"
18466   parameters:
18467   - "throughput"
18468   - "parent"
18469   - "tags"
18470   traces:
18471     hoverinfo: "x+y"
18472     boxpoints: "outliers"
18473     whiskerwidth: 0
18474   layout:
18475     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18476     layout: "plot-throughput"
18477
18478 -
18479   type: "plot"
18480   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18481   algorithm: "plot_performance_box"
18482   output-file-type: ".html"
18483   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18484   data: "plot-dpdk-throughput-latency-3n-hsw"
18485   filter: "'NIC_Intel-XL710' and
18486            '64B' and
18487            'BASE' and
18488            'NDRPDR' and
18489            '2T2C' and
18490            'IP4FWD'"
18491   parameters:
18492   - "throughput"
18493   - "parent"
18494   - "tags"
18495   traces:
18496     hoverinfo: "x+y"
18497     boxpoints: "outliers"
18498     whiskerwidth: 0
18499   layout:
18500     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18501     layout: "plot-throughput"
18502
18503 # Packet Throughput - DPDK l3fwd 3n-skx-x710
18504 -
18505   type: "plot"
18506   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18507   algorithm: "plot_performance_box"
18508   output-file-type: ".html"
18509   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18510   data: "plot-dpdk-throughput-latency-3n-skx"
18511   filter: "'NIC_Intel-X710' and
18512            '64B' and
18513            'BASE' and
18514            'NDRPDR' and
18515            '2T1C' and
18516            'IP4FWD'"
18517   parameters:
18518   - "throughput"
18519   - "parent"
18520   - "tags"
18521   traces:
18522     hoverinfo: "x+y"
18523     boxpoints: "outliers"
18524     whiskerwidth: 0
18525   layout:
18526     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18527     layout: "plot-throughput"
18528
18529 -
18530   type: "plot"
18531   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18532   algorithm: "plot_performance_box"
18533   output-file-type: ".html"
18534   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18535   data: "plot-dpdk-throughput-latency-3n-skx"
18536   filter: "'NIC_Intel-X710' and
18537            '64B' and
18538            'BASE' and
18539            'NDRPDR' and
18540            '4T2C' and
18541            'IP4FWD'"
18542   parameters:
18543   - "throughput"
18544   - "parent"
18545   - "tags"
18546   traces:
18547     hoverinfo: "x+y"
18548     boxpoints: "outliers"
18549     whiskerwidth: 0
18550   layout:
18551     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18552     layout: "plot-throughput"
18553
18554 -
18555   type: "plot"
18556   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18557   algorithm: "plot_performance_box"
18558   output-file-type: ".html"
18559   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18560   data: "plot-dpdk-throughput-latency-3n-skx"
18561   filter: "'NIC_Intel-X710' and
18562            '64B' and
18563            'BASE' and
18564            'NDRPDR' and
18565            '2T1C' and
18566            'IP4FWD'"
18567   parameters:
18568   - "throughput"
18569   - "parent"
18570   - "tags"
18571   traces:
18572     hoverinfo: "x+y"
18573     boxpoints: "outliers"
18574     whiskerwidth: 0
18575   layout:
18576     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18577     layout: "plot-throughput"
18578
18579 -
18580   type: "plot"
18581   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18582   algorithm: "plot_performance_box"
18583   output-file-type: ".html"
18584   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18585   data: "plot-dpdk-throughput-latency-3n-skx"
18586   filter: "'NIC_Intel-X710' and
18587            '64B' and
18588            'BASE' and
18589            'NDRPDR' and
18590            '4T2C' and
18591            'IP4FWD'"
18592   parameters:
18593   - "throughput"
18594   - "parent"
18595   - "tags"
18596   traces:
18597     hoverinfo: "x+y"
18598     boxpoints: "outliers"
18599     whiskerwidth: 0
18600   layout:
18601     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18602     layout: "plot-throughput"
18603
18604 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
18605 -
18606   type: "plot"
18607   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18608   algorithm: "plot_performance_box"
18609   output-file-type: ".html"
18610   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18611   data: "plot-dpdk-throughput-latency-3n-skx"
18612   filter: "'NIC_Intel-XXV710' and
18613            '64B' and
18614            'BASE' and
18615            'NDRPDR' and
18616            '2T1C' and
18617            'IP4FWD'"
18618   parameters:
18619   - "throughput"
18620   - "parent"
18621   - "tags"
18622   traces:
18623     hoverinfo: "x+y"
18624     boxpoints: "outliers"
18625     whiskerwidth: 0
18626   layout:
18627     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18628     layout: "plot-throughput"
18629
18630 -
18631   type: "plot"
18632   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18633   algorithm: "plot_performance_box"
18634   output-file-type: ".html"
18635   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18636   data: "plot-dpdk-throughput-latency-3n-skx"
18637   filter: "'NIC_Intel-XXV710' and
18638            '64B' and
18639            'BASE' and
18640            'NDRPDR' and
18641            '4T2C' and
18642            'IP4FWD'"
18643   parameters:
18644   - "throughput"
18645   - "parent"
18646   - "tags"
18647   traces:
18648     hoverinfo: "x+y"
18649     boxpoints: "outliers"
18650     whiskerwidth: 0
18651   layout:
18652     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18653     layout: "plot-throughput"
18654
18655 -
18656   type: "plot"
18657   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18658   algorithm: "plot_performance_box"
18659   output-file-type: ".html"
18660   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18661   data: "plot-dpdk-throughput-latency-3n-skx"
18662   filter: "'NIC_Intel-XXV710' and
18663            '64B' and
18664            'BASE' and
18665            'NDRPDR' and
18666            '2T1C' and
18667            'IP4FWD'"
18668   parameters:
18669   - "throughput"
18670   - "parent"
18671   - "tags"
18672   traces:
18673     hoverinfo: "x+y"
18674     boxpoints: "outliers"
18675     whiskerwidth: 0
18676   layout:
18677     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18678     layout: "plot-throughput"
18679
18680 -
18681   type: "plot"
18682   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18683   algorithm: "plot_performance_box"
18684   output-file-type: ".html"
18685   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18686   data: "plot-dpdk-throughput-latency-3n-skx"
18687   filter: "'NIC_Intel-XXV710' and
18688            '64B' and
18689            'BASE' and
18690            'NDRPDR' and
18691            '4T2C' and
18692            'IP4FWD'"
18693   parameters:
18694   - "throughput"
18695   - "parent"
18696   - "tags"
18697   traces:
18698     hoverinfo: "x+y"
18699     boxpoints: "outliers"
18700     whiskerwidth: 0
18701   layout:
18702     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18703     layout: "plot-throughput"
18704
18705 # Packet Throughput - DPDK l3fwd 2n-skx-x710
18706 -
18707   type: "plot"
18708   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18709   algorithm: "plot_performance_box"
18710   output-file-type: ".html"
18711   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18712   data: "plot-dpdk-throughput-latency-2n-skx"
18713   filter: "'NIC_Intel-X710' and
18714            '64B' and
18715            'BASE' and
18716            'NDRPDR' and
18717            '2T1C' and
18718            'IP4FWD'"
18719   parameters:
18720   - "throughput"
18721   - "parent"
18722   - "tags"
18723   traces:
18724     hoverinfo: "x+y"
18725     boxpoints: "outliers"
18726     whiskerwidth: 0
18727   layout:
18728     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18729     layout: "plot-throughput"
18730
18731 -
18732   type: "plot"
18733   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18734   algorithm: "plot_performance_box"
18735   output-file-type: ".html"
18736   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18737   data: "plot-dpdk-throughput-latency-2n-skx"
18738   filter: "'NIC_Intel-X710' and
18739            '64B' and
18740            'BASE' and
18741            'NDRPDR' and
18742            '4T2C' and
18743            'IP4FWD'"
18744   parameters:
18745   - "throughput"
18746   - "parent"
18747   - "tags"
18748   traces:
18749     hoverinfo: "x+y"
18750     boxpoints: "outliers"
18751     whiskerwidth: 0
18752   layout:
18753     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18754     layout: "plot-throughput"
18755
18756 -
18757   type: "plot"
18758   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18759   algorithm: "plot_performance_box"
18760   output-file-type: ".html"
18761   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18762   data: "plot-dpdk-throughput-latency-2n-skx"
18763   filter: "'NIC_Intel-X710' and
18764            '64B' and
18765            'BASE' and
18766            'NDRPDR' and
18767            '2T1C' and
18768            'IP4FWD'"
18769   parameters:
18770   - "throughput"
18771   - "parent"
18772   - "tags"
18773   traces:
18774     hoverinfo: "x+y"
18775     boxpoints: "outliers"
18776     whiskerwidth: 0
18777   layout:
18778     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18779     layout: "plot-throughput"
18780
18781 -
18782   type: "plot"
18783   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18784   algorithm: "plot_performance_box"
18785   output-file-type: ".html"
18786   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18787   data: "plot-dpdk-throughput-latency-2n-skx"
18788   filter: "'NIC_Intel-X710' and
18789            '64B' and
18790            'BASE' and
18791            'NDRPDR' and
18792            '4T2C' and
18793            'IP4FWD'"
18794   parameters:
18795   - "throughput"
18796   - "parent"
18797   - "tags"
18798   traces:
18799     hoverinfo: "x+y"
18800     boxpoints: "outliers"
18801     whiskerwidth: 0
18802   layout:
18803     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18804     layout: "plot-throughput"
18805
18806 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
18807 -
18808   type: "plot"
18809   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18810   algorithm: "plot_performance_box"
18811   output-file-type: ".html"
18812   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18813   data: "plot-dpdk-throughput-latency-2n-skx"
18814   filter: "'NIC_Intel-XXV710' and
18815            '64B' and
18816            'BASE' and
18817            'NDRPDR' and
18818            '2T1C' and
18819            'IP4FWD'"
18820   parameters:
18821   - "throughput"
18822   - "parent"
18823   - "tags"
18824   traces:
18825     hoverinfo: "x+y"
18826     boxpoints: "outliers"
18827     whiskerwidth: 0
18828   layout:
18829     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18830     layout: "plot-throughput"
18831
18832 -
18833   type: "plot"
18834   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18835   algorithm: "plot_performance_box"
18836   output-file-type: ".html"
18837   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18838   data: "plot-dpdk-throughput-latency-2n-skx"
18839   filter: "'NIC_Intel-XXV710' and
18840            '64B' and
18841            'BASE' and
18842            'NDRPDR' and
18843            '4T2C' and
18844            'IP4FWD'"
18845   parameters:
18846   - "throughput"
18847   - "parent"
18848   - "tags"
18849   traces:
18850     hoverinfo: "x+y"
18851     boxpoints: "outliers"
18852     whiskerwidth: 0
18853   layout:
18854     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18855     layout: "plot-throughput"
18856
18857 -
18858   type: "plot"
18859   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18860   algorithm: "plot_performance_box"
18861   output-file-type: ".html"
18862   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18863   data: "plot-dpdk-throughput-latency-2n-skx"
18864   filter: "'NIC_Intel-XXV710' and
18865            '64B' and
18866            'BASE' and
18867            'NDRPDR' and
18868            '2T1C' and
18869            'IP4FWD'"
18870   parameters:
18871   - "throughput"
18872   - "parent"
18873   - "tags"
18874   traces:
18875     hoverinfo: "x+y"
18876     boxpoints: "outliers"
18877     whiskerwidth: 0
18878   layout:
18879     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18880     layout: "plot-throughput"
18881
18882 -
18883   type: "plot"
18884   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18885   algorithm: "plot_performance_box"
18886   output-file-type: ".html"
18887   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18888   data: "plot-dpdk-throughput-latency-2n-skx"
18889   filter: "'NIC_Intel-XXV710' and
18890            '64B' and
18891            'BASE' and
18892            'NDRPDR' and
18893            '4T2C' and
18894            'IP4FWD'"
18895   parameters:
18896   - "throughput"
18897   - "parent"
18898   - "tags"
18899   traces:
18900     hoverinfo: "x+y"
18901     boxpoints: "outliers"
18902     whiskerwidth: 0
18903   layout:
18904     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18905     layout: "plot-throughput"
18906
18907 ################################################################################
18908
18909 # Packet Throughput - DPDK testpmd 3n-hsw-x520
18910 -
18911   type: "plot"
18912   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18913   algorithm: "plot_performance_box"
18914   output-file-type: ".html"
18915   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18916   data: "plot-dpdk-throughput-latency-3n-hsw"
18917   filter: "'NIC_Intel-X520-DA2' and
18918            '64B' and
18919            'BASE' and
18920            'NDRPDR' and
18921            '1T1C' and
18922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18923   parameters:
18924   - "throughput"
18925   - "parent"
18926   - "tags"
18927   traces:
18928     hoverinfo: "x+y"
18929     boxpoints: "outliers"
18930     whiskerwidth: 0
18931   layout:
18932     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18933     layout: "plot-throughput"
18934
18935 -
18936   type: "plot"
18937   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18938   algorithm: "plot_performance_box"
18939   output-file-type: ".html"
18940   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18941   data: "plot-dpdk-throughput-latency-3n-hsw"
18942   filter: "'NIC_Intel-X520-DA2' and
18943            '64B' and
18944            'BASE' and
18945            'NDRPDR' and
18946            '2T2C' and
18947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18948   parameters:
18949   - "throughput"
18950   - "parent"
18951   - "tags"
18952   traces:
18953     hoverinfo: "x+y"
18954     boxpoints: "outliers"
18955     whiskerwidth: 0
18956   layout:
18957     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18958     layout: "plot-throughput"
18959
18960 -
18961   type: "plot"
18962   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18963   algorithm: "plot_performance_box"
18964   output-file-type: ".html"
18965   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18966   data: "plot-dpdk-throughput-latency-3n-hsw"
18967   filter: "'NIC_Intel-X520-DA2' and
18968            '64B' and
18969            'BASE' and
18970            'NDRPDR' and
18971            '1T1C' and
18972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18973   parameters:
18974   - "throughput"
18975   - "parent"
18976   - "tags"
18977   traces:
18978     hoverinfo: "x+y"
18979     boxpoints: "outliers"
18980     whiskerwidth: 0
18981   layout:
18982     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18983     layout: "plot-throughput"
18984
18985 -
18986   type: "plot"
18987   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18988   algorithm: "plot_performance_box"
18989   output-file-type: ".html"
18990   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18991   data: "plot-dpdk-throughput-latency-3n-hsw"
18992   filter: "'NIC_Intel-X520-DA2' and
18993            '64B' and
18994            'BASE' and
18995            'NDRPDR' and
18996            '2T2C' and
18997            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18998   parameters:
18999   - "throughput"
19000   - "parent"
19001   - "tags"
19002   traces:
19003     hoverinfo: "x+y"
19004     boxpoints: "outliers"
19005     whiskerwidth: 0
19006   layout:
19007     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
19008     layout: "plot-throughput"
19009
19010 # Packet Throughput - DPDK testpmd 3n-hsw-x710
19011 -
19012   type: "plot"
19013   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
19014   algorithm: "plot_performance_box"
19015   output-file-type: ".html"
19016   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
19017   data: "plot-dpdk-throughput-latency-3n-hsw"
19018   filter: "'NIC_Intel-X710' and
19019            '64B' and
19020            'BASE' and
19021            'NDRPDR' and
19022            '1T1C' and
19023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19024   parameters:
19025   - "throughput"
19026   - "parent"
19027   - "tags"
19028   traces:
19029     hoverinfo: "x+y"
19030     boxpoints: "outliers"
19031     whiskerwidth: 0
19032   layout:
19033     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
19034     layout: "plot-throughput"
19035
19036 -
19037   type: "plot"
19038   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
19039   algorithm: "plot_performance_box"
19040   output-file-type: ".html"
19041   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
19042   data: "plot-dpdk-throughput-latency-3n-hsw"
19043   filter: "'NIC_Intel-X710' and
19044            '64B' and
19045            'BASE' and
19046            'NDRPDR' and
19047            '2T2C' and
19048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19049   parameters:
19050   - "throughput"
19051   - "parent"
19052   - "tags"
19053   traces:
19054     hoverinfo: "x+y"
19055     boxpoints: "outliers"
19056     whiskerwidth: 0
19057   layout:
19058     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
19059     layout: "plot-throughput"
19060
19061 -
19062   type: "plot"
19063   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
19064   algorithm: "plot_performance_box"
19065   output-file-type: ".html"
19066   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
19067   data: "plot-dpdk-throughput-latency-3n-hsw"
19068   filter: "'NIC_Intel-X710' and
19069            '64B' and
19070            'BASE' and
19071            'NDRPDR' and
19072            '1T1C' and
19073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19074   parameters:
19075   - "throughput"
19076   - "parent"
19077   - "tags"
19078   traces:
19079     hoverinfo: "x+y"
19080     boxpoints: "outliers"
19081     whiskerwidth: 0
19082   layout:
19083     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
19084     layout: "plot-throughput"
19085
19086 -
19087   type: "plot"
19088   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
19089   algorithm: "plot_performance_box"
19090   output-file-type: ".html"
19091   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
19092   data: "plot-dpdk-throughput-latency-3n-hsw"
19093   filter: "'NIC_Intel-X710' and
19094            '64B' and
19095            'BASE' and
19096            'NDRPDR' and
19097            '2T2C' and
19098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19099   parameters:
19100   - "throughput"
19101   - "parent"
19102   - "tags"
19103   traces:
19104     hoverinfo: "x+y"
19105     boxpoints: "outliers"
19106     whiskerwidth: 0
19107   layout:
19108     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
19109     layout: "plot-throughput"
19110
19111 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
19112 -
19113   type: "plot"
19114   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
19115   algorithm: "plot_performance_box"
19116   output-file-type: ".html"
19117   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
19118   data: "plot-dpdk-throughput-latency-3n-hsw"
19119   filter: "'NIC_Intel-XL710' and
19120            '64B' and
19121            'BASE' and
19122            'NDRPDR' and
19123            '1T1C' and
19124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19125   parameters:
19126   - "throughput"
19127   - "parent"
19128   - "tags"
19129   traces:
19130     hoverinfo: "x+y"
19131     boxpoints: "outliers"
19132     whiskerwidth: 0
19133   layout:
19134     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
19135     layout: "plot-throughput"
19136
19137 -
19138   type: "plot"
19139   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
19140   algorithm: "plot_performance_box"
19141   output-file-type: ".html"
19142   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
19143   data: "plot-dpdk-throughput-latency-3n-hsw"
19144   filter: "'NIC_Intel-XL710' and
19145            '64B' and
19146            'BASE' and
19147            'NDRPDR' and
19148            '2T2C' and
19149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19150   parameters:
19151   - "throughput"
19152   - "parent"
19153   - "tags"
19154   traces:
19155     hoverinfo: "x+y"
19156     boxpoints: "outliers"
19157     whiskerwidth: 0
19158   layout:
19159     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
19160     layout: "plot-throughput"
19161
19162 -
19163   type: "plot"
19164   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
19165   algorithm: "plot_performance_box"
19166   output-file-type: ".html"
19167   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
19168   data: "plot-dpdk-throughput-latency-3n-hsw"
19169   filter: "'NIC_Intel-XL710' and
19170            '64B' and
19171            'BASE' and
19172            'NDRPDR' and
19173            '1T1C' and
19174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19175   parameters:
19176   - "throughput"
19177   - "parent"
19178   - "tags"
19179   traces:
19180     hoverinfo: "x+y"
19181     boxpoints: "outliers"
19182     whiskerwidth: 0
19183   layout:
19184     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
19185     layout: "plot-throughput"
19186
19187 -
19188   type: "plot"
19189   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19190   algorithm: "plot_performance_box"
19191   output-file-type: ".html"
19192   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19193   data: "plot-dpdk-throughput-latency-3n-hsw"
19194   filter: "'NIC_Intel-XL710' and
19195            '64B' and
19196            'BASE' and
19197            'NDRPDR' and
19198            '2T2C' and
19199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19200   parameters:
19201   - "throughput"
19202   - "parent"
19203   - "tags"
19204   traces:
19205     hoverinfo: "x+y"
19206     boxpoints: "outliers"
19207     whiskerwidth: 0
19208   layout:
19209     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19210     layout: "plot-throughput"
19211
19212 # Packet Throughput - DPDK testpmd 3n-skx-x710
19213 -
19214   type: "plot"
19215   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19216   algorithm: "plot_performance_box"
19217   output-file-type: ".html"
19218   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19219   data: "plot-dpdk-throughput-latency-3n-skx"
19220   filter: "'NIC_Intel-X710' and
19221            '64B' and
19222            'BASE' and
19223            'NDRPDR' and
19224            '2T1C' and
19225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19226   parameters:
19227   - "throughput"
19228   - "parent"
19229   - "tags"
19230   traces:
19231     hoverinfo: "x+y"
19232     boxpoints: "outliers"
19233     whiskerwidth: 0
19234   layout:
19235     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19236     layout: "plot-throughput"
19237
19238 -
19239   type: "plot"
19240   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19241   algorithm: "plot_performance_box"
19242   output-file-type: ".html"
19243   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19244   data: "plot-dpdk-throughput-latency-3n-skx"
19245   filter: "'NIC_Intel-X710' and
19246            '64B' and
19247            'BASE' and
19248            'NDRPDR' and
19249            '4T2C' and
19250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19251   parameters:
19252   - "throughput"
19253   - "parent"
19254   - "tags"
19255   traces:
19256     hoverinfo: "x+y"
19257     boxpoints: "outliers"
19258     whiskerwidth: 0
19259   layout:
19260     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19261     layout: "plot-throughput"
19262
19263 -
19264   type: "plot"
19265   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19266   algorithm: "plot_performance_box"
19267   output-file-type: ".html"
19268   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19269   data: "plot-dpdk-throughput-latency-3n-skx"
19270   filter: "'NIC_Intel-X710' and
19271            '64B' and
19272            'BASE' and
19273            'NDRPDR' and
19274            '2T1C' and
19275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19276   parameters:
19277   - "throughput"
19278   - "parent"
19279   - "tags"
19280   traces:
19281     hoverinfo: "x+y"
19282     boxpoints: "outliers"
19283     whiskerwidth: 0
19284   layout:
19285     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19286     layout: "plot-throughput"
19287
19288 -
19289   type: "plot"
19290   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19291   algorithm: "plot_performance_box"
19292   output-file-type: ".html"
19293   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19294   data: "plot-dpdk-throughput-latency-3n-skx"
19295   filter: "'NIC_Intel-X710' and
19296            '64B' and
19297            'BASE' and
19298            'NDRPDR' and
19299            '4T2C' and
19300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19301   parameters:
19302   - "throughput"
19303   - "parent"
19304   - "tags"
19305   traces:
19306     hoverinfo: "x+y"
19307     boxpoints: "outliers"
19308     whiskerwidth: 0
19309   layout:
19310     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19311     layout: "plot-throughput"
19312
19313 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
19314 -
19315   type: "plot"
19316   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19317   algorithm: "plot_performance_box"
19318   output-file-type: ".html"
19319   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19320   data: "plot-dpdk-throughput-latency-3n-skx"
19321   filter: "'NIC_Intel-XXV710' and
19322            '64B' and
19323            'BASE' and
19324            'NDRPDR' and
19325            '2T1C' and
19326            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19327   parameters:
19328   - "throughput"
19329   - "parent"
19330   - "tags"
19331   traces:
19332     hoverinfo: "x+y"
19333     boxpoints: "outliers"
19334     whiskerwidth: 0
19335   layout:
19336     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19337     layout: "plot-throughput"
19338
19339 -
19340   type: "plot"
19341   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19342   algorithm: "plot_performance_box"
19343   output-file-type: ".html"
19344   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19345   data: "plot-dpdk-throughput-latency-3n-skx"
19346   filter: "'NIC_Intel-XXV710' and
19347            '64B' and
19348            'BASE' and
19349            'NDRPDR' and
19350            '4T2C' and
19351            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19352   parameters:
19353   - "throughput"
19354   - "parent"
19355   - "tags"
19356   traces:
19357     hoverinfo: "x+y"
19358     boxpoints: "outliers"
19359     whiskerwidth: 0
19360   layout:
19361     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19362     layout: "plot-throughput"
19363
19364 -
19365   type: "plot"
19366   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19367   algorithm: "plot_performance_box"
19368   output-file-type: ".html"
19369   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19370   data: "plot-dpdk-throughput-latency-3n-skx"
19371   filter: "'NIC_Intel-XXV710' and
19372            '64B' and
19373            'BASE' and
19374            'NDRPDR' and
19375            '2T1C' and
19376            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19377   parameters:
19378   - "throughput"
19379   - "parent"
19380   - "tags"
19381   traces:
19382     hoverinfo: "x+y"
19383     boxpoints: "outliers"
19384     whiskerwidth: 0
19385   layout:
19386     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19387     layout: "plot-throughput"
19388
19389 -
19390   type: "plot"
19391   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19392   algorithm: "plot_performance_box"
19393   output-file-type: ".html"
19394   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19395   data: "plot-dpdk-throughput-latency-3n-skx"
19396   filter: "'NIC_Intel-XXV710' and
19397            '64B' and
19398            'BASE' and
19399            'NDRPDR' and
19400            '4T2C' and
19401            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19402   parameters:
19403   - "throughput"
19404   - "parent"
19405   - "tags"
19406   traces:
19407     hoverinfo: "x+y"
19408     boxpoints: "outliers"
19409     whiskerwidth: 0
19410   layout:
19411     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19412     layout: "plot-throughput"
19413
19414 # Packet Throughput - DPDK testpmd 2n-skx-x710
19415 -
19416   type: "plot"
19417   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19418   algorithm: "plot_performance_box"
19419   output-file-type: ".html"
19420   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19421   data: "plot-dpdk-throughput-latency-2n-skx"
19422   filter: "'NIC_Intel-X710' and
19423            '64B' and
19424            'BASE' and
19425            'NDRPDR' and
19426            '2T1C' and
19427            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19428   parameters:
19429   - "throughput"
19430   - "parent"
19431   - "tags"
19432   traces:
19433     hoverinfo: "x+y"
19434     boxpoints: "outliers"
19435     whiskerwidth: 0
19436   layout:
19437     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19438     layout: "plot-throughput"
19439
19440 -
19441   type: "plot"
19442   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19443   algorithm: "plot_performance_box"
19444   output-file-type: ".html"
19445   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19446   data: "plot-dpdk-throughput-latency-2n-skx"
19447   filter: "'NIC_Intel-X710' and
19448            '64B' and
19449            'BASE' and
19450            'NDRPDR' and
19451            '4T2C' and
19452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19453   parameters:
19454   - "throughput"
19455   - "parent"
19456   - "tags"
19457   traces:
19458     hoverinfo: "x+y"
19459     boxpoints: "outliers"
19460     whiskerwidth: 0
19461   layout:
19462     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19463     layout: "plot-throughput"
19464
19465 -
19466   type: "plot"
19467   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19468   algorithm: "plot_performance_box"
19469   output-file-type: ".html"
19470   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19471   data: "plot-dpdk-throughput-latency-2n-skx"
19472   filter: "'NIC_Intel-X710' and
19473            '64B' and
19474            'BASE' and
19475            'NDRPDR' and
19476            '2T1C' and
19477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19478   parameters:
19479   - "throughput"
19480   - "parent"
19481   - "tags"
19482   traces:
19483     hoverinfo: "x+y"
19484     boxpoints: "outliers"
19485     whiskerwidth: 0
19486   layout:
19487     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19488     layout: "plot-throughput"
19489
19490 -
19491   type: "plot"
19492   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19493   algorithm: "plot_performance_box"
19494   output-file-type: ".html"
19495   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19496   data: "plot-dpdk-throughput-latency-2n-skx"
19497   filter: "'NIC_Intel-X710' and
19498            '64B' and
19499            'BASE' and
19500            'NDRPDR' and
19501            '4T2C' and
19502            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19503   parameters:
19504   - "throughput"
19505   - "parent"
19506   - "tags"
19507   traces:
19508     hoverinfo: "x+y"
19509     boxpoints: "outliers"
19510     whiskerwidth: 0
19511   layout:
19512     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19513     layout: "plot-throughput"
19514
19515 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
19516 -
19517   type: "plot"
19518   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19519   algorithm: "plot_performance_box"
19520   output-file-type: ".html"
19521   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19522   data: "plot-dpdk-throughput-latency-2n-skx"
19523   filter: "'NIC_Intel-XXV710' and
19524            '64B' and
19525            'BASE' and
19526            'NDRPDR' and
19527            '2T1C' and
19528            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19529   parameters:
19530   - "throughput"
19531   - "parent"
19532   - "tags"
19533   traces:
19534     hoverinfo: "x+y"
19535     boxpoints: "outliers"
19536     whiskerwidth: 0
19537   layout:
19538     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19539     layout: "plot-throughput"
19540
19541 -
19542   type: "plot"
19543   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19544   algorithm: "plot_performance_box"
19545   output-file-type: ".html"
19546   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19547   data: "plot-dpdk-throughput-latency-2n-skx"
19548   filter: "'NIC_Intel-XXV710' and
19549            '64B' and
19550            'BASE' and
19551            'NDRPDR' and
19552            '4T2C' and
19553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19554   parameters:
19555   - "throughput"
19556   - "parent"
19557   - "tags"
19558   traces:
19559     hoverinfo: "x+y"
19560     boxpoints: "outliers"
19561     whiskerwidth: 0
19562   layout:
19563     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19564     layout: "plot-throughput"
19565
19566 -
19567   type: "plot"
19568   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19569   algorithm: "plot_performance_box"
19570   output-file-type: ".html"
19571   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19572   data: "plot-dpdk-throughput-latency-2n-skx"
19573   filter: "'NIC_Intel-XXV710' and
19574            '64B' and
19575            'BASE' and
19576            'NDRPDR' and
19577            '2T1C' and
19578            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19579   parameters:
19580   - "throughput"
19581   - "parent"
19582   - "tags"
19583   traces:
19584     hoverinfo: "x+y"
19585     boxpoints: "outliers"
19586     whiskerwidth: 0
19587   layout:
19588     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19589     layout: "plot-throughput"
19590
19591 -
19592   type: "plot"
19593   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19594   algorithm: "plot_performance_box"
19595   output-file-type: ".html"
19596   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19597   data: "plot-dpdk-throughput-latency-2n-skx"
19598   filter: "'NIC_Intel-XXV710' and
19599            '64B' and
19600            'BASE' and
19601            'NDRPDR' and
19602            '4T2C' and
19603            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19604   parameters:
19605   - "throughput"
19606   - "parent"
19607   - "tags"
19608   traces:
19609     hoverinfo: "x+y"
19610     boxpoints: "outliers"
19611     whiskerwidth: 0
19612   layout:
19613     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19614     layout: "plot-throughput"
19615
19616 ################################################################################
19617
19618 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
19619 -
19620   type: "plot"
19621   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19622   algorithm: "plot_latency_error_bars"
19623   output-file-type: ".html"
19624   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19625   data: "plot-vpp-throughput-latency-3n-hsw"
19626   filter: "'NIC_Intel-X520-DA2' and
19627            '64B' and
19628            ('BASE' or 'SCALE') and
19629            'NDRPDR' and
19630            'ETH' and
19631            '1T1C' and
19632            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19633            not 'VHOST' and
19634            not 'MEMIF'"
19635   parameters:
19636   - "latency"
19637   - "parent"
19638   - "tags"
19639   sort:
19640   - "L2XCFWD"
19641   - "L2PATCH"
19642   - "L2BDMACLRN"
19643   - "FIB_10K"
19644   - "FIB_100K"
19645   - "FIB_1M"
19646   layout:
19647     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19648     layout: "plot-latency"
19649
19650 -
19651   type: "plot"
19652   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19653   algorithm: "plot_latency_error_bars"
19654   output-file-type: ".html"
19655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19656   data: "plot-vpp-throughput-latency-3n-hsw"
19657   filter: "'NIC_Intel-X520-DA2' and
19658            '64B' and
19659            ('BASE' or 'SCALE') and
19660            'NDRPDR' and
19661            'ETH' and
19662            '2T2C' and
19663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19664            not 'VHOST' and
19665            not 'MEMIF'"
19666   parameters:
19667   - "latency"
19668   - "parent"
19669   - "tags"
19670   sort:
19671   - "L2XCFWD"
19672   - "L2PATCH"
19673   - "L2BDMACLRN"
19674   - "FIB_10K"
19675   - "FIB_100K"
19676   - "FIB_1M"
19677   layout:
19678     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19679     layout: "plot-latency"
19680
19681 # Packet Latency - VPP L2 3n-hsw-x520 features
19682 -
19683   type: "plot"
19684   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19685   algorithm: "plot_latency_error_bars"
19686   output-file-type: ".html"
19687   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19688   data: "plot-vpp-throughput-latency-3n-hsw"
19689   filter: "'NIC_Intel-X520-DA2' and
19690            '64B' and
19691            'NDRPDR' and
19692            '1T1C' and
19693            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19694            not 'ACL' and
19695            not 'VHOST' and
19696            not 'MEMIF'"
19697   parameters:
19698   - "latency"
19699   - "parent"
19700   - "tags"
19701   sort:
19702   - "L2XCBASE"    # l2xcbase
19703   - "L2BDBASE"    # l2bdbase
19704   - "L2XCFWD"     # dot1q-l2xcbase
19705   - "L2BDMACLRN"  # dot1q-l2bdbase
19706   layout:
19707     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
19708     layout: "plot-latency"
19709
19710 -
19711   type: "plot"
19712   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19713   algorithm: "plot_latency_error_bars"
19714   output-file-type: ".html"
19715   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19716   data: "plot-vpp-throughput-latency-3n-hsw"
19717   filter: "'NIC_Intel-X520-DA2' and
19718            '64B' and
19719            'NDRPDR' and
19720            '2T2C' and
19721            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19722            not 'ACL' and
19723            not 'VHOST' and
19724            not 'MEMIF'"
19725   parameters:
19726   - "latency"
19727   - "parent"
19728   - "tags"
19729   sort:
19730   - "L2XCBASE"    # l2xcbase
19731   - "L2BDBASE"    # l2bdbase
19732   - "L2XCFWD"     # dot1q-l2xcbase
19733   - "L2BDMACLRN"  # dot1q-l2bdbase
19734   layout:
19735     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
19736     layout: "plot-latency"
19737
19738 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
19739 -
19740   type: "plot"
19741   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19742   algorithm: "plot_latency_error_bars"
19743   output-file-type: ".html"
19744   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19745   data: "plot-vpp-throughput-latency-3n-hsw"
19746   filter: "'NIC_Intel-X710' and
19747            '64B' and
19748            ('BASE' or 'SCALE') and
19749            'NDRPDR' and
19750            'ETH' and
19751            '1T1C' and
19752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19753            not 'VHOST' and
19754            not 'MEMIF'"
19755   parameters:
19756   - "latency"
19757   - "parent"
19758   - "tags"
19759   sort:
19760   - "L2PATCH"
19761   - "L2XCBASE"
19762   - "BASE"
19763   - "FIB_10K"
19764   - "FIB_100K"
19765   - "FIB_1M"
19766   layout:
19767     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19768     layout: "plot-latency"
19769
19770 -
19771   type: "plot"
19772   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19773   algorithm: "plot_latency_error_bars"
19774   output-file-type: ".html"
19775   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19776   data: "plot-vpp-throughput-latency-3n-hsw"
19777   filter: "'NIC_Intel-X710' and
19778            '64B' and
19779            ('BASE' or 'SCALE') and
19780            'NDRPDR' and
19781            'ETH' and
19782            '2T2C' and
19783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19784            not 'VHOST' and
19785            not 'MEMIF'"
19786   parameters:
19787   - "latency"
19788   - "parent"
19789   - "tags"
19790   sort:
19791   - "L2PATCH"
19792   - "L2XCBASE"
19793   - "BASE"
19794   - "FIB_10K"
19795   - "FIB_100K"
19796   - "FIB_1M"
19797   layout:
19798     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19799     layout: "plot-latency"
19800
19801 # Packet Latency - VPP L2 3n-hsw-x710 features
19802 -
19803   type: "plot"
19804   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19805   algorithm: "plot_latency_error_bars"
19806   output-file-type: ".html"
19807   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19808   data: "plot-vpp-throughput-latency-3n-hsw"
19809   filter: "'NIC_Intel-X710' and
19810            '64B' and
19811            'NDRPDR' and
19812            '1T1C' and
19813            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19814            not 'ACL' and
19815            not 'VHOST' and
19816            not 'MEMIF'"
19817   parameters:
19818   - "latency"
19819   - "parent"
19820   - "tags"
19821   sort:
19822   - "L2XCBASE"    # l2xcbase
19823   - "L2BDBASE"    # l2bdbase
19824   - "L2XCFWD"     # dot1q-l2xcbase
19825   - "L2BDMACLRN"  # dot1q-l2bdbase
19826   layout:
19827     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
19828     layout: "plot-latency"
19829
19830 -
19831   type: "plot"
19832   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19833   algorithm: "plot_latency_error_bars"
19834   output-file-type: ".html"
19835   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19836   data: "plot-vpp-throughput-latency-3n-hsw"
19837   filter: "'NIC_Intel-X710' and
19838            '64B' and
19839            'NDRPDR' and
19840            '2T2C' and
19841            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19842            not 'ACL' and
19843            not 'VHOST' and
19844            not 'MEMIF'"
19845   parameters:
19846   - "latency"
19847   - "parent"
19848   - "tags"
19849   sort:
19850   - "L2XCBASE"    # l2xcbase
19851   - "L2BDBASE"    # l2bdbase
19852   - "L2XCFWD"     # dot1q-l2xcbase
19853   - "L2BDMACLRN"  # dot1q-l2bdbase
19854   layout:
19855     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
19856     layout: "plot-latency"
19857
19858 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
19859 -
19860   type: "plot"
19861   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19862   algorithm: "plot_latency_error_bars"
19863   output-file-type: ".html"
19864   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19865   data: "plot-vpp-throughput-latency-3n-hsw"
19866   filter: "'NIC_Intel-XL710' and
19867            '64B' and
19868            ('BASE' or 'SCALE') and
19869            'NDRPDR' and
19870            'ETH' and
19871            '1T1C' and
19872            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19873            not 'VHOST' and
19874            not 'MEMIF'"
19875   parameters:
19876   - "latency"
19877   - "parent"
19878   - "tags"
19879   sort:
19880   - "L2PATCH"
19881   - "L2XCBASE"
19882   - "BASE"
19883   - "FIB_10K"
19884   - "FIB_100K"
19885   - "FIB_1M"
19886   layout:
19887     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19888     layout: "plot-latency"
19889
19890 -
19891   type: "plot"
19892   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19893   algorithm: "plot_latency_error_bars"
19894   output-file-type: ".html"
19895   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19896   data: "plot-vpp-throughput-latency-3n-hsw"
19897   filter: "'NIC_Intel-XL710' and
19898            '64B' and
19899            ('BASE' or 'SCALE') and
19900            'NDRPDR' and
19901            'ETH' and
19902            '2T2C' and
19903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19904            not 'VHOST' and
19905            not 'MEMIF'"
19906   parameters:
19907   - "latency"
19908   - "parent"
19909   - "tags"
19910   sort:
19911   - "L2PATCH"
19912   - "L2XCBASE"
19913   - "BASE"
19914   - "FIB_10K"
19915   - "FIB_100K"
19916   - "FIB_1M"
19917   layout:
19918     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19919     layout: "plot-latency"
19920
19921 # Packet Latency - VPP L2 3n-skx-x710 base and scale
19922 -
19923   type: "plot"
19924   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19925   algorithm: "plot_latency_error_bars"
19926   output-file-type: ".html"
19927   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19928   data: "plot-vpp-throughput-latency-3n-skx"
19929   filter: "'NIC_Intel-X710' and
19930            '64B' and
19931            ('BASE' or 'SCALE') and
19932            'NDRPDR' and
19933            'ETH' and
19934            '2T1C' and
19935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19936            not 'VHOST' and
19937            not 'MEMIF' and
19938            not 'DRV_AVF'"
19939   parameters:
19940   - "latency"
19941   - "parent"
19942   - "tags"
19943   sort:
19944   - "L2PATCH"
19945   - "L2XCBASE"
19946   - "BASE"
19947   - "FIB_10K"
19948   - "FIB_100K"
19949   - "FIB_1M"
19950   layout:
19951     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19952     layout: "plot-latency"
19953
19954 -
19955   type: "plot"
19956   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19957   algorithm: "plot_latency_error_bars"
19958   output-file-type: ".html"
19959   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19960   data: "plot-vpp-throughput-latency-3n-skx"
19961   filter: "'NIC_Intel-X710' and
19962            '64B' and
19963            ('BASE' or 'SCALE') and
19964            'NDRPDR' and
19965            'ETH' and
19966            '4T2C' and
19967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19968            not 'VHOST' and
19969            not 'MEMIF' and
19970            not 'DRV_AVF'"
19971   parameters:
19972   - "latency"
19973   - "parent"
19974   - "tags"
19975   sort:
19976   - "L2PATCH"
19977   - "L2XCBASE"
19978   - "BASE"
19979   - "FIB_10K"
19980   - "FIB_100K"
19981   - "FIB_1M"
19982   layout:
19983     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19984     layout: "plot-latency"
19985
19986 # Packet Latency - VPP L2 3n-skx-x710 features
19987 -
19988   type: "plot"
19989   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19990   algorithm: "plot_latency_error_bars"
19991   output-file-type: ".html"
19992   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19993   data: "plot-vpp-throughput-latency-3n-skx"
19994   filter: "'NIC_Intel-X710' and
19995            '64B' and
19996            'NDRPDR' and
19997            '2T1C' and
19998            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19999            not 'ACL' and
20000            not 'VHOST' and
20001            not 'MEMIF'"
20002   parameters:
20003   - "latency"
20004   - "parent"
20005   - "tags"
20006   sort:
20007   - "L2XCBASE"    # l2xcbase
20008   - "L2BDBASE"    # l2bdbase
20009   - "L2XCFWD"     # dot1q-l2xcbase
20010   - "L2BDMACLRN"  # dot1q-l2bdbase
20011   layout:
20012     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
20013     layout: "plot-latency"
20014
20015 -
20016   type: "plot"
20017   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
20018   algorithm: "plot_latency_error_bars"
20019   output-file-type: ".html"
20020   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
20021   data: "plot-vpp-throughput-latency-3n-skx"
20022   filter: "'NIC_Intel-X710' and
20023            '64B' and
20024            'NDRPDR' and
20025            '4T2C' and
20026            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
20027            not 'ACL' and
20028            not 'VHOST' and
20029            not 'MEMIF'"
20030   parameters:
20031   - "latency"
20032   - "parent"
20033   - "tags"
20034   sort:
20035   - "L2XCBASE"    # l2xcbase
20036   - "L2BDBASE"    # l2bdbase
20037   - "L2XCFWD"     # dot1q-l2xcbase
20038   - "L2BDMACLRN"  # dot1q-l2bdbase
20039   layout:
20040     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
20041     layout: "plot-latency"
20042
20043 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
20044 -
20045   type: "plot"
20046   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20047   algorithm: "plot_latency_error_bars"
20048   output-file-type: ".html"
20049   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20050   data: "plot-vpp-throughput-latency-3n-skx"
20051   filter: "'NIC_Intel-XXV710' and
20052            '64B' and
20053            ('BASE' or 'SCALE') and
20054            'NDRPDR' and
20055            'ETH' and
20056            '2T1C' and
20057            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20058            not 'VHOST' and
20059            not 'MEMIF' and
20060            not 'DRV_AVF'"
20061   parameters:
20062   - "latency"
20063   - "parent"
20064   - "tags"
20065   sort:
20066   - "L2PATCH"
20067   - "L2XCBASE"
20068   - "BASE"
20069   - "FIB_10K"
20070   - "FIB_100K"
20071   - "FIB_1M"
20072   layout:
20073     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20074     layout: "plot-latency"
20075
20076 -
20077   type: "plot"
20078   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20079   algorithm: "plot_latency_error_bars"
20080   output-file-type: ".html"
20081   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20082   data: "plot-vpp-throughput-latency-3n-skx"
20083   filter: "'NIC_Intel-XXV710' and
20084            '64B' and
20085            ('BASE' or 'SCALE') and
20086            'NDRPDR' and
20087            'ETH' and
20088            '4T2C' and
20089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20090            not 'VHOST' and
20091            not 'MEMIF' and
20092            not 'DRV_AVF'"
20093   parameters:
20094   - "latency"
20095   - "parent"
20096   - "tags"
20097   sort:
20098   - "L2PATCH"
20099   - "L2XCBASE"
20100   - "BASE"
20101   - "FIB_10K"
20102   - "FIB_100K"
20103   - "FIB_1M"
20104   layout:
20105     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20106     layout: "plot-latency"
20107
20108 # Packet Latency - VPP L2 2n-skx-x710 base and scale
20109 -
20110   type: "plot"
20111   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20112   algorithm: "plot_latency_error_bars"
20113   output-file-type: ".html"
20114   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20115   data: "plot-vpp-throughput-latency-2n-skx"
20116   filter: "'NIC_Intel-X710' and
20117            '64B' and
20118            'ETH' and
20119            ('BASE' or 'SCALE') and
20120            'NDRPDR' and
20121            '2T1C' and
20122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20123            not 'VHOST' and
20124            not 'MEMIF'"
20125   parameters:
20126   - "latency"
20127   - "parent"
20128   - "tags"
20129   sort:
20130   - "L2PATCH"
20131   - "L2XCBASE"
20132   - "BASE"
20133   - "FIB_10K"
20134   - "FIB_100K"
20135   - "FIB_1M"
20136   layout:
20137     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20138     layout: "plot-latency"
20139
20140 -
20141   type: "plot"
20142   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20143   algorithm: "plot_latency_error_bars"
20144   output-file-type: ".html"
20145   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20146   data: "plot-vpp-throughput-latency-2n-skx"
20147   filter: "'NIC_Intel-X710' and
20148            '64B' and
20149            ('BASE' or 'SCALE') and
20150            'NDRPDR' and
20151            'ETH' and
20152            '4T2C' and
20153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20154            not 'VHOST' and
20155            not 'MEMIF'"
20156   parameters:
20157   - "latency"
20158   - "parent"
20159   - "tags"
20160   sort:
20161   - "L2PATCH"
20162   - "L2XCBASE"
20163   - "BASE"
20164   - "FIB_10K"
20165   - "FIB_100K"
20166   - "FIB_1M"
20167   layout:
20168     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20169     layout: "plot-latency"
20170
20171 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
20172 -
20173   type: "plot"
20174   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20175   algorithm: "plot_latency_error_bars"
20176   output-file-type: ".html"
20177   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20178   data: "plot-vpp-throughput-latency-2n-skx"
20179   filter: "'NIC_Intel-XXV710' and
20180            '64B' and
20181            ('BASE' or 'SCALE') and
20182            'NDRPDR' and
20183            'ETH' and
20184            '2T1C' and
20185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20186            not 'VHOST' and
20187            not 'MEMIF'"
20188   parameters:
20189   - "latency"
20190   - "parent"
20191   - "tags"
20192   sort:
20193   - "L2PATCH"
20194   - "L2XCBASE"
20195   - "BASE"
20196   - "FIB_10K"
20197   - "FIB_100K"
20198   - "FIB_1M"
20199   layout:
20200     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20201     layout: "plot-latency"
20202
20203 -
20204   type: "plot"
20205   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20206   algorithm: "plot_latency_error_bars"
20207   output-file-type: ".html"
20208   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20209   data: "plot-vpp-throughput-latency-2n-skx"
20210   filter: "'NIC_Intel-XXV710' and
20211            '64B' and
20212            ('BASE' or 'SCALE') and
20213            'NDRPDR' and
20214            'ETH' and
20215            '4T2C' and
20216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20217            not 'VHOST' and
20218            not 'MEMIF'"
20219   parameters:
20220   - "latency"
20221   - "parent"
20222   - "tags"
20223   sort:
20224   - "L2PATCH"
20225   - "L2XCBASE"
20226   - "BASE"
20227   - "FIB_10K"
20228   - "FIB_100K"
20229   - "FIB_1M"
20230   layout:
20231     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20232     layout: "plot-latency"
20233
20234 ################################################################################
20235
20236 # Packet Latency - VPP Container Memif 3n-hsw-x520
20237 -
20238   type: "plot"
20239   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20240   algorithm: "plot_latency_error_bars"
20241   output-file-type: ".html"
20242   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20243   data: "plot-vpp-throughput-latency-3n-hsw"
20244   filter: "'NIC_Intel-X520-DA2' and
20245            '64B' and
20246            ('BASE' or 'SCALE') and
20247            'NDRPDR' and
20248            '1T1C' and
20249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20250            not 'VHOST' and
20251            'MEMIF'"
20252   parameters:
20253   - "latency"
20254   - "parent"
20255   - "tags"
20256   sort:
20257   - "L2XCFWD"
20258   - "L2XCFWD"
20259   - "L2XCFWD"
20260   - "L2BDMACLRN"
20261   - "L2BDMACLRN"
20262   - "L2BDMACLRN"
20263   layout:
20264     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20265     layout: "plot-latency"
20266
20267 -
20268   type: "plot"
20269   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20270   algorithm: "plot_latency_error_bars"
20271   output-file-type: ".html"
20272   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20273   data: "plot-vpp-throughput-latency-3n-hsw"
20274   filter: "'NIC_Intel-X520-DA2' and
20275            '64B' and
20276            ('BASE' or 'SCALE') and
20277            'NDRPDR' and
20278            '2T2C' and
20279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20280            not 'VHOST' and
20281            'MEMIF'"
20282   parameters:
20283   - "latency"
20284   - "parent"
20285   - "tags"
20286   sort:
20287   - "L2XCFWD"
20288   - "L2XCFWD"
20289   - "L2XCFWD"
20290   - "L2BDMACLRN"
20291   - "L2BDMACLRN"
20292   - "L2BDMACLRN"
20293   layout:
20294     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20295     layout: "plot-latency"
20296
20297 # Packet Latency - VPP Container Memif 3n-hsw-x710
20298 -
20299   type: "plot"
20300   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20301   algorithm: "plot_latency_error_bars"
20302   output-file-type: ".html"
20303   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20304   data: "plot-vpp-throughput-latency-3n-hsw"
20305   filter: "'NIC_Intel-X710' and
20306            '64B' and
20307            ('BASE' or 'SCALE') and
20308            'NDRPDR' and
20309            '1T1C' and
20310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20311            not 'VHOST' and
20312            'MEMIF'"
20313   parameters:
20314   - "latency"
20315   - "parent"
20316   - "tags"
20317   sort:
20318   - "L2XCFWD"
20319   - "L2XCFWD"
20320   - "L2XCFWD"
20321   - "L2BDMACLRN"
20322   - "L2BDMACLRN"
20323   - "L2BDMACLRN"
20324   layout:
20325     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20326     layout: "plot-latency"
20327
20328 -
20329   type: "plot"
20330   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20331   algorithm: "plot_latency_error_bars"
20332   output-file-type: ".html"
20333   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20334   data: "plot-vpp-throughput-latency-3n-hsw"
20335   filter: "'NIC_Intel-X710' and
20336            '64B' and
20337            ('BASE' or 'SCALE') and
20338            'NDRPDR' and
20339            '2T2C' and
20340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20341            not 'VHOST' and
20342            'MEMIF'"
20343   parameters:
20344   - "latency"
20345   - "parent"
20346   - "tags"
20347   sort:
20348   - "L2XCFWD"
20349   - "L2XCFWD"
20350   - "L2XCFWD"
20351   - "L2BDMACLRN"
20352   - "L2BDMACLRN"
20353   - "L2BDMACLRN"
20354   layout:
20355     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20356     layout: "plot-latency"
20357
20358 # Packet Latency - VPP Container Memif 3n-hsw-xl710
20359 -
20360   type: "plot"
20361   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20362   algorithm: "plot_latency_error_bars"
20363   output-file-type: ".html"
20364   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20365   data: "plot-vpp-throughput-latency-3n-hsw"
20366   filter: "'NIC_Intel-XL710' and
20367            '64B' and
20368            ('BASE' or 'SCALE') and
20369            'NDRPDR' and
20370            '1T1C' and
20371            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20372            not 'VHOST' and
20373            'MEMIF'"
20374   parameters:
20375   - "latency"
20376   - "parent"
20377   - "tags"
20378   sort:
20379   - "L2XCFWD"
20380   - "L2XCFWD"
20381   - "L2XCFWD"
20382   - "L2BDMACLRN"
20383   - "L2BDMACLRN"
20384   - "L2BDMACLRN"
20385   layout:
20386     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20387     layout: "plot-latency"
20388
20389 -
20390   type: "plot"
20391   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20392   algorithm: "plot_latency_error_bars"
20393   output-file-type: ".html"
20394   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20395   data: "plot-vpp-throughput-latency-3n-hsw"
20396   filter: "'NIC_Intel-XL710' and
20397            '64B' and
20398            ('BASE' or 'SCALE') and
20399            'NDRPDR' and
20400            '2T2C' and
20401            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20402            not 'VHOST' and
20403            'MEMIF'"
20404   parameters:
20405   - "latency"
20406   - "parent"
20407   - "tags"
20408   sort:
20409   - "L2XCFWD"
20410   - "L2XCFWD"
20411   - "L2XCFWD"
20412   - "L2BDMACLRN"
20413   - "L2BDMACLRN"
20414   - "L2BDMACLRN"
20415   layout:
20416     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20417     layout: "plot-latency"
20418
20419 # Packet Latency - VPP Container Memif 3n-skx-x710
20420 -
20421   type: "plot"
20422   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20423   algorithm: "plot_latency_error_bars"
20424   output-file-type: ".html"
20425   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20426   data: "plot-vpp-throughput-latency-3n-skx"
20427   filter: "'NIC_Intel-X710' and
20428            '64B' and
20429            ('BASE' or 'SCALE') and
20430            'NDRPDR' and
20431            '2T1C' and
20432            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20433            not 'VHOST' and
20434            'MEMIF'"
20435   parameters:
20436   - "latency"
20437   - "parent"
20438   - "tags"
20439   sort:
20440   - "L2XCFWD"
20441   - "L2XCFWD"
20442   - "L2XCFWD"
20443   - "L2BDMACLRN"
20444   - "L2BDMACLRN"
20445   - "L2BDMACLRN"
20446   layout:
20447     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20448     layout: "plot-latency"
20449
20450 -
20451   type: "plot"
20452   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20453   algorithm: "plot_latency_error_bars"
20454   output-file-type: ".html"
20455   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20456   data: "plot-vpp-throughput-latency-3n-skx"
20457   filter: "'NIC_Intel-X710' and
20458            '64B' and
20459            ('BASE' or 'SCALE') and
20460            'NDRPDR' and
20461            '4T2C' and
20462            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20463            not 'VHOST' and
20464            'MEMIF'"
20465   parameters:
20466   - "latency"
20467   - "parent"
20468   - "tags"
20469   sort:
20470   - "L2XCFWD"
20471   - "L2XCFWD"
20472   - "L2XCFWD"
20473   - "L2BDMACLRN"
20474   - "L2BDMACLRN"
20475   - "L2BDMACLRN"
20476   layout:
20477     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20478     layout: "plot-latency"
20479
20480 # Packet Latency - VPP Container Memif 2n-skx-x710
20481 -
20482   type: "plot"
20483   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20484   algorithm: "plot_latency_error_bars"
20485   output-file-type: ".html"
20486   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20487   data: "plot-vpp-throughput-latency-2n-skx"
20488   filter: "'NIC_Intel-X710' and
20489            '64B' and
20490            ('BASE' or 'SCALE') and
20491            'NDRPDR' and
20492            '2T1C' and
20493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20494            not 'VHOST' and
20495            'MEMIF'"
20496   parameters:
20497   - "latency"
20498   - "parent"
20499   - "tags"
20500   sort:
20501   - "L2XCFWD"
20502   - "L2XCFWD"
20503   - "L2XCFWD"
20504   - "L2BDMACLRN"
20505   - "L2BDMACLRN"
20506   - "L2BDMACLRN"
20507   layout:
20508     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20509     layout: "plot-latency"
20510
20511 -
20512   type: "plot"
20513   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20514   algorithm: "plot_latency_error_bars"
20515   output-file-type: ".html"
20516   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20517   data: "plot-vpp-throughput-latency-2n-skx"
20518   filter: "'NIC_Intel-X710' and
20519            '64B' and
20520            ('BASE' or 'SCALE') and
20521            'NDRPDR' and
20522            '4T2C' and
20523            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20524            not 'VHOST' and
20525            'MEMIF'"
20526   parameters:
20527   - "latency"
20528   - "parent"
20529   - "tags"
20530   sort:
20531   - "L2XCFWD"
20532   - "L2XCFWD"
20533   - "L2XCFWD"
20534   - "L2BDMACLRN"
20535   - "L2BDMACLRN"
20536   - "L2BDMACLRN"
20537   layout:
20538     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20539     layout: "plot-latency"
20540
20541 # Packet Latency - VPP Container Memif 2n-skx-xxv710
20542 -
20543   type: "plot"
20544   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20545   algorithm: "plot_latency_error_bars"
20546   output-file-type: ".html"
20547   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20548   data: "plot-vpp-throughput-latency-2n-skx"
20549   filter: "'NIC_Intel-XXV710' and
20550            '64B' and
20551            ('BASE' or 'SCALE') and
20552            'NDRPDR' and
20553            '2T1C' and
20554            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20555            not 'VHOST' and
20556            'MEMIF'"
20557   parameters:
20558   - "latency"
20559   - "parent"
20560   - "tags"
20561   sort:
20562   - "L2XCFWD"
20563   - "L2XCFWD"
20564   - "L2XCFWD"
20565   - "L2BDMACLRN"
20566   - "L2BDMACLRN"
20567   - "L2BDMACLRN"
20568   layout:
20569     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20570     layout: "plot-latency"
20571
20572 -
20573   type: "plot"
20574   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20575   algorithm: "plot_latency_error_bars"
20576   output-file-type: ".html"
20577   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20578   data: "plot-vpp-throughput-latency-2n-skx"
20579   filter: "'NIC_Intel-XXV710' and
20580            '64B' and
20581            ('BASE' or 'SCALE') and
20582            'NDRPDR' and
20583            '4T2C' and
20584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20585            not 'VHOST' and
20586            'MEMIF'"
20587   parameters:
20588   - "latency"
20589   - "parent"
20590   - "tags"
20591   sort:
20592   - "L2XCFWD"
20593   - "L2XCFWD"
20594   - "L2XCFWD"
20595   - "L2BDMACLRN"
20596   - "L2BDMACLRN"
20597   - "L2BDMACLRN"
20598   layout:
20599     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20600     layout: "plot-latency"
20601
20602 ################################################################################
20603
20604 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
20605 -
20606   type: "plot"
20607   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20608   algorithm: "plot_latency_error_bars"
20609   output-file-type: ".html"
20610   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20611   data: "plot-ligato-throughput-latency-3n-hsw"
20612   filter: "'NIC_Intel-X520-DA2' and
20613            '64B' and
20614            ('BASE' or 'SCALE') and
20615            'NDRPDR' and
20616            '1T1C' and
20617            'L2XCFWD' and
20618            not 'VHOST' and
20619            'MEMIF'"
20620   parameters:
20621   - "latency"
20622   - "parent"
20623   - "tags"
20624   sort:
20625   - "1VNF"
20626   - "2VNF"
20627   - "4VNF"
20628   - "2VNF"
20629   - "4VNF"
20630   layout:
20631     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
20632     layout: "plot-latency"
20633
20634 -
20635   type: "plot"
20636   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20637   algorithm: "plot_latency_error_bars"
20638   output-file-type: ".html"
20639   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20640   data: "plot-ligato-throughput-latency-3n-hsw"
20641   filter: "'NIC_Intel-X520-DA2' and
20642            '64B' and
20643            ('BASE' or 'SCALE') and
20644            'NDRPDR' and
20645            '2T2C' and
20646            'L2XCFWD' and
20647            not 'VHOST' and
20648            'MEMIF'"
20649   parameters:
20650   - "latency"
20651   - "parent"
20652   - "tags"
20653   sort:
20654   - "1VNF"
20655   - "2VNF"
20656   - "4VNF"
20657   - "2VNF"
20658   - "4VNF"
20659   layout:
20660     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
20661     layout: "plot-latency"
20662
20663 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
20664 -
20665   type: "plot"
20666   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20667   algorithm: "plot_latency_error_bars"
20668   output-file-type: ".html"
20669   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20670   data: "plot-ligato-throughput-latency-3n-hsw"
20671   filter: "'NIC_Intel-X520-DA2' and
20672            '64B' and
20673            ('BASE' or 'SCALE') and
20674            'NDRPDR' and
20675            '1T1C' and
20676            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20677            not 'VHOST' and
20678            'MEMIF'"
20679   parameters:
20680   - "latency"
20681   - "parent"
20682   - "tags"
20683   sort:
20684   - "1VNF"
20685   - "2VNF"
20686   - "4VNF"
20687   - "2VNF"
20688   - "4VNF"
20689   layout:
20690     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
20691     layout: "plot-latency"
20692
20693 -
20694   type: "plot"
20695   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20696   algorithm: "plot_latency_error_bars"
20697   output-file-type: ".html"
20698   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20699   data: "plot-ligato-throughput-latency-3n-hsw"
20700   filter: "'NIC_Intel-X520-DA2' and
20701            '64B' and
20702            ('BASE' or 'SCALE') and
20703            'NDRPDR' and
20704            '2T2C' and
20705            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20706            not 'VHOST' and
20707            'MEMIF'"
20708   parameters:
20709   - "latency"
20710   - "parent"
20711   - "tags"
20712   sort:
20713   - "1VNF"
20714   - "2VNF"
20715   - "4VNF"
20716   - "2VNF"
20717   - "4VNF"
20718   layout:
20719     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
20720     layout: "plot-latency"
20721
20722 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
20723 -
20724   type: "plot"
20725   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20726   algorithm: "plot_latency_error_bars"
20727   output-file-type: ".html"
20728   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20729   data: "plot-ligato-throughput-latency-3n-hsw"
20730   filter: "'NIC_Intel-X710' and
20731            '64B' and
20732            ('BASE' or 'SCALE') and
20733            'NDRPDR' and
20734            '1T1C' and
20735            'L2XCFWD' and
20736            not 'VHOST' and
20737            'MEMIF'"
20738   parameters:
20739   - "latency"
20740   - "parent"
20741   - "tags"
20742   sort:
20743   - "1VNF"
20744   - "2VNF"
20745   - "4VNF"
20746   - "2VNF"
20747   - "4VNF"
20748   layout:
20749     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
20750     layout: "plot-latency"
20751
20752 -
20753   type: "plot"
20754   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20755   algorithm: "plot_latency_error_bars"
20756   output-file-type: ".html"
20757   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20758   data: "plot-ligato-throughput-latency-3n-hsw"
20759   filter: "'NIC_Intel-X710' and
20760            '64B' and
20761            ('BASE' or 'SCALE') and
20762            'NDRPDR' and
20763            '2T2C' and
20764            'L2XCFWD' and
20765            not 'VHOST' and
20766            'MEMIF'"
20767   parameters:
20768   - "latency"
20769   - "parent"
20770   - "tags"
20771   sort:
20772   - "1VNF"
20773   - "2VNF"
20774   - "4VNF"
20775   - "2VNF"
20776   - "4VNF"
20777   layout:
20778     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
20779     layout: "plot-latency"
20780
20781 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
20782 -
20783   type: "plot"
20784   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20785   algorithm: "plot_latency_error_bars"
20786   output-file-type: ".html"
20787   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20788   data: "plot-ligato-throughput-latency-3n-hsw"
20789   filter: "'NIC_Intel-X710' and
20790            '64B' and
20791            ('BASE' or 'SCALE') and
20792            'NDRPDR' and
20793            '1T1C' and
20794            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20795            not 'VHOST' and
20796            'MEMIF'"
20797   parameters:
20798   - "latency"
20799   - "parent"
20800   - "tags"
20801   sort:
20802   - "1VNF"
20803   - "2VNF"
20804   - "4VNF"
20805   - "2VNF"
20806   - "4VNF"
20807   layout:
20808     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
20809     layout: "plot-latency"
20810
20811 -
20812   type: "plot"
20813   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20814   algorithm: "plot_latency_error_bars"
20815   output-file-type: ".html"
20816   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20817   data: "plot-ligato-throughput-latency-3n-hsw"
20818   filter: "'NIC_Intel-X710' and
20819            '64B' and
20820            ('BASE' or 'SCALE') and
20821            'NDRPDR' and
20822            '2T2C' and
20823            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20824            not 'VHOST' and
20825            'MEMIF'"
20826   parameters:
20827   - "latency"
20828   - "parent"
20829   - "tags"
20830   sort:
20831   - "1VNF"
20832   - "2VNF"
20833   - "4VNF"
20834   - "2VNF"
20835   - "4VNF"
20836   layout:
20837     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
20838     layout: "plot-latency"
20839
20840 ################################################################################
20841
20842 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
20843 -
20844   type: "plot"
20845   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20846   algorithm: "plot_latency_error_bars"
20847   output-file-type: ".html"
20848   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20849   data: "plot-vpp-throughput-latency-3n-hsw"
20850   filter: "'NIC_Intel-X520-DA2' and
20851            '64B' and
20852            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20853            'NDRPDR' and
20854            '1T1C' and
20855            'IP4FWD' and
20856            not 'IPSEC' and
20857            not 'VHOST'"
20858   parameters:
20859   - "latency"
20860   - "parent"
20861   - "tags"
20862   sort:
20863   - "DOT1Q"
20864   - "IP4BASE"
20865   - "FIB_20k"
20866   - "FIB_200k"
20867   - "FIB_2M"
20868   layout:
20869     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20870     layout: "plot-latency"
20871
20872 -
20873   type: "plot"
20874   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20875   algorithm: "plot_latency_error_bars"
20876   output-file-type: ".html"
20877   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20878   data: "plot-vpp-throughput-latency-3n-hsw"
20879   filter: "'NIC_Intel-X520-DA2' and
20880            '64B' and
20881            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20882            'NDRPDR' and
20883            '2T2C' and
20884            'IP4FWD' and
20885            not 'IPSEC' and
20886            not 'VHOST'"
20887   parameters:
20888   - "latency"
20889   - "parent"
20890   - "tags"
20891   sort:
20892   - "DOT1Q"
20893   - "IP4BASE"
20894   - "FIB_20k"
20895   - "FIB_200k"
20896   - "FIB_2M"
20897   layout:
20898     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20899     layout: "plot-latency"
20900
20901 # Packet Latency - VPP IPv4 3n-hsw-x520 features
20902 -
20903   type: "plot"
20904   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20905   algorithm: "plot_latency_error_bars"
20906   output-file-type: ".html"
20907   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20908   data: "plot-vpp-throughput-latency-3n-hsw"
20909   filter: "'NIC_Intel-X520-DA2' and
20910            '64B' and
20911            ('IP4BASE' or
20912             'POLICE_MARK' or
20913             'COPWHLIST' or
20914             ('NAT44' and 'BASE') or
20915             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20916            'NDRPDR' and
20917            '1T1C' and
20918            'IP4FWD' and
20919            not 'IPSEC' and
20920            not 'VHOST'"
20921   parameters:
20922   - "latency"
20923   - "parent"
20924   - "tags"
20925   sort:
20926   - "DOT1Q"
20927   - "IP4BASE"
20928   - "NAT44"
20929   - "POLICE_MARK"
20930   - "COPWHLIST"
20931   - "IACL"
20932   - "OACL"
20933   layout:
20934     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
20935     layout: "plot-latency"
20936
20937 -
20938   type: "plot"
20939   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20940   algorithm: "plot_latency_error_bars"
20941   output-file-type: ".html"
20942   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20943   data: "plot-vpp-throughput-latency-3n-hsw"
20944   filter: "'NIC_Intel-X520-DA2' and
20945            '64B' and
20946            ('IP4BASE' or
20947             'POLICE_MARK' or
20948             'COPWHLIST' or
20949             ('NAT44' and 'BASE') or
20950             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20951            'NDRPDR' and
20952            '2T2C' and
20953            'IP4FWD' and
20954            not 'IPSEC' and
20955            not 'VHOST'"
20956   parameters:
20957   - "latency"
20958   - "parent"
20959   - "tags"
20960   sort:
20961   - "DOT1Q"
20962   - "IP4BASE"
20963   - "NAT44"
20964   - "POLICE_MARK"
20965   - "COPWHLIST"
20966   - "IACL"
20967   - "OACL"
20968   layout:
20969     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
20970     layout: "plot-latency"
20971
20972 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
20973 -
20974   type: "plot"
20975   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20976   algorithm: "plot_latency_error_bars"
20977   output-file-type: ".html"
20978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20979   data: "plot-vpp-throughput-latency-3n-hsw"
20980   filter: "'NIC_Intel-X520-DA2' and
20981            '64B' and
20982            'NDRPDR' and
20983            '1T1C' and
20984            'IP4FWD' and
20985            'NAT44' and
20986            not 'IPSEC' and
20987            not 'VHOST'"
20988   parameters:
20989   - "latency"
20990   - "parent"
20991   - "tags"
20992   sort:
20993   - "BASE"
20994   - "BASE"
20995   - "SRC_USER_10"
20996   - "SRC_USER_100"
20997   - "SRC_USER_1000"
20998   - "SRC_USER_2000"
20999   layout:
21000     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
21001     layout: "plot-latency"
21002
21003 -
21004   type: "plot"
21005   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
21006   algorithm: "plot_latency_error_bars"
21007   output-file-type: ".html"
21008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
21009   data: "plot-vpp-throughput-latency-3n-hsw"
21010   filter: "'NIC_Intel-X520-DA2' and
21011            '64B' and
21012            'NDRPDR' and
21013            '2T2C' and
21014            'IP4FWD' and
21015            'NAT44' and
21016            not 'IPSEC' and
21017            not 'VHOST'"
21018   parameters:
21019   - "latency"
21020   - "parent"
21021   - "tags"
21022   sort:
21023   - "BASE"
21024   - "BASE"
21025   - "SRC_USER_10"
21026   - "SRC_USER_100"
21027   - "SRC_USER_1000"
21028   - "SRC_USER_2000"
21029   layout:
21030     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
21031     layout: "plot-latency"
21032
21033 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
21034 -
21035   type: "plot"
21036   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
21037   algorithm: "plot_latency_error_bars"
21038   output-file-type: ".html"
21039   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
21040   data: "plot-vpp-throughput-latency-3n-hsw"
21041   filter: "'NIC_Intel-X520-DA2' and
21042            '64B' and
21043            'NDRPDR' and
21044            '1T1C' and
21045            'IP4FWD' and
21046            'IACL' and
21047            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21048            not 'IPSEC' and
21049            not 'VHOST'"
21050   parameters:
21051   - "latency"
21052   - "parent"
21053   - "tags"
21054   sort:
21055   - "ACL_STATELESS"
21056   - "ACL_STATEFUL"
21057   - "ACL_STATELESS"
21058   - "ACL_STATEFUL"
21059   layout:
21060     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
21061     layout: "plot-latency"
21062
21063 -
21064   type: "plot"
21065   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
21066   algorithm: "plot_latency_error_bars"
21067   output-file-type: ".html"
21068   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
21069   data: "plot-vpp-throughput-latency-3n-hsw"
21070   filter: "'NIC_Intel-X520-DA2' and
21071            '64B' and
21072            'NDRPDR' and
21073            '2T2C' and
21074            'IP4FWD' and
21075            'IACL' and
21076            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21077            not 'IPSEC' and
21078            not 'VHOST'"
21079   parameters:
21080   - "latency"
21081   - "parent"
21082   - "tags"
21083   sort:
21084   - "ACL_STATELESS"
21085   - "ACL_STATEFUL"
21086   - "ACL_STATELESS"
21087   - "ACL_STATEFUL"
21088   layout:
21089     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
21090     layout: "plot-latency"
21091
21092 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
21093 -
21094   type: "plot"
21095   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
21096   algorithm: "plot_latency_error_bars"
21097   output-file-type: ".html"
21098   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
21099   data: "plot-vpp-throughput-latency-3n-hsw"
21100   filter: "'NIC_Intel-X520-DA2' and
21101            '64B' and
21102            'NDRPDR' and
21103            '1T1C' and
21104            'IP4FWD' and
21105            'OACL' and
21106            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21107            not 'IPSEC' and
21108            not 'VHOST'"
21109   parameters:
21110   - "latency"
21111   - "parent"
21112   - "tags"
21113   sort:
21114   - "ACL_STATELESS"
21115   - "ACL_STATEFUL"
21116   - "ACL_STATELESS"
21117   - "ACL_STATEFUL"
21118   layout:
21119     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
21120     layout: "plot-latency"
21121
21122 -
21123   type: "plot"
21124   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
21125   algorithm: "plot_latency_error_bars"
21126   output-file-type: ".html"
21127   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
21128   data: "plot-vpp-throughput-latency-3n-hsw"
21129   filter: "'NIC_Intel-X520-DA2' and
21130            '64B' and
21131            'NDRPDR' and
21132            '2T2C' and
21133            'IP4FWD' and
21134            'OACL' and
21135            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21136            not 'IPSEC' and
21137            not 'VHOST'"
21138   parameters:
21139   - "latency"
21140   - "parent"
21141   - "tags"
21142   sort:
21143   - "ACL_STATELESS"
21144   - "ACL_STATEFUL"
21145   - "ACL_STATELESS"
21146   - "ACL_STATEFUL"
21147   layout:
21148     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
21149     layout: "plot-latency"
21150
21151 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
21152 -
21153   type: "plot"
21154   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21155   algorithm: "plot_latency_error_bars"
21156   output-file-type: ".html"
21157   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21158   data: "plot-vpp-throughput-latency-3n-hsw"
21159   filter: "'NIC_Intel-X710' and
21160            '64B' and
21161            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21162            'NDRPDR' and
21163            '1T1C' and
21164            'IP4FWD' and
21165            not 'IPSEC' and
21166            not 'VHOST'"
21167   parameters:
21168   - "latency"
21169   - "parent"
21170   - "tags"
21171   sort:
21172   - "DOT1Q"
21173   - "IP4BASE"
21174   - "FIB_20K"
21175   - "FIB_200K"
21176   - "FIB_2M"
21177   layout:
21178     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21179     layout: "plot-latency"
21180
21181 -
21182   type: "plot"
21183   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21184   algorithm: "plot_latency_error_bars"
21185   output-file-type: ".html"
21186   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21187   data: "plot-vpp-throughput-latency-3n-hsw"
21188   filter: "'NIC_Intel-X710' and
21189            '64B' and
21190            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21191            'NDRPDR' and
21192            '2T2C' and
21193            'IP4FWD' and
21194            not 'IPSEC' and
21195            not 'VHOST'"
21196   parameters:
21197   - "latency"
21198   - "parent"
21199   - "tags"
21200   sort:
21201   - "DOT1Q"
21202   - "IP4BASE"
21203   - "FIB_20K"
21204   - "FIB_200K"
21205   - "FIB_2M"
21206   layout:
21207     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21208     layout: "plot-latency"
21209
21210 # Packet Latency - VPP IPv4 3n-hsw-x710 features
21211 -
21212   type: "plot"
21213   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
21214   algorithm: "plot_latency_error_bars"
21215   output-file-type: ".html"
21216   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
21217   data: "plot-vpp-throughput-latency-3n-hsw"
21218   filter: "'NIC_Intel-X710' and
21219            '64B' and
21220            ('IP4BASE' or
21221             'POLICE_MARK' or
21222             'COPWHLIST' or
21223             ('NAT44' and 'BASE') or
21224             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21225            'NDRPDR' and
21226            '1T1C' and
21227            'IP4FWD' and
21228            not 'IPSEC' and
21229            not 'VHOST'"
21230   parameters:
21231   - "latency"
21232   - "parent"
21233   - "tags"
21234   sort:
21235   - "IP4BASE"
21236   - "NAT44"
21237   - "POLICE_MARK"
21238   - "COPWHLIST"
21239   - "IACL"
21240   - "OACL"
21241   layout:
21242     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
21243     layout: "plot-latency"
21244
21245 -
21246   type: "plot"
21247   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
21248   algorithm: "plot_latency_error_bars"
21249   output-file-type: ".html"
21250   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
21251   data: "plot-vpp-throughput-latency-3n-hsw"
21252   filter: "'NIC_Intel-X710' and
21253            '64B' and
21254            ('IP4BASE' or
21255             'POLICE_MARK' or
21256             'COPWHLIST' or
21257             ('NAT44' and 'BASE') or
21258             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21259            'NDRPDR' and
21260            '2T2C' and
21261            'IP4FWD' and
21262            not 'IPSEC' and
21263            not 'VHOST'"
21264   parameters:
21265   - "latency"
21266   - "parent"
21267   - "tags"
21268   sort:
21269   - "IP4BASE"
21270   - "NAT44"
21271   - "POLICE_MARK"
21272   - "COPWHLIST"
21273   - "IACL"
21274   - "OACL"
21275   layout:
21276     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
21277     layout: "plot-latency"
21278
21279 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
21280 -
21281   type: "plot"
21282   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
21283   algorithm: "plot_latency_error_bars"
21284   output-file-type: ".html"
21285   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
21286   data: "plot-vpp-throughput-latency-3n-hsw"
21287   filter: "'NIC_Intel-X710' and
21288            '64B' and
21289            'NDRPDR' and
21290            '1T1C' and
21291            'IP4FWD' and
21292            'NAT44' and
21293            not 'IPSEC' and
21294            not 'VHOST'"
21295   parameters:
21296   - "latency"
21297   - "parent"
21298   - "tags"
21299   sort:
21300   - "BASE"
21301   - "BASE"
21302   - "SRC_USER_10"
21303   - "SRC_USER_100"
21304   - "SRC_USER_1000"
21305   - "SRC_USER_2000"
21306   layout:
21307     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
21308     layout: "plot-latency"
21309
21310 -
21311   type: "plot"
21312   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
21313   algorithm: "plot_latency_error_bars"
21314   output-file-type: ".html"
21315   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
21316   data: "plot-vpp-throughput-latency-3n-hsw"
21317   filter: "'NIC_Intel-X710' and
21318            '64B' and
21319            'NDRPDR' and
21320            '2T2C' and
21321            'IP4FWD' and
21322            'NAT44' and
21323            not 'IPSEC' and
21324            not 'VHOST'"
21325   parameters:
21326   - "latency"
21327   - "parent"
21328   - "tags"
21329   sort:
21330   - "BASE"
21331   - "BASE"
21332   - "SRC_USER_10"
21333   - "SRC_USER_100"
21334   - "SRC_USER_1000"
21335   - "SRC_USER_2000"
21336   layout:
21337     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
21338     layout: "plot-latency"
21339
21340 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
21341 -
21342   type: "plot"
21343   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21344   algorithm: "plot_latency_error_bars"
21345   output-file-type: ".html"
21346   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21347   data: "plot-vpp-throughput-latency-3n-hsw"
21348   filter: "'NIC_Intel-X710' and
21349            '64B' and
21350            'NDRPDR' and
21351            '1T1C' and
21352            'IP4FWD' and
21353            'IACL' and
21354            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21355            not 'IPSEC' and
21356            not 'VHOST'"
21357   parameters:
21358   - "latency"
21359   - "parent"
21360   - "tags"
21361   sort:
21362   - "ACL_STATELESS"
21363   - "ACL_STATEFUL"
21364   - "ACL_STATELESS"
21365   - "ACL_STATEFUL"
21366   layout:
21367     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
21368     layout: "plot-latency"
21369
21370 -
21371   type: "plot"
21372   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21373   algorithm: "plot_latency_error_bars"
21374   output-file-type: ".html"
21375   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21376   data: "plot-vpp-throughput-latency-3n-hsw"
21377   filter: "'NIC_Intel-X710' and
21378            '64B' and
21379            'NDRPDR' and
21380            '2T2C' and
21381            'IP4FWD' and
21382            'IACL' and
21383            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21384            not 'IPSEC' and
21385            not 'VHOST'"
21386   parameters:
21387   - "latency"
21388   - "parent"
21389   - "tags"
21390   sort:
21391   - "ACL_STATELESS"
21392   - "ACL_STATEFUL"
21393   - "ACL_STATELESS"
21394   - "ACL_STATEFUL"
21395   layout:
21396     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
21397     layout: "plot-latency"
21398
21399 ## Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
21400 #-
21401 #  type: "plot"
21402 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21403 #  algorithm: "plot_latency_error_bars"
21404 #  output-file-type: ".html"
21405 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21406 #  data: "plot-vpp-throughput-latency-3n-hsw"
21407 #  filter: "'NIC_Intel-X710' and
21408 #           '64B' and
21409 #           'NDRPDR' and
21410 #           '1T1C' and
21411 #           'IP4FWD' and
21412 #           'OACL' and
21413 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
21414 #           not 'IPSEC' and
21415 #           not 'VHOST'"
21416 #  parameters:
21417 #  - "latency"
21418 #  - "parent"
21419 #  - "tags"
21420 #  sort:
21421 #  - "ACL_STATELESS"
21422 #  - "ACL_STATEFUL"
21423 #  - "ACL_STATELESS"
21424 #  - "ACL_STATEFUL"
21425 #  layout:
21426 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
21427 #    layout: "plot-latency"
21428 #
21429 #-
21430 #  type: "plot"
21431 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21432 #  algorithm: "plot_latency_error_bars"
21433 #  output-file-type: ".html"
21434 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21435 #  data: "plot-vpp-throughput-latency-3n-hsw"
21436 #  filter: "'NIC_Intel-X710' and
21437 #           '64B' and
21438 #           'NDRPDR' and
21439 #           '2T2C' and
21440 #           'IP4FWD' and
21441 #           'OACL' and
21442 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
21443 #           not 'IPSEC' and
21444 #           not 'VHOST'"
21445 #  parameters:
21446 #  - "latency"
21447 #  - "parent"
21448 #  - "tags"
21449 #  sort:
21450 #  - "ACL_STATELESS"
21451 #  - "ACL_STATEFUL"
21452 #  - "ACL_STATELESS"
21453 #  - "ACL_STATEFUL"
21454 #  layout:
21455 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
21456 #    layout: "plot-latency"
21457
21458 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
21459 -
21460   type: "plot"
21461   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21462   algorithm: "plot_latency_error_bars"
21463   output-file-type: ".html"
21464   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21465   data: "plot-vpp-throughput-latency-3n-hsw"
21466   filter: "'NIC_Intel-XL710' and
21467            '64B' and
21468            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21469            'NDRPDR' and
21470            '1T1C' and
21471            'IP4FWD' and
21472            not 'IPSEC' and
21473            not 'VHOST'"
21474   parameters:
21475   - "latency"
21476   - "parent"
21477   - "tags"
21478   sort:
21479   - "IP4BASE"
21480   - "FIB_20K"
21481   - "FIB_200K"
21482   - "FIB_2M"
21483   layout:
21484     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21485     layout: "plot-latency"
21486
21487 -
21488   type: "plot"
21489   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21490   algorithm: "plot_latency_error_bars"
21491   output-file-type: ".html"
21492   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21493   data: "plot-vpp-throughput-latency-3n-hsw"
21494   filter: "'NIC_Intel-XL710' and
21495            '64B' and
21496            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21497            'NDRPDR' and
21498            '2T2C' and
21499            'IP4FWD' and
21500            not 'IPSEC' and
21501            not 'VHOST'"
21502   parameters:
21503   - "latency"
21504   - "parent"
21505   - "tags"
21506   sort:
21507   - "IP4BASE"
21508   - "FIB_20K"
21509   - "FIB_200K"
21510   - "FIB_2M"
21511   layout:
21512     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21513     layout: "plot-latency"
21514
21515 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
21516 -
21517   type: "plot"
21518   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21519   algorithm: "plot_latency_error_bars"
21520   output-file-type: ".html"
21521   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21522   data: "plot-vpp-throughput-latency-3n-skx"
21523   filter: "'NIC_Intel-X710' and
21524            '64B' and
21525            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21526            'NDRPDR' and
21527            '2T1C' and
21528            'IP4FWD' and
21529            not 'IPSEC' and
21530            not 'VHOST'"
21531   parameters:
21532   - "latency"
21533   - "parent"
21534   - "tags"
21535   sort:
21536   - "IP4BASE"
21537   - "FIB_20K"
21538   - "FIB_200K"
21539   - "FIB_2M"
21540   layout:
21541     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21542     layout: "plot-latency"
21543
21544 -
21545   type: "plot"
21546   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21547   algorithm: "plot_latency_error_bars"
21548   output-file-type: ".html"
21549   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21550   data: "plot-vpp-throughput-latency-3n-skx"
21551   filter: "'NIC_Intel-X710' and
21552            '64B' and
21553            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21554            'NDRPDR' and
21555            '4T2C' and
21556            'IP4FWD' and
21557            not 'IPSEC' and
21558            not 'VHOST'"
21559   parameters:
21560   - "latency"
21561   - "parent"
21562   - "tags"
21563   sort:
21564   - "IP4BASE"
21565   - "FIB_20K"
21566   - "FIB_200K"
21567   - "FIB_2M"
21568   layout:
21569     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21570     layout: "plot-latency"
21571
21572 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21573 -
21574   type: "plot"
21575   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21576   algorithm: "plot_latency_error_bars"
21577   output-file-type: ".html"
21578   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21579   data: "plot-vpp-throughput-latency-3n-skx"
21580   filter: "'NIC_Intel-X710' and
21581            '64B' and
21582            ('IP4BASE' or
21583             'POLICE_MARK' or
21584             'COPWHLIST' or
21585             ('NAT44' and 'BASE') or
21586             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21587            'NDRPDR' and
21588            '2T1C' and
21589            'IP4FWD' and
21590            not 'IPSEC' and
21591            not 'VHOST'"
21592   parameters:
21593   - "latency"
21594   - "parent"
21595   - "tags"
21596   sort:
21597   - "IP4BASE"
21598   - "NAT44"
21599   - "POLICE_MARK"
21600   - "COPWHLIST"
21601   - "IACL"
21602   - "OACL"
21603   layout:
21604     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
21605     layout: "plot-latency"
21606
21607 -
21608   type: "plot"
21609   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21610   algorithm: "plot_latency_error_bars"
21611   output-file-type: ".html"
21612   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21613   data: "plot-vpp-throughput-latency-3n-skx"
21614   filter: "'NIC_Intel-X710' and
21615            '64B' and
21616            ('IP4BASE' or
21617             'POLICE_MARK' or
21618             'COPWHLIST' or
21619             ('NAT44' and 'BASE') or
21620             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21621            'NDRPDR' and
21622            '4T2C' and
21623            'IP4FWD' and
21624            not 'IPSEC' and
21625            not 'VHOST'"
21626   parameters:
21627   - "latency"
21628   - "parent"
21629   - "tags"
21630   sort:
21631   - "IP4BASE"
21632   - "NAT44"
21633   - "POLICE_MARK"
21634   - "COPWHLIST"
21635   - "IACL"
21636   - "OACL"
21637   layout:
21638     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
21639     layout: "plot-latency"
21640
21641 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
21642 -
21643   type: "plot"
21644   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21645   algorithm: "plot_latency_error_bars"
21646   output-file-type: ".html"
21647   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21648   data: "plot-vpp-throughput-latency-3n-skx"
21649   filter: "'NIC_Intel-X710' and
21650            '64B' and
21651            'NDRPDR' and
21652            '2T1C' and
21653            'IP4FWD' and
21654            'NAT44' and
21655            not 'IPSEC' and
21656            not 'VHOST'"
21657   parameters:
21658   - "latency"
21659   - "parent"
21660   - "tags"
21661   sort:
21662   - "BASE"
21663   - "BASE"
21664   - "SRC_USER_10"
21665   - "SRC_USER_100"
21666   - "SRC_USER_1000"
21667   - "SRC_USER_2000"
21668   layout:
21669     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
21670     layout: "plot-latency"
21671
21672 -
21673   type: "plot"
21674   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21675   algorithm: "plot_latency_error_bars"
21676   output-file-type: ".html"
21677   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21678   data: "plot-vpp-throughput-latency-3n-skx"
21679   filter: "'NIC_Intel-X710' and
21680            '64B' and
21681            'NDRPDR' and
21682            '4T2C' and
21683            'IP4FWD' and
21684            'NAT44' and
21685            not 'IPSEC' and
21686            not 'VHOST'"
21687   parameters:
21688   - "latency"
21689   - "parent"
21690   - "tags"
21691   sort:
21692   - "BASE"
21693   - "BASE"
21694   - "SRC_USER_10"
21695   - "SRC_USER_100"
21696   - "SRC_USER_1000"
21697   - "SRC_USER_2000"
21698   layout:
21699     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
21700     layout: "plot-latency"
21701
21702 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
21703 -
21704   type: "plot"
21705   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21706   algorithm: "plot_latency_error_bars"
21707   output-file-type: ".html"
21708   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21709   data: "plot-vpp-throughput-latency-3n-skx"
21710   filter: "'NIC_Intel-X710' and
21711            '64B' and
21712            'NDRPDR' and
21713            '2T1C' and
21714            'IP4FWD' and
21715            'IACL' and
21716            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21717            not 'IPSEC' and
21718            not 'VHOST'"
21719   parameters:
21720   - "latency"
21721   - "parent"
21722   - "tags"
21723   sort:
21724   - "ACL_STATELESS"
21725   - "ACL_STATEFUL"
21726   - "ACL_STATELESS"
21727   - "ACL_STATEFUL"
21728   layout:
21729     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
21730     layout: "plot-latency"
21731
21732 -
21733   type: "plot"
21734   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21735   algorithm: "plot_latency_error_bars"
21736   output-file-type: ".html"
21737   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21738   data: "plot-vpp-throughput-latency-3n-skx"
21739   filter: "'NIC_Intel-X710' and
21740            '64B' and
21741            'NDRPDR' and
21742            '4T2C' and
21743            'IP4FWD' and
21744            'IACL' and
21745            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21746            not 'IPSEC' and
21747            not 'VHOST'"
21748   parameters:
21749   - "latency"
21750   - "parent"
21751   - "tags"
21752   sort:
21753   - "ACL_STATELESS"
21754   - "ACL_STATEFUL"
21755   - "ACL_STATELESS"
21756   - "ACL_STATEFUL"
21757   layout:
21758     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
21759     layout: "plot-latency"
21760
21761 ## Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21762 #-
21763 #  type: "plot"
21764 #  title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21765 #  algorithm: "plot_latency_error_bars"
21766 #  output-file-type: ".html"
21767 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21768 #  data: "plot-vpp-throughput-latency-3n-skx"
21769 #  filter: "'NIC_Intel-X710' and
21770 #           '64B' and
21771 #           'NDRPDR' and
21772 #           '2T1C' and
21773 #           'IP4FWD' and
21774 #           'OACL' and
21775 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
21776 #           not 'IPSEC' and
21777 #           not 'VHOST'"
21778 #  parameters:
21779 #  - "latency"
21780 #  - "parent"
21781 #  - "tags"
21782 #  sort:
21783 #  - "ACL_STATELESS"
21784 #  - "ACL_STATEFUL"
21785 #  - "ACL_STATELESS"
21786 #  - "ACL_STATEFUL"
21787 #  layout:
21788 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
21789 #    layout: "plot-latency"
21790 #
21791 #-
21792 #  type: "plot"
21793 #  title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
21794 #  algorithm: "plot_latency_error_bars"
21795 #  output-file-type: ".html"
21796 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
21797 #  data: "plot-vpp-throughput-latency-3n-skx"
21798 #  filter: "'NIC_Intel-X710' and
21799 #           '64B' and
21800 #           'NDRPDR' and
21801 #           '4T2C' and
21802 #           'IP4FWD' and
21803 #           'OACL' and
21804 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
21805 #           not 'IPSEC' and
21806 #           not 'VHOST'"
21807 #  parameters:
21808 #  - "latency"
21809 #  - "parent"
21810 #  - "tags"
21811 #  sort:
21812 #  - "ACL_STATELESS"
21813 #  - "ACL_STATEFUL"
21814 #  - "ACL_STATELESS"
21815 #  - "ACL_STATEFUL"
21816 #  layout:
21817 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
21818 #    layout: "plot-latency"
21819
21820 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
21821 -
21822   type: "plot"
21823   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21824   algorithm: "plot_latency_error_bars"
21825   output-file-type: ".html"
21826   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21827   data: "plot-vpp-throughput-latency-2n-skx"
21828   filter: "'NIC_Intel-X710' and
21829            '64B' and
21830            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21831            'NDRPDR' and
21832            '2T1C' and
21833            'IP4FWD' and
21834            not 'IPSEC' and
21835            not 'VHOST'"
21836   parameters:
21837   - "latency"
21838   - "parent"
21839   - "tags"
21840   sort:
21841   - "DOT1Q"
21842   - "IP4BASE"
21843   - "FIB_20k"
21844   - "FIB_200k"
21845   - "FIB_2M"
21846   layout:
21847     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21848     layout: "plot-latency"
21849
21850 -
21851   type: "plot"
21852   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21853   algorithm: "plot_latency_error_bars"
21854   output-file-type: ".html"
21855   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21856   data: "plot-vpp-throughput-latency-2n-skx"
21857   filter: "'NIC_Intel-X710' and
21858            '64B' and
21859            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21860            'NDRPDR' and
21861            '4T2C' and
21862            'IP4FWD' and
21863            not 'IPSEC' and
21864            not 'VHOST'"
21865   parameters:
21866   - "latency"
21867   - "parent"
21868   - "tags"
21869   sort:
21870   - "DOT1Q"
21871   - "IP4BASE"
21872   - "FIB_20k"
21873   - "FIB_200k"
21874   - "FIB_2M"
21875   layout:
21876     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21877     layout: "plot-latency"
21878
21879 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
21880 -
21881   type: "plot"
21882   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21883   algorithm: "plot_latency_error_bars"
21884   output-file-type: ".html"
21885   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21886   data: "plot-vpp-throughput-latency-2n-skx"
21887   filter: "'NIC_Intel-XXV710' and
21888            '64B' and
21889            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21890            'NDRPDR' and
21891            '2T1C' and
21892            'IP4FWD' and
21893            not 'IPSEC' and
21894            not 'VHOST'"
21895   parameters:
21896   - "latency"
21897   - "parent"
21898   - "tags"
21899   sort:
21900   - "DOT1Q"
21901   - "IP4BASE"
21902   - "FIB_20k"
21903   - "FIB_200k"
21904   - "FIB_2M"
21905   layout:
21906     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21907     layout: "plot-latency"
21908
21909 -
21910   type: "plot"
21911   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21912   algorithm: "plot_latency_error_bars"
21913   output-file-type: ".html"
21914   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21915   data: "plot-vpp-throughput-latency-2n-skx"
21916   filter: "'NIC_Intel-XXV710' and
21917            '64B' and
21918            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21919            'NDRPDR' and
21920            '4T2C' and
21921            'IP4FWD' and
21922            not 'IPSEC' and
21923            not 'VHOST'"
21924   parameters:
21925   - "latency"
21926   - "parent"
21927   - "tags"
21928   sort:
21929   - "DOT1Q"
21930   - "IP4BASE"
21931   - "FIB_20k"
21932   - "FIB_200k"
21933   - "FIB_2M"
21934   layout:
21935     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21936     layout: "plot-latency"
21937
21938 ################################################################################
21939
21940 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
21941 #-
21942 #  type: "plot"
21943 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21944 #  algorithm: "plot_latency_error_bars"
21945 #  output-file-type: ".html"
21946 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21947 #  data: "plot-vpp-throughput-latency-3n-hsw"
21948 #  filter: "'NIC_Intel-X520-DA2' and
21949 #           '64B' and
21950 #           'ENCAP' and
21951 #           'NDRPDR' and
21952 #           '1T1C' and
21953 #           ('VXLAN' or 'LISP') and
21954 #           not 'VHOST' and
21955 #           not 'IPSECHW'"
21956 #  parameters:
21957 #  - "latency"
21958 #  - "parent"
21959 #  - "tags"
21960 #  sort:
21961 #  - "not DOT1Q"
21962 #  - "VXLAN_1"
21963 #  - "VXLAN_10"
21964 #  - "VXLAN_100"
21965 #  - "VXLAN_1000"
21966 #  layout:
21967 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21968 #    layout: "plot-latency"
21969 #
21970 #-
21971 #  type: "plot"
21972 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21973 #  algorithm: "plot_latency_error_bars"
21974 #  output-file-type: ".html"
21975 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21976 #  data: "plot-vpp-throughput-latency-3n-hsw"
21977 #  filter: "'NIC_Intel-X520-DA2' and
21978 #           '64B' and
21979 #           'ENCAP' and
21980 #           'NDRPDR' and
21981 #           '2T2C' and
21982 #           ('VXLAN' or 'LISP') and
21983 #           not 'VHOST' and
21984 #           not 'IPSECHW'"
21985 #  parameters:
21986 #  - "latency"
21987 #  - "parent"
21988 #  - "tags"
21989 #  sort:
21990 #  - "not DOT1Q"
21991 #  - "VXLAN_1"
21992 #  - "VXLAN_10"
21993 #  - "VXLAN_100"
21994 #  - "VXLAN_1000"
21995 #  layout:
21996 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21997 #    layout: "plot-latency"
21998
21999 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
22000 -
22001   type: "plot"
22002   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
22003   algorithm: "plot_latency_error_bars"
22004   output-file-type: ".html"
22005   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
22006   data: "plot-vpp-throughput-latency-3n-hsw"
22007   filter: "'NIC_Intel-X520-DA2' and
22008            '64B' and
22009            'ENCAP' and
22010            'NDRPDR' and
22011            '1T1C' and
22012            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22013            not 'DOT1Q' and
22014            not 'VHOST' and
22015            not 'IPSECHW'"
22016   parameters:
22017   - "latency"
22018   - "parent"
22019   - "tags"
22020 #  sort:
22021 #  - "L2BDMACLRN"
22022 #  - "L2XCFWD"
22023 #  - "LISP"
22024   layout:
22025     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
22026     layout: "plot-latency"
22027
22028 -
22029   type: "plot"
22030   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
22031   algorithm: "plot_latency_error_bars"
22032   output-file-type: ".html"
22033   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
22034   data: "plot-vpp-throughput-latency-3n-hsw"
22035   filter: "'NIC_Intel-X520-DA2' and
22036            '64B' and
22037            'ENCAP' and
22038            'NDRPDR' and
22039            '2T2C' and
22040            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22041            not 'DOT1Q' and
22042            not 'VHOST' and
22043            not 'IPSECHW'"
22044   parameters:
22045   - "latency"
22046   - "parent"
22047   - "tags"
22048   sort:
22049   - "L2BDMACLRN"
22050   - "L2XCFWD"
22051   - "LISP"
22052   layout:
22053     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
22054     layout: "plot-latency"
22055
22056 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
22057 -
22058   type: "plot"
22059   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22060   algorithm: "plot_latency_error_bars"
22061   output-file-type: ".html"
22062   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22063   data: "plot-vpp-throughput-latency-3n-hsw"
22064   filter: "'NIC_Intel-X710' and
22065            '64B' and
22066            'ENCAP' and
22067            'NDRPDR' and
22068            '1T1C' and
22069            ('VXLAN' or 'LISP') and
22070            not 'VHOST' and
22071            not 'IPSECHW'"
22072   parameters:
22073   - "latency"
22074   - "parent"
22075   - "tags"
22076   sort:
22077   - "LISP"
22078   - "VXLAN_1"
22079   - "VXLAN_10"
22080   - "VXLAN_100"
22081   - "VXLAN_1000"
22082   layout:
22083     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22084     layout: "plot-latency"
22085
22086 -
22087   type: "plot"
22088   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22089   algorithm: "plot_latency_error_bars"
22090   output-file-type: ".html"
22091   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22092   data: "plot-vpp-throughput-latency-3n-hsw"
22093   filter: "'NIC_Intel-X710' and
22094            '64B' and
22095            'ENCAP' and
22096            'NDRPDR' and
22097            '2T2C' and
22098            ('VXLAN' or 'LISP') and
22099            not 'VHOST' and
22100            not 'IPSECHW'"
22101   parameters:
22102   - "latency"
22103   - "parent"
22104   - "tags"
22105   sort:
22106   - "LISP"
22107   - "VXLAN_1"
22108   - "VXLAN_10"
22109   - "VXLAN_100"
22110   - "VXLAN_1000"
22111   layout:
22112     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22113     layout: "plot-latency"
22114
22115 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
22116 -
22117   type: "plot"
22118   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
22119   algorithm: "plot_latency_error_bars"
22120   output-file-type: ".html"
22121   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
22122   data: "plot-vpp-throughput-latency-3n-hsw"
22123   filter: "'NIC_Intel-X710' and
22124            '64B' and
22125            'ENCAP' and
22126            'NDRPDR' and
22127            '1T1C' and
22128            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22129            not 'DOT1Q' and
22130            not 'VHOST' and
22131            not 'IPSECHW'"
22132   parameters:
22133   - "latency"
22134   - "parent"
22135   - "tags"
22136   sort:
22137   - "L2BDMACLRN"
22138   - "L2XCFWD"
22139   - "LISP"
22140   layout:
22141     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
22142     layout: "plot-latency"
22143
22144 -
22145   type: "plot"
22146   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
22147   algorithm: "plot_latency_error_bars"
22148   output-file-type: ".html"
22149   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
22150   data: "plot-vpp-throughput-latency-3n-hsw"
22151   filter: "'NIC_Intel-X710' and
22152            '64B' and
22153            'ENCAP' and
22154            'NDRPDR' and
22155            '2T2C' and
22156            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22157            not 'DOT1Q' and
22158            not 'VHOST' and
22159            not 'IPSECHW'"
22160   parameters:
22161   - "latency"
22162   - "parent"
22163   - "tags"
22164   sort:
22165   - "L2BDMACLRN"
22166   - "L2XCFWD"
22167   - "LISP"
22168   layout:
22169     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
22170     layout: "plot-latency"
22171
22172 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
22173 -
22174   type: "plot"
22175   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22176   algorithm: "plot_latency_error_bars"
22177   output-file-type: ".html"
22178   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22179   data: "plot-vpp-throughput-latency-3n-skx"
22180   filter: "'NIC_Intel-X710' and
22181            '64B' and
22182            'ENCAP' and
22183            'NDRPDR' and
22184            '2T1C' and
22185            ('VXLAN' or 'LISP') and
22186            not 'VHOST' and
22187            not 'IPSECHW'"
22188   parameters:
22189   - "latency"
22190   - "parent"
22191   - "tags"
22192   sort:
22193   - "LISP"
22194   - "VXLAN_1"
22195   - "VXLAN_10"
22196   - "VXLAN_100"
22197   - "VXLAN_1000"
22198   layout:
22199     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22200     layout: "plot-latency"
22201
22202 -
22203   type: "plot"
22204   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22205   algorithm: "plot_latency_error_bars"
22206   output-file-type: ".html"
22207   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22208   data: "plot-vpp-throughput-latency-3n-skx"
22209   filter: "'NIC_Intel-X710' and
22210            '64B' and
22211            'ENCAP' and
22212            'NDRPDR' and
22213            '4T2C' and
22214            ('VXLAN' or 'LISP') and
22215            not 'VHOST' and
22216            not 'IPSECHW'"
22217   parameters:
22218   - "latency"
22219   - "parent"
22220   - "tags"
22221   sort:
22222   - "LISP"
22223   - "VXLAN_1"
22224   - "VXLAN_10"
22225   - "VXLAN_100"
22226   - "VXLAN_1000"
22227   layout:
22228     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22229     layout: "plot-latency"
22230
22231 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
22232 -
22233   type: "plot"
22234   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22235   algorithm: "plot_latency_error_bars"
22236   output-file-type: ".html"
22237   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22238   data: "plot-vpp-throughput-latency-3n-skx"
22239   filter: "'NIC_Intel-X710' and
22240            '64B' and
22241            'ENCAP' and
22242            'NDRPDR' and
22243            '2T1C' and
22244            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22245            not 'DOT1Q' and
22246            not 'VHOST' and
22247            not 'IPSECHW'"
22248   parameters:
22249   - "latency"
22250   - "parent"
22251   - "tags"
22252   sort:
22253   - "L2BDMACLRN"
22254   - "L2XCFWD"
22255   - "LISP"
22256   layout:
22257     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22258     layout: "plot-latency"
22259
22260 -
22261   type: "plot"
22262   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22263   algorithm: "plot_latency_error_bars"
22264   output-file-type: ".html"
22265   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22266   data: "plot-vpp-throughput-latency-3n-skx"
22267   filter: "'NIC_Intel-X710' and
22268            '64B' and
22269            'ENCAP' and
22270            'NDRPDR' and
22271            '4T2C' and
22272            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22273            not 'DOT1Q' and
22274            not 'VHOST' and
22275            not 'IPSECHW'"
22276   parameters:
22277   - "latency"
22278   - "parent"
22279   - "tags"
22280   sort:
22281   - "L2BDMACLRN"
22282   - "L2XCFWD"
22283   - "LISP"
22284   layout:
22285     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22286     layout: "plot-latency"
22287
22288 ################################################################################
22289
22290 # Packet Latency - VPP IPv6 3n-hsw-x520
22291 -
22292   type: "plot"
22293   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22294   algorithm: "plot_latency_error_bars"
22295   output-file-type: ".html"
22296   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22297   data: "plot-vpp-throughput-latency-3n-hsw"
22298   filter: "'NIC_Intel-X520-DA2' and
22299            '78B' and
22300            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22301            'NDRPDR' and
22302            '1T1C' and
22303            'IP6FWD' and
22304            not 'SRv6' and
22305            not 'IPSEC' and
22306            not 'VHOST'"
22307   parameters:
22308   - "latency"
22309   - "parent"
22310   - "tags"
22311   sort:
22312   - "IP6BASE"
22313   - "FIB_20K"
22314   - "FIB_200K"
22315   - "FIB_2M"
22316   layout:
22317     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22318     layout: "plot-latency"
22319
22320 -
22321   type: "plot"
22322   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22323   algorithm: "plot_latency_error_bars"
22324   output-file-type: ".html"
22325   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22326   data: "plot-vpp-throughput-latency-3n-hsw"
22327   filter: "'NIC_Intel-X520-DA2' and
22328            '78B' and
22329            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22330            'NDRPDR' and
22331            '2T2C' and
22332            'IP6FWD' and
22333            not 'SRv6' and
22334            not 'IPSEC' and
22335            not 'VHOST'"
22336   parameters:
22337   - "latency"
22338   - "parent"
22339   - "tags"
22340   sort:
22341   - "IP6BASE"
22342   - "FIB_20K"
22343   - "FIB_200K"
22344   - "FIB_2M"
22345   layout:
22346     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22347     layout: "plot-latency"
22348
22349 # Packet Latency - VPP IPv6 3n-hsw-x710
22350 -
22351   type: "plot"
22352   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22353   algorithm: "plot_latency_error_bars"
22354   output-file-type: ".html"
22355   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22356   data: "plot-vpp-throughput-latency-3n-hsw"
22357   filter: "'NIC_Intel-X710' and
22358            '78B' and
22359            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22360            'NDRPDR' and
22361            '1T1C' and
22362            'IP6FWD' and
22363            not 'SRv6' and
22364            not 'IPSEC' and
22365            not 'VHOST'"
22366   parameters:
22367   - "latency"
22368   - "parent"
22369   - "tags"
22370   sort:
22371   - "IP6BASE"
22372   - "FIB_20K"
22373   - "FIB_200K"
22374   - "FIB_2M"
22375   layout:
22376     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
22377     layout: "plot-latency"
22378
22379 -
22380   type: "plot"
22381   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22382   algorithm: "plot_latency_error_bars"
22383   output-file-type: ".html"
22384   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22385   data: "plot-vpp-throughput-latency-3n-hsw"
22386   filter: "'NIC_Intel-X710' and
22387            '78B' and
22388            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22389            'NDRPDR' and
22390            '2T2C' and
22391            'IP6FWD' and
22392            not 'SRv6' and
22393            not 'IPSEC' and
22394            not 'VHOST'"
22395   parameters:
22396   - "latency"
22397   - "parent"
22398   - "tags"
22399   sort:
22400   - "IP6BASE"
22401   - "FIB_20K"
22402   - "FIB_200K"
22403   - "FIB_2M"
22404   layout:
22405     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
22406     layout: "plot-latency"
22407
22408 # Packet Latency - VPP IPv6 3n-hsw-xl710
22409 -
22410   type: "plot"
22411   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22412   algorithm: "plot_latency_error_bars"
22413   output-file-type: ".html"
22414   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22415   data: "plot-vpp-throughput-latency-3n-hsw"
22416   filter: "'NIC_Intel-XL710' and
22417            '78B' and
22418            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22419            'NDRPDR' and
22420            '1T1C' and
22421            'IP6FWD' and
22422            not 'SRv6' and
22423            not 'IPSEC' and
22424            not 'VHOST'"
22425   parameters:
22426   - "latency"
22427   - "parent"
22428   - "tags"
22429   sort:
22430   - "IP6BASE"
22431   - "FIB_20K"
22432   - "FIB_200K"
22433   - "FIB_2M"
22434   layout:
22435     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
22436     layout: "plot-latency"
22437
22438 -
22439   type: "plot"
22440   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22441   algorithm: "plot_latency_error_bars"
22442   output-file-type: ".html"
22443   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22444   data: "plot-vpp-throughput-latency-3n-hsw"
22445   filter: "'NIC_Intel-XL710' and
22446            '78B' and
22447            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22448            'NDRPDR' and
22449            '2T2C' and
22450            'IP6FWD' and
22451            not 'SRv6' and
22452            not 'IPSEC' and
22453            not 'VHOST'"
22454   parameters:
22455   - "latency"
22456   - "parent"
22457   - "tags"
22458   sort:
22459   - "IP6BASE"
22460   - "FIB_20K"
22461   - "FIB_200K"
22462   - "FIB_2M"
22463   layout:
22464     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
22465     layout: "plot-latency"
22466
22467 # Packet Latency - VPP IPv6 3n-skx-x710
22468 -
22469   type: "plot"
22470   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22471   algorithm: "plot_latency_error_bars"
22472   output-file-type: ".html"
22473   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22474   data: "plot-vpp-throughput-latency-3n-skx"
22475   filter: "'NIC_Intel-X710' and
22476            '78B' and
22477            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22478            'NDRPDR' and
22479            '2T1C' and
22480            'IP6FWD' and
22481            not 'SRv6' and
22482            not 'IPSEC' and
22483            not 'VHOST'"
22484   parameters:
22485   - "latency"
22486   - "parent"
22487   - "tags"
22488   sort:
22489   - "IP6BASE"
22490   - "FIB_20K"
22491   - "FIB_200K"
22492   - "FIB_2M"
22493   layout:
22494     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
22495     layout: "plot-latency"
22496
22497 -
22498   type: "plot"
22499   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22500   algorithm: "plot_latency_error_bars"
22501   output-file-type: ".html"
22502   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22503   data: "plot-vpp-throughput-latency-3n-skx"
22504   filter: "'NIC_Intel-X710' and
22505            '78B' and
22506            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22507            'NDRPDR' and
22508            '4T2C' and
22509            'IP6FWD' and
22510            not 'SRv6' and
22511            not 'IPSEC' and
22512            not 'VHOST'"
22513   parameters:
22514   - "latency"
22515   - "parent"
22516   - "tags"
22517   sort:
22518   - "IP6BASE"
22519   - "FIB_20K"
22520   - "FIB_200K"
22521   - "FIB_2M"
22522   layout:
22523     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
22524     layout: "plot-latency"
22525
22526 # Packet Latency - VPP IPv6 2n-skx-x710
22527 -
22528   type: "plot"
22529   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22530   algorithm: "plot_latency_error_bars"
22531   output-file-type: ".html"
22532   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22533   data: "plot-vpp-throughput-latency-2n-skx"
22534   filter: "'NIC_Intel-X710' and
22535            '78B' and
22536            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22537            'NDRPDR' and
22538            '2T1C' and
22539            'IP6FWD' and
22540            not 'SRv6' and
22541            not 'IPSEC' and
22542            not 'VHOST'"
22543   parameters:
22544   - "latency"
22545   - "parent"
22546   - "tags"
22547   sort:
22548   - "IP6BASE"
22549   - "FIB_20k"
22550   - "FIB_200k"
22551   - "FIB_2M"
22552   layout:
22553     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
22554     layout: "plot-latency"
22555
22556 -
22557   type: "plot"
22558   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22559   algorithm: "plot_latency_error_bars"
22560   output-file-type: ".html"
22561   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22562   data: "plot-vpp-throughput-latency-2n-skx"
22563   filter: "'NIC_Intel-X710' and
22564            '78B' and
22565            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22566            'NDRPDR' and
22567            '4T2C' and
22568            'IP6FWD' and
22569            not 'SRv6' and
22570            not 'IPSEC' and
22571            not 'VHOST'"
22572   parameters:
22573   - "latency"
22574   - "parent"
22575   - "tags"
22576   sort:
22577   - "IP6BASE"
22578   - "FIB_20k"
22579   - "FIB_200k"
22580   - "FIB_2M"
22581   layout:
22582     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
22583     layout: "plot-latency"
22584
22585 # Packet Latency - VPP IPv6 2n-skx-xxv710
22586 -
22587   type: "plot"
22588   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22589   algorithm: "plot_latency_error_bars"
22590   output-file-type: ".html"
22591   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22592   data: "plot-vpp-throughput-latency-2n-skx"
22593   filter: "'NIC_Intel-XXV710' and
22594            '78B' and
22595            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22596            'NDRPDR' and
22597            '2T1C' and
22598            'IP6FWD' and
22599            not 'SRv6' and
22600            not 'IPSEC' and
22601            not 'VHOST'"
22602   parameters:
22603   - "latency"
22604   - "parent"
22605   - "tags"
22606   sort:
22607   - "IP6BASE"
22608   - "FIB_20k"
22609   - "FIB_200k"
22610   - "FIB_2M"
22611   layout:
22612     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
22613     layout: "plot-latency"
22614
22615 -
22616   type: "plot"
22617   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22618   algorithm: "plot_latency_error_bars"
22619   output-file-type: ".html"
22620   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22621   data: "plot-vpp-throughput-latency-2n-skx"
22622   filter: "'NIC_Intel-XXV710' and
22623            '78B' and
22624            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22625            'NDRPDR' and
22626            '4T2C' and
22627            'IP6FWD' and
22628            not 'SRv6' and
22629            not 'IPSEC' and
22630            not 'VHOST'"
22631   parameters:
22632   - "latency"
22633   - "parent"
22634   - "tags"
22635   sort:
22636   - "IP6BASE"
22637   - "FIB_20k"
22638   - "FIB_200k"
22639   - "FIB_2M"
22640   layout:
22641     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
22642     layout: "plot-latency"
22643
22644 ################################################################################
22645
22646 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
22647 -
22648   type: "plot"
22649   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22650   algorithm: "plot_latency_error_bars"
22651   output-file-type: ".html"
22652   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22653   data: "plot-vpp-throughput-latency-3n-hsw"
22654   filter: "'NIC_Intel-X520-DA2' and
22655            '78B' and
22656            'ENCAP' and
22657            'NDRPDR' and
22658            '1T1C' and
22659            'LISP' and
22660            not 'VHOST'"
22661   parameters:
22662   - "latency"
22663   - "parent"
22664   - "tags"
22665   sort:
22666   - "IP4UNRLAY"
22667   - "IP6UNRLAY"
22668   layout:
22669     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22670     layout: "plot-latency"
22671
22672 -
22673   type: "plot"
22674   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22675   algorithm: "plot_latency_error_bars"
22676   output-file-type: ".html"
22677   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22678   data: "plot-vpp-throughput-latency-3n-hsw"
22679   filter: "'NIC_Intel-X520-DA2' and
22680            '78B' and
22681            'ENCAP' and
22682            'NDRPDR' and
22683            '2T2C' and
22684            'LISP' and
22685            not 'VHOST'"
22686   parameters:
22687   - "latency"
22688   - "parent"
22689   - "tags"
22690   sort:
22691   - "IP4UNRLAY"
22692   - "IP6UNRLAY"
22693   layout:
22694     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22695     layout: "plot-latency"
22696
22697 ################################################################################
22698
22699 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
22700 -
22701   type: "plot"
22702   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22703   algorithm: "plot_latency_error_bars"
22704   output-file-type: ".html"
22705   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22706   data: "plot-vpp-throughput-latency-3n-hsw"
22707   filter: "'NIC_Intel-XL710' and
22708            '64B' and
22709            'IP4FWD' and
22710            'NDRPDR' and
22711            'BASE' and
22712            '1T1C' and
22713            'IPSECHW' and
22714            ('IPSECTRAN' or 'IPSECTUN') and
22715            not 'VHOST'"
22716   parameters:
22717   - "latency"
22718   - "parent"
22719   - "tags"
22720   layout:
22721     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
22722     layout: "plot-latency"
22723
22724 -
22725   type: "plot"
22726   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22727   algorithm: "plot_latency_error_bars"
22728   output-file-type: ".html"
22729   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22730   data: "plot-vpp-throughput-latency-3n-hsw"
22731   filter: "'NIC_Intel-XL710' and
22732            '64B' and
22733            'IP4FWD' and
22734            'NDRPDR' and
22735            'BASE' and
22736            '2T2C' and
22737            'IPSECHW' and
22738            ('IPSECTRAN' or 'IPSECTUN') and
22739            not 'VHOST'"
22740   parameters:
22741   - "latency"
22742   - "parent"
22743   - "tags"
22744   layout:
22745     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
22746     layout: "plot-latency"
22747
22748 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
22749 -
22750   type: "plot"
22751   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22752   algorithm: "plot_latency_error_bars"
22753   output-file-type: ".html"
22754   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22755   data: "plot-vpp-throughput-latency-3n-hsw"
22756   filter: "'NIC_Intel-XL710' and
22757            '64B' and
22758            'IP4FWD' and
22759            'NDRPDR' and
22760            'SCALE' and
22761            '1T1C' and
22762            'IPSECHW' and
22763            ('IPSECTRAN' or 'IPSECTUN') and
22764            not 'VHOST'"
22765   parameters:
22766   - "latency"
22767   - "parent"
22768   - "tags"
22769   layout:
22770     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
22771     layout: "plot-latency"
22772
22773 -
22774   type: "plot"
22775   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22776   algorithm: "plot_latency_error_bars"
22777   output-file-type: ".html"
22778   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22779   data: "plot-vpp-throughput-latency-3n-hsw"
22780   filter: "'NIC_Intel-XL710' and
22781            '64B' and
22782            'IP4FWD' and
22783            'NDRPDR' and
22784            'SCALE' and
22785            '2T2C' and
22786            'IPSECHW' and
22787            ('IPSECTRAN' or 'IPSECTUN') and
22788            not 'VHOST'"
22789   parameters:
22790   - "latency"
22791   - "parent"
22792   - "tags"
22793   layout:
22794     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
22795     layout: "plot-latency"
22796
22797 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
22798 -
22799   type: "plot"
22800   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22801   algorithm: "plot_latency_error_bars"
22802   output-file-type: ".html"
22803   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22804   data: "plot-vpp-throughput-latency-3n-hsw"
22805   filter: "'NIC_Intel-XL710' and
22806            '64B' and
22807            'IP4FWD' and
22808            'NDRPDR' and
22809            '1T1C' and
22810            'IPSECSW' and
22811            ('IPSECTRAN' or 'IPSECTUN') and
22812            not 'VHOST'"
22813   parameters:
22814   - "latency"
22815   - "parent"
22816   - "tags"
22817   layout:
22818     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
22819     layout: "plot-latency"
22820
22821 -
22822   type: "plot"
22823   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22824   algorithm: "plot_latency_error_bars"
22825   output-file-type: ".html"
22826   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22827   data: "plot-vpp-throughput-latency-3n-hsw"
22828   filter: "'NIC_Intel-XL710' and
22829            '64B' and
22830            'IP4FWD' and
22831            'NDRPDR' and
22832            '2T2C' and
22833            'IPSECSW' and
22834            ('IPSECTRAN' or 'IPSECTUN') and
22835            not 'VHOST'"
22836   parameters:
22837   - "latency"
22838   - "parent"
22839   - "tags"
22840   layout:
22841     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
22842     layout: "plot-latency"
22843
22844 ################################################################################
22845
22846 # Packet Latency - VPP SRv6 3n-hsw-x520
22847 -
22848   type: "plot"
22849   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22850   algorithm: "plot_latency_error_bars"
22851   output-file-type: ".html"
22852   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22853   data: "plot-vpp-throughput-latency-3n-hsw"
22854   filter: "'NIC_Intel-X520-DA2' and
22855            '78B' and
22856            'FEATURE' and
22857            'NDRPDR' and
22858            '1T1C' and
22859            'IP6FWD' and
22860            'SRv6'"
22861   parameters:
22862   - "latency"
22863   - "parent"
22864   - "tags"
22865   layout:
22866     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
22867     layout: "plot-latency"
22868
22869 -
22870   type: "plot"
22871   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22872   algorithm: "plot_latency_error_bars"
22873   output-file-type: ".html"
22874   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22875   data: "plot-vpp-throughput-latency-3n-hsw"
22876   filter: "'NIC_Intel-X520-DA2' and
22877            '78B' and
22878            'FEATURE' and
22879            'NDRPDR' and
22880            '2T2C' and
22881            'IP6FWD' and
22882            'SRv6'"
22883   parameters:
22884   - "latency"
22885   - "parent"
22886   - "tags"
22887   layout:
22888     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
22889     layout: "plot-latency"
22890
22891 ################################################################################
22892
22893 # Packet Latency - VPP vhost ip4 3n-hsw-x520
22894 -
22895   type: "plot"
22896   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22897   algorithm: "plot_latency_error_bars"
22898   output-file-type: ".html"
22899   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22900   data: "plot-vpp-throughput-latency-3n-hsw"
22901   filter: "'NIC_Intel-X520-DA2' and
22902            '64B' and
22903            'NDRPDR' and
22904            'ETH' and
22905            'IP4FWD' and
22906            '1T1C' and
22907            'VHOST_1024' and
22908            not 'VXLAN' and
22909            not 'DOT1Q'"
22910   parameters:
22911   - "latency"
22912   - "parent"
22913   - "tags"
22914   sort:
22915   - "not CFS_OPT"
22916   - "1VM"
22917   - "2VM"
22918   layout:
22919     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22920     layout: "plot-latency"
22921
22922 -
22923   type: "plot"
22924   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22925   algorithm: "plot_latency_error_bars"
22926   output-file-type: ".html"
22927   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22928   data: "plot-vpp-throughput-latency-3n-hsw"
22929   filter: "'NIC_Intel-X520-DA2' and
22930            '64B' and
22931            'NDRPDR' and
22932            'ETH' and
22933            'IP4FWD' and
22934            '2T2C' and
22935            'VHOST_1024' and
22936            not 'VXLAN' and
22937            not 'DOT1Q'"
22938   parameters:
22939   - "latency"
22940   - "parent"
22941   - "tags"
22942   sort:
22943   - "not CFS_OPT"
22944   - "1VM"
22945   - "2VM"
22946   layout:
22947     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22948     layout: "plot-latency"
22949
22950 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
22951 -
22952   type: "plot"
22953   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22954   algorithm: "plot_latency_error_bars"
22955   output-file-type: ".html"
22956   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22957   data: "plot-vpp-throughput-latency-3n-hsw"
22958   filter: "'NIC_Intel-X520-DA2' and
22959            '64B' and
22960            'NDRPDR' and
22961            ('ETH' or 'DOT1Q') and
22962            '1T1C' and
22963            'L2BDMACLRN' and
22964            'VHOST_1024' and
22965            not 'VXLAN' and
22966            not 'IP4FWD' and
22967            not '2VM'"
22968   parameters:
22969   - "latency"
22970   - "parent"
22971   - "tags"
22972 #  sort:
22973 #  - "VM"  # "not CFS_OPT"
22974 #  - "CFS_OPT"
22975 #  - "FIB_10K"
22976 #  - "FIB_100K"
22977 #  - "FIB_1M"
22978   layout:
22979     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22980     layout: "plot-latency"
22981
22982 -
22983   type: "plot"
22984   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22985   algorithm: "plot_latency_error_bars"
22986   output-file-type: ".html"
22987   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22988   data: "plot-vpp-throughput-latency-3n-hsw"
22989   filter: "'NIC_Intel-X520-DA2' and
22990            '64B' and
22991            'NDRPDR' and
22992            ('ETH' or 'DOT1Q') and
22993            '2T2C' and
22994            'L2BDMACLRN' and
22995            'VHOST_1024' and
22996            not 'VXLAN' and
22997            not 'IP4FWD' and
22998            not '2VM'"
22999   parameters:
23000   - "latency"
23001   - "parent"
23002   - "tags"
23003 #  sort:
23004 #  - "VM"  # "not CFS_OPT"
23005 #  - "CFS_OPT"
23006 #  - "FIB_10K"
23007 #  - "FIB_100K"
23008 #  - "FIB_1M"
23009   layout:
23010     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
23011     layout: "plot-latency"
23012
23013 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
23014 -
23015   type: "plot"
23016   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23017   algorithm: "plot_latency_error_bars"
23018   output-file-type: ".html"
23019   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23020   data: "plot-vpp-throughput-latency-3n-hsw"
23021   filter: "'NIC_Intel-X520-DA2' and
23022            '64B' and
23023            'NDRPDR' and
23024            ('ETH' or 'DOT1Q') and
23025            'BASE' and
23026            '1T1C' and
23027            ('L2BDMACLRN' or 'L2XCFWD') and
23028            'VHOST_1024' and
23029            not 'VXLAN' and
23030            not 'IP4FWD' and
23031            not '2VM'"
23032   parameters:
23033   - "latency"
23034   - "parent"
23035   - "tags"
23036 #  sort:
23037 #  - "not CFS_OPT"
23038 #  - "L2XCFWD"
23039 #  - "not CFS_OPT"
23040 #  - "CFS_OPT"
23041   layout:
23042     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
23043     layout: "plot-latency"
23044
23045 -
23046   type: "plot"
23047   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23048   algorithm: "plot_latency_error_bars"
23049   output-file-type: ".html"
23050   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23051   data: "plot-vpp-throughput-latency-3n-hsw"
23052   filter: "'NIC_Intel-X520-DA2' and
23053            '64B' and
23054            'NDRPDR' and
23055            ('ETH' or 'DOT1Q') and
23056            'BASE' and
23057            '2T2C' and
23058            ('L2BDMACLRN' or 'L2XCFWD') and
23059            'VHOST_1024' and
23060            not 'VXLAN' and
23061            not 'IP4FWD' and
23062            not '2VM'"
23063   parameters:
23064   - "latency"
23065   - "parent"
23066   - "tags"
23067 #  sort:
23068 #  - "not CFS_OPT"
23069 #  - "L2XCFWD"
23070 #  - "not CFS_OPT"
23071 #  - "CFS_OPT"
23072   layout:
23073     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
23074     layout: "plot-latency"
23075
23076 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
23077 -
23078   type: "plot"
23079   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
23080   algorithm: "plot_latency_error_bars"
23081   output-file-type: ".html"
23082   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
23083   data: "plot-vpp-throughput-latency-3n-hsw"
23084   filter: "'NIC_Intel-X520-DA2' and
23085            '64B' and
23086            'NDRPDR' and
23087            ('ETH' or 'DOT1Q') and
23088            '1T1C' and
23089            ('L2BDMACLRN' or 'L2XCFWD') and
23090            'VHOST_1024' and
23091            not 'CFS_OPT' and
23092            not 'VXLAN' and
23093            not 'IP4FWD' and
23094            not 'LBOND'"
23095   parameters:
23096   - "latency"
23097   - "parent"
23098   - "tags"
23099 #  sort:
23100 #  - "1VM"
23101 #  - "L2XCFWD"
23102 #  - "1VM"
23103 #  - "L2BDMACLRN"
23104   layout:
23105     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
23106     layout: "plot-latency"
23107
23108 -
23109   type: "plot"
23110   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
23111   algorithm: "plot_latency_error_bars"
23112   output-file-type: ".html"
23113   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
23114   data: "plot-vpp-throughput-latency-3n-hsw"
23115   filter: "'NIC_Intel-X520-DA2' and
23116            '64B' and
23117            'NDRPDR' and
23118            ('ETH' or 'DOT1Q') and
23119            '2T2C' and
23120            ('L2BDMACLRN' or 'L2XCFWD') and
23121            'VHOST_1024' and
23122            not 'CFS_OPT' and
23123            not 'VXLAN' and
23124            not 'IP4FWD' and
23125            not 'LBOND'"
23126   parameters:
23127   - "latency"
23128   - "parent"
23129   - "tags"
23130 #  sort:
23131 #  - "1VM"
23132 #  - "L2XCFWD"
23133 #  - "1VM"
23134 #  - "L2BDMACLRN"
23135   layout:
23136     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
23137     layout: "plot-latency"
23138
23139 # Packet Latency - VPP vhost ip4 3n-hsw-x710
23140 -
23141   type: "plot"
23142   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23143   algorithm: "plot_latency_error_bars"
23144   output-file-type: ".html"
23145   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23146   data: "plot-vpp-throughput-latency-3n-hsw"
23147   filter: "'NIC_Intel-X710' and
23148            '64B' and
23149            'NDRPDR' and
23150            'ETH' and
23151            'IP4FWD' and
23152            '1T1C' and
23153            'VHOST_1024' and
23154            not 'VXLAN' and
23155            not 'DOT1Q'"
23156   parameters:
23157   - "latency"
23158   - "parent"
23159   - "tags"
23160   sort:
23161   - "not CFS_OPT"
23162   - "1VM"
23163   - "2VM"
23164   layout:
23165     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
23166     layout: "plot-latency"
23167
23168 -
23169   type: "plot"
23170   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23171   algorithm: "plot_latency_error_bars"
23172   output-file-type: ".html"
23173   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23174   data: "plot-vpp-throughput-latency-3n-hsw"
23175   filter: "'NIC_Intel-X710' and
23176            '64B' and
23177            'NDRPDR' and
23178            'ETH' and
23179            'IP4FWD' and
23180            '2T2C' and
23181            'VHOST_1024' and
23182            not 'VXLAN' and
23183            not 'DOT1Q'"
23184   parameters:
23185   - "latency"
23186   - "parent"
23187   - "tags"
23188   sort:
23189   - "not CFS_OPT"
23190   - "1VM"
23191   - "2VM"
23192   layout:
23193     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
23194     layout: "plot-latency"
23195
23196 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
23197 -
23198   type: "plot"
23199   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23200   algorithm: "plot_latency_error_bars"
23201   output-file-type: ".html"
23202   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23203   data: "plot-vpp-throughput-latency-3n-hsw"
23204   filter: "'NIC_Intel-X710' and
23205            '64B' and
23206            'NDRPDR' and
23207            ('ETH' or 'DOT1Q') and
23208            '1T1C' and
23209            'L2BDMACLRN' and
23210            'VHOST_1024' and
23211            not 'VXLAN' and
23212            not 'IP4FWD' and
23213            not '2VM'"
23214   parameters:
23215   - "latency"
23216   - "parent"
23217   - "tags"
23218 #  sort:
23219 #  - "VM"  # "not CFS_OPT"
23220 #  - "CFS_OPT"
23221 #  - "FIB_10K"
23222 #  - "FIB_100K"
23223 #  - "FIB_1M"
23224   layout:
23225     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
23226     layout: "plot-latency"
23227
23228 -
23229   type: "plot"
23230   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23231   algorithm: "plot_latency_error_bars"
23232   output-file-type: ".html"
23233   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23234   data: "plot-vpp-throughput-latency-3n-hsw"
23235   filter: "'NIC_Intel-X710' and
23236            '64B' and
23237            'NDRPDR' and
23238            ('ETH' or 'DOT1Q') and
23239            '2T2C' and
23240            'L2BDMACLRN' and
23241            'VHOST_1024' and
23242            not 'VXLAN' and
23243            not 'IP4FWD' and
23244            not '2VM'"
23245   parameters:
23246   - "latency"
23247   - "parent"
23248   - "tags"
23249 #  sort:
23250 #  - "VM"  # "not CFS_OPT"
23251 #  - "CFS_OPT"
23252 #  - "FIB_10K"
23253 #  - "FIB_100K"
23254 #  - "FIB_1M"
23255   layout:
23256     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
23257     layout: "plot-latency"
23258
23259 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
23260 -
23261   type: "plot"
23262   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23263   algorithm: "plot_latency_error_bars"
23264   output-file-type: ".html"
23265   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23266   data: "plot-vpp-throughput-latency-3n-hsw"
23267   filter: "'NIC_Intel-X710' and
23268            '64B' and
23269            'NDRPDR' and
23270            ('ETH' or 'DOT1Q') and
23271            'BASE' and
23272            '1T1C' and
23273            ('L2BDMACLRN' or 'L2XCFWD') and
23274            'VHOST_1024' and
23275            not 'VXLAN' and
23276            not 'IP4FWD' and
23277            not '2VM'"
23278   parameters:
23279   - "latency"
23280   - "parent"
23281   - "tags"
23282 #  sort:
23283 #  - "not CFS_OPT"
23284 #  - "L2XCFWD"
23285 #  - "not CFS_OPT"
23286 #  - "CFS_OPT"
23287   layout:
23288     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
23289     layout: "plot-latency"
23290
23291 -
23292   type: "plot"
23293   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23294   algorithm: "plot_latency_error_bars"
23295   output-file-type: ".html"
23296   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23297   data: "plot-vpp-throughput-latency-3n-hsw"
23298   filter: "'NIC_Intel-X710' and
23299            '64B' and
23300            'NDRPDR' and
23301            ('ETH' or 'DOT1Q') and
23302            'BASE' and
23303            '2T2C' and
23304            ('L2BDMACLRN' or 'L2XCFWD') and
23305            'VHOST_1024' and
23306            not 'VXLAN' and
23307            not 'IP4FWD' and
23308            not '2VM'"
23309   parameters:
23310   - "latency"
23311   - "parent"
23312   - "tags"
23313 #  sort:
23314 #  - "not CFS_OPT"
23315 #  - "L2XCFWD"
23316 #  - "not CFS_OPT"
23317 #  - "CFS_OPT"
23318   layout:
23319     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
23320     layout: "plot-latency"
23321
23322 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
23323 -
23324   type: "plot"
23325   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23326   algorithm: "plot_latency_error_bars"
23327   output-file-type: ".html"
23328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23329   data: "plot-vpp-throughput-latency-3n-hsw"
23330   filter: "'NIC_Intel-X710' and
23331            '64B' and
23332            'NDRPDR' and
23333            ('ETH' or 'DOT1Q') and
23334            '1T1C' and
23335            ('L2BDMACLRN' or 'L2XCFWD') and
23336            'VHOST_1024' and
23337            not 'CFS_OPT' and
23338            not 'VXLAN' and
23339            not 'IP4FWD' and
23340            not 'LBOND'"
23341   parameters:
23342   - "latency"
23343   - "parent"
23344   - "tags"
23345 #  sort:
23346 #  - "1VM"
23347 #  - "L2XCFWD"
23348 #  - "1VM"
23349 #  - "L2BDMACLRN"
23350   layout:
23351     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
23352     layout: "plot-latency"
23353
23354 -
23355   type: "plot"
23356   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23357   algorithm: "plot_latency_error_bars"
23358   output-file-type: ".html"
23359   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23360   data: "plot-vpp-throughput-latency-3n-hsw"
23361   filter: "'NIC_Intel-X710' and
23362            '64B' and
23363            'NDRPDR' and
23364            ('ETH' or 'DOT1Q') and
23365            '2T2C' and
23366            ('L2BDMACLRN' or 'L2XCFWD') and
23367            'VHOST_1024' and
23368            not 'CFS_OPT' and
23369            not 'VXLAN' and
23370            not 'IP4FWD' and
23371            not 'LBOND'"
23372   parameters:
23373   - "latency"
23374   - "parent"
23375   - "tags"
23376 #  sort:
23377 #  - "1VM"
23378 #  - "L2XCFWD"
23379 #  - "1VM"
23380 #  - "L2BDMACLRN"
23381   layout:
23382     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
23383     layout: "plot-latency"
23384
23385 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
23386 -
23387   type: "plot"
23388   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23389   algorithm: "plot_latency_error_bars"
23390   output-file-type: ".html"
23391   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23392   data: "plot-vpp-throughput-latency-3n-hsw"
23393   filter: "'NIC_Intel-XL710' and
23394            '64B' and
23395            'NDRPDR' and
23396            'ETH' and
23397            'IP4FWD' and
23398            '1T1C' and
23399            'VHOST_1024' and
23400            not 'VXLAN' and
23401            not 'DOT1Q'"
23402   parameters:
23403   - "latency"
23404   - "parent"
23405   - "tags"
23406   sort:
23407   - "not CFS_OPT"
23408   - "1VM"
23409   - "2VM"
23410   layout:
23411     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23412     layout: "plot-latency"
23413
23414 -
23415   type: "plot"
23416   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23417   algorithm: "plot_latency_error_bars"
23418   output-file-type: ".html"
23419   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23420   data: "plot-vpp-throughput-latency-3n-hsw"
23421   filter: "'NIC_Intel-XL710' and
23422            '64B' and
23423            'NDRPDR' and
23424            'ETH' and
23425            'IP4FWD' and
23426            '2T2C' and
23427            'VHOST_1024' and
23428            not 'VXLAN' and
23429            not 'DOT1Q'"
23430   parameters:
23431   - "latency"
23432   - "parent"
23433   - "tags"
23434   sort:
23435   - "not CFS_OPT"
23436   - "1VM"
23437   - "2VM"
23438   layout:
23439     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23440     layout: "plot-latency"
23441
23442 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
23443 -
23444   type: "plot"
23445   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23446   algorithm: "plot_latency_error_bars"
23447   output-file-type: ".html"
23448   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23449   data: "plot-vpp-throughput-latency-3n-hsw"
23450   filter: "'NIC_Intel-XL710' and
23451            '64B' and
23452            'NDRPDR' and
23453            ('ETH' or 'DOT1Q') and
23454            '1T1C' and
23455            'L2BDMACLRN' and
23456            'VHOST_1024' and
23457            not 'VXLAN' and
23458            not 'IP4FWD' and
23459            not '2VM'"
23460   parameters:
23461   - "latency"
23462   - "parent"
23463   - "tags"
23464 #  sort:
23465 #  - "VM"  # "not CFS_OPT"
23466 #  - "CFS_OPT"
23467 #  - "FIB_10K"
23468 #  - "FIB_100K"
23469 #  - "FIB_1M"
23470   layout:
23471     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23472     layout: "plot-latency"
23473
23474 -
23475   type: "plot"
23476   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23477   algorithm: "plot_latency_error_bars"
23478   output-file-type: ".html"
23479   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23480   data: "plot-vpp-throughput-latency-3n-hsw"
23481   filter: "'NIC_Intel-XL710' and
23482            '64B' and
23483            'NDRPDR' and
23484            ('ETH' or 'DOT1Q') and
23485            '2T2C' and
23486            'L2BDMACLRN' and
23487            'VHOST_1024' and
23488            not 'VXLAN' and
23489            not 'IP4FWD' and
23490            not '2VM'"
23491   parameters:
23492   - "latency"
23493   - "parent"
23494   - "tags"
23495 #  sort:
23496 #  - "VM"  # "not CFS_OPT"
23497 #  - "CFS_OPT"
23498 #  - "FIB_10K"
23499 #  - "FIB_100K"
23500 #  - "FIB_1M"
23501   layout:
23502     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23503     layout: "plot-latency"
23504
23505 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
23506 -
23507   type: "plot"
23508   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23509   algorithm: "plot_latency_error_bars"
23510   output-file-type: ".html"
23511   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23512   data: "plot-vpp-throughput-latency-3n-hsw"
23513   filter: "'NIC_Intel-XL710' and
23514            '64B' and
23515            'NDRPDR' and
23516            ('ETH' or 'DOT1Q') and
23517            'BASE' and
23518            '1T1C' and
23519            ('L2BDMACLRN' or 'L2XCFWD') and
23520            'VHOST_1024' and
23521            not 'VXLAN' and
23522            not 'IP4FWD' and
23523            not '2VM'"
23524   parameters:
23525   - "latency"
23526   - "parent"
23527   - "tags"
23528 #  sort:
23529 #  - "not CFS_OPT"
23530 #  - "L2XCFWD"
23531 #  - "not CFS_OPT"
23532 #  - "CFS_OPT"
23533   layout:
23534     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
23535     layout: "plot-latency"
23536
23537 -
23538   type: "plot"
23539   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23540   algorithm: "plot_latency_error_bars"
23541   output-file-type: ".html"
23542   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23543   data: "plot-vpp-throughput-latency-3n-hsw"
23544   filter: "'NIC_Intel-XL710' and
23545            '64B' and
23546            'NDRPDR' and
23547            ('ETH' or 'DOT1Q') and
23548            'BASE' and
23549            '2T2C' and
23550            ('L2BDMACLRN' or 'L2XCFWD') and
23551            'VHOST_1024' and
23552            not 'VXLAN' and
23553            not 'IP4FWD' and
23554            not '2VM'"
23555   parameters:
23556   - "latency"
23557   - "parent"
23558   - "tags"
23559 #  sort:
23560 #  - "not CFS_OPT"
23561 #  - "L2XCFWD"
23562 #  - "not CFS_OPT"
23563 #  - "CFS_OPT"
23564   layout:
23565     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
23566     layout: "plot-latency"
23567
23568 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
23569 -
23570   type: "plot"
23571   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23572   algorithm: "plot_latency_error_bars"
23573   output-file-type: ".html"
23574   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23575   data: "plot-vpp-throughput-latency-3n-hsw"
23576   filter: "'NIC_Intel-XL710' and
23577            '64B' and
23578            'NDRPDR' and
23579            ('ETH' or 'DOT1Q') and
23580            '1T1C' and
23581            ('L2BDMACLRN' or 'L2XCFWD') and
23582            'VHOST_1024' and
23583            not 'CFS_OPT' and
23584            not 'VXLAN' and
23585            not 'IP4FWD'"
23586   parameters:
23587   - "latency"
23588   - "parent"
23589   - "tags"
23590 #  sort:
23591 #  - "1VM"
23592 #  - "L2XCFWD"
23593 #  - "1VM"
23594 #  - "L2BDMACLRN"
23595   layout:
23596     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
23597     layout: "plot-latency"
23598
23599 -
23600   type: "plot"
23601   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23602   algorithm: "plot_latency_error_bars"
23603   output-file-type: ".html"
23604   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23605   data: "plot-vpp-throughput-latency-3n-hsw"
23606   filter: "'NIC_Intel-XL710' and
23607            '64B' and
23608            'NDRPDR' and
23609            ('ETH' or 'DOT1Q') and
23610            '2T2C' and
23611            ('L2BDMACLRN' or 'L2XCFWD') and
23612            'VHOST_1024' and
23613            not 'CFS_OPT' and
23614            not 'VXLAN' and
23615            not 'IP4FWD'"
23616   parameters:
23617   - "latency"
23618   - "parent"
23619   - "tags"
23620 #  sort:
23621 #  - "1VM"
23622 #  - "L2XCFWD"
23623 #  - "1VM"
23624 #  - "L2BDMACLRN"
23625   layout:
23626     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
23627     layout: "plot-latency"
23628
23629 # Packet Latency - VPP vhost ip4 3n-skx-x710
23630 -
23631   type: "plot"
23632   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23633   algorithm: "plot_latency_error_bars"
23634   output-file-type: ".html"
23635   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23636   data: "plot-vpp-throughput-latency-3n-skx"
23637   filter: "'NIC_Intel-X710' and
23638            '64B' and
23639            'NDRPDR' and
23640            'ETH' and
23641            'IP4FWD' and
23642            '2T1C' and
23643            'VHOST_1024' and
23644            not 'VXLAN' and
23645            not 'DOT1Q'"
23646   parameters:
23647   - "latency"
23648   - "parent"
23649   - "tags"
23650   sort:
23651   - "not CFS_OPT"
23652   - "1VM"
23653   - "2VM"
23654   layout:
23655     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23656     layout: "plot-latency"
23657
23658 -
23659   type: "plot"
23660   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23661   algorithm: "plot_latency_error_bars"
23662   output-file-type: ".html"
23663   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23664   data: "plot-vpp-throughput-latency-3n-skx"
23665   filter: "'NIC_Intel-X710' and
23666            '64B' and
23667            'NDRPDR' and
23668            'ETH' and
23669            'IP4FWD' and
23670            '4T2C' and
23671            'VHOST_1024' and
23672            not 'VXLAN' and
23673            not 'DOT1Q'"
23674   parameters:
23675   - "latency"
23676   - "parent"
23677   - "tags"
23678   sort:
23679   - "not CFS_OPT"
23680   - "1VM"
23681   - "2VM"
23682   layout:
23683     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23684     layout: "plot-latency"
23685
23686 # Packet Latency - VPP vhost l2sw 3n-skx-x710
23687 -
23688   type: "plot"
23689   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23690   algorithm: "plot_latency_error_bars"
23691   output-file-type: ".html"
23692   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23693   data: "plot-vpp-throughput-latency-3n-skx"
23694   filter: "'NIC_Intel-X710' and
23695            '64B' and
23696            'NDRPDR' and
23697            ('ETH' or 'DOT1Q') and
23698            '2T1C' and
23699            'L2BDMACLRN' and
23700            'VHOST_1024' and
23701            not 'VXLAN' and
23702            not 'IP4FWD' and
23703            not '2VM'"
23704   parameters:
23705   - "latency"
23706   - "parent"
23707   - "tags"
23708 #  sort:
23709 #  - "VM"  # "not CFS_OPT"
23710 #  - "CFS_OPT"
23711 #  - "FIB_10K"
23712 #  - "FIB_100K"
23713 #  - "FIB_1M"
23714   layout:
23715     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23716     layout: "plot-latency"
23717
23718 -
23719   type: "plot"
23720   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23721   algorithm: "plot_latency_error_bars"
23722   output-file-type: ".html"
23723   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23724   data: "plot-vpp-throughput-latency-3n-skx"
23725   filter: "'NIC_Intel-X710' and
23726            '64B' and
23727            'NDRPDR' and
23728            ('ETH' or 'DOT1Q') and
23729            '4T2C' and
23730            'L2BDMACLRN' and
23731            'VHOST_1024' and
23732            not 'VXLAN' and
23733            not 'IP4FWD' and
23734            not '2VM'"
23735   parameters:
23736   - "latency"
23737   - "parent"
23738   - "tags"
23739 #  sort:
23740 #  - "VM"  # "not CFS_OPT"
23741 #  - "CFS_OPT"
23742 #  - "FIB_10K"
23743 #  - "FIB_100K"
23744 #  - "FIB_1M"
23745   layout:
23746     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23747     layout: "plot-latency"
23748
23749 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
23750 -
23751   type: "plot"
23752   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23753   algorithm: "plot_latency_error_bars"
23754   output-file-type: ".html"
23755   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23756   data: "plot-vpp-throughput-latency-3n-skx"
23757   filter: "'NIC_Intel-X710' and
23758            '64B' and
23759            'NDRPDR' and
23760            ('ETH' or 'DOT1Q') and
23761            'BASE' and
23762            '2T1C' and
23763            ('L2BDMACLRN' or 'L2XCFWD') and
23764            'VHOST_1024' and
23765            not 'VXLAN' and
23766            not 'IP4FWD' and
23767            not '2VM' and
23768            not 'LBOND'"
23769   parameters:
23770   - "latency"
23771   - "parent"
23772   - "tags"
23773 #  sort:
23774 #  - "not CFS_OPT"
23775 #  - "L2XCFWD"
23776 #  - "not CFS_OPT"
23777 #  - "CFS_OPT"
23778   layout:
23779     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
23780     layout: "plot-latency"
23781
23782 -
23783   type: "plot"
23784   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23785   algorithm: "plot_latency_error_bars"
23786   output-file-type: ".html"
23787   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23788   data: "plot-vpp-throughput-latency-3n-skx"
23789   filter: "'NIC_Intel-X710' and
23790            '64B' and
23791            'NDRPDR' and
23792            ('ETH' or 'DOT1Q') and
23793            'BASE' and
23794            '4T2C' and
23795            ('L2BDMACLRN' or 'L2XCFWD') and
23796            'VHOST_1024' and
23797            not 'VXLAN' and
23798            not 'IP4FWD' and
23799            not '2VM' and
23800            not 'LBOND'"
23801   parameters:
23802   - "latency"
23803   - "parent"
23804   - "tags"
23805 #  sort:
23806 #  - "not CFS_OPT"
23807 #  - "L2XCFWD"
23808 #  - "not CFS_OPT"
23809 #  - "CFS_OPT"
23810   layout:
23811     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
23812     layout: "plot-latency"
23813
23814 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
23815 -
23816   type: "plot"
23817   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23818   algorithm: "plot_latency_error_bars"
23819   output-file-type: ".html"
23820   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23821   data: "plot-vpp-throughput-latency-3n-skx"
23822   filter: "'NIC_Intel-X710' and
23823            '64B' and
23824            'NDRPDR' and
23825            ('ETH' or 'DOT1Q') and
23826            '2T1C' and
23827            ('L2BDMACLRN' or 'L2XCFWD') and
23828            'VHOST_1024' and
23829            not 'CFS_OPT' and
23830            not 'VXLAN' and
23831            not 'IP4FWD' and
23832            not 'LBOND'"
23833   parameters:
23834   - "latency"
23835   - "parent"
23836   - "tags"
23837 #  sort:
23838 #  - "1VM"
23839 #  - "L2XCFWD"
23840 #  - "1VM"
23841 #  - "L2BDMACLRN"
23842   layout:
23843     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
23844     layout: "plot-latency"
23845
23846 -
23847   type: "plot"
23848   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23849   algorithm: "plot_latency_error_bars"
23850   output-file-type: ".html"
23851   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23852   data: "plot-vpp-throughput-latency-3n-skx"
23853   filter: "'NIC_Intel-X710' and
23854            '64B' and
23855            'NDRPDR' and
23856            ('ETH' or 'DOT1Q') and
23857            '4T2C' and
23858            ('L2BDMACLRN' or 'L2XCFWD') and
23859            'VHOST_1024' and
23860            not 'CFS_OPT' and
23861            not 'VXLAN' and
23862            not 'IP4FWD' and
23863            not 'LBOND'"
23864   parameters:
23865   - "latency"
23866   - "parent"
23867   - "tags"
23868 #  sort:
23869 #  - "1VM"
23870 #  - "L2XCFWD"
23871 #  - "1VM"
23872 #  - "L2BDMACLRN"
23873   layout:
23874     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
23875     layout: "plot-latency"
23876
23877 # Packet Latency - VPP vhost ip4 2n-skx-x710
23878 -
23879   type: "plot"
23880   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23881   algorithm: "plot_latency_error_bars"
23882   output-file-type: ".html"
23883   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23884   data: "plot-vpp-throughput-latency-2n-skx"
23885   filter: "'NIC_Intel-X710' and
23886            '64B' and
23887            'NDRPDR' and
23888            'ETH' and
23889            'IP4FWD' and
23890            '2T1C' and
23891            'VHOST_1024' and
23892            not 'VXLAN' and
23893            not 'NF_DENSITY' and
23894            not 'DOT1Q'"
23895   parameters:
23896   - "latency"
23897   - "parent"
23898   - "tags"
23899   sort:
23900   - "not CFS_OPT"
23901   - "1VM"
23902   - "2VM"
23903   layout:
23904     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23905     layout: "plot-latency"
23906
23907 -
23908   type: "plot"
23909   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23910   algorithm: "plot_latency_error_bars"
23911   output-file-type: ".html"
23912   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23913   data: "plot-vpp-throughput-latency-2n-skx"
23914   filter: "'NIC_Intel-X710' and
23915            '64B' and
23916            'NDRPDR' and
23917            'ETH' and
23918            'IP4FWD' and
23919            '4T2C' and
23920            'VHOST_1024' and
23921            not 'VXLAN' and
23922            not 'NF_DENSITY' and
23923            not 'DOT1Q'"
23924   parameters:
23925   - "latency"
23926   - "parent"
23927   - "tags"
23928   sort:
23929   - "not CFS_OPT"
23930   - "1VM"
23931   - "2VM"
23932   layout:
23933     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23934     layout: "plot-latency"
23935
23936 # Packet Latency - VPP vhost l2sw 2n-skx-x710
23937 -
23938   type: "plot"
23939   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23940   algorithm: "plot_latency_error_bars"
23941   output-file-type: ".html"
23942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23943   data: "plot-vpp-throughput-latency-2n-skx"
23944   filter: "'NIC_Intel-X710' and
23945            '64B' and
23946            'NDRPDR' and
23947            ('ETH' or 'DOT1Q') and
23948            '2T1C' and
23949            'L2BDMACLRN' and
23950            'VHOST_1024' and
23951            not 'VXLAN' and
23952            not 'IP4FWD' and
23953            not 'NF_DENSITY' and
23954            not '2VM'"
23955   parameters:
23956   - "latency"
23957   - "parent"
23958   - "tags"
23959 #  sort:
23960 #  - "VM"  # "not CFS_OPT"
23961 #  - "CFS_OPT"
23962 #  - "FIB_10K"
23963 #  - "FIB_100K"
23964 #  - "FIB_1M"
23965   layout:
23966     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23967     layout: "plot-latency"
23968
23969 -
23970   type: "plot"
23971   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23972   algorithm: "plot_latency_error_bars"
23973   output-file-type: ".html"
23974   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23975   data: "plot-vpp-throughput-latency-2n-skx"
23976   filter: "'NIC_Intel-X710' and
23977            '64B' and
23978            'NDRPDR' and
23979            ('ETH' or 'DOT1Q') and
23980            '4T2C' and
23981            'L2BDMACLRN' and
23982            'VHOST_1024' and
23983            not 'VXLAN' and
23984            not 'NF_DENSITY' and
23985            not 'IP4FWD' and
23986            not '2VM'"
23987   parameters:
23988   - "latency"
23989   - "parent"
23990   - "tags"
23991 #  sort:
23992 #  - "VM"  # "not CFS_OPT"
23993 #  - "CFS_OPT"
23994 #  - "FIB_10K"
23995 #  - "FIB_100K"
23996 #  - "FIB_1M"
23997   layout:
23998     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23999     layout: "plot-latency"
24000
24001 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
24002 -
24003   type: "plot"
24004   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
24005   algorithm: "plot_latency_error_bars"
24006   output-file-type: ".html"
24007   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
24008   data: "plot-vpp-throughput-latency-2n-skx"
24009   filter: "'NIC_Intel-X710' and
24010            '64B' and
24011            'NDRPDR' and
24012            ('ETH' or 'DOT1Q') and
24013            'BASE' and
24014            '2T1C' and
24015            ('L2BDMACLRN' or 'L2XCFWD') and
24016            'VHOST_1024' and
24017            not 'VXLAN' and
24018            not 'NF_DENSITY' and
24019            not 'IP4FWD' and
24020            not '2VM'"
24021   parameters:
24022   - "latency"
24023   - "parent"
24024   - "tags"
24025 #  sort:
24026 #  - "not CFS_OPT"
24027 #  - "L2XCFWD"
24028 #  - "not CFS_OPT"
24029 #  - "CFS_OPT"
24030   layout:
24031     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
24032     layout: "plot-latency"
24033
24034 -
24035   type: "plot"
24036   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
24037   algorithm: "plot_latency_error_bars"
24038   output-file-type: ".html"
24039   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
24040   data: "plot-vpp-throughput-latency-2n-skx"
24041   filter: "'NIC_Intel-X710' and
24042            '64B' and
24043            'NDRPDR' and
24044            ('ETH' or 'DOT1Q') and
24045            'BASE' and
24046            '4T2C' and
24047            ('L2BDMACLRN' or 'L2XCFWD') and
24048            'VHOST_1024' and
24049            not 'VXLAN' and
24050            not 'NF_DENSITY' and
24051            not 'IP4FWD' and
24052            not '2VM'"
24053   parameters:
24054   - "latency"
24055   - "parent"
24056   - "tags"
24057 #  sort:
24058 #  - "not CFS_OPT"
24059 #  - "L2XCFWD"
24060 #  - "not CFS_OPT"
24061 #  - "CFS_OPT"
24062   layout:
24063     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
24064     layout: "plot-latency"
24065
24066 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
24067 -
24068   type: "plot"
24069   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
24070   algorithm: "plot_latency_error_bars"
24071   output-file-type: ".html"
24072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
24073   data: "plot-vpp-throughput-latency-2n-skx"
24074   filter: "'NIC_Intel-X710' and
24075            '64B' and
24076            'NDRPDR' and
24077            ('ETH' or 'DOT1Q') and
24078            '2T1C' and
24079            ('L2BDMACLRN' or 'L2XCFWD') and
24080            'VHOST_1024' and
24081            not 'CFS_OPT' and
24082            not 'VXLAN' and
24083            not 'NF_DENSITY' and
24084            not 'IP4FWD'"
24085   parameters:
24086   - "latency"
24087   - "parent"
24088   - "tags"
24089 #  sort:
24090 #  - "1VM"
24091 #  - "L2XCFWD"
24092 #  - "1VM"
24093 #  - "L2BDMACLRN"
24094   layout:
24095     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
24096     layout: "plot-latency"
24097
24098 -
24099   type: "plot"
24100   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
24101   algorithm: "plot_latency_error_bars"
24102   output-file-type: ".html"
24103   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
24104   data: "plot-vpp-throughput-latency-2n-skx"
24105   filter: "'NIC_Intel-X710' and
24106            '64B' and
24107            'NDRPDR' and
24108            ('ETH' or 'DOT1Q') and
24109            '4T2C' and
24110            ('L2BDMACLRN' or 'L2XCFWD') and
24111            'VHOST_1024' and
24112            not 'CFS_OPT' and
24113            not 'VXLAN' and
24114            not 'NF_DENSITY' and
24115            not 'IP4FWD'"
24116   parameters:
24117   - "latency"
24118   - "parent"
24119   - "tags"
24120 #  sort:
24121 #  - "1VM"
24122 #  - "L2XCFWD"
24123 #  - "1VM"
24124 #  - "L2BDMACLRN"
24125   layout:
24126     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
24127     layout: "plot-latency"
24128
24129 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
24130 -
24131   type: "plot"
24132   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24133   algorithm: "plot_latency_error_bars"
24134   output-file-type: ".html"
24135   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24136   data: "plot-vpp-throughput-latency-2n-skx"
24137   filter: "'NIC_Intel-XXV710' and
24138            '64B' and
24139            'NDRPDR' and
24140            'ETH' and
24141            'IP4FWD' and
24142            '2T1C' and
24143            'VHOST_1024' and
24144            not 'VXLAN' and
24145            not 'DOT1Q'"
24146   parameters:
24147   - "latency"
24148   - "parent"
24149   - "tags"
24150   sort:
24151   - "not CFS_OPT"
24152   - "1VM"
24153   - "2VM"
24154   layout:
24155     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
24156     layout: "plot-latency"
24157
24158 -
24159   type: "plot"
24160   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24161   algorithm: "plot_latency_error_bars"
24162   output-file-type: ".html"
24163   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24164   data: "plot-vpp-throughput-latency-2n-skx"
24165   filter: "'NIC_Intel-XXV710' and
24166            '64B' and
24167            'NDRPDR' and
24168            'ETH' and
24169            'IP4FWD' and
24170            '4T2C' and
24171            'VHOST_1024' and
24172            not 'VXLAN' and
24173            not 'DOT1Q'"
24174   parameters:
24175   - "latency"
24176   - "parent"
24177   - "tags"
24178   sort:
24179   - "not CFS_OPT"
24180   - "1VM"
24181   - "2VM"
24182   layout:
24183     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
24184     layout: "plot-latency"
24185
24186 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
24187 -
24188   type: "plot"
24189   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24190   algorithm: "plot_latency_error_bars"
24191   output-file-type: ".html"
24192   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24193   data: "plot-vpp-throughput-latency-2n-skx"
24194   filter: "'NIC_Intel-XXV710' and
24195            '64B' and
24196            'NDRPDR' and
24197            ('ETH' or 'DOT1Q') and
24198            '2T1C' and
24199            'L2BDMACLRN' and
24200            'VHOST_1024' and
24201            not 'VXLAN' and
24202            not 'IP4FWD' and
24203            not '2VM'"
24204   parameters:
24205   - "latency"
24206   - "parent"
24207   - "tags"
24208 #  sort:
24209 #  - "VM"  # "not CFS_OPT"
24210 #  - "CFS_OPT"
24211 #  - "FIB_10K"
24212 #  - "FIB_100K"
24213 #  - "FIB_1M"
24214   layout:
24215     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
24216     layout: "plot-latency"
24217
24218 -
24219   type: "plot"
24220   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24221   algorithm: "plot_latency_error_bars"
24222   output-file-type: ".html"
24223   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24224   data: "plot-vpp-throughput-latency-2n-skx"
24225   filter: "'NIC_Intel-XXV710' and
24226            '64B' and
24227            'NDRPDR' and
24228            ('ETH' or 'DOT1Q') and
24229            '4T2C' and
24230            'L2BDMACLRN' and
24231            'VHOST_1024' and
24232            not 'VXLAN' and
24233            not 'IP4FWD' and
24234            not '2VM'"
24235   parameters:
24236   - "latency"
24237   - "parent"
24238   - "tags"
24239 #  sort:
24240 #  - "VM"  # "not CFS_OPT"
24241 #  - "CFS_OPT"
24242 #  - "FIB_10K"
24243 #  - "FIB_100K"
24244 #  - "FIB_1M"
24245   layout:
24246     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
24247     layout: "plot-latency"
24248
24249 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
24250 -
24251   type: "plot"
24252   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24253   algorithm: "plot_latency_error_bars"
24254   output-file-type: ".html"
24255   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24256   data: "plot-vpp-throughput-latency-2n-skx"
24257   filter: "'NIC_Intel-XXV710' and
24258            '64B' and
24259            'NDRPDR' and
24260            ('ETH' or 'DOT1Q') and
24261            'BASE' and
24262            '2T1C' and
24263            ('L2BDMACLRN' or 'L2XCFWD') and
24264            'VHOST_1024' and
24265            not 'VXLAN' and
24266            not 'IP4FWD' and
24267            not '2VM'"
24268   parameters:
24269   - "latency"
24270   - "parent"
24271   - "tags"
24272 #  sort:
24273 #  - "not CFS_OPT"
24274 #  - "L2XCFWD"
24275 #  - "not CFS_OPT"
24276 #  - "CFS_OPT"
24277   layout:
24278     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
24279     layout: "plot-latency"
24280
24281 -
24282   type: "plot"
24283   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24284   algorithm: "plot_latency_error_bars"
24285   output-file-type: ".html"
24286   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24287   data: "plot-vpp-throughput-latency-2n-skx"
24288   filter: "'NIC_Intel-XXV710' and
24289            '64B' and
24290            'NDRPDR' and
24291            ('ETH' or 'DOT1Q') and
24292            'BASE' and
24293            '4T2C' and
24294            ('L2BDMACLRN' or 'L2XCFWD') and
24295            'VHOST_1024' and
24296            not 'VXLAN' and
24297            not 'IP4FWD' and
24298            not '2VM'"
24299   parameters:
24300   - "latency"
24301   - "parent"
24302   - "tags"
24303 #  sort:
24304 #  - "not CFS_OPT"
24305 #  - "L2XCFWD"
24306 #  - "not CFS_OPT"
24307 #  - "CFS_OPT"
24308   layout:
24309     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
24310     layout: "plot-latency"
24311
24312 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
24313 -
24314   type: "plot"
24315   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
24316   algorithm: "plot_latency_error_bars"
24317   output-file-type: ".html"
24318   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
24319   data: "plot-vpp-throughput-latency-2n-skx"
24320   filter: "'NIC_Intel-XXV710' and
24321            '64B' and
24322            'NDRPDR' and
24323            ('ETH' or 'DOT1Q') and
24324            '2T1C' and
24325            ('L2BDMACLRN' or 'L2XCFWD') and
24326            'VHOST_1024' and
24327            not 'CFS_OPT' and
24328            not 'VXLAN' and
24329            not 'IP4FWD'"
24330   parameters:
24331   - "latency"
24332   - "parent"
24333   - "tags"
24334 #  sort:
24335 #  - "1VM"
24336 #  - "L2XCFWD"
24337 #  - "1VM"
24338 #  - "L2BDMACLRN"
24339   layout:
24340     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
24341     layout: "plot-latency"
24342
24343 -
24344   type: "plot"
24345   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24346   algorithm: "plot_latency_error_bars"
24347   output-file-type: ".html"
24348   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24349   data: "plot-vpp-throughput-latency-2n-skx"
24350   filter: "'NIC_Intel-XXV710' and
24351            '64B' and
24352            'NDRPDR' and
24353            ('ETH' or 'DOT1Q') and
24354            '4T2C' and
24355            ('L2BDMACLRN' or 'L2XCFWD') and
24356            'VHOST_1024' and
24357            not 'CFS_OPT' and
24358            not 'VXLAN' and
24359            not 'IP4FWD'"
24360   parameters:
24361   - "latency"
24362   - "parent"
24363   - "tags"
24364 #  sort:
24365 #  - "1VM"
24366 #  - "L2XCFWD"
24367 #  - "1VM"
24368 #  - "L2BDMACLRN"
24369   layout:
24370     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
24371     layout: "plot-latency"
24372
24373 ################################################################################
24374
24375 # Packet Latency - VPP VTS 3n-hsw-x520
24376 -
24377   type: "plot"
24378   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24379   algorithm: "plot_latency_error_bars"
24380   output-file-type: ".html"
24381   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24382   data: "plot-vpp-throughput-latency-3n-hsw"
24383   filter: "'NIC_Intel-X520-DA2' and
24384            '114B' and
24385            'NDRPDR' and
24386            '1T1C' and
24387            'VTS'"
24388   parameters:
24389   - "latency"
24390   - "parent"
24391   - "tags"
24392   layout:
24393     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
24394     layout: "plot-latency"
24395
24396 -
24397   type: "plot"
24398   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24399   algorithm: "plot_latency_error_bars"
24400   output-file-type: ".html"
24401   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24402   data: "plot-vpp-throughput-latency-3n-hsw"
24403   filter: "'NIC_Intel-X520-DA2' and
24404            '114B' and
24405            'NDRPDR' and
24406            '2T2C' and
24407            'VTS'"
24408   parameters:
24409   - "latency"
24410   - "parent"
24411   - "tags"
24412   layout:
24413     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
24414     layout: "plot-latency"
24415
24416 ################################################################################
24417
24418 # Packet Latency - DPDK l3fwd 3n-hsw-x520
24419 -
24420   type: "plot"
24421   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24422   algorithm: "plot_latency_error_bars"
24423   output-file-type: ".html"
24424   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24425   data: "plot-dpdk-throughput-latency-3n-hsw"
24426   filter: "'NIC_Intel-X520-DA2' and
24427            '64B' and
24428            'BASE' and
24429            'NDRPDR' and
24430            '1T1C' and
24431            'IP4FWD'"
24432   parameters:
24433   - "latency"
24434   - "parent"
24435   - "tags"
24436   layout:
24437     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
24438     layout: "plot-latency"
24439
24440 -
24441   type: "plot"
24442   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24443   algorithm: "plot_latency_error_bars"
24444   output-file-type: ".html"
24445   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24446   data: "plot-dpdk-throughput-latency-3n-hsw"
24447   filter: "'NIC_Intel-X520-DA2' and
24448            '64B' and
24449            'BASE' and
24450            'NDRPDR' and
24451            '2T2C' and
24452            'IP4FWD'"
24453   parameters:
24454   - "latency"
24455   - "parent"
24456   - "tags"
24457   layout:
24458     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
24459     layout: "plot-latency"
24460
24461 # Packet Latency - DPDK l3fwd 3n-hsw-x710
24462 -
24463   type: "plot"
24464   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24465   algorithm: "plot_latency_error_bars"
24466   output-file-type: ".html"
24467   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24468   data: "plot-dpdk-throughput-latency-3n-hsw"
24469   filter: "'NIC_Intel-X710' and
24470            '64B' and
24471            'BASE' and
24472            'NDRPDR' and
24473            '1T1C' and
24474            'IP4FWD'"
24475   parameters:
24476   - "latency"
24477   - "parent"
24478   - "tags"
24479   layout:
24480     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
24481     layout: "plot-latency"
24482
24483 -
24484   type: "plot"
24485   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24486   algorithm: "plot_latency_error_bars"
24487   output-file-type: ".html"
24488   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24489   data: "plot-dpdk-throughput-latency-3n-hsw"
24490   filter: "'NIC_Intel-X710' and
24491            '64B' and
24492            'BASE' and
24493            'NDRPDR' and
24494            '2T2C' and
24495            'IP4FWD'"
24496   parameters:
24497   - "latency"
24498   - "parent"
24499   - "tags"
24500   layout:
24501     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
24502     layout: "plot-latency"
24503
24504 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
24505 -
24506   type: "plot"
24507   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24508   algorithm: "plot_latency_error_bars"
24509   output-file-type: ".html"
24510   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24511   data: "plot-dpdk-throughput-latency-3n-hsw"
24512   filter: "'NIC_Intel-XL710' and
24513            '64B' and
24514            'BASE' and
24515            'NDRPDR' and
24516            '1T1C' and
24517            'IP4FWD'"
24518   parameters:
24519   - "latency"
24520   - "parent"
24521   - "tags"
24522   layout:
24523     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
24524     layout: "plot-latency"
24525
24526 -
24527   type: "plot"
24528   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24529   algorithm: "plot_latency_error_bars"
24530   output-file-type: ".html"
24531   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24532   data: "plot-dpdk-throughput-latency-3n-hsw"
24533   filter: "'NIC_Intel-XL710' and
24534            '64B' and
24535            'BASE' and
24536            'NDRPDR' and
24537            '2T2C' and
24538            'IP4FWD'"
24539   parameters:
24540   - "latency"
24541   - "parent"
24542   - "tags"
24543   layout:
24544     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
24545     layout: "plot-latency"
24546
24547 # Packet Latency - DPDK l3fwd 3n-skx-x710
24548 -
24549   type: "plot"
24550   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24551   algorithm: "plot_latency_error_bars"
24552   output-file-type: ".html"
24553   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24554   data: "plot-dpdk-throughput-latency-3n-skx"
24555   filter: "'NIC_Intel-X710' and
24556            '64B' and
24557            'BASE' and
24558            'NDRPDR' and
24559            '2T1C' and
24560            'IP4FWD'"
24561   parameters:
24562   - "latency"
24563   - "parent"
24564   - "tags"
24565   layout:
24566     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
24567     layout: "plot-latency"
24568
24569 -
24570   type: "plot"
24571   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24572   algorithm: "plot_latency_error_bars"
24573   output-file-type: ".html"
24574   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24575   data: "plot-dpdk-throughput-latency-3n-skx"
24576   filter: "'NIC_Intel-X710' and
24577            '64B' and
24578            'BASE' and
24579            'NDRPDR' and
24580            '4T2C' and
24581            'IP4FWD'"
24582   parameters:
24583   - "latency"
24584   - "parent"
24585   - "tags"
24586   layout:
24587     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
24588     layout: "plot-latency"
24589
24590 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
24591 -
24592   type: "plot"
24593   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24594   algorithm: "plot_latency_error_bars"
24595   output-file-type: ".html"
24596   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24597   data: "plot-dpdk-throughput-latency-3n-skx"
24598   filter: "'NIC_Intel-XXV710' and
24599            '64B' and
24600            'BASE' and
24601            'NDRPDR' and
24602            '2T1C' and
24603            'IP4FWD'"
24604   parameters:
24605   - "latency"
24606   - "parent"
24607   - "tags"
24608   layout:
24609     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
24610     layout: "plot-latency"
24611
24612 -
24613   type: "plot"
24614   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24615   algorithm: "plot_latency_error_bars"
24616   output-file-type: ".html"
24617   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24618   data: "plot-dpdk-throughput-latency-3n-skx"
24619   filter: "'NIC_Intel-XXV710' and
24620            '64B' and
24621            'BASE' and
24622            'NDRPDR' and
24623            '4T2C' and
24624            'IP4FWD'"
24625   parameters:
24626   - "latency"
24627   - "parent"
24628   - "tags"
24629   layout:
24630     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
24631     layout: "plot-latency"
24632
24633 # Packet Latency - DPDK l3fwd 2n-skx-x710
24634 -
24635   type: "plot"
24636   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24637   algorithm: "plot_latency_error_bars"
24638   output-file-type: ".html"
24639   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24640   data: "plot-dpdk-throughput-latency-2n-skx"
24641   filter: "'NIC_Intel-X710' and
24642            '64B' and
24643            'BASE' and
24644            'NDRPDR' and
24645            '2T1C' and
24646            'IP4FWD'"
24647   parameters:
24648   - "latency"
24649   - "parent"
24650   - "tags"
24651   layout:
24652     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
24653     layout: "plot-latency"
24654
24655 -
24656   type: "plot"
24657   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24658   algorithm: "plot_latency_error_bars"
24659   output-file-type: ".html"
24660   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24661   data: "plot-dpdk-throughput-latency-2n-skx"
24662   filter: "'NIC_Intel-X710' and
24663            '64B' and
24664            'BASE' and
24665            'NDRPDR' and
24666            '4T2C' and
24667            'IP4FWD'"
24668   parameters:
24669   - "latency"
24670   - "parent"
24671   - "tags"
24672   layout:
24673     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
24674     layout: "plot-latency"
24675
24676 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
24677 -
24678   type: "plot"
24679   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24680   algorithm: "plot_latency_error_bars"
24681   output-file-type: ".html"
24682   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24683   data: "plot-dpdk-throughput-latency-2n-skx"
24684   filter: "'NIC_Intel-XXV710' and
24685            '64B' and
24686            'BASE' and
24687            'NDRPDR' and
24688            '2T1C' and
24689            'IP4FWD'"
24690   parameters:
24691   - "latency"
24692   - "parent"
24693   - "tags"
24694   layout:
24695     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
24696     layout: "plot-latency"
24697
24698 -
24699   type: "plot"
24700   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24701   algorithm: "plot_latency_error_bars"
24702   output-file-type: ".html"
24703   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24704   data: "plot-dpdk-throughput-latency-2n-skx"
24705   filter: "'NIC_Intel-XXV710' and
24706            '64B' and
24707            'BASE' and
24708            'NDRPDR' and
24709            '4T2C' and
24710            'IP4FWD'"
24711   parameters:
24712   - "latency"
24713   - "parent"
24714   - "tags"
24715   layout:
24716     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
24717     layout: "plot-latency"
24718
24719 ################################################################################
24720
24721 # Packet Latency - DPDK testpmd 3n-hsw-x520
24722 -
24723   type: "plot"
24724   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24725   algorithm: "plot_latency_error_bars"
24726   output-file-type: ".html"
24727   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24728   data: "plot-dpdk-throughput-latency-3n-hsw"
24729   filter: "'NIC_Intel-X520-DA2' and
24730            '64B' and
24731            'BASE' and
24732            'NDRPDR' and
24733            '1T1C' and
24734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24735   parameters:
24736   - "latency"
24737   - "parent"
24738   - "tags"
24739   layout:
24740     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
24741     layout: "plot-latency"
24742
24743 -
24744   type: "plot"
24745   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24746   algorithm: "plot_latency_error_bars"
24747   output-file-type: ".html"
24748   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24749   data: "plot-dpdk-throughput-latency-3n-hsw"
24750   filter: "'NIC_Intel-X520-DA2' and
24751            '64B' and
24752            'BASE' and
24753            'NDRPDR' and
24754            '2T2C' and
24755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24756   parameters:
24757   - "latency"
24758   - "parent"
24759   - "tags"
24760   layout:
24761     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
24762     layout: "plot-latency"
24763
24764 # Packet Latency - DPDK testpmd 3n-hsw-x710
24765 -
24766   type: "plot"
24767   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24768   algorithm: "plot_latency_error_bars"
24769   output-file-type: ".html"
24770   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24771   data: "plot-dpdk-throughput-latency-3n-hsw"
24772   filter: "'NIC_Intel-X710' and
24773            '64B' and
24774            'BASE' and
24775            'NDRPDR' and
24776            '1T1C' and
24777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24778   parameters:
24779   - "latency"
24780   - "parent"
24781   - "tags"
24782   layout:
24783     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
24784     layout: "plot-latency"
24785
24786 -
24787   type: "plot"
24788   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24789   algorithm: "plot_latency_error_bars"
24790   output-file-type: ".html"
24791   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24792   data: "plot-dpdk-throughput-latency-3n-hsw"
24793   filter: "'NIC_Intel-X710' and
24794            '64B' and
24795            'BASE' and
24796            'NDRPDR' and
24797            '2T2C' and
24798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24799   parameters:
24800   - "latency"
24801   - "parent"
24802   - "tags"
24803   layout:
24804     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
24805     layout: "plot-latency"
24806
24807 # Packet Latency - DPDK testpmd 3n-hsw-xl710
24808 -
24809   type: "plot"
24810   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24811   algorithm: "plot_latency_error_bars"
24812   output-file-type: ".html"
24813   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24814   data: "plot-dpdk-throughput-latency-3n-hsw"
24815   filter: "'NIC_Intel-XL710' and
24816            '64B' and
24817            'BASE' and
24818            'NDRPDR' and
24819            '1T1C' and
24820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24821   parameters:
24822   - "latency"
24823   - "parent"
24824   - "tags"
24825   layout:
24826     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
24827     layout: "plot-latency"
24828
24829 -
24830   type: "plot"
24831   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24832   algorithm: "plot_latency_error_bars"
24833   output-file-type: ".html"
24834   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24835   data: "plot-dpdk-throughput-latency-3n-hsw"
24836   filter: "'NIC_Intel-XL710' and
24837            '64B' and
24838            'BASE' and
24839            'NDRPDR' and
24840            '2T2C' and
24841            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24842   parameters:
24843   - "latency"
24844   - "parent"
24845   - "tags"
24846   layout:
24847     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
24848     layout: "plot-latency"
24849
24850 # Packet Latency - DPDK testpmd 3n-skx-x710
24851 -
24852   type: "plot"
24853   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24854   algorithm: "plot_latency_error_bars"
24855   output-file-type: ".html"
24856   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24857   data: "plot-dpdk-throughput-latency-3n-skx"
24858   filter: "'NIC_Intel-X710' and
24859            '64B' and
24860            'BASE' and
24861            'NDRPDR' and
24862            '2T1C' and
24863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24864   parameters:
24865   - "latency"
24866   - "parent"
24867   - "tags"
24868   layout:
24869     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
24870     layout: "plot-latency"
24871
24872 -
24873   type: "plot"
24874   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24875   algorithm: "plot_latency_error_bars"
24876   output-file-type: ".html"
24877   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24878   data: "plot-dpdk-throughput-latency-3n-skx"
24879   filter: "'NIC_Intel-X710' and
24880            '64B' and
24881            'BASE' and
24882            'NDRPDR' and
24883            '4T2C' and
24884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24885   parameters:
24886   - "latency"
24887   - "parent"
24888   - "tags"
24889   layout:
24890     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
24891     layout: "plot-latency"
24892
24893 # Packet Latency - DPDK testpmd 3n-skx-xxv710
24894 -
24895   type: "plot"
24896   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24897   algorithm: "plot_latency_error_bars"
24898   output-file-type: ".html"
24899   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24900   data: "plot-dpdk-throughput-latency-3n-skx"
24901   filter: "'NIC_Intel-XXV710' and
24902            '64B' and
24903            'BASE' and
24904            'NDRPDR' and
24905            '2T1C' and
24906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24907   parameters:
24908   - "latency"
24909   - "parent"
24910   - "tags"
24911   layout:
24912     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
24913     layout: "plot-latency"
24914
24915 -
24916   type: "plot"
24917   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24918   algorithm: "plot_latency_error_bars"
24919   output-file-type: ".html"
24920   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24921   data: "plot-dpdk-throughput-latency-3n-skx"
24922   filter: "'NIC_Intel-XXV710' and
24923            '64B' and
24924            'BASE' and
24925            'NDRPDR' and
24926            '4T2C' and
24927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24928   parameters:
24929   - "latency"
24930   - "parent"
24931   - "tags"
24932   layout:
24933     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
24934     layout: "plot-latency"
24935
24936 # Packet Latency - DPDK testpmd 2n-skx-x710
24937 -
24938   type: "plot"
24939   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24940   algorithm: "plot_latency_error_bars"
24941   output-file-type: ".html"
24942   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24943   data: "plot-dpdk-throughput-latency-2n-skx"
24944   filter: "'NIC_Intel-X710' and
24945            '64B' and
24946            'BASE' and
24947            'NDRPDR' and
24948            '2T1C' and
24949            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24950   parameters:
24951   - "latency"
24952   - "parent"
24953   - "tags"
24954   layout:
24955     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
24956     layout: "plot-latency"
24957
24958 -
24959   type: "plot"
24960   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24961   algorithm: "plot_latency_error_bars"
24962   output-file-type: ".html"
24963   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24964   data: "plot-dpdk-throughput-latency-2n-skx"
24965   filter: "'NIC_Intel-X710' and
24966            '64B' and
24967            'BASE' and
24968            'NDRPDR' and
24969            '4T2C' and
24970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24971   parameters:
24972   - "latency"
24973   - "parent"
24974   - "tags"
24975   layout:
24976     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
24977     layout: "plot-latency"
24978
24979 # Packet Latency - DPDK testpmd 2n-skx-xxv710
24980 -
24981   type: "plot"
24982   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24983   algorithm: "plot_latency_error_bars"
24984   output-file-type: ".html"
24985   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24986   data: "plot-dpdk-throughput-latency-2n-skx"
24987   filter: "'NIC_Intel-XXV710' and
24988            '64B' and
24989            'BASE' and
24990            'NDRPDR' and
24991            '2T1C' and
24992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24993   parameters:
24994   - "latency"
24995   - "parent"
24996   - "tags"
24997   layout:
24998     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
24999     layout: "plot-latency"
25000
25001 -
25002   type: "plot"
25003   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
25004   algorithm: "plot_latency_error_bars"
25005   output-file-type: ".html"
25006   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
25007   data: "plot-dpdk-throughput-latency-2n-skx"
25008   filter: "'NIC_Intel-XXV710' and
25009            '64B' and
25010            'BASE' and
25011            'NDRPDR' and
25012            '4T2C' and
25013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
25014   parameters:
25015   - "latency"
25016   - "parent"
25017   - "tags"
25018   layout:
25019     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
25020     layout: "plot-latency"
25021
25022 ################################################################################
25023
25024 # Speedup - VPP Container Memif 3n-hsw-x520
25025 -
25026   type: "plot"
25027   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25028   algorithm: "plot_throughput_speedup_analysis"
25029   output-file-type: ".html"
25030   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25031   data: "plot-throughput-speedup-analysis-3n-hsw"
25032   filter: "'NIC_Intel-X520-DA2' and
25033            '64B' and
25034            ('BASE' or 'SCALE') and
25035            'NDRPDR' and
25036            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25037            not 'VHOST' and
25038            'MEMIF'"
25039   parameters:
25040   - "throughput"
25041   - "parent"
25042   - "tags"
25043   sort:
25044   - "L2XCFWD"
25045   - "L2XCFWD"
25046   - "L2XCFWD"
25047   - "L2BDMACLRN"
25048   - "L2BDMACLRN"
25049   - "L2BDMACLRN"
25050   layout:
25051     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
25052     layout: "plot-throughput-speedup-analysis"
25053
25054 -
25055   type: "plot"
25056   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25057   algorithm: "plot_throughput_speedup_analysis"
25058   output-file-type: ".html"
25059   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25060   data: "plot-throughput-speedup-analysis-3n-hsw"
25061   filter: "'NIC_Intel-X520-DA2' and
25062            '64B' and
25063            ('BASE' or 'SCALE') and
25064            'NDRPDR' and
25065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25066            not 'VHOST' and
25067            'MEMIF'"
25068   parameters:
25069   - "throughput"
25070   - "parent"
25071   - "tags"
25072   sort:
25073   - "L2XCFWD"
25074   - "L2XCFWD"
25075   - "L2XCFWD"
25076   - "L2BDMACLRN"
25077   - "L2BDMACLRN"
25078   - "L2BDMACLRN"
25079   layout:
25080     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
25081     layout: "plot-throughput-speedup-analysis"
25082
25083 # Speedup - VPP Container Memif 3n-hsw-x710
25084 -
25085   type: "plot"
25086   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25087   algorithm: "plot_throughput_speedup_analysis"
25088   output-file-type: ".html"
25089   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25090   data: "plot-throughput-speedup-analysis-3n-hsw"
25091   filter: "'NIC_Intel-X710' and
25092            '64B' and
25093            ('BASE' or 'SCALE') and
25094            'NDRPDR' and
25095            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25096            not 'VHOST' and
25097            'MEMIF'"
25098   parameters:
25099   - "throughput"
25100   - "parent"
25101   - "tags"
25102   sort:
25103   - "L2XCFWD"
25104   - "L2XCFWD"
25105   - "L2XCFWD"
25106   - "L2BDMACLRN"
25107   - "L2BDMACLRN"
25108   - "L2BDMACLRN"
25109   layout:
25110     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
25111     layout: "plot-throughput-speedup-analysis"
25112
25113 -
25114   type: "plot"
25115   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25116   algorithm: "plot_throughput_speedup_analysis"
25117   output-file-type: ".html"
25118   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25119   data: "plot-throughput-speedup-analysis-3n-hsw"
25120   filter: "'NIC_Intel-X710' and
25121            '64B' and
25122            ('BASE' or 'SCALE') and
25123            'NDRPDR' and
25124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25125            not 'VHOST' and
25126            'MEMIF'"
25127   parameters:
25128   - "throughput"
25129   - "parent"
25130   - "tags"
25131   sort:
25132   - "L2XCFWD"
25133   - "L2XCFWD"
25134   - "L2XCFWD"
25135   - "L2BDMACLRN"
25136   - "L2BDMACLRN"
25137   - "L2BDMACLRN"
25138   layout:
25139     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
25140     layout: "plot-throughput-speedup-analysis"
25141
25142 # Speedup - VPP Container Memif 3n-hsw-xl710
25143 -
25144   type: "plot"
25145   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25146   algorithm: "plot_throughput_speedup_analysis"
25147   output-file-type: ".html"
25148   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25149   data: "plot-throughput-speedup-analysis-3n-hsw"
25150   filter: "'NIC_Intel-XL710' and
25151            '64B' and
25152            ('BASE' or 'SCALE') and
25153            'NDRPDR' and
25154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25155            not 'VHOST' and
25156            'MEMIF'"
25157   parameters:
25158   - "throughput"
25159   - "parent"
25160   - "tags"
25161   sort:
25162   - "L2XCFWD"
25163   - "L2XCFWD"
25164   - "L2XCFWD"
25165   - "L2BDMACLRN"
25166   - "L2BDMACLRN"
25167   - "L2BDMACLRN"
25168   layout:
25169     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
25170     layout: "plot-throughput-speedup-analysis"
25171
25172 -
25173   type: "plot"
25174   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25175   algorithm: "plot_throughput_speedup_analysis"
25176   output-file-type: ".html"
25177   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25178   data: "plot-throughput-speedup-analysis-3n-hsw"
25179   filter: "'NIC_Intel-XL710' and
25180            '64B' and
25181            ('BASE' or 'SCALE') and
25182            'NDRPDR' and
25183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25184            not 'VHOST' and
25185            'MEMIF'"
25186   parameters:
25187   - "throughput"
25188   - "parent"
25189   - "tags"
25190   sort:
25191   - "L2XCFWD"
25192   - "L2XCFWD"
25193   - "L2XCFWD"
25194   - "L2BDMACLRN"
25195   - "L2BDMACLRN"
25196   - "L2BDMACLRN"
25197   layout:
25198     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
25199     layout: "plot-throughput-speedup-analysis"
25200
25201 # Speedup - VPP Container Memif 3n-skx-x710
25202 -
25203   type: "plot"
25204   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25205   algorithm: "plot_throughput_speedup_analysis"
25206   output-file-type: ".html"
25207   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25208   data: "plot-throughput-speedup-analysis-3n-skx"
25209   filter: "'NIC_Intel-X710' and
25210            '64B' and
25211            ('BASE' or 'SCALE') and
25212            'NDRPDR' and
25213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25214            not 'VHOST' and
25215            'MEMIF'"
25216   parameters:
25217   - "throughput"
25218   - "parent"
25219   - "tags"
25220   sort:
25221   - "L2XCFWD"
25222   - "L2XCFWD"
25223   - "L2XCFWD"
25224   - "L2BDMACLRN"
25225   - "L2BDMACLRN"
25226   - "L2BDMACLRN"
25227   layout:
25228     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
25229     layout: "plot-throughput-speedup-analysis"
25230
25231 -
25232   type: "plot"
25233   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25234   algorithm: "plot_throughput_speedup_analysis"
25235   output-file-type: ".html"
25236   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25237   data: "plot-throughput-speedup-analysis-3n-skx"
25238   filter: "'NIC_Intel-X710' and
25239            '64B' and
25240            ('BASE' or 'SCALE') and
25241            'NDRPDR' and
25242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25243            not 'VHOST' and
25244            'MEMIF'"
25245   parameters:
25246   - "throughput"
25247   - "parent"
25248   - "tags"
25249   sort:
25250   - "L2XCFWD"
25251   - "L2XCFWD"
25252   - "L2XCFWD"
25253   - "L2BDMACLRN"
25254   - "L2BDMACLRN"
25255   - "L2BDMACLRN"
25256   layout:
25257     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
25258     layout: "plot-throughput-speedup-analysis"
25259
25260 # Speedup - VPP Container Memif 2n-skx-x710
25261 -
25262   type: "plot"
25263   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25264   algorithm: "plot_throughput_speedup_analysis"
25265   output-file-type: ".html"
25266   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25267   data: "plot-throughput-speedup-analysis-2n-skx"
25268   filter: "'NIC_Intel-X710' and
25269            '64B' and
25270            ('BASE' or 'SCALE') and
25271            'NDRPDR' and
25272            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25273            not 'VHOST' and
25274            not 'NF_DENSITY' and
25275            'MEMIF'"
25276   parameters:
25277   - "throughput"
25278   - "parent"
25279   - "tags"
25280   sort:
25281   - "L2XCFWD"
25282   - "L2XCFWD"
25283   - "L2XCFWD"
25284   - "L2BDMACLRN"
25285   - "L2BDMACLRN"
25286   - "L2BDMACLRN"
25287   layout:
25288     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
25289     layout: "plot-throughput-speedup-analysis"
25290
25291 -
25292   type: "plot"
25293   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25294   algorithm: "plot_throughput_speedup_analysis"
25295   output-file-type: ".html"
25296   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25297   data: "plot-throughput-speedup-analysis-2n-skx"
25298   filter: "'NIC_Intel-X710' and
25299            '64B' and
25300            ('BASE' or 'SCALE') and
25301            'NDRPDR' and
25302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25303            not 'VHOST' and
25304            not 'NF_DENSITY' and
25305            'MEMIF'"
25306   parameters:
25307   - "throughput"
25308   - "parent"
25309   - "tags"
25310   sort:
25311   - "L2XCFWD"
25312   - "L2XCFWD"
25313   - "L2XCFWD"
25314   - "L2BDMACLRN"
25315   - "L2BDMACLRN"
25316   - "L2BDMACLRN"
25317   layout:
25318     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
25319     layout: "plot-throughput-speedup-analysis"
25320
25321 # Speedup - VPP Container Memif 2n-skx-xxv710
25322 -
25323   type: "plot"
25324   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25325   algorithm: "plot_throughput_speedup_analysis"
25326   output-file-type: ".html"
25327   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25328   data: "plot-throughput-speedup-analysis-2n-skx"
25329   filter: "'NIC_Intel-XXV710' and
25330            '64B' and
25331            ('BASE' or 'SCALE') and
25332            'NDRPDR' and
25333            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25334            not 'VHOST' and
25335            'MEMIF'"
25336   parameters:
25337   - "throughput"
25338   - "parent"
25339   - "tags"
25340   sort:
25341   - "L2XCFWD"
25342   - "L2XCFWD"
25343   - "L2XCFWD"
25344   - "L2BDMACLRN"
25345   - "L2BDMACLRN"
25346   - "L2BDMACLRN"
25347   layout:
25348     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
25349     layout: "plot-throughput-speedup-analysis"
25350
25351 -
25352   type: "plot"
25353   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25354   algorithm: "plot_throughput_speedup_analysis"
25355   output-file-type: ".html"
25356   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25357   data: "plot-throughput-speedup-analysis-2n-skx"
25358   filter: "'NIC_Intel-XXV710' and
25359            '64B' and
25360            ('BASE' or 'SCALE') and
25361            'NDRPDR' and
25362            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25363            not 'VHOST' and
25364            'MEMIF'"
25365   parameters:
25366   - "throughput"
25367   - "parent"
25368   - "tags"
25369   sort:
25370   - "L2XCFWD"
25371   - "L2XCFWD"
25372   - "L2XCFWD"
25373   - "L2BDMACLRN"
25374   - "L2BDMACLRN"
25375   - "L2BDMACLRN"
25376   layout:
25377     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
25378     layout: "plot-throughput-speedup-analysis"
25379
25380 ################################################################################
25381
25382 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
25383 -
25384   type: "plot"
25385   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25386   algorithm: "plot_throughput_speedup_analysis"
25387   output-file-type: ".html"
25388   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25389   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25390   filter: "'NIC_Intel-X520-DA2' and
25391            '64B' and
25392            ('BASE' or 'SCALE') and
25393            'NDRPDR' and
25394            'L2XCFWD' and
25395            not 'VHOST' and
25396            'MEMIF'"
25397   parameters:
25398   - "throughput"
25399   - "parent"
25400   - "tags"
25401   sort:
25402   - "1VNF"
25403   - "2VNF"
25404   - "4VNF"
25405   - "2VNF"
25406   - "4VNF"
25407   layout:
25408     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
25409     layout: "plot-throughput-speedup-analysis"
25410
25411 -
25412   type: "plot"
25413   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25414   algorithm: "plot_throughput_speedup_analysis"
25415   output-file-type: ".html"
25416   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25417   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25418   filter: "'NIC_Intel-X520-DA2' and
25419            '64B' and
25420            ('BASE' or 'SCALE') and
25421            'NDRPDR' and
25422            'L2XCFWD' and
25423            not 'VHOST' and
25424            'MEMIF'"
25425   parameters:
25426   - "throughput"
25427   - "parent"
25428   - "tags"
25429   sort:
25430   - "1VNF"
25431   - "2VNF"
25432   - "4VNF"
25433   - "2VNF"
25434   - "4VNF"
25435   layout:
25436     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
25437     layout: "plot-throughput-speedup-analysis"
25438
25439 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
25440 -
25441   type: "plot"
25442   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25443   algorithm: "plot_throughput_speedup_analysis"
25444   output-file-type: ".html"
25445   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25446   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25447   filter: "'NIC_Intel-X520-DA2' and
25448            '64B' and
25449            ('BASE' or 'SCALE') and
25450            'NDRPDR' and
25451            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25452            not 'VHOST' and
25453            'MEMIF'"
25454   parameters:
25455   - "throughput"
25456   - "parent"
25457   - "tags"
25458   sort:
25459   - "1VNF"
25460   - "2VNF"
25461   - "4VNF"
25462   - "2VNF"
25463   - "4VNF"
25464   layout:
25465     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
25466     layout: "plot-throughput-speedup-analysis"
25467
25468 -
25469   type: "plot"
25470   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25471   algorithm: "plot_throughput_speedup_analysis"
25472   output-file-type: ".html"
25473   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25474   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25475   filter: "'NIC_Intel-X520-DA2' and
25476            '64B' and
25477            ('BASE' or 'SCALE') and
25478            'NDRPDR' and
25479            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25480            not 'VHOST' and
25481            'MEMIF'"
25482   parameters:
25483   - "throughput"
25484   - "parent"
25485   - "tags"
25486   sort:
25487   - "1VNF"
25488   - "2VNF"
25489   - "4VNF"
25490   - "2VNF"
25491   - "4VNF"
25492   layout:
25493     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
25494     layout: "plot-throughput-speedup-analysis"
25495
25496 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
25497 -
25498   type: "plot"
25499   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25500   algorithm: "plot_throughput_speedup_analysis"
25501   output-file-type: ".html"
25502   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25503   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25504   filter: "'NIC_Intel-X710' and
25505            '64B' and
25506            ('BASE' or 'SCALE') and
25507            'NDRPDR' and
25508            'L2XCFWD' and
25509            not 'VHOST' and
25510            'MEMIF'"
25511   parameters:
25512   - "throughput"
25513   - "parent"
25514   - "tags"
25515   sort:
25516   - "1VNF"
25517   - "2VNF"
25518   - "4VNF"
25519   - "2VNF"
25520   - "4VNF"
25521   layout:
25522     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
25523     layout: "plot-throughput-speedup-analysis"
25524
25525 -
25526   type: "plot"
25527   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25528   algorithm: "plot_throughput_speedup_analysis"
25529   output-file-type: ".html"
25530   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25531   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25532   filter: "'NIC_Intel-X710' and
25533            '64B' and
25534            ('BASE' or 'SCALE') and
25535            'NDRPDR' and
25536            'L2XCFWD' and
25537            not 'VHOST' and
25538            'MEMIF'"
25539   parameters:
25540   - "throughput"
25541   - "parent"
25542   - "tags"
25543   sort:
25544   - "1VNF"
25545   - "2VNF"
25546   - "4VNF"
25547   - "2VNF"
25548   - "4VNF"
25549   layout:
25550     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
25551     layout: "plot-throughput-speedup-analysis"
25552
25553 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
25554 -
25555   type: "plot"
25556   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25557   algorithm: "plot_throughput_speedup_analysis"
25558   output-file-type: ".html"
25559   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25560   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25561   filter: "'NIC_Intel-X710' and
25562            '64B' and
25563            ('BASE' or 'SCALE') and
25564            'NDRPDR' and
25565            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25566            not 'VHOST' and
25567            'MEMIF'"
25568   parameters:
25569   - "throughput"
25570   - "parent"
25571   - "tags"
25572   sort:
25573   - "1VNF"
25574   - "2VNF"
25575   - "4VNF"
25576   - "2VNF"
25577   - "4VNF"
25578   layout:
25579     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
25580     layout: "plot-throughput-speedup-analysis"
25581
25582 -
25583   type: "plot"
25584   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25585   algorithm: "plot_throughput_speedup_analysis"
25586   output-file-type: ".html"
25587   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25588   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25589   filter: "'NIC_Intel-X710' and
25590            '64B' and
25591            ('BASE' or 'SCALE') and
25592            'NDRPDR' and
25593            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25594            not 'VHOST' and
25595            'MEMIF'"
25596   parameters:
25597   - "throughput"
25598   - "parent"
25599   - "tags"
25600   sort:
25601   - "1VNF"
25602   - "2VNF"
25603   - "4VNF"
25604   - "2VNF"
25605   - "4VNF"
25606   layout:
25607     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
25608     layout: "plot-throughput-speedup-analysis"
25609
25610 ################################################################################
25611
25612 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
25613 -
25614   type: "plot"
25615   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25616   algorithm: "plot_throughput_speedup_analysis"
25617   output-file-type: ".html"
25618   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25619   data: "plot-throughput-speedup-analysis-3n-hsw"
25620   filter: "'NIC_Intel-X520-DA2' and
25621            '64B' and
25622            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25623            'NDRPDR' and
25624            'IP4FWD' and
25625            not 'IPSEC' and
25626            not 'VHOST'"
25627   parameters:
25628   - "throughput"
25629   - "parent"
25630   - "tags"
25631   sort:
25632   - "DOT1Q"
25633   - "IP4BASE"
25634   - "FIB_20k"
25635   - "FIB_200k"
25636   - "FIB_2M"
25637   layout:
25638     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25639     layout: "plot-throughput-speedup-analysis"
25640
25641 -
25642   type: "plot"
25643   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25644   algorithm: "plot_throughput_speedup_analysis"
25645   output-file-type: ".html"
25646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25647   data: "plot-throughput-speedup-analysis-3n-hsw"
25648   filter: "'NIC_Intel-X520-DA2' and
25649            '64B' and
25650            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25651            'NDRPDR' and
25652            'IP4FWD' and
25653            not 'IPSEC' and
25654            not 'VHOST'"
25655   parameters:
25656   - "throughput"
25657   - "parent"
25658   - "tags"
25659   sort:
25660   - "DOT1Q"
25661   - "IP4BASE"
25662   - "FIB_20k"
25663   - "FIB_200k"
25664   - "FIB_2M"
25665   layout:
25666     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25667     layout: "plot-throughput-speedup-analysis"
25668
25669 # Speedup - VPP IPv4 3n-hsw-x520 features
25670 -
25671   type: "plot"
25672   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
25673   algorithm: "plot_throughput_speedup_analysis"
25674   output-file-type: ".html"
25675   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
25676   data: "plot-throughput-speedup-analysis-3n-hsw"
25677   filter: "'NIC_Intel-X520-DA2' and
25678            '64B' and
25679            ('IP4BASE' or
25680             'POLICE_MARK' or
25681             'COPWHLIST' or
25682             ('NAT44' and 'BASE') or
25683             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25684            'NDRPDR' and
25685            'IP4FWD' and
25686            not 'IPSEC' and
25687            not 'VHOST'"
25688   parameters:
25689   - "throughput"
25690   - "parent"
25691   - "tags"
25692   sort:
25693   - "DOT1Q"
25694   - "IP4BASE"
25695   - "NAT44"
25696   - "POLICE_MARK"
25697   - "COPWHLIST"
25698   - "IACL"
25699   - "OACL"
25700   layout:
25701     title: "ip4-3n-hsw-x520-64b-features-ndr"
25702     layout: "plot-throughput-speedup-analysis"
25703
25704 -
25705   type: "plot"
25706   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
25707   algorithm: "plot_throughput_speedup_analysis"
25708   output-file-type: ".html"
25709   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
25710   data: "plot-throughput-speedup-analysis-3n-hsw"
25711   filter: "'NIC_Intel-X520-DA2' and
25712            '64B' and
25713            ('IP4BASE' or
25714             'POLICE_MARK' or
25715             'COPWHLIST' or
25716             ('NAT44' and 'BASE') or
25717             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25718            'NDRPDR' and
25719            'IP4FWD' and
25720            not 'IPSEC' and
25721            not 'VHOST'"
25722   parameters:
25723   - "throughput"
25724   - "parent"
25725   - "tags"
25726   sort:
25727   - "DOT1Q"
25728   - "IP4BASE"
25729   - "NAT44"
25730   - "POLICE_MARK"
25731   - "COPWHLIST"
25732   - "IACL"
25733   - "OACL"
25734   layout:
25735     title: "ip4-3n-hsw-x520-64b-features-pdr"
25736     layout: "plot-throughput-speedup-analysis"
25737
25738 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
25739 -
25740   type: "plot"
25741   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25742   algorithm: "plot_throughput_speedup_analysis"
25743   output-file-type: ".html"
25744   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25745   data: "plot-throughput-speedup-analysis-3n-hsw"
25746   filter: "'NIC_Intel-X520-DA2' and
25747            '64B' and
25748            'NDRPDR' and
25749            'IP4FWD' and
25750            'NAT44' and
25751            not 'IPSEC' and
25752            not 'VHOST'"
25753   parameters:
25754   - "throughput"
25755   - "parent"
25756   - "tags"
25757   sort:
25758   - "BASE"
25759   - "BASE"
25760   - "SRC_USER_10"
25761   - "SRC_USER_100"
25762   - "SRC_USER_1000"
25763   - "SRC_USER_2000"
25764   layout:
25765     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
25766     layout: "plot-throughput-speedup-analysis"
25767
25768 -
25769   type: "plot"
25770   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25771   algorithm: "plot_throughput_speedup_analysis"
25772   output-file-type: ".html"
25773   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25774   data: "plot-throughput-speedup-analysis-3n-hsw"
25775   filter: "'NIC_Intel-X520-DA2' and
25776            '64B' and
25777            'NDRPDR' and
25778            'IP4FWD' and
25779            'NAT44' and
25780            not 'IPSEC' and
25781            not 'VHOST'"
25782   parameters:
25783   - "throughput"
25784   - "parent"
25785   - "tags"
25786   sort:
25787   - "BASE"
25788   - "BASE"
25789   - "SRC_USER_10"
25790   - "SRC_USER_100"
25791   - "SRC_USER_1000"
25792   - "SRC_USER_2000"
25793   layout:
25794     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
25795     layout: "plot-throughput-speedup-analysis"
25796
25797 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
25798 -
25799   type: "plot"
25800   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25801   algorithm: "plot_throughput_speedup_analysis"
25802   output-file-type: ".html"
25803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25804   data: "plot-throughput-speedup-analysis-3n-hsw"
25805   filter: "'NIC_Intel-X520-DA2' and
25806            '64B' and
25807            'NDRPDR' and
25808            'IP4FWD' and
25809            'IACL' and
25810            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25811            not 'IPSEC' and
25812            not 'VHOST'"
25813   parameters:
25814   - "throughput"
25815   - "parent"
25816   - "tags"
25817   sort:
25818   - "ACL_STATELESS"
25819   - "ACL_STATEFUL"
25820   - "ACL_STATELESS"
25821   - "ACL_STATEFUL"
25822   layout:
25823     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
25824     layout: "plot-throughput-speedup-analysis"
25825
25826 -
25827   type: "plot"
25828   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25829   algorithm: "plot_throughput_speedup_analysis"
25830   output-file-type: ".html"
25831   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25832   data: "plot-throughput-speedup-analysis-3n-hsw"
25833   filter: "'NIC_Intel-X520-DA2' and
25834            '64B' and
25835            'NDRPDR' and
25836            'IP4FWD' and
25837            'IACL' and
25838            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25839            not 'IPSEC' and
25840            not 'VHOST'"
25841   parameters:
25842   - "throughput"
25843   - "parent"
25844   - "tags"
25845   sort:
25846   - "ACL_STATELESS"
25847   - "ACL_STATEFUL"
25848   - "ACL_STATELESS"
25849   - "ACL_STATEFUL"
25850   layout:
25851     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
25852     layout: "plot-throughput-speedup-analysis"
25853
25854 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
25855 -
25856   type: "plot"
25857   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25858   algorithm: "plot_throughput_speedup_analysis"
25859   output-file-type: ".html"
25860   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25861   data: "plot-throughput-speedup-analysis-3n-hsw"
25862   filter: "'NIC_Intel-X520-DA2' and
25863            '64B' and
25864            'NDRPDR' and
25865            'IP4FWD' and
25866            'OACL' and
25867            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25868            not 'IPSEC' and
25869            not 'VHOST'"
25870   parameters:
25871   - "throughput"
25872   - "parent"
25873   - "tags"
25874   sort:
25875   - "ACL_STATELESS"
25876   - "ACL_STATEFUL"
25877   - "ACL_STATELESS"
25878   - "ACL_STATEFUL"
25879   layout:
25880     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
25881     layout: "plot-throughput-speedup-analysis"
25882
25883 -
25884   type: "plot"
25885   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25886   algorithm: "plot_throughput_speedup_analysis"
25887   output-file-type: ".html"
25888   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25889   data: "plot-throughput-speedup-analysis-3n-hsw"
25890   filter: "'NIC_Intel-X520-DA2' and
25891            '64B' and
25892            'NDRPDR' and
25893            'IP4FWD' and
25894            'OACL' and
25895            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25896            not 'IPSEC' and
25897            not 'VHOST'"
25898   parameters:
25899   - "throughput"
25900   - "parent"
25901   - "tags"
25902   sort:
25903   - "ACL_STATELESS"
25904   - "ACL_STATEFUL"
25905   - "ACL_STATELESS"
25906   - "ACL_STATEFUL"
25907   layout:
25908     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
25909     layout: "plot-throughput-speedup-analysis"
25910
25911 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
25912 -
25913   type: "plot"
25914   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25915   algorithm: "plot_throughput_speedup_analysis"
25916   output-file-type: ".html"
25917   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25918   data: "plot-throughput-speedup-analysis-3n-hsw"
25919   filter: "'NIC_Intel-X710' and
25920            '64B' and
25921            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25922            'NDRPDR' and
25923            'IP4FWD' and
25924            not 'IPSEC' and
25925            not 'VHOST'"
25926   parameters:
25927   - "throughput"
25928   - "parent"
25929   - "tags"
25930   sort:
25931   - "DOT1Q"
25932   - "IP4BASE"
25933   - "FIB_20K"
25934   - "FIB_200K"
25935   - "FIB_2M"
25936   layout:
25937     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25938     layout: "plot-throughput-speedup-analysis"
25939
25940 -
25941   type: "plot"
25942   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25943   algorithm: "plot_throughput_speedup_analysis"
25944   output-file-type: ".html"
25945   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25946   data: "plot-throughput-speedup-analysis-3n-hsw"
25947   filter: "'NIC_Intel-X710' and
25948            '64B' and
25949            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25950            'NDRPDR' and
25951            'IP4FWD' and
25952            not 'IPSEC' and
25953            not 'VHOST'"
25954   parameters:
25955   - "throughput"
25956   - "parent"
25957   - "tags"
25958   sort:
25959   - "DOT1Q"
25960   - "IP4BASE"
25961   - "FIB_20K"
25962   - "FIB_200K"
25963   - "FIB_2M"
25964   layout:
25965     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25966     layout: "plot-throughput-speedup-analysis"
25967
25968 # Speedup - VPP IPv4 3n-hsw-x710 features
25969 -
25970   type: "plot"
25971   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
25972   algorithm: "plot_throughput_speedup_analysis"
25973   output-file-type: ".html"
25974   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
25975   data: "plot-throughput-speedup-analysis-3n-hsw"
25976   filter: "'NIC_Intel-X710' and
25977            '64B' and
25978            ('IP4BASE' or
25979             'POLICE_MARK' or
25980             'COPWHLIST' or
25981             ('NAT44' and 'BASE') or
25982             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25983            'NDRPDR' and
25984            'IP4FWD' and
25985            not 'IPSEC' and
25986            not 'VHOST'"
25987   parameters:
25988   - "throughput"
25989   - "parent"
25990   - "tags"
25991   sort:
25992   - "IP4BASE"
25993   - "NAT44"
25994   - "POLICE_MARK"
25995   - "COPWHLIST"
25996   - "IACL"
25997   - "OACL"
25998   layout:
25999     title: "ip4-3n-hsw-x710-64b-features-ndr"
26000     layout: "plot-throughput-speedup-analysis"
26001
26002 -
26003   type: "plot"
26004   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
26005   algorithm: "plot_throughput_speedup_analysis"
26006   output-file-type: ".html"
26007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
26008   data: "plot-throughput-speedup-analysis-3n-hsw"
26009   filter: "'NIC_Intel-X710' and
26010            '64B' and
26011            ('IP4BASE' or
26012             'POLICE_MARK' or
26013             'COPWHLIST' or
26014             ('NAT44' and 'BASE') or
26015             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26016            'NDRPDR' and
26017            'IP4FWD' and
26018            not 'IPSEC' and
26019            not 'VHOST'"
26020   parameters:
26021   - "throughput"
26022   - "parent"
26023   - "tags"
26024   sort:
26025   - "IP4BASE"
26026   - "NAT44"
26027   - "POLICE_MARK"
26028   - "COPWHLIST"
26029   - "IACL"
26030   - "OACL"
26031   layout:
26032     title: "ip4-3n-hsw-x710-64b-features-pdr"
26033     layout: "plot-throughput-speedup-analysis"
26034
26035 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
26036 -
26037   type: "plot"
26038   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
26039   algorithm: "plot_throughput_speedup_analysis"
26040   output-file-type: ".html"
26041   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
26042   data: "plot-throughput-speedup-analysis-3n-hsw"
26043   filter: "'NIC_Intel-X710' and
26044            '64B' and
26045            'NDRPDR' and
26046            'IP4FWD' and
26047            'NAT44' and
26048            not 'IPSEC' and
26049            not 'VHOST'"
26050   parameters:
26051   - "throughput"
26052   - "parent"
26053   - "tags"
26054   sort:
26055   - "BASE"
26056   - "BASE"
26057   - "SRC_USER_10"
26058   - "SRC_USER_100"
26059   - "SRC_USER_1000"
26060   - "SRC_USER_2000"
26061   layout:
26062     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
26063     layout: "plot-throughput-speedup-analysis"
26064
26065 -
26066   type: "plot"
26067   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
26068   algorithm: "plot_throughput_speedup_analysis"
26069   output-file-type: ".html"
26070   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
26071   data: "plot-throughput-speedup-analysis-3n-hsw"
26072   filter: "'NIC_Intel-X710' and
26073            '64B' and
26074            'NDRPDR' and
26075            'IP4FWD' and
26076            'NAT44' and
26077            not 'IPSEC' and
26078            not 'VHOST'"
26079   parameters:
26080   - "throughput"
26081   - "parent"
26082   - "tags"
26083   sort:
26084   - "BASE"
26085   - "BASE"
26086   - "SRC_USER_10"
26087   - "SRC_USER_100"
26088   - "SRC_USER_1000"
26089   - "SRC_USER_2000"
26090   layout:
26091     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
26092     layout: "plot-throughput-speedup-analysis"
26093
26094 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
26095 -
26096   type: "plot"
26097   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26098   algorithm: "plot_throughput_speedup_analysis"
26099   output-file-type: ".html"
26100   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26101   data: "plot-throughput-speedup-analysis-3n-hsw"
26102   filter: "'NIC_Intel-X710' and
26103            '64B' and
26104            'NDRPDR' and
26105            'IP4FWD' and
26106            'IACL' and
26107            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26108            not 'IPSEC' and
26109            not 'VHOST'"
26110   parameters:
26111   - "throughput"
26112   - "parent"
26113   - "tags"
26114   sort:
26115   - "ACL_STATELESS"
26116   - "ACL_STATEFUL"
26117   - "ACL_STATELESS"
26118   - "ACL_STATEFUL"
26119   layout:
26120     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
26121     layout: "plot-throughput-speedup-analysis"
26122
26123 -
26124   type: "plot"
26125   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26126   algorithm: "plot_throughput_speedup_analysis"
26127   output-file-type: ".html"
26128   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26129   data: "plot-throughput-speedup-analysis-3n-hsw"
26130   filter: "'NIC_Intel-X710' and
26131            '64B' and
26132            'NDRPDR' and
26133            'IP4FWD' and
26134            'IACL' and
26135            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26136            not 'IPSEC' and
26137            not 'VHOST'"
26138   parameters:
26139   - "throughput"
26140   - "parent"
26141   - "tags"
26142   sort:
26143   - "ACL_STATELESS"
26144   - "ACL_STATEFUL"
26145   - "ACL_STATELESS"
26146   - "ACL_STATEFUL"
26147   layout:
26148     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
26149     layout: "plot-throughput-speedup-analysis"
26150
26151 ## Speedup - VPP IPv4 3n-hsw-x710 features oacl
26152 #-
26153 #  type: "plot"
26154 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
26155 #  algorithm: "plot_throughput_speedup_analysis"
26156 #  output-file-type: ".html"
26157 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
26158 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26159 #  filter: "'NIC_Intel-X710' and
26160 #           '64B' and
26161 #           'NDRPDR' and
26162 #           'IP4FWD' and
26163 #           'OACL' and
26164 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
26165 #           not 'IPSEC' and
26166 #           not 'VHOST'"
26167 #  parameters:
26168 #  - "throughput"
26169 #  - "parent"
26170 #  - "tags"
26171 #  sort:
26172 #  - "ACL_STATELESS"
26173 #  - "ACL_STATEFUL"
26174 #  - "ACL_STATELESS"
26175 #  - "ACL_STATEFUL"
26176 #  layout:
26177 #    title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
26178 #    layout: "plot-throughput-speedup-analysis"
26179 #
26180 #-
26181 #  type: "plot"
26182 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
26183 #  algorithm: "plot_throughput_speedup_analysis"
26184 #  output-file-type: ".html"
26185 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
26186 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26187 #  filter: "'NIC_Intel-X710' and
26188 #           '64B' and
26189 #           'NDRPDR' and
26190 #           'IP4FWD' and
26191 #           'OACL' and
26192 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
26193 #           not 'IPSEC' and
26194 #           not 'VHOST'"
26195 #  parameters:
26196 #  - "throughput"
26197 #  - "parent"
26198 #  - "tags"
26199 #  sort:
26200 #  - "ACL_STATELESS"
26201 #  - "ACL_STATEFUL"
26202 #  - "ACL_STATELESS"
26203 #  - "ACL_STATEFUL"
26204 #  layout:
26205 #    title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
26206 #    layout: "plot-throughput-speedup-analysis"
26207
26208 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
26209 -
26210   type: "plot"
26211   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26212   algorithm: "plot_throughput_speedup_analysis"
26213   output-file-type: ".html"
26214   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26215   data: "plot-throughput-speedup-analysis-3n-hsw"
26216   filter: "'NIC_Intel-XL710' and
26217            '64B' and
26218            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26219            'NDRPDR' and
26220            'IP4FWD' and
26221            not 'IPSEC' and
26222            not 'VHOST'"
26223   parameters:
26224   - "throughput"
26225   - "parent"
26226   - "tags"
26227   sort:
26228   - "IP4BASE"
26229   - "FIB_20K"
26230   - "FIB_200K"
26231   - "FIB_2M"
26232   layout:
26233     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
26234     layout: "plot-throughput-speedup-analysis"
26235
26236 -
26237   type: "plot"
26238   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26239   algorithm: "plot_throughput_speedup_analysis"
26240   output-file-type: ".html"
26241   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26242   data: "plot-throughput-speedup-analysis-3n-hsw"
26243   filter: "'NIC_Intel-XL710' and
26244            '64B' and
26245            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26246            'NDRPDR' and
26247            'IP4FWD' and
26248            not 'IPSEC' and
26249            not 'VHOST'"
26250   parameters:
26251   - "throughput"
26252   - "parent"
26253   - "tags"
26254   sort:
26255   - "IP4BASE"
26256   - "FIB_20K"
26257   - "FIB_200K"
26258   - "FIB_2M"
26259   layout:
26260     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
26261     layout: "plot-throughput-speedup-analysis"
26262
26263 # Speedup - VPP IPv4 3n-skx-x710 base and scale
26264 -
26265   type: "plot"
26266   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26267   algorithm: "plot_throughput_speedup_analysis"
26268   output-file-type: ".html"
26269   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26270   data: "plot-throughput-speedup-analysis-3n-skx"
26271   filter: "'NIC_Intel-X710' and
26272            '64B' and
26273            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26274            'NDRPDR' and
26275            'IP4FWD' and
26276            not 'IPSEC' and
26277            not 'VHOST'"
26278   parameters:
26279   - "throughput"
26280   - "parent"
26281   - "tags"
26282   sort:
26283   - "IP4BASE"
26284   - "FIB_20K"
26285   - "FIB_200K"
26286   - "FIB_2M"
26287   layout:
26288     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
26289     layout: "plot-throughput-speedup-analysis"
26290
26291 -
26292   type: "plot"
26293   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26294   algorithm: "plot_throughput_speedup_analysis"
26295   output-file-type: ".html"
26296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26297   data: "plot-throughput-speedup-analysis-3n-skx"
26298   filter: "'NIC_Intel-X710' and
26299            '64B' and
26300            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26301            'NDRPDR' and
26302            'IP4FWD' and
26303            not 'IPSEC' and
26304            not 'VHOST'"
26305   parameters:
26306   - "throughput"
26307   - "parent"
26308   - "tags"
26309   sort:
26310   - "IP4BASE"
26311   - "FIB_20K"
26312   - "FIB_200K"
26313   - "FIB_2M"
26314   layout:
26315     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
26316     layout: "plot-throughput-speedup-analysis"
26317
26318 # Speedup - VPP IPv4 3n-skx-x710 features
26319 -
26320   type: "plot"
26321   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
26322   algorithm: "plot_throughput_speedup_analysis"
26323   output-file-type: ".html"
26324   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
26325   data: "plot-throughput-speedup-analysis-3n-skx"
26326   filter: "'NIC_Intel-X710' and
26327            '64B' and
26328            ('IP4BASE' or
26329             'POLICE_MARK' or
26330             'COPWHLIST' or
26331             ('NAT44' and 'BASE') or
26332             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26333            'NDRPDR' and
26334            'IP4FWD' and
26335            not 'IPSEC' and
26336            not 'VHOST'"
26337   parameters:
26338   - "throughput"
26339   - "parent"
26340   - "tags"
26341   sort:
26342   - "IP4BASE"
26343   - "NAT44"
26344   - "POLICE_MARK"
26345   - "COPWHLIST"
26346   - "IACL"
26347   - "OACL"
26348   layout:
26349     title: "ip4-3n-skx-x710-64b-features-ndr"
26350     layout: "plot-throughput-speedup-analysis"
26351
26352 -
26353   type: "plot"
26354   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
26355   algorithm: "plot_throughput_speedup_analysis"
26356   output-file-type: ".html"
26357   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
26358   data: "plot-throughput-speedup-analysis-3n-skx"
26359   filter: "'NIC_Intel-X710' and
26360            '64B' and
26361            ('IP4BASE' or
26362             'POLICE_MARK' or
26363             'COPWHLIST' or
26364             ('NAT44' and 'BASE') or
26365             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26366            'NDRPDR' and
26367            'IP4FWD' and
26368            not 'IPSEC' and
26369            not 'VHOST'"
26370   parameters:
26371   - "throughput"
26372   - "parent"
26373   - "tags"
26374   sort:
26375   - "IP4BASE"
26376   - "NAT44"
26377   - "POLICE_MARK"
26378   - "COPWHLIST"
26379   - "IACL"
26380   - "OACL"
26381   layout:
26382     title: "ip4-3n-skx-x710-64b-features-pdr"
26383     layout: "plot-throughput-speedup-analysis"
26384
26385 # Speedup - VPP IPv4 3n-skx-x710 features nat44
26386 -
26387   type: "plot"
26388   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26389   algorithm: "plot_throughput_speedup_analysis"
26390   output-file-type: ".html"
26391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26392   data: "plot-throughput-speedup-analysis-3n-skx"
26393   filter: "'NIC_Intel-X710' and
26394            '64B' and
26395            'NDRPDR' and
26396            'IP4FWD' and
26397            'NAT44' and
26398            not 'IPSEC' and
26399            not 'VHOST'"
26400   parameters:
26401   - "throughput"
26402   - "parent"
26403   - "tags"
26404   sort:
26405   - "BASE"
26406   - "BASE"
26407   - "SRC_USER_10"
26408   - "SRC_USER_100"
26409   - "SRC_USER_1000"
26410   - "SRC_USER_2000"
26411   layout:
26412     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
26413     layout: "plot-throughput-speedup-analysis"
26414
26415 -
26416   type: "plot"
26417   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26418   algorithm: "plot_throughput_speedup_analysis"
26419   output-file-type: ".html"
26420   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26421   data: "plot-throughput-speedup-analysis-3n-skx"
26422   filter: "'NIC_Intel-X710' and
26423            '64B' and
26424            'NDRPDR' and
26425            'IP4FWD' and
26426            'NAT44' and
26427            not 'IPSEC' and
26428            not 'VHOST'"
26429   parameters:
26430   - "throughput"
26431   - "parent"
26432   - "tags"
26433   sort:
26434   - "BASE"
26435   - "BASE"
26436   - "SRC_USER_10"
26437   - "SRC_USER_100"
26438   - "SRC_USER_1000"
26439   - "SRC_USER_2000"
26440   layout:
26441     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
26442     layout: "plot-throughput-speedup-analysis"
26443
26444 # Speedup - VPP IPv4 3n-skx-x710 features iacl
26445 -
26446   type: "plot"
26447   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26448   algorithm: "plot_throughput_speedup_analysis"
26449   output-file-type: ".html"
26450   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26451   data: "plot-throughput-speedup-analysis-3n-skx"
26452   filter: "'NIC_Intel-X710' and
26453            '64B' and
26454            'NDRPDR' and
26455            'IP4FWD' and
26456            'IACL' and
26457            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26458            not 'IPSEC' and
26459            not 'VHOST'"
26460   parameters:
26461   - "throughput"
26462   - "parent"
26463   - "tags"
26464   sort:
26465   - "ACL_STATELESS"
26466   - "ACL_STATEFUL"
26467   - "ACL_STATELESS"
26468   - "ACL_STATEFUL"
26469   layout:
26470     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
26471     layout: "plot-throughput-speedup-analysis"
26472
26473 -
26474   type: "plot"
26475   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26476   algorithm: "plot_throughput_speedup_analysis"
26477   output-file-type: ".html"
26478   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26479   data: "plot-throughput-speedup-analysis-3n-skx"
26480   filter: "'NIC_Intel-X710' and
26481            '64B' and
26482            'NDRPDR' and
26483            'IP4FWD' and
26484            'IACL' and
26485            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26486            not 'IPSEC' and
26487            not 'VHOST'"
26488   parameters:
26489   - "throughput"
26490   - "parent"
26491   - "tags"
26492   sort:
26493   - "ACL_STATELESS"
26494   - "ACL_STATEFUL"
26495   - "ACL_STATELESS"
26496   - "ACL_STATEFUL"
26497   layout:
26498     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
26499     layout: "plot-throughput-speedup-analysis"
26500
26501 # Speedup - VPP IPv4 3n-skx-x710 features oacl
26502 -
26503   type: "plot"
26504   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26505   algorithm: "plot_throughput_speedup_analysis"
26506   output-file-type: ".html"
26507   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26508   data: "plot-throughput-speedup-analysis-3n-skx"
26509   filter: "'NIC_Intel-X710' and
26510            '64B' and
26511            'NDRPDR' and
26512            'IP4FWD' and
26513            'OACL' and
26514            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26515            not 'IPSEC' and
26516            not 'VHOST'"
26517   parameters:
26518   - "throughput"
26519   - "parent"
26520   - "tags"
26521   sort:
26522   - "ACL_STATELESS"
26523   - "ACL_STATEFUL"
26524   - "ACL_STATELESS"
26525   - "ACL_STATEFUL"
26526   layout:
26527     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
26528     layout: "plot-throughput-speedup-analysis"
26529
26530 -
26531   type: "plot"
26532   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26533   algorithm: "plot_throughput_speedup_analysis"
26534   output-file-type: ".html"
26535   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26536   data: "plot-throughput-speedup-analysis-3n-skx"
26537   filter: "'NIC_Intel-X710' and
26538            '64B' and
26539            'NDRPDR' and
26540            'IP4FWD' and
26541            'OACL' and
26542            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26543            not 'IPSEC' and
26544            not 'VHOST'"
26545   parameters:
26546   - "throughput"
26547   - "parent"
26548   - "tags"
26549   sort:
26550   - "ACL_STATELESS"
26551   - "ACL_STATEFUL"
26552   - "ACL_STATELESS"
26553   - "ACL_STATEFUL"
26554   layout:
26555     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
26556     layout: "plot-throughput-speedup-analysis"
26557
26558 # Speedup - VPP IPv4 2n-skx-x710 base and scale
26559 -
26560   type: "plot"
26561   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26562   algorithm: "plot_throughput_speedup_analysis"
26563   output-file-type: ".html"
26564   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26565   data: "plot-throughput-speedup-analysis-2n-skx"
26566   filter: "'NIC_Intel-X710' and
26567            '64B' and
26568            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26569            'NDRPDR' and
26570            'IP4FWD' and
26571            not 'IPSEC' and
26572            not 'VHOST'"
26573   parameters:
26574   - "throughput"
26575   - "parent"
26576   - "tags"
26577   sort:
26578   - "DOT1Q"
26579   - "IP4BASE"
26580   - "FIB_20k"
26581   - "FIB_200k"
26582   - "FIB_2M"
26583   layout:
26584     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
26585     layout: "plot-throughput-speedup-analysis"
26586
26587 -
26588   type: "plot"
26589   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26590   algorithm: "plot_throughput_speedup_analysis"
26591   output-file-type: ".html"
26592   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26593   data: "plot-throughput-speedup-analysis-2n-skx"
26594   filter: "'NIC_Intel-X710' and
26595            '64B' and
26596            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26597            'NDRPDR' and
26598            'IP4FWD' and
26599            not 'IPSEC' and
26600            not 'VHOST'"
26601   parameters:
26602   - "throughput"
26603   - "parent"
26604   - "tags"
26605   sort:
26606   - "DOT1Q"
26607   - "IP4BASE"
26608   - "FIB_20k"
26609   - "FIB_200k"
26610   - "FIB_2M"
26611   layout:
26612     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
26613     layout: "plot-throughput-speedup-analysis"
26614
26615 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
26616 -
26617   type: "plot"
26618   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26619   algorithm: "plot_throughput_speedup_analysis"
26620   output-file-type: ".html"
26621   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26622   data: "plot-throughput-speedup-analysis-2n-skx"
26623   filter: "'NIC_Intel-XXV710' and
26624            '64B' and
26625            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26626            'NDRPDR' and
26627            'IP4FWD' and
26628            not 'IPSEC' and
26629            not 'VHOST'"
26630   parameters:
26631   - "throughput"
26632   - "parent"
26633   - "tags"
26634   sort:
26635   - "DOT1Q"
26636   - "IP4BASE"
26637   - "FIB_20k"
26638   - "FIB_200k"
26639   - "FIB_2M"
26640   layout:
26641     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26642     layout: "plot-throughput-speedup-analysis"
26643
26644 -
26645   type: "plot"
26646   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26647   algorithm: "plot_throughput_speedup_analysis"
26648   output-file-type: ".html"
26649   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26650   data: "plot-throughput-speedup-analysis-2n-skx"
26651   filter: "'NIC_Intel-XXV710' and
26652            '64B' and
26653            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26654            'NDRPDR' and
26655            'IP4FWD' and
26656            not 'IPSEC' and
26657            not 'VHOST'"
26658   parameters:
26659   - "throughput"
26660   - "parent"
26661   - "tags"
26662   sort:
26663   - "DOT1Q"
26664   - "IP4BASE"
26665   - "FIB_20k"
26666   - "FIB_200k"
26667   - "FIB_2M"
26668   layout:
26669     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26670     layout: "plot-throughput-speedup-analysis"
26671
26672 # Speedup - VPP IPv4 2n-dnv-x553 base
26673 -
26674   type: "plot"
26675   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
26676   algorithm: "plot_throughput_speedup_analysis"
26677   output-file-type: ".html"
26678   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
26679   data: "intel-dnv-vpp"
26680   filter: "'NIC_Intel-X553' and
26681            '64B' and
26682            'IP4BASE' and
26683            'NDRPDR' and
26684            'IP4FWD' and
26685            not 'IPSEC' and
26686            not 'VHOST'"
26687   parameters:
26688   - "throughput"
26689   - "parent"
26690   - "tags"
26691   sort:
26692   - "IP4BASE"
26693   layout:
26694     title: "ip4-2n-dnv-x553-64b-base-ndr"
26695     layout: "plot-throughput-speedup-analysis"
26696
26697 -
26698   type: "plot"
26699   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
26700   algorithm: "plot_throughput_speedup_analysis"
26701   output-file-type: ".html"
26702   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
26703   data: "intel-dnv-vpp"
26704   filter: "'NIC_Intel-X553' and
26705            '64B' and
26706            'IP4BASE' and
26707            'NDRPDR' and
26708            'IP4FWD' and
26709            not 'IPSEC' and
26710            not 'VHOST'"
26711   parameters:
26712   - "throughput"
26713   - "parent"
26714   - "tags"
26715   sort:
26716   - "IP4BASE"
26717   layout:
26718     title: "ip4-2n-dnv-x553-64b-base-pdr"
26719     layout: "plot-throughput-speedup-analysis"
26720
26721 ################################################################################
26722
26723 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520
26724 #-
26725 #  type: "plot"
26726 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26727 #  algorithm: "plot_throughput_speedup_analysis"
26728 #  output-file-type: ".html"
26729 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26730 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26731 #  filter: "'NIC_Intel-X520_DA2' and
26732 #           '64B' and
26733 #           'ENCAP' and
26734 #           'NDRPDR' and
26735 #           ('VXLAN' or 'LISP') and
26736 #           not 'VHOST' and
26737 #           not 'IPSECHW'"
26738 #  parameters:
26739 #  - "throughput"
26740 #  - "parent"
26741 #  - "tags"
26742 #  sort:
26743 #  - "not DOT1Q"
26744 #  - "VXLAN_1"
26745 #  - "VXLAN_10"
26746 #  - "VXLAN_100"
26747 #  - "VXLAN_1000"
26748 #  layout:
26749 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
26750 #    layout: "plot-throughput-speedup-analysis"
26751 #
26752 #-
26753 #  type: "plot"
26754 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26755 #  algorithm: "plot_throughput_speedup_analysis"
26756 #  output-file-type: ".html"
26757 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26758 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26759 #  filter: "'NIC_Intel-X520_DA2' and
26760 #           '64B' and
26761 #           'ENCAP' and
26762 #           'NDRPDR' and
26763 #           ('VXLAN' or 'LISP') and
26764 #           not 'VHOST' and
26765 #           not 'IPSECHW'"
26766 #  parameters:
26767 #  - "throughput"
26768 #  - "parent"
26769 #  - "tags"
26770 #  sort:
26771 #  - "not DOT1Q"
26772 #  - "VXLAN_1"
26773 #  - "VXLAN_10"
26774 #  - "VXLAN_100"
26775 #  - "VXLAN_1000"
26776 #  layout:
26777 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
26778 #    layout: "plot-throughput-speedup-analysis"
26779
26780 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
26781 -
26782   type: "plot"
26783   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26784   algorithm: "plot_throughput_speedup_analysis"
26785   output-file-type: ".html"
26786   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26787   data: "plot-throughput-speedup-analysis-3n-hsw"
26788   filter: "'NIC_Intel-X520-DA2' and
26789            '64B' and
26790            'ENCAP' and
26791            'NDRPDR' and
26792            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26793            not 'DOT1Q' and
26794            not 'VHOST' and
26795            not 'IPSECHW'"
26796   parameters:
26797   - "throughput"
26798   - "parent"
26799   - "tags"
26800   sort:
26801   - "L2BDMACLRN"
26802   - "L2XCFWD"
26803   - "LISP"
26804   layout:
26805     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
26806     layout: "plot-throughput-speedup-analysis"
26807
26808 -
26809   type: "plot"
26810   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26811   algorithm: "plot_throughput_speedup_analysis"
26812   output-file-type: ".html"
26813   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26814   data: "plot-throughput-speedup-analysis-3n-hsw"
26815   filter: "'NIC_Intel-X520-DA2' and
26816            '64B' and
26817            'ENCAP' and
26818            'NDRPDR' and
26819            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26820            not 'DOT1Q' and
26821            not 'VHOST' and
26822            not 'IPSECHW'"
26823   parameters:
26824   - "throughput"
26825   - "parent"
26826   - "tags"
26827   sort:
26828   - "L2BDMACLRN"
26829   - "L2XCFWD"
26830   - "LISP"
26831   layout:
26832     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
26833     layout: "plot-throughput-speedup-analysis"
26834
26835 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
26836 -
26837   type: "plot"
26838   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26839   algorithm: "plot_throughput_speedup_analysis"
26840   output-file-type: ".html"
26841   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26842   data: "plot-throughput-speedup-analysis-3n-hsw"
26843   filter: "'NIC_Intel-X710' and
26844            '64B' and
26845            'ENCAP' and
26846            'NDRPDR' and
26847            ('VXLAN' or 'LISP') and
26848            not 'VHOST' and
26849            not 'IPSECHW'"
26850   parameters:
26851   - "throughput"
26852   - "parent"
26853   - "tags"
26854   sort:
26855   - "LISP"
26856   - "VXLAN_1"
26857   - "VXLAN_10"
26858   - "VXLAN_100"
26859   - "VXLAN_1000"
26860   layout:
26861     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
26862     layout: "plot-throughput-speedup-analysis"
26863
26864 -
26865   type: "plot"
26866   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26867   algorithm: "plot_throughput_speedup_analysis"
26868   output-file-type: ".html"
26869   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26870   data: "plot-throughput-speedup-analysis-3n-hsw"
26871   filter: "'NIC_Intel-X710' and
26872            '64B' and
26873            'ENCAP' and
26874            'NDRPDR' and
26875            ('VXLAN' or 'LISP') and
26876            not 'VHOST' and
26877            not 'IPSECHW'"
26878   parameters:
26879   - "throughput"
26880   - "parent"
26881   - "tags"
26882   sort:
26883   - "LISP"
26884   - "VXLAN_1"
26885   - "VXLAN_10"
26886   - "VXLAN_100"
26887   - "VXLAN_1000"
26888   layout:
26889     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
26890     layout: "plot-throughput-speedup-analysis"
26891
26892 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
26893 -
26894   type: "plot"
26895   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26896   algorithm: "plot_throughput_speedup_analysis"
26897   output-file-type: ".html"
26898   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26899   data: "plot-throughput-speedup-analysis-3n-hsw"
26900   filter: "'NIC_Intel-X710' and
26901            '64B' and
26902            'ENCAP' and
26903            'NDRPDR' and
26904            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26905            not 'DOT1Q' and
26906            not 'VHOST' and
26907            not 'IPSECHW'"
26908   parameters:
26909   - "throughput"
26910   - "parent"
26911   - "tags"
26912   sort:
26913   - "L2BDMACLRN"
26914   - "L2XCFWD"
26915   - "LISP"
26916   layout:
26917     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
26918     layout: "plot-throughput-speedup-analysis"
26919
26920 -
26921   type: "plot"
26922   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26923   algorithm: "plot_throughput_speedup_analysis"
26924   output-file-type: ".html"
26925   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26926   data: "plot-throughput-speedup-analysis-3n-hsw"
26927   filter: "'NIC_Intel-X710' and
26928            '64B' and
26929            'ENCAP' and
26930            'NDRPDR' and
26931            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26932            not 'DOT1Q' and
26933            not 'VHOST' and
26934            not 'IPSECHW'"
26935   parameters:
26936   - "throughput"
26937   - "parent"
26938   - "tags"
26939   sort:
26940   - "L2BDMACLRN"
26941   - "L2XCFWD"
26942   - "LISP"
26943   layout:
26944     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
26945     layout: "plot-throughput-speedup-analysis"
26946
26947 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
26948 -
26949   type: "plot"
26950   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26951   algorithm: "plot_throughput_speedup_analysis"
26952   output-file-type: ".html"
26953   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26954   data: "plot-throughput-speedup-analysis-3n-skx"
26955   filter: "'NIC_Intel-X710' and
26956            '64B' and
26957            'ENCAP' and
26958            'NDRPDR' and
26959            'VXLAN' and
26960            'L2BDMACLRN' and
26961            not 'VHOST' and
26962            not 'IPSECHW'"
26963   parameters:
26964   - "throughput"
26965   - "parent"
26966   - "tags"
26967   sort:
26968   - "LISP"
26969   - "VXLAN_1"
26970   - "VXLAN_10"
26971   - "VXLAN_100"
26972   - "VXLAN_1000"
26973   layout:
26974     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
26975     layout: "plot-throughput-speedup-analysis"
26976
26977 -
26978   type: "plot"
26979   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26980   algorithm: "plot_throughput_speedup_analysis"
26981   output-file-type: ".html"
26982   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26983   data: "plot-throughput-speedup-analysis-3n-skx"
26984   filter: "'NIC_Intel-X710' and
26985            '64B' and
26986            'ENCAP' and
26987            'NDRPDR' and
26988            'VXLAN' and
26989            'L2BDMACLRN' and
26990            not 'VHOST' and
26991            not 'IPSECHW'"
26992   parameters:
26993   - "throughput"
26994   - "parent"
26995   - "tags"
26996   sort:
26997   - "LISP"
26998   - "VXLAN_1"
26999   - "VXLAN_10"
27000   - "VXLAN_100"
27001   - "VXLAN_1000"
27002   layout:
27003     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
27004     layout: "plot-throughput-speedup-analysis"
27005
27006 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
27007 -
27008   type: "plot"
27009   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
27010   algorithm: "plot_throughput_speedup_analysis"
27011   output-file-type: ".html"
27012   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
27013   data: "plot-throughput-speedup-analysis-3n-skx"
27014   filter: "'NIC_Intel-X710' and
27015            '64B' and
27016            'ENCAP' and
27017            'NDRPDR' and
27018            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
27019            not 'DOT1Q' and
27020            not 'VHOST' and
27021            not 'IPSECHW'"
27022   parameters:
27023   - "throughput"
27024   - "parent"
27025   - "tags"
27026   sort:
27027   - "L2BDMACLRN"
27028   - "L2XCFWD"
27029   - "LISP"
27030   layout:
27031     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
27032     layout: "plot-throughput-speedup-analysis"
27033
27034 -
27035   type: "plot"
27036   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
27037   algorithm: "plot_throughput_speedup_analysis"
27038   output-file-type: ".html"
27039   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
27040   data: "plot-throughput-speedup-analysis-3n-skx"
27041   filter: "'NIC_Intel-X710' and
27042            '64B' and
27043            'ENCAP' and
27044            'NDRPDR' and
27045            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
27046            not 'DOT1Q' and
27047            not 'VHOST' and
27048            not 'IPSECHW'"
27049   parameters:
27050   - "throughput"
27051   - "parent"
27052   - "tags"
27053   sort:
27054   - "L2BDMACLRN"
27055   - "L2XCFWD"
27056   - "LISP"
27057   layout:
27058     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
27059     layout: "plot-throughput-speedup-analysis"
27060
27061 ################################################################################
27062
27063 # Speedup - VPP IPv6 3n-hsw-x520
27064 -
27065   type: "plot"
27066   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27067   algorithm: "plot_throughput_speedup_analysis"
27068   output-file-type: ".html"
27069   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27070   data: "plot-throughput-speedup-analysis-3n-hsw"
27071   filter: "'NIC_Intel-X520-DA2' and
27072            '78B' and
27073            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27074            'NDRPDR' and
27075            'IP6FWD' and
27076            not 'SRv6' and
27077            not 'IPSEC' and
27078            not 'VHOST'"
27079   parameters:
27080   - "throughput"
27081   - "parent"
27082   - "tags"
27083   sort:
27084   - "IP6BASE"
27085   - "FIB_20K"
27086   - "FIB_200K"
27087   - "FIB_2M"
27088   layout:
27089     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
27090     layout: "plot-throughput-speedup-analysis"
27091
27092 -
27093   type: "plot"
27094   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27095   algorithm: "plot_throughput_speedup_analysis"
27096   output-file-type: ".html"
27097   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27098   data: "plot-throughput-speedup-analysis-3n-hsw"
27099   filter: "'NIC_Intel-X520-DA2' and
27100            '78B' and
27101            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27102            'NDRPDR' and
27103            'IP6FWD' and
27104            not 'SRv6' and
27105            not 'IPSEC' and
27106            not 'VHOST'"
27107   parameters:
27108   - "throughput"
27109   - "parent"
27110   - "tags"
27111   sort:
27112   - "IP6BASE"
27113   - "FIB_20K"
27114   - "FIB_200K"
27115   - "FIB_2M"
27116   layout:
27117     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
27118     layout: "plot-throughput-speedup-analysis"
27119
27120 # Speedup - VPP IPv6 3n-hsw-x520 features
27121 -
27122   type: "plot"
27123   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
27124   algorithm: "plot_throughput_speedup_analysis"
27125   output-file-type: ".html"
27126   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
27127   data: "plot-throughput-speedup-analysis-3n-hsw"
27128   filter: "'NIC_Intel-X520-DA2' and
27129            '78B' and
27130            ('IP6BASE' or
27131             'POLICE_MARK' or
27132             'COPWHLIST' or
27133             'IACLDST') and
27134            'NDRPDR' and
27135            'IP6FWD' and
27136            not 'SRv6' and
27137            not 'IPSEC' and
27138            not 'VHOST'"
27139   parameters:
27140   - "throughput"
27141   - "parent"
27142   - "tags"
27143   sort:
27144   - "IP6BASE"
27145   - "POLICE_MARK"
27146   - "COPWHLIST"
27147   - "IACLDST"
27148   layout:
27149     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
27150     layout: "plot-throughput-speedup-analysis"
27151
27152 -
27153   type: "plot"
27154   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
27155   algorithm: "plot_throughput_speedup_analysis"
27156   output-file-type: ".html"
27157   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
27158   data: "plot-throughput-speedup-analysis-3n-hsw"
27159   filter: "'NIC_Intel-X520-DA2' and
27160            '78B' and
27161            ('IP6BASE' or
27162             'POLICE_MARK' or
27163             'COPWHLIST' or
27164             'IACLDST') and
27165            'NDRPDR' and
27166            'IP6FWD' and
27167            not 'SRv6' and
27168            not 'IPSEC' and
27169            not 'VHOST'"
27170   parameters:
27171   - "throughput"
27172   - "parent"
27173   - "tags"
27174   sort:
27175   - "IP6BASE"
27176   - "POLICE_MARK"
27177   - "COPWHLIST"
27178   - "IACLDST"
27179   layout:
27180     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
27181     layout: "plot-throughput-speedup-analysis"
27182
27183 # Speedup - VPP IPv6 3n-hsw-x710
27184 -
27185   type: "plot"
27186   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
27187   algorithm: "plot_throughput_speedup_analysis"
27188   output-file-type: ".html"
27189   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
27190   data: "plot-throughput-speedup-analysis-3n-hsw"
27191   filter: "'NIC_Intel-X710' and
27192            '78B' and
27193            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27194            'NDRPDR' and
27195            'IP6FWD' and
27196            not 'SRv6' and
27197            not 'IPSEC' and
27198            not 'VHOST'"
27199   parameters:
27200   - "throughput"
27201   - "parent"
27202   - "tags"
27203   sort:
27204   - "IP6BASE"
27205   - "FIB_20K"
27206   - "FIB_200K"
27207   - "FIB_2M"
27208   layout:
27209     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
27210     layout: "plot-throughput-speedup-analysis"
27211
27212 -
27213   type: "plot"
27214   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
27215   algorithm: "plot_throughput_speedup_analysis"
27216   output-file-type: ".html"
27217   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
27218   data: "plot-throughput-speedup-analysis-3n-hsw"
27219   filter: "'NIC_Intel-X710' and
27220            '78B' and
27221            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27222            'NDRPDR' and
27223            'IP6FWD' and
27224            not 'SRv6' and
27225            not 'IPSEC' and
27226            not 'VHOST'"
27227   parameters:
27228   - "throughput"
27229   - "parent"
27230   - "tags"
27231   sort:
27232   - "IP6BASE"
27233   - "FIB_20K"
27234   - "FIB_200K"
27235   - "FIB_2M"
27236   layout:
27237     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
27238     layout: "plot-throughput-speedup-analysis"
27239
27240 # Speedup - VPP IPv6 3n-hsw-x710 features
27241 -
27242   type: "plot"
27243   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
27244   algorithm: "plot_throughput_speedup_analysis"
27245   output-file-type: ".html"
27246   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
27247   data: "plot-throughput-speedup-analysis-3n-hsw"
27248   filter: "'NIC_Intel-X710' and
27249            '78B' and
27250            ('IP6BASE' or
27251             'POLICE_MARK' or
27252             'COPWHLIST' or
27253             'IACLDST') and
27254            'NDRPDR' and
27255            'IP6FWD' and
27256            not 'SRv6' and
27257            not 'IPSEC' and
27258            not 'VHOST'"
27259   parameters:
27260   - "throughput"
27261   - "parent"
27262   - "tags"
27263   sort:
27264   - "IP6BASE"
27265   - "POLICE_MARK"
27266   - "COPWHLIST"
27267   - "IACLDST"
27268   layout:
27269     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
27270     layout: "plot-throughput-speedup-analysis"
27271
27272 -
27273   type: "plot"
27274   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
27275   algorithm: "plot_throughput_speedup_analysis"
27276   output-file-type: ".html"
27277   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
27278   data: "plot-throughput-speedup-analysis-3n-hsw"
27279   filter: "'NIC_Intel-X710' and
27280            '78B' and
27281            ('IP6BASE' or
27282             'POLICE_MARK' or
27283             'COPWHLIST' or
27284             'IACLDST') and
27285            'NDRPDR' and
27286            'IP6FWD' and
27287            not 'SRv6' and
27288            not 'IPSEC' and
27289            not 'VHOST'"
27290   parameters:
27291   - "throughput"
27292   - "parent"
27293   - "tags"
27294   sort:
27295   - "IP6BASE"
27296   - "POLICE_MARK"
27297   - "COPWHLIST"
27298   - "IACLDST"
27299   layout:
27300     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
27301     layout: "plot-throughput-speedup-analysis"
27302
27303 # Speedup - VPP IPv6 3n-hsw-xl710
27304 -
27305   type: "plot"
27306   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
27307   algorithm: "plot_throughput_speedup_analysis"
27308   output-file-type: ".html"
27309   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
27310   data: "plot-throughput-speedup-analysis-3n-hsw"
27311   filter: "'NIC_Intel-XL710' and
27312            '78B' and
27313            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27314            'NDRPDR' and
27315            'IP6FWD' and
27316            not 'SRv6' and
27317            not 'IPSEC' and
27318            not 'VHOST'"
27319   parameters:
27320   - "throughput"
27321   - "parent"
27322   - "tags"
27323   sort:
27324   - "IP6BASE"
27325   - "FIB_20K"
27326   - "FIB_200K"
27327   - "FIB_2M"
27328   layout:
27329     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
27330     layout: "plot-throughput-speedup-analysis"
27331
27332 -
27333   type: "plot"
27334   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27335   algorithm: "plot_throughput_speedup_analysis"
27336   output-file-type: ".html"
27337   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27338   data: "plot-throughput-speedup-analysis-3n-hsw"
27339   filter: "'NIC_Intel-XL710' and
27340            '78B' and
27341            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27342            'NDRPDR' and
27343            'IP6FWD' and
27344            not 'SRv6' and
27345            not 'IPSEC' and
27346            not 'VHOST'"
27347   parameters:
27348   - "throughput"
27349   - "parent"
27350   - "tags"
27351   sort:
27352   - "IP6BASE"
27353   - "FIB_20K"
27354   - "FIB_200K"
27355   - "FIB_2M"
27356   layout:
27357     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
27358     layout: "plot-throughput-speedup-analysis"
27359
27360 # Speedup - VPP IPv6 3n-skx-x710
27361 -
27362   type: "plot"
27363   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27364   algorithm: "plot_throughput_speedup_analysis"
27365   output-file-type: ".html"
27366   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27367   data: "plot-throughput-speedup-analysis-3n-skx"
27368   filter: "'NIC_Intel-X710' and
27369            '78B' and
27370            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27371            'NDRPDR' and
27372            'IP6FWD' and
27373            not 'SRv6' and
27374            not 'IPSEC' and
27375            not 'VHOST'"
27376   parameters:
27377   - "throughput"
27378   - "parent"
27379   - "tags"
27380   sort:
27381   - "IP6BASE"
27382   - "FIB_20K"
27383   - "FIB_200K"
27384   - "FIB_2M"
27385   layout:
27386     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
27387     layout: "plot-throughput-speedup-analysis"
27388
27389 -
27390   type: "plot"
27391   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27392   algorithm: "plot_throughput_speedup_analysis"
27393   output-file-type: ".html"
27394   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27395   data: "plot-throughput-speedup-analysis-3n-skx"
27396   filter: "'NIC_Intel-X710' and
27397            '78B' and
27398            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27399            'NDRPDR' and
27400            'IP6FWD' and
27401            not 'SRv6' and
27402            not 'IPSEC' and
27403            not 'VHOST'"
27404   parameters:
27405   - "throughput"
27406   - "parent"
27407   - "tags"
27408   sort:
27409   - "IP6BASE"
27410   - "FIB_20K"
27411   - "FIB_200K"
27412   - "FIB_2M"
27413   layout:
27414     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
27415     layout: "plot-throughput-speedup-analysis"
27416
27417 # Speedup - VPP IPv6 3n-skx-x710 features
27418 -
27419   type: "plot"
27420   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
27421   algorithm: "plot_throughput_speedup_analysis"
27422   output-file-type: ".html"
27423   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
27424   data: "plot-throughput-speedup-analysis-3n-skx"
27425   filter: "'NIC_Intel-X710' and
27426            '78B' and
27427            ('IP6BASE' or
27428             'POLICE_MARK' or
27429             'COPWHLIST' or
27430             'IACLDST') and
27431            'NDRPDR' and
27432            'IP6FWD' and
27433            not 'SRv6' and
27434            not 'IPSEC' and
27435            not 'VHOST'"
27436   parameters:
27437   - "throughput"
27438   - "parent"
27439   - "tags"
27440   sort:
27441   - "IP6BASE"
27442   - "POLICE_MARK"
27443   - "COPWHLIST"
27444   - "IACLDST"
27445   layout:
27446     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
27447     layout: "plot-throughput-speedup-analysis"
27448
27449 -
27450   type: "plot"
27451   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
27452   algorithm: "plot_throughput_speedup_analysis"
27453   output-file-type: ".html"
27454   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
27455   data: "plot-throughput-speedup-analysis-3n-skx"
27456   filter: "'NIC_Intel-X710' and
27457            '78B' and
27458            ('IP6BASE' or
27459             'POLICE_MARK' or
27460             'COPWHLIST' or
27461             'IACLDST') and
27462            'NDRPDR' and
27463            'IP6FWD' and
27464            not 'SRv6' and
27465            not 'IPSEC' and
27466            not 'VHOST'"
27467   parameters:
27468   - "throughput"
27469   - "parent"
27470   - "tags"
27471   sort:
27472   - "IP6BASE"
27473   - "POLICE_MARK"
27474   - "COPWHLIST"
27475   - "IACLDST"
27476   layout:
27477     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
27478     layout: "plot-throughput-speedup-analysis"
27479
27480 # Speedup - VPP IPv6 2n-skx-x710
27481 -
27482   type: "plot"
27483   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27484   algorithm: "plot_throughput_speedup_analysis"
27485   output-file-type: ".html"
27486   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27487   data: "plot-throughput-speedup-analysis-2n-skx"
27488   filter: "'NIC_Intel-X710' and
27489            '78B' and
27490            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27491            'NDRPDR' and
27492            'IP6FWD' and
27493            not 'SRv6' and
27494            not 'IPSEC' and
27495            not 'VHOST'"
27496   parameters:
27497   - "throughput"
27498   - "parent"
27499   - "tags"
27500   sort:
27501   - "IP6BASE"
27502   - "FIB_20k"
27503   - "FIB_200k"
27504   - "FIB_2M"
27505   layout:
27506     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
27507     layout: "plot-throughput-speedup-analysis"
27508
27509 -
27510   type: "plot"
27511   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27512   algorithm: "plot_throughput_speedup_analysis"
27513   output-file-type: ".html"
27514   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27515   data: "plot-throughput-speedup-analysis-2n-skx"
27516   filter: "'NIC_Intel-X710' and
27517            '78B' and
27518            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27519            'NDRPDR' and
27520            'IP6FWD' and
27521            not 'SRv6' and
27522            not 'IPSEC' and
27523            not 'VHOST'"
27524   parameters:
27525   - "throughput"
27526   - "parent"
27527   - "tags"
27528   sort:
27529   - "IP6BASE"
27530   - "FIB_20k"
27531   - "FIB_200k"
27532   - "FIB_2M"
27533   layout:
27534     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
27535     layout: "plot-throughput-speedup-analysis"
27536
27537 # Speedup - VPP IPv6 2n-skx-xxv710
27538 -
27539   type: "plot"
27540   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27541   algorithm: "plot_throughput_speedup_analysis"
27542   output-file-type: ".html"
27543   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27544   data: "plot-throughput-speedup-analysis-2n-skx"
27545   filter: "'NIC_Intel-XXV710' and
27546            '78B' and
27547            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27548            'NDRPDR' and
27549            'IP6FWD' and
27550            not 'SRv6' and
27551            not 'IPSEC' and
27552            not 'VHOST'"
27553   parameters:
27554   - "throughput"
27555   - "parent"
27556   - "tags"
27557   sort:
27558   - "IP6BASE"
27559   - "FIB_20k"
27560   - "FIB_200k"
27561   - "FIB_2M"
27562   layout:
27563     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
27564     layout: "plot-throughput-speedup-analysis"
27565
27566 -
27567   type: "plot"
27568   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27569   algorithm: "plot_throughput_speedup_analysis"
27570   output-file-type: ".html"
27571   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27572   data: "plot-throughput-speedup-analysis-2n-skx"
27573   filter: "'NIC_Intel-XXV710' and
27574            '78B' and
27575            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27576            'NDRPDR' and
27577            'IP6FWD' and
27578            not 'SRv6' and
27579            not 'IPSEC' and
27580            not 'VHOST'"
27581   parameters:
27582   - "throughput"
27583   - "parent"
27584   - "tags"
27585   sort:
27586   - "IP6BASE"
27587   - "FIB_20k"
27588   - "FIB_200k"
27589   - "FIB_2M"
27590   layout:
27591     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
27592     layout: "plot-throughput-speedup-analysis"
27593
27594 # Speedup - VPP IPv6 2n-dnv-x553 base
27595 -
27596   type: "plot"
27597   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
27598   algorithm: "plot_throughput_speedup_analysis"
27599   output-file-type: ".html"
27600   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
27601   data: "intel-dnv-vpp"
27602   filter: "'NIC_Intel-X553' and
27603            '78B' and
27604            'IP6BASE' and
27605            'NDRPDR' and
27606            'IP6FWD' and
27607            not 'SRv6' and
27608            not 'IPSEC' and
27609            not 'VHOST'"
27610   parameters:
27611   - "throughput"
27612   - "parent"
27613   - "tags"
27614   sort:
27615   - "IP6BASE"
27616   layout:
27617     title: "ip6-2n-dnv-x553-78b-base-ndr"
27618     layout: "plot-throughput-speedup-analysis"
27619
27620 -
27621   type: "plot"
27622   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
27623   algorithm: "plot_throughput_speedup_analysis"
27624   output-file-type: ".html"
27625   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
27626   data: "intel-dnv-vpp"
27627   filter: "'NIC_Intel-X553' and
27628            '78B' and
27629            'IP6BASE' and
27630            'NDRPDR' and
27631            'IP6FWD' and
27632            not 'SRv6' and
27633            not 'IPSEC' and
27634            not 'VHOST'"
27635   parameters:
27636   - "throughput"
27637   - "parent"
27638   - "tags"
27639   sort:
27640   - "IP6BASE"
27641   layout:
27642     title: "ip6-2n-dnv-x553-78b-base-pdr"
27643     layout: "plot-throughput-speedup-analysis"
27644
27645 ################################################################################
27646
27647 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
27648 -
27649   type: "plot"
27650   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27651   algorithm: "plot_throughput_speedup_analysis"
27652   output-file-type: ".html"
27653   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27654   data: "plot-throughput-speedup-analysis-3n-hsw"
27655   filter: "'NIC_Intel-X520-DA2' and
27656            '78B' and
27657            'ENCAP' and
27658            'NDRPDR' and
27659            'LISP' and
27660            not 'VHOST'"
27661   parameters:
27662   - "throughput"
27663   - "parent"
27664   - "tags"
27665   sort:
27666   - "IP4UNRLAY"
27667   - "IP6UNRLAY"
27668   layout:
27669     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
27670     layout: "plot-throughput-speedup-analysis"
27671
27672 -
27673   type: "plot"
27674   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27675   algorithm: "plot_throughput_speedup_analysis"
27676   output-file-type: ".html"
27677   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27678   data: "plot-throughput-speedup-analysis-3n-hsw"
27679   filter: "'NIC_Intel-X520-DA2' and
27680            '78B' and
27681            'ENCAP' and
27682            'NDRPDR' and
27683            'LISP' and
27684            not 'VHOST'"
27685   parameters:
27686   - "throughput"
27687   - "parent"
27688   - "tags"
27689   sort:
27690   - "IP4UNRLAY"
27691   - "IP6UNRLAY"
27692   layout:
27693     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
27694     layout: "plot-throughput-speedup-analysis"
27695
27696 ################################################################################
27697
27698 # Speedup - VPP IPSec 3n-hsw-xl710 base
27699 -
27700   type: "plot"
27701   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27702   algorithm: "plot_throughput_speedup_analysis"
27703   output-file-type: ".html"
27704   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27705   data: "plot-throughput-speedup-analysis-3n-hsw"
27706   filter: "'NIC_Intel-XL710' and
27707            '64B' and
27708            'IP4FWD' and
27709            'NDRPDR' and
27710            'BASE' and
27711            'IPSECHW' and
27712            ('IPSECTRAN' or 'IPSECTUN') and
27713            not 'VHOST'"
27714   parameters:
27715   - "throughput"
27716   - "parent"
27717   - "tags"
27718   layout:
27719     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
27720     layout: "plot-throughput-speedup-analysis"
27721
27722 -
27723   type: "plot"
27724   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27725   algorithm: "plot_throughput_speedup_analysis"
27726   output-file-type: ".html"
27727   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27728   data: "plot-throughput-speedup-analysis-3n-hsw"
27729   filter: "'NIC_Intel-XL710' and
27730            '64B' and
27731            'IP4FWD' and
27732            'NDRPDR' and
27733            'BASE' and
27734            'IPSECHW' and
27735            ('IPSECTRAN' or 'IPSECTUN') and
27736            not 'VHOST'"
27737   parameters:
27738   - "throughput"
27739   - "parent"
27740   - "tags"
27741   layout:
27742     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
27743     layout: "plot-throughput-speedup-analysis"
27744
27745 # Speedup - VPP IPSec 3n-hsw-xl710 scale
27746 -
27747   type: "plot"
27748   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27749   algorithm: "plot_throughput_speedup_analysis"
27750   output-file-type: ".html"
27751   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27752   data: "plot-throughput-speedup-analysis-3n-hsw"
27753   filter: "'NIC_Intel-XL710' and
27754            '64B' and
27755            'IP4FWD' and
27756            'NDRPDR' and
27757            'SCALE' and
27758            'IPSECHW' and
27759            ('IPSECTRAN' or 'IPSECTUN') and
27760            not 'VHOST'"
27761   parameters:
27762   - "throughput"
27763   - "parent"
27764   - "tags"
27765   layout:
27766     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
27767     layout: "plot-throughput-speedup-analysis"
27768
27769 -
27770   type: "plot"
27771   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27772   algorithm: "plot_throughput_speedup_analysis"
27773   output-file-type: ".html"
27774   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27775   data: "plot-throughput-speedup-analysis-3n-hsw"
27776   filter: "'NIC_Intel-XL710' and
27777            '64B' and
27778            'IP4FWD' and
27779            'NDRPDR' and
27780            'SCALE' and
27781            'IPSECHW' and
27782            ('IPSECTRAN' or 'IPSECTUN') and
27783            not 'VHOST'"
27784   parameters:
27785   - "throughput"
27786   - "parent"
27787   - "tags"
27788   layout:
27789     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
27790     layout: "plot-throughput-speedup-analysis"
27791
27792 # Speedup - VPP IPSec 3n-hsw-xl710 sw
27793 -
27794   type: "plot"
27795   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27796   algorithm: "plot_throughput_speedup_analysis"
27797   output-file-type: ".html"
27798   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27799   data: "plot-throughput-speedup-analysis-3n-hsw"
27800   filter: "'NIC_Intel-XL710' and
27801            '64B' and
27802            'IP4FWD' and
27803            'NDRPDR' and
27804            'IPSECSW' and
27805            ('IPSECTRAN' or 'IPSECTUN') and
27806            not 'VHOST'"
27807   parameters:
27808   - "throughput"
27809   - "parent"
27810   - "tags"
27811   layout:
27812     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
27813     layout: "plot-throughput-speedup-analysis"
27814
27815 -
27816   type: "plot"
27817   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27818   algorithm: "plot_throughput_speedup_analysis"
27819   output-file-type: ".html"
27820   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27821   data: "plot-throughput-speedup-analysis-3n-hsw"
27822   filter: "'NIC_Intel-XL710' and
27823            '64B' and
27824            'IP4FWD' and
27825            'NDRPDR' and
27826            'IPSECSW' and
27827            ('IPSECTRAN' or 'IPSECTUN') and
27828            not 'VHOST'"
27829   parameters:
27830   - "throughput"
27831   - "parent"
27832   - "tags"
27833   layout:
27834     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
27835     layout: "plot-throughput-speedup-analysis"
27836
27837 ################################################################################
27838
27839 # Speedup - VPP SRv6 3n-hsw-x520
27840 -
27841   type: "plot"
27842   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
27843   algorithm: "plot_throughput_speedup_analysis"
27844   output-file-type: ".html"
27845   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
27846   data: "plot-throughput-speedup-analysis-3n-hsw"
27847   filter: "'NIC_Intel-X520-DA2' and
27848            '78B' and
27849            'FEATURE' and
27850            'NDRPDR' and
27851            'IP6FWD' and
27852            'SRv6'"
27853   parameters:
27854   - "throughput"
27855   - "parent"
27856   - "tags"
27857   layout:
27858     title: "srv6-3n-hsw-x520-78b-features-ndr"
27859     layout: "plot-throughput-speedup-analysis"
27860
27861 -
27862   type: "plot"
27863   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
27864   algorithm: "plot_throughput_speedup_analysis"
27865   output-file-type: ".html"
27866   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
27867   data: "plot-throughput-speedup-analysis-3n-hsw"
27868   filter: "'NIC_Intel-X520-DA2' and
27869            '78B' and
27870            'FEATURE' and
27871            'NDRPDR' and
27872            'IP6FWD' and
27873            'SRv6'"
27874   parameters:
27875   - "throughput"
27876   - "parent"
27877   - "tags"
27878   layout:
27879     title: "srv6-3n-hsw-x520-78b-features-pdr"
27880     layout: "plot-throughput-speedup-analysis"
27881
27882 ################################################################################
27883
27884 # Speedup - VPP L2 3n-hsw-x520 base and scale
27885 -
27886   type: "plot"
27887   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27888   algorithm: "plot_throughput_speedup_analysis"
27889   output-file-type: ".html"
27890   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27891   data: "plot-throughput-speedup-analysis-3n-hsw"
27892   filter: "'NIC_Intel-X520-DA2' and
27893            '64B' and
27894            ('BASE' or 'SCALE') and
27895            'NDRPDR' and
27896            'ETH' and
27897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27898            not 'VHOST' and
27899            not 'MEMIF'"
27900   parameters:
27901   - "throughput"
27902   - "parent"
27903   - "tags"
27904   sort:
27905   - "L2XCFWD"
27906   - "L2PATCH"
27907   - "L2BDMACLRN"
27908   - "FIB_10K"
27909   - "FIB_100K"
27910   - "FIB_1M"
27911   layout:
27912     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27913     layout: "plot-throughput-speedup-analysis"
27914
27915 -
27916   type: "plot"
27917   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27918   algorithm: "plot_throughput_speedup_analysis"
27919   output-file-type: ".html"
27920   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27921   data: "plot-throughput-speedup-analysis-3n-hsw"
27922   filter: "'NIC_Intel-X520-DA2' and
27923            '64B' and
27924            ('BASE' or 'SCALE') and
27925            'NDRPDR' and
27926            'ETH' and
27927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27928            not 'VHOST' and
27929            not 'MEMIF'"
27930   parameters:
27931   - "throughput"
27932   - "parent"
27933   - "tags"
27934   sort:
27935   - "L2XCFWD"
27936   - "L2PATCH"
27937   - "L2BDMACLRN"
27938   - "FIB_10K"
27939   - "FIB_100K"
27940   - "FIB_1M"
27941   layout:
27942     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27943     layout: "plot-throughput-speedup-analysis"
27944
27945 # Speedup - VPP L2 3n-hsw-x520 features
27946 -
27947   type: "plot"
27948   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27949   algorithm: "plot_throughput_speedup_analysis"
27950   output-file-type: ".html"
27951   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27952   data: "plot-throughput-speedup-analysis-3n-hsw"
27953   filter: "'NIC_Intel-X520-DA2' and
27954            '64B' and
27955            'NDRPDR' and
27956            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27957            not 'ACL' and
27958            not 'VHOST' and
27959            not 'MEMIF'"
27960   parameters:
27961   - "throughput"
27962   - "parent"
27963   - "tags"
27964   sort:
27965   - "L2XCBASE"    # l2xcbase
27966   - "L2BDBASE"    # l2bdbase
27967   - "L2XCFWD"     # dot1q-l2xcbase
27968   - "L2BDMACLRN"  # dot1q-l2bdbase
27969   layout:
27970     title: "l2sw-3n-hsw-x520-64b-features-ndr"
27971     layout: "plot-throughput-speedup-analysis"
27972
27973 -
27974   type: "plot"
27975   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27976   algorithm: "plot_throughput_speedup_analysis"
27977   output-file-type: ".html"
27978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27979   data: "plot-throughput-speedup-analysis-3n-hsw"
27980   filter: "'NIC_Intel-X520-DA2' and
27981            '64B' and
27982            'NDRPDR' and
27983            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27984            not 'ACL' and
27985            not 'VHOST' and
27986            not 'MEMIF'"
27987   parameters:
27988   - "throughput"
27989   - "parent"
27990   - "tags"
27991   sort:
27992   - "L2XCBASE"    # l2xcbase
27993   - "L2BDBASE"    # l2bdbase
27994   - "L2XCFWD"     # dot1q-l2xcbase
27995   - "L2BDMACLRN"  # dot1q-l2bdbase
27996   layout:
27997     title: "l2sw-3n-hsw-x520-64b-features-pdr"
27998     layout: "plot-throughput-speedup-analysis"
27999
28000 # Speedup - VPP L2 3n-hsw-x710 base and scale
28001 -
28002   type: "plot"
28003   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28004   algorithm: "plot_throughput_speedup_analysis"
28005   output-file-type: ".html"
28006   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28007   data: "plot-throughput-speedup-analysis-3n-hsw"
28008   filter: "'NIC_Intel-X710' and
28009            '64B' and
28010            ('BASE' or 'SCALE') and
28011            'NDRPDR' and
28012            'ETH' and
28013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28014            not 'VHOST' and
28015            not 'MEMIF' and
28016            not 'DRV_AVF'"
28017   parameters:
28018   - "throughput"
28019   - "parent"
28020   - "tags"
28021   sort:
28022   - "L2PATCH"
28023   - "L2XCBASE"
28024   - "BASE"
28025   - "FIB_10K"
28026   - "FIB_100K"
28027   - "FIB_1M"
28028   layout:
28029     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
28030     layout: "plot-throughput-speedup-analysis"
28031
28032 -
28033   type: "plot"
28034   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28035   algorithm: "plot_throughput_speedup_analysis"
28036   output-file-type: ".html"
28037   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28038   data: "plot-throughput-speedup-analysis-3n-hsw"
28039   filter: "'NIC_Intel-X710' and
28040            '64B' and
28041            ('BASE' or 'SCALE') and
28042            'NDRPDR' and
28043            'ETH' and
28044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28045            not 'VHOST' and
28046            not 'MEMIF' and
28047            not 'DRV_AVF'"
28048   parameters:
28049   - "throughput"
28050   - "parent"
28051   - "tags"
28052   sort:
28053   - "L2PATCH"
28054   - "L2XCBASE"
28055   - "BASE"
28056   - "FIB_10K"
28057   - "FIB_100K"
28058   - "FIB_1M"
28059   layout:
28060     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28061     layout: "plot-throughput-speedup-analysis"
28062
28063 # Speedup - VPP L2 3n-hsw-x710 features
28064 -
28065   type: "plot"
28066   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
28067   algorithm: "plot_throughput_speedup_analysis"
28068   output-file-type: ".html"
28069   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
28070   data: "plot-throughput-speedup-analysis-3n-hsw"
28071   filter: "'NIC_Intel-X710' and
28072            '64B' and
28073            'NDRPDR' and
28074            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28075            not 'ACL' and
28076            not 'VHOST' and
28077            not 'MEMIF'"
28078   parameters:
28079   - "throughput"
28080   - "parent"
28081   - "tags"
28082   sort:
28083   - "L2XCBASE"    # l2xcbase
28084   - "L2BDBASE"    # l2bdbase
28085   - "L2XCFWD"     # dot1q-l2xcbase
28086   - "L2BDMACLRN"  # dot1q-l2bdbase
28087   layout:
28088     title: "l2sw-3n-hsw-x710-64b-features-ndr"
28089     layout: "plot-throughput-speedup-analysis"
28090
28091 -
28092   type: "plot"
28093   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
28094   algorithm: "plot_throughput_speedup_analysis"
28095   output-file-type: ".html"
28096   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
28097   data: "plot-throughput-speedup-analysis-3n-hsw"
28098   filter: "'NIC_Intel-X710' and
28099            '64B' and
28100            'NDRPDR' and
28101            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28102            not 'ACL' and
28103            not 'VHOST' and
28104            not 'MEMIF'"
28105   parameters:
28106   - "throughput"
28107   - "parent"
28108   - "tags"
28109   sort:
28110   - "L2XCBASE"    # l2xcbase
28111   - "L2BDBASE"    # l2bdbase
28112   - "L2XCFWD"     # dot1q-l2xcbase
28113   - "L2BDMACLRN"  # dot1q-l2bdbase
28114   layout:
28115     title: "l2sw-3n-hsw-x710-64b-features-pdr"
28116     layout: "plot-throughput-speedup-analysis"
28117
28118 # Speedup - VPP L2 3n-hsw-xl710 base and scale
28119 -
28120   type: "plot"
28121   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28122   algorithm: "plot_throughput_speedup_analysis"
28123   output-file-type: ".html"
28124   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28125   data: "plot-throughput-speedup-analysis-3n-hsw"
28126   filter: "'NIC_Intel-XL710' and
28127            '64B' and
28128            ('BASE' or 'SCALE') and
28129            'NDRPDR' and
28130            'ETH' and
28131            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28132            not 'VHOST' and
28133            not 'MEMIF'"
28134   parameters:
28135   - "throughput"
28136   - "parent"
28137   - "tags"
28138   sort:
28139   - "L2PATCH"
28140   - "L2XCBASE"
28141   - "BASE"
28142   - "FIB_10K"
28143   - "FIB_100K"
28144   - "FIB_1M"
28145   layout:
28146     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28147     layout: "plot-throughput-speedup-analysis"
28148
28149 -
28150   type: "plot"
28151   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28152   algorithm: "plot_throughput_speedup_analysis"
28153   output-file-type: ".html"
28154   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28155   data: "plot-throughput-speedup-analysis-3n-hsw"
28156   filter: "'NIC_Intel-XL710' and
28157            '64B' and
28158            ('BASE' or 'SCALE') and
28159            'NDRPDR' and
28160            'ETH' and
28161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28162            not 'VHOST' and
28163            not 'MEMIF'"
28164   parameters:
28165   - "throughput"
28166   - "parent"
28167   - "tags"
28168   sort:
28169   - "L2PATCH"
28170   - "L2XCBASE"
28171   - "BASE"
28172   - "FIB_10K"
28173   - "FIB_100K"
28174   - "FIB_1M"
28175   layout:
28176     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28177     layout: "plot-throughput-speedup-analysis"
28178
28179 # Speedup - VPP L2 3n-skx-x710 base and scale
28180 -
28181   type: "plot"
28182   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28183   algorithm: "plot_throughput_speedup_analysis"
28184   output-file-type: ".html"
28185   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28186   data: "plot-throughput-speedup-analysis-3n-skx"
28187   filter: "'NIC_Intel-X710' and
28188            '64B' and
28189            ('BASE' or 'SCALE') and
28190            'NDRPDR' and
28191            'ETH' and
28192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28193            not 'VHOST' and
28194            not 'DRV_AVF' and
28195            not 'MEMIF'"
28196   parameters:
28197   - "throughput"
28198   - "parent"
28199   - "tags"
28200   sort:
28201   - "L2PATCH"
28202   - "L2XCBASE"
28203   - "BASE"
28204   - "FIB_10K"
28205   - "FIB_100K"
28206   - "FIB_1M"
28207   layout:
28208     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28209     layout: "plot-throughput-speedup-analysis"
28210
28211 -
28212   type: "plot"
28213   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28214   algorithm: "plot_throughput_speedup_analysis"
28215   output-file-type: ".html"
28216   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28217   data: "plot-throughput-speedup-analysis-3n-skx"
28218   filter: "'NIC_Intel-X710' and
28219            '64B' and
28220            ('BASE' or 'SCALE') and
28221            'NDRPDR' and
28222            'ETH' and
28223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28224            not 'VHOST' and
28225            not 'DRV_AVF' and
28226            not 'MEMIF'"
28227   parameters:
28228   - "throughput"
28229   - "parent"
28230   - "tags"
28231   sort:
28232   - "L2PATCH"
28233   - "L2XCBASE"
28234   - "BASE"
28235   - "FIB_10K"
28236   - "FIB_100K"
28237   - "FIB_1M"
28238   layout:
28239     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28240     layout: "plot-throughput-speedup-analysis"
28241
28242 # Speedup - VPP L2 3n-skx-x710 features
28243 -
28244   type: "plot"
28245   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
28246   algorithm: "plot_throughput_speedup_analysis"
28247   output-file-type: ".html"
28248   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
28249   data: "plot-throughput-speedup-analysis-3n-skx"
28250   filter: "'NIC_Intel-X710' and
28251            '64B' and
28252            'NDRPDR' and
28253            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28254            not 'ACL' and
28255            not 'VHOST' and
28256            not 'MEMIF'"
28257   parameters:
28258   - "throughput"
28259   - "parent"
28260   - "tags"
28261   sort:
28262   - "L2XCBASE"    # l2xcbase
28263   - "L2BDBASE"    # l2bdbase
28264   - "L2XCFWD"     # dot1q-l2xcbase
28265   - "L2BDMACLRN"  # dot1q-l2bdbase
28266   layout:
28267     title: "l2sw-3n-skx-x710-64b-features-ndr"
28268     layout: "plot-throughput-speedup-analysis"
28269
28270 -
28271   type: "plot"
28272   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
28273   algorithm: "plot_throughput_speedup_analysis"
28274   output-file-type: ".html"
28275   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
28276   data: "plot-throughput-speedup-analysis-3n-skx"
28277   filter: "'NIC_Intel-X710' and
28278            '64B' and
28279            'NDRPDR' and
28280            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28281            not 'ACL' and
28282            not 'VHOST' and
28283            not 'MEMIF'"
28284   parameters:
28285   - "throughput"
28286   - "parent"
28287   - "tags"
28288   sort:
28289   - "L2XCBASE"    # l2xcbase
28290   - "L2BDBASE"    # l2bdbase
28291   - "L2XCFWD"     # dot1q-l2xcbase
28292   - "L2BDMACLRN"  # dot1q-l2bdbase
28293   layout:
28294     title: "l2sw-3n-skx-x710-64b-features-pdr"
28295     layout: "plot-throughput-speedup-analysis"
28296
28297 # Speedup - VPP L2 3n-skx-xxv710 base and scale
28298 -
28299   type: "plot"
28300   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28301   algorithm: "plot_throughput_speedup_analysis"
28302   output-file-type: ".html"
28303   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28304   data: "plot-throughput-speedup-analysis-3n-skx"
28305   filter: "'NIC_Intel-XXV710' and
28306            '64B' and
28307            ('BASE' or 'SCALE') and
28308            'NDRPDR' and
28309            'ETH' and
28310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28311            not 'VHOST' and
28312            not 'MEMIF' and
28313            not 'DRV_AVF'"
28314   parameters:
28315   - "throughput"
28316   - "parent"
28317   - "tags"
28318   sort:
28319   - "L2PATCH"
28320   - "L2XCBASE"
28321   - "BASE"
28322   - "FIB_10K"
28323   - "FIB_100K"
28324   - "FIB_1M"
28325   layout:
28326     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
28327     layout: "plot-throughput-speedup-analysis"
28328
28329 -
28330   type: "plot"
28331   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28332   algorithm: "plot_throughput_speedup_analysis"
28333   output-file-type: ".html"
28334   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28335   data: "plot-throughput-speedup-analysis-3n-skx"
28336   filter: "'NIC_Intel-XXV710' and
28337            '64B' and
28338            ('BASE' or 'SCALE') and
28339            'NDRPDR' and
28340            'ETH' and
28341            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28342            not 'VHOST' and
28343            not 'MEMIF' and
28344            not 'DRV_AVF'"
28345   parameters:
28346   - "throughput"
28347   - "parent"
28348   - "tags"
28349   sort:
28350   - "L2PATCH"
28351   - "L2XCBASE"
28352   - "BASE"
28353   - "FIB_10K"
28354   - "FIB_100K"
28355   - "FIB_1M"
28356   layout:
28357     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
28358     layout: "plot-throughput-speedup-analysis"
28359
28360 # Speedup - VPP L2 2n-skx-x710 base and scale
28361 -
28362   type: "plot"
28363   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28364   algorithm: "plot_throughput_speedup_analysis"
28365   output-file-type: ".html"
28366   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28367   data: "plot-throughput-speedup-analysis-2n-skx"
28368   filter: "'NIC_Intel-X710' and
28369            '64B' and
28370            ('BASE' or 'SCALE') and
28371            'NDRPDR' and
28372            'ETH' and
28373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28374            not 'VHOST' and
28375            not 'MEMIF'"
28376   parameters:
28377   - "throughput"
28378   - "parent"
28379   - "tags"
28380   sort:
28381   - "L2PATCH"
28382   - "L2XCBASE"
28383   - "BASE"
28384   - "FIB_10K"
28385   - "FIB_100K"
28386   - "FIB_1M"
28387   layout:
28388     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28389     layout: "plot-throughput-speedup-analysis"
28390
28391 -
28392   type: "plot"
28393   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28394   algorithm: "plot_throughput_speedup_analysis"
28395   output-file-type: ".html"
28396   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28397   data: "plot-throughput-speedup-analysis-2n-skx"
28398   filter: "'NIC_Intel-X710' and
28399            '64B' and
28400            ('BASE' or 'SCALE') and
28401            'NDRPDR' and
28402            'ETH' and
28403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28404            not 'VHOST' and
28405            not 'MEMIF'"
28406   parameters:
28407   - "throughput"
28408   - "parent"
28409   - "tags"
28410   sort:
28411   - "L2PATCH"
28412   - "L2XCBASE"
28413   - "BASE"
28414   - "FIB_10K"
28415   - "FIB_100K"
28416   - "FIB_1M"
28417   layout:
28418     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28419     layout: "plot-throughput-speedup-analysis"
28420
28421 # Speedup - VPP L2 2n-skx-xxv710 base and scale
28422 -
28423   type: "plot"
28424   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28425   algorithm: "plot_throughput_speedup_analysis"
28426   output-file-type: ".html"
28427   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28428   data: "plot-throughput-speedup-analysis-2n-skx"
28429   filter: "'NIC_Intel-XXV710' and
28430            '64B' and
28431            ('BASE' or 'SCALE') and
28432            'NDRPDR' and
28433            'ETH' and
28434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28435            not 'VHOST' and
28436            not 'MEMIF'"
28437   parameters:
28438   - "throughput"
28439   - "parent"
28440   - "tags"
28441   sort:
28442   - "L2PATCH"
28443   - "L2XCBASE"
28444   - "BASE"
28445   - "FIB_10K"
28446   - "FIB_100K"
28447   - "FIB_1M"
28448   layout:
28449     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28450     layout: "plot-throughput-speedup-analysis"
28451
28452 -
28453   type: "plot"
28454   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28455   algorithm: "plot_throughput_speedup_analysis"
28456   output-file-type: ".html"
28457   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28458   data: "plot-throughput-speedup-analysis-2n-skx"
28459   filter: "'NIC_Intel-XXV710' and
28460            '64B' and
28461            ('BASE' or 'SCALE') and
28462            'NDRPDR' and
28463            'ETH' and
28464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28465            not 'VHOST' and
28466            not 'MEMIF'"
28467   parameters:
28468   - "throughput"
28469   - "parent"
28470   - "tags"
28471   sort:
28472   - "L2PATCH"
28473   - "L2XCBASE"
28474   - "BASE"
28475   - "FIB_10K"
28476   - "FIB_100K"
28477   - "FIB_1M"
28478   layout:
28479     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28480     layout: "plot-throughput-speedup-analysis"
28481
28482 # Speedup - VPP L2 2n-dnv-x553 base
28483 -
28484   type: "plot"
28485   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28486   algorithm: "plot_throughput_speedup_analysis"
28487   output-file-type: ".html"
28488   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28489   data: "intel-dnv-vpp"
28490   filter: "'NIC_Intel-X553' and
28491            '64B' and
28492            ('BASE' or 'SCALE') and
28493            'NDRPDR' and
28494            'ETH' and
28495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28496            not 'VHOST' and
28497            not 'MEMIF'"
28498   parameters:
28499   - "throughput"
28500   - "parent"
28501   - "tags"
28502   sort:
28503   - "L2XCBASE"
28504   - "L2BDMACLRN"
28505   - "L2PATCH"
28506   layout:
28507     title: "l2sw-2n-dnv-x553-64b-base-ndr"
28508     layout: "plot-throughput-speedup-analysis"
28509
28510 -
28511   type: "plot"
28512   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28513   algorithm: "plot_throughput_speedup_analysis"
28514   output-file-type: ".html"
28515   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28516   data: "intel-dnv-vpp"
28517   filter: "'NIC_Intel-X553' and
28518            '64B' and
28519            ('BASE' or 'SCALE') and
28520            'NDRPDR' and
28521            'ETH' and
28522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28523            not 'VHOST' and
28524            not 'MEMIF'"
28525   parameters:
28526   - "throughput"
28527   - "parent"
28528   - "tags"
28529   sort:
28530   - "L2XCBASE"
28531   - "L2BDMACLRN"
28532   - "L2PATCH"
28533   layout:
28534     title: "l2sw-2n-dnv-x553-64b-base-pdr"
28535     layout: "plot-throughput-speedup-analysis"
28536
28537 ################################################################################
28538
28539 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
28540 -
28541   type: "plot"
28542   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28543   algorithm: "plot_throughput_speedup_analysis"
28544   output-file-type: ".html"
28545   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28546   data: "plot-throughput-speedup-analysis-3n-hsw"
28547   filter: "'NIC_Intel-X520-DA2' and
28548            '64B' and
28549            'NDRPDR' and
28550            'ETH' and
28551            'IP4FWD' and
28552            'VHOST_1024' and
28553            not 'VXLAN' and
28554            not 'DOT1Q'"
28555   parameters:
28556   - "throughput"
28557   - "parent"
28558   - "tags"
28559   sort:
28560   - "not CFS_OPT"
28561   - "1VM"
28562   - "2VM"
28563   layout:
28564     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
28565     layout: "plot-throughput-speedup-analysis"
28566
28567 -
28568   type: "plot"
28569   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28570   algorithm: "plot_throughput_speedup_analysis"
28571   output-file-type: ".html"
28572   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28573   data: "plot-throughput-speedup-analysis-3n-hsw"
28574   filter: "'NIC_Intel-X520-DA2' and
28575            '64B' and
28576            'NDRPDR' and
28577            'ETH' and
28578            'IP4FWD' and
28579            'VHOST_1024' and
28580            not 'VXLAN' and
28581            not 'DOT1Q'"
28582   parameters:
28583   - "throughput"
28584   - "parent"
28585   - "tags"
28586   sort:
28587   - "not CFS_OPT"
28588   - "1VM"
28589   - "2VM"
28590   layout:
28591     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
28592     layout: "plot-throughput-speedup-analysis"
28593
28594 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
28595 -
28596   type: "plot"
28597   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28598   algorithm: "plot_throughput_speedup_analysis"
28599   output-file-type: ".html"
28600   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28601   data: "plot-throughput-speedup-analysis-3n-hsw"
28602   filter: "'NIC_Intel-X520-DA2' and
28603            '64B' and
28604            'NDRPDR' and
28605            ('ETH' or 'DOT1Q') and
28606            'VHOST_1024' and
28607            not 'VXLAN' and
28608            not 'IP4FWD' and
28609            not '2VM'"
28610   parameters:
28611   - "throughput"
28612   - "parent"
28613   - "tags"
28614 #  sort:
28615 #  - "VM"  # "not CFS_OPT"
28616 #  - "CFS_OPT"
28617 #  - "FIB_10K"
28618 #  - "FIB_100K"
28619 #  - "FIB_1M"
28620   layout:
28621     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
28622     layout: "plot-throughput-speedup-analysis"
28623
28624 -
28625   type: "plot"
28626   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28627   algorithm: "plot_throughput_speedup_analysis"
28628   output-file-type: ".html"
28629   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28630   data: "plot-throughput-speedup-analysis-3n-hsw"
28631   filter: "'NIC_Intel-X520-DA2' and
28632            '64B' and
28633            'NDRPDR' and
28634            ('ETH' or 'DOT1Q') and
28635            'L2BDMACLRN' and
28636            'VHOST_1024' and
28637            not 'VXLAN' and
28638            not 'IP4FWD' and
28639            not '2VM'"
28640   parameters:
28641   - "throughput"
28642   - "parent"
28643   - "tags"
28644 #  sort:
28645 #  - "VM"  # "not CFS_OPT"
28646 #  - "CFS_OPT"
28647 #  - "FIB_10K"
28648 #  - "FIB_100K"
28649 #  - "FIB_1M"
28650   layout:
28651     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
28652     layout: "plot-throughput-speedup-analysis"
28653
28654 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
28655 -
28656   type: "plot"
28657   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28658   algorithm: "plot_throughput_speedup_analysis"
28659   output-file-type: ".html"
28660   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28661   data: "plot-throughput-speedup-analysis-3n-hsw"
28662   filter: "'NIC_Intel-X520-DA2' and
28663            '64B' and
28664            'NDRPDR' and
28665            ('ETH' or 'DOT1Q') and
28666            'BASE' and
28667            ('L2BDMACLRN' or 'L2XCFWD') and
28668            'VHOST_1024' and
28669            not 'VXLAN' and
28670            not 'IP4FWD' and
28671            not '2VM'"
28672   parameters:
28673   - "throughput"
28674   - "parent"
28675   - "tags"
28676 #  sort:
28677 #  - "not CFS_OPT"
28678 #  - "L2XCFWD"
28679 #  - "not CFS_OPT"
28680 #  - "CFS_OPT"
28681   layout:
28682     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
28683     layout: "plot-throughput-speedup-analysis"
28684
28685 -
28686   type: "plot"
28687   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28688   algorithm: "plot_throughput_speedup_analysis"
28689   output-file-type: ".html"
28690   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28691   data: "plot-throughput-speedup-analysis-3n-hsw"
28692   filter: "'NIC_Intel-X520-DA2' and
28693            '64B' and
28694            'NDRPDR' and
28695            ('ETH' or 'DOT1Q') and
28696            'BASE' and
28697            ('L2BDMACLRN' or 'L2XCFWD') and
28698            'VHOST_1024' and
28699            not 'VXLAN' and
28700            not 'IP4FWD' and
28701            not '2VM'"
28702   parameters:
28703   - "throughput"
28704   - "parent"
28705   - "tags"
28706 #  sort:
28707 #  - "not CFS_OPT"
28708 #  - "L2XCFWD"
28709 #  - "not CFS_OPT"
28710 #  - "CFS_OPT"
28711   layout:
28712     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
28713     layout: "plot-throughput-speedup-analysis"
28714
28715 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
28716 -
28717   type: "plot"
28718   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28719   algorithm: "plot_throughput_speedup_analysis"
28720   output-file-type: ".html"
28721   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28722   data: "plot-throughput-speedup-analysis-3n-hsw"
28723   filter: "'NIC_Intel-X520-DA2' and
28724            '64B' and
28725            'NDRPDR' and
28726            ('ETH' or 'DOT1Q') and
28727            ('L2BDMACLRN' or 'L2XCFWD') and
28728            'VHOST_1024' and
28729            not 'CFS_OPT' and
28730            not 'VXLAN' and
28731            not 'IP4FWD' and
28732            not 'LBOND'"
28733   parameters:
28734   - "throughput"
28735   - "parent"
28736   - "tags"
28737 #  sort:
28738 #  - "1VM"
28739 #  - "L2XCFWD"
28740 #  - "1VM"
28741 #  - "L2BDMACLRN"
28742   layout:
28743     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
28744     layout: "plot-throughput-speedup-analysis"
28745
28746 -
28747   type: "plot"
28748   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28749   algorithm: "plot_throughput_speedup_analysis"
28750   output-file-type: ".html"
28751   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28752   data: "plot-throughput-speedup-analysis-3n-hsw"
28753   filter: "'NIC_Intel-X520-DA2' and
28754            '64B' and
28755            'NDRPDR' and
28756            ('ETH' or 'DOT1Q') and
28757            ('L2BDMACLRN' or 'L2XCFWD') and
28758            'VHOST_1024' and
28759            not 'CFS_OPT' and
28760            not 'VXLAN' and
28761            not 'IP4FWD' and
28762            not 'LBOND'"
28763   parameters:
28764   - "throughput"
28765   - "parent"
28766   - "tags"
28767 #  sort:
28768 #  - "1VM"
28769 #  - "L2XCFWD"
28770 #  - "1VM"
28771 #  - "L2BDMACLRN"
28772   layout:
28773     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
28774     layout: "plot-throughput-speedup-analysis"
28775
28776 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
28777 -
28778   type: "plot"
28779   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28780   algorithm: "plot_throughput_speedup_analysis"
28781   output-file-type: ".html"
28782   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28783   data: "plot-throughput-speedup-analysis-3n-hsw"
28784   filter: "'NIC_Intel-X710' and
28785            '64B' and
28786            'NDRPDR' and
28787            'ETH' and
28788            'IP4FWD' and
28789            'VHOST_1024' and
28790            not 'VXLAN' and
28791            not 'DOT1Q'"
28792   parameters:
28793   - "throughput"
28794   - "parent"
28795   - "tags"
28796   sort:
28797   - "not CFS_OPT"
28798   - "1VM"
28799   - "2VM"
28800   layout:
28801     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
28802     layout: "plot-throughput-speedup-analysis"
28803
28804 -
28805   type: "plot"
28806   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28807   algorithm: "plot_throughput_speedup_analysis"
28808   output-file-type: ".html"
28809   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28810   data: "plot-throughput-speedup-analysis-3n-hsw"
28811   filter: "'NIC_Intel-X710' and
28812            '64B' and
28813            'NDRPDR' and
28814            'ETH' and
28815            'IP4FWD' and
28816            'VHOST_1024' and
28817            not 'VXLAN' and
28818            not 'DOT1Q'"
28819   parameters:
28820   - "throughput"
28821   - "parent"
28822   - "tags"
28823   sort:
28824   - "not CFS_OPT"
28825   - "1VM"
28826   - "2VM"
28827   layout:
28828     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
28829     layout: "plot-throughput-speedup-analysis"
28830
28831 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
28832 -
28833   type: "plot"
28834   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28835   algorithm: "plot_throughput_speedup_analysis"
28836   output-file-type: ".html"
28837   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28838   data: "plot-throughput-speedup-analysis-3n-hsw"
28839   filter: "'NIC_Intel-X710' and
28840            '64B' and
28841            'NDRPDR' and
28842            ('ETH' or 'DOT1Q') and
28843            'L2BDMACLRN' and
28844            'VHOST_1024' and
28845            not 'VXLAN' and
28846            not 'IP4FWD' and
28847            not '2VM'"
28848   parameters:
28849   - "throughput"
28850   - "parent"
28851   - "tags"
28852 #  sort:
28853 #  - "VM"  # "not CFS_OPT"
28854 #  - "CFS_OPT"
28855 #  - "FIB_10K"
28856 #  - "FIB_100K"
28857 #  - "FIB_1M"
28858   layout:
28859     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
28860     layout: "plot-throughput-speedup-analysis"
28861
28862 -
28863   type: "plot"
28864   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28865   algorithm: "plot_throughput_speedup_analysis"
28866   output-file-type: ".html"
28867   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28868   data: "plot-throughput-speedup-analysis-3n-hsw"
28869   filter: "'NIC_Intel-X710' and
28870            '64B' and
28871            'NDRPDR' and
28872            ('ETH' or 'DOT1Q') and
28873            'L2BDMACLRN' and
28874            'VHOST_1024' and
28875            not 'VXLAN' and
28876            not 'IP4FWD' and
28877            not '2VM'"
28878   parameters:
28879   - "throughput"
28880   - "parent"
28881   - "tags"
28882 #  sort:
28883 #  - "VM"  # "not CFS_OPT"
28884 #  - "CFS_OPT"
28885 #  - "FIB_10K"
28886 #  - "FIB_100K"
28887 #  - "FIB_1M"
28888   layout:
28889     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28890     layout: "plot-throughput-speedup-analysis"
28891
28892 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
28893 -
28894   type: "plot"
28895   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28896   algorithm: "plot_throughput_speedup_analysis"
28897   output-file-type: ".html"
28898   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28899   data: "plot-throughput-speedup-analysis-3n-hsw"
28900   filter: "'NIC_Intel-X710' and
28901            '64B' and
28902            'NDRPDR' and
28903            ('ETH' or 'DOT1Q') and
28904            'BASE' and
28905            ('L2BDMACLRN' or 'L2XCFWD') and
28906            'VHOST_1024' and
28907            not 'VXLAN' and
28908            not 'IP4FWD' and
28909            not '2VM'"
28910   parameters:
28911   - "throughput"
28912   - "parent"
28913   - "tags"
28914 #  sort:
28915 #  - "not CFS_OPT"
28916 #  - "L2XCFWD"
28917 #  - "not CFS_OPT"
28918 #  - "CFS_OPT"
28919   layout:
28920     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
28921     layout: "plot-throughput-speedup-analysis"
28922
28923 -
28924   type: "plot"
28925   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28926   algorithm: "plot_throughput_speedup_analysis"
28927   output-file-type: ".html"
28928   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28929   data: "plot-throughput-speedup-analysis-3n-hsw"
28930   filter: "'NIC_Intel-X710' and
28931            '64B' and
28932            'NDRPDR' and
28933            ('ETH' or 'DOT1Q') and
28934            'BASE' and
28935            ('L2BDMACLRN' or 'L2XCFWD') and
28936            'VHOST_1024' and
28937            not 'VXLAN' and
28938            not 'IP4FWD' and
28939            not '2VM'"
28940   parameters:
28941   - "throughput"
28942   - "parent"
28943   - "tags"
28944 #  sort:
28945 #  - "not CFS_OPT"
28946 #  - "L2XCFWD"
28947 #  - "not CFS_OPT"
28948 #  - "CFS_OPT"
28949   layout:
28950     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
28951     layout: "plot-throughput-speedup-analysis"
28952
28953 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
28954 -
28955   type: "plot"
28956   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28957   algorithm: "plot_throughput_speedup_analysis"
28958   output-file-type: ".html"
28959   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28960   data: "plot-throughput-speedup-analysis-3n-hsw"
28961   filter: "'NIC_Intel-X710' and
28962            '64B' and
28963            'NDRPDR' and
28964            ('ETH' or 'DOT1Q') and
28965            ('L2BDMACLRN' or 'L2XCFWD') and
28966            'VHOST_1024' and
28967            not 'CFS_OPT' and
28968            not 'VXLAN' and
28969            not 'IP4FWD' and
28970            not 'LBOND'"
28971   parameters:
28972   - "throughput"
28973   - "parent"
28974   - "tags"
28975 #  sort:
28976 #  - "1VM"
28977 #  - "L2XCFWD"
28978 #  - "1VM"
28979 #  - "L2BDMACLRN"
28980   layout:
28981     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
28982     layout: "plot-throughput-speedup-analysis"
28983
28984 -
28985   type: "plot"
28986   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28987   algorithm: "plot_throughput_speedup_analysis"
28988   output-file-type: ".html"
28989   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28990   data: "plot-throughput-speedup-analysis-3n-hsw"
28991   filter: "'NIC_Intel-X710' and
28992            '64B' and
28993            'NDRPDR' and
28994            ('ETH' or 'DOT1Q') and
28995            ('L2BDMACLRN' or 'L2XCFWD') and
28996            'VHOST_1024' and
28997            not 'CFS_OPT' and
28998            not 'VXLAN' and
28999            not 'IP4FWD' and
29000            not 'LBOND'"
29001   parameters:
29002   - "throughput"
29003   - "parent"
29004   - "tags"
29005 #  sort:
29006 #  - "1VM"
29007 #  - "L2XCFWD"
29008 #  - "1VM"
29009 #  - "L2BDMACLRN"
29010   layout:
29011     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
29012     layout: "plot-throughput-speedup-analysis"
29013
29014 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
29015 -
29016   type: "plot"
29017   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29018   algorithm: "plot_throughput_speedup_analysis"
29019   output-file-type: ".html"
29020   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29021   data: "plot-throughput-speedup-analysis-3n-hsw"
29022   filter: "'NIC_Intel-XL710' and
29023            '64B' and
29024            'NDRPDR' and
29025            'ETH' and
29026            'IP4FWD' and
29027            'VHOST_1024' and
29028            not 'VXLAN' and
29029            not 'DOT1Q'"
29030   parameters:
29031   - "throughput"
29032   - "parent"
29033   - "tags"
29034   sort:
29035   - "not CFS_OPT"
29036   - "1VM"
29037   - "2VM"
29038   layout:
29039     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
29040     layout: "plot-throughput-speedup-analysis"
29041
29042 -
29043   type: "plot"
29044   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29045   algorithm: "plot_throughput_speedup_analysis"
29046   output-file-type: ".html"
29047   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29048   data: "plot-throughput-speedup-analysis-3n-hsw"
29049   filter: "'NIC_Intel-XL710' and
29050            '64B' and
29051            'NDRPDR' and
29052            'ETH' and
29053            'IP4FWD' and
29054            'VHOST_1024' and
29055            not 'VXLAN' and
29056            not 'DOT1Q'"
29057   parameters:
29058   - "throughput"
29059   - "parent"
29060   - "tags"
29061   sort:
29062   - "not CFS_OPT"
29063   - "1VM"
29064   - "2VM"
29065   layout:
29066     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
29067     layout: "plot-throughput-speedup-analysis"
29068
29069 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
29070 -
29071   type: "plot"
29072   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29073   algorithm: "plot_throughput_speedup_analysis"
29074   output-file-type: ".html"
29075   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29076   data: "plot-throughput-speedup-analysis-3n-hsw"
29077   filter: "'NIC_Intel-XL710' and
29078            '64B' and
29079            'NDRPDR' and
29080            ('ETH' or 'DOT1Q') and
29081            'L2BDMACLRN' and
29082            'VHOST_1024' and
29083            not 'VXLAN' and
29084            not 'IP4FWD' and
29085            not '2VM'"
29086   parameters:
29087   - "throughput"
29088   - "parent"
29089   - "tags"
29090 #  sort:
29091 #  - "VM"  # "not CFS_OPT"
29092 #  - "CFS_OPT"
29093 #  - "FIB_10K"
29094 #  - "FIB_100K"
29095 #  - "FIB_1M"
29096   layout:
29097     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
29098     layout: "plot-throughput-speedup-analysis"
29099
29100 -
29101   type: "plot"
29102   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29103   algorithm: "plot_throughput_speedup_analysis"
29104   output-file-type: ".html"
29105   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29106   data: "plot-throughput-speedup-analysis-3n-hsw"
29107   filter: "'NIC_Intel-XL710' and
29108            '64B' and
29109            'NDRPDR' and
29110            ('ETH' or 'DOT1Q') and
29111            'L2BDMACLRN' and
29112            'VHOST_1024' and
29113            not 'VXLAN' and
29114            not 'IP4FWD' and
29115            not '2VM'"
29116   parameters:
29117   - "throughput"
29118   - "parent"
29119   - "tags"
29120 #  sort:
29121 #  - "VM"  # "not CFS_OPT"
29122 #  - "CFS_OPT"
29123 #  - "FIB_10K"
29124 #  - "FIB_100K"
29125 #  - "FIB_1M"
29126   layout:
29127     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
29128     layout: "plot-throughput-speedup-analysis"
29129
29130 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
29131 -
29132   type: "plot"
29133   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
29134   algorithm: "plot_throughput_speedup_analysis"
29135   output-file-type: ".html"
29136   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
29137   data: "plot-throughput-speedup-analysis-3n-hsw"
29138   filter: "'NIC_Intel-XL710' and
29139            '64B' and
29140            'NDRPDR' and
29141            ('ETH' or 'DOT1Q') and
29142            'BASE' and
29143            ('L2BDMACLRN' or 'L2XCFWD') and
29144            'VHOST_1024' and
29145            not 'VXLAN' and
29146            not 'IP4FWD' and
29147            not '2VM'"
29148   parameters:
29149   - "throughput"
29150   - "parent"
29151   - "tags"
29152 #  sort:
29153 #  - "not CFS_OPT"
29154 #  - "L2XCFWD"
29155 #  - "not CFS_OPT"
29156 #  - "CFS_OPT"
29157   layout:
29158     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
29159     layout: "plot-throughput-speedup-analysis"
29160
29161 -
29162   type: "plot"
29163   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
29164   algorithm: "plot_throughput_speedup_analysis"
29165   output-file-type: ".html"
29166   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
29167   data: "plot-throughput-speedup-analysis-3n-hsw"
29168   filter: "'NIC_Intel-XL710' and
29169            '64B' and
29170            'NDRPDR' and
29171            ('ETH' or 'DOT1Q') and
29172            'BASE' and
29173            ('L2BDMACLRN' or 'L2XCFWD') and
29174            'VHOST_1024' and
29175            not 'VXLAN' and
29176            not 'IP4FWD' and
29177            not '2VM'"
29178   parameters:
29179   - "throughput"
29180   - "parent"
29181   - "tags"
29182 #  sort:
29183 #  - "not CFS_OPT"
29184 #  - "L2XCFWD"
29185 #  - "not CFS_OPT"
29186 #  - "CFS_OPT"
29187   layout:
29188     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
29189     layout: "plot-throughput-speedup-analysis"
29190
29191 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
29192 -
29193   type: "plot"
29194   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
29195   algorithm: "plot_throughput_speedup_analysis"
29196   output-file-type: ".html"
29197   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
29198   data: "plot-throughput-speedup-analysis-3n-hsw"
29199   filter: "'NIC_Intel-XL710' and
29200            '64B' and
29201            'NDRPDR' and
29202            ('ETH' or 'DOT1Q') and
29203            ('L2BDMACLRN' or 'L2XCFWD') and
29204            'VHOST_1024' and
29205            not 'CFS_OPT' and
29206            not 'VXLAN' and
29207            not 'IP4FWD'"
29208   parameters:
29209   - "throughput"
29210   - "parent"
29211   - "tags"
29212 #  sort:
29213 #  - "1VM"
29214 #  - "L2XCFWD"
29215 #  - "1VM"
29216 #  - "L2BDMACLRN"
29217   layout:
29218     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
29219     layout: "plot-throughput-speedup-analysis"
29220
29221 -
29222   type: "plot"
29223   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
29224   algorithm: "plot_throughput_speedup_analysis"
29225   output-file-type: ".html"
29226   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
29227   data: "plot-throughput-speedup-analysis-3n-hsw"
29228   filter: "'NIC_Intel-XL710' and
29229            '64B' and
29230            'NDRPDR' and
29231            ('ETH' or 'DOT1Q') and
29232            ('L2BDMACLRN' or 'L2XCFWD') and
29233            'VHOST_1024' and
29234            not 'CFS_OPT' and
29235            not 'VXLAN' and
29236            not 'IP4FWD'"
29237   parameters:
29238   - "throughput"
29239   - "parent"
29240   - "tags"
29241 #  sort:
29242 #  - "1VM"
29243 #  - "L2XCFWD"
29244 #  - "1VM"
29245 #  - "L2BDMACLRN"
29246   layout:
29247     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
29248     layout: "plot-throughput-speedup-analysis"
29249
29250 # Packet Speedup - VPP vhost ip4 3n-skx-x710
29251 -
29252   type: "plot"
29253   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29254   algorithm: "plot_throughput_speedup_analysis"
29255   output-file-type: ".html"
29256   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29257   data: "plot-throughput-speedup-analysis-3n-skx"
29258   filter: "'NIC_Intel-X710' and
29259            '64B' and
29260            'NDRPDR' and
29261            'ETH' and
29262            'IP4FWD' and
29263            'VHOST_1024' and
29264            not 'VXLAN' and
29265            not 'DOT1Q'"
29266   parameters:
29267   - "throughput"
29268   - "parent"
29269   - "tags"
29270   sort:
29271   - "not CFS_OPT"
29272   - "1VM"
29273   - "2VM"
29274   layout:
29275     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
29276     layout: "plot-throughput-speedup-analysis"
29277
29278 -
29279   type: "plot"
29280   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29281   algorithm: "plot_throughput_speedup_analysis"
29282   output-file-type: ".html"
29283   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29284   data: "plot-throughput-speedup-analysis-3n-skx"
29285   filter: "'NIC_Intel-X710' and
29286            '64B' and
29287            'NDRPDR' and
29288            'ETH' and
29289            'IP4FWD' and
29290            'VHOST_1024' and
29291            not 'VXLAN' and
29292            not 'DOT1Q'"
29293   parameters:
29294   - "throughput"
29295   - "parent"
29296   - "tags"
29297   sort:
29298   - "not CFS_OPT"
29299   - "1VM"
29300   - "2VM"
29301   layout:
29302     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
29303     layout: "plot-throughput-speedup-analysis"
29304
29305 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
29306 -
29307   type: "plot"
29308   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29309   algorithm: "plot_throughput_speedup_analysis"
29310   output-file-type: ".html"
29311   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29312   data: "plot-throughput-speedup-analysis-3n-skx"
29313   filter: "'NIC_Intel-X710' and
29314            '64B' and
29315            'NDRPDR' and
29316            ('ETH' or 'DOT1Q') and
29317            'L2BDMACLRN' and
29318            'VHOST_1024' and
29319            not 'VXLAN' and
29320            not 'IP4FWD' and
29321            not '2VM'"
29322   parameters:
29323   - "throughput"
29324   - "parent"
29325   - "tags"
29326 #  sort:
29327 #  - "VM"  # "not CFS_OPT"
29328 #  - "CFS_OPT"
29329 #  - "FIB_10K"
29330 #  - "FIB_100K"
29331 #  - "FIB_1M"
29332   layout:
29333     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
29334     layout: "plot-throughput-speedup-analysis"
29335
29336 -
29337   type: "plot"
29338   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29339   algorithm: "plot_throughput_speedup_analysis"
29340   output-file-type: ".html"
29341   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29342   data: "plot-throughput-speedup-analysis-3n-skx"
29343   filter: "'NIC_Intel-X710' and
29344            '64B' and
29345            'NDRPDR' and
29346            ('ETH' or 'DOT1Q') and
29347            'L2BDMACLRN' and
29348            'VHOST_1024' and
29349            not 'VXLAN' and
29350            not 'IP4FWD' and
29351            not '2VM'"
29352   parameters:
29353   - "throughput"
29354   - "parent"
29355   - "tags"
29356 #  sort:
29357 #  - "VM"  # "not CFS_OPT"
29358 #  - "CFS_OPT"
29359 #  - "FIB_10K"
29360 #  - "FIB_100K"
29361 #  - "FIB_1M"
29362   layout:
29363     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
29364     layout: "plot-throughput-speedup-analysis"
29365
29366 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
29367 -
29368   type: "plot"
29369   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29370   algorithm: "plot_throughput_speedup_analysis"
29371   output-file-type: ".html"
29372   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29373   data: "plot-throughput-speedup-analysis-3n-skx"
29374   filter: "'NIC_Intel-X710' and
29375            '64B' and
29376            'NDRPDR' and
29377            ('ETH' or 'DOT1Q') and
29378            'BASE' and
29379            ('L2BDMACLRN' or 'L2XCFWD') and
29380            'VHOST_1024' and
29381            not 'VXLAN' and
29382            not 'IP4FWD' and
29383            not '2VM' and
29384            not 'LBOND'"
29385   parameters:
29386   - "throughput"
29387   - "parent"
29388   - "tags"
29389 #  sort:
29390 #  - "not CFS_OPT"
29391 #  - "L2XCFWD"
29392 #  - "not CFS_OPT"
29393 #  - "CFS_OPT"
29394   layout:
29395     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
29396     layout: "plot-throughput-speedup-analysis"
29397
29398 -
29399   type: "plot"
29400   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29401   algorithm: "plot_throughput_speedup_analysis"
29402   output-file-type: ".html"
29403   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29404   data: "plot-throughput-speedup-analysis-3n-skx"
29405   filter: "'NIC_Intel-X710' and
29406            '64B' and
29407            'NDRPDR' and
29408            ('ETH' or 'DOT1Q') and
29409            'BASE' and
29410            ('L2BDMACLRN' or 'L2XCFWD') and
29411            'VHOST_1024' and
29412            not 'VXLAN' and
29413            not 'IP4FWD' and
29414            not '2VM' and
29415            not 'LBOND'"
29416   parameters:
29417   - "throughput"
29418   - "parent"
29419   - "tags"
29420 #  sort:
29421 #  - "not CFS_OPT"
29422 #  - "L2XCFWD"
29423 #  - "not CFS_OPT"
29424 #  - "CFS_OPT"
29425   layout:
29426     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
29427     layout: "plot-throughput-speedup-analysis"
29428
29429 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
29430 -
29431   type: "plot"
29432   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29433   algorithm: "plot_throughput_speedup_analysis"
29434   output-file-type: ".html"
29435   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29436   data: "plot-throughput-speedup-analysis-3n-skx"
29437   filter: "'NIC_Intel-X710' and
29438            '64B' and
29439            'NDRPDR' and
29440            ('ETH' or 'DOT1Q') and
29441            ('L2BDMACLRN' or 'L2XCFWD') and
29442            'VHOST_1024' and
29443            not 'CFS_OPT' and
29444            not 'VXLAN' and
29445            not 'IP4FWD' and
29446            not 'LBOND'"
29447   parameters:
29448   - "throughput"
29449   - "parent"
29450   - "tags"
29451 #  sort:
29452 #  - "1VM"
29453 #  - "L2XCFWD"
29454 #  - "1VM"
29455 #  - "L2BDMACLRN"
29456   layout:
29457     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
29458     layout: "plot-throughput-speedup-analysis"
29459
29460 -
29461   type: "plot"
29462   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29463   algorithm: "plot_throughput_speedup_analysis"
29464   output-file-type: ".html"
29465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29466   data: "plot-throughput-speedup-analysis-3n-skx"
29467   filter: "'NIC_Intel-X710' and
29468            '64B' and
29469            'NDRPDR' and
29470            ('ETH' or 'DOT1Q') and
29471            ('L2BDMACLRN' or 'L2XCFWD') and
29472            'VHOST_1024' and
29473            not 'CFS_OPT' and
29474            not 'VXLAN' and
29475            not 'IP4FWD' and
29476            not 'LBOND'"
29477   parameters:
29478   - "throughput"
29479   - "parent"
29480   - "tags"
29481 #  sort:
29482 #  - "1VM"
29483 #  - "L2XCFWD"
29484 #  - "1VM"
29485 #  - "L2BDMACLRN"
29486   layout:
29487     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
29488     layout: "plot-throughput-speedup-analysis"
29489
29490 # Packet Speedup - VPP vhost ip4 2n-skx-x710
29491 -
29492   type: "plot"
29493   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29494   algorithm: "plot_throughput_speedup_analysis"
29495   output-file-type: ".html"
29496   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29497   data: "plot-throughput-speedup-analysis-2n-skx"
29498   filter: "'NIC_Intel-X710' and
29499            '64B' and
29500            'NDRPDR' and
29501            'ETH' and
29502            'IP4FWD' and
29503            'VHOST_1024' and
29504            not 'VXLAN' and
29505            not 'NF_DENSITY' and
29506            not 'DOT1Q'"
29507   parameters:
29508   - "throughput"
29509   - "parent"
29510   - "tags"
29511   sort:
29512   - "not CFS_OPT"
29513   - "1VM"
29514   - "2VM"
29515   layout:
29516     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
29517     layout: "plot-throughput-speedup-analysis"
29518
29519 -
29520   type: "plot"
29521   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29522   algorithm: "plot_throughput_speedup_analysis"
29523   output-file-type: ".html"
29524   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29525   data: "plot-throughput-speedup-analysis-2n-skx"
29526   filter: "'NIC_Intel-X710' and
29527            '64B' and
29528            'NDRPDR' and
29529            'ETH' and
29530            'IP4FWD' and
29531            'VHOST_1024' and
29532            not 'VXLAN' and
29533            not 'NF_DENSITY' and
29534            not 'DOT1Q'"
29535   parameters:
29536   - "throughput"
29537   - "parent"
29538   - "tags"
29539   sort:
29540   - "not CFS_OPT"
29541   - "1VM"
29542   - "2VM"
29543   layout:
29544     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
29545     layout: "plot-throughput-speedup-analysis"
29546
29547 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
29548 -
29549   type: "plot"
29550   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29551   algorithm: "plot_throughput_speedup_analysis"
29552   output-file-type: ".html"
29553   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29554   data: "plot-throughput-speedup-analysis-2n-skx"
29555   filter: "'NIC_Intel-X710' and
29556            '64B' and
29557            'NDRPDR' and
29558            ('ETH' or 'DOT1Q') and
29559            'L2BDMACLRN' and
29560            'VHOST_1024' and
29561            not 'VXLAN' and
29562            not 'NF_DENSITY' and
29563            not 'IP4FWD' and
29564            not '2VM'"
29565   parameters:
29566   - "throughput"
29567   - "parent"
29568   - "tags"
29569 #  sort:
29570 #  - "VM"  # "not CFS_OPT"
29571 #  - "CFS_OPT"
29572 #  - "FIB_10K"
29573 #  - "FIB_100K"
29574 #  - "FIB_1M"
29575   layout:
29576     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
29577     layout: "plot-throughput-speedup-analysis"
29578
29579 -
29580   type: "plot"
29581   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29582   algorithm: "plot_throughput_speedup_analysis"
29583   output-file-type: ".html"
29584   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29585   data: "plot-throughput-speedup-analysis-2n-skx"
29586   filter: "'NIC_Intel-X710' and
29587            '64B' and
29588            'NDRPDR' and
29589            ('ETH' or 'DOT1Q') and
29590            'L2BDMACLRN' and
29591            'VHOST_1024' and
29592            not 'VXLAN' and
29593            not 'NF_DENSITY' and
29594            not 'IP4FWD' and
29595            not '2VM'"
29596   parameters:
29597   - "throughput"
29598   - "parent"
29599   - "tags"
29600 #  sort:
29601 #  - "VM"  # "not CFS_OPT"
29602 #  - "CFS_OPT"
29603 #  - "FIB_10K"
29604 #  - "FIB_100K"
29605 #  - "FIB_1M"
29606   layout:
29607     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
29608     layout: "plot-throughput-speedup-analysis"
29609
29610 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
29611 -
29612   type: "plot"
29613   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29614   algorithm: "plot_throughput_speedup_analysis"
29615   output-file-type: ".html"
29616   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29617   data: "plot-throughput-speedup-analysis-2n-skx"
29618   filter: "'NIC_Intel-X710' and
29619            '64B' and
29620            'NDRPDR' and
29621            ('ETH' or 'DOT1Q') and
29622            'BASE' and
29623            ('L2BDMACLRN' or 'L2XCFWD') and
29624            'VHOST_1024' and
29625            not 'VXLAN' and
29626            not 'NF_DENSITY' and
29627            not 'IP4FWD' and
29628            not '2VM'"
29629   parameters:
29630   - "throughput"
29631   - "parent"
29632   - "tags"
29633 #  sort:
29634 #  - "not CFS_OPT"
29635 #  - "L2XCFWD"
29636 #  - "not CFS_OPT"
29637 #  - "CFS_OPT"
29638   layout:
29639     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
29640     layout: "plot-throughput-speedup-analysis"
29641
29642 -
29643   type: "plot"
29644   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29645   algorithm: "plot_throughput_speedup_analysis"
29646   output-file-type: ".html"
29647   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29648   data: "plot-throughput-speedup-analysis-2n-skx"
29649   filter: "'NIC_Intel-X710' and
29650            '64B' and
29651            'NDRPDR' and
29652            ('ETH' or 'DOT1Q') and
29653            'BASE' and
29654            ('L2BDMACLRN' or 'L2XCFWD') and
29655            'VHOST_1024' and
29656            not 'VXLAN' and
29657            not 'NF_DENSITY' and
29658            not 'IP4FWD' and
29659            not '2VM'"
29660   parameters:
29661   - "throughput"
29662   - "parent"
29663   - "tags"
29664 #  sort:
29665 #  - "not CFS_OPT"
29666 #  - "L2XCFWD"
29667 #  - "not CFS_OPT"
29668 #  - "CFS_OPT"
29669   layout:
29670     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
29671     layout: "plot-throughput-speedup-analysis"
29672
29673 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
29674 -
29675   type: "plot"
29676   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29677   algorithm: "plot_throughput_speedup_analysis"
29678   output-file-type: ".html"
29679   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29680   data: "plot-throughput-speedup-analysis-2n-skx"
29681   filter: "'NIC_Intel-X710' and
29682            '64B' and
29683            'NDRPDR' and
29684            ('ETH' or 'DOT1Q') and
29685            ('L2BDMACLRN' or 'L2XCFWD') and
29686            'VHOST_1024' and
29687            not 'CFS_OPT' and
29688            not 'VXLAN' and
29689            not 'NF_DENSITY' and
29690            not 'IP4FWD'"
29691   parameters:
29692   - "throughput"
29693   - "parent"
29694   - "tags"
29695 #  sort:
29696 #  - "1VM"
29697 #  - "L2XCFWD"
29698 #  - "1VM"
29699 #  - "L2BDMACLRN"
29700   layout:
29701     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
29702     layout: "plot-throughput-speedup-analysis"
29703
29704 -
29705   type: "plot"
29706   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29707   algorithm: "plot_throughput_speedup_analysis"
29708   output-file-type: ".html"
29709   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29710   data: "plot-throughput-speedup-analysis-2n-skx"
29711   filter: "'NIC_Intel-X710' and
29712            '64B' and
29713            'NDRPDR' and
29714            ('ETH' or 'DOT1Q') and
29715            ('L2BDMACLRN' or 'L2XCFWD') and
29716            'VHOST_1024' and
29717            not 'CFS_OPT' and
29718            not 'VXLAN' and
29719            not 'NF_DENSITY' and
29720            not 'IP4FWD'"
29721   parameters:
29722   - "throughput"
29723   - "parent"
29724   - "tags"
29725 #  sort:
29726 #  - "1VM"
29727 #  - "L2XCFWD"
29728 #  - "1VM"
29729 #  - "L2BDMACLRN"
29730   layout:
29731     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
29732     layout: "plot-throughput-speedup-analysis"
29733
29734 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
29735 -
29736   type: "plot"
29737   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29738   algorithm: "plot_throughput_speedup_analysis"
29739   output-file-type: ".html"
29740   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29741   data: "plot-throughput-speedup-analysis-2n-skx"
29742   filter: "'NIC_Intel-XXV710' and
29743            '64B' and
29744            'NDRPDR' and
29745            'ETH' and
29746            'IP4FWD' and
29747            'VHOST_1024' and
29748            not 'VXLAN' and
29749            not 'DOT1Q'"
29750   parameters:
29751   - "throughput"
29752   - "parent"
29753   - "tags"
29754   sort:
29755   - "not CFS_OPT"
29756   - "1VM"
29757   - "2VM"
29758   layout:
29759     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
29760     layout: "plot-throughput-speedup-analysis"
29761
29762 -
29763   type: "plot"
29764   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29765   algorithm: "plot_throughput_speedup_analysis"
29766   output-file-type: ".html"
29767   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29768   data: "plot-throughput-speedup-analysis-2n-skx"
29769   filter: "'NIC_Intel-XXV710' and
29770            '64B' and
29771            'NDRPDR' and
29772            'ETH' and
29773            'IP4FWD' and
29774            'VHOST_1024' and
29775            not 'VXLAN' and
29776            not 'DOT1Q'"
29777   parameters:
29778   - "throughput"
29779   - "parent"
29780   - "tags"
29781   sort:
29782   - "not CFS_OPT"
29783   - "1VM"
29784   - "2VM"
29785   layout:
29786     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
29787     layout: "plot-throughput-speedup-analysis"
29788
29789 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
29790 -
29791   type: "plot"
29792   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29793   algorithm: "plot_throughput_speedup_analysis"
29794   output-file-type: ".html"
29795   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29796   data: "plot-throughput-speedup-analysis-2n-skx"
29797   filter: "'NIC_Intel-XXV710' and
29798            '64B' and
29799            'NDRPDR' and
29800            ('ETH' or 'DOT1Q') and
29801            'L2BDMACLRN' and
29802            'VHOST_1024' and
29803            not 'VXLAN' and
29804            not 'IP4FWD' and
29805            not '2VM'"
29806   parameters:
29807   - "throughput"
29808   - "parent"
29809   - "tags"
29810 #  sort:
29811 #  - "VM"  # "not CFS_OPT"
29812 #  - "CFS_OPT"
29813 #  - "FIB_10K"
29814 #  - "FIB_100K"
29815 #  - "FIB_1M"
29816   layout:
29817     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
29818     layout: "plot-throughput-speedup-analysis"
29819
29820 -
29821   type: "plot"
29822   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29823   algorithm: "plot_throughput_speedup_analysis"
29824   output-file-type: ".html"
29825   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29826   data: "plot-throughput-speedup-analysis-2n-skx"
29827   filter: "'NIC_Intel-XXV710' and
29828            '64B' and
29829            'NDRPDR' and
29830            ('ETH' or 'DOT1Q') and
29831            'L2BDMACLRN' and
29832            'VHOST_1024' and
29833            not 'VXLAN' and
29834            not 'IP4FWD' and
29835            not '2VM'"
29836   parameters:
29837   - "throughput"
29838   - "parent"
29839   - "tags"
29840 #  sort:
29841 #  - "VM"  # "not CFS_OPT"
29842 #  - "CFS_OPT"
29843 #  - "FIB_10K"
29844 #  - "FIB_100K"
29845 #  - "FIB_1M"
29846   layout:
29847     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
29848     layout: "plot-throughput-speedup-analysis"
29849
29850 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
29851 -
29852   type: "plot"
29853   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29854   algorithm: "plot_throughput_speedup_analysis"
29855   output-file-type: ".html"
29856   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29857   data: "plot-throughput-speedup-analysis-2n-skx"
29858   filter: "'NIC_Intel-XXV710' and
29859            '64B' and
29860            'NDRPDR' and
29861            ('ETH' or 'DOT1Q') and
29862            'BASE' and
29863            ('L2BDMACLRN' or 'L2XCFWD') and
29864            'VHOST_1024' and
29865            not 'VXLAN' and
29866            not 'IP4FWD' and
29867            not '2VM'"
29868   parameters:
29869   - "throughput"
29870   - "parent"
29871   - "tags"
29872 #  sort:
29873 #  - "not CFS_OPT"
29874 #  - "L2XCFWD"
29875 #  - "not CFS_OPT"
29876 #  - "CFS_OPT"
29877   layout:
29878     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
29879     layout: "plot-throughput-speedup-analysis"
29880
29881 -
29882   type: "plot"
29883   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29884   algorithm: "plot_throughput_speedup_analysis"
29885   output-file-type: ".html"
29886   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29887   data: "plot-throughput-speedup-analysis-2n-skx"
29888   filter: "'NIC_Intel-XXV710' and
29889            '64B' and
29890            'NDRPDR' and
29891            ('ETH' or 'DOT1Q') and
29892            'BASE' and
29893            ('L2BDMACLRN' or 'L2XCFWD') and
29894            'VHOST_1024' and
29895            not 'VXLAN' and
29896            not 'IP4FWD' and
29897            not '2VM'"
29898   parameters:
29899   - "throughput"
29900   - "parent"
29901   - "tags"
29902 #  sort:
29903 #  - "not CFS_OPT"
29904 #  - "L2XCFWD"
29905 #  - "not CFS_OPT"
29906 #  - "CFS_OPT"
29907   layout:
29908     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
29909     layout: "plot-throughput-speedup-analysis"
29910
29911 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
29912 -
29913   type: "plot"
29914   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29915   algorithm: "plot_throughput_speedup_analysis"
29916   output-file-type: ".html"
29917   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29918   data: "plot-throughput-speedup-analysis-2n-skx"
29919   filter: "'NIC_Intel-XXV710' and
29920            '64B' and
29921            'NDRPDR' and
29922            ('ETH' or 'DOT1Q') and
29923            ('L2BDMACLRN' or 'L2XCFWD') and
29924            'VHOST_1024' and
29925            not 'CFS_OPT' and
29926            not 'VXLAN' and
29927            not 'IP4FWD'"
29928   parameters:
29929   - "throughput"
29930   - "parent"
29931   - "tags"
29932 #  sort:
29933 #  - "1VM"
29934 #  - "L2XCFWD"
29935 #  - "1VM"
29936 #  - "L2BDMACLRN"
29937   layout:
29938     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
29939     layout: "plot-throughput-speedup-analysis"
29940
29941 -
29942   type: "plot"
29943   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29944   algorithm: "plot_throughput_speedup_analysis"
29945   output-file-type: ".html"
29946   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29947   data: "plot-throughput-speedup-analysis-2n-skx"
29948   filter: "'NIC_Intel-XXV710' and
29949            '64B' and
29950            'NDRPDR' and
29951            ('ETH' or 'DOT1Q') and
29952            ('L2BDMACLRN' or 'L2XCFWD') and
29953            'VHOST_1024' and
29954            not 'CFS_OPT' and
29955            not 'VXLAN' and
29956            not 'IP4FWD'"
29957   parameters:
29958   - "throughput"
29959   - "parent"
29960   - "tags"
29961 #  sort:
29962 #  - "1VM"
29963 #  - "L2XCFWD"
29964 #  - "1VM"
29965 #  - "L2BDMACLRN"
29966   layout:
29967     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
29968     layout: "plot-throughput-speedup-analysis"
29969
29970 ################################################################################
29971
29972 # Speedup - VPP vts 3n-hsw-x520
29973 -
29974   type: "plot"
29975   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29976   algorithm: "plot_throughput_speedup_analysis"
29977   output-file-type: ".html"
29978   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29979   data: "plot-throughput-speedup-analysis-3n-hsw"
29980   filter: "'NIC_Intel-X520-DA2' and
29981            '114B' and
29982            'NDRPDR' and
29983            'VTS'"
29984   parameters:
29985   - "throughput"
29986   - "parent"
29987   - "tags"
29988   layout:
29989     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
29990     layout: "plot-throughput-speedup-analysis"
29991
29992 -
29993   type: "plot"
29994   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29995   algorithm: "plot_throughput_speedup_analysis"
29996   output-file-type: ".html"
29997   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29998   data: "plot-throughput-speedup-analysis-3n-hsw"
29999   filter: "'NIC_Intel-X520-DA2' and
30000            '114B' and
30001            'NDRPDR' and
30002            'VTS'"
30003   parameters:
30004   - "throughput"
30005   - "parent"
30006   - "tags"
30007   layout:
30008     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
30009     layout: "plot-throughput-speedup-analysis"