From owner-freebsd-net@FreeBSD.ORG Sat Oct 16 00:00:13 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1520416A4CE for ; Sat, 16 Oct 2004 00:00:13 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6825043D1D for ; Sat, 16 Oct 2004 00:00:12 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 9EB59652FE; Sat, 16 Oct 2004 01:00:08 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 69217-05-6; Sat, 16 Oct 2004 01:00:08 +0100 (BST) Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 87EFB6520C; Sat, 16 Oct 2004 01:00:04 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id D0C4363E8; Fri, 15 Oct 2004 16:59:58 -0700 (PDT) Date: Fri, 15 Oct 2004 16:59:58 -0700 From: Bruce M Simpson To: Gleb Smirnoff Message-ID: <20041015235958.GQ61186@empiric.icir.org> References: <20041014174225.GB49508@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041014174225.GB49508@cell.sick.ru> cc: net@freebsd.org Subject: Re: small tun(4) improvement X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Oct 2004 00:00:13 -0000 On Thu, Oct 14, 2004 at 09:42:25PM +0400, Gleb Smirnoff wrote: > any objections about commiting this improvement to tun(4)? Optimal use of mbuf clusters to improve performance is cool. Please consider committing this once reworked to use m_uiotombuf. BMS