On Wed, Mar 11, 2020 at 05:12:27PM +0100, Jack Wang wrote: > Add rtrs Makefile, Kconfig and also corresponding lines into upper > layer infiniband/ulp files. > > Signed-off-by: Danil Kipnis <danil.kipnis@xxxxxxxxxxxxxxx> > Signed-off-by: Jack Wang <jinpu.wang@xxxxxxxxxxxxxxx> > --- > drivers/infiniband/Kconfig | 1 + > drivers/infiniband/ulp/Makefile | 1 + > drivers/infiniband/ulp/rtrs/Kconfig | 27 +++++++++++++++++++++++++++ > drivers/infiniband/ulp/rtrs/Makefile | 15 +++++++++++++++ > 4 files changed, 44 insertions(+) > create mode 100644 drivers/infiniband/ulp/rtrs/Kconfig > create mode 100644 drivers/infiniband/ulp/rtrs/Makefile How is this using ib_devices without having a struct ib_client ? Jason