All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/9] Codes optimization for hip08
@ 2019-07-08 13:41 Lijun Ou
  2019-07-08 13:41 ` [PATCH for-next 1/9] RDMA/hns: Package the flow of creating cq Lijun Ou
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Lijun Ou @ 2019-07-08 13:41 UTC (permalink / raw)
  To: dledford, jgg; +Cc: leon, linux-rdma, linuxarm

Here are codes optimization in order to reduce complexity and
add readability.

Lijun Ou (6):
  RDMA/hns: Package the flow of creating cq
  RDMA/hns: Refactor the code of creating srq
  RDMA/hns: Refactor for hns_roce_v2_modify_qp function
  RDMA/hns: Use a separated function for setting extend sge paramters
  RDMA/hns: Package for hns_roce_rereg_user_mr function
  RDMA/hns: Refactor hem table mhop check and calculation

Xi Wang (1):
  RDMA/hns: optimize the duplicated code for qpc setting flow

Yixian Liu (1):
  RDMA/hns: Refactor eq table init for hip08

chenglang (1):
  RDMA/hns: Optimize hns_roce_mhop_alloc function.

 drivers/infiniband/hw/hns/hns_roce_cq.c     | 186 +++++---
 drivers/infiniband/hw/hns/hns_roce_device.h |   2 -
 drivers/infiniband/hw/hns/hns_roce_hem.c    | 180 ++++----
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 628 ++++++++++++++++------------
 drivers/infiniband/hw/hns/hns_roce_mr.c     | 428 +++++++++++--------
 drivers/infiniband/hw/hns/hns_roce_qp.c     |  61 ++-
 drivers/infiniband/hw/hns/hns_roce_srq.c    | 310 ++++++++------
 7 files changed, 1015 insertions(+), 780 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2019-07-25 15:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-08 13:41 [PATCH for-next 0/9] Codes optimization for hip08 Lijun Ou
2019-07-08 13:41 ` [PATCH for-next 1/9] RDMA/hns: Package the flow of creating cq Lijun Ou
2019-07-08 13:41 ` [PATCH for-next 2/9] RDMA/hns: Refactor the code of creating srq Lijun Ou
2019-07-08 13:41 ` [PATCH for-next 3/9] RDMA/hns: Refactor for hns_roce_v2_modify_qp function Lijun Ou
2019-07-08 13:41 ` [PATCH for-next 4/9] RDMA/hns: Use a separated function for setting extend sge paramters Lijun Ou
2019-07-08 13:41 ` [PATCH for-next 5/9] RDMA/hns: optimize the duplicated code for qpc setting flow Lijun Ou
2019-07-08 13:41 ` [PATCH for-next 6/9] RDMA/hns: Optimize hns_roce_mhop_alloc function Lijun Ou
2019-07-08 13:41 ` [PATCH for-next 7/9] RDMA/hns: Package for hns_roce_rereg_user_mr function Lijun Ou
2019-07-08 13:41 ` [PATCH for-next 8/9] RDMA/hns: Refactor hem table mhop check and calculation Lijun Ou
2019-07-08 13:41 ` [PATCH for-next 9/9] RDMA/hns: Refactor eq table init for hip08 Lijun Ou
2019-07-25 15:42 ` [PATCH for-next 0/9] Codes optimization " Jason Gunthorpe

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.