From: Benjamin Coddington bcodding@redhat.com
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 bcodding@redhat.com
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
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3602#note_2365649...
Now that !3624+ is merged I believe this MR's pipeline should fare better.
kernel@lists.fedoraproject.org