commit | 42eb59d3a80ff83b4cacb92dcc44b22da7d4969b | [log] [tgz] |
---|---|---|
author | Casey Leedom <leedom@chelsio.com> | Wed Nov 24 12:23:57 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 28 11:40:58 2010 -0800 |
tree | c053c48b34d4a9c17badc50967c9cd3b5eaee34b | |
parent | bcc70bb3aeae7c3d035881d41055685f08a2b745 [diff] |
cxgb4vf: fix setting unicast/multicast addresses ... We were truncating the number of unicast and multicast MAC addresses supported. Additionally, we were incorrectly computing the MAC Address hash (a "1 << N" where we needed a "1ULL << N"). Signed-off-by: Casey Leedom <leedom@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>