]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh
authorSean Hefty <sean.hefty@intel.com>
Fri, 21 Jan 2011 01:15:01 +0000 (17:15 -0800)
committerSean Hefty <sean.hefty@intel.com>
Fri, 21 Jan 2011 01:15:01 +0000 (17:15 -0800)
meta
patches/addr_open
patches/refresh-temp [deleted file]

diff --git a/meta b/meta
index e9db778fd19127206c7938269baef00a300d48cc..9596772fabc30cbaa9468c335bb9611a365a8db3 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,8 @@
 Version: 1
-Previous: a0bafd1bcd791bdb5b1c6eb63ce1b424ca9426ca
-Head: 42ae9bb6c0a66034ba642b4d482f22394fe9717a
+Previous: 595a7905a4bbdaf6985c57e0c15191c2c628a828
+Head: 1fd2bfd86e2e2fe78f9d5d6d39aa5502938923f0
 Applied:
-  addr_open: 89e7b0588d4734cae4ef41c84bf88116a4e30649
-  refresh-temp: 42ae9bb6c0a66034ba642b4d482f22394fe9717a
+  addr_open: 1fd2bfd86e2e2fe78f9d5d6d39aa5502938923f0
 Unapplied:
   autoaddr: 36281f18de15f2482e21ae1304f2e34e9ecf187d
   open_dev: 3adebc52bfcb7835bf6c3f0885a611365e536386
index 668976827013d1aabd2442070a173bda188bfdec..822ea828b55b71870a329934165c4fd6b8335948 100644 (file)
@@ -3,13 +3,14 @@ Top:    976ed279ef2e567aeaf48623bec61ec7adbc5bd7
 Author: Sean Hefty <sean.hefty@intel.com>
 Date:   2011-01-20 11:46:44 -0800
 
-Re-open address file every time addresses are assigned
+Delay opening address file until assigning addresses
 
-If ib_acm is configured to update its address configuration
-file in response to dynamic changes, we want to update it
-every time new addresses are assigned.  Open the address
-file immediately before reading it.  This will be needed to
-handle dynamic changes.
+In order to handle ports that are down, we need to add
+new endpoints only when they are brought online or assigned
+new partitions (pkeys).  This is easier to handle if we
+delay the opening of the address configuration file until
+immediately using it to assign addresses.  It also makes it
+possible for future patches to adjust assigned addresses dynamically.
 
 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 564afdf..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Bottom: 976ed279ef2e567aeaf48623bec61ec7adbc5bd7
-Top:    976ed279ef2e567aeaf48623bec61ec7adbc5bd7
-Author: Sean Hefty <sean.hefty@intel.com>
-Date:   2011-01-20 17:11:20 -0800
-
-Refresh of addr_open
-
----
-
-