]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd0428c0722c822e92f9859ccc21db069c97cef79
tree641c82586019bb1e7d1fdbfd493334ad9bb64afb
parent391f93d8f1e4b5df73da49a46da90db2f87ad826
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