linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Provider/rxe: Implement extended verbs APIs
@ 2020-11-06 23:01 Bob Pearson
  2020-11-06 23:01 ` [PATCH 1/4] Provider/rxe: Exchange capabilities with driver Bob Pearson
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Bob Pearson @ 2020-11-06 23:01 UTC (permalink / raw)
  To: jgg, zyjzyj2000, linux-rdma; +Cc: Bob Pearson

Implement the following erxtended verbs APIs:
	ibv_query_device_ex
	ibv_create_cq_ex
	ibv_create_qp_ex

Also implement the field parse and set ops in struct ibv_cq and ibv_qp.

Introduce a pair of SW capability bit masks that are exchanged between
the user space provider and the kernel space driver during the
ibv_alloc_context verb to allow the provider and driver to adjust
shared data structures depending on which capabilities are supported.
This is an extensible mechanism to avoid changes to ABI version.

This patch set depends on the following patch
	0001-Provider-rxe-Cleanup-style-warnings.patch

Bob Pearson (4):
  Provider/rxe: Exchange capabilities with driver
  Provider/rxe: Implement ibv_query_device_ex verb
  Providers/rxe: Implement ibv_create_cq_ex verb
  Providers/rxe: Implement ibv_create_qp_ex verb

 kernel-headers/rdma/rdma_user_rxe.h |  49 ++
 providers/rxe/rxe-abi.h             |   8 +-
 providers/rxe/rxe.c                 | 976 +++++++++++++++++++++++++++-
 providers/rxe/rxe.h                 |  27 +-
 providers/rxe/rxe_queue.h           |  80 ++-
 5 files changed, 1092 insertions(+), 48 deletions(-)

Signed-off-by: Bob Pearson <rpearson@hpe.com>
-- 
2.27.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-11-12 14:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-06 23:01 [PATCH 0/4] Provider/rxe: Implement extended verbs APIs Bob Pearson
2020-11-06 23:01 ` [PATCH 1/4] Provider/rxe: Exchange capabilities with driver Bob Pearson
2020-11-06 23:01 ` [PATCH 2/4] Provider/rxe: Implement ibv_query_device_ex verb Bob Pearson
2020-11-12 14:00   ` Jason Gunthorpe
2020-11-06 23:01 ` [PATCH 3/4] Providers/rxe: Implement ibv_create_cq_ex verb Bob Pearson
2020-11-12 14:03   ` Jason Gunthorpe
2020-11-06 23:01 ` [PATCH 4/4] Providers/rxe: Implement ibv_create_qp_ex verb Bob Pearson

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