eal: rename IPC request as synchronous one
[dpdk.git] / lib / librte_eal / common / eal_common_proc.c
index 52b6ab2..b704f5a 100644 (file)
@@ -674,7 +674,7 @@ mp_request_one(const char *dst, struct rte_mp_msg *req,
 }
 
 int __rte_experimental
-rte_mp_request(struct rte_mp_msg *req, struct rte_mp_reply *reply,
+rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply,
                const struct timespec *ts)
 {
        int dir_fd, ret = 0;