Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2008 02:05:09 +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/re if_re.c src/sys/pci if_rlreg.h
Message-ID:  <200808040206.m7426NcK055582@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2008-08-04 02:05:09 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/re           if_re.c 
    sys/pci              if_rlreg.h 
  Log:
  SVN rev 181270 on 2008-08-04 02:05:09Z by yongari
  
  The number of bits reserved for MSS in RealTek controllers is
  11bits. This limits the maximum interface MTU size in TSO case
  as upper stack should not generate TCP segments with MSS greater
  than the limit. Armed with this information, disable TSO if
  interface MTU is greater than the limit.
  
  Revision  Changes    Path
  1.128     +18 -0     src/sys/dev/re/if_re.c
  1.81      +8 -0      src/sys/pci/if_rlreg.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808040206.m7426NcK055582>