Searched refs:mempools (Results 1 – 14 of 14) sorted by relevance
| /f-stack/dpdk/doc/guides/mempool/ |
| H A D | octeontx2.rst | 36 - ``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 D | testpmd.c | 189 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 D | run_apps.rst | 35 for mempools.
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | sfc_efx.rst | 383 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 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 | cryptodev_lib.rst | 135 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 D | rte_security.rst | 537 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 D | writing_efficient_code.rst | 44 The rte_malloc () function uses a similar concept to mempools.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_graph.rst | 124 a minimal config of port id, num_rx_queues, num_tx_queues, mempools etc will
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 56 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 D | release_18_05.rst | 134 * Support for non virtually contiguous mempools. 148 * Support non virtually contiguous mempools.
|
| H A D | release_20_11.rst | 282 cryptodev operation mempools. 610 So the application need to create two mempools and get the size of session
|
| H A D | release_19_11.rst | 218 * Enabled zero copy between application mempools and UMEM by enabling the
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 660 * Some text that references mempools.
|