diff options
author | Mike Marciniszyn <mike.marciniszyn@intel.com> | 2016-02-04 10:59:36 -0800 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-10 20:38:03 -0500 |
commit | 08279d5c9424afd710c90d0b6df95612d2bb5a3f (patch) | |
tree | 6c92f773d77a6570e395cb47b5f98ddbae506f2d /drivers/infiniband/sw | |
parent | 3c9d149bdc797a7dfb48bcf327f9ceeb6060a512 (diff) | |
download | talos-obmc-linux-08279d5c9424afd710c90d0b6df95612d2bb5a3f.tar.gz talos-obmc-linux-08279d5c9424afd710c90d0b6df95612d2bb5a3f.zip |
staging/rdma/hfi1: use new RNR timer
Use the new RNR timer for hfi1.
For qib, this timer doesn't exist, so exploit driver
callbacks to use the new timer as appropriate.
Reviewed-by: Jubin John <jubin.john@intel.com>
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/sw')
-rw-r--r-- | drivers/infiniband/sw/rdmavt/qp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rdmavt/qp.c b/drivers/infiniband/sw/rdmavt/qp.c index 322de64164f7..439213c37537 100644 --- a/drivers/infiniband/sw/rdmavt/qp.c +++ b/drivers/infiniband/sw/rdmavt/qp.c @@ -405,7 +405,6 @@ void rvt_reset_qp(struct rvt_dev_info *rdi, struct rvt_qp *qp, /* Stop the send queue and the retry timer */ rdi->driver_f.stop_send_queue(qp); - del_timer_sync(&qp->s_timer); /* Wait for things to stop */ rdi->driver_f.quiesce_qp(qp); |