iproute2/rdma
Leon Romanovsky 923aa825ff rdma: Add resource tracking summary
The global resource summary information. The object names, current utilization
and maximum numbers are received as is from the kernel.

$ rdma res
1: mlx5_0: pd 3 cq 5 qp 4
2: mlx5_1: pd 3 cq 5 qp 4
3: mlx5_2: pd 3 cq 5 qp 4
4: mlx5_3: pd 2 cq 3 qp 2
5: mlx5_4: pd 3 cq 5 qp 4

$ rdma res show mlx5_4
5: mlx5_4: pd 3 cq 5 qp 44

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2018-02-05 17:23:52 -08:00
..
.gitignore rdma: Add basic infrastructure for RDMA tool 2017-08-21 17:07:44 -07:00
Makefile rdma: Add resource tracking summary 2018-02-05 17:23:52 -08:00
dev.c rdma: Move per-device handler function to generic code 2017-12-27 07:47:35 -08:00
link.c rdma: Add option to provide "-" sign for the port number 2018-02-05 17:23:52 -08:00
rdma.c rdma: Add resource tracking summary 2018-02-05 17:23:52 -08:00
rdma.h rdma: Add resource tracking summary 2018-02-05 17:23:52 -08:00
res.c rdma: Add resource tracking summary 2018-02-05 17:23:52 -08:00
utils.c rdma: Add resource tracking summary 2018-02-05 17:23:52 -08:00