[ofa-general] Re: [PATCH] ib cm conn sent destroy

Steve Wise swise at opengridcomputing.com
Thu Jul 3 12:32:18 PDT 2008


>>>   
>>>       
>> This isn't the intended usage model.  rdma_accept() and rdma_reject()  
>> are only valid on connect request cm_ids passed up in the  
>> CONNECT_REQUEST event on the server side...
>>
>> (I'm not saying something isn't broken however :)
>>     
>
> That makes sense.  I couldn't find anyway to get that bit
> IWCM_F_CONNECT_WAIT cleared (without massive layering violations).
> Is there anything like rdma_give_up_on_the_connect() that works
> on the client side?  Am I expected just to wait for the transport
> layer to time out the connect?  I could imagine a Ctrl-C situation
> where immediate client-side cancellation is desired.
>
> 		-- Pete
>   


Currently, no.  The IWCM must wait until the iwarp provider finishes the 
connect attempt.  That's the current design.

Its busted IMO...






More information about the general mailing list