Searched refs:rte_service_spec (Results 1 – 16 of 16) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_service_cores.c | 144 struct rte_service_spec service; in dummy_register() 145 memset(&service, 0, sizeof(struct rte_service_spec)); in dummy_register() 181 struct rte_service_spec service; in service_get_by_name() 182 memset(&service, 0, sizeof(struct rte_service_spec)); in service_get_by_name() 217 struct rte_service_spec service; in service_probe_capability() 218 memset(&service, 0, sizeof(struct rte_service_spec)); in service_probe_capability() 233 memset(&service, 0, sizeof(struct rte_service_spec)); in service_probe_capability() 264 struct rte_service_spec service; in service_attr_get() 359 struct rte_service_spec service; in service_lcore_attr_get() 643 struct rte_service_spec service; in service_threaded_test() [all …]
|
| /dpdk/lib/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,
|
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_cpp_bridge.c | 35 struct rte_service_spec service; in nfp_register_cpp_service() 37 memset(&service, 0, sizeof(struct rte_service_spec)); in nfp_register_cpp_service()
|
| /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()
|
| /dpdk/examples/service_cores/ |
| H A D | main.c | 39 static struct rte_service_spec services[] = {
|
| /dpdk/lib/eal/common/ |
| H A D | rte_service.c | 34 struct rte_service_spec spec; 240 rte_service_component_register(const struct rte_service_spec *spec, in rte_service_component_register()
|
| /dpdk/examples/eventdev_pipeline/ |
| H A D | pipeline_worker_tx.c | 863 struct rte_service_spec service; in init_adapters() 865 memset(&service, 0, sizeof(struct rte_service_spec)); in init_adapters()
|
| /dpdk/drivers/event/sw/ |
| H A D | sw_evdev.c | 1106 struct rte_service_spec service; in sw_probe() 1107 memset(&service, 0, sizeof(struct rte_service_spec)); in sw_probe()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae_counter.c | 528 struct rte_service_spec service; in sfc_mae_counter_service_register()
|
| H A D | sfc_repr_proxy.c | 909 struct rte_service_spec service; in sfc_repr_proxy_attach()
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_eth_tx_adapter.c | 404 struct rte_service_spec service; in txa_service_register()
|
| H A D | rte_event_timer_adapter.c | 827 struct rte_service_spec service; in swtim_init()
|
| H A D | rte_event_crypto_adapter.c | 847 struct rte_service_spec service; in eca_init_service()
|
| H A D | rte_event_eth_rx_adapter.c | 1854 struct rte_service_spec service; in rxa_init_service()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_11.rst | 290 * Services identified by ID not by ``rte_service_spec`` pointer
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 126 struct rte_service_spec service_params; in thread_sc_service_up()
|