| /f-stack/dpdk/doc/guides/tools/ |
| H A D | hugepages.rst | 31 Print the current huge page configuration 35 Clear existing huge page reservation 39 Mount the huge page filesystem 43 Unmount the huge page filesystem 52 If not specified the default system huge page size is used. 56 Reserve huge pages. 66 status of huge pages, modifying the setup requires root privileges. 72 To display current huge page settings:: 76 To a complete setup of with 2 Gigabyte of 1G huge pages::
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | build_and_test.rst | 34 #. Mount huge pages: 38 mkdir /mnt/huge 39 mount -t hugetlbfs nodev /mnt/huge 41 #. Request huge pages:
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| 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:: 130 1. Reserve huge pages. 138 # Get the total huge page numbers. 145 mkdir -p /mnt/huge 148 mount -t hugetlbfs nodev /mnt/huge
|
| H A D | linux_eal_parameters.rst | 82 * ``--huge-dir <path to hugetlbfs directory>`` 86 * ``--huge-unlink``
|
| H A D | eal_args.include.rst | 113 ``--no-shconf`` and (if applicable) ``--huge-unlink``. 126 * ``--no-huge``
|
| H A D | sys_reqs.rst | 239 mkdir /mnt/huge 240 mount -t hugetlbfs pagesize=1GB /mnt/huge 244 nodev /mnt/huge hugetlbfs pagesize=1GB 0 0
|
| /f-stack/doc/ |
| H A D | F-Stack_Quick_Start_Guide.md | 37 mkdir /mnt/huge 38 mount -t hugetlbfs nodev /mnt/huge 42 nodev /mnt/huge hugetlbfs defaults 0 0
|
| H A D | Launch_F-Stack_on_AWS_EC2_in_one_minute.md | 19 mkdir /mnt/huge 20 mount -t hugetlbfs nodev /mnt/huge
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | octeontx.rst | 105 Appropriate huge page need to be setup in order to run the DPDK example 111 mkdir /mnt/huge 112 mount -t hugetlbfs nodev /mnt/huge
|
| H A D | virtio.rst | 85 reserve enough huge pages 93 reserve enough huge pages
|
| H A D | octeontx2.rst | 120 Ensure that sufficient huge pages are available for your application::
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | TUNING.md | 28 Allowing jemalloc to utilize transparent huge pages for its internal 31 activities. Metadata memory usage may increase due to the use of huge 118 case for performance purpose is to utilize huge pages -- for example, 120 uses explicit arenas with customized extent hooks to manage 1GB huge pages
|
| H A D | ChangeLog | 157 configured huge page size (--with-lg-hugepage). (@jasone) 355 transparent huge page integration. (@jasone) 563 up incremental huge reallocation. (@jasone) 722 + The "stats.arenas.<i>.huge.allocated", "stats.arenas.<i>.huge.nmalloc", 723 "stats.arenas.<i>.huge.ndalloc", and "stats.arenas.<i>.huge.nrequests" 782 - Implement in-place huge allocation growing and shrinking. 787 which arenas own which huge allocations. 815 - Remove the "stats.huge.allocated", "stats.huge.nmalloc", and 816 "stats.huge.ndalloc" mallctls. 922 - Fix huge deallocation to junk fill when munmap is disabled. [all …]
|
| H A D | INSTALL.md | 233 Specify the base 2 log of the system huge page size. This option is useful 235 not explicitly support huge pages.
|
| /f-stack/dpdk/devtools/ |
| H A D | test-null.sh | 30 $testpmd -c $coremask --no-huge -m 20 \
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 196 * One huge page is 2^LG_HUGEPAGE bytes. Note that this is defined even if the 197 * system does not explicitly support huge pages; system calls that require 198 * explicit huge page support are separately configured. 266 * Defined if transparent huge pages are supported via the MADV_[NO]HUGEPAGE 297 * Defined if transparent huge pages (THPs) are supported via the
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | virtio_user_for_container_networking.rst | 101 * Cannot work with --huge-unlink option. As we need to reopen the hugepage 103 * Cannot work with --no-huge option. Currently, DPDK uses anonymous mapping
|
| H A D | lm_virtio_vhost_user.rst | 305 -object memory-backend-file,id=mem,size=1024M,mem-path=/mnt/huge,share=on \ 381 -object memory-backend-file,id=mem,size=1024M,mem-path=/mnt/huge,share=on \
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 687 alloc_mem(size_t memsz, size_t pgsz, bool huge) in alloc_mem() argument 694 if (huge) in alloc_mem() 714 bool huge) in create_extmem() argument 732 if (!huge) in create_extmem() 742 addr = alloc_mem(mem_sz, cur_pgsz, huge); in create_extmem() 761 if (!huge) in create_extmem() 804 setup_extmem(uint32_t nb_mbufs, uint32_t mbuf_sz, bool huge) in setup_extmem() argument 822 ret = create_extmem(nb_mbufs, mbuf_sz, ¶m, huge); in setup_extmem() 1019 bool huge = mp_alloc_type == MP_ALLOC_XMEM_HUGE; in mbuf_pool_create() local 1021 if (setup_extmem(nb_mbuf, mbuf_seg_size, huge) < 0) in mbuf_pool_create()
|
| /f-stack/dpdk/doc/guides/compressdevs/ |
| H A D | octeontx.rst | 83 reserve enough huge pages
|
| /f-stack/dpdk/doc/guides/faq/ |
| H A D | faq.rst | 33 …line parameter does not guarantee that huge pages will be reserved on specific sockets. Therefore,… 127 This is especially true when using a large number (>512) of 2 MB huge pages. Please increase the op…
|
| /f-stack/dpdk/app/test/ |
| H A D | meson.build | 181 # to indicate whether it can run in no-huge mode. 461 test_args += ['--no-huge', '-m', '2048']
|
| /f-stack/freebsd/x86/conf/ |
| H A D | NOTES | 91 # FDC_DEBUG enables floppy debugging. Since the debug output is huge, you
|
| /f-stack/dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_sample_apps.rst | 88 * ``--huge-dir``:
|
| /f-stack/ |
| H A D | README.md | 57 mkdir /mnt/huge 58 mount -t hugetlbfs nodev /mnt/huge
|