]> git.openfabrics.org - ~tnikolova/docs/.git/commitdiff
update for ofed 1.3
authorTziporet Koren <tziporet@mellanox.co.il>
Tue, 29 Jan 2008 15:55:21 +0000 (17:55 +0200)
committerTziporet Koren <tziporet@mellanox.co.il>
Tue, 29 Jan 2008 15:55:21 +0000 (17:55 +0200)
Signed-off-by: Tziporet Koren <tziporet@mellanox.co.il>
mlx4_release_notes.txt

index f68af774b1f5cdc4c36cad085d17a4fc8da15b3d..19425098ed328be3ec6bc5fd4b3a488c5594feea 100755 (executable)
@@ -58,8 +58,16 @@ In order to set mlx4 parameters, add the following line to /etc/modpobe.conf:
 ===============================================================================
 3. Fixed Bugs and Enhancements from OFED 1.2.5.5
 ===============================================================================
+Bug fixes:
+- remove eliminated fields from QUERY_ADAPTER. Get rev_id from MAD_IFC.
+  As a result, ibstat now prints out correct revision ID for mlx4.
+- Can now create a QP using the value of max_qp_wr returned by ibv_query_device.
+- QP limits returned to caller of ibv_create_qp now always lie within device limits.
 
-
+Enhancements:
+- add module parameter to enable/disable QoS support.
+- support for IPoIB LSO feature.
+- Added XRC (Xtended Reliably Connected) support.
 
 ===============================================================================
 4. Known Issues
@@ -79,6 +87,3 @@ In order to set mlx4 parameters, add the following line to /etc/modpobe.conf:
   2. Burn a modified firmware image with the changed INI file
   3. Reboot the system
      
-- When creating a QP, do not use the max_qp_wr returned by ibv_query_device as 
-  is for specifying the "max_send_wr" capability.  The maximum value used for
-  max_send_wr should be (max_qp_wr - 33).