From owner-freebsd-net@FreeBSD.ORG Mon Oct 18 19:01:15 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 DC8A216A4CE; Mon, 18 Oct 2004 19:01:15 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE95A43D39; Mon, 18 Oct 2004 19:01:15 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 99E417A41E; Mon, 18 Oct 2004 12:01:15 -0700 (PDT) Message-ID: <417412FB.3040906@elischer.org> Date: Mon, 18 Oct 2004 12:01:15 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: Gleb Smirnoff References: <20041011103028.GA18981@cell.sick.ru> <20041018113719.GA72194@cell.sick.ru> In-Reply-To: <20041018113719.GA72194@cell.sick.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: net@freebsd.org Subject: Re: new ng_device 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: Mon, 18 Oct 2004 19:01:16 -0000 Gleb Smirnoff wrote: >A slightly updated version: use m_uiotombuf() instead >of homegrown implementation. > >On Mon, Oct 11, 2004 at 02:30:28PM +0400, Gleb Smirnoff wrote: >T> Here is a major rewrite of ng_device. The main >T> differencies with current one are: > > looks good to me