From owner-svn-src-head@FreeBSD.ORG Fri Aug 22 22:02:52 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEFCBDEC; Fri, 22 Aug 2014 22:02:52 +0000 (UTC) Received: from felyko.com (felyko.com [IPv6:2001:470:1:2d5:26:3:1337:ca7]) by mx1.freebsd.org (Postfix) with ESMTP id C6EC4392C; Fri, 22 Aug 2014 22:02:52 +0000 (UTC) Received: from fukuyama.hsd1.ca.comcast.net (unknown [73.162.13.215]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id B075F34A9F4; Fri, 22 Aug 2014 15:02:51 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1973.6\)) Subject: Re: svn commit: r270346 - in head/sys: conf dev/i40e dev/ixl modules/i40e modules/ixl modules/ixlv From: Rui Paulo In-Reply-To: <201408221859.s7MIxJNK000194@svn.freebsd.org> Date: Fri, 22 Aug 2014 15:02:51 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201408221859.s7MIxJNK000194@svn.freebsd.org> To: Jack F Vogel X-Mailer: Apple Mail (2.1973.6) 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: Fri, 22 Aug 2014 22:02:53 -0000 On Aug 22, 2014, at 11:59, Jack F Vogel wrote: >=20 > Author: jfv > Date: Fri Aug 22 18:59:19 2014 > New Revision: 270346 > URL: http://svnweb.freebsd.org/changeset/base/270346 >=20 > Log: > Update to the Intel Base driver for the Intel XL710 Ethernet = Controller Family > - It was decided to change the driver name to if_ixl for FreeBSD > - This release adds the VF Driver to the tree, it can be built = into > the kernel or as the if_ixlv module > - The VF driver is independent for the first time, this will be > desireable when full SRIOV capability is added to the OS. > - Thanks to my new coworker Eric Joyner for his superb work in > both the core and vf driver code. Thanks!=20 -- Rui Paulo