Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2007 01:48:59 +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 if_mskreg.h
Message-ID:  <200707270148.l6R1mxDb004667@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2007-07-27 01:48:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/msk          if_msk.c if_mskreg.h 
  Log:
  MFC if_msk.c, rev 1.17 if_mskreg.h, rev 1.5 to RELENG_6.
    Increase a maximum segment size of DMA to 4096. Previously it used
    MCLBYTES for the segment size but it used too many Tx descriptors in
    TSO case.
    While I'm here adjust maximum size of the sum of all segment lengths
    in a given DMA mapping to 65535, the maximum size, in bytes, of a IP
    packet.
  
  Revision  Changes    Path
  1.11.2.8  +2 -2      src/sys/dev/msk/if_msk.c
  1.3.2.3   +2 -0      src/sys/dev/msk/if_mskreg.h



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