From owner-freebsd-net@freebsd.org Sat Jan 16 19:34:40 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE991A845C1 for ; Sat, 16 Jan 2016 19:34:40 +0000 (UTC) (envelope-from wollman@hergotha.csail.mit.edu) Received: from hergotha.csail.mit.edu (wollman-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:ccb::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A673F1D00 for ; Sat, 16 Jan 2016 19:34:40 +0000 (UTC) (envelope-from wollman@hergotha.csail.mit.edu) Received: from hergotha.csail.mit.edu (localhost [127.0.0.1]) by hergotha.csail.mit.edu (8.14.9/8.14.9) with ESMTP id u0GJYbVq062962; Sat, 16 Jan 2016 14:34:37 -0500 (EST) (envelope-from wollman@hergotha.csail.mit.edu) Received: (from wollman@localhost) by hergotha.csail.mit.edu (8.14.9/8.14.4/Submit) id u0GJYZvK062959; Sat, 16 Jan 2016 14:34:35 -0500 (EST) (envelope-from wollman) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22170.39755.677860.123874@hergotha.csail.mit.edu> Date: Sat, 16 Jan 2016 14:34:35 -0500 From: Garrett Wollman To: Luigi Rizzo Cc: "freebsd-net@freebsd.org" Subject: Re: netmap support removed from ixl? In-Reply-To: References: <22165.45457.4330.438593@hergotha.csail.mit.edu> X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (hergotha.csail.mit.edu [127.0.0.1]); Sat, 16 Jan 2016 14:34:37 -0500 (EST) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, HEADER_FROM_DIFFERENT_DOMAINS autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on hergotha.csail.mit.edu X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2016 19:34:41 -0000 < said: > i think it was committed to HEAD but never integrated in the > stable/10.x branch. I wrote the code in jan/feb 2015. > I think you can simply backport the driver from head. So it turned out that this was merged -- along with an Intel driver update that I needed anyway -- to stable/10 in December, so I was able to just pull this up into my 10.2 tree without much effort. (Well, I would have preferred just one merge commit with all of the relevant changes, but I wasn't the one doing the work....) -GAWollman