From: Alexander Duyck Date: Wed, 17 Nov 2010 03:27:01 +0000 (-0800) Subject: ixgbe: cleanup ATR filter setup function X-Git-Tag: v2.6.38-rc1~476^2~547^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee9e0f0b40c4fb4ad71d677c094d518db42f7076;p=pandora-kernel.git ixgbe: cleanup ATR filter setup function This change cleans up the ixgbe_atr filter setup function so that it uses fewer items from the stack. Since the code is only applicable to IPv4 w/ TCP it makes sense to just use the pointers based on the headers themselves instead of copying them to temp variables and then writing those to the filters. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed