linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-next 0/9] Fixes for hip08 driver
@ 2019-08-21 13:14 Lijun Ou
  2019-08-21 13:14 ` [PATCH for-next 1/9] RDMA/hns: Refactor cmd init and mode selection for hip08 Lijun Ou
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Lijun Ou @ 2019-08-21 13:14 UTC (permalink / raw)
  To: dledford, jgg; +Cc: linux-rdma, linuxarm

Here optimizes some codes and removes some warnings
by sparse tool checking as well as fixes some defects.

Lang Cheng (3):
  RDMA/hns: Modify the data structure of hns_roce_av
  RDMA/hns: Fix cast from or to restricted __le32 for driver
  RDMA/hns: Add reset process for function-clear

Lijun Ou (3):
  RDMA/hns: Refactor the codes of creating qp
  RDMA/hns: Remove the some magic number
  RDMA/hns: Fix wrong assignment of qp_access_flags

Wenpeng Liang (2):
  RDMA/hns: Remove if-else judgment statements for creating srq
  RDMA/hns: Delete the not-used lines

Yixian Liu (1):
  RDMA/hns: Refactor cmd init and mode selection for hip08

 drivers/infiniband/hw/hns/hns_roce_ah.c     |  23 +--
 drivers/infiniband/hw/hns/hns_roce_cmd.c    |  14 +-
 drivers/infiniband/hw/hns/hns_roce_device.h |  17 +-
 drivers/infiniband/hw/hns/hns_roce_hem.c    |  34 ++--
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c  |  49 +++---
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 256 +++++++++++++++++++---------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |   5 +-
 drivers/infiniband/hw/hns/hns_roce_main.c   |  18 +-
 drivers/infiniband/hw/hns/hns_roce_mr.c     |   7 +-
 drivers/infiniband/hw/hns/hns_roce_qp.c     | 108 +++++++-----
 drivers/infiniband/hw/hns/hns_roce_srq.c    |  30 +---
 11 files changed, 314 insertions(+), 247 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2019-08-29  0:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-21 13:14 [PATCH for-next 0/9] Fixes for hip08 driver Lijun Ou
2019-08-21 13:14 ` [PATCH for-next 1/9] RDMA/hns: Refactor cmd init and mode selection for hip08 Lijun Ou
2019-08-21 17:19   ` Leon Romanovsky
2019-08-26  8:43     ` liweihang
2019-08-21 13:14 ` [PATCH for-next 2/9] RDMA/hns: Refactor the codes of creating qp Lijun Ou
2019-08-28 15:19   ` Doug Ledford
2019-08-29  0:56     ` oulijun
2019-08-21 13:14 ` [PATCH for-next 3/9] RDMA/hns: Modify the data structure of hns_roce_av Lijun Ou
2019-08-21 13:14 ` [PATCH for-next 4/9] RDMA/hns: Remove the some magic number Lijun Ou
2019-08-21 13:14 ` [PATCH for-next 5/9] RDMA/hns: Fix cast from or to restricted __le32 for driver Lijun Ou
2019-08-21 13:14 ` [PATCH for-next 6/9] RDMA/hns: Add reset process for function-clear Lijun Ou
2019-08-21 13:14 ` [PATCH for-next 7/9] RDMA/hns: Remove if-else judgment statements for creating srq Lijun Ou
2019-08-21 13:14 ` [PATCH for-next 8/9] RDMA/hns: Delete the not-used lines Lijun Ou
2019-08-21 13:14 ` [PATCH for-next 9/9] RDMA/hns: Fix wrong assignment of qp_access_flags Lijun Ou
2019-08-28 15:31 ` [PATCH for-next 0/9] Fixes for hip08 driver Doug Ledford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).