MCPcopy Create free account
hub / github.com/F-Stack/f-stack / service_get

Function service_get

dpdk/lib/eal/common/rte_service.c:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156static struct rte_service_spec_impl *
157service_get(uint32_t id)
158{
159 return &rte_services[id];
160}
161
162/* validate ID and retrieve service pointer, or return error value */
163#define SERVICE_VALID_GET_OR_ERR_RET(id, service, retval) do { \

Callers 2

service_runner_funcFunction · 0.85
service_dump_oneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected