Hello,
* Thomas Glanzmann <sithglan@stud.uni-erlangen.de>:
> Now my question is if someone hit this bug before and if there is
> patch available and how to disable tcp offloading on Solaris 10 to
> circumvent the problem.
it is also possible to disable tcp offloading in the e1000 driver
directly:
/kernel/drv/e1000g.conf:
tx_hcksum_enable=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;
lso_enable=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;
update_drv, unplumb, plumb or reboot.
Source: http://defect.opensolaris.org/bz/show_bug.cgi?id=5259
Thomas
|