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

2024-05-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Sun, 19 May 2024 23:05:04 -0700 you 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 time

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

2024-05-19 Thread Souradeep Chakrabarti
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 Chakrabarti Reviewed-by: Brett Creeley Reviewed-by: Dexuan Cui --- drivers/net/et