Blame SOURCES/redhat-kernel-init-libi40iw-no-longer-tech-preview.patch

764884
commit bda9530d37c5451928f6ba2c0ddc8c14d367d581
764884
Author: Jarod Wilson <jarod@redhat.com>
764884
Date:   Mon Mar 6 15:44:49 2017 -0500
764884
764884
    redhat/kernel-init: libi40iw no longer tech-preview
764884
    
764884
    Signed-off-by: Jarod Wilson <jarod@redhat.com>
764884
764884
Index: rdma-core-17.1/redhat/rdma.kernel-init
764884
===================================================================
764884
--- rdma-core-17.1.orig/redhat/rdma.kernel-init
764884
+++ rdma-core-17.1/redhat/rdma.kernel-init
764884
@@ -141,11 +141,12 @@ load_hardware_modules()
764884
 	load_modules usnic_verbs
764884
 	RC+=$?
764884
     fi
764884
+    if is_loaded i40e -a ! is_loaded i40iw; then
764884
+	load_modules i40iw
764884
+	RC+=$?
764884
+    fi
764884
     if [ "${LOAD_TECH_PREVIEW_DRIVERS}" == "yes" ]; then
764884
-        if is_loaded i40e -a ! is_loaded i40iw; then
764884
-	    load_modules i40iw
764884
-	    RC+=$?
764884
-        fi
764884
+        continue
764884
     fi
764884
     return $RC
764884
 }