From owner-cvs-all@FreeBSD.ORG Mon Dec 5 17:27:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC28516A420 for ; Mon, 5 Dec 2005 17:27:57 +0000 (GMT) (envelope-from silby@silby.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 66B2043D69 for ; Mon, 5 Dec 2005 17:27:54 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 28640 invoked from network); 5 Dec 2005 17:27:53 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 5 Dec 2005 17:27:53 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 5 Dec 2005 11:27:52 -0600 (CST) From: Mike Silbersack To: Robert Watson In-Reply-To: <20051205094734.P45634@fledge.watson.org> Message-ID: <20051205112600.O43418@odysseus.silby.com> References: <200511281809.jASI93Rl006494@repoman.freebsd.org> <20051204233215.G43418@odysseus.silby.com> <20051205094734.P45634@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2005 17:27:57 -0000 On Mon, 5 Dec 2005, Robert Watson wrote: > (3) Enhance m_uiotombuf() so that it can either be trivially wrapped by > sosend_copyin(), or replace it. At the very least, this means adding > zero-copy support to m_uiotombuf(), but I've not looked at this much. Sounds good, I just wanted to make sure that you were aware of the existence of the two. Hm, grep just notified me that we have a nfsm_uiotombuf as well, I wonder how different THAT version is. Mike "Silby" Silbersack