summaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-05-03 18:01:12 +0200
committerDoug Ledford <dledford@redhat.com>2016-05-13 13:37:20 -0400
commit0e353e34e1e740fe575eb479ca0f2a723a4ef51c (patch)
tree0452d113b689f96068ef02e89296c7169aad52bb /include/rdma/ib_verbs.h
parentb99f8e4d7bcd3bfbb3cd965918523299370d0cb2 (diff)
downloadop-kernel-dev-0e353e34e1e740fe575eb479ca0f2a723a4ef51c.zip
op-kernel-dev-0e353e34e1e740fe575eb479ca0f2a723a4ef51c.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index dd8e15d..544c55b 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;
OpenPOWER on IntegriCloud