Re: [PATCH] RDMA/irdma: puda: Clear entries after allocation to ensure clean state

From: Leon Romanovsky
Date: Sun May 18 2025 - 03:32:20 EST


On Thu, May 15, 2025 at 09:39:28PM +0800, Wentao Liang wrote:
> The irdma_puda_send() calls the irdma_puda_get_next_send_wqe() to get
> entries, but does not clear the entries after the function call. This
> could lead to wqe data inconsistency.

Where does this "wqe data inconsistency" occur?

Thanks