Home
last modified time | relevance | path

Searched refs:rte_get_next_lcore (Results 1 – 25 of 35) sorted by relevance

12

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_lcore.h226 unsigned int rte_get_next_lcore(unsigned int i, int skip_main, int wrap);
232 for (i = rte_get_next_lcore(-1, 0, 0); \
234 i = rte_get_next_lcore(i, 0, 0))
240 for (i = rte_get_next_lcore(-1, 1, 0); \
242 i = rte_get_next_lcore(i, 1, 0))
/f-stack/dpdk/examples/timer/
H A Dmain.c54 lcore_id = rte_get_next_lcore(lcore_id, 0, 1); in timer1_cb()
109 lcore_id = rte_get_next_lcore(lcore_id, 0, 1); in main()
/f-stack/dpdk/app/test/
H A Dtest_service_cores.c32 slcore_id = rte_get_next_lcore(/* start core */ -1, in testsuite_setup()
563 uint32_t slcore_1 = rte_get_next_lcore(/* start core */ -1, in service_lcore_add_del()
568 uint32_t slcore_2 = rte_get_next_lcore(/* start core */ slcore_1, in service_lcore_add_del()
614 uint32_t slcore_1 = rte_get_next_lcore(/* start core */ -1, in service_threaded_test()
619 uint32_t slcore_2 = rte_get_next_lcore(/* start core */ slcore_1, in service_threaded_test()
794 uint32_t app_core2 = rte_get_next_lcore(slcore_id, 1, 1); in service_app_lcore_poll_impl()
953 uint32_t lcore = rte_get_next_lcore(/* start core */ -1, in service_active_two_cores()
956 uint32_t slcore = rte_get_next_lcore(/* start core */ lcore, in service_active_two_cores()
H A Dtest_timer.c157 rte_get_next_lcore(lcore_id, 0, 1), in timer_stress_cb()
185 lcore_id = rte_get_next_lcore(lcore_id, 0, 1); in timer_stress_main_loop()
430 rte_get_next_lcore(lcore_id, 0, 1), in timer_basic_cb()
477 rte_get_next_lcore(lcore_id, 0, 1), in timer_basic_main_loop()
H A Dtest_timer_secondary.c145 *mgr_lcorep = rte_get_next_lcore(*main_lcorep, 1, 1); in test_timer_secondary()
146 *sec_lcorep = rte_get_next_lcore(*mgr_lcorep, 1, 1); in test_timer_secondary()
H A Dtest_event_timer_adapter.c167 test_lcore1 = rte_get_next_lcore(-1, 1, 0); in testsuite_setup()
168 test_lcore2 = rte_get_next_lcore(test_lcore1, 1, 0); in testsuite_setup()
169 test_lcore3 = rte_get_next_lcore(test_lcore2, 1, 0); in testsuite_setup()
171 sw_evdev_slcore = rte_get_next_lcore(test_lcore3, 1, 0); in testsuite_setup()
172 sw_adptr_slcore = rte_get_next_lcore(sw_evdev_slcore, 1, 0); in testsuite_setup()
529 uint32_t lcore_1 = rte_get_next_lcore(-1, 1, 0); in test_timer_arm_multicore()
530 uint32_t lcore_2 = rte_get_next_lcore(lcore_1, 1, 0); in test_timer_arm_multicore()
H A Dtest_timer_racecond.c163 lcore_id = rte_get_next_lcore(lcore_id, 1, 1); in test_timer_racecond()
H A Dtest_distributor_perf.c57 unsigned int i, workerid = rte_get_next_lcore(rte_lcore_id(), 0, 0); in time_cache_line_switch()
H A Dtest_efd_perf.c40 next_lcore = rte_get_next_lcore(next_lcore, val_false, val_true); in efd_get_all_sockets_bitmask()
H A Dtest_efd.c102 next_lcore = rte_get_next_lcore(next_lcore, val_false, val_true); in efd_get_all_sockets_bitmask()
/f-stack/dpdk/examples/vm_power_manager/
H A Dmain.c434 lcore_id = rte_get_next_lcore(-1, 1, 0); in main()
443 lcore_id = rte_get_next_lcore(lcore_id, 1, 0); in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst128 lcore_id = rte_get_next_lcore(lcore_id, 0, 1);
173 lcore_id = rte_get_next_lcore(lcore_id, 0, 1);
H A Dioat.rst335 lcore_id = rte_get_next_lcore(lcore_id, true, true);
339 lcore_id = rte_get_next_lcore(lcore_id, true, true);
343 lcore_id = rte_get_next_lcore(lcore_id, true, true);
/f-stack/dpdk/app/test-flow-perf/
H A Dmain.c1199 lcore = rte_get_next_lcore(-1, 0, 0); in init_lcore_info()
1226 lcore = rte_get_next_lcore(lcore, 0, 0); in init_lcore_info()
1233 lcore = rte_get_next_lcore(lcore, 0, 0); in init_lcore_info()
1250 lcore = rte_get_next_lcore(-1, 0, 0); in init_lcore_info()
1256 lcore = rte_get_next_lcore(lcore, 0, 0); in init_lcore_info()
/f-stack/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c198 lcore_id = rte_get_next_lcore(-1, in cmd_query_freq_list_parsed()
308 lcore_id = rte_get_next_lcore(-1, in cmd_query_caps_list_parsed()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def62 rte_get_next_lcore
H A Dversion.map77 rte_get_next_lcore;
/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.c49 next_core = rte_get_next_lcore(prev_core, 0, 1); in eh_get_next_eth_core()
70 next_core = rte_get_next_lcore(prev_core, 0, 0); in eh_get_next_active_core()
1465 eth_core_id = rte_get_next_lcore(0, /* curr core */ in eh_conf_init()
1472 eth_core_id = rte_get_next_lcore(eth_core_id, /* curr core */ in eh_conf_init()
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c544 lcore_id = rte_get_next_lcore(lcore_id, true, true); in start_forwarding_cores()
548 lcore_id = rte_get_next_lcore(lcore_id, true, true); in start_forwarding_cores()
552 lcore_id = rte_get_next_lcore(lcore_id, true, true); in start_forwarding_cores()
/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c291 id_core = rte_get_next_lcore(id_core, 1, 1); in main()
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c529 w_lcore = rte_get_next_lcore( in launch_workers_and_wait()
541 w_lcore = rte_get_next_lcore(w_lcore, 1, 0); in launch_workers_and_wait()
/f-stack/dpdk/examples/bond/
H A Dmain.c591 worker_core_id = rte_get_next_lcore(rte_lcore_id(), 1, 0); in cmd_start_parsed()
858 worker_core_id = rte_get_next_lcore(rte_lcore_id(), 1, 0); in main()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_lcore.c96 unsigned int rte_get_next_lcore(unsigned int i, int skip_main, int wrap) in rte_get_next_lcore() function
/f-stack/dpdk/app/pdump/
H A Dmain.c939 lcore_id = rte_get_next_lcore(lcore_id, 1, 0); in dump_packets()
944 lcore_id = rte_get_next_lcore(lcore_id, 1, 0); in dump_packets()
/f-stack/dpdk/lib/librte_timer/
H A Drte_timer.c490 tim_lcore = rte_get_next_lcore( in __rte_timer_reset()
497 tim_lcore = rte_get_next_lcore(LCORE_ID_ANY, 0, 1); in __rte_timer_reset()

12