Re: [PATCH v1 13/13] xprtrdma: Handle additional connection events

2014-06-24 Thread Anna Schumaker
On 06/23/2014 06:40 PM, Chuck Lever wrote: > Commit 38ca83a5 added RDMA_CM_EVENT_TIMEWAIT_EXIT. But that status > is relevant only for consumers that re-use their QPs on new > connections. xprtrdma creates a fresh QP on reconnection, so that > event should be explicitly ignored. > > Squelch the ala

[PATCH v1 13/13] xprtrdma: Handle additional connection events

2014-06-23 Thread Chuck Lever
Commit 38ca83a5 added RDMA_CM_EVENT_TIMEWAIT_EXIT. But that status is relevant only for consumers that re-use their QPs on new connections. xprtrdma creates a fresh QP on reconnection, so that event should be explicitly ignored. Squelch the alarming "unexpected CM event" message. Signed-off-by: C