diff --git a/en/releases/7.2R/errata.html b/en/releases/7.2R/errata.html index c441a84113..5541075c1a 100644 --- a/en/releases/7.2R/errata.html +++ b/en/releases/7.2R/errata.html @@ -19,7 +19,7 @@ alink="#0000FF">
Copyright © 2008, 2009 The FreeBSD Documentation Project
$FreeBSD: stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml
-191791 2009-05-04 19:00:25Z hrs $
+192411 2009-05-20 00:55:26Z hrs $
[20090507] A bug was found in the fxp(4) driver. This
+would cause poor TCP performance when TSO is enabled, and the receiver has a smaller MSS
+than the interface MTU setting. To workaround this issue, one can disable TSO by using
+ifconfig(8)
+-tso
parameter (per interface basis) or setting net.inet.tcp.tso
to 0 (globally on the
+system). An Errata Notice to fix this problem is planned after the release.
[20090507] A patch to solve the bug in the fxp(4) driver that +caused poor TCP performance has been committed to the RELENG_7 +branch for public testing.