]> git.openfabrics.org - ~shefty/rdma-win.git/log
~shefty/rdma-win.git
15 years agowinmad: initial working kernel driver
shefty [Thu, 11 Dec 2008 21:32:27 +0000 (21:32 +0000)]
winmad: initial working kernel driver

git-svn-id: svn://openib.tc.cornell.edu/gen1@1779 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years agobranch for opensm porting
reuven [Wed, 10 Dec 2008 13:25:24 +0000 (13:25 +0000)]
branch for opensm porting

git-svn-id: svn://openib.tc.cornell.edu/gen1@1778 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] CM
aestrin [Sat, 6 Dec 2008 00:05:42 +0000 (00:05 +0000)]
[ipoib] CM
- added large multicast and ICMP packets fragmentation.
(each fragment utilises UD WR and all WRs chained to use one postsend per descriptor. Only Last WR set flag for completion).
- fixed some bugs,
- added changes from the trunk.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1777 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] reset upon driver unload. [mlnx: 3546]
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@1776 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MTHCA] bugfix in CMD interface: wait for GO bit before issuing command in polling...
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@1775 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[IBBUS] workaround for some problems with WHQL PnP test over IPoIB. [mlnx: 3535]
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@1774 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ALL] a fix to support debug print in Windows 2008. [mlnx: 3510]
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@1773 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] fixed application crash in case of IOCTL failure. [mlnx:3498]
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@1772 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] Fixed QP memory leak, inserted in 1288 fix.
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@1771 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] Fixed QP memory leak, inserted in 1288 fix.
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@1770 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[opensm] Reduce the time needed to build opensm.
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@1769 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WinOF] support dpinst.exe for WLH installs.
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@1768 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WinOF] use trunk\etc\bldwo.bat file instead of clunky etc\IB_*.bat file (will be...
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@1767 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ND] match ND binaries used in WinOF 2.0
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@1766 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Don't put multicast entries in the dlid lists.
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@1765 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] Make the bus driver to start at boot and as part of the NDIS group.
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@1764 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WinOF] 2.0
stansmith [Thu, 13 Nov 2008 21:07:21 +0000 (21:07 +0000)]
[WinOF] 2.0

git-svn-id: svn://openib.tc.cornell.edu/gen1@1763 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WinOF] 2.0
stansmith [Thu, 13 Nov 2008 21:06:02 +0000 (21:06 +0000)]
[WinOF] 2.0

git-svn-id: svn://openib.tc.cornell.edu/gen1@1762 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MTHCA] 1361 fix added a bug: now all applications, creating QP with zero receive...
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@1761 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MTHCA] 1361 fix added a bug: now all applications, creating QP with zero receive...
leonidk [Thu, 13 Nov 2008 17:40:16 +0000 (17:40 +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@1760 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] Changed WPP GUID, which was accidentally equal to a MTHCA.
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@1759 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] Changed WPP GUID, which was accidently equal to a MTHCA.
leonidk [Thu, 13 Nov 2008 17:26:03 +0000 (17:26 +0000)]
[MLX4] Changed WPP GUID, which was accidently equal to a MTHCA.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1758 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ETC] saving getopt.c with DOS End-Of-Line instead of Linux EOL
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@1757 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[DAPL2] minor documentation update for the .bat file.
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@1756 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WinOF] script now understands trunk\WinOF instead of ..\branches\WinOF
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@1755 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WinOF] cleaning house - move trunk\buildrelease.bat --> trunk\WinOF
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@1754 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WinOF] complete moving branches\WinOF --> trunk.
stansmith [Wed, 12 Nov 2008 23:38:21 +0000 (23:38 +0000)]
[WinOF] complete moving branches\WinOF --> trunk.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1753 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WinOF] move branches\WinOF to trunk.
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@1752 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WinOF] support default HCA device override for unattended connectX installs: msiexec...
stansmith [Wed, 12 Nov 2008 23:26:20 +0000 (23:26 +0000)]
[WinOF] support default HCA device override for unattended connectX installs: msiexec /i Wof.msi HCA=mlx4
Support WinOF install on HPC compute nodes, do not install drivers: msiexec /i Wof.msi NODRV=1

