Hello,
I am using igb driver:
user@user-VirtualBox:/media/yocto4/kontron/buildroot-2017.08$ cat output/build/linux-4.10.17/.config | grep IGB
CONFIG_IGB=y
CONFIG_IGB_HWMON=y
CONFIG_IGBVF=y
user@user-VirtualBox:/media/yocto4/kontron/build
But every boot is takes a lot of time till ethernet is ready.
We tried to disable auto negotiation, but nothing helped:
adapter->fc_autoneg = false;
hw->mac.autoneg = false;
hw->phy.autoneg_advertised = 0;
We tried this support in the past, but there was no real assistance with this issue,
Is there anyone in Intel who knows how to disable auto-negotiation ? Why is it so complex to disable auto negotiation in driver ?
Regards,
ran