]> git.baikalelectronics.ru Git - kernel.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)
commitd360567e705f2676aa39355ad5801bc70226caa2
treecfe2b0fec3f5d72fa73eec6689c9ff406b4a5b32
parent0034a4d42e609d6097b7f7ea94173a978d6fcf7a
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