[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e2aca2a1-f472-5fca-c091-7a489a55cc86@intel.com>
Date: Mon, 9 Jan 2023 10:40:47 +0200
From: "Neftin, Sasha" <sasha.neftin@...el.com>
To: Andrew Lunn <andrew@...n.ch>, Jamie Gloudon <jamie.gloudon@....fr>
CC: Tony Nguyen <anthony.l.nguyen@...el.com>, <davem@...emloft.net>,
<kuba@...nel.org>, <pabeni@...hat.com>, <edumazet@...gle.com>,
<netdev@...r.kernel.org>, Naama Meir <naamax.meir@...ux.intel.com>,
"Ruinskiy, Dima" <dima.ruinskiy@...el.com>
Subject: Re: [PATCH net-next 1/1] e1000e: Enable Link Partner Advertised
Support
On 1/4/2023 19:44, Andrew Lunn wrote:
>>> I don't know this driver at all. What i don't see anywhere here is
>>> using the results of the pause auto-neg. Is there some code somewhere
>>> that looks at the local and link peer advertising values and runs a
>>> resolve algorithm to determine what pause should be used, and program
>>> it into the MAC?
>>>
>>> Andrew
>> This is a old patch i had laying around, If i remember correctly, phy->autoneg_advertised plugs in "Link partner
>> advertised pause frame use link" line in ethtool everytime the nic renegotiate.
>
> Hi Jamie
>
> Could you point me at the code which interprets the results of the
> auto neg and configures the MAC for the correct pause.
probably you look at e1000e_config_fc_after_link_up method
(this is very legacy code
https://elixir.bootlin.com/linux/latest/source/drivers/net/ethernet/intel/e1000e/mac.c#L1001)
I've no objection to this patch - should show link partner advertisements.
>
> Thanks
> Andrew
Powered by blists - more mailing lists