public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 rdma-core 0/5] Userspace library matching for hip08 RoCE
@ 2017-10-24 13:21 Lijun Ou
       [not found] ` <1508851309-183263-1-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Lijun Ou @ 2017-10-24 13:21 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).

Change from V2:
- Fix the spelling with referred
- Eliminate the warning by travis-CI

Change from V1:
- Fix build warning due to the strange placement of fprintf

Lijun Ou (5):
  libhns: Add new PCI device matching for hip08
  libhns: Introduce QP operations referred to hip08 RoCE device
  libhns: Introduce CQ operations referred 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 | 907 +++++++++++++++++++++++++++++++++++++++
 providers/hns/hns_roce_u_hw_v2.h | 261 +++++++++++
 providers/hns/hns_roce_u_verbs.c | 121 ++++--
 6 files changed, 1280 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] 12+ messages in thread

end of thread, other threads:[~2017-10-25 16:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-24 13:21 [PATCH V3 rdma-core 0/5] Userspace library matching for hip08 RoCE Lijun Ou
     [not found] ` <1508851309-183263-1-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-10-24 13:21   ` [PATCH V3 rdma-core 1/5] libhns: Add new PCI device matching for hip08 Lijun Ou
2017-10-24 13:21   ` [PATCH V3 rdma-core 2/5] libhns: Introduce QP operations referred to hip08 RoCE device Lijun Ou
2017-10-24 13:21   ` [PATCH V3 rdma-core 3/5] libhns: Introduce CQ operations referred to hip08 device Lijun Ou
2017-10-24 13:21   ` [PATCH V3 rdma-core 4/5] libhns: Reimplement verbs of post_send and post_recv for hip08 RoCE Lijun Ou
2017-10-24 13:21   ` [PATCH V3 rdma-core 5/5] libhns: Update consolidate repo for userspace library of " Lijun Ou
2017-10-24 15:28   ` [PATCH V3 rdma-core 0/5] Userspace library matching for " Leon Romanovsky
     [not found]     ` <20171024152836.GJ16127-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-10-25  5:38       ` Leon Romanovsky
     [not found]         ` <20171025053833.GN16127-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-10-25  6:29           ` oulijun
     [not found]             ` <7689f70b-746a-44b8-91b3-81294d83b2a6-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-10-25  7:34               ` Leon Romanovsky
     [not found]                 ` <20171025073430.GO16127-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-10-25  9:28                   ` oulijun
     [not found]                     ` <40aa3621-b26b-8afc-7ce0-236659d9155c-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-10-25 16:18                       ` Jason Gunthorpe

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