Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2007 06:34:30 +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:  <200705090634.l496YUoW076300@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2007-05-09 06:34:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/msk          if_msk.c 
  Log:
  MFC if_msk.c rev. 1.15 to RELENG_6.
    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.11.2.6  +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?200705090634.l496YUoW076300>