Files
linux/drivers
Bob Pearson ff30e45376 RDMA/rxe: Remove redundant scheduling of rxe_completer
In rxe_post_send_kernel() if the qp is in the error state after posting
the work requests the rxe_completer() task is scheduled.

But, the only way to move the qp into the error state is to call
rxe_qp_error() which also schedules the rxe_completer() task to drain the
queues. Calling it a second time has no effect. This commit removes the
redundant call.

Link: https://lore.kernel.org/r/20240329145513.35381-6-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2024-04-22 16:54:33 -03:00
..
2024-03-29 19:00:09 +01:00
2024-03-07 21:52:03 +00:00
2024-03-07 20:37:04 +00:00
2024-03-07 20:32:47 +00:00
2024-03-07 20:26:24 -08:00
2024-03-29 09:48:07 -04:00
2024-03-18 17:30:46 +00:00
2024-03-07 20:32:38 +00:00
2024-03-25 07:31:26 +01:00
2024-03-25 19:46:49 -07:00