From owner-freebsd-current Fri Dec 15 16:43:20 2000 From owner-freebsd-current@FreeBSD.ORG Fri Dec 15 16:43:17 2000 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id E001937B400 for ; Fri, 15 Dec 2000 16:43:16 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eBG0guE35642; Fri, 15 Dec 2000 16:42:56 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <15740.976927006@winston.osd.bsdi.com> Date: Fri, 15 Dec 2000 16:43:14 -0800 (PST) From: John Baldwin To: Jordan Hubbard Subject: RE: zero copy changes in /sys/conf Cc: current@FreeBSD.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 16-Dec-00 Jordan Hubbard wrote: > Whoops, it's just been brought to my attention that I inadvertently > committed a couple of harmless changes relating to the zero-copy stuff > when I committed a PR fix to newvers.sh. Last I checked, there were > also plans to bring the zero-copy code rather imminently into -current > but I haven't seen anything yet. If these plans are still unchanged > then we can consider this a mere advance commit, otherwise I'll back > them out. What's up with the zero-copy stuff? Thanks. Erm, well, I think the change to src/sys/conf/files breaks the kernel: @@ -680,7 +680,9 @@ kern/tty_subr.c standard kern/tty_tty.c standard kern/uipc_accf.c optional inet +kern/uipc_cow.c optional zero_copy_sockets kern/uipc_domain.c standard +kern/uipc_jumbo.c standard kern/uipc_mbuf.c standard kern/uipc_mbuf2.c standard kern/uipc_proto.c standard since src/sys/kern/uipc_jumbo.c doesn't exist, so you probably should revert at least files for now. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message