commit | 7c6e0a436d971641d37cebcb12e8cc0c4419b5d4 | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Tue Aug 26 04:27:16 2008 -0700 |
committer | Jeff Garzik <jgarzik@redhat.com> | Wed Sep 03 10:03:33 2008 -0400 |
tree | c7a32ac6c02c0431477f7df4cf9ac5fbcde54a6d | |
parent | e01c31a5f7eb4f8a147cf6205f0f2ef11146068d [diff] |
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 <jesse.brandeburg@intel.com> Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>