Ethernet Products
Intel® Ethernet products and technologies
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4241 Discussions

How intel 82599 using link flow control

jsung7
Beginner
1,119 Views

How intel 82599 using link flow control?Is it Auto-Negotiation? But I seems that will not Auto-Negotiation in the intel drive.

How can I using it ?

0 Kudos
1 Reply
jsung7
Beginner
277 Views

If speed of the link 10G,it will not auto-negtiation.Driver code:

if (speed == IXGBE_LINK_SPEED_1GB_FULL) //only 1Gb will negtiation.

ret_val = ixgbe_fc_autoneg_fiber(hw);

Reply