|
|
34fff7 |
From f68729e3c133bddf6fb175a38e128bb2ed338e7a Mon Sep 17 00:00:00 2001
|
|
|
34fff7 |
From: Jarod Wilson <jarod@redhat.com>
|
|
|
34fff7 |
Date: Tue, 5 Jun 2018 10:41:42 -0400
|
|
|
34fff7 |
Subject: [PATCH rdma-core 15/29] rdma-hw-modules.rules: i40iw autoload breaks
|
|
|
34fff7 |
suspend
|
|
|
34fff7 |
|
|
|
34fff7 |
Signed-off-by: Jarod Wilson <jarod@redhat.com>
|
|
|
34fff7 |
---
|
|
|
34fff7 |
kernel-boot/rdma-hw-modules.rules | 6 +++++-
|
|
|
34fff7 |
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
34fff7 |
|
|
|
34fff7 |
diff --git a/kernel-boot/rdma-hw-modules.rules b/kernel-boot/rdma-hw-modules.rules
|
|
|
34fff7 |
index dde0ab8d..64b9e115 100644
|
|
|
34fff7 |
--- a/kernel-boot/rdma-hw-modules.rules
|
|
|
34fff7 |
+++ b/kernel-boot/rdma-hw-modules.rules
|
|
|
34fff7 |
@@ -11,7 +11,11 @@ ENV{ID_NET_DRIVER}=="bnxt_en", RUN{builtin}+="kmod load bnxt_re"
|
|
|
3cfda9 |
ENV{ID_NET_DRIVER}=="cxgb3", RUN{builtin}+="kmod load iw_cxgb3"
|
|
|
3cfda9 |
ENV{ID_NET_DRIVER}=="cxgb4", RUN{builtin}+="kmod load iw_cxgb4"
|
|
|
3cfda9 |
ENV{ID_NET_DRIVER}=="hns", RUN{builtin}+="kmod load hns_roce"
|
|
|
3cfda9 |
-ENV{ID_NET_DRIVER}=="i40e", RUN{builtin}+="kmod load i40iw"
|
|
|
3cfda9 |
+# i40iw is not entirely suspend/resume friendly, and many systems with
|
|
|
3cfda9 |
+# i40e NICs aren't iwarp-capable, so Red Hat defaults to not auto-loading
|
|
|
3cfda9 |
+# the i40iw driver here to keep suspend/resume working. The i40iw driver
|
|
|
3cfda9 |
+# can still be loaded as needed by the rdma systemd service script.
|
|
|
3cfda9 |
+# ENV{ID_NET_DRIVER}=="i40e", RUN{builtin}+="kmod load i40iw"
|
|
|
3cfda9 |
ENV{ID_NET_DRIVER}=="mlx4_en", RUN{builtin}+="kmod load mlx4_ib"
|
|
|
3cfda9 |
ENV{ID_NET_DRIVER}=="mlx5_core", RUN{builtin}+="kmod load mlx5_ib"
|
|
|
3cfda9 |
ENV{ID_NET_DRIVER}=="qede", RUN{builtin}+="kmod load qedr"
|
|
|
34fff7 |
--
|
|
|
34fff7 |
2.16.1
|
|
|
34fff7 |
|