Searched refs:rte_service_lcore_stop (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_service_cores.c | 317 rte_service_lcore_stop(slcore_id); in service_attr_get() 407 TEST_ASSERT_EQUAL(0, rte_service_lcore_stop(slcore_id), in service_lcore_attr_get() 660 rte_service_lcore_stop(slcore_1); in service_threaded_test() 661 rte_service_lcore_stop(slcore_2); in service_threaded_test() 682 rte_service_lcore_stop(slcore_1); in service_threaded_test() 683 rte_service_lcore_stop(slcore_2); in service_threaded_test() 879 TEST_ASSERT_EQUAL(-EBUSY, rte_service_lcore_stop(slcore_id), in service_lcore_start_stop() 883 TEST_ASSERT_EQUAL(-EINVAL, rte_service_lcore_stop(100000), in service_lcore_start_stop() 885 TEST_ASSERT_EQUAL(0, rte_service_lcore_stop(slcore_id), in service_lcore_start_stop() 887 TEST_ASSERT_EQUAL(-EALREADY, rte_service_lcore_stop(slcore_id), in service_lcore_start_stop()
|
| H A D | test_event_crypto_adapter.c | 788 rte_service_lcore_stop(slcore_id); in test_crypto_adapter_stop() 795 rte_service_lcore_stop(slcore_id); in test_crypto_adapter_stop()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_service.h | 266 int32_t rte_service_lcore_stop(uint32_t lcore_id);
|
| /f-stack/dpdk/examples/service_cores/ |
| H A D | main.c | 153 ret = rte_service_lcore_stop(core); in apply_profile()
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 138 rte_service_lcore_stop
|
| H A D | version.map | 175 rte_service_lcore_stop;
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | service_cores.rst | 117 for ``rte_service_lcore_stop`` function for details).
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_service.c | 753 rte_service_lcore_stop(uint32_t lcore) in rte_service_lcore_stop() function
|