| 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; |