vpp_config.add_statseg_per_node_counters("on")
vpp_config.add_plugin("disable", "default")
vpp_config.add_buffers_per_numa(107520)
- if Topology.get_node_model_bool(node, "Marvel-Octeon"):
+ if Topology.get_node_model_bool(node, "Marvell-Octeon"):
vpp_config.add_plugin("enable", "dev_octeon_plugin.so")
else:
vpp_config.add_main_heap_size("2G")
| | FOR | ${dut} | IN | @{duts}
| | | Import Library | resources.libraries.python.VppConfigGenerator
| | | ... | WITH NAME | ${dut}
-| | | ${marvel}= | Get Node Model Bool | ${nodes['${dut}']} | Marvel-Octeon
+| | | ${marvell}= | Get Node Model Bool | ${nodes['${dut}']} | Marvell-Octeon
| | | Run Keyword | ${dut}.Set Node | ${nodes['${dut}']} | node_key=${dut}
| | | Run Keyword | ${dut}.Add Unix Log
| | | Run Keyword | ${dut}.Add Unix CLI Listen
| | | Run Keyword | ${dut}.Add API Segment Prefix | ${dut}
| | | Run Keyword | ${dut}.Add Unix Coredump
| | | Run Keyword | ${dut}.Add Socksvr | ${SOCKSVR_PATH}
-| | | Run Keyword If | not ${marvel}
+| | | Run Keyword If | not ${marvell}
| | | ... | ${dut}.Add Main Heap Size | ${${heap_size_mult}*${3}}G
-| | | Run Keyword If | not ${marvel}
+| | | Run Keyword If | not ${marvell}
| | | ... | ${dut}.Add Main Heap Page Size | ${page_size}
-| | | Run Keyword If | not ${marvel}
+| | | Run Keyword If | not ${marvell}
| | | ... | ${dut}.Add Default Hugepage Size | ${page_size}
| | | Run Keyword | ${dut}.Add Statseg Size | 3G
-| | | Run Keyword If | not ${marvel}
+| | | Run Keyword If | not ${marvell}
| | | ... | ${dut}.Add Statseg Page Size | ${page_size}
| | | Run Keyword | ${dut}.Add Statseg Per Node Counters | on
| | | Run Keyword | ${dut}.Add Plugin | disable | default
| | | Run Keyword | ${dut}.Add Plugin | enable | @{plugins_to_enable}
-| | | Run Keyword If | not ${marvel}
+| | | Run Keyword If | not ${marvell}
| | | ... | ${dut}.Add IP6 Hash Buckets | 2000000
-| | | Run Keyword If | not ${marvel}
+| | | Run Keyword If | not ${marvell}
| | | ... | ${dut}.Add IP6 Heap Size | 3G
| | | Run Keyword | ${dut}.Add Graph Node Variant | ${GRAPH_NODE_VARIANT}
| | END
model: Intel-E810CQ
DUT1:
type: DUT
- model: Marvel-OcteonCN10K
+ model: Marvell-OcteonCN10K
host: 10.30.51.95
arch: aarch64
port: 22
model: Cavium-A063-100G
DUT2:
type: DUT
- model: Marvel-OcteonCN10K
+ model: Marvell-OcteonCN10K
host: 10.30.51.96
arch: aarch64
port: 22
ip4_address: 172.16.30.2
driver: rvu_nicpf
link: link2
- model: Cavium-A063-100G
\ No newline at end of file
+ model: Cavium-A063-100G