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

Class rte_mp_reply

dpdk/drivers/bus/vdev/vdev.c:484–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482 if (rte_eal_process_type() == RTE_PROC_SECONDARY) {
483 struct rte_mp_msg mp_req, *mp_rep;
484 struct rte_mp_reply mp_reply;
485 struct timespec ts = {.tv_sec = 5, .tv_nsec = 0};
486 struct vdev_param *req = (struct vdev_param *)mp_req.param;
487 struct vdev_param *resp;

Callers 1

vdev_actionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected