[ewg] [ANNOUNCE] dapl-2.0.28 and compat-dapl-1.2.17 release

2010-05-25 Thread Davis, Arlin R
New release for uDAPL v2.0 (2.0.28) and v1.2 (1.2.17) available at: http://www.openfabrics.org/downloads/dapl Latest Packages (see ChangeLog for details): md5sum: 3f914d57312110cc795d37c28d03b26c compat-dapl-1.2.17.tar.gz md5sum: d74a5b1817a5413be2603cfd03e944d6 dapl-2.0.28.tar.gz Vlad, ple

[ewg] git.openfabrics.org out of disk space

2010-05-25 Thread Davis, Arlin R
Can someone free up some space? Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1151873632 144158864 0 100% / varrun 51302880512948 1% /var/run varlock 513028 8513020 1% /var/lock udev

[ewg] [ANNOUNCE] compat-dapl-1.2.18 release

2010-07-12 Thread Davis, Arlin R
New release for uDAPL compat-dapl (v1.2) available at: http://www.openfabrics.org/downloads/dapl Latest Packages (see ChangeLog for details): md5sum: 9cf1d6b21f648d797fce25beeb9322eb compat-dapl-1.2.18.tar.gz For 1.2 and 2.0 support on same system, including development, install RPM package

[ewg] [ANNOUNCE] dapl-2.0.30 and compat-dapl-1.2.19 release

2010-08-09 Thread Davis, Arlin R
New release for uDAPL v1.2 (1.2.19) and v2.0 (2.0.30) available at: http://www.openfabrics.org/downloads/dapl Latest Packages (see ChangeLog for details): md5sum: ef98486354feb7ea930f3cd698a310fd compat-dapl-1.2.19.tar.gz md5sum: 8177f4721f286a3d9e00b60eda74d6dc dapl-2.0.30.tar.gz For 1.2 an

Re: [ewg] openfabrics GIT trees move to the new server

2010-09-23 Thread Davis, Arlin R
Vlad, are you taking care of the download directories? >-Original Message- >From: Vladimir Sokolovsky [mailto:v...@dev.mellanox.co.il] >Sent: Sunday, September 19, 2010 8:15 AM >To: Andy Grover; Amir Vadai; Davis, Arlin R; Tung, Chien Tin; Doug Ledford; >Do

[ewg] [ANNOUNCE] uDAPL v2.0 - dapl-2.0.31-1 release

2010-12-10 Thread Davis, Arlin R
New release for uDAPL v2.0 (2.0.31) available at http://www.openfabrics.org/downloads/dapl Latest Packages (see ChangeLog for details): md5sum: 76f18eedf0758ca81aaa3923a65808a5 dapl-2.0.29.tar.gz For 1.2 and 2.0 support on same system, including development, install RPM packages as fo

[ewg] [ANNOUNCE] dapl-2.0.32

2011-02-13 Thread Davis, Arlin R
New release for v2.0 (2.0.32) available at http://www.openfabrics.org/downloads/dapl Vlad, please pull into OFED 1.5.3 RC4: -- Latest Package (see ChangeLog for recent changes): md5sum: 0a56cb34462762f0073d732cfe2fb06e dapl-2.0.32.tar.gz For 1.2 and 2.0 support on same system, in

[ewg] [PATCH] DAPL: updated release notes for OFED-1.5.3

2011-02-28 Thread Davis, Arlin R
DAPL release notes for OFED 1.5.3 Signed-off-by: Arlin Davis --- release_notes/uDAPL_release_notes.txt | 132 ++--- 1 files changed, 121 insertions(+), 11 deletions(-) diff --git a/release_notes/uDAPL_release_notes.txt b/release_notes/uDAPL_release_notes.txt index

[ewg] [PATCH 0/10] DAPL v2.0: support for MPI offloaded collectives via IB transport extensions

2011-08-10 Thread Davis, Arlin R
The collective extensions are designed to support MPI and general multicast operations over IB fabrics that support offloaded collectives. Where feasible, they come as close to MPI semantics as possible. Unless otherwise stated, all members participating in a data collective operation must call the

[ewg] [PATCH 1/10] DAPL v2.0: dat: add definitions for MPI offloaded collectives in IB transport extensions

2011-08-10 Thread Davis, Arlin R
New definitions for offloaded MPI collectives. Roll IB extensions to v2.0.6 and clean up some counter definitions for consistency. Signed-off-by: Arlin Davis --- dat/include/dat2/dat_ib_extensions.h | 685 +++--- 1 files changed, 624 insertions(+), 61 deletions(-)

[ewg] [PATCH 2/10] DAPL v2.0: common: new IB collective provider for Mellanox Fabric Collective Agent

2011-08-10 Thread Davis, Arlin R
Support for bcast, barrier, reduce, allreduce, allgather, allgatherv Signed-off-by: Arlin Davis --- dapl/openib_common/collectives/fca_provider.c | 1400 +++ dapl/openib_common/collectives/fca_provider.h | 100 ++ dapl/openib_common/collectives/ib_collectives.h | 228 ++

[ewg] [PATCH 6/10] DAPL v2.0: cma: add support for IB collective drivers in rdma_cm provider

2011-08-10 Thread Davis, Arlin R
Add collective member address and threading information on a per transport basis. Call create/free service with HCA open/close. Signed-off-by: Arlin Davis --- dapl/openib_cma/dapl_ib_util.h | 17 + dapl/openib_cma/device.c | 13 + 2 files changed, 30 inserti

[ewg] [PATCH 10/10] DAPL v2.0: build: add IB collective and FCA provider to dapl build package as an option --enable-coll-type

