Salesforce

How to disable TCP Chimney Offload (TOE) on Linux

« Go Back

Information

 
TitleHow to disable TCP Chimney Offload (TOE) on Linux
URL NameHow-to-disable-TCP-Chimney-Offload-TOE-on-Linux
Article Number000172852
EnvironmentProduct: OpenEdge
Version: 10.x, 11.x, 12.x
OS: Linux
Other: Networking
Question/Problem Description
How to disable TCP Chimney Offload (TOE) on Linux
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
To disable TOE on Linux run the following command: 
 
ethtool -K eth0 tso off 

Run the following command before and after to make sure the settings are changed: 

ethtool -k eth1 


Note:
To make sure TOE is disabled permanently when the machine reboots, put the command ethtool -K eth0 tso off into /etc/init.d/rc.local or the ifup script.
Workaround
Notes
References to Other Documentation:
Progress Article(s):
000040054: Does Progress recommend enabling TCP Chimney offload?
Keyword Phrase
Last Modified Date12/20/2021 10:23 PM

Powered by