Hi Roland,<br>I was hoping that the function will take care of that by introducing some kind of timer since last notification. The logic I had in mind was that the notification is triggered in either of the two events is true:
<br>->We have 10+ completions or<br>->Time since last notification > (some specified value) && (there is atleast one item in the cq queue).<br>Is this feasible?<br><br>Thanks for your time,<br>harish<br><br>
<div><span class="gmail_quote">On 8/29/06, <b class="gmail_sendername">Roland Dreier</b> <<a href="mailto:rdreier@cisco.com">rdreier@cisco.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    harish> Hi Roland, As regards the CQ notification frequency, I<br>    harish> noticed that the function req_ncomp_notif used by<br>    harish> ib_req_ncom_notif is not implemented yet. I was hoping<br>    harish> that if this was implemented, I would just use
<br>    harish> ib_req_ncom_notif with a count of 10 in place of<br>    harish> ib_req_com_notif.  Please share your comments on this<br>    harish> approach and it will be great if you have a patch with the<br>    harish> ib_req_ncom_notif implementation.
<br><br>No, I have not implemented that function.<br><br>But if you request an event after 10 completions then you run into a<br>problem of getting stuck if only 9 completions are generated.<br><br> - R.<br></blockquote></div>
<br>