staging/rdma/hfi1: Remove modify queue pair from hfi1
In addition to removing the modify queue pair verb from hfi1 we also remove ancillary functions which existed only for modify queue pair and are also already present in hfi1. Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

committed by
Doug Ledford

parent
0facc5a163
commit
ec4274f1ae
@@ -1133,13 +1133,6 @@ int rvt_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr,
|
||||
qp->remote_ah_attr = qp->alt_ah_attr;
|
||||
qp->port_num = qp->alt_ah_attr.port_num;
|
||||
qp->s_pkey_index = qp->s_alt_pkey_index;
|
||||
|
||||
/*
|
||||
* Ignored by drivers which do not support it. Not
|
||||
* really worth creating a call back into the driver
|
||||
* just to set a flag.
|
||||
*/
|
||||
qp->s_flags |= RVT_S_AHG_CLEAR;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user