public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V5 for-next 0/6] Add rq inline and bugfixes for hns
@ 2018-01-03  2:44 Lijun Ou
       [not found] ` <1514947448-40475-1-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Lijun Ou @ 2018-01-03  2:44 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA, jgg-uk2M96/98Pc
  Cc: leon-DgEjT+Ai2ygdnm+yROfE0A, linux-rdma-u79uwXL29TY76Z2rM5mHXA

This patch series add rq inline support for hip08 kernel
mode as well as fix some bugs for hip06 and hip08.

Change from V4:
1. Fix the comment given by Leon Romanovsky
2. Delete unnecessary judgment when kfreeing wqe_list in
   exception branch

Change from V3:
1. Fix the usage of kcalloc

Change from V2:
1. Delete unnessary judgement for kfree
2. Use kcalloc instead of kmalloc_array
3. Adjust the method of setting attr_mask

Change from V1:
1. Optimize some lines according to Leon Romanovsky's reviews
2. Delete unnecessary operation for setting NULL
3. encapsulated the process for handle rq inline wqe with a 
   seperated function.
4. Add signed-off-by.

Lijun Ou (5):
  RDMA/hns: Add rq inline data support for hip08 RoCE
  RDMA/hns: Update the usage of sr_max and rr_max field
  RDMA/hns: Set access flags of hip08 RoCE
  RDMA/hns: Filter for zero length of sge in hip08 kernel mode
  RDMA/hns: Assign dest_qp when deregistering mr

Yixian Liu (1):
  RDMA/hns: Fix QP state judgement before sending work requests

 drivers/infiniband/hw/hns/hns_roce_device.h |  19 ++++
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c  |   2 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 171 ++++++++++++++++++++++------
 drivers/infiniband/hw/hns/hns_roce_qp.c     |  53 +++++++--
 4 files changed, 203 insertions(+), 42 deletions(-)

-- 
1.9.1

--
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] 11+ messages in thread

end of thread, other threads:[~2018-01-04  0:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03  2:44 [PATCH V5 for-next 0/6] Add rq inline and bugfixes for hns Lijun Ou
     [not found] ` <1514947448-40475-1-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2018-01-03  2:44   ` [PATCH V5 for-next 1/6] RDMA/hns: Add rq inline data support for hip08 RoCE Lijun Ou
     [not found]     ` <1514947448-40475-2-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2018-01-03  9:02       ` Leon Romanovsky
2018-01-03  2:44   ` [PATCH V5 for-next 2/6] RDMA/hns: Update the usage of sr_max and rr_max field Lijun Ou
2018-01-03  2:44   ` [PATCH V5 for-next 3/6] RDMA/hns: Set access flags of hip08 RoCE Lijun Ou
     [not found]     ` <1514947448-40475-4-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2018-01-03 21:19       ` Jason Gunthorpe
     [not found]         ` <20180103211918.GK11348-uk2M96/98Pc@public.gmane.org>
2018-01-04  0:59           ` oulijun
2018-01-03  2:44   ` [PATCH V5 for-next 4/6] RDMA/hns: Filter for zero length of sge in hip08 kernel mode Lijun Ou
2018-01-03  2:44   ` [PATCH V5 for-next 5/6] RDMA/hns: Fix QP state judgement before sending work requests Lijun Ou
2018-01-03  2:44   ` [PATCH V5 for-next 6/6] RDMA/hns: Assign dest_qp when deregistering mr Lijun Ou
2018-01-03 21:19   ` [PATCH V5 for-next 0/6] Add rq inline and bugfixes for hns Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox