Re: [PATCH 1/2] RDMA/cxgb4: Reset wait condition atomically.

2011-04-29 Thread Roland Dreier
> Hey Roland, are these 2 patches ok to merge? Yeah I think so. Was just getting to them this morning. - R. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-inf

Re: [PATCH 1/2] RDMA/cxgb4: Reset wait condition atomically.

2011-04-29 Thread Steve Wise
On 04/22/2011 12:56 PM, Steve Wise wrote: The driver was never really waiting for RDMA_WR/FINI completions because the condition variable used to determine if the completion happened was never reset, and this condition variable is reused for both connection setup and teardown. This causes vario

[PATCH 1/2] RDMA/cxgb4: Reset wait condition atomically.

2011-04-22 Thread Steve Wise
The driver was never really waiting for RDMA_WR/FINI completions because the condition variable used to determine if the completion happened was never reset, and this condition variable is reused for both connection setup and teardown. This causes various driver crashes under heavy loads due to re