Re: [PATCH for-next] RDMA/cm: Base cm_id destruction timeout on CMA values
From: Haakon Bugge
Date: Tue Oct 28 2025 - 08:28:41 EST
> On 27 Oct 2025, at 12:36, Leon Romanovsky <leon@xxxxxxxxxx> wrote:
>
>
> On Tue, 21 Oct 2025 15:27:33 +0200, Håkon Bugge wrote:
>> When a GSI MAD packet is sent on the QP, it will potentially be
>> retried CMA_MAX_CM_RETRIES times with a timeout value of:
>>
>> 4.096usec * 2 ^ CMA_CM_RESPONSE_TIMEOUT
>>
>> The above equates to ~64 seconds using the default CMA values.
>>
>> [...]
>
> Applied, thanks!
>
Thanks, Leon!
Håkon