Re: [PATCH for-next 3/9] RDMA/hns: Fix cpu stuck caused by printings during reset

From: Leon Romanovsky
Date: Tue Sep 10 2024 - 09:09:57 EST


On Fri, Sep 06, 2024 at 05:34:38PM +0800, Junxian Huang wrote:
> From: wenglianfa <wenglianfa@xxxxxxxxxx>
>
> During reset, cmd to destroy resources such as qp, cq, and mr may
> fail, and error logs will be printed. When a large number of
> resources are destroyed, there will be lots of printings, and it
> may lead to a cpu stuck. Replace the printing functions in these
> paths with the ratelimited version.

At lease some of them if not most should be deleted.

Thanks