2011-08-10 Thread Davis, Arlin R
New collective support and the FCA provider will only be built with configure option of "--enable-coll-type=fca". Dependencies include fca devel package, fca library, and mverbs library. This will not be included in default builds. Signed-off-by: Arlin Davis --- Makefile.am | 16 +++--

[ewg] [PATCH 8/10] DAPL v2.0: ucm: add support for IB collective drivers in UD IB cm provider

2011-08-10 Thread Davis, Arlin R
Add collective member address and threading information on a per transport basis. Call create/free service with HCA open/close. Signed-off-by: Arlin Davis --- dapl/openib_ucm/dapl_ib_util.h | 17 + dapl/openib_ucm/device.c | 13 + 2 files changed, 30 inserti

[ewg] [PATCH 5/10] DAPL v2.0: common: add supported collective types in named attributes for query

2011-08-10 Thread Davis, Arlin R
Signed-off-by: Arlin Davis --- dapl/openib_common/util.c | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/dapl/openib_common/util.c b/dapl/openib_common/util.c index 5076df8..29fc12f 100644 --- a/dapl/openib_common/util.c +++ b/dapl/openib_common/util.

[ewg] [PATCH 3/10] DAPL v2.0: common: new debug bitmask definition for extension logging

2011-08-10 Thread Davis, Arlin R
Signed-off-by: Arlin Davis --- dapl/include/dapl_debug.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/dapl/include/dapl_debug.h b/dapl/include/dapl_debug.h index 6e332e6..ff473e3 100644 --- a/dapl/include/dapl_debug.h +++ b/dapl/include/dapl_debug.h @@ -69,7 +69,8 @

[ewg] [PATCH 4/10] DAPL v2.0: common: add collective call mappings via standard dapli_post_ext()

2011-08-10 Thread Davis, Arlin R
Signed-off-by: Arlin Davis --- dapl/openib_common/ib_extensions.c | 190 1 files changed, 190 insertions(+), 0 deletions(-) diff --git a/dapl/openib_common/ib_extensions.c b/dapl/openib_common/ib_extensions.c index 3c418e1..c85323c 100644 --- a/dapl/openib

[ewg] [PATCH 6/10] DAPL v2.0: scm: add support for IB collective drivers in socket cm provider

2011-08-10 Thread Davis, Arlin R
Add collective member address and threading information on a per transport basis. Call create/free service with HCA open/close. Signed-off-by: Arlin Davis --- dapl/openib_scm/dapl_ib_util.h | 18 +- dapl/openib_scm/device.c | 13 + 2 files changed, 30 insert

[ewg] [PATCH 9/10] DAPL v2.0: common: add new dapls_evd_post_event_ext call for extended events

2011-08-10 Thread Davis, Arlin R
Add prototype and code to post extended events on dispatcher and include collective definitions to dat_event_str function. Signed-off-by: Arlin Davis --- dapl/common/dapl_evd_util.c | 61 ++- dapl/common/dapl_evd_util.h |7 + 2 files changed, 67

[ewg] [PATCH] DAPL v2.0: scm, ucm: fix compatibility issue and set minimum protocol support

2011-08-28 Thread Davis, Arlin R
allow latest version to work with previous version. provide compatibility back to OFED 1.5, dapl-2.0.23. if rdma_atomic_in is not exchanged, default back to original settings set by consumer. maintain compatibility moving forward from v6. Signed-off-by: Arlin Davis --- dapl/openib_common/dapl_ib

[ewg] [ANNOUNCE] dapl-2.0.33

2011-08-30 Thread Davis, Arlin R
New release for v2.0 (2.0.33) available at http://www.openfabrics.org/downloads/dapl Vlad, please pull into OFED 1.5.4 RC1: -- Latest Package (see ChangeLog for recent changes): md5sum: 1dbffd27c790cc822383b309f0a01312 dapl-2.0.33.tar.gz For 1.2 and 2.0 support on same system, i

Re: [ewg] [ANNOUNCE] dapl-2.0.33

2011-09-19 Thread Davis, Arlin R
The dapl-2.0.33 distribution was built without FCA configuration so it was missing some of the optional headers for FCA support. Please pull updated dapl-2.0.33.tar.gz. The git tree is unaffected. md5sum: 1539095f223d11a3c4a69c5e3775f1cc dapl-2.0.33.tar.gz Arlin ___

Re: [ewg] [ANNOUNCE] OFED-1.5.4-rc1 is available

2011-09-28 Thread Davis, Arlin R
I don't see FDR support in the changelog. Did FDR make it into RC1 kernel? ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] [PATCH] DAPL v2.0: common: query calls return incorrect IA handle to consumer

2011-10-26 Thread Davis, Arlin R
The IA handle from the consumer perspective is an IA vector and not the provider IA address handle. Need to convert IA handle to IA vector for consumer calls. Modify dats_ia_get_handle call to convert both ways depending on handle type provided so a dapl provider can convert to vector on query cal

[ewg] [PATCH] DAPL v2.0: common: srq create asserts with !dapl_llist_is_empty(head) failed

2011-10-26 Thread Davis, Arlin R
return DAT_NOT_IMPLEMENTED before allocating any resources until there is a provider that supports SRQ's. Signed-off-by: Arlin Davis --- dapl/common/dapl_srq_create.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dapl/common/dapl_srq_create.c b/dapl/common/dapl_s

[ewg] [PATCH] DAPL v2.0: scm: add port number to error log during hca_open failures

2011-10-26 Thread Davis, Arlin R
scm: add port number to error log during hca_open failures Signed-off-by: Arlin Davis --- dapl/openib_scm/device.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/dapl/openib_scm/device.c b/dapl/openib_scm/device.c index 41fccdf..77c64e3 100644 --- a/dapl/openib_scm/de

[ewg] [PATCH 1/3] DAPL v2.0: scm: when hostname has loopback addr assigned, default to eth0 instead of failing

