From owner-freebsd-current@FreeBSD.ORG Mon Jun 9 12:24:49 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88A3BF84 for ; Mon, 9 Jun 2014 12:24:49 +0000 (UTC) Received: from host64.kissl.de (host64.kissl.de [213.239.241.64]) by mx1.freebsd.org (Postfix) with ESMTP id 475EE2F0D for ; Mon, 9 Jun 2014 12:24:48 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by host64.kissl.de (Postfix) with ESMTP id 0E120A5A687F; Mon, 9 Jun 2014 14:19:11 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at host64.kissl.de Received: from host64.kissl.de ([127.0.0.1]) by localhost (host64.kissl.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3HeoajdVh0id; Mon, 9 Jun 2014 14:19:11 +0200 (CEST) Received: from [10.0.128.106] (p50993595.dip0.t-ipconnect.de [80.153.53.149]) (Authenticated sender: web104p1) by host64.kissl.de (Postfix) with ESMTPSA id A6371A5A687E; Mon, 9 Jun 2014 14:19:10 +0200 (CEST) From: Franco Fichtner Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: netmap(4) transparent mode Date: Mon, 9 Jun 2014 14:19:10 +0200 Message-Id: <86B34EF9-E1B6-4F4C-9B8D-9F519B0E558E@lastsummer.de> To: freebsd-current@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) X-Mailer: Apple Mail (2.1878.2) X-Mailman-Approved-At: Mon, 09 Jun 2014 13:10:20 +0000 Cc: Luigi Rizzo X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 09 Jun 2014 12:24:49 -0000 Hi, here's a revised version of a patch to address a couple of issues with the transparent mode of netmap(4), which doesn't work in current and older stable branches: = https://github.com/fichtner/freebsd/commit/b00580b03bf9dd847e4238dc0faabb3= 49b1852a1.patch Posting this to a wider audience now, since I have no feedback from the maintainer yet. Luigi is CC'ed again. Cheers, Franco=