Searched refs:mempools (Results 1 – 15 of 15) sorted by relevance
| /dpdk/doc/guides/mempool/ |
| H A D | cnxk.rst | 45 - ``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 D | testpmd.c | 202 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 D | sfc_efx.rst | 437 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 D | mlx5.rst | 265 User-managed mempools with external pinned data buffers
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | ip_fragment_reassembly_lib.rst | 28 The caller has an ability to explicitly specify which mempools should be used to allocate 'direct' …
|
| H A D | rte_security.rst | 546 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 D | cryptodev_lib.rst | 135 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 D | writing_efficient_code.rst | 44 The rte_malloc () function uses a similar concept to mempools.
|
| /dpdk/doc/guides/platform/ |
| H A D | mlx5.rst | 586 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 D | l3_forward_graph.rst | 122 a minimal config of port id, num_rx_queues, num_tx_queues, mempools etc will
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 55 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 D | release_20_11.rst | 236 cryptodev operation mempools. 542 So the application need to create two mempools and get the size of session
|
| H A D | release_18_05.rst | 97 * Support for non virtually contiguous mempools. 111 * Support non virtually contiguous mempools.
|
| H A D | release_19_11.rst | 171 * Enabled zero copy between application mempools and UMEM by enabling the
|
| /dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 662 * Some text that references mempools.
|