From owner-freebsd-net@FreeBSD.ORG Mon Feb 17 18:56:32 2014 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6061DD4E for ; Mon, 17 Feb 2014 18:56:32 +0000 (UTC) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 2009014F2 for ; Mon, 17 Feb 2014 18:56:29 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 948467300A; Mon, 17 Feb 2014 19:58:32 +0100 (CET) Date: Mon, 17 Feb 2014 19:58:32 +0100 From: Luigi Rizzo To: wishmaster Subject: Re: netmap, VALE and netmap pipes Message-ID: <20140217185832.GB41267@onelab2.iet.unipi.it> References: <1392661063.244494415.kh0fdlsv@frv34.fwdcdn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1392661063.244494415.kh0fdlsv@frv34.fwdcdn.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 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, 17 Feb 2014 18:56:32 -0000 On Mon, Feb 17, 2014 at 08:36:06PM +0200, wishmaster wrote: > > Thanks, prof. Luigi. > > As for me, netmap-ipfw is especially interesting. Would you like add some examples for userspace bundle of ipfw and dummynet. Because not all clear in README-file. > > E.g. I have classic router with 2 interfaces igb replace the "vale" ports with "netmap:igb0" and "netmap"igb1" and off you go. make sure you have some way to access the router because at the moment igb0 and igb1 will be disconnected from the host stack (this can be changed but at the moment this is what it does). cheers luigi