From: Ben Hutchings Date: Thu, 16 Sep 2010 11:28:07 +0000 (+0000) Subject: ethtool, ixgbe: Move RX n-tuple mask fixup to ethtool X-Git-Tag: v2.6.37-rc1~147^2~406 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be2902daee80b655cebd482b5ee91ffc29408121;p=pandora-kernel.git ethtool, ixgbe: Move RX n-tuple mask fixup to ethtool The ethtool utility does not set masks for flow parameters that are not specified, so if both value and mask are 0 then this must be treated as equivalent to a mask with all bits set. Currently that is done in the only driver that implements RX n-tuple filtering, ixgbe. Move it to the ethtool core. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed