summaryrefslogtreecommitdiff
path: root/net/ipv6
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2015-09-23 00:04:58 (GMT)
committerDavid S. Miller <davem@davemloft.net>2015-09-24 21:34:49 (GMT)
commitd682d2bdc30650a5c7ce9908ab83ab674b658744 (patch)
treeb66b01751c685ced81f9fa81a510750c067d4cdd /net/ipv6
parentd8aecb10115497f6cdf841df8c88ebb3ba25fa28 (diff)
downloadlinux-d682d2bdc30650a5c7ce9908ab83ab674b658744.tar.xz
bnx2x: byte swap rss_key to comply to Toeplitz specs
After a good amount of debugging, I found bnx2x was byte swaping the 40 bytes of rss_key. If we byte swap the key, then bnx2x generates hashes matching MSDN specs as documented in (Verifying the RSS Hash Calculation) https://msdn.microsoft.com/en-us/library/windows/hardware/ff571021% 28v=vs.85%29.aspx It is mostly a non issue, unless we want to mix different NIC in a host, and want consistent hashing among all of them, ie if they all use the boot time generated rss key, or if some application is choosing specific tuple(s) so that incoming traffic lands into known rx queue(s). Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions