svn commit: r207717 - stable/7/share/man/man4
Pyun YongHyeon
yongari at FreeBSD.org
Thu May 6 18:38:20 UTC 2010
Author: yongari
Date: Thu May 6 18:38:19 2010
New Revision: 207717
URL: http://svn.freebsd.org/changeset/base/207717
Log:
MFC r207381:
Now sge(4) supports hardware VLAN tag insertion/stripping.
Modified:
stable/7/share/man/man4/sge.4
stable/7/share/man/man4/vlan.4
Directory Properties:
stable/7/share/man/man4/ (props changed)
Modified: stable/7/share/man/man4/sge.4
==============================================================================
--- stable/7/share/man/man4/sge.4 Thu May 6 18:37:39 2010 (r207716)
+++ stable/7/share/man/man4/sge.4 Thu May 6 18:38:19 2010 (r207717)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 14, 2010
+.Dd April 29, 2010
.Dt SGE 4
.Os
.Sh NAME
@@ -53,11 +53,11 @@ controllers and SiS191 Fast/Gigabit Ethe
.Pp
All LOMs supported by the
.Nm
-driver have TCP/UDP/IP checksum offload for transmit and receive.
+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), hardware VLAN tag stripping/insertion
-features, Wake On Lan (WOL), Jumbo frame and an interrupt moderation
-mechanism are not supported yet.
+segmentation offload (TSO), Wake On Lan (WOL), Jumbo frame and an
+interrupt moderation mechanism are not supported yet.
.Pp
The
.Nm
Modified: stable/7/share/man/man4/vlan.4
==============================================================================
--- stable/7/share/man/man4/vlan.4 Thu May 6 18:37:39 2010 (r207716)
+++ stable/7/share/man/man4/vlan.4 Thu May 6 18:38:19 2010 (r207717)
@@ -134,6 +134,7 @@ in the hardware is limited to the follow
.Xr msk 4 ,
.Xr nge 4 ,
.Xr re 4 ,
+.Xr sge 4 ,
.Xr stge 4 ,
.Xr ti 4 ,
.Xr txp 4 ,
@@ -172,7 +173,6 @@ natively:
.Xr nve 4 ,
.Xr rl 4 ,
.Xr sf 4 ,
-.Xr sge 4 ,
.Xr sis 4 ,
.Xr sk 4 ,
.Xr ste 4 ,
More information about the svn-src-stable
mailing list