> By the way, how about extending the userspace API in a similiar > fashion? > > missed_events = ibv_req_notify_cq(priv->cq, IBV_CQ_NEXT_COMP | > IBV_CQ_REPORT_MISSED_EVENTS) It would require a kernel-user ABI bump. Is it worth it? - R.