Searched refs:rte_service_spec (Results 1 – 15 of 15) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_service_cores.c | 140 struct rte_service_spec service; in dummy_register() 141 memset(&service, 0, sizeof(struct rte_service_spec)); in dummy_register() 177 struct rte_service_spec service; in service_get_by_name() 178 memset(&service, 0, sizeof(struct rte_service_spec)); in service_get_by_name() 213 struct rte_service_spec service; in service_probe_capability() 214 memset(&service, 0, sizeof(struct rte_service_spec)); in service_probe_capability() 229 memset(&service, 0, sizeof(struct rte_service_spec)); in service_probe_capability() 260 struct rte_service_spec service; in service_attr_get() 349 struct rte_service_spec service; in service_lcore_attr_get() 633 struct rte_service_spec service; in service_threaded_test() [all …]
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_service_component.h | 31 struct rte_service_spec { struct 76 int32_t rte_service_component_register(const struct rte_service_spec *spec,
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_intr.c | 122 struct rte_service_spec service; in fs_rx_event_proxy_service_install() 133 memset(&service, 0, sizeof(struct rte_service_spec)); in fs_rx_event_proxy_service_install()
|
| /f-stack/dpdk/examples/service_cores/ |
| H A D | main.c | 39 static struct rte_service_spec services[] = {
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_service.c | 40 struct rte_service_spec spec; 246 rte_service_component_register(const struct rte_service_spec *spec, in rte_service_component_register()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | service_cores.rst | 58 struct rte_service_spec service = {
|
| /f-stack/dpdk/examples/eventdev_pipeline/ |
| H A D | pipeline_worker_tx.c | 840 struct rte_service_spec service; in init_adapters() 842 memset(&service, 0, sizeof(struct rte_service_spec)); in init_adapters()
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev.c | 1109 struct rte_service_spec service; in sw_probe() 1110 memset(&service, 0, sizeof(struct rte_service_spec)); in sw_probe()
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_timer_adapter.c | 796 struct rte_service_spec service; in swtim_init()
|
| H A D | rte_event_eth_tx_adapter.c | 405 struct rte_service_spec service; in txa_service_register()
|
| H A D | rte_event_crypto_adapter.c | 665 struct rte_service_spec service; in eca_init_service()
|
| H A D | rte_event_eth_rx_adapter.c | 1574 struct rte_service_spec service; in rxa_init_service()
|
| /f-stack/dpdk/drivers/net/nfp/ |
| H A D | nfp_net.c | 3380 struct rte_service_spec service; in nfp_pf_create_dev() 3460 memset(&service, 0, sizeof(struct rte_service_spec)); in nfp_pf_create_dev()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_17_11.rst | 354 * Services identified by ID not by ``rte_service_spec`` pointer
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 128 struct rte_service_spec service_params; in thread_sc_service_up()
|