Default Flow Control off on NICs & provide a GUI switch to turn it back on


Recommended Posts

Flow control defaults on for NICs and it really has limited use in modern networks.  It is causing problems with network flow, throughput, and dropped packets.  This can cause choppy video and audio in media streaming and gaming applications.  The easiest way to turn off flow control is to disable it at the network switch, but consumer grade switches do not have that level of control.  Most users do not have managed switches.

 

Provide an option on the networking page to re-enable it if the user requires flow control.

 

Turn off flow control:

ethtool -A ethX autoneg off rx off tx off

 

Turn on flow control:

ethtool -A ethX autoneg on rx on tx on

 

This would of course have to apply to all NICs.

 

 

Link to comment
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.