2011-10-26 Thread Davis, Arlin R
Cleanup some SCM bugs. There are some cases where the eth0 device is configured with an IP address but the getaddrinfo() will only return loopback address because the hostname is configured in the /etc/hosts file with 127.0.0.1. In this case, the provider will now retry address on eth0 before fail

[ewg] [PATCH 2/3] DAPL v2.0: scm: socket connect request count is reset improperly on retry

2011-10-26 Thread Davis, Arlin R
Include current retry count with the new connect request call and set according after creating the new cm object. Signed-off-by: Arlin Davis --- dapl/openib_scm/cm.c | 23 --- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/dapl/openib_scm/cm.c b/dapl/openi

[ewg] [PATCH 3/3] DAPL v2.0: scm: dat_psp_create returns wrong error code on bind/listen failure

2011-10-26 Thread Davis, Arlin R
The SCM provider changed to return DAT_INVALID_PARAMTER instead of incorrect DAT_CONN_QUAL_UNAVAILABLE error code on any bind or listen failure. Signed-off-by: Arlin Davis --- dapl/openib_scm/cm.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dapl/openib_scm/

[ewg] [ANNOUNCE] dapl-2.0.34

2011-11-02 Thread Davis, Arlin R
New release for v2.0 (2.0.34) available at http://www.openfabrics.org/downloads/dapl Vlad, please pull into OFED 1.5.4 RC3 Thanks, Arlin -- Latest Package (see ChangeLog for recent changes): md5sum: d8114711c07fa9f4b7e52ab2803a9e8d dapl-2.0.34.tar.gz For 1.2 and 2.0 support on

[ewg] [PATCH 01/15] uDAPL v2.0 common: add check for NULL handle on ext calls, SRQ free, and helper functions

2012-04-23 Thread Davis, Arlin R
Series of bug fixes, package cleanup, and debug counters. Signed-off-by: Arlin Davis --- dat/common/dat_api.c | 29 ++--- 1 files changed, 26 insertions(+), 3 deletions(-) diff --git a/dat/common/dat_api.c b/dat/common/dat_api.c index f53ead7..50ffa2c 100755 --- a/dat/

[ewg] [PATCH 04/15] uDAPL v2.0 common: add DAPL_DBG_TYPE_CM_STATS (0x40000) to debug log options

2012-04-23 Thread Davis, Arlin R
Signed-off-by: Arlin Davis --- dapl/include/dapl_debug.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/dapl/include/dapl_debug.h b/dapl/include/dapl_debug.h index ff473e3..bb11c3d 100644 --- a/dapl/include/dapl_debug.h +++ b/dapl/include/dapl_debug.h @@ -70,7 +70,8 @

[ewg] [PATCH 08/15] uDAPL v2.0 ucm: UD send failures at scale, ucm_send ERR: get_smsg(hd=149, tl=150)

2012-04-23 Thread Davis, Arlin R
Full sendq should retry polling completions instead of failing. When sendq is full and all requests are pending the get send message code should retry polling for completions and not return error on first empty CQ attempt. Give HCA a chance to complete some batched requests. Also, clean up the send

[ewg] [PATCH 07/15] uDAPL v2.0 scm: fix retry count on connection pending timeout

2012-04-23 Thread Davis, Arlin R
Retry count not being decremented on connection TIMEOUT. Also, cleanup log messages on CONN and REP pending and add local port to output. Signed-off-by: Arlin Davis --- dapl/openib_scm/cm.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dapl/openib_

[ewg] [PATCH 12/15] uDAPL v2.0 ucm: update UD cm provider to support new CM stat and error counters

2012-04-23 Thread Davis, Arlin R
Signed-off-by: Arlin Davis --- dapl/openib_ucm/cm.c | 45 +++-- 1 files changed, 43 insertions(+), 2 deletions(-) diff --git a/dapl/openib_ucm/cm.c b/dapl/openib_ucm/cm.c index 6b5867a..357dbf7 100644 --- a/dapl/openib_ucm/cm.c +++ b/dapl/openib_ucm/cm.c

[ewg] [PATCH 09/15] uDAPL v2.0 scm: use ioctl SIOCIFCONF to get complete list of configured netdev interfaces

2012-04-23 Thread Davis, Arlin R
replace usage of getaddrinfo since is doesnt actually return bound addresses and can return the loopback address in some configurations. Some systems may not have eth0 configured so you cannot assume eth0 as a non-loopback default netdev. Signed-off-by: Arlin Davis --- dapl/openib_common/util.c

[ewg] [PATCH 05/15] uDAPL v2.0 cma, scm, ucm: allow EP (QP) creation without EVD (CQ)

2012-04-23 Thread Davis, Arlin R
Provide ability to create a EP/QP with no EVD/CQ on either the request or receive queue. The current implementation allows on receive queue but not request queue. Not all ofa devices support a null CQ so if necessary create a dummy CQ at the time of QP creation. Also, if no CQ is specified set appr

[ewg] [PATCH 03/15] uDAPL v2.0 common: dapls_ep_flush_cq will segfault when no CQ is attached to EP

2012-04-23 Thread Davis, Arlin R
add check for NULL request/receive EVD (cq) before flushing. Signed-off-by: Arlin Davis --- dapl/common/dapl_ep_util.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dapl/common/dapl_ep_util.c b/dapl/common/dapl_ep_util.c index 6646528..5133f59 100644 --- a/dapl/

[ewg] [PATCH 02/15] uDAPL v2.0 common: ep_create should allow max_request_iov attribute setting of zero

2012-04-23 Thread Davis, Arlin R
When creating an EP without a request EVD (cq) the max_request_iov and max_request_sge will be 0. Allow this combination when checking attribute settings for ARG6. Signed-off-by: Arlin Davis --- dapl/common/dapl_ep_create.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[ewg] [PATCH 10/15] uDAPL v2.0 commom: add cm, link, and diag event counters in IB extended builds

