linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 for-next 00/13] Updates for 5.3-rc2
@ 2019-08-03  8:45 Lijun Ou
  2019-08-03  8:45 ` [PATCH V3 for-next 01/13] RDMA/hns: Encapsulate some lines for setting sq size in user mode Lijun Ou
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: Lijun Ou @ 2019-08-03  8:45 UTC (permalink / raw)
  To: dledford, jgg; +Cc: leon, linux-rdma, linuxarm

Here are some updates for hns driver based 5.3-rc2, mainly
include some codes optimization and comments style modification.

Change from V2:
1. Remove the unncessary memset opertion for the tenth patch

Change from V1:
1. Fix the checkpatch warning
2. Use ibdev print interface instead of dev print interface in
   this patchset.

Lang Cheng (6):
  RDMA/hns: Clean up unnecessary initial assignment
  RDMA/hns: Update some comments style
  RDMA/hns: Handling the error return value of hem function
  RDMA/hns: Split bool statement and assign statement
  RDMA/hns: Refactor irq request code
  RDMA/hns: Remove unnecessary kzalloc

Lijun Ou (2):
  RDMA/hns: Encapsulate some lines for setting sq size in user mode
  RDMA/hns: Optimize hns_roce_modify_qp function

Weihang Li (2):
  RDMA/hns: Remove redundant print in hns_roce_v2_ceq_int()
  RDMA/hns: Disable alw_lcl_lpbk of SSU

Yangyang Li (1):
  RDMA/hns: Refactor hns_roce_v2_set_hem for hip08

Yixian Liu (2):
  RDMA/hns: Update the prompt message for creating and destroy qp
  RDMA/hns: Remove unnessary init for cmq reg

 drivers/infiniband/hw/hns/hns_roce_device.h |  65 +++++----
 drivers/infiniband/hw/hns/hns_roce_hem.c    |  15 +-
 drivers/infiniband/hw/hns/hns_roce_hem.h    |   6 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 211 ++++++++++++++--------------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |   2 -
 drivers/infiniband/hw/hns/hns_roce_mr.c     |   1 -
 drivers/infiniband/hw/hns/hns_roce_qp.c     | 178 ++++++++++++++---------
 7 files changed, 260 insertions(+), 218 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2019-08-08  9:27 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-03  8:45 [PATCH V3 for-next 00/13] Updates for 5.3-rc2 Lijun Ou
2019-08-03  8:45 ` [PATCH V3 for-next 01/13] RDMA/hns: Encapsulate some lines for setting sq size in user mode Lijun Ou
2019-08-03  8:45 ` [PATCH V3 for-next 02/13] RDMA/hns: Optimize hns_roce_modify_qp function Lijun Ou
2019-08-07 19:41   ` Doug Ledford
2019-08-03  8:45 ` [PATCH V3 for-next 03/13] RDMA/hns: Update the prompt message for creating and destroy qp Lijun Ou
2019-08-07 19:42   ` Doug Ledford
2019-08-03  8:45 ` [PATCH V3 for-next 04/13] RDMA/hns: Remove unnessary init for cmq reg Lijun Ou
2019-08-03  8:45 ` [PATCH V3 for-next 05/13] RDMA/hns: Clean up unnecessary initial assignment Lijun Ou
2019-08-07 19:42   ` Doug Ledford
2019-08-03  8:45 ` [PATCH V3 for-next 06/13] RDMA/hns: Update some comments style Lijun Ou
2019-08-03  8:45 ` [PATCH V3 for-next 07/13] RDMA/hns: Handling the error return value of hem function Lijun Ou
2019-08-03  8:45 ` [PATCH V3 for-next 08/13] RDMA/hns: Split bool statement and assign statement Lijun Ou
2019-08-03  8:45 ` [PATCH V3 for-next 09/13] RDMA/hns: Refactor irq request code Lijun Ou
2019-08-03  8:45 ` [PATCH V3 for-next 10/13] RDMA/hns: Remove unnecessary kzalloc Lijun Ou
2019-08-03  8:45 ` [PATCH V3 for-next 11/13] RDMA/hns: Refactor hns_roce_v2_set_hem for hip08 Lijun Ou
2019-08-03  8:45 ` [PATCH V3 for-next 12/13] RDMA/hns: Remove redundant print in hns_roce_v2_ceq_int() Lijun Ou
2019-08-03  8:45 ` [PATCH V3 for-next 13/13] RDMA/hns: Disable alw_lcl_lpbk of SSU Lijun Ou
2019-08-07 19:38 ` [PATCH V3 for-next 00/13] Updates for 5.3-rc2 Doug Ledford
2019-08-08  9:27   ` oulijun

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).