Home
last modified time | relevance | path

Searched refs:numa (Results 1 – 25 of 25) sorted by relevance

/dpdk/config/arm/
H A Dmeson.build253 'numa': false
264 'numa': false
271 'numa': false
284 'numa': false
297 'numa': false
310 'numa': false
317 'numa': true
324 'numa': true
334 'numa': false
341 'numa': false
[all …]
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_auxiliary.c91 unsigned long numa; in mlx5_auxiliary_get_numa() local
100 if (eal_parse_sysfs_value(numa_path, &numa) != 0) { in mlx5_auxiliary_get_numa()
104 return (int)numa; in mlx5_auxiliary_get_numa()
/dpdk/doc/guides/linux_gsg/
H A Dcross_build_dpdk_for_arm64.rst38 ./configure --host=aarch64-linux-gnu CC=aarch64-none-linux-gnu-gcc --prefix=<numa install dir>
47 The numa header files and lib file is generated in the include and lib folder
48 respectively under ``<numa install dir>``.
106 …cp <numa_install_dir>/include/numa*.h <cross_install_dir>/gcc-arm-9.2-2019.12-x86_64-aarch64-none-…
285 'numa': false, # optional, specify for non-NUMA SoCs
H A Dnic_perf_intel_platform.rst174 Check the PCI device related numa node id:
/dpdk/doc/guides/nics/
H A Dipn3ke.rst80 …:b1:00.3|0000:b5:00.0|0000:b5:00.1|0000:b5:00.2|0000:b5:00.3}' -- -i --no-numa --port-topology=loop
91 …:b1:00.3|0000:b5:00.0|0000:b5:00.1|0000:b5:00.2|0000:b5:00.3}' -- -i --no-numa --forward-mode=macs…
H A Dsoftnic.rst71 #. ``cpu_id``: numa node id. (Optional: yes, Default value: 0)
H A Dvirtio.rst348 --no-numa --parse-ptype
H A Di40e.rst800 3. Check the PCI devices numa node (socket id) and get the cores number on the exact socket id.
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_graph.rst52 [--no-numa]
68 * ``--no-numa:`` Optional, disables numa awareness.
H A Dvhost_blk.rst50 mem-path=/dev/hugepages,share=on -numa node,memdev=mem \
H A Dvhost_crypto.rst71 mem-path=/dev/hugepages,share=on -numa node,memdev=mem \
H A Dl3_forward_access_ctrl.rst239 … FILENAME --rule_ipv6 FILENAME [--alg=<val>] [--max-pkt-len PKTLEN] [--no-numa] [--eth-dest=X,MM:M…
260 * --no-numa: optional, disables numa awareness
H A Dl3_forward.rst72 [--no-numa]
109 * ``--no-numa:`` Optional, disables numa awareness.
H A Dl3_forward_power_man.rst91 …p PORTMASK [-P] --config(port,queue,lcore)[,(port,queue,lcore)] [--max-pkt-len PKTLEN] [--no-numa]
104 * --no-numa: optional, disables numa awareness
H A Dvhost.rst57 -mem-prealloc -numa node,memdev=mem \
/dpdk/buildtools/
H A Dmeson.build20 get_numa_count_cmd = py3 + files('get-numa-count.py')
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst166 -numa node,memdev=mem -mem-prealloc \
247 <numa>
249 </numa>
H A Dlm_virtio_vhost_user.rst306 -numa node,memdev=mem,nodeid=0 \
382 -numa node,memdev=mem,nodeid=0 \
H A Dopenwrt.rst86 The numa header files and lib file is generated in the include and lib folder
/dpdk/config/
H A Dmeson.build177 if meson.is_cross_build() and not meson.get_cross_property('numa', true)
182 numa_dep = cc.find_library('numa', required: false) build
360 message('Found @0@ numa nodes'.format(max_numa_nodes))
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst93 * ``--numa``
98 * ``--no-numa``
102 * ``--port-numa-config=(port,socket)[,(port,socket)]``
106 * ``--ring-numa-config=(port,flag,socket)[,(port,flag,socket)]``
H A Dtestpmd_funcs.rst2110 PMD: Creating pcap-backed ethdev on numa socket 0
2172 PMD: Closing pcap ethdev on numa socket 0
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst510 * **eal/linux: Fix numa node detection.**
513 * **eal/linux: Fix socket value for undetermined numa node.**
H A Drelease_2_2.rst380 * **i40e: Fixed base driver allocation when not using first numa node.**
/dpdk/
H A DMAINTAINERS109 F: buildtools/get-numa-count.py