]> git.baikalelectronics.ru Git - kernel.git/commit
enic: Bug Fix: Fix timeout for hardware Tx and Rx queue disable operations
authorVasanthy Kolluri <vkolluri@cisco.com>
Thu, 18 Mar 2010 16:19:49 +0000 (16:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2010 04:22:48 +0000 (21:22 -0700)
commit62b958180d1fb11131a4bce9ea06dc7fa95e53ba
tree74feb13f2f56a6e58660553a935498614f401a55
parent7d491228b301cd8722fa845829611168a28f5c25
enic: Bug Fix: Fix timeout for hardware Tx and Rx queue disable operations

The timeout for hardware Tx and Rx queue disable operations is increased to
work-around an erratum for "unnamed" chipset where a DMA completion may take
upto 10ms. We have to wait atleast this long for hardware to signal that Tx
and Rx queues are quiesced.

Signed-off-by: Scott Feldman <scofeldm@cisco.com>
Signed-off-by: Vasanthy Kolluri <vkolluri@cisco.com>
Signed-off-by: Roopa Prabhu <roprabhu@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/enic/vnic_rq.c
drivers/net/enic/vnic_wq.c