public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/2] Revise eq support for hip06 & hip08
@ 2017-11-14  9:26 Yixian Liu
       [not found] ` <1510651577-20794-1-git-send-email-liuyixian-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Yixian Liu @ 2017-11-14  9:26 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: leon-DgEjT+Ai2ygdnm+yROfE0A, linux-rdma-u79uwXL29TY76Z2rM5mHXA

This patch-set refactor eq code for hip06 and add eq
support for hip08.

Yixian Liu (2):
  RDMA/hns: Refactor eq code for hip06
  RDMA/hns: Add eq support of hip08

 drivers/infiniband/hw/hns/Makefile          |    2 +-
 drivers/infiniband/hw/hns/hns_roce_cmd.c    |    1 +
 drivers/infiniband/hw/hns/hns_roce_cmd.h    |   10 +
 drivers/infiniband/hw/hns/hns_roce_common.h |   11 +
 drivers/infiniband/hw/hns/hns_roce_cq.c     |   19 +-
 drivers/infiniband/hw/hns/hns_roce_device.h |   83 +-
 drivers/infiniband/hw/hns/hns_roce_eq.c     |  759 -----------------
 drivers/infiniband/hw/hns/hns_roce_eq.h     |  134 ---
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c  |  740 ++++++++++++++++-
 drivers/infiniband/hw/hns/hns_roce_hw_v1.h  |   44 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 1177 ++++++++++++++++++++++++++-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |  192 ++++-
 drivers/infiniband/hw/hns/hns_roce_main.c   |   16 +-
 drivers/infiniband/hw/hns/hns_roce_qp.c     |    1 +
 14 files changed, 2251 insertions(+), 938 deletions(-)
 delete mode 100644 drivers/infiniband/hw/hns/hns_roce_eq.c
 delete mode 100644 drivers/infiniband/hw/hns/hns_roce_eq.h

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

end of thread, other threads:[~2017-12-23  8:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-14  9:26 [PATCH for-next 0/2] Revise eq support for hip06 & hip08 Yixian Liu
     [not found] ` <1510651577-20794-1-git-send-email-liuyixian-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-11-14  9:26   ` [PATCH for-next 1/2] RDMA/hns: Refactor eq code for hip06 Yixian Liu
     [not found]     ` <1510651577-20794-2-git-send-email-liuyixian-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-11-14  8:53       ` Liuyixian (Eason)
     [not found]         ` <ad1fff67-3511-8252-5b6f-aa1ab0c90078-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-11-14  9:09           ` Liuyixian (Eason)
2017-11-14  9:11       ` Leon Romanovsky
     [not found]         ` <20171114091146.GT18825-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-11-14  9:40           ` Liuyixian (Eason)
     [not found]             ` <7a93b747-4745-86ab-4366-7b883dc2f133-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-12-19 12:38               ` Liuyixian (Eason)
2017-11-14  9:26   ` [PATCH for-next 2/2] RDMA/hns: Add eq support of hip08 Yixian Liu
2017-12-04  9:33   ` [PATCH for-next 0/2] Revise eq support for hip06 & hip08 Liuyixian (Eason)
     [not found]     ` <4636858b-4ae8-e37e-d2d3-44441560f266-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-12-11  8:55       ` Liuyixian (Eason)
     [not found]         ` <6d0a2aee-54e0-90dd-5293-7f8a5dac7d36-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-12-11 15:49           ` Jason Gunthorpe
     [not found]             ` <20171211154902.GA27709-uk2M96/98Pc@public.gmane.org>
2017-12-12 10:42               ` Liuyixian (Eason)
2017-12-22 16:37   ` Jason Gunthorpe
     [not found]     ` <20171222163732.GA15021-uk2M96/98Pc@public.gmane.org>
2017-12-23  8:57       ` Liuyixian (Eason)

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