]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Thu, 20 Jan 2011 17:26:07 +0000 (09:26 -0800)
committerSean Hefty <sean.hefty@intel.com>
Thu, 20 Jan 2011 17:26:07 +0000 (09:26 -0800)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 418fdcd62a097d1e35e522bf1b02bdea6f5f67b2..86553eb2f6a0c66397762da5eeaec7b31d4fd019 100644 (file)
--- a/meta
+++ b/meta
@@ -1,8 +1,9 @@
 Version: 1
-Previous: 81f55662a4123c705c6eb152c3e6a539c579ecd4
-Head: 66a905de19d3f55bdebd41c64c9737ccba7a6588
+Previous: 5b409ab96b0f3ed2e8fd72ceb4360a690246a53e
+Head: 9dfb2fc50c4a4a34270e904695767857bd537fdf
 Applied:
   async_mc: 66a905de19d3f55bdebd41c64c9737ccba7a6588
+  refresh-temp: 9dfb2fc50c4a4a34270e904695767857bd537fdf
 Unapplied:
   addr_size: 8de02c47fbf595132105a7050ad6f755f49f9a7a
 Hidden:
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..d5996fe
--- /dev/null
@@ -0,0 +1,29 @@
+Bottom: a8e8aa49b3591176bc809c876eb5943ae719ce0d
+Top:    1192c058e05f072190ef6000481f198d7c813a79
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2011-01-20 09:26:07 -0800
+
+Refresh of async_mc
+
+---
+
+diff --git a/src/acm.c b/src/acm.c
+index 1f3c470..23e1e0f 100644
+--- a/src/acm.c
++++ b/src/acm.c
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (c) 2009-2010 Intel Corporation. All rights reserved.
++ * Copyright (c) 2009-2011 Intel Corporation. All rights reserved.
+  *
+  * This software is available to you under the OpenIB.org BSD license
+  * below:
+@@ -1535,8 +1535,6 @@ static void acm_join_groups(void)
+                       acm_log(1, "starting join for device %s, port %d\n",
+                               dev->verbs->device->name, port->port_num);
+-                      // TODO: handle dynamic changes
+-                      //beginthread(acm_port_join, port);
+                       acm_port_join(port);
+               }
+       }