All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 rdma-core 0/7] libhns: userspace library for hns
@ 2016-10-29  9:03 Lijun Ou
       [not found] ` <1477731826-10787-1-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Lijun Ou @ 2016-10-29  9:03 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: linuxarm-hv44wF8Li93QT0dZR+AlfA

This patch series introduces userspace library for hns RoCE driver.

changes v1 -> v2:
1. Delete the min() definition and instead of ccan header
2. Delete the CHECK_C_SOURCE_COMPILES
3. sort the c file in rdma_provider()
4. Delete the unused code in hns_roce_u_db.h

Lijun Ou (7):
  libhns: Add initial main frame
  libhns: Add verbs of querying device and querying port
  libhns: Add verbs of pd and mr support
  libhns: Add verbs of cq support
  libhns: Add verbs of qp support
  libhns: Add verbs of post_send and post_recv support
  libhns: Add consolidated repo for userspace library of hns

 CMakeLists.txt                   |   1 +
 MAINTAINERS                      |   6 +
 README.md                        |   1 +
 providers/hns/CMakeLists.txt     |   6 +
 providers/hns/hns_roce_u.c       | 228 +++++++++++
 providers/hns/hns_roce_u.h       | 255 ++++++++++++
 providers/hns/hns_roce_u_abi.h   |  69 ++++
 providers/hns/hns_roce_u_buf.c   |  61 +++
 providers/hns/hns_roce_u_db.h    |  54 +++
 providers/hns/hns_roce_u_hw_v1.c | 839 +++++++++++++++++++++++++++++++++++++++
 providers/hns/hns_roce_u_hw_v1.h | 242 +++++++++++
 providers/hns/hns_roce_u_verbs.c | 525 ++++++++++++++++++++++++
 12 files changed, 2287 insertions(+)
 create mode 100644 providers/hns/CMakeLists.txt
 create mode 100644 providers/hns/hns_roce_u.c
 create mode 100644 providers/hns/hns_roce_u.h
 create mode 100644 providers/hns/hns_roce_u_abi.h
 create mode 100644 providers/hns/hns_roce_u_buf.c
 create mode 100644 providers/hns/hns_roce_u_db.h
 create mode 100644 providers/hns/hns_roce_u_hw_v1.c
 create mode 100644 providers/hns/hns_roce_u_hw_v1.h
 create mode 100644 providers/hns/hns_roce_u_verbs.c

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

end of thread, other threads:[~2016-11-09  8:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-29  9:03 [PATCH v2 rdma-core 0/7] libhns: userspace library for hns Lijun Ou
     [not found] ` <1477731826-10787-1-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-10-29  9:03   ` [PATCH v2 rdma-core 1/7] libhns: Add initial main frame Lijun Ou
2016-10-29  9:03   ` [PATCH v2 rdma-core 2/7] libhns: Add verbs of querying device and querying port Lijun Ou
2016-10-29  9:03   ` [PATCH v2 rdma-core 3/7] libhns: Add verbs of pd and mr support Lijun Ou
     [not found]     ` <1477731826-10787-4-git-send-email-oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-11-09  7:34       ` Leon Romanovsky
     [not found]         ` <20161109073426.GL27883-2ukJVAZIZ/Y@public.gmane.org>
2016-11-09  8:01           ` oulijun
2016-10-29  9:03   ` [PATCH v2 rdma-core 4/7] libhns: Add verbs of cq support Lijun Ou
2016-10-29  9:03   ` [PATCH v2 rdma-core 5/7] libhns: Add verbs of qp support Lijun Ou
2016-10-29  9:03   ` [PATCH v2 rdma-core 6/7] libhns: Add verbs of post_send and post_recv support Lijun Ou
2016-10-29  9:03   ` [PATCH v2 rdma-core 7/7] libhns: Add consolidated repo for userspace library of hns Lijun Ou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.