Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2001 09:31:58 -0800 (PST)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys mbuf.h
Message-ID:  <200112141731.fBEHVwx17240@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2001/12/14 09:31:58 PST

  Modified files:
    sys/sys              mbuf.h 
  Log:
  Let M_LEADINGSPACE write into non-shared mbufs.
  A similar thing has been in -stable for weeks and is completely safe.
  
  This has very good performance implications as it saves some data
  copying, and sometimes avoids triggering performance bugs in devices
  (such as the "dc" and other Tulip clones) which do not like scattered
  data.
  
  Revision  Changes    Path
  1.86      +2 -2      src/sys/sys/mbuf.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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