Re: [PATCH net-next v2] net: ethernet: mediatek: add EEE support
From: Paolo Abeni
Date: Thu Feb 13 2025 - 10:30:16 EST
On 2/13/25 10:10 AM, Russell King (Oracle) wrote:
> On Thu, Feb 13, 2025 at 10:04:50AM +0100, Paolo Abeni wrote:
>> On 2/10/25 1:52 PM, Qingfang Deng wrote:
>>> Add EEE support to MediaTek SoC Ethernet. The register fields are
>>> similar to the ones in MT7531, except that the LPI threshold is in
>>> milliseconds.
>>>
>>> Signed-off-by: Qingfang Deng <dqfext@xxxxxxxxx>
>>
>> @Felix, @Sean, @Lorenzo: could you please have a look?
>
> That would be a waste of time, because it's implementing the "old way"
> including using phy_init_eee() which Andrew wants to get rid of. It
> should be using phylink's EEE management.
>
> The patches for the mt753x driver converting that over have now been
> apparently merged last night according to patchwork into net-next, but
> something's gone wrong because there's no updates to the git trees
> on korg,
this series:
https://lore.kernel.org/all/Z6nWujbjxlkzK_3P@xxxxxxxxxxxxxxxxxxxxx/
is in net-next commit 443b5ca4d7245eec9a9192461113a4c341e441e5.
In the past few days there has been a few slowdowns in the kernel infra.
Perhaps some mirror or cache not updated?
Cheers,
Paolo