RDMA/rxe: Move atomic responder res to atomic_reply
authorBob Pearson <rpearsonhpe@gmail.com>
Mon, 6 Jun 2022 14:38:35 +0000 (09:38 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 30 Jun 2022 17:00:21 +0000 (14:00 -0300)
commit220e842815f90c678394ae747e3da98348c4ba28
tree3800d61666beae5e88de87fc295075fb4642a95d
parent0ed5493e430a1d887eb62b45c75dd5d6bb2dcf48
RDMA/rxe: Move atomic responder res to atomic_reply

Move the allocation of the atomic responder resource up into
rxe_atomic_reply() from send_atomic_ack(). In preparation for merging the
normal and retry atomic responder flows.

Link: https://lore.kernel.org/r/20220606143836.3323-4-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_resp.c