Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2014 05:44:46 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r260901 - stable/10/release/doc/en_US.ISO8859-1/errata
Message-ID:  <201401200544.s0K5ikEV000249@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Mon Jan 20 05:44:45 2014
New Revision: 260901
URL: http://svnweb.freebsd.org/changeset/base/260901

Log:
  - Fix a bxe(4) entry.  This issue is not related to NFSv4, and poor
    performance is caused by disabling TSO, not the issue itself.
  - s/&os;-STABLE/&os; &release.current;/

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

Modified: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/errata/article.xml	Mon Jan 20 03:39:08 2014	(r260900)
+++ stable/10/release/doc/en_US.ISO8859-1/errata/article.xml	Mon Jan 20 05:44:45 2014	(r260901)
@@ -193,16 +193,19 @@ boot</screen>
 	  means <quote>interactive</quote>.  A workaround of this
 	  would be to use <literal>-SIGINT</literal> instead.
 	  This bug has been fixed on &os;-CURRENT and will be fixed
-	  in &os;-STABLE.</para>
+	  in &os; &release.current;.</para>
       </listitem>
 
       <listitem>
-	<para>In some NFSv4 environments, &man.bxe.4; with
-	  <literal>tso</literal> enabled may experience issues with
-	  packet corruption, resulting in poor performance.  In some
-	  cases, turning off <literal>tso</literal> will resolve the
-	  issue.  See &man.ifconfig.8; for more information about the
-	  <literal>-tso</literal> flag.</para>
+	<para>The &man.bxe.4; driver can cause packet corruption when
+	  TSO (TCP Segmentation Offload) feature is enabled.  This
+	  feature is enabled by default and can be disabled by using a
+	  <option>-tso</option> parameter of &man.ifconfig.8;.  It can
+	  be specified in &man.rc.conf.5; like the following:</para>
+
+	<programlisting>ifconfig_bxe0="DHCP -tso"</programlisting>
+
+	<para>This bug has been fixed on &os; &release.current;.</para>
       </listitem>
 
       <listitem>
@@ -220,7 +223,7 @@ boot</screen>
 	<para>A regression in &man.pw.8; does not remove a user from
 	  groups not specified in the provided group list when the
 	  <literal>-G</literal> flag is used.  This is expected to be
-	  corrected in &os;-CURRENT and &os;-STABLE.</para>
+	  corrected in &os;-CURRENT and &os; &release.current;.</para>
       </listitem>
     </itemizedlist>
   </sect1>



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