On Tue, 12 Jan 2021 22:38:08 +0200 Vladimir Oltean <olte...@gmail.com> wrote:
> > + phylink_set(mask, 10000baseT_Full); > > + phylink_set(mask, 10000baseCR_Full); > > + phylink_set(mask, 10000baseSR_Full); > > + phylink_set(mask, 10000baseLR_Full); > > + phylink_set(mask, 10000baseLRM_Full); > > + phylink_set(mask, 10000baseER_Full); > > Why did you remove 1000baseKR_Full from here? I am confused now. Should 1000baseKR_Full be here? 10g-kr is 10g-r with clause 73 autonegotiation, so they are not compatible, or are they? Marek