From owner-freebsd-current@FreeBSD.ORG Fri Aug 5 14:38:55 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6136106564A for ; Fri, 5 Aug 2011 14:38:55 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id AA9AA8FC0C for ; Fri, 5 Aug 2011 14:38:55 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id EB4B67300A; Fri, 5 Aug 2011 16:56:26 +0200 (CEST) Date: Fri, 5 Aug 2011 16:56:26 +0200 From: Luigi Rizzo To: Pieter de Goeje Message-ID: <20110805145626.GB13217@onelab2.iet.unipi.it> References: <20110805002732.GA5340@onelab2.iet.unipi.it> <201108051628.19884.pieter@degoeje.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201108051628.19884.pieter@degoeje.nl> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: High Network Perfomance X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 14:38:56 -0000 On Fri, Aug 05, 2011 at 04:28:19PM +0200, Pieter de Goeje wrote: > On Friday, August 05, 2011 02:27:33 AM Luigi Rizzo wrote: > > if you feel like doing a bit of coding yourself, you could try netmap > > > > http://info.iet.unipi.it/~luigi/netmap/ > > Out of curiosity, will this code be integrated in FreeBSD? Because it seems > really useful and a lot of programs might benefit from this. i asked permission to re@ to integrate it in 9.0 but it was considered a bit premature. However i am not too worried because the system dependencies are minimal and it changes no API/ABI or internal data structure so it is easy to add it at a later time. cheers luigi