[Openib-windows] races on __destrot_obj function

Yossi Leybovich sleybo at mellanox.co.il
Sun Jul 9 05:22:49 PDT 2006


I looked at rev 407:

I think that there is typo in the ASSERT of the chk version:

	CL_ASSERT( !ref_cnt ); 

If you ment it to check the new ref_cnt , it should be 

	CL_ASSERT( !p_obj->ref_cnt );

Yossi 

> -----Original Message-----
> From: ftillier.sst at gmail.com [mailto:ftillier.sst at gmail.com] 
> On Behalf Of Fabian Tillier
> Sent: Thursday, July 06, 2006 5:57 PM
> To: Yossi Leybovich
> Cc: openib-windows at openib.org
> Subject: Re: [Openib-windows] races on __destrot_obj function
> 
> Hi Yossi,
> 
> On 7/6/06, Yossi Leybovich <sleybo at mellanox.co.il> wrote:
> 
> <snip...>
> 
> > unfortunately in the IPoIB registry configuration we were 
> configured 
> > to 10 retries and timeout of 1000ms (10 sec)
> 
> I just checked in a change, revision 407, that will assert 
> every 10 seconds on a debug build, but continue to wait, and 
> wait indefinitely in a release build.
> 
> I'll work up a patch to allow cancelling the MC request.
> 
> - Fab
> 




More information about the ofw mailing list