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