]> git.proxmox.com Git - mirror_iproute2.git/commit
rdma: Perform single .doit call to query specific objects
authorLeon Romanovsky <leonro@mellanox.com>
Sat, 23 Feb 2019 09:15:27 +0000 (11:15 +0200)
committerDavid Ahern <dsahern@gmail.com>
Sun, 24 Feb 2019 15:09:15 +0000 (07:09 -0800)
commit5a823593d65e946afe5d62f2146bed47fb145fa6
tree06b3cf0b5fc17297cbe145095a593963f351e735
parent127ff95610636aaff24e22b5b0909f16bb5cd2dd
rdma: Perform single .doit call to query specific objects

If user provides specific index, we can speedup query
by using .doit callback and save full dump and filtering
after that.

Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
rdma/rdma.h
rdma/res-cmid.c
rdma/res-cq.c
rdma/res-mr.c
rdma/res-pd.c
rdma/res-qp.c
rdma/res.c
rdma/res.h
rdma/utils.c