OSDN Git Service

RDMA/rtrs: server: main functionality
authorJack Wang <jinpu.wang@cloud.ionos.com>
Mon, 11 May 2020 13:51:16 +0000 (15:51 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Sun, 17 May 2020 21:57:14 +0000 (18:57 -0300)
commit9cb837480424e78ed585376f944088246685aec3
tree8a59a57770779f664073f4f9670921469a34fe57
parent787f78a6b075ac7678123d5d0cac2c57d98c63e1
RDMA/rtrs: server: main functionality

This is main functionality of rtrs-server module, which accepts set of
RDMA connections (so called rtrs session), creates/destroys sysfs entries
associated with rtrs session and notifies upper layer
(user of RTRS API) about RDMA requests or link events.

Link: https://lore.kernel.org/r/20200511135131.27580-11-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-srv.c [new file with mode: 0644]