[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250714165505.GR721198@horms.kernel.org>
Date: Mon, 14 Jul 2025 17:55:05 +0100
From: Simon Horman <horms@...nel.org>
To: Vitaly Lifshits <vitaly.lifshits@...el.com>
Cc: andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org,
dima.ruinskiy@...el.com, anthony.l.nguyen@...el.com,
jacob.e.keller@...el.com
Subject: Re: [RFC net-next v1 1/1] e1000e: Introduce private flag and module
param to disable K1
On Thu, Jul 10, 2025 at 12:24:55PM +0300, Vitaly Lifshits wrote:
> The K1 state reduces power consumption on ICH family network controllers
> during idle periods, similarly to L1 state on PCI Express NICs. Therefore,
> it is recommended and enabled by default.
> However, on some systems it has been observed to have adverse side
> effects, such as packet loss. It has been established through debug that
> the problem may be due to firmware misconfiguration of specific systems,
> interoperability with certain link partners, or marginal electrical
> conditions of specific units.
>
> These problems typically cannot be fixed in the field, and generic
> workarounds to resolve the side effects on all systems, while keeping K1
> enabled, were found infeasible.
> Therefore, add the option for system administrators to globally disable
> K1 idle state on the adapter.
>
> Link: https://lore.kernel.org/intel-wired-lan/CAMqyJG3LVqfgqMcTxeaPur_Jq0oQH7GgdxRuVtRX_6TTH2mX5Q@mail.gmail.com/
> Link: https://lore.kernel.org/intel-wired-lan/20250626153544.1853d106@onyx.my.domain/
> Link: https://lore.kernel.org/intel-wired-lan/Z_z9EjcKtwHCQcZR@mail-itl/
>
> Signed-off-by: Vitaly Lifshits <vitaly.lifshits@...el.com>
Hi Vitaly,
If I understand things correctly, this patch adds a new module parameter
to the e1000 driver. As adding new module parameters to networking driver
is discouraged I'd like to ask if another mechanism can be found.
E.g. devlink.
Powered by blists - more mailing lists