I will look into this. Thanks for the report. Todd Fujinaka Software Application Engineer Networking Division (ND) Intel Corporation [email protected] (503) 712-4565
-----Original Message----- From: Sergey Egorov [mailto:[email protected]] Sent: Friday, August 16, 2013 3:21 AM To: [email protected] Subject: [E1000-devel] IGB 4.3.0 and quad I350 initial fc settings Hi All! Had problems with quad I350 and predefined flow control settings from EEPROM with 3rd port. Found that fc settings are always taken from 1st port. File e1000_mac.c, e1000_set_default_fc_generic() Instead of: ret_val = hw->nvm.ops.read(hw, NVM_INIT_CONTROL2_REG, 1, &nvm_data); Should be: ret_val = hw->nvm.ops.read(hw, NVM_INIT_CONTROL2_REG + NVM_82580_LAN_FUNC_OFFSET(hw->bus.func), 1, &nvm_data); Sergey ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
