Home
last modified time | relevance | path

Searched refs:mempools (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/doc/guides/mempool/
H A Docteontx2.rst36 - ``Maximum number of mempools per application`` (default ``128``)
38 The maximum number of mempools per application needs to be configured on
39 HW during mempool driver initialization. HW can support up to 1M mempools,
41 parameter is being introduced to configure the number of mempools required
47 With the above configuration, the driver will set up only 512 mempools for
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c189 struct rte_mempool *mempools[RTE_MAX_NUMA_NODES * MAX_SEGS_BUFFER_SPLIT]; variable
1538 mempools[i * MAX_SEGS_BUFFER_SPLIT + j] = in init_config()
1546 mempools[i] = mbuf_pool_create in init_config()
3098 for (i = 0 ; i < RTE_DIM(mempools) ; i++) { in pmd_test_exit()
3099 if (mempools[i]) { in pmd_test_exit()
3101 rte_mempool_mem_iter(mempools[i], dma_unmap_cb, in pmd_test_exit()
3142 for (i = 0 ; i < RTE_DIM(mempools) ; i++) { in pmd_test_exit()
3143 if (mempools[i]) in pmd_test_exit()
3144 rte_mempool_free(mempools[i]); in pmd_test_exit()
/f-stack/dpdk/doc/guides/windows_gsg/
H A Drun_apps.rst35 for mempools.
/f-stack/dpdk/doc/guides/nics/
H A Dsfc_efx.rst383 Mbuf segments may come from different mempools, and mbuf reference
388 Mbuf segments may come from different mempools, and mbuf reference
392 mbufs, disallows multiple mempools and neglects mbuf reference counters.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dip_fragment_reassembly_lib.rst28 The caller has an ability to explicitly specify which mempools should be used to allocate 'direct' …
H A Dcryptodev_lib.rst135 They can be the same other different mempools. Please note not all Cryptodev
480 Once the session mempools have been created, ``rte_cryptodev_sym_session_create()``
993 It is the application's responsibility to create and manage the session mempools.
1001 If instead an application creates multiple asymmetric session mempools,
1005 Once the session mempools have been created, ``rte_cryptodev_asym_session_create()``
H A Drte_security.rst537 to create and manage two session mempools - one for session and other for session
544 Once the session mempools have been created, ``rte_security_session_create()``
H A Dwriting_efficient_code.rst44 The rte_malloc () function uses a similar concept to mempools.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_graph.rst124 a minimal config of port id, num_rx_queues, num_tx_queues, mempools etc will
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst56 mempools, to be freed. Currently only the API from freeing memzones is
891 Each object stored in mempools are prefixed by a header, allowing for
H A Drelease_18_05.rst134 * Support for non virtually contiguous mempools.
148 * Support non virtually contiguous mempools.
H A Drelease_20_11.rst282 cryptodev operation mempools.
610 So the application need to create two mempools and get the size of session
H A Drelease_19_11.rst218 * Enabled zero copy between application mempools and UMEM by enabling the
/f-stack/dpdk/doc/guides/contributing/
H A Ddocumentation.rst660 * Some text that references mempools.