From: Jesse Brandeburg Date: Tue, 26 Aug 2008 11:27:16 +0000 (-0700) Subject: ixgbe: Lock RSS seed, move rx_buf_len to the rx_ring X-Git-Tag: v2.6.28-rc1~717^2~331 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c6e0a436d971641d37cebcb12e8cc0c4419b5d4;p=pandora-kernel.git ixgbe: Lock RSS seed, move rx_buf_len to the rx_ring This locks the seed down so loading/unloading the driver will present predictable hashing from RSS. Also move the rx_buf_len out of the adapter struct, and into the Rx ring struct. Signed-off-by: Jesse Brandeburg Signed-off-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed