stansmith [Mon, 5 Jan 2009 19:53:57 +0000 (19:53 +0000)]
[WinOF] Support Winmad.dll, libibverbs.dll, libibumad.dll, ibverbs symbols(.pdb files).
winverbs installed by default.
Linux OFED SRP target recognized when SRP installed.
For Server 2008 & Vista - dpinst.exe is used to install IOU, SRP & VNIC. Server 2003/XP use devman.exe.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1807
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Mon, 5 Jan 2009 19:42:58 +0000 (19:42 +0000)]
[WinOF] makebin.bat - include winmad, ibverbs & script Progress output(echo).
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1806
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Mon, 5 Jan 2009 19:33:41 +0000 (19:33 +0000)]
[DOCS] document winverbs tools (ibv_devinfo, ibstat)
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1805
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Mon, 5 Jan 2009 19:30:00 +0000 (19:30 +0000)]
[IBMAD] build libibmad
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1804
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
reuven [Mon, 29 Dec 2008 10:10:12 +0000 (10:10 +0000)]
[ipoib] restore last table until validation.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1803
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Thu, 25 Dec 2008 16:31:39 +0000 (16:31 +0000)]
[ipoib] add guid2mac table instead of endless if statements.
Add full guid list of Mellanox HCAs cards.
Signed off by: Reuven@mellanox.co.il
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1802
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Thu, 25 Dec 2008 16:09:02 +0000 (16:09 +0000)]
[IPoIB] Removing dead code.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1801
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Thu, 25 Dec 2008 16:06:46 +0000 (16:06 +0000)]
[mlx4] Add code that replaces interrupts with a thread that is polling.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1800
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Thu, 25 Dec 2008 15:52:25 +0000 (15:52 +0000)]
[etc] Replace recieve with receive.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1799
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Thu, 25 Dec 2008 15:49:45 +0000 (15:49 +0000)]
[ibat] Decrease the time it takes to build the ibat lib.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1798
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Thu, 18 Dec 2008 22:28:28 +0000 (22:28 +0000)]
[Winverbs/Winumad] _DEBUG_ --> DBG to enable (DEBUG) in file status
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1796
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
shefty [Wed, 17 Dec 2008 20:27:48 +0000 (20:27 +0000)]
WinMad driver and library.
libibumad compatibility library.
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1795
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Wed, 17 Dec 2008 10:10:32 +0000 (10:10 +0000)]
[IBAL] compare TID based on user contolled area only
The current MAD processing code operates as follows when sending a request and trying to match a received response:
1. It saves the user's transaction ID (TID) to client_tid.
2. It clears the upper 32-bits of the TID.
3. It sets the upper 32-bits of the TID to an internal index.
4. It clears the upper 32-bits of a received response.
5. It tries to match the received response against client_tid.
Responses are only matched successfully if the user has already cleared the upper 32-bits of the TID before sending the MAD. It would be better to only match responses using the lower, user-controlled, 32-bits of the TID.
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1794
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Wed, 17 Dec 2008 10:05:49 +0000 (10:05 +0000)]
[IBAL]use default LID of 1 for SA AV
The 'SA request' code creates an AV for the SA. It wants to use a default LID of 1, but does not byte-swap the value. Swap the value.
Because the AV is modified later to use the real SM LID, the value used here is irrelevant, but using a non-swapped value looks like a bug to anyone reading it.
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1793
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Sun, 14 Dec 2008 02:47:22 +0000 (02:47 +0000)]
[IPoIB]: Fill in service level in MAC_TO_PATH output.
signed off by: Fab Tillier [ftillier@windows.microsoft.com]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1788
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Fri, 12 Dec 2008 00:59:29 +0000 (00:59 +0000)]
[WinOF]
trunk\WinOF\WIX\{wlh,wnet,wxp}\*\wof.wxs
Enable ia64 ConnectX (mlx4) HCA support in WinOF Installs.
Setup winverbs.sys filter driver in WinOF\IBcore\
Winverbs[ibverbs.dll] OFED verbs & OFED test pgms (ibv_read_bs & friends) installed by default.
trunk\WinOF\WIX\CustomActions.vbs
Enable use of dpinst.exe for WLH variants; skip having to specify InfiniHost or ConnectX driver.
Server 2003/XP/XP64 still need to specify 'which' HCA driver (see below).
Support cmd-line msiexec installs:
start/wait msiexec /I WOF.msi /passive NODRV=1 #install defaults except drivers (WDM support)
(Server 2003/Xp64/XP ONLY - ignored for WLH)
start/wait msiexec /I WOF.msi /passive HCA=cx # Install ConnectX driver instead of InfiniHost.
start/wait msiexec /I WOF.msi /passive HCA=+cx # Install ConnectX and InfiniHost HCA drivers.
start/wait msiexec /I WOF.msi /passive HCA=SRP # add SRP driver to default install.
start/wait msiexec /I WOF.msi /passive HCA=VNIC # add SRP driver to default install.
trunk\winof\buildrelease.bat
Rearrange varible set(s) so 'clean' can 'rmdir WinOF\WIX\{wlh,wnet,wxp}\bin'.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1787
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Fri, 12 Dec 2008 00:57:21 +0000 (00:57 +0000)]
[WinOF,WinVerbs]
makebin.bat - support winverbs & libibverbs.dll (OFED API) install
etc\user\getopt.c - return '?' as error instead of EOF for missing option arg and other errors.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1786
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Fri, 12 Dec 2008 00:54:09 +0000 (00:54 +0000)]
[TOOLS] fix a minor spacing typo.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1785
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Fri, 12 Dec 2008 00:52:06 +0000 (00:52 +0000)]
[WinVerbs] Added .rc files + mods to SOURCES to use .rc files.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1784
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Fri, 12 Dec 2008 00:42:33 +0000 (00:42 +0000)]
[WinVerbs] added .rc files to perftests; fixed missing hostname of '-h hostname' parsing.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1783
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 27 Nov 2008 13:38:57 +0000 (13:38 +0000)]
[MLX4] reset upon driver unload. [mlnx: 3546]
The patch improves the behavior of mst (with _pci_conf0, after mst stop & start)
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1776
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 27 Nov 2008 13:38:02 +0000 (13:38 +0000)]
[MTHCA] bugfix in CMD interface: wait for GO bit before issuing command in polling mode. [mlnx: 3313]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1775
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 27 Nov 2008 13:37:02 +0000 (13:37 +0000)]
[IBBUS] workaround for some problems with WHQL PnP test over IPoIB. [mlnx: 3535]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1774
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 27 Nov 2008 13:34:14 +0000 (13:34 +0000)]
[ALL] a fix to support debug print in Windows 2008. [mlnx: 3510]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1773
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 27 Nov 2008 13:29:24 +0000 (13:29 +0000)]
[MLX4] fixed application crash in case of IOCTL failure. [mlnx:3498]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1772
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 27 Nov 2008 13:25:33 +0000 (13:25 +0000)]
[MLX4] Fixed QP memory leak, inserted in 1288 fix.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1771
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 27 Nov 2008 13:16:32 +0000 (13:16 +0000)]
[MLX4] Fixed QP memory leak, inserted in 1288 fix.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1770
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Wed, 26 Nov 2008 08:59:38 +0000 (08:59 +0000)]
[opensm] Reduce the time needed to build opensm.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1769
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Fri, 21 Nov 2008 22:15:36 +0000 (22:15 +0000)]
[WinOF] support dpinst.exe for WLH installs.
WLH wix files no longer require HCA type selection - let PNP load the correct driver.
start/wait msiexec /I WOF.msi /quiet # now works for either InfiniHost or ConnectX only on WLH.
To address dpinst not working well for WNET/XP, HCA device type override now possible via HCA=cx or HCA=+cx
start/wait msiexec /I WOF.msi /quiet HCA=cx # WNET/XP ConnectX HCA install from a single command line.
Support command line msiexec install for SRP or VNIC via SRP=1 and/or VNIC=1
start/wait msiexec /I WOF.msi /quiet SRP=1
Command line functionality documented in Release_notes.htm
WinOF WLH driver-less installs for HPC. Default WinOF install without .inf file processing, let WDM do driver installation.
start/wait msiexec /I WOF.msi /quiet NODRV=1
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1768
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Fri, 21 Nov 2008 22:07:14 +0000 (22:07 +0000)]
[WinOF] use trunk\etc\bldwo.bat file instead of clunky etc\IB_*.bat file (will be removed ASAP).
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1767
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Thu, 20 Nov 2008 23:06:18 +0000 (23:06 +0000)]
[ND] match ND binaries used in WinOF 2.0
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1766
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Sun, 16 Nov 2008 13:36:32 +0000 (13:36 +0000)]
[ipoib] Don't put multicast entries in the dlid lists.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1765
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Sun, 16 Nov 2008 12:35:00 +0000 (12:35 +0000)]
[MLX4] Make the bus driver to start at boot and as part of the NDIS group.
It is needed for PXE boot.
Signed-off-by: tzachid@mellanox.co.il
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1764
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 13 Nov 2008 17:41:17 +0000 (17:41 +0000)]
[MTHCA] 1361 fix added a bug: now all applications, creating QP with zero receive QP size, will fail with send completion error.
This patch fixes that.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1761
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 13 Nov 2008 17:33:02 +0000 (17:33 +0000)]
[MLX4] Changed WPP GUID, which was accidentally equal to a MTHCA.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1759
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Thu, 13 Nov 2008 01:52:04 +0000 (01:52 +0000)]
[ETC] saving getopt.c with DOS End-Of-Line instead of Linux EOL
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1757
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Thu, 13 Nov 2008 00:42:09 +0000 (00:42 +0000)]
[DAPL2] minor documentation update for the .bat file.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1756
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Thu, 13 Nov 2008 00:40:48 +0000 (00:40 +0000)]
[WinOF] script now understands trunk\WinOF instead of ..\branches\WinOF
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1755
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Wed, 12 Nov 2008 23:41:00 +0000 (23:41 +0000)]
[WinOF] cleaning house - move trunk\buildrelease.bat --> trunk\WinOF
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1754
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Wed, 12 Nov 2008 23:35:17 +0000 (23:35 +0000)]
[WinOF] move branches\WinOF to trunk.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1752
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Mon, 10 Nov 2008 18:04:52 +0000 (18:04 +0000)]
[ipoib] Change network connection status when pkey added/removed in SM.
Signed off by: anatolyg@voltaire.com
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1747
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Mon, 10 Nov 2008 17:12:07 +0000 (17:12 +0000)]
[ipoib] Make sure that the dlid is zero if it is not in the list.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1745
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Mon, 10 Nov 2008 16:49:06 +0000 (16:49 +0000)]
[ipoib] Usa a DPC when we poll too much on recv DPC.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1743
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Thu, 6 Nov 2008 20:24:37 +0000 (20:24 +0000)]
[opensm] ignore and overwrite corrupted guid2lid file.
signed off by: kliteyn@dev.mellanox.co.il
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1738
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Thu, 6 Nov 2008 08:06:36 +0000 (08:06 +0000)]
[ipoib] Fix a bug on __recv_get_endpts.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1737
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
aestrin [Wed, 5 Nov 2008 21:58:51 +0000 (21:58 +0000)]
[QLGCVNIC] fix for [Bug 1317] BSOD during reboot when using large MTU for VNIC.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1735
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Wed, 5 Nov 2008 17:08:18 +0000 (17:08 +0000)]
[ipoib] Fix releasing a lock too early.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1732
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Tue, 4 Nov 2008 13:56:49 +0000 (13:56 +0000)]
[ipoib] Changed the guid_mask to GUIDMask (as read from registry).
Setting GUIDMask to be non-required parameter.
Signed off by: xalex@mellanox.com
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1731
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Tue, 4 Nov 2008 13:46:00 +0000 (13:46 +0000)]
[ipoib] Adding additional set of HP GUIDs.
Signed off by: reuven@mellanox.com
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1728
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Tue, 4 Nov 2008 13:41:55 +0000 (13:41 +0000)]
[ipoib] Fix UDP checksum problem on windows 2008.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1726
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Tue, 4 Nov 2008 13:36:11 +0000 (13:36 +0000)]
[ipoib] Remove unused functions.
Signed off by: reuven@mellanox.com
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1724
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Sun, 2 Nov 2008 11:36:53 +0000 (11:36 +0000)]
[IBBUS] Fix hibernation mechanism, broken after converting IBBUS into filter driver. [mlnx:3409]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1721
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Sat, 1 Nov 2008 22:06:40 +0000 (22:06 +0000)]
[IBAL] add WR_LSO to _ib_wr_type_str array. [mlnx: 3391]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1719
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Sat, 1 Nov 2008 18:03:56 +0000 (18:03 +0000)]
[ipoib] Fix referencing the lists without locks.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1717
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Thu, 30 Oct 2008 17:35:25 +0000 (17:35 +0000)]
[DOCS] WinOF 2.0 items: IPoIB partition mgmt & Network Direct
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1716
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 30 Oct 2008 15:09:53 +0000 (15:09 +0000)]
[MLX4] improved error logging: write command failures to Event Log with error code, returned by HW. [mlnx: 3405]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1714
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Thu, 30 Oct 2008 10:28:29 +0000 (10:28 +0000)]
[ipoix] Fix two races where ipoib_port_up was called twice.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1712
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Tue, 28 Oct 2008 10:50:55 +0000 (10:50 +0000)]
[TOOLS] performance tests: changes for interoperability with Linux.
The main problem was, that Linux stores values like qpn, psn, lid in little endian format, while Windows - in big endian one.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1710
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Tue, 28 Oct 2008 10:11:48 +0000 (10:11 +0000)]
[ipoib] Remove dead code - ipoib_port_flush_endpts
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1708
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Tue, 28 Oct 2008 10:07:20 +0000 (10:07 +0000)]
[mlx4] Fix a typo.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1705
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Tue, 28 Oct 2008 10:06:54 +0000 (10:06 +0000)]
[ibal] Fix a typo.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1704
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Tue, 28 Oct 2008 09:59:43 +0000 (09:59 +0000)]
[IBAL] A fix to the pnp mechanism, don't remove the bus on query remove.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1702
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Tue, 28 Oct 2008 09:34:52 +0000 (09:34 +0000)]
[ibal] Replace mutex unsafe function with events.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1701
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Tue, 28 Oct 2008 09:17:11 +0000 (09:17 +0000)]
[ibal] Add g_ to global variables and remove g from local (p_port_mgr). [mlnx: 3372]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1698
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Thu, 23 Oct 2008 22:10:20 +0000 (22:10 +0000)]
[ipoib] Change the minimum MTU to be 512.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1696
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 23 Oct 2008 19:15:53 +0000 (19:15 +0000)]
[MLX4] improvements in Soft Reset mechanism [mlnx: 3363]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1694
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 23 Oct 2008 14:11:46 +0000 (14:11 +0000)]
[BUS] Reduce the reset time. Now we wait 100 ms and poll for 5 more seconds. [mlnx: 3264]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1692
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 23 Oct 2008 13:52:29 +0000 (13:52 +0000)]
[MLX4] a casting fix (to please the compiler)
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1691
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 23 Oct 2008 13:43:19 +0000 (13:43 +0000)]
[MTHCA] debug print improvement. [mlnx: 3353]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1689
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 23 Oct 2008 13:37:49 +0000 (13:37 +0000)]
[MLX4] added support to WPP. [mlnx:3348-9]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1687
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Wed, 22 Oct 2008 15:13:01 +0000 (15:13 +0000)]
[MLX4,MTHCA] fix minor typos
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1682
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Wed, 22 Oct 2008 14:08:22 +0000 (14:08 +0000)]
[MLX4] little fixes in debug stuff. [mlnx: 3344]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1680
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Wed, 22 Oct 2008 14:05:31 +0000 (14:05 +0000)]
[ipoib] Using ib_local_mad instead of SM. (mlnx: 3342)
signed off by: slavas@voltaire.com
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1679
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Wed, 22 Oct 2008 11:27:57 +0000 (11:27 +0000)]
[MLX4] increased HCA commands' timeout from 10 to 60 seconds to survive contentions. [mlnx: 3196]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1677
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Wed, 22 Oct 2008 11:27:31 +0000 (11:27 +0000)]
[MLX4] print to Event Log first several HCA commands timeout errors. [mlnx: 3194]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1676
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Wed, 22 Oct 2008 11:26:32 +0000 (11:26 +0000)]
[IBBUS] fixed a potential crash [mlnx: 3183]
The behavior of IBBUS filter driver is still not stable in various restart scenarios.
This patch is a workaround for a bug, that causes a crash.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1675
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Wed, 22 Oct 2008 11:25:10 +0000 (11:25 +0000)]
[MLX4] cleaning
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1674
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Wed, 22 Oct 2008 10:42:51 +0000 (10:42 +0000)]
[IPoIB] Avoid the SM. [branches\WOF2-0: 1610-1613, 1617]
Signed-off-by: Fab Tillier <ftillier@microsoft.com>
Signed-off by: Alexander Naslednikov (xalex@mellanox.co.il)
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1669
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Thu, 16 Oct 2008 17:03:43 +0000 (17:03 +0000)]
[ipoib] Force calculation of checksum for dhcp packets.
Signed off by: anatolyg@voltaire.com
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1660
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Thu, 16 Oct 2008 16:55:40 +0000 (16:55 +0000)]
[ipoib] Fix mcast send for 2008.
Signed off by: slavas@voltaire.com
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1658
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
stansmith [Wed, 15 Oct 2008 16:49:25 +0000 (16:49 +0000)]
[IPOIB] synchronize netipoib-xp32.inf with netipoib.inx - ND registry entries.
signed-off by stan.smith@intel.com
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1655
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Wed, 15 Oct 2008 16:09:52 +0000 (16:09 +0000)]
[al] Avoid a crash in an ASSERT during a WHQL test. (mlnx: 3308)
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1654
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Wed, 15 Oct 2008 15:15:14 +0000 (15:15 +0000)]
[ipoib] Use localized strings inside the inx file. (mlnx: 3306)
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1652
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Wed, 15 Oct 2008 15:11:48 +0000 (15:11 +0000)]
[ipoib] Return the link speed even if the link is down. (mlnx: 3304)
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1650
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Sun, 12 Oct 2008 09:21:52 +0000 (09:21 +0000)]
[ipoib]Improvements to ipoib guid creation algorithm.
Signed off by: ftillier@windows.microsoft.com
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1647
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Sun, 12 Oct 2008 07:38:53 +0000 (07:38 +0000)]
[ibbus]This patch prevents BSOD caused by WHQL reliability tests
signed-off by: Alexander Naslednikov (xalex at mellanox.co.il)
Tzachi Dar (tzachid at mellanox.co.il)
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1645
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Sun, 12 Oct 2008 07:30:48 +0000 (07:30 +0000)]
[ipoib] Fix a memory leak.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1643
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Tue, 7 Oct 2008 14:57:45 +0000 (14:57 +0000)]
[TOOLS] bugfix in latency tests.
The tests didn't take into account that the time stamping function (QueryPerformanceCounter) can take a lot of time.
But in Win2008 in takes more than 1.1 usec, which causes printing latency value 1.1 usec more than it really is !
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1635
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
tzachid [Tue, 7 Oct 2008 08:07:35 +0000 (08:07 +0000)]
[ipoib] Limit the number of retries to connect to broadcast group. (mlnx: 3287)
Part_man.exe – added check for pkey with partial membership. Such a values is not supported in current version.
signed off by: slavas@voltaire.com
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1633
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Sun, 5 Oct 2008 19:37:53 +0000 (19:37 +0000)]
[IBAL] revert 1574, returning check_av_port. it will work after implementing query_qp in MTHCA. [mlnx: 3136]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1631
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Sun, 5 Oct 2008 19:29:40 +0000 (19:29 +0000)]
[MTHCA] add query_qp support. [mlnx: 3138, 3150]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1630
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Sun, 5 Oct 2008 19:17:22 +0000 (19:17 +0000)]
[MLX4] fix in calculating of the number of HCA physical ports. [mlnx: 3277,3279]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1629
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 2 Oct 2008 09:25:20 +0000 (09:25 +0000)]
[MLX4] more clean allocation of WRID array (replaces 1624-1625).
Signed-off_by: Alex Estrin
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1627
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 2 Oct 2008 08:27:14 +0000 (08:27 +0000)]
[MLX4] fail QP creation when both SQ & RQ are of zero size (fix to 1625)
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1626
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Sun, 28 Sep 2008 15:11:13 +0000 (15:11 +0000)]
[MLX4] skip allocation of WRID array for zero-size RQ or SQ.
Suggested by: Alex Estrin
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1625
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Sun, 28 Sep 2008 14:23:42 +0000 (14:23 +0000)]
[MTHCA] fixed error code. [mlnx: 3250]
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1624
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Thu, 25 Sep 2008 14:01:31 +0000 (14:01 +0000)]
[MLX4] Enable Event Log writing on DISPATCH_LEVEL
The patch replaces a standard buffer conversion function, requiring PASSIVE_LEVEL, by a home-made one, which doesn't.
It prevents reported crash upon fatal error handling.
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1619
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Wed, 24 Sep 2008 18:03:19 +0000 (18:03 +0000)]
[IPoIB] This patch reuses ipoib_mac_from_general_guid and contains important bugfix. [mlnx: 3222, 3226, 3228]
Signed-off by: Alexander Naslednikov
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1608
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Wed, 24 Sep 2008 17:48:31 +0000 (17:48 +0000)]
[IPoIB] This patch adds support for user-define mask for generic mac generation. [mlnx: 3215]
Signed-off by: Alexander Naslednikov
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1606
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86
leonidk [Wed, 24 Sep 2008 17:40:50 +0000 (17:40 +0000)]
[IPoIB] This patch adds support for new GUID type. [mlnx: 3213-3214]
Signed-off by: Alexander Naslednikov
git-svn-id: svn://openib.tc.cornell.edu/gen1/trunk@1604
ad392aa1-c5ef-ae45-8dd8-
e69d62a5ef86