]> git.baikalelectronics.ru Git - kernel.git/commit
be2net: create RSS rings even in multi-channel configs
authorSathya Perla <sathya.perla@emulex.com>
Tue, 28 Aug 2012 20:37:40 +0000 (20:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Aug 2012 17:27:05 +0000 (13:27 -0400)
commitbcf2a25977763a7ddbc90bb534b4022016960e6d
tree96c6376744a7520eb62fb1973ec573b66c7c4a6a
parent9520c2b2f9013c1143d01c942c6909e8e6608597
be2net: create RSS rings even in multi-channel configs

Changes from commit df505e were incorrectly over-written by commit 98da1d5.
Fixing the same.

Change log of the original fix:
    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