Date: Wed, 25 Apr 2007 01:17:44 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/msk if_msk.c Message-ID: <200704250117.l3P1HiIZ071740@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2007-04-25 01:17:44 UTC FreeBSD src repository Modified files: sys/dev/msk if_msk.c Log: Disable TSO support. Under certain circumtances, if TSO is active, Yukon II generates corrupted IP packets. All corrupted IP packets I noticed were the the last segmented packet in a TSO request. The corrupted packet resulted in retransmission of the damaged packet which in turn decreased network performance dramatically. Unfortunately it seems that there is no way to workaround this bug as TSO is completely handled in hardware. Disable TSO until we find a working workaround or a new silicon revision that doesn't have this hardware bug. Revision Changes Path 1.15 +8 -0 src/sys/dev/msk/if_msk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704250117.l3P1HiIZ071740>