]> git.openfabrics.org - ~aditr/compat-rdma-docs.git/commitdiff
update some notes
authorTziporet Koren <tziporet@mellanox.co.il>
Wed, 13 Jun 2007 12:47:17 +0000 (15:47 +0300)
committerTziporet Koren <tziporet@mellanox.co.il>
Wed, 13 Jun 2007 12:47:17 +0000 (15:47 +0300)
OFED_Installation_Guide.txt

index 7df8ad895be6004bbc9bece3cbb2d87bed064614..b2f69a46b56fe1668e64040b8dc829091a6a866f 100644 (file)
@@ -109,12 +109,6 @@ o  tvflash              pciutils-devel
    The installer will warn you if you attempt to compile any of the
    above packages and do not have the prerequisites installed.
 
-*** Important Note for open-iscsi users:
-    Installing iSER as part of OFED installation will also install open-iscsi.
-    Before installing OFED, please uninstall any open-iscsi version that may
-    be installed on your machine. Installing OFED with iSER support while
-    another open-iscsi version is already installed will cause the installation
-    process to fail.
 
 ==============================================================================
 4. How to download and extract the OFED        Distribution
@@ -165,10 +159,25 @@ o  tvflash              pciutils-devel
 
      ./OFED-X.X.X/install.sh -c <path>/ofed.conf -net <path>/ofed_net.conf
 
-   Note: It is possible to rename and/or edit the ofed.conf and ofed_net.conf
-         files. Thus it is possible to change user choices (observing the
-         original format). See examples of ofed.conf and ofed_net.conf under
-         OFED-X.X.X/docs.
+Notes:
+------
+a. It is possible to rename and/or edit the ofed.conf and ofed_net.conf files. 
+   Thus it is possible to change user choices (observing the original format). 
+   See examples of ofed.conf and ofed_net.conf under OFED-X.X.X/docs.
+
+b. To make debugging kernel issues easier, we recommend setting the following
+   environment variable before building OFED: 
+   export OPENIB_KERNEL_EXTRA_CFLAGS=-g
+   This will attach debug info to generated kernel binaries without affecting
+   their speed.
+
+c. Important note for open-iscsi users:
+   Installing iSER as part of OFED installation will also install open-iscsi.
+   Before installing OFED, please uninstall any open-iscsi version that may
+   be installed on your machine. Installing OFED with iSER support while
+   another open-iscsi version is already installed will cause the installation
+   process to fail.
+
 
 Install Process Results:
 ------------------------