mbox series

[for-next,0/4] IB/hfi1: Minor code improvements

Message ID 20190318165647.25749.87576.stgit@scvm10.sc.intel.com (mailing list archive)
Headers show
Series IB/hfi1: Minor code improvements | expand

Message

Dennis Dalessandro March 18, 2019, 4:58 p.m. UTC
Here are some code improvement patches and fixes for less serious bugs to TID
RDMA than we sent for RC.

---

Kaike Wan (4):
      IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATA
      IB/hfi1: Add a function to read next expected psn from hardware flow
      IB/hfi1: Unify the software PSN check for TID RDMA READ/WRITE
      IB/hfi1: Remove WARN_ON when freeing expected receive groups


 drivers/infiniband/hw/hfi1/exp_rcv.c   |    3 -
 drivers/infiniband/hw/hfi1/rc.c        |   23 ++-----
 drivers/infiniband/hw/hfi1/rc.h        |    8 +++
 drivers/infiniband/hw/hfi1/tid_rdma.c  |   99 ++++++++++++++++----------------
 drivers/infiniband/hw/hfi1/tid_rdma.h  |    2 -
 drivers/infiniband/hw/hfi1/trace_tid.h |   12 +---
 6 files changed, 67 insertions(+), 80 deletions(-)

--
-Denny

Comments

Jason Gunthorpe April 3, 2019, 6:38 p.m. UTC | #1
On Mon, Mar 18, 2019 at 09:58:17AM -0700, Dennis Dalessandro wrote:
> Here are some code improvement patches and fixes for less serious bugs to TID
> RDMA than we sent for RC.
> 
> 
> Kaike Wan (4):
>       IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATA
>       IB/hfi1: Add a function to read next expected psn from hardware flow
>       IB/hfi1: Unify the software PSN check for TID RDMA READ/WRITE
>       IB/hfi1: Remove WARN_ON when freeing expected receive groups

Applied to for-next, thanks

Jason