]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Fri, 17 Dec 2010 22:30:40 +0000 (14:30 -0800)
committerSean Hefty <sean.hefty@intel.com>
Fri, 17 Dec 2010 22:30:40 +0000 (14:30 -0800)
meta
patches/addr_size [new file with mode: 0644]

diff --git a/meta b/meta
index b806e80a68e3c22a7a7f927de83c467a4ff3ad21..a4121309f557e616193a7458497d1fead66e9d25 100644 (file)
--- a/meta
+++ b/meta
@@ -1,6 +1,6 @@
 Version: 1
-Previous: 498f5216ea85704808375bc12d602777fc61b436
-Head: f26d98116f57bcead2f61462602b4776c12a0aae
+Previous: c14e2f4337c865986fa5356de21d32a45a97978e
+Head: 12ef41d4c6e6425243b4b81103012028caeaa738
 Applied:
   lmc: b355854c79a1e446e87684a41663ad5aae258b73
   lid: 1c005908ee6c257f6fa290df8ce8a45e968d07ab
@@ -8,5 +8,6 @@ Applied:
   range: dfe3c8409e2e1fcc2fc11bd7f9287f1c46b36015
   format_lid: 8994e17d78c86c08edcc8067dda7392a97cc8a3f
   query_path: f26d98116f57bcead2f61462602b4776c12a0aae
+  addr_size: 12ef41d4c6e6425243b4b81103012028caeaa738
 Unapplied:
 Hidden:
diff --git a/patches/addr_size b/patches/addr_size
new file mode 100644 (file)
index 0000000..0b1471c
--- /dev/null
@@ -0,0 +1,21 @@
+Bottom: a8e8aa49b3591176bc809c876eb5943ae719ce0d
+Top:    a8e8aa49b3591176bc809c876eb5943ae719ce0d
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-12-17 14:30:40 -0800
+
+Pass address size through to acm_init_dest
+
+Include the address size when trying to obtain a destination.
+The size is required by acm_init_dest, but callers to that
+function exclude it.  The result is that max address is
+assumed and required.  This allows us to search for a destination
+based on data extracted directly from a path record, where
+the address size may only be 2 or 16 bytes, rather than the 64
+byte maximum that's currently required.
+
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+