]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Mon, 8 Oct 2012 17:33:21 +0000 (10:33 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 8 Oct 2012 17:33:21 +0000 (10:33 -0700)
meta
patches/acm-port [new file with mode: 0644]

diff --git a/meta b/meta
index 5ae94d787c98bc21b17bd94a78a14cbb22a87c85..ed03051742eecc368836e8046a2278d3ee6c926d 100644 (file)
--- a/meta
+++ b/meta
@@ -1,7 +1,8 @@
 Version: 1
-Previous: b8930b937043d8100f3431255bf25c80e18db39b
-Head: 8a92d0c3c8ce5f513dff974912143f6b0283f8e3
+Previous: 76fc599cf5b835f918594d4edc8ebab14578af1e
+Head: 6f60d8310bc350dea09cf8a8a0a573d4c54a3851
 Applied:
+  acm-port: 6f60d8310bc350dea09cf8a8a0a573d4c54a3851
 Unapplied:
   af-ib-conn: 70cdbcec6986d1fcc8146a73cf2d8b6a537e71f5
   addrtype: fffb812c9cbe707f830d1e7e713feb3ae3e2e8ec
diff --git a/patches/acm-port b/patches/acm-port
new file mode 100644 (file)
index 0000000..bb2c17a
--- /dev/null
@@ -0,0 +1,22 @@
+Bottom: 7a63e115cc4adf073292cd3edca568d9910e1a6e
+Top:    7a63e115cc4adf073292cd3edca568d9910e1a6e
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-10-08 10:33:21 -0700
+
+librdmacm: Disable ACM support if ibacm.port is not found
+
+The librdmacm will try to connect port 6125 if ibacm.port is
+not found.  The problem is that some other service or application
+could be using that port and respond with garbage.  Rather
+than falling back to a hard coded port number, if ibacm.port
+is not found, simply disable ACM support.
+
+This has the effect of removing support for older versions
+of ibacm, unless the port file is created manually.
+
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+