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-copy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ethtool-copy.h') 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 -- cgit v1.2.1