From 5c368cd47d390555f17d9dfb0b04ef48d0a42a21 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Fri, 6 Mar 2009 05:58:15 -0500 Subject: Get/set GRO settings. 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 eadba25..3ca4e2c 100644 --- a/ethtool-copy.h +++ b/ethtool-copy.h @@ -336,6 +336,8 @@ struct ethtool_rxnfc { #define ETHTOOL_GRXFH 0x00000029 /* Get RX flow hash configuration */ #define ETHTOOL_SRXFH 0x0000002a /* Set RX flow hash configuration */ +#define ETHTOOL_GGRO 0x0000002b /* Get GRO enable (ethtool_value) */ +#define ETHTOOL_SGRO 0x0000002c /* Set GRO enable (ethtool_value) */ /* compatibility with older code */ #define SPARC_ETH_GSET ETHTOOL_GSET -- cgit v1.2.1