OFED for Windows 2.3 RC5 Release available @ http://www.openfabrics.org/downloads/Windows/v2.3_RC5
Please address comments and concerns to https://bugs.openfabrics.org and/or the Windows OpenFabrics email list [email protected] Commits since RC4 @ svn.2967 ---------------------------- Revision: 2974 Author: stansmith Date: 12:22:03 PM, Friday, October 22, 2010 Message: [DAPL2] spawn test corrections. ---- Modified : /gen1/branches/WOF2-3/ulp/dapl2/Makefile.am Modified : /gen1/branches/WOF2-3/ulp/dapl2/configure.in Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/common/dapl_debug.c Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/common/dapl_ep_free.c Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/common/dapl_ep_util.c Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/common/dapl_evd_dequeue.c Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/ibal/dapl_ibal_qp.c Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_cma/device.c Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_common/dapl_ib_common.h Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_common/qp.c Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_scm/SOURCES Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_scm/cm.c Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_ucm/SOURCES Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_ucm/cm.c Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_ucm/dapl_ib_util.h Modified : /gen1/branches/WOF2-3/ulp/dapl2/dapl/openib_ucm/device.c Modified : /gen1/trunk/ulp/dapl2/Makefile.am Modified : /gen1/trunk/ulp/dapl2/configure.in Modified : /gen1/trunk/ulp/dapl2/dapl/common/dapl_debug.c Modified : /gen1/trunk/ulp/dapl2/dapl/common/dapl_ep_free.c Modified : /gen1/trunk/ulp/dapl2/dapl/common/dapl_ep_util.c Modified : /gen1/trunk/ulp/dapl2/dapl/common/dapl_evd_dequeue.c Modified : /gen1/trunk/ulp/dapl2/dapl/ibal/dapl_ibal_qp.c Modified : /gen1/trunk/ulp/dapl2/dapl/openib_cma/device.c Modified : /gen1/trunk/ulp/dapl2/dapl/openib_common/dapl_ib_common.h Modified : /gen1/trunk/ulp/dapl2/dapl/openib_common/qp.c Modified : /gen1/trunk/ulp/dapl2/dapl/openib_scm/SOURCES Modified : /gen1/trunk/ulp/dapl2/dapl/openib_scm/cm.c Modified : /gen1/trunk/ulp/dapl2/dapl/openib_ucm/SOURCES Modified : /gen1/trunk/ulp/dapl2/dapl/openib_ucm/cm.c Modified : /gen1/trunk/ulp/dapl2/dapl/openib_ucm/dapl_ib_util.h Modified : /gen1/trunk/ulp/dapl2/dapl/openib_ucm/device.c Revision: 2973 Author: stansmith Date: 2:35:51 PM, Friday, October 15, 2010 Message: [AL] Populate the missing items from __ib_async_event_str[] such that ib_get_async_event_str() reports the correct string for the specified AE_xxx code. Tested in building & validating winOFED 2.3 pre-RC5. signed-off-by: stan smith <[email protected]> ---- Modified : /gen1/branches/WOF2-3/core/al/ib_statustext.c Modified : /gen1/trunk/core/al/ib_statustext.c Revision: 2972 Author: stansmith Date: 9:16:37 AM, Friday, October 15, 2010 Message: [ALL] remove all .cdf driver files as they are no longer part of the build process (inf2cat replaces info in .cdf files) svn commit 2969. Tested by building winOFED 2.3 RC5. signed-off-by: stan smith <[email protected]> ---- Deleted : /gen1/branches/WOF2-3/core/iou/kernel/ib_iou.cdf Deleted : /gen1/branches/WOF2-3/core/winverbs/kernel/winverbs.cdf Deleted : /gen1/branches/WOF2-3/hw/mlx4/kernel/bus/drv/mlx4_bus.cdf Deleted : /gen1/branches/WOF2-3/hw/mlx4/kernel/bus/drv/mlx4_bus32.cdf Deleted : /gen1/branches/WOF2-3/hw/mlx4/kernel/hca/mlx4_hca.cdf Deleted : /gen1/branches/WOF2-3/hw/mlx4/kernel/hca/mlx4_hca32.cdf Deleted : /gen1/branches/WOF2-3/hw/mthca/kernel/mthca.cdf Deleted : /gen1/branches/WOF2-3/hw/mthca/kernel/mthca32.cdf Deleted : /gen1/branches/WOF2-3/ulp/ipoib/kernel/ipoib.cdf Deleted : /gen1/branches/WOF2-3/ulp/ipoib/kernel/ipoib32-xp.cdf Deleted : /gen1/branches/WOF2-3/ulp/ipoib/kernel/ipoib32.cdf Deleted : /gen1/branches/WOF2-3/ulp/ipoib_NDIS6_CM/kernel/ipoib.cdf Deleted : /gen1/branches/WOF2-3/ulp/ipoib_NDIS6_CM/kernel/ipoib32.cdf Deleted : /gen1/branches/WOF2-3/ulp/qlgcvnic/kernel/netvnic.cdf Deleted : /gen1/branches/WOF2-3/ulp/srp/kernel/ib_srp.cdf Revision: 2971 Author: stansmith Date: 8:55:30 AM, Friday, October 15, 2010 Message: [WIX] Correct oversight in WinSock Direct install as disabled. When performing a NODRV=1 (NO Drivers) install, installsp.exe was omitted as the IPoIB driver is not an installed feature. Remove installsp.exe from IPoIB feature and include it with IB tools feature. signed-off-by: stan smith <[email protected]> ---- Modified : /gen1/branches/WOF2-3/OFED/WIX/common/network_providers.inc Modified : /gen1/branches/WOF2-3/OFED/WIX/common/std_features.inc Modified : /gen1/branches/WOF2-3/OFED/WIX/common/tools.inc Modified : /gen1/trunk/OFED/WIX/common/network_providers.inc Modified : /gen1/trunk/OFED/WIX/common/std_features.inc Modified : /gen1/trunk/OFED/WIX/common/tools.inc Revision: 2970 Author: stansmith Date: 8:48:02 AM, Friday, October 15, 2010 Message: [SRP] commit 2967 was incomplete, missed SunMicrosystems SRP dev IDs IBA\Cff00c690ep0108r0001 & IBA\Cff00c690ep0108. Rearranged Dev ID ordering to match pre-2967 commit ordering for clarity. signed-off-by: stan smith <[email protected]> ---- Modified : /gen1/branches/WOF2-3/ulp/srp/kernel/ib_srp.inx Modified : /gen1/trunk/ulp/srp/kernel/ib_srp.inx OFED for windows Release Summary -------------------------------- 1) The winOFED 2.3 release is based on openib-windows source svn revision (branches\WOF2-3 svn.2975. Last OFED release (2.2) based on svn.2739. 2) New Features uDAT / uDAPL 2.0.30 code base: 32-bit providers available. UCM (Unreliable Datagram Connection Manager) DAPL provider available. OpenSM upgraded to version 3.3.6 (see %windir%\temp\osm.log for SM details). OFED (Open Fabrics Enterprise Distribution) verbs API documented in manual.htm WSD (WinSockDirect) is no longer enabled in the default installation. 2) Bug fixes IB Core cl_timer race conditions fixed ibal memory leaks fixed. IPoIB DHCP is now working correctly in larger HPC Edition clusters. DHCP correctly inter-operating with Linux. DPC threads replaced with IO work queue threads to allow system scheduling fairness. WinVerbs Overlap structures initialized correctly. WinMAD ReadFile/WriteFile return values checked. OFED umad MAD receive timeouts handled correctly. NetworkDirect providers: IBAL & winverbs Memory leaks fixed. OFED Installer Winverbs, winmad, dat/dapl .dlls installed into %windir%\system32\ For 64-bit architectures, 32-bit .dll versions are installed into %windir%\SysWow64\ **** Known Issues **** HCA drivers are reclassified as BOOT_START drivers to support booting from an SRP IOC. An unfortunate side-effect is when OFED 2.3 is installed on a system for the first time, after installation a mandatory reboot is Required by Windows. After the OFED.msi file has started installation, an errant "Welcome to the Found New Hardware Wizard" window 'may' popup; XP & Svr 2003. Just ignore or 'cancel' the errant FNHW popup window in order to proceed with the installation. XP requires a cancel, for WLH & WNET, the notifier will disappear on their own. You do need to answer 'Yes' or 'Continue' to popup windows which refer to Non-Logo'ed (aka, Non-WHQL'ed) drivers being installed. If the install appears to hang, look around for popup windows requesting input which are covered by other windows. Such is the case on Server 2008 initial install - Answer 'yes' to always trust the OpenFabrics Alliance as a SW publisher. Please: Read the Release_notes.htm file! make 'sure' your HCA firmware is recent: vstat.exe displays HCA firmware version & PSID. flint.exe (found in the Mellanox firmware tools package) displays PSID. Thank you, OFED for Windows developers. _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
