commit | bb9366af7b4addb27156585baccadc4b6d30f223 | [log] [tgz] |
---|---|---|
author | Divy Le Ray <divy@chelsio.com> | Wed Sep 05 15:58:30 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:51:05 2007 -0700 |
tree | 2d22b563a7d4b531aa550e068aaae658a2d2fc08 | |
parent | 1c17ae8af93bed203d9760702882e9f747a51912 [diff] |
cxgb3 - CQ context operations time out too soon. Currently, the driver only tries up to 5 times (5us) to get the results of a CQ context operation. Testing has shown the chip can take as much as 50us to return the response on SG_CONTEXT_CMD operations. So we up the retry count to 100 to cover high loads. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>