Home
last modified time | relevance | path

Searched refs:populate (Results 1 – 19 of 19) sorted by relevance

/dpdk/lib/mempool/
H A Dmempool_trace_points.c43 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 Drte_mempool_ops.c64 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 Drte_mempool.h663 rte_mempool_populate_t populate; member
/dpdk/drivers/mempool/cnxk/
H A Dcn9k_mempool_ops.c86 .populate = cnxk_mempool_populate,
H A Dcn10k_mempool_ops.c316 .populate = cnxk_mempool_populate,
/dpdk/drivers/mempool/octeontx/
H A Drte_mempool_octeontx.c202 .populate = octeontx_fpavf_populate,
/dpdk/app/test/
H A Dtest_mempool.c512 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 Ddpaa_mempool.c358 .populate = dpaa_populate,
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst499 * 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 Ddpaa2_hw_mempool.c478 .populate = dpaa2_populate,
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward.rst284 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 Drelease_18_05.rst327 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 Drelease_16_07.rst23 * Added new APIs to populate a mempool with memory.
H A Drelease_19_08.rst263 The callback can drop packets and populate
/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c660 .populate = bucket_populate,
/dpdk/lib/vhost/
H A Dvhost_user.c1176 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 Dgraph_lib.rst333 The graph_nodes_mem_create() creates and populate this memory. The functions
H A Dvhost_lib.rst129 populate Rx offload metadata in the mbuf.
H A Dpoll_mode_drv.rst105 This applies in particular to buffer allocators used to populate NIC rings, which provide functions…