[ofa-general] Re: split CQs for IPOIB UD

Or Gerlitz ogerlitz at voltaire.com
Mon Apr 28 00:17:27 PDT 2008


Eli Cohen wrote:
>> Or go simpler and have MAX_SEND_CQE be replaced by (say) MIN {16 , 
>> send_queue_size/4}
>>     
> But then I have to evaluate this expression in the fast path so I think
> we should put the limit at module initialization.
>   
Using a value V which equals  MIN (A, b) which is not predefined does 
mot mean to you need to evaluate the MIN function each time you check if 
X > V, just compute V once and you are done.

Or.






More information about the general mailing list