]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
RDMA/core: Document QP @event_handler function
authorChuck Lever <chuck.lever@oracle.com>
Tue, 4 Sep 2018 15:45:20 +0000 (11:45 -0400)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 11 Sep 2018 15:21:36 +0000 (09:21 -0600)
Add helpful warning for RDMA consumer implementers.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
include/rdma/ib_verbs.h

index 995f176d47824de0ba89316bf439199965cb052e..f687faadf33b7b225ff2301b7103a376a17d846c 100644 (file)
@@ -1138,7 +1138,9 @@ enum ib_qp_create_flags {
  */
 
 struct ib_qp_init_attr {
+       /* Consumer's event_handler callback must not block */
        void                  (*event_handler)(struct ib_event *, void *);
+
        void                   *qp_context;
        struct ib_cq           *send_cq;
        struct ib_cq           *recv_cq;