commit | e31353eaeca736981ec13b46089d30147342b28b | [log] [tgz] |
---|---|---|
author | Dotan Barak <dotanb@mellanox.co.il> | Tue Oct 24 13:35:27 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Nov 29 15:33:06 2006 -0800 |
tree | 6f8778e46923c23d39c671b0216f14d64d3979ce | |
parent | bed8bdfddd851657cf9e5fd16bb44abb02ae7f42 [diff] |
RDMA/cm: Remove setting local write as part of QP access flags The qp_access_flags are for remote access permissions only, so IB_ACCESS_LOCAL_WRITE is an invalid value. Remove it from the values set by cm_init_qp_init_attr() and cma_init_ib_qp(). Signed-off-by: Dotan Barak <dotanb@mellanox.co.il> Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>