Re: [PATCH for-next] RDMA/cm: Rate limit destroy CM ID timeout error message

From: Jason Gunthorpe
Date: Tue Sep 16 2025 - 10:32:02 EST


On Fri, Sep 12, 2025 at 12:05:20PM +0200, Håkon Bugge wrote:
> When the destroy CM ID timeout kicks in, you typically get a storm of
> them which creates a log flooding. Hence, change pr_err() to
> pr_err_ratelimited() in cm_destroy_id_wait_timeout().

Did you figure out why you were getting these? IIRC it signals a ULP
bug and is not expected.

Jason