| /f-stack/dpdk/app/test/ |
| H A D | test_service_cores.c | 534 if (!rte_lcore_is_enabled(0) || !rte_lcore_is_enabled(1) || in service_lcore_add_del() 535 !rte_lcore_is_enabled(2) || !rte_lcore_is_enabled(3)) in service_lcore_add_del() 706 if (!rte_lcore_is_enabled(0) || !rte_lcore_is_enabled(1) || in service_mt_safe_poll() 707 !rte_lcore_is_enabled(2)) in service_mt_safe_poll() 723 if (!rte_lcore_is_enabled(0) || !rte_lcore_is_enabled(1) || in service_mt_unsafe_poll() 724 !rte_lcore_is_enabled(2)) in service_mt_unsafe_poll() 946 if (!rte_lcore_is_enabled(0) || !rte_lcore_is_enabled(1) || in service_active_two_cores() 947 !rte_lcore_is_enabled(2)) in service_active_two_cores()
|
| H A D | test_eal_flags.c | 567 if (rte_lcore_is_enabled(0) && rte_lcore_is_enabled(1) && in test_missing_c_flag() 568 rte_lcore_is_enabled(2) && rte_lcore_is_enabled(3) && in test_missing_c_flag() 588 if (rte_lcore_is_enabled(0) && rte_lcore_is_enabled(1) && in test_missing_c_flag() 589 rte_lcore_is_enabled(2) && rte_lcore_is_enabled(3) && in test_missing_c_flag() 590 rte_lcore_is_enabled(3) && rte_lcore_is_enabled(5) && in test_missing_c_flag() 591 rte_lcore_is_enabled(4) && rte_lcore_is_enabled(7) && in test_missing_c_flag() 619 if (!rte_lcore_is_enabled(0) || !rte_lcore_is_enabled(1)) in test_main_lcore_flag()
|
| H A D | test_hash_multiwriter.c | 183 if (rte_lcore_is_enabled(core_id)) { in test_hash_multiwriter()
|
| H A D | test_pmd_perf.c | 226 if (rte_lcore_is_enabled(lcore_id) == 0) { in init_lcores() 243 if (rte_lcore_is_enabled(lcore_id) == 0) in init_mbufpool()
|
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | perf_core.c | 60 if (rte_lcore_is_enabled(i) && is_hp_core(i)) { in update_lcore_params() 69 if (rte_lcore_is_enabled(i)) { in update_lcore_params()
|
| H A D | main.c | 1511 if (!rte_lcore_is_enabled(lcore)) { in check_lcore_params() 2089 if (rte_lcore_is_enabled(lcore_id) == 0) in init_mem() 2606 if (rte_lcore_is_enabled(lcore_id) == 0) in main() 2624 if (rte_lcore_is_enabled(lcore_id) == 0) in main() 2659 if (rte_lcore_is_enabled(lcore_id) == 0) in main()
|
| /f-stack/dpdk/examples/packet_ordering/ |
| H A D | main.c | 95 if (rte_lcore_is_enabled(i)) in get_last_lcore_id() 114 if (rte_lcore_is_enabled(i)) in get_previous_lcore_id() 362 && rte_lcore_is_enabled(lcore_id) in print_stats() 755 if (rte_lcore_is_enabled(lcore_id) && lcore_id != main_lcore_id) in main()
|
| /f-stack/dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 164 if (!rte_lcore_is_enabled(lcore)) { in check_lcore_params() 553 if (rte_lcore_is_enabled(lcore_id) == 0) in init_mem() 869 if (rte_lcore_is_enabled(lcore_id) == 0) in main() 911 if (rte_lcore_is_enabled(lcore_id) == 0) in main() 1011 if (rte_lcore_is_enabled(lcore_id) == 0) in main()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_lcore.h | 211 int rte_lcore_is_enabled(unsigned int lcore_id);
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | config.c | 161 if (rte_lcore_is_enabled(lcore_id) == 0) in app_parse_args()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | main.c | 195 if (!rte_lcore_is_enabled(lcore)) { in check_lcore_params() 754 if (rte_lcore_is_enabled(lcore_id) == 0) in init_mem() 1012 if (rte_lcore_is_enabled(lcore_id) == 0) in l3fwd_poll_resource_setup() 1044 if (rte_lcore_is_enabled(lcore_id) == 0) in l3fwd_poll_resource_setup() 1260 if (rte_lcore_is_enabled(lcore_id) == 0) in main()
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | main.c | 245 if (rte_lcore_is_enabled(lcore_id)) in main()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_lcore.c | 87 int rte_lcore_is_enabled(unsigned int lcore_id) in rte_lcore_is_enabled() function 103 if (!rte_lcore_is_enabled(i) || in rte_get_next_lcore()
|
| /f-stack/dpdk/examples/ip_reassembly/ |
| H A D | main.c | 911 if (rte_lcore_is_enabled(lcore_id) == 0) in init_mem() 958 if (rte_lcore_is_enabled(lcore) == 0) in queue_dump_stat() 1054 while (rte_lcore_is_enabled(rx_lcore_id) == 0 || in main() 1143 if (rte_lcore_is_enabled(lcore_id) == 0) in main()
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | evt_options.h | 117 if ((lcores[i] == true) && !(rte_lcore_is_enabled(i))) in evt_has_disabled_lcore()
|
| H A D | test_order_common.c | 122 if (!rte_lcore_is_enabled(plcore)) { in order_opt_check()
|
| /f-stack/dpdk/lib/librte_power/ |
| H A D | rte_power_empty_poll.c | 380 if (rte_lcore_is_enabled(poll_stats->lcore_id) == 0) in rte_empty_poll_detection() 441 if (rte_lcore_is_enabled(i) == 0) in rte_power_empty_poll_stat_init()
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_poll.c | 118 while (rte_lcore_is_enabled(rx_lcore_id) == 0 || in l2fwd_poll_lcore_config()
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 70 rte_lcore_is_enabled
|
| H A D | version.map | 103 rte_lcore_is_enabled;
|
| /f-stack/dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 789 if (rte_lcore_is_enabled(lcore_id) == 0) in init_mem() 922 while (rte_lcore_is_enabled(rx_lcore_id) == 0 || in main() 1012 if (rte_lcore_is_enabled(lcore_id) == 0) in main()
|
| /f-stack/dpdk/examples/ipv4_multicast/ |
| H A D | main.c | 702 while (rte_lcore_is_enabled(rx_lcore_id) == 0 || in main() 763 if (rte_lcore_is_enabled(lcore_id) == 0) in main()
|
| /f-stack/dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 1297 if (rte_lcore_is_enabled(lcore_id) == 0) in app_acl_init() 1529 if (!rte_lcore_is_enabled(lcore)) { in check_lcore_params() 1903 if (rte_lcore_is_enabled(lcore_id) == 0) in init_mem() 2127 if (rte_lcore_is_enabled(lcore_id) == 0) in main() 2145 if (rte_lcore_is_enabled(lcore_id) == 0) in main() 2183 if (rte_lcore_is_enabled(lcore_id) == 0) in main()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | thread.c | 79 if (!rte_lcore_is_enabled(i)) in thread_free()
|
| /f-stack/dpdk/examples/kni/ |
| H A D | main.c | 495 if (kni_port_params_array[i] && !rte_lcore_is_enabled(\ in validate_parameters() 502 if (kni_port_params_array[i] && !rte_lcore_is_enabled(\ in validate_parameters()
|