RDMA/rxe: Remove useless pkt parameters
authorXiao Yang <yangx.jy@fujitsu.com>
Thu, 23 Jun 2022 13:16:27 +0000 (21:16 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 24 Jun 2022 22:35:21 +0000 (19:35 -0300)
commit80a14dd4c37f94300bc9375592b54f98c6ad7b8e
tree6df785cc8594c09c2945d7d81ea78d060ccef9b2
parentfd46ef3d8247958921cb9f2a86cced130bbae60e
RDMA/rxe: Remove useless pkt parameters

The pkt parameters in prepare_ack_packet(), send_ack() and
send_atomic_ack() have become useless by the following commits.  So remove
them directly.

Fixes: bf139b58af09 ("RDMA/rxe: Remove unused pkt->offset")
Fixes: 3896bde92d03 ("RDMA/rxe: Fix extra copy in prepare_ack_packet")
Link: https://lore.kernel.org/r/20220623131627.18903-1-yangx.jy@fujitsu.com
Signed-off-by: Xiao Yang <yangx.jy@fujitsu.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_resp.c