]> git.openfabrics.org - ~ardavis/dapl.git/log
~ardavis/dapl.git
16 years agoChangeLog update dapl-2.0.2-1
Arlin Davis [Wed, 31 Oct 2007 18:55:48 +0000 (10:55 -0800)]
ChangeLog update

16 years ago- DAT/DAPL Version 2.0.2 Release 1
Arlin Davis [Wed, 31 Oct 2007 18:55:05 +0000 (10:55 -0800)]
- DAT/DAPL Version 2.0.2 Release 1

Signed-off by: Arlin Davis <ardavis@ichips.intel.com>

16 years ago- Add ChangeLog
Arlin Davis [Tue, 30 Oct 2007 17:06:24 +0000 (09:06 -0800)]
- Add ChangeLog
- update cma provider to report remote and local ports via dat_ep_query.

Signed-off by: Arlin Davis <ardavis@ichips.intel.com>

16 years agoFix dapltest endian issue with mem_handle, mem_address.
Arlin Davis [Thu, 25 Oct 2007 21:36:12 +0000 (14:36 -0700)]
Fix dapltest endian issue with mem_handle, mem_address.

Signed-off-by: Shirley Ma <xma@us.ibm.com>
16 years ago Fix dtest to build properly with extensions.
Arlin Davis [Tue, 16 Oct 2007 21:23:17 +0000 (14:23 -0700)]
 Fix dtest to build properly with extensions.

 Modify dat.h dat_event to include event_extension_data[8].
 Extend struct dat_event outside of extension build
 switch to enable non-extended applications to work
 with extended libraries. Otherwise, there is a potential
 for the event callee to write back too much event data
 and exceed callers non-extended event buffer.

 Signed-off by: Arlin Davis <ardavis@ichips.intel.com>

16 years agoUse inet_ntoa instead of open coding it. IP addresses were being
Arlin Davis [Tue, 16 Oct 2007 21:09:56 +0000 (14:09 -0700)]
Use inet_ntoa instead of open coding it. IP addresses were being
reversed on PowerPC.

On PowerPC the timebase ticks at a different frequency to the CPU.
dapltest currently assumes a 1:1 relationship, and gives bogus values
when scaling timebase to real time.

To fix this, look at the timebase field in /proc/cpuinfo instead. To
keep things consistent with x86, scale that value to MHz.

Signed-off-by: Anton Blanchard <anton@samba.org>
16 years ago Minor clean-up of cr/lf
Arlin Davis [Tue, 16 Oct 2007 21:02:36 +0000 (14:02 -0700)]
 Minor clean-up of cr/lf

 Signed-off by: Arlin Davis <ardavis@ichips.intel.com>

16 years agoFinal changes for 2.0.1-1 package, OFED 1.3 ALPHA dapl-2.0.1-1
Arlin Davis [Tue, 2 Oct 2007 23:01:37 +0000 (16:01 -0700)]
Final changes for 2.0.1-1 package, OFED 1.3 ALPHA
Fix build issue with SLES 10, gcc++ compiler

Signed-off-by: Jimmy Hill <jimmy.hill@us.ibm.com>
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
16 years agoChange v2 dat.conf provider names to associate with ib net devices
Arlin Davis [Tue, 2 Oct 2007 18:58:46 +0000 (11:58 -0700)]
Change v2 dat.conf provider names to associate with ib net devices

Signed-off by: Arlin Davis <ardavis@ichips.intel.com>

16 years agoChange DT_Mdep_GetTime to use gettimeofday() which has more resolution
Arlin Davis [Tue, 2 Oct 2007 18:43:34 +0000 (11:43 -0700)]
Change DT_Mdep_GetTime to use gettimeofday() which has more resolution
than times().

Signed-off-by: Anton Blanchard <anton@samba.org>
16 years agoChange DT_Mdep_GetTime to use gettimeofday() which has more resolution
Arlin Davis [Tue, 2 Oct 2007 18:35:21 +0000 (11:35 -0700)]
Change DT_Mdep_GetTime to use gettimeofday() which has more resolution
than times().