git-svn-id: svn://openib.tc.cornell.edu/gen1@1751 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WinOF] sync for RC5 release.
stansmith [Wed, 12 Nov 2008 23:15:27 +0000 (23:15 +0000)]
[WinOF] sync for RC5 release.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1750 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WINOF] synchronize for 2.0 release
stansmith [Wed, 12 Nov 2008 23:08:02 +0000 (23:08 +0000)]
[WINOF] synchronize for 2.0 release

git-svn-id: svn://openib.tc.cornell.edu/gen1@1749 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Change network connection status when pkey added/removed in SM.
tzachid [Mon, 10 Nov 2008 18:07:05 +0000 (18:07 +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@1748 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Change network connection status when pkey added/removed in SM.
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@1747 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Make sure that the dlid is zero if it is not in the list.
tzachid [Mon, 10 Nov 2008 17:15:02 +0000 (17:15 +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@1746 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Make sure that the dlid is zero if it is not in the list.
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@1745 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Usa a DPC when we poll too much on recv DPC.
tzachid [Mon, 10 Nov 2008 16:56:15 +0000 (16:56 +0000)]
[ipoib] Usa a DPC when we poll too much on recv DPC.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1744 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Usa a DPC when we poll too much on recv DPC.
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@1743 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WINOF] sync closer to WinOF 2.0 branch.
stansmith [Sat, 8 Nov 2008 01:09:39 +0000 (01:09 +0000)]
[WINOF] sync closer to WinOF 2.0 branch.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1742 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[WinOF] update to dpinst 2.1.0.0; CustomActions.vbs missed devman update --> devman...
stansmith [Fri, 7 Nov 2008 20:45:28 +0000 (20:45 +0000)]
[WinOF] update to dpinst 2.1.0.0; CustomActions.vbs missed devman update --> devman install for IOU.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1740 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[opensm] ignore and overwrite corrupted guid2lid file.
tzachid [Thu, 6 Nov 2008 20:25:21 +0000 (20:25 +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@1739 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[opensm] ignore and overwrite corrupted guid2lid file.
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@1738 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Fix a bug on __recv_get_endpts.
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@1737 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Fix a bug on __recv_get_endpts.
tzachid [Thu, 6 Nov 2008 08:05:20 +0000 (08:05 +0000)]
[ipoib] Fix a bug on __recv_get_endpts.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1736 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[QLGCVNIC] fix for [Bug 1317] BSOD during reboot when using large MTU for VNIC.
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@1735 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[QLGCVNIC] fix for [Bug 1317] BSOD during reboot when using large MTU for VNIC.
aestrin [Wed, 5 Nov 2008 21:57:34 +0000 (21:57 +0000)]
[QLGCVNIC] fix for [Bug 1317] BSOD during reboot when using large MTU for VNIC.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1734 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Fix releasing a lock too early.
tzachid [Wed, 5 Nov 2008 17:09:19 +0000 (17:09 +0000)]
[ipoib] Fix releasing a lock too early.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1733 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Fix releasing a lock too early.
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@1732 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Changed the guid_mask to GUIDMask (as read from registry).
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@1731 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Changed the guid_mask to GUIDMask (as read from registry).
tzachid [Tue, 4 Nov 2008 13:54:49 +0000 (13:54 +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@1730 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Adding additional set of HP GUIDs.
tzachid [Tue, 4 Nov 2008 13:46:31 +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@1729 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Adding additional set of HP GUIDs.
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@1728 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Fix UDP checksum problem on windows 2008.
tzachid [Tue, 4 Nov 2008 13:42:18 +0000 (13:42 +0000)]
[ipoib] Fix UDP checksum problem on windows 2008.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1727 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Fix UDP checksum problem on windows 2008.
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@1726 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Remove unused functions.
tzachid [Tue, 4 Nov 2008 13:38:16 +0000 (13:38 +0000)]
[ipoib] Remove unused functions.
Signed off by: reuven@mellanox.com

git-svn-id: svn://openib.tc.cornell.edu/gen1@1725 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Remove unused functions.
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@1724 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years agoupdate branch to svn 1721
shefty [Tue, 4 Nov 2008 10:48:00 +0000 (10:48 +0000)]
update branch to svn 1721

git-svn-id: svn://openib.tc.cornell.edu/gen1@1723 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[IBBUS] Fix hibernation mechanism, broken after converting IBBUS into filter driver...
leonidk [Sun, 2 Nov 2008 11:37:22 +0000 (11:37 +0000)]
[IBBUS] Fix hibernation mechanism, broken after converting IBBUS into filter driver. [mlnx:3409]

git-svn-id: svn://openib.tc.cornell.edu/gen1@1722 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[IBBUS] Fix hibernation mechanism, broken after converting IBBUS into filter driver...
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@1721 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[IBAL] add WR_LSO to _ib_wr_type_str array. [mlnx: 3391]
leonidk [Sat, 1 Nov 2008 22:07:55 +0000 (22:07 +0000)]
[IBAL] add WR_LSO to _ib_wr_type_str array. [mlnx: 3391]

git-svn-id: svn://openib.tc.cornell.edu/gen1@1720 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[IBAL] add WR_LSO to _ib_wr_type_str array. [mlnx: 3391]
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@1719 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Fix referencing the lists without locks.
tzachid [Sat, 1 Nov 2008 18:10:32 +0000 (18:10 +0000)]
[ipoib] Fix referencing the lists without locks.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1718 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Fix referencing the lists without locks.
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@1717 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[DOCS] WinOF 2.0 items: IPoIB partition mgmt & Network Direct
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@1716 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] improved error logging: write command failures to Event Log with error code...
leonidk [Thu, 30 Oct 2008 15:10:53 +0000 (15:10 +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@1715 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] improved error logging: write command failures to Event Log with error code...
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@1714 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoix] Fix two races where ipoib_port_up was called twice.
tzachid [Thu, 30 Oct 2008 10:33:38 +0000 (10:33 +0000)]
[ipoix] Fix two races where ipoib_port_up was called twice.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1713 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoix] Fix two races where ipoib_port_up was called twice.
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@1712 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[TOOLS] performance tests: changes for interoperability with Linux.
leonidk [Tue, 28 Oct 2008 10:52:19 +0000 (10:52 +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@1711 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[TOOLS] performance tests: changes for interoperability with Linux.
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@1710 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Remove dead code - ipoib_port_flush_endpts
tzachid [Tue, 28 Oct 2008 10:18:30 +0000 (10:18 +0000)]
[ipoib] Remove dead code - ipoib_port_flush_endpts

git-svn-id: svn://openib.tc.cornell.edu/gen1@1709 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Remove dead code - ipoib_port_flush_endpts
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@1708 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[mlx4] Fix a typo.
tzachid [Tue, 28 Oct 2008 10:08:33 +0000 (10:08 +0000)]
[mlx4] Fix a typo.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1707 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ibal] Fix a typo.
tzachid [Tue, 28 Oct 2008 10:08:15 +0000 (10:08 +0000)]
[ibal] Fix a typo.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1706 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[mlx4] Fix a typo.
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@1705 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ibal] Fix a typo.
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@1704 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[IBAL] A fix to the pnp mechanism, don't remove the bus on query remove.
tzachid [Tue, 28 Oct 2008 10:00:44 +0000 (10:00 +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@1703 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[IBAL] A fix to the pnp mechanism, don't remove the bus on query remove.
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@1702 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ibal] Replace mutex unsafe function with events.
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@1701 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ibal] Replace mutex unsafe function with events.
tzachid [Tue, 28 Oct 2008 09:33:46 +0000 (09:33 +0000)]
[ibal] Replace mutex unsafe function with events.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1700 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ibal] Add g_ to global variables and remove g from local (p_port_mgr). [mlnx: 3372]
tzachid [Tue, 28 Oct 2008 09:19:09 +0000 (09:19 +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@1699 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ibal] Add g_ to global variables and remove g from local (p_port_mgr). [mlnx: 3372]
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@1698 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Change the minimum MTU to be 512.
tzachid [Thu, 23 Oct 2008 22:12:33 +0000 (22:12 +0000)]
[ipoib] Change the minimum MTU to be 512.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1697 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Change the minimum MTU to be 512.
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@1696 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] improvements in Soft Reset mechanism [mlnx: 3363]
leonidk [Thu, 23 Oct 2008 19:16:30 +0000 (19:16 +0000)]
[MLX4] improvements in Soft Reset mechanism [mlnx: 3363]

git-svn-id: svn://openib.tc.cornell.edu/gen1@1695 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] improvements in Soft Reset mechanism [mlnx: 3363]
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@1694 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] Reduce ConnectX reset time. Now we wait 100 ms and poll for 5 more seconds...
leonidk [Thu, 23 Oct 2008 14:12:42 +0000 (14:12 +0000)]
[MLX4] Reduce ConnectX reset time. Now we wait 100 ms and poll for 5 more seconds. [mlnx: 3264]

git-svn-id: svn://openib.tc.cornell.edu/gen1@1693 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[BUS] Reduce the reset time. Now we wait 100 ms and poll for 5 more seconds. [mlnx...
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@1692 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] a casting fix (to please the compiler)
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@1691 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MTHCA] debug print improvement. [mlnx: 3353]
leonidk [Thu, 23 Oct 2008 13:43:51 +0000 (13:43 +0000)]
[MTHCA] debug print improvement. [mlnx: 3353]

git-svn-id: svn://openib.tc.cornell.edu/gen1@1690 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MTHCA] debug print improvement. [mlnx: 3353]
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@1689 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] added support to WPP. [mlnx:3348-9]
leonidk [Thu, 23 Oct 2008 13:40:22 +0000 (13:40 +0000)]
[MLX4] added support to WPP. [mlnx:3348-9]

git-svn-id: svn://openib.tc.cornell.edu/gen1@1688 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] added support to WPP. [mlnx:3348-9]
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@1687 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ND] update from QLogic - retain original Copyright Notice - built with svn.1684
stansmith [Wed, 22 Oct 2008 21:34:04 +0000 (21:34 +0000)]
[ND] update from QLogic - retain original Copyright Notice - built with svn.1684
[DOCS] manual.htm clean extra lines - Id IPoIB_IPv4_addr in ND command line example.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1686 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] cm
aestrin [Wed, 22 Oct 2008 20:38:50 +0000 (20:38 +0000)]
[ipoib] cm
major merge with trunk.
-also included "local_mad" and "avoid SM" patches.
- conn request changed to utilize path record locally generated.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1685 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[DOCS] manual.htm - added ND SDK ndpingpong command examples.
stansmith [Wed, 22 Oct 2008 15:39:24 +0000 (15:39 +0000)]
[DOCS] manual.htm - added ND SDK ndpingpong command examples.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1684 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4,MTHCA] fix minor typos
leonidk [Wed, 22 Oct 2008 15:13:52 +0000 (15:13 +0000)]
[MLX4,MTHCA] fix minor typos

git-svn-id: svn://openib.tc.cornell.edu/gen1@1683 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4,MTHCA] fix minor typos
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@1682 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] little fixes in debug stuff. [mlnx: 3344]
leonidk [Wed, 22 Oct 2008 14:08:50 +0000 (14:08 +0000)]
[MLX4] little fixes in debug stuff. [mlnx: 3344]

git-svn-id: svn://openib.tc.cornell.edu/gen1@1681 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[MLX4] little fixes in debug stuff. [mlnx: 3344]
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@1680 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

15 years ago[ipoib] Using ib_local_mad instead of SM. (mlnx: 3342)
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@1679 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86