]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[WOF] RC7 prep
authorStan Smith <stan.smith@intel.com>
Mon, 15 Nov 2010 20:08:27 +0000 (20:08 +0000)
committerStan Smith <stan.smith@intel.com>
Mon, 15 Nov 2010 20:08:27 +0000 (20:08 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@2992 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/WOF2-3/OFED/BuildRelease.bat
branches/WOF2-3/OFED/WIX/README_release.txt
branches/WOF2-3/OFED/WIX/Release_notes.htm
branches/WOF2-3/OFED/WIX/common/Config.inc

index ab07d7334c4f731fc8e1baaee952c35799aa79b3..40696a2f76ac24e570732ac3ca7e7c38651901a0 100644 (file)
@@ -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\r
 rem to contain the SVN number to use.\r
 rem set USE_SVN=latest\r
-set USE_SVN=2979\r
+set USE_SVN=2992\r
 \r
 rem %2 can be either a file spec or IPENIB_REV value.\r
 rem Based on %1 command, FPATH will/will-not be set to a file spec.\r
index 375a54bfb0fc2b717a147dd4a87f88e7d84697e2..b30448eac1bd89f4aa6ddec3731b3800671eabf7 100644 (file)
 \r
-OFED for Windows 2.3 RC6 Release available @ http://www.openfabrics.org/downloads/Windows/v2.3_RC6\r
+OFED for Windows 2.3 RC7 Release available @ http://www.openfabrics.org/downloads/Windows/v2.3_RC7\r
 \r
 Please address comments and concerns to https://bugs.openfabrics.org and/or the\r
 Windows OpenFabrics email list ofw@lists.openfabrics.org \r
 \r
-Commits since RC5 @ svn.2974\r
+Commits since RC6 @ svn.2979\r
 ----------------------------\r
 \r
-Revision: 2978\r
+Revision: 2990\r
 Author: stansmith\r
-Date: 4:17:34 PM, Monday, November 01, 2010\r
+Date: 11:57:28 AM, Monday, November 15, 2010\r
 Message:\r
-[WIX] correct typo in script label.
+[TTCP] remove local getopts() parser in favor of standard etc/user/getopt.c.\r
 
+Allows space/no-space between switch and argument, supports standard Windows help request '/?'.\r
+----\r
+Modified : /gen1/branches/WOF2-3/tests/wsd/user/ttcp/SOURCES\r
+Modified : /gen1/branches/WOF2-3/tests/wsd/user/ttcp/ttcp.c\r
+Modified : /gen1/trunk/tests/wsd/user/ttcp/SOURCES\r
+Modified : /gen1/trunk/tests/wsd/user/ttcp/ttcp.c\r
+\r
+Revision: 2988\r
+Author: xalex\r
+Date: 3:00:33 AM, Sunday, November 14, 2010\r
+Message:\r
+[IPOIB_NDIS6_CM]\r
+Improper SGE calculation caused IPoIB to drop packets that contains of MAX_SGE-1\r
+and MAX_SGE-2 SG elements.\r
 \r
-\r
-signed-off-by: stan smith <stan.smith@intel.com>\r
 ----\r
-Modified : /gen1/branches/WOF2-3/OFED/WIX/build-OFA-dist.bat\r
-Modified : /gen1/trunk/OFED/WIX/build-OFA-dist.bat\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.h\r
 \r
-Revision: 2977\r
-Author: stansmith\r
-Date: 4:09:41 PM, Monday, November 01, 2010\r
+Revision: 2987\r
+Author: xalex\r
+Date: 2:18:43 AM, Sunday, November 14, 2010\r
 Message:\r
-[IPoiB_NDIS6_CM]\r
-1. Main fix: handling a situation when NDIS sends \91pause\92 command before the \91reset\92 command was completed\r
-2. Debug prints improvements\r
-3. Time notification was added to IPOIB_DBG_SHUTTER printouts, because of timestamp importance in this case.\r
-   These debug prints are not in data path, so it\92s safe to use them here.\r
+[IPOIB_NDIS6_CM]\r
+This patch fix the situation when init process fails (say, __ib_mgr_init fails) \r
+and then ipoib_restart is called.\r
+Shutter is shut  first time at the end of the init process.\r
+Thus, if init will fail, shutter will be never shut,\r
+while ipoib_restart will try to alive such shutter.\r
+----\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_adapter.cpp\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_adapter.h\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_driver.cpp\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp\r
 \r
-signed-off-by: Alex Naslednikov [xalex@mellanox.co.il], stan.smith <stan.smith@intel.com>\r
+Revision: 2986\r
+Author: xalex\r
+Date: 1:39:41 AM, Wednesday, November 10, 2010\r
+Message:\r
+[IPOIB_NDIS6_CM]\r
+Bugfix:\r
+In a case when SG num is greater than HW can support, IPoIB switches to\r
+'send_copy' flow, but this situation is normal for UD flow But send_gen(),\r
+when falling to 'send_copy' flow, sets the status to NDIS_STATUS_RESOURCES\r
+both for CM and UD flow.\r
+[MLNX 2.3.0.6796]\r
+----\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp\r
 \r
+Revision: 2985\r
+Author: xalex\r
+Date: 1:29:48 AM, Wednesday, November 10, 2010\r
+Message:\r
+[IPOIB_NDIS6_CM]\r
+Fix race when __ipoib_adapter_reset will be called before shutter_shut\r
+[MLNX 2.1.3.6793]\r
 ----\r
-Modified : /gen1/branches/WOF2-3/ulp/ipoib_NDIS6_CM/kernel/ipoib_adapter.cpp\r
-Modified : /gen1/branches/WOF2-3/ulp/ipoib_NDIS6_CM/kernel/ipoib_adapter.h\r
-Modified : /gen1/branches/WOF2-3/ulp/ipoib_NDIS6_CM/kernel/ipoib_debug.h\r
-Modified : /gen1/branches/WOF2-3/ulp/ipoib_NDIS6_CM/kernel/ipoib_driver.cpp\r
 Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_adapter.cpp\r
-Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_adapter.h\r
+\r
+Revision: 2984\r
+Author: xalex\r
+Date: 8:46:42 AM, Tuesday, November 09, 2010\r
+Message:\r
+[IPOIB_NDIS6_CM]\r
+Initial commit for IPv6;\r
+Supports all the flows except DHCP\r
+----\r
+Modified : /gen1/trunk/inc/kernel/ip_packet.h\r
 Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_debug.h\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp\r
+\r
+Revision: 2983\r
+Author: xalex\r
+Date: 8:29:30 AM, Tuesday, November 09, 2010\r
+Message:\r
+[IPoIB_NDIS6_CM]\r
+Remove obsolete ASSERT\r
+----\r
 Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_driver.cpp\r
 \r
-Revision: 2976\r
+Revision: 2982\r
 Author: stansmith\r
-Date: 5:10:08 PM, Friday, October 29, 2010\r
+Date: 4:33:46 PM, Monday, November 01, 2010\r
 Message:\r
-[DAPL2] debug build: only timestamp if sending message to stdout to avoid performance hit\r
-
-common: print out errors on free build and not just debug builds\r
+[IPOIB_NDIS6_CM]\r
+Fixes suggested by running prefast\r
+ precompile.h - not all strsafe routines are in ntstrsafe.h\r
+ mainly function declaration additions.\r
+spacing and tabulation adjustments.\r
+Empty line removal.\r
+----\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_driver.cpp\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_ibat.cpp\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/precompile.h\r
 \r
-
-
-signed-off-by: stan smith <stan.smith@intel.com>\r
+\r
+Revision: 2981\r
+Author: stansmith\r
+Date: 4:27:20 PM, Monday, November 01, 2010\r
+Message:\r
+[COMPLIB] prevent compiler warning for unreferenced function when this\r
+file is included from comp_lib.h\r
 ----\r
-Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/common/dapl_debug.c\r
-Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_cma/cm.c\r
-Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_common/dapl_ib_common.h\r
-Modified : /gen1/trunk/ulp/dapl2/dapl/common/dapl_debug.c\r
-Modified : /gen1/trunk/ulp/dapl2/dapl/openib_cma/cm.c\r
-Modified : /gen1/trunk/ulp/dapl2/dapl/openib_common/dapl_ib_common.h\r
+Modified : /gen1/trunk/inc/complib/cl_log.h\r
 \r
+Revision: 2980\r
+Author: stansmith\r
+Date: 4:23:49 PM, Monday, November 01, 2010\r
+Message:\r
+[IPoIB_ndis6_cm] remove extra tab\r
+----\r
+Modified : /gen1/trunk/ulp/ipoib_NDIS6_CM/kernel/SOURCES\r
 \r
 \r
 OFED for windows Release Summary\r
 --------------------------------\r
 \r
 1) The winOFED 2.3 release is based on openib-windows source svn revision\r
