Re: [PATCH net-next v8 2/3] net: ethtool: add KSZ87xx low-loss cable PHY tunables
From: Nicolai Buchwitz <hidden>
Date: 2026-06-01 13:26:42
Also in:
lkml
From: Nicolai Buchwitz <hidden>
Date: 2026-06-01 13:26:42
Also in:
lkml
On 1.6.2026 13:54, Fidelio Lawson wrote:
Introduce vendor-specific PHY tunable identifiers to control the KSZ87xx low-loss cable erratum handling through the ethtool PHY tunable interface. The following tunables are added: - a boolean "short-cable" tunable, applying a documented and conservative preset intended for short or low-loss Ethernet cables; - an integer LPF bandwidth tunable, allowing advanced adjustment of the receiver low-pass filter bandwidth; - an integer DSP EQ initial value tunable, allowing advanced tuning of the PHY equalizer initialization. The actual behavior is implemented by the corresponding PHY and switch drivers. Reviewed-by: Marek Vasut <redacted> Signed-off-by: Fidelio Lawson <redacted> ---
[...]
Reviewed-by: Nicolai Buchwitz <redacted> Thanks Nicolai