]> www.infradead.org Git - users/jedix/linux-maple.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)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Mon, 17 Dec 2012 08:42:38 +0000 (00:42 -0800)
commit3e4879dc6ebf6c74493ef983154c69c23f2fe833
tree48e76d38fc20ef8f4246ca4fd0924ef64583b9d5
parentddeb37e7a9e71de39d4215bae6e52b54505a5516
be2net: create RSS rings even in multi-channel configs

Changes from commit df505e were incorrectly over-written by commit 10ef9ab.
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/benet/be_main.c