[ofa-general] [PATCH] IB/CM: Remove local write permission enable in QP access flags

Roland Dreier rdreier at cisco.com
Tue Jul 17 10:45:00 PDT 2007


 >  	case RDMA_TRANSPORT_IWARP:
 >  		if (!id_priv->cm_id.iw) {
 > -			qp_attr->qp_access_flags = IB_ACCESS_LOCAL_WRITE;
 > +			qp_attr->qp_access_flags = 0;
 >  			*qp_attr_mask = IB_QP_STATE | IB_QP_ACCESS_FLAGS;

Looks sane to me... among iWARP drivers, cxgb3 ignores IB_ACCESS_LOCAL_WRITE
in qp_access_flags and amso1100 doesn't look at qp_access_flags at all (??).



More information about the general mailing list