Author: gjb
Date: Mon Aug 25 19:45:46 2014
New Revision: 270617
URL: http://svnweb.freebsd.org/changeset/base/270617

Log:
  Document r269975, igxbe(4) tunable renaming.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml  Mon Aug 25 
19:45:44 2014        (r270616)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml  Mon Aug 25 
19:45:46 2014        (r270617)
@@ -393,6 +393,73 @@
 
          <para revision="269196">The &man.em.4; driver has been
            updated to version 7.4.2.</para>
+
+         <para revision="269975">The &man.ixgbe.4; tunables have been
+           renamed to match their &man.sysctl.8; counterparts:</para>
+
+         <informaltable frame="none" pgwide="0">
+           <tgroup cols="2">
+             <colspec colwidth="1*"/>
+             <colspec colwidth="1*"/>
+             <thead>
+               <row>
+                 <entry>Old Name</entry>
+                 <entry>New Name</entry>
+               </row>
+             </thead>
+
+             <tbody>
+               <row>
+                 <entry><literal>hw.ixgbe.enable_aim</literal></entry>
+                 <entry><literal>hw.ix.enable_aim</literal></entry>
+               </row>
+
+               <row>
+                 <entry><literal>hw.ixgbe.max_interrupt_rate</literal></entry>
+                 <entry><literal>hw.ix.max_interrupt_rate</literal></entry>
+               </row>
+
+               <row>
+                 <entry><literal>hw.ixgbe.rx_process_limit</literal></entry>
+                 <entry><literal>hw.ix.rx_process_limit</literal></entry>
+               </row>
+
+               <row>
+                 <entry><literal>hw.ixgbe.tx_process_limit</literal></entry>
+                 <entry><literal>hw.ix.tx_process_limit</literal></entry>
+               </row>
+
+               <row>
+                 <entry><literal>hw.ixgbe.enable_msix</literal></entry>
+                 <entry><literal>hw.ix.enable_msix</literal></entry>
+               </row>
+
+               <row>
+                 <entry><literal>hw.ixgbe.num_queues</literal></entry>
+                 <entry><literal>hw.ix.num_queues</literal></entry>
+               </row>
+
+               <row>
+                 <entry><literal>hw.ixgbe.txd</literal></entry>
+                 <entry><literal>hw.ix.txd</literal></entry>
+               </row>
+
+               <row>
+                 <entry><literal>hw.ixgbe.rxd</literal></entry>
+                 <entry><literal>hw.ix.rxd</literal></entry>
+               </row>
+
+               <row>
+                 <entry><literal>hw.ixgbe.unsupported_sfp</literal></entry>
+                 <entry><literal>hw.ix.unsupported_sfp</literal></entry>
+               </row>
+             </tbody>
+           </tgroup>
+         </informaltable>
+
+         <para>Be sure to update &man.loader.conf.5; if using the
+           old tunables before upgrading to
+           &os;&nbsp;&release.current;.</para>
        </sect4>
       </sect3>
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to