From: Fan Du Date: Wed, 29 Apr 2015 02:57:41 +0000 (+0800) Subject: ixgbe: Don't report flow director filter's status X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~340^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b7884f75f3d3f0a0191c00a083535a1dd01a5a4;p=pandora-kernel.git ixgbe: Don't report flow director filter's status For two reasons I want to disable this: 1. Not any part actually check the report status(Alexander Duyck) 2. To report hash value of a packet to stack, RSS -> 32bits hash value Perfect match fdir filter -> 13bits hash value Hashed-based fdir filter -> 31bits hash value fdir filter might hash on masked tuples for IP address, so it's still not desirable for usage. So for now, just stick to RSS 32bits hash value. Signed-off-by: Fan Du Suggested-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed