Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2009 20:57:52 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h
Message-ID:  <200911042058.nA4KwCJj095411@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2009-11-04 20:57:52 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  SVN rev 198927 on 2009-11-04 20:57:52Z by yongari
  
  Remove common DMA tag used for TX/RX mbufs and create Tx DMA tag
  and Rx DMA tag separately. Previously it used a common mbuf DMA tag
  for both Tx and Rx path but Rx buffer(standard ring case) should
  have a single DMA segment and maximum buffer size of the segment
  should be less than or equal to MCLBYTES. This change also make it
  possible to add TSO with minor changes.
  
  Revision  Changes    Path
  1.234     +39 -25    src/sys/dev/bge/if_bge.c
  1.86      +3 -2      src/sys/dev/bge/if_bgereg.h



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