From owner-freebsd-net@FreeBSD.ORG Fri Feb 17 17:18:01 2012 Return-Path: <owner-freebsd-net@FreeBSD.ORG> Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71A131065678 for <net@freebsd.org>; Fri, 17 Feb 2012 17:18:01 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0532A8FC26 for <net@freebsd.org>; Fri, 17 Feb 2012 17:18:00 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so2613921wib.13 for <net@freebsd.org>; Fri, 17 Feb 2012 09:18:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=X25ALOW7b3g4Q50O2XgQ1x+QO62/UOLQ97Dk/y2+GEo=; b=phyZwzVXCdIgglO2IReytvxGEHteJIDLwaDMvVH/JRFFatmcFJy18wqMg9+nNYp28B RnmCkG4FbS65g9fk8we2dETMFl1nCjWW8k/QCeJ9yI9UaivprjIQDOTsb4H6UyeFazok 1ygclnBzGEaWJYY7kLl23y0NUABbfsILOYmps= MIME-Version: 1.0 Received: by 10.180.101.37 with SMTP id fd5mr5935614wib.1.1329499080037; Fri, 17 Feb 2012 09:18:00 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.154.199 with HTTP; Fri, 17 Feb 2012 09:17:59 -0800 (PST) In-Reply-To: <20120217171835.GA20283@onelab2.iet.unipi.it> References: <338757D1-6B1E-49CF-983F-5D5851066FD3@xcllnt.net> <20120217082342.GA15346@onelab2.iet.unipi.it> <54272F2A-28FE-4388-9450-EBFB5F7C26EC@xcllnt.net> <20120217171835.GA20283@onelab2.iet.unipi.it> Date: Fri, 17 Feb 2012 09:17:59 -0800 X-Google-Sender-Auth: Jkqpj9KMGhn6EUZGeIF5HGWPDDE Message-ID: <CAJ-Vmom7k6yDcoAHA8+qe+F9yy6T8HDFupkTWUQZB4=fN7=TTA@mail.gmail.com> From: Adrian Chadd <adrian@freebsd.org> To: Luigi Rizzo <rizzo@iet.unipi.it> Content-Type: text/plain; charset=ISO-8859-1 Cc: net@freebsd.org, Marcel Moolenaar <marcel@xcllnt.net> Subject: Re: Abstracting struct ifnet X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD <freebsd-net.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>, <mailto:freebsd-net-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net> List-Post: <mailto:freebsd-net@freebsd.org> List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>, <mailto:freebsd-net-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 17 Feb 2012 17:18:01 -0000 On 17 February 2012 09:18, Luigi Rizzo <rizzo@iet.unipi.it> wrote: > I definitely agree that it is a good investment, especially considering that > I am doing this all the times when i port FreeBSD stuff to linux... > > The linux version of netmap, which i just completed, was mostly > done playing tricks to remap struct ifnet to struct net_device... The linux version? :( Oh well, one less reason for people to play with FreeBSD.. Adrian