From 20fd164c618403634ec12f90ad51be8c6e28813e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=24B5HF=231QL=40=1B=28B?= <$B5HF#1QL@> Date: Tue, 22 Aug 2006 11:40:04 +0900 Subject: [PATCH] GSO Support for ethtool Upcoming 2.6.18 provides Generic Segmentation Offload (GSO). This provides its control with -K option. Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: Jeff Garzik --- ethtool.8 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ethtool.8') diff --git a/ethtool.8 b/ethtool.8 index 6cb1477..b735be0 100644 --- a/ethtool.8 +++ b/ethtool.8 @@ -154,6 +154,7 @@ ethtool \- Display or change ethernet card settings .B2 sg on off .B2 tso on off .B2 ufo on off +.B2 gso on off .B ethtool \-p|\-\-blink .I ethX @@ -276,6 +277,9 @@ Specify if tcp segmentation offload is enabled. .A2 ufo on off Specify if UDP fragmentation offload is enabled .TP +.A2 gso on off +Specify if generic segmentation offload is enabled +.TP .B \-p \-\-identify initiates adapter-specific action intended to enable an operator to easily identify the adapter by sight. Typically this involves -- cgit v1.2.1