Re: [PATCH net-next v2] net: phy: broadcom: Save PHY counters during suspend
From: Paolo Abeni <pabeni@redhat.com>
Date: 2026-05-05 13:08:29
From: Paolo Abeni <pabeni@redhat.com>
Date: 2026-05-05 13:08:29
On 4/30/26 11:11 PM, Justin Chen wrote:
The PHY counters can be lost if the PHY is reset during suspend. We need to save the values into the shadow counters or the accounting will be incorrect over multiple suspend and resume cycles. Signed-off-by: Justin Chen <justin.chen@broadcom.com>
The patch LGTM, but why are you targeting net-next? This looks a fix for net. Please share a relevant fixes tag, or explain why you prefer otherwise. Thanks, Paolo