summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2014-01-20 05:44:45 +0000
committerhrs <hrs@FreeBSD.org>2014-01-20 05:44:45 +0000
commitcb4a87d340cda63f6cf95d1b53bacfdc80d26dc9 (patch)
tree6691757109068bc0e9e635c7fe3f69edfc958678
parentf972275c13453e52df43091fe5abc8a279660807 (diff)
downloadFreeBSD-src-cb4a87d340cda63f6cf95d1b53bacfdc80d26dc9.zip
FreeBSD-src-cb4a87d340cda63f6cf95d1b53bacfdc80d26dc9.tar.gz
- 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;/
-rw-r--r--release/doc/en_US.ISO8859-1/errata/article.xml19
1 files changed, 11 insertions, 8 deletions
diff --git a/release/doc/en_US.ISO8859-1/errata/article.xml b/release/doc/en_US.ISO8859-1/errata/article.xml
index e0e3670..0be159e 100644
--- a/release/doc/en_US.ISO8859-1/errata/article.xml
+++ b/release/doc/en_US.ISO8859-1/errata/article.xml
@@ -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>
OpenPOWER on IntegriCloud