Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 22:03:40 +0300
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Jack F Vogel <jfv@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
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>
In-Reply-To: <201503171832.t2HIWTu6039113@svn.freebsd.org>
References:  <201503171832.t2HIWTu6039113@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150317190340.GV17947>