I'm using rdma_cm and I don't set the qp_access_flags explicitly. I presume they are set correctly since non-zero length rdma reads complete successfully. I have also verified the data. the only place I set the privileges is when registering the memory region and I have them set at IBV_ACCESS_LOCAL_WRITE, _REMOTE_READ and _REMOTE_WRITE
On Jan 25, 2008 4:45 AM, Dotan Barak <[EMAIL PROTECTED]> wrote: > Rajouri Jammu wrote: > > When I try doing a zero byte rdma read I get a 10 > > (IB_WC_REM_ACCESS_ERR ) error completion. > > > > Is that expected? > > > > Non-zero byte reads complete successfully. > > > > I'm using OFED-1.2.5.4. > > > Did you enabled RDMA Read in the qp_access_flags (in modify QP > RESET->INIT)? > > Dotan >
_______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
