From af4339eb188403f816eb5d9275caee37665ad413 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 2 Apr 2010 08:15:15 -0700 Subject: ethtool: RXHASH flag support (v2) Add support for RXHASH flag in ethtool offload. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- ethtool-copy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ethtool-copy.h') diff --git a/ethtool-copy.h b/ethtool-copy.h index a26dcbd..c5eb680 100644 --- a/ethtool-copy.h +++ b/ethtool-copy.h @@ -310,6 +310,7 @@ struct ethtool_perm_addr { enum ethtool_flags { ETH_FLAG_LRO = (1 << 15), /* LRO is enabled */ ETH_FLAG_NTUPLE = (1 << 27), /* N-tuple filters enabled */ + ETH_FLAG_RXHASH = (1 << 28), }; /* The following structures are for supporting RX network flow -- cgit v1.2.1