cvs commit: src/sys/dev/msk if_msk.c

Pyun YongHyeon yongari at FreeBSD.org
Wed Apr 25 01:17:45 UTC 2007


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


More information about the cvs-src mailing list