Blame SOURCES/0003-rdma-hw-modules.rules-i40iw-autoload-breaks-suspend.patch

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