Searched refs:rte_mempool_default_cache (Results 1 – 7 of 7) sorted by relevance
| /dpdk/lib/mempool/ |
| H A D | rte_mempool.h | 1284 rte_mempool_default_cache(struct rte_mempool *mp, unsigned lcore_id) in rte_mempool_default_cache() function 1310 cache = rte_mempool_default_cache(mp, rte_lcore_id()); in rte_mempool_cache_flush() 1418 cache = rte_mempool_default_cache(mp, rte_lcore_id()); in rte_mempool_put_bulk() 1575 cache = rte_mempool_default_cache(mp, rte_lcore_id()); in rte_mempool_get_bulk()
|
| /dpdk/app/test/ |
| H A D | test_mempool_perf.c | 175 cache = rte_mempool_default_cache(mp, lcore_id); in per_lcore_mempool_test()
|
| H A D | test_mempool.c | 96 cache = rte_mempool_default_cache(mp, rte_lcore_id()); in test_mempool_basic()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_rxtx_vec_avx512.c | 31 struct rte_mempool_cache *cache = rte_mempool_default_cache(rxq->mp, in i40e_rxq_rearm() 906 struct rte_mempool_cache *cache = rte_mempool_default_cache(mp, in i40e_tx_free_bufs_avx512()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_rxtx_vec_avx512.c | 23 struct rte_mempool_cache *cache = rte_mempool_default_cache(rxq->mp, in ice_rxq_rearm() 1001 struct rte_mempool_cache *cache = rte_mempool_default_cache(mp, in ice_tx_free_bufs_avx512()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | mempool_lib.rst | 104 The ``rte_mempool_default_cache()`` call returns the default internal cache if any.
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_rxtx_vec_avx512.c | 39 rte_mempool_default_cache(rxq->mp, rte_lcore_id()); in iavf_rxq_rearm() 1726 struct rte_mempool_cache *cache = rte_mempool_default_cache(mp, in iavf_tx_free_bufs_avx512()
|