Home
last modified time | relevance | path

Searched refs:rte_service_spec (Results 1 – 16 of 16) sorted by relevance

/dpdk/app/test/
H A Dtest_service_cores.c144 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 Drte_service_component.h31 struct rte_service_spec { struct
76 int32_t rte_service_component_register(const struct rte_service_spec *spec,
/dpdk/drivers/net/nfp/
H A Dnfp_cpp_bridge.c35 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 Dfailsafe_intr.c122 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 Dmain.c39 static struct rte_service_spec services[] = {
/dpdk/lib/eal/common/
H A Drte_service.c34 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 Dpipeline_worker_tx.c863 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 Dsw_evdev.c1106 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 Dsfc_mae_counter.c528 struct rte_service_spec service; in sfc_mae_counter_service_register()
H A Dsfc_repr_proxy.c909 struct rte_service_spec service; in sfc_repr_proxy_attach()
/dpdk/lib/eventdev/
H A Drte_event_eth_tx_adapter.c404 struct rte_service_spec service; in txa_service_register()
H A Drte_event_timer_adapter.c827 struct rte_service_spec service; in swtim_init()
H A Drte_event_crypto_adapter.c847 struct rte_service_spec service; in eca_init_service()
H A Drte_event_eth_rx_adapter.c1854 struct rte_service_spec service; in rxa_init_service()
/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst290 * Services identified by ID not by ``rte_service_spec`` pointer
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c126 struct rte_service_spec service_params; in thread_sc_service_up()