-   (branches\WOF2-3 svn.2979.\r
+   (branches\WOF2-3 svn.2992.\r
 \r
    Last OFED release (2.2) based on svn.2739.\r
 \r
index e7a71869e757b711e2cf2dd702f8c22cac0f0fe4..9c59425de922e830fdc791ad474c4b5e85930ee2 100644 (file)
@@ -93,7 +93,7 @@ for Windows</h1>
 <h1 align=center style='text-align:center'><a name="OFED_Release_Notes">2.3 Release Notes</a></h1>\r
 \r
 <h3 align=center style='text-align:center'>\r
-<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%m/%d/%Y" startspan -->11/01/2010<!--webbot bot="Timestamp" endspan i-checksum="12496" --></h3>\r
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%m/%d/%Y" startspan -->11/15/2010<!--webbot bot="Timestamp" endspan i-checksum="12568" --></h3>\r
 \r
 <div class=MsoNormal align=center style='text-align:center'>\r
 \r
@@ -154,7 +154,7 @@ intended for use on Microsoft Windows based computer systems connected via an In
 <p class=MsoPlainText><span style='font-size:12.0pt;font-family:"Arial"'>&nbsp;Binary\r
 files generated from the OpenIB-windows developers subversion (svn) source tree </span>\r
 <font face="Arial">'<font size="3">svn://openib.tc.cornell.edu</font>'<span style='font-size:12.0pt;'> \r
-(branches\WOF2-3 svn revision 2979\r
+(branches\WOF2-3 svn revision 2992\r
 are packaged into a <a href="http://www.dalun.com/wix/default.htm">WIX \r
 (Windows Installer Xml)</a> single file install package referred to as the OpenFabrics&nbsp;Enterprise \r
 Distribution for Windows release 2.3.</span></font><span style='font-size:12.0pt;font-family:"Times New Roman"'><br>\r
@@ -1271,7 +1271,7 @@ the file version; [OFED-Major.Minor.not-used.svn revision number].</font></li>
 &nbsp;</b></font></li>\r
        <li><font face="Arial">WinOF 2.2 is based on<b> (<u>svn.2667 branches\WOF2-2</u>)<br>\r
 &nbsp;</b></font></li>\r
-       <li><font face="Arial">winOFED 2.3 is based on<b> (<u>svn.2979 branches\WOF2-3</u>)</b></font></li>\r
+       <li><font face="Arial">winOFED 2.3 is based on<b> (<u>svn.2992 branches\WOF2-3</u>)</b></font></li>\r
 </ul>\r
 <p><a href="#WinOF_Release_Notes"><font color="#000000">&lt;Return-to-Top&gt;</font></a></p>\r
 <p>&nbsp;</p>\r
index 3af24aacd340e678734d1c0b114c50849e8a3b55..415c05e3d6a4de67a0ef8369f89e5cd787d42cd0 100644 (file)
@@ -1,7 +1,7 @@
 \r
 <Include>\r
 \r
-       <?define WOFREL="v2.3 (RC6)" ?> <!-- check inc\mod_ver.def -->\r
+       <?define WOFREL="v2.3 (RC7)" ?> <!-- check inc\mod_ver.def -->\r
 \r
        <?define WOFRELNUM=2.3 ?>\r
 \r