Re: [PATCH 05/11] IB/srp: destroy and recreate QP and CQs on each connection

2012-11-26 Thread Bart Van Assche
On 11/26/12 05:44, David Dillow wrote: From: Ishai Rabinovitz HW QP FATAL errors persist over a reset operation, but we can recover from that by recreating the QP and associated CQs for each connection. Creating a new QP/CQ also completely forecloses any possibility of getting stale completions

[PATCH 05/11] IB/srp: destroy and recreate QP and CQs on each connection

2012-11-25 Thread David Dillow
From: Ishai Rabinovitz HW QP FATAL errors persist over a reset operation, but we can recover from that by recreating the QP and associated CQs for each connection. Creating a new QP/CQ also completely forecloses any possibility of getting stale completions or packets on the new connection. Signe