Checksum
Offload Changes for the iether and igelan Gigabit Ethernet Drivers. The
default for transmit side Checksum Offload (CKO) will
be OFF (disabled). This matches the default for receive side
CKO which has also been set to OFF (disabled) since the May 2005
release. This gives you the flexibility of setting the CKO performance
feature as you want.
Setting the driver CKO options:
Recommended: To set the CKO options permanently (so they’re
saved across reboots), edit the following values in the /etc/rc.config.d/hp<driver>conf file
(where <driver> can be iether or igelan):
IEther example:
HP_IETHER_SEND_CKO and
HP_IETHER_RECV_CKO and set them to ON or OFF
Igelan example:
HP_IGELAN_SEND_CKO and
HP_IGELAN_RECV_CKO and set them to ON or OFF
To determine the current CKO settings, enter the following
command:
lanadmin -x cko ppa
Optional: If desired, you can also use the lanadmin -X command to temporarily set these values; but if you
use the lanadmin command, your settings will not be saved across a reboot.
The exact lanadmin commands are as follows (note that the -X is capitalized
in these commands):
lanadmin -X send_cko_on ppa
lanadmin -X recv_cko_on ppa
Please refer to the lanadmin man page for details of these CKO options.