From owner-cvs-all Fri Dec 14 9:32: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5742737B416; Fri, 14 Dec 2001 09:31:58 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBEHVwx17240; Fri, 14 Dec 2001 09:31:58 -0800 (PST) (envelope-from luigi) Message-Id: <200112141731.fBEHVwx17240@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 14 Dec 2001 09:31:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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