summaryrefslogtreecommitdiff
path: root/ethtool-copy.h
diff options
context:
space:
mode:
author$B5HF#1QL@ <$B5HF#1QL@>2006-08-22 11:40:04 +0900
committerJeff Garzik <jeff@garzik.org>2006-08-24 02:45:56 -0400
commit20fd164c618403634ec12f90ad51be8c6e28813e (patch)
tree81fe0dd3da27f13f3517256b874421d26b8d7e31 /ethtool-copy.h
parente1944540b8f3008857bc95f3d08a0eb64f19a580 (diff)
downloadethtool-20fd164c618403634ec12f90ad51be8c6e28813e.tar.gz
[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 <yoshfuji@linux-ipv6.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'ethtool-copy.h')
-rw-r--r--ethtool-copy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ethtool-copy.h b/ethtool-copy.h
index d696de3..30f5e05 100644
--- a/ethtool-copy.h
+++ b/ethtool-copy.h
@@ -285,6 +285,8 @@ struct ethtool_stats {
#define ETHTOOL_STSO 0x0000001f /* Set TSO enable (ethtool_value) */
#define ETHTOOL_GUFO 0x00000021 /* Get UFO enable (ethtool_value) */
#define ETHTOOL_SUFO 0x00000022 /* Set UFO enable (ethtool_value) */
+#define ETHTOOL_GGSO 0x00000023 /* Get GSO enable (ethtool_value) */
+#define ETHTOOL_SGSO 0x00000024 /* Set GSO enable (ethtool_value) */
/* compatibility with older code */
#define SPARC_ETH_GSET ETHTOOL_GSET