]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tg3: Fix RSS indirection table distribution
authorMatt Carlson <mcarlson@broadcom.com>
Wed, 20 Jul 2011 10:20:54 +0000 (10:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Jul 2011 19:36:15 +0000 (12:36 -0700)
commit9d53fa129628d4899083b06fa66b7ca10fed8eb4
treecfe2b0fec3f5d72fa73eec6689c9ff406b4a5b32
parent5baa5e9aa28baccd2a1227095c25bb3e999f250d
tg3: Fix RSS indirection table distribution

The current RSS indirection table is populated such that more traffic
will hit the first RSS ring.  This patch adjusts the indirection table
so that the load is more evenly distributed.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c