Home
last modified time | relevance | path

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

/dpdk/doc/guides/mempool/
H A Dcnxk.rst45 - ``Maximum number of mempools per application`` (default ``128``)
47 The maximum number of mempools per application needs to be configured on
48 HW during mempool driver initialization. HW can support up to 1M mempools,
50 parameter is being introduced to configure the number of mempools required
56 With the above configuration, the driver will set up only 512 mempools for
/dpdk/app/test-pmd/
H A Dtestpmd.c202 struct rte_mempool *mempools[RTE_MAX_NUMA_NODES * MAX_SEGS_BUFFER_SPLIT]; variable
1696 mempools[i * MAX_SEGS_BUFFER_SPLIT + j] = in init_config()
1704 mempools[i] = mbuf_pool_create in init_config()
3395 for (i = 0 ; i < RTE_DIM(mempools) ; i++) { in pmd_test_exit()
3396 if (mempools[i]) { in pmd_test_exit()
3398 rte_mempool_mem_iter(mempools[i], dma_unmap_cb, in pmd_test_exit()
3440 for (i = 0 ; i < RTE_DIM(mempools) ; i++) { in pmd_test_exit()
3441 if (mempools[i]) in pmd_test_exit()
3442 mempool_free_mp(mempools[i]); in pmd_test_exit()
/dpdk/doc/guides/nics/
H A Dsfc_efx.rst437 Mbuf segments may come from different mempools, and mbuf reference
442 Mbuf segments may come from different mempools, and mbuf reference
446 mbufs, disallows multiple mempools and neglects mbuf reference counters.
H A Dmlx5.rst265 User-managed mempools with external pinned data buffers
/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 Drte_security.rst546 to create and manage two session mempools - one for session and other for session
553 Once the session mempools have been created, ``rte_security_session_create()``
H A Dcryptodev_lib.rst135 They can be the same other different mempools. Please note not all Cryptodev
524 Once the session mempools have been created, ``rte_cryptodev_sym_session_create()``
1037 It is the application's responsibility to create and manage the session mempools.
1048 Once the session mempools have been created, ``rte_cryptodev_asym_session_create()``
H A Dwriting_efficient_code.rst44 The rte_malloc () function uses a similar concept to mempools.
/dpdk/doc/guides/platform/
H A Dmlx5.rst586 A nonzero value enables implicit registration of DMA memory of all mempools
588 for mempools populated with non-contiguous objects or those without IOVA.
592 of each mempool and increased HW resource use if some mempools
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_graph.rst122 a minimal config of port id, num_rx_queues, num_tx_queues, mempools etc will
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst55 mempools, to be freed. Currently only the API from freeing memzones is
889 Each object stored in mempools are prefixed by a header, allowing for
H A Drelease_20_11.rst236 cryptodev operation mempools.
542 So the application need to create two mempools and get the size of session
H A Drelease_18_05.rst97 * Support for non virtually contiguous mempools.
111 * Support non virtually contiguous mempools.
H A Drelease_19_11.rst171 * Enabled zero copy between application mempools and UMEM by enabling the
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst662 * Some text that references mempools.