cvs commit: src/sys/dev/msk if_msk.c
Pyun YongHyeon
yongari at FreeBSD.org
Mon Mar 17 18:33:48 PDT 2008
yongari 2008-03-18 01:33:47 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/msk if_msk.c
Log:
MFC: if_msk.c 1.30, if_msk.c 1.31 to RELENG_6
To overcome hardware checksum offload bug msk(4) used to compute
TCP/UDP checksum in driver for short frames. For frames that requires
hardware VLAN tag insertion, the checksum offload trick does not
work due to changes of checksum offset in mbuf after the VLAN tag.
Disable hardware checksum offload for VLAN interface to fix the bug.
Revision Changes Path
1.11.2.17 +8 -4 src/sys/dev/msk/if_msk.c
More information about the cvs-src
mailing list