]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh
authorSean Hefty <sean.hefty@intel.com>
Fri, 1 Apr 2011 22:48:34 +0000 (15:48 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 1 Apr 2011 22:48:34 +0000 (15:48 -0700)
meta
patches/dyn_ah
patches/refresh-temp [deleted file]

diff --git a/meta b/meta
index a84976d825d00794f7439e57b90239fe31b8d348..b083a0d8999a0bed8b898336aeb806c40091c970 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,8 @@
 Version: 1
-Previous: 6a674fe241a658e6b858ecef9368d433f58a81f2
-Head: 8e67cb28bf3b0231f89fd6f192614e9cd327c06d
+Previous: 5d369d7f79a018216cd8ebca2741cd0f2a171177
+Head: a26b6e020fd54f16249125ed2fbf94bb93f7828e
 Applied:
-  dyn_ah: 2b49e6040f0fb089d17cda0859bca7759fbecf68
-  refresh-temp: 8e67cb28bf3b0231f89fd6f192614e9cd327c06d
+  dyn_ah: a26b6e020fd54f16249125ed2fbf94bb93f7828e
 Unapplied:
   addr_size: 8de02c47fbf595132105a7050ad6f755f49f9a7a
 Hidden:
index a51883c630a758a5187e0bd64d946adc62d41bfd..4ce539fa520483159b25a271e25e67c53a6b7204 100644 (file)
@@ -5,9 +5,15 @@ Date:   2011-04-01 14:46:34 -0700
 
 ibacm: Allocate address handles dynamically when needed
 
-ibacm allocates an address handle for every remote destination that it tracks.  However, under normal operation, the handle is used infrequently - typically only once by the target service to send a response and not at all on the initiator service.  Avoid the overhead of having 1 address handle per destination by allocating them dynamically only when they are needed.
+ibacm allocates an address handle for every remote destination
+that it tracks.  However, under normal operation, the handle
+is used infrequently - typically only once by the target
+service to send a response and not at all on the initiator
+service.  Avoid the overhead of having 1 address handle per
+destination by allocating them dynamically only when they are needed.
 
-The exceptions to this are the address handles allocated to communicate with the SA and the primary multicast group.
+The exceptions to this are the address handles allocated to
+communicate with the SA and the primary multicast group.
 
 Signed-off-by: Sean Hefty <sean.hefty@intel.com>
 
diff --git a/patches/refresh-temp b/patches/refresh-temp
deleted file mode 100644 (file)
index 3715a37..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Bottom: ff1f0e0cc0c31d7a9b01b551462a6a3a0612e4b9
-Top:    ff1f0e0cc0c31d7a9b01b551462a6a3a0612e4b9
-Author: Sean Hefty <sean.hefty@intel.com>
-Date:   2011-04-01 15:48:01 -0700
-
-Refresh of dyn_ah
-
----
-
-