diff options
author | Christoph Hellwig | 2016-05-03 18:01:12 +0200 |
---|---|---|
committer | Doug Ledford | 2016-05-13 13:37:20 -0400 |
commit | 0e353e34e1e740fe575eb479ca0f2a723a4ef51c (patch) | |
tree | 0452d113b689f96068ef02e89296c7169aad52bb /include/rdma/ib_verbs.h | |
parent | b99f8e4d7bcd3bfbb3cd965918523299370d0cb2 (diff) |
IB/core: add RW API support for signature MRs
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r-- | include/rdma/ib_verbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index dd8e15dfc1a8..544c55b4c84a 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -1435,6 +1435,7 @@ struct ib_qp { spinlock_t mr_lock; int mrs_used; struct list_head rdma_mrs; + struct list_head sig_mrs; struct ib_srq *srq; struct ib_xrcd *xrcd; /* XRC TGT QPs only */ struct list_head xrcd_list; |