Re: [OS-BUILD PATCH] [redhat] New configs in drivers/infiniband

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 6/7/20 7:41 AM, GitLab Bridge on behalf of jeremycline wrote:
> From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>
> 
> 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@xxxxxxxxxx>
> Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>
> ---
>  .../generic/CONFIG_INFINIBAND_RTRS_CLIENT     |  1 +
>  .../generic/CONFIG_INFINIBAND_RTRS_SERVER     |  1 +
>  .../generic/CONFIG_INFINIBAND_RTRS_CLIENT     | 21 -------------------
>  .../generic/CONFIG_INFINIBAND_RTRS_SERVER     | 21 -------------------
>  4 files changed, 2 insertions(+), 42 deletions(-)
>  create mode 100644 redhat/configs/common/generic/CONFIG_INFINIBAND_RTRS_CLIENT
>  create mode 100644 redhat/configs/common/generic/CONFIG_INFINIBAND_RTRS_SERVER
>  delete mode 100644 redhat/configs/pending-common/generic/CONFIG_INFINIBAND_RTRS_CLIENT
>  delete mode 100644 redhat/configs/pending-common/generic/CONFIG_INFINIBAND_RTRS_SERVER
> 
> diff --git a/redhat/configs/common/generic/CONFIG_INFINIBAND_RTRS_CLIENT b/redhat/configs/common/generic/CONFIG_INFINIBAND_RTRS_CLIENT
> new file mode 100644
> index 000000000000..4d8db5cda5a8
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_INFINIBAND_RTRS_CLIENT
> @@ -0,0 +1 @@
> +# CONFIG_INFINIBAND_RTRS_CLIENT is not set
> diff --git a/redhat/configs/common/generic/CONFIG_INFINIBAND_RTRS_SERVER b/redhat/configs/common/generic/CONFIG_INFINIBAND_RTRS_SERVER
> new file mode 100644
> index 000000000000..dfdaaad5e995
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_INFINIBAND_RTRS_SERVER
> @@ -0,0 +1 @@
> +# CONFIG_INFINIBAND_RTRS_SERVER is not set
> diff --git a/redhat/configs/pending-common/generic/CONFIG_INFINIBAND_RTRS_CLIENT b/redhat/configs/pending-common/generic/CONFIG_INFINIBAND_RTRS_CLIENT
> deleted file mode 100644
> index be772193ac8c..000000000000
> --- a/redhat/configs/pending-common/generic/CONFIG_INFINIBAND_RTRS_CLIENT
> +++ /dev/null
> @@ -1,21 +0,0 @@
> -# 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_CLIENT is not set
> diff --git a/redhat/configs/pending-common/generic/CONFIG_INFINIBAND_RTRS_SERVER b/redhat/configs/pending-common/generic/CONFIG_INFINIBAND_RTRS_SERVER
> deleted file mode 100644
> index 04d5207730ea..000000000000
> --- a/redhat/configs/pending-common/generic/CONFIG_INFINIBAND_RTRS_SERVER
> +++ /dev/null
> @@ -1,21 +0,0 @@
> -# 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]
> -# 
> -# 
> -# 
> -# CONFIG_INFINIBAND_RTRS_SERVER is not set
> 

Acked-by: Kamal Heib <kheib@xxxxxxxxxx>
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux