]> git.openfabrics.org - ~aditr/compat-rdma-docs.git/commitdiff
release notes: add bug 2694 and post-install RedHat rdma.service notes
authorArlin Davis <arlin.r.davis@intel.com>
Thu, 6 Dec 2018 21:13:46 +0000 (13:13 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Thu, 6 Dec 2018 21:13:46 +0000 (13:13 -0800)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
OFED_release_notes.txt

index 570ccb4a3d6181a09578fe2bdd37c7cb7d6f10dd..52c012c55c742f1181aa00cddee09bff71b38732 100644 (file)
@@ -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
+
+