From: Arlin Davis Date: Thu, 6 Dec 2018 21:13:46 +0000 (-0800) Subject: release notes: add bug 2694 and post-install RedHat rdma.service notes X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e54a7d1b2544d3ef7ec6c2f0d327ad77b68558b7;p=~aditr%2Fcompat-rdma-docs.git release notes: add bug 2694 and post-install RedHat rdma.service notes Signed-off-by: Arlin Davis --- diff --git a/OFED_release_notes.txt b/OFED_release_notes.txt index 570ccb4..52c012c 100644 --- a/OFED_release_notes.txt +++ b/OFED_release_notes.txt @@ -1,6 +1,6 @@ Open Fabrics Enterprise Distribution (OFED) Version 4.17 RC1 Release Notes - November 2018 + December 2018 =============================================================================== Table of Contents @@ -387,7 +387,7 @@ OFED-4.8 Main Changes from OFED 3.18-3 GA 3. Known Issues =============================================================================== The following is a list of general limitations and known issues of the various -components of the OFED 4.8-1 release. +components of the OFED 4.17 release. 01. When upgrading from an earlier OFED version, the installation script does not stop the earlier OFED version prior to uninstalling it. @@ -412,8 +412,8 @@ components of the OFED 4.8-1 release. To overcome this reload the qedr driver: $ rmmod qedr $ modprobe qedr -09. Bug 2639 - ib_isert/ib_srpt report "Unknown symbol" after OFED-4.8-1 installation: - ib_srpt and ib_isert kernel modules are not included in OFED-4.8-x. So, after OFED +09. Bug 2639 - ib_isert/ib_srpt report "Unknown symbol" after OFED installation: + ib_srpt and ib_isert kernel modules are not included in OFED. So, after OFED installation the in-box ib_core being replaced by one coming with OFED and, therefore, in-box ib_srpt and ib_isert kernel modules fail to be loaded over OFED's ib_core. If one need to use iSER or SRP target then need to recompile @@ -429,6 +429,8 @@ components of the OFED 4.8-1 release. 2. Command: rstream -S all -T a on the second connect in the test: Connection refused (stale connection ) +13. Bug 2694 - bnxt_re, SLES12.3 errors in dmesg in iSER target while running read traffic + Note: See the release notes of each component for additional issues. @@ -446,3 +448,23 @@ Note: See the release notes of each component for additional issues. - Intel i40iw 10GbE iWARP Adapter (kernel 4.17 only) - Intel qib 40Gb IB Adapter (kernel 4.17 only) +3. Post installation note for RH7.4 and RH7.5 + +Redhat may start the rdma.service and attempt to load in-box ULP modules not +built with OFED rdma_core components. As a result there may be some +conflicts with in-box modules and the new rdma_core modules loaded with our +openibd service. For example, dmesg may show unknown symbols similiar to +the following: + + rpcrdma: Unknown symbol rdma_reject_msg + +To prevent in-box ULP modules from attempting to loading you can +disable the rdma.service or modify the configuration files after +you install OFED. The following is a sample post install script: + +dracut -f -v --force +sed -i -e "s/yes/no/" /etc/rdma/rdma.conf +sed -i -e "s/^svc/#&/;s/^xprt/#&/" /etc/rdma/modules/rdma.conf +reboot + +