public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 for-next 0/6] Add rq inline and bugfixes for hns
@ 2018-01-02 12:49 Lijun Ou
       [not found] ` <1514897371-52553-1-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Lijun Ou @ 2018-01-02 12:49 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 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     |  50 ++++++--
 4 files changed, 200 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] 8+ messages in thread

end of thread, other threads:[~2018-01-02 13:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-02 12:49 [PATCH V4 for-next 0/6] Add rq inline and bugfixes for hns Lijun Ou
     [not found] ` <1514897371-52553-1-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2018-01-02 12:49   ` [PATCH V4 for-next 1/6] RDMA/hns: Add rq inline data support for hip08 RoCE Lijun Ou
     [not found]     ` <1514897371-52553-2-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2018-01-02 13:05       ` Leon Romanovsky
2018-01-02 12:49   ` [PATCH V4 for-next 2/6] RDMA/hns: Update the usage of sr_max and rr_max field Lijun Ou
2018-01-02 12:49   ` [PATCH V4 for-next 3/6] RDMA/hns: Set access flags of hip08 RoCE Lijun Ou
2018-01-02 12:49   ` [PATCH V4 for-next 4/6] RDMA/hns: Filter for zero length of sge in hip08 kernel mode Lijun Ou
2018-01-02 12:49   ` [PATCH V4 for-next 5/6] RDMA/hns: Fix QP state judgement before sending work requests Lijun Ou
2018-01-02 12:49   ` [PATCH V4 for-next 6/6] RDMA/hns: Assign dest_qp when deregistering mr Lijun Ou

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