Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Oct 2004 17:39:46 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_tap.c if_tun.c
Message-ID:  <200410311739.i9VHdkTf054648@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2004-10-31 17:39:46 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_tap.c if_tun.c 
  Log:
  Utilize m_uiotombuf() in device write method, instead of home-grown
  implementation. This also gives a performance improvement, because
  m_uiotombuf() utilizes clusters.
  
  Approved by:    julian (mentor)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.48      +5 -31     src/sys/net/if_tap.c
  1.146     +12 -38    src/sys/net/if_tun.c



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