Home
last modified time | relevance | path

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

12

/f-stack/dpdk/doc/guides/tools/
H A Dhugepages.rst31 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 Dbuild_and_test.rst34 #. 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 Dnic_perf_intel_platform.rst114 #. 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 Dlinux_eal_parameters.rst82 * ``--huge-dir <path to hugetlbfs directory>``
86 * ``--huge-unlink``
H A Deal_args.include.rst113 ``--no-shconf`` and (if applicable) ``--huge-unlink``.
126 * ``--no-huge``
H A Dsys_reqs.rst239 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 DF-Stack_Quick_Start_Guide.md37 mkdir /mnt/huge
38 mount -t hugetlbfs nodev /mnt/huge
42 nodev /mnt/huge hugetlbfs defaults 0 0
H A DLaunch_F-Stack_on_AWS_EC2_in_one_minute.md19 mkdir /mnt/huge
20 mount -t hugetlbfs nodev /mnt/huge
/f-stack/dpdk/doc/guides/cryptodevs/
H A Docteontx.rst105 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 Dvirtio.rst85 reserve enough huge pages
93 reserve enough huge pages
H A Docteontx2.rst120 Ensure that sufficient huge pages are available for your application::
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DTUNING.md28 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 DChangeLog157 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 DINSTALL.md233 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 Dtest-null.sh30 $testpmd -c $coremask --no-huge -m 20 \
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in196 * 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 Dvirtio_user_for_container_networking.rst101 * 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 Dlm_virtio_vhost_user.rst305 -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 Dtestpmd.c687 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, &param, 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 Docteontx.rst83 reserve enough huge pages
/f-stack/dpdk/doc/guides/faq/
H A Dfaq.rst33 …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 Dmeson.build181 # to indicate whether it can run in no-huge mode.
461 test_args += ['--no-huge', '-m', '2048']
/f-stack/freebsd/x86/conf/
H A DNOTES91 # FDC_DEBUG enables floppy debugging. Since the debug output is huge, you
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_sample_apps.rst88 * ``--huge-dir``:
/f-stack/
H A DREADME.md57 mkdir /mnt/huge
58 mount -t hugetlbfs nodev /mnt/huge

12