]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh
authorSean Hefty <sean.hefty@intel.com>
Mon, 13 Dec 2010 23:42:13 +0000 (15:42 -0800)
committerSean Hefty <sean.hefty@intel.com>
Mon, 13 Dec 2010 23:42:13 +0000 (15:42 -0800)
meta
patches/refresh-temp [deleted file]
patches/xref-lid

diff --git a/meta b/meta
index 2f85b01854a8e70375376a20c1fdeead73478ad3..1ff4ac1d71a83b204326e514c965c69cfcfd2b78 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,8 @@
 Version: 1
-Previous: 98d14ae4e95ab32268aab0914c4a061a2b69651e
-Head: ac48063bfb7750cba235349c806cbd8cd61ea3e6
+Previous: cc3a8d5160840cb581044ce0927c1994b360b14b
+Head: 5c356d7d1da9016835e25099becd7224970314b5
 Applied:
-  xref-lid: cc77279d508eb463c843ab4d0b4fcd5e26a7c549
-  refresh-temp: ac48063bfb7750cba235349c806cbd8cd61ea3e6
+  xref-lid: 5c356d7d1da9016835e25099becd7224970314b5
 Unapplied:
   ibacm-check-for-nodelay-on-pat: 1540687d721504ec1810aac7cc53ec7272415eb9
 Hidden:
diff --git a/patches/refresh-temp b/patches/refresh-temp
deleted file mode 100644 (file)
index bd67df6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Bottom: 1fcbb0d2b361b8a2ed7ce1d4252ecc8c4be8ae71
-Top:    1fcbb0d2b361b8a2ed7ce1d4252ecc8c4be8ae71
-Author: Sean Hefty <sean.hefty@intel.com>
-Date:   2010-12-13 15:38:02 -0800
-
-Refresh of xref-lid
-
----
-
-
index 4d3ad41c11e1fac5a361714043f2e2dc34e0bf08..19ffb75bf9989a543088dccfdf8a86f74d985553 100644 (file)
@@ -3,7 +3,15 @@ Top:    1fcbb0d2b361b8a2ed7ce1d4252ecc8c4be8ae71
 Author: Sean Hefty <sean.hefty@intel.com>
 Date:   2010-12-13 10:35:40 -0800
 
-ibacm: store endpoint data based on GID/LID
+ibacm: cross-reference destination endpoints in LID map
+
+After resolving remote endpoint information, we record
+the destination data in a specific dest_map based on the
+destination's type.  To support queries against cached
+data that uses alternate address information, such as
+LID or GID, also reference the destination in the LID
+dest_map.  This allows us to find the destination based
+on LID, as well as the original address.
 
 Signed-off-by: Sean Hefty <sean.hefty@intel.com>