diff options
author | yongari <yongari@FreeBSD.org> | 2010-05-17 17:16:12 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2010-05-17 17:16:12 +0000 |
commit | 32bd4e723cbc5a5eb9965cb55c77bf56b116d80a (patch) | |
tree | 4f6c93433bc15a2326f222bb3363d6574abf9cd8 /share | |
parent | 92791a64cb374af65afaf719ff05ca5852472276 (diff) | |
download | FreeBSD-src-32bd4e723cbc5a5eb9965cb55c77bf56b116d80a.zip FreeBSD-src-32bd4e723cbc5a5eb9965cb55c77bf56b116d80a.tar.gz |
MFC r207853:
Now sge(4) supports TCP segmentation offload (TSO).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/sge.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/sge.4 b/share/man/man4/sge.4 index 9ef179c..a31563a 100644 --- a/share/man/man4/sge.4 +++ b/share/man/man4/sge.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 29, 2010 +.Dd May 10, 2010 .Dt SGE 4 .Os .Sh NAME @@ -54,9 +54,9 @@ controllers and SiS191 Fast/Gigabit Ethernet controllers. All LOMs supported by the .Nm driver have TCP/UDP/IP checksum offload for transmit and receive, -hardware VLAN tag stripping/insertion features. -Due to lack of documentation more offloading features like TCP -segmentation offload (TSO), Wake On Lan (WOL), Jumbo frame and an +TCP segmentation offload (TSO), hardware VLAN tag stripping/insertion +features. +Due to lack of documentation Wake On Lan (WOL), Jumbo frame and an interrupt moderation mechanism are not supported yet. .Pp The |