2012-04-23 Thread Davis, Arlin R
Add additional event monitoring capabilities during runtime to help isolate issues during scaling in lieu of logging/printing warning messages. Counters have been added to provider CM services and counters have been added and mapped to sysfs ib_cm, device port and device diag counters. ibdev_path i

[ewg] [PATCH 15/15] uDAPL v2.0 config/build: remove post/postun hacking used to modify dat.conf

2012-04-23 Thread Davis, Arlin R
Return to the tried and true method of managing configuration files via %config directive and remove ugly sed editing methods. The dat.conf includes both v1 and v2 device entries to insure backward compatibility. Signed-off-by: Arlin Davis --- Makefile.am | 36 +++-

[ewg] [PATCH 06/15] uDAPL v2.0 ucm: cleanup debug message, ntohl on p_size is incorrect

2012-04-23 Thread Davis, Arlin R
private data size is a short, change to ntohs on log message Signed-off-by: Arlin Davis --- dapl/openib_ucm/cm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dapl/openib_ucm/cm.c b/dapl/openib_ucm/cm.c index 6efcad2..39ef28d 100644 --- a/dapl/openib_ucm/cm.c +++ b/da

[ewg] [PATCH 13/15] uDAPL v2.0 windows: Provide auto-detect between RoCE and Infiniband for Windows.

2012-04-23 Thread Davis, Arlin R
For RoCE, enable transport global ID use. Signed-off-by: Arlin Davis --- dapl/openib_common/util.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/dapl/openib_common/util.c b/dapl/openib_common/util.c index c118ca9..06a6f3d 100644 --- a/dapl/openib_common/util

[ewg] [PATCH 11/15] uDAPL v2.0 scm: update socket cm provider to support new CM stat and error counters

2012-04-23 Thread Davis, Arlin R
Signed-off-by: Arlin Davis --- dapl/openib_scm/cm.c | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/dapl/openib_scm/cm.c b/dapl/openib_scm/cm.c index cac6a72..b095c2f 100644 --- a/dapl/openib_scm/cm.c +++ b/dapl/openib_scm/cm.c @@ -487,6

[ewg] [PATCH 14/15] uDAPL v2.0 config: clean up help option displays with ext-type options

