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

From: Jacob Moroni
Date: Tue Sep 16 2025 - 10:40:45 EST


Does this happen when there is a missing send completion?

Asking because I remember triggering this if a device encounters an
unrecoverable
error/VF reset while under heavy RDMA-CM activity (like a large scale
MPI wire-up).

I assumed it was because RDMA-CM was waiting for TX completions that
would never arrive.

Of course, the unrecoverable error/VF reset without generating flush
completions was the real
bug in my case.

- Jake