Re: [PATCH] RDMA/cxgb4: Mark the QP in error before disabling the Q in the firmware

2011-10-28 Thread Steve Wise
On 10/25/2011 06:08 AM, Kumar Sanghvi wrote: From: Tom Tuckert...@ogc.us The QP needs to be moved to error before telling the firwmare to shutdown the queue. Otherwise, the application can submit WR that will never get fetched by the hardware and never flushed by the driver. Signed-off-by:

[PATCH] RDMA/cxgb4: Mark the QP in error before disabling the Q in the firmware

2011-10-25 Thread Kumar Sanghvi
From: Tom Tucker t...@ogc.us The QP needs to be moved to error before telling the firwmare to shutdown the queue. Otherwise, the application can submit WR that will never get fetched by the hardware and never flushed by the driver. Signed-off-by: Kumar Sanghvi kuma...@chelsio.com ---