Re: [PATCH] e1000e: Link flap workaround option for false IRP events
From: Andrew Lunn
Date: Thu Feb 27 2025 - 11:18:15 EST
> >> + e1e_rphy(hw, PHY_REG(772, 26), &phy_data);
> >
> > Please add some #define for these magic numbers, so we have some idea
> > what PHY register you are actually reading. That in itself might help
> > explain how the workaround actually works.
> >
>
> I don't know what this register does I'm afraid - that's Intel knowledge and has not been shared.
What PHY is it? Often it is just a COTS PHY, and the datasheet might
be available.
Given your setup description, pause seems like the obvious thing to
check. When trying to debug this, did you look at pause settings?
Knowing what this register is might also point towards pause, or
something totally different.
Andrew