Date: Wed, 13 Aug 2003 15:39:21 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c if_rlreg.h Message-ID: <200308132239.h7DMdLv8073970@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2003/08/13 15:39:21 PDT FreeBSD src repository Modified files: sys/pci if_rl.c if_rlreg.h Log: Set the TX hardware checksum offload bits on all the descriptors of a multi-fragment transmission. I'm not sure if this is a bug or a requirement that I overlooked with going through the documentation, but the sample 8169 NIC that I have seems to require it at least some of the time or else it botches TCP checksums on segments that span multiple descriptors. Revision Changes Path 1.110 +22 -17 src/sys/pci/if_rl.c 1.32 +1 -0 src/sys/pci/if_rlreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308132239.h7DMdLv8073970>