[ofa-general] Re: [PATCH 2 of 2] libmlx4: implement query_qp

Roland Dreier rdreier at cisco.com
Thu Jul 12 15:43:52 PDT 2007


 > +	init_attr->cap.max_recv_wr =  mqp->rq.max_post;
 > +	init_attr->cap.max_recv_sge =  mqp->rq.max_gs;

Why do we have to reset these in userspace?  Doesn't the kernel
already give us correct info for the receive queue?

 - R.



More information about the general mailing list