From owner-svn-src-stable-10@freebsd.org Mon Sep 11 21:55:11 2017 Return-Path: Delivered-To: svn-src-stable-10@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 2368AE01CF4; Mon, 11 Sep 2017 21:55:11 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "alchemy.franken.de", Issuer "alchemy.franken.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B307B74916; Mon, 11 Sep 2017 21:55:10 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.15.2/8.15.2/ALCHEMY.FRANKEN.DE) with ESMTPS id v8BLt0Ps058506 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 11 Sep 2017 23:55:01 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.15.2/8.15.2/Submit) id v8BLt0VA058505; Mon, 11 Sep 2017 23:55:00 +0200 (CEST) (envelope-from marius) Date: Mon, 11 Sep 2017 23:55:00 +0200 From: Marius Strobl To: Slawa Olhovchenkov Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r323081 - stable/10/sys/conf Message-ID: <20170911215500.GE95883@alchemy.franken.de> References: <201709010016.v810G3YB099686@repo.freebsd.org> <20170906170854.GC9110@zxy.spb.ru> <20170906190410.GD95883@alchemy.franken.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170906190410.GD95883@alchemy.franken.de> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2017 21:55:11 -0000 On Wed, Sep 06, 2017 at 09:04:10PM +0200, Marius Strobl wrote: > On Wed, Sep 06, 2017 at 08:08:54PM +0300, Slawa Olhovchenkov wrote: > > On Fri, Sep 01, 2017 at 12:16:03AM +0000, Marius Strobl wrote: > > > > > Author: marius > > > Date: Fri Sep 1 00:16:03 2017 > > > New Revision: 323081 > > > URL: https://svnweb.freebsd.org/changeset/base/323081 > > > > > > Log: > > > Update stable/10 to BETA3 in preparation for 10.4-BETA3 builds. > > > > > > Approved by: re (implicit) > > > > > > Modified: > > > stable/10/sys/conf/newvers.sh > > > > NETAMP still not working on ix card. > > Yeah, erj@ intended to update ixgbe(4) in stable/10 but apparently > has dropped the ball on it. I've no idea whether that update would > actually fix netmap(4) support, though; regarding that problem he > said that at Intel, they don't have much capability or time for > netmap(4) testing. Please test whether the following patch solves your problems with r315333: https://people.freebsd.org/~marius/ixgbe_netmap_10.diff Marius