> while creating QP using rdma_create_qp(), I am not seeing any where > it is setting IB_ACCESS_LOCAL_WRITE flag other then for IW QPs. Is > it for some specific reason its just a mistake?
Commit 1ca8d15619f725e223c19137350b0336b9196193 (dated July 22nd) removed this for iWarp QPs. The qp_access_flags is only used to set remote permissions, so it should not be being set. - Sean _______________________________________________ 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