2012-04-23 Thread Davis, Arlin R
Use AS_HELP_STRING to format help text Signed-off-by: Arlin Davis --- configure.in |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index d577525..832574f 100644 --- a/configure.in +++ b/configure.in @@ -116,8 +116,8 @@ AC_ARG_ENABLE([co

[ewg] [ANNOUNCE] dapl-2.0.35

2012-04-23 Thread Davis, Arlin R
New release for v2.0 (2.0.35) available at http://www.openfabrics.org/downloads/dapl Vlad, please pull into current OFED 3.2 RC. Thanks, Arlin Latest Packages (see ChangeLog for recent changes): md5sum: ff01d9fbae488e849472d00d6fb14a43 dapl-2.0.35.tar.gz For 2.0 support,

Re: [ewg] DAPL testing

2013-10-01 Thread Davis, Arlin R
Yes, I hope to release 2.0.39 today or tomorrow. Thanks. From: Rupert Dance [mailto:rsda...@soft-forge.com] Sent: Tuesday, October 01, 2013 12:45 PM To: 'Pradeep Satyanarayana'; Davis, Arlin R Cc: Woodruff, Robert J; ewg@lists.openfabrics.org; interop...@lists.openfabrics.org Sub

[ewg] [ANNOUNCE] dapl-2.0.39

2013-10-03 Thread Davis, Arlin R
Rupert, Please pull new dapl-2.0.39 package into OFED 3.5-2 RC2 Thanks, Arlin -- Latest Packages (see ChangeLog for recent changes): md5sum: 9858bd36c4c21846a9c8a72bc0ad1339 dapl-2.0.39.tar.gz Install RPM packages as follow: dapl-2.0.39-1 dapl-utils-2.0.39-1 dapl-devel-2.

[ewg] [ANNOUNCE] dapl-2.0.40

2014-02-10 Thread Davis, Arlin R
A new release of dapl is available at http://www.openfabrics.org/downloads/dapl Latest Package (see ChangeLog for recent changes): md5sum: 7c6ef6e0573672ffb19f75db305b609c dapl-2.0.40.tar.gz Install following RPM packages: dapl-2.0.40-1 dapl-utils-2.0.40-1 dapl-devel-2.0.40

Re: [ewg] [PATCH V2] dapltest: Add final send/recv "sync" for transaction tests.

2014-03-03 Thread Davis, Arlin R
> Hey Arlin, > > I'd like to get this fix into OFED-3.12 if possible. > Ok, I will include this fix in the next dapl package targeted for OFED-3.12 RC2. ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinf

[ewg] [PATCH 1/5] dapltest: update scripts for regression testing purposes

2014-03-13 Thread Davis, Arlin R
cl.sh and srv.sh update to provide better examples and a method to quickly regression test any dapltest changes. usage: srv.sh devicename where devicename is provider (default = ofa-v2-mlx4_0-1) usage: cl.sh hostname testname devicename where testname stop - request DAPLtest server t

[ewg] [PATCH 3/5] dapltest: set default limit max to 1000

2014-03-13 Thread Davis, Arlin R
Signed-off-by: Arlin Davis --- test/dapltest/cmd/dapl_limit_cmd.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/test/dapltest/cmd/dapl_limit_cmd.c b/test/dapltest/cmd/dapl_limit_cmd.c index e59707e..77e1ae4 100644 --- a/test/dapltest/cmd/dapl_limit_cmd.c +++ b/test/

[ewg] [PATCH 5/5] dat: lower log level on load errors of provider library

2014-03-13 Thread Davis, Arlin R
Signed-off-by: Arlin Davis --- dat/udat/linux/dat_osd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dat/udat/linux/dat_osd.c b/dat/udat/linux/dat_osd.c index 28ac9fa..cbb95ba 100644 --- a/dat/udat/linux/dat_osd.c +++ b/dat/udat/linux/dat_osd.c @@ -156,7 +156,7 @@ da

[ewg] [PATCH 2/5] openib: add new provider specific attributes

2014-03-13 Thread Davis, Arlin R
DAT_IB_PROVIDER_NAME = UCM/CMA/SCM DAT_IB_DEVICE_NAME = ibv_get_device_name DAT_IB_CONNECTIVITY_MODE = DIRECT/PROXY DAT_IB_RDMA_READ = TRUE/FALSE DAT_IB_NODE_GUID = ::: DAT_IB_PORT_STATE = ibv_port_state_str Signed-off-by: Arlin Davis --- dapl/openib_cma/dapl_ib_util.h |

[ewg] [PATCH 4/5] dat: dat_ia_open needs to close provider after failure

2014-03-13 Thread Davis, Arlin R
Signed-off-by: Arlin Davis --- dat/udat/udat.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/dat/udat/udat.c b/dat/udat/udat.c index 03edcf9..842b36c 100755 --- a/dat/udat/udat.c +++ b/dat/udat/udat.c @@ -210,6 +210,12 @@ dat_ia_openv(IN const DAT_NAME_PTR name,

[ewg] [ANNOUNCE] dapl-2.0.41

2014-03-17 Thread Davis, Arlin R
A new release of dapl is available at http://www.openfabrics.org/downloads/dapl Latest Package (see ChangeLog for recent changes): md5sum: 361768fad7127c47c38d002fb0138621 dapl-2.0.41.tar.gz Install following RPM packages: dapl-2.0.41-1 dapl-utils-2.0.41-1 d

[ewg] [ANNOUNCE] dapl-2.0.42 release

2014-05-05 Thread Davis, Arlin R
New release for uDAPL v2 (2.0.42) available at http://www.openfabrics.org/downloads/dapl Vlad, please pull into OFED 3.12 RC2. md5sum: 08a9ccf071935c9149d4bd1d6a0f9d65 dapl-2.0.42.tar.gz For v2.0 package install RPM packages as follow: dapl-2.0.42-1 dapl-utils-2.0.42-1 dapl-devel-

[ewg] [ANNOUNCE] dapl-2.1.0-1 release - MIC support

2014-07-25 Thread Davis, Arlin R
New release for uDAPL v2 (2.1.0) is available at http://www.openfabrics.org/downloads/dapl MIC support has been added in this release and is provided with the new MCM provider and MPXYD service. MCM requires the Intel(R) MPSS 3.x (YOCTO) release for Linux to be installed on your system. MPSS 3

[ewg] [ANNOUNCE] dapl-2.1.1-1 release

2014-08-13 Thread Davis, Arlin R
New release for uDAPL v2 (2.1.1) is available at http://www.openfabrics.org/downloads/dapl Vlad, please pull into OFED 3.12-1 RC1 md5sum: ffdfefd85ddded65286a0d728508fbce dapl-2.1.1.tar.gz For v2.1 package install RPM packages as follow: dapl-2.1.1-1 dapl-utils-2.1.1-1 dapl-devel-2.1.1-1

[ewg] [ANNOUNCE] dapl-2.1.2-1 release

2014-09-02 Thread Davis, Arlin R
New release for uDAPL (2.1.2) is available at http://www.openfabrics.org/downloads/dapl Vlad, please pull into OFED 3.12-1 RC2 md5sum: dd757dec11cb23702aea8474e76a0037 dapl-2.1.2.tar.gz For v2.1 package install RPM packages as follow: dapl-2.1.2-1 dapl-utils-2.1.2-1 dapl-devel-2.1.2-1 dapl

[ewg] [ANNOUNCE] dapl-2.1.3-1 release

2014-12-16 Thread Davis, Arlin R
New release for DAPL (2.1.3) is available at http://www.openfabrics.org/downloads/dapl Vlad, please pull into OFED 3.18 daily builds. Latest Packages (see ChangeLog for recent changes, see README.mcm for MIC support): md5sum: 04537bdd405b89c562d73bfdd6027c2b dapl-2.1.3.tar.gz For package i

[ewg] [ANNOUNCE] dapl-2.1.4-1 release

2015-03-20 Thread Davis, Arlin R
New release for uDAPL (2.1.4) is available at http://www.openfabrics.org/downloads/dapl Vlad, please pull into OFED 3.18 RC2 md5sum: d20bd85bc71c2f3391fb4c8d61e4e62d dapl-2.1.4.tar.gz For v2.1 package install RPM packages as follow: dapl-2.1.4-1 dapl-utils-2.1.4-1 dapl-devel-2.1.4-1 dapl-debug

[ewg] [ANNOUNCE] dapl-2.1.5-1 release

2015-05-26 Thread Davis, Arlin R
New release for uDAPL (2.1.5) is available at http://downloads.openfabrics.org/dapl/dapl-2.1.5.tar.gz Vlad, please pull into OFED 3.18 RC3 md5sum: 8a7735bfe24dd7c446aec38db3577728 dapl-2.1.5.tar.gz For v2.1 package install RPM packages as follow: dapl-2.1.5-1 dapl-utils-2.1.5-1 dapl-devel-2.1.

Re: [ewg] OFA EWG Meeting Minutes

2015-06-15 Thread Davis, Arlin R
Where are we on RC3? From: ewg-boun...@lists.openfabrics.org [mailto:ewg-boun...@lists.openfabrics.org] On Behalf Of Rupert Dance Sent: Sunday, June 14, 2015 3:14 PM To: 'OpenFabrics EWG' Subject: [ewg] OFA EWG Meeting Minutes Hello, The OFA EWG Meeting Minutes from the 6/8/2015 meeting are ava

[ewg] [ANNOUNCE] dapl-2.1.6-1 release

2015-08-13 Thread Davis, Arlin R
New release for uDAPL (2.1.6) is available at http://downloads.openfabrics.org/dapl/ Vlad, please pull into OFED 3.18-1 md5sum: dce3ef7c943807d35bcb26dae72b1d88 dapl-2.1.6.tar.gz For v2.1 package install RPM packages as follow: dapl-2.1.6-1 dapl-utils-2.1.6-1 d

Re: [ewg] seg fault in dapltest - bug 2571

2015-09-28 Thread Davis, Arlin R
Thanks! Please send me a patch today and I can get it into my next package targeted for RC2. > -Original Message- > From: Steve Wise [mailto:sw...@opengridcomputing.com] > Sent: Monday, September 28, 2015 9:12 AM > To: Davis, Arlin R > Cc: bha...@chelsio.com; ewg@lists.

[ewg] [ANNOUNCE] dapl-2.1.7-1 release

2015-09-29 Thread Davis, Arlin R
New release for uDAPL (2.1.7) is available at http://downloads.openfabrics.org/dapl/ Vlad, please pull into OFED 3.18-1 RC2 md5sum: c25f1c3f99fd7cf9de7c69f664cda492 dapl-2.1.7.tar.gz For v2.1 package install RPM packages as follow: dapl-2.1.7-1 dapl-utils-2.1.7-1 dapl-de

[ewg] OFA EWG meeting will be on Monday February 1st 2016 at 9:00 AM Pacific (12 ET)

2016-01-28 Thread Davis, Arlin R
Hi All, Woody asked me to run EWG meetings going forward, including agenda and minutes. Rupert has kindly agreed to continue to update the bug and user package documents. A big kudos goes out to Rupert for doing a great job running EWG meetings over the past few years. Thanks! Arlin Davis

[ewg] OFA EWG Meeting Minutes: Monday February 1st 2016 at 9:00 AM Pacific (12 ET)

2016-02-01 Thread Davis, Arlin R
Minutes: OFA EWG meeting on Monday February 1st 2016 at 9:00 AM Pacific (12 ET) Monday, February 01, 2016, 09:00 AM US Pacific Time 916-356-2663, 8-356-2663, Bridge: 3, Passcode: 4981234 *Agenda o Opens o 3.18-2 Release ? Distro/Feature status ? User Packages ? Bug Status

[ewg] OFA EWG Meeting Minutes: Monday February 15th 2016 at 9:00 AM Pacific (12 ET) - Meeting cancelled - US holiday

2016-02-12 Thread Davis, Arlin R
Monday is a US holiday so the EWG meeting is cancelled. Please continue to work RH 7.2 backports and send patches to Vlad as soon as possible. Based on last meeting we agreed on delivering RC1 by end of February. Thanks, Arlin --- Next Meeting: Monday, February 29, 2016, 09:00 AM

[ewg] [ANNOUNCE] dapl-2.1.8 release

2016-02-17 Thread Davis, Arlin R
New release for uDAPL (2.1.8) is available at http://downloads.openfabrics.org/dapl/dapl-2.1.8.tar.gz Vlad, please pull into OFED 3.18-2 md5sum: 47cc7eb0302c20ab4fc08910e17e3c47 dapl-2.1.8.tar.gz For v2.1 package install RPM packages as follow: dapl-2.1.8-1 dapl-utils

[ewg] OFA EWG Meeting: Monday, March 14, 2016, 09:00 AM US Pacific Time (12pm EST)

2016-03-14 Thread Davis, Arlin R
All, please finish RH7.2 backports and report any other build issues to appropriate owners. Rupert, please update bugs and user packages if needed. Regards, Arlin --- Monday, March 14, 2016, 09:00 AM US Pacific Time 916-356-2663, 8-356-2663, Bridge: 3, Passcode: 6066091 Agenda: *

[ewg] OFA EWG Meeting: Monday, March 14, 2016, 09:00 AM US Pacific Time (12pm EST) - Minutes

2016-03-14 Thread Davis, Arlin R
Attendees Company2/29/16 3/14/16 Pradeep KankipatiAvago X Chuong Vuong Avago Steve Wise Chelsio

[ewg] OFA EWG Meeting: Monday, April 11, 2016, 09:00 AM US Pacific Time (12pm EST)

2016-04-08 Thread Davis, Arlin R
Monday, April 11, 2016, 09:00 AM US Pacific Time 916-356-2663, 8-356-2663, Bridge: 4, Passcode: 7557447 Agenda: *Opens: o Summary of OFA conference; EWG-OFED session. *OFED 3.18-2 status *User Packages *Bug status *Release Schedule Current Statu

[ewg] EWG/OFED bi-weekly meetings

2016-04-11 Thread Davis, Arlin R
:16010101T02 TZOFFSETFROM:-0800 TZOFFSETTO:-0700 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3 END:DAYLIGHT END:VTIMEZONE BEGIN:VEVENT ORGANIZER;CN="Davis, Arlin R":MAILTO:arlin.r.da...@intel.com ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=ewg@lists. openfabrics.org:

[ewg] OFA EWG Meeting: Monday, April 11, 2016, 09:00 AM US Pacific Time (12pm EST) - Minutes

2016-04-11 Thread Davis, Arlin R
Attendees Company David Dai IBM Arlin Davis Intel Tom Elken Intel Tatyana NikolovaIntel Robert Woodruff

[ewg] [ANNOUNCE] dapl-2.1.9 release

2016-04-14 Thread Davis, Arlin R
New release for uDAPL is available at http://downloads.openfabrics.org/dapl/dapl-2.1.9.tar.gz Vlad, please pull into OFED 3.18-2 md5sum: 7dc10c55fa54a4d41824908e8a0f9624 dapl-2.1.9.tar.gz For v2.1 package install RPM packages as follow: dapl-2.1.9-1 dapl-utils-2.1.9-1  dap

[ewg] OFED-3.18-2 RC1 readiness - April 18th release?

2016-04-15 Thread Davis, Arlin R
Here is the latest status for 3.18-2. Fixed and included in latest: http://downloads.openfabrics.org/OFED/ofed-3.18-2-daily/OFED-3.18-2-20160413-2351.tgz 2588 - compat-rdma build failure on RH 7.2 - FIXED 2590 - daily build 20160317-0544 failing to build/install on 7.2 - FIXED

[ewg] OFA EWG Meeting: Monday, April 25, 2016, 09:00 AM US Pacific Time (12pm EST) - Agenda

2016-04-22 Thread Davis, Arlin R
Monday, April 25, 2016, 09:00 AM US Pacific Time 916-356-2663, 8-356-2663, Bridge: 4, Passcode: 1605094 Toll-free number in the United States and Canada is 1-888-875-9370 Agenda: *Opens - RH 6.8? *OFED 3.18-2: o RC1: http://downloads.openfabrics.org/OFED/ofed-3.18-2/OFED-3.

[ewg] OFA EWG Meeting: Monday, April 25, 2016, 09:00 AM US Pacific Time (12pm EST) - Minutes

2016-04-25 Thread Davis, Arlin R
Monday, April 25, 2016, 09:00 AM US Pacific Time 916-356-2663, 8-356-2663, Bridge: 4, Passcode: 1605094 Attendees Company Steve Wise Chelsio Paul Bowden Intel Tatyana Nikolova Intel Robert Woodruff Intel

[ewg] OFA EWG Meeting: Monday, May 9, 2016, 09:00 AM US Pacific Time (12pm EST) - Agenda

2016-05-05 Thread Davis, Arlin R
Monday, May 09, 2016, 09:00 AM US Pacific Time 916-356-2663, 8-356-2663, Bridge: 4, Passcode: 2564577 Toll-free number in the United States and Canada is 1-888-875-9370 Agenda: *Opens *OFED 3.18-2 status: o RC1 release: http://downloads.openfabrics.org/OFED/ofed-3.18-2/OFED-

[ewg] FW: OFA EWG Meeting: Monday, May 9, 2016, 09:00 AM US Pacific Time (12pm EST) - Minutes

2016-05-09 Thread Davis, Arlin R
Attendees Company Pradeep KankipatiAvago David DaiIBM Tatyana Nikolova Intel Jim Ryan Intel Robert Woodruff Intel Arlin Davis Intel Vladimir Sokolovsky

Re: [ewg] Releasing libiwpm-1.0.4

2016-05-12 Thread Davis, Arlin R
7; ; Davis, Arlin R ; Woodruff, Robert J ; Steve Wise Subject: Releasing libiwpm-1.0.4 Vlad, Please include the new libiwpm-1.0.4.tar.gz package in OFED-3.18-2-rc2. 2016-05-11 libiwpm-1.0.4.tar.gz sha1sum 9195589964715874576a2aa17321d5f90ccf18

Re: [ewg] ibdp source RPM build fails

2016-05-12 Thread Davis, Arlin R
We are working on a fix, coming shortly. > -Original Message- > From: Vladimir Sokolovsky [mailto:v...@dev.mellanox.co.il] > Sent: Thursday, May 12, 2016 1:47 PM > To: Davis, Arlin R ; Woodruff, Robert J > ; Rupert Dance > Cc: 'OpenFabrics EWG' > Subje

Re: [ewg] ibdp source RPM build fails

2016-05-13 Thread Davis, Arlin R
Vlad, Please pickup new ibpd package for RC2 build: http://downloads.openfabrics.org/downloads/ibpd/ibpd-1.0.1.tar.gz Thanks, Arlin > -Original Message- > From: Vladimir Sokolovsky [mailto:v...@dev.mellanox.co.il] > Sent: Thursday, May 12, 2016 1:47 PM > To: Davis, Arlin

[ewg] OFA EWG Meeting: Monday, May 23, 2016, 09:00 AM US Pacific Time (12pm EST) - Agenda

2016-05-19 Thread Davis, Arlin R
Monday, May 23, 2016, 09:00 AM US Pacific Time 916-356-2663, 8-356-2663, Bridge: 4, Passcode: 4716526 Toll-free number in the United States and Canada is 1-888-875-9370 Agenda: *Opens *OFED 3.18-2 status: o RC2 release (May 17th): http://downloads.openfabrics.org/OFED/ofed-3

[ewg] OFA EWG Meeting: Monday, May 23, 2016, 09:00 AM US Pacific Time (12pm EST) - Minutes

2016-05-23 Thread Davis, Arlin R
Attendees Company Steve Wise Chelsio Arlin Davis Intel Tatyana Nikolova Intel Robert Woodruff Intel Vladimir SokolovskyMellanox Rupert DanceSoftware Forge Monday, May 23, 2

[ewg] OFED-3.18-2 status update?

2016-06-01 Thread Davis, Arlin R
Just checking on status. Any bug fix updates or builds since RC2? Please update status of all critical/blocking bugs ahead of next Mondays EWG meeting. *Bug Status (new): o http://www.openfabrics.org/downloads/WorkGroups/ewg/OFED_Bugs/2016/OFED-3.1x-Bug-Status-2016-05-22.pdf ? Rup

[ewg] OFA EWG Meeting: Monday, June 6th, 2016, 09:00 AM US Pacific Time (12pm EST) - Agenda

2016-06-03 Thread Davis, Arlin R
Monday, June 06, 2016, 09:00 AM US Pacific Time 916-356-2663, 8-356-2663, Bridge: 4, Passcode: 4663432 Toll-free number in the United States and Canada is 1-888-875-9370 Agenda: *Opens *OFED 3.18-2: o RC2 released: http://downloads.openfabrics.org/OFED/ofed-3.18-2/OFED-3.18-

[ewg] OFA EWG Meeting: Monday, June 6th, 2016, 09:00 AM US Pacific Time (12pm EST) - Minutes

2016-06-07 Thread Davis, Arlin R
Attendees Company Pradeep KankipatiAvago David DaiIBM Tom Elken Intel Tatyana Nikolova Intel Jim Ryan Intel Robert WoodruffIntel Arlin Davis

Re: [ewg] OFA EWG Meeting: Monday, June 6th, 2016, 09:00 AM US Pacific Time (12pm EST) - Minutes

2016-06-10 Thread Davis, Arlin R
All companies have successfully completed testing on RC2, no new issues reported. Vlad is checking with his team regarding #2596. Do we want to wait for the response/fix before RC3 build? Thanks, Arlin From: ewg [mailto:ewg-boun...@lists.openfabrics.org] On Behalf Of Davis, Arlin R Sent

[ewg] OFA EWG Meeting: Monday, June 20th, 2016, 09:00 AM US Pacific Time (12pm EST) - Agenda

2016-06-16 Thread Davis, Arlin R
Monday, June 20, 2016, 09:00 AM US Pacific Time 916-356-2663, 8-356-2663, Bridge: 4, Passcode: 1768897 Toll-free number in the United States and Canada is 1-888-875-9370 Agenda: *Opens *OFED 3.18-2: o RC3 released: http://downloads.openfabrics.org/OFED/ofed-3.18-2/OFED-3.18

[ewg] OFA EWG Meeting: Monday, June 20th, 2016, 09:00 AM US Pacific Time (12pm EST) - Minutes

2016-06-20 Thread Davis, Arlin R
Attendees Company Arlin Davis Intel John JollySUSE Tatyana Nikolova Intel Vladimir Sokolovsky Mellanox Steve Wise Chelsio Robert Woodruff Intel Status: *

[ewg] Canceled: EWG/OFED bi-weekly meetings

2016-06-20 Thread Davis, Arlin R
:16010101T02 TZOFFSETFROM:-0800 TZOFFSETTO:-0700 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3 END:DAYLIGHT END:VTIMEZONE BEGIN:VEVENT ORGANIZER;CN="Davis, Arlin R":MAILTO:arlin.r.da...@intel.com ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN='ewg@lists .openfabrics.

[ewg] uDAPL release notes for OFED 3.18-2 GA

2016-06-23 Thread Davis, Arlin R
Rupert, Please pull latest uDAPL release notes into OFED 3.18-2 release package. http://downloads.openfabrics.org/dapl/documentation/uDAPL_release_notes.txt Thanks, Arlin ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/mai

Re: [ewg] OFA EWG Meeting: Monday, June 20th, 2016, 09:00 AM US Pacific Time (12pm EST) - Minutes

2016-06-23 Thread Davis, Arlin R
+ 3.18-2-rc2 fail compat-rdma build due to bad structs - srpt Update Issue #12. Bug 2574: remove note about “This will be resolved in OFED 3.18-2” Thanks! From: ewg [mailto:ewg-boun...@lists.openfabrics.org] On Behalf Of Davis, Arlin R Sent: Monday, June 20, 2016 9:34 AM To: 'OpenFabric

[ewg] OFA EWG Meeting: Monday, July 18th, 2016, 09:00 AM US Pacific Time (12pm EST) - Agenda

2016-07-15 Thread Davis, Arlin R
Monday, July 18, 2016, 09:00 AM US Pacific Time 916-356-2663, 8-356-2663, Bridge: 4, Passcode: 7958783 Toll-free number in the United States and Canada is 1-888-875-9370 Agenda: *Opens *OFED 3.18-2 released July 3rd: (thanks everyone!) o GA Package: http://downloads.openfabr

[ewg] OFA EWG Meeting: Monday, July 18th, 2016, 09:00 AM US Pacific Time (12pm EST) - Minutes

2016-07-18 Thread Davis, Arlin R
AttendeesCompany David Dai IBM Tatyana Nikolova Intel Jim Ryan Intel Arlin Davis Intel Vladimir Sokolovsky Mellanox Steve Wise Chelsio Monday, July 18, 2016, 09:00 AM

[ewg] EWG/OFED bi-weekly meetings

2016-07-27 Thread Davis, Arlin R
:16010101T02 TZOFFSETFROM:-0800 TZOFFSETTO:-0700 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3 END:DAYLIGHT END:VTIMEZONE BEGIN:VEVENT ORGANIZER;CN="Davis, Arlin R":MAILTO:arlin.r.da...@intel.com ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=FALSE;CN='ewg@list s.openfabrics.

[ewg] OFA EWG Meeting: Monday, Aug 1st, 2016, 09:00 AM US Pacific Time (12pm EST) - Agenda

2016-07-31 Thread Davis, Arlin R
Monday, Aug 1st, 2016, 09:00 AM US Pacific Time New Reservationless Bridge (expires Jan 23, 2017): 916-356-2663, 8-356-2663, Bridge: 2, Passcode: 7482911 Toll-free number in the United States and Canada is 1-888-875-9370 Agenda: *Opens *OFED 4.x: o Be ready to discuss recomm

  1   2   3   4   5   >