]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.c
authorBob Pearson <rpearsonhpe@gmail.com>
Thu, 27 Jan 2022 21:37:31 +0000 (15:37 -0600)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 28 Jan 2022 17:22:09 +0000 (13:22 -0400)
commit2c78d8f7e1f2f3696b726ef82ec076e6c28a183c
tree6128af2c5cea483d1986a5384cec223f67b6c568
parent0df26fc5f7c77f1080af8423101dea092374f9f9
RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.c

Move rxe_mcast_attach and rxe_mcast_detach from rxe_verbs.c to rxe_mcast.c,
Make non-static and add declarations to rxe_loc.h. Make the subroutines
in rxe_mcast.c referenced by these routines static and remove their
declarations from rxe_loc.h.

Link: https://lore.kernel.org/r/20220127213755.31697-3-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_loc.h
drivers/infiniband/sw/rxe/rxe_mcast.c
drivers/infiniband/sw/rxe/rxe_verbs.c