From owner-freebsd-net Tue Oct 23 12:17:14 2001 Delivered-To: freebsd-net@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 2F9C137B40A for ; Tue, 23 Oct 2001 12:17:12 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f9NJH4T32996; Tue, 23 Oct 2001 15:17:04 -0400 (EDT) (envelope-from wollman) Date: Tue, 23 Oct 2001 15:17:04 -0400 (EDT) From: Garrett Wollman Message-Id: <200110231917.f9NJH4T32996@khavrinen.lcs.mit.edu> To: Luigi Rizzo Cc: net@FreeBSD.ORG Subject: performance issues with M_PREPEND on clusters In-Reply-To: <20011023110307.A34494@iguana.aciri.org> References: <20011023110307.A34494@iguana.aciri.org> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org < said: > Similar things could be done in m_pullup() to avoid the > extra allocation. Can't be done in m_pullup: the whole purpose of m_pullup is to *guarantee* that the data in question will never be shared. It might be worth having a new interface which doesn't provide such a guarantee. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message