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">

$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 $

@@ -122,6 +122,17 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=lagg&sektion=4&manpath=FreeBSD+7. lagg(4) driver in the LACP (IEEE 802.3ad Link Aggregation Control Protocol) mode. An Errata Notice to fix this problem is planned after the release.

+ +

[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.

@@ -134,6 +145,12 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=malloc&sektion=3&manpath=FreeBSD+ malloc(3) implementation and threading library has been committed to the RELENG_7 branch for public testing.

+ +

[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.