Skip to content

[redhat] New configs in drivers/infiniband

Jeremy Cline requested to merge configs/2020-06-07/drivers/infiniband into os-build

Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

CONFIG_INFINIBAND_RTRS_CLIENT:

RDMA transport client module.

RDMA Transport (RTRS) client implements a reliable transport layer and also multipathing functionality and that it is intended to be the base layer for a block storage initiator over RDMA.

Symbol: INFINIBAND_RTRS_CLIENT [=n] Type : tristate Defined at drivers/infiniband/ulp/rtrs/Kconfig:7 Prompt: RTRS client module Depends on: INFINIBAND [=m] && INFINIBAND_ADDR_TRANS [=y] Location: -> Device Drivers -> InfiniBand support (INFINIBAND [=m]) Selects: INFINIBAND_RTRS [=n]


CONFIG_INFINIBAND_RTRS_SERVER:

RDMA transport server module.

RDMA Transport (RTRS) server module processing connection and IO requests received from the RTRS client module, it will pass the IO requests to its user eg. RNBD_server.

Symbol: INFINIBAND_RTRS_SERVER [=n] Type : tristate Defined at drivers/infiniband/ulp/rtrs/Kconfig:18 Prompt: RTRS server module Depends on: INFINIBAND [=m] && INFINIBAND_ADDR_TRANS [=y] Location: -> Device Drivers -> InfiniBand support (INFINIBAND [=m]) Selects: INFINIBAND_RTRS [=n]


Cc: Kamal Heib kheib@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports