linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/6] libqedr: userspace library for qedr
@ 2016-10-20  9:49 Ram Amrani
       [not found] ` <1476956952-17388-1-git-send-email-Ram.Amrani-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Ram Amrani @ 2016-10-20  9:49 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: Ariel.Elior-YGCgFSpz5w/QT0dZR+AlfA,
	Michal.Kalderon-YGCgFSpz5w/QT0dZR+AlfA, Ram Amrani

From: Ram Amrani <Ram.Amrani-74tsMCuadCbQT0dZR+AlfA@public.gmane.org>

This series introduces RoCE RDMA userspace library for the 579xx RDMA products
by Qlogic.
The libqedr library will support both RoCE and iWarp, although this series only
adds RoCE support.

This libqedr version matches the qedr patches submitted for upstream recently- 
commit: 993d1b52615e1a549e55875c3b74308391672d9f.

Built on top of rdma-core 29e6d0ebc56cd089d9a200ba33a958899fc84bbe.

Ram Amrani (6):
  libqedr (qelr) chains
  libqedr (qelr) verbs
  libqedr (qelr) HSI
  libqedr (qelr) main
  libqedr (qelr) abi
  libqedr (qelr) addition to consolidated repo

 CMakeLists.txt                 |    1 +
 MAINTAINERS                    |    7 +
 README.md                      |    1 +
 providers/qedr/CMakeLists.txt  |    5 +
 providers/qedr/common_hsi.h    | 1502 +++++++++++++++++++++++++++++++
 providers/qedr/qelr.h          |  320 +++++++
 providers/qedr/qelr_abi.h      |  120 +++
 providers/qedr/qelr_chain.c    |  107 +++
 providers/qedr/qelr_chain.h    |  163 ++++
 providers/qedr/qelr_hsi.h      |   67 ++
 providers/qedr/qelr_hsi_rdma.h |  914 +++++++++++++++++++
 providers/qedr/qelr_main.c     |  286 ++++++
 providers/qedr/qelr_main.h     |   83 ++
 providers/qedr/qelr_verbs.c    | 1948 ++++++++++++++++++++++++++++++++++++++++
 providers/qedr/qelr_verbs.h    |   83 ++
 providers/qedr/rdma_common.h   |   74 ++
 providers/qedr/roce_common.h   |   50 ++
 17 files changed, 5731 insertions(+)
 create mode 100644 providers/qedr/CMakeLists.txt
 create mode 100644 providers/qedr/common_hsi.h
 create mode 100644 providers/qedr/qelr.h
 create mode 100644 providers/qedr/qelr_abi.h
 create mode 100644 providers/qedr/qelr_chain.c
 create mode 100644 providers/qedr/qelr_chain.h
 create mode 100644 providers/qedr/qelr_hsi.h
 create mode 100644 providers/qedr/qelr_hsi_rdma.h
 create mode 100644 providers/qedr/qelr_main.c
 create mode 100644 providers/qedr/qelr_main.h
 create mode 100644 providers/qedr/qelr_verbs.c
 create mode 100644 providers/qedr/qelr_verbs.h
 create mode 100644 providers/qedr/rdma_common.h
 create mode 100644 providers/qedr/roce_common.h

-- 
2.7.4

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

end of thread, other threads:[~2016-10-25 12:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20  9:49 [PATCH rdma-core 0/6] libqedr: userspace library for qedr Ram Amrani
     [not found] ` <1476956952-17388-1-git-send-email-Ram.Amrani-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
2016-10-20  9:49   ` [PATCH rdma-core 1/6] libqedr: chains Ram Amrani
2016-10-20  9:49   ` [PATCH rdma-core 2/6] libqedr: verbs Ram Amrani
2016-10-20  9:49   ` [PATCH rdma-core 3/6] libqedr: HSI Ram Amrani
2016-10-20  9:49   ` [PATCH rdma-core 4/6] libqedr: main Ram Amrani
     [not found]     ` <1476956952-17388-5-git-send-email-Ram.Amrani-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
2016-10-20 17:08       ` Jason Gunthorpe
     [not found]         ` <20161020170828.GC28181-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-25 12:39           ` Amrani, Ram
2016-10-20  9:49   ` [PATCH rdma-core 5/6] libqedr: abi Ram Amrani
2016-10-20  9:49   ` [PATCH rdma-core 6/6] libqedr: addition to consolidated repo Ram Amrani

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