Bob Pearson ba82921a88 RDMA/rxe: Allow good work requests to be executed
[ Upstream commit b703374837a8f8422fa3f1edcf65505421a65a6a ]

A previous commit incorrectly added an 'if(!err)' before scheduling the
requester task in rxe_post_send_kernel(). But if there were send wrs
successfully added to the send queue before a bad wr they might never get
executed.

This commit fixes this by scheduling the requester task if any wqes were
successfully posted in rxe_post_send_kernel() in rxe_verbs.c.

Link: https://lore.kernel.org/r/20240329145513.35381-5-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Fixes: 5bf944f24129 ("RDMA/rxe: Add error messages")
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-05-30 09:49:44 +02:00
..
2024-01-12 11:32:19 -08:00
2024-05-17 12:14:26 +02:00
2024-05-30 09:49:02 +02:00
2024-02-16 18:51:00 -05:00
2024-01-10 08:45:22 -08:00
2024-01-18 11:37:24 -08:00
2024-01-18 11:37:24 -08:00
2024-01-09 16:32:11 -08:00
2024-01-18 11:37:24 -08:00
2024-05-30 09:49:24 +02:00
2024-05-30 09:49:34 +02:00
2024-01-18 16:44:03 -08:00
2024-01-17 14:37:40 -08:00
2024-05-30 09:49:24 +02:00
2024-01-11 11:31:46 -08:00
2024-03-26 18:17:35 -04:00
2024-01-12 12:38:37 +01:00