From owner-svn-src-head@FreeBSD.ORG Tue Mar 17 19:03:46 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE91AE61; Tue, 17 Mar 2015 19:03:45 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7751BA94; Tue, 17 Mar 2015 19:03:44 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.9/8.14.9) with ESMTP id t2HJ3e8j059000 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 17 Mar 2015 22:03:40 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id t2HJ3eGd058999; Tue, 17 Mar 2015 22:03:40 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 17 Mar 2015 22:03:40 +0300 From: Gleb Smirnoff To: Jack F Vogel Subject: Re: svn commit: r280182 - in head/sys: amd64/conf conf dev/ixgbe modules/ix modules/ixgbe modules/ixv Message-ID: <20150317190340.GV17947@FreeBSD.org> References: <201503171832.t2HIWTu6039113@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201503171832.t2HIWTu6039113@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2015 19:03:46 -0000 On Tue, Mar 17, 2015 at 06:32:29PM +0000, Jack F Vogel wrote: J> Author: jfv J> Date: Tue Mar 17 18:32:28 2015 J> New Revision: 280182 J> URL: https://svnweb.freebsd.org/changeset/base/280182 J> J> Log: J> Update to the Intel ixgbe driver: J> - Split the driver into independent pf and vf loadables. This is J> in preparation for SRIOV support which will be following shortly. J> This also allows us to keep a seperate revision control over the J> two parts, making for easier sustaining. J> - Make the TX/RX code a shared/seperated file, in the old code base J> the ixv code would miss fixes that went into ixgbe, this model J> will eliminate that problem. J> - The driver loadables will now match the device names, something that J> has been requested for some time. J> - Rather than a modules/ixgbe there is now modules/ix and modules/ixv J> - It will also be possible to make your static kernel with only one J> or the other for streamlined installs, or both. J> J> Enjoy! Build is broken: cd: /usr/src/head/sys/modules/ixgbe: No such file or directory -- Totus tuus, Glebius.