diff options
author | yongari <yongari@FreeBSD.org> | 2010-05-10 17:48:00 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2010-05-10 17:48:00 +0000 |
commit | ab75af7bd995f665e933f6949decc07adb1c012e (patch) | |
tree | 48b5b4543ef6d2bfdf32867ec131f3489f78e68e /share/man | |
parent | 3504d604aa67808d71ac17bf3d0826058ca8f10b (diff) | |
download | FreeBSD-src-ab75af7bd995f665e933f6949decc07adb1c012e.zip FreeBSD-src-ab75af7bd995f665e933f6949decc07adb1c012e.tar.gz |
Now sge(4) supports TCP segmentation offload (TSO).
Diffstat (limited to 'share/man')
-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 |