Re: [PATCH 4/4] RDMA/cxgb4: Add timeouts when waiting for FW responses.

2010-08-02 Thread Roland Dreier
thanks, applied all 4 -- Roland Dreier rola...@cisco.com || For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More

[PATCH 4/4] RDMA/cxgb4: Add timeouts when waiting for FW responses.

2010-07-23 Thread Steve Wise
Don't hang a host thread if the FW stops responding. Signed-off-by: Steve Wise sw...@opengridcomputing.com --- drivers/infiniband/hw/cxgb4/cm.c | 22 ++ 1 files changed, 18 insertions(+), 4 deletions(-) diff --git a/drivers/infiniband/hw/cxgb4/cm.c