]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_eal.h
ipc: handle unsupported IPC in async request
[dpdk.git] / lib / librte_eal / common / include / rte_eal.h
index 9cd66fe9fc4c95e715060a730bf17245339eb1f6..cf701e177d3dc4bd7360f884e26384d5d22ab7d4 100644 (file)
@@ -361,6 +361,9 @@ rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply,
  * This function sends a request message to the peer process, and will not
  * block. Instead, reply will be received in a separate callback.
  *
+ * @note IPC may be unsupported in certain circumstances, so caller should check
+ *    for ENOTSUP error.
+ *
  * @param req
  *   The req argument contains the customized request message.
  *