From: Sean Hefty Date: Fri, 17 Dec 2010 22:30:40 +0000 (-0800) Subject: new X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=49b4858e04de678108d840b0d1bce9f968de0b90;p=~shefty%2Fibacm.git new --- diff --git a/meta b/meta index b806e80..a412130 100644 --- 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 index 0000000..0b1471c --- /dev/null +++ b/patches/addr_size @@ -0,0 +1,21 @@ +Bottom: a8e8aa49b3591176bc809c876eb5943ae719ce0d +Top: a8e8aa49b3591176bc809c876eb5943ae719ce0d +Author: Sean Hefty +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 + + +--- + +