Blame SOURCES/0001-redhat-kernel-init-ocrdma-is-tech-preview-too.patch

486e17
From 23a4645a0c390ab2bf8a08e15c8d220b27dcca5f Mon Sep 17 00:00:00 2001
88c4d2
From: Jarod Wilson <jarod@redhat.com>
486e17
Date: Tue, 5 Jun 2018 10:40:14 -0400
486e17
Subject: [PATCH rdma-core 13/29] redhat/kernel-init: ocrdma is tech-preview
486e17
 too
88c4d2
88c4d2
Signed-off-by: Jarod Wilson <jarod@redhat.com>
88c4d2
---
88c4d2
 redhat/rdma.kernel-init | 8 ++++----
88c4d2
 1 file changed, 4 insertions(+), 4 deletions(-)
88c4d2
88c4d2
diff --git a/redhat/rdma.kernel-init b/redhat/rdma.kernel-init
486e17
index 6f50e72f..acce0066 100644
88c4d2
--- a/redhat/rdma.kernel-init
88c4d2
+++ b/redhat/rdma.kernel-init
486e17
@@ -133,10 +133,6 @@ load_hardware_modules()
88c4d2
 	load_modules iw_cxgb4
88c4d2
 	RC+=$?
88c4d2
     fi
88c4d2
-    if is_loaded be2net -a ! is_loaded ocrdma; then
88c4d2
-	load_modules ocrdma
88c4d2
-	RC+=$?
88c4d2
-    fi
88c4d2
     if is_loaded enic -a ! is_loaded usnic_verbs; then
88c4d2
 	load_modules usnic_verbs
88c4d2
 	RC+=$?
486e17
@@ -146,6 +142,10 @@ load_hardware_modules()
88c4d2
 	    load_modules i40iw
88c4d2
 	    RC+=$?
88c4d2
         fi
88c4d2
+        if is_loaded be2net -a ! is_loaded ocrdma; then
88c4d2
+	    load_modules ocrdma
88c4d2
+	    RC+=$?
88c4d2
+        fi
88c4d2
     fi
88c4d2
     return $RC
88c4d2
 }
88c4d2
-- 
486e17
2.16.1
88c4d2