Home
last modified time | relevance | path

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

/dpdk/doc/guides/tools/
H A Dhugepages.rst47 Set NUMA node to reserve pages on
54 * ``-r SIZE, --reserve=SIZE``
61 Short cut to clear, unmount, reserve and mount.
/dpdk/usertools/
H A Ddpdk-hugepages.py252 args.reserve = args.setup
267 if args.reserve:
268 reserve_kb = get_memsize(args.reserve)
/dpdk/doc/guides/cryptodevs/
H A Dvirtio.rst85 reserve enough huge pages
93 reserve enough huge pages
/dpdk/doc/guides/linux_gsg/
H A Dsys_reqs.rst180 it is preferable to reserve hugepages at boot time,
183 To reserve hugepages at boot time, a parameter is passed to the Linux kernel on the kernel command …
185 For 2 MB pages, just pass the hugepages option to the kernel. For example, to reserve 1024 pages of…
191 For example, to reserve 4G of hugepage memory in the form of four 1G pages, the following options s…
H A Dbuild_sample_apps.rst104 Run DPDK in legacy memory mode (disable memory reserve/unreserve at runtime,
178 for example, supply ``--socket-mem=0,512`` to try and reserve 512 MB for socket 1 only.
H A Dnic_perf_intel_platform.rst114 #. Reserve 1G huge pages via grub configurations. For example to reserve 8 huge pages of 1G size::
/dpdk/lib/eal/common/
H A Deal_common_trace_points.c59 lib.eal.memzone.reserve)
/dpdk/drivers/raw/ifpga/base/
H A Dopae_spi.h115 u8 reserve; member
H A Dopae_spi_transaction.c29 header.reserve = 0; \
H A Difpga_defines.h1686 u8 reserve:2; member
/dpdk/drivers/raw/dpaa2_qdma/
H A Ddpaa2_qdma.h243 uint32_t reserve:3; member
/dpdk/doc/guides/compressdevs/
H A Docteontx.rst83 reserve enough huge pages
/dpdk/drivers/common/mlx5/
H A Dmlx5_malloc.c18 uint32_t reserve:30; /* Reserve. */ member
/dpdk/lib/vhost/
H A Dvirtio_crypto.h413 uint32_t reserve; member
/dpdk/doc/guides/nics/
H A Dbuild_and_test.rst63 To reserve 1024 pages of 2MB:
H A Dcxgbe.rst682 # reserve 2 x 1G blocks of contiguous memory using contigmem driver
H A Dmlx5.rst732 or specified explicitly in devargs) to reserve the space for inline data.
/dpdk/examples/l3fwd/
H A Dl3fwd_em.c70 uint64_t reserve; member
346 key2->reserve = 0; in convert_ipv6_5tuple()
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst90 The EAL provides an API to reserve named memory zones in this contiguous memory.
167 This mode mimics historical behavior of EAL. That is, EAL will reserve all
220 DPDK can reserve
239 to reserve a fixed number of hugepages at system start,
619 On top of this, the memzone allocator's role is to reserve contiguous portions of physical memory.
H A Dring_lib.rst427 from it (aka MT safe peek) and reserve space for the objects in the ring
/dpdk/drivers/common/iavf/
H A Dvirtchnl.h1740 u8 reserve[32]; member
/dpdk/doc/guides/sample_app_ug/
H A Dmulti_process.rst113 since the secondary process cannot create objects in memory as it cannot reserve memory zones,
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h611 uint32_t reserve:5; /**< Reserved to future using. */ member
H A Dmlx5_flow_dv.c3716 uint32_t reserve:15; in flow_dv_encap_decap_resource_register() member
3724 .reserve = 0, in flow_dv_encap_decap_resource_register()
/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst15 added, so applications no longer need to pre-reserve memory at startup. Due to