All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] staging/rdma/hfi1: Update retry timer
@ 2016-02-04 18:58 Dennis Dalessandro
       [not found] ` <20160204185718.6973.92668.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Dennis Dalessandro @ 2016-02-04 18:58 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

hfi1 specific timer optimizations to allow for a light weight modify retry
timer.

Applies on top of the previously posted "Various bug fixes for hfi1 post rdmavt"
series and can be seen in context at:
https://github.com/ddalessa/kernel/tree/for-4.6

---

Mike Marciniszyn (5):
      staging/rdma/hfi1: centralize timer routines into rc
      staging/rdma/hfi1: use new timer routines
      staging/rdma/hfi1: use mod_timer when appropriate
      staging/rdma/hfi1: add unique rnr timer
      staging/rdma/hfi1: use new RNR timer


 drivers/infiniband/hw/qib/qib_qp.c |    1 
 drivers/infiniband/sw/rdmavt/qp.c  |    1 
 drivers/staging/rdma/hfi1/qp.c     |    5 +
 drivers/staging/rdma/hfi1/rc.c     |  192 +++++++++++++++++++++++++++---------
 drivers/staging/rdma/hfi1/verbs.h  |    4 +
 5 files changed, 152 insertions(+), 51 deletions(-)

-- 
-Denny
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-04 18:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-04 18:58 [PATCH 0/5] staging/rdma/hfi1: Update retry timer Dennis Dalessandro
     [not found] ` <20160204185718.6973.92668.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2016-02-04 18:59   ` [PATCH 1/5] staging/rdma/hfi1: centralize timer routines into rc Dennis Dalessandro
2016-02-04 18:59   ` [PATCH 2/5] staging/rdma/hfi1: use new timer routines Dennis Dalessandro
2016-02-04 18:59   ` [PATCH 3/5] staging/rdma/hfi1: use mod_timer when appropriate Dennis Dalessandro
2016-02-04 18:59   ` [PATCH 4/5] staging/rdma/hfi1: add unique rnr timer Dennis Dalessandro
2016-02-04 18:59   ` [PATCH 5/5] staging/rdma/hfi1: use new RNR timer Dennis Dalessandro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.