svn commit: r50173 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Sun Apr 16 21:09:35 UTC 2017


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.</task>
     </help>
   </project>
+
+  <project cat='kern'>
+    <title>Intel 10G and 40G Network Driver Updates</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Jeb</given>
+	  <common>Cramer</common>
+	</name>
+	<email>jeb.j.cramer at intel.com</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Eric</given>
+	  <common>Joyner</common>
+	</name>
+	<email>eric.joyner at intel.com</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Krzysztof </given>
+	  <common>Galazka</common>
+	</name>
+	<email>krzysztof.galazka at intel.com</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="https://reviews.FreeBSD.org/D9851">Commit adding X553 <tt>ix</tt>/<tt>ixv</tt> Support for <tt>iflib</tt></url>
+      <url href="https://reviews.FreeBSD.org/D5213">Commit converting <tt>ixgbe</tt> to <tt>iflib</tt></url>
+    </links>
+
+    <body>
+      <p>This driver update is for the Intel <tt>ix</tt>/<tt>ixv</tt>
+	and <tt>ixl</tt>/<tt>ixlv</tt> network drivers, and includes
+	support for several new hardware releases.</p>
+
+      <p><tt>ix</tt>/<tt>ixv</tt>:</p>
+
+      <ul>
+	<li>Added support for X553 SoC devices based on the Denverton
+	  platform</li>
+      </ul>
+
+      <p><tt>ixl</tt>/<tt>ixlv</tt>:</p>
+
+      <ul>
+	<li>Added support for X722 10G SoC devices based on the
+	  Lewisburg chipset</li>
+
+	<li>Added an interface for the upcoming iWarp driver for X722
+	  devices</li>
+
+	<li>Added support for XXV710 25G devices</li>
+      </ul>
+    </body>
+
+    <help>
+      <task><tt>ix</tt>/<tt>ixv</tt> <tt>iflib</tt> support is
+	currently under review in Phabricator.  It will be refactored to
+	include D5213.</task>
+
+      <task>Initial work for <tt>ixl</tt>/<tt>ixlv</tt> <tt>iflib</tt>
+	support is in progress.</task>
+    </help>
+  </project>
 </report>


More information about the svn-doc-head mailing list