]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
be2net: create RSS rings even in multi-channel configs
authorSathya Perla <sathya.perla@emulex.com>
Thu, 19 Jan 2012 20:34:04 +0000 (20:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Jan 2012 20:08:45 +0000 (15:08 -0500)
commitdf505eb804d5221c3164ebecd1286cb7fc7f49ba
tree266d03f731b8526a8891b6a23f93f1fa1f007d0e
parentbf0813bd282f6ded0a5efca3db238287f7a3dbe8
be2net: create RSS rings even in multi-channel configs

Currently RSS rings are not created in a multi-channel config.
RSS rings can be created on one (out of four) interfaces per port in a
multi-channel config. Doing this insulates the driver from a FW bug wherin
multi-channel config is wrongly reported even when not enabled. This also
helps performance in a multi-channel config, as one interface per port gets
RSS rings.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_main.c