From 57ab62d9e2e1640a6be76b50497c01a333b871a6 Mon Sep 17 00:00:00 2001 From: Stan Smith Date: Mon, 15 Nov 2010 20:08:27 +0000 Subject: [PATCH] [WOF] RC7 prep git-svn-id: svn://openib.tc.cornell.edu/gen1@2992 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- branches/WOF2-3/OFED/BuildRelease.bat | 2 +- branches/WOF2-3/OFED/WIX/README_release.txt | 141 ++++++++++++++------ branches/WOF2-3/OFED/WIX/Release_notes.htm | 6 +- branches/WOF2-3/OFED/WIX/common/Config.inc | 2 +- 4 files changed, 108 insertions(+), 43 deletions(-) diff --git a/branches/WOF2-3/OFED/BuildRelease.bat b/branches/WOF2-3/OFED/BuildRelease.bat index ab07d733..40696a2f 100644 --- a/branches/WOF2-3/OFED/BuildRelease.bat +++ b/branches/WOF2-3/OFED/BuildRelease.bat @@ -228,7 +228,7 @@ rem set this to be the current svn commit number; overrides svn in path rem processing. Additionally if set to 'latest' code expects ..\..\..\latest.txt rem to contain the SVN number to use. rem set USE_SVN=latest -set USE_SVN=2979 +set USE_SVN=2992 rem %2 can be either a file spec or IPENIB_REV value. rem Based on %1 command, FPATH will/will-not be set to a file spec. diff --git a/branches/WOF2-3/OFED/WIX/README_release.txt b/branches/WOF2-3/OFED/WIX/README_release.txt index 375a54bf..b30448ea 100644 --- a/branches/WOF2-3/OFED/WIX/README_release.txt +++ b/branches/WOF2-3/OFED/WIX/README_release.txt @@ -1,73 +1,138 @@ -OFED for Windows 2.3 RC6 Release available @ http://www.openfabrics.org/downloads/Windows/v2.3_RC6 +OFED for Windows 2.3 RC7 Release available @ http://www.openfabrics.org/downloads/Windows/v2.3_RC7 Please address comments and concerns to https://bugs.openfabrics.org and/or the Windows OpenFabrics email list ofw@lists.openfabrics.org -Commits since RC5 @ svn.2974 +Commits since RC6 @ svn.2979 ---------------------------- -Revision: 2978 +Revision: 2990 Author: stansmith -Date: 4:17:34 PM, Monday, November 01, 2010 +Date: 11:57:28 AM, Monday, November 15, 2010 Message: -[WIX] correct typo in script label. +[TTCP] remove local getopts() parser in favor of standard etc/user/getopt.c. +Allows space/no-space between switch and argument, supports standard Windows help request '/?'. +---- +Modified : /gen1/branches/WOF2-3/tests/wsd/user/ttcp/SOURCES +Modified : /gen1/branches/WOF2-3/tests/wsd/user/ttcp/ttcp.c +Modified : /gen1/trunk/tests/wsd/user/ttcp/SOURCES +Modified : /gen1/trunk/tests/wsd/user/ttcp/ttcp.c + +Revision: 2988 +Author: xalex +Date: 3:00:33 AM, Sunday, November 14, 2010 +Message: +[IPOIB_NDIS6_CM] +Improper SGE calculation caused IPoIB to drop packets that contains of MAX_SGE-1 +and MAX_SGE-2 SG elements. - -signed-off-by: stan smith ---- -Modified : /gen1/branches/WOF2-3/OFED/WIX/build-OFA-dist.bat -Modified : /gen1/trunk/OFED/WIX/build-OFA-dist.bat +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.h -Revision: 2977 -Author: stansmith -Date: 4:09:41 PM, Monday, November 01, 2010 +Revision: 2987 +Author: xalex +Date: 2:18:43 AM, Sunday, November 14, 2010 Message: -[IPoiB_NDIS6_CM] -1. Main fix: handling a situation when NDIS sends ‘pause’ command before the ‘reset’ command was completed -2. Debug prints improvements -3. Time notification was added to IPOIB_DBG_SHUTTER printouts, because of timestamp importance in this case. - These debug prints are not in data path, so it’s safe to use them here. +[IPOIB_NDIS6_CM] +This patch fix the situation when init process fails (say, __ib_mgr_init fails) +and then ipoib_restart is called. +Shutter is shut first time at the end of the init process. +Thus, if init will fail, shutter will be never shut, +while ipoib_restart will try to alive such shutter. +---- +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_adapter.cpp +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_adapter.h +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_driver.cpp +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp -signed-off-by: Alex Naslednikov [xalex@mellanox.co.il], stan.smith +Revision: 2986 +Author: xalex +Date: 1:39:41 AM, Wednesday, November 10, 2010 +Message: +[IPOIB_NDIS6_CM] +Bugfix: +In a case when SG num is greater than HW can support, IPoIB switches to +'send_copy' flow, but this situation is normal for UD flow But send_gen(), +when falling to 'send_copy' flow, sets the status to NDIS_STATUS_RESOURCES +both for CM and UD flow. +[MLNX 2.3.0.6796] +---- +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp +Revision: 2985 +Author: xalex +Date: 1:29:48 AM, Wednesday, November 10, 2010 +Message: +[IPOIB_NDIS6_CM] +Fix race when __ipoib_adapter_reset will be called before shutter_shut +[MLNX 2.1.3.6793] ---- -Modified : /gen1/branches/WOF2-3/ulp/ipoib_NDIS6_CM/kernel/ipoib_adapter.cpp -Modified : /gen1/branches/WOF2-3/ulp/ipoib_NDIS6_CM/kernel/ipoib_adapter.h -Modified : /gen1/branches/WOF2-3/ulp/ipoib_NDIS6_CM/kernel/ipoib_debug.h -Modified : /gen1/branches/WOF2-3/ulp/ipoib_NDIS6_CM/kernel/ipoib_driver.cpp Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_adapter.cpp -Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_adapter.h + +Revision: 2984 +Author: xalex +Date: 8:46:42 AM, Tuesday, November 09, 2010 +Message: +[IPOIB_NDIS6_CM] +Initial commit for IPv6; +Supports all the flows except DHCP +---- +Modified : /gen1/trunk/inc/kernel/ip_packet.h Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_debug.h +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp + +Revision: 2983 +Author: xalex +Date: 8:29:30 AM, Tuesday, November 09, 2010 +Message: +[IPoIB_NDIS6_CM] +Remove obsolete ASSERT +---- Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_driver.cpp -Revision: 2976 +Revision: 2982 Author: stansmith -Date: 5:10:08 PM, Friday, October 29, 2010 +Date: 4:33:46 PM, Monday, November 01, 2010 Message: -[DAPL2] debug build: only timestamp if sending message to stdout to avoid performance hit - -common: print out errors on free build and not just debug builds +[IPOIB_NDIS6_CM] +Fixes suggested by running prefast + precompile.h - not all strsafe routines are in ntstrsafe.h + mainly function declaration additions. +spacing and tabulation adjustments. +Empty line removal. +---- +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_driver.cpp +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_ibat.cpp +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/precompile.h - - -signed-off-by: stan smith + +Revision: 2981 +Author: stansmith +Date: 4:27:20 PM, Monday, November 01, 2010 +Message: +[COMPLIB] prevent compiler warning for unreferenced function when this +file is included from comp_lib.h ---- -Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/common/dapl_debug.c -Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_cma/cm.c -Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_common/dapl_ib_common.h -Modified : /gen1/trunk/ulp/dapl2/dapl/common/dapl_debug.c -Modified : /gen1/trunk/ulp/dapl2/dapl/openib_cma/cm.c -Modified : /gen1/trunk/ulp/dapl2/dapl/openib_common/dapl_ib_common.h +Modified : /gen1/trunk/inc/complib/cl_log.h +Revision: 2980 +Author: stansmith +Date: 4:23:49 PM, Monday, November 01, 2010 +Message: +[IPoIB_ndis6_cm] remove extra tab +---- +Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/SOURCES OFED for windows Release Summary -------------------------------- 1) The winOFED 2.3 release is based on openib-windows source svn revision - (branches\WOF2-3 svn.2979. + (branches\WOF2-3 svn.2992. Last OFED release (2.2) based on svn.2739. diff --git a/branches/WOF2-3/OFED/WIX/Release_notes.htm b/branches/WOF2-3/OFED/WIX/Release_notes.htm index e7a71869..9c59425d 100644 --- a/branches/WOF2-3/OFED/WIX/Release_notes.htm +++ b/branches/WOF2-3/OFED/WIX/Release_notes.htm @@ -93,7 +93,7 @@ for Windows

