OSDN Git Service

RDMA/rtrs: core: lib functions shared between client and server modules
authorJack Wang <jinpu.wang@cloud.ionos.com>
Mon, 11 May 2020 13:51:10 +0000 (15:51 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Sun, 17 May 2020 21:57:13 +0000 (18:57 -0300)
commitc0894b3ea69d35995bd220020b20570c45a1e6b4
tree7c87a92d1d3393af04eb62e5b0d23069e761722e
parent91fddedd439c2463762275693f784abc9d9613e2
RDMA/rtrs: core: lib functions shared between client and server modules

This is a set of library functions existing as a rtrs-core module, used by
client and server modules.

Mainly these functions wrap IB and RDMA calls and provide a bit higher
abstraction for implementing of RTRS protocol on client or server sides.

Link: https://lore.kernel.org/r/20200511135131.27580-5-danil.kipnis@cloud.ionos.com
Signed-off-by: Danil Kipnis <danil.kipnis@cloud.ionos.com>
Signed-off-by: Jack Wang <jinpu.wang@cloud.ionos.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/ulp/rtrs/rtrs.c [new file with mode: 0644]