From owner-svn-doc-head@freebsd.org Sun Apr 16 21:09:35 2017 Return-Path: Delivered-To: svn-doc-head@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 971A2D41568; Sun, 16 Apr 2017 21:09:35 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B85F1FA; Sun, 16 Apr 2017 21:09:35 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3GL9YZT019730; Sun, 16 Apr 2017 21:09:34 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3GL9Yo9019729; Sun, 16 Apr 2017 21:09:34 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201704162109.v3GL9Yo9019729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 16 Apr 2017 21:09:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50173 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2017 21:09:35 -0000 Author: bjk Date: Sun Apr 16 21:09:34 2017 New Revision: 50173 URL: https://svnweb.freebsd.org/changeset/doc/50173 Log: Add 2017Q1 entry on Intel 10G/40G driver updates from Jeff Pieper Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Sun Apr 16 16:26:29 2017 (r50172) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Sun Apr 16 21:09:34 2017 (r50173) @@ -515,4 +515,73 @@ the Linuxulator. + + + Intel 10G and 40G Network Driver Updates + + + + + Jeb + Cramer + + jeb.j.cramer@intel.com + + + + + Eric + Joyner + + eric.joyner@intel.com + + + + + Krzysztof + Galazka + + krzysztof.galazka@intel.com + + + + + Commit adding X553 ix/ixv Support for iflib + Commit converting ixgbe to iflib + + + +

This driver update is for the Intel ix/ixv + and ixl/ixlv network drivers, and includes + support for several new hardware releases.

+ +

ix/ixv:

+ +
    +
  • Added support for X553 SoC devices based on the Denverton + platform
  • +
+ +

ixl/ixlv:

+ +
    +
  • Added support for X722 10G SoC devices based on the + Lewisburg chipset
  • + +
  • Added an interface for the upcoming iWarp driver for X722 + devices
  • + +
  • Added support for XXV710 25G devices
  • +
+ + + + ix/ixv iflib support is + currently under review in Phabricator. It will be refactored to + include D5213. + + Initial work for ixl/ixlv iflib + support is in progress. + +