Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
4862 Discussions

How intel 82599 using link flow control

jsung7
Beginner
1,280 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
438 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