commit | 4a85f09831329bc5a5e4b9bca3f3ecbffb78f858 | [log] [tgz] |
---|---|---|
author | Matt Carlson <mcarlson@broadcom.com> | Wed Apr 20 07:57:37 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 21 17:05:56 2011 -0700 |
tree | 52a78da888c23e4530f7fff9ac49e583283e02ff | |
parent | eb07a9408e05f67caa671bdf2a509a4d2bd05abf [diff] |
tg3: Nullify RSS for loopback test The loopback test assumes all traffic goes to the first rx queue. There is a 1 in 4 chance this won't be true if RSS is enabled though. This patch reprograms the RSS indirection table to route all rx packets to the first queue. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Reviewed-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>