2.3 Release Notes

-11/01/2010

+11/15/2010
@@ -154,7 +154,7 @@ intended for use on Microsoft Windows based computer systems connected via an In

 Binary files generated from the OpenIB-windows developers subversion (svn) source tree 'svn://openib.tc.cornell.edu' -(branches\WOF2-3 svn revision 2979 +(branches\WOF2-3 svn revision 2992 are packaged into a WIX (Windows Installer Xml) single file install package referred to as the OpenFabrics Enterprise Distribution for Windows release 2.3.
@@ -1271,7 +1271,7 @@ the file version; [OFED-Major.Minor.not-used.svn revision number].  

  • WinOF 2.2 is based on (svn.2667 branches\WOF2-2)
     
  • -
  • winOFED 2.3 is based on (svn.2979 branches\WOF2-3)
  • +
  • winOFED 2.3 is based on (svn.2992 branches\WOF2-3)
  • <Return-to-Top>

     

    diff --git a/branches/WOF2-3/OFED/WIX/common/Config.inc b/branches/WOF2-3/OFED/WIX/common/Config.inc index 3af24aac..415c05e3 100644 --- a/branches/WOF2-3/OFED/WIX/common/Config.inc +++ b/branches/WOF2-3/OFED/WIX/common/Config.inc @@ -1,7 +1,7 @@ - + -- 2.41.0