- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page