Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
5701 Discussions

How intel 82599 using link flow control

jsung7
Beginner
1,760 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
918 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);

0 Kudos
Reply