From: Benjamin Coddington <[email protected]> redhat/configs: Enable CONFIG_RDMA_SIW
Upstream-status: RHEL-only JIRA: https://issues.redhat.com/browse/RHEL-74267 Re-enable soft-iWarp. NFS has made extensive use of it, and we consider it to be quite stable. It allows us to test the rpcrdma module and NFS on RDMA without requiring RDMA hardware. It allows partners and engineers to test NFS clients and server RDMA remotely over TCP networks (such as we use during the NFS Bakeathon events). Signed-off-by: Benjamin Coddington <[email protected]> diff --git a/redhat/configs/rhel/generic/CONFIG_RDMA_SIW b/redhat/configs/rhel/generic/CONFIG_RDMA_SIW index blahblah..blahblah 100644 --- a/redhat/configs/rhel/generic/CONFIG_RDMA_SIW +++ b/redhat/configs/rhel/generic/CONFIG_RDMA_SIW @@ -1 +1 @@ -# CONFIG_RDMA_SIW is not set +CONFIG_RDMA_SIW=m -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3602 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
