]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_eal.h
ipc: handle unsupported IPC in sendmsg
[dpdk.git] / lib / librte_eal / common / include / rte_eal.h
index 4820298cfc38626de80a49f7b7ee1d4674fcf86b..a409d32deeb990b9eeb1aa45a6bc86195671ca37 100644 (file)
@@ -288,6 +288,9 @@ rte_mp_action_register(const char *name, rte_mp_t action);
  * not want to response the messages from the corresponding component in its
  * primary process or secondary processes.
  *
+ * @note IPC may be unsupported in certain circumstances, so caller should check
+ *    for ENOTSUP error.
+ *
  * @param name
  *   The name argument plays as the nonredundant key to find the action.
  *