Hello,
I am using igb driver: cat output/build/linux-4.10.17/.config | grep IGB CONFIG_IGB=y CONFIG_IGB_HWMON=y CONFIG_IGBVF=y But every boot is takes a lot of time till ethernet is ready. I try to disable auto negotiation, but nothing helps yet, the device resist, and keep resets phy. adapter->fc_autoneg = false; hw->mac.autoneg = false; hw->phy.autoneg_advertised = 0; I tried more flags, but nothing helps. The phy always disabled/reset at boot (led is off for 1 second and then on). Is there a way to disable auto-negotiation with igb driver ? I use buildroot with kernel 4.10.81. Thank you for any suggestion, ran ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ E1000-devel mailing list E1000-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired