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 Ch

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: sta...@vger.ke

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: Sourade

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

2024-05-16 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 --- drivers/net/ethernet/microsoft/mana/hw_channel.c | 2 +- 1 file cha

Re: [PATCH v2 1/6] arm64/hyperv: Support DeviceTree

2024-05-16 Thread Roman Kisel
On 5/15/2024 3:02 PM, Elliot Berman wrote: On Tue, May 14, 2024 at 03:43:48PM -0700, Roman Kisel wrote: The Virtual Trust Level platforms rely on DeviceTree, and the arm64/hyperv code supports ACPI only. Update the logic to support DeviceTree on boot as well as ACPI. Could you use Call UID