From owner-svn-src-all@freebsd.org Wed Sep 6 19:04:15 2017 Return-Path: Delivered-To: svn-src-all@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 4653EE11883; Wed, 6 Sep 2017 19:04:15 +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 84CA0647D8; Wed, 6 Sep 2017 19:04:14 +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 v86J4BNK051976 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 6 Sep 2017 21:04:11 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.15.2/8.15.2/Submit) id v86J4AJK051975; Wed, 6 Sep 2017 21:04:10 +0200 (CEST) (envelope-from marius) Date: Wed, 6 Sep 2017 21:04:10 +0200 From: Marius Strobl To: Slawa Olhovchenkov Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r323081 - stable/10/sys/conf Message-ID: <20170906190410.GD95883@alchemy.franken.de> References: <201709010016.v810G3YB099686@repo.freebsd.org> <20170906170854.GC9110@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170906170854.GC9110@zxy.spb.ru> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2017 19:04:15 -0000 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. Marius