]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_eal.h
eal: rename IPC request as synchronous one
[dpdk.git] / lib / librte_eal / common / include / rte_eal.h
index 044474e6c1ea422cda3b2baea4db4561de05bc72..d1cc89eda71eeb6715c2142d26bf32bd7bfe4879 100644 (file)
@@ -314,7 +314,7 @@ rte_mp_sendmsg(struct rte_mp_msg *msg);
  *  - On failure, return -1, and the reason will be stored in rte_errno.
  */
 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);
 
 /**