Configuring the transmit checksum offload feature
The qeth device driver supports offloading outbound (transmit) checksum calculations to the OSA feature.
About this task
Procedure
Issue a command of the form:
# ethtool -K <interface_name> tx <value>
where <value> is
on or off.Examples
- To let the OSA feature calculate the transmit checksum for network device
encf500, issue
# ethtool -K encf500 tx on
- To let the host CPU calculate the transmit checksum for network device
encf500, issue
# ethtool -K encf500 tx off