public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/5] Userspace library matching for hip08 RoCE
@ 2017-10-17 13:12 Lijun Ou
       [not found] ` <1508245946-145697-1-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Lijun Ou @ 2017-10-17 13:12 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA, leon-DgEjT+Ai2ygdnm+yROfE0A,
	jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

This patch series add userspace library for hip08 RoCE driver. It will
work with the kernel driver of hip08 RoCE(hns-roce-hw-v2.ko).

Lijun Ou (5):
  libhns: Add new PCI device matching for hip08
  libhns: Introduce QP operations refered to hip08 RoCE device
  libhns: Introduce CQ operations refered to hip08 device
  libhns: Reimplement verbs of post_send and post_recv for hip08 RoCE
  libhns: Update consolidate repo for userspace library of hip08 RoCE

 providers/hns/CMakeLists.txt     |   1 +
 providers/hns/hns_roce_u.c       |  12 +-
 providers/hns/hns_roce_u.h       |  13 +-
 providers/hns/hns_roce_u_hw_v2.c | 916 +++++++++++++++++++++++++++++++++++++++
 providers/hns/hns_roce_u_hw_v2.h | 261 +++++++++++
 providers/hns/hns_roce_u_verbs.c | 121 ++++--
 6 files changed, 1289 insertions(+), 35 deletions(-)
 create mode 100644 providers/hns/hns_roce_u_hw_v2.c
 create mode 100644 providers/hns/hns_roce_u_hw_v2.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] 8+ messages in thread

end of thread, other threads:[~2017-10-24  1:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-17 13:12 [PATCH rdma-core 0/5] Userspace library matching for hip08 RoCE Lijun Ou
     [not found] ` <1508245946-145697-1-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-10-17 13:12   ` [PATCH rdma-core 1/5] libhns: Add new PCI device matching for hip08 Lijun Ou
2017-10-17 13:12   ` [PATCH rdma-core 2/5] libhns: Introduce QP operations refered to hip08 RoCE device Lijun Ou
2017-10-17 13:12   ` [PATCH rdma-core 3/5] libhns: Introduce CQ operations refered to hip08 device Lijun Ou
2017-10-17 13:12   ` [PATCH rdma-core 4/5] libhns: Reimplement verbs of post_send and post_recv for hip08 RoCE Lijun Ou
2017-10-17 13:12   ` [PATCH rdma-core 5/5] libhns: Update consolidate repo for userspace library of " Lijun Ou
2017-10-23 17:27   ` [PATCH rdma-core 0/5] Userspace library matching for " Leon Romanovsky
     [not found]     ` <20171023172725.GN2106-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-10-24  1:53       ` oulijun

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