]> bbs.cooldavid.org Git - net-next-2.6.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)
commitb6d24eb663cdf4af9c08b37ad2e31056c5eb2561
tree74feb13f2f56a6e58660553a935498614f401a55
parenta55a603dae47a1ea4fbfad3a3a428ea7a0900ab6
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