enic: Always use single transmit and single receive hardware queues per device
authorVasanthy Kolluri <vkolluri@cisco.com>
Thu, 17 Feb 2011 13:57:19 +0000 (13:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Feb 2011 00:13:31 +0000 (16:13 -0800)
commit1cbb1a61d59b7552e1e3fde485d8af5699fe16e0
tree641c82586019bb1e7d1fdbfd493334ad9bb64afb
parent982721f3911b2619482e05910644e5699fbeb065
enic: Always use single transmit and single receive hardware queues per device

We believe that our earlier patch for supporting multiple hardware
receive queues per enic device requires more internal testing. At this
point, we think that it's best to disable the use of multiple receive
queues. The current patch provides an effective means for the same.

Also, we continue to disallow multiple hardware transmit queues per
device. But change the way we enforce this in order to maintain
consistency with the way receive queues are handled.

Signed-off-by: Christian Benvenuti <benve@cisco.com>
Signed-off-by: Danny Guo <dannguo@cisco.com>
Signed-off-by: Vasanthy Kolluri <vkolluri@cisco.com>
Signed-off-by: Roopa Prabhu <roprabhu@cisco.com>
Signed-off-by: David Wang <dwang2@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/enic/enic.h
drivers/net/enic/enic_main.c