From: Kamal Heib kheib@redhat.com
redhat/configs: Disable Soft-RoCE driver
We decided to disable the Soft-RoCE driver due to the current unstable status of the driver in the upstream kernel, also because the driver is not fully maintained in the upstream community.
Upstream: RHEL-only.
Signed-off-by: Kamal Heib kheib@redhat.com
diff --git a/redhat/configs/common/generic/CONFIG_RDMA_RXE b/redhat/configs/common/generic/CONFIG_RDMA_RXE index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_RDMA_RXE +++ b/redhat/configs/common/generic/CONFIG_RDMA_RXE @@ -1 +1 @@ -CONFIG_RDMA_RXE=m +# CONFIG_RDMA_RXE is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1299