RDMA/netlink: Convert LS to doit callback
authorLeon Romanovsky <leonro@mellanox.com>
Thu, 15 Jun 2017 11:20:39 +0000 (14:20 +0300)
committerLeon Romanovsky <leon@kernel.org>
Thu, 10 Aug 2017 10:21:56 +0000 (13:21 +0300)
commit647c75ac59a48a54dafd4475d14a645a0025a4f4
tree9d4d0ecdb59fba9abbd3022e64b99c348429339a
parentc729943a77c108253c46b2d50c8a15a888facf4c
RDMA/netlink: Convert LS to doit callback

RDMA_NL_LS protocol is actually does not dump anything,
but sets data and it should be handled by doit callback.

This patch actually converts RDMA_NL_LS to doit callback, while
preserving IWCM and RDMA_CM flows through netlink_dump_start().

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
drivers/infiniband/core/addr.c
drivers/infiniband/core/core_priv.h
drivers/infiniband/core/device.c
drivers/infiniband/core/netlink.c
drivers/infiniband/core/sa_query.c