]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: cleanup ATR filter setup function
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 17 Nov 2010 03:27:01 +0000 (19:27 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 17 Nov 2010 03:27:01 +0000 (19:27 -0800)
commitee9e0f0b40c4fb4ad71d677c094d518db42f7076
tree11660dc6031dd00f3cb589e41e83770e8283051f
parentc267fc166a3308c45c7f0ad2ddd6fc696caaeb80
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 <alexander.h.duyck@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_main.c