Signed-off-by: Anton Blanchard <anton@samba.org>
16 years agoClean up packaging, modify dat.conf for cma provider name change to ofa
Arlin Davis [Sat, 29 Sep 2007 00:03:41 +0000 (17:03 -0700)]
Clean up packaging, modify dat.conf for cma provider name change to ofa

Signed-off by: Arlin Davis <ardavis@ichips.intel.com>

16 years agoModifications to coexist with 1.2 libraries
Arlin Davis [Thu, 20 Sep 2007 17:55:19 +0000 (10:55 -0700)]
Modifications to coexist with 1.2 libraries
 - cleanup CR-LF in dtestx
 - fix RPM specfile, 2.0.1 package

Signed-off by: Arlin Davis <ardavis@ichips.intel.com>

17 years agoUpdate Copyright in specfile libdapl-2.0
Arlin Davis [Fri, 22 Jun 2007 18:47:14 +0000 (11:47 -0700)]
Update Copyright in specfile

17 years agoAdd provider specific interface to uDAPL for extensions support.
Arlin Davis [Thu, 31 May 2007 19:43:28 +0000 (12:43 -0700)]
Add provider specific interface to uDAPL for extensions support.
Fix memory leak with extensions, missing cookie deallocation when processing extended DTO events
Remove unnecessary check on dats_set_ia_handle in dat_ia_openv
Clean up specfile and some extra LF's

17 years agoadd iwarp extension include file
Arlin Davis [Wed, 16 May 2007 19:56:39 +0000 (12:56 -0700)]
add iwarp extension include file

17 years agoclean up some CR's in include files
Arlin Davis [Wed, 16 May 2007 19:52:38 +0000 (12:52 -0700)]
clean up some CR's in include files

17 years agoTake out references to specific 1.1 verbs definitions (ibv_comp_channel).
Arlin Davis [Wed, 9 May 2007 23:21:16 +0000 (16:21 -0700)]
Take out references to specific 1.1 verbs definitions (ibv_comp_channel).

17 years agoUpdate dapltest to use default device OpenIB-cma
Arlin Davis [Mon, 7 May 2007 22:54:59 +0000 (15:54 -0700)]
Update dapltest to use default device OpenIB-cma
Fix dapltest manpage, example for performance test wrong

17 years agoFix issues with IB DTO extensions
Arlin Davis [Mon, 7 May 2007 19:49:18 +0000 (12:49 -0700)]
Fix issues with IB DTO extensions
 - debug print_cqe updated for latest IBV definitions
 - dapli_evd_cq_to_event modified to handle both post and receive extensions
 - dtestx example tested with rdma_write_imm, fetch_add, and cmp_swap
 - modify cookie DTO types to support extensions properly

17 years agoAdd new dapl functions for 2.0 (stubs for now)
Arlin Davis [Sat, 5 May 2007 00:17:41 +0000 (17:17 -0700)]
Add new dapl functions for 2.0 (stubs for now)
- dapl_ep_post_send_invalidate
- dapl_ep_post_rdma_read_to_rmr
- dapl_ia_ha
- dapl_csp_create, query, free
- dapl_cno_trigger
- dapl_cno_fd_create
- dapl_extensions

Add new 2.0 parameters to existing API's
- dapl_cr_reject
- dapl_rmr_bind

17 years agoupdate dtestx.c, default provider OpenIB-cma
Arlin Davis [Thu, 3 May 2007 16:44:43 +0000 (09:44 -0700)]
update dtestx.c, default provider OpenIB-cma

17 years agoAdded IB extensions and dtestx as an example program using
Arlin Davis [Thu, 3 May 2007 00:27:44 +0000 (17:27 -0700)]
Added IB extensions and dtestx as an example program using
rdma write with immediate and atomic operations

17 years agoDAT 2.0 support for new DAT_VA_TYPE added to uDAPL and openib-cma provider
Arlin Davis [Wed, 14 Mar 2007 21:29:08 +0000 (13:29 -0800)]
DAT 2.0 support for new DAT_VA_TYPE added to uDAPL and openib-cma provider

