Searched refs:populate (Results 1 – 19 of 19) sorted by relevance
| /dpdk/lib/mempool/ |
| H A D | mempool_trace_points.c | 43 lib.mempool.populate.iova) 46 lib.mempool.populate.virt) 49 lib.mempool.populate.default) 52 lib.mempool.populate.anon) 70 lib.mempool.ops.populate)
|
| H A D | rte_mempool_ops.c | 64 ops->populate = h->populate; in rte_mempool_register_ops() 139 if (ops->populate == NULL) in rte_mempool_ops_populate() 144 return ops->populate(mp, max_objs, vaddr, iova, len, obj_cb, in rte_mempool_ops_populate()
|
| H A D | rte_mempool.h | 663 rte_mempool_populate_t populate; member
|
| /dpdk/drivers/mempool/cnxk/ |
| H A D | cn9k_mempool_ops.c | 86 .populate = cnxk_mempool_populate,
|
| H A D | cn10k_mempool_ops.c | 316 .populate = cnxk_mempool_populate,
|
| /dpdk/drivers/mempool/octeontx/ |
| H A D | rte_mempool_octeontx.c | 202 .populate = octeontx_fpavf_populate,
|
| /dpdk/app/test/ |
| H A D | test_mempool.c | 512 test_mempool_events(int (*populate)(struct rte_mempool *mp)) in test_mempool_events() 557 ret = populate(mp[0]); in test_mempool_events() 585 ret = populate(mp[1]); in test_mempool_events()
|
| /dpdk/drivers/mempool/dpaa/ |
| H A D | dpaa_mempool.c | 358 .populate = dpaa_populate,
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 499 * native: create and populate mempool using native DPDK memory 500 * anon: create mempool using native DPDK memory, but populate using 502 * xmem: create and populate mempool using externally and anonymously 504 * xmemhuge: create and populate mempool using externally and anonymously
|
| /dpdk/drivers/mempool/dpaa2/ |
| H A D | dpaa2_hw_mempool.c | 478 .populate = dpaa2_populate,
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward.rst | 284 and populate the either table depending on the value of variable ipv6. 303 /* populate the ipv4 hash */ 307 /* populate the ipv6 hash */
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 327 Now the new driver callbacks ``calc_mem_size`` and ``populate`` may be 473 A new callback ``populate`` has been added to ``rte_mempool_ops`` 476 since its features are covered by ``calc_mem_size`` and ``populate`` 479 since the new callback ``populate`` may be used instead of it.
|
| H A D | release_16_07.rst | 23 * Added new APIs to populate a mempool with memory.
|
| H A D | release_19_08.rst | 263 The callback can drop packets and populate
|
| /dpdk/drivers/mempool/bucket/ |
| H A D | rte_mempool_bucket.c | 660 .populate = bucket_populate,
|
| /dpdk/lib/vhost/ |
| H A D | vhost_user.c | 1176 int populate; in vhost_user_mmap_region() local 1214 populate = dev->async_copy ? MAP_POPULATE : 0; in vhost_user_mmap_region() 1216 MAP_SHARED | populate, region->fd, 0); in vhost_user_mmap_region()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | graph_lib.rst | 333 The graph_nodes_mem_create() creates and populate this memory. The functions
|
| H A D | vhost_lib.rst | 129 populate Rx offload metadata in the mbuf.
|
| H A D | poll_mode_drv.rst | 105 This applies in particular to buffer allocators used to populate NIC rings, which provide functions…
|