RDMA/rxe: Move rxe_xmit_packet to a subroutine
authorBob Pearson <rpearsonhpe@gmail.com>
Wed, 7 Jul 2021 04:00:34 +0000 (23:00 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 16 Jul 2021 15:43:33 +0000 (12:43 -0300)
commit36fbb03d05f2799a27bbed51564aba0354f3fee3
tree4e866fb3df7e995b955db79906878364f12e4974
parentfe87fb17c6febdf6e0f7308cdf175de617d24c72
RDMA/rxe: Move rxe_xmit_packet to a subroutine

rxe_xmit_packet() was an overlong inline subroutine. This patch moves it
into rxe_net.c as an ordinary subroutine.

Link: https://lore.kernel.org/r/20210707040040.15434-3-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Reviewed-by: Zhu Yanjun <zyjzyj2000@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_loc.h
drivers/infiniband/sw/rxe/rxe_net.c