Home
last modified time | relevance | path

Searched refs:rte_lcore_index (Results 1 – 9 of 9) sorted by relevance

/dpdk/examples/vm_power_manager/
H A Dpower_manager.c99 if (rte_lcore_index(i) == -1) in power_manager_init()
176 if (rte_lcore_index(i) == -1) in power_manager_exit()
H A Dchannel_manager.c574 if (rte_lcore_index(i) == -1) in add_host_channels()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_utils.c267 int lcore_index = rte_lcore_index(rte_lcore_id()); in mlx5_list_register()
329 int lcore_index = rte_lcore_index(rte_lcore_id()); in mlx5_list_unregister()
469 int lcore_index = rte_lcore_index(rte_lcore_id()); in mlx5_hlist_register()
495 int lcore_index = rte_lcore_index(rte_lcore_id()); in mlx5_hlist_unregister()
/dpdk/lib/eal/include/
H A Drte_lcore.h111 int rte_lcore_index(int lcore_id);
/dpdk/lib/eal/
H A Dversion.map127 rte_lcore_index;
/dpdk/lib/eal/common/
H A Deal_common_lcore.c26 int rte_lcore_index(int lcore_id) in rte_lcore_index() function
/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.c393 cidx = rte_lcore_index(rte_lcore_id()); in mlx5_ipool_get_cache()
436 cidx = rte_lcore_index(rte_lcore_id()); in mlx5_ipool_malloc_cache()
502 cidx = rte_lcore_index(rte_lcore_id()); in mlx5_ipool_free_cache()
H A Dmlx5_flow.c9466 lcore_index = rte_lcore_index(rte_lcore_id()); in mlx5_flow_dev_dump_sh_all()
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst301 mapping with CPU using ``rte_lcore_index``.