]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Fri, 17 Dec 2010 16:06:55 +0000 (08:06 -0800)
committerSean Hefty <sean.hefty@intel.com>
Fri, 17 Dec 2010 16:06:55 +0000 (08:06 -0800)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index e2de591c7718a78b2cb7779b6366d3a6c7ff8b63..3d902412907605c3346c6b133d840df06f966be0 100644 (file)
--- a/meta
+++ b/meta
@@ -1,8 +1,9 @@
 Version: 1
-Previous: d8f7a03fd455ee48cb543c885c2a09805ccd1798
-Head: 3cf2f8199942cdcb9639efcb120af639dbe9515e
+Previous: 3f872a9f8601049923de56a1bf97b823307023c0
+Head: ca9cdc5d59938cc96550ed352834d3fd5ca41f90
 Applied:
   lmc: b355854c79a1e446e87684a41663ad5aae258b73
   lid: 3cf2f8199942cdcb9639efcb120af639dbe9515e
+  refresh-temp: ca9cdc5d59938cc96550ed352834d3fd5ca41f90
 Unapplied:
 Hidden:
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..5542e24
--- /dev/null
@@ -0,0 +1,27 @@
+Bottom: 70266ac3fc8299998c668dc5b15ed7ad85d3fc51
+Top:    93dfcd4be8bc16c920d7e571b1264983a3927e6a
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-12-17 08:06:55 -0800
+
+Refresh of lid
+
+---
+
+diff --git a/src/acm.c b/src/acm.c
+index b367b70..9f6a13b 100644
+--- a/src/acm.c
++++ b/src/acm.c
+@@ -740,11 +740,11 @@ acm_record_acm_route(struct acm_ep *ep, struct acm_dest *dest)
+       uint8_t status;
+       acm_log(2, "\n");
+-      for (i = 0; i < MAX_EP_ADDR; i++) {
++      for (i = 0; i < MAX_EP_MC; i++) {
+               if (dest->mgid == ep->mc_dest[i].mgid)
+                       break;
+       }
+-      if (i == MAX_EP_ADDR) {
++      if (i == MAX_EP_MC) {
+               acm_log(0, "ERROR - cannot match mgid\n");
+               return ACM_STATUS_EINVAL;
+       }