Re: [PATCH] RDMA/irdma: Use acquire/release for CQP request completion

From: Jason Gunthorpe

Date: Thu Jun 04 2026 - 10:16:11 EST


On Thu, Jun 04, 2026 at 09:41:24AM -0400, Jacob Moroni wrote:
> Makes sense to me.
>
> That said, I wonder if we should just get rid of the wait queue + explicit
> flag and replace it with a completion?

Yeah, then you don't have to worry about this.. IMHO the driver was
following a fairly common pattern for wait event that is indeed
probably incomplete.

Jason