[ofa-general] Re: Is ibv_get_async_event() a blocking call ?

Roland Dreier rdreier at cisco.com
Fri Mar 2 14:55:28 PST 2007


 > 	Back to my orignal question, if I don't call
 > ibv_get_async_event() for a long time, and there are a lot of events
 > generated during the time, do I loss any event when I eventually call
 > ibv_get_async_event() ?
 > 
 > 	(another way, how many events can you queue ) ?

Actually this is not handled very well right now.  There is no limit
on the length of the queue so you can eventually use up all the memory
in the system if you never pick up asyc events.

 - R.



More information about the general mailing list