| /dpdk/doc/guides/tools/ |
| H A D | hugepages.rst | 47 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 D | dpdk-hugepages.py | 252 args.reserve = args.setup 267 if args.reserve: 268 reserve_kb = get_memsize(args.reserve)
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | virtio.rst | 85 reserve enough huge pages 93 reserve enough huge pages
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | sys_reqs.rst | 180 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 D | build_sample_apps.rst | 104 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 D | nic_perf_intel_platform.rst | 114 #. Reserve 1G huge pages via grub configurations. For example to reserve 8 huge pages of 1G size::
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_trace_points.c | 59 lib.eal.memzone.reserve)
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_spi.h | 115 u8 reserve; member
|
| H A D | opae_spi_transaction.c | 29 header.reserve = 0; \
|
| H A D | ifpga_defines.h | 1686 u8 reserve:2; member
|
| /dpdk/drivers/raw/dpaa2_qdma/ |
| H A D | dpaa2_qdma.h | 243 uint32_t reserve:3; member
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | octeontx.rst | 83 reserve enough huge pages
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_malloc.c | 18 uint32_t reserve:30; /* Reserve. */ member
|
| /dpdk/lib/vhost/ |
| H A D | virtio_crypto.h | 413 uint32_t reserve; member
|
| /dpdk/doc/guides/nics/ |
| H A D | build_and_test.rst | 63 To reserve 1024 pages of 2MB:
|
| H A D | cxgbe.rst | 682 # reserve 2 x 1G blocks of contiguous memory using contigmem driver
|
| H A D | mlx5.rst | 732 or specified explicitly in devargs) to reserve the space for inline data.
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_em.c | 70 uint64_t reserve; member 346 key2->reserve = 0; in convert_ipv6_5tuple()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 90 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 D | ring_lib.rst | 427 from it (aka MT safe peek) and reserve space for the objects in the ring
|
| /dpdk/drivers/common/iavf/ |
| H A D | virtchnl.h | 1740 u8 reserve[32]; member
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | multi_process.rst | 113 since the secondary process cannot create objects in memory as it cannot reserve memory zones,
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.h | 611 uint32_t reserve:5; /**< Reserved to future using. */ member
|
| H A D | mlx5_flow_dv.c | 3716 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 D | release_18_05.rst | 15 added, so applications no longer need to pre-reserve memory at startup. Due to
|