RDMA: Add support to dump resource tracker in RAW format
authorMaor Gottlieb <maorg@mellanox.com>
Tue, 23 Jun 2020 11:30:40 +0000 (14:30 +0300)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 24 Jun 2020 11:52:29 +0000 (08:52 -0300)
commit65959522f8060659e308977f09f3eb7b7af5e43f
tree269991de8df3e2b6602f4ece06fd13721ad70f81
parent211cd9459fdabe9f556e539966f50825853bf262
RDMA: Add support to dump resource tracker in RAW format

Add support to get resource dump in raw format. It enable drivers to
return the entire device specific QP/CQ/MR context without a need from the
driver to set each field separately.

The raw query returns only the device specific data, general data is still
returned by using the existing queries.

Example:

$ rdma res show mr dev mlx5_1 mrn 2 -r -j
[{"ifindex":7,"ifname":"mlx5_1",
"data":[0,4,255,254,0,0,0,0,0,0,0,0,16,28,0,216,...]}]

Link: https://lore.kernel.org/r/20200623113043.1228482-9-leon@kernel.org
Signed-off-by: Maor Gottlieb <maorg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/core/device.c
drivers/infiniband/core/nldev.c
include/rdma/ib_verbs.h
include/uapi/rdma/rdma_netlink.h