This release is based on DAT 1.2. The
patch is for the DAT 2.0 release. I will include this when I package up DAT 2.0
on SourceForge.
-arlin
From: Kanevsky, Arkady
[mailto:Arkady.Kanevsky@...]
Sent: Tuesday, July 24, 2007 12:18
PM
To:
dat-discussions@yahoogroups.com
Cc: Davis, Arlin R
Subject: RE: [dat-discussions]
[ANNOUNCE] new DAPL gamma release 3.3 (OFED 1.2) available on SourceForge
Arlin,
Great job Arlin.
Does it include Jimmy's patch?
Thanks,
Arkady Kanevsky email:
arkady@...
Network Appliance Inc. phone:
781-768-5395
From: Davis, Arlin R [mailto:arlin.r.davis@...]
Sent: Tuesday, July 24, 2007 3:10 PM
To: dat-discussions@yahoogroups.com
Subject: [dat-discussions] [ANNOUNCE] new DAPL gamma release 3.3 (OFED 1.2) available on SourceForgehttp://sourceforge.
net/project/ showfiles. php?group_ id=59288
Gamma 3.3 and OFED 1.2 DAPL Release June 2007
DAPL GAMMA 3.3/OFED 1.2 RELEASE NOTES
This release of the DAPL reference implementation is timed to coincide with OFED release 1.2 of the
Open Fabrics (www.openfabrics.
org) software stack.
NEW SINCE Gamma 3.2 and OFED 1.1
* New Features
1. Added dtest and dapltest to the openfabrics build and utils rpm. Includes manpages.
2. Added following enviroment variables to configure connection management
timers (default settings) for larger clusters:
DAPL_CM_ARP_ TIMEOUT_MS 4000 DAPL_CM_ARP_
RETRY_COUNT 15 DAPL_CM_ROUTE_
TIMEOUT_MS 4000 DAPL_CM_ROUTE_
RETRY_COUNT 15
* Bug Fixes
+ 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.
+ Changes to support exchanging and validation of the device
responder_resources and the initiator_depth during conn establishment
+ Fix some build issues with dapltest on 32 bit arch, and on ia64 SUSE arch
+ Add support for multiple IB devices to dat.conf to support IPoIB HA failover
+ Fix atomic operation build p
lem with ia64 and RHEL5. rob + Add support to return local and remote port information with dat_ep_query
+ Cleanup RPM specfile for the dapl package, move to 1.2-1 release.