17 years agochange DAT_VERSION major and minor numbers to 2.0
Arlin Davis [Wed, 14 Mar 2007 19:08:19 +0000 (11:08 -0800)]
change DAT_VERSION major and minor numbers to 2.0

17 years agoadd provider support to dtest, set default to OpenIB-cma
Arlin Davis [Wed, 14 Mar 2007 18:43:56 +0000 (10:43 -0800)]
add provider support to dtest, set default to OpenIB-cma

17 years agoInitial build with DAT 2.0 definitions and IB extensions. IB extensions configurable...
Arlin Davis [Fri, 9 Mar 2007 21:09:14 +0000 (13:09 -0800)]
Initial build with DAT 2.0 definitions and IB extensions. IB extensions configurable with --enable-ext-type=ib

17 years agoUpdate the README
Arlin Davis [Fri, 9 Mar 2007 00:01:29 +0000 (16:01 -0800)]
Update the README

17 years ago- Fix bug 408, dapltest compilation failure on 32 bit arch
Arlin Davis [Wed, 7 Mar 2007 23:34:41 +0000 (15:34 -0800)]
- Fix bug 408, dapltest compilation failure on 32 bit arch
- Update libdat.spec.in file to build uDAPL RPMs correctly

17 years agoFix build issues with dtest and dapltest. Define build tree path to dat/include.
Arlin Davis [Mon, 5 Mar 2007 22:15:49 +0000 (14:15 -0800)]
Fix build issues with dtest and dapltest. Define build tree path to dat/include.

17 years agoAdd dapltest headers to EXTRA_DIST
Arlin Davis [Thu, 1 Mar 2007 01:14:55 +0000 (17:14 -0800)]
Add dapltest headers to EXTRA_DIST
Modify dtest to delay before accepting

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
17 years agoAdding dtest and dapltest to the build. Manual pages created.
Arlin Davis [Mon, 26 Feb 2007 21:54:15 +0000 (13:54 -0800)]
Adding dtest and dapltest to the build. Manual pages created.

17 years agouDAPL changes to support exchanging and validation of the device responder_resources... rdma_ucm
Arlin Davis [Sat, 20 Jan 2007 00:21:30 +0000 (16:21 -0800)]
uDAPL changes to support exchanging and validation of the device responder_resources and the
initiator_depth during connection establishment

17 years agoUpdate cma provider to sync with rdma_ucm changes rdma_ucm/dapl_rdma_ucm_sync
Arlin Davis [Wed, 6 Dec 2006 19:49:27 +0000 (11:49 -0800)]
Update cma provider to sync with rdma_ucm changes

17 years agoUpdate autogen to create config directory rdma_ucm master/autogen_fix
Arlin Davis [Mon, 4 Dec 2006 21:54:20 +0000 (13:54 -0800)]
Update autogen to create config directory

17 years agor10074: Added support for new ib verbs client register event. No extra processing...
Arlin Davis [Tue, 7 Nov 2006 20:22:05 +0000 (20:22 +0000)]
r10074: Added support for new ib verbs client register event. No extra processing required at the uDAPL
level.

Fix some issues supporting create qp without recv cq handle or recv qp resources. IB verbs assume a
recv_cq handle and uDAPL dapl_ep_create assumes there is always recv_sge resources specified.

Fix some timeout and long disconnect delay issues discovered during scale-out testing. Added support
to retry rdma_cm address and route resolution with configuration options. Provide a disconnect call
when receiving the disconnect request to guarantee a disconnect reply and event on the remote side.
The rdma_disconnect was not being called from dat_ep_disconnect() as a result of the state changing
to DISCONNECTED in the event callback.

Here are the new options (environment variables) with the default setting:

DAPL_CM_ARP_TIMEOUT_MS   4000
DAPL_CM_ARP_RETRY_COUNT  15
DAPL_CM_ROUTE_TIMEOUT_MS  4000
DAPL_CM_ROUTE_RETRY_COUNT 15

17 years agor9802: Remove Socket CM provider from build and dat.conf configuration. No longer...
Arlin Davis [Thu, 12 Oct 2006 22:41:33 +0000 (22:41 +0000)]
r9802: Remove Socket CM provider from build and dat.conf configuration. No longer needed nor supported.

17 years agor9442: Update obsolete CLK_TCK to CLOCKS_PER_SEC
Steve Wise [Tue, 12 Sep 2006 18:15:39 +0000 (18:15 +0000)]
r9442: Update obsolete CLK_TCK to CLOCKS_PER_SEC
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
17 years agor9346:
Arlin Davis [Thu, 7 Sep 2006 18:09:11 +0000 (18:09 +0000)]
r9346:
inadvertently added evdtest to makefile when testing dat_evd_set_unwaitable fix with openib_cma provider

17 years agor9315:
Arlin Davis [Wed, 6 Sep 2006 20:36:09 +0000 (20:36 +0000)]
r9315:
Fill out some unitialized fields in the ia_attr structure
returned by dat_ia_query().

Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off by: Robert Walsh <robert.walsh@qlogic.com>

17 years agor8895: Update dtest to support multiple segments on rdma write and change makefile...
Arlin Davis [Fri, 11 Aug 2006 20:44:23 +0000 (20:44 +0000)]
r8895: Update dtest to support multiple segments on rdma write and change makefile to use OpenIB-cma by default.

18 years agor8592: Add support for dat_evd_set_unwaitable on a DTO evd in openib_cma provider
Arlin Davis [Wed, 19 Jul 2006 17:15:06 +0000 (17:15 +0000)]
r8592: Add support for dat_evd_set_unwaitable on a DTO evd in openib_cma provider

18 years agor8565: Added errno reporting (message and return codes) during open to help diagnose...
Arlin Davis [Mon, 17 Jul 2006 22:59:17 +0000 (22:59 +0000)]
r8565: Added errno reporting (message and return codes) during open to help diagnose create thread issues.

18 years agor8562: Fix some suspicious inline assembly:
Anton Blanchard [Mon, 17 Jul 2006 21:26:03 +0000 (21:26 +0000)]
r8562: Fix some suspicious inline assembly:
- EIEIO_ON_SMP and ISYNC_ON_SMP are in kernel UP build optimisations, we
  shouldnt export them to userspace. Replace it with lwsync and isync.
- The comment says its implemenenting cmpxchg64 but in fact its
  implementing cmpxchg32. Fix the comment.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor8503: Fix IA64 build problems reported by John Partridge <johnip@sgi.com>
James Lentini [Wed, 12 Jul 2006 14:56:26 +0000 (14:56 +0000)]
r8503: Fix IA64 build problems reported by John Partridge <johnip@sgi.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor8182: Lower the reject debug message level so we don't see warnings
Arlin Davis [Thu, 22 Jun 2006 22:02:56 +0000 (22:02 +0000)]
r8182: Lower the reject debug message level so we don't see warnings
when consumers reject.
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor8181: Added support for active side TIMED_OUT event from a provider.
Arlin Davis [Thu, 22 Jun 2006 21:13:37 +0000 (21:13 +0000)]
r8181: Added support for active side TIMED_OUT event from a provider.
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor8180: Fix bug in dapls_ib_get_dat_event() call after adding new unreachable event.
Arlin Davis [Thu, 22 Jun 2006 20:58:06 +0000 (20:58 +0000)]
r8180: Fix bug in dapls_ib_get_dat_event() call after adding new unreachable event.
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor8112: Update for new rdma_create_id() function signature.
James Lentini [Mon, 19 Jun 2006 17:20:45 +0000 (17:20 +0000)]
r8112: Update for new rdma_create_id() function signature.
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor8008: Set max rdma read per EP attributes
Arlin Davis [Wed, 14 Jun 2006 16:17:39 +0000 (16:17 +0000)]
r8008: Set max rdma read per EP attributes
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor7931: Report the proper error and timeout events.
Arlin Davis [Mon, 12 Jun 2006 15:42:50 +0000 (15:42 +0000)]
r7931: Report the proper error and timeout events.
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor7928: Socket CM fix to guard against using a loopback address
Arlin Davis [Mon, 12 Jun 2006 14:51:14 +0000 (14:51 +0000)]
r7928: Socket CM fix to guard against using a loopback address
as the local device address.
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor7755: Use the uCM set_option feature to adjust connect request timeout
Arlin Davis [Tue, 6 Jun 2006 21:46:44 +0000 (21:46 +0000)]
r7755: Use the uCM set_option feature to adjust connect request timeout
and retry values. Also, a fix to disallow any event after a disconnect
event.
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor7608: Correct comment.
James Lentini [Wed, 31 May 2006 19:55:57 +0000 (19:55 +0000)]
r7608: Correct comment.
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor7347: Undo inadvertent change.
James Lentini [Thu, 18 May 2006 21:54:12 +0000 (21:54 +0000)]
r7347: Undo inadvertent change.
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor7346: Fix for uCMA provider to return the correct event as a result of
James Lentini [Thu, 18 May 2006 21:50:27 +0000 (21:50 +0000)]
r7346: Fix for uCMA provider to return the correct event as a result of
rejects. Also, ran into a segv bug with dapl_ep_create when
creating without a conn_evd.

Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor7141: Update the uDAPL openib_cma provider to work with the new
Arlin Davis [Fri, 12 May 2006 19:50:19 +0000 (19:50 +0000)]
r7141: Update the uDAPL openib_cma provider to work with the new
uCMA event channel interface.
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6873: Transaction test change to comply with the iWARP MPA protocol's
Steve Wise [Tue, 2 May 2006 21:33:35 +0000 (21:33 +0000)]
r6873: Transaction test change to comply with the iWARP MPA protocol's
"Connection Startup Rules".
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6736: getaddrinfo() fix for debug builds and some additional debug messages for
Arlin Davis [Fri, 28 Apr 2006 13:44:17 +0000 (13:44 +0000)]
r6736: getaddrinfo() fix for debug builds and some additional debug messages for
connect errors and rejects.

Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6520: Fix compilation warning.
James Lentini [Wed, 19 Apr 2006 16:49:34 +0000 (16:49 +0000)]
r6520: Fix compilation warning.
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6518: Do not always generate an event for an abrupt disconnect.
Steve Wise [Wed, 19 Apr 2006 16:32:01 +0000 (16:32 +0000)]
r6518: Do not always generate an event for an abrupt disconnect.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6517: Generate a disconnect event for providers that do not generate
James Lentini [Wed, 19 Apr 2006 16:30:37 +0000 (16:30 +0000)]
r6517: Generate a disconnect event for providers that do not generate
one automatically.
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6516: Fix compilation error.
James Lentini [Wed, 19 Apr 2006 16:25:33 +0000 (16:25 +0000)]
r6516: Fix compilation error.
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6392: Fix for RDMA cm id destruction and debug builds.
James Lentini [Mon, 10 Apr 2006 20:16:44 +0000 (20:16 +0000)]
r6392: Fix for RDMA cm id destruction and debug builds.
Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6289: Set max_iov_segments_per_rdma_read and max_rdma_read_iov using the correct
James Lentini [Thu, 6 Apr 2006 15:32:47 +0000 (15:32 +0000)]
r6289: Set max_iov_segments_per_rdma_read and max_rdma_read_iov using the correct
attribute.
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6286: Set the IA attribute max_iov_segments_per_rdma_read and the EP attribute
Steve Wise [Thu, 6 Apr 2006 15:16:10 +0000 (15:16 +0000)]
r6286: Set the IA attribute max_iov_segments_per_rdma_read and the EP attribute
max_rdma_read_iov based on the openib max_sge_rd device attribute.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6221: Change the mechanism by which library init and fini functions are specified
James Lentini [Tue, 4 Apr 2006 18:29:00 +0000 (18:29 +0000)]
r6221: Change the mechanism by which library init and fini functions are specified
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6182: Remove unused variables.
James Lentini [Mon, 3 Apr 2006 17:29:55 +0000 (17:29 +0000)]
r6182: Remove unused variables.
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6179: Fix dapltest compiler warnings.
James Lentini [Mon, 3 Apr 2006 15:29:30 +0000 (15:29 +0000)]
r6179: Fix dapltest compiler warnings.
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor6168: Fixed debug prints of 64-bit values and removed compile warnings.
James Lentini [Mon, 3 Apr 2006 14:08:48 +0000 (14:08 +0000)]
r6168: Fixed debug prints of 64-bit values and removed compile warnings.
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor5939: Move libdat.spec to libdat.spec.in
James Lentini [Tue, 21 Mar 2006 22:28:10 +0000 (22:28 +0000)]
r5939: Move libdat.spec to libdat.spec.in
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor5879: Add GNU Autotools support and an RPM spec file
Arlin Davis [Fri, 17 Mar 2006 22:02:18 +0000 (22:02 +0000)]
r5879: Add GNU Autotools support and an RPM spec file
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor5871: Fixes a corner case where a CMA event was not acknowledged during
Arlin Davis [Thu, 16 Mar 2006 22:40:18 +0000 (22:40 +0000)]
r5871: Fixes a corner case where a CMA event was not acknowledged during
disconnect processing.

Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor5789: Reduces some debug output in the async thread and fixes listen
James Lentini [Mon, 13 Mar 2006 18:15:49 +0000 (18:15 +0000)]
r5789: Reduces some debug output in the async thread and fixes listen
processing of EBUSY.

Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off by: James Lentini <jlentini@netapp.com>

18 years agor5684: Remove unused NO_EP_STATE.
Arlin Davis [Wed, 8 Mar 2006 14:24:26 +0000 (14:24 +0000)]
r5684: Remove unused NO_EP_STATE.
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor5529: Fix to destroy QPs in all cases and close the HCA.
James Lentini [Tue, 28 Feb 2006 15:41:03 +0000 (15:41 +0000)]
r5529: Fix to destroy QPs in all cases and close the HCA.

Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off by: James Lentini <jlentini@netapp.com>

18 years agor4855: Make use of dat_evd_wait the default.
James Lentini [Mon, 9 Jan 2006 20:17:33 +0000 (20:17 +0000)]
r4855: Make use of dat_evd_wait the default.
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor4852: Fix disconnect event processing and update dtest to validate.
Arlin Davis [Mon, 9 Jan 2006 16:59:38 +0000 (16:59 +0000)]
r4852: Fix disconnect event processing and update dtest to validate.
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor4502: Query for rd_atomic values.
Arlin Davis [Fri, 16 Dec 2005 02:03:05 +0000 (02:03 +0000)]
r4502: Query for rd_atomic values.
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor4501: Allow a network name, network address, or device name in the dat.conf file.
James Lentini [Fri, 16 Dec 2005 01:57:30 +0000 (01:57 +0000)]
r4501: Allow a network name, network address, or device name in the dat.conf file.
Singed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor4466: Change libibverbs API for listing all known devices from
Roland Dreier [Wed, 14 Dec 2005 20:44:36 +0000 (20:44 +0000)]
r4466: Change libibverbs API for listing all known devices from
ibv_get_devices() to ibv_get_device_list(), and update all
in-tree uses of this API.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
18 years agor4308: Fix a gcc 4.0 warning
James Lentini [Mon, 5 Dec 2005 16:37:46 +0000 (16:37 +0000)]
r4308: Fix a gcc 4.0 warning
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor4279: Added CMA API support.
Arlin Davis [Thu, 1 Dec 2005 15:03:10 +0000 (15:03 +0000)]
r4279: Added CMA API support.
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor4018: Fixed some problems with the free build openib_scm version and turned
James Lentini [Thu, 10 Nov 2005 21:39:34 +0000 (21:39 +0000)]
r4018: Fixed some problems with the free build openib_scm version and turned
down some debugging and added some debug prints for uAT path records.
Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off by: James Lentini <jlentini@netapp.com>

18 years agor3917: Fix printing of debug statements.
James Lentini [Mon, 31 Oct 2005 18:27:13 +0000 (18:27 +0000)]
r3917: Fix printing of debug statements.
Signed off by: Aniruddha Bohra <bohra@cs.rutgers.edu>
Signed off by: James Lentini <jlentini@netapp.com

