aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@mellanox.com>2018-11-28 13:16:45 +0200
committerDoug Ledford <dledford@redhat.com>2018-12-03 14:58:25 -0500
commitffd321e4b7e4617e7fad663af0f59bb4e0c20c34 (patch)
tree51a728bb6b91be66227e475fef32c691ed1c9471 /drivers/infiniband/core
parentRDMA/uverbs: Annotate alloc/deallloc paths with context tracking (diff)
downloadlinux-dev-ffd321e4b7e4617e7fad663af0f59bb4e0c20c34.tar.xz
linux-dev-ffd321e4b7e4617e7fad663af0f59bb4e0c20c34.zip
RDMA/nldev: Export to user space number of contexts
[leonro@server ~]$ rdma res show 1: mlx5_0: pd 3 cq 5 qp 4 cm_id 0 mr 0 ctx 0 Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/core')
-rw-r--r--drivers/infiniband/core/nldev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/core/nldev.c b/drivers/infiniband/core/nldev.c
index 63cc74483188..9abbadb9e366 100644
--- a/drivers/infiniband/core/nldev.c
+++ b/drivers/infiniband/core/nldev.c
@@ -308,6 +308,7 @@ static int fill_res_info(struct sk_buff *msg, struct ib_device *device)
[RDMA_RESTRACK_QP] = "qp",
[RDMA_RESTRACK_CM_ID] = "cm_id",
[RDMA_RESTRACK_MR] = "mr",
+ [RDMA_RESTRACK_CTX] = "ctx",
};
struct rdma_restrack_root *res = &device->res;