Re: [PATCH] net: mana: Fix the extra HZ in mana_hwc_send_request

2024-05-16 Thread Andrew Lunn
On Thu, May 16, 2024 at 09:05:38AM -0700, Souradeep Chakrabarti wrote: > Commit 62c1bff593b7 added an extra HZ along with msecs_to_jiffies. > This patch fixes that. > > Cc: sta...@vger.kernel.org > Fixes: 62c1bff593b7 ("net: mana: Configure hwc timeout from hardware") > Signed-off-by: Souradeep

Re: [PATCH] net: mana: Fix the extra HZ in mana_hwc_send_request

2024-05-16 Thread Brett Creeley
On 5/16/2024 9:05 AM, Souradeep Chakrabarti wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. Commit 62c1bff593b7 added an extra HZ along with msecs_to_jiffies. This patch fixes that. Cc:

RE: [PATCH] net: mana: Fix the extra HZ in mana_hwc_send_request

2024-05-16 Thread Dexuan Cui
> From: Souradeep Chakrabarti > Sent: Thursday, May 16, 2024 9:06 AM > ... > Commit 62c1bff593b7 added an extra HZ along with msecs_to_jiffies. > This patch fixes that. > > Cc: sta...@vger.kernel.org > Fixes: 62c1bff593b7 ("net: mana: Configure hwc timeout from hardware") > Signed-off-by: