commit | 5d8bee676fc9fc9389302baa9ba47bc2ed885f64 | [log] [tgz] |
---|---|---|
author | Sathya Perla <sathya.perla@emulex.com> | Mon May 23 20:29:09 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue May 24 13:33:45 2011 -0400 |
tree | f8b5b4dd334d976d916138155d2cb952883fb785 | |
parent | 33eb9873a283a2076f2b5628813d5365ca420ea9 [diff] |
be2net: hash key for rss-config cmd not set A non-zero, non-descript value is needed as the hash key. The hash variable was left un-initialized; but sometimes it gets a zero value and hashing is not effective. The constant value used now (not of any significance) seems to work fine. Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>