]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
delete
authorSean Hefty <sean.hefty@intel.com>
Fri, 17 Dec 2010 15:45:32 +0000 (07:45 -0800)
committerSean Hefty <sean.hefty@intel.com>
Fri, 17 Dec 2010 15:45:32 +0000 (07:45 -0800)
meta
patches/ibacm-check-for-nodelay-on-pat [deleted file]

diff --git a/meta b/meta
index 57203155d9ba6bdcf48666acdc4436439225bc59..9ea4fb58727581ede8bd77f2a0703cd1f73c13bc 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,8 @@
 Version: 1
-Previous: 0c00976adbb7cd1910089a98408332ac17aa4eb8
+Previous: a8708b8bb159db319c2842d725b822edfecf7896
 Head: a5f2345a60570ce44882ab083f5dcfc6fc60792e
 Applied:
   lmc: b355854c79a1e446e87684a41663ad5aae258b73
   lid: a5f2345a60570ce44882ab083f5dcfc6fc60792e
 Unapplied:
-  ibacm-check-for-nodelay-on-pat: 1540687d721504ec1810aac7cc53ec7272415eb9
 Hidden:
diff --git a/patches/ibacm-check-for-nodelay-on-pat b/patches/ibacm-check-for-nodelay-on-pat
deleted file mode 100644 (file)
index e4fea67..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Bottom: 1fcbb0d2b361b8a2ed7ce1d4252ecc8c4be8ae71
-Top:    b0ce50e45627832143a3023caf5b27d7a3ef22f8
-Author: Sean Hefty <sean.hefty@intel.com>
-Date:   2010-12-10 14:23:30 -0800
-
-ibacm: Check for NODELAY on path lookups
-
-Add support for NODELAY option when user queries
-using path record data.
-
-Signed-off-by: Sean Hefty <sean.hefty@intel.com>
-
-
----
-
-diff --git a/src/acme.c b/src/acme.c
-index a7b7413..dd645c1 100644
---- a/src/acme.c
-+++ b/src/acme.c
-@@ -493,7 +493,7 @@ static int resolve_lid(struct ibv_path_record *path)
-       path->dlid = htons((uint16_t) atoi(dest_addr));
-       path->reversible_numpath = IBV_PATH_RECORD_REVERSIBLE | 1;
--      ret = ib_acm_resolve_path(path, 0);
-+      ret = ib_acm_resolve_path(path, get_resolve_flags());
-       if (ret)
-               printf("ib_acm_resolve_path failed: %s\n", strerror(errno));