18 years agor3882: uDAPL provider for OpenIB socket CM.
James Lentini [Wed, 26 Oct 2005 21:10:26 +0000 (21:10 +0000)]
r3882: uDAPL provider for OpenIB socket CM.
Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off by: James Lentini <jlentini@netapp.com>

18 years agor3774: Fix the async error handling and callback mappings.
James Lentini [Thu, 13 Oct 2005 20:45:22 +0000 (20:45 +0000)]
r3774: Fix the async error handling and callback mappings.
Updated TODO list.
Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off by: James Lentini <jlentini@netapp.com>

18 years agor3693: Update some more ignores.
Robert Walsh [Fri, 7 Oct 2005 21:15:00 +0000 (21:15 +0000)]
r3693: Update some more ignores.

18 years agor3687: Add PPC64 support for udapl
Todd Bowman [Thu, 6 Oct 2005 21:13:32 +0000 (21:13 +0000)]
r3687: Add PPC64 support for udapl
Signed-off-by: Todd Bowman <twbowman@gmail.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor3683: Remove the dtest qualifier from the sdp range.
Todd Bowman [Thu, 6 Oct 2005 15:22:08 +0000 (15:22 +0000)]
r3683: Remove the dtest qualifier from the sdp range.
Signed-off-by: Todd Bowman <twbowman@gmail.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor3637: Support CQ_WAIT_OBJECT with channels and sync with latest verbs.
James Lentini [Mon, 3 Oct 2005 14:59:22 +0000 (14:59 +0000)]
r3637: Support CQ_WAIT_OBJECT with channels and sync with latest verbs.
Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off by: James Lentini <jlentini@netapp.com>

18 years agor3619: Makefile fix.
James Lentini [Thu, 29 Sep 2005 18:13:25 +0000 (18:13 +0000)]
r3619: Makefile fix.
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor3606: Fixes IA64 build problems (atomics) with the latest Redhat EL4.0 update and
James Lentini [Wed, 28 Sep 2005 21:50:13 +0000 (21:50 +0000)]
r3606: Fixes IA64 build problems (atomics) with the latest Redhat EL4.0 update and
adds support for SuSe.
Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off by: James Lentini <jlentini@netapp.com>

18 years agor3567: Setup svn:ignore on a bunch of directories.
Robert Walsh [Tue, 27 Sep 2005 16:59:14 +0000 (16:59 +0000)]
r3567: Setup svn:ignore on a bunch of directories.

18 years agor3525: Improve dtest and measure RDMA reads
James Lentini [Thu, 22 Sep 2005 21:24:38 +0000 (21:24 +0000)]
r3525: Improve dtest and measure RDMA reads
Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor3513: Temporary workaround for the RDMA read performance anomaly
James Lentini [Wed, 21 Sep 2005 19:54:07 +0000 (19:54 +0000)]
r3513: Temporary workaround for the RDMA read performance anomaly
Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off by: James Lentini <jlentini@netapp.com>

18 years agor3494: Moved dapl_evd_modify_cno.c to match SourceForge
James Lentini [Tue, 20 Sep 2005 17:00:37 +0000 (17:00 +0000)]
r3494: Moved dapl_evd_modify_cno.c to match SourceForge
Signed-off-by: James Lentini <jlentini@netapp.com>
18 years agor3493: Support ib_cm_init_qp_attr(), add cm event processing on a per
James Lentini [Tue, 20 Sep 2005 16:17:59 +0000 (16:17 +0000)]
r3493: Support ib_cm_init_qp_attr(), add cm event processing on a per
device basis, and add copyrights for kDAPL cm work that was
used in uDAPL.
Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
Signed-off by: James Lentini <jlentini@netapp.com>

18 years agor3453: Bind communication identifiers to a device to support device removal.
Sean Hefty [Thu, 15 Sep 2005 21:43:21 +0000 (21:43 +0000)]
r3453: Bind communication identifiers to a device to support device removal.
Export per HCA CM devices to userspace.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
18 years agor3432: Request address resolution using ATS.
James Lentini [Wed, 14 Sep 2005 17:44:44 +0000 (17:44 +0000)]
r3432: Request address resolution using ATS.
Signed-off-by: James Lentini <jlentini@netapp.com>